    /* ---------- Self-hosted fonts (no third-party requests) ---------- */
    /* Fraunces, latin-ext (57 KB) */
    @font-face {
      font-family: 'Fraunces';
      font-style: normal;
      font-weight: 400 700;
      font-display: swap;
      src: url(fonts/fraunces-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;
    }
    /* Fraunces, latin (65 KB) */
    @font-face {
      font-family: 'Fraunces';
      font-style: normal;
      font-weight: 400 700;
      font-display: swap;
      src: url(fonts/fraunces-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;
    }
    /* Spline Sans Mono, latin-ext (20 KB) */
    @font-face {
      font-family: 'Spline Sans Mono';
      font-style: normal;
      font-weight: 400 600;
      font-display: swap;
      src: url(fonts/spline-sans-mono-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;
    }
    /* Spline Sans Mono, latin (35 KB) */
    @font-face {
      font-family: 'Spline Sans Mono';
      font-style: normal;
      font-weight: 400 600;
      font-display: swap;
      src: url(fonts/spline-sans-mono-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;
    }

    /* ---------- Tokens ---------- */
    :root {
      --paper:    #f1e9da;
      --paper-hi: #f7f1e6;
      --paper-lo: #e6dac4;
      --ink:      #1b1712;
      --ink-2:    #4d4438;
      --ink-3:    #877963;
      --line:     rgba(27, 23, 18, 0.16);
      --line-2:   rgba(27, 23, 18, 0.30);
      --red:      #b23a2a;
      --red-deep: #92301f;
      --film:     #15120c;
      --film-2:   #221c13;
      --cream:    #efe6d6;
      --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
      --mono:  'Spline Sans Mono', ui-monospace, 'SF Mono', Menlo, monospace;
      --maxw: 38rem;
    }

    /* ---------- Reset / base ---------- */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { -webkit-text-size-adjust: 100%; }
    body {
      min-height: 100vh;
      font-family: var(--serif);
      font-optical-sizing: auto;
      color: var(--ink);
      background-color: var(--paper);
      background-image: radial-gradient(135% 120% at 50% -10%, var(--paper-hi) 0%, var(--paper) 46%, var(--paper-lo) 100%);
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      line-height: 1.5;
      overflow-x: hidden;
    }

    /* Film grain overlay, static and subtle */
    .grain {
      position: fixed;
      inset: -50%;
      width: 200%;
      height: 200%;
      pointer-events: none;
      z-index: 100;
      opacity: 0.06;
      mix-blend-mode: multiply;
      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.86' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    }

    /* ---------- Layout ---------- */
    .wrap {
      max-width: var(--maxw);
      margin: 0 auto;
      padding: clamp(2.4rem, 7vw, 4.5rem) clamp(1.15rem, 5vw, 2rem) 3rem;
      position: relative;
      z-index: 1;
    }
    .eyebrow {
      font-family: var(--mono);
      font-size: 0.72rem;
      font-weight: 500;
      letter-spacing: 0.26em;
      text-transform: uppercase;
      color: var(--red);
      display: flex;
      align-items: center;
      gap: 0.7em;
    }
    .eyebrow::after {
      content: "";
      flex: 1;
      height: 1px;
      background: linear-gradient(90deg, var(--line-2), transparent);
    }

    /* ---------- Hero ---------- */
    .hero { margin-top: 1.6rem; }
    .hero h1 {
      font-family: var(--serif);
      font-weight: 480;
      font-size: clamp(2.55rem, 11vw, 4.4rem);
      line-height: 0.98;
      letter-spacing: -0.025em;
      color: var(--ink);
      max-width: 14ch;
    }
    .hero .lede {
      margin-top: 1.35rem;
      font-size: clamp(1.06rem, 3.5vw, 1.22rem);
      line-height: 1.55;
      color: var(--ink-2);
      max-width: 34ch;
    }

    /* ---------- Contact sheet / film frame ---------- */
    .sheet {
      margin-top: clamp(2.2rem, 7vw, 3rem);
      background: var(--film);
      border-radius: 7px;
      padding: 0;
      box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.04) inset,
        0 24px 55px -28px rgba(20, 15, 8, 0.62),
        0 4px 14px -10px rgba(20, 15, 8, 0.5);
    }
    /* Film rebate (the printed edge) + sprocket perforations */
    .rebate {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding: 0.62rem 1rem 0.5rem;
      font-family: var(--mono);
      font-size: 0.6rem;
      font-weight: 500;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: rgba(239, 230, 214, 0.46);
      white-space: nowrap;
    }
    .rebate .dot { color: var(--red); letter-spacing: 0; }
    .perf {
      height: 13px;
      background-color: var(--film);
      background-image: radial-gradient(var(--paper) 0 34%, transparent 39%);
      background-size: 19px 13px;
      background-repeat: repeat-x;
      background-position: center;
      opacity: 0.9;
    }
    .perf.top    { border-radius: 7px 7px 0 0; }
    .perf.bottom { border-radius: 0 0 7px 7px; }

    .cell {
      background: var(--paper);
      background-image: radial-gradient(125% 100% at 50% 0%, var(--paper-hi), var(--paper) 70%);
      margin: 0 7px;
      padding: clamp(1.5rem, 5.5vw, 2.3rem) clamp(1.25rem, 5vw, 2rem);
      box-shadow: 0 0 0 1px rgba(178, 58, 42, 0.16) inset;
    }

    /* ---------- Form ---------- */
    .field { margin-bottom: 1.5rem; }
    .field > label {
      display: block;
      font-family: var(--mono);
      font-size: 0.72rem;
      font-weight: 500;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--ink-2);
      margin-bottom: 0.55rem;
    }
    .input, .textarea {
      display: block;
      width: 100%;
      font-family: var(--mono);
      font-size: 1rem;
      line-height: 1.5;
      color: var(--ink);
      background: var(--paper-hi);
      border: 1px solid var(--line-2);
      border-radius: 4px;
      padding: 0.85rem 0.9rem;
      transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
      -webkit-appearance: none;
      appearance: none;
    }
    .textarea { resize: vertical; min-height: 6.5rem; }
    .input::placeholder, .textarea::placeholder { color: var(--ink-3); opacity: 0.85; }
    .input:hover, .textarea:hover { border-color: var(--ink-3); }
    .input:focus, .textarea:focus {
      outline: none;
      border-color: var(--red);
      background: #fff;
      box-shadow: 0 0 0 3px rgba(178, 58, 42, 0.16);
    }
    .input[aria-invalid="true"], .textarea[aria-invalid="true"] {
      border-color: var(--red);
      box-shadow: 0 0 0 3px rgba(178, 58, 42, 0.12);
    }
    .help {
      margin-top: 0.6rem;
      font-size: 0.92rem;
      line-height: 1.5;
      color: var(--ink-2);
    }
    .err {
      display: none;
      margin-top: 0.5rem;
      font-family: var(--mono);
      font-size: 0.74rem;
      letter-spacing: 0.04em;
      color: var(--red-deep);
    }
    .err.show { display: block; }

    /* Honeypot, visually hidden, off screen (bots fill it, humans never see it) */
    .hp {
      position: absolute !important;
      left: -9999px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden;
    }

    .actions { margin-top: 1.75rem; }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.6em;
      width: 100%;
      font-family: var(--mono);
      font-size: 0.82rem;
      font-weight: 500;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #fdf6ea;
      background: var(--red);
      border: none;
      border-radius: 4px;
      padding: 1.02rem 1.2rem;
      cursor: pointer;
      transition: background 0.16s ease, transform 0.08s ease, box-shadow 0.16s ease;
      box-shadow: 0 10px 22px -14px rgba(146, 48, 31, 0.9);
    }
    .btn:hover { background: var(--red-deep); }
    .btn:active { transform: translateY(1px); }
    .btn[disabled] { opacity: 0.62; cursor: progress; }
    .btn .arrow { transition: transform 0.16s ease; }
    .btn:hover .arrow { transform: translateX(3px); }

    .consent {
      margin-top: 1.05rem;
      font-family: var(--mono);
      font-size: 0.68rem;
      line-height: 1.6;
      letter-spacing: 0.02em;
      color: var(--ink-3);
    }
    .consent a { color: var(--ink-2); text-underline-offset: 2px; }
    .consent a:hover { color: var(--red); }

    .nojs {
      margin-top: 1rem;
      font-size: 0.92rem;
      color: var(--red-deep);
      background: rgba(178, 58, 42, 0.07);
      border: 1px solid rgba(178, 58, 42, 0.25);
      border-radius: 4px;
      padding: 0.7rem 0.85rem;
    }

    /* ---------- Success state ---------- */
    .done { text-align: left; }
    .done .mark {
      font-family: var(--mono);
      font-size: 0.72rem;
      font-weight: 500;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--red);
      display: flex;
      align-items: center;
      gap: 0.55em;
    }
    .done .mark .blip {
      width: 7px; height: 7px; border-radius: 50%;
      background: var(--red);
      box-shadow: 0 0 0 0 rgba(178, 58, 42, 0.5);
    }
    .done h2 {
      font-family: var(--serif);
      font-weight: 480;
      font-size: clamp(2rem, 8vw, 2.9rem);
      line-height: 1.02;
      letter-spacing: -0.02em;
      margin: 1rem 0 0.7rem;
    }
    .done p { font-size: 1.1rem; line-height: 1.55; color: var(--ink-2); max-width: 32ch; }
    .done .meta {
      margin-top: 1.4rem;
      font-family: var(--mono);
      font-size: 0.68rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--ink-3);
    }
    @media (prefers-reduced-motion: no-preference) {
      .done.develop { animation: develop 1.1s ease both; }
      .done.develop .blip { animation: blip 2.4s ease-in-out infinite; }
      @keyframes develop {
        from { opacity: 0; filter: brightness(0.4) contrast(2.4); transform: translateY(6px); }
        to   { opacity: 1; filter: none; transform: none; }
      }
      @keyframes blip {
        0%, 100% { box-shadow: 0 0 0 0 rgba(178, 58, 42, 0.45); }
        50%      { box-shadow: 0 0 0 6px rgba(178, 58, 42, 0); }
      }
    }

    /* ---------- Links row ---------- */
    .links { margin-top: clamp(2.2rem, 7vw, 3rem); }
    .links .eyebrow { color: var(--ink-3); }
    .links .eyebrow::after { background: linear-gradient(90deg, var(--line), transparent); }
    .link-grid {
      margin-top: 1.1rem;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.7rem;
    }
    .link-card {
      display: flex;
      flex-direction: column;
      gap: 0.3rem;
      padding: 1rem 1.1rem;
      border: 1px solid var(--line-2);
      border-radius: 5px;
      background: var(--paper-hi);
      text-decoration: none;
      color: var(--ink);
      transition: border-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
    }
    .link-card:hover {
      border-color: var(--red);
      transform: translateY(-2px);
      box-shadow: 0 14px 26px -20px rgba(20, 15, 8, 0.7);
    }
    .link-card .name {
      font-family: var(--serif);
      font-weight: 560;
      font-size: 1.2rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.5rem;
    }
    .link-card .name .ext { font-family: var(--mono); font-size: 0.9rem; color: var(--ink-3); }
    .link-card:hover .name .ext { color: var(--red); }
    .link-card .sub {
      font-family: var(--mono);
      font-size: 0.68rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--ink-3);
    }
    /* Instagram on a break, present but not a live link */
    .link-card.is-paused {
      cursor: default;
      border-style: dashed;
      background: transparent;
    }
    .link-card.is-paused .name { color: var(--ink-2); }
    .link-card.is-paused:hover {
      transform: none;
      border-color: var(--line-2);
      box-shadow: none;
    }

    /* ---------- Footer / legal ---------- */
    footer {
      margin-top: clamp(2.6rem, 8vw, 3.6rem);
      padding-top: 1.5rem;
      border-top: 1px solid var(--line);
      font-size: 0.86rem;
      color: var(--ink-2);
    }
    .provider {
      font-family: var(--mono);
      font-size: 0.7rem;
      letter-spacing: 0.06em;
      line-height: 1.7;
      color: var(--ink-3);
    }
    .provider strong { color: var(--ink-2); font-weight: 500; }
    .privacy { margin-top: 1.6rem; }
    .privacy h2 {
      font-family: var(--serif);
      font-weight: 520;
      font-size: 1.28rem;
      letter-spacing: -0.01em;
      margin-bottom: 0.5rem;
    }
    .privacy p { font-size: 0.92rem; line-height: 1.6; color: var(--ink-2); margin-bottom: 0.7rem; max-width: 60ch; }
    .privacy dl { margin: 0.4rem 0 0; }
    .privacy dt {
      font-family: var(--mono);
      font-size: 0.64rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--red);
      margin-top: 0.95rem;
    }
    .privacy dd {
      margin: 0.2rem 0 0;
      font-size: 0.92rem;
      line-height: 1.55;
      color: var(--ink-2);
      max-width: 60ch;
    }
    .privacy a { color: var(--ink); text-underline-offset: 2px; }
    .privacy a:hover { color: var(--red); }
    .ph { color: var(--ink-3); font-style: normal; background: rgba(178,58,42,0.06); padding: 0 0.25em; border-radius: 2px; }
    .colophon {
      margin-top: 2rem;
      font-family: var(--mono);
      font-size: 0.64rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--ink-3);
    }

    a { color: inherit; }
    :focus-visible { outline: 2px solid var(--red); outline-offset: 2px; border-radius: 2px; }

    /* ---------- Entrance animation (motion-safe only) ---------- */
    @media (prefers-reduced-motion: no-preference) {
      .reveal { opacity: 0; transform: translateY(14px); animation: reveal 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) both; animation-delay: var(--d, 0s); }
      @keyframes reveal { to { opacity: 1; transform: none; } }
    }

    @media (min-width: 600px) {
      .hero h1 { max-width: none; }
    }
  

    /* ---------- Legal / info pages ---------- */
    .backlink {
      display: inline-flex;
      align-items: center;
      gap: 0.5em;
      font-family: var(--mono);
      font-size: 0.72rem;
      font-weight: 500;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--red);
      text-decoration: none;
      margin-bottom: 1.8rem;
    }
    .backlink:hover { color: var(--red-deep); }
    .legal h1 {
      font-family: var(--serif);
      font-weight: 480;
      font-size: clamp(2rem, 8vw, 3rem);
      line-height: 1.04;
      letter-spacing: -0.02em;
      margin-bottom: 1rem;
    }
    .legal .lead {
      font-size: 1.12rem;
      line-height: 1.55;
      color: var(--ink-2);
      max-width: 42ch;
      margin-bottom: 1.6rem;
    }
    .legal p { max-width: 62ch; }
    .legal .contact-line {
      font-family: var(--mono);
      font-size: 0.94rem;
      line-height: 1.8;
      color: var(--ink-2);
      margin: 1.4rem 0;
    }
    .legal .contact-line strong { color: var(--ink); font-weight: 600; }
    .legal a.inline { color: var(--ink); text-underline-offset: 2px; }
    .legal a.inline:hover { color: var(--red); }

    /* ---------- Footer (single line) ---------- */
    .colophon { line-height: 1.9; }
    .colophon a {
      color: var(--ink-2);
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-underline-offset: 3px;
      white-space: nowrap;
    }
    .colophon a:hover { color: var(--red); text-decoration: underline; }

    /* Lists inside the data policy */
    .privacy dd ul { margin: 0.5rem 0 0; padding-left: 1.15rem; }
    .privacy dd li { margin: 0.25rem 0; }
