:root {
  --bg: #f4efe6;
  --bg-soft: #efe3d1;
  --surface: rgba(255, 250, 242, 0.78);
  --surface-strong: rgba(255, 248, 237, 0.92);
  --ink: #19343e;
  --ink-soft: rgba(25, 52, 62, 0.76);
  --accent: #dc7f52;
  --accent-deep: #c96237;
  --sea: #246b67;
  --pine: #1f514f;
  --sand: #d5b070;
  --line: rgba(25, 52, 62, 0.12);
  --shadow: 0 20px 60px rgba(18, 39, 47, 0.16);
  --shadow-soft: 0 14px 34px rgba(18, 39, 47, 0.12);
  --radius-xl: 2rem;
  --radius-lg: 1.4rem;
  --radius-md: 1rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Gill Sans", "Trebuchet MS", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(220, 127, 82, 0.15), transparent 32%),
    radial-gradient(circle at bottom right, rgba(36, 107, 103, 0.14), transparent 28%),
    linear-gradient(180deg, #f8f2e9 0%, var(--bg) 40%, #f7f4ef 100%);
  overflow-x: hidden;
}

body.modal-open {
  padding-right: 0 !important;
}

body {
  --hero-shift: 0px;
  --hero-scale: 0;
  --hero-glow-shift: 0px;
}

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

a {
  text-decoration: none;
}

.section-space {
  padding: 6rem 0;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 1080;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--sand), var(--sea));
}

.site-header {
  background: rgba(244, 239, 230, 0.74);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.navbar {
  padding: 1rem 0;
}

.navbar-brand {
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  color: var(--ink);
}

.brand-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.brand-name {
  font-family: Baskerville, "Palatino Linotype", serif;
  font-size: 1.35rem;
  line-height: 1;
}

.nav-link {
  position: relative;
  padding: 0.25rem 0.1rem;
  color: var(--ink) !important;
  font-size: 0.96rem;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
  background: linear-gradient(90deg, var(--accent), var(--sea));
}

.nav-link:hover::after,
.nav-link:focus-visible::after,
.nav-link.is-current::after {
  transform: scaleX(1);
}

.nav-link.is-current {
  color: var(--accent-deep) !important;
}

.btn-primary-cta {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  box-shadow: 0 14px 30px rgba(201, 98, 55, 0.28);
}

.btn-primary-cta:hover,
.btn-primary-cta:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
}

.floating-contact {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 1075;
  display: grid;
  gap: 0.08rem;
  min-width: 11.5rem;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  color: #fff;
  background: linear-gradient(135deg, rgba(31, 81, 79, 0.96), rgba(36, 107, 103, 0.96));
  box-shadow: 0 18px 38px rgba(22, 58, 65, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.floating-contact.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-contact-label {
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.floating-contact strong {
  font-size: 1rem;
  line-height: 1.15;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  color: #fff;
  overflow: hidden;
  background: #0e2c34;
  isolation: isolate;
}

.hero-media,
.hero-image,
.hero-overlay,
.hero-noise {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, var(--hero-shift), 0) scale(calc(1.05 + var(--hero-scale)));
  transition: transform 0.3s ease-out;
}

.hero-overlay {
  background:
    linear-gradient(112deg, rgba(10, 32, 38, 0.88) 10%, rgba(10, 32, 38, 0.52) 54%, rgba(10, 32, 38, 0.82) 100%),
    radial-gradient(circle at 72% 22%, rgba(220, 127, 82, 0.26), transparent 28%);
}

.hero-noise {
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 90%);
}

.hero-ambient,
.hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-ambient {
  z-index: 1;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(16px);
  mix-blend-mode: screen;
  opacity: 0.5;
  animation: pulseGlow 10s ease-in-out infinite;
}

.hero-glow-one {
  top: 8%;
  right: 10%;
  width: 22rem;
  height: 22rem;
  background: radial-gradient(circle, rgba(220, 127, 82, 0.52), transparent 68%);
}

.hero-glow-two {
  bottom: 16%;
  left: -2rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(36, 107, 103, 0.46), transparent 70%);
  animation-delay: -3.2s;
}

.hero-glow-three {
  top: 34%;
  left: 44%;
  width: 12rem;
  height: 12rem;
  background: radial-gradient(circle, rgba(213, 176, 112, 0.44), transparent 72%);
  animation-delay: -5.8s;
}

.hero-grid {
  z-index: 1;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.9), transparent 85%);
  transform: translate3d(0, var(--hero-glow-shift), 0);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 40rem;
}

.eyebrow,
.section-tag,
.panel-kicker,
.mini-label,
.pill-title,
.review-meta {
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.eyebrow {
  margin-bottom: 1rem;
  color: rgba(255, 245, 237, 0.84);
}

.hero-section h1,
.section-copy h2,
.section-heading h2,
.cta-panel h2,
.contact-panel h2 {
  font-family: Baskerville, "Palatino Linotype", serif;
}

.hero-section h1 {
  margin: 0 0 1.25rem;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.96;
  text-wrap: balance;
}

.hero-section .lead {
  max-width: 34rem;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  line-height: 1.75;
  color: rgba(255, 248, 241, 0.82);
}

.source-note {
  max-width: 33rem;
  margin: 1rem 0 0;
  color: rgba(255, 247, 237, 0.74);
  font-size: 0.92rem;
  line-height: 1.7;
}

.hero-signal-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.hero-signal-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 2.6rem;
  padding: 0.65rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 248, 241, 0.88);
  box-shadow: 0 12px 32px rgba(12, 27, 32, 0.12);
}

.hero-pills {
  margin-top: 2rem;
}

.hero-pill,
.score-panel,
.mini-panel,
.info-ribbon,
.metric-card,
.feature-card,
.gallery-note,
.review-card,
.route-card,
.cta-panel,
.accordion-item {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 250, 244, 0.12);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
}

.hero-pill {
  height: 100%;
  padding: 1.25rem;
  border-radius: var(--radius-md);
}

.hero-pill strong {
  display: block;
  margin: 0.35rem 0 0.25rem;
  font-size: 1.15rem;
}

.hero-pill small {
  color: rgba(255, 244, 236, 0.74);
}

.hero-dashboard {
  position: relative;
  z-index: 2;
  padding: 2rem 0 0 2rem;
}

.floating-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(6px);
  animation: drift 7s ease-in-out infinite;
}

.orb-one {
  top: 2.5rem;
  right: 0;
  width: 6rem;
  height: 6rem;
  background: rgba(213, 176, 112, 0.55);
}

.orb-two {
  left: 0;
  bottom: 4rem;
  width: 5rem;
  height: 5rem;
  background: rgba(36, 107, 103, 0.55);
  animation-delay: -2s;
}

.score-panel {
  position: relative;
  padding: 1.7rem;
  border-radius: var(--radius-xl);
}

.panel-kicker {
  margin: 0 0 0.35rem;
  color: rgba(255, 247, 237, 0.72);
}

.score-value {
  font-family: Baskerville, "Palatino Linotype", serif;
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.9;
}

.panel-text {
  margin: 0.8rem 0 0;
  color: rgba(255, 247, 237, 0.76);
}

.dashboard-grid {
  margin-top: 1rem;
}

.scene-card {
  display: grid;
  grid-template-columns: 6.2rem minmax(0, 1fr);
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.45rem;
  background: rgba(255, 249, 241, 0.12);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
}

.scene-card-media {
  overflow: hidden;
  border-radius: 1rem;
  min-height: 6rem;
}

.scene-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scene-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
}

.scene-card-kicker {
  margin: 0;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.68rem;
  color: rgba(255, 245, 237, 0.62);
}

.scene-card-copy strong {
  font-size: 1.08rem;
  line-height: 1.3;
}

.scene-card-copy span {
  color: rgba(255, 247, 237, 0.76);
  font-size: 0.94rem;
  line-height: 1.55;
}

.mini-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 9.6rem;
  padding: 1.25rem;
  border-radius: 1.35rem;
}

.mini-panel strong {
  font-size: 2rem;
  line-height: 1;
}

.mini-panel span {
  color: rgba(255, 247, 237, 0.74);
}

.info-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  border-radius: 1.2rem;
}

.info-ribbon span {
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.92rem;
}

.experience-section {
  position: relative;
}

.snapshot-section {
  position: relative;
  z-index: 4;
  margin-top: 0;
  padding-top: 2.4rem;
}

.snapshot-shell {
  padding: 1.4rem;
  border: 1px solid rgba(25, 52, 62, 0.08);
  border-radius: 2rem;
  background:
    radial-gradient(circle at top right, rgba(213, 176, 112, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(255, 250, 244, 0.94), rgba(248, 241, 230, 0.88));
  box-shadow: var(--shadow);
}

.snapshot-intro {
  max-width: 42rem;
  margin-bottom: 1.6rem;
}

.stay-sticky-card {
  position: sticky;
  top: 6.2rem;
  display: grid;
  gap: 1.25rem;
  padding: 1.6rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(25, 52, 62, 0.08);
  background: linear-gradient(160deg, rgba(25, 52, 62, 0.96), rgba(23, 72, 69, 0.94));
  color: #fff;
  box-shadow: 0 26px 60px rgba(17, 42, 49, 0.22);
}

.stay-sticky-card .section-tag,
.stay-card-lead,
.stay-card-note {
  color: rgba(255, 247, 237, 0.76);
}

.stay-sticky-card h2 {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  line-height: 1.02;
}

.stay-card-lead,
.stay-card-note {
  margin: 0;
  line-height: 1.7;
}

.stay-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.stay-field {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.08);
}

.stay-field span,
.stat-split small {
  display: block;
  margin-bottom: 0.22rem;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.stay-field strong {
  font-size: 1.02rem;
}

.stay-bullets {
  display: grid;
  gap: 0.75rem;
  padding-left: 1.1rem;
  margin: 0;
  color: rgba(255, 247, 237, 0.88);
}

.stay-bullets li::marker {
  color: var(--sand);
}

.snapshot-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.snapshot-stat-card {
  display: grid;
  gap: 1rem;
  min-height: 15rem;
  padding: 1.5rem;
  border: 1px solid rgba(25, 52, 62, 0.08);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow-soft);
}

.snapshot-index {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(220, 127, 82, 0.12);
  color: var(--accent-deep);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.snapshot-stat-card h3 {
  margin: 0;
  font-family: Baskerville, "Palatino Linotype", serif;
  font-size: 1.8rem;
  line-height: 1.08;
}

.snapshot-stat-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.stat-meter {
  height: 0.55rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(25, 52, 62, 0.08);
}

.stat-meter span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--sand), var(--sea));
  transition: width 1s ease 0.15s;
}

.snapshot-stat-card.is-visible .stat-meter span {
  width: var(--meter-width, 100%);
}

.stat-pill-row,
.language-row,
.activity-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.stat-pill-row span,
.language-row span,
.activity-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(25, 52, 62, 0.06);
  color: var(--ink);
  font-size: 0.9rem;
}

.stat-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.stat-split > div {
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.88), rgba(247, 238, 225, 0.72));
  border: 1px solid rgba(25, 52, 62, 0.08);
}

.stat-split strong {
  font-size: 1.28rem;
  color: var(--sea);
}

.activity-cloud span:nth-child(odd) {
  background: rgba(36, 107, 103, 0.1);
}

.activity-cloud span:nth-child(even) {
  background: rgba(220, 127, 82, 0.1);
}

.section-copy h2,
.section-heading h2,
.cta-panel h2,
.contact-panel h2 {
  font-size: clamp(2.4rem, 4vw, 3.7rem);
  line-height: 1.02;
  margin-bottom: 1rem;
}

.section-copy p,
.section-heading p,
.gallery-note p,
.route-card p,
.cta-panel p,
.contact-panel p,
.accordion-body {
  color: var(--ink-soft);
  line-height: 1.8;
}

.section-tag {
  margin-bottom: 0.7rem;
  color: var(--accent-deep);
}

.image-stack {
  position: relative;
  min-height: 34rem;
}

.stack-card {
  position: absolute;
  overflow: hidden;
  border-radius: 1.6rem;
  box-shadow: var(--shadow);
}

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

.stack-card-large {
  inset: 0 15% 6rem 0;
}

.stack-card-small {
  top: 1.4rem;
  right: 0;
  width: 42%;
  height: 42%;
}

.stack-card-wide {
  right: 7%;
  bottom: 0;
  width: 54%;
  height: 40%;
}

.metrics-row {
  margin-top: 4rem;
}

.metric-card {
  display: grid;
  gap: 0.4rem;
  height: 100%;
  padding: 1.6rem;
  border-radius: 1.35rem;
  background: var(--surface);
  border-color: rgba(25, 52, 62, 0.08);
}

.metric-value {
  font-family: Baskerville, "Palatino Linotype", serif;
  font-size: clamp(2.3rem, 4vw, 3rem);
  line-height: 0.95;
  color: var(--sea);
}

.metric-label {
  font-size: 0.98rem;
  color: var(--ink-soft);
}

.section-heading {
  max-width: 46rem;
  margin: 0 auto 3rem;
}

.facility-scoreline {
  margin: 0.8rem 0 0;
  color: var(--sea);
  font-size: 1rem;
}

.facility-pill-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  max-width: 56rem;
  margin: 0 auto 1.8rem;
}

.facility-pill-row span {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  background: rgba(25, 52, 62, 0.06);
  color: var(--ink);
  font-size: 0.92rem;
}

.feature-card {
  position: relative;
  height: 100%;
  padding: 2rem 1.5rem;
  border-radius: 1.45rem;
  background: linear-gradient(180deg, var(--surface-strong), rgba(255, 247, 235, 0.68));
  border-color: rgba(25, 52, 62, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  box-shadow: var(--shadow);
}

.feature-head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0.9rem;
}

.tilt-card {
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.tilt-card:hover {
  box-shadow: var(--shadow);
}

.feature-index {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--accent-deep);
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  flex-shrink: 0;
  border-radius: 999px;
  color: var(--sea);
  background: linear-gradient(135deg, rgba(36, 107, 103, 0.12), rgba(220, 127, 82, 0.14));
  box-shadow: inset 0 0 0 1px rgba(25, 52, 62, 0.08);
}

.feature-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card h3 {
  margin: 0;
  font-family: Baskerville, "Palatino Linotype", serif;
  font-size: 1.45rem;
}

.feature-card p {
  margin: 0;
  color: var(--ink-soft);
}

.facility-group {
  margin: 0.95rem 0 0.5rem;
  color: var(--accent-deep) !important;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.facility-list {
  display: grid;
  gap: 0.45rem;
  padding-left: 1.05rem;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.6;
}

.facility-list li::marker {
  color: var(--sea);
}

.gallery-note {
  padding: 1.4rem;
  border-radius: 1.4rem;
  background: linear-gradient(135deg, rgba(213, 176, 112, 0.18), rgba(220, 127, 82, 0.12));
  border-color: rgba(25, 52, 62, 0.06);
}

.gallery-copy {
  max-width: 42rem;
}

.gallery-note strong {
  display: block;
  margin-bottom: 0.5rem;
  font-family: Baskerville, "Palatino Linotype", serif;
  font-size: 2rem;
  color: var(--pine);
}

.gallery-tip {
  display: inline-flex;
  margin-top: 0.8rem;
  font-size: 0.86rem;
  color: var(--ink-soft);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.gallery-actions {
  display: flex;
  justify-content: center;
  margin-top: 1.75rem;
}

.gallery-item {
  overflow: hidden;
  border-radius: 1.5rem;
  box-shadow: var(--shadow-soft);
  aspect-ratio: 1 / 1;
}

.gallery-trigger {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  color: inherit;
  background: transparent;
  text-align: left;
  cursor: zoom-in;
}

.gallery-trigger::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 28, 33, 0.04), rgba(11, 28, 33, 0.28));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease, filter 0.3s ease;
}

.gallery-trigger:hover img,
.gallery-trigger:focus-visible img {
  transform: scale(1.08);
  filter: saturate(1.05);
}

.gallery-trigger:hover::after,
.gallery-trigger:focus-visible::after {
  opacity: 1;
}

.subscores {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.subscore {
  height: 100%;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(25, 52, 62, 0.08);
}

.subscore-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.6rem;
}

.subscore-head strong {
  color: var(--sea);
}

.subscore-bar {
  height: 0.45rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(25, 52, 62, 0.08);
}

.subscore-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--sea));
}

.review-carousel {
  position: relative;
  min-height: 21rem;
}

.review-card {
  position: absolute;
  inset: 0;
  padding: 2rem;
  border-radius: 1.8rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) scale(0.98);
  transition: opacity 0.55s ease, transform 0.55s ease;
  background: linear-gradient(135deg, rgba(255, 249, 242, 0.92), rgba(248, 241, 230, 0.84));
  border-color: rgba(25, 52, 62, 0.08);
}

.review-card.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.review-card h3 {
  margin: 0.7rem 0 1rem;
  font-family: Baskerville, "Palatino Linotype", serif;
  font-size: 2rem;
  line-height: 1.1;
}

.review-scoreline {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.1rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(25, 52, 62, 0.08);
}

.review-scoreline strong {
  font-family: Baskerville, "Palatino Linotype", serif;
  font-size: clamp(2.8rem, 5vw, 3.6rem);
  line-height: 0.9;
  color: var(--sea);
}

.review-scoreline span {
  display: block;
  margin-bottom: 0.2rem;
  font-family: Baskerville, "Palatino Linotype", serif;
  font-size: 1.3rem;
  color: var(--ink);
}

.review-scoreline small {
  color: var(--ink-soft);
}

.review-summary-card {
  display: grid;
  gap: 1rem;
  margin-top: 1.35rem;
  padding: 1.2rem;
  border-radius: 1.6rem;
  background: linear-gradient(135deg, rgba(255, 249, 242, 0.92), rgba(248, 241, 230, 0.84));
  border: 1px solid rgba(25, 52, 62, 0.08);
  box-shadow: var(--shadow-soft);
}

.location-section {
  position: relative;
  color: #fff;
  overflow: hidden;
}

.location-backdrop,
.location-backdrop img {
  position: absolute;
  inset: 0;
}

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

.location-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(12, 30, 35, 0.92), rgba(12, 30, 35, 0.62)),
    radial-gradient(circle at 80% 16%, rgba(220, 127, 82, 0.23), transparent 24%);
}

.light-copy .section-tag,
.light-copy p {
  color: rgba(255, 247, 237, 0.8);
}

.light-copy h2 {
  color: #fff;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.route-card {
  padding: 1.5rem;
  border-radius: 1.45rem;
}

.route-distance {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.route-card h3 {
  margin-bottom: 0.75rem;
  font-family: Baskerville, "Palatino Linotype", serif;
}

.route-card p {
  margin: 0;
  color: rgba(255, 247, 237, 0.76);
}

.surroundings-shell {
  margin-top: 1.4rem;
  padding: 1.3rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.surroundings-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.surroundings-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.88rem;
}

.surroundings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.surroundings-card {
  padding: 1.2rem;
  border-radius: 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(14, 40, 47, 0.48);
}

.surroundings-card h3 {
  margin: 0 0 0.85rem;
  color: #fff;
  font-family: Baskerville, "Palatino Linotype", serif;
}

.surroundings-list {
  display: grid;
  gap: 0.7rem;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.surroundings-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.surroundings-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.surroundings-list strong {
  color: rgba(255, 247, 237, 0.94);
  font-weight: 600;
}

.surroundings-list span {
  white-space: nowrap;
  color: rgba(255, 247, 237, 0.72);
}

.practical-accordion {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 58rem;
  margin: 0 auto;
}

.accordion-item {
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 1.2rem !important;
  border-color: rgba(25, 52, 62, 0.08);
  background: rgba(255, 255, 255, 0.56);
}

.accordion-button {
  padding: 1.25rem 1.35rem;
  color: var(--ink);
  font-family: Baskerville, "Palatino Linotype", serif;
  font-size: 1.35rem;
  background: transparent;
}

.accordion-button:not(.collapsed) {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  padding: 0 1.35rem 1.35rem;
}

.cta-panel {
  padding: 2.6rem;
  border-radius: 2rem;
  background:
    radial-gradient(circle at top right, rgba(213, 176, 112, 0.28), transparent 24%),
    linear-gradient(135deg, rgba(255, 248, 237, 0.92), rgba(248, 241, 230, 0.84));
  border-color: rgba(25, 52, 62, 0.08);
}

.contact-panel {
  padding: 2.4rem;
  border-radius: 2rem;
  background:
    radial-gradient(circle at top left, rgba(36, 107, 103, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(255, 248, 237, 0.92), rgba(248, 241, 230, 0.84));
  border: 1px solid rgba(25, 52, 62, 0.08);
  box-shadow: var(--shadow);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
}

.contact-card {
  display: grid;
  gap: 0.7rem;
  height: 100%;
  padding: 1.4rem;
  border-radius: 1.4rem;
  border: 1px solid rgba(25, 52, 62, 0.08);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: var(--shadow-soft);
}

.contact-card-highlight {
  border-color: rgba(220, 127, 82, 0.24);
  background:
    radial-gradient(circle at top right, rgba(220, 127, 82, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(255, 252, 247, 0.96), rgba(250, 242, 230, 0.9));
  box-shadow: 0 18px 38px rgba(201, 98, 55, 0.12);
}

.contact-card-wide {
  grid-column: span 2;
}

.contact-label {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.74rem;
  color: var(--accent-deep);
}

.contact-link,
.contact-card strong {
  color: var(--ink);
  font-family: Baskerville, "Palatino Linotype", serif;
  font-size: clamp(1.25rem, 2.3vw, 1.85rem);
  line-height: 1.1;
  word-break: normal;
  overflow-wrap: anywhere;
}

.contact-link:hover,
.contact-link:focus-visible {
  color: var(--accent-deep);
}

.contact-card-phone .contact-link,
.contact-card-email .contact-link {
  white-space: nowrap;
  overflow-wrap: normal;
}

.contact-card-phone .contact-link {
  font-size: clamp(1.1rem, 1.7vw, 1.5rem);
}

.contact-card-email .contact-link {
  font-size: clamp(0.98rem, 1.35vw, 1.32rem);
}

.contact-card-highlight .contact-link {
  color: var(--accent-deep);
}

.contact-card-highlight .contact-link:hover,
.contact-card-highlight .contact-link:focus-visible {
  color: var(--sea);
}

.contact-card p {
  margin: 0;
  color: var(--ink-soft);
}

.gallery-modal .modal-content {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.4rem;
  background: rgba(10, 24, 29, 0.96);
  backdrop-filter: blur(14px);
}

.gallery-modal .modal-header,
.gallery-modal .modal-footer {
  border-color: rgba(255, 255, 255, 0.08);
}

.modal-eyebrow {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.66);
}

.gallery-modal-image {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.02);
}

.gallery-modal-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  background: rgba(9, 24, 29, 0.72);
  transform: translateY(-50%);
}

.gallery-prev {
  left: 1rem;
}

.gallery-next {
  right: 1rem;
}

.gallery-modal-caption {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
}

.site-footer {
  padding: 1.5rem 0 2.2rem;
  color: var(--ink-soft);
}

.footer-credit {
  color: var(--sea);
  text-decoration: none;
}

.footer-credit:hover,
.footer-credit:focus-visible {
  color: var(--accent-deep);
}

@keyframes pulseGlow {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.42;
  }

  50% {
    transform: translate3d(0, 16px, 0) scale(1.08);
    opacity: 0.62;
  }
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, 18px, 0);
  }
}

@media (max-width: 1199.98px) {
  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .section-space {
    padding: 4.8rem 0;
  }

  .snapshot-section {
    margin-top: 0;
    padding-top: 4.8rem;
  }

  .snapshot-stat-grid {
    grid-template-columns: 1fr;
  }

  .stay-sticky-card {
    position: static;
  }

  .hero-dashboard {
    padding: 2rem 0 0;
  }

  .image-stack {
    min-height: 28rem;
  }

  .route-grid,
  .surroundings-grid,
  .contact-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .floating-contact {
    right: 0.9rem;
    bottom: 0.9rem;
    min-width: 10rem;
    padding: 0.8rem 0.9rem;
  }

  .navbar {
    padding: 0.85rem 0;
  }

  .hero-section h1 {
    max-width: 16rem;
  }

  .hero-section .lead {
    font-size: 1rem;
  }

  .hero-signal-strip {
    gap: 0.55rem;
  }

  .hero-signal-strip span {
    min-height: 2.35rem;
    padding: 0.55rem 0.8rem;
    font-size: 0.88rem;
  }

  .section-copy h2,
  .section-heading h2,
  .cta-panel h2,
  .contact-panel h2 {
    font-size: 2.3rem;
  }

  .gallery-grid,
  .route-grid,
  .surroundings-grid,
  .contact-grid,
  .subscores {
    grid-template-columns: 1fr;
  }

  .review-carousel {
    min-height: 24rem;
  }

  .image-stack {
    min-height: 24rem;
  }

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

  .scene-card-media {
    min-height: 10rem;
  }

  .snapshot-shell {
    padding: 1rem;
    border-radius: 1.5rem;
  }

  .stay-field-grid,
  .stat-split {
    grid-template-columns: 1fr;
  }

  .contact-card-wide {
    grid-column: auto;
  }

  .contact-card-phone .contact-link,
  .contact-card-email .contact-link {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .stack-card-large {
    inset: 0 8% 5rem 0;
  }

  .stack-card-small {
    width: 46%;
    height: 40%;
  }

  .stack-card-wide {
    width: 62%;
  }

  .cta-panel {
    padding: 2rem 1.4rem;
  }
}

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

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

  .reveal,
  .reveal.is-visible,
  .review-card,
  .review-card.is-active,
  .floating-contact,
  .floating-contact.is-visible,
  .hero-image,
  .tilt-card {
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-grid {
    transform: none !important;
  }
}
