:root {
  --navy: #0B1C2D;
  --navy-2: #12263A;
  --navy-3: #1A334C;
  --amber: #C97A1A;
  --amber-2: #E09A3A;
  --amber-deep: #A05F12;
  --cream: #F4EFE6;
  --cream-2: #E8E0D2;
  --ink: #15202B;
  --slate: #5C6876;
  --line: rgba(11, 28, 45, 0.10);
  --white: #FFFcf7;
  --ok: #2E6B4F;
  --bad: #8B2E2E;
  --shadow: 0 18px 50px rgba(11, 28, 45, 0.12);
  --radius: 18px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Outfit", system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  overflow-x: hidden;
}
:focus-visible { outline: 2px solid var(--amber, #C77D21); outline-offset: 3px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 2px solid var(--amber, #C77D21); outline-offset: 3px;
}
.skip {
  position: absolute; left: 12px; top: -40px;
  background: var(--amber); color: #fff; padding: 8px 12px; z-index: 90;
}
.skip:focus { top: 12px; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: var(--amber);
}
h1, h2, h3, .serif { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; }

/* NAV */
.nav {
  position: fixed; inset: 16px 0 auto;
  z-index: 50;
  display: flex; justify-content: center;
}
.nav-inner {
  width: min(1180px, calc(100% - 28px));
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  padding: 10px 12px 10px 18px;
  background: rgba(11, 28, 45, 0.78);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  color: #fff;
}
.logo {
  display: flex; align-items: center; gap: 10px;
  font-weight: 600; letter-spacing: 0.02em;
}
.logo-type { display: flex; flex-direction: column; line-height: 1.05; }
.logo-type small { font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.62); font-weight: 500; }
.logo b { color: var(--amber-2); font-weight: 600; }
.logo-mark {
  width: 42px; height: 42px;
  object-fit: contain;
  background: transparent;
  border-radius: 10px;
}
.logo-lockup { width: min(280px, 70%); height: auto; }
.brand-reel {
  background: #fff;
  padding: 28px 0 8px;
}
.brand-reel-inner {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  align-items: center;
}
.brand-reel video {
  width: 180px; height: 180px;
  object-fit: cover;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.foot-brand { display: flex; align-items: center; gap: 14px; }
.foot-brand img { width: 72px; height: 72px; object-fit: contain; background: #fff; border-radius: 14px; padding: 4px; }
.chat-head img { width: 34px; height: 34px; object-fit: cover; border-radius: 8px; background: #fff; }
.nav-links { display: flex; gap: 18px; font-size: 14px; color: rgba(255,255,255,0.78); }
.nav-links a { display: inline-flex; align-items: center; min-height: 24px; padding: 6px 2px; }
.nav-links a:hover { color: #fff; }
.nav-cta {
  background: var(--amber);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 600;
  cursor: pointer;
}
.nav-cta:hover { background: var(--amber-2); color: var(--navy); }
.burger { display: none; background: none; border: 0; color: #fff; font-size: 22px; }
.nav-inner.is-open .nav-links {
  display: flex;
  position: absolute;
  top: 70px;
  right: 8px;
  flex-direction: column;
  background: #0B1C2D;
  padding: 16px 18px;
  border-radius: 14px;
  min-width: 200px;
  box-shadow: var(--shadow);
}
.form-error {
  color: var(--bad);
  font-size: 14px;
  font-weight: 600;
}
.faq { display: grid; gap: 10px; max-width: 820px; margin: 0 auto; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 4px 18px;
}
.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--navy);
  padding: 14px 0;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--amber);
  font-weight: 500;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item p { color: var(--slate); padding: 0 0 16px; }
.legal-copy { max-width: 72ch; padding-bottom: 40px; }
.legal-copy h1 { font-size: clamp(36px,5vw,60px); color: var(--navy); line-height: 1.05; margin: 8px 0 14px; }
.legal-copy h2 { font-size: 28px; color: var(--navy); margin: 28px 0 8px; }
.legal-copy p { margin-bottom: 12px; }
.page-h { font-size: clamp(34px,5vw,58px); color: var(--navy); line-height: 1.05; margin: 8px 0 14px; max-width: 18ch; }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.work-card h2, .work-card h3 { font-size: 28px; color: var(--navy); margin: 6px 0 10px; line-height: 1.15; }
.compare { margin-top: 36px; overflow-x: auto; }
.compare-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; font-size: 14px; }
.compare-table th, .compare-table td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare-table thead th { background: var(--navy); color: #fff; font-weight: 600; }
.compare-table tbody th { color: var(--navy); width: 18%; }
.supp-table { font-size: 13px; }
.supp-table tbody th { width: 22%; }
.quotes { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
.quotes blockquote { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px; }
.quotes p { font-family: "Instrument Serif", serif; font-size: 26px; line-height: 1.2; color: var(--navy); }
.quotes cite { display: block; margin-top: 12px; font-size: 13px; color: var(--slate); font-style: normal; }
.mini { width: 100%; border-collapse: collapse; font-size: 13px; }
.mini th, .mini td { text-align: left; padding: 6px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.sample-sheet { margin-bottom: 8px; }
.sample-sheet header { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 8px; }
@media (max-width: 900px) {
  .work-grid, .quotes { grid-template-columns: 1fr; }
}

/* HERO */
.hero {
  position: relative;
  min-height: 100svh;
  color: #fff;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  background: var(--navy);
}
.hero-media {
  position: absolute; inset: 0;
  background-image: image-set(
    url("images/hero-roof-1600.webp") type("image/webp"),
    url("images/hero-roof.jpg") type("image/jpeg")
  );
  background-position: center;
  background-size: cover;
  transform: scale(1.08);
  animation: ken 18s ease-in-out infinite alternate;
  filter: saturate(0.92);
}
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11,28,45,0.25) 0%, rgba(11,28,45,0.55) 45%, rgba(11,28,45,0.92) 100%),
    radial-gradient(ellipse at 70% 20%, rgba(201,122,26,0.18), transparent 50%);
}
@keyframes ken { from { transform: scale(1.05) translateY(0); } to { transform: scale(1.14) translateY(-2%); } }

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: end;
  padding: 96px 0 22px;
}
.hero h1 {
  font-size: clamp(34px, 5.2vw, 64px);
  line-height: 0.96;
  max-width: 16ch;
  margin: 10px 0 12px;
}
.hero h1 em { font-style: italic; color: var(--amber-2); }
.lede { max-width: 54ch; color: rgba(255,255,255,0.82); font-size: 16px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  border-radius: 999px; padding: 13px 18px; font-weight: 600; border: 0; cursor: pointer;
}
.btn-amber { background: var(--amber); color: #fff; }
.btn-amber:hover { background: var(--amber-2); color: var(--navy); }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.28); }
.btn-ghost:hover { background: rgba(255,255,255,0.08); }
.hero-bar {
  position: relative;
  z-index: 3;
  background: rgba(11, 28, 45, 0.78);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,0.12);
}
.hero-meta {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 14px 0;
  border: 0;
}
.hero-meta b { display: block; font-size: 20px; font-family: "Instrument Serif", serif; }
.hero-meta span { color: rgba(255,255,255,0.62); font-size: 13px; }

/* SECTIONS */
section { padding: 92px 0; }
.center { text-align: center; }
.section-head { max-width: 680px; margin: 0 auto 42px; }
.section-head h2 { font-size: clamp(34px, 5vw, 56px); line-height: 1.05; margin: 8px 0 12px; color: var(--navy); }
.muted { color: var(--slate); }

.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.split picture, .bio picture, .dist picture { display: block; }
.split img { border-radius: 22px; height: 460px; width: 100%; object-fit: cover; box-shadow: var(--shadow); }

.pills { display: flex; gap: 8px; flex-wrap: wrap; margin: 18px 0; }
.pill {
  border: 1px solid var(--line); background: #fff; border-radius: 999px;
  padding: 6px 12px; font-size: 13px; color: var(--navy);
}

/* SKUS */
.sku-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sku {
  background: #fff; border: 1px solid var(--line); border-radius: 22px; overflow: hidden;
  transform: translateY(24px); opacity: 0;
  animation: rise 0.7s ease forwards;
  box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
}
.sku:nth-child(2) { animation-delay: 0.12s; }
.sku:nth-child(3) { animation-delay: 0.24s; }
@keyframes rise { to { transform: none; opacity: 1; } }
.sku-top { background: var(--navy); color: #fff; padding: 18px 20px; display: flex; justify-content: space-between; }
.sku-top span { color: var(--amber-2); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }
.sku-body { padding: 20px; }
.price { font-size: 32px; color: var(--navy); font-family: "Instrument Serif", serif; }
.turn { color: var(--amber-deep); font-size: 13px; font-weight: 600; margin: 4px 0 12px; }
.sku li { margin: 8px 0 8px 18px; color: var(--slate); }

/* HOW */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step {
  background: #fff; border-radius: 18px; padding: 22px; border: 1px solid var(--line);
}
.num {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--amber); color: #fff; display: grid; place-items: center; font-weight: 700;
  margin-bottom: 12px;
}
.step h3 { font-size: 22px; margin-bottom: 8px; color: var(--navy); }

/* MARKETS + NOT */
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.card {
  background: #fff; border-radius: var(--radius); padding: 26px; border: 1px solid var(--line);
}
.card.dark { background: var(--navy); color: #fff; }
.card.amber { background: var(--amber); color: #fff; }
.card h3 { font-size: 28px; margin: 6px 0 10px; }
.list li { margin: 8px 0 8px 18px; }

/* TEAM */
.team { display: grid; grid-template-columns: 1.1fr 0.9fr 0.9fr; gap: 18px; }
.bio { background: #fff; border-radius: 22px; overflow: hidden; border: 1px solid var(--line); }
.bio img { width: 100%; height: 280px; object-fit: cover; object-position: top; }
.dist picture { height: 100%; min-height: 360px; }
.bio-body { padding: 20px; }
.role { color: var(--amber-deep); font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.bio h3 { font-size: 28px; color: var(--navy); margin: 4px 0 8px; }

/* DIST */
.dist {
  background: var(--navy); color: #fff; border-radius: 28px; overflow: hidden;
  display: grid; grid-template-columns: 1.1fr 0.9fr;
}
.dist-copy { padding: 42px; }
.dist img { height: 100%; width: 100%; object-fit: cover; min-height: 360px; }

/* FORM */
.intake {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 28px; align-items: start;
}
form {
  background: #fff; border-radius: 22px; padding: 26px; border: 1px solid var(--line);
  display: grid; gap: 12px;
}
label { font-size: 13px; font-weight: 600; color: var(--navy); }
input, select, textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; background: #fff;
}
textarea { min-height: 110px; resize: vertical; }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-note { font-size: 13px; color: var(--slate); }
.chooser {
  display: inline-flex;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  padding: 4px;
  margin: 14px 0 6px;
}
.chooser-btn {
  border: 0; background: transparent; color: rgba(255,255,255,0.78);
  border-radius: 999px; padding: 8px 14px; cursor: pointer; font-weight: 600; font-size: 13px;
}
.chooser-btn.is-on { background: var(--amber); color: #fff; }
.clock {
  margin-top: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--amber);
  padding: 12px 14px;
  color: var(--navy);
  display: grid; gap: 4px;
}
.clock strong { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--amber-deep); }
.clock span { font-weight: 600; }
.clock small { color: var(--slate); font-size: 12px; }
.clock.is-closed { border-left-color: var(--navy); }
.file-chips { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 8px; }
.chip-file {
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 4px 8px 4px 12px; font-size: 12px; display: inline-flex; gap: 8px; align-items: center;
}
.chip-file button { border: 0; background: none; cursor: pointer; color: var(--slate); }
.drop {
  display: grid; gap: 4px;
  border: 1.5px dashed rgba(11,28,45,0.25);
  border-radius: 14px;
  padding: 18px;
  text-align: center;
  cursor: pointer;
  background: #fbf8f2;
}
.drop input { position: absolute; opacity: 0; width: 0; height: 0; }
.drop strong { color: var(--navy); }
.drop span, .drop em { font-size: 13px; color: var(--slate); font-style: normal; }
.drop.drag { border-color: var(--amber); background: #fff6e8; }
.mobile-bar { display: none; }
.intro-page { padding-top: 108px; }
.intro-hero { text-align: left; padding-bottom: 28px; }
.intro-hero h1 { font-size: clamp(34px,5vw,56px); color: var(--navy); line-height: 1.05; margin: 8px 0 14px; max-width: 18ch; }
.intro-lockup { width: min(280px, 70%); margin-bottom: 18px; }
@media print {
  .nav, .mobile-bar, .chat-fab, .chat { display: none !important; }
  .intro-page { padding-top: 0; }
}

/* FOOTER */
footer { background: var(--navy); color: rgba(255,255,255,0.78); padding: 48px 0 28px; }
.foot { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
footer strong { color: #fff; }
footer a { display: inline-flex; align-items: center; min-height: 24px; padding: 4px 2px; }
.tiny { margin-top: 28px; font-size: 12px; color: rgba(255,255,255,0.5); max-width: 80ch; }

/* CHAT */
.chat-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 80;
  width: 62px; height: 62px; border-radius: 50%;
  background: var(--amber); color: #fff; border: 0; cursor: pointer;
  box-shadow: 0 12px 30px rgba(201,122,26,0.4);
  font-size: 22px;
}
.chat-fab:hover { transform: translateY(-2px); }
.chat {
  position: fixed; right: 22px; bottom: 96px; z-index: 80;
  width: min(380px, calc(100vw - 28px));
  height: min(560px, calc(100svh - 140px));
  background: #fff; border-radius: 22px; box-shadow: var(--shadow);
  display: none; flex-direction: column; overflow: hidden; border: 1px solid var(--line);
}
.chat.open { display: flex; animation: pop 0.25s ease; }
.chat[hidden] { display: none !important; }
.chat.open[hidden] { display: flex !important; }
@keyframes pop { from { transform: translateY(12px); opacity: 0; } to { transform: none; opacity: 1; } }
.chat-head {
  background: var(--navy); color: #fff; padding: 14px 16px;
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
}
.chat-head > div:first-of-type { flex: 1; }
.chat-head small { color: rgba(255,255,255,0.65); }
.chat-msgs { flex: 1; overflow: auto; padding: 14px; display: flex; flex-direction: column; gap: 10px; background: #f7f3ec; }
.bubble { max-width: 86%; padding: 10px 12px; border-radius: 14px; font-size: 14px; }
.bot { background: #fff; border: 1px solid var(--line); align-self: flex-start; }
.user { background: var(--navy); color: #fff; align-self: flex-end; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 14px 10px; background: #f7f3ec; }
.chip { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 6px 10px; font-size: 12px; cursor: pointer; }
.chat-input { display: flex; border-top: 1px solid var(--line); }
.chat-input input { border: 0; border-radius: 0; }
.chat-input button { border: 0; background: var(--amber); color: #fff; padding: 0 16px; cursor: pointer; }

.reveal { opacity: 1; transform: none; }
html.js .reveal { transition: transform 0.55s ease; }
html.js .reveal:not(.in) { transform: translateY(8px); }
@media (prefers-reduced-motion: reduce) {
  .hero-media, .ramp-line path, .marquee-track, .sku { animation: none; }
  .reveal { opacity: 1; transform: none; }
}

.marquee {
  overflow: hidden; border-block: 1px solid var(--line); background: #fff;
}
.marquee-track {
  display: flex; gap: 36px; padding: 14px 0;
  width: max-content; animation: slide 28s linear infinite;
  font-weight: 600; color: var(--navy);
}
@keyframes slide { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .burger { display: block; }
  .hero-meta, .sku-grid, .steps, .two, .team, .split, .intake, .dist, .brand-reel-inner, .work-grid, .quotes { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 92px; padding-bottom: 16px; }
  .hero-meta { grid-template-columns: 1fr 1fr; gap: 10px; padding: 12px 0 18px; }
  .hero { min-height: 100svh; }
  .nav-inner { border-radius: 18px; }
  .nav-cta { display: none; }
  .logo-type { display: none; }
  footer { padding-bottom: 96px; }
  .chat-fab { bottom: 78px; }
  .chat { bottom: 148px; }
  .mobile-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed; left: 12px; right: 12px; bottom: 12px;
    z-index: 70;
    background: var(--navy);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow);
  }
  .mobile-bar a {
    color: #fff;
    text-align: center;
    padding: 14px 8px;
    font-weight: 600;
    font-size: 14px;
  }
  .mobile-bar a:first-child { background: var(--amber); }
}

.reel-box{position:relative;display:inline-block}
.reel-pause{margin-top:8px;font-size:12px;padding:8px 12px;min-height:24px;border:1px solid var(--line);background:#fff;cursor:pointer}
.calc{margin-top:28px;padding:22px;background:var(--paper,#F9F7F2);border:1px solid var(--line,#ddd)}
.calc-row{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end;margin:12px 0}
.calc-row label{font-size:13px;display:flex;flex-direction:column;gap:6px}
.calc-row input[type=number],.calc-row select{min-height:40px;padding:8px 10px;min-width:180px}
.calc-row .chk{flex-direction:row;align-items:center;min-height:24px}
.calc-out{font-size:20px;color:var(--navy);font-weight:600}
.photo-credit{font-size:12px;color:var(--muted,#5C6B73);margin-top:6px}


/* ===== homepage shop-board world (body.shop). Landers keep incumbent rules above. ===== */
@font-face {
  font-family: "Saira Extra Condensed";
  src: url("fonts/saira-500.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Saira Extra Condensed";
  src: url("fonts/saira-600.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Saira Extra Condensed";
  src: url("fonts/saira-700.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Saira Extra Condensed";
  src: url("fonts/saira-800.woff2") format("woff2");
  font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("fonts/source-400.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("fonts/source-400-italic.woff2") format("woff2");
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("fonts/source-600.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("fonts/source-700.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}

/* ===== SHOP BOARD WORLD (homepage only; landers keep incumbent) ===== */
body.shop {
  --porcelain: #E8E4D8;
  --fluorescent: #C8D0C4;
  --ink: #1C1C1C;
  --marker: #C41E3A;
  --steel: #6B7280;
  --dim: #3E3A36;
  --ghost: rgba(28, 28, 28, 0.14);
  --frame: #9AA0A6;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  background: var(--fluorescent);
  color: var(--ink);
  line-height: 1.5;
  overflow-x: hidden;
  caret-color: var(--marker);
}
body.shop ::selection {
  background: var(--marker);
  color: var(--porcelain);
}
body.shop :focus-visible {
  outline: 2px solid var(--marker);
  outline-offset: 3px;
}
body.shop a:focus-visible,
body.shop button:focus-visible,
body.shop input:focus-visible,
body.shop select:focus-visible,
body.shop textarea:focus-visible,
body.shop summary:focus-visible {
  outline: 2px solid var(--marker);
  outline-offset: 3px;
}
body.shop {
  scrollbar-color: var(--steel) var(--porcelain);
}
body.shop::-webkit-scrollbar { width: 10px; height: 10px; }
body.shop::-webkit-scrollbar-track { background: var(--porcelain); }
body.shop::-webkit-scrollbar-thumb { background: var(--steel); border: 0; }
body.shop::-webkit-scrollbar-thumb:hover { background: var(--marker); }

body.shop .skip {
  background: var(--marker);
  color: #fff;
  padding: 8px 12px;
}
body.shop a { color: inherit; text-underline-offset: 3px; }
body.shop .sheet a,
body.shop .board-book a,
body.shop .sheet-cta a,
body.shop footer a,
body.shop .form-note a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
body.shop .sheet a:hover,
body.shop .board-book a:hover { color: var(--marker); }

.letter,
body.shop h1,
body.shop h2,
body.shop h3,
body.shop .board-mark,
body.shop .job,
body.shop .job-head,
body.shop .magnet,
body.shop .chooser-btn,
body.shop .row-write,
body.shop .state-tag,
body.shop .shop-foot strong,
body.shop .nav-links a {
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-style: normal;
}

/* FIRST VIEWPORT — the board is the page */
.board-hero {
  min-height: 100svh;
  height: 100svh;
  background: #6a726c;
  padding: 10px;
  overflow: hidden;
}
.board {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--porcelain);
  background-image: url("images/board/porcelain.png");
  background-size: cover;
  background-position: center;
  border: 14px solid var(--frame);
  border-image: url("images/board/magnet-steel.png") 12 stretch;
  box-shadow: 3px 8px 22px rgba(28, 28, 28, 0.32);
  overflow: hidden;
}
.screw {
  position: absolute;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #3a3d40;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  z-index: 4;
}
.screw-tl { top: 8px; left: 8px; }
.screw-tr { top: 8px; right: 8px; }
.screw-bl { bottom: 78px; left: 8px; }
.screw-br { bottom: 78px; right: 8px; }

.board-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  padding: 14px 28px 6px;
  position: relative;
  z-index: 5;
  background: transparent;
  border: 0;
  width: 100%;
  color: var(--ink);
}
.board-mark {
  font-weight: 800;
  font-size: clamp(28px, 4.4vw, 58px);
  letter-spacing: 0.02em;
  line-height: 0.86;
  color: var(--ink);
  text-decoration: none;
  text-shadow: 0.5px 0.5px 0 rgba(28,28,28,0.18);
  margin-right: auto;
}
.magnet-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.magnet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--steel);
  background-image: url("images/board/magnet-steel.png");
  background-size: cover;
  color: #111;
  font-size: 12px;
  letter-spacing: 0.14em;
  padding: 7px 12px;
  min-height: 30px;
  border: 1px solid #3f444c;
  border-radius: 0;
  text-decoration: none;
  box-shadow: 1px 2px 3px rgba(28,28,28,0.28);
}
body.shop .chooser {
  display: inline-flex;
  gap: 0;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
body.shop .chooser-btn {
  background: transparent;
  color: var(--dim);
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 4px 10px;
  cursor: pointer;
  font-size: 14px;
}
body.shop .chooser-btn.is-on {
  background: transparent;
  color: var(--marker);
  border-bottom-color: var(--marker);
}
body.shop .nav-links {
  display: flex;
  gap: 16px;
  font-size: 14px;
  color: var(--ink);
}
body.shop .nav-links a {
  text-decoration: none;
  padding: 4px 0;
  min-height: 24px;
  opacity: 0.78;
}
body.shop .nav-links a:hover { opacity: 1; color: var(--marker); }
body.shop .burger {
  display: none;
  background: none;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  padding: 6px;
}
.board-composite {
  padding: 0 28px;
  font-size: 12px;
  color: var(--dim);
  letter-spacing: 0.04em;
}
.board-lede-block {
  padding: 4px 28px 8px;
  max-width: 72ch;
}
.board-lede-block h1 {
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1;
  margin: 0 0 6px;
  font-weight: 800;
  letter-spacing: 0.03em;
}
.board-lede-block .lede {
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--dim);
  max-width: 62ch;
  line-height: 1.4;
}

.job-board {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  margin: 0 22px;
  border-top: 1px solid var(--ink);
  overflow: auto;
}
.job-head,
.job {
  display: grid;
  grid-template-columns: minmax(0, 2.4fr) minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 0.7fr);
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border-bottom: 1px solid var(--ink);
  min-height: 40px;
  flex: 1 1 0;
  font-size: clamp(14px, 1.55vw, 22px);
  line-height: 1.05;
}
.job-head {
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.16em;
  min-height: 32px;
  flex: 0 0 auto;
  color: var(--ink);
}
.job.dim {
  color: var(--dim);
}
.job.dim span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.job.state-back u { text-underline-offset: 3px; }
.job.ghost-empty { color: rgba(28,28,28,0.32); font-weight: 500; }
.job.is-open {
  display: flex;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  background: var(--marker);
  color: #F4EFE6;
  text-decoration: none;
  flex: 1.55 1 0;
  min-height: 56px;
  position: sticky;
  bottom: 0;
  z-index: 3;
  border-bottom: 1px solid var(--ink);
}
.job.is-open:hover { filter: brightness(1.05); }
.job.is-open:focus-visible { outline-offset: -4px; color: #fff; }
.row-write {
  font-weight: 800;
  font-size: clamp(20px, 3.2vw, 40px);
  letter-spacing: 0.055em;
  line-height: 0.95;
  text-align: center;
  color: #F4EFE6;
  text-shadow: 0.4px 0.4px 0 rgba(28,28,28,0.25);
}

.board-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 8px 28px 4px;
  font-size: 13px;
}
.board-meta b {
  display: block;
  font-family: "Saira Extra Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 14px;
}
.board-meta span { color: var(--dim); }
.board-book {
  padding: 2px 28px 8px;
  font-size: 14px;
  color: var(--dim);
}
.tray {
  height: 68px;
  flex-shrink: 0;
  overflow: hidden;
  border-top: 1px solid #4a4f54;
  background: #5c6166;
}
.tray img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* Rest of page: more of the same board */
body.shop main { background: transparent; }
.sheet {
  padding: 56px 0 28px;
}
.sheet-inner {
  width: min(1080px, calc(100% - 36px));
  margin: 0 auto;
  background-color: var(--porcelain);
  background-image: url("images/board/porcelain.png");
  background-size: cover;
  border: 10px solid var(--frame);
  padding: 36px 40px 40px;
  box-shadow: 3px 8px 22px rgba(28, 28, 28, 0.22);
}
body.shop h2 {
  font-size: clamp(28px, 4.2vw, 48px);
  line-height: 0.95;
  margin: 0 0 12px;
  font-weight: 800;
  max-width: 22ch;
}
body.shop h3 {
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1;
  margin: 0 0 8px;
  font-weight: 700;
}
.measure {
  max-width: 68ch;
  color: var(--dim);
  margin-bottom: 22px;
  font-size: 17px;
}

.states {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--ink);
}
.state {
  border-bottom: 1px solid var(--ink);
  border-right: 1px solid var(--ink);
  padding: 18px 16px 20px;
}
.state:nth-child(2n) { border-right: 0; }
.state-tag {
  display: inline-block;
  color: var(--marker);
  font-size: 13px;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
}
.state p { color: var(--dim); font-size: 15px; }

.ruled-blocks {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--ink);
}
.ruled-blocks article {
  padding: 18px 0 20px;
  border-bottom: 1px solid var(--ink);
}
.ruled-blocks p { color: var(--dim); max-width: 68ch; }

.sheet-cta {
  margin-top: 22px;
  max-width: 68ch;
  font-size: 16px;
}

body.shop .board-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background: transparent;
  border: 1px solid var(--ink);
  border-radius: 0;
  overflow: visible;
}
body.shop .board-table th,
body.shop .board-table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid var(--ink);
  vertical-align: top;
  background: transparent;
}
body.shop .board-table thead th {
  background: var(--ink);
  color: var(--porcelain);
  font-family: "Saira Extra Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
body.shop .board-table tbody th {
  color: var(--ink);
  width: 22%;
  font-family: "Saira Extra Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
body.shop .board-table tbody td { color: var(--dim); }

.plain-list { margin: 16px 0 0 18px; }
.plain-list li { margin: 6px 0; }

.job-board.compact {
  margin: 0;
  border: 1px solid var(--ink);
  overflow: visible;
  flex: none;
}
.job-board.compact .job-head,
.job-board.compact .job {
  grid-template-columns: 1.4fr 0.9fr 1.6fr;
  flex: none;
  min-height: 44px;
}
.job-board.compact .job.dim span { white-space: normal; }

body.shop .quotes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid var(--ink);
}
body.shop .quotes blockquote {
  background: transparent;
  border: 0;
  border-right: 1px solid var(--ink);
  border-radius: 0;
  padding: 18px 18px 18px 0;
}
body.shop .quotes blockquote:last-child { border-right: 0; padding-right: 0; padding-left: 18px; }
body.shop .quotes p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.35;
  color: var(--ink);
  text-transform: none;
  letter-spacing: 0;
}
body.shop .quotes cite {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: var(--dim);
  font-style: normal;
}

.clipped {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  margin-top: 8px;
}
.clipped img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border: 1px solid var(--ink);
  border-radius: 0;
}
.clipped p { color: var(--dim); font-size: 15px; }
body.shop .photo-credit {
  font-size: 12px;
  color: var(--dim);
  margin: 6px 0 10px;
}
.sheet-pic img {
  width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: cover;
  border: 1px solid var(--ink);
  margin-top: 16px;
}

body.shop .faq {
  display: grid;
  gap: 0;
  max-width: none;
  margin: 0;
  border-top: 1px solid var(--ink);
}
body.shop .faq-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  padding: 0;
}
body.shop .faq-item summary {
  cursor: pointer;
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ink);
  padding: 14px 0;
  list-style: none;
  font-size: 18px;
}
body.shop .faq-item summary::-webkit-details-marker { display: none; }
body.shop .faq-item summary::after {
  content: "+";
  float: right;
  color: var(--marker);
  font-weight: 700;
}
body.shop .faq-item[open] summary::after { content: "–"; }
body.shop .faq-item p {
  color: var(--dim);
  padding: 0 0 16px;
  max-width: 68ch;
}

body.shop .intake {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}
body.shop .clock {
  margin: 14px 0;
  background: transparent;
  border: 1px solid var(--ink);
  border-left: 0;
  padding: 12px 14px;
  color: var(--ink);
  display: grid;
  gap: 4px;
}
body.shop .clock strong {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--marker);
}
body.shop .clock span { font-weight: 600; }
body.shop .clock small { color: var(--dim); font-size: 12px; }
body.shop .clock.is-closed strong { color: var(--ink); }
.desk-mail { margin: 16px 0; font-weight: 600; }

body.shop form {
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: 0;
  display: grid;
  gap: 12px;
}
body.shop label {
  font-size: 13px;
  font-weight: 700;
  font-family: "Saira Extra Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink);
  display: block;
  margin-bottom: 4px;
}
body.shop input,
body.shop select,
body.shop textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  padding: 10px 4px;
  background: transparent;
  color: var(--ink);
  caret-color: var(--marker);
}
body.shop textarea { min-height: 110px; resize: vertical; border: 1px solid var(--ink); padding: 10px; }
body.shop .row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
body.shop .form-note { font-size: 13px; color: var(--dim); }
body.shop .form-error { color: var(--marker); font-size: 14px; font-weight: 700; }
body.shop .drop {
  display: grid;
  gap: 4px;
  border: 1px dashed var(--ink);
  border-radius: 0;
  padding: 18px;
  text-align: center;
  cursor: pointer;
  background: rgba(255,255,255,0.18);
  position: relative;
}
body.shop .drop input { position: absolute; opacity: 0; width: 0; height: 0; }
body.shop .drop strong { color: var(--ink); font-family: "Saira Extra Condensed", sans-serif; text-transform: uppercase; letter-spacing: 0.06em; }
body.shop .drop span, body.shop .drop em { font-size: 13px; color: var(--dim); font-style: normal; }
body.shop .drop.drag { border-style: solid; border-color: var(--marker); background: rgba(196,30,58,0.08); }
body.shop .file-chips { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 8px; }
body.shop .chip-file {
  background: transparent;
  border: 1px solid var(--ink);
  border-radius: 0;
  padding: 4px 8px 4px 12px;
  font-size: 12px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
body.shop .chip-file button { border: 0; background: none; cursor: pointer; color: var(--dim); }

.submit-write {
  display: block;
  width: 100%;
  border: 0;
  background: var(--marker);
  color: #F4EFE6;
  padding: 16px 12px;
  cursor: pointer;
  font-size: clamp(18px, 2vw, 26px);
  border-radius: 0;
}

body.shop .shop-foot {
  background: var(--ink);
  color: #d5d1c8;
  padding: 40px 0 28px;
}
body.shop .shop-foot .sheet-inner {
  background: transparent;
  background-image: none;
  border: 0;
  box-shadow: none;
  padding: 0;
  width: min(1080px, calc(100% - 36px));
}
body.shop .shop-foot .foot {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
body.shop .shop-foot strong {
  color: var(--porcelain);
  font-size: 22px;
  display: block;
}
body.shop .shop-foot .tiny {
  margin-top: 28px;
  font-size: 12px;
  color: #9a958c;
  max-width: 80ch;
}
body.shop .foot-brand { display: block; }
body.shop .foot-brand img { display: none; }

body.shop .mobile-bar { display: none; }

body.shop .chat-fab {
  position: fixed; right: 18px; bottom: 18px; z-index: 80;
  width: 56px; height: 56px; border-radius: 0;
  background: var(--marker); color: #fff; border: 1px solid var(--ink);
  cursor: pointer;
  box-shadow: 2px 4px 10px rgba(28,28,28,0.28);
  display: grid; place-items: center;
}
body.shop .chat-fab:hover { transform: none; filter: brightness(1.06); }
body.shop .chat {
  position: fixed; right: 18px; bottom: 84px; z-index: 80;
  width: min(380px, calc(100vw - 28px));
  height: min(560px, calc(100svh - 140px));
  background: var(--porcelain);
  background-image: url("images/board/porcelain.png");
  background-size: cover;
  border-radius: 0;
  box-shadow: 3px 8px 22px rgba(28,28,28,0.32);
  display: none; flex-direction: column; overflow: hidden;
  border: 8px solid var(--frame);
}
body.shop .chat.open { display: flex; animation: none; }
body.shop .chat[hidden] { display: none !important; }
body.shop .chat.open[hidden] { display: flex !important; }
body.shop .chat-head {
  background: var(--ink); color: var(--porcelain); padding: 12px 14px;
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
  border-radius: 0;
}
body.shop .chat-head small { color: #c4bfb6; }
body.shop #chatClose {
  background: none; border: 0; color: var(--porcelain);
  font-family: "Saira Extra Condensed", sans-serif;
  text-transform: uppercase; letter-spacing: 0.08em;
  cursor: pointer; font-size: 13px;
}
body.shop .chat-msgs {
  flex: 1; overflow: auto; padding: 14px;
  display: flex; flex-direction: column; gap: 10px;
  background: transparent;
}
body.shop .bubble {
  max-width: 86%; padding: 8px 0; border-radius: 0; font-size: 14px;
  border-bottom: 1px solid var(--ghost);
}
body.shop .bot { background: transparent; border: 0; border-bottom: 1px solid var(--ghost); align-self: flex-start; color: var(--ink); }
body.shop .user { background: transparent; color: var(--marker); align-self: flex-end; border-bottom: 1px solid var(--marker); }
body.shop .chips { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 14px 10px; background: transparent; }
body.shop .chip {
  border: 1px solid var(--ink); background: transparent; border-radius: 0;
  padding: 6px 10px; font-size: 12px; cursor: pointer;
  font-family: "Saira Extra Condensed", sans-serif; text-transform: uppercase; letter-spacing: 0.06em;
}
body.shop .chat-input { display: flex; border-top: 1px solid var(--ink); }
body.shop .chat-input input { border: 0; border-radius: 0; padding: 12px; }
body.shop .chat-input button {
  border: 0; background: var(--marker); color: #fff; padding: 0 16px; cursor: pointer;
  font-family: "Saira Extra Condensed", sans-serif; text-transform: uppercase; letter-spacing: 0.08em;
  border-radius: 0;
}

@media (max-width: 900px) {
  body.shop .nav-links { display: none; }
  body.shop .burger { display: block; margin-left: auto; }
  body.shop .nav-inner.is-open .nav-links {
    display: flex;
    position: absolute;
    top: 56px; right: 8px;
    flex-direction: column;
    background: var(--porcelain);
    border: 1px solid var(--ink);
    padding: 12px 16px;
    border-radius: 0;
    min-width: 180px;
    z-index: 8;
  }
  .board-hero { height: auto; min-height: 100svh; padding: 6px; }
  .board-head { padding: 10px 14px 4px; }
  .board-lede-block, .board-composite, .board-meta, .board-book { padding-left: 14px; padding-right: 14px; }
  .job-board { margin: 0 8px; }
  .job-head, .job { padding: 0 8px; font-size: 13px; min-height: 36px; }
  .job-head span:nth-child(3),
  .job.dim span:nth-child(3) { display: none; }
  .job-head, .job { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 0.7fr); }
  .board-meta { grid-template-columns: 1fr 1fr; }
  .tray { height: 52px; }
  .sheet-inner { padding: 24px 18px 28px; }
  .states, body.shop .quotes, .clipped, body.shop .intake, .job-board.compact .job-head, .job-board.compact .job {
    grid-template-columns: 1fr;
  }
  .state { border-right: 0; }
  body.shop .quotes blockquote:last-child { padding-left: 0; }
  body.shop .shop-foot { padding-bottom: 96px; }
  body.shop .chat-fab { bottom: 72px; }
  body.shop .chat { bottom: 140px; }
  body.shop .mobile-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed; left: 0; right: 0; bottom: 0;
    z-index: 70;
    background: var(--ink);
    border-radius: 0;
    overflow: hidden;
  }
  body.shop .mobile-bar a {
    color: #fff;
    text-align: center;
    padding: 14px 8px;
    font-weight: 700;
    font-size: 14px;
    font-family: "Saira Extra Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
  }
  body.shop .mobile-bar a:first-child { background: var(--marker); }
}
@media (max-height: 760px) {
  .board-meta { display: none; }
  .board-lede-block .lede { display: none; }
  .job.ghost-empty { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  body.shop .job.is-open { position: sticky; }
}
body.shop section { padding: 0; }
body.shop .sheet { padding: 56px 0 28px; }
body.shop header.board-head { position: relative; inset: auto; }

/* hero repro pass: grid owns the viewport, row flood spans the board */
body.shop .board-lede-block h1 {
  font-size: clamp(18px, 2.1vw, 26px);
  max-width: 28ch;
}
body.shop .board-lede-block .lede {
  font-size: 14px;
  max-width: 58ch;
}
body.shop .job-board {
  margin: 4px 0 0;
}
body.shop .job-head,
body.shop .job.dim,
body.shop .job.ghost-empty {
  padding-left: 28px;
  padding-right: 28px;
}
body.shop .job.dim {
  color: #4A4540;
}
body.shop .job.is-open {
  min-height: 64px;
}
body.shop .chat-fab {
  bottom: 86px;
}
@media (max-width: 900px) {
  body.shop .chat-fab { bottom: 128px; }
}
