/* BOOKTRAVELBUG-DESIGN-FREEZE-V2 runtime bundle. Editable sources remain beside this generated file. */
/* source: design-tokens.css */
:root {
  color-scheme: light;
  --btb-ink: #062f3b;
  --btb-ink-soft: #174956;
  --btb-teal: #0e7f78;
  --btb-teal-deep: #075a58;
  --btb-teal-bright: #8ed4cb;
  --btb-ivory: #faf5ea;
  --btb-paper: #fffdf8;
  --btb-gold: #e9af2d;
  --btb-coral: #d85432;
  --btb-coral-dark: #b93f24;
  --btb-mist: #dcebe5;
  --btb-sand: #e8d8c0;
  --btb-success: #2e6b4f;
  --btb-warning: #8a5a00;
  --btb-error: #a62f2f;
  --btb-border: rgba(6, 47, 59, 0.18);
  --btb-border-strong: rgba(6, 47, 59, 0.38);
  --btb-shadow: 0 24px 64px rgba(6, 47, 59, 0.14);
  --btb-shadow-soft: 0 12px 32px rgba(6, 47, 59, 0.1);
  --btb-radius-s: 8px;
  --btb-radius-m: 16px;
  --btb-radius-l: 24px;
  --btb-radius-pill: 999px;
  --btb-space-1: 4px;
  --btb-space-2: 8px;
  --btb-space-3: 12px;
  --btb-space-4: 16px;
  --btb-space-5: 24px;
  --btb-space-6: 32px;
  --btb-space-7: 48px;
  --btb-space-8: 64px;
  --btb-space-9: 80px;
  --btb-space-10: 96px;
  --btb-space-11: 128px;
  --btb-content: 1240px;
  --btb-reading: 64ch;
  --btb-compact: 48ch;
  --btb-header-h: 90px;
  --btb-motion-fast: 200ms;
  --btb-motion-base: 480ms;
  --btb-ease: cubic-bezier(.2, .75, .25, 1);
  --btb-z-header: 50;
  --btb-z-menu: 80;
  --btb-z-toast: 100;
}

/* source: typography-tokens.css */
@font-face {
  font-family: "BTB Editorial";
  src: url("../fonts/c059-roman.woff") format("woff"), url("../fonts/c059-roman.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "BTB Editorial";
  src: url("../fonts/c059-bold.woff") format("woff"), url("../fonts/c059-bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "BTB Editorial";
  src: url("../fonts/c059-italic.woff") format("woff"), url("../fonts/c059-italic.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "BTB Sans";
  src: url("../fonts/nimbus-sans-regular.woff") format("woff"), url("../fonts/nimbus-sans-regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "BTB Sans";
  src: url("../fonts/nimbus-sans-bold.woff") format("woff"), url("../fonts/nimbus-sans-bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --btb-display: "BTB Editorial", Georgia, serif;
  --btb-sans: "BTB Sans", Arial, sans-serif;
  --btb-display-xl: clamp(2.75rem, 1.75rem + 4vw, 4.25rem);
  --btb-display-l: clamp(2.25rem, 1.6rem + 2.7vw, 3.45rem);
  --btb-display-m: clamp(1.8rem, 1.45rem + 1.5vw, 2.5rem);
  --btb-title-s: clamp(1.35rem, 1.2rem + .55vw, 1.65rem);
  --btb-lead: clamp(1.125rem, 1.04rem + .35vw, 1.35rem);
  --btb-body-l: clamp(1.0625rem, 1rem + .2vw, 1.125rem);
  --btb-body: clamp(1rem, .98rem + .1vw, 1.0625rem);
  --btb-label: .8125rem;
  --btb-caption: .875rem;
}

/* source: global.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--btb-ivory);
  color: var(--btb-ink);
  font-family: var(--btb-sans);
  font-size: var(--btb-body);
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: inherit;
}

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

button,
select {
  cursor: pointer;
}

h1,
h2,
h3,
p,
figure,
blockquote,
ol,
ul {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: inherit;
  font-family: var(--btb-display);
  font-weight: 700;
  letter-spacing: -.025em;
}

h1 {
  margin-bottom: 26px;
  font-size: var(--btb-display-xl);
  line-height: .99;
  text-wrap: balance;
}

h2 {
  margin-bottom: 24px;
  font-size: var(--btb-display-l);
  line-height: 1.06;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  font-size: var(--btb-title-s);
  line-height: 1.16;
}

p {
  margin-bottom: 20px;
}

.shell {
  width: min(calc(100% - 64px), var(--btb-content));
  margin-inline: auto;
}

.section {
  padding-block: 112px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--btb-coral-dark);
  font-size: var(--btb-label);
  font-weight: 700;
  letter-spacing: .155em;
  line-height: 1.35;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 24px;
  height: 2px;
  background: currentColor;
  content: "";
}

.eyebrow--light {
  color: var(--btb-gold);
}

.lead,
.hero__lead {
  font-size: var(--btb-lead);
  line-height: 1.55;
}

.button-row,
.form-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: var(--btb-radius-s);
  font-size: .96rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: color var(--btb-motion-fast) ease, background var(--btb-motion-fast) ease, border-color var(--btb-motion-fast) ease, transform var(--btb-motion-fast) ease, box-shadow var(--btb-motion-fast) ease;
}

.button--primary {
  border-color: var(--btb-coral-dark);
  background: var(--btb-coral-dark);
  box-shadow: 0 10px 22px rgba(185, 63, 36, .15);
  color: var(--btb-paper);
}

.button--primary:hover {
  border-color: #8f2f1b;
  background: #8f2f1b;
  transform: translateY(-2px);
}

.button--secondary {
  border-color: var(--btb-border-strong);
  background: transparent;
  color: var(--btb-ink);
}

.button--secondary:hover {
  border-color: var(--btb-teal);
  background: var(--btb-mist);
}

.button--light {
  border-color: rgba(255, 253, 248, .62);
  background: var(--btb-paper);
  color: var(--btb-teal-deep);
}

.button--light:hover {
  border-color: var(--btb-gold);
  background: var(--btb-gold);
  color: var(--btb-ink);
  transform: translateY(-2px);
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: var(--btb-teal-deep);
  font-weight: 700;
  line-height: 1.3;
  text-decoration-line: underline;
  text-decoration-color: rgba(14, 127, 120, .4);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.text-link:hover {
  color: var(--btb-coral-dark);
  text-decoration-color: currentColor;
}

.text-link--light {
  color: var(--btb-paper);
  text-decoration-color: rgba(255, 253, 248, .5);
}

.external-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.announcement {
  position: relative;
  z-index: calc(var(--btb-z-header) + 1);
  background: var(--btb-ink);
  color: var(--btb-paper);
  font-size: .77rem;
  letter-spacing: .045em;
}

.announcement__inner {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.announcement p {
  margin: 0;
}

.announcement a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  color: var(--btb-teal-bright);
  font-weight: 700;
  text-decoration: none;
}

.announcement__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--btb-gold);
}

.site-header {
  position: sticky;
  z-index: var(--btb-z-header);
  top: 0;
  border-bottom: 1px solid rgba(6, 47, 59, .1);
  background: rgba(255, 253, 248, .96);
  backdrop-filter: blur(16px);
  transition: box-shadow var(--btb-motion-fast) ease, background var(--btb-motion-fast) ease;
}

.site-header.is-scrolled {
  background: rgba(255, 253, 248, .985);
  box-shadow: 0 10px 32px rgba(6, 47, 59, .11);
}

.site-header__inner {
  display: flex;
  min-height: var(--btb-header-h);
  align-items: center;
  gap: 26px;
  transition: min-height var(--btb-motion-fast) ease;
}

.is-scrolled .site-header__inner {
  min-height: 74px;
}

.brand {
  display: flex;
  width: 260px;
  min-height: 44px;
  min-width: 220px;
  align-items: center;
}

.brand img {
  width: 100%;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 32px);
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--btb-ink-soft);
  padding-inline: 4px;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 2px;
  background: var(--btb-coral);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--btb-motion-fast) ease;
}

.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  min-height: 48px;
  margin-left: 4px;
  padding-inline: 20px;
}

.menu-trigger,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-block: 76px 96px;
  background:
    radial-gradient(circle at 8% 10%, rgba(233, 175, 45, .12), transparent 23rem),
    linear-gradient(90deg, var(--btb-paper) 0 46%, var(--btb-ivory) 46% 100%);
}

.hero::before {
  position: absolute;
  top: 58px;
  left: -74px;
  width: 146px;
  height: 146px;
  border: 1px solid rgba(14, 127, 120, .2);
  border-radius: 50%;
  content: "";
}

.hero__grid {
  display: grid;
  min-height: 630px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(54px, 5vw, 72px);
}

.hero__copy {
  position: relative;
  z-index: 2;
  max-width: 565px;
  padding-block: 24px;
}

.hero__lead {
  max-width: 54ch;
  margin-bottom: 30px;
  color: var(--btb-ink-soft);
}

.hero__note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 27px 0 0;
  color: var(--btb-ink-soft);
  font-size: .92rem;
}

.route-dot {
  width: 9px;
  height: 9px;
  border: 2px solid var(--btb-coral);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(216, 84, 50, .12);
}

.hero__visual {
  position: relative;
  height: 630px;
  min-height: 630px;
  margin: 0;
}

.hero__visual picture,
.hero__visual picture img {
  width: 100%;
  height: 100%;
}

.hero__visual picture {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  overflow: hidden;
  border-radius: 190px 24px 24px 24px;
  box-shadow: var(--btb-shadow);
}

.hero__visual img {
  object-fit: cover;
  object-position: 50% 45%;
}

.hero__visual::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 1px solid rgba(255, 253, 248, .45);
  border-radius: 190px 24px 24px 24px;
  box-shadow: inset 0 -110px 120px rgba(6, 47, 59, .16);
  content: "";
  pointer-events: none;
}

.hero__visual figcaption {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  color: var(--btb-paper);
  font-size: .85rem;
  line-height: 1.3;
}

.hero__visual figcaption > span:last-child {
  text-align: right;
}

.proof-badge {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 253, 248, .68);
  border-radius: var(--btb-radius-pill);
  background: rgba(6, 47, 59, .72);
  backdrop-filter: blur(10px);
  font-weight: 700;
}

.proof-badge span {
  color: var(--btb-gold);
}

.hero__sun {
  position: absolute;
  z-index: 0;
  top: -42px;
  right: -44px;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: var(--btb-gold);
  opacity: .95;
}

.hero__route {
  position: absolute;
  z-index: 3;
  top: -36px;
  right: -34px;
  width: 230px;
  fill: none;
  stroke: var(--btb-teal);
  stroke-dasharray: 2 12;
  stroke-linecap: round;
  stroke-width: 3;
}

.hero__route circle:first-of-type {
  fill: var(--btb-coral);
  stroke: none;
}

.hero__route circle:last-of-type {
  fill: var(--btb-gold);
  stroke: none;
}

.trust {
  border-block: 1px solid var(--btb-border);
  background: var(--btb-paper);
}

.trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust article {
  display: flex;
  min-height: 176px;
  align-items: flex-start;
  gap: 22px;
  padding: 40px 36px;
}

.trust article + article {
  border-left: 1px solid var(--btb-border);
}

.trust__number {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--btb-teal);
  border-radius: 50%;
  color: var(--btb-teal-deep);
  font-size: .77rem;
  font-weight: 700;
}

.trust h3 {
  margin-bottom: 7px;
  font-size: 1.24rem;
}

.trust p {
  margin: 0;
  color: var(--btb-ink-soft);
  font-size: .94rem;
  line-height: 1.48;
}

.relationships {
  position: relative;
  overflow: hidden;
  padding-block: 48px;
  background: var(--btb-ink);
  color: var(--btb-paper);
}

.relationships::after {
  position: absolute;
  top: -120px;
  right: 4%;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(142, 212, 203, .16);
  border-radius: 50%;
  content: "";
}

.relationships__inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: end;
  grid-template-columns: 1fr 2fr;
  gap: 26px 60px;
}

.relationships .eyebrow {
  margin-bottom: 12px;
}

.relationships h2 {
  margin: 0;
  font-size: clamp(1.85rem, 1.45rem + 1.2vw, 2.5rem);
}

.relationship-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 28px;
}

.relationship-list li {
  display: flex;
  min-height: 42px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 253, 248, .2);
  color: var(--btb-paper);
  font-family: var(--btb-display);
  font-size: 1.04rem;
  font-weight: 700;
}

.relationships__note {
  grid-column: 1 / -1;
  max-width: 108ch;
  margin: 6px 0 0;
  color: rgba(255, 253, 248, .7);
  font-size: .82rem;
  line-height: 1.55;
}

.story {
  position: relative;
  overflow: hidden;
  background: var(--btb-ivory);
}

.story::before {
  position: absolute;
  right: -110px;
  bottom: -90px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(14, 127, 120, .18);
  border-radius: 50%;
  content: "";
}

.story__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: clamp(70px, 9vw, 122px);
}

.story__photos {
  position: relative;
  min-height: 650px;
}

.story__photo {
  position: absolute;
  overflow: hidden;
  margin: 0;
  background: var(--btb-sand);
  box-shadow: var(--btb-shadow-soft);
}

.story__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story__photo picture,
.mosaic-card picture,
.recent-gallery figure picture {
  display: block;
  width: 100%;
  height: 100%;
}

.story__photo--main {
  inset: 0 72px 0 0;
  border-radius: 24px 140px 24px 24px;
}

.story__photo--main img {
  object-position: 51% 45%;
}

.story__photo--inset {
  right: 0;
  bottom: 0;
  width: 48%;
  height: 36%;
  border: 8px solid var(--btb-ivory);
  border-radius: 18px;
}

.story__photo--inset img {
  object-position: 50% 42%;
}

.story__stamp {
  position: absolute;
  z-index: 3;
  top: 28px;
  left: -28px;
  display: grid;
  width: 118px;
  height: 118px;
  place-items: center;
  align-content: center;
  border-radius: 50%;
  background: var(--btb-gold);
  box-shadow: 0 8px 24px rgba(6, 47, 59, .16);
  color: var(--btb-ink);
  font-size: .58rem;
  letter-spacing: .12em;
  line-height: 1.45;
  text-align: center;
}

.story__stamp strong {
  font-family: var(--btb-display);
  font-size: 1.1rem;
  letter-spacing: .03em;
}

.story__copy {
  max-width: 560px;
}

.story__copy > p:not(.eyebrow) {
  color: var(--btb-ink-soft);
}

.advisor-list {
  margin-block: 31px 27px;
  border-top: 1px solid var(--btb-border);
}

.advisor-list > div {
  display: grid;
  min-height: 66px;
  align-items: center;
  grid-template-columns: 1fr 1.25fr;
  gap: 20px;
  border-bottom: 1px solid var(--btb-border);
}

.advisor-list strong {
  font-family: var(--btb-display);
  font-size: 1.1rem;
}

.advisor-list span {
  color: var(--btb-ink-soft);
  font-size: .88rem;
}

.pathways {
  position: relative;
  overflow: hidden;
  background: var(--btb-teal);
  color: var(--btb-paper);
}

.pathways::before {
  position: absolute;
  top: -15%;
  left: -8%;
  width: 450px;
  height: 450px;
  border: 1px solid rgba(255, 253, 248, .14);
  border-radius: 50%;
  content: "";
}

.pathways::after {
  position: absolute;
  right: -2%;
  bottom: -28%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(7, 90, 88, .55);
  content: "";
}

.pathways__grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: start;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(64px, 8vw, 112px);
}

.pathways__intro {
  position: sticky;
  top: 125px;
  max-width: 500px;
}

.pathways__intro > p:not(.eyebrow) {
  margin-bottom: 30px;
  color: rgba(255, 253, 248, .84);
  font-size: var(--btb-body-l);
}

.pathway-cards {
  overflow: hidden;
  border: 1px solid rgba(255, 253, 248, .38);
  border-radius: var(--btb-radius-l);
  background: var(--btb-paper);
  box-shadow: var(--btb-shadow);
  color: var(--btb-ink);
}

.pathway-card {
  display: grid;
  min-height: 166px;
  align-items: center;
  grid-template-columns: 118px 64px 1fr;
  gap: 18px;
  padding: 28px 34px;
}

/*
 * WordPress may insert an empty paragraph between an inline SVG and the next
 * block while applying wpautop to managed page content. Keep that inert node
 * out of this grid so the copy always occupies the intended flexible column.
 */
.pathway-card > p:empty {
  display: none;
}

.pathway-card > div {
  min-width: 0;
}

.pathway-card__thumb {
  display: block;
  width: 118px;
  height: 88px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--btb-sand);
  box-shadow: 0 8px 18px rgba(5, 44, 53, .14);
}

.pathway-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pathway-card + .pathway-card {
  border-top: 1px solid var(--btb-border);
}

.pathway-card:nth-child(2) {
  background: rgba(220, 235, 229, .55);
}

.pathway-card:nth-child(4) {
  background: rgba(232, 216, 192, .36);
}

.line-icon {
  width: 64px;
  height: 64px;
  fill: none;
  stroke: var(--btb-teal-deep);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.card-index {
  margin-bottom: 4px;
  color: var(--btb-coral-dark);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .15em;
}

.pathway-card h3 {
  margin-bottom: 8px;
}

.pathway-card div > p:last-child {
  max-width: 58ch;
  margin: 0;
  color: var(--btb-ink-soft);
  font-size: .95rem;
}

.firsthand {
  background: var(--btb-ivory);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 56px;
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.section-heading--center .eyebrow {
  justify-content: center;
}

.section-heading > p:last-child {
  max-width: 64ch;
  margin-inline: auto;
  color: var(--btb-ink-soft);
  font-size: var(--btb-body-l);
}

.travel-mosaic {
  display: grid;
  grid-template-columns: 1.55fr 1fr 1fr;
  gap: 18px;
}

.mosaic-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  margin: 0;
  border-radius: var(--btb-radius-m);
  background: var(--btb-sand);
}

.mosaic-card--wide {
  min-height: 560px;
}

.mosaic-card--square {
  align-self: end;
  min-height: 390px;
}

.mosaic-card:nth-child(2) {
  align-self: start;
  margin-top: 70px;
}

.mosaic-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--btb-ease);
}

.asset-pending-card {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 16px;
  padding: 24px;
  background:
    radial-gradient(circle at 74% 22%, rgba(233, 175, 45, .22), transparent 10rem),
    linear-gradient(145deg, var(--btb-mist), var(--btb-paper));
  color: var(--btb-ink);
  font-family: var(--btb-display);
  font-weight: 700;
  text-align: center;
}

.asset-pending-card img {
  width: min(92%, 280px);
  height: auto;
  margin-inline: auto;
  object-fit: contain;
  opacity: .72;
}

.mosaic-card--wide img {
  object-position: 50% 42%;
}

.mosaic-card--square:nth-child(2) img {
  object-position: 50% 38%;
}

.mosaic-card--square:nth-child(3) img {
  object-position: 50% 42%;
}

.mosaic-card:hover img {
  transform: scale(1.025);
}

.mosaic-card::after {
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(transparent, rgba(6, 47, 59, .72));
  content: "";
}

.mosaic-card figcaption {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 20px;
  left: 22px;
  color: var(--btb-paper);
}

.mosaic-card figcaption span,
.mosaic-card figcaption strong {
  display: block;
}

.mosaic-card figcaption span {
  margin-bottom: 3px;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.mosaic-card figcaption strong {
  font-family: var(--btb-display);
  font-size: clamp(1.25rem, 1rem + .8vw, 1.7rem);
  line-height: 1.15;
}

.firsthand__closing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--btb-border);
}

.firsthand__closing p {
  max-width: 60ch;
  margin: 0;
  color: var(--btb-ink-soft);
}

.process {
  border-top: 1px solid var(--btb-border);
  background: var(--btb-paper);
}

.process__top {
  display: grid;
  align-items: end;
  grid-template-columns: 1.2fr .8fr;
  gap: 90px;
  margin-bottom: 68px;
}

.process__top h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.process__top > p {
  margin: 0 0 8px;
  color: var(--btb-ink-soft);
}

.process-steps {
  position: relative;
  display: grid;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(4, 1fr);
}

.process-steps::before {
  position: absolute;
  top: 25px;
  right: 8%;
  left: 8%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--btb-teal) 0 2px, transparent 2px 13px);
  content: "";
}

.process-steps li {
  position: relative;
  min-height: 260px;
  padding: 0 28px 0 0;
}

.process-steps li + li {
  padding-left: 28px;
  border-left: 1px solid var(--btb-border);
}

.process-number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 36px;
  place-items: center;
  border: 2px solid var(--btb-teal);
  border-radius: 50%;
  background: var(--btb-paper);
  color: var(--btb-teal-deep);
  font-size: .78rem;
  font-weight: 700;
}

.process-steps h3 {
  min-height: 58px;
  font-size: 1.4rem;
}

.process-steps p {
  margin: 0;
  color: var(--btb-ink-soft);
  font-size: .95rem;
}

.reviews {
  position: relative;
  overflow: hidden;
  background: var(--btb-ink);
  color: var(--btb-paper);
}

.reviews::before {
  position: absolute;
  top: -250px;
  left: -120px;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(142, 212, 203, .16);
  border-radius: 50%;
  content: "";
}

.reviews__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 82px;
}

.reviews__intro {
  padding-top: 14px;
}

.reviews__intro p:last-child {
  max-width: 42ch;
  color: rgba(255, 253, 248, .72);
}

.quote-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.quote-card {
  position: relative;
  min-height: 268px;
  margin: 0;
  padding: 40px 34px 30px;
  border-radius: var(--btb-radius-m);
  background: var(--btb-paper);
  color: var(--btb-ink);
}

.quote-card--feature {
  grid-row: span 2;
  min-height: 552px;
  background: var(--btb-gold);
}

.quote-card--mist {
  background: var(--btb-mist);
}

.quote-mark {
  display: block;
  height: 48px;
  color: var(--btb-teal-deep);
  font-family: var(--btb-display);
  font-size: 5.5rem;
  font-weight: 700;
  line-height: .8;
}

.quote-card p {
  margin-block: 28px 35px;
  font-family: var(--btb-display);
  font-size: clamp(1.15rem, 1rem + .45vw, 1.4rem);
  font-weight: 700;
  line-height: 1.35;
}

.quote-card--feature p {
  font-size: clamp(1.35rem, 1.1rem + .75vw, 1.75rem);
}

.quote-card footer {
  position: absolute;
  right: 34px;
  bottom: 28px;
  left: 34px;
  padding-top: 15px;
  border-top: 1px solid rgba(6, 47, 59, .2);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.recent {
  background: var(--btb-ivory);
}

.recent__top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 45px;
}

.recent__top h2 {
  max-width: 700px;
  margin: 0;
}

.recent-gallery {
  display: grid;
  min-height: 350px;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 1.05fr;
  gap: 14px;
}

.recent-gallery figure,
.recent-gallery__cta {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  margin: 0;
  border-radius: 10px;
}

.recent-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-gallery__pending {
  display: grid;
  place-content: center;
  gap: 14px;
  padding: 18px;
  background:
    radial-gradient(circle at 70% 18%, rgba(233, 175, 45, .18), transparent 8rem),
    linear-gradient(145deg, var(--btb-mist), var(--btb-paper));
  color: var(--btb-ink-soft);
  font-size: .78rem;
  font-weight: 700;
  text-align: center;
}

.recent-gallery .recent-gallery__pending img {
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: .72;
}

.recent-gallery figure:nth-child(1) img {
  object-position: 52% 45%;
}

.recent-gallery figure:nth-child(3) img {
  object-position: 50% 38%;
}

.recent-gallery__cta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  background: var(--btb-coral-dark);
  color: var(--btb-paper);
  text-decoration: none;
}

.recent-gallery__cta strong {
  max-width: 13ch;
  font-family: var(--btb-display);
  font-size: 1.55rem;
  line-height: 1.08;
}

.recent-gallery__cta > span:last-child {
  font-size: .77rem;
  font-weight: 700;
}

.recent-gallery__sun {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  align-self: flex-end;
  border-radius: 50%;
  background: var(--btb-gold);
  color: var(--btb-ink);
  font-size: 1.2rem;
}

.recent__disclosure {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 22px 0 0;
  color: var(--btb-ink-soft);
  font-size: .8rem;
}

.recent__disclosure span {
  color: var(--btb-coral);
}

.inquiry {
  position: relative;
  overflow: hidden;
  background: var(--btb-teal);
  color: var(--btb-paper);
}

.inquiry::before {
  position: absolute;
  top: 60px;
  left: -130px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(255, 253, 248, .17);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.inquiry::after {
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(7, 90, 88, .45);
  content: "";
  pointer-events: none;
}

.inquiry__grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: start;
  grid-template-columns: .73fr 1.27fr;
  gap: clamp(64px, 8vw, 110px);
}

.inquiry__intro {
  position: sticky;
  top: 118px;
}

.inquiry__intro > p:not(.eyebrow) {
  color: rgba(255, 253, 248, .86);
}

.inquiry__contact {
  display: grid;
  margin-block: 38px 32px;
  padding-block: 28px;
  border-block: 1px solid rgba(255, 253, 248, .24);
  gap: 5px;
}

.inquiry__contact h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.inquiry__contact a {
  display: block;
  width: max-content;
  max-width: 100%;
  min-height: 44px;
  color: var(--btb-paper);
  font-size: .93rem;
  font-weight: 700;
  line-height: 1.45;
  padding-block: 11px;
  text-decoration-color: rgba(255, 253, 248, .48);
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}

.prototype-note {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  padding: 18px;
  border: 1px solid rgba(255, 253, 248, .26);
  border-radius: var(--btb-radius-m);
  background: rgba(7, 90, 88, .52);
}

.prototype-note svg {
  width: 42px;
  fill: none;
  stroke: var(--btb-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.prototype-note p {
  min-width: 0;
  grid-column: 2;
  margin: 0;
  color: rgba(255, 253, 248, .82);
  font-size: .82rem;
  line-height: 1.5;
}

.prototype-note strong {
  display: block;
  color: var(--btb-paper);
  font-size: .9rem;
}

.form-card {
  padding: 36px;
  border: 1px solid rgba(255, 253, 248, .62);
  border-radius: var(--btb-radius-l);
  background: var(--btb-paper);
  box-shadow: var(--btb-shadow);
  color: var(--btb-ink);
}

.form-card__header {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--btb-border);
}

.form-card__header p {
  margin: 0;
  color: var(--btb-ink-soft);
  font-size: .8rem;
}

.form-card__step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--btb-coral-dark);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.form-card__step::before {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--btb-coral);
  color: var(--btb-paper);
  content: "1";
  letter-spacing: 0;
}

.form-card fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.form-card fieldset + fieldset {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--btb-border);
}

.form-card legend {
  width: 100%;
  margin-bottom: 19px;
  padding: 0;
  font-family: var(--btb-display);
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -.02em;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 18px;
}

.field--full {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  margin-bottom: 7px;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.3;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 11px 13px;
  border: 1px solid var(--btb-border-strong);
  border-radius: var(--btb-radius-s);
  outline: 0;
  background: #fffefb;
  color: var(--btb-ink);
  font-size: 1rem;
  line-height: 1.35;
  transition: border-color var(--btb-motion-fast) ease, box-shadow var(--btb-motion-fast) ease, background var(--btb-motion-fast) ease;
}

.field textarea {
  min-height: 136px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #61747a;
  opacity: 1;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--btb-teal-deep);
  background: var(--btb-paper);
  box-shadow: 0 0 0 4px rgba(14, 127, 120, .16);
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: var(--btb-error);
  background: #fff8f7;
  box-shadow: 0 0 0 3px rgba(166, 47, 47, .1);
}

.field-help,
.field-error {
  display: block;
  margin-top: 6px;
  font-size: .76rem;
  line-height: 1.4;
}

.field-help {
  color: #52676d;
}

.field-error {
  min-height: 0;
  color: var(--btb-error);
  font-weight: 700;
}

.field-error:not(:empty) {
  min-height: 18px;
}

.consent-field {
  display: grid;
  align-items: start;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  margin-top: 30px;
  padding: 18px;
  border: 1px solid var(--btb-border);
  border-radius: var(--btb-radius-s);
  background: var(--btb-ivory);
}

.consent-field.has-error {
  border-color: var(--btb-error);
  background: #fff8f7;
}

.consent-field input {
  width: 24px;
  height: 24px;
  margin: 0;
  accent-color: var(--btb-teal-deep);
}

.consent-field label {
  display: block;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.45;
}

.consent-field label a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  color: var(--btb-teal-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-actions {
  margin-top: 26px;
}

.form-actions p {
  margin: 0;
  color: var(--btb-ink-soft);
  font-size: .76rem;
}

.button--submit {
  min-width: 220px;
}

.button--submit[disabled] {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.button__spinner {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 253, 248, .4);
  border-top-color: var(--btb-paper);
  border-radius: 50%;
}

.button--submit.is-loading .button__spinner {
  display: block;
}

.form-error-summary,
.form-status {
  margin-bottom: 26px;
  padding: 18px;
  border-radius: var(--btb-radius-s);
}

.form-error-summary {
  border: 1px solid var(--btb-error);
  background: #fff3f2;
  color: #7d1f1f;
}

.form-error-summary h3 {
  margin-bottom: 9px;
  font-family: var(--btb-sans);
  font-size: 1rem;
  letter-spacing: 0;
}

.form-error-summary ul {
  margin: 0;
  padding-left: 20px;
  font-size: .84rem;
}

.form-error-summary a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: inherit;
  font-weight: 700;
}

.form-status {
  border: 1px solid var(--btb-teal);
  background: var(--btb-mist);
}

.form-status.is-success {
  border-color: var(--btb-success);
  background: #eef8f1;
}

.form-status.is-failure {
  border-color: var(--btb-error);
  background: #fff3f2;
}

.form-status__icon {
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  color: var(--btb-teal-deep);
}

.form-status.is-success .form-status__icon {
  color: var(--btb-success);
}

.form-status.is-failure .form-status__icon {
  color: var(--btb-error);
}

.form-status h3 {
  margin-bottom: 8px;
  font-size: 1.3rem;
}

.form-status p {
  margin-bottom: 12px;
}

.form-status p:last-child {
  margin-bottom: 0;
}

.form-status .status-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.form-status .button {
  min-height: 46px;
}

.site-footer {
  position: relative;
  padding-block: 80px 28px;
  background: #032632;
  color: var(--btb-paper);
}

.site-footer::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--btb-gold) 0 32%, var(--btb-coral) 32% 57%, var(--btb-teal-bright) 57% 100%);
  content: "";
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.6fr .65fr 1fr;
  gap: 74px;
  padding-bottom: 58px;
}

.footer-brand > a {
  display: block;
  width: min(100%, 350px);
  margin-bottom: 24px;
}

.footer-brand p {
  max-width: 52ch;
  color: rgba(255, 253, 248, .68);
  font-size: .9rem;
}

.footer-brand .fora-disclosure {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(142, 212, 203, .32);
  border-radius: var(--btb-radius-pill);
  color: var(--btb-teal-bright);
  font-size: .78rem;
  font-weight: 700;
}

.footer-nav,
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-nav h2,
.footer-contact h2 {
  margin-bottom: 20px;
  color: var(--btb-gold);
  font-family: var(--btb-sans);
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-nav a,
.footer-contact a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: rgba(255, 253, 248, .84);
  font-size: .88rem;
  text-decoration-color: rgba(255, 253, 248, .34);
  text-underline-offset: 4px;
}

.footer-nav a {
  text-decoration: none;
}

.footer-nav a:hover,
.footer-contact a:hover {
  color: var(--btb-teal-bright);
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 253, 248, .16);
  color: rgba(255, 253, 248, .55);
  font-size: .77rem;
}

.site-footer__bottom p {
  margin: 0;
}

.site-footer__bottom > div {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.site-footer__bottom a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: rgba(255, 253, 248, .72);
  text-underline-offset: 4px;
}

.prototype-toast {
  position: fixed;
  z-index: var(--btb-z-toast);
  right: 22px;
  bottom: 22px;
  display: flex;
  width: min(calc(100% - 44px), 430px);
  align-items: flex-start;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 253, 248, .25);
  border-radius: var(--btb-radius-m);
  background: var(--btb-ink);
  box-shadow: var(--btb-shadow);
  color: var(--btb-paper);
}

.prototype-toast[hidden] {
  display: none;
}

.prototype-toast p {
  flex: 1;
  margin: 0;
  font-size: .82rem;
  line-height: 1.45;
}

.prototype-toast strong,
.prototype-toast span {
  display: block;
}

.prototype-toast strong {
  margin-bottom: 3px;
  color: var(--btb-gold);
}

.prototype-toast button {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 253, 248, .3);
  border-radius: 50%;
  background: transparent;
  color: var(--btb-paper);
  font-size: 1.35rem;
}

#story,
#firsthand,
#resort-pathways,
#reviews,
#inquiry {
  scroll-margin-top: 108px;
}

/* source: responsive.css */
@media (max-width: 1220px) {
  :root {
    --btb-header-h: 84px;
  }

  .shell {
    width: min(calc(100% - 48px), var(--btb-content));
  }

  .brand {
    width: 220px;
    min-width: 185px;
  }

  .desktop-nav {
    gap: 18px;
  }

  .desktop-nav a {
    font-size: .84rem;
  }

  .hero__grid {
    gap: 52px;
  }

  .hero__visual,
  .hero__visual picture,
  .hero__visual picture img {
    min-height: 570px;
    height: 570px;
  }

  .story__grid,
  .pathways__grid,
  .inquiry__grid {
    gap: 64px;
  }

  .recent-gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr 1.25fr;
  }

  .recent-gallery__cta {
    padding: 20px;
  }
}

@media (max-width: 1100px) {
  .desktop-nav {
    display: none;
  }

  .header-cta {
    margin-left: auto;
  }

  .menu-trigger {
    display: grid;
    width: 48px;
    height: 48px;
    place-content: center;
    gap: 5px;
    padding: 0;
    border: 1px solid var(--btb-border-strong);
    border-radius: var(--btb-radius-s);
    background: var(--btb-paper);
  }

  .menu-trigger span {
    width: 22px;
    height: 2px;
    background: var(--btb-ink);
  }

  .mobile-menu:not([hidden]) {
    position: fixed;
    z-index: var(--btb-z-menu);
    inset: 0;
    display: block;
  }

  .mobile-menu__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    border: 0;
    background: rgba(2, 22, 29, .62);
    backdrop-filter: blur(5px);
  }

  .mobile-menu__panel {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: min(100%, 455px);
    height: 100%;
    overflow-y: auto;
    flex-direction: column;
    padding: 26px 30px 32px;
    background: var(--btb-ink);
    box-shadow: -18px 0 50px rgba(2, 22, 29, .22);
    color: var(--btb-paper);
  }

  .mobile-menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 253, 248, .16);
  }

  .mobile-brand {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 11px;
    color: var(--btb-paper);
    text-decoration: none;
  }

  .mobile-brand img {
    width: 56px;
  }

  .mobile-brand strong,
  .mobile-brand small {
    display: block;
  }

  .mobile-brand strong {
    font-family: var(--btb-display);
    font-size: 1.15rem;
    line-height: 1.1;
  }

  .mobile-brand small {
    margin-top: 3px;
    color: var(--btb-teal-bright);
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
  }

  .menu-close {
    position: relative;
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    padding: 0;
    border: 1px solid rgba(255, 253, 248, .3);
    border-radius: 50%;
    background: transparent;
  }

  .menu-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: var(--btb-paper);
  }

  .menu-close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .menu-close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .mobile-nav {
    display: flex;
    flex-direction: column;
    margin-block: 34px;
  }

  .mobile-nav a {
    display: grid;
    min-height: 64px;
    align-items: center;
    grid-template-columns: 38px 1fr;
    border-bottom: 1px solid rgba(255, 253, 248, .14);
    color: var(--btb-paper);
    font-family: var(--btb-display);
    font-size: 1.35rem;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-nav a span {
    color: var(--btb-gold);
    font-family: var(--btb-sans);
    font-size: .68rem;
    letter-spacing: .11em;
  }

  .mobile-nav a[aria-current="page"] {
    color: var(--btb-teal-bright);
  }

  .mobile-menu__footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: auto;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 253, 248, .16);
  }

  .mobile-menu__footer p {
    margin: 0;
    color: rgba(255, 253, 248, .72);
    font-size: .9rem;
  }

  .mobile-menu__footer .button {
    width: 100%;
  }

  .hero__grid {
    grid-template-columns: .9fr 1.1fr;
  }

  .hero__visual,
  .hero__visual picture,
  .hero__visual picture img {
    min-height: 540px;
    height: 540px;
  }

  .trust article {
    gap: 16px;
    padding-inline: 24px;
  }

  .trust__number {
    width: 36px;
    height: 36px;
  }

  .story__photos {
    min-height: 570px;
  }

  .pathways__grid {
    grid-template-columns: .68fr 1.32fr;
  }

  .pathway-card {
    grid-template-columns: 104px 56px 1fr;
    padding-inline: 26px;
  }

  .pathway-card__thumb {
    width: 104px;
    height: 80px;
  }

  .line-icon {
    width: 56px;
    height: 56px;
  }

  .reviews__grid {
    gap: 52px;
  }

  .quote-card {
    padding-inline: 27px;
  }

  .quote-card footer {
    right: 27px;
    left: 27px;
  }

  .inquiry__grid {
    grid-template-columns: .62fr 1.38fr;
  }

  .form-card {
    padding: 30px;
  }
}

@media (max-width: 900px) {
  :root {
    --btb-header-h: 78px;
  }

  .section {
    padding-block: 88px;
  }

  .hero {
    padding-block: 64px 78px;
    background: var(--btb-paper);
  }

  .hero__grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .hero__copy {
    max-width: 680px;
    padding: 0;
  }

  .hero__visual,
  .hero__visual picture,
  .hero__visual picture img {
    min-height: 0;
    height: 560px;
  }

  .hero__visual picture {
    border-radius: 160px 24px 24px;
  }

  .hero__visual::after {
    border-radius: 160px 24px 24px;
  }

  .hero__visual img {
    object-position: 50% 43%;
  }

  .trust__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .trust article {
    min-height: 205px;
    flex-direction: column;
    padding: 30px 20px;
  }

  .relationships__inner {
    grid-template-columns: 1fr;
  }

  .relationship-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .story__grid,
  .pathways__grid,
  .inquiry__grid,
  .reviews__grid {
    grid-template-columns: 1fr;
  }

  .story__photos {
    min-height: 650px;
    order: 2;
  }

  .story__copy {
    max-width: 690px;
  }

  .pathways__intro,
  .inquiry__intro {
    position: static;
    max-width: 720px;
  }

  .pathways__grid,
  .inquiry__grid {
    gap: 52px;
  }

  .pathway-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .pathway-card {
    min-height: 240px;
    align-content: start;
    grid-template-columns: 112px 1fr;
  }

  .pathway-card__thumb {
    grid-row: 1 / span 2;
    width: 112px;
    height: 86px;
  }

  .pathway-card .line-icon {
    grid-column: 2;
  }

  .pathway-card > div {
    grid-column: 1 / -1;
  }

  .pathway-card + .pathway-card {
    border-top: 0;
  }

  .pathway-card:nth-child(even) {
    border-left: 1px solid var(--btb-border);
  }

  .pathway-card:nth-child(n + 3) {
    border-top: 1px solid var(--btb-border);
  }

  .travel-mosaic {
    grid-template-columns: 1.35fr 1fr;
  }

  .mosaic-card--wide {
    grid-row: span 2;
    min-height: 620px;
  }

  .mosaic-card--square,
  .mosaic-card:nth-child(2) {
    min-height: 300px;
    margin-top: 0;
  }

  .process__top {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 52px;
  }

  .process__top > p {
    max-width: 67ch;
  }

  .process-steps {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .process-steps::before {
    display: none;
  }

  .process-steps li {
    min-height: 265px;
    padding: 28px;
    border-top: 1px solid var(--btb-border);
  }

  .process-steps li + li {
    padding-left: 28px;
  }

  .process-steps li:nth-child(odd) {
    border-left: 0;
  }

  .process-number {
    margin-bottom: 24px;
  }

  .reviews__intro {
    max-width: 640px;
  }

  .quote-card--feature {
    min-height: 460px;
  }

  .recent__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .recent-gallery {
    min-height: 0;
    grid-template-columns: repeat(3, 1fr);
  }

  .recent-gallery figure,
  .recent-gallery__cta {
    min-height: 300px;
    height: 300px;
  }

  .recent-gallery figure:nth-child(even) {
    margin-top: 0;
  }

  .recent-gallery__cta {
    grid-column: span 2;
  }

  .inquiry__contact {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .inquiry__contact h3 {
    grid-column: auto;
  }

  .prototype-note {
    max-width: 620px;
  }

  .site-footer__grid {
    grid-template-columns: 1.5fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  :root {
    --btb-header-h: 72px;
  }

  html {
    scroll-padding-top: 88px;
  }

  body {
    font-size: 1rem;
  }

  .shell {
    width: min(calc(100% - 40px), var(--btb-content));
  }

  .section {
    padding-block: 70px;
  }

  .announcement__inner {
    justify-content: flex-start;
  }

  .announcement a {
    display: none;
  }

  .announcement p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-header__inner,
  .is-scrolled .site-header__inner {
    min-height: 72px;
  }

  .brand {
    width: 190px;
    min-width: 0;
  }

  .header-cta {
    display: none;
  }

  .menu-trigger {
    margin-left: auto;
  }

  .mobile-menu__panel {
    width: 100%;
    max-width: none;
  }

  .hero {
    padding-block: 52px 62px;
  }

  .hero::before {
    display: none;
  }

  .hero__grid {
    gap: 42px;
  }

  .hero__copy .eyebrow {
    max-width: 32ch;
  }

  .hero__lead {
    margin-bottom: 25px;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button-row .button {
    width: 100%;
  }

  .hero__note {
    align-items: flex-start;
    font-size: .86rem;
  }

  .route-dot {
    margin-top: 6px;
  }

  .hero__visual,
  .hero__visual picture,
  .hero__visual picture img {
    height: 500px;
  }

  .hero__visual picture,
  .hero__visual::after {
    border-radius: 110px 18px 18px;
  }

  .hero__visual img {
    object-position: 52% 48%;
  }

  .hero__sun {
    top: -27px;
    right: -23px;
    width: 96px;
    height: 96px;
  }

  .hero__route {
    top: -20px;
    right: -14px;
    width: 145px;
  }

  .hero__visual figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .hero__visual figcaption > span:last-child {
    display: none;
  }

  .proof-badge {
    min-height: 38px;
    font-size: .77rem;
  }

  .trust__grid {
    grid-template-columns: 1fr;
  }

  .trust article {
    min-height: 0;
    flex-direction: row;
    padding: 28px 0;
  }

  .trust article + article {
    border-top: 1px solid var(--btb-border);
    border-left: 0;
  }

  .relationships {
    padding-block: 42px;
  }

  .relationship-list {
    grid-template-columns: 1fr 1fr;
    gap: 7px 16px;
  }

  .relationship-list li {
    min-height: 48px;
    font-size: .94rem;
  }

  .story__grid {
    gap: 44px;
  }

  .story__photos {
    min-height: 510px;
  }

  .story__photo--main {
    inset: 0 32px 0 0;
    border-radius: 18px 90px 18px 18px;
  }

  .story__photo--inset {
    width: 50%;
    height: 36%;
    border-width: 6px;
  }

  .story__stamp {
    top: 22px;
    left: -12px;
    width: 94px;
    height: 94px;
    font-size: .49rem;
  }

  .story__stamp strong {
    font-size: .95rem;
  }

  .advisor-list > div {
    align-items: start;
    grid-template-columns: 1fr;
    gap: 3px;
    padding-block: 16px;
  }

  .pathways__grid,
  .inquiry__grid {
    gap: 40px;
  }

  .pathway-cards {
    grid-template-columns: 1fr;
  }

  .pathway-card {
    min-height: 0;
    grid-template-columns: 104px 1fr;
    gap: 18px;
    padding: 26px 22px;
  }

  .pathway-card__thumb {
    grid-row: auto;
    width: 104px;
    height: 80px;
  }

  .pathway-card .line-icon {
    display: none;
  }

  .pathway-card > div {
    grid-column: 2;
  }

  .pathway-card:nth-child(even) {
    border-left: 0;
  }

  .pathway-card + .pathway-card,
  .pathway-card:nth-child(n + 3) {
    border-top: 1px solid var(--btb-border);
  }

  .line-icon {
    width: 54px;
    height: 54px;
  }

  .section-heading {
    margin-bottom: 38px;
    text-align: left;
  }

  .section-heading--center .eyebrow {
    justify-content: flex-start;
  }

  .travel-mosaic {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mosaic-card,
  .mosaic-card--wide,
  .mosaic-card--square,
  .mosaic-card:nth-child(2) {
    min-height: 0;
    height: 410px;
    margin-top: 0;
  }

  .mosaic-card--square {
    height: 360px;
  }

  .mosaic-card--wide img {
    object-position: 50% 48%;
  }

  .firsthand__closing {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .process__top {
    margin-bottom: 40px;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .process-steps li,
  .process-steps li + li {
    min-height: 0;
    padding: 24px 0 28px 74px;
    border-top: 1px solid var(--btb-border);
    border-left: 0;
  }

  .process-steps li::before {
    position: absolute;
    top: 75px;
    bottom: -1px;
    left: 25px;
    width: 2px;
    background: repeating-linear-gradient(180deg, var(--btb-teal) 0 2px, transparent 2px 11px);
    content: "";
  }

  .process-steps li:last-child::before {
    display: none;
  }

  .process-number {
    position: absolute;
    top: 22px;
    left: 0;
    margin: 0;
  }

  .process-steps h3 {
    min-height: 0;
  }

  .reviews__grid {
    gap: 34px;
  }

  .quote-grid {
    grid-template-columns: 1fr;
  }

  .quote-card,
  .quote-card--feature {
    grid-row: auto;
    min-height: 0;
    padding: 34px 26px 88px;
  }

  .quote-card p,
  .quote-card--feature p {
    margin-top: 20px;
    font-size: 1.2rem;
  }

  .quote-card footer {
    right: 26px;
    bottom: 24px;
    left: 26px;
  }

  .recent__top {
    margin-bottom: 32px;
  }

  .recent-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .recent-gallery figure,
  .recent-gallery__cta {
    min-height: 0;
    height: 260px;
  }

  .recent-gallery__cta {
    grid-column: 1 / -1;
    min-height: 230px;
  }

  .recent-gallery__cta strong {
    max-width: 16ch;
  }

  .inquiry__contact {
    grid-template-columns: 1fr;
  }

  .inquiry__contact h3 {
    grid-column: auto;
  }

  .form-card {
    margin-inline: -4px;
    padding: 26px 22px;
    border-radius: 18px;
  }

  .form-card__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .field-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .field--full {
    grid-column: auto;
  }

  .field input,
  .field select,
  .field textarea {
    font-size: 16px;
  }

  .consent-field {
    padding: 15px;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button--submit {
    width: 100%;
  }

  .site-footer {
    padding-top: 68px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer__bottom > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .shell {
    width: calc(100% - 32px);
  }

  .announcement {
    font-size: .7rem;
  }

  .announcement__inner {
    gap: 9px;
  }

  .brand {
    width: 180px;
  }

  .menu-trigger {
    width: 46px;
    height: 46px;
  }

  .mobile-menu__panel {
    padding-inline: 22px;
  }

  .mobile-brand span {
    display: none;
  }

  .mobile-nav a {
    min-height: 60px;
    font-size: 1.18rem;
  }

  .hero__visual,
  .hero__visual picture,
  .hero__visual picture img {
    height: 455px;
  }

  .hero__visual img {
    object-position: 51% 48%;
  }

  .relationship-list {
    grid-template-columns: 1fr;
  }

  .story__photos {
    min-height: 455px;
  }

  .story__photo--main {
    right: 22px;
  }

  .story__photo--inset {
    width: 55%;
  }

  .pathway-card {
    grid-template-columns: 96px 1fr;
    padding-inline: 18px;
  }

  .pathway-card__thumb {
    width: 96px;
    height: 74px;
  }

  .line-icon {
    width: 46px;
    height: 46px;
  }

  .mosaic-card,
  .mosaic-card--wide {
    height: 370px;
  }

  .mosaic-card--square {
    height: 320px;
  }

  .recent-gallery figure,
  .recent-gallery__cta {
    height: 220px;
  }

  .recent-gallery__cta {
    height: auto;
    min-height: 210px;
  }

  .form-card {
    margin-inline: 0;
    padding-inline: 18px;
  }

  .consent-field {
    grid-template-columns: 22px 1fr;
    gap: 10px;
  }

  .prototype-toast {
    right: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
  }
}

@media (max-width: 350px) {
  h1 {
    font-size: 2.45rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero__visual,
  .hero__visual picture,
  .hero__visual picture img {
    height: 420px;
  }

  .story__photos {
    min-height: 420px;
  }

  .story__stamp {
    display: none;
  }

  .pathway-card {
    grid-template-columns: 1fr;
  }

  .pathway-card__thumb {
    width: 100%;
    height: 138px;
  }

  .pathway-card > div {
    grid-column: 1;
  }

  .recent-gallery {
    grid-template-columns: 1fr;
  }

  .recent-gallery__cta {
    grid-column: auto;
  }
}

/* source: accessibility.css */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 0 !important;
  margin: -1px !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  border-radius: var(--btb-radius-s);
  background: var(--btb-paper);
  box-shadow: var(--btb-shadow);
  color: var(--btb-ink);
  font-weight: 700;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--btb-gold);
  outline-offset: 3px;
}

.field :where(input, select, textarea):focus-visible {
  outline: 2px solid var(--btb-gold);
  outline-offset: 2px;
}

@media (forced-colors: active) {
  .button,
  .proof-badge,
  .trust__number,
  .pathway-cards,
  .quote-card,
  .form-card,
  .prototype-note,
  .prototype-toast {
    border: 1px solid ButtonText;
  }

  .eyebrow::before,
  .menu-trigger span,
  .menu-close span,
  .process-steps::before,
  .process-steps li::before {
    background: ButtonText;
  }
}

@media print {
  .announcement,
  .site-header,
  .mobile-menu,
  .prototype-toast {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
  }

  a {
    text-decoration: underline;
  }
}

/* source: motion.css */
@keyframes btb-spin {
  to { transform: rotate(360deg); }
}

@keyframes btb-route-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.25); opacity: .75; }
}

@keyframes btb-panel-enter {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}

@keyframes btb-backdrop-enter {
  from { opacity: 0; }
  to { opacity: 1; }
}

.button__spinner {
  animation: btb-spin .7s linear infinite;
}

.hero__route circle:first-of-type,
.announcement__dot {
  transform-origin: center;
  animation: btb-route-pulse 2.8s ease-in-out infinite;
}

.mobile-menu:not([hidden]) .mobile-menu__panel {
  animation: btb-panel-enter 320ms var(--btb-ease) both;
}

.mobile-menu:not([hidden]) .mobile-menu__backdrop {
  animation: btb-backdrop-enter 220ms ease both;
}

.prototype-toast:not([hidden]) {
  animation: btb-panel-enter 280ms var(--btb-ease) both;
}

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

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

  .mosaic-card:hover img,
  .button:hover {
    transform: none;
  }
}

html[data-static-capture="true"] *,
html[data-static-capture="true"] *::before,
html[data-static-capture="true"] *::after {
  animation: none !important;
  transition: none !important;
}

html[data-static-capture="true"] {
  scroll-behavior: auto !important;
}
