:root {
  --warm-ivory: #f7f5f1;
  --stone: #e8e3db;
  --sand: #d7cbbb;
  --espresso: #2b201a;
  --charcoal: #1a1a1a;
  --slate: #5f5a52;
  --muted: #887f74;
  --white: #fffdf9;
  --gold: #b88a5a;
  --radius-lg: 28px;
  --shadow-soft: 0 24px 70px rgba(43, 32, 26, 0.1);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

[id] {
  scroll-margin-top: 92px;
}

body {
  margin: 0;
  background: var(--warm-ivory);
  color: var(--charcoal);
  font-family: "Hanken Grotesk", "Neue Haas Grotesk Text", Inter, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--espresso);
  color: var(--white);
  transform: translateY(-140%);
}

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

.serif {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.eyebrow {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}

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

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(247, 245, 241, 0.72);
  border-bottom: 1px solid rgba(232, 227, 219, 0.62);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  width: 206px;
  height: auto;
}

.brand-logo-light {
  width: 210px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-primary,
.btn-secondary,
button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  background: var(--espresso);
  color: var(--white);
  border-radius: 14px;
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(43, 32, 26, 0.18);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid rgba(43, 32, 26, 0.28);
  border-radius: 14px;
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 800;
  text-transform: uppercase;
  background: rgba(255, 253, 249, 0.55);
}

.hero {
  min-height: 760px;
  padding-top: 76px;
  position: relative;
  display: grid;
  align-items: stretch;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(247, 245, 241, 1) 0%, rgba(247, 245, 241, 0.9) 34%, rgba(247, 245, 241, 0.06) 68%);
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247, 245, 241, 0.98) 0%, rgba(247, 245, 241, 0.88) 31%, rgba(247, 245, 241, 0.36) 57%, rgba(247, 245, 241, 0.08) 100%),
    linear-gradient(180deg, rgba(247, 245, 241, 0.15) 0%, rgba(247, 245, 241, 0) 55%, rgba(247, 245, 241, 0.9) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 680px;
}

.hero-copy {
  max-width: 540px;
  padding: 84px 0 80px;
}

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

h1 {
  font-size: clamp(56px, 7vw, 104px);
  line-height: 0.93;
  margin: 0 0 28px;
  color: #12110f;
}

.hero-copy p {
  max-width: 500px;
  font-size: 18px;
  color: #2e2b27;
  margin: 0 0 32px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

section {
  padding: 96px 0;
}

.problem {
  text-align: center;
  background: linear-gradient(180deg, var(--warm-ivory), #fffaf3);
}

.section-title {
  font-size: clamp(38px, 4.2vw, 68px);
  line-height: 1;
  margin: 0;
}

.section-subtitle {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--slate);
  font-size: 17px;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 64px;
  border-top: 1px solid var(--stone);
  border-bottom: 1px solid var(--stone);
}

.problem-item {
  padding: 34px 28px;
  border-right: 1px solid var(--stone);
}

.problem-item:last-child {
  border-right: 0;
}

.line-icon {
  width: 34px;
  height: 34px;
  margin: 0 auto 20px;
  stroke: var(--gold);
  stroke-width: 1.4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.problem-item h3 {
  margin: 0 0 7px;
  font-size: 15px;
}

.problem-item p {
  margin: 0;
  color: var(--slate);
  font-size: 14px;
}

.mode-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: stretch;
}

.mode-card {
  min-height: 390px;
  border: 1px solid var(--stone);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  box-shadow: var(--shadow-soft);
}

.mode-card .copy {
  padding: 54px 36px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mode-card h2 {
  margin: 0 0 22px;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 0.98;
}

.mode-card p {
  color: var(--slate);
  margin: 0;
  font-size: 16px;
}

.trips-preview-split {
  align-self: end;
  justify-self: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
  align-items: end;
  gap: 18px;
  width: min(322px, 100%);
  margin-bottom: -24px;
}

.phone-preview {
  align-self: end;
  justify-self: center;
  width: 220px;
  height: 248px;
  margin-bottom: -24px;
  padding: 0;
  overflow: hidden;
}

.phone-shot-frame {
  height: 100%;
  background: transparent;
  overflow: hidden;
  border-radius: 34px 34px 0 0;
}

.phone-shot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transform: scale(1.015);
  transform-origin: top center;
  border-radius: 34px 34px 0 0;
  filter: drop-shadow(0 24px 42px rgba(43, 32, 26, 0.18));
}

.trips-primary-shot {
  width: 182px;
  height: 250px;
  margin-bottom: 0;
}

.trips-secondary-shot {
  width: 122px;
  height: 198px;
  margin-bottom: 14px;
}

.home-card-shot {
  height: 252px;
}

.home-card-image {
  object-position: top center;
  transform: scale(1.015);
}


.wide-image-section {
  padding: 0;
}

.wide-image-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--stone);
  box-shadow: var(--shadow-soft);
}

.wide-image-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wide-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(247, 245, 241, 0.96) 0%, rgba(247, 245, 241, 0.78) 33%, rgba(247, 245, 241, 0.05) 66%);
}

.wide-copy {
  position: relative;
  z-index: 2;
  max-width: 430px;
  padding: 86px 54px;
}

.wide-copy h2 {
  font-size: clamp(42px, 4.6vw, 74px);
  line-height: 0.95;
  margin: 0 0 24px;
}

.wide-copy p {
  color: var(--slate);
  font-size: 16px;
  margin-bottom: 28px;
}

.testimonials {
  padding-bottom: 76px;
  background: #fffaf3;
}

.quote-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
}

.quote-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--stone);
  min-height: 430px;
  order: 2;
}

.quote-image img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.quotes {
  order: 1;
}

.quotes h2 {
  margin: 0 0 54px;
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

blockquote {
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid var(--stone);
  color: var(--slate);
  font-size: 15px;
}

blockquote::before {
  content: '"';
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  color: var(--gold);
  line-height: 0.7;
  margin-bottom: 8px;
}

blockquote cite {
  display: block;
  margin-top: 20px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-style: normal;
  color: var(--muted);
  font-weight: 800;
}

.download {
  padding: 72px 0 88px;
}

.download-card {
  position: relative;
  min-height: 250px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--stone);
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
}

.download-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.download-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(247, 245, 241, 0.67);
  z-index: 1;
}

.download-copy,
.download-actions {
  position: relative;
  z-index: 2;
  padding: 46px 52px;
}

.download-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 0.98;
}

.download-copy p {
  margin: 0;
  color: var(--slate);
  max-width: 400px;
}

.download-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  flex-wrap: wrap;
}

.qr-slot {
  width: 120px;
  height: 120px;
  flex: 0 0 120px;
}

.badges {
  display: grid;
  gap: 10px;
}

.store-badge {
  min-width: 164px;
  height: 50px;
  border-radius: 10px;
  background: #111;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 18px;
  line-height: 1.05;
  box-shadow: 0 12px 28px rgba(43, 32, 26, 0.18);
}

.store-badge span {
  font-size: 9px;
  opacity: 0.82;
  letter-spacing: 0.06em;
}

.store-badge strong {
  font-size: 16px;
  letter-spacing: -0.02em;
}

footer {
  border-top: 1px solid var(--stone);
  padding: 64px 0 28px;
  background: #1d1814;
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 0.75fr) 1.35fr;
  gap: 42px;
  margin-bottom: 54px;
}

.footer-brand .brand {
  margin-bottom: 18px;
}

.footer-brand p,
.footer-note {
  color: rgba(255, 253, 249, 0.72);
  max-width: 280px;
  margin: 0 0 22px;
  font-size: 14px;
}

.social {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.social a {
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid rgba(255, 253, 249, 0.2);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 253, 249, 0.82);
  font-size: 13px;
}

.footer-col h4 {
  margin: 0 0 18px;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--white);
}

.footer-col a {
  display: block;
  color: rgba(255, 253, 249, 0.72);
  font-size: 14px;
  margin-bottom: 10px;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.footer-col a:hover,
.footer-col a:focus-visible,
.social a:hover,
.social a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.email-form {
  margin-top: 16px;
  display: flex;
  border: 1px solid rgba(255, 253, 249, 0.2);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  max-width: 320px;
}

.email-form input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0 14px;
  min-height: 46px;
  outline: 0;
  color: var(--white);
}

.email-form button {
  width: 56px;
  background: var(--gold);
  color: var(--espresso);
  font-size: 13px;
  font-weight: 800;
}

.copyright {
  padding-top: 26px;
  border-top: 1px solid rgba(255, 253, 249, 0.12);
  text-align: center;
  color: rgba(255, 253, 249, 0.58);
  font-size: 12px;
}

@media (max-width: 920px) {
  .nav-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 14px 0;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero {
    min-height: 720px;
    padding-top: 124px;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(247, 245, 241, 0.96) 0%, rgba(247, 245, 241, 0.8) 46%, rgba(247, 245, 241, 0.2) 100%),
      linear-gradient(90deg, rgba(247, 245, 241, 0.98) 0%, rgba(247, 245, 241, 0.58) 70%);
  }

  .hero-content {
    min-height: 640px;
    align-items: flex-start;
  }

  .hero-copy {
    padding-top: 72px;
  }

  .problem-grid {
    grid-template-columns: 1fr;
    border: 1px solid var(--stone);
    border-radius: var(--radius-lg);
    overflow: hidden;
  }

  .problem-item {
    border-right: 0;
    border-bottom: 1px solid var(--stone);
  }

  .problem-item:last-child {
    border-bottom: 0;
  }

  .mode-grid,
  .quote-layout,
  .download-card {
    grid-template-columns: 1fr;
  }

  .mode-card {
    grid-template-columns: 1fr;
  }

  .phone-preview {
    margin-top: 10px;
    margin-bottom: -18px;
  }

  .trips-preview-split {
    margin-top: 10px;
    margin-bottom: -18px;
  }

  .wide-image-card {
    min-height: 520px;
  }

  .wide-image-card::after {
    background: linear-gradient(180deg, rgba(247, 245, 241, 0.96) 0%, rgba(247, 245, 241, 0.7) 50%, rgba(247, 245, 241, 0.05) 100%);
  }

  .quote-image {
    order: 1;
  }

  .quotes {
    order: 2;
  }

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

  .download-actions {
    justify-content: flex-start;
    padding-top: 0;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .nav-inner {
    gap: 16px;
  }

  .brand-logo,
  .brand-logo-light {
    width: 180px;
  }

  .hero {
    padding-top: 136px;
  }

  .hero-copy {
    padding-top: 54px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
  }

  section {
    padding: 70px 0;
  }

  .mode-card .copy,
  .wide-copy,
  .download-copy,
  .download-actions {
    padding: 36px 28px;
  }

  .phone-preview {
    width: min(220px, 72vw);
    height: min(248px, 82vw);
  }

  .trips-preview-split {
    width: min(300px, 100%);
    gap: 12px;
  }

  .trips-primary-shot {
    width: min(176px, 46vw);
    height: min(242px, 76vw);
  }

  .trips-secondary-shot {
    width: min(108px, 30vw);
    height: min(184px, 58vw);
    margin-bottom: 10px;
  }

  .wide-image-card {
    min-height: 600px;
  }

  .download-actions {
    gap: 16px;
  }

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