@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;
    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;
  }
}

:root {
  --obsidian: #0c0b09;
  --obsidian-mid: #151410;
  --obsidian-light: #1e1c17;
  --gold: #c4965a;
  --gold-light: #d9b07a;
  --gold-pale: #e8d5b0;
  --cream: #f5f0e6;
  --cream-dark: #ede7d9;
  --text-on-dark: #e8e0d0;
  --text-muted-dark: #8a8070;
  --text-on-light: #1a1812;
  --text-muted-light: #6b6458;
  --border-gold: #c4965a40;
  --border-gold-faint: #c4965a1f;
  --border-gold-strong: #c4965a59;
  --border-light: #1a18121f;
  --gold-on-cream: #8a6524;
  --text-muted-dark-lifted: #9c9280;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}
body {
  background: var(--obsidian);
  color: var(--text-on-dark);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-family:
    DM Sans,
    system-ui,
    sans-serif;
  overflow-x: hidden;
}
.font-display {
  font-family:
    Cormorant Garamond,
    Georgia,
    serif;
}
.grain-overlay {
  pointer-events: none;
  z-index: 999;
  opacity: 0.028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  position: fixed;
  inset: 0;
}
.nav {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 3rem;
  border-bottom: 1px solid transparent;
  transition:
    background 0.4s var(--ease),
    border-color 0.4s var(--ease),
    -webkit-backdrop-filter 0.4s var(--ease),
    backdrop-filter 0.4s var(--ease);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.nav.scrolled {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-bottom-color: var(--border-gold);
  background: #0c0b09e0;
}
.nav-logo {
  letter-spacing: 0.18em;
  transition: color 0.25s var(--ease);
  text-transform: uppercase;
  color: var(--gold-pale);
  font-family:
    Cormorant Garamond,
    serif;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}
.nav-logo:hover {
  color: var(--gold-light);
}
.nav-logo span {
  letter-spacing: 0.35em;
  color: var(--gold);
  margin-top: 2px;
  font-family:
    DM Sans,
    sans-serif;
  font-size: 0.6rem;
  font-weight: 400;
  display: block;
}
.nav-links {
  gap: 2.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.nav-links a {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted-dark);
  font-size: 0.72rem;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.25s var(--ease);
}
.nav-links a:hover {
  color: var(--gold-light);
}
.nav-cta {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
  border: 1px solid var(--border-gold);
  padding: 0.6rem 1.4rem;
  font-size: 0.7rem;
  font-weight: 500;
  text-decoration: none;
  transition:
    background 0.25s var(--ease),
    color 0.25s var(--ease),
    border-color 0.25s var(--ease);
}
.nav-cta:hover {
  background: var(--gold);
  color: var(--obsidian);
  border-color: var(--gold);
}
.hero {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100svh;
  padding: 0 3rem 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  background:
    radial-gradient(80% 60% at 70% 30%, #c4965a12, #0000 60%),
    radial-gradient(60% 80% at 10% 80%, #c4965a0a, #0000 50%),
    linear-gradient(170deg, #0c0b09b8, #1110098c, #0e0d0aa6),
    url(/hero-villa-bg.svg) 50% / cover no-repeat;
  position: absolute;
  inset: 0;
}
.hero-bg-lines {
  background-image: linear-gradient(#c4965a0a 1px, #0000 1px), linear-gradient(90deg, #c4965a0a 1px, #0000 1px);
  background-size: 80px 80px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(80% 70%, #000 30%, #0000 100%);
  mask-image: radial-gradient(80% 70%, #000 30%, #0000);
}
.hero-brand-center {
  text-align: center;
  pointer-events: none;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-brand-name {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cream);
  white-space: nowrap;
  font-family:
    Cormorant Garamond,
    serif;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  font-weight: 300;
  line-height: 1;
}
.hero-brand-tagline {
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--gold);
  font-family:
    DM Sans,
    sans-serif;
  font-size: 0.65rem;
  font-weight: 400;
}
.hero-eyebrow {
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.8rem;
  font-size: 0.68rem;
  font-weight: 400;
  display: flex;
}
.hero-eyebrow:before {
  content: "";
  background: var(--gold);
  opacity: 0.6;
  width: 40px;
  height: 1px;
  display: block;
}
.hero-title {
  color: var(--cream);
  letter-spacing: -0.01em;
  margin: 0 0 0.2em;
  font-family:
    Cormorant Garamond,
    serif;
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 300;
  line-height: 0.9;
}
.hero-title em {
  color: var(--gold-pale);
  font-style: italic;
}
.hero-subtitle {
  color: var(--text-muted-dark);
  letter-spacing: 0.01em;
  max-width: 520px;
  margin: 1.6rem 0 2.8rem;
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-weight: 300;
  line-height: 1.65;
}
.hero-actions {
  align-items: center;
  gap: 2rem;
  display: flex;
}
.btn-primary {
  background: var(--gold);
  color: var(--obsidian);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 1.1rem 2.6rem;
  font-size: 0.72rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.25s var(--ease);
  display: inline-block;
}
.btn-primary:hover {
  background: var(--gold-light);
}
.btn-ghost {
  color: var(--text-muted-dark);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.72rem;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.25s var(--ease);
  display: inline-flex;
}
.btn-ghost:hover {
  color: var(--gold-light);
}
.hero-scroll {
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text-muted-dark);
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.62rem;
  display: flex;
  position: absolute;
  bottom: 5rem;
  right: 3rem;
}
.hero-scroll:after {
  content: "";
  background: linear-gradient(to bottom, var(--gold), transparent);
  width: 1px;
  height: 60px;
  margin-top: 0.4rem;
  display: block;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex="0"]:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.form-group input:focus-visible,
.form-group select:focus-visible,
.form-group textarea:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: -2px;
}
.result-card:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* Gold on cream fails contrast at small sizes — use the deeper gold (same hue,
   already used by .result-source) for text-scale elements on light sections. */
.philosophy .section-label,
.process .section-label,
.faq .section-label,
.faq-item[open] summary,
.philosophy-left h2 em,
.process-inner h2 em,
.faq-left h2 em {
  color: var(--gold-on-cream);
}
.philosophy .section-label:after,
.process .section-label:after,
.faq .section-label:after {
  background: var(--gold-on-cream);
}
.section {
  padding: 7rem 3rem;
}
.section-label {
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
  font-size: 0.63rem;
  display: flex;
}
.section-label:after {
  content: "";
  background: var(--gold);
  opacity: 0.5;
  width: 30px;
  height: 1px;
  display: block;
}
.philosophy {
  background: var(--cream);
  color: var(--text-on-light);
}
.philosophy .section-label {
  color: var(--gold);
}
.philosophy-inner {
  grid-template-columns: 1fr 1.6fr;
  align-items: start;
  gap: 5rem;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
}
.philosophy-left h2 {
  color: var(--text-on-light);
  margin: 0;
  font-family:
    Cormorant Garamond,
    serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 400;
  line-height: 1.15;
}
.philosophy-left h2 em {
  color: var(--gold);
  font-style: italic;
}
.philosophy-right {
  padding-top: 1rem;
}
.philosophy-right p {
  color: var(--text-muted-light);
  margin: 0 0 1.5rem;
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.85;
}
.philosophy-stat {
  border-top: 1px solid var(--border-light);
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  max-width: 1100px;
  margin: 3.5rem auto 0;
  padding-top: 2.8rem;
  display: grid;
}
.stat-item {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  display: flex;
}
.stat-note {
  color: var(--text-muted-light);
  max-width: 27ch;
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.6;
}
.stat-number {
  color: var(--gold);
  font-family:
    Cormorant Garamond,
    serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
}
.stat-label {
  letter-spacing: 0.25em;
  color: var(--text-muted-light);
  text-transform: uppercase;
  font-size: 0.63rem;
  font-weight: 400;
}
.services {
  background: var(--obsidian-mid);
}
.services-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.services-header {
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 3rem;
  margin-bottom: 4rem;
  display: grid;
}
.services-header h2 em,
.markets-header h2 em {
  color: var(--gold-pale);
  font-style: italic;
}
.services-header h2 {
  color: var(--cream);
  margin: 0;
  font-family:
    Cormorant Garamond,
    serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 300;
  line-height: 1.1;
}
.services-header p {
  color: var(--text-muted-dark);
  margin: 0;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.8;
}
.services-grid .service-card:nth-child(-n + 3) {
  grid-column: span 4;
}
.services-grid .service-card:nth-child(n + 4) {
  grid-column: span 6;
}
.services-grid {
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5px;
  display: grid;
}
.service-card {
  background: var(--obsidian-light);
  padding: 2.4rem 2rem 2.6rem;
  transition: background 0.25s var(--ease);
  position: relative;
  overflow: hidden;
}
.service-card:before {
  content: "";
  background: var(--gold);
  transform-origin: 0;
  height: 2px;
  transition: transform 0.4s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
}
.service-card:hover:before {
  transform: scaleX(1);
}
.service-card:hover {
  background: #201e19;
}

.service-number {
  color: var(--gold);
  opacity: 0.7;
  margin-bottom: 1.4rem;
  font-family:
    Cormorant Garamond,
    serif;
  font-size: 0.85rem;
  font-weight: 400;
  display: block;
}
.service-icon {
  width: 32px;
  height: 32px;
  color: var(--gold);
  opacity: 0.8;
  margin-bottom: 1.1rem;
}
.service-card h3 {
  color: var(--cream);
  margin: 0 0 0.8rem;
  font-family:
    Cormorant Garamond,
    serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}
.service-card p {
  color: var(--text-muted-dark-lifted);
  margin: 0;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.75;
}
.process {
  background: var(--cream);
  color: var(--text-on-light);
}
.process-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.process-inner h2 {
  color: var(--text-on-light);
  max-width: 500px;
  margin: 0 0 4rem;
  font-family:
    Cormorant Garamond,
    serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 400;
  line-height: 1.15;
}
.process-inner h2 em {
  color: var(--gold);
  font-style: italic;
}
/* A vertical timeline: numbered markers on a rail, each with a card of specifics,
   so the process reads as something considered rather than five labels in a row. */
.process-steps {
  flex-direction: column;
  display: flex;
}
.process-step {
  grid-template-columns: 92px 1fr;
  align-items: start;
  display: grid;
  position: relative;
}
.step-rail {
  justify-content: center;
  align-self: stretch;
  display: flex;
  position: relative;
}
/* The connecting line, drawn between markers and stopped after the last one. */
.step-rail:before {
  content: "";
  background: linear-gradient(#c4965a59, #c4965a26);
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}
.process-step:first-child .step-rail:before {
  top: 28px;
}
.process-step:last-child .step-rail:before {
  bottom: auto;
  height: 28px;
}
.step-number {
  color: var(--gold);
  z-index: 1;
  background: var(--cream);
  border: 1px solid var(--border-gold-strong);
  border-radius: 50%;
  place-items: center;
  width: 56px;
  height: 56px;
  font-family:
    Cormorant Garamond,
    serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
  display: grid;
  position: relative;
}
.step-card {
  border-bottom: 1px solid var(--border-light);
  margin-bottom: 2.4rem;
  padding: 0.2rem 0 2.6rem 2.4rem;
}
.process-step:last-child .step-card {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.step-title {
  color: var(--text-on-light);
  margin: 0 0 0.7rem;
  font-family:
    Cormorant Garamond,
    serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.1;
}
.step-desc {
  color: var(--text-muted-light);
  max-width: 620px;
  margin: 0 0 1.4rem;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.75;
}
/* Columns rather than wrapped flex, so the three points line up instead of
   leaving one stranded on a second row. */
.step-list {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 0.7rem 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.step-list li {
  color: var(--text-on-light);
  padding-left: 1.5rem;
  font-size: 0.86rem;
  font-weight: 300;
  position: relative;
}
.step-list li:before {
  content: "";
  border: 1px solid var(--gold);
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0.5em;
  left: 2px;
  transform: rotate(45deg);
}
.process-note {
  border: 1px solid var(--border-light);
  align-items: flex-start;
  gap: 2rem;
  margin-top: 4rem;
  padding: 2.5rem;
  display: flex;
}
.process-note-icon {
  background: var(--gold);
  width: 42px;
  height: 42px;
  color: var(--obsidian);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.process-note-text strong {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-on-light);
  margin-bottom: 0.4rem;
  font-size: 0.85rem;
  display: block;
}
.process-note-text p {
  color: var(--text-muted-light);
  margin: 0;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.7;
}
.markets {
  background: var(--obsidian);
  padding: 7rem 0;
}
.markets-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 3rem;
}
.markets-header {
  margin-bottom: 4rem;
}
.markets-header h2 {
  color: var(--cream);
  margin: 0;
  font-family:
    Cormorant Garamond,
    serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 300;
  line-height: 1.1;
}
.markets-grid {
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  display: grid;
}
.market-card {
  padding: 3rem 2.5rem;
  position: relative;
  overflow: hidden;
}
.market-traits {
  border-top: 1px solid #ffffff14;
  flex-direction: column;
  gap: 0.85rem;
  margin: 1.8rem 0 0;
  padding: 1.8rem 0 0;
  list-style: none;
  display: flex;
}
.market-traits li {
  color: var(--text-on-dark);
  padding-left: 1.5rem;
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.55;
  position: relative;
}
.market-traits li:before {
  content: "";
  border: 1px solid var(--gold);
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0.5em;
  left: 2px;
  transform: rotate(45deg);
}
.markets-note {
  text-align: center;
  color: var(--text-muted-dark);
  margin: 3rem 0 0;
  font-size: 0.88rem;
  font-weight: 300;
}
.market-card.bali {
  border: 1px solid var(--border-gold);
  background: linear-gradient(135deg, #1a1810, #141210);
}
.market-card.australia {
  border: 1px solid var(--border-gold);
  background: linear-gradient(135deg, #1a1810, #141210);
}
.market-badge {
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  padding: 0.35rem 0.8rem;
  font-size: 0.6rem;
  font-weight: 500;
  display: inline-block;
}
.market-card.bali .market-badge {
  color: var(--gold);
  border: 1px solid var(--border-gold);
  background: #c4965a1f;
}
.market-card.australia .market-badge {
  color: var(--gold);
  border: 1px solid var(--border-gold);
  background: #c4965a1f;
}
.market-card h3 {
  color: var(--cream);
  margin: 0 0 1rem;
  font-family:
    Cormorant Garamond,
    serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}
.market-card p {
  color: var(--text-muted-dark);
  margin: 0 0 2rem;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.8;
}
.contact {
  background: var(--obsidian-mid);
}
.contact-inner {
  grid-template-columns: 1fr 1.2fr;
  align-items: start;
  gap: 6rem;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
}
.contact-left h2 {
  color: var(--cream);
  margin: 0 0 1rem;
  font-family:
    Cormorant Garamond,
    serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 300;
  line-height: 1.1;
}
.contact-left h2 em {
  color: var(--gold-pale);
  font-style: italic;
}
.contact-left p {
  color: var(--text-muted-dark);
  margin: 0 0 3rem;
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.85;
}
/* Contact routes as tappable rows — each one is a way to start a conversation,
   not a line of reference text. */
.contact-detail {
  border-top: 1px solid var(--border-gold);
  flex-direction: column;
  margin-top: 0.5rem;
  display: flex;
}
.contact-item {
  border-bottom: 1px solid var(--border-gold-faint);
  grid-template-columns: 5.5rem 1fr auto;
  align-items: center;
  gap: 0.2rem 1.5rem;
  padding: 1.35rem 0.2rem;
  text-decoration: none;
  display: grid;
}
.contact-item.is-link {
  transition:
    background 0.25s var(--ease),
    padding 0.25s var(--ease);
}
.contact-item.is-link:hover {
  background: #c4965a0a;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}
.contact-item-label {
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  grid-row: span 2;
  font-size: 0.62rem;
  font-weight: 400;
}
.contact-item-value {
  color: var(--text-on-dark);
  font-size: 1.02rem;
  font-weight: 300;
  transition: color 0.25s var(--ease);
}
.contact-item.is-link:hover .contact-item-value {
  color: var(--gold-light);
}
.contact-item-note {
  color: var(--text-muted-dark);
  grid-column: 2;
  font-size: 0.78rem;
  font-weight: 300;
}
.contact-item-arrow {
  color: var(--gold);
  opacity: 0;
  grid-row: span 2;
  width: 15px;
  height: 15px;
  transition:
    opacity 0.25s var(--ease),
    transform 0.25s var(--ease);
  transform: translateX(-6px);
}
.contact-item.is-link:hover .contact-item-arrow {
  opacity: 1;
  transform: translateX(0);
}
.contact-base {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted-dark);
  margin: 1.6rem 0 0;
  font-size: 0.58rem;
}
.contact-form {
  flex-direction: column;
  gap: 0;
  display: flex;
}
.form-row {
  grid-template-columns: 1fr 1fr;
  gap: 1.5px;
  display: grid;
}
.form-group {
  flex-direction: column;
  margin-bottom: 1.5px;
  display: flex;
}
.form-group label {
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text-muted-dark-lifted);
  background: var(--obsidian-light);
  padding: 1rem 1.2rem 0;
  font-size: 0.62rem;
  font-weight: 400;
}
.form-group input,
.form-group select,
.form-group textarea {
  background: var(--obsidian-light);
  color: var(--text-on-dark);
  -webkit-appearance: none;
  border: none;
  border-bottom: 1.5px solid #0000;
  outline: none;
  width: 100%;
  padding: 0.5rem 1.2rem 1rem;
  font-family:
    DM Sans,
    sans-serif;
  font-size: 0.92rem;
  font-weight: 300;
  transition: border-color 0.2s;
}
.form-group select {
  cursor: pointer;
}
.form-group select option {
  background: var(--obsidian-light);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-bottom-color: var(--gold);
}
.form-group textarea {
  resize: none;
  min-height: 120px;
}
.form-submit {
  background: var(--gold);
  color: var(--obsidian);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  width: 100%;
  margin-top: 1.5px;
  padding: 1.4rem 2rem;
  font-family:
    DM Sans,
    sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  transition: background 0.25s var(--ease);
}
.form-submit:hover {
  background: var(--gold-light);
}
.form-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.form-message {
  text-align: center;
  padding: 1.2rem;
  font-size: 0.85rem;
  font-weight: 300;
}
.form-message.success {
  color: #7bc4ae;
  background: #5aa08c0d;
  border: 1px solid #5aa08c40;
}
.form-message.error {
  color: #e08070;
  background: #dc64500d;
  border: 1px solid #dc645040;
}
.footer {
  background: var(--obsidian);
  border-top: 1px solid var(--border-gold);
  padding: 3rem;
}
.footer-inner {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem 2rem;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
}
.footer-logo {
  letter-spacing: 0.2em;
  white-space: nowrap;
  transition: color 0.25s var(--ease);
  text-transform: uppercase;
  color: var(--gold-pale);
  font-family:
    Cormorant Garamond,
    serif;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
}
.footer-copy {
  letter-spacing: 0.12em;
  color: var(--text-muted-dark);
  font-size: 0.7rem;
  font-weight: 300;
}
.footer-logo:hover {
  color: var(--gold-light);
}
.footer-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem 1.4rem;
  display: flex;
}
.footer-links a {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted-dark);
  white-space: nowrap;
  font-size: 0.68rem;
  text-decoration: none;
  transition: color 0.25s var(--ease);
}
.footer-links a:hover {
  color: var(--gold-light);
}
.reveal {
  opacity: 0;
  transition:
    opacity 0.8s var(--ease),
    transform 0.8s var(--ease);
  transform: translateY(28px);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 {
  transition-delay: 0.09s;
}
.reveal-delay-2 {
  transition-delay: 0.18s;
}
.reveal-delay-3 {
  transition-delay: 0.27s;
}
.reveal-delay-4 {
  transition-delay: 0.36s;
}
.reveal-delay-5 {
  transition-delay: 0.45s;
}
.numbers {
  background: var(--obsidian-mid);
  border-top: 1px solid var(--border-gold-faint);
}
.numbers-head {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 660px;
  margin: 0 auto 4rem;
  display: flex;
}
.numbers-head .section-label {
  justify-content: center;
}
.numbers-head h2 {
  color: var(--cream);
  margin: 0 0 1.4rem;
  font-family:
    Cormorant Garamond,
    serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 300;
  line-height: 1.1;
}
.numbers-head h2 em {
  color: var(--gold-pale);
  font-style: italic;
}
.numbers-head p {
  color: var(--text-muted-dark);
  margin: 0;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.8;
}
.numbers-panel {
  border: 1px solid var(--border-gold);
  background: #0c0b0966;
  max-width: 900px;
  margin: 0 auto;
}
.numbers-globe {
  flex-direction: column;
  align-items: center;
  padding: 1.6rem 2rem 1.6rem;
  display: flex;
}
.numbers-legend {
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text-muted-dark);
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.4rem;
  font-size: 0.6rem;
  display: flex;
}
.numbers-legend i {
  background: var(--gold-pale);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 8px 2px #e8d5b073;
  display: block;
}
.numbers-canvas {
  aspect-ratio: 1;
  width: min(660px, 88vw);
  display: block;
}
.numbers-plus.numbers-pre {
  vertical-align: baseline;
  font-size: 0.5em;
  margin-right: 0.04em;
}
.numbers-grid {
  border-bottom: 1px solid var(--border-gold);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.numbers-stat {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  padding: 2.4rem 1.2rem;
  display: flex;
}
.numbers-stat + .numbers-stat {
  border-left: 1px solid var(--border-gold);
}
/* All three values share a height so the caps labels beneath line up, even
   though "Sold Out" is set smaller than the numerals. */
.numbers-value {
  color: var(--gold-pale);
  letter-spacing: -0.01em;
  align-items: center;
  min-height: clamp(2.6rem, 5vw, 4rem);
  font-family:
    Cormorant Garamond,
    serif;
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 300;
  line-height: 1;
  display: flex;
}
.numbers-value-text {
  font-size: clamp(2rem, 3.6vw, 2.9rem);
  font-style: italic;
}
.numbers-plus {
  color: var(--gold);
  font-size: 0.55em;
  vertical-align: super;
}
.numbers-label {
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text-muted-dark);
  font-size: 0.63rem;
  font-weight: 400;
}
.numbers-note {
  text-align: center;
  color: var(--text-muted-dark);
  max-width: 720px;
  margin: 2.5rem auto 0;
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.75;
}
.results {
  background: var(--obsidian);
  border-top: 1px solid var(--border-gold-faint);
  overflow: hidden;
}
.results-head {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 660px;
  margin: 0 auto 4rem;
  display: flex;
}
.results-head .section-label {
  justify-content: center;
}
.results-head h2 {
  color: var(--cream);
  margin: 0 0 1.4rem;
  font-family:
    Cormorant Garamond,
    serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 300;
  line-height: 1.1;
}
.results-head h2 em {
  color: var(--gold-pale);
  font-style: italic;
}
.results-cta {
  text-align: center;
  margin-top: 3rem;
}
.process-inner .team-cta.process-cta {
  margin-top: 2.5rem;
}
.numbers-note a,
.faq-answer a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.25s var(--ease);
}
.numbers-note a:hover {
  color: var(--gold-light);
}
.faq-answer a:hover {
  color: var(--gold-on-cream);
}
.results-head p {
  color: var(--text-muted-dark);
  margin: 0;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.8;
}
/* Full-bleed without a transform: .reveal animates transform, and would
   otherwise clobber a translateX used for centring. */
.results-viewport {
  width: 100vw;
  margin-left: -50vw;
  position: relative;
  left: 50%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  overflow: hidden;
}
.results-track {
  gap: 1.6rem;
  width: max-content;
  animation: results-marquee 96s linear infinite;
  display: flex;
}
.results-track + .results-track {
  margin-top: 1.6rem;
}
.results-track.reverse {
  animation-direction: reverse;
}
.results-viewport:hover .results-track,
.results-viewport:focus-within .results-track {
  animation-play-state: paused;
}
@keyframes results-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 0.8rem));
  }
}
/* The screenshots are light and very wide, so each sits on a warm paper mat inside
   a gold-hairline frame. `multiply` drops the screenshot's white out to the cream
   beneath and grayscale kills the Meta blue, so the panels read as part of the
   page — the file itself is untouched, and hover and the lightbox show it in
   full colour. */
.result-card {
  cursor: zoom-in;
  background: var(--cream);
  border: 1px solid var(--border-gold);
  flex: 0 0 auto;
  width: min(620px, 82vw);
  margin: 0;
  padding: 1.1rem 1.2rem;
  box-shadow: 0 12px 30px #0000004d;
  transition:
    border-color 0.4s var(--ease),
    box-shadow 0.4s var(--ease),
    transform 0.4s var(--ease);
}
.result-card:hover {
  border-color: #c4965ab3;
  transform: translateY(-3px);
  box-shadow: 0 22px 46px #00000073;
}
/* Naming the source matters: most developers won't recognise the interface,
   and "Meta Ads Manager" is what makes it read as evidence rather than a graphic. */
.result-source {
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #8a6524;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.9rem;
  font-size: 0.6rem;
  font-weight: 500;
  display: flex;
}
.result-source:after {
  content: "";
  background: var(--border-gold);
  flex: 1;
  height: 1px;
}
.result-shot {
  overflow: hidden;
}
.result-shot img {
  width: 100%;
  height: auto;
  filter: grayscale(1) contrast(1.06);
  mix-blend-mode: multiply;
  transition: filter 0.4s var(--ease);
  display: block;
}
.result-card:hover .result-shot img {
  filter: grayscale(0) contrast(1);
}
.lightbox {
  z-index: 2000;
  background: #0c0b09f2;
  place-items: center;
  padding: 4vh 4vw;
  display: grid;
  position: fixed;
  inset: 0;
}
.lightbox[hidden] {
  display: none;
}
.lightbox:not([hidden]) {
  animation: lightbox-in 0.3s var(--ease);
}
@keyframes lightbox-in {
  from {
    opacity: 0;
  }
}
.lightbox-inner {
  max-width: 1200px;
  margin: 0;
}
/* Full colour and unaltered here — the enlarged view is the evidence itself. */
.lightbox-inner img {
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--border-gold);
  width: 100%;
  max-height: 82vh;
  padding: 1rem;
  display: block;
}
.lightbox-inner figcaption {
  text-align: center;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 1.1rem;
  font-size: 0.7rem;
}
.lightbox-close {
  color: var(--cream);
  cursor: pointer;
  background: none;
  border: 1px solid var(--border-gold);
  width: 44px;
  height: 44px;
  font-size: 1.6rem;
  line-height: 1;
  transition:
    color 0.25s var(--ease),
    border-color 0.25s var(--ease);
  position: absolute;
  top: 3vh;
  right: 4vw;
}
.lightbox-close:hover {
  color: var(--gold);
  border-color: var(--gold);
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .faq-item[open] .faq-answer,
  .lightbox:not([hidden]) {
    animation: none;
  }
  .results-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .results-viewport {
    -webkit-mask-image: none;
    mask-image: none;
    width: auto;
    margin-left: 0;
    left: 0;
  }
}
@media (hover: none) {
  .results-track {
    animation: none !important;
    padding: 0 1.5rem;
  }
  .results-track [aria-hidden="true"] {
    display: none;
  }
  .results-viewport {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
.faq {
  background: var(--cream);
  color: var(--text-on-light);
}
.faq-inner {
  grid-template-columns: 1fr 1.35fr;
  align-items: start;
  gap: 5rem;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
}
.faq-left h2 {
  color: var(--text-on-light);
  margin: 0;
  font-family:
    Cormorant Garamond,
    serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 400;
  line-height: 1.15;
}
.faq-left h2 em {
  color: var(--gold);
  font-style: italic;
}
.faq-item {
  border-bottom: 1px solid var(--border-light);
  transition: background 0.25s var(--ease);
}
.faq-item summary {
  cursor: pointer;
  transition: color 0.25s var(--ease);
  list-style: none;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 1.2rem;
  font-size: 1.08rem;
  font-weight: 400;
  display: flex;
}
.faq-item summary:hover {
  color: var(--gold-on-cream);
}
.faq-item[open] .faq-answer {
  animation: faq-in 0.35s var(--ease);
}
@keyframes faq-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  transition: transform 0.4s var(--ease);
  position: relative;
}
.faq-icon:before,
.faq-icon:after {
  content: "";
  background: var(--gold);
  position: absolute;
}
.faq-icon:before {
  width: 14px;
  height: 1px;
  top: 6.5px;
  left: 0;
}
.faq-icon:after {
  width: 1px;
  height: 14px;
  top: 0;
  left: 6.5px;
}
.faq-item[open] {
  box-shadow: inset 0 0 0 1px var(--border-gold-strong);
  background: #c4965a0d;
}
.faq-item[open] summary {
  color: var(--gold-on-cream);
}
.faq-item[open] .faq-icon {
  transform: rotate(45deg);
}
.faq-answer {
  padding: 0 1.2rem 1.6rem;
}
.faq-answer p {
  color: var(--text-muted-light);
  max-width: 92%;
  margin: 0;
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.8;
}
.team {
  background: var(--obsidian-mid);
  border-top: 1px solid var(--border-gold-faint);
  border-bottom: 1px solid var(--border-gold-faint);
}
.team-inner {
  grid-template-columns: 0.85fr 1.15fr;
  align-items: start;
  gap: 5.5rem;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
}
.team-frame {
  border: 1px solid var(--border-gold);
  padding: 14px;
}
.team-photo img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
  filter: grayscale(100%) contrast(1.04);
  display: block;
}
.team-caption {
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-top: 1.4rem;
  display: flex;
}
.team-name {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream);
  font-size: 0.72rem;
}
.team-role {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-size: 0.63rem;
}
.team-content h2 {
  color: var(--cream);
  margin: 0 0 1.6rem;
  font-family:
    Cormorant Garamond,
    serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 300;
  line-height: 1.1;
}
.team-content h2 em {
  color: var(--gold-pale);
  font-style: italic;
}
.team-intro {
  color: var(--gold-pale);
  margin: 0 0 1.6rem;
  font-family:
    Cormorant Garamond,
    serif;
  font-size: 1.45rem;
  font-style: italic;
  font-weight: 400;
}
.team-content > p:not(.team-intro) {
  color: var(--text-muted-dark);
  margin: 0 0 1.5rem;
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.85;
}
.team-cta {
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid var(--border-gold);
  align-items: center;
  gap: 0.7rem;
  margin-top: 1rem;
  padding-bottom: 0.7rem;
  font-size: 0.72rem;
  text-decoration: none;
  transition:
    color 0.25s var(--ease),
    border-color 0.25s var(--ease);
  display: inline-flex;
}
.team-cta:hover {
  color: var(--gold-light);
  border-color: var(--gold);
}
.book {
  background: var(--obsidian);
}
.book-inner {
  grid-template-columns: 1fr 1.05fr;
  align-items: start;
  gap: 5rem;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
}
.book-cal {
  order: 2;
}
.book-cal-frame {
  border: 1px solid var(--border-gold);
  background: var(--obsidian-light);
  align-items: center;
  padding: 12px;
  display: grid;
}
.book-cal-frame > * {
  grid-area: 1 / 1;
}
.calendly-inline-widget {
  width: 100%;
  height: 790px;
  display: none;
}
.book-fallback {
  text-align: center;
  z-index: 1;
  background: var(--obsidian-light);
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  padding: 3rem 2.5rem;
  display: flex;
}
.book-fallback .book-fallback-title {
  color: var(--cream);
  margin: 0;
  font-family:
    Cormorant Garamond,
    serif;
  font-size: 2rem;
  font-weight: 400;
}
.book-fallback p {
  color: var(--text-muted-dark);
  max-width: 380px;
  margin: 0;
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.8;
}
.book-phone-btn {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--obsidian);
  background: var(--gold);
  padding: 1.1rem 2.2rem;
  font-size: 0.78rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.25s var(--ease);
  display: inline-block;
}
.book-phone-btn:hover {
  background: var(--gold-light);
}
.book-direct {
  text-align: center;
  color: var(--text-muted-dark);
  margin: 1.1rem 0 0;
  font-size: 0.78rem;
  font-weight: 300;
}
.book-direct a {
  color: var(--gold);
  border-bottom: 1px solid var(--border-gold-strong);
  padding-bottom: 1px;
  text-decoration: none;
  transition: color 0.25s var(--ease);
}
.book-direct a:hover {
  color: var(--gold-light);
}
.book-content h2 {
  color: var(--cream);
  margin: 0 0 1.6rem;
  font-family:
    Cormorant Garamond,
    serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 300;
  line-height: 1.1;
}
.book-content h2 em {
  color: var(--gold-pale);
  font-style: italic;
}
.book-lede {
  color: var(--text-muted-dark);
  margin: 0 0 2.4rem;
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.85;
}
.book-points {
  margin: 0;
  padding: 0;
  list-style: none;
}
.book-points li {
  color: var(--text-on-dark);
  margin-bottom: 1.15rem;
  padding-left: 1.5rem;
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.6;
  position: relative;
}
.book-points li:before {
  content: "";
  border: 1px solid var(--gold);
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  position: absolute;
  top: 0.5em;
  left: 2px;
}
@media (max-width: 900px) {
  .nav {
    padding: 1rem 1.25rem;
  }
  .nav-links {
    display: none;
  }
  .nav-logo {
    font-size: 0.95rem;
  }
  .nav-logo span {
    display: none;
  }
  .nav-cta {
    padding: 1rem 1.2rem;
  }
  .hero {
    min-height: 100svh;
    padding: 6rem 1.5rem 2.5rem;
  }
  .hero-eyebrow {
    letter-spacing: 0.26em;
    font-size: 0.62rem;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.3rem;
  }
  .hero .btn-primary {
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    padding: 1.1rem 1rem;
  }
  .btn-ghost {
    white-space: nowrap;
  }
  .hero-scroll {
    display: none;
  }
  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 16px;
  }
  .footer-links {
    flex-wrap: wrap;
    gap: 0.25rem 0.75rem;
  }
  .footer-links a {
    padding: 0.9rem 0.6rem;
    display: inline-block;
  }
  .lightbox {
    padding: 6vh 0.75rem;
  }
  .lightbox-inner img {
    max-height: 72vh;
    padding: 0.5rem;
  }
  .service-card {
    padding: 1.8rem 1.4rem;
  }
  .service-number {
    margin-bottom: 1.2rem;
  }
  .service-icon {
    margin-bottom: 1rem;
  }
  .numbers-globe {
    padding: 1.2rem 1rem 1.4rem;
  }
  .numbers-canvas {
    width: 100%;
  }
  .calendly-inline-widget {
    height: 1050px;
  }
  .section {
    padding: 5rem 1.5rem;
  }
  .philosophy-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .philosophy-stat {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
  .stat-number {
    font-size: 2rem;
  }
  .stat-label {
    letter-spacing: 0.08em;
    font-size: 0.66rem;
  }
  .services-header {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.5px;
  }
  .services-grid .service-card:nth-child(-n + 3),
  .services-grid .service-card:nth-child(n + 4) {
    grid-column: span 1;
  }
  .process-steps {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .process-steps:before {
    display: none;
  }
  .faq-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .book-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .process-step {
    grid-template-columns: 58px 1fr;
  }
  .step-number {
    width: 42px;
    height: 42px;
    font-size: 1.1rem;
  }
  .process-step:first-child .step-rail:before,
  .process-step:last-child .step-rail:before {
    top: 21px;
  }
  .process-step:last-child .step-rail:before {
    height: 21px;
  }
  .step-card {
    padding-left: 1.3rem;
  }
  .step-title {
    font-size: 1.45rem;
  }
  .step-list {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
  .numbers-grid {
    grid-template-columns: 1fr;
  }
  .numbers-stat + .numbers-stat {
    border-top: 1px solid var(--border-gold);
    border-left: 0;
  }
  /* Give the screenshots as much width as possible so the figures stay readable. */
  .result-card {
    width: 92vw;
    padding: 0.6rem;
  }
  .book-cal {
    order: 2;
  }
  .team-inner {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  .markets-inner {
    padding: 0 1.5rem;
  }
  .markets-grid {
    grid-template-columns: 1fr;
    gap: 1.5px;
  }
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .footer {
    text-align: center;
    padding: 2rem 1.5rem;
  }
  .footer-inner {
    flex-direction: column;
    gap: 1.5rem;
  }
  .footer-links {
    justify-content: center;
  }
}
