:root {
  --bg: #080706;
  --surface: #11100f;
  --surface-2: #181614;
  --text: #f8f4ed;
  --muted: #b9b0a4;
  --line: rgba(255,255,255,.1);
  --gold: #e5b66b;
  --gold-strong: #f2c77f;
  --wine: #7d253c;
  --container: 1160px;
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.editorial-page { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); font-family: Jost, Arial, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 16px; background: var(--gold); color: #15100a; transform: translateY(-150%); border-radius: 8px; }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(8,7,6,.86); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-wrap { max-width: var(--container); min-height: 76px; margin: auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; min-height: 48px; }
.brand img { width: auto; height: 44px; display: block; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a { min-height: 44px; padding: 10px 14px; display: inline-flex; align-items: center; color: #d9d1c7; text-decoration: none; font-size: .95rem; border-radius: 99px; transition: color .2s, background .2s; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #fff; background: rgba(255,255,255,.07); }
.site-nav .nav-cta { margin-left: 4px; padding-inline: 20px; background: var(--gold); color: #17110a; font-weight: 700; }
.site-nav .nav-cta:hover { background: var(--gold-strong); color: #17110a; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 12px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: white; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; }
.hero { position: relative; overflow: hidden; padding: clamp(88px, 12vw, 160px) 24px 96px; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; top: -360px; left: 50%; border-radius: 50%; background: rgba(229,182,107,.18); filter: blur(70px); pointer-events: none; }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-inner { position: relative; z-index: 1; max-width: var(--container); margin: auto; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); align-items: end; gap: 64px; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { max-width: 830px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.4rem, 8vw, 7.3rem); font-weight: 400; line-height: .94; letter-spacing: -.055em; }
.hero-copy { margin: 0 0 6px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.65; }
.about-hero { min-height: 720px; display: flex; align-items: flex-end; background: linear-gradient(90deg, rgba(5,5,5,.94) 0%, rgba(5,5,5,.68) 46%, rgba(5,5,5,.2) 78%), url('../../../assets/images/sugar-nights.webp') center/cover no-repeat; }
.about-hero::before { background: rgba(229,182,107,.12); }
.about-hero::after { background: linear-gradient(to top, var(--bg), transparent 35%); opacity: 1; mask-image: none; }
.about-hero .hero-inner { width: 100%; grid-template-columns: minmax(0, 760px); align-items: end; }
.about-hero .hero-copy { max-width: 620px; margin-top: 28px; color: #ded6cc; }
.visual-story { display: grid; grid-template-columns: minmax(300px,.85fr) minmax(0,1.15fr); gap: clamp(42px,7vw,96px); align-items: center; }
.story-photo { position: relative; min-height: 640px; margin: 0; overflow: hidden; border-radius: 32px; }
.story-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; display: block; }
.story-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,7,6,.72), transparent 50%); }
.story-photo figcaption { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 24px; color: #e9e1d7; font-size: .9rem; }
.visual-copy h2 { margin: 0 0 24px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.5rem,5vw,4.4rem); font-weight: 400; line-height: 1.04; letter-spacing: -.04em; }
.visual-copy > p { color: var(--muted); font-size: 1.08rem; }
.mini-points { margin: 36px 0 0; padding: 0; list-style: none; display: grid; gap: 18px; }
.mini-points li { padding: 18px 0 18px 52px; position: relative; border-top: 1px solid var(--line); color: #e6ded4; }
.mini-points span { width: 34px; height: 34px; position: absolute; left: 0; top: 14px; display: grid; place-items: center; border-radius: 50%; background: rgba(229,182,107,.1); color: var(--gold); font-size: .78rem; font-weight: 700; }
.contact-intro { padding-top: 72px; }
.email-panel { padding: clamp(32px,5vw,58px); display: grid; grid-template-columns: 64px minmax(0,1fr) auto; gap: 26px; align-items: center; border: 1px solid rgba(229,182,107,.3); border-radius: 28px; background: linear-gradient(120deg, rgba(229,182,107,.12), rgba(255,255,255,.025)); }
.email-panel .icon-box { width: 64px; height: 64px; margin: 0; border-radius: 18px; }
.email-kicker { margin: 0 0 4px; color: var(--muted); font-size: .9rem; }
.email-address { color: var(--text); font-family: Georgia, serif; font-size: clamp(1.35rem,3vw,2.3rem); text-decoration: none; overflow-wrap: anywhere; }
.email-address:hover { color: var(--gold-strong); }
.response-note { margin: 18px 4px 0; color: #8f877e; font-size: .9rem; }
.support-heading { max-width: 700px; margin: 0 auto 42px; text-align: center; }
.support-heading h2 { margin: 0 0 12px; font-family: Georgia, serif; font-size: clamp(2.2rem,4vw,3.5rem); font-weight: 400; }
.support-heading p { margin: 0; color: var(--muted); }
.support-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.support-card { min-height: 300px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); }
.support-card .icon-box { margin-bottom: 34px; }
.support-card h3 { margin: 0 0 10px; font-size: 1.3rem; }
.support-card p { margin: 0; color: var(--muted); }
.support-card .text-link { margin-top: auto; padding-top: 24px; }
.legal-hero { padding-bottom: 68px; }
.legal-hero .hero-inner { grid-template-columns: minmax(0, 820px); }
.legal-hero h1 { font-size: clamp(3.2rem,7vw,6rem); }
.legal-wrap { max-width: 860px; }
.legal-meta { margin: 0 0 36px; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: var(--muted); }
.legal-content { color: #d2c9be; }
.legal-content h2 { margin: 52px 0 14px; color: var(--text); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.8rem,4vw,2.5rem); font-weight: 400; line-height: 1.15; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 30px 0 10px; color: var(--text); font-size: 1.15rem; }
.legal-content p, .legal-content li { max-width: 76ch; }
.legal-content ul, .legal-content ol { padding-left: 22px; }
.legal-content li { margin: 9px 0; }
.legal-note { margin: 32px 0; padding: 22px 24px; border: 1px solid rgba(229,182,107,.28); border-radius: 18px; background: rgba(229,182,107,.06); color: #e8dfd3; }
.age-pill { min-height: 44px; padding: 8px 16px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(229,182,107,.35); border-radius: 99px; color: var(--gold-strong); font-weight: 700; }
.age-pill::before { content: "20+"; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #17110a; font-size: .72rem; }
.section { padding: 104px 24px; }
.section-alt { background: #0d0c0b; }
.container { max-width: var(--container); margin: auto; }
.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head h2, .cta h2 { margin: 0 0 14px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.35rem, 5vw, 4rem); font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
.section-head p, .cta p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.story-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; counter-reset: story; }
.story-card { position: relative; min-height: 280px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); counter-increment: story; transition: border-color .25s, transform .25s; }
.story-card:hover { transform: translateY(-3px); border-color: rgba(229,182,107,.38); }
.story-card::after { content: "0" counter(story); position: absolute; right: 24px; bottom: 8px; color: rgba(255,255,255,.035); font-family: Georgia, serif; font-size: 7rem; line-height: 1; }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 44px; border: 1px solid rgba(229,182,107,.38); border-radius: 14px; color: var(--gold); background: rgba(229,182,107,.07); }
.icon-box svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.story-card h2, .contact-card h2 { margin: 0 0 10px; font-size: 1.42rem; font-weight: 600; letter-spacing: -.015em; }
.story-card p, .contact-card p { max-width: 530px; margin: 0; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); display: flex; flex-direction: column; align-items: flex-start; }
.contact-card .icon-box { margin-bottom: 32px; }
.text-link { min-height: 44px; margin-top: 28px; display: inline-flex; align-items: center; gap: 10px; color: var(--gold-strong); text-decoration: none; font-weight: 600; }
.text-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .2s; }
.text-link:hover svg { transform: translateX(4px); }
.faq-layout { display: grid; grid-template-columns: 300px minmax(0,1fr); gap: 70px; align-items: start; }
.faq-aside { position: sticky; top: 110px; }
.faq-aside h2 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.faq-aside p { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; min-height: 82px; padding: 24px 4px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border: 0; background: transparent; color: var(--text); text-align: left; font: 600 1.14rem/1.4 Jost, sans-serif; cursor: pointer; }
.faq-question span:last-child { flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); font-size: 1.25rem; transition: transform .22s, background .22s; }
.faq-question[aria-expanded="true"] span:last-child { transform: rotate(45deg); background: rgba(229,182,107,.08); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { max-width: 710px; margin: 0; padding: 0 56px 26px 4px; color: var(--muted); }
.faq-question[aria-expanded="true"] + .faq-answer { grid-template-rows: 1fr; }
.cta { position: relative; margin: 0 auto 104px; padding: clamp(48px, 7vw, 80px); overflow: hidden; border: 1px solid rgba(229,182,107,.28); border-radius: 32px; background: linear-gradient(125deg, #21150f, #120f0d 60%, #1a1014); }
.cta::after { content: ""; position: absolute; width: 300px; height: 300px; right: -100px; top: -120px; background: rgba(125,37,60,.45); border-radius: 50%; filter: blur(60px); }
.cta-content { position: relative; z-index: 1; max-width: 700px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 52px; padding: 13px 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 99px; text-decoration: none; font-weight: 700; transition: background .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #17110a; }
.button-primary:hover { background: var(--gold-strong); }
.button-secondary { border-color: rgba(255,255,255,.2); color: #fff; background: rgba(255,255,255,.035); }
.button-secondary:hover { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.07); }
.site-footer { padding: 32px 24px; border-top: 1px solid var(--line); color: #8e867d; }
.footer-inner { max-width: var(--container); margin: auto; display: flex; justify-content: space-between; gap: 24px; font-size: .9rem; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: #b9b0a4; text-decoration: none; }
:focus-visible { outline: 3px solid var(--gold-strong); outline-offset: 3px; }
@media (max-width: 800px) {
  .nav-wrap { min-height: 68px; padding-inline: 18px; }
  .brand img { height: 38px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 68px; left: 0; right: 0; padding: 14px 18px 20px; display: none; flex-direction: column; align-items: stretch; background: #0c0b0a; border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav a { justify-content: center; }
  .site-nav .nav-cta { margin-left: 0; }
  .hero { padding: 76px 20px 68px; }
  .hero-inner { grid-template-columns: 1fr; gap: 28px; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .about-hero { min-height: 650px; background-position: 62% center; }
  .about-hero::before { display: none; }
  .about-hero .hero-inner { display: block; }
  .visual-story { grid-template-columns: 1fr; }
  .story-photo { min-height: 520px; }
  .support-grid { grid-template-columns: 1fr; }
  .support-card { min-height: 0; }
  .email-panel { grid-template-columns: 54px minmax(0,1fr); padding: 26px 22px; gap: 18px; }
  .email-panel .icon-box { width: 54px; height: 54px; }
  .email-panel .button { grid-column: 1 / -1; width: 100%; }
  .section { padding: 72px 20px; }
  .story-grid, .contact-grid { grid-template-columns: 1fr; }
  .story-card { min-height: 0; }
  .icon-box { margin-bottom: 32px; }
  .faq-layout { grid-template-columns: 1fr; gap: 28px; }
  .faq-aside { position: static; }
  .cta { margin: 0 20px 72px; padding: 42px 28px; }
  .footer-inner { flex-direction: column; align-items: center; text-align: center; }
}
@media (max-width: 440px) {
  .story-card, .contact-card { padding: 26px 22px; border-radius: 20px; }
  .actions .button { width: 100%; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
