/* Self-hosted latin subsets - no third-party request on any page. */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/ibm-plex-mono-400.woff2) format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/ibm-plex-mono-500.woff2) format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/ibm-plex-sans-400.woff2) format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/ibm-plex-sans-500.woff2) format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/ibm-plex-sans-600.woff2) format('woff2');
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/source-serif-4-400-italic.woff2) format('woff2');
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/source-serif-4-400.woff2) format('woff2');
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/source-serif-4-600.woff2) format('woff2');
}

/* Reamlet — paper and ink.
   ------------------------------------------------------------------
   One ground (warm paper), one ink, one accent taken from the legal
   pad's margin rule. The structure is typographic: hairline rules,
   numbered folios, small capitals. The only drawn element is the arc
   from the wordmark, used once per page as a sign-off, at its exact
   shape and never animated.
   ------------------------------------------------------------------ */

:root {
  --paper:     #FBF7EF;
  --paper-2:   #F1EBDD;
  --card:      #FFFDF9;
  --ink:       #16140F;
  --graphite:  #46423A;
  --taupe:     #6F675A;
  --rule:      #E2DACA;
  --rule-firm: #C9BFAB;
  --brick:     #A8462F;   /* 5.5:1 on paper - safe for labels and folios */
  --brick-ink: #8E3A26;
  --oxblood:   #7E3122;   /* the one coloured ground */
  --deep:      #17150F;
  --deep-2:    #201D17;
  --slate:     #2B2822;   /* the device body */
  --slate-2:   #3A362E;
  --screen:    #F2F0EA;   /* e-ink white */

  --font-display: "Source Serif 4", Georgia, "Times New Roman", serif;
  --font-body:    "Source Serif 4", Georgia, serif;
  --font-ui:      "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono:    "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  --shell: 1240px;
  --narrow: 68ch;
  --gutter: clamp(1.15rem, 4vw, 3rem);

  --s--2: .72rem;
  --s--1: clamp(.8rem, .78rem + .1vw, .86rem);
  --s-0:  clamp(1rem, .97rem + .16vw, 1.08rem);
  --s-1:  clamp(1.15rem, 1.08rem + .35vw, 1.35rem);
  --s-2:  clamp(1.45rem, 1.25rem + .9vw, 2rem);
  --s-3:  clamp(1.9rem, 1.45rem + 2vw, 3rem);
  --s-4:  clamp(2.3rem, 1.6rem + 2.9vw, 4rem);
  --s-5:  clamp(2.6rem, 1.7rem + 3.8vw, 5.1rem);

  --ease: cubic-bezier(.22, .61, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--s-0);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-underline-offset: .22em; text-decoration-thickness: 1px; }
::selection { background: #E8DCC6; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.022em;
  margin: 0 0 .5em;
  text-wrap: balance;
}
h1 { font-size: var(--s-4); }
h2 { font-size: var(--s-3); }
h3 { font-size: var(--s-1); font-weight: 600; letter-spacing: -.01em; line-height: 1.2; }
h1 em, h2 em { font-style: italic; font-weight: 400; }
p  { margin: 0 0 1em; max-width: var(--narrow); }
.lede { font-size: var(--s-1); color: var(--graphite); line-height: 1.45; letter-spacing: -.005em; }

.shell { width: min(100% - var(--gutter) * 2, var(--shell)); margin-inline: auto; }
.shell--narrow { width: min(100% - var(--gutter) * 2, 820px); margin-inline: auto; }

/* ── the small voice: labels, folios, specs ────────────────────── */
.eyebrow {
  font-family: var(--font-mono); font-size: var(--s--2); font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase; color: var(--taupe);
  line-height: 1.4; margin: 0 0 1.1rem;
}
.eyebrow a { display: inline-block; padding: .34rem 0; }
.eyebrow b { color: var(--brick); font-weight: 500; margin-right: .9em; }
.section--deep .eyebrow b, .signoff .eyebrow b { color: #C86A4F; }
.mono { font-family: var(--font-mono); font-size: .8em; letter-spacing: .02em; }
.rule { border: 0; border-top: 1px solid var(--rule); margin: 0; }

/* ── the arc — the wordmark's flourish, exact, used once ────────── */
.arc {
  display: block; width: 58px; aspect-ratio: 100 / 28.08; background: currentColor;
  -webkit-mask: url(/brand/arc.svg) no-repeat center / contain;
          mask: url(/brand/arc.svg) no-repeat center / contain;
}
.arc--center { margin-inline: auto; }

/* ── header ────────────────────────────────────────────────────── */
.skip { position: absolute; left: -999px; top: 0; }
.skip:focus { left: 1rem; top: 1rem; z-index: 99; background: var(--ink); color: #fff; padding: .6rem 1rem; }
.head { position: sticky; top: 0; z-index: 50; background: rgba(251, 247, 239, .86);
        backdrop-filter: saturate(140%) blur(12px); -webkit-backdrop-filter: saturate(140%) blur(12px);
        border-bottom: 1px solid transparent; transition: border-color .3s var(--ease); }
.head[data-stuck] { border-bottom-color: var(--rule); }
.head__in { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 1rem; }
.head__mark img { width: 112px; height: auto; }
.head nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2rem); }
.head nav a { font-family: var(--font-ui); font-size: var(--s--1); text-decoration: none; color: var(--graphite);
              padding: .5rem 0; border-bottom: 1px solid transparent; letter-spacing: .01em; }
.head nav a:hover, .head nav a[aria-current] { color: var(--ink); border-bottom-color: var(--brick); }
.head nav a.btn { padding: .62rem 1.1rem; color: #FBF7EF; border: 1px solid var(--ink); }
.head nav a.btn:hover { color: #fff; border-color: var(--brick-ink); }
@media (max-width: 700px) { .head nav a.is-optional { display: none; } }

/* ── buttons ───────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-ui); font-size: var(--s--1); font-weight: 500; letter-spacing: .04em;
  background: var(--ink); color: #FBF7EF; text-decoration: none; border: 1px solid var(--ink);
  border-radius: 2px; padding: .82rem 1.3rem; cursor: pointer; line-height: 1;
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.btn:hover { background: var(--brick-ink); border-color: var(--brick-ink); color: #fff; }
.btn__arrow { transition: transform .3s var(--ease); }
.btn:hover .btn__arrow { transform: translateX(3px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--rule-firm); }
.btn--ghost:hover { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--light { background: #FBF7EF; color: var(--ink); border-color: #FBF7EF; }
.btn--light:hover { background: #fff; border-color: #fff; color: var(--ink); }
.section--deep .btn:not(.btn--light):not(.btn--ghost) { background: #FBF7EF; border-color: #FBF7EF; color: var(--ink); }
.section--deep .btn:not(.btn--light):not(.btn--ghost):hover { background: #fff; border-color: #fff; }
.section--deep .btn--ghost { color: #EFE9DC; border-color: #4A463D; }
.section--deep .btn--ghost:hover { color: #fff; border-color: #EFE9DC; }

.link { font-family: var(--font-ui); font-size: var(--s--1); font-weight: 500; letter-spacing: .02em;
        text-decoration: none; border-bottom: 1px solid var(--rule-firm); padding: .2rem 0; }
.link:hover { border-bottom-color: var(--ink); }

/* ── sections ──────────────────────────────────────────────────── */
.section { padding: clamp(4rem, 9vw, 8.5rem) 0; }
.section--tight { padding: clamp(3rem, 6vw, 5rem) 0; }
.section--laid { background: var(--paper-2); }
.section--deep { background: var(--deep); color: #EFE9DC; }
.section--deep h1, .section--deep h2, .section--deep h3 { color: #FBF7EF; }
.section--deep .eyebrow { color: #A99C87; }
.section--deep .eyebrow b { color: #EFE9DC; }
.section--deep p { color: #CFC6B4; }
.section--deep .lede { color: #D9D1BF; }
.section--deep .index { border-top-color: #4A463D; }
.section--deep .index li { border-bottom-color: #33302A; }
.section--deep .index__t { color: #FBF7EF; }
.section--deep .index__t small { color: #A99C87; }
.section--deep .index__d { color: #CFC6B4; }
.section--deep .index__c { color: #8E8574; }
.section--deep .index__n { color: #C86A4F; }
.section--deep .claim p, .section--deep .prose p { color: #CFC6B4; }
.section--deep .chooser__card p, .section--deep .tile__for { color: #CFC6B4; }
.section--deep .devices { color: #A99C87; }
.section--deep .devices li::after { color: #4A463D; }
.section--deep .mono { color: #A99C87; }
.section__head { margin-bottom: clamp(2.4rem, 5vw, 4.4rem); }
.section__head h1, .section__head h2 { max-width: 18ch; }
.section__head h1 { font-size: var(--s-3); }
.section__head .lede { max-width: 46ch; margin-bottom: 0; }
@media (min-width: 940px) {
  .section__head { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 5rem); align-items: end; }
  .section__head .eyebrow { grid-column: 1 / -1; margin-bottom: .4rem; }
  .section__head h1, .section__head h2 { margin-bottom: 0; }
  .section__head .lede { padding-bottom: .4rem; }
}
.section__head--rule { padding-top: 1.4rem; border-top: 1px solid var(--rule); }
.section--deep .section__head--rule { border-top-color: #33302A; }

/* ── writing surfaces, as texture ──────────────────────────────── */
.surface { position: relative; }
.surface--ruled { background-image: repeating-linear-gradient(to bottom, transparent 0 31px, rgba(22, 20, 15, .062) 31px 32px); }
.surface--dot   { background-image: radial-gradient(rgba(22, 20, 15, .13) .85px, transparent .95px); background-size: 24px 24px; }

/* ── the way in: three shop entries, straight under the hero ──── */
.quick { background: var(--deep); color: #EFE9DC; }
.quick__grid { display: grid; }
.quick a { display: block; text-decoration: none; padding: 1.5rem 0; border-top: 1px solid #33302A; }
.quick a:first-child { border-top: 0; }
@media (min-width: 820px) {
  .quick__grid { grid-template-columns: repeat(3, 1fr); }
  .quick a { border-top: 0; border-left: 1px solid #33302A; padding: clamp(2rem, 3.5vw, 2.8rem) clamp(1.6rem, 3vw, 2.6rem); }
  .quick a:first-child { padding-left: 0; border-left: 0; }
  .quick a:last-child { padding-right: 0; }
}
.quick__k { font-family: var(--font-mono); font-size: var(--s--2); font-weight: 500; letter-spacing: .18em;
            text-transform: uppercase; color: #C86A4F; margin: 0 0 .55rem; }
.quick__t { font-family: var(--font-display); font-size: var(--s-1); letter-spacing: -.012em; color: #FBF7EF;
            margin: 0; max-width: none; }
.quick__arrow { display: inline-block; color: #A99C87; transition: transform .3s var(--ease), color .3s var(--ease); }
.quick a:hover .quick__arrow { transform: translateX(4px); color: #FBF7EF; }

/* ── the narrative rail ────────────────────────────────────────── */
.rail { position: fixed; left: max(1.4rem, calc((100vw - var(--shell)) / 2 - 122px)); top: 50%; transform: translateY(-50%);
        display: none; flex-direction: column; gap: .7rem; z-index: 40; }
@media (min-width: 1560px) { .rail { display: flex; } }
.rail a { font-family: var(--font-mono); font-size: var(--s--2); letter-spacing: .14em; text-transform: uppercase;
          text-decoration: none; color: var(--taupe); display: flex; align-items: center; gap: .6rem; padding: .2rem 0; }
.rail a i { display: block; width: 14px; height: 1px; background: var(--rule-firm); transition: width .3s var(--ease), background .3s var(--ease); }
.rail a[data-on] { color: var(--ink); }
.rail a[data-on] i { width: 26px; background: var(--ink); }

/* ── hero ──────────────────────────────────────────────────────── */
.hero { padding: clamp(3rem, 7vw, 6.5rem) 0 clamp(3rem, 6vw, 5rem); }
.hero__grid { display: grid; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
@media (min-width: 900px) { .hero__grid { grid-template-columns: 1.05fr .95fr; } }
.hero h1 { font-size: var(--s-5); max-width: 15ch; margin: 0 0 1.4rem; }
.hero__lede { font-size: var(--s-1); color: var(--graphite); max-width: 42ch; line-height: 1.45; margin-bottom: 2rem; }
.hero__cta { display: flex; gap: .75rem; flex-wrap: wrap; align-items: center; }
.hero__meta { display: flex; gap: clamp(1.6rem, 4vw, 3rem); margin-top: 2.8rem; padding-top: 1.2rem; border-top: 1px solid var(--rule); }
.hero__meta div { display: grid; gap: .15rem; }
.hero__meta b { font-family: var(--font-display); font-weight: 400; font-size: var(--s-2); letter-spacing: -.02em; line-height: 1; }
.hero__meta span { font-family: var(--font-mono); font-size: var(--s--2); letter-spacing: .12em; text-transform: uppercase; color: var(--taupe); }

/* ── the device: a paper tablet, drawn flat ─────────────────────── */
.device { --bezel: 4%; position: relative; margin: 0;
          background: linear-gradient(155deg, var(--slate-2), var(--slate) 55%);
          border-radius: clamp(9px, 1.4vw, 15px);
          padding: var(--bezel) var(--bezel) calc(var(--bezel) * 1.85) calc(var(--bezel) * 1.5);
          box-shadow: 0 1px 0 rgba(255,255,255,.09) inset, 0 26px 50px -34px rgba(22, 20, 15, .55); }
.device__screen { background: var(--screen); overflow: hidden; aspect-ratio: 3 / 4;
                  box-shadow: 0 0 0 1px rgba(0,0,0,.4) inset; }
.device__screen img { width: 100%; height: 100%; object-fit: cover; object-position: top;
                      filter: saturate(0) contrast(1.04); }
.device--small { --bezel: 3.4%; }
.device figcaption { position: absolute; left: 0; right: 0; bottom: -2.3rem; font-family: var(--font-mono);
                     font-size: var(--s--2); letter-spacing: .12em; text-transform: uppercase; color: var(--taupe); }
.section--deep .device figcaption { color: #A99C87; }
.section--deep .device { background: linear-gradient(155deg, #4C473C, #37332B 55%);
                         box-shadow: 0 0 0 1px rgba(255,255,255,.07), 0 26px 50px -30px rgba(0,0,0,.7); }

/* ── plates: figures with a hairline, no shadow ────────────────── */
.plate { margin: 0; border: 1px solid var(--rule); background: var(--card); }
.plate img { width: 100%; }
.plate figcaption { font-family: var(--font-mono); font-size: var(--s--2); letter-spacing: .06em; color: var(--taupe);
                    padding: .75rem 1rem; border-top: 1px solid var(--rule); display: flex; gap: 1rem; align-items: baseline; }
.plate figcaption b { color: var(--brick); font-weight: 500; letter-spacing: .12em; text-transform: uppercase; flex: none; }
.section--deep .plate { border-color: #33302A; background: #1E1B15; }
.section--deep .plate figcaption { border-top-color: #33302A; color: #A99C87; }
.section--deep .plate figcaption b { color: #C86A4F; }

/* ── claims ────────────────────────────────────────────────────── */
.claims { display: grid; gap: clamp(3rem, 6vw, 5.5rem); }
.claim { display: grid; gap: clamp(1.6rem, 4vw, 3.4rem); align-items: center; padding-top: clamp(2rem, 4vw, 3rem);
         border-top: 1px solid var(--rule); }
.section--deep .claim { border-top-color: #33302A; }
@media (min-width: 860px) {
  .claim { grid-template-columns: 1fr 1.15fr; }
  .claim:nth-child(even) .claim__body { order: 2; }
}
.claim__n { font-family: var(--font-mono); font-size: var(--s--2); letter-spacing: .18em; color: var(--brick); margin: 0 0 1.2rem; text-transform: uppercase; }
.section--deep .claim__n { color: #C86A4F; }
.claim h3 { font-size: var(--s-2); font-weight: 400; letter-spacing: -.018em; max-width: 22ch; margin-bottom: .9rem; }
.claim p { color: var(--graphite); max-width: 46ch; }

/* ── chooser ───────────────────────────────────────────────────── */
.chooser__chips { list-style: none; padding: 0; margin: 0 0 clamp(2.4rem, 4vw, 3.4rem); display: flex; flex-wrap: wrap; gap: .5rem; }
.chip { font-family: var(--font-ui); font-size: var(--s--1); letter-spacing: .01em; background: transparent; color: var(--graphite);
        border: 1px solid var(--rule-firm); border-radius: 999px; padding: .58rem 1.15rem; cursor: pointer; line-height: 1.2;
        transition: color .2s var(--ease), border-color .2s var(--ease), background .2s var(--ease); }
.chip:hover { color: var(--ink); border-color: var(--ink); }
.chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #FBF7EF; }
.chooser__out { display: grid; gap: clamp(1.6rem, 4vw, 3.4rem); align-items: center; }
@media (min-width: 900px) { .chooser__out { grid-template-columns: .9fr 1.1fr; } }
.chooser__card { padding: clamp(1.6rem, 3vw, 2.4rem) 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.chooser__card h3 { font-size: var(--s-2); font-weight: 400; letter-spacing: -.018em; margin: .6rem 0 .8rem; }
.chooser__card p { color: var(--graphite); }
.chooser__card .mono { color: var(--taupe); }
.chooser__card .btn { margin-top: 1.2rem; }
.chooser__plate { max-width: 520px; justify-self: center; width: 100%; }

/* ── the collection ────────────────────────────────────────────── */
.rooms { display: grid; gap: clamp(3.4rem, 7vw, 6rem); }
.room { position: relative; }
.room--alt::before { content: ""; position: absolute; left: 50%; transform: translateX(-50%);
                     width: 100vw; top: calc(-1 * clamp(1.7rem, 3.5vw, 3rem)); bottom: calc(-1 * clamp(1.7rem, 3.5vw, 3rem));
                     background: var(--paper-2); z-index: -1; }
.room__head { display: flex; align-items: baseline; gap: .9rem; margin-bottom: 1.7rem; padding-bottom: .85rem; border-bottom: 1px solid var(--ink); }
.room__n { font-family: var(--font-mono); font-size: var(--s--2); letter-spacing: .12em; color: var(--brick); flex: none; margin-left: 0; }
.room__head h2, .room__head h3 { margin: 0; font-size: var(--s-2); font-weight: 400; letter-spacing: -.018em; }
.room__head > span:last-child { font-family: var(--font-ui); font-size: var(--s--1); color: var(--taupe); margin-left: auto; text-align: right; padding-left: 2rem; }
.grid { display: grid; gap: clamp(1rem, 2.4vw, 1.8rem); grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.tile { display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.tile__img { border: 1px solid var(--slate); background: var(--screen); aspect-ratio: 3 / 4; overflow: hidden;
             transition: box-shadow .35s var(--ease), transform .35s var(--ease); }
.tile__img img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .8s var(--ease); }
.tile:hover .tile__img { box-shadow: 0 18px 34px -22px rgba(22,20,15,.65); transform: translateY(-3px); }
.tile:hover .tile__img img { transform: scale(1.02); }
.tile__body { padding: .9rem 0 0; display: flex; flex-direction: column; gap: .25rem; flex: 1; }
.tile__body h3, .tile__body h4 { font-family: var(--font-display); font-size: var(--s-0); font-weight: 600; margin: 0; letter-spacing: -.01em; }
.tile__for { font-family: var(--font-ui); font-size: var(--s--1); color: var(--taupe); line-height: 1.35; margin: 0; min-height: 2.7em; }
.tile__foot { margin-top: auto; padding-top: .65rem; margin-top: .65rem; border-top: 1px solid var(--rule); display: flex; align-items: baseline; gap: .6rem;
              font-family: var(--font-mono); font-size: var(--s--2); letter-spacing: .06em; color: var(--taupe); }
.tile__price { margin-left: auto; color: var(--ink); font-weight: 500; }

/* ── the index: the collection as a table of contents ─────────── */
.index { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--rule-firm); }
.index li { border-bottom: 1px solid var(--rule); }
.index a { display: grid; grid-template-columns: 3rem 1fr; gap: .4rem 1rem; padding: 1.2rem 0; text-decoration: none; align-items: baseline; }
@media (min-width: 860px) { .index a { grid-template-columns: 3rem 15rem 1fr 2rem; padding: 1.35rem 0; } }
.index__n { font-family: var(--font-mono); font-size: var(--s--2); letter-spacing: .12em; color: var(--brick); }
.index__t { font-family: var(--font-display); font-size: var(--s-1); letter-spacing: -.01em; }
.index__t small { display: block; font-family: var(--font-ui); font-size: var(--s--1); color: var(--taupe); margin-top: .2rem; letter-spacing: 0; }
.index__d { font-family: var(--font-ui); font-size: var(--s--1); color: var(--graphite); line-height: 1.5; grid-column: 2; }
@media (min-width: 860px) { .index__d { grid-column: auto; } }
.index__c { font-family: var(--font-mono); font-size: var(--s--2); color: var(--taupe); text-align: right; grid-column: 2; }
@media (min-width: 860px) { .index__c { grid-column: auto; } }
.index a:hover .index__t { text-decoration: underline; text-underline-offset: .18em; text-decoration-thickness: 1px; }

/* ── product page ──────────────────────────────────────────────── */
.pdp { display: grid; gap: clamp(1.6rem, 4vw, 3.4rem); align-items: start; }
@media (min-width: 940px) { .pdp { grid-template-columns: 1.05fr .95fr; } }
.pdp__buy { position: sticky; top: 6rem; }
.pdp h1 { font-size: var(--s-3); }
.pdp__sig { font-style: italic; color: var(--graphite); font-size: var(--s-1); margin: 0 0 1.4rem; max-width: 40ch; }
.pdp__price { font-family: var(--font-display); font-size: var(--s-2); font-weight: 400; letter-spacing: -.01em; }
.spec { width: 100%; border-collapse: collapse; margin: 1.6rem 0; font-size: var(--s--1); font-family: var(--font-ui); }
.spec th, .spec td { text-align: left; padding: .65rem 0; border-bottom: 1px solid var(--rule); vertical-align: top; }
.spec th { color: var(--taupe); font-weight: 400; width: 30%; font-family: var(--font-mono); font-size: var(--s--2); letter-spacing: .1em; text-transform: uppercase; padding-top: .8rem; }
.bullets { list-style: none; padding: 0; margin: 0; display: grid; gap: .8rem; }
.bullets li { display: grid; grid-template-columns: 14px 1fr; gap: .7rem; color: var(--graphite); font-size: var(--s--1); font-family: var(--font-ui); line-height: 1.5; }
.bullets li::before { content: ""; width: 14px; height: 1px; margin-top: .75em; background: var(--rule-firm); }
.shots { display: grid; gap: 1.2rem; margin-top: 1.2rem; }
@media (min-width: 700px) { .shots { grid-template-columns: 1fr 1fr; } }
.prose h3 { font-family: var(--font-mono); font-size: var(--s--2); font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
            color: var(--taupe); margin: 2.4rem 0 .8rem; padding-top: 1rem; border-top: 1px solid var(--rule); }
.prose p { color: var(--graphite); }

/* ── devices list ──────────────────────────────────────────────── */
.devices { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .4rem .9rem;
           font-family: var(--font-mono); font-size: var(--s--2); letter-spacing: .08em; color: var(--taupe); }
.devices li::after { content: "·"; margin-left: .9rem; color: var(--rule-firm); }
.devices li:last-child::after { content: none; }

/* ── the sign-off ──────────────────────────────────────────────── */
.section--oxblood { background: var(--oxblood); color: #F0E6DA; }
.section--oxblood h1, .section--oxblood h2, .section--oxblood blockquote { color: #FBF3E8; }
.section--oxblood p { color: #E4D3C6; }

.signoff { text-align: center; }
.signoff .arc { color: #E6B6A2; margin: 0 auto 2.2rem; }
.signoff blockquote { font-family: var(--font-display); font-size: var(--s-3); font-weight: 400; letter-spacing: -.022em;
                      line-height: 1.1; margin: 0 auto; max-width: 20ch; }
.signoff p { margin: 1.6rem auto 0; }
.signoff__sub { font-family: var(--font-display); font-style: italic; font-size: var(--s-1); color: #CFC6B4; margin-top: 1rem !important; }

/* ── footer ────────────────────────────────────────────────────── */
.foot { background: var(--deep-2); color: #C9C0AE; padding: clamp(3rem, 6vw, 5rem) 0 2rem; }
.foot a { color: #EFE9DC; text-decoration: none; }
.foot a:hover { color: #fff; text-decoration: underline; }
.foot__grid { display: grid; gap: 2rem; }
@media (min-width: 760px) { .foot__grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.foot h4, .foot .foot__h { font-family: var(--font-mono); font-size: var(--s--2); letter-spacing: .18em;
           text-transform: uppercase; color: #8E8574; margin: 0 0 .9rem; font-weight: 500; }
.foot ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .1rem; font-size: var(--s--1); font-family: var(--font-ui); }
.foot ul a { display: inline-block; padding: .34rem 0; }
.foot__mark img { width: 118px; margin-bottom: 1rem; }
.foot__tag { max-width: 30ch; color: #B4AA97; font-size: var(--s--1); }
.colophon { margin-top: 2.6rem; padding-top: 1.2rem; border-top: 1px solid #33302A;
            font-size: var(--s--2); font-family: var(--font-mono); letter-spacing: .06em; color: #8E8777; display: flex;
            flex-wrap: wrap; gap: 0 1.6rem; align-items: center; }
.colophon a { display: inline-block; padding: .4rem 0; }
.colophon > * { margin: 0; }

/* ── reveal ────────────────────────────────────────────────────── */
[data-reveal] { opacity: 0; transform: translateY(12px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal][data-seen] { opacity: 1; transform: none; }
[data-reveal][style*="--i:1"] { transition-delay: .1s; }
[data-reveal][style*="--i:2"] { transition-delay: .2s; }
[data-reveal][style*="--i:3"] { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
}
