:root {
  --ink: #0b1713;
  --forest: #10241c;
  --forest-2: #183127;
  --gold: #cda54f;
  --gold-light: #e0be73;
  --paper: #f7f3ea;
  --line: rgba(11, 23, 19, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 128px; }

.nav {
  height: 86px; display: flex; align-items: center; justify-content: space-between;
  position: relative; z-index: 20; border-bottom: 1px solid var(--line);
}
.brand, .final-brand {
  display: flex; align-items: center; gap: 12px; font-size: 13px;
  font-weight: 700; letter-spacing: .28em;
}
.brand > span:last-child > span, .final-brand > span:last-child > span { color: var(--gold); }
.brand-logo {
  width: 48px; height: 48px; object-fit: contain; flex: 0 0 auto;
  filter: drop-shadow(0 4px 8px rgb(44 35 15 / 18%));
}
.nav-links { display: flex; gap: 24px; font-size: 13px; font-weight: 600; }
.nav-links a, .footer a { transition: color .2s ease; }
.nav-links a:hover, .footer a:hover { color: var(--gold); }
.nav-cta {
  padding: 12px 18px; border: 1px solid var(--ink); font-size: 12px;
  font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.nav-actions { display: flex; align-items: center; gap: 12px; }
.mobile-menu { position: relative; display: none; }
.mobile-menu summary {
  width: 44px; height: 42px; display: grid; place-items: center;
  border: 1px solid var(--line); cursor: pointer; list-style: none;
}
.mobile-menu summary::-webkit-details-marker { display: none; }
.hamburger-icon { width: 19px; display: grid; gap: 4px; }
.hamburger-icon i {
  display: block; width: 19px; height: 1px; background: var(--ink);
  transition: transform .2s ease, opacity .2s ease;
}
.mobile-menu[open] .hamburger-icon i:first-child { transform: translateY(5px) rotate(45deg); }
.mobile-menu[open] .hamburger-icon i:nth-child(2) { opacity: 0; }
.mobile-menu[open] .hamburger-icon i:last-child { transform: translateY(-5px) rotate(-45deg); }
.mobile-popover {
  position: absolute; z-index: 32; top: calc(100% + 10px); right: 0; width: min(280px, calc(100vw - 28px));
  padding: 8px; background: var(--paper); border: 1px solid var(--line);
  box-shadow: 0 20px 45px rgba(4,14,9,.16);
}
.mobile-popover a { display: block; padding: 13px 12px; font-size: 13px; font-weight: 650; }
.mobile-popover a:hover { background: rgba(205,165,79,.13); color: var(--gold); }
.language-menu { position: relative; }
.language-menu summary {
  width: 55px; height: 42px; display: flex; align-items: center; justify-content: center;
  gap: 5px; border: 1px solid var(--line); cursor: pointer; list-style: none;
  font-size: 11px; font-weight: 800; letter-spacing: .08em;
}
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu summary span { color: var(--gold); }
.language-popover {
  position: absolute; z-index: 30; top: calc(100% + 10px); right: 0; width: 178px;
  padding: 8px; background: var(--paper); border: 1px solid var(--line);
  box-shadow: 0 20px 45px rgba(4,14,9,.16);
}
.language-popover a { display: flex; gap: 12px; padding: 11px 10px; font-size: 12px; }
.language-popover a:hover, .language-popover a.active { background: rgba(205,165,79,.13); }
.language-popover a > span { width: 25px; color: #809087; font-size: 10px; font-weight: 800; }

.hero {
  min-height: 780px; display: grid; grid-template-columns: 1.08fr .92fr;
  align-items: center; gap: 70px; padding-block: 70px 95px; overflow: hidden;
}
.eyebrow {
  display: flex; align-items: center; gap: 10px; text-transform: uppercase;
  font-size: 11px; letter-spacing: .2em; font-weight: 700; color: #53645b;
}
.eyebrow > span { width: 28px; height: 1px; background: var(--gold); }
.eyebrow.light { color: rgba(247,243,234,.64); }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { margin-top: 25px; font-size: clamp(58px, 6.4vw, 92px); line-height: .95; letter-spacing: -.055em; }
h1 em, .insight-copy h2 em { color: var(--gold); font-weight: 400; }
.hero-lead {
  max-width: 600px; margin: 32px 0 0; color: #536159;
  font-size: 18px; line-height: 1.7;
}
.hero-trust {
  display: flex; align-items: center; flex-wrap: wrap; gap: 5px 8px;
  max-width: 590px; margin: 18px 0 0; padding: 11px 14px;
  border-left: 2px solid var(--gold); background: rgba(205,165,79,.08);
  color: #5d6b63; font-size: 12px; line-height: 1.5;
}
.hero-trust > span {
  display: inline-grid; place-items: center; width: 21px; height: 21px;
  border-radius: 50%; background: rgba(205,165,79,.2); color: #80601d;
  font-size: 11px; font-weight: 800;
}
.hero-trust strong { color: var(--ink); font-size: 12px; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 35px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 28px;
  min-height: 56px; padding: 0 24px; font-size: 13px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em; transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--gold); color: var(--ink); }
.button.primary:hover { background: var(--gold-light); }
.text-link { padding-bottom: 4px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.text-link span { margin-left: 10px; color: var(--gold); }
.hero-proof { display: flex; gap: 32px; margin-top: 60px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-proof div { display: flex; flex-direction: column; gap: 4px; }
.hero-proof strong { font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.hero-proof span { color: #718078; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.hero-visual { height: 650px; position: relative; display: grid; place-items: center; }
.hero-visual::before {
  content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(205,165,79,.32), rgba(205,165,79,.06) 50%, transparent 70%);
}
.hero-orbit { position: absolute; border: 1px solid rgba(205,165,79,.24); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 620px; height: 620px; }
.phone {
  position: relative; width: 280px; padding: 7px; border-radius: 45px; background: #07100c;
  box-shadow: 0 30px 70px rgba(3,13,8,.28), inset 0 0 0 1px #3c4641; overflow: hidden;
}
.phone img { width: 100%; height: auto; border-radius: 38px; }
.phone-speaker {
  position: absolute; z-index: 2; top: 14px; left: 50%; transform: translateX(-50%);
  width: 80px; height: 20px; border-radius: 15px; background: #050908;
}
.hero-phone { width: 306px; z-index: 2; transform: rotate(2deg); animation: float 6s ease-in-out infinite; }
.water-label {
  position: absolute; z-index: 4; padding: 11px 15px; border: 1px solid rgba(255,255,255,.25);
  background: rgba(16,36,28,.9); color: white; border-radius: 30px; font-size: 12px;
  box-shadow: 0 10px 24px rgba(0,0,0,.16); backdrop-filter: blur(10px);
}
.water-label span { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--gold); }
.label-one { top: 165px; left: 3px; }
.label-two { top: 385px; right: 0; }
.insight-card {
  position: absolute; z-index: 4; bottom: 55px; left: -5px; display: flex; align-items: center; gap: 13px;
  width: 260px; padding: 16px; background: rgba(247,243,234,.95); border: 1px solid rgba(205,165,79,.4);
  box-shadow: 0 20px 45px rgba(3,13,8,.2); backdrop-filter: blur(14px);
}
.insight-card small, .floating-note small { display: block; color: #718078; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.insight-card strong, .floating-note strong { display: block; margin-top: 4px; font-family: Georgia, serif; font-size: 15px; font-weight: 400; }
.insight-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--gold); }
@keyframes float { 50% { transform: rotate(1deg) translateY(-12px); } }

.statement { position: relative; overflow: hidden; padding: 125px 0 52px; background: var(--ink); color: var(--paper); }
.statement::before {
  content: ""; position: absolute; inset: 0; opacity: .18;
  background: radial-gradient(circle at 80% 10%, var(--gold), transparent 23%),
    repeating-radial-gradient(ellipse at 50% 100%, transparent 0 36px, rgba(205,165,79,.2) 37px 38px);
}
.statement-grid { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.statement-copy { margin: 0; max-width: 750px; font-family: Georgia, serif; font-size: clamp(38px, 5vw, 67px); line-height: 1.14; letter-spacing: -.035em; }
.statement-copy em { color: var(--gold); font-weight: 400; }
.marquee { position: relative; margin-top: 110px; padding-top: 35px; border-top: 1px solid rgba(255,255,255,.12); white-space: nowrap; overflow: hidden; color: rgba(247,243,234,.18); font-family: Georgia, serif; font-size: 38px; letter-spacing: .14em; }
.marquee span { display: inline-block; min-width: 200%; animation: marquee 24s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 85px; }
.section-heading h2, .logbook h2, .insight-copy h2, .control-card h2, .final-inner h2 {
  margin-top: 20px; font-size: clamp(46px, 5.4vw, 73px); line-height: 1.02; letter-spacing: -.04em;
}
.section-heading > p { margin: 0 0 5px; color: #647168; font-size: 17px; line-height: 1.7; }
.feature-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.feature-item { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 27px 0; border-top: 1px solid var(--line); }
.feature-item:last-child { border-bottom: 1px solid var(--line); }
.feature-item > span, .step > span { color: var(--gold); font-size: 11px; letter-spacing: .15em; }
.feature-item h3, .step h3 { margin: 0; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.feature-item p, .step p { margin: 9px 0 0; color: #657269; line-height: 1.65; }
.feature-stage {
  min-height: 680px; position: relative; overflow: hidden;
  border: 1px solid rgba(224,190,115,.28); border-radius: 42px;
  background:
    linear-gradient(155deg, rgba(7,16,12,.28), rgba(7,16,12,.76)),
    url("/screens/splash.jpeg") center / cover no-repeat;
  box-shadow: 0 28px 70px rgba(3,13,8,.22), inset 0 0 0 1px rgba(247,243,234,.06);
}
.map-grid {
  position: absolute; inset: 0; opacity: .18;
  background: repeating-radial-gradient(
    ellipse at 100% 100%,
    transparent 0 34px,
    rgba(224,190,115,.72) 35px 36px
  );
}
.stage-phone { position: absolute; width: 255px; }
.stage-phone.back { left: 35px; top: 75px; transform: rotate(-8deg); opacity: .64; }
.stage-phone.front { right: 45px; top: 45px; transform: rotate(7deg); }

.workflow { overflow: hidden; background: var(--forest); color: var(--paper); }
.inverse > p { color: rgba(247,243,234,.6); }
.workflow-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.step { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.13); }
.step:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.step p { color: rgba(247,243,234,.55); }
.workflow-phone-wrap { min-height: 690px; position: relative; display: grid; place-items: center; }
.workflow-phone-wrap::before { content: ""; position: absolute; width: 560px; height: 560px; border: 1px solid rgba(205,165,79,.24); border-radius: 50%; }
.workflow-phone { z-index: 2; width: 280px; transform: rotate(-2deg); }
.floating-note {
  position: absolute; z-index: 4; width: 220px; padding: 16px;
  background: rgba(247,243,234,.96); color: var(--ink); box-shadow: 0 15px 35px rgba(0,0,0,.25);
}
.floating-note.top { top: 120px; right: 5px; }
.floating-note.bottom { bottom: 100px; left: 0; }

.dashboard-modes { overflow: hidden; background: var(--paper); }
.dashboard-heading h2 { font-size: clamp(43px, 4.6vw, 66px); }
.dashboard-compare { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.dashboard-card {
  min-height: 690px; position: relative; overflow: hidden;
  display: grid; grid-template-columns: minmax(0, 1fr) 205px; gap: 22px;
  padding: 46px 28px 0 44px; border-radius: 40px;
  box-shadow: 0 24px 58px rgba(3,13,8,.12);
}
.dashboard-card-default {
  border: 1px solid rgba(11,23,19,.1);
  background: #ebe4d5; color: var(--ink);
}
.dashboard-card-active {
  border: 1px solid rgba(224,190,115,.24);
  background:
    radial-gradient(circle at 110% 105%, rgba(205,165,79,.2), transparent 42%),
    var(--forest);
  color: var(--paper);
}
.dashboard-card-active::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .12;
  background: repeating-radial-gradient(
    ellipse at 100% 100%,
    transparent 0 37px,
    rgba(224,190,115,.68) 38px 39px
  );
}
.dashboard-card-copy { position: relative; z-index: 2; }
.mode-badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px;
  border: 1px solid rgba(11,23,19,.14); border-radius: 999px;
  color: #5d6b63; font-size: 10px; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
}
.mode-badge.live { border-color: rgba(247,243,234,.17); color: rgba(247,243,234,.72); }
.mode-badge.live i { width: 8px; height: 8px; border-radius: 50%; background: #79d27c; box-shadow: 0 0 0 5px rgba(121,210,124,.1); }
.dashboard-card h3 {
  margin: 28px 0 0; font-family: Georgia, serif;
  font-size: 39px; line-height: 1.06; font-weight: 400; letter-spacing: -.025em;
}
.dashboard-card-copy > p { margin: 18px 0 0; color: #667269; font-size: 14px; line-height: 1.72; }
.dashboard-card-active .dashboard-card-copy > p { color: rgba(247,243,234,.61); }
.dashboard-card ul { list-style: none; margin: 30px 0 0; padding: 0; }
.dashboard-card li {
  display: grid; grid-template-columns: 28px 1fr; gap: 10px;
  padding: 14px 0; border-top: 1px solid rgba(11,23,19,.12);
  color: #45544c; font-size: 12px; line-height: 1.55;
}
.dashboard-card li > span { color: #9a7628; font-size: 9px; letter-spacing: .12em; padding-top: 3px; }
.dashboard-card-active li { border-color: rgba(247,243,234,.13); color: rgba(247,243,234,.72); }
.dashboard-card-active li > span { color: var(--gold-light); }
.dashboard-phone-wrap {
  min-height: 100%; position: relative; z-index: 2;
  display: flex; align-items: flex-end; justify-content: center;
}
.dashboard-phone-wrap::before {
  content: ""; position: absolute; width: 320px; height: 320px; left: 50%; bottom: 80px;
  transform: translateX(-50%); border: 1px solid rgba(205,165,79,.25); border-radius: 50%;
}
.dashboard-card-default .dashboard-phone-wrap::before { border-color: rgba(11,23,19,.12); }
.dashboard-phone { width: 205px; transform: translateY(55px) rotate(2deg); }
.dashboard-card-default .dashboard-phone { transform: translateY(55px) rotate(-2deg); }
.dashboard-summary {
  max-width: 900px; margin: 36px auto 0; color: #5f6d65;
  font-size: 15px; line-height: 1.72; text-align: center;
}
.dashboard-summary span {
  margin-right: 8px; color: #8c6a22; font-size: 10px; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
}

.logbook { display: grid; grid-template-columns: .83fr 1.17fr; gap: 100px; align-items: center; overflow: hidden; }
.logbook-copy > p:not(.eyebrow), .insight-copy > p:not(.eyebrow), .control-card > div > p:not(.eyebrow) { color: #647168; font-size: 17px; line-height: 1.75; }
.logbook ul { list-style: none; padding: 0; margin: 34px 0 0; }
.logbook li { padding: 14px 0; border-top: 1px solid var(--line); font-weight: 600; }
.logbook li span { display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 12px; border-radius: 50%; background: rgba(205,165,79,.2); color: #8a681f; }
.phone-gallery { min-height: 700px; position: relative; }
.gallery-phone { position: absolute; width: 275px; }
.gallery-phone.left { left: 0; top: 65px; transform: rotate(-8deg); }
.gallery-phone.center { right: 45px; top: 0; transform: rotate(5deg); }
.gallery-caption { position: absolute; z-index: 4; bottom: 40px; left: 180px; width: 250px; padding: 18px 22px; background: var(--gold); box-shadow: 0 20px 40px rgba(0,0,0,.18); }
.gallery-caption span { display: block; font-family: Georgia, serif; font-size: 31px; }
.gallery-caption small { display: block; margin-top: 3px; text-transform: uppercase; font-size: 9px; letter-spacing: .12em; }

.insights { position: relative; overflow: hidden; background: var(--ink); color: var(--paper); }
.insight-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: center; }
.insight-visual { min-height: 670px; position: relative; display: grid; place-items: center; }
.analysis-phone { z-index: 3; width: 295px; }
.signal { position: absolute; border: 1px solid rgba(205,165,79,.28); border-radius: 50%; }
.signal-a { width: 420px; height: 420px; }
.signal-b { width: 560px; height: 560px; }
.signal-c { width: 700px; height: 700px; }
.insight-copy > p:not(.eyebrow) { color: rgba(247,243,234,.59); }
.metric-row { margin-top: 42px; border-top: 1px solid rgba(255,255,255,.14); }
.metric-row div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.metric-row strong { color: var(--gold); font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.metric-row span { color: rgba(247,243,234,.63); font-size: 14px; }

.control { padding-block: 110px; }
.control-card { min-height: 610px; display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 70px; overflow: hidden; padding: 80px 90px; background: #ebe4d5; }
.control-card > div { max-width: 590px; }
.settings-phone { align-self: start; justify-self: center; width: 260px; transform: translateY(35px) rotate(4deg); }

.ownership { padding-top: 0; }
.ownership-panel {
  position: relative; overflow: hidden; display: grid;
  grid-template-columns: 1.04fr .96fr; gap: 90px; padding: 90px;
  border-radius: 42px; background: var(--ink); color: var(--paper);
  box-shadow: 0 30px 75px rgba(3,13,8,.18);
}
.ownership-panel::before {
  content: ""; position: absolute; width: 650px; height: 650px;
  left: -300px; bottom: -430px; border: 1px solid rgba(205,165,79,.22); border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(205,165,79,.03), 0 0 0 140px rgba(205,165,79,.025);
}
.ownership-copy, .ownership-points { position: relative; z-index: 2; }
.ownership-copy h2 {
  margin-top: 22px; font-size: clamp(46px, 5vw, 70px);
  line-height: 1; letter-spacing: -.04em;
}
.ownership-copy h2 em { color: var(--gold); font-weight: 400; }
.ownership-copy > p:not(.eyebrow) {
  max-width: 610px; margin: 28px 0 32px;
  color: rgba(247,243,234,.62); font-size: 16px; line-height: 1.75;
}
.ownership-copy > small {
  display: block; margin-top: 15px; color: rgba(247,243,234,.48);
  font-size: 10px; line-height: 1.6; letter-spacing: .06em; text-transform: uppercase;
}
.ownership-points { border-top: 1px solid rgba(247,243,234,.14); }
.ownership-points article {
  display: grid; grid-template-columns: 42px 1fr; gap: 18px;
  padding: 27px 0; border-bottom: 1px solid rgba(247,243,234,.14);
}
.ownership-points article > span {
  color: var(--gold); font-size: 10px; letter-spacing: .15em; padding-top: 5px;
}
.ownership-points h3 {
  margin: 0; font-family: Georgia, serif; font-size: 27px; font-weight: 400;
}
.ownership-points p {
  margin: 9px 0 0; color: rgba(247,243,234,.55); font-size: 13px; line-height: 1.68;
}

.final-cta { position: relative; overflow: hidden; padding: 145px 0 65px; background: var(--forest); color: var(--paper); text-align: center; }
.final-cta::before {
  content: ""; position: absolute; inset: 0; opacity: .2;
  background: radial-gradient(circle at 50% 65%, var(--gold), transparent 25%),
    repeating-radial-gradient(ellipse at 50% 100%, transparent 0 45px, rgba(205,165,79,.24) 46px 47px);
}
.final-inner { position: relative; display: flex; align-items: center; flex-direction: column; }
.final-inner > p:not(.eyebrow) { margin: 28px 0 35px; color: rgba(247,243,234,.65); font-size: 17px; }
.button.large { min-height: 64px; padding-inline: 34px; }
.final-brand { margin-top: 120px; }
.final-brand .brand-logo { width: 54px; height: 54px; }

.footer { min-height: 90px; display: flex; align-items: center; justify-content: space-between; color: #728077; font-size: 11px; letter-spacing: .05em; }
.footer div { display: flex; gap: 25px; }

.locale-hero {
  min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr;
  align-items: center; gap: 90px; padding-block: 75px 90px; overflow: hidden;
}
.locale-hero-copy h1 { font-size: clamp(58px, 6vw, 88px); }
.locale-hero-copy > p:not(.eyebrow) { max-width: 620px; margin: 30px 0; color: #5f6c64; font-size: 18px; line-height: 1.75; }
.locale-hero-visual { min-height: 590px; position: relative; }
.locale-hero-visual::before {
  content: ""; position: absolute; width: 520px; height: 520px; top: 20px; left: 50%;
  transform: translateX(-50%); border-radius: 50%;
  background: radial-gradient(circle, rgba(205,165,79,.28), rgba(205,165,79,.05) 55%, transparent 70%);
}
.locale-phone-main { position: absolute; z-index: 2; width: 280px; top: 0; left: 80px; transform: rotate(-4deg); }
.locale-phone-side { position: absolute; z-index: 3; width: 205px; right: 15px; bottom: 0; transform: rotate(7deg); }
.locale-card-section { padding: 80px 0; background: var(--ink); }
.locale-cards { display: grid; grid-template-columns: repeat(3, 1fr); }
.locale-cards a { min-height: 320px; position: relative; padding: 38px; color: var(--paper); border-left: 1px solid rgba(255,255,255,.13); }
.locale-cards a:last-child { border-right: 1px solid rgba(255,255,255,.13); }
.locale-cards a > span { color: var(--gold); font-size: 11px; letter-spacing: .15em; }
.locale-cards h2 { margin-top: 70px; font-size: 35px; }
.locale-cards p { color: rgba(247,243,234,.55); line-height: 1.65; }
.locale-cards strong { position: absolute; right: 35px; bottom: 28px; color: var(--gold); font-size: 26px; font-weight: 400; transition: transform .2s ease; }
.locale-cards a:hover strong { transform: translateX(5px); }

.subpage-hero { overflow: hidden; background: var(--forest); color: var(--paper); }
.subpage-hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; }
.subpage-hero h1 { margin-top: 24px; max-width: 780px; font-size: clamp(55px, 6vw, 86px); }
.subpage-hero-grid > div:first-child > p:not(.eyebrow) { max-width: 700px; color: rgba(247,243,234,.62); font-size: 18px; line-height: 1.75; }
.subpage-phone { width: 260px; justify-self: center; transform: translateY(70px) rotate(5deg); }
.subpage-content { display: grid; grid-template-columns: 1.1fr .7fr; gap: 100px; align-items: start; }
.subpage-list article { display: grid; grid-template-columns: 55px 1fr; gap: 25px; padding: 34px 0; border-top: 1px solid var(--line); }
.subpage-list article:last-child { border-bottom: 1px solid var(--line); }
.subpage-list article > span { color: var(--gold); font-size: 11px; letter-spacing: .14em; }
.subpage-list h2 { font-size: 31px; }
.subpage-list p, .subpage-content aside > p:not(.eyebrow) { color: #657269; line-height: 1.72; }
.subpage-content aside { position: sticky; top: 25px; overflow: hidden; padding: 45px 45px 0; background: #ebe4d5; }
.subpage-content aside > h2 { margin: 20px 0 15px; font-size: 38px; }
.aside-phone { width: 210px; margin: 38px auto -140px; transform: rotate(4deg); }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .mobile-menu { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 90px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { margin-top: -40px; }
  .feature-layout, .workflow-grid, .logbook, .insight-layout { grid-template-columns: 1fr; }
  .feature-stage { order: -1; }
  .workflow-grid { gap: 40px; }
  .dashboard-compare { grid-template-columns: 1fr; }
  .dashboard-card { min-height: 650px; grid-template-columns: minmax(0, 1fr) 235px; }
  .dashboard-phone { width: 220px; }
  .ownership-panel { grid-template-columns: 1fr; gap: 60px; padding: 75px 65px; }
  .logbook-copy { max-width: 680px; }
  .phone-gallery { width: min(640px, 100%); margin-inline: auto; }
  .insight-copy { max-width: 700px; }
  .locale-hero { grid-template-columns: 1fr; }
  .locale-hero-visual { width: min(560px, 100%); margin-inline: auto; }
  .subpage-content { grid-template-columns: 1fr; }
  .subpage-content aside { position: relative; top: auto; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 1180px); }
  .section { padding-block: 85px; }
  .nav { height: 72px; }
  .nav-cta { display: none; }
  .hero { min-height: auto; padding: 65px 0 70px; gap: 20px; }
  h1 { font-size: 54px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-proof { gap: 15px; }
  .hero-proof span { font-size: 9px; }
  .hero-visual { height: 570px; margin-top: 0; }
  .hero-phone { width: 250px; }
  .orbit-one { width: 380px; height: 380px; }
  .orbit-two { width: 500px; height: 500px; }
  .label-one { left: 5px; }
  .label-two { right: 3px; }
  .insight-card { bottom: 35px; left: 0; width: 235px; }
  .statement { padding-top: 85px; }
  .statement-grid, .section-heading { grid-template-columns: 1fr; gap: 35px; }
  .statement-copy { font-size: 41px; }
  .section-heading { margin-bottom: 55px; }
  .section-heading h2, .logbook h2, .insight-copy h2, .control-card h2, .final-inner h2 { font-size: 45px; }
  .feature-stage { min-height: 570px; }
  .stage-phone { width: 210px; }
  .stage-phone.back { left: -5px; }
  .stage-phone.front { right: 0; }
  .workflow-phone-wrap { min-height: 590px; }
  .workflow-phone { width: 250px; }
  .floating-note { width: 190px; }
  .floating-note.top { right: -8px; }
  .floating-note.bottom { left: -8px; }
  .dashboard-card {
    min-height: 960px; grid-template-columns: 1fr; gap: 24px;
    padding: 38px 26px 0; border-radius: 30px;
  }
  .dashboard-card h3 { font-size: 35px; }
  .dashboard-phone-wrap { min-height: 485px; }
  .dashboard-phone { width: 220px; transform: translateY(48px) rotate(2deg); }
  .dashboard-card-default .dashboard-phone { transform: translateY(48px) rotate(-2deg); }
  .dashboard-summary { text-align: left; }
  .ownership { width: 100%; padding-inline: 0; }
  .ownership-panel { width: 100%; padding: 70px 28px; border-radius: 0; }
  .ownership-copy h2 { font-size: 47px; }
  .ownership-copy .button { width: 100%; padding-inline: 18px; }
  .logbook { gap: 55px; }
  .phone-gallery { min-height: 570px; }
  .gallery-phone { width: 215px; }
  .gallery-phone.center { right: 0; }
  .gallery-caption { left: 90px; bottom: 15px; width: 220px; }
  .insight-layout { gap: 50px; }
  .insight-visual { min-height: 560px; }
  .analysis-phone { width: 245px; }
  .control { width: 100%; padding: 0; }
  .control-card { min-height: auto; grid-template-columns: 1fr; padding: 75px 28px 0; gap: 25px; }
  .settings-phone { width: 230px; }
  .final-cta { padding-top: 100px; }
  .final-brand { margin-top: 90px; }
  .footer { padding-block: 26px; gap: 20px; align-items: flex-start; flex-direction: column; }
  .locale-hero { min-height: auto; padding-block: 65px; gap: 35px; }
  .locale-hero-copy h1 { font-size: 53px; }
  .locale-hero-visual { min-height: 500px; }
  .locale-phone-main { width: 230px; left: 10px; }
  .locale-phone-side { width: 175px; right: 0; }
  .locale-card-section { padding-block: 35px; }
  .locale-cards { grid-template-columns: 1fr; }
  .locale-cards a { min-height: 260px; border: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .locale-cards a:last-child { border-right: 0; }
  .subpage-hero-grid { min-height: 760px; grid-template-columns: 1fr; gap: 20px; padding-top: 80px; }
  .subpage-hero h1 { font-size: 53px; }
  .subpage-phone { width: 220px; transform: translateY(65px) rotate(4deg); }
  .subpage-content { gap: 55px; }
  .subpage-list article { grid-template-columns: 38px 1fr; gap: 12px; }
  .subpage-content aside { padding: 35px 25px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
/* Standalone STRATO contact form */
.contact-page { min-height: calc(100vh - 176px); }
.contact-hero { padding: 90px 0 55px; background: var(--forest); color: var(--paper); }
.contact-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: end; }
.contact-hero h1 { max-width: 760px; font-size: clamp(55px, 6vw, 84px); }
.contact-hero p:not(.eyebrow) { margin: 28px 0 0; color: rgba(247,243,234,.65); font-size: 17px; line-height: 1.72; }
.contact-meta {
  padding: 28px; border: 1px solid rgba(247,243,234,.14);
  color: rgba(247,243,234,.72); font-size: 14px; line-height: 1.7;
}
.contact-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.contact-intro h2 { margin-top: 18px; font-size: 43px; }
.contact-intro p { color: #657269; line-height: 1.72; }
.contact-form { padding: 42px; border: 1px solid var(--line); background: #ebe4d5; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-field { display: flex; flex-direction: column; gap: 9px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.form-field label span { color: #8c6a22; font-size: 10px; font-weight: 500; }
.form-field input, .form-field textarea {
  width: 100%; border: 1px solid rgba(11,23,19,.2); border-radius: 0;
  background: var(--paper); color: var(--ink); font: inherit; font-size: 16px;
  padding: 14px 15px; outline: none; transition: border-color .2s ease, box-shadow .2s ease;
}
.form-field textarea { min-height: 190px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus {
  border-color: var(--gold); box-shadow: 0 0 0 3px rgba(205,165,79,.16);
}
.form-field [aria-invalid="true"] { border-color: #9c332a; }
.field-error { color: #842d26; font-size: 12px; line-height: 1.4; }
.form-actions { display: flex; align-items: center; gap: 24px; margin-top: 26px; }
.form-actions p { margin: 0; color: #657269; font-size: 12px; line-height: 1.55; }
.form-alert { margin-bottom: 24px; padding: 16px 18px; border-left: 3px solid #9c332a; background: #fff4f1; }
.form-alert.success { border-color: #2f7650; background: #eff8f2; }
.form-alert p { margin: 0; line-height: 1.55; }
.form-alert ul { margin: 8px 0 0; padding-left: 20px; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 980px) {
  .contact-hero-grid, .contact-section { grid-template-columns: 1fr; gap: 42px; }
}
@media (max-width: 700px) {
  .brand > span:last-child { display: none; }
  .contact-hero { padding: 65px 0 45px; }
  .contact-hero h1 { font-size: 52px; }
  .contact-section { gap: 32px; }
  .contact-form { padding: 26px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
}
