:root {
  --paper:    #D8DCE4;
  --paper-2:  #CBD1DC;
  --panel:    #E4E7EC;
  --panel-2:  #C2C9D5;
  --ink:      #14161C;
  --ink-2:    #454C5A;
  --ink-3:    #6B7383;
  --hair:     #A9B1BE;
  --steel:    #98A0AD;
  --steel-hi: #C6CDD7;
  --steel-lo: #5E6675;
  --steel-dk: #363C47;
  --ember:    #E2401F;
  --ember-dk: #A82C11;
  --chalk:    #F5F7FA;
  --crust:    #C08B4A;
  --crust-lo: #DCAE70;
  --crust-dk: #7A4B1C;
  --crumb:    #F0DFBB;
  --flour:    #FFFFFF;
  --choc:     #4A2C17;
  --caramel:  #BE7A2C;
  --olive:    #6B7A46;
  --seed:     #5B4A33;
  --kraft:    #B99C74;
  --kraft-hi: #CFB58F;
  --kraft-lo: #94764F;
  --r-none:  0px;
  --r-edge:  3px;   
  --r-round: 999px; 
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans:  "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono:  "Space Mono", ui-monospace, "SFMono-Regular", Consolas, monospace;
  --rw:   380px;   
  --rd:   190px;   
  --rh:   548px;   
  --lvl:   94px;   
  --lv0:   74px;   
  --pull: 172px;   
  --push:  -26px;  
  --spin:  22deg;  
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
  background-image:
    radial-gradient(1100px 620px at 78% -8%, rgba(226,64,31,.075), transparent 62%),
    radial-gradient(900px 520px at 12% 4%, rgba(255,255,255,.5), transparent 65%);
  background-attachment: fixed;
}
.grain {
  position: fixed; inset: 0; z-index: 2; pointer-events: none;
  opacity: .16; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='180' height='180' filter='url(%23n)' opacity='.55'/></svg>");
}
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
::selection { background: var(--ember); color: var(--chalk); }
a { color: inherit; }
:focus-visible {
  outline: 2px solid var(--ember);
  outline-offset: 3px;
}
.eyebrow, .sechead__no, .sechead__tail, .mono {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.small { font-size: 13.5px; line-height: 1.6; color: var(--ink-2); margin: 0 0 6px; }
h1, h2, h3 {
  font-family: var(--serif);
  font-variation-settings: "SOFT" 22, "WONK" 1, "opsz" 100;
  font-weight: 600;
  letter-spacing: -.018em;
  margin: 0;
  line-height: 1.02;
}
.topbar {
  position: relative; z-index: 3;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(20px, 4.4vw, 64px);
  border-bottom: 1px solid var(--hair);
}
.wordmark {
  text-decoration: none;
  font-family: var(--serif);
  font-variation-settings: "SOFT" 40, "WONK" 1, "opsz" 60;
  font-size: 21px; letter-spacing: -.02em;
  display: inline-flex; gap: .28em; align-items: baseline;
}
.wordmark__a { font-weight: 300; font-style: italic; }
.wordmark__b { font-weight: 800; }
.topnav { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); }
.topnav a {
  font-family: var(--mono); font-size: 11.5px; letter-spacing: .12em;
  text-transform: uppercase; text-decoration: none; color: var(--ink-2);
  padding-bottom: 2px; border-bottom: 1px solid transparent;
  transition: color .16s ease, border-color .16s ease;
}
.topnav a:hover { color: var(--ink); border-bottom-color: var(--ember); }
.topnav__cta {
  background: var(--ink); color: var(--chalk) !important;
  padding: 7px 12px 6px; border-radius: var(--r-edge);
  transition: background .16s ease;
}
.topnav__cta:hover { background: var(--ember); border-bottom-color: transparent !important; }
.hero {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
  padding: clamp(44px, 6vw, 84px) clamp(20px, 4.4vw, 64px) clamp(30px, 4vw, 58px);
  max-width: 1420px; margin: 0 auto;
}
.hero__h1 {
  font-size: clamp(42px, 7.2vw, 92px);
  font-variation-settings: "SOFT" 12, "WONK" 1, "opsz" 144;
  font-weight: 700;
  margin: 16px 0 22px;
}
.hero__lede {
  font-size: clamp(15.5px, 1.25vw, 17.5px);
  line-height: 1.62;
  color: var(--ink-2);
  max-width: 54ch;
  margin: 0 0 30px;
}
.hero__acts { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; }
.btn {
  display: inline-flex; align-items: center; gap: .5em;
  font-family: var(--mono); font-size: 12px; letter-spacing: .12em;
  text-transform: uppercase; text-decoration: none;
  padding: 13px 20px; border-radius: var(--r-edge);
  border: 1px solid var(--ink); cursor: pointer;
  transition: transform .14s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
}
.btn--solid { background: var(--ink); color: var(--chalk); box-shadow: 3px 3px 0 var(--steel-lo); }
.btn--solid:hover { background: var(--ember); border-color: var(--ember-dk); box-shadow: 3px 3px 0 var(--ember-dk); }
.btn--solid:active { transform: translate(3px, 3px); box-shadow: 0 0 0 var(--ember-dk); }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--chalk); }
.btn--full { width: 100%; justify-content: center; font-size: 12.5px; }
.hero__note {
  font-size: 13.5px; line-height: 1.6; color: var(--ink-2);
  max-width: 46ch; margin: 0;
  padding-left: 18px; border-left: 2px solid var(--hair);
  position: relative;
}
.tick {
  position: absolute; left: -5px; top: 8px;
  width: 7px; height: 7px; border-radius: var(--r-round);
  background: var(--ember);
}
.hero__spec { margin: 0; }
.hero__loafwrap {
  position: relative;
  background: var(--panel);
  border: 1px solid var(--hair);
  border-radius: var(--r-edge);
  padding: 34px 30px 0;
  perspective: 800px;
  display: flex; justify-content: center; align-items: flex-end;
  min-height: 292px;
  background-image: repeating-linear-gradient(-45deg, rgba(20,22,28,.035) 0 1px, transparent 1px 7px);
}
.hero__loaf {
  width: min(90%, 322px); height: auto; display: block; position: relative; z-index: 1;
  margin-bottom: 21px;
  filter: drop-shadow(0 12px 8px rgba(20,22,28,.18));
  transform: rotateX(var(--lx, 0deg)) rotateY(var(--ly, 0deg));
  transition: transform .28s cubic-bezier(.22,.61,.36,1);
}
.hero__glare {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  opacity: var(--glare, 0); mix-blend-mode: soft-light;
  background: radial-gradient(260px circle at var(--gx, 50%) var(--gy, 40%), rgba(255,255,255,.85), transparent 68%);
  transition: opacity .3s ease;
}
.hero__bench {
  position: absolute; left: 0; right: 0; bottom: 0; height: 22px;
  background: linear-gradient(180deg, var(--steel-hi), var(--steel));
  border-top: 1px solid var(--steel-lo);
}
.bracket { position: absolute; width: 18px; height: 18px; }
.bracket--tl { top: -1px; left: -1px; border-top: 2px solid var(--ember); border-left: 2px solid var(--ember); }
.bracket--br { bottom: -1px; right: -1px; border-bottom: 2px solid var(--ember); border-right: 2px solid var(--ember); }
.hero__spec figcaption { padding: 14px 0 0; }
.hero__spec figcaption b {
  display: block; font-family: var(--sans); font-size: 16px; font-weight: 600;
  color: var(--ink); margin-bottom: 10px;
}
.specline {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px; background: var(--hair);
  border: 1px solid var(--hair); border-radius: var(--r-edge);
}
.specline li {
  background: var(--paper); padding: 9px 12px;
  font-family: var(--mono); font-size: 12.5px; letter-spacing: .02em; color: var(--ink);
}
.specline span {
  display: block; font-size: 9px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink-3); margin-bottom: 2px;
}
.specline li:last-child { color: var(--ember); font-weight: 700; }
.section {
  position: relative; z-index: 1;
  max-width: 1420px; margin: 0 auto;
  padding: clamp(52px, 6.5vw, 92px) clamp(20px, 4.4vw, 64px);
}
.section + .section { border-top: 1px solid var(--hair); }
.sechead {
  display: flex; align-items: baseline; gap: 16px;
  margin-bottom: 20px;
}
.sechead__no { color: var(--ember); font-weight: 700; }
.sechead__title { font-size: clamp(27px, 3.4vw, 42px); font-weight: 600; }
.sechead__rule { flex: 1; height: 1px; background: var(--hair); }
.sechead__tail { white-space: nowrap; }
.section__lede {
  max-width: 62ch; color: var(--ink-2);
  font-size: clamp(15px, 1.15vw, 16.5px);
  margin: 0 0 clamp(28px, 3.4vw, 44px);
}
.rackgrid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: clamp(24px, 3.4vw, 56px);
  align-items: start;
}
.stage {
  position: relative;
  height: calc(var(--rh) + 122px);
  perspective: 1500px;
  perspective-origin: 44% 36%;
}
.stage__floor {
  position: absolute; left: 0; right: 0; top: calc(30px + var(--rh)); height: 1px;
  background: var(--hair);
}
.stage__floor::before {
  content: ""; position: absolute;
  left: clamp(44px, 8%, 92px); width: min(500px, 82%);
  top: -16px; height: 34px;
  background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(20,22,28,.34), transparent 70%);
  filter: blur(4px);
}
.stage__hint {
  position: absolute; left: 4px; bottom: 4px; margin: 0;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .13em;
  text-transform: uppercase; color: var(--ink-3);
}
.rack {
  position: absolute;
  left: clamp(72px, 11%, 118px); top: 26px;
  width: var(--rw); height: var(--rh);
  transform-style: preserve-3d;
  transform: rotateX(5deg) rotateY(var(--yaw, 0deg));
  transition: transform .4s cubic-bezier(.22,.61,.36,1);
}
.rack.is-tracking { transition: none; }
.rack__body {
  position: absolute; inset: 0;
  transform-style: preserve-3d;
  transform: rotateY(var(--spin)) rotateZ(var(--rock, 0deg));
  transition: transform .5s cubic-bezier(.34,1.56,.64,1);
}
@keyframes rock {
  0%   { transform: rotateY(var(--spin)) rotateZ(0deg); }
  26%  { transform: rotateY(var(--spin)) rotateZ(-.6deg); }
  60%  { transform: rotateY(var(--spin)) rotateZ(.3deg); }
  100% { transform: rotateY(var(--spin)) rotateZ(0deg); }
}
.rack__body.is-rocking { animation: rock .6s cubic-bezier(.3,.9,.4,1); }
.frame { position: absolute; inset: 0; transform-style: preserve-3d; }
.frame--front { transform: translateZ(0); }
.frame--back  { transform: translateZ(calc(var(--rd) * -1)); filter: brightness(.72); }
.post {
  position: absolute; top: 0; bottom: 0; width: 11px;
  background: linear-gradient(90deg, var(--steel-lo) 0 2px, var(--steel-hi) 3px 5px, var(--steel) 6px 9px, var(--steel-dk) 10px 11px);
  border-radius: var(--r-edge);
}
.post--l { left: 0; }
.post--r { left: calc(var(--rw) - 11px); }
.rail {
  position: absolute; left: 0; width: var(--rw); height: 9px;
  background: linear-gradient(180deg, var(--steel-hi), var(--steel) 45%, var(--steel-dk));
  border-radius: var(--r-edge);
}
.rail--top { top: 0; }
.rail--bot { bottom: 26px; }
.mesh {
  position: absolute; left: 8px; right: 8px; top: 12px; bottom: 36px;
  transform: translateZ(calc(var(--rd) * -1 + 3px));
  background-image:
    repeating-linear-gradient(90deg, rgba(94,102,117,.36) 0 1px, transparent 1px 19px),
    repeating-linear-gradient(0deg,  rgba(94,102,117,.28) 0 1px, transparent 1px 19px);
}
.plate {
  position: absolute; left: 26px; top: -34px;
  transform: translateZ(9px);
  display: grid; gap: 2px; justify-items: start;
  background: var(--ink); color: var(--chalk);
  padding: 7px 13px 8px; border-radius: var(--r-edge);
  box-shadow: 3px 3px 0 rgba(20,22,28,.22);
}
.plate__name { font-family: var(--mono); font-weight: 700; font-size: 12px; letter-spacing: .2em; }
.plate__sub  { font-family: var(--mono); font-size: 9.5px; letter-spacing: .12em; color: var(--steel-hi); }
.runner {
  position: absolute; left: 9px;
  width: var(--rd); height: 5px;
  transform-origin: 0 50%;
  transform: rotateY(90deg);
  background: linear-gradient(180deg, var(--steel-hi), var(--steel-lo));
}
.runner--r { left: calc(var(--rw) - 14px); }
.tag {
  position: absolute; left: -106px;
  width: 100px;
  transform: translateZ(10px);
  display: grid; gap: 1px; justify-items: start;
  padding: 7px 9px 8px;
  background: var(--chalk);
  border: 1px solid var(--hair);
  border-left: 4px solid var(--steel-lo);
  border-radius: var(--r-edge);
  font-family: var(--mono);
  cursor: pointer; text-align: left;
  box-shadow: 2px 3px 0 rgba(20,22,28,.14);
  transition: transform .2s cubic-bezier(.22,.61,.36,1), border-left-color .2s ease, background .2s ease;
}
.tag__t { font-size: 15px; font-weight: 700; letter-spacing: .04em; color: var(--ink); }
.tag__l { font-size: 9px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.tag:hover { transform: translateZ(10px) translateX(-7px); background: #fff; }
.tag.is-open {
  border-left-color: var(--ember);
  background: var(--ink); box-shadow: 2px 3px 0 var(--ember-dk);
}
.tag.is-open .tag__t { color: var(--chalk); }
.tag.is-open .tag__l { color: var(--ember); }
.tag::after {
  content: ""; position: absolute; right: -7px; top: 50%;
  width: 7px; height: 2px; background: var(--steel-lo);
  transform: translateY(-50%);
}
.trays { position: absolute; inset: 0; transform-style: preserve-3d; }
.tray {
  position: absolute; left: 14px;
  width: calc(var(--rw) - 28px); height: 15px;
  transform-style: preserve-3d;
  transform: translateZ(var(--z, 0px));
  transition: transform .52s cubic-bezier(.22,.68,.3,1), filter .4s ease;
  cursor: grab;
  filter: brightness(var(--dim, 1));
  touch-action: pan-y;
}
.tray.is-dragging { cursor: grabbing; transition: filter .4s ease; }
.tray__lip {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, var(--steel-hi) 0 2px, var(--steel) 2px 9px, var(--steel-lo) 9px 13px, var(--steel-dk) 13px 15px);
  border-radius: var(--r-edge);
  box-shadow: 0 2px 5px rgba(20,22,28,.28);
}
.tray.is-open .tray__lip { background: linear-gradient(180deg, #DEE3EA 0 2px, var(--steel-hi) 2px 9px, var(--steel) 9px 13px, var(--steel-lo) 13px 15px); }
.tray__deck {
  position: absolute; left: 0; bottom: 0;
  width: 100%; height: var(--rd);
  transform-origin: 0 100%;
  transform: rotateX(90deg);
  background:
    linear-gradient(180deg, rgba(20,22,28,.20), rgba(20,22,28,.05) 40%, rgba(198,205,215,.85)),
    repeating-linear-gradient(90deg, var(--steel-lo) 0 1.5px, transparent 1.5px 13px);
  border-bottom: 2px solid var(--steel-lo);
}
.goods {
  position: absolute; left: 8px; right: 8px; bottom: 13px; height: 0;
  transform-style: preserve-3d;
}
.goods--back { transform: translateZ(calc(var(--rd) * -.52)); filter: brightness(.9) saturate(.9); }
.good {
  position: absolute; bottom: 0;
  display: block; width: var(--w, 60px); height: auto;
  transform-origin: 50% 100%;
  rotate: var(--rot, 0deg);
  translate: 0 0 0;
  transition: translate .26s cubic-bezier(.34,1.56,.64,1), filter .2s ease;
  cursor: pointer;
  filter: drop-shadow(0 3px 2px rgba(20,22,28,.30));
}
.good.is-lit { translate: 0 -9px 14px; filter: drop-shadow(0 9px 5px rgba(20,22,28,.30)) brightness(1.06); }
.good__sold { opacity: .34; filter: grayscale(.75) drop-shadow(0 2px 1px rgba(20,22,28,.2)); }
.castor {
  position: absolute; width: 17px; height: 17px;
  border-radius: var(--r-round);
  background: radial-gradient(circle at 34% 30%, var(--steel-hi), var(--steel-dk) 72%);
  border: 2px solid var(--steel-lo);
  bottom: 2px;
}
.castor::before {
  content: ""; position: absolute; left: 5px; top: -13px;
  width: 7px; height: 14px; background: var(--steel);
  border-radius: var(--r-edge);
}
.castor--fl { left: 2px;  transform: translateZ(0); }
.castor--fr { left: calc(var(--rw) - 19px); transform: translateZ(0); }
.castor--bl { left: 2px;  transform: translateZ(calc(var(--rd) * -1)); filter: brightness(.72); }
.castor--br { left: calc(var(--rw) - 19px); transform: translateZ(calc(var(--rd) * -1)); filter: brightness(.72); }
.docket {
  position: relative;
  background: var(--panel);
  border: 1px solid var(--hair);
  border-top: 4px solid var(--ink);
  border-radius: var(--r-edge);
  padding: clamp(20px, 2.2vw, 30px);
  box-shadow: 6px 6px 0 rgba(20,22,28,.09);
}
.docket::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(20,22,28,.11) 1px, transparent 1.2px);
  background-size: 13px 13px;
  opacity: .5;
  border-radius: var(--r-edge);
}
.docket > * { position: relative; z-index: 1; }
.docket__head {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding-bottom: 12px; margin-bottom: 12px;
  border-bottom: 1px dashed var(--hair);
}
.docket__time {
  font-family: var(--mono); font-weight: 700;
  font-size: clamp(30px, 3.6vw, 46px); letter-spacing: .02em;
  line-height: 1;
}
.docket__status {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em;
  text-transform: uppercase;
  padding: 6px 12px 5px; border-radius: var(--r-round);
  border: 1px solid var(--ink); color: var(--ink); white-space: nowrap;
}
.docket__status.is-now { background: var(--ember); border-color: var(--ember-dk); color: var(--chalk); }
.docket__status.is-gone { background: transparent; color: var(--ink-3); border-color: var(--hair); text-decoration: line-through; }
.docket__title {
  font-size: clamp(23px, 2.5vw, 31px);
  font-variation-settings: "SOFT" 30, "WONK" 1, "opsz" 90;
  margin-bottom: 10px;
}
.docket__note {
  font-size: 14.5px; line-height: 1.6; color: var(--ink-2);
  margin: 0 0 18px; max-width: 46ch;
}
.spec {
  position: relative; margin: 0 0 16px;
  display: grid; grid-template-columns: 116px minmax(0, 1fr); gap: 18px;
  align-items: center;
  background: var(--chalk);
  border: 1px solid var(--hair); border-radius: var(--r-edge);
  padding: 16px 18px;
}
.spec__art { display: flex; align-items: flex-end; justify-content: center; }
.spec__svg {
  width: 116px; height: 88px;
  filter: drop-shadow(0 5px 3px rgba(20,22,28,.22));
  transition: opacity .16s ease;
}
.spec figcaption { display: grid; gap: 2px; }
.spec__label {
  font-family: var(--mono); font-size: 9.5px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--ember);
}
.spec b { font-size: 18px; font-weight: 600; line-height: 1.2; }
.spec__sub { font-size: 13px; color: var(--ink-2); line-height: 1.4; }
.spec__price { font-family: var(--mono); font-weight: 700; font-size: 15px; margin-top: 4px; }
.spec::after {
  content: ""; position: absolute; right: -1px; bottom: -1px;
  width: 16px; height: 16px;
  border-right: 2px solid var(--ember); border-bottom: 2px solid var(--ember);
}
.rows { list-style: none; margin: 0 0 16px; padding: 0; display: grid; }
.rows li {
  position: relative;
  display: flex; align-items: baseline; justify-content: space-between; gap: 10px;
  padding: 9px 6px 9px 8px;
  border-top: 1px solid var(--hair);
  cursor: default;
  transition: background .15s ease;
}
.rows li:last-child { border-bottom: 1px solid var(--hair); }
.rows li.is-lit { background: rgba(226,64,31,.11); box-shadow: inset 3px 0 0 var(--ember); }
.rows .n { font-size: 14.8px; font-weight: 500; }
.rows .n em { font-style: normal; color: var(--ink-3); font-size: 12.5px; }
.rows .dots { flex: 1; height: 1px; border-bottom: 1px dotted var(--hair); transform: translateY(-4px); }
.rows .p { font-family: var(--mono); font-size: 13px; font-weight: 700; white-space: nowrap; }
.rows li.out .n { color: var(--ink-3); text-decoration: line-through; text-decoration-color: var(--ember); }
.rows li.out .p { color: var(--ink-3); font-weight: 400; }
.docket__foot {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-3); margin: 0;
}
.story {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr);
  gap: clamp(26px, 3.6vw, 60px);
  align-items: start;
}
.story__col p { font-size: 16px; line-height: 1.68; color: var(--ink-2); margin: 0 0 18px; max-width: 60ch; }
.story__lead {
  font-family: var(--serif) !important;
  font-variation-settings: "SOFT" 40, "WONK" 1, "opsz" 40;
  font-size: clamp(19px, 1.7vw, 24px) !important;
  line-height: 1.42 !important;
  color: var(--ink) !important;
  font-weight: 400;
}
.story__col em { font-style: italic; color: var(--ink); }
.facts {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 1px; background: var(--hair);
  border: 1px solid var(--hair); border-radius: var(--r-edge);
  overflow: hidden;
}
.facts li {
  background: var(--panel);
  display: grid; grid-template-columns: 78px 1fr; align-items: center; gap: 14px;
  padding: 16px 18px;
}
.facts b {
  font-family: var(--serif); font-size: 34px; font-weight: 700;
  font-variation-settings: "SOFT" 10, "WONK" 1, "opsz" 90;
  line-height: 1; color: var(--ember);
}
.facts span { font-size: 13.5px; line-height: 1.5; color: var(--ink-2); }
.visit {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: clamp(26px, 3.6vw, 56px);
  align-items: start;
}
.addr {
  font-family: var(--serif);
  font-variation-settings: "SOFT" 20, "WONK" 1, "opsz" 120;
  font-size: clamp(28px, 3.2vw, 40px); font-weight: 600; line-height: 1.12;
  margin: 0 0 26px;
}
.notes { margin: 0; display: grid; gap: 1px; background: var(--hair); border: 1px solid var(--hair); border-radius: var(--r-edge); overflow: hidden; }
.notes dt {
  background: var(--panel); padding: 13px 16px 4px;
  font-family: var(--mono); font-size: 10px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--ember);
}
.notes dd {
  background: var(--panel); margin: 0; padding: 0 16px 14px;
  font-size: 14px; line-height: 1.6; color: var(--ink-2);
}
.visit__map { margin: 0; }
.visit__map svg {
  width: 100%; height: auto; display: block;
  border: 1px solid var(--hair); border-radius: var(--r-edge);
}
.mapt { font-family: var(--mono); font-size: 10px; letter-spacing: .12em; fill: var(--ink-2); }
.mapt--sm { font-size: 8.5px; fill: var(--ink-3); }
.visit__map figcaption {
  font-family: var(--mono); font-size: 10px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ink-3); padding-top: 10px;
}
.wholesale {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(26px, 3.6vw, 60px);
  align-items: start;
}
.terms { list-style: none; margin: 22px 0; padding: 0; display: grid; gap: 1px; background: var(--hair); border-block: 1px solid var(--hair); }
.terms li {
  background: var(--paper); padding: 12px 2px;
  display: grid; grid-template-columns: 96px 1fr; gap: 14px; align-items: baseline;
  font-size: 14.5px; color: var(--ink-2);
}
.terms span { font-family: var(--mono); font-size: 10px; letter-spacing: .16em; color: var(--ink); }
.pad {
  position: relative; overflow: hidden;
  background: var(--chalk);
  border: 1px solid var(--hair);
  border-radius: var(--r-edge);
  padding: 22px clamp(18px, 2vw, 26px) 26px;
  display: grid; gap: 14px;
  box-shadow: 6px 6px 0 rgba(20,22,28,.11);
  transition: transform .4s cubic-bezier(.34,1.4,.64,1);
}
.pad.is-sent { transform: rotate(-1.1deg); }
.pad__head {
  display: flex; justify-content: space-between;
  font-family: var(--mono); font-size: 10px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--ink-3);
  padding-bottom: 12px; border-bottom: 2px solid var(--ink);
}
.field { display: grid; gap: 6px; }
.field > span {
  font-family: var(--mono); font-size: 10px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--ink-2);
}
.field input, .field select {
  font-family: var(--sans); font-size: 15px; color: var(--ink);
  background: transparent;
  border: 0; border-bottom: 1px solid var(--hair);
  border-radius: var(--r-none);
  padding: 8px 2px; width: 100%;
  transition: border-color .16s ease, background .16s ease;
}
.field input::placeholder { color: var(--ink-3); opacity: .7; }
.field input:focus, .field select:focus {
  outline: none; border-bottom-color: var(--ember);
  background: rgba(226,64,31,.05);
}
.field-row { display: grid; grid-template-columns: 1fr 128px; gap: 14px; }
.pad__err { margin: 0; font-family: var(--mono); font-size: 11px; letter-spacing: .08em; color: var(--ember-dk); }
.stamp {
  position: absolute; right: 14px; bottom: 66px;
  display: grid; justify-items: center; gap: 2px;
  padding: 9px 16px;
  border: 3px solid var(--ember);
  border-radius: var(--r-edge);
  color: var(--ember);
  font-family: var(--mono); letter-spacing: .18em;
  opacity: 0; scale: 1.5; rotate: -14deg;
  transition: opacity .18s ease, scale .3s cubic-bezier(.2,1.6,.5,1);
  pointer-events: none;
}
.stamp.is-on { opacity: .92; scale: 1; }
.stamp__l1 { font-size: 15px; font-weight: 700; }
.stamp__l2 { font-size: 9.5px; }
.foot {
  position: relative; z-index: 1;
  background: var(--ink); color: var(--paper-2);
  padding: clamp(38px, 5vw, 64px) clamp(20px, 4.4vw, 64px) 34px;
}
.foot__grid {
  max-width: 1420px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px;
}
.foot__mark {
  font-family: var(--serif); font-size: 26px; font-weight: 700;
  font-variation-settings: "SOFT" 40, "WONK" 1, "opsz" 72;
  color: var(--chalk); margin: 0 0 6px;
}
.foot .small { color: var(--steel); }
.foot a { color: var(--ember); text-decoration: none; border-bottom: 1px solid rgba(226,64,31,.4); }
.foot a:hover { color: var(--chalk); border-bottom-color: var(--chalk); }
.foot__rule { max-width: 1420px; margin: 30px auto 14px; height: 1px; background: rgba(198,205,215,.22); }
.foot__fine {
  max-width: 1420px; margin: 0 auto;
  font-family: var(--mono); font-size: 10px; letter-spacing: .1em;
  color: var(--steel-lo); line-height: 1.7;
}
@media (max-width: 1120px) {
  .hero { grid-template-columns: 1fr; }
  .hero__spec { max-width: 460px; }
  .rackgrid, .story, .visit, .wholesale { grid-template-columns: 1fr; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .stage { margin-inline: auto; width: 100%; }
}
@media (max-width: 760px) {
  :root {
    --rw: 250px; --rd: 118px; --rh: 404px;
    --lvl: 68px; --lv0: 56px; --pull: 96px; --push: -16px;
  }
  .topnav a:not(.topnav__cta) { display: none; }
  .stage { perspective: 900px; perspective-origin: 50% 34%; height: calc(var(--rh) + 104px); }
  .rack { left: clamp(96px, 30%, 128px); top: 22px; }
  .tag { left: -92px; width: 88px; padding: 5px 8px 6px; }
  .tag__t { font-size: 13px; }
  .facts { grid-template-columns: 1fr; }
  .foot__grid { grid-template-columns: 1fr; gap: 20px; }
  .field-row { grid-template-columns: 1fr; }
  .hero__h1 { font-size: clamp(36px, 11vw, 56px); }
  .plate { left: 4px; top: -44px; padding: 6px 10px 7px; }
  .plate__name { font-size: 10.5px; letter-spacing: .16em; }
  .plate__sub { font-size: 8px; letter-spacing: .08em; white-space: nowrap; }
}
@media (max-width: 430px) {
  :root { --rw: 214px; --rd: 100px; --rh: 372px; --lvl: 62px; --lv0: 50px; --pull: 76px; }
  .rack { left: 96px; }
  .tag { left: -88px; width: 84px; }
  .sechead { flex-wrap: wrap; gap: 10px; }
  .sechead__rule { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
  }
}
