
*{box-sizing:border-box;margin:0}
html{scroll-behavior:smooth}
body{background:#191627;color:#F2EEFF;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;line-height:1.7}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
/* GATEFOLD COVER */
.gf-stage{position:fixed;inset:0;z-index:50;perspective:2200px;display:flex;
  cursor:pointer}
.gf-cover{position:relative;flex:1;background:#191629;color:#ffffff;
  transition:transform .7s cubic-bezier(.6,.02,.28,1);backface-visibility:hidden;
  display:flex;align-items:center;justify-content:center;overflow:hidden}
.gf-cover--l{transform-origin:left center;
  background:linear-gradient(135deg,#191629,#13101f)}
.gf-cover--r{transform-origin:right center;
  background:linear-gradient(225deg,#191629,#13101f)}
.gf-stage[data-open="1"] .gf-cover--l{transform:rotateY(-105deg)}
.gf-stage[data-open="1"] .gf-cover--r{transform:rotateY(105deg)}
.gf-seam{position:absolute;left:50%;top:0;bottom:0;width:2px;background:rgba(255,255,255,0.4);
  transform:translateX(-50%);z-index:2}
.gf-stage[data-open="1"] .gf-seam{opacity:0;transition:opacity .3s}
.gf-cover-in{text-align:center;padding:2rem}
.gf-issue,.gf-kick{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:.78rem;letter-spacing:.3em;
  text-transform:uppercase;opacity:.8;display:block;margin-bottom:1rem}
.gf-brand{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-weight:800;font-size:clamp(2.4rem,7vw,5rem);
  line-height:.95;letter-spacing:-.02em;display:block}
.gf-open{margin-top:1.4rem;font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-weight:700;font-size:1rem;
  padding:.8rem 1.8rem;background:#33E0C6;color:#141414;border:none;
  border-radius:22px;cursor:pointer}
.gf-close{position:fixed;top:1rem;right:1rem;z-index:60;font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;
  font-weight:700;padding:.5rem 1rem;background:#33E0C6;color:#141414;
  border:none;border-radius:22px;cursor:pointer}
/* SPREAD */
.gf-spread{max-width:1180px;margin:0 auto;padding:clamp(2rem,5vw,4rem) 6vw 4rem;
  background:#231e39}
.gf-masthead{text-align:center;border-bottom:3px double rgba(242,238,255,0.16);
  padding-bottom:2rem;margin-bottom:2.4rem}
.gf-mast-kick{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:.8rem;letter-spacing:.3em;
  text-transform:uppercase;color:#33E0C6}
.gf-masthead h1{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-weight:800;line-height:.95;
  font-size:clamp(2.6rem,8vw,5.5rem);letter-spacing:-.02em;margin:.6rem 0}
.gf-standfirst{color:#8E88AC;font-size:1.2rem;font-style:italic;max-width:52ch;
  margin:0 auto}
.gf-open-col{columns:2;column-gap:2.4rem;margin-bottom:2.4rem}
.gf-open-col p{margin-bottom:1rem}
.gf-dropcap::first-letter{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-weight:800;float:left;
  font-size:4.4rem;line-height:.8;padding:.1rem .5rem .1rem 0;color:#33E0C6}
.gf-bleed{margin:0 -6vw 2.4rem;position:relative}
.gf-bleed img{width:100%;max-height:60vh;object-fit:cover}
.gf-bleed figcaption{position:absolute;bottom:0;left:6vw;font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;
  font-weight:700;color:#141414;background:#33E0C6;padding:.4rem .9rem}
.gf-col-head{margin-bottom:1.4rem}
.gf-tag{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:.76rem;letter-spacing:.24em;text-transform:uppercase;
  color:#33E0C6;border-bottom:2px solid #33E0C6;padding-bottom:.3rem}
.gf-svc-grid{columns:2;column-gap:2.4rem}
.gf-svc{break-inside:avoid;margin-bottom:1.4rem;padding-bottom:1.4rem;
  border-bottom:1px solid rgba(242,238,255,0.16)}
.gf-svc-n{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-weight:800;color:#33E0C6;font-size:1.1rem}
.gf-svc h4{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:1.05rem;margin:.2rem 0 .3rem}
.gf-svc p{color:#8E88AC;font-size:.94rem}
.gf-pull{text-align:center;margin:2.6rem 0;padding:2rem 0;
  border-block:3px double rgba(242,238,255,0.16)}
.gf-pull blockquote{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-weight:700;font-style:italic;
  font-size:clamp(1.4rem,4vw,2.2rem);line-height:1.25;max-width:24ch;margin:0 auto .6rem}
.gf-pull cite{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-style:normal;letter-spacing:.16em;
  text-transform:uppercase;font-size:.8rem;color:#33E0C6}
.gf-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:.4rem}
.gf-strip-fig{margin:0;overflow:hidden;aspect-ratio:3/4;border-radius:22px}
.gf-strip-fig img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.gf-strip-fig:hover img{transform:scale(1.07)}
.gf-colophon{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2.6rem;
  padding-top:2rem;border-top:3px double rgba(242,238,255,0.16)}
.gf-colophon h3{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:1.5rem;margin-bottom:.5rem}
.gf-colophon p{color:#8E88AC}
.gf-info{display:flex;flex-direction:column;gap:.4rem;color:#8E88AC}
.gf-btn{align-self:flex-start;font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-weight:700;padding:.7rem 1.6rem;
  background:#33E0C6;color:#141414;border-radius:22px;margin-top:.6rem}
.gf-foot{text-align:center;padding-top:2.4rem;color:#8E88AC;font-size:.85rem}
@media(max-width:760px){
  .gf-open-col,.gf-svc-grid{columns:1}
  .gf-strip{grid-template-columns:1fr 1fr}
  .gf-colophon{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  .gf-cover{transition:opacity .4s}
  .gf-stage[data-open="1"] .gf-cover{transform:none;opacity:0;pointer-events:none}
}


.xq{box-sizing:border-box;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;color:#F2EEFF;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:#33E0C6;margin-bottom:10px;font-weight:700}

.xq-checklist{list-style:none;padding:0;margin-top:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px 26px}
.xq-checklist li{position:relative;padding:10px 0 10px 32px;border-bottom:1px dashed rgba(242,238,255,0.14)}
.xq-checklist li::before{content:"\2713";position:absolute;left:0;top:8px;width:22px;height:22px;line-height:22px;text-align:center;border-radius:50%;background:#33E0C6;color:#141414;font-size:.75rem;font-weight:800}


.xq-tl-list{list-style:none;padding:0;margin-top:24px;position:relative;border-left:2px solid rgba(242,238,255,0.14)}
.xq-tl-item{position:relative;padding:0 0 26px 26px}
.xq-tl-item::before{content:"";position:absolute;left:-7px;top:4px;width:12px;height:12px;border-radius:50%;background:#33E0C6;box-shadow:0 0 0 4px rgba(242,238,255,0.05)}
.xq-tl-item time{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-weight:800;color:#33E0C6;display:block;margin-bottom:4px}
.xq-tl-item p{color:#8E88AC;max-width:58ch}


.xq-promo{padding:34px 24px}
.xq-promo-card{border:2px dashed #33E0C6;border-radius:20px;padding:26px;display:flex;flex-wrap:wrap;align-items:center;gap:12px 22px;background:rgba(242,238,255,0.05)}
.xq-promo-tag{background:#33E0C6;color:#141414;font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-weight:800;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;padding:8px 14px;border-radius:999px}
.xq-promo-card p{flex:1 1 260px;font-size:1.02rem}
.xq-promo-card a{color:#33E0C6;font-weight:700;text-decoration:none;white-space:nowrap}
.xq-promo-card a:hover{text-decoration:underline}


/* =====================================================
   DESIGN DNA: botanical-press
   Whole-page visual system applied over the layout
   archetype. Appended last so it wins the cascade.
   ===================================================== */
html::before{content:'';position:fixed;inset:0;z-index:99980;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cpath d='M30 90Q30 40 80 30Q80 80 30 90Z' fill='none' stroke='%2333E0C6' stroke-width='1.4'/%3E%3C/svg%3E");opacity:.08;}
h1,h2,h3{font-family:Georgia, 'Times New Roman', serif !important;font-weight:500 !important;font-style:italic !important}
img{filter:sepia(.16) saturate(1.05);border-radius:3px !important;border:7px solid #edecee !important;box-shadow:0 10px 26px rgba(0,0,0,.14) !important}
a[class*="btn"],button,span[class*="btn"]{border-radius:0 !important;border:1.5px solid #33E0C6 !important;letter-spacing:.14em;text-transform:uppercase;font-size:.8em;box-shadow:none !important}
div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{border-radius:3px !important;border:1px solid rgba(51,224,198,.4) !important;box-shadow:none !important}
h2::after{content:'\273F';display:block;color:#33E0C6;font-size:.95rem;margin-top:.5rem}
