:root {
  --paper: #f6f1e9;
  --paper-soft: #e7dfd3;
  --ink: #1d1d1d;
  --muted: #71695f;
  --line: rgba(29, 29, 29, 0.14);
  --accent: #fdbb30;
  --accent-dark: #6f4c00;
  --white: #fffaf1;
  --radius: 8px;
  --shadow: 0 26px 80px rgba(24, 19, 13, 0.22);
  --font-sans: HalyardDisplay, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-display: DomaineDisplayNarrow, "Bodoni 72", Didot, "Iowan Old Style", Georgia, serif;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

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

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 30;
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink);
  border-radius: 999px;
  transform: translateY(-140%);
  transition: transform 0.2s ease;
}

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

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  width: 100%;
  min-height: 74px;
  padding: 14px 24px;
  color: white;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  text-decoration: none;
  line-height: 0;
}

.brand-logo {
  display: block;
  width: 172px;
  height: auto;
  opacity: 0.94;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.24));
}

.menu-button,
.account,
.settings,
.search-card button,
.home-meta button {
  border: 0;
  cursor: pointer;
}

.menu-button,
.account {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #1d1d1d;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
}

.menu-button {
  flex-direction: column;
  gap: 7px;
  justify-self: start;
}

.menu-button span,
.account span {
  display: block;
  width: 20px;
  height: 1px;
  background: currentColor;
}

.account {
  gap: 4px;
  flex-direction: column;
}

.account span:last-child {
  width: 12px;
  margin-left: 8px;
}

.nav-links {
  display: none;
  justify-self: start;
  gap: 24px;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
}

.nav-links a {
  text-decoration: none;
  opacity: 0.88;
}

.nav-links a:hover {
  opacity: 1;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 10px;
}

.language-control,
.currency-control {
  position: relative;
}

.settings {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 42px;
  min-width: 92px;
  padding: 0 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #1d1d1d;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.language-toggle {
  min-width: 72px;
}

.currency-toggle {
  min-width: 78px;
}

.language-toggle::after,
.currency-toggle::after {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.language-menu,
.currency-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  min-width: 190px;
  padding: 8px;
  border: 1px solid rgba(29, 29, 29, 0.1);
  border-radius: 12px;
  background: rgba(255, 250, 241, 0.98);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.language-menu.open,
.currency-menu.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.language-menu button,
.currency-menu button {
  min-height: 38px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  padding: 0 12px;
}

.language-menu button:hover,
.language-menu button.active,
.currency-menu button:hover,
.currency-menu button.active {
  background: rgba(253, 187, 48, 0.22);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  color: white;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.hero-image {
  filter: saturate(0.98) contrast(1.02);
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.18) 42%, rgba(0, 0, 0, 0.58)),
    radial-gradient(circle at 52% 30%, rgba(255, 255, 255, 0.12), transparent 36%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100% - 40px));
  padding: 98px 0 176px;
  text-align: center;
}

.hero-kicker {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 980px;
  margin: 0 auto;
  font-family: var(--font-display);
  font-size: clamp(42px, 5.8vw, 78px);
  font-weight: 400;
  line-height: 0.94;
  white-space: normal;
}

.hero-copy {
  max-width: 570px;
  margin: 22px auto 0;
  font-size: clamp(18px, 2vw, 23px);
  color: rgba(255, 255, 255, 0.94);
}

.hero-actions {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.hero-secondary {
  margin-top: 0;
  border-color: rgba(255, 255, 255, 0.86);
  color: #fffaf1;
}

.hero-secondary:hover {
  background: #fffaf1;
  color: #201b17;
}

.search-card {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 28px;
  display: grid;
  grid-template-columns: minmax(142px, 0.85fr) minmax(142px, 0.85fr) minmax(124px, 0.7fr) minmax(190px, 1fr) auto;
  width: min(1040px, calc(100% - 40px));
  min-height: 84px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 12px;
  background: rgba(255, 250, 241, 0.97);
  color: var(--ink);
  box-shadow: var(--shadow);
  transform: translateX(-50%);
}

.search-card label {
  display: grid;
  gap: 2px;
  padding: 16px 20px;
  border-right: 1px solid var(--line);
}

.search-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.search-card input,
.search-card select {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 19px;
  font-weight: 500;
}

.search-card select {
  appearance: none;
  cursor: pointer;
}

.search-card input[type="date"] {
  font-size: 17px;
}

.search-card button {
  min-width: 150px;
  background: var(--accent);
  color: #1d1d1d;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.2s ease;
}

.search-card button:hover {
  background: #ffc84b;
}

.search-card button:active,
.home-meta button:active,
.cta-link:active {
  transform: translateY(1px);
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-band div {
  min-height: 126px;
  padding: 32px;
  background: var(--paper);
}

.intro-band strong,
.intro-band span {
  display: block;
}

.intro-band strong {
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.05;
}

.intro-band span {
  color: var(--muted);
}

.trust-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 40px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0 54px;
  align-items: start;
}

.trust-copy h2,
.statement-section h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(42px, 5.4vw, 76px);
  font-weight: 400;
  line-height: 0.98;
}

.trust-copy p,
.statement-section p {
  max-width: 580px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.trust-points,
.promise-grid,
.testimonial-grid,
.guide-grid {
  display: grid;
  gap: 16px;
}

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

.trust-card,
.promise-card,
.testimonial-card,
.guide-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 46px rgba(24, 19, 13, 0.1);
}

.trust-card {
  min-height: 172px;
  padding: 24px;
}

.trust-card h3,
.promise-card h3,
.guide-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.05;
}

.trust-card p,
.promise-card p,
.testimonial-card p,
.guide-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.direct-booking-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 28px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 18px;
  align-items: stretch;
}

.direct-booking-band > div:first-child {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
}

.direct-booking-band h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 5vw, 74px);
  font-weight: 400;
  line-height: 0.98;
}

.direct-booking-band .section-kicker {
  color: rgba(255, 255, 255, 0.68);
}

.direct-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.direct-points article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 180px;
  padding: 24px;
  background: var(--white);
}

.direct-points strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 400;
  line-height: 1.05;
}

.direct-points span {
  color: var(--muted);
}

.statement-section {
  width: min(940px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0;
  text-align: center;
}

.statement-section p {
  margin-left: auto;
  margin-right: auto;
}

.priority-homes {
  padding-top: 84px;
}

.priority-homes .home-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 920px;
  margin: 0 auto;
}

.airbnb-qa {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: start;
  padding-top: 28px;
}

.qa-grid {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.qa-grid article {
  display: grid;
  gap: 10px;
  min-height: 122px;
  padding: 24px;
  background: var(--white);
}

.qa-grid strong {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 400;
  line-height: 1.04;
}

.qa-grid span {
  color: var(--muted);
}

.location-access {
  padding-top: 74px;
}

.access-kicker {
  margin: 0 0 12px !important;
  color: var(--accent-dark) !important;
  font-size: 13px !important;
  font-weight: 800;
  text-transform: uppercase;
}

.access-visual-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 18px;
  margin-top: 34px;
}

.access-hero-card,
.access-stack article {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--paper-soft);
  color: #fffaf1;
  box-shadow: 0 18px 54px rgba(24, 19, 13, 0.13);
  isolation: isolate;
}

.access-hero-card {
  min-height: 560px;
}

.access-hero-card img,
.access-stack img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: -2;
}

.access-hero-card::before,
.access-stack article::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.68));
  z-index: -1;
}

.access-hero-card:hover img,
.access-stack article:hover img {
  transform: scale(1.035);
}

.access-hero-card div {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
}

.access-hero-card span,
.access-stack span {
  display: block;
  color: rgba(255, 250, 241, 0.8);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.access-hero-card strong {
  display: block;
  max-width: 540px;
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 400;
  line-height: 0.98;
}

.access-stack {
  display: grid;
  gap: 18px;
}

.access-stack article {
  min-height: 174px;
}

.access-stack span {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.access-motion::after {
  position: absolute;
  left: -30%;
  top: 0;
  width: 30%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 250, 241, 0.34), transparent);
  animation: access-scan 3.4s ease-in-out infinite;
  pointer-events: none;
}

.access-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.route-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.route-map div {
  padding: 26px;
  background: var(--white);
}

.route-map span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.route-map strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.02;
}

.route-map p {
  margin: 12px 0 0;
  color: var(--muted);
}

.access-point-card {
  min-height: 156px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 46px rgba(24, 19, 13, 0.1);
}

.access-point-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 29px;
  font-weight: 400;
  line-height: 1.04;
}

.access-point-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

@keyframes access-scan {
  0% {
    transform: translateX(0);
    opacity: 0;
  }

  24%,
  58% {
    opacity: 1;
  }

  100% {
    transform: translateX(430%);
    opacity: 0;
  }
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0;
}

.section-copy {
  max-width: 740px;
  margin-bottom: 38px;
}

.section-copy.compact {
  max-width: 640px;
}

.section h2,
.standard h2,
.cta-section h2,
.location-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(42px, 5.5vw, 76px);
  font-weight: 400;
  line-height: 0.98;
}

.section p,
.standard p,
.cta-section p,
.location-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  max-width: 660px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.85fr 0.85fr;
  grid-auto-rows: minmax(250px, 1fr);
  gap: 18px;
}

.gallery-tile {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--paper-soft);
  box-shadow: 0 16px 46px rgba(24, 19, 13, 0.12);
}

.gallery-tile.wide {
  grid-column: span 2;
}

.gallery-tile.tall {
  grid-row: span 2;
}

.gallery-tile img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-tile:hover img {
  transform: scale(1.035);
}

.gallery-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -12px 0 24px;
}

.gallery-toolbar button {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-weight: 600;
}

.gallery-toolbar button.active,
.gallery-toolbar button:hover {
  background: var(--ink);
  color: var(--white);
}

.gallery-card-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.9fr);
  grid-auto-rows: minmax(280px, auto);
  gap: 18px;
}

.gallery-entry-card {
  position: relative;
  display: grid;
  min-height: 280px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--paper-soft);
  color: #fffaf1;
  text-decoration: none;
  box-shadow: 0 18px 54px rgba(24, 19, 13, 0.13);
  isolation: isolate;
}

.gallery-entry-card.primary {
  grid-row: span 2;
  min-height: 578px;
}

.gallery-entry-card img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.03);
  transform: scale(1.01);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), filter 0.8s ease;
  z-index: -2;
}

.gallery-entry-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.7));
  z-index: -1;
}

.gallery-entry-card.motion::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(115deg, transparent 12%, rgba(255, 250, 241, 0.24) 48%, transparent 76%);
  opacity: 0;
  transform: translateX(-80%);
  pointer-events: none;
}

.gallery-entry-card:hover img {
  filter: saturate(1.05) contrast(1.06);
  transform: scale(1.04);
}

.gallery-entry-card.motion:hover::after {
  animation: card-sheen 1.2s ease;
  opacity: 1;
}

.gallery-entry-body {
  align-self: end;
  width: min(470px, 100%);
  padding: 28px;
}

.gallery-entry-body p,
.gallery-entry-body span,
.gallery-entry-body strong {
  display: block;
}

.gallery-entry-body p {
  margin: 0 0 10px;
  color: rgba(255, 250, 241, 0.78);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.gallery-entry-body h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 400;
  line-height: 0.98;
}

.gallery-entry-body span {
  max-width: 380px;
  margin-top: 12px;
  color: rgba(255, 250, 241, 0.84);
}

.gallery-entry-body strong {
  width: fit-content;
  margin-top: 20px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #fffaf1;
  color: #1d1d1d;
  font-size: 14px;
}

.full-gallery-grid,
.room-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}

.photo-card {
  position: relative;
  min-height: 230px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--paper-soft);
  box-shadow: 0 14px 38px rgba(24, 19, 13, 0.1);
}

.photo-card.large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 474px;
}

.photo-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.photo-card figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(29, 29, 29, 0.72);
  color: #fffaf1;
  font-size: 12px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.home-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: start;
}

.home-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 46px rgba(24, 19, 13, 0.1);
  color: inherit;
  text-decoration: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.home-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(24, 19, 13, 0.16);
}

.home-card.raised {
  margin-top: 48px;
}

.home-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.home-body {
  padding: 24px;
}

.home-body .city {
  margin: 0 0 9px;
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-body h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.02;
}

.home-body p:not(.city) {
  margin: 12px 0 0;
  color: var(--muted);
}

.home-body .best-for {
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--accent-dark);
  font-size: 14px;
  font-weight: 700;
}

.home-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 24px;
}

.home-meta span {
  font-weight: 600;
}

.home-action {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  white-space: nowrap;
}

.home-meta button,
.cta-link,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.home-meta button:hover,
.cta-link:hover,
.text-link:hover {
  background: #3a332d;
}

.text-link {
  margin-top: 24px;
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}

.text-link:hover {
  background: var(--ink);
  color: var(--white);
}

.standard {
  padding: 92px 20px;
  background: #21201e;
  color: var(--white);
}

.standard-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  width: min(1180px, 100%);
  margin: 0 auto;
  align-items: start;
}

.standard p {
  color: rgba(255, 250, 241, 0.74);
}

.section-kicker {
  margin: 0 0 12px !important;
  color: rgba(255, 250, 241, 0.66) !important;
  font-size: 13px !important;
  font-weight: 800;
  text-transform: uppercase;
}

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

.promise-card {
  min-height: 230px;
  padding: 26px;
  border-color: rgba(255, 250, 241, 0.14);
  background: rgba(255, 250, 241, 0.07);
}

.promise-card h3 {
  color: #fffaf1;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.checks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.checks li {
  min-height: 154px;
  padding: 23px;
  border: 1px solid rgba(255, 250, 241, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.06);
}

.checks strong,
.checks span {
  display: block;
}

.checks strong {
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.05;
}

.checks span {
  color: rgba(255, 250, 241, 0.7);
}

.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 88px 0;
}

.cta-section p {
  max-width: 560px;
}

.testimonial-grid {
  grid-template-columns: repeat(4, 1fr);
}

.guide-grid {
  grid-template-columns: repeat(4, 1fr);
}

.guide-card {
  min-height: 230px;
  padding: 26px;
}

.guide-card > span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 800;
}

.testimonial-card {
  min-height: 250px;
  padding: 26px;
}

.testimonial-card p {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1.12;
}

.testimonial-card span {
  display: block;
  margin-top: 22px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.cta-actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.site-footer,
footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 30px 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

footer a {
  color: var(--ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.site-footer {
  gap: 36px;
  align-items: flex-start;
}

.footer-brand {
  display: grid;
  gap: 5px;
  min-width: 180px;
}

.footer-brand strong,
.footer-columns strong {
  color: var(--ink);
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 24px;
  max-width: 820px;
}

.footer-columns div {
  display: grid;
  gap: 6px;
}

.footer-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.footer-columns a {
  color: var(--ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.image-credits {
  flex-basis: 100%;
  width: 100%;
  max-width: 980px;
  color: rgba(113, 105, 95, 0.82);
  font-size: 12px;
}

.image-credits summary {
  width: fit-content;
  cursor: pointer;
  color: var(--ink);
  font-weight: 700;
}

.image-credits span {
  display: block;
  margin-top: 8px;
}

.enquiry-section {
  padding-top: 40px;
}

.enquiry-panel {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 46px rgba(24, 19, 13, 0.08);
}

.detail-bottom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 70px;
  padding: 34px;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
}

.detail-bottom-cta h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 400;
  line-height: 0.98;
}

.detail-bottom-cta .section-kicker {
  color: rgba(255, 250, 241, 0.72);
}

.enquiry-panel textarea {
  width: 100%;
  min-height: 220px;
  resize: vertical;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  line-height: 1.5;
}

.enquiry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.enquiry-actions button {
  border: 0;
  cursor: pointer;
}

.enquiry-note {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.detail-page {
  background: var(--paper);
}

.detail-header {
  position: relative;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}

.detail-header .brand-logo {
  filter: drop-shadow(0 10px 20px rgba(42, 35, 25, 0.16));
}

.faq-hero img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.faq-section {
  padding-top: 28px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.faq-item h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 400;
  line-height: 1.08;
}

.faq-item p {
  margin: 0;
  color: var(--muted);
}

.faq-cta {
  display: grid;
  gap: 14px;
  margin-top: 28px;
  padding: clamp(26px, 4vw, 42px);
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
}

.faq-cta h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.02;
}

.faq-cta p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.faq-cta .cta-link {
  width: fit-content;
  background: var(--white);
  color: var(--ink);
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 34px;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 74px 0 58px;
}

.detail-hero h1 {
  max-width: 680px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(54px, 7vw, 92px);
  font-weight: 400;
  line-height: 0.96;
}

.detail-hero .hero-kicker {
  color: var(--accent-dark);
}

.detail-hero .hero-copy {
  margin: 22px 0 0;
  color: var(--muted);
}

.detail-hero img {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(24, 19, 13, 0.16);
}

.back-link {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--muted);
  font-weight: 600;
  text-decoration: none;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  align-items: center;
}

.rate-pill {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 700;
}

.detail-board {
  padding-top: 38px;
}

.detail-decision {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  padding-top: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.detail-decision article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 150px;
  padding: 24px;
  background: var(--white);
}

.detail-decision strong {
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.detail-decision p {
  margin: 0;
  color: var(--muted);
}

.floating-conversion {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  pointer-events: none;
}

.floating-availability,
.site-qr-card {
  pointer-events: auto;
}

.floating-availability {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  order: 2;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 18px 48px rgba(24, 19, 13, 0.28);
}

.site-qr-card {
  display: grid;
  width: 138px;
  order: 1;
  gap: 8px;
  justify-items: center;
  padding: 10px 10px 12px;
  border: 1px solid rgba(48, 42, 35, 0.14);
  border-radius: 18px;
  background: rgba(255, 250, 241, 0.94);
  color: var(--ink);
  text-align: center;
  text-decoration: none;
  box-shadow: 0 22px 60px rgba(24, 19, 13, 0.2);
  backdrop-filter: blur(14px);
}

.site-qr-card img {
  width: 112px;
  height: 112px;
  display: block;
}

.site-qr-card span {
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 92px;
  z-index: 72;
  max-width: min(500px, calc(100% - 32px));
  padding: 14px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 56px 20px 28px;
  background: rgba(20, 17, 14, 0.84);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.lightbox.show {
  opacity: 1;
  pointer-events: auto;
}

.lightbox img {
  width: min(1100px, 100%);
  max-height: 78svh;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
}

.lightbox p {
  width: min(1100px, 100%);
  margin: 14px 0 0;
  color: #fffaf1;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: #fffaf1;
  color: #1d1d1d;
  cursor: pointer;
  font-weight: 700;
}

.lightbox-open {
  overflow: hidden;
}

@media (max-width: 860px) {
  .site-header {
    min-height: 68px;
    padding: 12px 14px;
  }

  .brand-logo {
    width: 128px;
  }

  .header-actions {
    gap: 6px;
  }

  .nav-links {
    display: none;
  }

  .settings {
    height: 38px;
    padding: 0 10px;
    font-size: 12px;
  }

  .language-menu {
    right: -48px;
  }

  .hero {
    min-height: 100svh;
    align-items: start;
  }

  .hero-image {
    object-position: 54% 50%;
  }

  .hero-content {
    width: calc(100% - 32px);
    padding: 98px 0 236px;
    text-align: left;
  }

  .hero h1 {
    max-width: 620px;
    margin-left: 0;
    font-size: clamp(48px, 14vw, 72px);
    line-height: 0.96;
    white-space: normal;
  }

  .hero-copy {
    max-width: 420px;
    margin-left: 0;
  }

  .search-card {
    grid-template-columns: 1fr;
    bottom: 16px;
    width: calc(100% - 28px);
    min-height: 0;
  }

  .search-card label {
    padding: 12px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .search-card input,
  .search-card select {
    font-size: 16px;
  }

  .search-card button {
    min-height: 54px;
  }

  .search-card .optional-field {
    display: none;
  }

  .intro-band,
  .trust-band,
  .direct-booking-band,
  .direct-points,
  .airbnb-qa,
  .home-grid,
  .priority-homes .home-grid,
  .access-visual-grid,
  .access-points,
  .route-map,
  .standard-panel,
  .promise-grid,
  .testimonial-grid,
  .guide-grid,
  .checks,
  .detail-decision,
  .detail-hero {
    grid-template-columns: 1fr;
  }

  .trust-band {
    width: calc(100% - 32px);
    gap: 26px;
    padding: 68px 0 30px;
  }

  .direct-booking-band {
    width: calc(100% - 32px);
    gap: 16px;
    padding: 20px 0 12px;
  }

  .direct-points article,
  .detail-decision article {
    min-height: auto;
  }

  .trust-points {
    grid-template-columns: 1fr;
  }

  .intro-band div {
    min-height: auto;
    padding: 22px 20px;
  }

  .section {
    width: calc(100% - 32px);
    padding: 70px 0;
  }

  .location-access {
    padding-top: 58px;
  }

  .access-hero-card {
    min-height: 430px;
  }

  .access-stack article {
    min-height: 220px;
  }

  .enquiry-panel {
    padding: 16px;
  }

  .priority-homes {
    padding-top: 62px;
  }

  .qa-grid article {
    min-height: auto;
    padding: 20px;
  }

  .statement-section {
    width: calc(100% - 32px);
    padding: 64px 0;
    text-align: left;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(250px, auto);
  }

  .gallery-card-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(260px, auto);
  }

  .gallery-entry-card,
  .gallery-entry-card.primary {
    grid-row: auto;
    min-height: 330px;
  }

  .full-gallery-grid,
  .room-gallery-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .photo-card,
  .photo-card.large {
    grid-column: auto;
    grid-row: auto;
    min-height: 210px;
  }

  .gallery-tile,
  .gallery-tile.wide,
  .gallery-tile.tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 250px;
  }

  .home-card.raised {
    margin-top: 0;
  }

  .testimonial-card,
  .promise-card,
  .guide-card {
    min-height: auto;
  }

  .floating-conversion {
    right: 14px;
    left: 14px;
    bottom: 14px;
    align-items: stretch;
  }

  .site-qr-card {
    display: none;
  }

  .floating-availability {
    min-height: 52px;
    width: 100%;
    padding: 0 18px;
  }

  body {
    padding-bottom: 84px;
  }

  .cta-actions {
    justify-content: flex-start;
  }

  .detail-hero {
    width: calc(100% - 32px);
    gap: 28px;
    padding: 42px 0 34px;
  }

  .detail-hero h1 {
    font-size: clamp(46px, 14vw, 70px);
  }

  .standard {
    padding: 70px 16px;
  }

  .standard-panel {
    gap: 30px;
  }

  .cta-section,
  .detail-bottom-cta,
  .site-footer,
  footer {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .cta-section {
    width: calc(100% - 32px);
    padding: 68px 0;
  }

  .detail-bottom-cta {
    width: calc(100% - 32px);
    margin-bottom: 48px;
    padding: 24px;
  }
}

@media (max-width: 520px) {
  .full-gallery-grid,
  .room-gallery-grid {
    grid-template-columns: 1fr;
  }

  .photo-card,
  .photo-card.large {
    min-height: 260px;
  }

  .gallery-entry-card,
  .gallery-entry-card.primary {
    min-height: 310px;
  }

  .gallery-entry-body {
    padding: 22px;
  }

  .gallery-entry-body h3 {
    font-size: 38px;
  }

  .language-toggle {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (prefers-reduced-motion: reduce) {
  .access-motion::after {
    animation: none;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --paper: #f6f1e9;
    --paper-soft: #e7dfd3;
    --ink: #1d1d1d;
    --muted: #71695f;
    --line: rgba(29, 29, 29, 0.14);
    --white: #fffaf1;
    --shadow: 0 26px 80px rgba(24, 19, 13, 0.22);
  }

  .search-card {
    background: rgba(255, 250, 241, 0.97);
  }

  .language-menu {
    border-color: rgba(29, 29, 29, 0.1);
    background: rgba(255, 250, 241, 0.98);
  }

  .language-menu button {
    color: #201b17;
  }

  .home-meta button,
  .home-action,
  .cta-link,
  .toast {
    background: #1d1d1d;
    color: #fffaf1;
  }

  .home-meta button:hover,
  .cta-link:hover {
    background: #3a332d;
  }

  .text-link {
    color: #1d1d1d;
    border-color: #1d1d1d;
  }

  .text-link:hover {
    background: #1d1d1d;
    color: #fffaf1;
  }

  .hero-secondary {
    color: #fffaf1;
    border-color: rgba(255, 255, 255, 0.86);
  }

  .hero-secondary:hover {
    background: #fffaf1;
    color: #1d1d1d;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}

@keyframes card-sheen {
  from {
    transform: translateX(-80%);
  }

  to {
    transform: translateX(80%);
  }
}
