/* SYNOTACY — DROP 001
   HONW register: white ground, black ink, huge bold uppercase. The baroque
   artwork is the ornament; the chrome stays disciplined around it.
   Single theme by deliberate choice. */

:root {
  --paper: #ffffff;
  --bone: #f4f3f0;       /* raised panel on white */
  --ink: #0a0a0b;
  --soft: #57585c;
  --faint: #9a9b9e;
  --hair: #e2e1dd;
  --line: #0a0a0b;
  --sans: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  --mono: ui-monospace, "SF Mono", Consolas, monospace;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
html.lenis { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
::selection { background: var(--ink); color: var(--paper); }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }

.wrap { max-width: 1500px; margin: 0 auto; padding: 0 clamp(18px, 4vw, 60px); }

/* ---------- header ---------- */
.hdr {
  position: fixed; inset: 0 0 auto 0; z-index: 90;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px clamp(18px, 4vw, 60px);
  mix-blend-mode: difference; color: #fff;
}
.hdr .mark { font-weight: 800; font-size: 15px; letter-spacing: .42em;
  text-transform: uppercase; }
.hdr nav { display: flex; gap: 26px; }
.hdr nav a { font-size: 10.5px; font-weight: 700; letter-spacing: .22em;
  text-transform: uppercase; opacity: .8; transition: opacity .25s; }
.hdr nav a:hover { opacity: 1; }

/* ---------- hero: dark imagery inside a white house ---------- */
.hero { position: relative; height: 100svh; overflow: hidden; background: #0a0a0b; }
.hero video, .hero .hero-still {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0; transition: opacity 1.2s ease;
}
.hero video.on, .hero .hero-still.on { opacity: 1; }
.hero .shade { position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,11,.3) 0%, rgba(10,10,11,0) 45%,
              rgba(10,10,11,.62) 100%); }
.hero .title { position: absolute; left: 0; right: 0;
  bottom: clamp(80px, 12vh, 130px); color: #fff; }
.hero h1 { font-size: clamp(52px, 12.5vw, 190px); font-weight: 800;
  letter-spacing: -.035em; line-height: .82; text-transform: uppercase; }
.hero .sub { margin-top: 20px; font-size: 11px; font-weight: 700;
  letter-spacing: .32em; text-transform: uppercase; color: rgba(255,255,255,.75); }

/* marquee stitched to the hero's hem */
.marq { position: absolute; left: 0; right: 0; bottom: 0; overflow: hidden;
  background: var(--paper); color: var(--ink);
  border-top: 1px solid var(--paper); padding: 13px 0; }
.marq .inner { display: flex; width: max-content; animation: marq 28s linear infinite; }
.marq span { font-size: 11px; font-weight: 800; letter-spacing: .34em;
  text-transform: uppercase; white-space: nowrap; padding-right: 3.4em; }
@keyframes marq { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marq .inner { animation: none; } }

/* ---------- manifesto: type + the star ---------- */
.manifesto { position: relative; padding: clamp(110px, 16vh, 190px) 0;
  border-bottom: 2px solid var(--line); overflow: hidden; }
.manifesto .star { position: absolute; right: -4%; top: 50%;
  transform: translateY(-50%); width: clamp(300px, 36vw, 620px); opacity: .06;
  pointer-events: none; }
.manifesto p { font-size: clamp(30px, 5.2vw, 76px); font-weight: 800;
  letter-spacing: -.03em; line-height: .98; text-transform: uppercase;
  max-width: 18ch; position: relative; }
.manifesto p em { font-style: normal; color: var(--faint); }
.manifesto .fine { margin-top: 30px; font-family: var(--mono); font-size: 11px;
  letter-spacing: .14em; color: var(--soft); text-transform: uppercase; }

/* ---------- catalog: editorial index ---------- */
.catalog { padding: clamp(80px, 11vh, 140px) 0 30px; }
.cat-head { display: flex; align-items: baseline; justify-content: space-between;
  border-bottom: 2px solid var(--line); padding-bottom: 16px; margin-bottom: 0; }
.cat-head h2 { font-size: clamp(26px, 4vw, 54px); font-weight: 800;
  letter-spacing: -.028em; text-transform: uppercase; }
.cat-head span { font-family: var(--mono); font-size: 11px; color: var(--soft);
  letter-spacing: .14em; }

.grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.card { position: relative; border-bottom: 1px solid var(--hair); }
.card:nth-child(1) { grid-column: 1 / 4; }
.card:nth-child(2) { grid-column: 4 / 7; }
.card:nth-child(3) { grid-column: 1 / 3; }
.card:nth-child(4) { grid-column: 3 / 5; }
.card:nth-child(5) { grid-column: 5 / 7; }
.card + .card { border-left: 1px solid var(--hair); }
.card:nth-child(3) { border-left: 0; }
@media (max-width: 860px) {
  .grid { grid-template-columns: 1fr 1fr; }
  .card { grid-column: auto !important; border-left: 0 !important; }
  .card:nth-child(odd) { border-right: 1px solid var(--hair); }
}
@media (max-width: 520px) {
  .grid { grid-template-columns: 1fr; }
  .card:nth-child(odd) { border-right: 0; }
}

.card a { display: block; padding: clamp(18px, 2.4vw, 34px); }
.card .no { font-family: var(--mono); font-size: 11px; color: var(--faint);
  letter-spacing: .14em; }
.card .ph { aspect-ratio: 1; position: relative; overflow: hidden; margin: 14px 0 18px; }
.card .ph img { width: 100%; height: 100%; object-fit: cover;
  transition: opacity .5s ease, transform 1.2s var(--ease); }
.card .ph img.alt { position: absolute; inset: 0; opacity: 0; }
.card:hover .ph img.alt { opacity: 1; }
.card:hover .ph img.main { transform: scale(1.04); }
.card .meta { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; }
.card .nm { font-size: clamp(15px, 1.5vw, 21px); font-weight: 800;
  letter-spacing: -.01em; text-transform: uppercase; line-height: 1.08; }
.card .nm small { display: block; font-size: 10px; font-weight: 700;
  letter-spacing: .2em; color: var(--soft); margin-top: 4px; }
.card .go { flex-shrink: 0; font-size: 10px; font-weight: 800; letter-spacing: .2em;
  text-transform: uppercase; color: var(--faint); transition: color .2s; }
.card:hover .go { color: var(--ink); }

/* ---------- scroll divider ornament ---------- */
.orn { display: flex; justify-content: center; padding: clamp(50px, 8vh, 90px) 0; }
.orn img { width: min(560px, 70vw); opacity: .85; }

/* ---------- campaign band: dark plate in the white house ---------- */
.campaign { position: relative; min-height: 82vh; margin: 0 0 0;
  overflow: hidden; background: #0a0a0b; display: flex; align-items: flex-end;
  color: #fff; }
.campaign .media { position: absolute; inset: 0; }
.campaign .media img, .campaign .media video { width: 100%; height: 100%;
  object-fit: cover; opacity: .94; }
.campaign .cap { position: relative; padding: 44px clamp(18px, 4vw, 60px);
  width: 100%; display: flex; justify-content: space-between; align-items: flex-end; }
.campaign .cap h3 { font-size: clamp(30px, 5.4vw, 76px); font-weight: 800;
  letter-spacing: -.03em; text-transform: uppercase; line-height: .88; }
.campaign .cap span { font-size: 10px; font-weight: 700; letter-spacing: .28em;
  text-transform: uppercase; color: rgba(255,255,255,.72); }

/* ---------- the make ---------- */
.make { position: relative; border-top: 2px solid var(--line);
  padding: clamp(90px, 13vh, 170px) 0; overflow: hidden; }
.make .damask { position: absolute; left: -6%; bottom: -12%;
  width: clamp(340px, 40vw, 700px); opacity: .05; pointer-events: none; }
.make .cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 6vw, 90px); }
@media (max-width: 800px) { .make .cols { grid-template-columns: 1fr; } }
.make h2 { font-size: clamp(28px, 4.6vw, 64px); font-weight: 800;
  letter-spacing: -.028em; text-transform: uppercase; line-height: .92; }
.make .rules { border-top: 2px solid var(--line); }
.make .rule { display: grid; grid-template-columns: 54px 1fr; gap: 14px;
  padding: 18px 0; border-bottom: 1px solid var(--hair); align-items: baseline; }
.make .rule b { font-family: var(--mono); font-size: 11px; color: var(--faint); }
.make .rule div { font-size: 15px; }
.make .rule strong { display: block; font-size: 13px; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase; margin-bottom: 3px; }
.make .rule span { color: var(--soft); font-size: 13.5px; }

/* ---------- waitlist ---------- */
.waitlist { position: relative; border-top: 2px solid var(--line);
  padding: clamp(100px, 15vh, 190px) 0; text-align: center; overflow: hidden; }
.waitlist .star { position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%); width: min(700px, 88vw); opacity: .05;
  pointer-events: none; }
.waitlist h2 { position: relative; font-size: clamp(38px, 8vw, 110px);
  font-weight: 800; letter-spacing: -.032em; text-transform: uppercase;
  line-height: .88; }
.waitlist p { position: relative; margin: 22px auto 0; color: var(--soft);
  max-width: 44ch; }
.wl-form { position: relative; margin: 40px auto 0; display: flex;
  max-width: 480px; border: 2px solid var(--ink); background: var(--paper); }
.wl-form input { flex: 1; background: transparent; border: 0; color: var(--ink);
  padding: 17px 18px; font: inherit; letter-spacing: .04em; min-width: 0; }
.wl-form input::placeholder { color: var(--faint); text-transform: uppercase;
  font-size: 11px; letter-spacing: .2em; }
.wl-form button { background: var(--ink); color: var(--paper); border: 0;
  padding: 17px 28px; font-size: 11px; font-weight: 800; letter-spacing: .24em;
  text-transform: uppercase; }
.wl-form button:hover { background: #2c2c2e; }
.wl-note { position: relative; margin-top: 14px; font-family: var(--mono);
  font-size: 10px; color: var(--faint); letter-spacing: .12em;
  text-transform: uppercase; }

/* ---------- footer ---------- */
.ftr { background: var(--ink); color: var(--paper); padding: 60px 0 80px; }
.ftr .big { font-size: clamp(40px, 9vw, 130px); font-weight: 800;
  letter-spacing: -.03em; text-transform: uppercase; line-height: .86;
  margin-bottom: 44px; }
.ftr .row { display: flex; flex-wrap: wrap; gap: 24px;
  justify-content: space-between; align-items: baseline;
  border-top: 1px solid #2c2c2e; padding-top: 22px; }
.ftr .fine { font-size: 10px; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: #8b8c90; }

/* ---------- PDP ---------- */
.pdp { display: grid; grid-template-columns: 58fr 42fr; padding-top: 0;
  min-height: 100vh; }
@media (max-width: 900px) { .pdp { grid-template-columns: 1fr; } }

.pdp-gallery { background: var(--bone); }
.pdp-gallery .shot { aspect-ratio: 1; position: relative;
  border-bottom: 1px solid var(--hair); }
.pdp-gallery .shot img { width: 100%; height: 100%; object-fit: cover; }

.spin { position: relative; aspect-ratio: 1; background: var(--bone);
  cursor: grab; user-select: none; touch-action: pan-y;
  border-bottom: 1px solid var(--hair); }
.spin:active { cursor: grabbing; }
.spin canvas { width: 100%; height: 100%; display: block; }
.spin .track { position: absolute; left: 12%; right: 12%; bottom: 26px;
  height: 1px; background: #c9c8c4; }
.spin .thumb { position: absolute; top: -3px; width: 7px; height: 7px;
  border-radius: 50%; background: var(--ink); transform: translateX(-50%); }
.spin .stops { position: absolute; left: 12%; right: 12%; bottom: 40px;
  display: flex; justify-content: space-between; }
.spin .stops button { background: none; border: 0; font-size: 9px; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase; color: var(--faint); padding: 4px; }
.spin .stops button.on { color: var(--ink); }
.spin .hint { position: absolute; top: 18px; left: 0; right: 0; text-align: center;
  font-size: 9.5px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase;
  color: var(--faint); pointer-events: none; }

.pdp-buy { position: sticky; top: 0; align-self: start;
  padding: clamp(80px, 10vh, 120px) clamp(22px, 3.5vw, 60px) 40px;
  min-height: 100vh; display: flex; flex-direction: column; justify-content: center;
  background: var(--paper); }
@media (max-width: 900px) { .pdp-buy { position: static; min-height: 0;
  padding-top: 40px; } }
.pdp-buy .code { font-family: var(--mono); font-size: 10.5px; color: var(--faint);
  letter-spacing: .14em; }
.pdp-buy h1 { margin-top: 12px; font-size: clamp(30px, 3.8vw, 52px);
  font-weight: 800; letter-spacing: -.03em; line-height: .92;
  text-transform: uppercase; }
.pdp-buy .var { margin-top: 8px; font-size: 10.5px; font-weight: 800;
  letter-spacing: .26em; text-transform: uppercase; color: var(--soft); }
.pdp-buy .blurb { margin-top: 22px; color: var(--soft); max-width: 52ch; }
.pdp-buy .fab { margin-top: 18px; font-family: var(--mono); font-size: 11px;
  color: var(--soft); letter-spacing: .04em; }

.sizes { margin-top: 28px; display: flex; gap: 8px; flex-wrap: wrap; }
.sizes button { min-width: 54px; padding: 13px 0; background: transparent;
  color: var(--ink); border: 1px solid var(--hair); font-size: 11px;
  font-weight: 800; letter-spacing: .1em;
  transition: border-color .2s, background .2s, color .2s; }
.sizes button:hover { border-color: var(--ink); }
.sizes button.on { background: var(--ink); color: var(--paper);
  border-color: var(--ink); }

.cta { margin-top: 24px; }
.cta .btn { display: block; width: 100%; text-align: center; padding: 19px 0;
  background: var(--ink); color: var(--paper); border: 0; font-size: 11.5px;
  font-weight: 800; letter-spacing: .26em; text-transform: uppercase; }
.cta .btn:hover { background: #2c2c2e; }
.cta .under { margin-top: 12px; text-align: center; font-family: var(--mono);
  font-size: 10px; color: var(--faint); letter-spacing: .1em;
  text-transform: uppercase; }

.acc { margin-top: 36px; border-top: 2px solid var(--line); }
.acc details { border-bottom: 1px solid var(--hair); }
.acc summary { list-style: none; display: flex; justify-content: space-between;
  align-items: center; padding: 17px 0; font-size: 10.5px; font-weight: 800;
  letter-spacing: .24em; text-transform: uppercase; cursor: pointer; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after { content: "+"; font-weight: 400; color: var(--soft); }
.acc details[open] summary::after { content: "\2212"; }
.acc .bd { padding: 0 0 18px; color: var(--soft); font-size: 13.5px; }
.acc .bd ul { padding-left: 16px; margin: 0; }
.acc .bd li { margin-bottom: 6px; }

.rail { padding: 70px 0 90px; border-top: 2px solid var(--line); }
.rail h3 { font-size: clamp(20px, 2.6vw, 34px); font-weight: 800;
  letter-spacing: -.02em; text-transform: uppercase; margin-bottom: 4px; }

/* mobile sticky CTA */
.stickycta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  display: none; padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.94); backdrop-filter: blur(10px);
  border-top: 1px solid var(--hair); }
.stickycta .btn { display: block; text-align: center; padding: 15px 0;
  background: var(--ink); color: var(--paper); font-size: 11px; font-weight: 800;
  letter-spacing: .24em; text-transform: uppercase; }
@media (max-width: 900px) { .stickycta.armed { display: block; } }

/* reveal primitives */
.rv { opacity: 0; transform: translateY(28px); }
html.no-js .rv, html.no-anim .rv { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .rv { opacity: 1; transform: none; }
}

/* ---------- PDP bands ---------- */
.dband { border-top: 2px solid var(--line); padding: clamp(60px, 9vh, 110px) 0; }
.dband h3 { font-size: clamp(22px, 3vw, 40px); font-weight: 800;
  letter-spacing: -.022em; text-transform: uppercase; margin-bottom: 28px; }
.dgrid { display: grid; gap: 14px;
  grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr)); }
.dgrid figure { margin: 0; background: var(--bone); border: 1px solid var(--hair); }
.dgrid img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.dband.art .dgrid img { object-fit: contain; background: #0a0a0b; }
.dgrid figcaption { padding: 12px 14px; font-size: 10px; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase; color: var(--soft); }
.makeband { background: var(--ink); color: var(--paper);
  padding: clamp(70px, 11vh, 140px) 0; }
.makeband .mb-in { display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 80px); align-items: center; }
@media (max-width: 760px) { .makeband .mb-in { grid-template-columns: 1fr; } }
.makeband h3 { font-size: clamp(28px, 4.6vw, 62px); font-weight: 800;
  letter-spacing: -.028em; text-transform: uppercase; line-height: .9; }
.makeband p { color: #b9bab6; max-width: 46ch; font-size: 15.5px; }

/* ---------- price ---------- */
.pdp-buy .price { margin-top: 18px; font-size: 22px; font-weight: 800;
  letter-spacing: -.01em; }
.pdp-buy .price span { font-size: 10px; font-weight: 700; letter-spacing: .2em;
  color: var(--faint); vertical-align: middle; margin-left: 4px; }
.card .go b { display: block; font-size: 14px; letter-spacing: 0; color: var(--ink);
  margin-bottom: 3px; }

/* ---------- directory ---------- */
.menu-btn { background: none; border: 0; color: inherit; font-size: 10.5px;
  font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  opacity: .8; padding: 0; }
.menu-btn:hover { opacity: 1; }
.dir { position: fixed; inset: 0; z-index: 100; background: var(--paper);
  overflow-y: auto; }
.dir-in { padding-top: 90px; padding-bottom: 60px; }
.dir-head { font-family: var(--mono); font-size: 11px; letter-spacing: .3em;
  text-transform: uppercase; color: var(--faint); margin-bottom: 22px; }
.dir-row { display: flex; align-items: baseline; gap: 18px;
  padding: 16px 0; border-bottom: 1px solid var(--hair);
  font-size: clamp(19px, 3vw, 34px); font-weight: 800; letter-spacing: -.02em;
  text-transform: uppercase; }
.dir-row.big { font-size: clamp(24px, 4.4vw, 52px); }
.dir-row span { font-family: var(--mono); font-size: 12px; font-weight: 400;
  color: var(--faint); letter-spacing: .1em; }
.dir-row em { font-style: normal; font-family: var(--mono); font-size: 13px;
  color: var(--soft); margin-left: auto; }
.dir-row:hover { color: var(--soft); }
.dir-foot { margin-top: 34px; font-size: 10px; font-weight: 800;
  letter-spacing: .24em; text-transform: uppercase; color: var(--faint); }
body.dir-open { overflow: hidden; }
body.dir-open .hdr { mix-blend-mode: normal; color: var(--ink); z-index: 110; }

/* ---------- story split ---------- */
.story { border-top: 2px solid var(--line); padding: clamp(80px, 12vh, 160px) 0; }
.story-in { display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 80px); align-items: center; }
@media (max-width: 820px) { .story-in { grid-template-columns: 1fr; } }
.story-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.story-txt .kick { font-family: var(--mono); font-size: 11px; letter-spacing: .3em;
  text-transform: uppercase; color: var(--faint); margin-bottom: 18px; }
.story-txt h3 { font-size: clamp(30px, 4.8vw, 66px); font-weight: 800;
  letter-spacing: -.03em; text-transform: uppercase; line-height: .9; }
.story-txt p { margin-top: 22px; color: var(--soft); max-width: 46ch; }

/* PDP campaign band spacing */
.pband { margin: 0; border-top: 2px solid var(--line); }
