:root {
  --bg: #edf2fb;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-soft: rgba(246, 249, 255, 0.88);
  --line: rgba(86, 104, 144, 0.18);
  --text: #1e2843;
  --muted: #62718f;
  --brand: #16397f;
  --brand-dark: #102c63;
  --accent-mint: #8cd8c5;
  --accent-sky: #bfd1fb;
  --accent-lilac: #d8cbff;
  --shadow-lg: 0 34px 80px rgba(28, 46, 84, 0.16);
  --shadow-md: 0 16px 36px rgba(28, 46, 84, 0.1);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  font-family: 'Plus Jakarta Sans', 'Avenir Next', 'Segoe UI', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 194, 156, 0.32), transparent 32%),
    radial-gradient(circle at 76% 8%, rgba(188, 204, 255, 0.34), transparent 36%),
    radial-gradient(circle at 65% 28%, rgba(182, 236, 219, 0.24), transparent 30%),
    linear-gradient(180deg, #f7f9fe 0%, var(--bg) 42%, #eef2fb 100%);
}

a {
  color: inherit;
}

main {
  padding: 28px 0 72px;
}

.container {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  background: rgba(247, 250, 255, 0.78);
  border-bottom: 1px solid rgba(97, 113, 150, 0.14);
}

.nav-shell {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.03em;
  background: linear-gradient(90deg, #ff8d61 0%, #cf63a2 30%, #5970ee 60%, #1aa39b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.nav-link {
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--muted);
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--text);
  border-color: rgba(56, 41, 18, 0.16);
  background: rgba(255, 255, 255, 0.9);
}

.nav-link.active {
  color: #203053;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(236, 241, 252, 0.92));
  border-color: rgba(102, 120, 164, 0.22);
  box-shadow: 0 8px 18px rgba(73, 88, 129, 0.14);
}

.hero {
  min-height: clamp(560px, 72vh, 820px);
  padding: clamp(16px, 2vw, 22px);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(101, 69, 49, 0.18);
  box-shadow: var(--shadow-lg);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: stretch;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 209, 164, 0.42), transparent 42%),
    radial-gradient(circle at 92% 18%, rgba(195, 220, 196, 0.3), transparent 38%),
    linear-gradient(145deg, rgba(255, 249, 240, 0.95), rgba(255, 242, 227, 0.9));
}

.hero-media {
  min-height: 100%;
}

.hero-copy {
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 248, 239, 0.94));
  border: 1px solid rgba(112, 77, 56, 0.16);
  box-shadow: var(--shadow-md);
}

.hero-copy {
  padding: clamp(24px, 3vw, 44px);
}

.hero-photo-card {
  margin: 0;
  min-height: 100%;
  height: 100%;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(112, 77, 56, 0.18);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  background: #241d17;
  position: relative;
}

.hero-photo-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.06) contrast(1.02);
}

.hero-photo-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(41, 24, 15, 0.12), rgba(41, 24, 15, 0.35)),
    radial-gradient(circle at 50% 78%, rgba(255, 193, 124, 0.34), transparent 52%);
  pointer-events: none;
}

.hero-photo-note {
  position: absolute;
  left: 16px;
  top: 16px;
  margin: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  text-transform: lowercase;
  color: #643d24;
  background: rgba(255, 241, 219, 0.9);
  border: 1px solid rgba(125, 84, 56, 0.22);
  border-radius: 999px;
  padding: 8px 12px;
}

.proof-strip {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}

.proof-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.proof-stat {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(112, 77, 56, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 240, 222, 0.9));
  padding: 16px 18px;
  box-shadow: var(--shadow-md);
}

.proof-number {
  margin: 0;
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.42rem, 2.8vw, 2rem);
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.proof-text {
  margin: 6px 0 0;
  color: #6a5446;
  font-size: 0.9rem;
}

.proof-quotes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.proof-quote {
  margin: 0;
  border-radius: 16px;
  border: 1px solid rgba(112, 77, 56, 0.14);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(255, 243, 231, 0.9));
  color: #5f4a3d;
  font-weight: 600;
  padding: 14px 16px;
}

.eyebrow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #27477e;
  background: rgba(213, 226, 255, 0.88);
}

h1 {
  margin: 16px 0 12px;
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2.05rem, 4.6vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.lede {
  margin: 0;
  max-width: 38ch;
  font-size: clamp(1rem, 1.3vw, 1.13rem);
  line-height: 1.58;
  color: #5f4a3d;
}

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

.btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  padding: 0 17px;
  font-size: 0.9rem;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--brand), #2f61ca);
  border-color: #2c5dc4;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(26, 57, 126, 0.28);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(102, 120, 164, 0.24);
  color: #314465;
}

.landing-hero {
  margin-top: 8px;
}

.landing-shell {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  border: 1px solid rgba(112, 132, 178, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(243, 247, 255, 0.8)),
    radial-gradient(circle at 10% 0%, rgba(255, 207, 170, 0.34), transparent 32%);
  box-shadow: var(--shadow-lg);
  padding: clamp(18px, 2.2vw, 26px);
}

.landing-shell::before,
.landing-shell::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  pointer-events: none;
}

.landing-shell::before {
  width: 360px;
  height: 360px;
  left: -120px;
  top: -140px;
  background: radial-gradient(circle, rgba(255, 181, 134, 0.32), transparent 64%);
}

.landing-shell::after {
  width: 440px;
  height: 440px;
  right: -180px;
  bottom: -170px;
  background: radial-gradient(circle, rgba(171, 205, 255, 0.34), transparent 64%);
}

.landing-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 28px;
  align-items: center;
}

.landing-copy {
  position: relative;
  z-index: 1;
  padding: clamp(16px, 2vw, 24px);
}

.landing-copy h1 {
  max-width: 10ch;
}

.landing-copy .lede {
  max-width: 36ch;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  color: #566584;
}

.hero-meta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.launch-note {
  margin: 12px 0 0;
  color: #5d6d8b;
  font-size: 0.94rem;
  line-height: 1.6;
}

.meta-pill {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(103, 122, 168, 0.18);
  background: rgba(255, 255, 255, 0.64);
  color: #495977;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.landing-stage {
  position: relative;
  min-height: 760px;
}

.stage-card {
  position: absolute;
  margin: 0;
  width: min(45%, 288px);
  padding: 10px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(104, 124, 171, 0.18);
  box-shadow: 0 24px 54px rgba(37, 56, 95, 0.18);
  backdrop-filter: blur(16px);
}

.stage-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 26px;
}

.stage-card figcaption {
  margin-top: 10px;
  padding: 0 6px 4px;
}

.stage-card span {
  display: inline-block;
  color: #6a7c9d;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.stage-card strong {
  display: block;
  margin-top: 5px;
  color: #253451;
  font-size: 0.95rem;
  line-height: 1.4;
}

.stage-card--search {
  left: 0;
  top: 34px;
  transform: rotate(-8deg);
}

.stage-card--hotel {
  width: min(49%, 320px);
  right: 12px;
  top: 0;
  z-index: 2;
  transform: rotate(5deg);
}

.stage-card--activity {
  left: 88px;
  bottom: 8px;
  transform: rotate(-2deg);
}

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

.assurance-card {
  border-radius: 26px;
  border: 1px solid rgba(103, 122, 168, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 248, 255, 0.82));
  box-shadow: var(--shadow-md);
  padding: 20px;
}

.assurance-kicker,
.ops-kicker,
.product-step {
  margin: 0;
  color: #6a7c9d;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.assurance-card h2 {
  margin: 12px 0 8px;
  font-size: 1.18rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.assurance-card p:last-child {
  margin: 0;
  color: #586887;
  line-height: 1.62;
}

.product-story {
  margin-top: 28px;
}

.story-stack {
  display: grid;
  gap: 18px;
}

.product-card {
  border-radius: 30px;
  border: 1px solid rgba(103, 122, 168, 0.15);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(242, 247, 255, 0.84));
  box-shadow: var(--shadow-md);
  padding: clamp(16px, 2.1vw, 24px);
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.72fr);
  gap: 22px;
  align-items: center;
}

.product-card--reverse {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 0.86fr);
}

.product-card--reverse .product-copy {
  order: 2;
}

.product-card--reverse .product-frame {
  order: 1;
}

.product-copy h3 {
  margin: 12px 0 10px;
  font-size: clamp(1.5rem, 2.6vw, 2.15rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.product-copy p:not(.product-step) {
  margin: 0;
  color: #586887;
  font-size: 0.98rem;
  line-height: 1.68;
}

.product-tags {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-tags li {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(108, 126, 171, 0.18);
  background: rgba(250, 252, 255, 0.92);
  color: #42516d;
  font-size: 0.9rem;
  font-weight: 700;
}

.product-frame {
  margin: 0;
  max-width: 360px;
  width: 100%;
  justify-self: end;
  border-radius: 34px;
  padding: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(242, 247, 255, 0.74));
  border: 1px solid rgba(103, 122, 168, 0.18);
  box-shadow: 0 24px 54px rgba(37, 56, 95, 0.17);
}

.product-card--reverse .product-frame {
  justify-self: start;
}

.product-frame img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 26px;
}

.ops-section {
  margin-top: 28px;
}

.ops-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ops-card {
  display: block;
  text-decoration: none;
  border-radius: 24px;
  border: 1px solid rgba(103, 122, 168, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 255, 0.84));
  box-shadow: var(--shadow-md);
  padding: 18px;
}

.ops-card h3 {
  margin: 12px 0 8px;
  font-size: 1.08rem;
  line-height: 1.28;
  letter-spacing: -0.02em;
}

.ops-card p:last-child {
  margin: 0;
  color: #5a6a89;
  line-height: 1.62;
  font-size: 0.94rem;
}

.cta-panel {
  margin-top: 28px;
  border-radius: 32px;
  border: 1px solid rgba(102, 120, 164, 0.16);
  background:
    radial-gradient(circle at 20% 12%, rgba(255, 205, 163, 0.3), transparent 26%),
    linear-gradient(130deg, rgba(22, 57, 127, 0.96) 0%, rgba(42, 83, 170, 0.94) 52%, rgba(71, 141, 208, 0.9) 100%);
  color: #ffffff;
  padding: clamp(22px, 3vw, 34px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  box-shadow: var(--shadow-lg);
}

.cta-panel h2 {
  margin: 6px 0 0;
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.cta-copy {
  margin: 10px 0 0;
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.hero-points {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.hero-points li {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid rgba(110, 76, 56, 0.14);
  background: rgba(255, 243, 226, 0.92);
  color: #4f3b30;
  font-size: 0.94rem;
}

.hero-panel {
  padding: clamp(22px, 2.8vw, 36px);
  display: grid;
  align-content: start;
  gap: 10px;
}

.panel-title {
  margin: 0 0 6px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #7a6572;
  text-transform: uppercase;
}

.panel-item {
  border-radius: var(--radius-md);
  padding: 14px;
  border: 1px solid rgba(56, 41, 18, 0.11);
  background: linear-gradient(180deg, #fff9f1, #f8fbff);
}

.panel-label {
  margin: 0;
  font-size: 0.92rem;
  color: #3a4255;
  font-weight: 700;
}

.panel-value {
  margin: 4px 0 0;
  color: #5a6072;
  font-size: 0.92rem;
  line-height: 1.5;
}

.section-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  margin-bottom: 16px;
}

.section-head h2 {
  margin: 0;
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.section-head p {
  margin: 0;
  font-size: 0.96rem;
  color: var(--muted);
}

.shots {
  margin-top: 26px;
}

.shot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.shot-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(112, 77, 56, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 243, 228, 0.94));
  padding: 14px;
  box-shadow: var(--shadow-md);
}

.shot-card:nth-child(2) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(246, 240, 232, 0.94));
}

.shot-card:nth-child(3) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 238, 224, 0.94));
}

.shot-label {
  margin: 0 0 10px;
  color: #2e3342;
  font-size: 0.92rem;
  font-weight: 700;
}

.phone-frame {
  margin: 0;
  border-radius: 30px;
  border: 1px solid rgba(17, 18, 23, 0.22);
  background: #0d0e11;
  padding: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 14px 26px rgba(7, 9, 12, 0.25);
}

.phone-frame img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 23px;
}

.feature-section {
  margin-top: 28px;
}

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

.feature-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(112, 77, 56, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 241, 224, 0.86));
  padding: 20px;
  box-shadow: 0 10px 24px rgba(43, 32, 16, 0.08);
}

.feature-card h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
}

.feature-card p {
  margin: 0;
  color: #644f42;
  line-height: 1.6;
  font-size: 0.95rem;
}

.capture-band {
  margin-top: 28px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(112, 77, 56, 0.18);
  background: linear-gradient(130deg, #fff5e8 0%, #ffeddb 54%, #ffe2c7 100%);
  padding: clamp(20px, 3vw, 30px);
  box-shadow: var(--shadow-md);
}

.capture-copy h2 {
  margin: 4px 0 0;
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.4rem, 2.5vw, 2.1rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.capture-kicker {
  margin: 0;
  color: #8a5f43;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.capture-form {
  margin-top: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.capture-form input {
  width: 100%;
  min-height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(112, 77, 56, 0.22);
  background: rgba(255, 255, 255, 0.9);
  padding: 0 16px;
  font-size: 0.95rem;
  color: #3d2b1f;
}

.capture-form input:focus-visible {
  outline: 2px solid rgba(233, 125, 73, 0.45);
  outline-offset: 2px;
}

.capture-meta {
  margin: 10px 0 0;
  min-height: 20px;
  color: #6e5647;
  font-size: 0.88rem;
}

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

.cta-band {
  margin-top: 28px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(112, 77, 56, 0.18);
  background: linear-gradient(130deg, #a95b38 0%, #c9784e 44%, #e39f72 100%);
  color: #ffffff;
  padding: clamp(20px, 3vw, 34px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  box-shadow: var(--shadow-lg);
}

.cta-kicker {
  margin: 0;
  opacity: 0.78;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cta-band h2 {
  margin: 6px 0 0;
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.5rem, 2.8vw, 2.35rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.cta-band .btn-primary {
  white-space: nowrap;
}

.site-footer {
  border-top: 1px solid rgba(95, 113, 153, 0.12);
  background: rgba(244, 248, 254, 0.84);
}

.footer-shell {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-shell p {
  margin: 0;
  color: #617090;
  font-size: 0.9rem;
}

.legal-main {
  padding: 26px 0 70px;
}

.legal-shell {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(96, 113, 153, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 255, 0.9));
  box-shadow: var(--shadow-md);
  padding: clamp(22px, 3vw, 42px);
}

.legal-shell h1 {
  margin: 0 0 10px;
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1.1;
}

.legal-meta {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.legal-section {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(56, 41, 18, 0.1);
}

.legal-section h2 {
  margin: 0 0 8px;
  font-size: 1.14rem;
  letter-spacing: -0.01em;
}

.legal-section p {
  margin: 0;
  color: #566584;
  line-height: 1.62;
}

.contact-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.contact-item {
  border-radius: 14px;
  border: 1px solid rgba(96, 113, 153, 0.1);
  background: linear-gradient(180deg, #fffdfd, #f5f8ff);
  padding: 14px;
}

.contact-label {
  display: block;
  margin: 0 0 4px;
  font-weight: 700;
  color: #2f3446;
  font-size: 0.88rem;
}

.contact-value {
  color: #4d5468;
  font-size: 0.95rem;
  line-height: 1.55;
}

.fade-up {
  animation: fadeUp 560ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.delay-1 {
  animation-delay: 70ms;
}

.delay-2 {
  animation-delay: 140ms;
}

.delay-3 {
  animation-delay: 210ms;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .landing-shell,
  .product-card,
  .product-card--reverse {
    grid-template-columns: 1fr;
  }

  .landing-stage {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .stage-card {
    position: relative;
    inset: auto;
    width: auto;
    transform: none;
  }

  .product-copy,
  .product-card--reverse .product-copy,
  .product-card--reverse .product-frame {
    order: initial;
  }

  .product-frame,
  .product-card--reverse .product-frame {
    justify-self: center;
  }

  .assurance-strip,
  .ops-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 700px;
  }

  .hero-photo-card {
    min-height: 380px;
  }

  .proof-stats,
  .proof-quotes {
    grid-template-columns: 1fr;
  }

  .capture-form {
    grid-template-columns: 1fr;
  }

  .shot-grid,
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-band {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-panel {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 700px) {
  .nav-shell {
    min-height: 64px;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
    gap: 10px;
  }

  .nav-links {
    justify-content: center;
  }

  main,
  .legal-main {
    padding-top: 18px;
  }

  .hero {
    min-height: auto;
    gap: 14px;
    padding: 12px;
  }

  .landing-shell {
    border-radius: 28px;
    padding: 14px;
  }

  .landing-copy {
    padding: 8px;
  }

  .landing-copy h1 {
    max-width: none;
  }

  .hero-meta {
    gap: 8px;
  }

  .meta-pill {
    width: 100%;
    justify-content: center;
  }

  .landing-stage,
  .assurance-strip,
  .ops-grid {
    grid-template-columns: 1fr;
  }

  .stage-card,
  .product-frame {
    max-width: min(360px, 100%);
    margin: 0 auto;
  }

  .product-card {
    padding: 14px;
  }

  .hero-copy {
    padding: 20px 18px 18px;
  }

  h1 {
    margin: 12px 0 10px;
    font-size: clamp(1.9rem, 10vw, 2.65rem);
  }

  .lede {
    font-size: 1rem;
    line-height: 1.5;
  }

  .hero-actions {
    margin-top: 16px;
  }

  .hero-points {
    margin-top: 12px;
    gap: 6px;
  }

  .hero-photo-card {
    min-height: 280px;
  }

  .capture-band {
    margin-top: 20px;
    padding: 18px 14px;
  }

  .shot-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .phone-frame {
    max-width: min(330px, 100%);
    margin: 0 auto;
  }

  .section-head {
    align-items: start;
  }
}
