/* ============================================
   HEALING US TOO™ — Design System
   Deep sanctuary green, warm cream, antique gold
   ============================================ */

:root{
  --deep-green:#0E2B20;
  --botanical-green:#173D2B;
  --cream:#F6F0E6;
  --gold:#B38B2D;
  --gold-lt:#D4AF5A;
  --purple:#6B4B73;
  --blue:#496C89;
  --living-green:#708C5B;
  --rust:#A65B39;
  --ink:#241F1A;
  --muted:#5C5348;
  --line:rgba(14,43,32,0.14);
  --serif:'Cormorant Garamond','Georgia',serif;
  --sans:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --hand:'Caveat','Segoe Script',cursive;
  --radius:6px;
  --shadow:0 12px 32px rgba(14,43,32,0.10);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:var(--sans);
  background-color:var(--cream);
  background-image:
    radial-gradient(rgba(14,43,32,0.025) 1px, transparent 1px),
    radial-gradient(rgba(14,43,32,0.02) 1px, transparent 1px);
  background-size:3px 3px, 7px 7px;
  background-position:0 0, 2px 3px;
  color:var(--ink);
  font-size:17px;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
}
@media(max-width:768px){body{font-size:16px;}}

h1,h2,h3,h4{
  font-family:var(--serif);
  font-weight:600;
  color:var(--botanical-green);
  line-height:1.15;
  margin:0 0 0.6rem;
}
h1{font-size:clamp(2.4rem,5vw,3.4rem);}
h2{font-size:clamp(1.8rem,3.4vw,2.4rem);}
h3{font-size:1.3rem;}
p{margin:0 0 1rem;color:var(--muted);}
a{color:inherit;}
.hand{font-family:var(--hand);color:var(--gold);font-size:1.3rem;}
.eyebrow{
  font-size:0.72rem;letter-spacing:0.18em;text-transform:uppercase;
  color:var(--gold);font-weight:600;margin-bottom:0.6rem;display:block;
}
.container{max-width:1180px;margin:0 auto;padding:0 1.6rem;}
.sec{padding:4.5rem 0;}
@media(max-width:768px){.sec{padding:3rem 0;}}

/* Skip link */
.skip-link{
  position:absolute;left:-999px;top:0;background:var(--botanical-green);color:#fff;
  padding:0.8rem 1.2rem;z-index:999;border-radius:0 0 6px 0;
}
.skip-link:focus{left:0;}

/* Header */
header.site-header{
  position:sticky;top:0;z-index:100;background:rgba(246,240,230,0.96);
  -webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);
  border-bottom:1px solid var(--line);transition:box-shadow 0.3s;
}
header.site-header.scrolled{box-shadow:0 4px 20px rgba(14,43,32,0.08);}
.header-inner{
  display:flex;align-items:center;justify-content:space-between;
  max-width:1280px;margin:0 auto;padding:0.9rem 1.6rem;
}
.logo{display:flex;align-items:center;gap:0.7rem;text-decoration:none;}
.logo svg{width:34px;height:34px;flex-shrink:0;}
.logo-text{display:flex;flex-direction:column;line-height:1.1;}
.logo-text .name{font-family:var(--serif);font-size:1.3rem;font-weight:600;color:var(--botanical-green);}
.logo-text .tag{font-size:0.58rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--muted);}
nav.main-nav{display:flex;align-items:center;gap:1.6rem;}
nav.main-nav a{
  font-size:0.74rem;letter-spacing:0.06em;text-transform:uppercase;font-weight:600;
  text-decoration:none;color:var(--ink);padding:0.4rem 0;border-bottom:2px solid transparent;transition:color 0.2s,border-color 0.2s;
  white-space:nowrap;
}
nav.main-nav a:hover,nav.main-nav a[aria-current="page"]{color:var(--botanical-green);border-color:var(--gold);}
.nav-more{position:relative;}
.nav-more-panel{
  display:none;position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--line);
  border-radius:var(--radius);box-shadow:var(--shadow);padding:0.6rem;min-width:200px;margin-top:0.6rem;
}
.nav-more:hover .nav-more-panel,.nav-more:focus-within .nav-more-panel{display:block;}
.nav-more-panel a{display:block;padding:0.5rem 0.7rem;border-radius:4px;}
.nav-more-panel a:hover{background:var(--cream);}
.btn-cta{
  background:var(--botanical-green);color:#fff!important;padding:0.7rem 1.4rem;border-radius:4px;
  font-size:0.72rem;letter-spacing:0.08em;text-transform:uppercase;font-weight:700;text-decoration:none;
  border:none;cursor:pointer;white-space:nowrap;
}
.btn-cta:hover{background:var(--gold);}
.mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:0.4rem;}
.mobile-toggle svg{width:26px;height:26px;}
.mobile-menu{
  display:none;flex-direction:column;gap:0.2rem;background:var(--cream);
  border-top:1px solid var(--line);padding:1rem 1.6rem 1.5rem;
}
.mobile-menu a{
  padding:0.8rem 0.2rem;text-decoration:none;color:var(--ink);border-bottom:1px solid var(--line);
  font-size:0.9rem;font-weight:500;
}
.mobile-menu.open{display:flex;}
@media(max-width:1000px){
  nav.main-nav{display:none;}
  .mobile-toggle{display:block;}
}

/* Breadcrumb */
.breadcrumb{font-size:0.75rem;color:var(--muted);margin-bottom:0.8rem;}
.breadcrumb a{color:var(--muted);text-decoration:none;}
.breadcrumb a:hover{color:var(--botanical-green);}

/* Hero */
.page-hero{padding:3.5rem 0 3rem;}
.page-hero p.lede{font-size:1.1rem;max-width:640px;}
.btn-primary{
  display:inline-block;background:var(--botanical-green);color:#fff;padding:0.85rem 1.8rem;
  border-radius:4px;font-size:0.76rem;letter-spacing:0.1em;text-transform:uppercase;font-weight:700;
  text-decoration:none;border:none;cursor:pointer;transition:background 0.2s,transform 0.2s;
}
.btn-primary:hover{background:var(--gold);transform:translateY(-2px);}
.btn-outline{
  display:inline-block;border:1.5px solid var(--botanical-green);color:var(--botanical-green);padding:0.8rem 1.7rem;
  border-radius:4px;font-size:0.76rem;letter-spacing:0.1em;text-transform:uppercase;font-weight:700;
  text-decoration:none;background:none;cursor:pointer;transition:all 0.2s;
}
.btn-outline:hover{background:var(--botanical-green);color:#fff;}

/* Cards */
.card-grid{display:grid;gap:1.6rem;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));}
@media(max-width:1000px){.card-grid[style*="repeat(5"]{grid-template-columns:repeat(3,1fr)!important;}}
@media(max-width:640px){.card-grid[style*="repeat(5"],.card-grid[style*="repeat(3"]{grid-template-columns:repeat(2,1fr)!important;}}
@media(max-width:420px){.card-grid{grid-template-columns:1fr!important;}}
.card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem;
  transition:transform 0.25s,box-shadow 0.25s;
}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow);}
.card .icon-dot{
  width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  margin-bottom:0.9rem;font-size:1.1rem;
}
.card-link{
  display:inline-block;margin-top:0.9rem;font-size:0.72rem;letter-spacing:0.08em;text-transform:uppercase;
  font-weight:700;color:var(--rust);text-decoration:none;border-bottom:1px solid rgba(166,91,57,0.35);padding-bottom:1px;
}

/* Promise / green band */
.band{background:var(--deep-green);color:#fff;padding:3rem 0;}
.band h2,.band h3{color:#fff;}
.band p{color:rgba(255,255,255,0.75);}
.band-grid{display:grid;gap:1.6rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));text-align:center;}

/* Divider */
.divider{width:60px;height:2px;background:var(--gold);margin:1rem 0;border:none;}
.center .divider{margin-left:auto;margin-right:auto;}
.center{text-align:center;}

/* Quote */
.quote-block{border-left:3px solid var(--gold);padding-left:1.4rem;font-family:var(--serif);font-size:1.3rem;font-style:italic;color:var(--botanical-green);}

/* Forms */
.form{max-width:640px;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}
@media(max-width:600px){.form-row{grid-template-columns:1fr;}}
.fg{margin-bottom:1.1rem;}
.fg label{display:block;font-size:0.78rem;font-weight:600;color:var(--botanical-green);margin-bottom:0.4rem;}
.fg input,.fg select,.fg textarea{
  width:100%;padding:0.75rem 0.9rem;border:1px solid var(--line);border-radius:4px;
  font-family:var(--sans);font-size:0.95rem;background:#fff;color:var(--ink);
}
.fg textarea{min-height:120px;resize:vertical;}
.fg input:focus,.fg select:focus,.fg textarea:focus{outline:2px solid var(--gold);outline-offset:1px;}
.btn-submit{
  background:var(--rust);color:#fff;border:none;padding:0.9rem 2rem;border-radius:4px;
  font-size:0.78rem;letter-spacing:0.08em;text-transform:uppercase;font-weight:700;cursor:pointer;transition:background 0.2s;
}
.btn-submit:hover{background:var(--gold);}

/* Footer */
footer.site-footer{background:var(--deep-green);color:rgba(255,255,255,0.82);padding:3.5rem 0 1.5rem;margin-top:4rem;}
.footer-grid{display:grid;gap:2rem;grid-template-columns:1.4fr 1fr 1fr 1fr;margin-bottom:2rem;}
@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;}}
.footer-grid h4{color:var(--gold-lt);font-size:0.78rem;letter-spacing:0.08em;text-transform:uppercase;font-family:var(--sans);margin-bottom:0.9rem;}
.footer-grid ul{list-style:none;padding:0;margin:0;}
.footer-grid li{margin-bottom:0.55rem;}
.footer-grid a{color:rgba(255,255,255,0.75);text-decoration:none;font-size:0.88rem;}
.footer-grid a:hover{color:var(--gold-lt);}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.15);padding-top:1.4rem;display:flex;justify-content:space-between;
  align-items:center;flex-wrap:wrap;gap:1rem;font-size:0.82rem;
}
.social-row{display:flex;gap:0.8rem;}
.social-row a{
  width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,0.3);display:flex;
  align-items:center;justify-content:center;text-decoration:none;color:#fff;
}
.closing-line{text-align:center;font-family:var(--serif);font-style:italic;color:var(--gold-lt);margin-top:1.6rem;font-size:1rem;}

/* Hero with photo */
.hero-split{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;}
@media(max-width:800px){.hero-split{grid-template-columns:1fr;}}
.hero-photo{border-radius:var(--radius);overflow:hidden;box-shadow:0 0 0 1px var(--line);}
.hero-photo img{width:100%;height:100%;object-fit:cover;display:block;}
.wide-photo{border-radius:var(--radius);overflow:hidden;margin-bottom:2rem;box-shadow:0 0 0 1px var(--line);}
.wide-photo img{width:100%;max-height:320px;object-fit:cover;display:block;}
.portrait-frame{
  width:220px;border-radius:50%;overflow:hidden;box-shadow:0 0 0 4px #fff,0 10px 30px rgba(14,43,32,0.18);
  float:right;margin:0 0 1rem 1.6rem;
}
.portrait-frame img{width:100%;display:block;object-fit:cover;aspect-ratio:1/1;object-position:top center;}
@media(max-width:700px){.portrait-frame{float:none;margin:1.5rem auto;}}

/* ============================================
   DECORATIVE SYSTEM — torn paper, botanical linework, textile accents
   ============================================ */

/* Torn paper note */
.torn-note{
  position:relative;background:#F3EAD6;
  padding:1.3rem 1.4rem 1.5rem;
  font-family:var(--hand);
  font-size:1.15rem;
  line-height:1.35;
  color:var(--botanical-green);
  box-shadow:0 8px 20px rgba(14,43,32,0.16);
  clip-path:polygon(2% 4%,12% 0%,25% 3%,38% 0%,52% 2%,65% 0%,80% 3%,94% 0%,100% 6%,98% 20%,100% 35%,97% 50%,100% 65%,98% 80%,100% 94%,90% 97%,78% 100%,64% 97%,50% 100%,36% 97%,22% 100%,8% 97%,0% 92%,3% 78%,0% 62%,3% 48%,0% 33%,3% 18%);
  transform:rotate(-2deg);
}
.torn-note.tape::before{
  content:'';position:absolute;top:-10px;left:50%;transform:translateX(-50%) rotate(-3deg);
  width:60px;height:22px;background:rgba(212,175,90,0.55);border:1px solid rgba(212,175,90,0.4);
}
.torn-note.rot-right{transform:rotate(2deg);}

/* Botanical branch (inline SVG, currentColor so it inherits) */
.botanical{color:var(--gold);opacity:0.55;position:absolute;pointer-events:none;z-index:0;}
.botanical.tl{top:1rem;left:0;width:90px;}
.botanical.br{bottom:1rem;right:0;width:110px;transform:scaleX(-1);}
.botanical.side{top:2rem;right:1.5rem;width:70px;}
.rel{position:relative;}

/* Symbol row (Adinkra-style marks) */
.symbol-row{display:flex;gap:1.4rem;align-items:center;justify-content:center;opacity:0.85;}
.symbol-row svg{width:28px;height:28px;}

/* Textile accent corner */
.textile-corner{
  position:absolute;width:64px;height:64px;background-size:cover;background-position:center;
  border-radius:2px;box-shadow:0 4px 10px rgba(0,0,0,0.25);
}
.textile-corner.br{bottom:0;right:0;transform:rotate(-4deg);}

/* Icon badge circles (pathway cards) */
.icon-badge{
  width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-size:1.5rem;margin:0 auto 0.9rem;border:2px solid rgba(255,255,255,0.6);
}
.badge-sage{background:#CBD9B8;}
.badge-purple{background:#D3C3D6;}
.badge-blue{background:#C4D3DC;}
.badge-gold{background:#E4D3A0;}
.badge-green{background:#B9C99E;}

/* Journal spread */
.journal-spread{
  background:#F8F2E4;border-radius:8px;box-shadow:0 16px 40px rgba(14,43,32,0.18);
  padding:2.6rem 3rem;position:relative;
}
.journal-spread::before{
  content:'';position:absolute;left:50%;top:0;bottom:0;width:1px;
  background:linear-gradient(to bottom,transparent,rgba(0,0,0,0.12) 15%,rgba(0,0,0,0.12) 85%,transparent);
}
.journal-cols{display:grid;grid-template-columns:1fr 1fr;gap:3rem;}
@media(max-width:760px){.journal-cols{grid-template-columns:1fr;}.journal-spread::before{display:none;}}
.journal-cols h4{font-family:var(--serif);color:var(--botanical-green);font-size:1.1rem;margin-bottom:0.2rem;}
.journal-cols .item{margin-bottom:1.2rem;}
.journal-cols .item .lbl{font-size:0.68rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:0.15rem;}

/* Day pills */
.day-row{display:grid;grid-template-columns:repeat(7,1fr);gap:0.6rem;}
@media(max-width:700px){.day-row{grid-template-columns:repeat(4,1fr);}}
.day-pill{
  background:#fff;border:1px solid var(--line);border-radius:8px;padding:0.9rem 0.5rem;text-align:center;
}
.day-pill.active{border-color:var(--gold);box-shadow:0 0 0 1px var(--gold);}
.day-pill .dnum{font-size:1.4rem;font-family:var(--serif);color:var(--botanical-green);}
.day-pill .dname{font-size:0.62rem;letter-spacing:0.06em;text-transform:uppercase;color:var(--muted);font-weight:700;}
.day-pill .dtheme{font-size:0.68rem;color:var(--muted);margin-top:0.3rem;}

/* Home hero banner (photo + overlay text + side note, matches mockup) */
.hero-banner{display:grid;grid-template-columns:2.2fr 1fr;min-height:420px;}
@media(max-width:900px){.hero-banner{grid-template-columns:1fr;min-height:auto;}}
.hero-banner-photo{position:relative;grid-row:1;grid-column:1;}
.hero-banner-photo img{width:100%;height:100%;min-height:420px;object-fit:cover;display:block;}
@media(max-width:900px){.hero-banner-photo img{min-height:280px;}}
.hero-banner-overlay{
  position:absolute;top:0;left:0;bottom:0;width:56%;display:flex;flex-direction:column;justify-content:center;
  padding:2.5rem 2.5rem;background:linear-gradient(90deg,rgba(255,255,255,0.88) 0%,rgba(255,255,255,0.55) 70%,transparent 100%);
}
@media(max-width:900px){.hero-banner-overlay{position:relative;width:100%;background:var(--cream);}}
.hero-banner-overlay h1{margin-bottom:0.8rem;}
.hero-banner-overlay p{margin-bottom:0.7rem;color:var(--ink);}
.hero-banner-side{
  background:var(--cream);padding:2.4rem 2rem;display:flex;flex-direction:column;justify-content:center;gap:0.5rem;
  border-left:1px solid var(--line);
}
@media(max-width:900px){.hero-banner-side{border-left:none;border-top:1px solid var(--line);text-align:center;}}

/* Pathway grid — first card (Daily Soul Care torn note) taller/featured */
.pathway-grid{display:grid;gap:1.4rem;grid-template-columns:repeat(3,1fr);}
@media(max-width:900px){.pathway-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:600px){.pathway-grid{grid-template-columns:1fr;}}
.pathway-grid .torn-note{display:flex;flex-direction:column;justify-content:center;}

/* Deckled (torn) photo edge — matches mockup's hero photo frame */
.deckle{
  clip-path:polygon(0% 1%,3% 0%,8% 1.5%,14% 0%,20% 1%,27% 0.2%,34% 1.3%,41% 0%,48% 1%,55% 0.3%,62% 1.4%,69% 0%,76% 1%,83% 0.4%,90% 1.2%,96% 0%,100% 1%,
    99.5% 8%,100% 16%,99.3% 24%,100% 32%,99.6% 40%,100% 48%,99.4% 56%,100% 64%,99.5% 72%,100% 80%,99.3% 88%,100% 96%,99% 99%,
    93% 100%,86% 99.2%,79% 100%,72% 99.5%,65% 100%,58% 99.3%,51% 100%,44% 99.4%,37% 100%,30% 99.2%,23% 100%,16% 99.5%,9% 100%,3% 99.3%,0% 100%,
    0.5% 92%,0% 84%,0.6% 76%,0% 68%,0.4% 60%,0% 52%,0.5% 44%,0% 36%,0.4% 28%,0% 20%,0.5% 12%,0% 4%);
}

/* Full-bleed photo band with overlaid content — replaces flat card-sections */
.photo-band{position:relative;min-height:340px;display:flex;align-items:center;overflow:hidden;}
.photo-band img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.photo-band .scrim{
  position:absolute;inset:0;z-index:1;
  background:linear-gradient(100deg,rgba(14,43,32,0.78) 0%,rgba(14,43,32,0.55) 38%,rgba(14,43,32,0.15) 65%,transparent 85%);
}
.photo-band .band-content{position:relative;z-index:2;max-width:560px;padding:3.5rem 3rem;color:#fff;}
.photo-band .band-content h1,.photo-band .band-content h2{color:#fff;}
.photo-band .band-content p{color:rgba(255,255,255,0.88);}
.photo-band .band-content .eyebrow{color:var(--gold-lt);}
@media(max-width:800px){
  .photo-band{min-height:260px;}
  .photo-band .scrim{background:linear-gradient(180deg,rgba(14,43,32,0.35) 0%,rgba(14,43,32,0.82) 60%);}
  .photo-band .band-content{max-width:100%;padding:2.2rem 1.4rem;}
}

/* Scattered botanical decoration — more liberal placement per section */
.sec-decorated{position:relative;overflow:hidden;}

/* Photo-topped pathway card (matches mockup card structure exactly) */
.photo-card{background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 4px 16px rgba(14,43,32,0.08);transition:transform 0.25s,box-shadow 0.25s;}
.photo-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(14,43,32,0.14);}
.photo-card .pc-photo{position:relative;height:130px;overflow:hidden;}
.photo-card .pc-photo img{width:100%;height:100%;object-fit:cover;display:block;}
.photo-card .pc-badge{
  position:absolute;bottom:-20px;left:16px;width:40px;height:40px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;font-size:1.1rem;border:3px solid #fff;
}
.photo-card .pc-body{padding:1.8rem 1.2rem 1.2rem;}
.photo-card h3{font-size:1.1rem;margin-bottom:0.4rem;}
.photo-card p{font-size:0.88rem;margin-bottom:0.6rem;}

/* Sanctuary Threshold (index.html) */
.threshold{min-height:100vh;position:relative;display:flex;flex-direction:column;}
.threshold-header{display:flex;justify-content:space-between;align-items:center;padding:1.4rem 2rem;position:relative;z-index:3;}
.threshold-header .logo-text .name{color:var(--botanical-green);}
.threshold-controls{display:flex;align-items:center;gap:1.6rem;font-size:0.75rem;letter-spacing:0.1em;text-transform:uppercase;font-weight:600;color:var(--muted);}
.threshold-controls button{background:none;border:none;font:inherit;letter-spacing:inherit;color:inherit;cursor:pointer;display:flex;align-items:center;gap:0.4rem;}
.threshold-hero{flex:1;position:relative;display:flex;align-items:center;}
.threshold-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.threshold-hero .scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(100deg,rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.55) 45%,rgba(255,255,255,0.85) 62%,rgba(246,240,230,0.96) 78%);}
@media(max-width:800px){.threshold-hero .scrim{background:linear-gradient(180deg,rgba(255,255,255,0.2) 0%,rgba(246,240,230,0.92) 55%);}}
.threshold-content{position:relative;z-index:2;max-width:620px;margin-left:auto;padding:2rem 4rem 2rem 2rem;text-align:right;}
@media(max-width:800px){.threshold-content{margin:0 auto;text-align:center;padding:2rem 1.4rem;}}
.threshold-content .eyebrow-hand{font-family:var(--hand);color:var(--gold);font-size:1.3rem;display:block;margin-bottom:0.8rem;}
.threshold-content h1{font-size:clamp(2rem,4vw,2.6rem);}
.threshold-content h1 em{color:var(--gold);font-style:italic;}
.threshold-rhythm{background:var(--cream);padding:3rem 0;position:relative;z-index:2;}
.rhythm-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem;text-align:center;margin-top:1.6rem;}
@media(max-width:700px){.rhythm-row{grid-template-columns:repeat(2,1fr);}}
.rhythm-item .rc{width:64px;height:64px;border-radius:50%;margin:0 auto 0.8rem;display:flex;align-items:center;justify-content:center;font-size:1.6rem;}
.threshold-footer{background:var(--deep-green);color:rgba(255,255,255,0.85);padding:2rem;text-align:center;position:relative;z-index:2;}
.threshold-footer .hand{color:var(--gold-lt);}

/* Coming soon stub */
.stub-note{
  background:#fff;border:1px dashed var(--gold);border-radius:var(--radius);padding:1.4rem 1.6rem;
  color:var(--muted);font-size:0.92rem;
}

/* Reduced motion */
@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important;}}
:focus-visible{outline:2px solid var(--gold);outline-offset:2px;}
