:root {
  --ink: #151815;
  --ink-deep: #090b09;
  --paper: #eee9de;
  --paper-deep: #d7cdbc;
  --warm: #c5a059;
  --green: #9fb393;
  --line-light: rgba(21, 24, 21, 0.18);
  --line-dark: rgba(238, 233, 222, 0.18);
  --serif: "Fraunces Variable", Georgia, serif;
  --sans: "Inter Variable", "Helvetica Neue", Arial, sans-serif;
  --mono: "Inter Variable", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
}

button,
a {
  color: inherit;
  font: inherit;
}

button {
  cursor: pointer;
}

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

a:focus-visible,
button:focus-visible {
  outline: 2px solid #704e25;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  min-height: 76px;
  padding: 0 clamp(20px, 4vw, 68px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(21, 24, 21, 0.16);
}

.brand,
.site-header p,
.site-header nav a {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header p {
  margin: 0;
  color: rgba(21, 24, 21, 0.52);
}

.site-header p span {
  margin: 0 8px;
  color: #806230;
}

.site-header nav {
  justify-self: end;
  display: flex;
  gap: clamp(18px, 3vw, 42px);
}

.intro {
  min-height: 78svh;
  padding: 150px clamp(20px, 8vw, 150px) 80px;
  display: grid;
  align-content: center;
  background:
    radial-gradient(circle at 82% 18%, rgba(159, 179, 147, 0.2), transparent 28rem),
    var(--paper);
}

.eyebrow {
  margin: 0 0 22px;
  color: #6c532d;
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.intro h1,
.section-heading h2,
.route-cards h2,
.preference h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 300;
  letter-spacing: -0.055em;
}

.intro h1 {
  max-width: 1100px;
  font-size: clamp(80px, 12vw, 188px);
  line-height: 0.76;
}

.intro h1 em {
  color: #708268;
  font-weight: 300;
}

.intro > p:not(.eyebrow) {
  max-width: 510px;
  margin: 36px 0 0;
  color: rgba(21, 24, 21, 0.62);
  font-size: 14px;
  line-height: 1.8;
}

.intro > a {
  width: fit-content;
  margin-top: 34px;
  padding: 14px 0;
  display: inline-flex;
  gap: 56px;
  border-bottom: 1px solid rgba(21, 24, 21, 0.48);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.option-split {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: var(--paper);
  background: var(--ink-deep);
}

.option {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.option-a {
  background-image: url("/assets/plan-comparison/responsive-jpeg/plan-a/a-living-1440.jpg");
}

.option-b {
  border-left: 1px solid rgba(238, 233, 222, 0.28);
  background-image: url("/assets/plan-comparison/responsive-jpeg/plan-b/b-living-1440.jpg");
}

.option::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-position: center;
  background-size: cover;
  transition: transform 1.1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.option:hover::before,
.option:focus-within::before {
  transform: scale(1.025);
}

.option-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(0deg, rgba(6, 8, 6, 0.94) 0%, rgba(6, 8, 6, 0.42) 50%, rgba(6, 8, 6, 0.16) 100%),
    linear-gradient(90deg, rgba(6, 8, 6, 0.3), transparent 70%);
}

.option-copy {
  position: relative;
  z-index: 2;
  padding: clamp(36px, 6vw, 92px);
}

.option-copy > p,
.option-copy > span,
.option-copy > a {
  font-family: var(--mono);
  text-transform: uppercase;
}

.option-copy > p {
  margin: 0 0 14px;
  color: var(--warm);
  font-size: 8px;
  letter-spacing: 0.14em;
}

.option-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(78px, 9vw, 142px);
  font-weight: 300;
  line-height: 0.8;
  letter-spacing: -0.055em;
}

.option-copy strong,
.option-copy > span {
  display: block;
}

.option-copy strong {
  margin-top: 22px;
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 300;
}

.option-copy > span {
  margin-top: 8px;
  color: rgba(238, 233, 222, 0.6);
  font-size: 8px;
  letter-spacing: 0.12em;
}

.option-copy > a {
  width: fit-content;
  margin-top: 30px;
  padding: 14px 0;
  display: flex;
  gap: 50px;
  border-bottom: 1px solid rgba(238, 233, 222, 0.55);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.option-copy > a i {
  color: var(--warm);
  font-style: normal;
}

.disclosure {
  padding: 28px clamp(22px, 4vw, 68px);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 36px;
  align-items: baseline;
  color: var(--paper);
  background: var(--ink);
}

.disclosure p {
  margin: 0;
}

.disclosure p {
  color: var(--warm);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.disclosure strong {
  justify-self: end;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 300;
  text-align: right;
}

.section-shell {
  padding: clamp(84px, 10vw, 150px) clamp(22px, 6vw, 100px);
}

.section-heading h2,
.route-cards h2 {
  font-size: clamp(58px, 8vw, 120px);
  line-height: 0.88;
}

.visual-story {
  color: var(--paper);
  background: var(--ink-deep);
}

.visual-story-heading {
  min-height: 64svh;
  padding: clamp(90px, 12vw, 180px) clamp(22px, 7vw, 120px);
  display: grid;
  align-content: center;
}

.visual-story-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(70px, 11vw, 166px);
  font-weight: 300;
  line-height: 0.82;
  letter-spacing: -0.06em;
}

.visual-story-heading h2 em {
  color: var(--warm);
  font-weight: 300;
}

.visual-chapter {
  position: relative;
  margin: 0;
  background: #050605;
}

.visual-chapter img {
  width: 100%;
  height: auto;
}

.visual-chapter::after {
  content: none;
}

.visual-chapter figcaption {
  position: static;
  min-height: 132px;
  padding: clamp(20px, 3vw, 42px);
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--paper);
  border-top: 1px solid var(--line-dark);
  background: var(--ink);
}

.visual-chapter figcaption > span {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--warm);
  font-family: var(--serif);
  font-size: 34px;
  font-style: italic;
}

.visual-chapter figcaption small {
  display: block;
  margin-bottom: 7px;
  color: var(--warm);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.visual-chapter figcaption strong {
  font-family: var(--serif);
  font-size: clamp(27px, 3.2vw, 48px);
  font-weight: 300;
  line-height: 0.95;
}

.visual-duet {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line-dark);
}

.plans-section {
  background: var(--paper-deep);
}

.plans-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
}

.floor-switch {
  display: flex;
  border-bottom: 1px solid rgba(21, 24, 21, 0.3);
}

.floor-switch button {
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  color: rgba(21, 24, 21, 0.52);
  background: transparent;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.floor-switch button[aria-selected="true"] {
  color: var(--paper);
  background: var(--ink);
}

.plan-pair {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.plan-pair figure {
  margin: 0;
  padding: 18px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  color: var(--ink);
  background: var(--paper);
}

.plan-pair figure > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.plan-pair figure > div span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
}

.plan-pair figure > div p {
  margin: 0;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.plan-pair img {
  width: 100%;
  height: min(70svh, 820px);
  margin-top: 18px;
  object-fit: contain;
  background: white;
}

.plan-pair figcaption {
  padding-top: 14px;
  color: rgba(21, 24, 21, 0.58);
  font-size: 11px;
}

.room-compare {
  color: var(--paper);
  background: var(--ink);
}

.room-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 60px;
}

.room-heading > p {
  max-width: 430px;
  margin: 0;
  color: rgba(238, 233, 222, 0.58);
  font-size: 12px;
  line-height: 1.75;
}

.room-display-note {
  margin-top: 44px;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.room-display-note span,
.room-display-note p {
  margin: 0;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.room-display-note span {
  color: var(--warm);
}

.room-display-note p {
  color: rgba(238, 233, 222, 0.48);
  text-align: right;
}

.room-tabs {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.room-tabs button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(238, 233, 222, 0.28);
  color: rgba(238, 233, 222, 0.62);
  background: transparent;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.room-tabs button[aria-selected="true"],
.room-tabs button:hover {
  color: var(--ink);
  background: var(--warm);
  border-color: var(--warm);
}

.room-locator {
  margin-top: 22px;
  border: 1px solid rgba(238, 233, 222, 0.2);
  background: #0d100d;
}

.room-locator > header {
  min-height: 92px;
  padding: 18px clamp(18px, 3vw, 34px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid rgba(238, 233, 222, 0.18);
}

.room-locator > header p,
.locator-progress span,
.locator-progress a,
.locator-plans figcaption p,
.locator-nav button {
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.room-locator > header p {
  margin: 0 0 6px;
  color: var(--warm);
}

.room-locator > header h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(27px, 3.5vw, 46px);
  font-weight: 300;
  line-height: 1;
}

.locator-progress {
  display: grid;
  justify-items: end;
  gap: 9px;
}

.locator-progress span {
  color: var(--warm);
}

.locator-progress a {
  color: rgba(238, 233, 222, 0.58);
  text-underline-offset: 4px;
}

.locator-plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(238, 233, 222, 0.2);
}

.locator-plans figure {
  min-width: 0;
  margin: 0;
  padding: 16px;
  background: #e7e1d5;
}

.locator-plans figcaption {
  min-height: 34px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
}

.locator-plans figcaption span {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
}

.locator-plans figcaption p {
  margin: 0;
}

.locator-plan-image {
  position: relative;
  width: fit-content;
  height: min(58svh, 620px);
  margin: 0 auto;
  background: white;
}

.locator-plan-image img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.locator-marker {
  --marker-x: 50%;
  --marker-y: 50%;
  position: absolute;
  z-index: 2;
  left: var(--marker-x);
  top: var(--marker-y);
  width: clamp(34px, 4vw, 52px);
  height: clamp(34px, 4vw, 52px);
  border: 2px solid #8f5f20;
  border-radius: 50%;
  background: rgba(197, 160, 89, 0.22);
  box-shadow:
    0 0 0 5px rgba(255, 255, 255, 0.82),
    0 4px 18px rgba(21, 24, 21, 0.22);
  transform: translate(-50%, -50%);
}

.locator-marker i {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8f5f20;
  transform: translate(-50%, -50%);
}

.locator-nav {
  min-height: 56px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(238, 233, 222, 0.18);
}

.locator-nav button {
  min-width: 146px;
  padding: 0 22px;
  border: 0;
  color: rgba(238, 233, 222, 0.74);
  background: transparent;
}

.locator-nav button:first-child {
  text-align: left;
}

.locator-nav button:last-child {
  text-align: right;
}

.locator-nav button:hover {
  color: var(--ink);
  background: var(--warm);
}

.room-pair {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.room-pair figure {
  margin: 0;
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(112px, auto);
  border: 0;
  background: #050605;
}

.room-pair picture,
.room-pair img {
  display: block;
}

.room-pair picture {
  min-width: 0;
  background: #050605;
}

.room-pair img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  background: #050605;
}

.room-pair figcaption {
  position: static;
  min-height: 112px;
  padding: clamp(16px, 2.2vw, 30px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 16px;
  align-content: center;
  border-top: 1px solid var(--line-dark);
  background: #101310;
}

.room-plan-mark {
  grid-row: 1 / 3;
  width: 46px;
  height: 46px;
  margin: 0;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--warm);
  font-family: var(--serif);
  font-size: 31px;
  font-style: italic;
}

.room-label {
  grid-column: 2;
  margin: 0;
  color: var(--warm);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.room-pair h3 {
  grid-column: 2;
  max-width: 520px;
  margin: 5px 0 0;
  font-family: var(--serif);
  font-size: clamp(25px, 3vw, 44px);
  font-weight: 300;
  line-height: 1;
}

.room-bridge {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0 auto;
  padding: 16px clamp(18px, 4vw, 56px);
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  align-items: baseline;
  justify-content: center;
  border-top: 1px solid rgba(197, 160, 89, 0.46);
  border-bottom: 0;
  background: var(--ink);
}

.room-bridge > p:first-child {
  margin: 0;
  color: var(--warm);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.room-bridge h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 300;
}

.room-bridge > p:last-child {
  display: none;
}

.loading-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 24px;
  color: rgba(238, 233, 222, 0.58);
  font-family: var(--mono);
  font-size: 9px;
}

.route-cards {
  padding: clamp(80px, 10vw, 150px) clamp(22px, 6vw, 100px);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 18px;
  background: var(--paper);
}

.route-cards > div {
  padding-right: clamp(20px, 4vw, 60px);
}

.route-card {
  min-height: 420px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--paper);
  border: 1px solid var(--line-dark);
  background: var(--ink);
  text-decoration: none;
}

.route-card::before {
  content: "";
  min-height: 230px;
  margin: -28px -28px 28px;
  flex: 0 0 230px;
  background-position: center;
  background-size: cover;
}

.route-a::before {
  background-image: url("/assets/plan-comparison/responsive-jpeg/plan-a/a-living-1440.jpg");
}

.route-b::before {
  background-image: url("/assets/plan-comparison/responsive-jpeg/plan-b/b-living-1440.jpg");
}

.route-card > span {
  font-family: var(--mono);
  font-size: 8px;
}

.route-card strong {
  margin-top: auto;
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 300;
}

.route-card p {
  margin: 12px 0 0;
  color: rgba(238, 233, 222, 0.62);
  font-size: 10px;
  line-height: 1.6;
}

.route-card i {
  margin-top: 24px;
  color: var(--warm);
  font-style: normal;
  font-size: 22px;
}

.preference {
  min-height: 100svh;
  padding: clamp(90px, 12vw, 180px) clamp(22px, 9vw, 160px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--paper);
  background:
    radial-gradient(circle at 82% 18%, rgba(216, 185, 130, 0.13), transparent 30rem),
    var(--ink-deep);
}

.preference h2 {
  max-width: 1050px;
  font-size: clamp(72px, 11vw, 170px);
  line-height: 0.79;
}

.preference-lede {
  margin: 34px 0 0;
  color: rgba(238, 233, 222, 0.58);
  font-size: 12px;
}

.preference-options {
  max-width: 1050px;
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.preference-options button {
  min-height: 116px;
  padding: 22px;
  border: 1px solid rgba(238, 233, 222, 0.28);
  display: grid;
  grid-template-columns: 58px 1fr auto;
  align-items: center;
  gap: 18px;
  color: var(--paper);
  background: transparent;
  text-align: left;
}

.preference-options button > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--serif);
  font-size: 34px;
  font-style: italic;
}

.preference-options strong,
.preference-options small {
  display: block;
}

.preference-options strong {
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 300;
}

.preference-options small {
  margin-top: 5px;
  color: rgba(238, 233, 222, 0.48);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.preference-options i {
  color: var(--warm);
  font-style: normal;
  font-size: 26px;
}

.preference-options button:hover,
.preference-options button[aria-pressed="true"] {
  border-color: var(--warm);
  background: rgba(216, 185, 130, 0.09);
}

.preference-options button[aria-pressed="true"] i {
  color: var(--warm);
}

.preference-result {
  max-width: 1050px;
  min-height: 46px;
  margin-top: 22px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line-dark);
}

.preference-result p {
  margin: 0;
  color: rgba(238, 233, 222, 0.68);
  font-size: 11px;
}

.preference-result button {
  padding: 0;
  border: 0;
  color: rgba(238, 233, 222, 0.48);
  background: transparent;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

footer {
  padding: 28px clamp(22px, 4vw, 68px);
  display: flex;
  justify-content: space-between;
  gap: 40px;
  color: var(--paper);
  border-top: 1px solid var(--line-dark);
  background: var(--ink-deep);
}

footer p {
  max-width: 620px;
  margin: 0;
  color: rgba(238, 233, 222, 0.46);
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .disclosure {
    grid-template-columns: auto 1fr;
  }

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

  .route-cards > div {
    grid-column: 1 / -1;
    margin-bottom: 34px;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header > p {
    display: none;
  }

  .option-split,
  .plan-pair {
    grid-template-columns: 1fr;
  }

  .option,
  .option-split {
    min-height: 0;
  }

  .option {
    min-height: 78svh;
  }

  .option-b {
    border-top: 1px solid rgba(238, 233, 222, 0.28);
    border-left: 0;
  }

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

  .disclosure strong {
    justify-self: start;
    text-align: left;
  }

  .visual-duet {
    grid-template-columns: 1fr;
  }

  .plans-heading,
  .room-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .plan-pair img {
    height: min(72svh, 740px);
  }

  .room-pair figure {
    grid-template-rows: auto 48px;
  }

  .locator-plan-image {
    height: min(52svh, 500px);
  }

  .room-pair figcaption {
    min-height: 48px;
    padding: 8px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    place-items: center;
    background: #101310;
  }

  .room-pair .room-label,
  .room-pair figcaption h3 {
    display: none;
  }

  .room-pair .room-plan-mark {
    width: 32px;
    height: 32px;
    margin: 0;
    font-size: 22px;
  }

  .room-bridge {
    width: 100%;
    margin-block: 0;
    grid-template-columns: auto auto;
    gap: 12px;
  }

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

  .route-cards > div {
    grid-column: auto;
  }

  .preference-options {
    grid-template-columns: 1fr;
  }

  footer {
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 430px) {
  .site-header {
    min-height: 64px;
    padding-inline: 16px;
  }

  .site-header nav {
    gap: 14px;
  }

  .intro,
  .section-shell,
  .route-cards,
  .preference {
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro h1 {
    font-size: clamp(70px, 25vw, 110px);
  }

  .option-copy {
    padding: 26px 18px 36px;
  }

  .visual-story-heading {
    min-height: 54svh;
    padding-inline: 16px;
  }

  .visual-chapter figcaption {
    padding: 18px;
    gap: 12px;
    min-height: 100px;
  }

  .visual-chapter figcaption > span,
  .room-plan-mark {
    width: 42px;
    height: 42px;
    font-size: 27px;
  }

  .visual-chapter figcaption strong {
    font-size: clamp(24px, 8vw, 38px);
  }

  .room-plan-mark {
    margin-bottom: 8px;
  }

  .room-pair .room-plan-mark {
    width: 32px;
    height: 32px;
    margin: 0;
    font-size: 22px;
  }

  .room-pair h3 {
    font-size: clamp(25px, 8vw, 36px);
  }

  .floor-switch {
    width: 100%;
  }

  .floor-switch button {
    flex: 1;
  }

  .room-tabs {
    margin-inline: -16px;
    padding-inline: 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .room-tabs::-webkit-scrollbar {
    display: none;
  }

  .room-tabs button {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .room-locator > header {
    align-items: flex-start;
  }

  .locator-plans figure {
    padding: 8px;
  }

  .locator-plans figcaption {
    margin-bottom: 8px;
  }

  .locator-plans figcaption p {
    display: none;
  }

  .locator-plan-image {
    height: min(44svh, 370px);
  }

  .locator-marker {
    width: 34px;
    height: 34px;
    box-shadow:
      0 0 0 3px rgba(255, 255, 255, 0.82),
      0 3px 12px rgba(21, 24, 21, 0.24);
  }

  .locator-nav button {
    min-width: 0;
    padding-inline: 16px;
  }

  .preference-options button {
    grid-template-columns: 48px 1fr auto;
    padding: 16px;
  }

  .preference-options button > span {
    width: 48px;
    height: 48px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
