:root {
  --ink: #111a2d;
  --indigo: #123957;
  --paper: #f2ede2;
  --paper-deep: #e6dfd1;
  --shu: #a63d32;
  --muted: #555d65;
  --line: rgba(17, 26, 45, .18);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 17px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; background: url("/assets/release-v4/washi-texture.webp") center/540px repeat; opacity: .16; pointer-events: none; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 10; padding: .75rem 1rem; background: var(--ink); color: var(--paper); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.utility-header { min-height: 86px; padding: 18px clamp(20px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.utility-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.utility-brand span { display: flex; flex-direction: column; line-height: 1.2; }
.utility-brand strong { font: 500 1.35rem/1 var(--serif); letter-spacing: .24em; }
.utility-brand small { margin-top: 5px; color: var(--muted); font-size: .75rem; letter-spacing: .11em; line-height: 1.45; text-transform: uppercase; }
.utility-back { min-height: 44px; display: inline-flex; align-items: center; font-size: .8rem; font-weight: 600; letter-spacing: .11em; line-height: 1.4; text-decoration: none; text-transform: uppercase; }
.utility-main { width: min(1180px, calc(100% - 40px)); margin-inline: auto; padding: clamp(70px, 10vw, 150px) 0 clamp(90px, 12vw, 170px); }
.utility-title { max-width: 780px; padding-bottom: clamp(50px, 8vw, 100px); }
.utility-eyebrow { margin: 0 0 22px; color: var(--shu); font-size: .8rem; font-weight: 600; letter-spacing: .15em; line-height: 1.45; text-transform: uppercase; }
.utility-title h1, .not-found h1 { margin: 0; font: 400 clamp(4rem, 9vw, 8.4rem)/.82 var(--serif); letter-spacing: -.045em; }
.utility-intro { max-width: 630px; margin: 36px 0 0; color: #414751; font: 400 clamp(1.2rem, 2vw, 1.65rem)/1.55 var(--serif); }
.legal-grid { display: grid; grid-template-columns: minmax(150px, 1fr) minmax(0, 3fr); gap: clamp(45px, 9vw, 140px); border-top: 1px solid var(--line); padding-top: 26px; }
.legal-nav { position: sticky; top: 28px; align-self: start; display: grid; }
.legal-nav a { min-height: 44px; padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .8rem; font-weight: 600; letter-spacing: .1em; line-height: 1.4; text-decoration: none; text-transform: uppercase; }
.legal-nav a:hover, .legal-nav a:focus-visible { color: var(--shu); }
.legal-copy { max-width: 730px; }
.legal-copy section { scroll-margin-top: 24px; padding: 0 0 clamp(65px, 9vw, 110px); }
.legal-number { margin: 0 0 13px; color: var(--shu); font-size: .8rem; font-weight: 600; letter-spacing: .13em; line-height: 1.45; }
.legal-copy h2 { margin: 0 0 20px; font: 400 clamp(2.25rem, 4vw, 3.6rem)/1 var(--serif); letter-spacing: -.025em; }
.legal-copy p:not(.legal-number) { margin: 0 0 18px; color: #414751; }
.legal-copy a { text-underline-offset: 4px; }
.utility-footer { padding: 34px clamp(20px, 4vw, 64px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; color: var(--muted); border-top: 1px solid var(--line); font-size: .8rem; line-height: 1.5; letter-spacing: .09em; text-transform: uppercase; }
.utility-footer p { margin: 0; }
.utility-footer a { text-underline-offset: 4px; }
.not-found-page { min-height: 100vh; display: grid; place-items: center; background: linear-gradient(135deg, #051229, #0e2c4d 58%, #010817); color: var(--paper); }
.not-found-page::before { opacity: .06; }
.not-found { width: min(780px, calc(100% - 40px)); padding: 70px 0; text-align: center; }
.not-found > img { margin: 0 auto 34px; }
.not-found .utility-eyebrow { color: #cfbda4; }
.not-found h1 { font-size: clamp(4.2rem, 10vw, 8.6rem); }
.not-found > p:not(.utility-eyebrow) { max-width: 520px; margin: 34px auto; color: rgba(242, 237, 226, .72); }
.utility-action { display: inline-flex; align-items: center; gap: 40px; min-width: 280px; min-height: 58px; padding: 15px 18px 15px 22px; background: var(--paper); color: var(--ink); font-size: .82rem; font-weight: 600; letter-spacing: .09em; line-height: 1.4; text-decoration: none; text-transform: uppercase; }
.utility-action i { display: grid; width: 34px; height: 34px; place-items: center; color: var(--paper); background: var(--shu); font-style: normal; }

@media (max-width: 720px) {
  .utility-header { align-items: flex-start; }
  .utility-brand small { max-width: 180px; }
  .utility-back { padding-top: 0; }
  .utility-main { width: min(100% - 32px, 620px); }
  .legal-grid { grid-template-columns: 1fr; }
  .legal-nav { position: static; grid-template-columns: repeat(2, 1fr); }
  .legal-nav a { padding-right: 10px; }
  .utility-footer { grid-template-columns: auto 1fr; }
  .utility-footer a { grid-column: 2; }
}

@media (max-width: 420px) {
  .utility-header { min-height: 76px; padding: 14px 16px; }
  .utility-brand img { width: 42px; height: 42px; }
  .utility-brand small { display: none; }
  .utility-title h1 { font-size: 3.75rem; }
  .utility-footer { padding-inline: 16px; }
  .not-found h1 { font-size: 3.9rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
