.guest-house-page {
  --guest-ink: #152638;
  --guest-sage: #708477;
  --guest-sand: #eee8de;
}

.guest-hero {
  width: min(1320px, calc(100% - 48px));
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(400px, .88fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(18, 31, 43, .12);
}

.guest-hero-media {
  position: relative;
  min-height: 690px;
  margin: 0;
  overflow: hidden;
}

.guest-hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(14, 27, 39, .42));
  content: "";
  pointer-events: none;
}

.guest-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guest-hero-media figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, .45);
  color: #fff;
  padding-top: 13px;
}

.guest-hero-media figcaption span {
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.guest-hero-media figcaption p {
  max-width: 470px;
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

.guest-hero-copy {
  display: grid;
  align-content: center;
  gap: 20px;
  min-width: 0;
  padding: clamp(42px, 5vw, 76px);
}

.guest-hero-copy > * {
  min-width: 0;
  max-width: 100%;
}

.guest-hero-copy .eyebrow,
.guest-section-heading .eyebrow,
.guest-house-page .guest-economics .eyebrow,
.guest-house-page .guest-process .eyebrow,
.guest-house-page .guest-proof .eyebrow,
.guest-house-page .guest-links .eyebrow {
  margin: 0;
  color: var(--bronze);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.guest-hero-copy h1 {
  width: 100%;
  max-width: 620px;
  margin: 0;
  color: var(--guest-ink);
  font-size: clamp(44px, 4.4vw, 68px);
  letter-spacing: -.048em;
  line-height: .96;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.guest-hero-lede {
  max-width: 600px;
  margin: 0;
  color: var(--guest-ink);
  font-size: clamp(18px, 1.55vw, 21px);
  font-weight: 650;
  line-height: 1.5;
}

.guest-local-lead {
  max-width: 600px;
  margin: -6px 0 0;
  color: #58616a;
  font-size: 15px;
  line-height: 1.7;
}

.guest-priorities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 10px 0 0;
  border-top: 1px solid var(--line);
}

.guest-priorities div {
  min-width: 0;
  padding: 18px 12px 0 0;
}

.guest-priorities div + div {
  border-left: 1px solid var(--line);
  padding-left: 14px;
}

.guest-priorities dt {
  color: var(--bronze);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.guest-priorities dd {
  margin: 5px 0 0;
  color: var(--guest-ink);
  font-size: 13px;
  font-weight: 820;
  line-height: 1.35;
}

.guest-confidence {
  padding: 22px 0 10px;
}

.guest-confidence-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}

.guest-confidence article {
  min-width: 0;
  padding: 27px 24px;
}

.guest-confidence article + article {
  border-left: 1px solid var(--line);
}

.guest-confidence span {
  color: var(--guest-sage);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.guest-confidence h2 {
  margin: 7px 0;
  color: var(--guest-ink);
  font-size: 17px;
}

.guest-confidence p {
  margin: 0;
  color: #59616a;
  font-size: 13px;
  line-height: 1.55;
}

.guest-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 28px;
}

.guest-section-heading h2 {
  margin-bottom: 0;
}

.guest-section-heading > p {
  margin: 0;
  color: #5a626a;
}

.guest-comparison {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 31, 43, .06);
}

.guest-comparison-head,
.guest-comparison-row {
  display: grid;
  grid-template-columns: .75fr 1fr 1.2fr;
}

.guest-comparison-head {
  background: var(--guest-ink);
  color: #fff;
}

.guest-comparison-head span,
.guest-comparison-row > * {
  min-width: 0;
  padding: 17px 20px;
}

.guest-comparison-head span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.guest-comparison-row + .guest-comparison-row {
  border-top: 1px solid var(--line);
}

.guest-comparison-row strong {
  color: var(--guest-ink);
}

.guest-comparison-row span {
  color: #535d66;
  font-size: 14px;
}

.guest-permit-note {
  margin: 18px 0 0;
  border-left: 3px solid var(--guest-sage);
  color: #515b63;
  padding-left: 16px;
  font-size: 14px;
}

.guest-local-grid,
.guest-economics,
.guest-proof {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: start;
}

.guest-question-list {
  border-top: 1px solid var(--line);
}

.guest-question-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
}

.guest-question-list b {
  color: var(--guest-sage);
  font-size: 11px;
  letter-spacing: .12em;
}

.guest-question-list p {
  margin: 0;
  color: var(--guest-ink);
  font-size: 17px;
  font-weight: 720;
  line-height: 1.45;
}

.guest-economics {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .65fr);
}

.guest-economics-copy p {
  color: #4f5962;
}

.guest-driver-panel {
  border-radius: 14px;
  background: var(--guest-ink);
  color: #fff;
  padding: 28px;
}

.guest-driver-panel h3 {
  color: #fff;
}

.guest-driver-panel ul {
  margin: 16px 0 22px;
  padding-left: 18px;
  color: rgba(255, 255, 255, .78);
}

.guest-driver-panel li {
  margin-bottom: 9px;
}

.guest-driver-panel .text-link {
  color: #fff;
}

.guest-process {
  display: grid;
  grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
  gap: clamp(36px, 7vw, 90px);
}

.guest-process ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.guest-process li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding: 20px 0;
}

.guest-process li span {
  color: rgba(255, 255, 255, .48);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.guest-process li h3,
.guest-process li p {
  margin: 0;
}

.guest-process li p {
  color: rgba(255, 255, 255, .72);
}

.guest-proof {
  align-items: center;
}

.guest-proof figure {
  margin: 0;
}

.guest-proof figure img {
  width: 100%;
  border-radius: 14px;
  aspect-ratio: 8 / 5;
  object-fit: cover;
}

.guest-proof figcaption {
  margin-top: 9px;
  color: #6a7177;
  font-size: 11px;
}

.guest-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.guest-faq article,
.guest-link-grid a {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 22px;
}

.guest-faq article p,
.guest-link-grid a p {
  margin: 0;
  color: #586169;
}

.guest-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.guest-link-grid a {
  transition: transform .18s ease, border-color .18s ease;
}

.guest-link-grid a:hover {
  transform: translateY(-2px);
  border-color: var(--guest-sage);
}

.guest-link-grid span {
  color: var(--guest-sage);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.guest-link-grid h3 {
  margin-top: 8px;
}

@media (max-width: 1000px) {
  .guest-hero {
    grid-template-columns: 1fr;
  }

  .guest-hero-media {
    min-height: 520px;
  }

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

  .guest-confidence article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .guest-confidence article:nth-child(4) {
    border-top: 1px solid var(--line);
  }

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

@media (max-width: 760px) {
  .guest-hero {
    width: 100%;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .guest-hero-media {
    min-height: 420px;
  }

  .guest-hero-media figcaption {
    display: grid;
  }

  .guest-hero-media figcaption p {
    text-align: left;
  }

  .guest-hero-copy {
    padding: 34px 20px 42px;
  }

  .guest-hero-copy h1 {
    font-size: clamp(34px, 9.7vw, 42px);
    letter-spacing: -.042em;
    line-height: .99;
    text-wrap: wrap;
    overflow-wrap: normal;
    word-break: normal;
  }

  .guest-house-page .sticky-cta {
    right: 12px;
    bottom: 12px;
    left: auto;
    width: auto;
    max-width: calc(100vw - 24px);
    padding: 12px 16px;
    font-size: 13px;
    text-align: center;
  }

  .guest-priorities,
  .guest-confidence-grid,
  .guest-section-heading,
  .guest-local-grid,
  .guest-economics,
  .guest-process,
  .guest-proof {
    grid-template-columns: 1fr;
  }

  .guest-priorities div + div {
    border-left: 0;
  }

  .guest-confidence-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .guest-confidence-grid::-webkit-scrollbar {
    display: none;
  }

  .guest-confidence article,
  .guest-confidence article:nth-child(3),
  .guest-confidence article:nth-child(4) {
    flex: 0 0 min(82vw, 320px);
    border-top: 0;
    border-left: 0;
    scroll-snap-align: start;
  }

  .guest-confidence article + article {
    border-left: 1px solid var(--line);
  }

  .guest-comparison-head {
    display: none;
  }

  .guest-comparison-row {
    display: grid;
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .guest-comparison-row > * {
    padding: 4px 0;
  }

  .guest-faq,
  .guest-link-grid {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .guest-faq::-webkit-scrollbar,
  .guest-link-grid::-webkit-scrollbar {
    display: none;
  }

  .guest-faq > *,
  .guest-link-grid > * {
    flex: 0 0 min(82vw, 340px);
    scroll-snap-align: start;
  }
}
