:root {
  --ink: #1e2426;
  --muted: #66706f;
  --paper: #f7f3ed;
  --bone: #ebe2d6;
  --terra: #c2633c;
  --olive: #53634a;
  --sage: #89947a;
  --charcoal: #2e3435;
  --cream: #fffaf2;
  --line: rgba(30, 36, 38, 0.14);
  --shadow: 0 28px 90px rgba(30, 36, 38, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cursor-light {
  position: fixed;
  z-index: 20;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(194, 99, 60, 0.22), transparent 68%);
  opacity: 0;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
}

.page-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 30;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--terra), var(--olive));
}

.site-shell {
  position: relative;
  isolation: isolate;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 28px clamp(18px, 4vw, 64px) 52px;
  overflow: hidden;
  color: var(--cream);
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background:
    linear-gradient(110deg, rgba(21, 27, 27, 0.92) 0%, rgba(39, 45, 44, 0.76) 43%, rgba(39, 45, 44, 0.18) 100%),
    url("assets/gallery-collage.jpeg") center / cover;
  transform: scale(1.08);
  will-change: transform;
}

.hero-shade {
  background:
    radial-gradient(circle at 68% 18%, rgba(194, 99, 60, 0.26), transparent 26%),
    linear-gradient(180deg, transparent 72%, var(--paper) 100%);
}

.topbar,
.hero-grid,
.scroll-note {
  position: relative;
  z-index: 2;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(280px, 28vw, 430px);
  height: auto;
  padding: 0;
  color: var(--ink);
  text-decoration: none;
}

.brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.distributor-pill,
.hero-actions span {
  border: 1px solid rgba(255, 250, 242, 0.34);
  background: rgba(255, 250, 242, 0.12);
  backdrop-filter: blur(18px);
  border-radius: 999px;
  color: rgba(255, 250, 242, 0.92);
}

.distributor-pill {
  padding: 12px 16px;
  font-size: 0.84rem;
  font-weight: 700;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.88fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
  min-height: calc(100svh - 124px);
  padding-top: 40px;
}

.hero-copy {
  max-width: 780px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: #e3a77f;
  font-size: clamp(0.78rem, 1.1vw, 0.96rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1,
.statement h2,
.showcase h2,
.launch-panel h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 0.94;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(2.85rem, 6.6vw, 6.6rem);
  font-weight: 900;
  line-height: 1;
}

.hero-lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 250, 242, 0.82);
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.hero-actions span {
  padding: 12px 15px;
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-stage {
  position: relative;
  min-height: clamp(500px, 69vw, 760px);
  perspective: 1600px;
}

.catalog-card,
.side-photo,
.ribbon-item {
  margin: 0;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.catalog-card {
  position: absolute;
  inset: 4% 12% 7% 18%;
  border: 1px solid rgba(255, 250, 242, 0.22);
  border-radius: 6px;
  transform: rotate(-4deg);
}

.catalog-card img {
  object-fit: contain;
  background: #505859;
}

.side-photo {
  position: absolute;
  width: clamp(160px, 19vw, 270px);
  aspect-ratio: 1 / 1.24;
  border: 8px solid rgba(255, 250, 242, 0.88);
  border-radius: 6px;
}

.photo-one {
  top: 8%;
  right: 0;
  transform: rotate(8deg);
}

.photo-two {
  left: 0;
  bottom: 8%;
  transform: rotate(-7deg);
}

.scroll-note {
  display: flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  margin-top: -20px;
  color: rgba(255, 250, 242, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.scroll-note span {
  width: 42px;
  height: 1px;
  background: currentColor;
}

.section-band {
  padding: clamp(70px, 10vw, 142px) clamp(20px, 5vw, 76px);
}

.statement-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.statement h2,
.showcase h2,
.launch-panel h2 {
  max-width: 1000px;
  font-size: clamp(2.25rem, 5.4vw, 6.3rem);
  font-weight: 900;
}

.statement p:last-child {
  max-width: 830px;
  margin: 30px 0 0 auto;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.34rem);
  line-height: 1.75;
}

.showcase {
  padding: 36px 0 clamp(76px, 9vw, 126px);
  overflow: hidden;
}

.showcase-copy {
  padding: 0 clamp(20px, 5vw, 76px) 34px;
}

.image-ribbon {
  display: grid;
  grid-template-columns: 1.35fr 0.78fr 0.78fr;
  gap: clamp(14px, 2.2vw, 26px);
  width: min(1420px, calc(100% - 40px));
  margin: 0 auto;
}

.ribbon-item {
  min-height: 380px;
  border-radius: 8px;
}

.ribbon-item.tall {
  min-height: 560px;
}

.launch-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.55fr);
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto 46px;
  padding: clamp(34px, 5vw, 72px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--charcoal);
  color: var(--cream);
  box-shadow: var(--shadow);
}

.launch-panel h2 {
  font-size: clamp(2rem, 4.1vw, 4.8rem);
}

.launch-meter {
  display: grid;
  gap: 14px;
}

.meter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 250, 242, 0.86);
  font-weight: 800;
}

.meter-track {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.14);
}

.meter-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #e4a06e, #9fab7a);
}

.split-title .word,
.split-text .word,
.split-title .letter,
.split-text .letter {
  display: inline-block;
}

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

  .hero-grid,
  .launch-panel {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 620px;
  }

  .catalog-card {
    inset: 0 11% 2%;
  }

  .image-ribbon {
    grid-template-columns: 1fr;
  }

  .ribbon-item,
  .ribbon-item.tall {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand {
    width: min(280px, 76vw);
    height: auto;
  }

  .distributor-pill {
    padding: 10px 12px;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 10.8vw, 3.45rem);
  }

  .hero-stage {
    min-height: 500px;
  }

  .catalog-card {
    inset: 3% 5% 9%;
  }

  .side-photo {
    width: 150px;
    border-width: 6px;
  }

  .photo-one {
    top: 0;
  }

  .photo-two {
    bottom: 2%;
  }

  .statement p:last-child {
    margin-left: 0;
  }

  .launch-panel {
    width: min(100% - 28px, 1320px);
    padding: 28px 20px;
  }
}
