@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Italiana&display=swap");

:root {
  --black: #070706;
  --black-soft: #0d0c0a;
  --black-card: #11100e;
  --ivory: #f4efe5;
  --ivory-soft: #d8d0c2;
  --muted: #9b9387;
  --gold: #c69a49;
  --gold-light: #e1bd70;
  --line: rgba(224, 196, 139, 0.18);
  --line-strong: rgba(224, 196, 139, 0.34);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shell: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  background: var(--black);
  color: var(--ivory);
  font-family: var(--sans);
  font-weight: 300;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

::selection {
  background: var(--gold);
  color: #080705;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.netlify-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

img,
video {
  display: block;
  max-width: 100%;
}

.shell {
  width: min(var(--shell), calc(100% - 64px));
  margin-inline: auto;
}

.announcement {
  position: relative;
  z-index: 70;
  height: 36px;
  color: #d9c7a4;
  border-bottom: 1px solid rgba(198, 154, 73, 0.2);
  background: linear-gradient(90deg, #0e0b06, #21180b 52%, #0e0b06);
}

.announcement-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.21em;
}

.announcement-message {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-light);
}

.announcement-message i,
.coming-pill i,
.video-label i {
  width: 5px;
  height: 5px;
  border-radius: 99px;
  background: var(--gold-light);
  box-shadow: 0 0 14px rgba(225, 189, 112, 0.9);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  height: 82px;
  background: rgba(7, 7, 6, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.brand-monogram {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #171006;
  border: 1px solid #d2ac61;
  background: linear-gradient(140deg, #f0ce85, #a8772e);
  font-family: var(--serif);
  font-size: 24px;
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.16), 0 10px 24px rgba(0, 0, 0, 0.28);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.14em;
}

.brand-copy small {
  margin-top: 6px;
  color: var(--gold-light);
  font-size: 7px;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.desktop-nav a {
  position: relative;
  color: #bbb2a5;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -10px;
  height: 1px;
  background: var(--gold);
  transition: right 180ms ease;
}

.desktop-nav a:hover {
  color: var(--ivory);
}

.desktop-nav a:hover::after {
  right: 0;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  color: var(--gold-light);
  border: 1px solid var(--line-strong);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.nav-cta:hover {
  background: var(--gold);
  color: #090806;
}

.nav-cta svg,
.button svg,
.future-status svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-button,
.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: calc(100vh - 118px);
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 28%, rgba(187, 141, 58, 0.16), transparent 25%),
    linear-gradient(135deg, #070706 0%, #0b0a08 48%, #080705 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to right, black, transparent 82%);
}

.hero::after {
  content: "WAVE DOCK";
  position: absolute;
  left: -18px;
  bottom: -58px;
  color: rgba(255, 255, 255, 0.018);
  font-family: var(--serif);
  font-size: clamp(110px, 17vw, 290px);
  letter-spacing: 0.02em;
  white-space: nowrap;
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  top: 20%;
  right: 13%;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(198, 154, 73, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 130px rgba(198, 154, 73, 0.07);
}

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 118px);
  display: grid;
  grid-template-columns: minmax(420px, 0.88fr) minmax(480px, 1.12fr);
  align-items: center;
  gap: 70px;
  padding-top: 70px;
  padding-bottom: 84px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.23em;
}

.eyebrow span {
  width: 34px;
  height: 1px;
  background: var(--gold);
}

.coming-pill {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 7px 12px;
  color: #dcc69f;
  border: 1px solid rgba(198, 154, 73, 0.3);
  background: rgba(198, 154, 73, 0.06);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero h1,
.product-copy h2,
.motion-copy h2,
.section-heading h2,
.about-copy h2,
.newsletter h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.98;
}

.hero h1 {
  margin-top: 26px;
  font-size: clamp(60px, 6.2vw, 98px);
}

.hero h1 em,
.motion-copy h2 em,
.section-heading h2 em,
.about-copy h2 em,
.newsletter h2 em {
  color: var(--gold-light);
  font-style: italic;
  font-weight: 400;
}

.hero-copy > p {
  max-width: 580px;
  margin: 28px 0 0;
  color: #bdb4a7;
  font-size: 16px;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 52px;
  padding: 0 23px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-gold {
  color: #100c05;
  border: 1px solid #dcaf58;
  background: linear-gradient(135deg, #e4bc6b, #b78235);
  box-shadow: 0 12px 35px rgba(157, 109, 37, 0.18);
}

.button-gold:hover {
  background: linear-gradient(135deg, #f1cf84, #c69343);
}

.text-link {
  color: #d7cfc2;
  border-bottom: 1px solid var(--line-strong);
  padding-bottom: 6px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  transition: color 180ms ease, border-color 180ms ease;
}

.text-link:hover {
  color: var(--gold-light);
  border-color: var(--gold);
}

.hero-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 520px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.hero-details div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-right: 1px solid var(--line);
  padding-right: 18px;
}

.hero-details div + div {
  padding-left: 20px;
}

.hero-details div:last-child {
  border: 0;
}

.hero-details strong {
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

.hero-details span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  justify-self: stretch;
  padding: 36px 0 28px 34px;
}

.hero-frame {
  position: relative;
  aspect-ratio: 1.27 / 1;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: #15130f;
  box-shadow: 0 44px 100px rgba(0, 0, 0, 0.45);
}

.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.3);
  background: linear-gradient(145deg, transparent 55%, rgba(13, 10, 4, 0.22));
}

.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04) brightness(0.9);
  transition: transform 900ms cubic-bezier(.2, .8, .2, 1);
}

.hero-frame:hover img {
  transform: scale(1.025);
}

.photo-kicker {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 10px 14px;
  color: #ddc69a;
  border: 1px solid var(--line-strong);
  background: #0b0a08;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-caption {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  min-width: 245px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 19px 23px;
  border: 1px solid var(--line-strong);
  background: rgba(10, 9, 7, 0.94);
  backdrop-filter: blur(12px);
}

.hero-caption span {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 24px;
}

.hero-caption p {
  margin: 3px 0 0;
  color: #bdb4a6;
  font-size: 10px;
  line-height: 1.65;
  letter-spacing: 0.06em;
}

.gold-orbit {
  position: absolute;
  z-index: -1;
  top: -18px;
  left: -8px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(198, 154, 73, 0.21);
  border-radius: 50%;
}

.gold-orbit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(198, 154, 73, 0.8);
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  left: 22px;
  bottom: 66px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #7f786f;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  transform: rotate(-90deg);
}

.scroll-cue span {
  width: 42px;
  height: 1px;
  background: var(--gold);
}

.reveal {
  animation: enter 900ms 140ms both cubic-bezier(.22, .78, .24, 1);
}

.reveal-delay {
  animation-delay: 280ms;
}

@keyframes enter {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

.principles {
  position: relative;
  z-index: 4;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0b0a08;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.principles article {
  min-height: 180px;
  padding: 38px 30px;
  border-right: 1px solid var(--line);
}

.principles article:first-child {
  border-left: 1px solid var(--line);
}

.principles article > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 15px;
}

.principles h3 {
  margin: 26px 0 7px;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
}

.principles p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.product-section {
  position: relative;
  padding: 150px 0;
  background:
    radial-gradient(circle at 18% 40%, rgba(198, 154, 73, 0.08), transparent 24%),
    #080807;
}

.product-section::before {
  content: "01";
  position: absolute;
  top: 68px;
  right: 3%;
  color: rgba(255, 255, 255, 0.022);
  font-family: var(--serif);
  font-size: 260px;
  line-height: 1;
}

.product-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(400px, 0.88fr);
  gap: 84px;
  align-items: start;
}

.gallery-main {
  position: relative;
  aspect-ratio: 1.08 / 1;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: #171510;
}

.gallery-main::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.18);
}

.gallery-main > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) brightness(0.93);
  animation: photo-in 360ms both ease;
}

@keyframes photo-in {
  from { opacity: 0.7; transform: scale(1.012); }
  to { opacity: 1; transform: scale(1); }
}

.gallery-label,
.gallery-count {
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 14px 17px;
  color: #d7c49f;
  border: 1px solid var(--line-strong);
  background: rgba(8, 7, 5, 0.9);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gallery-label {
  left: 0;
}

.gallery-count {
  right: 0;
}

.thumbnail-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.thumbnail-row button {
  position: relative;
  aspect-ratio: 1 / 0.82;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(198, 154, 73, 0.12);
  background: #111;
  cursor: pointer;
}

.thumbnail-row button::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  transition: border-color 180ms ease;
}

.thumbnail-row button:hover::after,
.thumbnail-row button.active::after {
  border-color: var(--gold-light);
}

.thumbnail-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7) brightness(0.72);
  transition: filter 180ms ease, transform 180ms ease;
}

.thumbnail-row button:hover img,
.thumbnail-row button.active img {
  filter: saturate(0.9) brightness(0.98);
  transform: scale(1.04);
}

.product-copy {
  padding-top: 16px;
}

.product-title-row {
  margin-top: 28px;
  padding-bottom: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.product-copy h2 {
  font-size: clamp(58px, 6vw, 86px);
}

.product-title-row > span {
  margin-bottom: 8px;
  padding: 7px 10px;
  color: var(--gold-light);
  border: 1px solid var(--line-strong);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-lead {
  margin: 26px 0 30px;
  color: #b7aea1;
  font-size: 14px;
  line-height: 1.86;
}

.spec-list {
  border-top: 1px solid var(--line);
}

.spec-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.spec-list span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.spec-list strong {
  color: #e3dacf;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 400;
}

.finish-block {
  margin: 28px 0;
}

.finish-block > span {
  display: block;
  color: #c8bdad;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.swatches {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0 10px;
}

.swatches i {
  width: 29px;
  height: 29px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 2px #090806, 0 0 0 3px rgba(198, 154, 73, 0.18);
}

.swatch-black { background: #15191d; }
.swatch-blue { background: #26384d; }
.swatch-earth { background: #8b7d6b; }
.swatch-cream { background: #e9e8dc; }
.swatch-stone { background: #d6d1c5; }

.finish-block small {
  color: #777168;
  font-size: 10px;
}

.full-button {
  width: 100%;
}

.release-note {
  margin: 12px 0 0;
  color: #6f6960;
  text-align: center;
  font-size: 9px;
  letter-spacing: 0.03em;
}

.vote-section {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 18%, rgba(198, 154, 73, 0.1), transparent 24%),
    linear-gradient(180deg, #0d0b08, #080807);
}

.vote-section::before {
  content: "VOTE";
  position: absolute;
  top: 34px;
  right: -28px;
  color: rgba(255, 255, 255, 0.018);
  font-family: var(--serif);
  font-size: 270px;
  line-height: 1;
}

.vote-heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.62fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 58px;
}

.live-vote {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 7px 11px;
  color: #dcc69f;
  border: 1px solid rgba(198, 154, 73, 0.3);
  background: rgba(198, 154, 73, 0.06);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.live-vote i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #73b478;
  box-shadow: 0 0 13px rgba(115, 180, 120, 0.8);
}

.vote-heading h2 {
  margin: 23px 0 0;
  font-family: var(--serif);
  font-size: clamp(58px, 6vw, 88px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.98;
}

.vote-heading h2 em {
  color: var(--gold-light);
  font-style: italic;
  font-weight: 400;
}

.vote-intro p {
  margin: 0 0 22px;
  color: #aaa195;
  font-size: 14px;
  line-height: 1.82;
}

.vote-intro > span {
  display: block;
  padding-top: 17px;
  color: #7f776c;
  border-top: 1px solid var(--line);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.7;
  text-transform: uppercase;
}

.vote-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.vote-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  color: inherit;
  text-align: left;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0c0b09;
  cursor: pointer;
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.vote-card:hover,
.vote-card.selected {
  z-index: 3;
  background: #15120d;
  transform: translateY(-5px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.38);
}

.vote-card.selected {
  box-shadow: inset 0 0 0 1px var(--gold-light), 0 30px 70px rgba(0, 0, 0, 0.42);
}

.vote-photo {
  height: 305px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #d7d5cf;
}

.vote-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) brightness(0.9);
  transition: transform 600ms cubic-bezier(.2, .8, .2, 1), filter 220ms ease;
}

.vote-card:hover .vote-photo img,
.vote-card.selected .vote-photo img {
  transform: scale(1.025);
  filter: saturate(0.96) brightness(0.98);
}

.vote-rank {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 15px;
  color: #8f8679;
  border-bottom: 1px solid var(--line);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.vote-card.selected .vote-rank {
  color: #181004;
  background: linear-gradient(90deg, #dfb662, #bd8738);
}

.vote-rank strong {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 400;
}

.vote-card-copy {
  padding: 21px 17px 20px;
}

.vote-card-copy > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vote-card-copy i {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 0 2px #0c0b09, 0 0 0 3px rgba(198, 154, 73, 0.16);
}

.vote-card-copy span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.vote-card-copy strong {
  overflow: hidden;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vote-card-copy small {
  color: #7c7469;
  font-size: 7px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vote-card-copy p {
  margin: 17px 0 0;
  color: #81796e;
  font-size: 10px;
}

.ballot-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 0.78fr 1fr;
  align-items: stretch;
  margin-top: 24px;
  border: 1px solid var(--line-strong);
  background: #0e0d0a;
}

.rank-summary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-right: 1px solid var(--line);
}

.rank-summary div {
  display: flex;
  min-height: 115px;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 20px;
}

.rank-summary div + div {
  border-left: 1px solid var(--line);
}

.rank-summary span,
.use-case-fieldset legend {
  color: var(--gold);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.rank-summary strong {
  color: #d9d0c4;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 400;
}

.use-case-fieldset {
  min-width: 0;
  margin: 0;
  padding: 20px;
  border: 0;
  border-right: 1px solid var(--line);
}

.use-case-fieldset legend {
  padding: 0;
  text-transform: uppercase;
}

.use-case-fieldset label {
  display: inline-flex;
  align-items: center;
  margin: 18px 5px 0 0;
  padding: 9px 10px;
  color: #8d857a;
  border: 1px solid var(--line);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.use-case-fieldset label.active {
  color: #e7d6b6;
  border-color: var(--gold);
  background: rgba(198, 154, 73, 0.08);
}

.use-case-fieldset input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ballot-submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
}

.ballot-submit .button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.ballot-submit .button:disabled {
  opacity: 0.62;
  cursor: wait;
  transform: none;
}

.ballot-submit p {
  margin: 10px 4px 0;
  color: #6f685f;
  font-size: 8px;
  line-height: 1.5;
}

.ballot-submit p.vote-error {
  color: #e6a58e;
}

.vote-success {
  position: relative;
  z-index: 2;
  max-width: 840px;
  margin: 0 auto;
  padding: 70px 50px;
  text-align: center;
  border: 1px solid var(--line-strong);
  background:
    radial-gradient(circle at 50% 0%, rgba(198, 154, 73, 0.14), transparent 38%),
    #0d0c09;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.32);
}

.success-mark {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  color: #151005;
  border-radius: 50%;
  background: linear-gradient(135deg, #e4bc6b, #b78235);
  font-size: 20px;
}

.vote-success > span {
  color: var(--gold-light);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.vote-success h3 {
  margin: 20px 0 18px;
  font-family: var(--serif);
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 400;
  line-height: 1.06;
}

.vote-success > p {
  max-width: 540px;
  margin: 0 auto;
  color: #9e9588;
  font-size: 13px;
  line-height: 1.7;
}

.submitted-picks {
  max-width: 550px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 34px auto 25px;
  border: 1px solid var(--line);
}

.submitted-picks > div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 18px;
  text-align: left;
}

.submitted-picks > div + div {
  border-left: 1px solid var(--line);
}

.submitted-picks > div > i {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

.submitted-picks span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.submitted-picks small {
  color: #7f776d;
  font-size: 7px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.submitted-picks strong {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
}

.text-button {
  padding: 6px 0;
  color: #b7aa95;
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  background: transparent;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.motion-section {
  padding: 138px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(198, 154, 73, 0.04), transparent 36%),
    #0c0b09;
}

.motion-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 92px;
  align-items: center;
}

.motion-copy h2 {
  margin-top: 28px;
  font-size: clamp(56px, 6vw, 86px);
}

.motion-copy > p {
  max-width: 440px;
  margin: 28px 0 0;
  color: #aaa195;
  font-size: 14px;
  line-height: 1.85;
}

.signature-line {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: #b9ae9e;
  font-family: var(--serif);
  font-size: 15px;
  font-style: italic;
  line-height: 1.55;
}

.signature-line svg {
  width: 45px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.3;
  stroke-linecap: round;
}

.video-wrap {
  position: relative;
  width: min(100%, 620px);
  justify-self: end;
  padding: 20px 20px 0 90px;
}

.video-wrap::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 18px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(198, 154, 73, 0.18);
  border-radius: 50%;
}

.video-wrap video {
  position: relative;
  width: 100%;
  max-height: 680px;
  aspect-ratio: 9 / 14;
  object-fit: cover;
  border: 1px solid var(--line-strong);
  background: #12100d;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.42);
}

.video-label {
  position: absolute;
  right: -12px;
  bottom: 36px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  color: #d5c19c;
  border: 1px solid var(--line-strong);
  background: #0a0907;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.future-section {
  padding: 150px 0 160px;
  background: #080807;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 62px;
}

.section-heading h2,
.about-copy h2 {
  margin-top: 25px;
  font-size: clamp(58px, 6vw, 88px);
}

.section-heading > p {
  max-width: 470px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.84;
}

.future-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.future-card {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0c0b09;
  transition: background 240ms ease, transform 240ms ease;
}

.future-card:hover {
  position: relative;
  z-index: 2;
  background: #12100c;
  transform: translateY(-6px);
}

.future-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

.future-meta > span {
  color: #71695e;
  font-family: var(--serif);
  font-size: 15px;
}

.future-meta b {
  padding: 6px 8px;
  color: #b7a57f;
  border: 1px solid rgba(198, 154, 73, 0.2);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.concept-figure {
  position: relative;
  height: 240px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 44%, rgba(218, 190, 136, 0.1), transparent 43%),
    #0f0e0c;
}

.concept-figure::after {
  content: "";
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 30px;
  height: 16px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  filter: blur(10px);
}

.concept-figure > div,
.concept-figure > i,
.concept-figure > span {
  position: absolute;
  display: block;
  border: 1px solid #6e604c;
  background: linear-gradient(145deg, #342d23, #15120e);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 22px 32px rgba(0, 0, 0, 0.38);
}

.concept-figure.organizer > div {
  width: 124px;
  height: 55px;
  bottom: 55px;
  border-radius: 60% 60% 34% 34%;
  transform: perspective(160px) rotateX(28deg);
}

.concept-figure.organizer > i {
  width: 47px;
  height: 94px;
  bottom: 77px;
  left: 36%;
  border-radius: 18px 18px 10px 10px;
}

.concept-figure.organizer > span {
  width: 36px;
  height: 74px;
  bottom: 75px;
  right: 31%;
  border-radius: 20px 20px 8px 8px;
}

.concept-figure.kitchen > div {
  width: 82px;
  height: 118px;
  bottom: 55px;
  border-radius: 10px 10px 28px 28px;
}

.concept-figure.kitchen > i {
  width: 70px;
  height: 15px;
  bottom: 170px;
  border-radius: 50%;
}

.concept-figure.kitchen > span {
  width: 34px;
  height: 34px;
  top: 45px;
  border-radius: 50%;
}

.concept-figure.storage > div {
  width: 150px;
  height: 96px;
  bottom: 55px;
  border-radius: 14px;
}

.concept-figure.storage > i {
  width: 136px;
  height: 22px;
  bottom: 145px;
  border-radius: 8px 8px 3px 3px;
}

.concept-figure.storage > span {
  width: 38px;
  height: 7px;
  bottom: 100px;
  border-radius: 10px;
}

.concept-figure.vessel > div {
  width: 94px;
  height: 125px;
  bottom: 50px;
  border-radius: 44% 44% 26% 26%;
}

.concept-figure.vessel > i,
.concept-figure.vessel > span {
  width: 1px;
  height: 92px;
  bottom: 154px;
  border: 0;
  background: #7c6a4e;
  box-shadow: none;
  transform: rotate(-20deg);
  transform-origin: bottom;
}

.concept-figure.vessel > span {
  transform: rotate(24deg);
}

.future-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 27px 22px 24px;
}

.future-copy h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.future-copy p {
  margin: 12px 0 26px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}

.future-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  color: #8d8375;
  border-top: 1px solid var(--line);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.future-status svg {
  width: 15px;
}

.about-section {
  padding: 140px 0;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 16% 48%, rgba(198, 154, 73, 0.08), transparent 20%),
    #0b0a08;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.45fr 1.1fr 0.65fr;
  gap: 72px;
  align-items: center;
}

.about-mark {
  width: 180px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
}

.about-mark::before,
.about-mark::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(198, 154, 73, 0.14);
  border-radius: inherit;
}

.about-mark::after {
  inset: -9px;
  border-style: dashed;
}

.about-mark span {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 75px;
}

.about-mark small {
  position: absolute;
  bottom: 25px;
  color: #8d7a5b;
  font-size: 7px;
  letter-spacing: 0.22em;
}

.about-copy > p {
  max-width: 600px;
  margin: 28px 0 0;
  color: #a79f93;
  font-size: 14px;
  line-height: 1.85;
}

.about-values {
  border-top: 1px solid var(--line);
}

.about-values div {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.about-values span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 15px;
}

.about-values strong {
  color: #c9c0b4;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.newsletter {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  color: #151005;
  background: linear-gradient(135deg, #d9b467, #b37e2f);
}

.newsletter::after {
  content: "NUVORA";
  position: absolute;
  right: -15px;
  bottom: -58px;
  color: rgba(13, 9, 2, 0.08);
  font-family: var(--serif);
  font-size: 190px;
  line-height: 1;
}

.newsletter-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 100px;
  align-items: center;
}

.newsletter-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.24em;
}

.newsletter h2 {
  margin-top: 18px;
  font-size: clamp(55px, 6vw, 84px);
}

.newsletter h2 em {
  color: #fff2d6;
}

.newsletter-action p {
  max-width: 430px;
  margin: 0 0 24px;
  font-size: 13px;
  line-height: 1.75;
}

.button-light {
  color: #eee2ca;
  background: #0b0905;
  border: 1px solid #0b0905;
}

.button-light:hover {
  color: #161006;
  background: #f5ead6;
}

.footer {
  padding: 74px 0 26px;
  background: #060605;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.45fr 0.75fr;
  gap: 80px;
  padding-bottom: 62px;
}

.footer-brand > p {
  max-width: 330px;
  margin: 24px 0 0;
  color: #7f786f;
  font-size: 11px;
  line-height: 1.75;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  color: #918980;
  font-size: 11px;
}

.footer-links > span {
  margin-bottom: 6px;
  color: var(--gold-light);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-links a {
  transition: color 180ms ease;
}

.footer-links a:hover {
  color: var(--ivory);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 23px;
  color: #625d56;
  border-top: 1px solid var(--line);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-bottom a {
  color: #8e806a;
  transition: color 180ms ease;
}

.footer-bottom a:hover {
  color: var(--gold-light);
}

.vote-confirmation-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 24%, rgba(198, 154, 73, 0.18), transparent 30%),
    linear-gradient(145deg, #070706, #0f0c07 56%, #070706);
}

.confirmation-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 48px 24px;
}

.confirmation-card {
  width: min(760px, 100%);
  padding: 70px 64px;
  text-align: center;
  border: 1px solid var(--line-strong);
  background: rgba(11, 10, 8, 0.88);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.46);
}

.confirmation-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 48px;
  text-align: left;
}

.confirmation-card .success-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  color: #100c05;
  border-radius: 50%;
  background: linear-gradient(140deg, #f0ce85, #a8772e);
  font-size: 25px;
  font-weight: 600;
}

.confirmation-kicker {
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.25em;
}

.confirmation-card h1 {
  margin: 24px 0 20px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(42px, 6vw, 68px);
  font-weight: 400;
  line-height: 1.04;
}

.confirmation-card h1 em {
  color: var(--gold-light);
  font-style: italic;
}

.confirmation-card > p {
  max-width: 570px;
  margin: 0 auto 36px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.confirmation-card .button {
  justify-content: center;
}

@media (max-width: 640px) {
  .confirmation-card {
    padding: 48px 24px;
  }

  .confirmation-card h1 {
    font-size: 40px;
  }
}

.results-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 3%, rgba(198, 154, 73, 0.1), transparent 22%),
    #080807;
  color: var(--ivory);
}

.results-header {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(32px, calc((100% - 1240px) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(7, 7, 6, 0.88);
}

.results-header-actions {
  display: flex;
  gap: 12px;
}

.results-header-actions a {
  padding: 10px 13px;
  color: #aa9f90;
  border: 1px solid var(--line);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.results-shell {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 90px 0 40px;
}

.results-intro {
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  gap: 90px;
  align-items: end;
}

.results-intro > div > span,
.results-denied > span {
  color: var(--gold-light);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.21em;
}

.results-intro h1,
.results-denied h1 {
  margin: 22px 0 0;
  font-family: var(--serif);
  font-size: clamp(62px, 7vw, 100px);
  font-weight: 400;
  line-height: 0.94;
}

.results-intro h1 em {
  color: var(--gold-light);
  font-style: italic;
}

.results-intro > p {
  margin: 0 0 7px;
  color: #9c9387;
  font-size: 13px;
  line-height: 1.82;
}

.results-summary {
  display: grid;
  grid-template-columns: 0.7fr 1fr 0.8fr;
  margin-top: 62px;
  border-top: 1px solid var(--line-strong);
  border-left: 1px solid var(--line-strong);
}

.results-summary article {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  border-right: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background: #0e0d0a;
}

.results-summary article > span,
.results-summary article > small {
  color: #82796e;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.results-summary article > strong {
  margin: 17px 0 13px;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
}

.results-summary article > strong.leader-name {
  font-size: 38px;
}

.results-summary article > strong.updated-time {
  color: #77ad7a;
  font-size: 38px;
}

.results-panels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 22px;
}

.results-panel,
.use-results {
  padding: 30px;
  border: 1px solid var(--line-strong);
  background: #0e0d0a;
}

.panel-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.panel-title > div {
  display: flex;
  align-items: baseline;
  gap: 13px;
}

.panel-title > div > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 16px;
}

.panel-title h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
}

.panel-title > small {
  color: #776f65;
  font-size: 7px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.result-bars {
  margin-top: 12px;
}

.result-row {
  display: grid;
  grid-template-columns: 150px 1fr 60px;
  gap: 15px;
  align-items: center;
  min-height: 72px;
  border-bottom: 1px solid var(--line);
}

.result-name {
  display: flex;
  align-items: center;
  gap: 10px;
}

.result-name > i {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

.result-name > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.result-name strong {
  overflow: hidden;
  color: #d1c7ba;
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.result-name small {
  color: #6f685e;
  font-size: 6px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bar-track {
  height: 5px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.bar-track > i {
  display: block;
  height: 100%;
  min-width: 2px;
  background: linear-gradient(90deg, #a97831, #e0b967);
}

.result-value {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 6px;
}

.result-value strong {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
}

.result-value span {
  color: #82796e;
  font-size: 8px;
}

.use-results {
  margin-top: 22px;
}

.use-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.use-grid article {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.use-grid article > span,
.use-grid article > small {
  color: #82796e;
  font-size: 7px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.use-grid article > strong {
  margin: 10px 0;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
}

.results-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 22px;
  color: #625b53;
  border-top: 1px solid var(--line);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.results-footer a {
  color: #9c8b70;
}

.results-centered {
  display: grid;
  place-items: center;
  padding: 30px;
}

.results-denied {
  max-width: 700px;
  padding: 70px;
  text-align: center;
  border: 1px solid var(--line-strong);
  background: #0d0c09;
}

.results-denied h1 {
  font-size: 60px;
}

.results-denied p {
  color: #999084;
  font-size: 13px;
}

.results-denied a {
  display: inline-block;
  margin-top: 18px;
  padding-bottom: 5px;
  color: var(--gold-light);
  border-bottom: 1px solid var(--gold);
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .desktop-nav { gap: 24px; }
  .hero-grid { grid-template-columns: 0.9fr 1.1fr; gap: 42px; }
  .hero h1 { font-size: clamp(58px, 7vw, 80px); }
  .product-grid { gap: 52px; }
  .vote-grid { grid-template-columns: repeat(3, 1fr); }
  .vote-card:nth-child(4), .vote-card:nth-child(5) { border-top: 0; }
  .ballot-panel { grid-template-columns: 1fr 1fr; }
  .rank-summary { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid var(--line); }
  .future-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 0.35fr 1fr; }
  .about-values { grid-column: 2; }
  .about-mark { width: 145px; }
}

@media (max-width: 900px) {
  .shell { width: min(var(--shell), calc(100% - 40px)); }
  .desktop-nav, .nav-cta { display: none; }
  .menu-button {
    display: flex;
    width: 42px;
    height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0;
    color: inherit;
    border: 1px solid var(--line);
    background: transparent;
    cursor: pointer;
  }
  .menu-button span { width: 18px; height: 1px; background: #d7cdbf; transition: transform 180ms ease; }
  .menu-button.open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button.open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    display: flex;
    max-height: 0;
    overflow: hidden;
    flex-direction: column;
    background: rgba(7, 7, 6, 0.98);
    transition: max-height 240ms ease;
  }
  .mobile-nav.open { max-height: 420px; border-bottom: 1px solid var(--line); }
  .mobile-nav a { padding: 17px 24px; color: #bcb3a6; border-top: 1px solid var(--line); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 84px; padding-bottom: 110px; }
  .hero-copy { max-width: 700px; }
  .hero-visual { width: min(100%, 760px); }
  .scroll-cue { display: none; }
  .principles-grid { grid-template-columns: repeat(2, 1fr); }
  .principles article:nth-child(3) { border-left: 1px solid var(--line); }
  .product-section, .vote-section, .future-section { padding: 110px 0; }
  .product-grid { grid-template-columns: 1fr; }
  .product-copy { max-width: 680px; }
  .motion-grid { grid-template-columns: 1fr; gap: 60px; }
  .motion-copy { max-width: 620px; }
  .video-wrap { justify-self: center; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .vote-heading { grid-template-columns: 1fr; gap: 28px; }
  .vote-intro { max-width: 600px; }
  .results-shell { width: calc(100% - 40px); padding-top: 70px; }
  .results-intro { grid-template-columns: 1fr; gap: 28px; }
  .results-summary { grid-template-columns: 1fr 1fr; }
  .results-summary article:last-child { grid-column: 1 / -1; }
  .results-panels { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 0.3fr 1fr; gap: 50px; }
  .newsletter-inner { grid-template-columns: 1fr 0.9fr; gap: 50px; }
  .footer-grid { grid-template-columns: 1fr 0.55fr; }
  .footer-links:last-child { grid-column: 2; grid-row: 1; margin-top: 150px; }
}

@media (max-width: 620px) {
  .shell { width: calc(100% - 28px); }
  .announcement-inner > span:first-child { display: none; }
  .announcement-inner { justify-content: center; }
  .site-header { height: 72px; }
  .mobile-nav { top: 72px; }
  .brand-monogram { width: 34px; height: 34px; font-size: 21px; }
  .brand-copy strong { font-size: 18px; }
  .hero-grid { padding-top: 60px; padding-bottom: 78px; gap: 56px; }
  .hero h1 { font-size: clamp(50px, 15vw, 70px); }
  .hero-copy > p { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-details { margin-top: 38px; }
  .hero-details div { padding-right: 8px; }
  .hero-details div + div { padding-left: 10px; }
  .hero-details strong { font-size: 19px; }
  .hero-details span { font-size: 7px; letter-spacing: .08em; }
  .hero-visual { padding: 28px 0 26px 12px; }
  .hero-frame { aspect-ratio: 1 / .88; }
  .photo-kicker { top: -3px; font-size: 7px; }
  .hero-caption { min-width: 210px; padding: 14px 16px; }
  .gold-orbit { width: 130px; height: 130px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles article { min-height: 0; border-left: 1px solid var(--line); padding: 28px 24px; }
  .principles article:nth-child(3) { border-left: 1px solid var(--line); }
  .principles h3 { margin-top: 14px; }
  .product-section, .vote-section, .future-section, .about-section, .motion-section { padding: 86px 0; }
  .gallery-main { aspect-ratio: 1 / 1.04; }
  .thumbnail-row { gap: 6px; }
  .product-title-row { align-items: flex-start; flex-direction: column; }
  .product-title-row > span { margin-bottom: 0; }
  .product-copy h2, .motion-copy h2, .section-heading h2, .about-copy h2 { font-size: 54px; }
  .vote-heading h2 { font-size: 52px; }
  .vote-grid { grid-template-columns: 1fr; }
  .vote-photo { height: 390px; }
  .vote-card { transform: none; }
  .ballot-panel { grid-template-columns: 1fr; }
  .rank-summary { grid-template-columns: 1fr; }
  .rank-summary div { min-height: 88px; }
  .rank-summary div + div { border-left: 0; border-top: 1px solid var(--line); }
  .use-case-fieldset { border-right: 0; border-bottom: 1px solid var(--line); }
  .vote-success { padding: 54px 22px; }
  .submitted-picks { grid-template-columns: 1fr; }
  .submitted-picks > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .spec-list div { align-items: flex-start; flex-direction: column; gap: 6px; }
  .video-wrap { padding: 0 24px 0 52px; }
  .video-wrap::before { width: 150px; height: 150px; top: -28px; left: 8px; }
  .video-label { right: 0; bottom: 25px; }
  .future-grid { grid-template-columns: 1fr; }
  .future-card { min-height: 470px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-mark { width: 125px; margin-bottom: 18px; }
  .about-mark span { font-size: 54px; }
  .about-mark small { bottom: 17px; }
  .about-values { grid-column: auto; }
  .newsletter { padding: 75px 0; }
  .newsletter-inner { grid-template-columns: 1fr; gap: 38px; }
  .newsletter h2 { font-size: 52px; }
  .newsletter::after { font-size: 110px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-links:last-child { grid-column: auto; grid-row: auto; margin-top: 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .results-header { height: auto; align-items: flex-start; flex-direction: column; gap: 20px; padding: 22px 16px; }
  .results-header-actions { width: 100%; }
  .results-header-actions a { flex: 1; text-align: center; }
  .results-shell { width: calc(100% - 28px); padding-top: 56px; }
  .results-intro h1 { font-size: 58px; }
  .results-summary { grid-template-columns: 1fr; }
  .results-summary article:last-child { grid-column: auto; }
  .results-panel, .use-results { padding: 22px 16px; }
  .panel-title { align-items: flex-start; flex-direction: column; }
  .result-row { grid-template-columns: 135px 1fr 48px; gap: 9px; }
  .use-grid { grid-template-columns: 1fr; }
  .results-footer { align-items: flex-start; flex-direction: column; gap: 16px; }
  .results-denied { padding: 50px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
