/* moe.coach — shared chrome: fonts, tokens, base, nav, kicker, footer.
   ONE owner for everything the standard pages and the legal pages render
   identically. dist/styles/site.css is built as chrome.css + site-pages.css;
   legal pages inline chrome.css + legal-content.css (self-contained output).
   Deliberate per-context differences (`.wrap` width, `header.head` variant)
   live in the page sheets, not here. */

/* ---------- self-hosted fonts (SIL OFL 1.1 — license texts in src/fonts/) ---------- */
@font-face {
  font-family: "Funnel Display";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/funnel-display-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Funnel Display";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/funnel-display-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url(/fonts/inter-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url(/fonts/inter-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/inter-italic-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/inter-italic-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- tokens & base ---------- */
:root{--ink:#16181B;--canvas:#FFFFFF;--paper:#FFFFFF;--pagebody:#FFFFFF;--orange:#FF6800;--hair:#E7E4DE;--cool:#67717E;--body:#555C66;--blue:#0091FF;--fdisp:"Funnel Display",sans-serif;--finter:"Inter",sans-serif;--pad:clamp(20px,5vw,72px)}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--canvas);color:var(--ink);font-family:var(--finter);line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block}
/* Wordmark treatment from the prototype (moe-marketing bbe802b): Funnel Display,
   slightly larger, with line-height:0 + baseline alignment so the size bump never
   disturbs the surrounding line's leading. */
.moe{color:var(--orange);font-family:var(--fdisp);font-style:italic;font-weight:700;font-size:1.15em;line-height:0;vertical-align:baseline}
.flrm{display:inline-block;overflow:visible;fill:currentColor}
.sprite{position:absolute}

/* ---------- nav (inner pages) ---------- */
/* Three-slot composition (owner-directed, 2026-08-07): wayfinding left, brand
   center, action right. Home is a quiet cool-gray text link (hover → ink) so
   the filled coming-soon button stays the bar's single heavy mark. */
nav{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.86);backdrop-filter:blur(8px);border-bottom:1px solid var(--hair)}
nav .nwrap{max-width:1160px;margin:0 auto;padding:0 var(--pad);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:76px}
nav .navhome{grid-column:1;justify-self:start}
nav .navhome a{font-size:14px;color:var(--cool)}
nav .navhome a:hover{color:var(--ink)}
nav .links{grid-column:3;justify-self:end;display:flex;gap:28px;font-size:14px;color:var(--cool);align-items:center}
nav .links a:hover{color:var(--ink)}
nav .brand{grid-column:2;justify-self:center}
nav .brand .flrm{width:46px;fill:var(--orange);transform:translateY(4px)}
.pill{background:var(--ink);color:#fff;padding:9px 17px;font-size:13px;font-weight:600}

/* ---------- kicker ---------- */
.kicker{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--cool);font-weight:600}

/* ---------- footer (one definition, every page) ---------- */
footer{padding:46px 0;text-align:center;color:var(--cool);font-size:13px;border-top:1px solid var(--hair)}
footer .flrm{width:70px;fill:var(--orange);margin:0 auto 14px;display:block}
footer .flink{color:inherit;text-decoration:none;white-space:nowrap}
footer .flink:hover{color:var(--ink);text-decoration:underline}
footer .flgroup{white-space:nowrap;display:block;margin-top:2px}


/* moe.coach — standard-page styles, appended after chrome.css into
   dist/styles/site.css. Page-specific rules scoped by body class. */

.wrap{max-width:820px;margin:0 auto;padding:0 var(--pad)}
.textlink{color:var(--orange);text-decoration:underline}
/* Inline emphasis matches the legal pages (legal-content.css main.legal strong):
   body copy is weight 300, so without this the UA's bolder resolves to a
   near-invisible 400 — one document family, one emphasis treatment. */
strong{font-weight:600;color:var(--ink)}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}

/* ---------- page header ---------- */
header.head{padding:clamp(50px,8vw,96px) 0 clamp(30px,4vw,44px);border-bottom:1px solid var(--hair)}
h1{font-family:var(--fdisp);font-weight:500;font-size:clamp(38px,6vw,64px);line-height:1.02;letter-spacing:-.025em;margin-top:14px}
header.head p{font-weight:300;font-size:clamp(16px,1.6vw,19px);color:#2b2b2b;margin-top:18px;max-width:48ch}
.page-delete header.head{padding:clamp(50px,8vw,90px) 0 clamp(26px,4vw,40px);border-bottom:none}
.page-delete h1{font-size:clamp(34px,5.5vw,56px)}
.page-delete header.head p{max-width:50ch}

/* ---------- FAQ ---------- */
.faq{padding:clamp(20px,4vw,40px) 0 clamp(60px,9vw,110px)}
details{border-bottom:1px solid var(--hair)}
summary{list-style:none;cursor:pointer;padding:clamp(20px,3vw,28px) 44px clamp(20px,3vw,28px) 0;position:relative;font-family:var(--fdisp);font-weight:500;font-size:clamp(18px,2.4vw,23px);letter-spacing:-.01em;color:var(--ink)}
summary .moe{font-size:1em}
summary::-webkit-details-marker{display:none}
summary::after{content:"";position:absolute;right:6px;top:50%;width:13px;height:13px;border-right:2px solid var(--orange);border-bottom:2px solid var(--orange);transform:translateY(-65%) rotate(45deg);transition:transform .2s ease}
details[open] summary::after{transform:translateY(-35%) rotate(-135deg)}
details .a{padding:0 44px clamp(22px,3vw,30px) 0;font-weight:300;font-size:clamp(15px,1.5vw,17px);line-height:1.65;color:#333;max-width:64ch}
details .a a{color:var(--orange);text-decoration:underline}

/* ---------- delete-account ---------- */
.page-delete .wrap{max-width:720px}
.page-delete section{padding-bottom:clamp(40px,6vw,64px)}
h2{font-family:var(--fdisp);font-weight:500;font-size:clamp(20px,2.6vw,26px);letter-spacing:-.01em;margin-bottom:14px}
.step{display:flex;gap:16px;padding:18px 0;border-top:1px solid var(--hair)}
.step .n{flex:none;width:30px;height:30px;border:1.5px solid var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--fdisp);font-weight:600;font-size:14px;color:var(--orange)}
.step .t{font-weight:300;font-size:16px;line-height:1.6;color:#333}
.step .t b{font-weight:600;color:var(--ink)}
.card{border:1px solid var(--hair);border-radius:18px;padding:clamp(22px,4vw,32px);background:var(--paper)}
.card p{font-weight:300;color:#333;font-size:15.5px;line-height:1.6;margin-bottom:16px}
.delbtn{display:inline-flex;align-items:center;justify-content:center;background:var(--ink);color:#fff;font-family:var(--finter);font-weight:600;font-size:15px;padding:14px 24px;border:none;cursor:pointer}
.delbtn:hover{background:#000}
.removes{list-style:none;margin-top:6px}
.removes li{position:relative;padding:7px 0 7px 22px;font-weight:300;color:#333;font-size:15.5px}
.removes li::before{content:"";position:absolute;left:0;top:14px;width:7px;height:7px;background:var(--orange);border-radius:1px}
.removes.retained li{font-size:14px;color:var(--cool);line-height:1.6}
.note{font-size:14px;color:var(--cool);line-height:1.6;margin-top:16px}
.card .note{margin-bottom:0}
.warn{font-family:var(--fdisp);font-weight:500;font-size:clamp(17px,2vw,20px);color:var(--ink);margin-top:8px}
/* Deletion verification form. No script anywhere in the flow — the browser's own
   constraint validation is the only client-side check, and the server revalidates. */
.verify{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin:2px 0 4px}
.flabel{font-size:14px;font-weight:600;color:var(--ink)}
.flabel+.flabel{margin-top:10px}
.finput{width:100%;max-width:380px;font-family:var(--finter);font-weight:300;font-size:16px;color:var(--ink);background:#fff;border:1px solid var(--hair);border-radius:10px;padding:12px 14px}
.finput::placeholder{color:var(--cool)}
.finput:focus{outline:2px solid var(--orange);outline-offset:1px}
.fcode{max-width:190px;letter-spacing:.35em;font-variant-numeric:tabular-nums}
.verify .delbtn{margin-top:14px}

/* ---------- home ---------- */
.page-home{overflow-x:hidden}
.page-home .wrap{max-width:1200px;padding:0 clamp(20px,4.5vw,72px)}
.page{position:relative;background:var(--canvas);overflow:hidden}
.hero{position:relative;padding:clamp(24px,4vw,40px) 0 clamp(8px,1vw,16px)}
.herobox{position:relative;width:100%;max-width:1200px;margin:0 auto}
.herocollage{width:100%;height:auto;display:block}
.hero-squiggle{position:absolute;inset:0;width:100%;height:auto;display:block;z-index:2;pointer-events:none}
/* Wordmark left/width = its crop box in the source overlay (598x165 at
   1105,124 of 2268x1375). Both tops sit 2% above their crop-box/prototype
   values (9.02% / 22.7%) — the lockup was raised per owner sign-off,
   2026-08-06. Move .hero-moe and .hero-subline tops together — one lockup. */
.hero-moe{position:absolute;left:48.72%;top:7.02%;width:26.37%;height:auto;display:block;z-index:2;pointer-events:none}
.hero-subline{position:absolute;left:59.8%;top:20.7%;display:flex;flex-direction:column;align-items:flex-end;text-align:right;
  font-family:var(--fdisp);font-weight:400;font-size:clamp(15px,2.98vw,42.5px);line-height:1.06;letter-spacing:-.02em;color:var(--ink);z-index:3}
.dlrow{display:flex;align-items:center;padding:clamp(12px,1.6vw,22px) 0 clamp(28px,4vw,48px)}
.dlside{flex:1 1 0;display:flex;min-width:0}
.dlside-l{justify-content:flex-end;padding-right:8px}
.dlside-r{justify-content:flex-start;padding-left:8px}
/* Both badges are forced into one identical box per the prototype's explicit
   design direction (Apple's ~2.99:1 badge stretches slightly wider than its
   native ratio; Google's ~3.36:1 is barely touched) so the seam between them
   lands on the page's true center. A deliberate visual call, not an accident —
   flagged at the sign-off gate because Apple's guidelines frown on it. */
.dlrow img{width:148px;height:44px;display:block}
/* Pre-launch coming-soon state (see home.html): desaturated, non-interactive
   badges under a centered kicker. The kicker's height (~18px) is reclaimed
   from the row's padding so the one-screen home keeps its pre-change total
   height — the footer must stay above the fold on desktop. Delete this block
   at the launch flip. */
.dlsoon{text-align:center;margin:0}
.dlrow-soon{padding:clamp(2px,0.4vw,6px) 0 clamp(20px,3vw,38px)}
.dlrow-soon img{filter:grayscale(1);opacity:.45}

/* ---------- safety ---------- */
/* Safety is a document page: it uses the legal pages' exact rhythm and type
   scale (kicker-only header, no divider; title + effective date + body flow
   together in the content region) so the document family reads as one design. */
.page-safety .wrap{max-width:760px}
.page-safety header.head{padding:clamp(50px,8vw,90px) 0 clamp(6px,1vw,10px);border-bottom:none}
.page-safety section{padding:0 0 clamp(40px,6vw,72px)}
.page-safety h1{font-size:clamp(34px,5.5vw,56px);margin:14px 0 18px}
.page-safety h2{font-size:clamp(19px,2.2vw,24px);margin:34px 0 12px}
.page-safety .eff{font-size:14px;color:var(--cool);margin:4px 0}
.page-safety p{font-weight:300;color:#333;font-size:15.5px;line-height:1.65;max-width:70ch;margin:12px 0}
.page-safety ul{margin:12px 0 12px 22px}
.page-safety li{font-weight:300;color:#333;font-size:15.5px;line-height:1.65;margin:6px 0}
.page-safety .card{margin:16px 0}
.page-safety .card p{margin-bottom:10px}

/* ---------- credits ---------- */
/* Its own list treatment rather than reusing .removes: that class names the
   things account deletion removes, and a credit is not one of them. */
.page-credits .wrap{max-width:720px}
.page-credits h1{font-size:clamp(34px,5.5vw,56px)}
.page-credits section{padding:clamp(30px,4vw,44px) 0 clamp(40px,6vw,64px)}
.page-credits h2{margin-top:clamp(26px,3.5vw,38px)}
.page-credits h2:first-child{margin-top:0}
.page-credits ul{list-style:none;margin-top:6px}
.page-credits li{position:relative;padding:7px 0 7px 22px;font-weight:300;color:#333;font-size:15.5px;line-height:1.6}
.page-credits li::before{content:"";position:absolute;left:0;top:15px;width:7px;height:7px;background:var(--orange);border-radius:1px}
.page-credits .note{margin-top:10px}

/* ---------- 404 ---------- */
.page-notfound section{padding:clamp(20px,4vw,40px) 0 clamp(60px,9vw,110px)}

/* ---------- legal coming-soon (embargo placeholder) ---------- */
.page-coming-soon section{padding:clamp(20px,4vw,40px) 0 clamp(60px,9vw,110px)}

/* ---------- responsive ---------- */
@media(max-width:720px){
  /* one-screen mobile home: center hero/download/footer as one block */
  .page-home .page{width:min(390px,100%);margin:0 auto;min-height:100dvh;display:flex;flex-direction:column;justify-content:center}
  .page-home .hero{padding:clamp(56px,14vw,88px) 0 clamp(16px,3vw,28px)}
  .page-home .hero .wrap{padding:0}
  .page-home .dlrow{padding-bottom:clamp(36px,7vw,56px)}
  .page-home .dlside-l{padding-right:5px}
  .page-home .dlside-r{padding-left:5px}
  .page-home .dlrow img{width:128px;height:38px}
  .page-home footer{padding:40px 0 64px}
}
