/* === 和モダン — Japanese traditional theme (overrides base variables) === */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600;700;900&family=Noto+Sans+JP:wght@400;500;700&display=swap');

:root{
  --blue:#2a5980; --blue-600:#234A6B; --blue-700:#1B3A5B;
  --red:#d6453a; --purple:#8a6f7e; --navy:#1B3A5B; --ink:#2E2A26;
  --muted:#6f6658; --bg:#fbf8f1; --bg-soft:#f3eddf; --line:#e8dec9;
  --grad:linear-gradient(100deg,#234A6B 0%,#3d6e92 55%,#d6453a 100%);
  --grad-blue:linear-gradient(135deg,#234A6B,#1B3A5B);
}
body{font-family:'Noto Sans JP','Be Vietnam Pro',system-ui,sans-serif}
.brand-name,.hero-title,.section-title,.card-body h3,.hl-cap h3,.cta-inner h2,
.stat-num,.about-badge strong,.contact-form h3,.footer-col h4{
  font-family:'Noto Serif JP',serif;font-weight:700;letter-spacing:.02em}

/* Vermillion (torii) top accent */
.site-header{border-top:4px solid #d6453a}
.hero{border-bottom:6px solid #d6453a}
.hero-overlay{background:linear-gradient(115deg,rgba(18,30,49,.94) 0%,rgba(27,58,91,.9) 45%,rgba(42,89,128,.62) 100%)}
.eyebrow{background:rgba(214,69,58,.16);border-color:rgba(214,69,58,.45);color:#ffd9d2}

/* Washi paper feel + indigo stats */
.bg-soft,.gallery{background-color:#f3eddf}
.stats{background:#1B3A5B}
.stat-num{background:linear-gradient(100deg,#9ec6e6,#f4c9d0);-webkit-background-clip:text;background-clip:text}

/* Centered section titles get a vermilion brush underline + sakura kicker */
.section-head.center .section-title::after{content:"";display:block;width:56px;height:4px;
  margin:16px auto 0;background:#d6453a;border-radius:3px}
.kicker::before{content:"❀ ";color:#e08aa0}
.kicker{color:#b2533f}

/* Seigaiha (青海波) wave band beneath the hero */
.hero::after{content:"";position:absolute;left:0;right:0;bottom:6px;height:18px;z-index:3;pointer-events:none;
  background:
    radial-gradient(circle at 10px 18px, transparent 7px, rgba(247,243,236,.0) 7px) ,
    repeating-radial-gradient(circle at 10px 18px, #f7f3ec 0 7px, transparent 7px 9px) 0 0/20px 18px;
  opacity:.85}

/* Cards & buttons echo washi + indigo */
.btn-primary{box-shadow:0 10px 24px -8px rgba(35,74,107,.55)}
.card,.contact-form-wrap{border-color:#e8dec9}
.chip.active,.filters .chip.active{background:var(--grad-blue)}
.lang-switch>summary{border-color:#d8c9a8}
