  :root{
    --cream:#FAF8F4;
    --cream-deep:#F1ECE3;
    --plum:#332C2E;
    --plum-soft:#5C5254;
    --mauve:#8C7E80;
    --rose:#C2A68F;
    --rose-soft:#E3D6C6;
    --gold:#AC8A4E;
    --gold-soft:#D3BD8F;
    --sage:#9CA88F;
    --ink-light:#6B6062;
    --line:#E6DFD5;
    --shadow: 0 20px 60px -30px rgba(51,44,46,0.30);
    --radius: 2px;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth; scroll-padding-top:92px; overflow-x:hidden; width:100%;}
  body{
    font-family:'Montserrat', sans-serif;
    font-weight:400;
    color:var(--plum);
    background:var(--cream);
    line-height:1.75;
    overflow-x:hidden;
    -webkit-font-smoothing:antialiased;
  }
  @media (prefers-reduced-motion: reduce){
    *{animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important;}
  }
  h1,h2,h3,h4{
    font-family:'Cormorant Garamond', serif;
    font-weight:600;
    color:var(--plum);
    line-height:1.15;
    letter-spacing:0.01em;
  }
  .script{
    font-family:'Petit Formal Script', cursive;
    font-weight:400;
    color:var(--gold);
    letter-spacing:0.02em;
  }
  a{color:inherit; text-decoration:none;}
  img{max-width:100%; display:block;}
  .container{max-width:1180px; margin:0 auto; padding:0 32px;}
  section{position:relative;}

  /* language toggling */
  .id{display:none;}
  body.lang-id .en{display:none;}
  body.lang-id .id{display:block;}
  body.lang-id span.id, body.lang-id li span.id, body.lang-id .id-inline{display:inline;}
  .en-inline{display:inline;}
  body.lang-id .en-inline{display:none;}

  /* ---------- progress bar ---------- */
  #progress-track{
    position:fixed; top:0; left:0; right:0; height:3px;
    background:rgba(251,247,241,0.88);
    z-index:1100;
  }
  #progress-bar{
    height:100%; width:0%;
    background:var(--plum);
    transition:width .08s linear;
  }

  /* ---------- header ---------- */
  header{
    position:fixed; top:3px; left:0; right:0; z-index:1050;
    background:rgba(251,247,241,0.88);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    border-bottom:1px solid var(--line);
    transition:box-shadow .3s ease;
  }
  header.scrolled{box-shadow:0 8px 24px -18px rgba(59,42,56,0.4);}
  .nav-inner{
    max-width:1180px; margin:0 auto; padding:14px 32px;
    display:flex; align-items:center; gap:20px;
  }
  .brand{display:flex; align-items:center; gap:10px; cursor:pointer; flex-shrink:0;}
  .brand img{height:40px; width:auto;}
  .brand-word{display:none; height:26px; width:auto;}
  nav.primary-nav{display:flex; gap:28px; margin:0 auto; flex-wrap:wrap;}
  nav.primary-nav a{
    font-size:11px; letter-spacing:0.06em; text-transform:uppercase;
    color:var(--plum-soft); font-weight:500; position:relative; padding:4px 0;
    white-space:nowrap;
  }
  nav.primary-nav a::after{
    content:''; position:absolute; left:0; bottom:-2px; width:0; height:1px; background:var(--gold);
    transition:width .3s ease;
  }
  nav.primary-nav a:hover::after, nav.primary-nav a.active::after{width:100%;}
  nav.primary-nav a.active{color:var(--plum);}

  .header-right{display:flex; align-items:center; gap:16px; flex-shrink:0;}
  .lang-toggle{
    display:flex; border:1px solid var(--mauve); border-radius:20px; overflow:hidden;
    font-size:10.5px; font-weight:600; letter-spacing:0.04em;
  }
  .lang-toggle button{
    background:none; border:none; padding:5px 11px; cursor:pointer; color:var(--plum-soft);
    font-family:'Montserrat',sans-serif; font-weight:600; font-size:10.5px;
    transition:background .25s ease, color .25s ease;
  }
  .lang-toggle button.active{background:var(--plum); color:var(--cream);}

  .btn{
    display:inline-block; padding:10px 22px; font-size:11px; letter-spacing:0.08em;
    text-transform:uppercase; font-weight:600; border-radius:12px; cursor:pointer;
    transition:all .3s ease; white-space:nowrap; border:1px solid transparent;
  }
  .btn-primary{background:var(--plum); color:var(--cream);}
  .btn-primary:hover{background:var(--gold); color:var(--plum); transform:translateY(-2px); box-shadow:0 10px 24px -12px rgba(59,42,56,0.4);}
  .btn-hero{padding:17px 44px; font-size:14px; letter-spacing:0.1em; border-radius:14px;}
  .btn-outline{border:1px solid var(--plum); color:var(--plum); background:transparent;}
  .btn-outline:hover{background:var(--plum); color:var(--cream); transform:translateY(-2px);}

  .hamburger{display:none; flex-direction:column; align-items:center; justify-content:center; gap:5px; width:44px; height:44px; background:none; border:none; cursor:pointer; padding:0; -webkit-tap-highlight-color:transparent;}
  .hamburger span{width:24px; height:1.5px; background:var(--plum);}

  /* ---------- hero ---------- */
  .hero{
    min-height:100vh; display:flex; align-items:center; justify-content:center;
    position:relative; padding:150px 32px 100px;
    background:var(--cream);
    overflow:hidden;
  }
  .hero::before{
    content:''; position:absolute; inset:0;
    background-image:url('assets/images/logo-mark.png');
    background-repeat:no-repeat; background-position:104% 8%; background-size:520px;
    opacity:0.07; pointer-events:none;
  }
  .hero::after{
    content:''; position:absolute; inset:-25%; pointer-events:none;
    background:
      radial-gradient(ellipse 70% 55% at 18% 15%, rgba(172,138,78,0.32), transparent 60%),
      radial-gradient(ellipse 60% 50% at 85% 20%, rgba(156,168,143,0.30), transparent 60%),
      radial-gradient(ellipse 65% 60% at 50% 90%, rgba(194,166,143,0.32), transparent 65%);
    animation:heroDrift 13s ease-in-out infinite alternate;
  }
  @keyframes heroDrift{
    0%{transform:translate(0,0) scale(1);}
    50%{transform:translate(5%,-6%) scale(1.12);}
    100%{transform:translate(-5%,5%) scale(1);}
  }
  .hero-content{position:relative; z-index:2; text-align:center; max-width:860px; margin:0 auto;}
  .hero-logo{width:min(580px,80vw); height:auto; display:block; margin:0 auto 20px;}
  .hero-tagline{font-size:clamp(20px,2.6vw,26px); font-style:italic; color:var(--plum-soft); font-family:'Cormorant Garamond',serif; margin:0 auto 40px; letter-spacing:0.02em;}

  @keyframes heroFadeUp{from{opacity:0; transform:translateY(18px);} to{opacity:1; transform:translateY(0);}}
  .hero-logo{opacity:0; animation:heroFadeUp .9s ease forwards .15s;}
  .hero-tagline{opacity:0; animation:heroFadeUp .8s ease forwards .35s;}
  .hero-content > .btn{opacity:0; animation:heroFadeUp .8s ease forwards .55s;}
  .hero-staff{width:min(560px,86vw); height:auto; margin:0 auto 46px; opacity:0.9;}
  .hero-staff path.staff-line{
    stroke:var(--mauve); stroke-width:1.4; fill:none; opacity:0.55;
    stroke-dasharray:900; stroke-dashoffset:900;
    animation:drawline 2.6s ease forwards .2s;
  }
  .hero-staff path.staff-line:nth-child(2){animation-delay:.35s;}
  .hero-staff path.staff-line:nth-child(3){animation-delay:.5s;}
  .hero-staff path.staff-line:nth-child(4){animation-delay:.65s;}
  .hero-staff path.staff-line:nth-child(5){animation-delay:.8s;}
  .hero-staff .clef{
    fill:var(--gold); opacity:0; animation:fadein .9s ease forwards 1.4s;
  }
  .hero-staff .note{
    fill:var(--rose); opacity:0; transform-origin:center;
    animation:popnote .6s cubic-bezier(.34,1.56,.64,1) forwards;
  }
  @keyframes drawline{to{stroke-dashoffset:0;}}
  @keyframes fadein{to{opacity:1;}}
  @keyframes popnote{to{opacity:1; transform:scale(1) translateY(0);}}

  .reveal{
    opacity:0; transform:translateY(42px);
    transition:opacity 1s ease, transform 1s ease;
  }
  .reveal.in-view{opacity:1; transform:translateY(0);}
  @media (prefers-reduced-motion:reduce){
    .reveal{opacity:1; transform:none; transition:none;}
  }
  /* interactive playable notes */
  .hero-staff .note-btn{
    cursor:pointer; transform-box:fill-box; transform-origin:center;
    transition:filter .18s ease;
    -webkit-tap-highlight-color:transparent;
  }
  /* No focus ring for mouse/touch; keep it only for keyboard (Tab) focus. */
  .hero-staff .note-btn:focus{ outline:none; }
  .hero-staff .note-btn:hover,
  .hero-staff .note-btn.hovered,
  .hero-staff .note-btn:focus-visible{
    filter:brightness(1.25) drop-shadow(0 0 3px var(--rose));
  }
  .hero-staff .note-btn:focus-visible{
    outline:2px solid var(--gold);
    outline-offset:2px;
    border-radius:3px;
  }
  .hero-staff .note-btn:hover .note,
  .hero-staff .note-btn.hovered .note,
  .hero-staff .note-btn:focus-visible .note{ fill:var(--gold); }
  .hero-staff .note-btn.playing{ animation:note-pulse .4s ease; }
  @keyframes note-pulse{
    0%{transform:scale(1);} 35%{transform:scale(1.22);} 100%{transform:scale(1);}
  }

  /* ---------- section headers ---------- */
  .eyebrow{
    display:inline-block; font-family:'Petit Formal Script', cursive; font-size:19px; color:var(--gold); margin-bottom:4px;
  }
  .section-head{text-align:center; max-width:680px; margin:0 auto 56px;}
  .section-head h2{font-size:clamp(34px,4.6vw,50px); font-weight:700;}
  .section{padding:110px 0;}
  .section-alt{
    background: linear-gradient(to bottom,
      var(--cream) 0,
      var(--cream-deep) 140px,
      var(--cream-deep) calc(100% - 140px),
      var(--cream) 100%);
  }
  .divider{display:flex; justify-content:center; margin:0 0 8px;}
  .divider svg{width:120px; height:24px; opacity:0.55;}

  /* ---------- welcome ---------- */
  .welcome-grid{display:grid; grid-template-columns:1.15fr 0.85fr; gap:80px; align-items:center;}
  .welcome-grid p{margin-bottom:20px; color:var(--ink-light); font-size:16px;}
  .welcome-grid p:last-child{margin-bottom:0;}
  .welcome-art{
    position:relative; display:flex; align-items:center; justify-content:center;
    padding:50px;
  }
  .welcome-art img{width:100%; max-width:340px;}

  /* ---------- about founder ---------- */
  #founder .eyebrow{
    font-family:'Cormorant Garamond', serif; font-weight:600; color:var(--plum);
    font-size:clamp(28px,3.4vw,38px); line-height:1.15; text-transform:none;
    letter-spacing:0.01em; margin-bottom:22px;
  }
  .founder-grid{display:grid; grid-template-columns:0.8fr 1.2fr; gap:70px; align-items:start;}
  .founder-sticky-col{position:sticky; top:110px;}
  .founder-photo-wrap{position:relative;}
  .founder-photo{
    border-radius:14px; box-shadow:var(--shadow); position:relative; z-index:2;
  }
  .founder-frame{
    position:absolute; top:20px; left:20px; right:-20px; bottom:-20px;
    border:1.5px solid var(--gold-soft); border-radius:14px; z-index:1;
  }
  .founder-name{font-size:24px; font-weight:700; text-transform:uppercase; letter-spacing:0.12em; color:var(--mauve); margin-top:44px; text-align:center;}
  .founder-cred{font-size:13px; color:var(--ink-light); text-align:center; margin-top:4px; letter-spacing:0.03em;}
  .founder-text h3{font-size:clamp(28px,3.4vw,38px); margin-bottom:22px;}
  .founder-text p{color:var(--ink-light); margin-bottom:18px; font-size:16px;}
  blockquote{
    font-family:'Cormorant Garamond', serif; font-style:italic; font-size:22px; color:var(--plum-soft);
    border-left:2px solid var(--gold); padding-left:22px; margin:26px 0;
  }
  .stats-row{
    display:grid; grid-template-columns:repeat(2,1fr); gap:16px;
    margin:12px 0 32px; padding:36px 0;
    border-top:1px solid var(--line); border-bottom:1px solid var(--line);
  }
  .stat{
    position:relative; text-align:center; padding:0 8px;
  }
  .stat:not(:first-child){border-left:1px dotted var(--gold-soft);}
  .stat-num{font-family:'Montserrat',sans-serif; font-size:clamp(17px,4vw,30px); font-weight:700; color:var(--gold); line-height:1;}
  .stat-label{font-size:clamp(9px,2.1vw,11.5px); color:var(--ink-light); margin-top:10px; letter-spacing:0.02em; text-transform:uppercase; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
  @media(max-width:600px){
    .stats-row{gap:8px; margin:40px 0 48px; padding:28px 0;}
    .stat-num{font-size:clamp(22px,7.5vw,28px);}
  }
  @media(max-width:400px){
    .stats-row{gap:6px;}
    .stat-num{font-size:clamp(20px,8vw,26px);}
  }

  /* ---------- founder cards ---------- */
  .founder-cards{display:flex; flex-direction:column; gap:14px; margin-bottom:8px;}
  .founder-card{
    border:1px solid var(--line); border-radius:14px; overflow:hidden; background:var(--cream);
    transition:border-color .35s ease, box-shadow .35s ease;
  }
  .founder-card.open{border-color:var(--gold-soft); box-shadow:var(--shadow);}
  .founder-card-q{
    width:100%; background:none; border:none; cursor:pointer; padding:20px 24px;
    display:flex; align-items:center; justify-content:space-between; gap:16px;
    -webkit-tap-highlight-color:transparent;
  }
  .founder-card-title{
    font-family:'Cormorant Garamond',serif; font-size:20px; font-weight:600; color:var(--plum);
    text-align:left;
  }
  .founder-card-plus{
    flex-shrink:0; width:20px; height:20px; position:relative;
  }
  .founder-card-plus::before, .founder-card-plus::after{
    content:''; position:absolute; background:var(--gold); transition:transform .35s ease;
  }
  .founder-card-plus::before{top:50%; left:0; width:100%; height:1.5px; transform:translateY(-50%);}
  .founder-card-plus::after{left:50%; top:0; width:1.5px; height:100%; transform:translateX(-50%);}
  .founder-card.open .founder-card-plus::after{transform:translateX(-50%) rotate(90deg); opacity:0;}
  .founder-card-a{
    max-height:0; overflow:hidden;
    transition:max-height .5s cubic-bezier(.4,0,.2,1);
  }
  .founder-card-body{padding:0 24px 24px;}
  .founder-card-body p:last-child{margin-bottom:0;}

  /* ---------- how we learn ---------- */
  .learn-wrap{max-width:800px; margin:0 auto;}
  .learn-wrap p{color:var(--ink-light); margin-bottom:22px; font-size:16.5px;}
  .learn-wrap p:last-of-type{margin-bottom:0;}
  .learn-wrap p.quote-final{
    text-align:center; max-width:760px; margin:0 auto;
    font-family:'Cormorant Garamond',serif; font-style:italic; font-weight:400;
    font-size:clamp(28px,4.2vw,32px); color:var(--plum);
  }

  .learn-tabs{
    display:flex; justify-content:space-between; gap:8px;
    max-width:800px; margin:48px auto 0; border-bottom:1px solid var(--line);
  }
  .learn-tab{
    background:none; border:none; cursor:pointer; padding:0 8px 18px; flex:1;
    display:flex; flex-direction:column; align-items:center; gap:10px;
    position:relative; color:var(--ink-light);
    transition:color .3s ease;
  }
  .learn-tab .value-icon{width:24px; height:24px; color:var(--mauve); transition:color .3s ease;}
  .learn-tab span{font-family:'Cormorant Garamond',serif; font-size:16.5px; font-weight:600; white-space:nowrap;}
  .learn-tab::after{
    content:''; position:absolute; left:0; right:0; bottom:-1px; height:2px;
    background:var(--gold); transform:scaleX(0); transition:transform .3s ease;
  }
  .learn-tab:hover{color:var(--plum);}
  .learn-tab.active{color:var(--plum);}
  .learn-tab.active .value-icon{color:var(--gold);}
  .learn-tab.active::after{transform:scaleX(1);}

  .learn-panels{max-width:800px; margin:36px auto 0; transition:min-height .3s ease;}
  .learn-quote-wrap{margin-top:36px;}
  .learn-panel{display:none;}
  .learn-panel.active{display:block; animation:learnPanelIn .4s ease;}
  .learn-panel p{color:var(--ink-light); font-size:16.5px; margin-bottom:18px;}
  .learn-panel p:last-of-type{margin-bottom:0;}
  @keyframes learnPanelIn{from{opacity:0; transform:translateY(6px);} to{opacity:1; transform:translateY(0);}}

  .learn-mobile-list{display:none;}

  @media(max-width:600px){
    .learn-tabs, .learn-panels{display:none;}
    .learn-mobile-list{display:block; max-width:600px; margin:44px auto 0;}
    .learn-mobile-item{padding:26px 0;}
    .learn-mobile-item:first-child{padding-top:0;}
    .learn-mobile-item:not(:last-child){border-bottom:1px dotted var(--gold-soft);}
    .learn-mobile-head{display:flex; align-items:center; gap:16px; margin-bottom:14px;}
    .learn-mobile-head .value-icon{width:24px; height:24px; margin:0; color:var(--gold); flex-shrink:0;}
    .learn-mobile-head h4{font-size:18px;}
    .learn-mobile-item p{color:var(--ink-light); font-size:15px; margin-bottom:14px;}
    .learn-mobile-item p:last-of-type{margin-bottom:0;}
  }

  /* ---------- values ---------- */
  .values-grid{display:grid; grid-template-columns:repeat(5,1fr); gap:24px;}
  .value-card{
    background:var(--cream); border:1px solid var(--line); border-radius:14px; padding:36px 22px; text-align:center;
    transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease, opacity .6s ease;
    opacity:0; transform:translateY(28px);
  }
  .value-card.in-view{opacity:1; transform:translateY(0);}
  .value-card.in-view:hover{transform:translateY(-8px); box-shadow:var(--shadow); border-color:var(--rose-soft);}
  .value-card:hover .value-icon{transform:scale(1.15) rotate(-4deg);}
  .value-icon{width:34px; height:34px; margin:0 auto 18px; color:var(--gold); transition:transform .35s ease;}
  .value-card h4{font-size:clamp(17px,2.2vw,19px); margin-bottom:8px;}
  .value-card p{font-size:16px; line-height:1.35; color:var(--ink-light); font-style:italic; font-family:'Cormorant Garamond',serif;}

  /* ---------- journey timeline ---------- */
  .timeline{max-width:720px; margin:0 auto; position:relative;}
  .timeline-line{
    position:absolute; left:29px; top:0; width:1px; height:0;
    background:linear-gradient(to bottom, var(--rose), var(--gold), var(--sage));
    opacity:0.22;
  }
  .timeline-line-fill{
    position:absolute; left:29px; top:0; width:1px; height:0;
    background:linear-gradient(to bottom, var(--rose), var(--gold), var(--sage));
    transition:height .2s linear;
  }
  .tl-item{
    display:grid; grid-template-columns:60px 1fr; gap:28px; padding-bottom:56px; position:relative;
    opacity:0; transform:translateY(28px);
    transition:opacity .7s ease, transform .7s ease;
  }
  .tl-item.in-view{opacity:1; transform:translateY(0);}
  .tl-item:last-child{padding-bottom:0;}
  .tl-marker{
    width:60px; height:60px; border-radius:50%; background:var(--cream);
    border:1.5px solid var(--gold-soft); display:flex; align-items:center; justify-content:center;
    z-index:2; box-shadow:0 8px 20px -12px rgba(59,42,56,0.3);
  }
  .tl-marker svg{width:24px; height:24px; color:var(--gold);}
  .tl-content h3{font-size:clamp(20px,3vw,24px); margin-bottom:2px;}
  .tl-content .tl-sub{font-family:'Cormorant Garamond',serif; font-style:italic; color:var(--mauve); font-size:17px; margin-bottom:10px; display:block;}
  .tl-content p{color:var(--ink-light); font-size:15.5px;}

  /* ---------- trial lesson ---------- */
  .trial-box{
    max-width:1160px; margin:0 auto; background:var(--plum); color:var(--cream);
    padding:64px; border-radius:18px; position:relative; overflow:hidden;
  }
  .trial-box::before{
    content:''; position:absolute; inset:0; background-image:url('assets/images/logo-mark.png');
    background-repeat:no-repeat; background-position:-60px -40px; background-size:340px; opacity:0.08;
  }
  .trial-box-inner{position:relative; z-index:2;}
  .trial-grid{display:grid; grid-template-columns:0.75fr 1.25fr; gap:56px; align-items:stretch;}
  .trial-left{display:flex; flex-direction:column; justify-content:center;}
  .trial-left .eyebrow{color:var(--rose-soft);}
  .trial-left h2{color:var(--cream); font-size:clamp(30px,3.4vw,42px); margin:10px 0 18px;}
  .trial-left p{color:var(--rose-soft); font-size:16px; margin-bottom:0;}
  .trial-cta{margin-top:32px;}
  .no-fee{font-size:14px; color:var(--rose-soft); margin-top:16px;}

  .trial-card{
    background:var(--cream); border-radius:16px; padding:40px 36px;
    display:flex; flex-direction:column; justify-content:center;
    box-shadow:0 24px 60px -20px rgba(0,0,0,0.35);
  }
  .trial-sub{font-family:'Cormorant Garamond',serif; font-style:italic; font-weight:600; font-size:24px; margin-bottom:12px; color:var(--plum);}
  .trial-card-intro{color:var(--ink-light); font-size:15px; margin-bottom:0;}
  .trial-list{list-style:none; margin:26px 0 0; display:flex; flex-direction:column; gap:15px;}
  .trial-list li{display:flex; align-items:flex-start; gap:12px; font-size:15px; color:var(--plum-soft);}
  .trial-list svg{flex-shrink:0; width:18px; height:18px; margin-top:3px; color:var(--gold);}

  /* ---------- whats next ---------- */
  .steps-wrap{max-width:1100px; margin:0 auto;}
  .steps-staff{width:100%; max-width:1100px; height:auto; display:block; margin:0 auto 6px; opacity:0.9;}
  .steps-staff path.staff-line{stroke:var(--line); opacity:1;}
  /* treble clef matches the warm note colour and stays visible (no hero fade-in) */
  .steps-staff .clef{fill:var(--rose); opacity:1; animation:none;}
  /* Inset the 5 step columns so they sit under the note group, which is centred to the
     right of the treble clef. Left inset 10.3125% + 5x16.875% + right inset 5.3125% = 100%,
     matching note cx 120/228/336/444/552 in the 640-wide staff viewBox. */
  .steps-strip{display:grid; grid-template-columns:repeat(5,1fr); gap:0; padding:0 5.3125% 0 10.3125%; max-width:1100px; margin:0 auto;}
  .step{text-align:center; padding:0 10px; position:relative;}
  .step-num{
    width:38px; height:38px; border-radius:50%; border:1.5px solid var(--gold);
    display:flex; align-items:center; justify-content:center; margin:0 auto 16px;
    font-family:'Cormorant Garamond',serif; font-size:17px; line-height:1; color:var(--gold); font-weight:600;
    padding-bottom:4px; cursor:pointer;
    transition:background .25s ease, color .25s ease, transform .25s ease;
  }
  .step-num:hover{ background:var(--gold); color:var(--cream); transform:translateY(-2px); }
  .step p{font-size:16.5px; line-height:1.6; color:var(--ink-light);}
  .closing-line{text-align:center; margin-top:56px; font-family:'Cormorant Garamond',serif; font-style:italic; font-size:22px; color:var(--plum-soft);}

  /* ---------- FAQ ---------- */
  .faq-list{max-width:820px; margin:0 auto;}
  .faq-item{border-bottom:1px solid var(--line);}
  .faq-q{
    width:100%; text-align:left; background:none; border:none; padding:24px 4px;
    display:flex; justify-content:space-between; align-items:center; gap:20px; cursor:pointer;
    font-family:'Cormorant Garamond',serif; font-size:19px; color:var(--plum); font-weight:600;
  }
  .faq-q .plus{
    flex-shrink:0; width:22px; height:22px; position:relative;
  }
  .faq-q .plus::before, .faq-q .plus::after{
    content:''; position:absolute; background:var(--gold); transition:transform .3s ease;
  }
  .faq-q .plus::before{top:50%; left:0; width:100%; height:1.5px; transform:translateY(-50%);}
  .faq-q .plus::after{left:50%; top:0; width:1.5px; height:100%; transform:translateX(-50%);}
  .faq-item.open .plus::after{transform:translateX(-50%) rotate(90deg); opacity:0;}
  .faq-a{max-height:0; overflow:hidden; transition:max-height .4s ease;}
  .faq-a-inner{padding:0 4px 26px; color:var(--ink-light); font-size:15.5px; max-width:720px;}

  /* ---------- contact / footer ---------- */
  footer{background:var(--plum); color:var(--cream); padding-top:90px;}
  .contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:60px; padding-bottom:70px;}
  .contact-brand img{width:min(320px,80%); height:auto; margin-bottom:24px;}
  .contact-brand p{color:#D9CBD6; font-size:17px; max-width:min(320px,80%); line-height:1.75;}
  .contact-details{display:flex; flex-direction:column; gap:20px;}
  .contact-row{display:flex; gap:16px; align-items:flex-start;}
  .contact-row svg{width:20px; height:20px; color:var(--gold-soft); flex-shrink:0; margin-top:2px;}
  .contact-row a, .contact-row span{color:#EDE2E9; font-size:15px;}
  .contact-row a{display:flex; gap:16px; align-items:flex-start; min-width:0; overflow-wrap:anywhere;}
  .contact-row a:hover{color:var(--gold-soft);}
  .appt-note{font-size:16px; font-style:italic; font-family:'Cormorant Garamond',serif; color:#C9B8C6; margin-top:8px;}
  .footer-bottom{
    border-top:1px solid rgba(255,255,255,0.12); padding:26px 0; display:flex; justify-content:center;
    align-items:center; text-align:center; flex-wrap:wrap; gap:14px; font-size:12.5px; color:#C6B7C3;
  }
  .footer-bottom a{text-decoration:underline; text-underline-offset:3px;}

  /* ---------- back to top ---------- */
  #back-to-top{
    position:fixed; bottom:28px; right:28px; width:46px; height:46px; border-radius:50%;
    background:var(--plum); color:var(--cream); border:none; cursor:pointer; z-index:900;
    display:flex; align-items:center; justify-content:center; box-shadow:0 10px 26px -10px rgba(59,42,56,0.55);
    opacity:0; pointer-events:none; transform:translateY(10px);
    transition:opacity .35s ease, transform .35s ease, background .3s ease;
  }
  #back-to-top.show{opacity:1; pointer-events:auto; transform:translateY(0);}
  #back-to-top:hover{background:var(--gold);}
  #back-to-top svg{width:18px; height:18px;}

  /* ---------- mobile nav ---------- */
  .mobile-panel{
    position:fixed; top:0; right:0; height:100vh; width:min(320px,84vw); background:var(--cream);
    box-shadow:-20px 0 50px -20px rgba(0,0,0,0.3); z-index:1200; padding:100px 32px 40px;
    display:flex; flex-direction:column; gap:26px;
    transform:translateX(100%); transition:transform .4s ease;
  }
  .mobile-panel.open{transform:translateX(0);}
  .mobile-panel .mobile-link{font-family:'Cormorant Garamond',serif; font-size:22px; color:var(--plum);}
  .mobile-cta{width:100%; text-align:center; margin-top:14px; font-size:12.5px; padding:15px 22px;}
  .mobile-overlay{
    position:fixed; inset:0; background:rgba(59,42,56,0.35); z-index:1150; opacity:0; pointer-events:none; transition:opacity .3s ease;
  }
  .mobile-overlay.open{opacity:1; pointer-events:auto;}

  @media(max-width:980px){
    nav.primary-nav{display:none;}
    .hamburger{display:flex;}
    .nav-inner{padding:12px 16px;}
    .header-right{margin-left:auto; gap:12px;}
    #nav-book-btn{display:none;}
    .welcome-grid, .founder-grid{grid-template-columns:1fr; gap:50px;}
    .welcome-art{display:none;}
    .founder-sticky-col{position:static; transform:none;}
    .founder-photo-wrap{max-width:280px; margin:0 auto;}
    .founder-frame{top:10px; left:10px; right:-10px; bottom:-10px;}
    .values-grid{grid-template-columns:repeat(2,1fr);}
    /* staff no longer drives alignment once stacked; drop the note-group inset and restore gaps */
    .steps-strip{grid-template-columns:repeat(2,1fr); padding:0; column-gap:20px; row-gap:40px;}
    .steps-staff{display:block; margin-bottom:24px;}
    .contact-grid{grid-template-columns:1fr;}
    .trial-box{padding:44px 26px;}
    .trial-grid{grid-template-columns:1fr; gap:40px;}
    /* allow the stacked columns to shrink below their content width so nothing overflows/crops */
    .trial-left, .trial-card{min-width:0;}
    .trial-left{text-align:center; align-items:center;}
    .trial-left h2{font-size:clamp(28px,5vw,36px);}
    /* let the long CTA wrap instead of overflowing the box */
    .trial-cta .btn{white-space:normal; max-width:100%; line-height:1.4;}
    .trial-cta .btn-hero{padding:15px 28px; font-size:13px;}
  }
  @media(max-width:600px){
    .section{padding:80px 0;}
    .values-grid{grid-template-columns:1fr;}
    .steps-strip{grid-template-columns:1fr;}
    .stats-row{gap:28px;}
    .nav-inner{padding:12px 16px;}
    .container{padding:0 20px;}
    .brand img{height:34px;}
    .trial-box{padding:36px 20px;}
    .trial-card{padding:30px 24px;}
    .welcome-grid{gap:0;}
    /* let the hero button text wrap to the next line so it isn't cropped */
    .hero-content .btn{white-space:normal; max-width:100%; line-height:1.4;}
    /* let the footer CTA wrap so it doesn't overflow on narrow screens */
    #contact .btn-hero{white-space:normal; max-width:100%; line-height:1.4;}
  }
  @media(max-width:400px){
    .section{padding:60px 0;}
    .container{padding:0 16px;}
    .trial-box{padding:28px 16px;}
    .trial-cta .btn-hero{padding:14px 22px; font-size:12.5px;}
    .stats-row{gap:20px;}
    .value-card{padding:28px 16px;}
    .tl-marker{width:48px; height:48px;}
    .tl-marker svg{width:20px; height:20px;}
    .tl-item{grid-template-columns:48px 1fr; gap:18px;}
    blockquote{font-size:19px; padding-left:16px;}
  }
  @media(max-width:260px){
    /* Only shrink the label so it fits; keep the larger-screen size & padding. */
    .hero-content .btn-hero{font-size:11.5px;}
    /* Footer CTA: smaller label (wrapping already enabled at the ≤600px breakpoint). */
    #contact .btn-hero{font-size:11.5px;}
  }
