:root {
  color-scheme: dark;
  --ink: #f7f3ea;
  --muted: rgba(247, 243, 234, 0.72);
  --dim: rgba(247, 243, 234, 0.54);
  --line: rgba(247, 243, 234, 0.16);
  --panel: rgba(16, 22, 22, 0.82);
  --night: #101616;
  --deep: #151c1b;
  --moss: #8fb46c;
  --water: #73c8d8;
  --ember: #f28d45;
  --rose: #d45d68;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--night);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
}

body.menu-open {
  overflow: hidden;
}

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

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

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 70px;
  padding: 14px clamp(18px, 5vw, 72px);
  color: var(--ink);
  background: rgba(16, 22, 22, 0.38);
  border-bottom: 1px solid rgba(247, 243, 234, 0.08);
  backdrop-filter: blur(18px) saturate(140%);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(16, 22, 22, 0.88);
  border-color: var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 850;
}

.brand img {
  border-radius: 8px;
}

nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(247, 243, 234, 0.78);
  font-size: 14px;
  font-weight: 750;
}

nav a:hover {
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 92svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 112px clamp(22px, 7vw, 92px) 54px;
}

.hero-media,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(1.08) contrast(1.02);
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(8, 10, 10, 0.86) 0%, rgba(8, 10, 10, 0.58) 42%, rgba(8, 10, 10, 0.18) 100%),
    linear-gradient(0deg, #101616 0%, rgba(16, 22, 22, 0.18) 32%, rgba(16, 22, 22, 0.22) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(880px, 100%);
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--water);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
dl,
dd {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(64px, 14vw, 170px);
  line-height: 0.82;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 6vw, 78px);
  line-height: 0.94;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.12;
}

.lede {
  max-width: 690px;
  color: rgba(247, 243, 234, 0.86);
  font-size: clamp(20px, 2.6vw, 30px);
  line-height: 1.28;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 850;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button.primary {
  color: #101616;
  background: var(--water);
  border-color: rgba(255, 255, 255, 0.5);
}

.button.secondary {
  background: rgba(247, 243, 234, 0.1);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(940px, 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(16, 22, 22, 0.54);
  backdrop-filter: blur(18px);
}

.hero-facts div {
  padding: 16px;
  background: rgba(16, 22, 22, 0.56);
}

.hero-facts dt {
  margin-bottom: 6px;
  color: var(--ember);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-facts dd {
  color: rgba(247, 243, 234, 0.82);
  font-size: 14px;
  line-height: 1.36;
}

.section {
  padding: 96px clamp(22px, 7vw, 92px);
}

.section-copy {
  width: min(780px, 100%);
}

.section-copy.narrow {
  width: min(920px, 100%);
}

.section-copy p,
.photo-band p,
.access-copy p,
.studio-flow p,
.feature-grid p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.64;
}

.app-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.62fr);
  align-items: center;
  gap: clamp(34px, 7vw, 90px);
  background: var(--night);
}

.phone-stage {
  position: relative;
  min-height: 600px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #202723;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.35);
}

.phone-photo {
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
  object-position: center bottom;
}

.phone-overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 5px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(247, 243, 234, 0.18);
  background: rgba(16, 22, 22, 0.78);
  backdrop-filter: blur(18px);
}

.phone-overlay img {
  margin-bottom: 6px;
  border-radius: 8px;
}

.phone-overlay span,
.phone-overlay small {
  color: var(--muted);
}

.phone-overlay strong {
  font-size: 24px;
}

.guided-section {
  background: #18211d;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.feature-grid article,
.studio-flow div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: rgba(16, 22, 22, 0.54);
}

.feature-grid img {
  width: 54px;
  height: 54px;
  margin-bottom: 32px;
}

.photo-band {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 0.78fr);
  align-items: stretch;
  min-height: 560px;
  background: #1a1815;
}

.photo-band img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.photo-band > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 7vw, 92px);
}

.studio-section {
  background: #101616;
}

.studio-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.studio-flow span {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--moss);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.studio-flow strong {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
}

.access-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  background: #29241d;
}

.access-copy {
  width: min(800px, 100%);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 30px clamp(22px, 7vw, 92px);
  color: var(--dim);
  border-top: 1px solid var(--line);
  background: #101616;
}

.site-footer span:first-child {
  color: var(--ink);
  font-weight: 850;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    min-height: 64px;
  }

  nav {
    gap: 12px;
    font-size: 13px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    min-height: 94svh;
    padding-top: 106px;
  }

  .hero-scrim {
    background:
      linear-gradient(0deg, #101616 0%, rgba(16, 22, 22, 0.42) 42%, rgba(16, 22, 22, 0.24) 100%),
      linear-gradient(90deg, rgba(8, 10, 10, 0.78) 0%, rgba(8, 10, 10, 0.34) 100%);
  }

  .hero-facts,
  .app-section,
  .feature-grid,
  .photo-band,
  .studio-flow,
  .access-section {
    grid-template-columns: 1fr;
  }

  .access-section {
    display: grid;
  }

  .phone-stage,
  .phone-photo {
    min-height: 520px;
  }
}

@media (max-width: 620px) {
  .site-header {
    display: grid;
    gap: 12px;
    padding: 12px 18px;
  }

  .brand {
    font-size: 17px;
  }

  nav {
    width: 100%;
    justify-content: space-between;
  }

  .hero {
    padding: 132px 18px 34px;
  }

  h1 {
    font-size: clamp(62px, 24vw, 112px);
  }

  .lede {
    font-size: 19px;
  }

  .hero-actions .button,
  .access-section .button {
    width: 100%;
  }

  .hero-facts div {
    padding: 14px;
  }

  .section {
    padding: 70px 18px;
  }

  .photo-band > div {
    padding: 70px 18px;
  }

  .phone-stage,
  .phone-photo {
    min-height: 480px;
  }
}
