/* ==========================================================================
   NOBEL TAXIDERMY — stylesheet
   Palette from the logo: warm near-black ground, stone tan, burnt copper.
   Type: Libre Caslon Display (≥40px only), Libre Caslon Text (small serif,
   true italic), Archivo variable (everything else).
   ========================================================================== */

:root {
  --ground: #0C0B0A;
  --ground-2: #191612;
  --ground-3: #241E19;
  --line: #2F2924;          /* decorative hairlines */
  --line-2: #3D352E;        /* card edges */
  --control: #6E5E50;       /* interactive borders: 3.2:1 on ground */
  --stone: #8C7460;
  --stone-2: #A89078;
  --bone: #EAE1D2;
  --bone-dim: #B7AB99;
  --paper: #EAE1D2;         /* the printed price card */
  --paper-2: #E2D8C6;
  --ink: #1B1713;
  --ink-2: #6B5A4B;
  --rust: #8C4010;          /* logo orange, on paper only */
  --copper: #C96A2A;        /* CTA */
  --copper-hi: #D4743A;
  --copper-lo: #BE6329;
  --copper-ink: #15100C;

  --display: "Libre Caslon Display", "Libre Caslon Text", "Iowan Old Style", Georgia, serif;
  --serif: "Libre Caslon Text", "Iowan Old Style", Georgia, serif;
  --sans: "Archivo", "Archivo Fallback", "Helvetica Neue", Arial, sans-serif;

  /* type scale — seven sizes + two clamps */
  --fs-xs: 11.5px; --fs-s: 13.5px; --fs-m: 15.5px; --fs-b: 17px; --fs-l: 22px;
  --fs-h2: clamp(34px, 4.4vw, 58px);
  --fs-h1: clamp(42px, 6.2vw, 86px);
  --trk-caps: .14em;

  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-io: cubic-bezier(.77, 0, .175, 1);
  --dur-1: 160ms; --dur-2: 300ms; --dur-3: 560ms; --dur-4: 900ms; --dur-5: 1100ms;

  --max: 1200px;
  --gutter: clamp(20px, 5vw, 64px);
  --sec: clamp(80px, 10vw, 136px);
  --r: 2px;
  --r-btn: 3px;
  --header-h: 72px;
  color-scheme: dark;
  interpolate-size: allow-keywords;
}

@font-face {
  font-family: "Archivo Fallback";
  src: local("Arial");
  size-adjust: 96%; ascent-override: 92%; descent-override: 24%; line-gap-override: 0%;
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
  -webkit-text-size-adjust: 100%; text-size-adjust: 100%;
  background: var(--ground);
  scrollbar-gutter: stable;
}
body {
  margin: 0;
  background: var(--ground) url("/img/grain.png") repeat;
  color: var(--bone);
  font-family: var(--sans);
  font-size: var(--fs-b);
  line-height: 1.6;
  font-variation-settings: "wdth" 100;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  min-height: 100svh;
}
img, picture, svg { display: block; max-width: 100%; }
img { height: auto; }
figure { margin: 0; }
a { color: inherit; }
button { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-weight: 400; margin: 0; text-wrap: balance; }
h1, h2 { font-family: var(--display); letter-spacing: -.02em; }
h3, h4 { font-family: var(--serif); letter-spacing: 0; }
p { margin: 0; text-wrap: pretty; }
ul, ol { margin: 0; padding: 0; }
[id] { scroll-margin-top: calc(var(--header-h) + 16px); }
::selection { background: var(--stone); color: var(--ground); }
:focus-visible { outline: 2px solid var(--bone); outline-offset: 3px; border-radius: var(--r); }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
@media (pointer: fine) {
  html { scrollbar-color: var(--line-2) var(--ground); scrollbar-width: thin; }
  ::-webkit-scrollbar { width: 10px; }
  ::-webkit-scrollbar-track { background: var(--ground); }
  ::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 8px; border: 2px solid var(--ground); }
  ::-webkit-scrollbar-thumb:hover { background: var(--control); }
}
.skip { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--bone); color: var(--ground); padding: 10px 14px; border-radius: var(--r); font-weight: 600; text-decoration: none; transition: top var(--dur-1); }
.skip:focus { top: 12px; }

/* ---------- layout ---------- */
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); position: relative; z-index: 1; }
.sec { padding: var(--sec) 0; position: relative; }
.sec.tight { padding: calc(var(--sec) * .6) 0; }
.sec.alt { background: var(--ground-2); }
.sec + .sec:not(.alt) { border-top: 1px solid var(--line); }
.grid-2 { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.grid-2.flip { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.grid-2.center { align-items: center; }
.sticky { position: sticky; top: calc(var(--header-h) + 32px); }
@media (max-width: 900px) { .grid-2, .grid-2.flip { grid-template-columns: 1fr; } .sticky { position: static; } }
@media (min-width: 901px) and (max-height: 760px) { .sticky { position: static; } }
.desk { display: initial; } .mob { display: none; }
@media (max-width: 900px) { .desk { display: none !important; } .mob { display: initial; } }

/* measurement rule — the section divider motif */
.rule { position: relative; height: 1px; background: var(--line); }
.rule::before { content: ""; position: absolute; left: 50%; top: -4px; width: 1px; height: 9px; background: var(--stone); }
.rule::after { content: ""; position: absolute; left: 0; right: 0; top: -2px; height: 5px; background-image: linear-gradient(90deg, var(--line-2) 1px, transparent 1px); background-size: 10% 100%; }

/* ---------- type ---------- */
.eyebrow { display: flex; align-items: center; gap: 14px; font-size: var(--fs-xs); font-weight: 600; letter-spacing: var(--trk-caps); text-transform: uppercase; color: var(--stone-2); font-variation-settings: "wdth" 116; }
.eyebrow .tap { flex: 0 0 44px; height: 2px; background: var(--stone); clip-path: polygon(0 50%, 100% 0, 100% 100%); transform-origin: left center; }
.eyebrow .tap.r { clip-path: polygon(0 0, 100% 50%, 0 100%); transform-origin: right center; }
.eyebrow.center { justify-content: center; }
.h1 { font-size: var(--fs-h1); line-height: .98; }
.h2 { font-size: var(--fs-h2); line-height: 1.04; margin-top: 18px; }
.h1 em, .h2 em { font-family: var(--serif); font-style: italic; color: var(--stone-2); letter-spacing: -.01em; }
.h1 em { display: block; font-size: .92em; }
.lede { font-size: clamp(17px, 1.3vw, 19.5px); line-height: 1.6; color: var(--bone-dim); max-width: 60ch; }
.prose p { font-size: var(--fs-b); color: var(--bone-dim); line-height: 1.7; max-width: 64ch; }
.prose p + p { margin-top: 18px; }
.prose strong { color: var(--bone); font-weight: 600; }
.num { font-variant-numeric: tabular-nums lining-nums; }
.micro { font-size: var(--fs-s); color: var(--stone-2); line-height: 1.5; }
.micro b { color: var(--bone-dim); font-weight: 600; }
.mt-1 { margin-top: 12px; } .mt-2 { margin-top: 22px; } .mt-3 { margin-top: 32px; } .mt-4 { margin-top: 48px; }

/* text link: underline redraws left→right */
.link { color: var(--bone-dim); text-decoration: none; position: relative; padding-bottom: 2px; font-weight: 500; transition: color var(--dur-2) var(--ease); background: linear-gradient(var(--stone-2), var(--stone-2)) no-repeat 0 100% / 100% 1px; }
.link .ar { display: inline-block; margin-left: 6px; transition: transform var(--dur-2) var(--ease); }
@media (hover: hover) and (pointer: fine) {
  .link:hover { color: var(--bone); animation: relink var(--dur-3) var(--ease); }
  .link:hover .ar { transform: translateX(4px); }
}
@keyframes relink { 0% { background-size: 100% 1px; background-position: 100% 100%; } 50% { background-size: 0 1px; background-position: 100% 100%; } 51% { background-position: 0 100%; } 100% { background-size: 100% 1px; background-position: 0 100%; } }

/* ---------- buttons ---------- */
.btn {
  --bg: var(--copper); --fg: var(--copper-ink);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 56px; padding: 0 28px; border-radius: var(--r-btn);
  background: var(--bg); color: var(--fg); text-decoration: none;
  font-weight: 600; font-size: 16px; letter-spacing: .02em; white-space: nowrap;
  border: 1px solid transparent; cursor: pointer; position: relative; isolation: isolate;
  -webkit-tap-highlight-color: transparent; touch-action: manipulation; user-select: none;
  transition: transform 90ms var(--ease), background-color var(--dur-1) var(--ease), border-color var(--dur-1) var(--ease);
}
.btn svg { width: 18px; height: 18px; flex: none; transition: transform var(--dur-2) var(--ease); }
.btn:active { transform: scale(.97); background: var(--copper-lo); }
@media (hover: hover) and (pointer: fine) {
  .btn:hover { background: var(--copper-hi); }
  .btn:hover svg.ar { transform: translateX(3px); }
}
.btn.ghost { --bg: transparent; --fg: var(--bone); border-color: var(--control); }
.btn.ghost:active { background: rgba(234,225,210,.10); border-color: var(--stone-2); }
@media (hover: hover) and (pointer: fine) { .btn.ghost:hover { background: rgba(234,225,210,.06); border-color: var(--stone-2); } }
.btn.lg { min-height: 62px; padding: 0 34px; font-size: 17px; }
.btn.sm { min-height: 44px; padding: 0 18px; font-size: 14px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
@media (max-width: 560px) { .cta-row .btn { width: 100%; } }

/* ---------- header ---------- */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(12,11,10,.6);
  backdrop-filter: saturate(120%) blur(14px); -webkit-backdrop-filter: saturate(120%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: background-color var(--dur-2) var(--ease), border-color var(--dur-2) var(--ease);
  view-transition-name: header;
}
.header.scrolled { background: rgba(12,11,10,.88); border-bottom-color: var(--line); }
.header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: var(--header-h); transition: height var(--dur-2) var(--ease); }
.header.scrolled .wrap { height: 60px; }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand img { height: 34px; width: auto; transition: height var(--dur-2) var(--ease); }
.header.scrolled .brand img { height: 28px; }
.nav { display: flex; gap: 4px; }
.nav a { position: relative; text-decoration: none; font-size: 14px; font-weight: 500; color: var(--bone-dim); padding: 10px 11px; transition: color var(--dur-2) var(--ease); }
.nav a::after { content: ""; position: absolute; left: 11px; right: 11px; bottom: 5px; height: 1px; background: var(--stone-2); transform: scaleX(0); transform-origin: right; transition: transform var(--dur-2) var(--ease); }
@media (hover: hover) { .nav a:hover { color: var(--bone); } .nav a:hover::after { transform: scaleX(1); transform-origin: left; } }
.nav a[aria-current="page"] { color: var(--bone); }
.nav a[aria-current="page"]::after { transform: scaleX(1); background: var(--stone); }
.hdr-cta { display: flex; align-items: center; gap: 16px; }
.hdr-cta .tel { text-decoration: none; font-weight: 600; font-size: 15px; color: var(--bone); font-variant-numeric: tabular-nums; }
.burger { display: none; position: relative; width: 44px; height: 44px; border: 1px solid var(--control); background: transparent; border-radius: var(--r-btn); cursor: pointer; -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
.burger span { position: absolute; left: 12px; width: 18px; height: 2px; background: var(--bone); transition: transform var(--dur-2) var(--ease), opacity var(--dur-2), top var(--dur-2) var(--ease); }
.burger span:nth-child(1) { top: 15px; } .burger span:nth-child(2) { top: 21px; } .burger span:nth-child(3) { top: 27px; }
.burger[aria-expanded="true"] span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { top: 21px; transform: rotate(-45deg); }
@media (max-width: 900px) { .nav, .hdr-cta .tel, .hdr-cta .btn { display: none; } .burger { display: block; } }

.menu {
  position: fixed; inset: 0; z-index: 49; background: var(--ground);
  padding: calc(var(--header-h) + 24px) var(--gutter) calc(32px + env(safe-area-inset-bottom));
  display: flex; flex-direction: column; justify-content: space-between;
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  overscroll-behavior: contain;
  transition: opacity var(--dur-2) var(--ease), transform var(--dur-2) var(--ease), visibility 0s linear var(--dur-2);
}
.menu.open { opacity: 1; visibility: visible; transform: none; transition: opacity var(--dur-2) var(--ease), transform var(--dur-2) var(--ease); }
.menu ul { list-style: none; }
.menu li { border-top: 1px solid var(--line); opacity: 0; transform: translateY(10px); transition: opacity var(--dur-3) var(--ease), transform var(--dur-3) var(--ease); }
.menu li:last-child { border-bottom: 1px solid var(--line); }
.menu.open li { opacity: 1; transform: none; }
.menu.open li:nth-child(1) { transition-delay: 60ms; } .menu.open li:nth-child(2) { transition-delay: 110ms; } .menu.open li:nth-child(3) { transition-delay: 160ms; }
.menu.open li:nth-child(4) { transition-delay: 210ms; } .menu.open li:nth-child(5) { transition-delay: 260ms; } .menu.open li:nth-child(6) { transition-delay: 310ms; } .menu.open li:nth-child(7) { transition-delay: 360ms; }
.menu ul a { display: flex; justify-content: space-between; align-items: baseline; padding: 16px 0; text-decoration: none; font-family: var(--display); font-size: clamp(28px, 7.5vw, 38px); color: var(--bone); letter-spacing: -.01em; }
.menu ul a small { font-family: var(--sans); font-size: var(--fs-xs); letter-spacing: var(--trk-caps); text-transform: uppercase; color: var(--stone-2); font-variation-settings: "wdth" 116; }
.menu ul a[aria-current="page"] { color: var(--stone-2); }
.menu .foot { display: grid; gap: 12px; opacity: 0; transition: opacity var(--dur-3) var(--ease) 380ms; }
.menu.open .foot { opacity: 1; }
.menu .foot .btn { width: 100%; }
body.menu-open { overflow: hidden; }

/* ---------- home hero ---------- */
.hero { position: relative; overflow: clip; }
.hero .wrap { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(24px, 4vw, 64px); align-items: center; min-height: calc(100svh - var(--header-h)); padding-top: clamp(40px, 6vw, 80px); padding-bottom: clamp(56px, 7vw, 96px); }
.hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(55% 45% at 80% 40%, rgba(140,116,96,.12), transparent 65%); }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(42% 50% at 76% 58%, rgba(201,106,42,.16), transparent 70%); opacity: 0; transition: opacity 1800ms var(--ease) 700ms; }
.hero.lit .hero-bg::after { opacity: 1; }
.hero h1 { margin: 22px 0 26px; color: var(--bone); }
.hero .lede { margin-bottom: 34px; }
.status { display: inline-flex; align-items: center; gap: 10px; font-size: var(--fs-s); color: var(--bone-dim); font-weight: 500; letter-spacing: .02em; }
.status .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--copper); box-shadow: 0 0 0 3px rgba(201,106,42,.18); }
.hero-art { position: relative; aspect-ratio: 1 / 1.02; border-radius: var(--r); overflow: hidden; isolation: isolate; margin-right: calc(var(--gutter) * -1); --px: 0px; --py: 0px; box-shadow: 0 50px 90px -40px rgba(0,0,0,.85), 0 0 0 1px rgba(234,225,210,.06); }
.hero-art picture, .hero-art img { width: 100%; height: 100%; } .hero-art img { object-fit: cover; }
.hero-art picture { display: block; transform: translate(var(--px), var(--py)) scale(1.02); transition: transform 600ms var(--ease); will-change: transform; }
.hero-art::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 74%, rgba(12,11,10,.82)), linear-gradient(90deg, rgba(12,11,10,.35), transparent 18%); }
.hero-art::before { content: ""; position: absolute; inset: 14px; z-index: 2; pointer-events: none; border: 1px solid rgba(234,225,210,.28); border-radius: calc(var(--r) - 6px); transform: scale(1.04); opacity: 0; transition: transform 1400ms var(--ease) 900ms, opacity 1200ms var(--ease) 900ms; }
.hero .hero-art[data-rv="wipe"] picture { clip-path: none; }
.hero .hero-art[data-rv="wipe"] img { transform: scale(1.14); filter: blur(16px) brightness(.45) saturate(.6); transition: transform 2200ms var(--ease) var(--d), filter 1700ms var(--ease-io) var(--d); }
.hero .hero-art[data-rv="wipe"]::after { opacity: 0; transition: opacity 1200ms var(--ease) 800ms; }
.hero .hero-art.in[data-rv="wipe"] img { transform: scale(1); filter: none; animation: heroDrift 16s ease-in-out 2300ms infinite alternate; }
.hero .hero-art.in[data-rv="wipe"]::after, .hero .hero-art.in::before { opacity: 1; transform: none; }
.hero .hero-art .plate { opacity: 0; transform: translateY(8px); transition: opacity 800ms var(--ease) 1300ms, transform 800ms var(--ease) 1300ms; }
.hero .hero-art.in .plate { opacity: 1; transform: none; }
@keyframes heroDrift { from { transform: scale(1) translate(0, 0); } to { transform: scale(1.045) translate(-0.6%, 0.8%); } }
.plate { position: absolute; left: 20px; bottom: 18px; z-index: 2; font-size: var(--fs-xs); letter-spacing: var(--trk-caps); text-transform: uppercase; color: var(--bone-dim); font-weight: 600; font-variation-settings: "wdth" 112; }
.plate b { display: block; color: var(--bone); font-weight: 500; letter-spacing: .01em; text-transform: none; font-size: 14px; margin-top: 4px; font-family: var(--serif); }
.spec { display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: center; margin-top: 28px; font-size: var(--fs-xs); letter-spacing: var(--trk-caps); text-transform: uppercase; color: var(--stone-2); font-weight: 600; font-variation-settings: "wdth" 116; }
.spec span::before { content: ""; display: inline-block; width: 4px; height: 4px; background: var(--stone); margin-right: 12px; vertical-align: middle; }
.spec span:first-child::before { display: none; }
@media (max-width: 1100px) { .hero .wrap { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); } }
@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; min-height: 0; padding-top: 0; }
  .hero-art { order: -1; aspect-ratio: 1 / 1; margin: 0 calc(var(--gutter) * -1); border-radius: 0; box-shadow: none; }
  .hero-art::before { inset: 12px; border-radius: 0; }
  .hero-art img { object-position: 50% 60%; }
  .hero-art::after { background: linear-gradient(180deg, transparent 76%, rgba(12,11,10,.9)); }
  .plate { display: none; }
  .hero .status { position: relative; z-index: 3; margin-top: -14px; }
  .hero h1 { font-size: clamp(36px, 10vw, 54px); margin: 14px 0 18px; }
  .hero .lede { font-size: 16.5px; margin-bottom: 24px; }
  .spec { gap: 6px 16px; }
}

/* subpage hero */
.phero { padding: clamp(56px, 8vw, 110px) 0 clamp(40px, 5vw, 72px); }
.phero .h1 { font-size: clamp(40px, 5.4vw, 74px); margin-top: 18px; }
.phero .lede { margin-top: 22px; }
.crumb { font-size: var(--fs-s); color: var(--stone-2); display: flex; gap: 8px; align-items: center; }
.crumb a { text-decoration: none; color: var(--stone-2); }
@media (hover: hover) { .crumb a:hover { color: var(--bone); } }

/* ---------- section head ---------- */
.shead { display: flex; align-items: end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }
.shead .lede { max-width: 42ch; }

/* type-only statement */
.statement { text-align: center; }
.statement p { font-family: var(--display); font-size: clamp(28px, 3.6vw, 50px); line-height: 1.12; color: var(--bone); max-width: 26ch; margin: 22px auto 0; letter-spacing: -.015em; }
.statement p em { font-family: var(--serif); font-style: italic; color: var(--stone-2); }
.statement footer { margin-top: 26px; font-size: var(--fs-xs); letter-spacing: var(--trk-caps); text-transform: uppercase; color: var(--stone-2); font-weight: 600; font-variation-settings: "wdth" 116; }

/* ---------- gallery ---------- */
.gal { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: clamp(340px, 38vw, 580px); gap: 14px; }
.tile { position: relative; border-radius: var(--r); overflow: hidden; background: var(--ground-3); height: 100%; }
.tile picture { height: 100%; }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-4) var(--ease); }
@media (hover: hover) and (pointer: fine) { .tile:hover img { transform: scale(1.03); } }
.tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(12,11,10,.86)); pointer-events: none; }
.tile figcaption { position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 2; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 4px 12px; font-size: var(--fs-s); color: var(--bone-dim); }
.tile figcaption b { color: var(--bone); font-weight: 500; font-family: var(--serif); font-size: 15px; }
.tile figcaption span { font-variation-settings: "wdth" 112; letter-spacing: var(--trk-caps); text-transform: uppercase; font-size: var(--fs-xs); color: var(--stone-2); }
.t5 { grid-column: span 5; } .t4 { grid-column: span 4; } .t3 { grid-column: span 3; } .t6 { grid-column: span 6; } .t7 { grid-column: span 7; } .t12 { grid-column: span 12; }
@media (max-width: 900px) {
  .gal { gap: 10px; grid-auto-rows: auto; }
  .tile { height: auto; aspect-ratio: 4 / 5; }
  .t5, .t7, .t12 { grid-column: span 12; aspect-ratio: 4 / 3.2; }
  .t4, .t3, .t6 { grid-column: span 6; }
}

/* ---------- reference plate (craft) ---------- */
.rplate { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(28px, 4vw, 56px); align-items: start; }
.rplate-img { position: relative; border-radius: var(--r); overflow: hidden; aspect-ratio: 4 / 5; background: var(--ground-3); }
.rplate-img picture { height: 100%; } .rplate-img img { width: 100%; height: 100%; object-fit: cover; }
.rplate-img::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 70%, rgba(12,11,10,.55)); }
.rplate-img .grid { position: absolute; inset: 0; pointer-events: none; opacity: .18; background-image: linear-gradient(var(--bone) 1px, transparent 1px), linear-gradient(90deg, var(--bone) 1px, transparent 1px); background-size: 12.5% 12.5%; mix-blend-mode: soft-light; }
.rplate-img .cap { position: absolute; left: 18px; bottom: 16px; z-index: 3; font-size: var(--fs-xs); letter-spacing: var(--trk-caps); text-transform: uppercase; color: var(--bone-dim); font-weight: 600; font-variation-settings: "wdth" 112; }
.mk { position: absolute; z-index: 3; width: 28px; height: 28px; margin: -14px 0 0 -14px; border-radius: 50%; border: 1px solid var(--bone); background: rgba(12,11,10,.72); color: var(--bone); font-family: var(--serif); font-size: 12px; display: grid; place-items: center; transition: background var(--dur-2), color var(--dur-2), transform var(--dur-2) var(--ease); }
.mk::before { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 1px solid rgba(234,225,210,.25); }
.mk.on, .rplate-img .mk:hover { background: var(--bone); color: var(--ground); transform: scale(1.08); }
.rlist { list-style: none; counter-reset: r; }
.rlist li { counter-increment: r; display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); cursor: default; }
.rlist li:last-child { border-bottom: 1px solid var(--line); }
.rlist li::before { content: counter(r, upper-roman); font-family: var(--serif); font-size: 15px; color: var(--stone-2); padding-top: 3px; }
.rlist li b { display: block; font-family: var(--serif); font-size: 19px; color: var(--bone); margin-bottom: 4px; }
.rlist li p { grid-column: 2; font-size: var(--fs-m); color: var(--bone-dim); line-height: 1.6; }
.rlist li.on b { color: var(--bone); } .rlist li.on::before { color: var(--bone); }
.rlist li { cursor: pointer; padding-left: 12px; padding-right: 12px; transition: background var(--dur-2) var(--ease); }
.rlist li::before { transition: color var(--dur-2), transform var(--dur-2) var(--ease); }
.rlist li.sel::before { color: var(--copper-hi); font-weight: 700; transform: scale(1.25); transform-origin: left center; }
.rlist li.sel b { color: var(--copper-hi); }
.rlist li.sel { background: linear-gradient(90deg, rgba(201,106,42,.10), transparent 70%); box-shadow: inset 2px 0 0 var(--copper); }
.mk.sel, .rplate-img .mk.sel:hover { background: var(--copper); border-color: var(--copper-hi); color: var(--copper-ink); transform: scale(1.12); }
.mk.sel::before { border-color: rgba(201,106,42,.55); }
@media (max-width: 900px) { .rplate { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .rplate-img .cap { top: 16px; bottom: auto; } }   /* keep the caption clear of marker IV on phones */

/* ---------- details grid (about) ---------- */
.details { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.details .d { background: var(--ground-2); padding: 28px 26px; transition: background var(--dur-2) var(--ease); }
@media (hover: hover) { .details .d:hover { background: var(--ground-3); } }
.details .n { font-family: var(--serif); font-size: var(--fs-s); letter-spacing: .1em; color: var(--stone-2); margin-bottom: 14px; }
.details h3 { font-size: 20px; line-height: 1.25; color: var(--bone); margin-bottom: 8px; }
.details p { font-size: var(--fs-m); color: var(--bone-dim); line-height: 1.55; }
@media (max-width: 900px) { .details { grid-template-columns: 1fr; } }
.quote { margin: 36px 0 0; padding-left: 22px; border-left: 2px solid var(--stone); font-family: var(--serif); font-size: clamp(19px, 1.6vw, 22px); line-height: 1.4; color: var(--bone); hanging-punctuation: first; }
.quote footer { font-family: var(--sans); font-size: var(--fs-xs); letter-spacing: var(--trk-caps); text-transform: uppercase; color: var(--stone-2); margin-top: 14px; font-variation-settings: "wdth" 112; }

/* ---------- the printed price card ---------- */
.card { background: var(--paper); color: var(--ink); border-radius: var(--r); overflow: hidden; position: relative; box-shadow: 0 30px 60px -40px rgba(0,0,0,.9); }
.card::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: url("/img/grain.png") repeat; opacity: .5; mix-blend-mode: multiply; }
.card header { padding: 30px 32px 20px; display: flex; justify-content: space-between; align-items: end; border-bottom: 1px solid var(--ink); position: relative; }
.card header .t { font-variation-settings: "wdth" 120; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; font-size: var(--fs-s); color: var(--ink); }
.card header .s { font-size: var(--fs-xs); letter-spacing: var(--trk-caps); text-transform: uppercase; color: var(--rust); font-weight: 700; font-variation-settings: "wdth" 112; text-align: right; line-height: 1.5; }
.rows { list-style: none; position: relative; }
.rows li { display: grid; grid-template-columns: auto 1fr auto; gap: 0 12px; align-items: baseline; padding: 18px 32px; }
.rows li + li { border-top: 1px dashed rgba(27,23,19,.18); }
.rows .n { font-size: var(--fs-b); color: var(--ink); font-weight: 500; }
.rows .n small { display: block; font-size: var(--fs-s); color: var(--ink-2); font-weight: 400; margin-top: 3px; }
.rows .ld { align-self: end; border-bottom: 2px dotted rgba(27,23,19,.35); margin-bottom: 6px; }
.rows .p { font-family: var(--serif); font-size: 26px; color: var(--ink); letter-spacing: .01em; }
.rows .p.q { font-family: var(--sans); font-size: var(--fs-xs); letter-spacing: var(--trk-caps); text-transform: uppercase; color: var(--ink-2); font-weight: 700; font-variation-settings: "wdth" 112; align-self: center; text-align: right; }
.terms { padding: 20px 32px 52px; background: var(--paper-2); border-top: 1px solid var(--ink); display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; position: relative; }
.terms div { font-size: var(--fs-s); color: var(--ink-2); line-height: 1.45; }
.terms b { display: block; color: var(--ink); font-weight: 600; font-size: 14px; margin-bottom: 2px; }
.stamp { position: absolute; right: 28px; bottom: 14px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--rust); border: 1px solid var(--rust); padding: 5px 8px; transform: rotate(-4deg); opacity: .85; font-weight: 700; font-variation-settings: "wdth" 112; }
@media (max-width: 900px) { .terms { grid-template-columns: 1fr; gap: 12px; padding-bottom: 56px; } .rows li, .card header { padding-left: 22px; padding-right: 22px; } .terms { padding-left: 22px; padding-right: 22px; } .rows li { grid-template-columns: 1fr auto; } .rows .ld { display: none; } .rows .p.q { grid-column: 1 / -1; text-align: left; margin-top: 6px; } }

/* mini prices (home) */
.prices-mini { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.pm { padding: 26px 24px 28px; background: var(--ground-2); }
.pm .l { font-size: var(--fs-xs); letter-spacing: var(--trk-caps); text-transform: uppercase; color: var(--stone-2); font-weight: 600; font-variation-settings: "wdth" 112; }
.pm .p { font-family: var(--display); font-size: clamp(40px, 3.6vw, 54px); line-height: 1; margin-top: 12px; color: var(--bone); }
.pm .p sup { font-size: .42em; vertical-align: top; position: relative; top: .4em; color: var(--stone-2); margin-right: 2px; font-family: var(--serif); }
.pm .s { font-size: 14px; color: var(--bone-dim); margin-top: 10px; line-height: 1.5; }
@media (max-width: 700px) { .prices-mini { grid-template-columns: 1fr; } .pm { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 20px; } .pm .p { grid-row: 1 / span 2; margin: 0; } .pm .s { margin-top: 2px; } }

/* comparison table */
.cmp { width: 100%; border-collapse: collapse; font-size: var(--fs-m); }
.cmp th, .cmp td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.cmp th { font-size: var(--fs-xs); letter-spacing: var(--trk-caps); text-transform: uppercase; color: var(--stone-2); font-weight: 600; font-variation-settings: "wdth" 112; }
.cmp td:first-child { color: var(--bone); font-weight: 500; }
.cmp td { color: var(--bone-dim); }
.cmp .price { font-family: var(--serif); font-size: 22px; color: var(--bone); white-space: nowrap; }
.tbl { overflow-x: auto; border: 1px solid var(--line-2); border-radius: var(--r); }
.tbl .cmp tr:last-child td { border-bottom: 0; }

/* ---------- timeline ---------- */
.tl { list-style: none; position: relative; }
.tl::before { content: ""; position: absolute; left: 11px; top: 8px; bottom: 8px; width: 1px; background: var(--line-2); }
.tl li { position: relative; padding: 0 0 34px 44px; }
.tl li:last-child { padding-bottom: 0; }
.tl li::before { content: ""; position: absolute; left: 6px; top: 8px; width: 11px; height: 11px; border-radius: 50%; background: var(--ground); border: 2px solid var(--stone); }
.tl li.hot::before { background: var(--copper); border-color: var(--copper); }
.tl b { display: block; font-family: var(--serif); font-size: var(--fs-l); color: var(--bone); margin-bottom: 6px; }
.tl p { font-size: var(--fs-m); color: var(--bone-dim); line-height: 1.6; max-width: 58ch; }
.tl small { display: block; font-size: var(--fs-xs); letter-spacing: var(--trk-caps); text-transform: uppercase; color: var(--stone-2); font-weight: 600; margin-bottom: 8px; font-variation-settings: "wdth" 112; }
.tl li.hot small::after { content: "· You get a text"; color: var(--copper); margin-left: 6px; letter-spacing: .08em; }

/* ---------- numbered list ---------- */
.care { list-style: none; counter-reset: c; }
.care li { counter-increment: c; display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 22px 0; border-top: 1px solid var(--line); }
.care li:last-child { border-bottom: 1px solid var(--line); }
.care li::before { content: counter(c, decimal-leading-zero); font-family: var(--serif); font-size: 20px; color: var(--stone-2); line-height: 1.3; font-variant-numeric: tabular-nums; }
.care li b { display: block; color: var(--bone); font-weight: 500; font-family: var(--serif); font-size: 19px; margin-bottom: 4px; }
.care li p { grid-column: 2; font-size: var(--fs-m); color: var(--bone-dim); line-height: 1.6; }
.callout { margin-top: 26px; border-left: 2px solid var(--stone-2); padding: 14px 18px; background: rgba(140,116,96,.09); font-size: var(--fs-m); color: var(--bone-dim); }
.callout b { color: var(--bone); }
.seasons { margin-top: 28px; border: 1px solid var(--line-2); border-radius: var(--r); overflow: hidden; }
.seasons .sh { padding: 12px 18px; font-size: var(--fs-xs); letter-spacing: var(--trk-caps); text-transform: uppercase; font-weight: 600; color: var(--stone-2); font-variation-settings: "wdth" 112; border-bottom: 1px solid var(--line); background: var(--ground-2); }
.seasons dl { margin: 0; display: grid; grid-template-columns: 1fr auto; }
.seasons dt, .seasons dd { margin: 0; padding: 11px 18px; font-size: 14.5px; border-bottom: 1px solid var(--line); }
.seasons dt { color: var(--bone-dim); }
.seasons dd { color: var(--bone); text-align: right; white-space: nowrap; }
.seasons dt:last-of-type, .seasons dd:last-of-type { border-bottom: 0; }
.seasons dd.hot { color: var(--copper-hi); font-weight: 600; }

/* ---------- about ---------- */
.portrait { position: relative; border-radius: var(--r); overflow: hidden; aspect-ratio: 4 / 4.2; }
.portrait picture { height: 100%; } .portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(12,11,10,.82)); }
.portrait .cap { position: absolute; left: 20px; bottom: 18px; z-index: 2; }
.portrait .cap b { display: block; font-family: var(--serif); font-size: var(--fs-l); color: var(--bone); }
.portrait .cap span { font-size: var(--fs-xs); letter-spacing: var(--trk-caps); text-transform: uppercase; color: var(--stone-2); font-weight: 600; font-variation-settings: "wdth" 112; }
.namesake { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start; padding-left: 22px; border-left: 2px solid var(--stone); }
.namesake img { width: 56px; height: auto; opacity: .9; }
.namesake h3 { font-size: 20px; color: var(--bone); margin-bottom: 8px; }
.namesake p { font-size: var(--fs-m); color: var(--bone-dim); line-height: 1.6; }
.values { font-family: var(--serif); font-size: var(--fs-l); color: var(--bone); line-height: 1.4; }
.values span { color: var(--stone-2); margin: 0 10px; }
@media (max-width: 900px) { .portrait { aspect-ratio: 4 / 3.6; } .namesake { grid-template-columns: 1fr; } }

/* ---------- faq ---------- */
.faq { max-width: 820px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; font-size: 18px; font-weight: 500; color: var(--bone); -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm { flex: none; width: 30px; height: 30px; border: 1px solid var(--control); border-radius: 50%; display: grid; place-items: center; color: var(--stone-2); transition: transform var(--dur-2) var(--ease), border-color var(--dur-2), color var(--dur-2); font-weight: 300; font-size: 20px; line-height: 1; padding-bottom: 2px; }
.faq details[open] summary .pm { transform: rotate(45deg); border-color: var(--stone-2); color: var(--bone); }
@media (hover: hover) { .faq summary:hover .pm { border-color: var(--stone-2); } }
.faq details::details-content { height: 0; overflow: clip; transition: height var(--dur-2) var(--ease), content-visibility var(--dur-2) allow-discrete; }
.faq details[open]::details-content { height: auto; }
.faq .a { padding: 0 0 24px; font-size: 16.5px; color: var(--bone-dim); line-height: 1.65; max-width: 62ch; }

/* ---------- contact ---------- */
.cinfo { border-left: 1px solid var(--line-2); padding-left: clamp(22px, 3vw, 40px); }
.cinfo dl { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: 18px 22px; }
.cinfo dt { font-size: var(--fs-xs); letter-spacing: var(--trk-caps); text-transform: uppercase; color: var(--stone-2); font-weight: 600; font-variation-settings: "wdth" 112; padding-top: 5px; }
.cinfo dd { margin: 0; font-size: 16px; color: var(--bone); }
.cinfo dd a { text-decoration: none; border-bottom: 1px solid var(--stone); transition: border-color var(--dur-2); }
@media (hover: hover) { .cinfo dd a:hover { border-color: var(--bone); } }
.cinfo dd small { display: block; color: var(--bone-dim); font-size: 14px; margin-top: 3px; }
.drive { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.drive li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: var(--fs-m); color: var(--bone-dim); }
.drive li b { color: var(--bone); font-weight: 500; }
.drive li span { color: var(--stone-2); font-variant-numeric: tabular-nums; white-space: nowrap; }
@media (max-width: 560px) { .drive { grid-template-columns: 1fr; } }

/* ---------- CTA band ---------- */
.band { position: relative; overflow: hidden; border-top: 1px solid var(--line); }
.band .wrap { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(32px, 6vw, 96px); align-items: center; padding-top: var(--sec); padding-bottom: var(--sec); }
.band h2 { font-size: clamp(40px, 6vw, 80px); line-height: .98; margin-top: 18px; }
.band .cta-row { margin-top: 36px; }
@media (max-width: 900px) { .band .wrap { grid-template-columns: 1fr; } }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--line); background: var(--ground-2); padding: 64px 0 120px; }
.footer .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer h4 { font-family: var(--sans); font-size: var(--fs-xs); letter-spacing: var(--trk-caps); text-transform: uppercase; color: var(--stone-2); font-weight: 600; margin-bottom: 16px; font-variation-settings: "wdth" 112; }
.footer ul { list-style: none; display: grid; gap: 10px; }
.footer a { text-decoration: none; color: var(--bone-dim); font-size: var(--fs-m); transition: color var(--dur-2); }
@media (hover: hover) { .footer a:hover { color: var(--bone); } }
.footer .tag { font-family: var(--serif); font-size: 19px; color: var(--bone); margin-top: 18px; max-width: 24ch; }
.footer .small { font-size: 14px; color: var(--bone-dim); line-height: 1.6; }
.footer .legal { margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: var(--fs-s); color: var(--stone-2); }
@media (max-width: 900px) { .footer .cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer .cols { grid-template-columns: 1fr; gap: 32px; } }
@media (min-width: 901px) { .footer { padding-bottom: 56px; } }

/* ---------- sticky bar + toast ---------- */
.stick { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: none; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(12,11,10,.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid var(--line); transform: translateY(110%); transition: transform var(--dur-2) var(--ease) 120ms; }
.stick.show { transform: none; }
.stick .btn { min-height: 54px; padding: 0 14px; font-size: 15px; }
.stick .btn:first-child { flex: 1.6; }
.stick .btn.ghost { flex: 1; }
@media (max-width: 900px) { .stick { display: flex; } }
.toast { position: fixed; left: 50%; bottom: calc(92px + env(safe-area-inset-bottom)); transform: translate(-50%, 8px); z-index: 70; background: var(--bone); color: var(--ground); font-size: 14px; font-weight: 600; padding: 10px 16px; border-radius: var(--r-btn); opacity: 0; pointer-events: none; transition: opacity var(--dur-1), transform var(--dur-2) var(--ease); white-space: nowrap; }
.toast.on { opacity: 1; transform: translate(-50%, 0); }
@media (min-width: 901px) { .toast { bottom: 32px; } }

/* ---------- 404 ---------- */
.nf { min-height: calc(100svh - var(--header-h)); display: grid; place-items: center; text-align: center; padding: 64px 0; }
.nf .h1 { font-size: clamp(48px, 9vw, 120px); }
.nf .h1 em { display: block; font-size: .5em; margin-top: 8px; }

/* ==========================================================================
   MOTION VOCABULARY — one move per element type
   rule: eyebrow rules draw left→right, label follows
   mask: headlines rise out of a clip; a second line (em) follows 90ms later
   fade: body copy, opacity only
   rise: list items / cards, 12px rise, staggered
   wipe: images, curtain up + settle from 1.06
   ink:  prices / numbers, opacity + slight tighten
   ========================================================================== */
[data-rv] { --d: 0ms; }
[data-rv="fade"] { opacity: 0; transition: opacity var(--dur-4) var(--ease) var(--d); }
[data-rv="mask"] .mk-in { display: block; clip-path: inset(0 -2% 100% -2%); transform: translateY(12px); transition: clip-path var(--dur-4) var(--ease-io) var(--d), transform var(--dur-4) var(--ease-io) var(--d); }
[data-rv="mask"] em { display: block; clip-path: inset(0 -2% 100% -2%); transform: translateY(10px); transition: clip-path var(--dur-4) var(--ease-io) calc(var(--d) + 90ms), transform var(--dur-4) var(--ease-io) calc(var(--d) + 90ms); }
[data-rv="rise"] { opacity: 0; transform: translateY(12px); transition: opacity var(--dur-3) var(--ease) calc(var(--d) + min(var(--i, 0), 6) * 70ms), transform var(--dur-3) var(--ease) calc(var(--d) + min(var(--i, 0), 6) * 70ms); }
[data-rv="wipe"] picture { clip-path: inset(0 0 100% 0 round var(--r)); transition: clip-path var(--dur-5) var(--ease-io) var(--d); height: 100%; }
[data-rv="wipe"] img { transform: scale(1.06); transition: transform var(--dur-5) var(--ease-io) var(--d); }
[data-rv="wipe"] figcaption, [data-rv="wipe"] .cap, [data-rv="wipe"] .mk, [data-rv="wipe"] .grid { opacity: 0; transition: opacity var(--dur-3) var(--ease) calc(var(--d) + 500ms); }
[data-rv="ink"] { opacity: 0; transform: translateX(-6px); transition: opacity var(--dur-3) var(--ease) calc(var(--d) + min(var(--i, 0), 6) * 60ms), transform var(--dur-3) var(--ease) calc(var(--d) + min(var(--i, 0), 6) * 60ms); }
[data-rv="rule"] .tap { transform: scaleX(0); transition: transform var(--dur-3) var(--ease-io) var(--d); }
[data-rv="rule"] .txt { opacity: 0; transition: opacity var(--dur-3) var(--ease) calc(var(--d) + 160ms); }
.in[data-rv="fade"] { opacity: 1; }
.in[data-rv="mask"] .mk-in, .in[data-rv="mask"] em { clip-path: inset(-4% -2% -8% -2%); transform: none; }
.in[data-rv="rise"] { opacity: 1; transform: none; }
.in[data-rv="wipe"] picture { clip-path: inset(0 0 0 0 round var(--r)); }
.in[data-rv="wipe"] figcaption, .in[data-rv="wipe"] .cap, .in[data-rv="wipe"] .mk, .in[data-rv="wipe"] .grid { opacity: 1; }
.in[data-rv="wipe"] .grid { opacity: .18; }
.in[data-rv="wipe"] img { transform: scale(1); transition: transform var(--dur-5) var(--ease-io) var(--d), transform var(--dur-4) var(--ease); }
.in[data-rv="ink"] { opacity: 1; transform: none; }
.in[data-rv="rule"] .tap { transform: scaleX(1); }
.in[data-rv="rule"] .txt { opacity: 1; }
@media (hover: hover) and (pointer: fine) { .tile.in[data-rv="wipe"]:hover img { transform: scale(1.03); transition: transform var(--dur-4) var(--ease); } }

/* hero load orchestration */
.hero .status[data-rv] { --d: 60ms; }
.hero h1[data-rv] { --d: 140ms; }
.hero .lede[data-rv] { --d: 460ms; }
.hero .cta-row[data-rv] { --d: 560ms; }
.hero .micro[data-rv] { --d: 680ms; }
.hero .spec[data-rv] { --d: 760ms; }
.hero .hero-art[data-rv] { --d: 200ms; }
/* arriving via a page transition: quieter */
html.vt .hero [data-rv] { --d: 0ms; }
html.vt [data-rv="mask"] .mk-in, html.vt [data-rv="mask"] em, html.vt [data-rv="wipe"] picture { transition-duration: var(--dur-3); }

/* cross-document view transition */
@view-transition { navigation: auto; }
::view-transition-old(root) { animation: 200ms var(--ease) both vt-out; }
::view-transition-new(root) { animation: 300ms var(--ease) both vt-in; }
::view-transition-group(header) { animation-duration: 0s; }
@keyframes vt-out { to { opacity: 0; } }
@keyframes vt-in { from { opacity: 0; transform: translateY(6px); } }

@media (prefers-reduced-motion: reduce) {
  [data-rv], [data-rv] .tap, [data-rv] .txt, [data-rv] img, [data-rv] em, [data-rv] .mk-in, [data-rv] picture, [data-rv] figcaption, [data-rv] .cap, [data-rv] .mk { opacity: 1 !important; transform: none !important; clip-path: none !important; transition: none !important; }
  .hero .hero-art img, .hero .hero-art picture, .hero .hero-art::before, .hero .hero-art::after, .hero .hero-art .plate { animation: none !important; filter: none !important; }
  ::view-transition-group(*) { animation: none !important; }
  html { scroll-behavior: auto; }
  .btn, .link, .nav a, .tile img, .menu, .menu li, .stick, .header .wrap, .brand img, .faq details::details-content { transition-duration: 1ms !important; }
}
@media (prefers-contrast: more) {
  :root { --line: #4A423A; --line-2: #5A5048; --bone-dim: #D6CCBC; --stone-2: #C2AC93; }
}
@media print {
  .header, .footer, .stick, .toast, .menu, .band, .burger, .skip { display: none !important; }
  body { background: #fff; color: #000; }
  .card { box-shadow: none; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 12px; }
}
