/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 1.875rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --shadow-sm: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --shadow-lg: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
}
:root {
  --ink: #172625;
  --ink-soft: #536562;
  --night: #0c1c20;
  --night-soft: #12282b;
  --teal: #176b65;
  --teal-deep: #0f4f4c;
  --teal-light: #b8ded7;
  --cream: #f7f3ea;
  --cream-deep: #eee7da;
  --paper: #fffdf8;
  --sand: #d9ae7c;
  --sand-light: #f1dfc6;
  --line: #d9ded6;
  --line-dark: #ffffff24;
  --white: #fff;
  --display: Georgia, "Times New Roman", serif;
  --body: "Aptos", "Segoe UI Variable Text", "Segoe UI", sans-serif;
  --max: 1180px;
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --shadow: 0 24px 70px #122a2824;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}
*,
:before,
:after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  color: var(--ink);
  background: var(--cream);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-size: 16px;
  line-height: 1.62;
  overflow-x: hidden;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: var(--display);
  letter-spacing: -0.045em;
  font-weight: 500;
  line-height: 0.98;
}
h1 {
  max-width: 10.5ch;
  margin-bottom: 28px;
  font-size: clamp(3.25rem, 6.2vw, 6.2rem);
}
h1 em {
  color: var(--sand);
  font-style: italic;
  font-weight: 400;
}
h2 {
  max-width: 13ch;
  margin-bottom: 22px;
  font-size: clamp(2.45rem, 4.7vw, 4.8rem);
}
h3 {
  letter-spacing: -0.025em;
  font-size: 1.28rem;
  line-height: 1.23;
}
a {
  color: inherit;
}
button,
input,
textarea,
select {
  font: inherit;
}
button {
  color: inherit;
}
svg {
  display: block;
}
:focus-visible {
  outline: 3px solid var(--sand);
  outline-offset: 4px;
}
::selection {
  color: var(--night);
  background: var(--sand);
}
.wrap {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}
.section {
  padding: clamp(92px, 10vw, 144px) 0;
}
.eyebrow {
  color: var(--teal-deep);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 0.76rem;
  font-weight: 750;
  display: inline-flex;
}
.eyebrow:before {
  content: "";
  background: currentColor;
  width: 34px;
  height: 1px;
}
.eyebrow.light {
  color: var(--teal-light);
}
.site-header {
  z-index: 50;
  pointer-events: none;
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
}
.nav-wrap {
  width: min(calc(100% - 32px), var(--max));
  color: var(--white);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  pointer-events: auto;
  background: #0c1c20db;
  border: 1px solid #ffffff1f;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-inline: auto;
  padding: 10px 11px 10px 20px;
  display: flex;
  box-shadow: 0 14px 50px #040f1040;
}
.brand {
  color: var(--white);
  font-family: var(--display);
  letter-spacing: -0.05em;
  font-size: 1.46rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.brand span {
  color: var(--sand);
  font-style: italic;
}
.desktop-nav {
  align-items: center;
  gap: clamp(20px, 3vw, 38px);
  display: flex;
}
.desktop-nav a {
  color: #d6dedb;
  font-size: 0.83rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.18s;
}
.desktop-nav a:hover {
  color: var(--white);
}
.button {
  text-align: center;
  cursor: pointer;
  min-height: 54px;
  transition:
    transform 0.22s var(--ease),
    background 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.22s ease;
  border: 1px solid #0000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 13px 21px;
  font-weight: 750;
  line-height: 1.1;
  text-decoration: none;
  display: inline-flex;
}
.button:hover {
  transform: translateY(-2px);
}
.button svg,
.text-link svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8px;
  width: 18px;
}
.button-small {
  min-height: 42px;
  padding: 9px 17px;
  font-size: 0.82rem;
}
.button-primary {
  color: var(--night);
  background: var(--sand);
  box-shadow: 0 14px 36px #d9ae7c30;
}
.button-primary:hover {
  background: #e7bd8b;
  box-shadow: 0 18px 42px #d9ae7c45;
}
.button-light {
  color: var(--night);
  background: var(--cream);
}
.button-outline {
  color: var(--teal-deep);
  background: 0 0;
  border-color: #a8b6b0;
}
.button-outline:hover {
  border-color: var(--teal);
  background: #176b650f;
}
.button-full {
  width: 100%;
}
.text-link {
  color: var(--teal-deep);
  align-items: center;
  gap: 9px;
  font-weight: 750;
  text-decoration: none;
  display: inline-flex;
}
.text-link span {
  font-size: 1.1rem;
}
.light-link {
  color: var(--white);
}
.mobile-menu {
  display: none;
}
.hero {
  min-height: 820px;
  color: var(--white);
  background: var(--night);
  isolation: isolate;
  padding: 154px 0 78px;
  position: relative;
  overflow: hidden;
}
.hero:before {
  z-index: -1;
  content: "";
  background-color: #0000;
  background-image:
    linear-gradient(#ffffff06 1px, #0000 1px),
    linear-gradient(90deg, #ffffff06 1px, #0000 1px);
  background-position:
    0 0,
    0 0;
  background-repeat: repeat, repeat;
  background-size: 84px 84px;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#000, #0000 90%);
  mask-image: linear-gradient(#000, #0000 90%);
}
.hero-glow {
  z-index: -1;
  filter: blur(70px);
  background: #176b6540;
  border-radius: 50%;
  width: 700px;
  height: 700px;
  position: absolute;
  top: -270px;
  left: -200px;
}
.hero-grid {
  grid-template-columns: minmax(0, 0.97fr) minmax(440px, 0.9fr);
  align-items: center;
  gap: clamp(48px, 7vw, 92px);
  display: grid;
}
.hero-copy {
  z-index: 2;
  position: relative;
}
.hero-lead {
  color: #b8c6c2;
  max-width: 620px;
  margin-bottom: 34px;
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.58;
}
.hero-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-bottom: 30px;
  display: flex;
}
.hero-proof {
  color: #a0b1ad;
  flex-wrap: wrap;
  gap: 10px 24px;
  font-size: 0.79rem;
  display: flex;
}
.hero-proof li {
  align-items: center;
  gap: 7px;
  display: inline-flex;
}
.hero-proof svg {
  fill: none;
  width: 14px;
  stroke: var(--sand);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2px;
}
.hero-visual {
  min-width: 0;
  position: relative;
}
.hero-visual:before {
  z-index: -1;
  content: "";
  border: 1px solid #d9ae7c52;
  border-radius: 230px 230px 30px 30px;
  position: absolute;
  inset: -16px -16px 46px 62px;
}
.hero-visual img {
  object-fit: cover;
  border-radius: 220px 220px 28px 28px;
  width: 100%;
  height: 590px;
  display: block;
  box-shadow: 0 35px 100px #00000057;
}
.arrival-card {
  width: min(390px, 100% - 26px);
  color: var(--ink);
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #fffdf8f0;
  border: 1px solid #fff9;
  border-radius: 18px;
  align-items: center;
  gap: 14px;
  padding: 17px 18px;
  display: flex;
  position: absolute;
  bottom: 34px;
  right: -18px;
}
.arrival-icon {
  width: 46px;
  height: 46px;
  color: var(--teal-deep);
  background: var(--teal-light);
  border-radius: 50%;
  flex: 0 0 46px;
  place-items: center;
  display: grid;
}
.arrival-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6px;
  width: 24px;
}
.arrival-card strong {
  font-family: var(--display);
  font-size: 1.1rem;
  display: block;
}
.arrival-card p {
  color: var(--ink-soft);
  margin: 2px 0 0;
  font-size: 0.72rem;
  line-height: 1.4;
}
.hero-caption {
  color: #7f9490;
  margin: 16px 0 0 72px;
  font-size: 0.72rem;
}
.hospitality-strip {
  color: var(--ink);
  background: var(--sand-light);
}
.strip-grid {
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  min-height: 92px;
  display: flex;
}
.strip-grid > p {
  color: #6d5c49;
  font-family: var(--display);
  margin: 0;
  font-size: 1.08rem;
  font-style: italic;
}
.strip-grid > div {
  align-items: center;
  gap: clamp(18px, 3vw, 44px);
  display: flex;
}
.strip-grid span {
  font-weight: 750;
}
.strip-grid i {
  background: var(--teal);
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.needs {
  background: var(--cream);
}
.section-intro {
  margin-bottom: 58px;
}
.split-intro {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: clamp(40px, 8vw, 110px);
  display: grid;
}
.split-intro > p,
.journey-intro > p:last-child,
.faq-heading > p:last-child,
.human-copy > p,
.about-copy > p {
  color: var(--ink-soft);
  margin-bottom: 0;
  font-size: 1.04rem;
}
.need-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  display: grid;
}
.need-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  min-height: 390px;
  transition:
    transform 0.24s var(--ease),
    box-shadow 0.24s var(--ease);
  flex-direction: column;
  padding: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.need-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}
.need-card.sand-card {
  background: #f4e7d3;
  border-color: #e5cda9;
}
.need-card.teal-card {
  border-color: var(--teal-deep);
  color: var(--white);
  background: var(--teal-deep);
}
.card-number {
  color: #95a29f;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  font-weight: 800;
  position: absolute;
  top: 20px;
  right: 24px;
}
.teal-card .card-number {
  color: #8db9b3;
}
.line-icon {
  width: 56px;
  height: 56px;
  color: var(--teal-deep);
  background: #ffffff7a;
  border: 1px solid #0f4f4c2e;
  border-radius: 50%;
  place-items: center;
  margin-bottom: 58px;
  display: grid;
}
.line-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
  width: 29px;
}
.teal-card .line-icon {
  color: var(--sand);
  background: #ffffff12;
  border-color: #ffffff2b;
}
.need-card h3 {
  max-width: 13ch;
  font-family: var(--display);
  margin-bottom: 14px;
  font-size: 1.65rem;
  font-weight: 500;
}
.need-card p {
  color: var(--ink-soft);
  margin-bottom: 24px;
  font-size: 0.91rem;
}
.teal-card p {
  color: #b8cbc7;
}
.card-tag {
  color: var(--teal-deep);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid #0f4f4c24;
  border-radius: 999px;
  align-self: flex-start;
  margin-top: auto;
  padding: 7px 11px;
  font-size: 0.68rem;
  font-weight: 750;
}
.teal-card .card-tag {
  color: var(--teal-light);
  border-color: #ffffff29;
}
.journey {
  color: var(--white);
  background: var(--night);
  position: relative;
  overflow: hidden;
}
.journey:after {
  content: "";
  border: 1px solid #d9ae7c21;
  border-radius: 50%;
  width: 680px;
  height: 680px;
  position: absolute;
  bottom: -350px;
  right: -260px;
}
.journey-intro {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 0.5fr);
  align-items: end;
  gap: 40px 90px;
  display: grid;
}
.journey-intro .eyebrow {
  grid-column: 1/-1;
  margin-bottom: -10px;
}
.journey-intro h2 {
  margin-bottom: 0;
}
.journey-intro > p:last-child {
  color: #9fb1ad;
}
.journey-grid {
  z-index: 2;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.7fr);
  align-items: stretch;
  gap: 20px;
  display: grid;
  position: relative;
}
.journey-steps {
  border-top: 1px solid var(--line-dark);
  margin: 0;
  padding: 0;
  list-style: none;
}
.journey-steps li {
  border-bottom: 1px solid var(--line-dark);
  grid-template-columns: 60px 1fr;
  gap: 22px;
  padding: 26px 6px;
  display: grid;
}
.journey-steps > li > span {
  color: var(--sand);
  letter-spacing: 0.1em;
  font-size: 0.71rem;
  font-weight: 800;
}
.journey-steps strong {
  font-family: var(--display);
  margin-bottom: 4px;
  font-size: 1.48rem;
  font-weight: 500;
  display: block;
}
.journey-steps p {
  color: #9fb1ad;
  margin: 0;
  font-size: 0.88rem;
}
.human-card {
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--sand-light);
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 4vw, 46px);
  display: flex;
}
.mini-label {
  color: var(--teal-deep);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 800;
}
.human-card blockquote {
  font-family: var(--display);
  letter-spacing: -0.03em;
  margin: 45px 0 80px;
  font-size: clamp(1.75rem, 2.6vw, 2.65rem);
  font-style: italic;
  line-height: 1.12;
}
.human-rule {
  border-top: 1px solid #0f4f4c33;
  grid-template-columns: auto 1fr;
  gap: 13px;
  padding-top: 20px;
  display: grid;
}
.human-rule p {
  color: #665b4c;
  margin: 0;
  font-size: 0.8rem;
}
.pulse-dot {
  background: var(--teal);
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin-top: 6px;
  box-shadow: 0 0 0 5px #176b651f;
}
.audiences {
  background: var(--paper);
}
.centered {
  text-align: center;
  max-width: 800px;
  margin-inline: auto;
}
.centered .eyebrow:before {
  display: none;
}
.centered h2 {
  max-width: 15ch;
  margin-inline: auto;
}
.audience-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  display: grid;
}
.audience-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 30px;
}
.audience-mark {
  width: 48px;
  height: 48px;
  font-family: var(--display);
  border-radius: 50%;
  place-items: center;
  margin-bottom: 30px;
  font-size: 1.1rem;
  font-style: italic;
  display: grid;
}
.traveler {
  color: var(--teal-deep);
  background: var(--teal-light);
}
.team {
  color: #775832;
  background: var(--sand-light);
}
.owner {
  color: var(--white);
  background: var(--night);
}
.audience-grid h3 {
  font-family: var(--display);
  margin-bottom: 20px;
  font-size: 1.55rem;
  font-weight: 500;
}
.audience-grid ul,
.offer-card ul {
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.audience-grid li,
.offer-card li {
  color: var(--ink-soft);
  grid-template-columns: 17px 1fr;
  gap: 9px;
  font-size: 0.86rem;
  display: grid;
}
.audience-grid li svg,
.offer-card li svg,
.about-points svg,
.contact-reassurance svg {
  fill: none;
  width: 16px;
  stroke: var(--teal);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2px;
  margin-top: 4px;
}
.human-section {
  background: var(--cream-deep);
}
.human-grid {
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 0.9fr);
  align-items: start;
  gap: clamp(60px, 10vw, 150px);
  display: grid;
}
.human-copy h2 {
  max-width: 12ch;
}
.human-copy > p {
  margin-bottom: 28px;
}
.principles {
  border-top: 1px solid #c8cec6;
}
.principles article {
  border-bottom: 1px solid #c8cec6;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  padding: 27px 0;
  display: grid;
}
.principles article > span {
  color: var(--teal);
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  font-weight: 800;
}
.principles h3 {
  font-family: var(--display);
  margin-bottom: 6px;
  font-size: 1.48rem;
  font-weight: 500;
}
.principles p {
  color: var(--ink-soft);
  margin: 0;
  font-size: 0.88rem;
}
.offers {
  background: var(--cream);
}
.offer-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 16px;
  display: grid;
}
.offer-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  flex-direction: column;
  min-height: 535px;
  padding: 30px;
  display: flex;
}
.offer-card.featured {
  border-color: var(--teal-deep);
  color: var(--white);
  background: var(--teal-deep);
  transform: translateY(-10px);
  box-shadow: 0 24px 70px #0f4f4c2e;
}
.offer-step {
  color: var(--teal);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 0.7rem;
  font-weight: 800;
}
.featured .offer-step {
  color: var(--sand);
}
.offer-card h3 {
  min-height: 60px;
  font-family: var(--display);
  margin-bottom: 5px;
  font-size: 1.7rem;
  font-weight: 500;
}
.price {
  color: var(--teal-deep);
  font-family: var(--display);
  letter-spacing: -0.04em;
  margin-bottom: 20px;
  font-size: 2.25rem;
  font-style: italic;
}
.featured .price {
  color: var(--sand);
}
.offer-card > p:not(.offer-step):not(.price) {
  color: var(--ink-soft);
  font-size: 0.9rem;
}
.featured > p:not(.offer-step):not(.price),
.featured li {
  color: #bcd0cc;
}
.offer-card ul {
  border-top: 1px solid var(--line);
  margin: auto 0 26px;
  padding-top: 25px;
}
.featured ul {
  border-color: var(--line-dark);
}
.featured li svg {
  stroke: var(--sand);
}
.featured .button-primary {
  color: var(--night);
}
.price-note {
  color: #71807c;
  text-align: center;
  margin: 22px auto 0;
  font-size: 0.75rem;
}
.about {
  background: var(--paper);
}
.about-grid {
  grid-template-columns: minmax(330px, 0.68fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(60px, 10vw, 150px);
  display: grid;
}
.about-card {
  min-height: 520px;
  color: var(--white);
  background:
    radial-gradient(circle at 25% 22%, #d9ae7c38, transparent 28%), var(--night);
  border-radius: 220px 220px 28px 28px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.about-card:before,
.about-card:after {
  content: "";
  border: 1px solid #d9ae7c30;
  border-radius: 50%;
  position: absolute;
}
.about-card:before {
  width: 260px;
  height: 260px;
  top: 68px;
  left: 50%;
  transform: translate(-50%);
}
.about-card:after {
  width: 190px;
  height: 190px;
  top: 103px;
  left: 50%;
  transform: translate(-50%);
}
.about-monogram {
  font-family: var(--display);
  letter-spacing: -0.08em;
  font-size: 4.4rem;
  font-style: italic;
  position: absolute;
  top: 124px;
  left: 50%;
  transform: translate(-50%);
}
.about-card p {
  font-family: var(--display);
  margin: 0;
  font-size: 1.55rem;
}
.about-card span {
  color: #92a6a1;
  font-size: 0.75rem;
}
.about-copy h2 {
  max-width: 13ch;
}
.about-lead {
  font-family: var(--display);
  line-height: 1.45;
  color: var(--ink) !important;
  margin-bottom: 18px !important;
  font-size: 1.38rem !important;
}
.about-points {
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 28px;
  display: flex;
}
.about-points span {
  color: var(--teal-deep);
  align-items: center;
  gap: 8px;
  font-size: 0.79rem;
  font-weight: 750;
  display: inline-flex;
}
.about-points svg {
  margin: 0;
}
.faq {
  background: var(--cream);
}
.faq-grid {
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(60px, 9vw, 130px);
  display: grid;
}
.faq-heading {
  position: sticky;
  top: 120px;
}
.faq-heading h2 {
  font-size: clamp(2.3rem, 4vw, 4rem);
}
.faq-list {
  border-top: 1px solid #cbd2ca;
}
.faq-list details {
  border-bottom: 1px solid #cbd2ca;
}
.faq-list summary {
  font-family: var(--display);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 0;
  font-size: 1.22rem;
  font-weight: 500;
  line-height: 1.35;
  list-style: none;
  display: flex;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.footer-bottom summary::-webkit-details-marker {
  display: none;
}
.mobile-menu summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  width: 34px;
  height: 34px;
  color: var(--teal-deep);
  font-family: var(--body);
  content: "+";
  border: 1px solid #aab7b0;
  border-radius: 50%;
  flex: 0 0 34px;
  place-items: center;
  font-size: 1.2rem;
  transition: transform 0.18s;
  display: grid;
}
.faq-list details[open] summary:after {
  transform: rotate(45deg);
}
.faq-list details p {
  max-width: 620px;
  color: var(--ink-soft);
  margin: 0;
  padding: 0 55px 26px 0;
  font-size: 0.9rem;
}
.contact {
  color: var(--white);
  background: var(--night);
}
.contact-grid {
  grid-template-columns: minmax(0, 0.75fr) minmax(440px, 0.95fr);
  align-items: start;
  gap: clamp(55px, 9vw, 130px);
  display: grid;
}
.contact-copy {
  position: sticky;
  top: 120px;
}
.contact-copy h2 {
  max-width: 12ch;
}
.contact-copy > p {
  color: #aabbb7;
  max-width: 520px;
}
.contact-reassurance {
  color: #cad5d2;
  gap: 9px;
  margin: 28px 0;
  font-size: 0.82rem;
  display: grid;
}
.contact-reassurance span {
  align-items: center;
  gap: 9px;
  display: inline-flex;
}
.contact-reassurance svg {
  stroke: var(--sand);
  margin: 0;
}
.direct-email {
  color: var(--sand);
  font-family: var(--display);
  font-size: 1.18rem;
  font-style: italic;
}
.contact-form {
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  background: var(--night-soft);
  padding: clamp(24px, 4vw, 40px);
  position: relative;
}
.form-status {
  border-radius: 12px;
  margin: 0 0 18px;
  padding: 12px 14px;
  font-size: 0.82rem;
  display: none;
}
.form-status.success {
  color: #d9f1ed;
  background: #176b6547;
  border: 1px solid #b8ded747;
  display: block;
}
.form-status.error {
  color: #ffd3cd;
  background: #963a302e;
  border: 1px solid #ee9b914d;
  display: block;
}
.form-row {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  display: grid;
}
.field {
  margin-bottom: 15px;
}
.field label {
  color: #dce5e2;
  margin-bottom: 7px;
  font-size: 0.76rem;
  font-weight: 700;
  display: block;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  color: var(--white);
  background: #ffffff0d;
  border: 1px solid #ffffff24;
  border-radius: 12px;
  outline: none;
  padding: 13px 14px;
  transition:
    border-color 0.18s,
    background 0.18s,
    box-shadow 0.18s;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #738984;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--sand);
  background: #ffffff13;
  box-shadow: 0 0 0 4px #d9ae7c1a;
}
.field textarea {
  resize: vertical;
  min-height: 130px;
}
.field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, #0000 50%, #96aaa5 50%),
    linear-gradient(135deg, #96aaa5 50%, #0000 50%);
  background-position:
    calc(100% - 19px) 23px,
    calc(100% - 14px) 23px;
  background-repeat: no-repeat;
  background-size: 5px 5px;
}
.field select option {
  color: var(--ink);
  background: var(--white);
}
.honeypot {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
  left: -10000px !important;
  overflow: hidden !important;
}
.privacy {
  color: #718681;
  text-align: center;
  margin: 12px auto 0;
  font-size: 0.68rem;
}
footer {
  color: #91a4a0;
  border-top: 1px solid var(--line-dark);
  background: #071316;
  padding: 60px 0 30px;
}
.footer-main {
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  padding-bottom: 36px;
  display: flex;
}
.footer-brand {
  margin-bottom: 13px;
  font-size: 1.75rem;
  display: inline-block;
}
.footer-main p {
  color: #b5c4c1;
  max-width: 400px;
  font-family: var(--display);
  margin: 0;
  font-size: 1.18rem;
  font-style: italic;
}
.footer-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 24px;
  display: flex;
}
.footer-nav a {
  color: #b8c7c4;
  font-size: 0.8rem;
}
.footer-bottom {
  border-top: 1px solid var(--line-dark);
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding-top: 24px;
  font-size: 0.69rem;
  display: flex;
}
.footer-bottom > p {
  margin: 0;
}
.footer-bottom details {
  text-align: right;
  max-width: 620px;
}
.footer-bottom summary {
  color: #aebdba;
  cursor: pointer;
}
.footer-bottom details p {
  color: #718681;
  margin: 12px 0 0;
}
@media (width<=1040px) {
  .desktop-nav {
    gap: 18px;
  }
  .desktop-nav a:nth-child(4) {
    display: none;
  }
  .hero {
    padding-top: 140px;
  }
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.8fr);
    gap: 44px;
  }
  .hero-visual img {
    height: 530px;
  }
  .need-card {
    min-height: 420px;
  }
  .journey-grid {
    grid-template-columns: 1fr 0.75fr;
  }
}
@media (width<=840px) {
  html {
    scroll-padding-top: 80px;
  }
  .site-header {
    top: 12px;
  }
  .desktop-nav,
  .nav-wrap > .button {
    display: none;
  }
  .mobile-menu {
    display: block;
    position: relative;
  }
  .mobile-menu > summary {
    cursor: pointer;
    border: 1px solid #ffffff2b;
    border-radius: 50%;
    place-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    list-style: none;
    display: grid;
  }
  .mobile-menu > summary span {
    background: var(--white);
    width: 17px;
    height: 1px;
  }
  .mobile-menu nav {
    border: 1px solid var(--line-dark);
    width: min(290px, 100vw - 32px);
    box-shadow: var(--shadow);
    background: #0c1c20fa;
    border-radius: 18px;
    padding: 16px;
    display: grid;
    position: absolute;
    top: 54px;
    right: 0;
  }
  .mobile-menu nav a {
    color: #dbe5e2;
    padding: 11px 9px;
    font-size: 0.88rem;
    text-decoration: none;
  }
  .mobile-menu nav a:last-child {
    color: var(--night);
    background: var(--sand);
    text-align: center;
    border-radius: 999px;
    margin-top: 7px;
    font-weight: 750;
  }
  .hero {
    min-height: auto;
    padding: 128px 0 70px;
  }
  .hero-grid,
  .split-intro,
  .journey-intro,
  .journey-grid,
  .human-grid,
  .about-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    max-width: 680px;
  }
  .hero-visual {
    width: min(620px, 100%);
  }
  .hero-visual img {
    height: min(650px, 90vw);
  }
  .hero-caption {
    margin-left: 20px;
  }
  .strip-grid {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0;
  }
  .strip-grid > div {
    justify-content: space-between;
    width: 100%;
  }
  .need-grid,
  .audience-grid,
  .offer-grid {
    grid-template-columns: 1fr;
  }
  .need-card {
    min-height: 340px;
  }
  .journey-intro .eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }
  .journey-intro {
    gap: 20px;
  }
  .human-card blockquote {
    margin: 45px 0 70px;
  }
  .audience-grid article {
    padding: 26px;
  }
  .offer-card {
    min-height: auto;
  }
  .offer-card ul {
    margin: 22px 0 28px;
  }
  .offer-card.featured {
    transform: none;
  }
  .about-card {
    width: min(470px, 100%);
    min-height: 540px;
  }
  .faq-heading,
  .contact-copy {
    position: static;
  }
  .footer-main {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-nav {
    justify-content: flex-start;
  }
}
@media (width<=560px) {
  .wrap {
    width: min(calc(100% - 28px), var(--max));
  }
  .section {
    padding: 82px 0;
  }
  h1 {
    font-size: clamp(3rem, 15vw, 4.3rem);
  }
  h2 {
    font-size: clamp(2.25rem, 12vw, 3.25rem);
  }
  .nav-wrap {
    width: calc(100% - 24px);
  }
  .hero {
    padding-top: 118px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-actions .text-link {
    justify-content: center;
  }
  .hero-proof {
    gap: 8px;
    display: grid;
  }
  .hero-visual:before {
    inset: -8px -8px 30px 26px;
  }
  .hero-visual img {
    border-radius: 170px 170px 22px 22px;
    height: 120vw;
    max-height: 570px;
  }
  .arrival-card {
    bottom: 24px;
    right: -5px;
  }
  .strip-grid > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .strip-grid i {
    display: none;
  }
  .need-card {
    padding: 24px;
  }
  .journey-steps li {
    grid-template-columns: 40px 1fr;
    gap: 10px;
  }
  .journey-steps strong {
    font-size: 1.3rem;
  }
  .human-card {
    padding: 25px;
  }
  .human-grid {
    gap: 50px;
  }
  .principles article {
    grid-template-columns: 38px 1fr;
    gap: 10px;
  }
  .about-card {
    min-height: 470px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact-form {
    border-radius: 24px;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom details {
    text-align: left;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
