@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/source-serif-4/latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/source-serif-4/latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/source-sans-3/latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/source-sans-3/latin-700-normal.woff2") format("woff2");
}

:root {
  --primary: #416208;
  --secondary: #B1C77E;
  --surface: #EEF3F0;
  --text: #1A2110;
  --accent: #249984;
  --ground: #2C3E0D;
  --face-heading: "Source Serif 4", serif;
  --face-body: "Source Sans 3", sans-serif;
  --nav-h: 4.5rem;
}

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

html { scroll-behavior: auto; }

body {
  margin: 0;
  background: var(--surface);
  color: var(--text);
  font-family: var(--face-body);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: clip;
}

::selection {
  background: #B1C77E;
  color: #1A2110;
}

:focus-visible {
  outline: 2px solid #249984;
  outline-offset: 3px;
}

img { max-width: 100%; }

a { color: inherit; }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: var(--nav-h);
  max-height: 80px;
  padding: 0 5vw;
  background: #2C3E0D;
  color: #EEF3F0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  min-height: 44px;
  color: #EEF3F0;
}

.brand svg,
.hero-mark svg,
.footer-mark svg {
  display: block;
  width: 2rem;
  height: 2rem;
  color: #EEF3F0;
}

.wordmark {
  font-family: var(--face-heading);
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.15rem;
  line-height: 1;
}

.nav a.nav-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  padding: 0 0.25rem;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: stretch;
  min-height: calc(100dvh - var(--nav-h));
  background: #2C3E0D;
  color: #EEF3F0;
  overflow: hidden;
}

.hero-plate {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 18% center;
  z-index: 0;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.85rem;
  padding: 1.5rem 4vw 2.5rem 5vw;
  background: #2C3E0D;
  max-width: none;
}

.hero-mark {
  width: 4rem;
  height: 4rem;
}

.hero-mark svg {
  width: 4rem;
  height: 4rem;
}

.hero h1,
.opener h2,
.band h2,
.close h2 {
  font-family: var(--face-heading);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin: 0;
  color: #EEF3F0;
}

.hero h1 {
  font-size: 2.5rem;
  max-width: 24ch;
}

.promise {
  margin: 0;
  max-width: 36ch;
  font-size: 1.125rem;
}

.rule {
  display: block;
  width: 4.5rem;
  height: 2px;
  background: #249984;
  border: 0;
}

.offer {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.75rem 1.25rem;
  margin: 0;
}

.offer-name {
  font-family: var(--face-heading);
  font-weight: 700;
  font-size: 1.15rem;
}

.price {
  font-family: var(--face-heading);
  font-weight: 700;
  font-size: 1.75rem;
  font-variant-numeric: tabular-nums;
  color: #249984;
  letter-spacing: -0.02em;
}

.buy,
.buy-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0.7rem 1.25rem;
  background: #EEF3F0;
  color: #416208;
  border: 0;
  border-radius: 0;
  font-family: var(--face-body);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.buy:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.buy:active,
.buy-link:active {
  transform: scale(0.98);
}

.notice {
  margin: 0;
  max-width: 42ch;
  color: #EEF3F0;
  font-size: 1rem;
}

.hero-media {
  position: relative;
  z-index: 1;
  min-height: 28rem;
}

.hero-scene,
.stage-sheet,
.seat-crop,
.band img,
.opener img,
.edge img {
  display: block;
}

.hero-scene {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% center;
}

.badge {
  position: absolute;
  inset-block-start: 8%;
  inset-inline-end: 5%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 8.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #249984;
  color: #1A2110;
  text-align: center;
  padding: 1rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.15;
}

.edge {
  background: #2C3E0D;
  line-height: 0;
}

.edge img {
  width: 100%;
  height: 3.25rem;
  object-fit: cover;
  object-position: center;
}

.sheet {
  background: #EEF3F0;
  color: #1A2110;
  padding: 4.5rem 5vw 4rem;
}

.sheet h2,
.steps h2,
.faq h2,
.who h2 {
  font-family: var(--face-heading);
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 1.25rem;
  color: #1A2110;
}

.prose {
  max-width: 65ch;
}

.inside {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 1rem;
  align-items: start;
}

.inside figure {
  margin: 0;
}

.inside figure:first-child {
  grid-row: span 2;
}

.inside img,
.sample img {
  width: 100%;
  height: auto;
  background: #EEF3F0;
  box-shadow: 0.4rem 0.7rem 1.4rem -0.4rem rgb(44 62 13 / 0.28);
}

.inside figcaption,
.sample figcaption,
.band figcaption {
  margin-top: 0.65rem;
  font-size: 1rem;
  max-width: 42ch;
}

.pull {
  font-family: var(--face-heading);
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.15;
  max-width: 16ch;
  margin: 0;
  padding: 5rem 8vw 4rem;
  background: #EEF3F0;
  color: #1A2110;
}

.who {
  background: #EEF3F0;
  padding: 0 8vw 4.5rem;
}

.who p {
  max-width: 42ch;
  margin: 0 0 0.85rem;
}

.band {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  background: #2C3E0D;
  color: #EEF3F0;
  align-items: end;
}

.band img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  object-position: center;
}

.band-copy {
  padding: 3rem 5vw 3rem 2.5rem;
}

.band h2 { margin-bottom: 0.8rem; }

.band p {
  margin: 0;
  max-width: 32ch;
}

.steps {
  background: #EEF3F0;
  padding: 4rem 5vw 4.5rem;
}

.steps ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.75rem;
  max-width: 46rem;
}

.steps li {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  gap: 1rem;
  align-items: baseline;
}

.steps strong {
  font-family: var(--face-heading);
  font-weight: 700;
  font-size: 1.35rem;
  color: #416208;
}

.faq {
  background: #EEF3F0;
  padding: 1rem 5vw 4.5rem;
}

.faq details {
  border-top: 1px solid rgb(65 98 8 / 0.35);
  max-width: 46rem;
}

.faq details:last-of-type { border-bottom: 1px solid rgb(65 98 8 / 0.35); }

.faq summary {
  min-height: 44px;
  padding: 0.9rem 0;
  font-weight: 700;
  cursor: pointer;
}

.faq details p {
  margin: 0 0 1rem;
  max-width: 65ch;
}

.close {
  background: #2C3E0D;
  color: #EEF3F0;
  padding: 4rem 5vw 4.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.close h2 {
  font-size: 1.75rem;
  max-width: 16ch;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 5vw 2rem;
  background: #2C3E0D;
  color: #EEF3F0;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.social-mark {
  width: 4.5rem;
  height: 4.5rem;
  background: #2C3E0D;
  display: block;
}

.footer a { color: #EEF3F0; }

.footer p {
  margin: 0.2rem 0 0;
  font-size: 1rem;
}

.stage {
  position: relative;
  min-height: 100%;
  background: #2C3E0D;
}

.stage-sheet {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cover-file {
  position: absolute;
  width: min(14rem, 42%);
  height: auto;
  inset-inline-start: 20%;
  inset-block-start: 16%;
  transform: rotate(-3deg);
  box-shadow: 0.55rem 1.15rem 2rem -0.35rem rgb(28 40 8 / 0.55);
}

.opener {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr;
  background: #2C3E0D;
  color: #EEF3F0;
  min-height: 70vh;
}

.opener img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  object-position: center;
}

.opener-copy {
  padding: 4rem 5vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.8rem;
}

.opener h2 { font-size: 1.75rem; }

.sample {
  background: #EEF3F0;
  padding: 4rem 5vw;
}

.sample figure {
  margin: 0;
  max-width: 28rem;
}

.crumbs {
  display: flex;
  gap: 0.6rem;
  margin: 0;
  font-size: 1rem;
}

.crumbs a { color: #EEF3F0; }

@media (max-width: 700px) {
  .hero,
  .band,
  .opener,
  .inside {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
    overflow: visible;
  }
  .hero-plate {
    display: block;
    position: relative;
    inset: auto;
    width: 100%;
    height: 4.5rem;
    object-fit: cover;
    object-position: left center;
  }
  .hero-copy {
    padding: 1.25rem 5vw 1rem;
    background: #2C3E0D;
  }
  .hero h1 { font-size: 2rem; }
  .hero-media {
    min-height: 16rem;
    height: 46vw;
  }
  .badge {
    width: 6.5rem;
    inset-inline-end: 6%;
    font-size: 0.9rem;
    padding: 0.7rem;
  }
  .inside figure:first-child { grid-row: auto; }
  .band img,
  .opener img { height: 52vw; }
  .band { grid-template-columns: 1fr; }
  .band-copy,
  .opener-copy { padding: 1.5rem 5vw 2rem; }
  .steps li { grid-template-columns: 1fr; gap: 0.25rem; }
  .pull { margin: 0; padding: 3rem 5vw; }
  .who { padding: 0 5vw 3rem; }
  .footer { flex-direction: column; align-items: flex-start; }
  .cover-file {
    width: 58%;
    inset-inline-start: 18%;
    inset-block-start: 10%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-mark #strip,
  .hero-mark #shoulder,
  .hero-mark #seat-tick,
  .buy,
  .buy-link {
    animation: none;
    transition: none;
  }
  .buy:active,
  .buy-link:active { transform: none; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-mark #strip,
  .hero-mark #shoulder,
  .hero-mark #seat-tick {
    animation: seat 0.8s ease-out 1 both;
  }
}

@keyframes seat {
  from { transform: translateX(8px); }
  to { transform: translateX(0); }
}
