@font-face {
  font-family: "Inter Local";
  src: url("/assets/fonts/inter-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Inter Local";
  src: url("/assets/fonts/inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Source Serif Local";
  src: url("/assets/fonts/source-serif-4-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Source Serif Local";
  src: url("/assets/fonts/source-serif-4-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --public-sans: "Inter Local", Arial, sans-serif;
  --public-serif: "Source Serif Local", Georgia, serif;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}

body {
  overflow-x: clip;
  font-family: var(--public-sans);
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

button,
input,
textarea,
select {
  font: inherit;
}

main,
section,
article,
aside,
div,
form {
  min-width: 0;
}

p,
h1,
h2,
h3,
a,
span,
label {
  overflow-wrap: break-word;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 50%;
  z-index: 3000;
  padding: 10px 14px;
  border-radius: 4px;
  background: #f5f1e8;
  color: #102638;
  font-size: 14px;
  font-weight: 600;
  transform: translate(-50%, -150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translate(-50%, 0);
}

:where(a, button, input, textarea, select, [tabindex]):focus-visible {
  outline: 3px solid #e0bb56;
  outline-offset: 3px;
}

.logo,
.footer-logo,
.tan-hero h1,
.global-network-section h2,
.tan-split-section h2,
.broker-handoff-copy h2,
.tan-dark-cta h2,
.founder-note-letter p,
.tan-apply-panel h2,
.tan-pricing-panel h2,
.faq-section h2 {
  font-family: var(--public-serif);
  font-weight: 430;
  letter-spacing: 0;
}

.topbar-slim .logo {
  font-family: "Baskerville", "Garamond", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}

.section-eyebrow,
.tan-kicker,
.broker-handoff-eyebrow,
.global-network-eyebrow,
.handoff-row-label,
.topbar-slim .nav a,
.public-login-button,
.btn,
.plan-choice,
.billing-toggle button,
.faq-item h3,
.footer-col h4 {
  font-family: var(--public-sans);
}

.topbar-slim .nav a,
.public-login-button,
.btn,
.billing-toggle button,
.plan-choice span,
.plan-choice strong {
  font-weight: 550;
}

.photo-hero {
  background-image:
    linear-gradient(90deg, rgba(7, 18, 28, 0.56) 0%, rgba(7, 18, 28, 0.31) 50%, rgba(7, 18, 28, 0.04) 100%),
    linear-gradient(180deg, rgba(7, 18, 28, 0.08) 0%, rgba(7, 18, 28, 0.25) 100%),
    url("/assets/video/offlists-hero-sea-poster.jpg");
}

.photo-hero .tan-hero-copy {
  max-width: 980px;
}

.tan-hero h1 {
  max-width: none;
  font-size: clamp(42px, 4.7vw, 76px);
  line-height: 1.03;
}

.tan-hero h1 span {
  white-space: nowrap;
}

.tan-hero h1 span + span {
  margin-top: 0.06em;
}

.tan-lead {
  max-width: 760px;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.55;
}

.tan-split-section {
  background-image:
    linear-gradient(90deg, rgba(8, 20, 30, 0.74) 0%, rgba(8, 20, 30, 0.6) 48%, rgba(8, 20, 30, 0.5) 100%),
    image-set(url("/assets/offlists-broker-desk-how-it-works.webp") type("image/webp"), url("/assets/offlists-broker-desk-how-it-works.jpg") type("image/jpeg"));
}

.tan-split-section > div:first-child {
  position: static;
  top: auto;
  align-self: center;
}

.tan-split-section h2,
.broker-handoff-copy h2,
.global-network-section h2 {
  font-weight: 420;
}

.tan-steps article h3,
.handoff-row-main h3,
.faq-item h3 {
  font-weight: 560;
}

.tan-membership-section label {
  font-size: 13px;
  font-weight: 550;
  letter-spacing: 0;
  text-transform: none;
}

.tan-apply-form input,
.tan-apply-form textarea,
.tan-pricing-panel,
.plan-choice,
.selected-plan-summary {
  border-radius: 4px;
}

.tan-apply-form input,
.tan-apply-form textarea {
  font-size: 15px;
}

.tan-pricing-panel h2 {
  font-variant-numeric: tabular-nums;
}

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

.faq-section .faq-item h3 {
  font-size: 17px;
  line-height: 1.35;
}

.faq-section .faq-item p {
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.6;
}

.founder-note-source {
  margin-top: 20px !important;
  color: rgba(245, 241, 232, 0.62) !important;
  font-family: var(--public-sans) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.founder-note-letter > p:first-child {
  font-weight: 400;
}

.founder-note-source a {
  color: #e0bb56;
  text-underline-offset: 3px;
}

.reveal,
.reveal.is-visible,
.global-network-section,
.tan-split-section,
.photo-hero {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (max-width: 640px) {
  .topbar-slim {
    min-height: 72px;
    padding-inline: 14px;
  }

  .public-menu-toggle {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .topbar-slim .logo {
    font-size: 1.65rem;
  }

  .public-header-actions {
    gap: 6px;
  }

  .public-login-button {
    min-height: 34px;
    padding-inline: 11px;
    font-size: 12px;
  }

  .lang-toggle {
    min-width: 38px;
    min-height: 34px;
  }

  .photo-hero {
    min-height: 640px;
    padding-top: 84px;
    background-position: 60% center;
  }

  .tan-hero h1 {
    max-width: 100%;
    font-size: clamp(38px, 12vw, 54px);
    line-height: 1.03;
  }

  .tan-hero h1 span {
    white-space: normal;
  }

  .tan-lead {
    max-width: 33ch;
    font-size: 16px;
  }

  .faq-section .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-section .faq-item,
  .faq-section .faq-item:nth-child(even) {
    padding: 20px 0;
    border-left: 0;
  }

  .founder-note-letter p {
    font-size: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Shared OffLists wordmark sizing across public and broker headers. */
.topbar-slim .logo,
.topbar-slim.is-scrolled .logo {
  font-family: "Baskerville", "Garamond", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}

@media (max-width: 640px) {
  .topbar-slim .logo,
  .topbar-slim.is-scrolled .logo {
    font-size: 1.65rem;
  }
}

/* Photographic membership surface; keeps the form legible without hiding the marina. */
.tan-membership-section {
  background-color: #102638;
  background-image:
    linear-gradient(100deg, rgba(5, 18, 28, 0.8) 0%, rgba(5, 18, 28, 0.62) 48%, rgba(5, 18, 28, 0.44) 100%),
    image-set(url("/assets/concepts/offlists-section-global-marina-option.webp") type("image/webp"), url("/assets/concepts/offlists-section-global-marina-option.png") type("image/png"));
  background-position: center;
  background-size: cover;
}

.tan-apply-panel {
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid rgba(245, 241, 232, 0.16);
  background: rgba(5, 18, 28, 0.56);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.tan-pricing-panel {
  background: rgba(5, 18, 28, 0.64);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

@media (max-width: 640px) {
  .tan-membership-section {
    background-image:
      linear-gradient(rgba(5, 18, 28, 0.76), rgba(5, 18, 28, 0.8)),
      image-set(url("/assets/concepts/offlists-section-global-marina-option.webp") type("image/webp"), url("/assets/concepts/offlists-section-global-marina-option.png") type("image/png"));
    background-position: 68% center;
  }

  .tan-apply-panel {
    padding: 24px 18px;
  }
}

/* 2026-08-07 editorial homepage flow */
.topbar-slim {
  min-height: 84px;
  background: linear-gradient(180deg, rgba(5, 17, 27, 0.72), rgba(5, 17, 27, 0));
  box-shadow: none;
  color: #f5f1e8;
  transition: min-height 420ms ease, background-color 420ms ease, border-color 420ms ease, backdrop-filter 420ms ease;
}

.topbar-slim::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(245, 241, 232, 0.13);
  opacity: 0;
  transition: opacity 420ms ease;
}

.topbar-slim .logo {
  color: #f5f1e8;
  font-family: "Baskerville", "Garamond", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.25);
  transition: color 420ms ease, font-size 420ms ease;
}

.topbar-slim .public-menu-toggle,
.topbar-slim .lang-toggle,
.topbar-slim .public-login-button {
  border-color: rgba(245, 241, 232, 0.54);
  background: rgba(7, 22, 33, 0.22);
  color: #f5f1e8;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.topbar-slim .public-login-button:hover,
.topbar-slim .public-menu-toggle:hover,
.topbar-slim .lang-toggle:hover {
  border-color: rgba(245, 241, 232, 0.9);
  background: rgba(245, 241, 232, 0.12);
  color: #fff;
}

.topbar-slim.is-scrolled {
  min-height: 72px;
  background: rgba(6, 19, 29, 0.94);
  border-color: transparent;
  box-shadow: 0 10px 34px rgba(2, 10, 16, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.topbar-slim.is-scrolled::after {
  opacity: 1;
}

.topbar-slim.is-scrolled .logo {
  font-size: 2rem;
  font-size: clamp(25px, 2.5vw, 34px);
}

.topbar-slim .nav {
  top: 92px;
  border-radius: 6px;
  background: rgba(247, 245, 240, 0.98);
  box-shadow: 0 26px 70px rgba(2, 10, 16, 0.28);
}

.topbar-slim.is-scrolled .nav {
  top: 80px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
  color: #a47f22;
  font-family: var(--public-sans);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";
  width: 48px;
  height: 1px;
  background: currentColor;
}

.how-journey-section,
.inside-offlists-section,
.why-brokers-section {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  scroll-margin-top: 76px;
}

.how-journey-section {
  padding: clamp(88px, 10vw, 148px) max(36px, calc((100vw - 1480px) / 2 + 36px));
  background-color: #0b1f2d;
  background-image:
    linear-gradient(100deg, rgba(5, 18, 28, 0.72) 0%, rgba(5, 18, 28, 0.42) 52%, rgba(5, 18, 28, 0.28) 100%),
    image-set(url("/assets/concepts/offlists-section-broker-desk-option.webp") type("image/webp"), url("/assets/concepts/offlists-section-broker-desk-option.png") type("image/png"));
  background-position: center;
  background-size: cover;
  color: #f5f1e8;
}

.journey-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.35fr) minmax(0, 0.65fr);
  gap: clamp(28px, 7vw, 112px);
  align-items: end;
  margin-bottom: clamp(52px, 7vw, 96px);
}

.journey-intro .section-kicker {
  align-self: start;
}

.journey-intro h2 {
  grid-column: 2;
  max-width: 910px;
  margin: 0;
  color: #f5f1e8;
  font-family: var(--public-serif);
  font-size: clamp(38px, 4.8vw, 74px);
  font-weight: 410;
  line-height: 1.08;
}

.journey-intro > p:last-child {
  grid-column: 2;
  max-width: 560px;
  margin: 20px 0 0;
  color: rgba(245, 241, 232, 0.76);
  font-size: 16px;
  line-height: 1.6;
}

.journey-stages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 28px);
}

.journey-stage {
  min-height: 640px;
  display: grid;
  grid-template-rows: minmax(360px, 1fr) auto;
  overflow: hidden;
  background: #0b1f2d;
  color: #f5f1e8;
}

.journey-stage-image {
  min-height: 380px;
  background-position: center;
  background-size: cover;
  filter: saturate(0.8) contrast(1.04);
  transition: transform 900ms cubic-bezier(0.2, 0.72, 0.25, 1), filter 900ms ease;
}

.journey-stage:hover .journey-stage-image {
  transform: scale(1.025);
  filter: saturate(0.94) contrast(1.02);
}

.journey-stage-apply .journey-stage-image {
  background-image: linear-gradient(180deg, rgba(6, 19, 29, 0.04), rgba(6, 19, 29, 0.28)), url("/assets/offlists-hero-marina.webp");
  background-position: 34% center;
}

.journey-stage-verify .journey-stage-image {
  background-image: linear-gradient(180deg, rgba(6, 19, 29, 0.04), rgba(6, 19, 29, 0.34)), url("/assets/offlists-founder-note-marina.webp");
  background-position: 68% center;
}

.journey-stage-operate .journey-stage-image {
  background-image: linear-gradient(180deg, rgba(6, 19, 29, 0.02), rgba(6, 19, 29, 0.26)), url("/assets/offlists-broker-desk-how-it-works.webp");
  background-position: 63% center;
}

.journey-stage-copy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas: "number title" "number body";
  gap: 8px 22px;
  min-height: 220px;
  padding: 30px clamp(24px, 2.3vw, 36px) 36px;
}

.journey-stage-copy > span {
  grid-area: number;
  color: #d4ae4c;
  font-family: var(--public-serif);
  font-size: 26px;
}

.journey-stage-copy h3 {
  grid-area: title;
  margin: 0;
  color: #f5f1e8;
  font-family: var(--public-serif);
  font-size: clamp(27px, 2.4vw, 38px);
  font-weight: 430;
  line-height: 1.12;
}

.journey-stage-copy p {
  grid-area: body;
  margin: 10px 0 0;
  color: rgba(245, 241, 232, 0.72);
  font-size: 15px;
  line-height: 1.62;
}

.inside-offlists-section {
  padding: clamp(88px, 10vw, 148px) max(36px, calc((100vw - 1480px) / 2 + 36px));
  overflow: hidden;
  isolation: isolate;
  background-color: #071923;
  background-image:
    linear-gradient(100deg, rgba(4, 16, 24, 0.9) 0%, rgba(4, 16, 24, 0.76) 52%, rgba(4, 16, 24, 0.62) 100%),
    linear-gradient(180deg, rgba(4, 16, 24, 0.22) 0%, rgba(4, 16, 24, 0.62) 100%),
    image-set(url("/assets/offlists-inside-workspace-v1.webp") type("image/webp"), url("/assets/offlists-inside-workspace-v1.png") type("image/png"));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #f5f1e8;
}

.inside-offlists-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(28px, 7vw, 112px);
  align-items: end;
  margin-bottom: clamp(52px, 6vw, 84px);
}

.inside-offlists-intro .section-kicker {
  align-self: start;
  color: #d5b257;
}

.inside-offlists-intro h2 {
  grid-column: 2;
  max-width: 880px;
  margin: 0;
  color: #f5f1e8;
  font-family: var(--public-serif);
  font-size: clamp(38px, 4.7vw, 72px);
  font-weight: 410;
  line-height: 1.08;
}

.inside-offlists-intro > p:last-child {
  grid-column: 2;
  max-width: 590px;
  margin: 20px 0 0;
  color: rgba(245, 241, 232, 0.66);
  font-size: 16px;
  line-height: 1.62;
}

.product-window-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(320px, 1fr));
  gap: clamp(16px, 2.1vw, 30px);
}

.product-window {
  min-height: 480px;
  border: 1px solid rgba(245, 241, 232, 0.2);
  background: rgba(8, 29, 41, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #f5f1e8;
}

.product-window-bar {
  min-height: 58px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid rgba(245, 241, 232, 0.14);
  color: rgba(245, 241, 232, 0.78);
}

.product-window-bar > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d5b257;
  box-shadow: 14px 0 0 rgba(245, 241, 232, 0.22), 28px 0 0 rgba(245, 241, 232, 0.11);
  margin-right: 28px;
}

.product-window-bar strong,
.product-window-bar small {
  font-size: 12px;
  font-weight: 550;
}

.product-window-bar small {
  color: #d5b257;
  text-transform: uppercase;
}

.product-window-body {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  padding: clamp(28px, 3vw, 44px);
}

.product-window-type {
  margin: 0 0 20px;
  color: #d5b257;
  font-size: 11px;
  font-weight: 650;
  text-transform: uppercase;
}

.product-window-body h3 {
  margin: 0 0 46px;
  color: #f5f1e8;
  font-family: var(--public-serif);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 410;
  line-height: 1.08;
}

.product-window-body dl {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid rgba(245, 241, 232, 0.14);
}

.product-window-body dl > div {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(245, 241, 232, 0.14);
}

.product-window-body dt,
.product-window-body dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.product-window-body dt {
  color: rgba(245, 241, 232, 0.5);
}

.product-window-body dd {
  color: rgba(245, 241, 232, 0.88);
  text-align: right;
}

.product-window-status {
  margin: auto 0 0;
  padding-top: 24px;
  color: rgba(245, 241, 232, 0.64);
  font-size: 12px;
}

.why-brokers-section {
  padding: clamp(88px, 10vw, 148px) max(36px, calc((100vw - 1480px) / 2 + 36px));
  background-color: #0b1f2d;
  background-image:
    linear-gradient(100deg, rgba(5, 18, 28, 0.54) 0%, rgba(5, 18, 28, 0.62) 50%, rgba(5, 18, 28, 0.48) 100%),
    image-set(url("/assets/concepts/offlists-section-broker-network-option.webp") type("image/webp"), url("/assets/concepts/offlists-section-broker-network-option.png") type("image/png"));
  background-position: center;
  background-size: cover;
  color: #f5f1e8;
}

.why-brokers-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(28px, 7vw, 112px);
  align-items: start;
  margin-bottom: clamp(54px, 8vw, 104px);
}

.why-brokers-intro h2 {
  max-width: 930px;
  margin: 0;
  color: #f5f1e8;
  font-family: var(--public-serif);
  font-size: clamp(40px, 5vw, 76px);
  font-weight: 410;
  line-height: 1.08;
}

.why-scenarios {
  border-top: 1px solid rgba(245, 241, 232, 0.28);
}

.why-scenario {
  display: grid;
  grid-template-columns: 80px minmax(300px, 0.85fr) minmax(280px, 0.65fr);
  gap: clamp(24px, 5vw, 82px);
  align-items: start;
  padding: clamp(34px, 5vw, 66px) 0;
  border-bottom: 1px solid rgba(245, 241, 232, 0.28);
}

.why-scenario > span {
  color: #ad8525;
  font-family: var(--public-serif);
  font-size: 28px;
}

.why-scenario div > p {
  margin: 0 0 13px;
  color: #e0c06b;
  font-size: 11px;
  font-weight: 650;
  text-transform: uppercase;
}

.why-scenario h3 {
  max-width: 650px;
  margin: 0;
  color: #f5f1e8;
  font-family: var(--public-serif);
  font-size: clamp(28px, 3.1vw, 46px);
  font-weight: 420;
  line-height: 1.13;
}

.why-scenario > p {
  max-width: 560px;
  margin: 26px 0 0;
  color: rgba(245, 241, 232, 0.76);
  font-size: 16px;
  line-height: 1.65;
}

.has-reveal-motion .reveal-on-scroll {
  opacity: 0;
  transform: translateY(68px);
  transition: opacity 1050ms cubic-bezier(0.2, 0.72, 0.25, 1), transform 1250ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.has-reveal-motion .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

.has-reveal-motion .journey-stage:nth-child(2),
.has-reveal-motion .product-window:nth-child(2) {
  transition-delay: 150ms;
}

.has-reveal-motion .journey-stage:nth-child(3),
.has-reveal-motion .product-window:nth-child(3) {
  transition-delay: 300ms;
}

.has-reveal-motion .journey-stage,
.has-reveal-motion .product-window {
  transform: translateY(88px) scale(0.975);
}

.has-reveal-motion .journey-stage.is-visible,
.has-reveal-motion .product-window.is-visible {
  transform: translateY(0) scale(1);
}

.has-reveal-motion .journey-stage .journey-stage-image {
  transform: scale(1.075);
  transition: transform 1500ms cubic-bezier(0.16, 1, 0.3, 1), filter 900ms ease;
}

.has-reveal-motion .journey-stage.is-visible .journey-stage-image {
  transform: scale(1);
  transition-delay: 180ms;
}

.has-reveal-motion .journey-stage.is-visible:hover .journey-stage-image {
  transform: scale(1.025);
  transition-delay: 0ms;
}

.has-reveal-motion .why-scenario {
  transform: translateY(58px);
}

.has-reveal-motion .why-scenario:nth-child(2) {
  transition-delay: 100ms;
}

.has-reveal-motion .why-scenario:nth-child(3) {
  transition-delay: 200ms;
}

.has-reveal-motion .why-scenario.is-visible {
  transform: translateY(0);
}

@media (max-width: 1020px) {
  .journey-intro,
  .inside-offlists-intro,
  .why-brokers-intro {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .journey-intro h2,
  .journey-intro > p:last-child,
  .inside-offlists-intro h2,
  .inside-offlists-intro > p:last-child {
    grid-column: 1;
  }

  .journey-stages {
    grid-template-columns: 1fr;
  }

  .journey-stage {
    min-height: 0;
    grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
    grid-template-rows: none;
  }

  .product-window-rail {
    display: flex;
    width: calc(100% + 36px);
    gap: 18px;
    overflow-x: auto;
    padding: 0 36px 18px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .product-window {
    flex: 0 0 min(76vw, 480px);
    scroll-snap-align: start;
  }

  .why-scenario {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .why-scenario > p {
    grid-column: 2;
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .topbar-slim {
    min-height: 70px;
    background: linear-gradient(180deg, rgba(5, 17, 27, 0.78), rgba(5, 17, 27, 0));
  }

  .topbar-slim.is-scrolled {
    min-height: 64px;
  }

  .topbar-slim .nav {
    top: 76px;
    left: 12px;
    width: calc(100vw - 24px);
  }

  .topbar-slim.is-scrolled .nav {
    top: 70px;
  }

  .how-journey-section,
  .inside-offlists-section,
  .why-brokers-section {
    padding: 72px 20px;
  }

  .inside-offlists-section {
    background-position: 58% center;
  }

  .how-journey-section {
    background-image:
      linear-gradient(rgba(5, 18, 28, 0.66), rgba(5, 18, 28, 0.7)),
      image-set(url("/assets/concepts/offlists-section-broker-desk-option.webp") type("image/webp"), url("/assets/concepts/offlists-section-broker-desk-option.png") type("image/png"));
    background-position: 66% center;
  }

  .why-brokers-section {
    background-image:
      linear-gradient(rgba(5, 18, 28, 0.66), rgba(5, 18, 28, 0.7)),
      image-set(url("/assets/concepts/offlists-section-broker-network-option.webp") type("image/webp"), url("/assets/concepts/offlists-section-broker-network-option.png") type("image/png"));
    background-position: 38% center;
  }

  .journey-intro,
  .inside-offlists-intro,
  .why-brokers-intro {
    margin-bottom: 42px;
  }

  .journey-intro h2,
  .inside-offlists-intro h2,
  .why-brokers-intro h2 {
    font-size: 40px;
  }

  .journey-stage {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 300px auto;
  }

  .journey-stage-image {
    min-height: 300px;
  }

  .journey-stage-copy {
    min-height: 210px;
  }

  .product-window-rail {
    width: calc(100% + 20px);
    padding-right: 20px;
  }

  .product-window {
    flex-basis: min(86vw, 360px);
    min-height: 450px;
  }

  .product-window-body {
    min-height: 390px;
  }

  .why-scenario {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    padding: 34px 0;
  }

  .why-scenario > span {
    font-size: 22px;
  }

  .why-scenario h3 {
    font-size: 29px;
  }

  .why-scenario > p {
    font-size: 15px;
  }

  .has-reveal-motion .reveal-on-scroll,
  .has-reveal-motion .why-scenario {
    transform: translateY(38px);
  }

  .has-reveal-motion .journey-stage,
  .has-reveal-motion .product-window {
    transform: translateY(48px) scale(0.985);
  }

  .has-reveal-motion .reveal-on-scroll.is-visible,
  .has-reveal-motion .why-scenario.is-visible,
  .has-reveal-motion .journey-stage.is-visible,
  .has-reveal-motion .product-window.is-visible {
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .has-reveal-motion .reveal-on-scroll,
  .has-reveal-motion .reveal-on-scroll.is-visible {
    opacity: 1;
    transform: none;
  }
}

/* Final header wordmark contract: identical to the authenticated app header. */
.topbar-slim .logo,
.topbar-slim.is-scrolled .logo {
  font-family: "Baskerville", "Garamond", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}

@media (max-width: 640px) {
  .topbar-slim .logo,
  .topbar-slim.is-scrolled .logo {
    font-size: 1.65rem;
  }
}
