:root {
  --ink: #0d0b12;
  --ink-soft: #18131f;
  --paper: #f4f0e8;
  --paper-warm: #e9e0d4;
  --lavender: #a989ff;
  --violet: #6d3cff;
  --coral: #ff6c46;
  --line-dark: rgba(255, 255, 255, 0.15);
  --line-light: rgba(13, 11, 18, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-shell { min-height: 100vh; background: var(--ink); }
.modal-backdrop[hidden], .mobile-nav[hidden], .product-card[hidden] { display: none !important; }
body.modal-open { overflow: hidden; }
.skip-link {
  position: fixed; left: 1rem; top: -4rem; z-index: 100;
  background: #fff; color: #000; padding: .8rem 1rem; border-radius: .25rem;
}
.skip-link:focus { top: 1rem; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.announcement {
  height: 34px; display: flex; align-items: center; justify-content: center;
  gap: 14px; padding: 0 24px; background: var(--paper); color: var(--ink);
  font-family: var(--font-geist-mono), monospace; font-size: 10px; letter-spacing: .09em;
}
.announcement-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--coral); }
.announcement a { margin-left: 12px; border-bottom: 1px solid; font-weight: 700; }

.site-header {
  position: absolute; z-index: 20; top: 34px; left: 0; right: 0; height: 84px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 clamp(22px, 4vw, 68px); border-bottom: 1px solid var(--line-dark);
  background: linear-gradient(180deg, rgba(8,7,10,.8), rgba(8,7,10,.25));
  backdrop-filter: blur(10px);
}
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 12px; }
.brand-logo-crop {
  display: block; flex: 0 0 auto; width: 58px; height: 58px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.24); border-radius: 12px; background: #050505;
}
.brand-logo-crop img, .footer-logo-crop img {
  width: 100%; height: 100%; object-fit: cover; transform: scale(1.16);
}
.brand-type { display: flex; flex-direction: column; }
.brand-type strong { font-size: 15px; letter-spacing: .08em; }
.brand-type small { margin-top: 3px; color: rgba(255,255,255,.55); font-size: 8px; letter-spacing: .22em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); }
.desktop-nav a { position: relative; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 1px; background: var(--coral); transition: width .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { width: 100%; }
.header-cta { justify-self: end; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; border: 1px solid rgba(255,255,255,.35); padding: 12px 16px; transition: .2s ease; }
.header-cta:hover { background: #fff; color: #000; }
.menu-button, .mobile-nav { display: none; }

.hero {
  position: relative; min-height: max(760px, 100svh); overflow: hidden;
  display: flex; align-items: center; isolation: isolate;
}
.hero-image { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.hero-shade {
  position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(90deg, rgba(6,4,8,.2) 0%, rgba(6,4,8,.2) 43%, rgba(6,4,8,.78) 72%, rgba(6,4,8,.94) 100%),
    linear-gradient(180deg, rgba(6,4,8,.14) 48%, rgba(6,4,8,.92) 100%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px; mask-image: linear-gradient(to left, #000, transparent 70%);
}
.hero-copy { width: min(620px, 46vw); margin-left: clamp(28px, 6vw, 105px); padding-top: 100px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; font-family: var(--font-geist-mono), monospace; font-size: 10px; letter-spacing: .16em; color: rgba(255,255,255,.64); }
.eyebrow span { display: block; width: 30px; height: 1px; background: var(--coral); }
.hero h1 { margin: 0; max-width: 600px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(60px, 7.5vw, 118px); line-height: .84; font-weight: 400; letter-spacing: -.06em; }
.hero h1 em { display: block; color: var(--lavender); font-style: italic; white-space: nowrap; }
.hero-lead { max-width: 520px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; min-width: 255px; padding: 17px 18px; font-family: var(--font-geist-mono), monospace; font-size: 11px; letter-spacing: .08em; transition: transform .2s ease, background .2s ease; }
.button-coral { background: var(--coral); color: #100b0a; font-weight: 800; }
.button:hover { transform: translateY(-2px); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.45); color: rgba(255,255,255,.8); font-size: 11px; }

.hero-spec {
  position: absolute; right: clamp(28px, 6vw, 100px); top: 50%; width: min(310px, 25vw);
  transform: translateY(-35%); border: 1px solid rgba(255,255,255,.42);
  background: rgba(242,238,231,.9); color: var(--ink); backdrop-filter: blur(9px);
  font-family: var(--font-geist-mono), monospace; font-size: 10px;
}
.spec-status { display: flex; justify-content: space-between; padding: 13px; border-bottom: 1px solid var(--line-light); }
.spec-status strong { font-size: 9px; }
.spec-status i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #45a973; }
.spec-grid { display: grid; grid-template-columns: 1fr 1fr; }
.spec-grid span, .spec-grid b { min-height: 43px; display: flex; align-items: center; padding: 10px 12px; border-bottom: 1px solid var(--line-light); }
.spec-grid span { color: rgba(13,11,18,.58); }
.spec-grid b { border-left: 1px solid var(--line-light); font-size: 10px; }
.hero-spec > a { display: flex; justify-content: space-between; padding: 17px 14px; background: var(--coral); font-weight: 900; letter-spacing: .1em; }
.hero-foot { position: absolute; left: clamp(28px, 6vw, 105px); right: clamp(28px, 6vw, 100px); bottom: 28px; display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.48); font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: .15em; }

.ticker { height: 60px; display: flex; align-items: center; overflow: hidden; background: var(--lavender); color: var(--ink); border-block: 1px solid var(--ink); }
.ticker div { display: flex; min-width: max-content; align-items: center; gap: 34px; padding-left: 24px; animation: ticker 24s linear infinite; }
.ticker span { font-family: Georgia, serif; font-size: 22px; font-style: italic; }
.ticker i { font-style: normal; font-size: 13px; }
@keyframes ticker { to { transform: translateX(-35%); } }

.collection-section { background: var(--paper); color: var(--ink); padding: clamp(80px, 10vw, 150px) clamp(22px, 5vw, 84px) 90px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .65fr; gap: 8vw; align-items: end; max-width: 1420px; margin: 0 auto; }
.section-index { margin: 0 0 24px; font-family: var(--font-geist-mono), monospace; font-size: 10px; letter-spacing: .18em; color: rgba(13,11,18,.55); }
.section-heading h2 { margin: 0; font-family: Georgia, serif; font-weight: 400; font-size: clamp(48px, 6.4vw, 96px); line-height: .94; letter-spacing: -.055em; }
.section-heading > p { margin: 0 0 8px; max-width: 470px; color: rgba(13,11,18,.66); font-size: 15px; line-height: 1.8; }
.filter-row { max-width: 1420px; margin: 54px auto 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.filter-row button { border: 1px solid var(--line-light); background: transparent; padding: 10px 16px; border-radius: 999px; color: var(--ink); cursor: pointer; font-size: 11px; }
.filter-row button.active { background: var(--ink); color: #fff; }
.product-grid { max-width: 1420px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.product-card { min-width: 0; }
.product-image-button { position: relative; width: 100%; aspect-ratio: .78; padding: 0; overflow: hidden; border: 0; background: #d9ccbd; cursor: pointer; }
.product-photo, .modal-image { position: absolute; inset: 0; overflow: hidden; }
.product-photo img, .modal-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.crop-drake img { object-position: 0% 76%; }
.crop-octo img { object-position: 22% 28%; }
.crop-city img { object-position: 53% 46%; }
.crop-dock img { object-position: 100% 50%; }
.product-image-button:hover img { transform: scale(1.045); }
.product-badge { position: absolute; z-index: 2; top: 12px; left: 12px; background: rgba(244,240,232,.88); color: var(--ink); padding: 7px 9px; font-family: var(--font-geist-mono), monospace; font-size: 8px; letter-spacing: .11em; }
.product-view { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 13px; background: var(--ink); color: #fff; transform: translateY(100%); transition: transform .25s ease; text-align: left; font-family: var(--font-geist-mono), monospace; font-size: 9px; }
.product-image-button:hover .product-view, .product-image-button:focus-visible .product-view { transform: translateY(0); }
.product-meta { display: flex; align-items: center; justify-content: space-between; padding: 16px 2px 24px; border-bottom: 1px solid var(--line-light); }
.product-meta small, .modal-copy small { font-family: var(--font-geist-mono), monospace; font-size: 8px; letter-spacing: .12em; color: rgba(13,11,18,.52); }
.product-meta h3 { margin: 5px 0 0; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.product-meta button { width: 34px; height: 34px; border: 1px solid var(--line-light); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; font-size: 20px; }
.product-meta button:hover { background: var(--ink); color: #fff; }
.collection-note { max-width: 1420px; margin: 22px auto 0; display: flex; justify-content: space-between; font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: .08em; }
.collection-note a { border-bottom: 1px solid; }

.craft-section { display: grid; grid-template-columns: 1.14fr .86fr; min-height: 900px; background: #100d14; }
.craft-visual { position: relative; min-height: 900px; overflow: hidden; }
.craft-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(9,7,11,.72)); pointer-events: none; }
.craft-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.craft-caption { position: absolute; z-index: 2; left: 28px; bottom: 24px; font-family: var(--font-geist-mono), monospace; font-size: 8px; letter-spacing: .14em; color: rgba(255,255,255,.72); }
.craft-orbit { position: absolute; z-index: 3; top: 40px; right: 40px; width: 128px; height: 128px; display: flex; align-items: center; justify-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; font-family: var(--font-geist-mono), monospace; font-size: 7px; letter-spacing: .1em; transform: rotate(11deg); }
.craft-orbit::before { content: ""; position: absolute; inset: 11px; border: 1px dashed rgba(255,255,255,.38); border-radius: 50%; }
.craft-content { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(36px, 6vw, 105px); background: radial-gradient(circle at 70% 18%, rgba(109,60,255,.2), transparent 34%), #100d14; }
.section-index.light { color: rgba(255,255,255,.46); }
.craft-content h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(50px, 5.5vw, 84px); line-height: .92; font-weight: 400; letter-spacing: -.055em; }
.craft-content h2 em { color: var(--lavender); font-weight: 400; }
.craft-intro { max-width: 580px; margin: 30px 0 34px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.8; }
.process-list { border-top: 1px solid var(--line-dark); }
.process-list article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line-dark); }
.process-list article > span { padding-top: 3px; color: var(--coral); font-family: var(--font-geist-mono), monospace; font-size: 9px; }
.process-list h3 { margin: 0 0 4px; font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.process-list p { margin: 0; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.5; }
.outline-link { margin-top: 30px; display: flex; justify-content: space-between; width: 100%; padding: 16px; border: 1px solid rgba(255,255,255,.32); font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: .1em; transition: .2s ease; }
.outline-link:hover { background: #fff; color: var(--ink); }

.custom-section { padding: clamp(90px, 11vw, 160px) clamp(22px, 5vw, 84px) 100px; background: var(--paper-warm); color: var(--ink); }
.custom-heading { max-width: 1420px; margin: 0 auto 56px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.custom-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(54px, 7vw, 105px); line-height: .88; font-weight: 400; letter-spacing: -.06em; text-align: right; }
.custom-heading h2 em { color: var(--violet); font-weight: 400; }
.custom-stage { position: relative; max-width: 1420px; min-height: 690px; margin: 0 auto; overflow: hidden; background: #e5d8c8; }
.custom-stage > img { width: 100%; height: 690px; object-fit: cover; object-position: center; }
.custom-panel { position: absolute; top: 50%; left: clamp(20px, 5vw, 75px); width: min(460px, calc(100% - 40px)); padding: clamp(28px, 4vw, 52px); transform: translateY(-50%); background: rgba(13,11,18,.94); color: #fff; backdrop-filter: blur(8px); }
.custom-number { display: block; margin-bottom: 30px; color: var(--lavender); font-family: var(--font-geist-mono), monospace; font-size: 8px; letter-spacing: .12em; }
.custom-panel h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(38px, 4vw, 55px); line-height: .98; font-weight: 400; letter-spacing: -.04em; }
.custom-panel p { margin: 22px 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.75; }
.custom-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 28px; }
.custom-tags span { padding: 7px 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.72); font-size: 9px; }
.custom-panel > a { display: flex; justify-content: space-between; padding: 15px; background: var(--coral); color: var(--ink); font-family: var(--font-geist-mono), monospace; font-size: 9px; font-weight: 900; letter-spacing: .09em; }
.service-strip { max-width: 1420px; margin: 16px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line-light); }
.service-strip div { display: flex; gap: 13px; align-items: center; padding: 18px; border-right: 1px solid var(--line-light); }
.service-strip div:last-child { border-right: 0; }
.service-strip strong { color: var(--violet); font-family: var(--font-geist-mono), monospace; font-size: 9px; }
.service-strip span { font-size: 11px; }

.story-section { padding: 40px clamp(22px, 5vw, 84px) 70px; background: var(--lavender); color: var(--ink); }
.story-topline, .story-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 15px; border-bottom: 1px solid rgba(13,11,18,.38); font-family: var(--font-geist-mono), monospace; font-size: 8px; letter-spacing: .13em; }
.story-layout { min-height: 560px; display: grid; grid-template-columns: .42fr 1fr; align-items: center; gap: 4vw; }
.story-mark { font-family: Georgia, serif; font-size: clamp(180px, 28vw, 450px); line-height: .7; font-style: italic; color: rgba(13,11,18,.15); }
.story-layout blockquote { margin: 0; max-width: 900px; font-family: Georgia, serif; font-size: clamp(42px, 5.8vw, 84px); line-height: 1.03; letter-spacing: -.05em; }
.story-layout blockquote em { color: #fff; font-weight: 400; }
.story-bottom { align-items: flex-end; border-top: 1px solid rgba(13,11,18,.38); border-bottom: 0; }
.story-bottom p { max-width: 580px; margin: 0; font-family: Arial, sans-serif; font-size: 12px; line-height: 1.7; letter-spacing: 0; }
.story-bottom a { padding-bottom: 4px; border-bottom: 1px solid; }

.site-footer { padding: 90px clamp(22px, 5vw, 84px) 26px; background: var(--ink); }
.footer-lead { display: grid; grid-template-columns: .4fr 1fr auto; gap: 40px; align-items: end; padding-bottom: 70px; border-bottom: 1px solid var(--line-dark); }
.footer-lead > p { margin: 0; color: rgba(255,255,255,.45); font-family: var(--font-geist-mono), monospace; font-size: 8px; letter-spacing: .14em; }
.footer-lead h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(56px, 7vw, 106px); line-height: .82; font-weight: 400; letter-spacing: -.06em; }
.footer-lead h2 em { color: var(--coral); font-weight: 400; }
.footer-lead > a { display: flex; justify-content: space-between; min-width: 230px; padding: 16px; background: var(--lavender); color: var(--ink); font-family: var(--font-geist-mono), monospace; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.footer-grid { display: grid; grid-template-columns: .6fr .6fr 1.2fr; gap: 40px; padding: 54px 0; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-label { margin-bottom: 8px; color: rgba(255,255,255,.38); font-family: var(--font-geist-mono), monospace; font-size: 8px; letter-spacing: .12em; }
.footer-grid a { color: rgba(255,255,255,.72); font-size: 12px; }
.footer-grid a:hover { color: var(--lavender); }
.footer-grid .footer-brand-block { align-items: flex-end; justify-content: flex-end; }
.footer-logo-crop {
  display: block; width: 132px; height: 132px; margin-bottom: 14px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: #050505;
}
.footer-brand-block strong { font-size: clamp(50px, 6vw, 82px); line-height: .76; text-align: right; letter-spacing: -.08em; }
.footer-brand-block span { color: rgba(255,255,255,.38); font-family: var(--font-geist-mono), monospace; font-size: 8px; letter-spacing: .15em; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.34); font-family: var(--font-geist-mono), monospace; font-size: 8px; letter-spacing: .1em; }

.modal-backdrop { position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; padding: 24px; background: rgba(6,4,8,.78); backdrop-filter: blur(8px); }
.product-modal { position: relative; width: min(880px, 100%); min-height: 520px; display: grid; grid-template-columns: 1.05fr 1fr; background: var(--paper); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.45); }
.modal-image { position: relative; min-height: 520px; }
.modal-close { position: absolute; z-index: 3; top: 12px; right: 12px; width: 40px; height: 40px; border: 1px solid var(--line-light); border-radius: 50%; background: var(--paper); cursor: pointer; font-size: 24px; }
.modal-copy { display: flex; flex-direction: column; justify-content: center; padding: 54px; }
.modal-copy h2 { margin: 10px 0 18px; font-family: Georgia, serif; font-size: 54px; font-weight: 400; letter-spacing: -.04em; }
.modal-copy > p { margin: 0; color: rgba(13,11,18,.66); line-height: 1.75; }
.modal-copy dl { margin: 28px 0; border-top: 1px solid var(--line-light); }
.modal-copy dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line-light); font-size: 11px; }
.modal-copy dt { color: rgba(13,11,18,.55); }
.modal-copy dd { margin: 0; text-align: right; }
.modal-copy > a { display: flex; justify-content: space-between; margin-top: 4px; padding: 16px; background: var(--coral); font-size: 11px; font-weight: 800; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { justify-self: end; display: flex; width: 42px; height: 42px; flex-direction: column; justify-content: center; gap: 6px; padding: 10px; border: 1px solid rgba(255,255,255,.35); background: transparent; }
  .menu-button span { width: 100%; height: 1px; background: #fff; }
  .mobile-nav { position: absolute; top: 84px; left: 0; right: 0; display: flex; flex-direction: column; padding: 24px; background: rgba(13,11,18,.98); border-bottom: 1px solid var(--line-dark); }
  .mobile-nav a { padding: 14px 0; border-bottom: 1px solid var(--line-dark); font-family: Georgia, serif; font-size: 25px; }
  .hero { align-items: flex-end; }
  .hero-copy { width: auto; margin: 0 clamp(24px,5vw,50px) 170px; padding: 0; }
  .hero-shade { background: linear-gradient(180deg, rgba(6,4,8,.12), rgba(6,4,8,.3) 42%, rgba(6,4,8,.94) 88%); }
  .hero-spec { display: none; }
  .hero-foot { bottom: 28px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .craft-section { grid-template-columns: 1fr; }
  .craft-visual { min-height: 650px; }
  .craft-content { padding-block: 90px; }
  .custom-heading { align-items: flex-start; flex-direction: column; }
  .custom-heading h2 { text-align: left; }
  .footer-lead { grid-template-columns: 1fr; }
  .footer-lead > a { width: 280px; }
}

@media (max-width: 680px) {
  .announcement { justify-content: flex-start; height: 32px; overflow: hidden; white-space: nowrap; font-size: 8px; }
  .announcement span:nth-of-type(2), .announcement-dot { display: none; }
  .announcement a { margin-left: auto; }
  .site-header { top: 32px; height: 72px; padding-inline: 18px; }
  .brand-logo-crop { width: 46px; height: 46px; border-radius: 9px; }
  .brand-type strong { font-size: 12px; }
  .mobile-nav { top: 72px; }
  .hero { min-height: 780px; }
  .hero-image { object-position: 35% center; }
  .hero-copy { margin: 0 20px 140px; }
  .hero h1 { font-size: clamp(55px, 17vw, 76px); }
  .hero h1 em { white-space: normal; }
  .hero-lead { margin-top: 22px; font-size: 14px; line-height: 1.6; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 20px; }
  .button { width: 100%; min-width: 0; }
  .hero-foot { left: 20px; right: 20px; bottom: 20px; }
  .hero-foot span:nth-child(2) { display: none; }
  .ticker { height: 52px; }
  .ticker span { font-size: 18px; }
  .section-heading { grid-template-columns: 1fr; gap: 32px; }
  .section-heading h2 { font-size: 50px; }
  .filter-row { margin-top: 36px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image-button { aspect-ratio: 1; }
  .collection-note { flex-direction: column; gap: 15px; line-height: 1.5; }
  .craft-visual { min-height: 500px; }
  .craft-orbit { width: 94px; height: 94px; top: 22px; right: 22px; }
  .craft-content { padding: 70px 22px; }
  .craft-content h2 { font-size: 52px; }
  .custom-section { padding-inline: 0; }
  .custom-heading { padding-inline: 22px; }
  .custom-heading h2 { font-size: 54px; }
  .custom-stage, .custom-stage > img { min-height: 720px; height: 720px; }
  .custom-stage > img { object-position: 58% center; }
  .custom-panel { left: 18px; right: 18px; top: auto; bottom: 18px; width: auto; transform: none; }
  .service-strip { margin: 12px 18px 0; grid-template-columns: 1fr 1fr; }
  .service-strip div { border-bottom: 1px solid var(--line-light); }
  .story-section { padding-inline: 22px; }
  .story-layout { min-height: 560px; grid-template-columns: 1fr; gap: 0; }
  .story-mark { height: 110px; font-size: 180px; }
  .story-layout blockquote { font-size: 45px; }
  .story-bottom { align-items: flex-start; flex-direction: column; }
  .site-footer { padding-inline: 22px; }
  .footer-lead { padding-bottom: 50px; }
  .footer-lead h2 { font-size: 62px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid .footer-brand-block { grid-column: 1 / -1; align-items: flex-start; }
  .footer-brand-block strong { text-align: left; }
  .footer-bottom { flex-direction: column; gap: 8px; line-height: 1.5; }
  .product-modal { grid-template-columns: 1fr; max-height: 88vh; overflow-y: auto; }
  .modal-image { min-height: 300px; }
  .modal-copy { padding: 34px 26px; }
  .modal-copy h2 { font-size: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker div { animation: none; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
