
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:#1C1830;color:#F5F0FF;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;line-height:1.8;
  font-size:18px;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
h1,h2,h3{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;line-height:1.2}

.topnav{display:flex;justify-content:space-between;align-items:baseline;
  max-width:900px;margin:0 auto;padding:1.6rem clamp(1rem,4vw,2rem)}
.brand{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-weight:600;font-size:1.2rem;letter-spacing:.02em}
.links{display:flex;gap:1.6rem}
.links a{color:#948CB2;font-size:.9rem}
.links a:hover{color:#FFC531}

.stack{max-width:820px;margin:0 auto;padding:1rem clamp(1rem,4vw,2rem) 6rem;
  display:flex;flex-direction:column;align-items:center;gap:clamp(2rem,5vw,3.5rem)}
.sprig{width:120px;height:60px;margin:1rem auto .5rem;transform-origin:60px 58px;
  animation:sway 6s ease-in-out infinite}
@keyframes sway{0%,100%{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}

.plate{position:relative;width:100%;background:#282247;border:1px solid rgba(255,197,49,0.5);
  padding:clamp(2.4rem,6vw,4rem)}
.plate-in{position:relative;text-align:center}
.fc{position:absolute;width:64px;height:64px}
.fc svg{width:100%;height:100%;display:block}
.fc.tl{top:8px;left:8px}
.fc.tr{top:8px;right:8px;transform:scaleX(-1)}
.fc.bl{bottom:8px;left:8px;transform:scaleY(-1)}
.fc.br{bottom:8px;right:8px;transform:scale(-1,-1)}

.hero .kick{letter-spacing:.3em;text-transform:uppercase;font-size:.75rem;
  color:#FFC531;margin-bottom:1.2rem}
.hero h1{font-weight:400;font-size:clamp(2.4rem,7vw,4rem);letter-spacing:-.01em}
.hero .dek{color:#948CB2;font-size:clamp(1.1rem,3vw,1.3rem);margin:1.2rem auto 1.8rem;
  max-width:34ch}
.btn{display:inline-block;border:1.5px solid #FFC531;color:#FFC531;padding:.75rem 1.8rem;
  border-radius:2px;font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;letter-spacing:.06em;transition:.25s}
.btn:hover{background:#FFC531;color:#141414}

.plate h2{font-weight:500;font-size:clamp(1.5rem,4vw,2.1rem);color:#FFC531;
  margin-bottom:1.2rem}
.plate p{color:#F5F0FF}
.plate h2::after{content:"";display:block;width:60px;height:1px;background:rgba(255,197,49,0.5);
  margin:.9rem auto 0}

.banner{width:100%;padding:.6rem;border:1px solid rgba(255,197,49,0.5);background:#282247}
.banner img{width:100%;aspect-ratio:20/9;object-fit:cover}

.specimens{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem;text-align:left;
  margin-top:.6rem}
.specimen{padding:1.2rem;border:1px solid rgba(245,240,255,0.14)}
.sp-n{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-style:italic;color:#FFC531;font-size:1.3rem}
.specimen h3{font-size:1.1rem;margin:.3rem 0 .5rem;font-weight:500}
.specimen p{color:#948CB2;font-size:.94rem}

.gallery{width:100%;text-align:center}
.gh{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-weight:500;font-size:clamp(1.5rem,4vw,2rem);
  color:#FFC531;margin-bottom:1.8rem}
.herbs{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.herb{margin:0;padding:.5rem;border:1px solid rgba(255,197,49,0.5);background:#282247}
.herb img{width:100%;aspect-ratio:4/5;object-fit:cover}
.herb figcaption{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-style:italic;font-size:.8rem;color:#948CB2;
  margin-top:.5rem}

.quote blockquote{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-style:italic;
  font-size:clamp(1.4rem,4vw,2rem);line-height:1.35;max-width:26ch;margin:0 auto}
.quote .by{color:#FFC531;letter-spacing:.2em;text-transform:uppercase;
  font-size:.78rem;margin-top:1rem}

.clines{display:flex;flex-direction:column;gap:.3rem;margin-top:1.2rem;font-weight:600}
.clines a:hover{color:#FFC531}
.clines span{color:#948CB2;font-weight:400}

.foot{text-align:center;margin-top:1rem}
.foot p{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif}
.foot .fine{color:#948CB2;font-size:.85rem;margin-top:.4rem}

@media(max-width:720px){
  .links{display:none}
  .specimens,.herbs{grid-template-columns:1fr}
  .herbs{grid-template-columns:repeat(2,1fr)}
}
@media(prefers-reduced-motion:reduce){
  .sprig{animation:none}
  .btn{transition:none}
}


.xq{box-sizing:border-box;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;color:#F5F0FF;padding:56px 24px;width:100%}
.xq *{box-sizing:border-box;margin:0}
.xq .xq-wrap{max-width:1060px;margin:0 auto}
.xq h2{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:1.7rem;line-height:1.2;margin-bottom:8px}
.xq .xq-kick{display:block;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#FFC531;margin-bottom:10px;font-weight:700}

.xq-cta{background:#FFC531;color:#141414}
.xq-cta h2,.xq-cta p{color:#141414}
.xq-cta p{opacity:.85;max-width:52ch}
.xq-cta-in{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px}
.xq-btn{display:inline-block;background:#1C1830;color:#F5F0FF;text-decoration:none;font-weight:700;padding:14px 30px;border-radius:20px;font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif}
.xq-btn:hover{transform:translateY(-2px)}


.xq-steplist{counter-reset:xqs;list-style:none;padding:0;margin-top:22px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px}
.xq-step{counter-increment:xqs;position:relative;padding:18px 18px 18px 20px;border-left:3px solid #FFC531;background:rgba(245,240,255,0.05);border-radius:0 20px 20px 0}
.xq-step::before{content:"0" counter(xqs);display:block;font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:.8rem;letter-spacing:.1em;color:#FFC531;font-weight:800;margin-bottom:8px}
.xq-step h3{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:1.02rem;margin-bottom:6px}
.xq-step p{font-size:.9rem;color:#948CB2}


/* =====================================================
   DESIGN DNA: chrome-y2k
   Whole-page visual system applied over the layout
   archetype. Appended last so it wins the cascade.
   ===================================================== */
h1,h2,h3{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif !important;letter-spacing:-0.03em !important;font-weight:900 !important;font-style:italic !important}
html::before{content:'';position:fixed;inset:0;z-index:99980;pointer-events:none;background:linear-gradient(115deg,transparent 42%,rgba(255,255,255,.5) 48%,transparent 55%,transparent 70%,rgba(255,255,255,.35) 76%,transparent 82%);opacity:.14;}
img{filter:contrast(1.1) brightness(1.04) saturate(1.15);border-radius:14px !important;box-shadow:0 0 0 2px rgba(200,204,212,.9),0 14px 34px rgba(0,0,0,.25) !important}
a[class*="btn"],button,span[class*="btn"]{border-radius:999px !important;border:2px solid #aab0bc !important;background:linear-gradient(180deg,#f4f6f9,#c9cfd9 48%,#aab2c0 52%,#e6e9ef) !important;color:#20242c !important;font-weight:800;font-style:italic}
div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{border-radius:16px !important;border:2px solid rgba(183,189,201,.8) !important}
html::after{content:'';position:fixed;inset:0;z-index:99990;pointer-events:none;border:none;background:none;background:linear-gradient(90deg,#FFC531,#c9cfd9,#FFC531);background-size:100% 7px;background-repeat:no-repeat;background-position:top}
