/* La Boutique — vintage editorial system v3 (Abril Fatface + Fraunces + Inter) */
:root {
  --bg:#0f1712; --panel:#15201a; --ink:#efe9d8; --muted:#9aa093; --line:rgba(239,233,216,0.12);
  --accent:#c9a24b; --accent-2:#a9863a; --leaf:#5fb243;
  --maxw:880px;
}
*,*::before,*::after { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body {
  background:var(--bg); color:var(--ink);
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  font-size:17px; line-height:1.7; font-weight:400; -webkit-font-smoothing:antialiased;
  overflow-x:clip;
  padding-bottom:60px;
}
/* static film grain */
body::after {
  content:""; position:fixed; inset:0; pointer-events:none; z-index:1; opacity:0.05;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
/* splash vignette */
body.is-splash::before {
  content:""; position:fixed; inset:0; pointer-events:none; z-index:0;
  background:radial-gradient(ellipse at center, transparent 35%, rgba(0,0,0,0.42) 100%);
}
main, header { position:relative; z-index:2; }
a { color:inherit; text-decoration:none; }
:focus-visible { outline:2px solid var(--accent); outline-offset:3px; border-radius:2px; }

.wrap { max-width:var(--maxw); margin:0 auto; padding:0 28px; }

/* ── header / nav (full-width, brand pinned to corner) ── */
header { position:sticky; top:0; z-index:50; background:rgba(15,23,18,0.96); border-bottom:1px solid var(--line); transition:background .25s ease, border-color .25s ease; }
body.is-splash header { background:rgba(15,23,18,0.55); border-bottom-color:rgba(239,233,216,0.06); }
header > .wrap { max-width:none; padding:0 40px; }
.nav { display:flex; align-items:center; justify-content:space-between; height:78px; }
.brand { font-family:'Abril Fatface',Georgia,serif; font-size:28px; font-weight:400; letter-spacing:0.005em; line-height:1; }
.links { display:flex; gap:30px; }
.links a { font-size:12px; letter-spacing:0.14em; text-transform:uppercase; color:var(--muted); transition:color .2s; font-weight:500; }
.links a:hover, .links a.active { color:var(--accent); }
.menu-btn { display:none; background:none; border:0; font-size:22px; cursor:pointer; color:var(--ink); }

/* ── splash landing ── */
.splash { min-height:calc(100vh - 78px - 60px); display:flex; align-items:center; justify-content:center; padding:0 24px 80px; position:relative; }
.splash-logo { width:min(1200px,96vw); max-height:calc(100vh - 200px); object-fit:contain; display:block; }
.splash-mark { position:absolute; bottom:36px; left:0; right:0; text-align:center; font-size:11px; letter-spacing:0.34em; text-transform:uppercase; color:var(--accent); opacity:0.78; font-weight:500; }

/* ── content page header ── */
.page-head { padding:140px 0 12px; }
.page-body { padding:52px 0 120px; }
.label { font-size:11px; letter-spacing:0.32em; text-transform:uppercase; color:var(--accent); margin-bottom:34px; font-weight:600; }
.page-head h1 {
  font-family:'Abril Fatface',Georgia,serif;
  font-weight:400;
  font-size:clamp(54px, 8.5vw, 96px);
  line-height:0.98;
  letter-spacing:-0.005em;
  color:var(--ink);
  max-width:720px;
  margin-bottom:4px;
}

/* ── lead paragraph with drop cap (editorial magazine move) ── */
.lead {
  font-family:'Fraunces',Georgia,serif;
  font-style:italic;
  font-weight:500;
  font-size:23px;
  line-height:1.5;
  color:var(--ink);
  margin:38px 0 28px;
  max-width:680px;
}
.lead::first-letter {
  font-family:'Abril Fatface',Georgia,serif;
  font-style:normal;
  float:left;
  font-size:5em;
  line-height:0.82;
  padding:8px 16px 0 0;
  color:var(--accent);
}
p { color:var(--muted); font-size:16px; line-height:1.75; max-width:640px; }
p + p { margin-top:20px; }

/* ── manifesto (rules / access) — vintage poster numerals ── */
.manifesto { margin-top:48px; }
.m-item {
  display:grid;
  grid-template-columns:140px 1fr;
  gap:40px;
  padding:46px 0;
  border-bottom:1px solid var(--line);
  align-items:start;
}
.m-item:last-child { border-bottom:0; padding-bottom:16px; }
.m-num {
  font-family:'Abril Fatface',Georgia,serif;
  font-weight:400;
  font-size:72px;
  color:var(--accent);
  line-height:0.9;
  letter-spacing:-0.01em;
}
.m-num.roman {
  font-family:'Fraunces',Georgia,serif;
  font-style:italic;
  font-size:60px;
  letter-spacing:0.02em;
}
.m-body h3 {
  font-family:'Abril Fatface',Georgia,serif;
  font-weight:400;
  font-size:32px;
  color:var(--ink);
  margin-bottom:14px;
  line-height:1.05;
}
.m-body p { color:var(--muted); font-size:15.5px; line-height:1.7; max-width:580px; margin:0; }
.m-item:hover .m-num { color:var(--leaf); transition:color .35s ease; }

/* ── culture editorial flow — big poster heads, staggered indent, no boxes ── */
.culture-list { margin-top:48px; }
.c-item {
  padding:44px 0;
  border-bottom:1px solid var(--line);
}
.c-item:last-child { border-bottom:0; }
.c-item h3 {
  font-family:'Abril Fatface',Georgia,serif;
  font-weight:400;
  font-size:clamp(38px, 6vw, 64px);
  color:var(--ink);
  line-height:0.96;
  margin-bottom:16px;
  letter-spacing:-0.005em;
}
.c-item p { color:var(--muted); font-size:15.5px; line-height:1.7; max-width:560px; margin:0; }
.c-item:nth-child(2) { padding-left:7%; }
.c-item:nth-child(3) { padding-left:0; }
.c-item:nth-child(4) { padding-left:11%; }
.c-item:nth-child(5) { padding-left:4%; }
.c-item:hover h3 { color:var(--leaf); transition:color .35s ease; }

/* ── membership steps — vintage poster numerals, matches manifesto ── */
.steps { counter-reset:step; margin-top:48px; }
.step { display:grid; grid-template-columns:140px 1fr; gap:40px; padding:46px 0; border-bottom:1px solid var(--line); align-items:start; }
.step:last-child { border-bottom:0; padding-bottom:16px; }
.step .num { counter-increment:step; font-family:'Abril Fatface',Georgia,serif; font-size:72px; color:var(--accent); line-height:0.9; letter-spacing:-0.01em; }
.step .num::before { content:"0" counter(step); }
.step h3 { font-family:'Abril Fatface',Georgia,serif; font-weight:400; font-size:32px; color:var(--ink); margin-bottom:14px; line-height:1.05; }
.step p { color:var(--muted); font-size:15.5px; line-height:1.7; max-width:580px; margin:0; }
.step:hover .num { color:var(--leaf); transition:color .35s ease; }

/* ── contact door ── */
.door { margin-top:28px; display:flex; flex-direction:column; gap:14px; max-width:440px; }
.door a {
  display:flex; align-items:center; justify-content:space-between;
  padding:22px 26px;
  border:1px solid var(--accent); border-radius:3px;
  font-family:'Abril Fatface',Georgia,serif; font-size:22px; color:var(--ink);
  transition:all .25s ease;
}
.door a:hover { background:var(--accent); color:var(--bg); }
.door a .tiny { font-family:'Inter',sans-serif; font-size:11px; letter-spacing:0.16em; text-transform:uppercase; opacity:0.7; }

/* ── footer ── */
footer { border-top:1px solid var(--line); padding:44px 0 56px; font-size:13px; color:var(--muted); }
footer .row { display:flex; justify-content:space-between; flex-wrap:wrap; gap:16px; }
footer .mascot { display:none; }

/* ── screen-reader only ── */
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

/* ── legacy: keep old .rules / .rule rendering minimal so access.html (locked) doesn't break ── */
.rules { margin-top:36px; display:flex; flex-direction:column; gap:0; border-top:1px solid var(--line); }
.rule { padding:38px 0; border-bottom:1px solid var(--line); background:transparent; }
.rule:last-child { border-bottom:0; }
.rule h3 {
  font-family:'Abril Fatface',Georgia,serif; font-weight:400; font-size:34px;
  color:var(--ink); margin-bottom:14px; line-height:1.05;
}
.rule p { color:var(--muted); font-size:15.5px; line-height:1.7; max-width:580px; margin:0; }
.rule:hover h3 { color:var(--leaf); transition:color .35s ease; }
.tags, .tag { display:none; }

/* ── PUSH TO LIMITS: marquee · stamp · squiggle · pull quote · mascot spot · big date ── */

/* marquee ticker — fixed to viewport bottom, only text slides */
.marquee {
  position:fixed; bottom:0; left:0; right:0; z-index:40;
  overflow:hidden;
  border-top:1px solid var(--line);
  padding:18px 0;
  background:#0f1712;
}
.marquee-track { display:flex; gap:52px; white-space:nowrap; animation: marquee-roll 42s linear infinite; will-change:transform; font-family:'Abril Fatface',Georgia,serif; font-size:22px; color:var(--accent); text-transform:uppercase; letter-spacing:0.04em; line-height:1; padding-left:52px; }
.marquee-track span { flex-shrink:0; display:inline-flex; align-items:center; gap:52px; }
.marquee-track span::after { content:"✦"; color:rgba(201,162,75,0.65); font-size:18px; }
@keyframes marquee-roll { from { transform:translateX(0); } to { transform:translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation:none; transform:translateX(0); } }

/* vintage circular stamp */
.page-head { position:relative; }
.stamp { width:150px; height:150px; color:var(--accent); display:block; opacity:0.92; }
.stamp.tilt { transform:rotate(-14deg); }
.page-stamp { position:absolute; top:130px; right:24px; width:140px; height:140px; }

/* squiggle underline under one keyword */
.ink { position:relative; display:inline-block; padding-bottom:0.05em; }
.ink::after {
  content:""; position:absolute; left:-2%; right:-2%; bottom:-0.1em;
  height:0.32em; min-height:14px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 14' preserveAspectRatio='none'%3E%3Cpath d='M2 10 Q 22 2, 44 8 T 86 8 T 128 8 T 170 8 T 198 8' stroke='%23c9a24b' stroke-width='3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-size:100% 100%;
  pointer-events:none;
}

/* pull quote — magazine moment */
.pullquote {
  font-family:'Fraunces',Georgia,serif; font-style:italic; font-weight:500;
  font-size:clamp(28px, 4.4vw, 46px);
  line-height:1.18;
  color:var(--ink);
  border-left:3px solid var(--accent);
  padding:14px 0 14px 32px;
  margin:64px 0 64px -6%;
  max-width:720px;
}
.pullquote .by { display:block; font-family:'Inter',sans-serif; font-style:normal; font-size:11px; letter-spacing:0.24em; text-transform:uppercase; color:var(--accent); margin-top:20px; font-weight:600; }

/* mascot spot — character art slipped into the page-head */
.mascot-spot {
  position:absolute; pointer-events:none; z-index:1;
  width:280px; opacity:0.95;
  top:40px; right:-50px;
  transform:rotate(-6deg);
}

/* faint oversized date as decorative mark */
.bigdate {
  font-family:'Abril Fatface',Georgia,serif;
  font-size:clamp(90px, 16vw, 240px);
  line-height:0.82;
  color:var(--accent);
  opacity:0.16;
  letter-spacing:-0.02em;
  text-align:center;
  margin:64px 0 -12px;
  pointer-events:none;
  user-select:none;
}

/* dramatic contact doors */
.door.big { gap:18px; max-width:520px; margin-top:36px; }
.door.big a { padding:36px 42px; font-size:34px; border-width:1.5px; }
.door.big a .tiny { font-size:11px; letter-spacing:0.18em; }

@media (max-width:1024px) {
  .mascot-spot { width:200px; right:-30px; top:80px; }
  .page-stamp { width:120px; height:120px; top:80px; }
}

@media (max-width:640px) {
  body { padding-bottom:0; }
  .marquee { display:none; }
  header > .wrap { padding:0 20px; }
  .links { position:fixed; inset:78px 0 auto 0; background:var(--bg); flex-direction:column; gap:0; border-bottom:1px solid var(--line); transform:translateY(-130%); transition:transform .3s; }
  .links.open { transform:translateY(0); }
  .links a { padding:18px 22px; border-bottom:1px solid var(--line); }
  .menu-btn { display:block; }
  .splash-logo { width:min(720px, 96vw); max-height:calc(100vh - 220px); }
  .page-head { padding:88px 0 0; }
  .m-item { grid-template-columns:80px 1fr; gap:22px; padding:32px 0; }
  .m-num { font-size:54px; }
  .m-num.roman { font-size:46px; }
  .m-body h3 { font-size:26px; }
  .step { grid-template-columns:80px 1fr; gap:22px; padding:32px 0; }
  .step .num { font-size:54px; }
  .step h3 { font-size:26px; }
  .c-item:nth-child(n) { padding-left:0; }
  .lead { font-size:20px; }
  .lead::first-letter { font-size:4.2em; }
  .mascot-spot { display:none; }
  .page-stamp { display:none; }
  .pullquote { margin:48px 0; padding-left:22px; }
  .marquee-track { font-size:20px; gap:40px; }
  .marquee-track span { gap:40px; }
  .door.big a { padding:24px 26px; font-size:24px; }
}
