@font-face {
  font-family: Jakarta;
  src: url('/assets/jakarta-regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Jakarta;
  src: url('/assets/jakarta-bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
:root {
  --green: #0a7f3f;
  --forest: #0e3b2e;
  --valley: #6ee787;
  --blue: #74b9e8;
  --sky: #e5f2fb;
  --ink: #0f172a;
  --grey: #e5e7eb;
  --white: #fff;
  --muted: #64726b;
  --cream: #f4f4e9;
  font-family: Jakarta, Arial, sans-serif;
  color: var(--forest);
  background: #fafbf8;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
}
button,
input,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  font: inherit;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #3688c3;
  outline-offset: 5px;
}
button:disabled {
  cursor: default;
}
.icon {
  flex: none;
  vertical-align: middle;
}
img {
  display: block;
  max-width: 100%;
}
[hidden] {
  display: none !important;
}
.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;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  padding: 12px 18px;
  z-index: 100;
  background: var(--forest);
  color: white;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  padding: 24px 4.2%;
  position: relative;
  z-index: 20;
}
.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  gap: 25px;
}
.brand {
  font-size: 27px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  letter-spacing: -1.7px;
  white-space: nowrap;
}
.brand > span:not(.brand-mark) {
  color: var(--green);
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  margin-right: 10px;
}
.brand-mark .icon {
  width: 24px;
  height: 24px;
  stroke-width: 2.3;
}
nav {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 12px;
  color: #58665e;
}
nav a {
  padding: 12px 0;
  position: relative;
}
nav a:hover,
nav a[aria-current] {
  color: var(--green);
}
nav a[aria-current]:after {
  content: '';
  position: absolute;
  bottom: 3px;
  width: 18px;
  height: 2px;
  left: 0;
  background: var(--green);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  background: var(--forest);
  color: #fff;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 18px 26px;
  font-size: 12px;
  font-weight: 700;
  min-height: 52px;
  transition:
    background 0.2s,
    transform 0.2s;
  line-height: 1.4;
}
.button:hover {
  background: var(--green);
  transform: translateY(-2px);
}
.button .icon {
  width: 18px;
  height: 18px;
}
.button.light {
  background: #f4f5e9;
  color: var(--forest);
}
.button.light:hover {
  background: var(--valley);
}
.button.outline {
  background: transparent;
  color: var(--forest);
  border-color: #b5c7ba;
}
.button.outline:hover {
  background: #e4eee7;
}
.nav-cta {
  padding: 14px 20px;
  min-height: 45px;
  gap: 22px;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  min-width: 44px;
  min-height: 44px;
  color: var(--forest);
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2.2px;
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 24px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-weight: 700;
}
h1 {
  font-size: clamp(44px, 5.8vw, 86px);
  line-height: 1.04;
  letter-spacing: -4.8px;
  margin-bottom: 26px;
}
h2 {
  font-size: clamp(34px, 4.1vw, 60px);
  line-height: 1.1;
  letter-spacing: -3px;
  margin-bottom: 24px;
}
h3 {
  font-size: 20px;
  letter-spacing: -0.6px;
  line-height: 1.3;
}
p {
  line-height: 1.8;
}
em,
.serif {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -2.5px;
}
em {
  font-style: italic;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  font-weight: 700;
  padding: 15px 0;
}
.text-link:hover {
  color: var(--green);
}
.text-link .icon {
  width: 18px;
  height: 18px;
}
.hero-carousel {
  margin: 0 24px;
  border-radius: 30px;
  overflow: hidden;
  background: var(--forest);
}
.hero-slides {
  position: relative;
}
.hero-slide {
  min-height: 620px;
  height: min(700px, calc(100vh - 155px));
  position: relative;
  overflow: hidden;
}
.hero-slide.is-active {
  animation: slide-in 0.55s ease-out;
}
.hero-image,
.hero-shade {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}
.hero-image {
  object-position: center 64%;
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(9, 28, 18, 0.73), rgba(9, 28, 18, 0.27) 48%, transparent 75%),
    linear-gradient(0deg, rgba(10, 27, 19, 0.45), transparent 45%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 66%;
  padding: 85px 5.3% 95px;
  color: #fff;
}
.hero-content .eyebrow {
  font-size: 9px;
  letter-spacing: 2.1px;
  color: #d9eacf;
  margin-bottom: 33px;
}
.hero-content h1,
.hero-content h2 {
  font-size: clamp(50px, 5.6vw, 82px);
  line-height: 1.05;
  letter-spacing: -4.3px;
  margin-bottom: 26px;
  font-weight: 400;
}
.hero-content h1 em {
  color: #d6ebc2;
}
.hero-content p:not(.eyebrow) {
  font-size: 14px;
  color: #e5eee5;
  line-height: 1.8;
  max-width: 480px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 34px;
}
.hero-actions .text-link:hover {
  color: var(--valley);
}
.scene-caption {
  position: absolute;
  bottom: 33px;
  left: 5.3%;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #e1ebde;
  font-size: 8px;
  letter-spacing: 2.1px;
  z-index: 2;
}
.scene-caption .icon {
  width: 18px;
}
.floating-note {
  position: absolute;
  right: 4.5%;
  bottom: 55px;
  display: flex;
  gap: 17px;
  align-items: center;
  padding: 22px 25px;
  background: #fffef0ed;
  border: 1px solid #ffffff66;
  border-radius: 19px;
  transform: rotate(-4deg);
  box-shadow: 0 8px 35px #081b2333;
  color: var(--forest);
}
.floating-note > svg {
  width: 32px;
  height: 32px;
  color: var(--green);
}
.floating-note strong {
  display: block;
  font-size: 12px;
}
.floating-note div span {
  display: block;
  font-size: 9px;
  margin-top: 6px;
  color: #75846f;
}
.floating-note .scene-arrow {
  font-size: 22px;
}
.carousel-controls {
  padding: 18px 5.3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: #0d3025;
  color: #d9e8dd;
}
.carousel-tabs {
  display: flex;
  gap: 34px;
}
.carousel-tabs button {
  border: 0;
  border-bottom: 1px solid transparent;
  color: #91aa9a;
  background: none;
  padding: 9px 0;
  font-size: 10px;
  letter-spacing: 0.3px;
}
.carousel-tabs button span {
  font-size: 9px;
  margin-right: 12px;
  opacity: 0.6;
}
.carousel-tabs button[aria-pressed='true'] {
  color: #fff;
  border-color: #b7d1b0;
}
.carousel-actions {
  display: flex;
  gap: 8px;
}
.carousel-actions button {
  background: transparent;
  border: 1px solid #547462;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  min-width: 34px;
  color: #fff;
  font-size: 14px;
}
.carousel-actions button:hover {
  background: #385447;
}
.sky-inner,
.sky-slide {
  background: #e7f1f6;
}
.sky-slide .hero-content {
  width: 62%;
  color: var(--forest);
}
.sky-slide .hero-content .eyebrow {
  color: #527461;
}
.sky-slide .hero-content p {
  color: #586f74;
}
.sky-slide .hero-content em {
  color: #327a5c;
}
.orbit {
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid #b5d0d877;
  border-radius: 50%;
  pointer-events: none;
}
.orbit-one {
  right: -10px;
  top: 50px;
  box-shadow:
    0 0 0 70px #cde0e933,
    0 0 0 140px #cde0e922;
}
.hero-phone {
  position: absolute;
  right: 12%;
  top: 70px;
  transform: rotate(8deg);
  z-index: 2;
}
.orbit-badge {
  position: absolute;
  background: #fffffff2;
  padding: 17px 20px;
  border: 1px solid #e3e9e7;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 4;
  font-size: 11px;
  box-shadow: 0 15px 35px #567b901c;
}
.orbit-badge .icon {
  width: 20px;
  color: var(--green);
}
.badge-one {
  top: 150px;
  right: 5%;
  transform: rotate(5deg);
}
.badge-two {
  bottom: 88px;
  right: 27%;
  transform: rotate(-5deg);
}
.captain-slide {
  background: #143e32;
}
.captain-rings {
  position: absolute;
  width: 800px;
  height: 800px;
  right: -80px;
  top: -60px;
  border: 1px solid #95bca344;
  border-radius: 50%;
  box-shadow:
    0 0 0 80px #95bca30a,
    0 0 0 160px #95bca308;
}
.captain-slide .hero-content em {
  color: #a6d0ec;
}
.captain-art {
  position: absolute;
  right: 7%;
  top: 95px;
  width: 280px;
  height: 385px;
  background: #d6ebbc;
  color: var(--forest);
  border-radius: 24px;
  transform: rotate(9deg);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 32px 20px;
  box-shadow: 18px 24px 0 #ffffff0a;
}
.captain-art-label {
  font-size: 10px;
  letter-spacing: 2px;
}
.captain-art > .icon {
  width: 155px;
  height: 155px;
  stroke-width: 1;
  flex: 1;
}
.captain-art-title {
  font-family: Georgia, serif;
  font-size: 31px;
}
.captain-art-caption {
  font-size: 9px;
  margin-top: 16px;
}
.values-strip {
  display: flex;
  justify-content: center;
  gap: 7%;
  padding: 31px 30px;
  border-bottom: 1px solid #e3e8e0;
  max-width: 1360px;
  margin: 0 auto;
  color: #5d6d62;
  font-size: 10px;
}
.values-strip span {
  display: flex;
  align-items: center;
  gap: 11px;
}
.values-strip .icon {
  width: 18px;
  height: 18px;
  stroke-width: 1.4;
  color: var(--green);
}
.section {
  max-width: 1260px;
  margin: 0 auto;
  padding: 100px 24px;
}
.intro-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  padding-bottom: 42px;
}
.intro-section h2 {
  margin: 0;
}
.section-description {
  max-width: 450px;
  font-size: 13px;
  color: #6c7972;
  line-height: 1.95;
}
.intro-section > .section-description {
  max-width: 410px;
  margin: 35px 0 0;
}
.journey-cards {
  max-width: 1260px;
  padding: 0 24px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.journey-card {
  border-radius: 23px;
  padding: 27px 29px 32px;
  position: relative;
  overflow: hidden;
}
.mint {
  background: #e5efdf;
}
.blue {
  background: #e0edf5;
}
.cream {
  background: #f0eedf;
}
.card-number {
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #596a58;
}
.card-art {
  height: 160px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-art > .icon {
  width: 110px;
  height: 85px;
  stroke-width: 0.9;
  z-index: 2;
}
.commute-art {
  transform: rotate(-8deg);
}
.road-mark {
  position: absolute;
  width: 290px;
  height: 60px;
  top: 75px;
  left: 10px;
  border-top: 1px dashed #b2c7ad;
  border-bottom: 1px dashed #b2c7ad;
  transform: rotate(-7deg);
}
.connection-art {
  flex-direction: column;
  gap: 6px;
  transform: rotate(-7deg);
}
.connection-art span {
  background: #fff9ee;
  padding: 12px 26px;
  border-radius: 14px;
  align-self: flex-start;
  margin-left: 20px;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -1px;
  box-shadow: 5px 5px 0 #7ca2b417;
}
.connection-art span + span {
  align-self: flex-end;
  margin-right: 18px;
  background: #0e3b2e;
  color: #e9f7e3;
  transform: rotate(10deg);
}
.mountain-art > .icon {
  width: 145px;
  height: 100px;
}
.sun-disc {
  position: absolute;
  background: #c7b97c;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  top: 24px;
  right: 54px;
}
.journey-card h3 {
  font-size: 27px;
  line-height: 1.16;
  letter-spacing: -1.1px;
  margin: 12px 0 14px;
}
.journey-card p {
  font-size: 11px;
  color: #5f7265;
  max-width: 220px;
  margin-bottom: 0;
  line-height: 1.9;
}
.journey-card > a {
  position: absolute;
  right: 25px;
  bottom: 30px;
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border: 1px solid #52695555;
  border-radius: 50%;
}
.journey-card > a .icon {
  width: 16px;
}
.experience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 120px;
}
.experience-art {
  background: linear-gradient(145deg, #eff4e9, #e6f1f8);
  border-radius: 30px;
  height: 570px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.experience-art .orbit {
  right: -90px;
  top: 130px;
}
.experience-art .phone-mock {
  transform: rotate(-7deg);
  margin-top: 50px;
}
.experience-chip {
  position: absolute;
  left: 27px;
  bottom: 57px;
  transform: rotate(4deg);
  background: #fffdf3;
  box-shadow: 0 5px 20px #5670661a;
  padding: 16px 20px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
}
.experience-chip .icon {
  color: var(--green);
  width: 19px;
}
.experience-copy h2 {
  font-size: 44px;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 30px 0 10px;
}
.steps li {
  display: flex;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #e2e7df;
}
.steps li > span {
  font-size: 10px;
  width: 31px;
  height: 31px;
  border: 1px solid #c9d9cd;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: none;
  color: #597d62;
}
.steps h3 {
  font-size: 13px;
  margin: 0 0 7px;
  letter-spacing: -0.2px;
}
.steps p {
  font-size: 11px;
  color: #6b7b70;
  margin: 0;
}
.availability-note {
  font-size: 10px !important;
  line-height: 1.7 !important;
  color: #738279 !important;
  max-width: 440px;
  margin-top: 16px;
}
.phone-mock {
  position: relative;
  width: 255px;
  border: 6px solid #1e2a25;
  border-radius: 36px;
  background: #f9fcf7;
  box-shadow:
    0 2px 0 2px #566059,
    18px 25px 50px #183f3526;
  overflow: hidden;
  color: var(--forest);
  text-align: left;
  font-family: Jakarta, sans-serif;
  flex-shrink: 0;
}
.phone-camera {
  position: absolute;
  top: 10px;
  width: 70px;
  height: 17px;
  border-radius: 20px;
  background: #1b2420;
  left: calc(50% - 35px);
  z-index: 5;
}
.phone-top {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  padding: 12px 19px 20px;
}
.phone-brand {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -1px;
  padding: 8px 18px;
}
.phone-brand > span {
  color: var(--green);
}
.phone-brand > .icon {
  width: 17px;
  height: 17px;
  float: right;
}
.phone-greeting {
  font-size: 17px;
  line-height: 1.5;
  padding: 8px 18px 0;
  letter-spacing: -0.6px;
  margin-bottom: 13px;
}
.phone-greeting strong {
  font-weight: 700;
}
.illustrated-map {
  height: 163px;
  background: #e8efe2;
  position: relative;
  overflow: hidden;
}
.illustrated-map > svg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 2;
}
.map-road {
  position: absolute;
  background: #fefef4;
  width: 400px;
  height: 13px;
  left: -35px;
  transform: rotate(-27deg);
}
.road-one {
  top: 35px;
}
.road-two {
  top: 115px;
  transform: rotate(32deg);
}
.map-river {
  position: absolute;
  width: 70px;
  height: 300px;
  background: #c3deeb;
  right: 18px;
  top: -20px;
  transform: rotate(-20deg);
  border-radius: 40%;
}
.illustrated-map > span:last-child {
  position: absolute;
  bottom: 7px;
  left: 12px;
  font-size: 7px;
  color: #607660;
  z-index: 4;
  background: #f7faf2d9;
  padding: 3px 5px;
  border-radius: 4px;
}
.phone-sheet {
  padding: 17px 17px 23px;
  background: #fff;
  border-radius: 18px 18px 0 0;
  position: relative;
  z-index: 3;
  margin-top: -7px;
}
.phone-sheet > strong {
  font-size: 11px;
  display: block;
  margin-bottom: 11px;
}
.phone-sheet > div {
  display: flex;
  gap: 8px;
  align-items: center;
  border: 1px solid #e9ede7;
  font-size: 8px;
  border-radius: 8px;
  padding: 9px 10px;
  margin-bottom: 7px;
  color: #65796a;
}
.phone-sheet .icon {
  width: 12px;
  height: 12px;
  color: var(--green);
}
.phone-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--green);
  color: #fff;
  border-radius: 9px;
  padding: 11px 13px;
  font-size: 8px;
  margin-top: 12px;
}
.phone-button .icon {
  color: #fff;
}
.captain-banner {
  max-width: 1390px;
  margin: 0 auto;
  padding: 72px 6%;
  border-radius: 28px;
  background: var(--forest);
  color: #f9fced;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  overflow: hidden;
}
.captain-banner:after {
  content: '';
  position: absolute;
  width: 650px;
  height: 650px;
  border: 1px solid #cadbc329;
  right: -140px;
  top: -95px;
  border-radius: 50%;
  box-shadow: 0 0 0 60px #cadbc306;
  pointer-events: none;
}
.captain-banner .eyebrow {
  color: #bbd4bc;
  font-size: 9px;
}
.captain-banner h2 {
  font-size: 49px;
  font-weight: 400;
}
.captain-banner h2 .serif {
  color: #c5ddb6;
}
.captain-banner p:not(.eyebrow) {
  font-size: 12px;
  color: #bacebd;
  margin-bottom: 28px;
}
.captain-badge {
  border-radius: 21px;
  transform: rotate(7deg);
  background: #e1f0c6;
  color: var(--forest);
  padding: 30px 27px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 235px;
  flex-shrink: 0;
  z-index: 2;
  margin-right: 30px;
  align-self: center;
  box-shadow: 10px 10px 0 #ffffff09;
}
.captain-badge > .icon {
  width: 50px;
  height: 50px;
  stroke-width: 1;
}
.captain-badge > span {
  font-size: 9px;
  letter-spacing: 3px;
}
.captain-badge strong {
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.captain-badge small {
  font-size: 8px;
  line-height: 1.7;
  color: #617952;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
}
.faq-section h2 {
  font-size: 43px;
}
.faq-list details {
  border-bottom: 1px solid #dce5db;
  padding: 21px 0;
}
.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 20px;
  line-height: 1;
  transition: transform 0.2s;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details p {
  font-size: 12px;
  color: #6c7d70;
  margin: 16px 25px 0 0;
  line-height: 1.9;
}
.closing {
  background: #e1ecf5;
  padding: 65px max(6%, calc((100% - 1210px) / 2));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  color: var(--forest);
}
.closing h2 {
  font-size: 49px;
  margin: 0;
  font-weight: 400;
  letter-spacing: -2.7px;
}
.closing .eyebrow {
  font-size: 9px;
  margin-bottom: 20px;
  color: #587677;
}
.closing > div:last-child > p {
  font-size: 10px;
  color: #68817c;
  text-align: center;
  margin: 15px 0 0;
}
.closing .button {
  background: var(--forest);
  color: #fff;
}
.closing .button:hover {
  background: var(--green);
}
.site-footer {
  padding: 66px max(6%, calc((100% - 1210px) / 2)) 25px;
  background: #f7f9f4;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 45px;
  padding-bottom: 60px;
}
.footer-top > div:first-child p {
  font-size: 20px;
  letter-spacing: -0.8px;
  line-height: 1.5;
  margin-top: 25px;
  margin-bottom: 20px;
}
.footer-tag {
  font-size: 9px;
  color: #7b8b7a;
}
.footer-top h3 {
  font-size: 11px;
  letter-spacing: 0;
  margin: 8px 0 23px;
}
.footer-top > div > a:not(.brand) {
  display: block;
  font-size: 10px;
  color: #6e7d6d;
  padding: 7px 0;
  line-height: 1.6;
}
.footer-top > div > a:hover {
  color: var(--green);
}
.footer-bottom {
  border-top: 1px solid #dce5d9;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font-size: 9px;
  color: #7b8b7a;
}
.inner-hero {
  max-width: 1390px;
  margin: 0 24px;
  border-radius: 30px;
  padding: 75px 6%;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
  overflow: hidden;
  min-height: 580px;
}
.inner-hero h1 {
  font-size: 66px;
  letter-spacing: -3.8px;
}
.lead {
  font-size: 15px;
  line-height: 1.9;
  color: #6a7b6e;
  max-width: 560px;
  margin-bottom: 30px;
}
.inner-phone {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.inner-phone .phone-mock {
  transform: rotate(7deg);
}
.sky-inner .eyebrow {
  color: #587b74;
}
.sky-inner .lead {
  color: #5c7476;
}
.captain-slide .hero-content > p,
.captain-slide .hero-content > h2 {
  max-width: 730px;
}
.inner-hero .captain-art {
  position: relative;
  top: auto;
  right: auto;
  justify-self: center;
}
.inner-hero.captain-art {
  width: auto;
}
.dark-inner {
  background: var(--forest);
  color: #fff;
}
.dark-inner .lead {
  color: #bfd4c8;
}
.dark-inner h1 em {
  color: #b7d9ed;
}
.section-heading {
  margin-bottom: 42px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.feature {
  padding: 28px;
  border: 1px solid #dee7dd;
  border-radius: 20px;
  background: #fff;
  min-width: 0;
}
.feature > .icon {
  width: 32px;
  height: 32px;
  color: var(--green);
  margin-bottom: 24px;
  stroke-width: 1.4;
}
.feature h3 {
  font-size: 18px;
  margin-bottom: 14px;
}
.feature p {
  font-size: 12px;
  color: #6c7b6e;
  line-height: 1.95;
  margin-bottom: 0;
}
.feature .text-link {
  margin-top: 14px;
}
.step-number {
  font-family: Georgia, serif;
  font-size: 45px;
  display: block;
  color: #78a186;
  margin-bottom: 25px;
}
.safety-band {
  max-width: 1260px;
  margin: 0 auto 100px;
  border-radius: 20px;
  padding: 36px;
  background: #eaf1e4;
  display: flex;
  align-items: center;
  gap: 25px;
}
.safety-band > .icon {
  width: 45px;
  height: 45px;
  color: var(--green);
}
.safety-band > div {
  flex: 1;
}
.safety-band h2 {
  font-size: 24px;
  letter-spacing: -0.7px;
  margin-bottom: 8px;
}
.safety-band p {
  font-size: 12px;
  color: #71846f;
  margin-bottom: 0;
}
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}
.split-section > div > p {
  font-size: 13px;
  color: #6c7b6e;
  max-width: 440px;
}
.access-card {
  background: #edf3e9;
  border-radius: 22px;
  padding: 35px;
}
.access-card h3 {
  font-size: 22px;
}
.access-card p {
  font-size: 13px;
  color: #6b7e6b;
}
.status-label {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  background: #fff5d9;
  color: #7d682e;
  border: 1px solid #e9dfb9;
  padding: 12px 16px;
  border-radius: 99px;
  line-height: 1.5;
}
.access-card .text-link {
  display: flex;
  margin-top: 15px;
}
.download-links {
  display: grid;
  gap: 12px;
  margin-top: 25px;
}
.download-links > span {
  font-size: 11px;
  border: 1px solid #ccd9c7;
  border-radius: 12px;
  padding: 16px;
  color: #657b60;
}
.editorial-hero {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px 70px;
  text-align: center;
}
.editorial-hero .lead {
  margin-left: auto;
  margin-right: auto;
}
.editorial-hero h1 {
  font-size: 68px;
  letter-spacing: -3.7px;
}
.story-image {
  max-width: 1390px;
  margin: 0 24px;
}
.story-image img {
  border-radius: 28px;
  width: 100%;
  height: 530px;
  object-fit: cover;
  object-position: center 50%;
}
.story-image figcaption {
  font-size: 9px;
  color: #84907f;
  margin: 12px 10px;
}
.prose {
  font-size: 14px;
  line-height: 1.9;
  color: #6a7a6c;
}
.prose h2 {
  font-size: 25px;
  letter-spacing: -0.8px;
  color: var(--forest);
}
.prose h3 {
  font-size: 18px;
  color: var(--forest);
  margin-top: 30px;
}
.prose p {
  margin-bottom: 22px;
}
.prose a:not(.button) {
  text-decoration: underline;
  color: var(--green);
  text-underline-offset: 4px;
}
.help-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 70px;
  padding-top: 20px;
}
.help-card {
  background: #e4eff5;
  padding: 35px;
  border-radius: 23px;
  align-self: start;
}
.help-card > .icon {
  width: 35px;
  height: 35px;
  margin-bottom: 25px;
}
.help-card h2 {
  font-size: 30px;
  letter-spacing: -1.4px;
}
.help-card p {
  font-size: 12px;
  color: #637d7b;
}
.legal-layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 65px;
  max-width: 1000px;
  padding-top: 20px;
}
.legal-layout aside {
  border-top: 1px solid #dce4d7;
  padding-top: 20px;
  font-size: 13px;
  font-weight: 700;
}
.legal-layout aside a {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #71806d;
  margin-top: 18px;
}
.legal-layout .status-label {
  margin-bottom: 30px;
}
.contact-email {
  overflow-wrap: anywhere;
}
@keyframes slide-in {
  from {
    opacity: 0.25;
    transform: scale(1.015);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (min-width: 1500px) {
  .hero-carousel,
  .inner-hero,
  .story-image {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-content {
    padding-top: 110px;
  }
  .hero-slide {
    height: 700px;
  }
  .captain-banner {
    max-width: 1440px;
  }
}
@media (max-width: 1100px) {
  nav {
    gap: 18px;
  }
  .nav-shell {
    gap: 16px;
  }
  .nav-cta {
    gap: 10px;
    font-size: 10px;
  }
  .hero-content {
    width: 75%;
    padding-top: 90px;
  }
  .hero-content h1,
  .hero-content h2 {
    font-size: 65px;
  }
  .hero-slide {
    min-height: 580px;
    height: 620px;
  }
  .hero-phone {
    right: 6%;
    top: 130px;
    transform: rotate(8deg) scale(0.85);
    transform-origin: top right;
  }
  .sky-slide .hero-content {
    width: 66%;
  }
  .badge-one {
    right: 4%;
    top: 80px;
  }
  .badge-two {
    right: 10%;
    bottom: 65px;
  }
  .captain-art {
    right: 5%;
    width: 225px;
    height: 330px;
    top: 130px;
  }
  .captain-slide .hero-content {
    width: 70%;
  }
  .captain-art-title {
    font-size: 25px;
  }
  .values-strip {
    gap: 5%;
    font-size: 9px;
  }
  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .intro-section {
    padding-bottom: 35px;
    gap: 40px;
  }
  .journey-card {
    padding: 24px;
  }
  .journey-card h3 {
    font-size: 24px;
  }
  .journey-card p {
    max-width: 80%;
    font-size: 10px;
  }
  .experience {
    gap: 45px;
  }
  .experience-copy h2 {
    font-size: 37px;
  }
  .captain-banner {
    border-radius: 0;
  }
  .captain-banner h2 {
    font-size: 40px;
  }
  .captain-badge {
    margin-right: 0;
  }
  .faq-section {
    gap: 40px;
  }
  .faq-section h2 {
    font-size: 37px;
  }
  .inner-hero h1 {
    font-size: 53px;
  }
  .feature-grid {
    gap: 17px;
  }
  .inner-hero {
    padding: 60px 5%;
  }
  .legal-layout {
    gap: 40px;
  }
  .safety-band {
    margin-left: 24px;
    margin-right: 24px;
  }
  .site-footer {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 800px) {
  .site-header {
    padding: 18px 24px;
  }
  .nav-shell {
    flex-wrap: wrap;
  }
  .brand {
    font-size: 24px;
  }
  .nav-cta {
    margin-left: auto;
  }
  .menu-toggle {
    display: block;
    order: 3;
  }
  nav {
    display: none;
    order: 4;
    width: 100%;
    padding: 12px 0;
    gap: 0;
    border-top: 1px solid #dce5d9;
    flex-direction: column;
    align-items: stretch;
  }
  nav.is-open {
    display: flex;
  }
  nav a {
    padding: 14px 10px;
    font-size: 13px;
  }
  nav a[aria-current]:after {
    display: none;
  }
  .hero-carousel {
    margin: 0 14px;
    border-radius: 24px;
  }
  .hero-slide {
    height: 660px;
    min-height: 0;
  }
  .hero-content {
    width: 100%;
    padding: 65px 6% 100px;
  }
  .hero-content h1,
  .hero-content h2 {
    font-size: 62px;
    max-width: 640px;
  }
  .hero-content p:not(.eyebrow) {
    font-size: 13px;
  }
  .scenic .hero-image {
    object-position: 65% center;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #0a1c18a6, #0a1c181a),
      linear-gradient(0deg, #0b27178a, transparent 65%);
  }
  .floating-note {
    bottom: 52px;
    right: 7%;
    padding: 16px;
    transform: rotate(-4deg);
  }
  .scene-caption {
    bottom: 22px;
    font-size: 7px;
  }
  .carousel-tabs {
    gap: 22px;
  }
  .carousel-tabs button {
    font-size: 9px;
  }
  .carousel-tabs button span {
    margin-right: 7px;
  }
  .carousel-controls {
    gap: 16px;
    padding: 15px 6%;
  }
  .carousel-actions button {
    width: 31px;
    height: 31px;
    min-width: 31px;
  }
  .sky-slide .hero-content {
    width: 66%;
    padding-top: 100px;
  }
  .sky-slide .hero-content h2 {
    font-size: 46px;
  }
  .hero-phone {
    right: 2%;
    top: 170px;
    transform: rotate(8deg) scale(0.76);
  }
  .badge-one {
    top: 75px;
    font-size: 9px;
    right: 5%;
    padding: 13px;
  }
  .badge-two {
    right: 8%;
    bottom: 45px;
    font-size: 9px;
    padding: 13px;
  }
  .captain-slide .hero-content {
    width: 72%;
    padding-top: 100px;
  }
  .captain-slide .hero-content h2 {
    font-size: 48px;
  }
  .captain-art {
    right: -40px;
    top: 180px;
    transform: rotate(9deg) scale(0.83);
  }
  .values-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 30px;
    max-width: 600px;
    padding: 28px;
  }
  .intro-section {
    gap: 25px;
  }
  .intro-section h2 {
    font-size: 38px;
  }
  .intro-section > .section-description {
    font-size: 12px;
    margin: 0;
    max-width: 320px;
  }
  .journey-cards {
    gap: 12px;
  }
  .journey-card {
    padding: 20px 18px;
  }
  .card-art {
    height: 130px;
  }
  .card-art > .icon {
    width: 90px;
  }
  .card-number {
    font-size: 8px;
  }
  .journey-card h3 {
    font-size: 21px;
  }
  .journey-card p {
    max-width: 100%;
    padding-bottom: 38px;
  }
  .journey-card > a {
    right: 18px;
    bottom: 18px;
  }
  .connection-art span {
    font-size: 12px;
    padding: 10px 15px;
    margin-left: 0;
  }
  .connection-art span + span {
    margin-right: 0;
  }
  .sun-disc {
    right: 20px;
    width: 33px;
    height: 33px;
  }
  .experience {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .experience-art {
    height: 560px;
  }
  .experience-chip {
    left: 15px;
    padding: 12px;
    font-size: 8px;
    gap: 7px;
    bottom: 50px;
  }
  .experience-copy h2 {
    font-size: 34px;
  }
  .experience-copy .eyebrow {
    font-size: 8px;
  }
  .experience-copy .section-description {
    font-size: 12px;
  }
  .phone-mock {
    width: 235px;
  }
  .steps {
    margin-top: 20px;
  }
  .steps li {
    gap: 12px;
    padding: 14px 0;
  }
  .steps h3 {
    font-size: 12px;
  }
  .steps p {
    font-size: 10px;
  }
  .captain-banner {
    padding: 55px 5%;
    gap: 20px;
  }
  .captain-banner h2 {
    font-size: 34px;
  }
  .captain-banner p:not(.eyebrow) {
    font-size: 11px;
  }
  .captain-badge {
    width: 185px;
    padding: 23px;
  }
  .captain-badge strong {
    font-size: 20px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .faq-section h2 {
    font-size: 40px;
  }
  .faq-section .text-link {
    padding-top: 0;
  }
  .closing {
    padding: 50px 5%;
    gap: 25px;
  }
  .closing h2 {
    font-size: 39px;
  }
  .closing .button {
    padding: 17px 20px;
    font-size: 10px;
    gap: 14px;
  }
  .closing .eyebrow {
    font-size: 8px;
  }
  .footer-top {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 30px;
  }
  .footer-top > div:last-child {
    grid-column: 2 / 4;
  }
  .footer-top > div:first-child {
    grid-row: 1 / 3;
  }
  .inner-hero {
    margin: 0 14px;
    gap: 25px;
  }
  .inner-hero h1 {
    font-size: 46px;
    letter-spacing: -2.8px;
  }
  .inner-hero .lead {
    font-size: 13px;
  }
  .inner-hero .phone-mock {
    width: 220px;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-grid.three {
    grid-template-columns: 1fr;
  }
  .three .feature {
    padding: 30px;
  }
  .safety-band {
    flex-wrap: wrap;
    padding: 28px;
  }
  .safety-band .button {
    margin-left: 70px;
  }
  .split-section {
    gap: 35px;
  }
  .split-section h2 {
    font-size: 37px;
  }
  .access-card {
    padding: 25px;
  }
  .editorial-hero h1 {
    font-size: 54px;
  }
  .editorial-hero {
    padding: 65px 24px;
  }
  .story-image {
    margin: 0 14px;
  }
  .story-image img {
    height: 420px;
  }
  .help-layout {
    gap: 30px;
    grid-template-columns: 1fr 1.3fr;
  }
  .help-card {
    padding: 26px;
  }
  .help-card h2 {
    font-size: 26px;
  }
  .legal-layout {
    grid-template-columns: 1fr;
  }
  .legal-layout aside {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    align-items: center;
  }
  .legal-layout aside a {
    margin: 0;
  }
}
@media (max-width: 550px) {
  html {
    scroll-padding-top: 80px;
  }
  .site-header {
    padding: 16px 18px;
  }
  .brand {
    font-size: 23px;
    letter-spacing: -1.3px;
  }
  .brand-mark {
    width: 31px;
    height: 31px;
    margin-right: 7px;
  }
  .brand-mark .icon {
    width: 21px;
    height: 21px;
  }
  .nav-cta {
    padding: 11px 15px;
    min-height: 41px;
    font-size: 9px;
    gap: 7px;
  }
  .nav-cta .icon {
    width: 14px;
    height: 14px;
  }
  .nav-shell {
    gap: 7px;
  }
  .menu-toggle {
    min-width: 35px;
    padding: 4px;
  }
  .hero-carousel {
    margin: 0 10px;
    border-radius: 20px;
  }
  .hero-slide {
    height: 680px;
  }
  .hero-content {
    padding: 49px 25px 80px;
  }
  .hero-content .eyebrow {
    font-size: 7px;
    letter-spacing: 1.6px;
    max-width: 240px;
    line-height: 1.9;
    margin-bottom: 25px;
  }
  .hero-content h1,
  .hero-content h2 {
    font-size: 46px;
    letter-spacing: -2.5px;
    margin-bottom: 22px;
  }
  .hero-content h1 em,
  .hero-content h2 em {
    letter-spacing: -1.7px;
  }
  .hero-content p:not(.eyebrow) {
    font-size: 11px;
    line-height: 1.9;
  }
  .hero-actions {
    margin-top: 24px;
    gap: 20px;
    flex-wrap: wrap;
  }
  .hero-actions .button {
    padding: 16px 20px;
    font-size: 10px;
    min-height: 47px;
    gap: 20px;
  }
  .hero-actions .text-link {
    font-size: 10px;
    gap: 10px;
  }
  .scenic .hero-image {
    object-position: 63% center;
  }
  .hero-shade {
    background: linear-gradient(180deg, #092315bd, rgba(9, 28, 18, 0.35) 52%, #09231526);
  }
  .floating-note {
    bottom: 66px;
    right: 25px;
    padding: 15px 17px;
    gap: 12px;
  }
  .floating-note strong {
    font-size: 10px;
  }
  .floating-note div span {
    font-size: 8px;
  }
  .floating-note > .icon {
    width: 25px;
  }
  .scene-caption {
    bottom: 27px;
    left: 25px;
    font-size: 6.5px;
    letter-spacing: 1.5px;
  }
  .carousel-controls {
    padding: 12px 18px;
    gap: 12px;
  }
  .carousel-tabs {
    gap: 18px;
  }
  .carousel-tabs button {
    font-size: 0;
    padding: 10px 2px;
    min-width: 27px;
  }
  .carousel-tabs button span {
    font-size: 10px;
    margin: 0;
  }
  .carousel-actions {
    gap: 6px;
  }
  .carousel-actions button {
    width: 33px;
    height: 33px;
  }
  .sky-slide .hero-content {
    width: 100%;
    padding: 42px 25px;
  }
  .sky-slide .hero-content h2 {
    font-size: 44px;
  }
  .sky-slide .hero-content p {
    max-width: 220px;
  }
  .sky-slide .hero-content > .button {
    padding: 14px 20px;
    min-height: 44px;
    font-size: 10px;
  }
  .hero-phone {
    top: 343px;
    right: 18%;
    transform: rotate(8deg) scale(0.71);
    transform-origin: top right;
  }
  .badge-one {
    top: 363px;
    right: 8%;
    padding: 11px;
    font-size: 8px;
    gap: 8px;
  }
  .badge-one .icon,
  .badge-two .icon {
    width: 16px;
    height: 16px;
  }
  .badge-two {
    bottom: 28px;
    right: auto;
    left: 20px;
    padding: 11px;
    font-size: 8px;
  }
  .captain-slide .hero-content {
    padding: 48px 25px;
    width: 100%;
  }
  .captain-slide .hero-content h2 {
    font-size: 43px;
    letter-spacing: -2.7px;
  }
  .captain-slide .hero-content > .button {
    padding: 15px 20px;
    min-height: 44px;
    font-size: 10px;
  }
  .captain-art {
    top: 340px;
    right: calc(50% - 112px);
    width: 225px;
    height: 300px;
    transform: rotate(9deg) scale(0.9);
    transform-origin: top center;
  }
  .captain-art-label {
    font-size: 8px;
  }
  .captain-art-title {
    font-size: 27px;
  }
  .captain-art-caption {
    font-size: 8px;
  }
  .values-strip {
    padding: 24px;
    gap: 20px 14px;
    font-size: 8px;
  }
  .values-strip span {
    gap: 8px;
  }
  .values-strip .icon {
    width: 16px;
    height: 16px;
  }
  .section {
    padding: 60px 24px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.8px;
    margin-bottom: 19px;
  }
  h2 {
    font-size: 36px;
    letter-spacing: -2px;
  }
  .serif,
  em {
    letter-spacing: -1.5px;
  }
  .intro-section {
    display: block;
    padding-bottom: 30px;
  }
  .intro-section h2 {
    font-size: 38px;
  }
  .intro-section > .section-description {
    margin-top: 23px;
    max-width: none;
    font-size: 12px;
    line-height: 1.9;
  }
  .journey-cards {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 24px;
  }
  .journey-card {
    padding: 25px;
    min-height: 280px;
  }
  .card-number {
    font-size: 8px;
  }
  .card-art {
    position: absolute;
    right: 8px;
    top: 40px;
    width: 145px;
    height: 160px;
  }
  .card-art > .icon {
    width: 100px;
  }
  .connection-art {
    right: 5px;
    top: 37px;
    width: 143px;
  }
  .connection-art span {
    font-size: 12px;
    margin-left: 5px;
  }
  .connection-art span + span {
    margin-right: 5px;
  }
  .journey-card h3 {
    margin-top: 70px;
    font-size: 25px;
    max-width: 190px;
    position: relative;
    z-index: 3;
  }
  .journey-card p {
    max-width: 215px;
    font-size: 10px;
    padding-bottom: 0;
  }
  .journey-card > a {
    right: 24px;
    bottom: 26px;
  }
  .sun-disc {
    top: 24px;
    right: 17px;
  }
  .experience {
    display: flex;
    flex-direction: column-reverse;
    gap: 35px;
  }
  .experience-copy h2 {
    font-size: 37px;
  }
  .experience-copy .section-description {
    font-size: 12px;
  }
  .experience-art {
    width: 100%;
    height: 470px;
  }
  .experience-art .phone-mock {
    margin-top: 70px;
    width: 235px;
  }
  .experience-chip {
    left: 17px;
    bottom: 39px;
    font-size: 9px;
    padding: 14px;
  }
  .steps h3 {
    font-size: 12px;
  }
  .steps p {
    font-size: 11px;
  }
  .steps li {
    padding: 17px 0;
  }
  .availability-note {
    font-size: 9px !important;
  }
  .captain-banner {
    padding: 50px 25px;
    display: block;
  }
  .captain-banner h2 {
    font-size: 35px;
  }
  .captain-banner p:not(.eyebrow) {
    font-size: 11px;
  }
  .captain-banner .button {
    padding: 16px 22px;
    font-size: 10px;
  }
  .captain-badge {
    width: 220px;
    margin: 45px auto 10px;
    padding: 26px;
    gap: 19px;
  }
  .captain-badge strong {
    font-size: 25px;
  }
  .captain-badge > .icon {
    width: 58px;
    height: 58px;
  }
  .captain-badge small {
    font-size: 9px;
  }
  .faq-section {
    gap: 10px;
  }
  .faq-section h2 {
    font-size: 37px;
  }
  .faq-list details {
    padding: 19px 0;
  }
  .faq-list summary {
    font-size: 11px;
    line-height: 1.8;
  }
  .faq-list details p {
    font-size: 11px;
  }
  .closing {
    padding: 45px 25px;
    display: block;
  }
  .closing h2 {
    font-size: 41px;
    margin-bottom: 29px;
  }
  .closing > div:last-child {
    display: inline-block;
  }
  .closing > div:last-child > p {
    text-align: left;
    font-size: 9px;
  }
  .closing .button {
    font-size: 11px;
  }
  .site-footer {
    padding: 45px 24px 25px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px 35px;
    padding-bottom: 35px;
  }
  .footer-top > div:first-child {
    grid-column: 1 / 3;
    grid-row: auto;
  }
  .footer-top > div:last-child {
    grid-column: auto;
  }
  .footer-top > div:first-child p {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .footer-top h3 {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .footer-top > div > a:not(.brand) {
    font-size: 10px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 17px;
    font-size: 8px;
  }
  .footer-bottom > span:nth-child(2) {
    order: 3;
    width: 100%;
  }
  .inner-hero {
    margin: 0 10px;
    display: block;
    padding: 48px 25px;
    border-radius: 22px;
  }
  .inner-hero h1 {
    font-size: 46px;
    letter-spacing: -2.8px;
  }
  .inner-hero .lead {
    font-size: 13px;
  }
  .inner-phone {
    margin-top: 45px;
  }
  .inner-hero .phone-mock {
    width: 235px;
  }
  .inner-hero .captain-art {
    margin: 40px auto 0;
    right: auto;
    top: auto;
    width: 235px;
    height: 330px;
  }
  .inner-hero .button {
    font-size: 11px;
    padding: 16px 22px;
  }
  .section-heading h2 {
    font-size: 36px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .feature,
  .three .feature {
    padding: 27px;
  }
  .feature > .icon {
    margin-bottom: 20px;
  }
  .feature h3 {
    font-size: 20px;
  }
  .feature p {
    font-size: 12px;
  }
  .safety-band {
    padding: 28px 24px;
    gap: 18px;
    margin-bottom: 60px;
    display: block;
  }
  .safety-band > .icon {
    margin-bottom: 20px;
  }
  .safety-band h2 {
    font-size: 25px;
  }
  .safety-band p {
    font-size: 12px;
  }
  .safety-band .button {
    margin: 23px 0 0;
    font-size: 11px;
  }
  .split-section {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .split-section h2 {
    font-size: 38px;
  }
  .split-section > div > p {
    font-size: 12px;
  }
  .access-card {
    padding: 27px;
  }
  .access-card p {
    font-size: 12px;
  }
  .status-label {
    font-size: 10px;
    white-space: normal;
    max-width: 100%;
  }
  .editorial-hero {
    padding: 55px 24px 40px;
    text-align: left;
  }
  .editorial-hero h1 {
    font-size: 44px;
    letter-spacing: -2.7px;
  }
  .editorial-hero .lead {
    font-size: 13px;
  }
  .story-image {
    margin: 0 10px;
  }
  .story-image img {
    height: 330px;
    object-position: 65% center;
  }
  .story-image figcaption {
    font-size: 8px;
  }
  .prose {
    font-size: 12px;
  }
  .help-layout {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 20px;
  }
  .help-card h2 {
    font-size: 30px;
  }
  .legal-layout {
    padding-top: 15px;
    gap: 35px;
  }
  .legal-layout aside {
    font-size: 11px;
    gap: 16px;
  }
  .legal-layout aside a {
    font-size: 10px;
  }
  .legal-layout .prose h2 {
    font-size: 23px;
  }
  .footer-tag {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .button:hover {
    transform: none;
  }
}

/* Keep the passenger illustration clear of the CTA on narrow screens. */
@media (max-width: 550px) {
  .hero-phone {
    top: 385px;
    right: 23%;
    transform: rotate(8deg) scale(0.62);
  }
  .badge-one {
    top: 418px;
    right: 6%;
  }
}

/* Progressive enhancement: navigation remains usable if JavaScript is unavailable. */
html:not(.js) .carousel-controls,
html:not(.js) .menu-toggle {
  display: none;
}
@media (max-width: 800px) {
  html:not(.js) #main-nav {
    display: flex;
  }
}

/* A lightweight spatial product stage; no WebGL, camera access or motion sensor required. */
.product-explorer {
  overflow: hidden;
  background: #edf4f5;
  border-radius: 36px;
  padding: 64px 48px 24px;
}
.explorer-heading {
  max-width: 780px;
  margin: auto;
  text-align: center;
}
.role-switch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  background: #fff;
  border: 1px solid #dbe4de;
  border-radius: 30px;
  padding: 6px;
  width: fit-content;
  margin: 28px auto 0;
}
.role-switch button {
  border: 0;
  border-radius: 24px;
  padding: 14px 24px;
  background: transparent;
  color: var(--forest);
  font: inherit;
  cursor: pointer;
}
.role-switch button[aria-pressed='true'] {
  background: var(--forest);
  color: #fff;
}
.explorer-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
  perspective: 1200px;
  isolation: isolate;
}
.explorer-grid {
  position: absolute;
  inset: 15% -15% 0;
  z-index: -1;
  background-image:
    linear-gradient(#cadcde 1px, transparent 1px),
    linear-gradient(90deg, #cadcde 1px, transparent 1px);
  background-size: 60px 60px;
  transform: rotateX(65deg);
  mask-image: radial-gradient(ellipse, #000, transparent 68%);
}
.preview-device {
  width: 300px;
  padding: 12px;
  border-radius: 38px;
  background: #10291f;
  border: 1px solid #436050;
  box-shadow:
    12px 18px 0 #8ba5a3,
    26px 36px 55px #0e3b2e30;
  transform: rotateY(-14deg) rotateX(8deg) rotateZ(-5deg);
  transition: transform 0.5s;
}
.device-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 16px 8px 18px;
  color: #fff;
  font-size: 12px;
}
.device-top b {
  color: var(--blue);
}
.device-pill {
  width: 30px;
  height: 6px;
  border-radius: 5px;
  background: #6ee787;
}
.preview-map {
  position: relative;
  height: 192px;
  overflow: hidden;
  border-radius: 20px;
  background: #213e36;
}
.preview-map svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: #6ee787;
}
.preview-map .preview-route {
  fill: none;
  stroke: #74b9e8;
  stroke-width: 5;
  stroke-linecap: round;
}
.map-road {
  position: absolute;
  width: 150%;
  height: 12px;
  background: #375348;
  transform: rotate(-35deg);
  top: 25%;
  left: -20%;
}
.road-b {
  top: 65%;
}
.road-c {
  transform: rotate(55deg);
  top: 40%;
}
.preview-car {
  position: absolute;
  top: 112px;
  left: 25px;
  width: 36px;
  height: 36px;
  background: #fff;
  color: #0e3b2e;
  border-radius: 12px;
  display: grid;
  place-items: center;
  transition: transform 0.7s;
}
.preview-map .preview-car svg {
  position: static;
  width: 24px;
  height: 24px;
  fill: none;
}
[data-explore-stage='1'] .preview-car {
  transform: translate(78px, -35px);
}
[data-explore-stage='2'] .preview-car {
  transform: translate(186px, -95px);
}
.preview-sheet {
  background: #fff;
  border-radius: 22px 22px 28px 28px;
  padding: 20px;
  margin-top: 10px;
  min-height: 205px;
}
.preview-sheet h3 {
  font-size: 20px;
  line-height: 1.25;
  margin: 10px 0;
}
.preview-sheet p {
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
}
.mini-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #537b68;
}
.preview-progress {
  display: flex;
  gap: 6px;
  margin-top: 16px;
}
.preview-progress i {
  width: 28px;
  height: 4px;
  border-radius: 3px;
  background: #dbe4de;
}
.preview-progress .selected {
  background: #0a7f3f;
}
.depth-card {
  position: absolute;
  width: 210px;
  padding: 24px;
  display: grid;
  gap: 16px;
  border: 1px solid #fff;
  border-radius: 24px;
  box-shadow: 0 18px 36px #0e3b2e12;
  transition: transform 0.5s;
}
.depth-card strong {
  font-size: 23px;
  line-height: 1.3;
}
.depth-card > span:last-child {
  font-size: 12px;
}
.depth-note {
  left: 2%;
  top: 80px;
  background: #d4f5df;
  transform: rotateY(12deg) rotateZ(-7deg);
}
.depth-assurance {
  right: 1%;
  bottom: 75px;
  background: #d6ecfc;
  transform: rotateY(-12deg) rotateZ(7deg);
}
.depth-dot {
  width: 32px;
  height: 32px;
  background: #0a7f3f;
  border-radius: 50%;
  border: 9px solid #b7e4c6;
}
.explorer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.explorer-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
}
.explorer-controls button {
  min-width: 44px;
  min-height: 44px;
  padding: 10px;
  border: 1px solid #c4d7d2;
  background: #fff;
  border-radius: 22px;
  font: inherit;
  cursor: pointer;
}
.explorer-controls button[aria-pressed='true'] {
  background: #0e3b2e;
  color: #fff;
}
.flat .preview-device,
.flat .depth-card {
  transform: none;
}
@media (max-width: 1000px) {
  .depth-card {
    width: 160px;
    padding: 18px;
  }
  .depth-card strong {
    font-size: 18px;
  }
  .product-explorer {
    padding: 40px 24px 24px;
  }
}
@media (max-width: 760px) {
  .depth-card {
    display: none;
  }
  .product-explorer {
    border-radius: 24px;
    padding: 32px 16px 20px;
  }
  .role-switch button {
    padding: 12px;
    font-size: 12px;
  }
  .explorer-stage {
    min-height: 555px;
  }
  .preview-device {
    width: min(280px, 85%);
    transform: rotateY(-8deg) rotateX(4deg) rotateZ(-3deg);
    box-shadow:
      6px 9px 0 #8ba5a3,
      12px 20px 30px #0e3b2e25;
  }
  .preview-sheet {
    min-height: 225px;
  }
  .explorer-bottom {
    justify-content: center;
  }
  .explorer-controls {
    justify-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .preview-device,
  .depth-card,
  .preview-car {
    transition: none;
    transform: none;
  }
}
html:not(.js) .role-switch,
html:not(.js) .explorer-controls {
  display: none;
}
