:root {
  --black: #050505;
  --black-soft: #0d0d0f;
  --graphite: #191a1d;
  --graphite-light: #24262a;
  --silver-light: #e5e7eb;
  --silver: #9a9da3;
  --silver-dark: #686b71;
  --white: #f7f7f5;
  --text-muted: #a5a5a8;
  --line: rgba(229, 231, 235, 0.16);
  --line-strong: rgba(229, 231, 235, 0.34);
  --metal: linear-gradient(135deg, #686b71 0%, #f2f3f5 24%, #898c92 48%, #ffffff 68%, #6c6f75 100%);
  --font-display: "Barlow Condensed", Impact, "Arial Narrow", sans-serif;
  --font-body: "Inter", Arial, sans-serif;
  --max-width: 1280px;
  --header-height: 78px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 2%, rgba(154, 157, 163, 0.07), transparent 28rem),
    var(--black);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  color: var(--black);
  background: var(--silver-light);
}

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

button,
a {
  color: inherit;
}

a {
  text-decoration: none;
}

button {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  color: var(--black);
  background: var(--white);
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-noise {
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: 0.03;
  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='.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background-color 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-scrolled,
.site-header:has(.mobile-nav:not([hidden])) {
  border-color: var(--line);
  background: rgba(5, 5, 5, 0.82);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(calc(100% - 48px), var(--max-width));
  height: var(--header-height);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}

.wordmark,
.footer-wordmark {
  width: max-content;
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: 0.04em;
}

.wordmark span,
.footer-wordmark {
  font-size: 1.65rem;
  color: transparent;
  background: var(--metal);
  background-clip: text;
  -webkit-background-clip: text;
}

.wordmark small {
  display: block;
  margin-top: 0.25rem;
  color: var(--silver);
  font-size: 0.58rem;
  letter-spacing: 0.48em;
  text-align: center;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 2.25rem;
}

.desktop-nav a,
.footer-links a {
  color: var(--text-muted);
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--white);
}

.header-cta {
  justify-self: end;
  padding: 0.7rem 1.05rem;
  border: 1px solid var(--line-strong);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  color: var(--black);
  border-color: var(--silver-light);
  background: var(--silver-light);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--white);
  transition: transform 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.mobile-nav {
  height: calc(100dvh - var(--header-height));
  padding: 2.5rem 24px;
  background: rgba(5, 5, 5, 0.98);
}

.mobile-nav a {
  display: block;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: clamp(2rem, 10vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: 0.15;
  background-image:
    linear-gradient(to right, transparent 49.9%, rgba(229, 231, 235, 0.18) 50%, transparent 50.1%),
    linear-gradient(to bottom, transparent 49.9%, rgba(229, 231, 235, 0.1) 50%, transparent 50.1%);
  background-size: 25% 100%, 100% 25%;
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
}

.hero-glow {
  position: absolute;
  top: 8%;
  left: 50%;
  z-index: -2;
  width: min(80vw, 900px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(202, 205, 212, 0.15), rgba(83, 86, 92, 0.035) 42%, transparent 68%);
  filter: blur(8px);
  transform: translateX(-50%);
}

.hero-content {
  width: min(calc(100% - 48px), 1060px);
  padding: calc(var(--header-height) + 4rem) 0 6rem;
  text-align: center;
}

.kicker,
.section-index,
.product-title > p {
  margin: 0;
  color: var(--silver);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.kicker span {
  margin-inline: 0.6rem;
  color: var(--silver-dark);
}

.hero-logo-wrap {
  position: relative;
  width: min(68vw, 500px);
  margin: 0.65rem auto 0.7rem;
  overflow: hidden;
}

.hero-logo-wrap::after {
  content: "";
  position: absolute;
  inset: -20% auto -20% -40%;
  width: 22%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transform: skewX(-15deg);
  animation: logo-shine 8s ease-in-out 1.5s infinite;
}

.hero-logo {
  width: 100%;
  height: auto;
  mix-blend-mode: screen;
}

.hero h1 {
  width: min(100%, 920px);
  margin: 0 auto;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 5.2vw, 4.9rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.hero-lead {
  width: min(100%, 650px);
  margin: 1.5rem auto 0;
  color: var(--text-muted);
  font-size: clamp(0.98rem, 1.5vw, 1.15rem);
}

.hero-actions,
.community-actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.button {
  position: relative;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.4rem;
  overflow: hidden;
  border: 1px solid transparent;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: -100% auto -100% -35%;
  width: 25%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.7), transparent);
  transform: skewX(-14deg);
  transition: left 550ms ease;
}

.button:hover::after {
  left: 120%;
}

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

.button:active {
  transform: translateY(0);
}

.button-primary {
  color: var(--black);
  background: var(--metal);
  box-shadow: 0 12px 32px rgba(209, 212, 219, 0.08);
}

.button-primary:hover,
.button-primary:focus-visible {
  border-color: var(--white);
}

.button-secondary {
  color: var(--white);
  border-color: var(--line-strong);
  background: rgba(15, 15, 17, 0.6);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--silver-light);
  background: var(--graphite);
}

:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 4px;
}

.launch-line {
  width: max-content;
  margin: 2.25rem auto 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--silver);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.launch-line strong {
  color: var(--white);
  font-weight: 700;
}

.launch-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--silver-light);
  box-shadow: 0 0 14px rgba(229, 231, 235, 0.65);
}

.scroll-cue {
  position: absolute;
  right: 28px;
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--silver-dark);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.scroll-cue i {
  width: 1px;
  height: 44px;
  background: linear-gradient(to bottom, var(--silver), transparent);
}

.concept-section,
.launch-section,
.gallery-section,
.community-section {
  border-bottom: 1px solid var(--line);
}


.section-heading h2,
.community-frame h2 {
  margin: 0.7rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 5.3rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}


.concept-section,
.launch-section,
.gallery-section,
.community-section {
  padding-block: clamp(6rem, 10vw, 10rem);
}

.section-heading {
  max-width: 900px;
}

.section-intro {
  max-width: 580px;
  margin: 1.35rem 0 0;
  color: var(--text-muted);
}

.concept-grid {
  margin-top: clamp(4rem, 7vw, 7rem);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: start;
}

.concept-copy {
  padding-top: 0.65rem;
  border-top: 1px solid var(--line-strong);
}

.concept-copy p {
  margin: 1.4rem 0 0;
  color: var(--text-muted);
}

.statement {
  position: relative;
  margin: 0;
  padding: 0 0 0 3.5rem;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 5.1vw, 5.6rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.statement > span {
  position: absolute;
  top: -1rem;
  left: 0;
  color: var(--silver-dark);
  font-size: 5rem;
  line-height: 1;
}

.launch-section {
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.018), transparent 20%),
    var(--black-soft);
}

.product-list {
  margin-top: clamp(3.5rem, 6vw, 6rem);
  border-top: 1px solid var(--line-strong);
}

.product-item {
  display: grid;
  grid-template-columns: 90px minmax(180px, 0.7fr) minmax(250px, 1.25fr) auto;
  gap: 2rem;
  align-items: center;
  min-height: 210px;
  padding: 2.4rem 0;
  border-bottom: 1px solid var(--line-strong);
  transition: padding-inline 240ms ease, background-color 240ms ease;
}

.product-item:hover {
  padding-inline: 1rem;
  background: rgba(255, 255, 255, 0.018);
}

.product-number {
  color: var(--silver-dark);
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
}

.product-title h3 {
  margin: 0.25rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 600;
  line-height: 0.95;
  text-transform: uppercase;
}

.product-description {
  margin: 0;
  color: var(--text-muted);
}

.product-tag {
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--line);
  color: var(--silver);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  white-space: nowrap;
}

.gallery-heading {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
}

.gallery-heading .section-intro {
  margin: 0 0 0.4rem;
}

.gallery-grid {
  margin-top: clamp(3.5rem, 6vw, 6rem);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-card {
  position: relative;
  grid-column: span 6;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--black-soft);
}

.gallery-card-wide {
  grid-column: span 8;
}

.gallery-card:nth-child(2),
.gallery-card:nth-child(3) {
  grid-column: span 4;
}

.gallery-card:nth-child(4) {
  grid-column: span 4;
}

.gallery-card:nth-child(5) {
  grid-column: span 8;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.75, 0.25, 1), filter 450ms ease;
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid transparent;
  transition: border-color 300ms ease;
}

.gallery-card:hover::after {
  border-color: var(--silver);
}

.gallery-card:hover img {
  filter: contrast(1.08) brightness(1.06);
  transform: scale(1.025);
}

.gallery-card figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 4rem 1.35rem 1.3rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.2rem 0.8rem;
  background: linear-gradient(to top, rgba(5, 5, 5, 0.98), rgba(5, 5, 5, 0));
}

.gallery-card figcaption span {
  grid-row: span 2;
  color: var(--silver-dark);
  font-family: var(--font-display);
  font-size: 1rem;
}

.gallery-card figcaption strong {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.gallery-card figcaption small {
  color: var(--text-muted);
  font-size: 0.7rem;
}

.community-section {
  background: var(--black-soft);
}

.community-frame {
  position: relative;
  min-height: 560px;
  padding: clamp(2rem, 7vw, 6.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background:
    radial-gradient(circle at 75% 50%, rgba(154, 157, 163, 0.11), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.025), transparent 35%),
    var(--black);
}

.community-frame::before,
.community-frame::after {
  content: "";
  position: absolute;
  background: var(--metal);
  opacity: 0.55;
}

.community-frame::before {
  top: 0;
  left: 0;
  width: 180px;
  height: 1px;
}

.community-frame::after {
  top: 0;
  left: 0;
  width: 1px;
  height: 180px;
}

.community-watermark {
  position: absolute;
  right: -0.08em;
  bottom: -0.18em;
  color: transparent;
  background: var(--metal);
  background-clip: text;
  -webkit-background-clip: text;
  font-family: var(--font-display);
  font-size: clamp(10rem, 25vw, 24rem);
  font-weight: 800;
  line-height: 0.7;
  letter-spacing: -0.08em;
  opacity: 0.045;
  pointer-events: none;
}

.community-frame h2 {
  max-width: 760px;
  font-size: clamp(4rem, 9vw, 9rem);
}

.community-frame > p:not(.section-index) {
  max-width: 620px;
  margin: 1.5rem 0 0;
  color: var(--text-muted);
}

.community-actions {
  justify-content: flex-start;
}

.site-footer {
  padding: 4rem 0 2rem;
  background: var(--black);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 4rem;
  align-items: start;
}

.footer-wordmark {
  font-size: 2.5rem;
}

.footer-wordmark span {
  color: var(--silver-dark);
  font-size: 0.7rem;
  letter-spacing: 0.25em;
}

.footer-grid p {
  margin: 0.9rem 0 0;
  color: var(--silver-dark);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-launch {
  display: grid;
  gap: 0.45rem;
  text-align: right;
}

.footer-launch span {
  color: var(--silver-dark);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-launch strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
}

.footer-links {
  display: grid;
  gap: 0.7rem;
}

.footer-legal {
  margin-top: 3rem;
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid var(--line);
}

.footer-legal p {
  max-width: 690px;
  margin: 0;
  color: #65676c;
  font-size: 0.63rem;
}

.toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 500;
  max-width: min(360px, calc(100vw - 2rem));
  padding: 0.9rem 1rem;
  border: 1px solid var(--line-strong);
  color: var(--silver-light);
  background: rgba(13, 13, 15, 0.96);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  font-size: 0.78rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes logo-shine {
  0%, 70%, 100% { left: -40%; opacity: 0; }
  75% { opacity: 0.9; }
  90% { left: 120%; opacity: 0; }
}

@media (max-width: 1040px) {
  .product-item {
    grid-template-columns: 54px minmax(180px, 0.7fr) minmax(250px, 1fr);
  }

  .product-tag {
    grid-column: 2 / -1;
    width: max-content;
  }

  .gallery-card,
  .gallery-card-wide,
  .gallery-card:nth-child(2),
  .gallery-card:nth-child(3),
  .gallery-card:nth-child(4),
  .gallery-card:nth-child(5) {
    grid-column: span 6;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 68px;
  }

  .section-shell,
  .header-inner,
  .hero-content {
    width: min(calc(100% - 32px), var(--max-width));
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero-content {
    padding-top: calc(var(--header-height) + 3rem);
  }

  .hero-logo-wrap {
    width: min(88vw, 470px);
    margin-block: 0.25rem;
  }

  .scroll-cue {
    display: none;
  }

  .concept-grid {
    grid-template-columns: 1fr;
  }


  .concept-grid {
    gap: 4rem;
  }

  .gallery-heading {
    display: block;
  }

  .gallery-heading .section-intro {
    margin-top: 1.2rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, max-content);
  }

  .footer-legal {
    display: grid;
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: auto;
  }

  .hero-content {
    padding-bottom: 4rem;
  }

  .kicker {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.25rem 0.5rem;
  }

  .kicker span {
    margin-inline: 0;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 13.5vw, 4rem);
  }

  .hero-actions,
  .community-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .launch-line {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }


  .statement {
    padding-left: 2rem;
  }

  .product-item {
    grid-template-columns: 40px 1fr;
    gap: 1rem;
    align-items: start;
  }

  .product-description,
  .product-tag {
    grid-column: 2;
  }

  .product-item:hover {
    padding-inline: 0;
    background: transparent;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card,
  .gallery-card-wide,
  .gallery-card:nth-child(2),
  .gallery-card:nth-child(3),
  .gallery-card:nth-child(4),
  .gallery-card:nth-child(5) {
    grid-column: 1;
  }

  .community-frame {
    min-height: 520px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-launch {
    text-align: left;
  }

  .footer-links {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
