    :root {
      --ink: #141210;
      --ink-soft: #211d19;
      --paper: #f6f1e7;
      --paper-2: #efe8d9;
      --red: #c1272d;
      --red-deep: #97131a;
      --gold: #c69749;
      --line: rgba(20,18,16,0.12);
      --line-dark: rgba(246,241,231,0.14);
      --muted: #6f675c;
      --muted-dark: #b6ad9e;
      --serif: "Noto Serif JP", Georgia, serif;
      --display: "Oswald", "Arial Narrow", sans-serif;
      --body: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      background: var(--paper);
      color: var(--ink);
      font-family: var(--body);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }
    img { display: block; max-width: 100%; }
    a { color: inherit; }
    h1, h2, h3, h4 { font-family: var(--display); font-weight: 600; line-height: 1.05; letter-spacing: 0.01em; margin: 0; text-wrap: balance; }
    p { margin: 0; }
    .wrap { width: min(1180px, 92vw); margin: 0 auto; }
    .eyebrow {
      font-family: var(--display);
      text-transform: uppercase;
      letter-spacing: 0.32em;
      font-size: 13px;
      font-weight: 500;
      color: var(--red);
    }
    .jp { font-family: var(--serif); }

    .btn {
      display: inline-flex; align-items: center; gap: 9px;
      font-family: var(--display); font-weight: 600; text-transform: uppercase;
      letter-spacing: 0.08em; font-size: 15px;
      padding: 14px 26px; border-radius: 2px; text-decoration: none;
      border: 1.5px solid transparent; cursor: pointer; transition: transform .15s ease, background .2s ease, color .2s ease;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn-red { background: var(--red); color: #fff; }
    .btn-red:hover { background: var(--red-deep); }
    .btn-ghost { background: transparent; color: var(--paper); border-color: rgba(246,241,231,0.4); }
    .btn-ghost:hover { border-color: var(--paper); background: rgba(246,241,231,0.08); }
    .btn-dark { background: var(--ink); color: var(--paper); }
    .btn-dark:hover { background: var(--ink-soft); }

    /* ---------- NAV ---------- */
    header.nav {
      position: sticky; top: 0; z-index: 50;
      background: rgba(20,18,16,0.92);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--line-dark);
    }
    .nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 15px 0; }
    .brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--paper); }
    .brand .mon {
      width: 40px; height: 40px; border-radius: 50%;
      background: var(--red); display: grid; place-items: center;
      font-family: var(--serif); font-weight: 900; font-size: 20px; color: #fff;
      box-shadow: 0 0 0 3px rgba(198,151,73,0.35);
    }
    .brand b { font-family: var(--display); font-weight: 600; font-size: 20px; letter-spacing: 0.06em; text-transform: uppercase; }
    .brand small { display: block; font-family: var(--body); font-size: 10.5px; letter-spacing: 0.22em; color: var(--muted-dark); text-transform: uppercase; margin-top: 1px; }
    nav.links { display: flex; align-items: center; gap: 28px; }
    nav.links a { color: var(--paper); text-decoration: none; font-size: 14px; font-weight: 500; letter-spacing: 0.02em; opacity: 0.82; transition: opacity .2s, color .2s; }
    nav.links a:hover { opacity: 1; color: var(--gold); }
    .nav-cta { padding: 10px 20px; font-size: 13px; }
    .menu-btn { display: none; background: none; border: 0; color: var(--paper); font-size: 26px; cursor: pointer; line-height: 1; }

    /* ---------- HERO ---------- */
    .hero {
      position: relative; color: var(--paper);
      background:
        linear-gradient(180deg, rgba(20,18,16,0.72) 0%, rgba(20,18,16,0.82) 60%, rgba(20,18,16,0.95) 100%),
        radial-gradient(120% 90% at 78% 12%, #3a2320 0%, #1c1613 46%, #100d0b 100%);
      overflow: hidden;
    }
    .hero-kanji {
      position: absolute; right: -3vw; top: 50%; transform: translateY(-50%);
      font-family: var(--serif); font-weight: 900; font-size: 46vw; line-height: 0.8;
      color: rgba(198,151,73,0.06); pointer-events: none; user-select: none; white-space: nowrap;
    }
    .hero-inner { position: relative; z-index: 2; padding: 96px 0 92px; }
    .hero h1 {
      font-size: clamp(44px, 7vw, 88px); font-weight: 700; letter-spacing: 0.005em;
      max-width: 15ch; margin: 22px 0 0;
    }
    .hero h1 .accent { color: var(--gold); white-space: nowrap; }
    .hero .lede { max-width: 54ch; margin: 26px 0 0; font-size: clamp(16px, 1.6vw, 19px); color: rgba(246,241,231,0.82); }
    .hero .cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
    .hero-meta { display: flex; flex-wrap: wrap; gap: 34px 46px; margin-top: 56px; padding-top: 32px; border-top: 1px solid var(--line-dark); }
    .hero-meta .stat b { font-family: var(--display); font-weight: 600; font-size: 40px; display: block; color: var(--gold); line-height: 1; }
    .hero-meta .stat span { font-size: 13px; letter-spacing: 0.06em; color: var(--muted-dark); text-transform: uppercase; }

    /* ---------- TICKER ---------- */
    .ticker { background: var(--red); color: #fff; padding: 12px 0; overflow: hidden; }
    .ticker-inner { display: flex; gap: 44px; white-space: nowrap; animation: slide 26s linear infinite; font-family: var(--display); text-transform: uppercase; letter-spacing: 0.18em; font-size: 13px; font-weight: 500; }
    .ticker-inner span { display: inline-flex; align-items: center; gap: 44px; }
    .ticker-inner span::after { content: "◆"; color: rgba(255,255,255,0.6); }
    @keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

    /* ---------- SECTIONS ---------- */
    section { padding: 92px 0; }
    .sec-head { max-width: 720px; margin-bottom: 52px; }
    .sec-head h2 { font-size: clamp(30px, 4.4vw, 52px); font-weight: 700; margin-top: 14px; }
    .sec-head p { color: var(--muted); font-size: 17px; margin-top: 16px; }
    .center { text-align: center; margin-left: auto; margin-right: auto; }

    /* ABOUT */
    .about { background: var(--paper-2); }
    .about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: center; }
    .portrait {
      aspect-ratio: 4/5; border-radius: 3px; position: relative; overflow: hidden;
      background: radial-gradient(130% 100% at 30% 20%, #2c2320, #141210);
      border: 1px solid var(--line);
      box-shadow: 0 30px 60px -30px rgba(20,18,16,0.5);
    }
    .portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 34% 18%; }
    .portrait .scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,18,16,0.82) 0%, rgba(20,18,16,0.28) 34%, rgba(20,18,16,0) 60%); }
    .portrait .label {
      position: absolute; left: 20px; bottom: 20px; right: 20px; color: var(--paper); z-index: 2;
    }
    .portrait .label b { font-family: var(--display); font-size: 26px; font-weight: 600; display: block; letter-spacing: 0.04em; }
    .portrait .label span { font-size: 13px; color: var(--muted-dark); letter-spacing: 0.05em; }
    .about-body h2 { font-size: clamp(28px, 3.6vw, 44px); font-weight: 700; }
    .about-body p { color: #3f3931; font-size: 16.5px; margin-top: 18px; }
    .creds { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 26px; margin-top: 30px; }
    .cred { display: flex; gap: 12px; align-items: flex-start; }
    .cred .dot { color: var(--red); font-size: 18px; line-height: 1.4; }
    .cred b { display: block; font-family: var(--display); font-weight: 500; font-size: 16px; letter-spacing: 0.02em; }
    .cred span { font-size: 13.5px; color: var(--muted); }

    /* PILLARS */
    .pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
    .pillar {
      background: #fff; border: 1px solid var(--line); border-radius: 4px; padding: 34px 30px;
      position: relative; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease;
    }
    .pillar:hover { transform: translateY(-4px); box-shadow: 0 26px 50px -30px rgba(20,18,16,0.45); }
    .pillar .num { position: absolute; right: 20px; top: 14px; font-family: var(--serif); font-size: 68px; font-weight: 900; color: rgba(20,18,16,0.05); }
    .pillar .jp-term { font-family: var(--serif); font-size: 30px; font-weight: 700; color: var(--red); }
    .pillar h3 { font-size: 24px; font-weight: 600; margin-top: 6px; }
    .pillar p { color: var(--muted); font-size: 15px; margin-top: 12px; }

    /* CLASSES */
    .classes { background: var(--ink); color: var(--paper); }
    .classes .sec-head h2 { color: var(--paper); }
    .classes .sec-head p { color: var(--muted-dark); }
    .class-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .class-card {
      background: var(--ink-soft); border: 1px solid var(--line-dark); border-radius: 5px; overflow: hidden;
      display: flex; flex-direction: column; transition: transform .2s ease, border-color .2s ease;
    }
    .class-card:hover { transform: translateY(-5px); border-color: rgba(198,151,73,0.45); }
    .class-card .top { padding: 22px 26px; border-bottom: 1px solid var(--line-dark); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
    .class-card .top .jp { font-family: var(--serif); font-size: 34px; color: var(--gold); }
    .class-card .tag { font-family: var(--display); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; padding: 5px 11px; border: 1px solid rgba(198,151,73,0.4); border-radius: 40px; color: var(--gold); white-space: nowrap; }
    .class-card .body { padding: 24px 26px 28px; flex: 1; }
    .class-card h3 { font-size: 26px; font-weight: 600; }
    .class-card .age { font-size: 13px; color: var(--muted-dark); letter-spacing: 0.05em; text-transform: uppercase; margin-top: 4px; }
    .class-card p { color: rgba(246,241,231,0.72); font-size: 15px; margin-top: 16px; }
    .class-card .slot { display: flex; align-items: center; gap: 10px; margin-top: 22px; padding-top: 18px; border-top: 1px dashed var(--line-dark); font-size: 14px; }
    .class-card .slot b { font-family: var(--display); font-weight: 500; letter-spacing: 0.03em; }
    .class-card .slot .day { color: var(--gold); }

    /* SCHEDULE TABLE */
    .schedule { background: var(--paper-2); }
    .table-wrap { border: 1px solid var(--line); border-radius: 6px; overflow-x: auto; background: #fff; -webkit-overflow-scrolling: touch; }
    table { width: 100%; border-collapse: collapse; min-width: 560px; }
    thead th { background: var(--ink); color: var(--paper); font-family: var(--display); font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; font-size: 13px; padding: 16px 20px; text-align: left; }
    tbody td { padding: 18px 20px; border-top: 1px solid var(--line); font-size: 15px; vertical-align: middle; }
    tbody tr:nth-child(even) { background: var(--paper); }
    tbody td .day { font-family: var(--display); font-weight: 600; font-size: 17px; }
    tbody td .lvl { color: var(--red); font-weight: 600; }
    .pill { display: inline-block; font-size: 12px; letter-spacing: 0.04em; padding: 4px 10px; border-radius: 40px; background: var(--paper-2); border: 1px solid var(--line); color: var(--muted); }

    /* MEDIA */
    .media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
    .video {
      display: block; text-decoration: none; color: inherit; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: #fff;
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .video:hover { transform: translateY(-4px); box-shadow: 0 24px 46px -28px rgba(20,18,16,0.5); }
    .video .thumb { aspect-ratio: 16/9; position: relative; display: grid; place-items: center; overflow: hidden; }
    .video .thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
    .video .thumb::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(20,18,16,0.12), rgba(20,18,16,0.55)); }
    .video:hover .thumb img { transform: scale(1.04); transition: transform .35s ease; }
    .video .thumb .play { position: relative; z-index: 2; width: 62px; height: 62px; border-radius: 50%; background: rgba(193,39,45,0.95); display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0,0,0,0.3); transition: transform .2s; }
    .video:hover .play { transform: scale(1.08); }
    .video .thumb .play::after { content: ""; border-left: 20px solid #fff; border-top: 12px solid transparent; border-bottom: 12px solid transparent; margin-left: 5px; }
    .video .thumb .wm { position: absolute; left: 16px; top: 14px; z-index: 2; font-family: var(--serif); font-size: 40px; color: rgba(255,255,255,0.22); font-weight: 900; text-shadow: 0 2px 12px rgba(0,0,0,0.5); }
    .video .meta { padding: 16px 18px 18px; }
    .video .meta .k { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); font-family: var(--display); }
    .video .meta h4 { font-family: var(--body); font-weight: 600; font-size: 16px; margin-top: 6px; line-height: 1.35; }
    .media-cta { text-align: center; margin-top: 44px; }

    /* LOCATION */
    .location { background: var(--ink); color: var(--paper); }
    .location .sec-head h2 { color: var(--paper); }
    .location .sec-head p { color: var(--muted-dark); }
    .loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: stretch; }
    .loc-cards { display: flex; flex-direction: column; gap: 20px; }
    .loc-card { background: var(--ink-soft); border: 1px solid var(--line-dark); border-radius: 6px; padding: 26px 28px; }
    .loc-card h3 { font-size: 22px; font-weight: 600; color: var(--gold); }
    .loc-card p { color: rgba(246,241,231,0.74); font-size: 14.5px; margin-top: 10px; }
    .loc-card .rows { margin-top: 16px; display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
    .loc-card .rows div { display: flex; gap: 10px; }
    .loc-card .rows b { color: var(--paper); font-weight: 600; min-width: 74px; font-family: var(--display); letter-spacing: 0.03em; }
    .map-frame { border: 1px solid var(--line-dark); border-radius: 6px; overflow: hidden; min-height: 380px; height: 100%; }
    .map-frame iframe { width: 100%; height: 100%; min-height: 380px; border: 0; filter: grayscale(0.25) contrast(1.05); }
    .contact-strip { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
    .contact-strip a { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; color: var(--paper); border: 1px solid var(--line-dark); border-radius: 40px; padding: 11px 20px; font-size: 14px; transition: border-color .2s, background .2s; }
    .contact-strip a:hover { border-color: var(--gold); background: rgba(198,151,73,0.08); }

    /* CTA / FORM */
    .cta { background: var(--red); color: #fff; position: relative; overflow: hidden; }
    .cta .kanji-bg { position: absolute; right: -2vw; bottom: -8vw; font-family: var(--serif); font-size: 38vw; color: rgba(255,255,255,0.06); line-height: 0.8; pointer-events: none; }
    .cta-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
    .cta-copy h2 { color: #fff; font-size: clamp(32px, 4.6vw, 54px); font-weight: 700; }
    .cta-copy p { color: rgba(255,255,255,0.9); font-size: 17px; margin-top: 18px; max-width: 44ch; }
    .cta-copy ul { list-style: none; padding: 0; margin: 26px 0 0; display: flex; flex-direction: column; gap: 12px; }
    .cta-copy li { display: flex; align-items: center; gap: 12px; font-size: 15.5px; }
    .cta-copy li::before { content: "✓"; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: rgba(255,255,255,0.2); font-size: 13px; flex-shrink: 0; }
    form.trial { background: var(--paper); color: var(--ink); border-radius: 8px; padding: 34px; box-shadow: 0 40px 80px -30px rgba(0,0,0,0.5); }
    form.trial h3 { font-size: 24px; font-weight: 600; }
    form.trial p.sub { color: var(--muted); font-size: 14px; margin-top: 6px; }
    .field { margin-top: 18px; }
    .field label { display: block; font-family: var(--display); font-weight: 500; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 7px; }
    .field input, .field select, .field textarea {
      width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 4px; background: #fff;
      font-family: var(--body); font-size: 15px; color: var(--ink);
    }
    .field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--red); outline-offset: 0; border-color: var(--red); }
    .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    form.trial button { margin-top: 24px; width: 100%; justify-content: center; }
    .form-note { font-size: 12.5px; color: var(--muted); margin-top: 14px; text-align: center; }
    .form-ok { display: none; margin-top: 18px; padding: 14px 16px; border-radius: 4px; background: #e7f3e9; border: 1px solid #b7dcc0; color: #1f6b34; font-size: 14px; }

    /* FOOTER */
    footer.site { background: var(--ink); color: var(--muted-dark); padding: 64px 0 34px; border-top: 1px solid var(--line-dark); }
    .foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
    .foot-brand .brand { margin-bottom: 16px; }
    .foot-brand p { font-size: 14px; max-width: 40ch; }
    .foot-col h4 { font-family: var(--display); font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; font-size: 13px; color: var(--paper); margin-bottom: 16px; }
    .foot-col a { display: block; text-decoration: none; color: var(--muted-dark); font-size: 14px; margin-bottom: 10px; transition: color .2s; }
    .foot-col a:hover { color: var(--gold); }
    .socials { display: flex; gap: 12px; margin-top: 18px; }
    .socials a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-dark); display: grid; place-items: center; color: var(--paper); text-decoration: none; transition: background .2s, border-color .2s; }
    .socials a:hover { background: var(--red); border-color: var(--red); }
    .socials svg { width: 18px; height: 18px; fill: currentColor; }
    .foot-bottom { margin-top: 46px; padding-top: 22px; border-top: 1px solid var(--line-dark); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 12.5px; }

    /* ---------- RESPONSIVE ---------- */
    @media (max-width: 940px) {
      .about-grid, .loc-grid, .cta-grid { grid-template-columns: 1fr; gap: 34px; }
      .pillars, .class-grid, .media-grid { grid-template-columns: 1fr; }
      .foot-grid { grid-template-columns: 1fr 1fr; }
      .portrait { max-width: 420px; }
    }
    @media (max-width: 720px) {
      nav.links { display: none; }
      nav.links.open {
        display: flex; position: absolute; top: 70px; left: 0; right: 0;
        flex-direction: column; align-items: flex-start; gap: 0;
        background: var(--ink); border-bottom: 1px solid var(--line-dark); padding: 8px 6vw 18px;
      }
      nav.links.open a { padding: 12px 0; width: 100%; border-bottom: 1px solid var(--line-dark); }
      nav.links.open .nav-cta { margin-top: 12px; }
      .menu-btn { display: block; }
      section { padding: 64px 0; }
      .hero-inner { padding: 66px 0 60px; }
      .creds { grid-template-columns: 1fr; }
      .field-row { grid-template-columns: 1fr; }
      .foot-grid { grid-template-columns: 1fr; }
      .hero-meta { gap: 24px 34px; }
    }

    /* ========================================================= */
    /* ==============  MULTI-PAGE ADDITIONS  ==================== */
    /* ========================================================= */

    header.nav.scrolled { box-shadow: 0 10px 30px -18px rgba(0,0,0,0.7); }
    nav.links a.active { opacity: 1; color: var(--gold); }
    nav.links a.active.nav-cta { color: #fff; }

    /* ---------- INTERIOR PAGE HERO ---------- */
    .page-hero {
      position: relative; color: var(--paper); overflow: hidden; padding: 0;
      background:
        linear-gradient(180deg, rgba(20,18,16,0.78), rgba(20,18,16,0.92)),
        radial-gradient(120% 100% at 80% 0%, #3a2320 0%, #1c1613 50%, #100d0b 100%);
    }
    .page-hero .wrap { position: relative; z-index: 2; padding: 66px 0 58px; }
    .page-hero .page-kanji {
      position: absolute; right: -2vw; top: 50%; transform: translateY(-50%);
      font-family: var(--serif); font-weight: 900; font-size: 30vw; line-height: .8;
      color: rgba(198,151,73,0.06); pointer-events: none; user-select: none;
    }
    .page-hero h1 { font-size: clamp(34px, 5vw, 60px); font-weight: 700; margin-top: 14px; max-width: 20ch; }
    .page-hero .lede { max-width: 60ch; margin-top: 18px; font-size: 17.5px; color: rgba(246,241,231,0.82); }
    .page-hero .cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

    /* ---------- BREADCRUMB ---------- */
    .breadcrumb { font-family: var(--display); text-transform: uppercase; letter-spacing: 0.14em; font-size: 12px; color: var(--muted-dark); display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
    .breadcrumb a { color: var(--muted-dark); text-decoration: none; }
    .breadcrumb a:hover { color: var(--gold); }
    .breadcrumb span.sep { opacity: 0.5; }
    .breadcrumb b { color: var(--paper); font-weight: 600; }

    /* ---------- GENERIC CARD GRID ---------- */
    .card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 26px; margin-top: 44px; }
    .card {
      background: #fff; border: 1px solid var(--line); border-radius: 4px; overflow: hidden;
      text-decoration: none; color: inherit; display: flex; flex-direction: column;
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .card:hover { transform: translateY(-4px); box-shadow: 0 26px 48px -30px rgba(20,18,16,0.5); }
    .card .card-top { padding: 14px 20px; background: var(--ink); color: var(--paper); display: flex; align-items: center; justify-content: space-between; }
    .card .card-top .jp { font-size: 22px; color: var(--gold); }
    .card .card-top .kicker { font-family: var(--display); text-transform: uppercase; letter-spacing: 0.14em; font-size: 11px; color: var(--muted-dark); }
    .card .card-body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
    .card .card-body h3 { font-size: 21px; }
    .card .card-body p { color: var(--muted); font-size: 15px; }
    .card .card-more { margin-top: auto; padding-top: 12px; font-family: var(--display); text-transform: uppercase; letter-spacing: 0.1em; font-size: 12px; color: var(--red); }

    /* ---------- SECTION HELPERS ---------- */
    .section-alt { background: var(--paper-2); }
    .section-ink { background: var(--ink); color: var(--paper); }
    .section-ink .sec-head h2 { color: var(--paper); }
    .section-ink .sec-head p { color: var(--muted-dark); }
    .lead-in { max-width: 760px; }
    .lead-in p { color: #3f3931; font-size: 17px; margin-top: 16px; }

    /* ---------- ARTICLE / PROSE ---------- */
    .article-layout { display: grid; grid-template-columns: 1fr; gap: 0; }
    .prose { max-width: 760px; margin: 0 auto; }
    .prose > * + * { margin-top: 20px; }
    .prose h2 { font-size: 30px; margin-top: 46px; padding-top: 8px; }
    .prose h3 { font-size: 22px; margin-top: 32px; }
    .prose p { color: #35302a; font-size: 17px; line-height: 1.75; }
    .prose ul, .prose ol { color: #35302a; font-size: 17px; line-height: 1.75; padding-left: 22px; }
    .prose li + li { margin-top: 8px; }
    .prose blockquote { position: relative; padding-left: 48px; margin: 30px 0; font-family: var(--serif); font-size: 21px; line-height: 1.55; color: var(--ink); font-style: italic; }
    .prose blockquote::before { content: "\201C"; position: absolute; left: 0; top: -2px; font-family: var(--serif); font-size: 54px; line-height: 1; color: var(--red); }
    .prose a { color: var(--red-deep); text-decoration: underline; text-underline-offset: 2px; }
    .prose .jp-word { font-family: var(--serif); font-weight: 600; }
    .prose figure { margin: 26px 0; }
    .prose figcaption { font-size: 13px; color: var(--muted); margin-top: 8px; text-align: center; }
    .term-table { width: 100%; border-collapse: collapse; margin-top: 12px; font-size: 16px; }
    .term-table th, .term-table td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
    .term-table th { font-family: var(--display); text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; color: var(--muted); }
    .term-table td .jp { font-family: var(--serif); font-size: 18px; }
    .article-meta { font-family: var(--display); text-transform: uppercase; letter-spacing: 0.14em; font-size: 12px; color: var(--red); }

    /* ---------- GALLERY ---------- */
    .gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; margin-top: 40px; }
    .gallery img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; border-radius: 3px; }

    /* ---------- TESTIMONIALS ---------- */
    .quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 44px; }
    .quote { background: #fff; border: 1px solid var(--line); border-radius: 4px; padding: 28px 26px; position: relative; }
    .quote::before { content: "\201C"; font-family: var(--serif); font-size: 70px; color: rgba(193,39,45,0.16); position: absolute; top: 6px; left: 16px; line-height: 1; }
    .quote p { position: relative; font-size: 16.5px; color: #35302a; line-height: 1.7; }
    .quote .who { margin-top: 16px; font-family: var(--display); text-transform: uppercase; letter-spacing: 0.06em; font-size: 13px; }
    .quote .who span { display: block; text-transform: none; letter-spacing: 0; font-family: var(--body); font-size: 13px; color: var(--muted); }
    .quote .stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; }

    /* ---------- LOCATION DETAIL ---------- */
    .loc-detail { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: start; }
    .info-list { display: grid; gap: 2px; margin-top: 10px; }
    .info-list .row { display: grid; grid-template-columns: 130px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
    .info-list .row b { font-family: var(--display); text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; color: var(--muted); padding-top: 2px; }
    .info-list .row span { font-size: 16px; color: var(--ink); }
    .info-list .row a { color: var(--red-deep); text-decoration: none; }
    .info-list .row a:hover { text-decoration: underline; }
    .getting-there { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 40px; }
    .gt-card { background: #fff; border: 1px solid var(--line); border-radius: 4px; padding: 20px 22px; }
    .gt-card h4 { font-size: 15px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--red); font-family: var(--display); }
    .gt-card p { color: var(--muted); font-size: 14.5px; margin-top: 8px; }
    .loc-detail .map-frame { position: sticky; top: 92px; }

    /* ---------- CLICK-TO-CALL / UTILITY ---------- */
    .tel-link { text-decoration: none; }
    .chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
    .chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border: 1px solid var(--line); border-radius: 40px; background: #fff; text-decoration: none; color: var(--ink); font-size: 14px; font-weight: 500; }
    .chip:hover { border-color: var(--red); color: var(--red-deep); }
    .section-ink .chip { background: rgba(246,241,231,0.06); border-color: var(--line-dark); color: var(--paper); }

    /* ---------- PRICING / FAQ ---------- */
    .faq { max-width: 820px; margin: 40px auto 0; }
    .faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
    .faq summary { font-family: var(--display); font-size: 19px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
    .faq summary::-webkit-details-marker { display: none; }
    .faq summary::after { content: "+"; color: var(--red); font-size: 24px; line-height: 1; }
    .faq details[open] summary::after { content: "\2013"; }
    .faq p { color: var(--muted); font-size: 16px; margin-top: 12px; }

    @media (max-width: 940px) {
      .loc-detail { grid-template-columns: 1fr; gap: 30px; }
      .loc-detail .map-frame { position: static; }
    }

    /* ========================================================= */
    /* ==============  POLISH: A11Y + REFINEMENT  ============== */
    /* ========================================================= */

    /* Keyboard focus — visible gold ring on every interactive element */
    a:focus-visible, button:focus-visible, .card:focus-visible, summary:focus-visible,
    .chip:focus-visible, .btn:focus-visible {
      outline: 2px solid var(--gold);
      outline-offset: 3px;
      border-radius: 2px;
    }
    .menu-btn:focus-visible { outline-offset: 2px; }

    /* Selection + prose wrapping */
    ::selection { background: var(--red); color: #fff; }
    .prose p, .lede, .sec-head p, .lead-in p, .page-hero .lede { text-wrap: pretty; }

    /* Respect reduced-motion: stop the marquee, calm transitions */
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
      }
      .ticker-inner { animation: none !important; }
      .btn:hover, .card:hover, .class-card:hover, .video:hover,
      .video:hover .thumb img, .quote:hover { transform: none !important; }
    }

    .inst-photo { aspect-ratio: 4/5; object-fit: cover; width: 100%; }

    /* ---------- HOME ACHIEVEMENTS BAND ---------- */
    .awards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 44px; }
    .award { border: 1px solid var(--line-dark); border-radius: 4px; padding: 24px 22px; background: rgba(246,241,231,0.03); }
    .award .yr { font-family: var(--display); color: var(--gold); font-size: 13px; letter-spacing: 0.14em; }
    .award h3 { font-size: 20px; margin-top: 8px; color: var(--paper); }
    .award p { color: var(--muted-dark); font-size: 14.5px; margin-top: 8px; line-height: 1.5; }

    /* ---------- BRAND SIGNAGE BAND ---------- */
    .brand-band { padding: 0; background: #f3f3f3; }
    .brand-band img { display: block; width: 100%; height: clamp(220px, 30vw, 380px); object-fit: cover; object-position: center; }

    /* Eyebrow readability: red is too low-contrast on dark — use gold on dark surfaces */
    .hero .eyebrow, .page-hero .eyebrow, .section-ink .eyebrow { color: var(--gold); }
