:root {
  --forest: #173f32;
  --deep: #0e2d24;
  --moss: #486f58;
  --fern: #78906d;
  --cream: #f7f1e3;
  --paper: #fffaf0;
  --gold: #e8b85e;
  --rust: #ba6846;
  --line: rgba(23, 63, 50, 0.16);
  font-family: "DM Sans", sans-serif;
  color: var(--forest);
  background: var(--cream);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-width: 320px;
  background: var(--cream);
}
a {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.site-header {
  position: absolute;
  z-index: 5;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 48px));
  margin: auto;
  padding: 28px 0;
  color: var(--paper);
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.02em;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: "DM Serif Display", serif;
  font-size: 22px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.site-header nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.nav-cta {
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 99px;
}
.hero {
  position: relative;
  min-height: 790px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  overflow: hidden;
  padding: 130px max(24px, calc((100vw - 1180px) / 2)) 72px;
  color: var(--paper);
  background:
    radial-gradient(
      circle at 78% 28%,
      rgba(232, 184, 94, 0.35),
      transparent 25%
    ),
    linear-gradient(135deg, #214f3f 0%, #173f32 55%, #0f3027 100%);
}
.hero:after {
  content: "";
  position: absolute;
  inset: auto -5% -90px;
  width: 110%;
  height: 180px;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  background: var(--cream);
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 590px;
  padding-bottom: 60px;
}
.kicker {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hero .kicker {
  color: #c7d9b6;
}
.hero h1 {
  max-width: 650px;
  margin: 0;
  font:
    400 clamp(58px, 6.4vw, 94px)/0.94 "DM Serif Display",
    serif;
  letter-spacing: -0.04em;
}
.hero-lede {
  max-width: 580px;
  margin: 30px 0;
  color: #dce6db;
  font-size: 18px;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  gap: 13px;
  margin-top: 34px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 25px;
  border-radius: 99px;
  text-decoration: none;
  font-weight: 700;
}
.button-primary {
  background: var(--gold);
  color: var(--deep);
}
.button-quiet {
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.platform-note {
  margin: 24px 0 0;
  color: #aebfaf;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-art {
  position: relative;
  z-index: 1;
  align-self: end;
  height: 610px;
}
.hero-art:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: -40vw;
  bottom: 72px;
  height: 170px;
  border-radius: 50% 0 0 10%;
  background: linear-gradient(155deg, #5c7956, #264f3d);
  transform: rotate(-4deg);
}
.hero-art img {
  position: absolute;
  z-index: 2;
  right: 2%;
  bottom: 80px;
  width: min(580px, 50vw);
  height: 520px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 28px 18px rgba(0, 0, 0, 0.28));
}
.sun {
  position: absolute;
  right: 5%;
  top: 20px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: #edc879;
  opacity: 0.9;
  box-shadow: 0 0 90px rgba(237, 200, 121, 0.32);
}
.leaf {
  position: absolute;
  color: #d9aa55;
  font-size: 16px;
  transform: rotate(45deg);
}
.leaf-one {
  top: 25%;
  left: 10%;
}
.leaf-two {
  top: 11%;
  right: 6%;
  font-size: 10px;
}
.hero-caption {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 55px;
  padding: 13px 17px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 13px;
  background: rgba(14, 45, 36, 0.75);
  backdrop-filter: blur(12px);
  font-size: 12px;
  line-height: 1.5;
}
.hero-caption strong {
  color: #f3cd7e;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 9px;
}
.intro,
.gallery,
.signup-section,
footer {
  width: min(1180px, calc(100% - 48px));
  margin: auto;
}
.intro {
  padding: 130px 0 110px;
}
.intro > .kicker,
.gallery .kicker,
.signup-card .kicker {
  color: var(--rust);
}
.intro > h2,
.section-heading h2,
.signup-card h2 {
  margin: 0;
  font:
    400 clamp(42px, 5vw, 70px)/1.02 "DM Serif Display",
    serif;
  letter-spacing: -0.035em;
}
.intro > p:not(.kicker) {
  max-width: 700px;
  margin: 34px 0 70px;
  color: #587066;
  font-size: 19px;
  line-height: 1.75;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  border-top: 1px solid var(--line);
  padding-top: 38px;
}
.feature-grid article {
  padding-right: 24px;
}
.feature-grid span {
  display: block;
  margin-bottom: 32px;
  color: var(--rust);
  font-size: 12px;
  font-weight: 700;
}
.feature-grid h3 {
  font:
    400 28px "DM Serif Display",
    serif;
  margin: 0 0 13px;
}
.feature-grid p {
  margin: 0;
  color: #62756d;
  line-height: 1.7;
}
.phone-showcase {
  position: relative;
  overflow: hidden;
  padding: 118px max(24px, calc((100vw - 1180px) / 2)) 105px;
  color: var(--paper);
  background:
    radial-gradient(
      circle at 50% 43%,
      rgba(228, 186, 101, 0.17),
      transparent 31%
    ),
    linear-gradient(155deg, #204d3d 0%, #102f27 62%, #0b271f 100%);
}
.phone-showcase:before {
  content: "";
  position: absolute;
  inset: 18% -10% auto;
  height: 410px;
  border: 1px solid rgba(232, 184, 94, 0.16);
  border-radius: 50%;
  transform: rotate(-4deg);
}
.phone-showcase-heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 70px;
  max-width: 1180px;
  margin: 0 auto 72px;
}
.phone-showcase-heading .kicker {
  grid-column: 1 / -1;
  margin-bottom: -44px;
  color: #e8c476;
}
.phone-showcase-heading h2 {
  margin: 0;
  font:
    400 clamp(48px, 5.6vw, 76px)/0.98 "DM Serif Display",
    serif;
  letter-spacing: -0.04em;
}
.phone-showcase-heading > p:not(.kicker) {
  max-width: 430px;
  margin: 0 0 5px;
  color: #c7d7cf;
  font-size: 17px;
  line-height: 1.7;
}
.phone-stage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: clamp(16px, 2.1vw, 32px);
  max-width: 1340px;
  margin: auto;
  padding: 28px 8px 12px;
}
.phone-card {
  min-width: 0;
  margin: 0;
  transform-origin: center center;
}
.phone-card-explore {
  transform: translateY(44px) rotate(-4deg);
}
.phone-card-adventure {
  transform: translateY(2px) rotate(-1.2deg);
}
.phone-card-firefly {
  transform: translateY(2px) rotate(1.2deg);
}
.phone-card-postcard {
  transform: translateY(44px) rotate(4deg);
}
.phone-frame {
  position: relative;
  aspect-ratio: 629 / 1280;
  padding: 38px 8px 8px;
  border: 2px solid #7b807c;
  border-radius: clamp(28px, 3vw, 48px);
  background: #070a09;
  box-shadow:
    0 35px 70px rgba(0, 0, 0, 0.45),
    inset 0 0 0 2px #272c29,
    inset 0 0 0 5px #050706;
}
.phone-frame:after {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border-radius: calc(clamp(28px, 3vw, 48px) - 10px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.17);
}
.phone-frame img {
  width: 100%;
  height: 100%;
  border-radius: calc(clamp(28px, 3vw, 48px) - 11px);
  object-fit: contain;
  background: #07140f;
}
.phone-island {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 50%;
  width: 31%;
  height: 19px;
  border-radius: 999px;
  background: #030504;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateX(-50%);
}
.phone-button {
  position: absolute;
  left: -5px;
  width: 3px;
  border-radius: 3px 0 0 3px;
  background: #757b77;
}
.phone-button-one {
  top: 16%;
  height: 7%;
}
.phone-button-two {
  top: 26%;
  height: 11%;
}
.phone-card figcaption {
  display: grid;
  gap: 5px;
  padding: 24px 10px 0;
  text-align: center;
}
.phone-card figcaption strong {
  color: #f5e8c9;
  font:
    400 21px "DM Serif Display",
    serif;
}
.phone-card figcaption span {
  color: #aebfb6;
  font-size: 12px;
  line-height: 1.5;
}
.swipe-hint {
  display: none;
}
.gallery {
  padding: 105px 0;
}
.gallery:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  height: 1000px;
  margin-top: -105px;
  background: #e8e1d1;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 50px;
}
.section-heading > p {
  max-width: 270px;
  margin: 0;
  color: #66766e;
  line-height: 1.6;
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 22px;
}
.gallery-grid figure {
  position: relative;
  height: 330px;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #294a3c;
}
.gallery-grid .gallery-wide {
  height: 460px;
}
.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.gallery-grid figure:hover img {
  transform: scale(1.025);
}
.gallery-grid figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 52px 25px 22px;
  color: white;
  background: linear-gradient(transparent, rgba(6, 27, 21, 0.78));
  font:
    400 25px "DM Serif Display",
    serif;
}
.gallery-grid figcaption span {
  display: block;
  margin-top: 4px;
  font:
    500 11px "DM Sans",
    sans-serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.signup-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 130px 0;
}
.signup-card {
  min-height: 500px;
  padding: 60px;
}
.newsletter-card {
  background: var(--paper);
}
.beta-card {
  color: white;
  background: var(--forest);
}
.beta-card .kicker {
  color: #eac579;
}
.signup-card h2 {
  font-size: 50px;
}
.signup-card > p:not(.kicker) {
  max-width: 450px;
  min-height: 80px;
  margin: 24px 0 38px;
  color: #64766d;
  line-height: 1.65;
}
.beta-card > p:not(.kicker) {
  color: #c7d5cd;
}
.signup-card form > label {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.form-row {
  display: flex;
}
.form-row input {
  min-width: 0;
  flex: 1;
  height: 55px;
  padding: 0 17px;
  border: 1px solid var(--line);
  border-radius: 4px 0 0 4px;
  background: white;
  color: var(--deep);
  font: inherit;
}
.form-row button {
  height: 55px;
  padding: 0 20px;
  border: 0;
  border-radius: 0 4px 4px 0;
  background: var(--gold);
  color: var(--deep);
  font:
    700 13px "DM Sans",
    sans-serif;
  cursor: pointer;
}
.form-row button:disabled {
  opacity: 0.65;
  cursor: wait;
}
.beta-card .form-row input {
  border-color: rgba(255, 255, 255, 0.2);
  background: #244b3d;
  color: white;
}
.form-status {
  min-height: 42px;
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.5;
}
.form-status.success {
  color: #4c805d;
}
.beta-card .form-status.success {
  color: #bcdc9f;
}
.form-status.error {
  color: #a63b2c;
}
.trap {
  position: absolute;
  left: -9999px;
}
footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 24px;
  padding: 42px 0 55px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}
footer > p {
  margin: 0;
  color: #63746c;
}
footer .fine-print {
  text-align: right;
  font-size: 11px;
}
button:focus-visible,
input:focus-visible,
a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}
@media (max-width: 800px) {
  .site-header {
    width: calc(100% - 32px);
    padding-top: 20px;
  }
  .site-header nav a:not(.nav-cta) {
    display: none;
  }
  .hero {
    min-height: 900px;
    grid-template-columns: 1fr;
    padding: 130px 24px 60px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero h1 {
    font-size: clamp(54px, 15vw, 78px);
  }
  .hero-art {
    height: 400px;
  }
  .hero-art img {
    right: 50%;
    bottom: 20px;
    width: 480px;
    height: 390px;
    transform: translateX(50%);
  }
  .hero-art:before {
    bottom: 30px;
  }
  .sun {
    width: 220px;
    height: 220px;
    right: 4%;
    top: 0;
  }
  .hero-caption {
    right: 0;
    bottom: 5px;
  }
  .intro,
  .gallery,
  .signup-section,
  footer {
    width: calc(100% - 32px);
  }
  .intro {
    padding: 100px 0 80px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-grid article {
    padding: 0 0 28px;
  }
  .feature-grid span {
    margin-bottom: 12px;
  }
  .phone-showcase {
    padding: 92px 0 72px;
  }
  .phone-showcase-heading {
    display: block;
    width: calc(100% - 32px);
    margin-bottom: 42px;
  }
  .phone-showcase-heading .kicker {
    margin-bottom: 18px;
  }
  .phone-showcase-heading > p:not(.kicker) {
    margin-top: 24px;
    font-size: 16px;
  }
  .phone-stage {
    grid-template-columns: repeat(4, 258px);
    gap: 20px;
    max-width: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 18px 28px 45px;
    scroll-padding-inline: 28px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .phone-stage::-webkit-scrollbar {
    display: none;
  }
  .phone-card,
  .phone-card-explore,
  .phone-card-adventure,
  .phone-card-firefly,
  .phone-card-postcard {
    scroll-snap-align: center;
    transform: none;
  }
  .phone-card:first-child {
    scroll-snap-align: start;
  }
  .phone-frame {
    border-radius: 39px;
  }
  .phone-frame img {
    border-radius: 28px;
  }
  .swipe-hint {
    display: block;
    width: calc(100% - 56px);
    margin: -20px auto 0;
    color: #b8c8c0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-align: right;
    text-transform: uppercase;
  }
  .gallery {
    padding: 80px 0;
  }
  .gallery:before {
    height: 1800px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 20px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid figure,
  .gallery-grid .gallery-wide {
    height: 330px;
  }
  .signup-section {
    grid-template-columns: 1fr;
    padding: 90px 0;
  }
  .signup-card {
    min-height: 0;
    padding: 42px 24px;
  }
  .signup-card h2 {
    font-size: 42px;
  }
  .signup-card > p:not(.kicker) {
    min-height: 0;
  }
  .form-row {
    display: block;
  }
  .form-row input,
  .form-row button {
    width: 100%;
    border-radius: 4px;
  }
  .form-row button {
    margin-top: 9px;
  }
  footer {
    grid-template-columns: 1fr;
    padding-bottom: 35px;
  }
  footer .fine-print {
    text-align: left;
  }
  .hero:after {
    bottom: -130px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .gallery-grid img {
    transition: none;
  }
}
