@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=DM+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap");

:root {
  --bg: #11110f;
  --ink: #ecece4;
  --orange: #fb572d;
  --line: #3a3a35;
  --muted: #aeaea5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
}
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { border: 0; background: none; color: inherit; font: inherit; cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 5px;
}
h1, h2, h3, p { margin: 0; }
h1, h2, h3, .footer-logo {
  font-family: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: -0.035em;
}
em { color: var(--orange); font-style: normal; }
.mono, .eyebrow, .small-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
}
.eyebrow { color: var(--orange); font-size: 13px; }
.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;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--orange);
  color: var(--bg);
  font: 12px "IBM Plex Mono", monospace;
  transform: translateY(-170%);
}
.skip-link:focus { transform: translateY(0); }
.section { padding: 48px 5vw 85px; }
.section-top { display: flex; justify-content: space-between; gap: 15px; }
.section-top span:last-child { color: var(--muted); }

header {
  position: relative;
  z-index: 10;
  display: flex;
  height: 94px;
  align-items: center;
  justify-content: space-between;
  padding: 0 3vw;
  border-bottom: 1px solid var(--line);
  background: #11110ff5;
}
.wordmark { font-size: 19px; font-weight: 800; line-height: 0.9; letter-spacing: -0.055em; }
.wordmark span { color: var(--orange); }
nav { display: flex; gap: 40px; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; }
nav a:hover { color: var(--orange); }
.bag-button {
  display: flex;
  align-items: center;
  gap: 12px;
  font: 13px "IBM Plex Mono", monospace;
}
.bag-button span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid #66665e;
  border-radius: 50%;
}

.hero {
  position: relative;
  display: flex;
  min-height: 730px;
  height: calc(100svh - 94px);
  max-height: 1060px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 26px 3vw 22px;
}
.hero-photo, .hero-shade { position: absolute; inset: 0; }
.hero-photo {
  background: url("./assets/club.png") center 53% / cover no-repeat;
  transform: scale(1.035);
  will-change: transform;
}
.hero-shade {
  background: linear-gradient(90deg, #0009, transparent 80%), linear-gradient(0deg, #000a, transparent 45%, #0003);
}
.hero-top, .hero-foot, .hero-content { position: relative; z-index: 1; }
.hero-top { display: flex; justify-content: space-between; font-size: 11px; }
.hero-content { padding: 70px 2vw 40px; }
.hero-content .eyebrow { margin-bottom: 24px; }
h1 { font-size: clamp(70px, 10.65vw, 174px); line-height: 0.84; letter-spacing: -0.03em; }
h1 span { color: var(--orange); }
.hero-bottom { display: flex; align-items: flex-end; gap: 60px; margin-top: 38px; }
.hero-bottom p { color: #d5d5cc; font-size: 17px; line-height: 1.5; }
.cta {
  display: flex;
  min-width: 245px;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding: 18px 0;
  border-bottom: 1px solid #8e8e80;
  font: 13px "IBM Plex Mono", monospace;
  letter-spacing: 0.05em;
  text-align: left;
}
.cta span { color: var(--orange); font-size: 26px; transition: transform 0.25s; }
.cta:hover span { transform: translate(3px, -3px); }
.hero-foot { display: flex; justify-content: space-between; font-size: 11px; }
.vertical-note { position: absolute; top: 46%; right: 15px; font-size: 10px; writing-mode: vertical-rl; }

.ticker {
  overflow: hidden;
  padding: 17px 0;
  background: var(--orange);
  color: var(--bg);
  font: 500 14px "IBM Plex Mono", monospace;
  letter-spacing: 0.1em;
}
.ticker > div { width: max-content; animation: marquee 35s linear infinite; }
.ticker i { margin: 0 50px; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.release { background: #e8e8df; color: #151512; }
.release .section-top span:last-child { color: #5a5a52; }
.release-heading { display: flex; align-items: flex-end; justify-content: space-between; margin: 58px 0 46px; }
.release-heading h2 { font-size: clamp(80px, 9.5vw, 150px); }
.release-heading h2 em { color: inherit; }
.release-heading > div { max-width: 350px; padding-bottom: 6px; }
.release-heading p { margin-bottom: 25px; font-size: 20px; line-height: 1.5; }
.small-label { display: inline-block; padding: 8px 11px; border: 1px solid #99998d; font-size: 11px; }
.collection {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  border-top: 1px solid #babab0;
  border-bottom: 1px solid #babab0;
}
.product-copy { padding: 45px 0 38px 4vw; }
.product-copy h3 { margin: 22px 0; font-size: clamp(55px, 5.5vw, 83px); }
.product-copy > p { margin-bottom: 28px; color: #5a5a53; line-height: 1.6; }
.product-price { margin: 18px 0 !important; color: inherit !important; font-size: 28px !important; font-weight: 700; }
.product-price span { font-size: 12px; font-weight: 400; letter-spacing: 0.08em; }
.spec-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #babab0;
  font-size: 11px;
}
.light { width: 100%; margin: 12px 0; border-color: #8b8b80; }
.preview-note { margin-top: 15px !important; margin-bottom: 0 !important; color: #73736b !important; font-size: 12px !important; line-height: 1.6 !important; }

.product-gallery { min-width: 0; align-self: start; background: #161615; }
.gallery-stage { position: relative; aspect-ratio: 1; overflow: hidden; background: #161615; }
.gallery-photo { display: block; width: 100%; height: 100%; object-fit: contain; }
.club-view .gallery-stage { aspect-ratio: 2 / 3; }
.gallery-choices { display: flex; gap: 12px; padding: 15px; }
.gallery-choices button {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid #55554b;
  color: #ecece4;
  font: 12px "IBM Plex Mono", monospace;
  text-align: left;
}
.gallery-choices button[aria-pressed="true"] { border-color: var(--orange); color: var(--orange); }
.gallery-choices img { width: 42px; height: 50px; object-fit: cover; }
.club-scene {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: none;
  overflow: hidden;
  background: #161615;
  pointer-events: none;
}
.club-view .club-scene { display: block; }
.club-view .gallery-photo { opacity: 0; }
.club-motion-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.club-model-layer {
  position: absolute;
  top: 15%;
  left: 8%;
  z-index: 2;
  display: block;
  width: 84%;
  height: 84%;
  object-fit: contain;
  object-position: center bottom;
}
.motion-toggle { position: absolute; right: 12px; bottom: 12px; z-index: 3; padding: 10px 12px; border: 1px solid #777; background: #111e; color: #eee; font-size: 12px; }
.motion-toggle[hidden] { display: none; }

.manifesto { padding-top: 40px; padding-bottom: 0; }
.manifesto-grid { display: grid; grid-template-columns: 1.65fr 1fr; gap: 7vw; margin: 80px 0; }
.manifesto h2 { font-size: clamp(62px, 7.4vw, 116px); }
.manifesto-aside { padding-top: 5px; }
.asterisk { display: block; margin-bottom: 30px; color: var(--orange); font-size: 90px; line-height: 1; }
.manifesto-aside p { margin-bottom: 20px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.manifesto-aside .manifesto-end { margin-top: 35px; color: var(--orange); font-size: 11px; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles > div { padding: 30px 20px 35px 0; }
.principles .mono { color: var(--orange); font-size: 12px; }
.principles h3 { margin: 20px 0 12px; font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.2; letter-spacing: -0.02em; }
.principles p { color: var(--muted); font-size: 14px; }

.next { display: grid; grid-template-columns: 1.7fr 1fr; gap: 50px; padding-top: 90px; padding-bottom: 90px; }
.next h2 { margin-top: 28px; font-size: clamp(60px, 6.5vw, 102px); }
.next > div:last-child { display: flex; flex-direction: column; justify-content: flex-end; gap: 25px; }
.next p { color: var(--muted); font-size: 18px; line-height: 1.65; }

footer { padding: 45px 3vw 120px; background: var(--orange); color: var(--bg); }
.footer-logo { font-size: clamp(44px, 10.25vw, 166px); line-height: 0.86; letter-spacing: -0.02em; }
.footer-logo span { color: transparent; -webkit-text-stroke: 1.5px var(--bg); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 50px; padding-top: 22px; border-top: 1px solid #a83115; font-size: 10px; }
.footer-contact { padding: 0; font: inherit; letter-spacing: inherit; }

.reveal { opacity: 1; transform: none; }
.motion .reveal { opacity: 0; transform: translateY(35px); transition: opacity 0.8s ease, transform 0.8s ease; }
.motion .reveal.visible { opacity: 1; transform: none; }

dialog {
  width: min(900px, 92vw);
  max-height: 90svh;
  padding: 45px;
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--ink);
}
dialog::backdrop { background: #000c; backdrop-filter: blur(7px); }
dialog h2 { margin: 22px 0; font-size: 52px; }
dialog p { margin-bottom: 15px; color: var(--muted); line-height: 1.6; }
dialog .close { position: absolute; top: 5px; right: 10px; z-index: 2; width: 42px; height: 42px; font-size: 30px; }
.dialog-product { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.dialog-product .gallery-choices { gap: 6px; padding: 8px; }
.dialog-product .gallery-choices button { gap: 5px; font-size: 10px; }
.dialog-product .gallery-choices img { width: 28px; height: 38px; }
fieldset { margin: 30px 0; padding: 0; border: 0; }
legend { margin-bottom: 14px; font: 12px "IBM Plex Mono", monospace; }
.sizes { display: flex; gap: 7px; }
.sizes label { position: relative; flex: 1; padding: 12px 2px; border: 1px solid #55554e; text-align: center; cursor: pointer; }
.sizes input { position: absolute; opacity: 0; }
.sizes label:has(:checked) { background: var(--ink); color: var(--bg); }
.sizes label:has(:focus-visible) { outline: 2px solid var(--orange); }
.solid { display: block; width: 100%; padding: 18px 20px; background: var(--orange); color: var(--bg); font: 500 12px "IBM Plex Mono", monospace; text-align: center; }

#bag-dialog { max-width: 540px; }
#bag-items { margin: 35px 0; }
.bag-item { display: flex; align-items: center; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.bag-item img { width: 80px; height: 95px; background: #e5e5dc; object-fit: contain; }
.bag-item > div { flex: 1; }
.bag-item h3 { font-family: inherit; font-size: 15px; line-height: 1.3; letter-spacing: 0; }
.bag-item p { margin: 5px 0 0; font-size: 13px; }
.remove { color: var(--muted); font-size: 12px; text-decoration: underline; }
.bag-subtotal { padding-top: 20px; border-top: 1px solid var(--line); font-weight: 700; }

#contact-dialog { width: min(640px, 92vw); }
.contact-form { display: grid; gap: 22px; margin-top: 32px; }
.form-honey { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.form-field { display: grid; gap: 8px; }
.form-field label { color: var(--orange); font: 11px "IBM Plex Mono", monospace; letter-spacing: 0.08em; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #55554e;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: 16px "DM Sans", sans-serif;
}
.form-field select { color-scheme: dark; }
.form-field textarea { min-height: 120px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-bottom-color: var(--orange); }
.form-status { margin: 0 !important; color: #77776f !important; font-size: 12px !important; }

.music-player {
  position: fixed;
  bottom: 14px;
  left: 14px;
  z-index: 40;
  display: grid;
  grid-template: auto 11px / 40px minmax(0, 1fr) 40px;
  width: min(320px, calc(100vw - 28px));
  align-items: center;
  gap: 2px 8px;
  padding: 6px;
  border: 1px solid #4d4d4773;
  background: #11110fbd;
  box-shadow: 0 10px 28px #0006;
  opacity: 0.82;
  backdrop-filter: blur(12px);
  transition: opacity 180ms ease, background-color 180ms ease;
}
.music-player:hover, .music-player:focus-within { background: #11110fe8; opacity: 1; }
.music-toggle, .music-mute { display: grid; grid-row: 1 / 3; width: 40px; height: 40px; place-items: center; border: 1px solid #55554e; }
.music-toggle { border-color: var(--orange); background: var(--orange); color: var(--bg); font-weight: 800; }
.music-toggle:disabled { opacity: 0.45; cursor: not-allowed; }
.music-player.is-playing .music-toggle { box-shadow: 0 0 0 2px #fb572d26; }
.music-meta { grid-column: 2; grid-row: 1; min-width: 0; }
.music-meta p, .music-meta strong { display: block; overflow: hidden; margin: 0; text-overflow: ellipsis; white-space: nowrap; }
.music-meta p { color: var(--orange); font: 8px "IBM Plex Mono", monospace; letter-spacing: 0.08em; }
.music-meta strong { margin-top: 2px; font-size: 11px; }
.music-meta strong span { color: var(--muted); font-weight: 400; }
.music-progress-wrap { grid-column: 2; grid-row: 2; min-width: 0; }
.music-progress-wrap input { display: block; width: 100%; height: 11px; margin: 0; accent-color: var(--orange); cursor: pointer; }
.music-times { display: none; }
.music-mute { grid-column: 3; font: 700 9px "IBM Plex Mono", monospace; letter-spacing: 0.06em; }
.music-mute.is-muted { color: var(--orange); }

#toast {
  position: fixed;
  bottom: 84px;
  left: 50%;
  z-index: 50;
  padding: 16px 24px;
  background: var(--orange);
  color: var(--bg);
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 20px);
  transition: 0.25s;
}
#toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (min-width: 1700px) { .hero-content { max-width: 1650px; } }

@media (max-width: 760px) {
  header { height: 78px; padding: 0 5vw; }
  .wordmark { font-size: 15px; }
  nav { display: none; }
  .hero { min-height: 570px; height: calc(92svh - 78px); padding: 20px 5vw; }
  .hero-top { font-size: 9px; }
  .hero-top .right { display: none; }
  .hero-photo { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, #0008, transparent), linear-gradient(0deg, #000c, transparent); }
  .hero-content { padding: 60px 0; }
  .hero-content .eyebrow { font-size: 10px; }
  h1 { font-size: clamp(46px, 11.8vw, 89px); }
  .hero-bottom { display: block; margin-top: 28px; }
  .hero-bottom p { font-size: 15px; }
  .hero-bottom .cta { width: 245px; margin-top: 25px; }
  .hero-foot { font-size: 9px; }
  .hero-foot > span:last-child { display: none; }
  .vertical-note { display: none; }
  .ticker { padding: 14px 0; font-size: 11px; }
  .section { padding: 30px 5vw 50px; }
  .section-top { font-size: 9px; }
  .release-heading { align-items: flex-start; gap: 20px; margin: 40px 0 30px; }
  .release-heading h2 { font-size: 70px; }
  .release-heading > div { max-width: 150px; padding-top: 5px; }
  .release-heading p { margin-bottom: 18px; font-size: 14px; }
  .small-label { padding: 6px; font-size: 8px; }
  .collection { grid-template-columns: 1fr; }
  .product-copy { padding: 30px 0; }
  .product-copy h3 { font-size: 64px; }
  .gallery-choices button { font-size: 11px; }
  .product-gallery { width: 100%; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 35px; margin: 50px 0; }
  .manifesto h2 { font-size: clamp(50px, 11.4vw, 86px); }
  .manifesto-aside { max-width: 440px; }
  .asterisk { margin-bottom: 20px; font-size: 65px; }
  .manifesto-aside p { font-size: 16px; }
  .principles { grid-template-columns: 1fr; }
  .principles > div { padding: 24px 0; border-bottom: 1px solid var(--line); }
  .principles > div:last-child { border: 0; }
  .principles h3 { margin-top: 12px; }
  .next { grid-template-columns: 1fr; gap: 35px; padding-top: 35px; }
  .next h2 { font-size: 64px; }
  .next p { font-size: 16px; }
  footer { padding: 30px 5vw 145px; }
  .footer-logo { font-size: 10.05vw; }
  .footer-bottom { flex-wrap: wrap; gap: 20px; margin-top: 30px; font-size: 9px; }
  .footer-bottom > span { width: 100%; }
  .dialog-product { grid-template-columns: 1fr; }
  dialog { padding: 35px 22px; }
  dialog h2 { font-size: 42px; }
  .music-player {
    bottom: 12px;
    left: 12px;
    width: min(300px, calc(100vw - 24px));
  }
  #toast { bottom: 82px; max-width: calc(100vw - 24px); white-space: normal; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker > div { animation: none; }
  .motion .reveal { opacity: 1; transform: none; transition: none; }
  .hero-photo { transform: none !important; }
}
