:root {
  --ink: #18221f;
  --muted: #66716b;
  --paper: #f6f0e5;
  --white: #fffaf2;
  --forest: #102923;
  --forest-2: #173b33;
  --river: #0c6f92;
  --gold: #c89547;
  --gold-soft: #efd6ad;
  --line: rgba(24, 34, 31, 0.14);
  --shadow: 0 24px 70px rgba(16, 41, 35, 0.2);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 12px 42px;
  background: rgba(255, 250, 242, 0.9);
  border-bottom: 1px solid rgba(24, 34, 31, 0.09);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 164px;
  height: auto;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #34453f;
}

.nav-links > a,
.resorts-menu > summary {
  padding: 10px 0;
  border-bottom: 2px solid transparent;
}

.nav-links > a:hover,
.resorts-menu[open] > summary,
.resorts-menu > summary:hover {
  color: var(--river);
  border-bottom-color: var(--gold);
}

.resorts-menu {
  position: relative;
}

.resorts-menu > summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  cursor: pointer;
}

.resorts-menu > summary::-webkit-details-marker {
  display: none;
}

.resorts-menu > summary::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.resorts-menu[open] > summary::after {
  transform: translateY(2px) rotate(225deg);
}

.resorts-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 40;
  display: grid;
  width: 290px;
  overflow: hidden;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 22px 60px rgba(16, 41, 35, 0.22);
  transform: translateX(-50%);
}

.resorts-dropdown a {
  display: grid;
  gap: 2px;
  padding: 12px 13px;
  border: 0;
  border-radius: 6px;
}

.resorts-dropdown a:hover {
  color: var(--forest);
  background: #f1eadc;
}

.resorts-dropdown strong {
  font-size: 0.92rem;
}

.resorts-dropdown span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 800;
}

.header-cta {
  color: var(--white);
  background: var(--forest);
}

.hero {
  position: relative;
  min-height: 76vh;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  align-items: end;
  padding: 108px 42px 46px;
  color: var(--white);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  z-index: -3;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 23, 20, 0.84), rgba(8, 23, 20, 0.38) 55%, rgba(8, 23, 20, 0.22)),
    linear-gradient(0deg, rgba(8, 23, 20, 0.74), rgba(8, 23, 20, 0.05) 52%);
}

.hero-content {
  width: min(760px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-soft);
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--river);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.25rem;
  line-height: 0.98;
  font-weight: 700;
}

h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.45rem;
  line-height: 1.08;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 690px;
  margin-bottom: 28px;
  color: rgba(255, 250, 242, 0.9);
  font-size: 1.15rem;
}

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

.btn-primary {
  background: var(--gold);
  color: #1a1710;
}

.btn-secondary {
  color: var(--white);
  border: 1px solid rgba(255, 250, 242, 0.45);
  background: rgba(255, 250, 242, 0.1);
}

.hero-panel {
  position: absolute;
  right: 42px;
  bottom: 36px;
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  width: min(560px, calc(100% - 84px));
  border: 1px solid rgba(255, 250, 242, 0.26);
  border-radius: 8px;
  background: rgba(13, 34, 30, 0.64);
  backdrop-filter: blur(14px);
}

.hero-panel div {
  padding: 18px;
  border-right: 1px solid rgba(255, 250, 242, 0.2);
}

.hero-panel div:last-child {
  border-right: 0;
}

.hero-panel strong,
.hero-panel span {
  display: block;
}

.hero-panel strong {
  font-size: 1.2rem;
}

.hero-panel span {
  margin-top: 4px;
  color: rgba(255, 250, 242, 0.78);
  font-size: 0.86rem;
  line-height: 1.35;
}

.booking-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(24, 34, 31, 0.18);
  border-bottom: 1px solid var(--line);
}

.booking-strip div {
  padding: 24px 42px;
  background: var(--white);
}

.booking-strip span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-strip a {
  display: inline-block;
  margin-top: 4px;
  color: var(--forest);
  font-size: 1.18rem;
  font-weight: 900;
}

.section {
  padding: 88px 42px;
}

.section-light {
  background: var(--white);
}

.section-warm {
  background: #efe3ce;
}

.section-deep {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(16, 41, 35, 0.98), rgba(12, 111, 146, 0.88)),
    var(--forest);
}

.section-gallery {
  background: #f1eadc;
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 56px;
}

.split.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.copy-stack p {
  color: var(--muted);
  font-size: 1.05rem;
}

.section-deep .copy-stack p,
.contact-band p,
.section-deep .section-heading p {
  color: rgba(255, 250, 242, 0.78);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.feature-grid div {
  min-height: 112px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf7ee;
}

.feature-grid strong,
.feature-grid span {
  display: block;
}

.feature-grid strong {
  margin-bottom: 6px;
  color: var(--forest);
  font-size: 1.02rem;
}

.feature-grid span {
  color: var(--muted);
  font-size: 0.92rem;
}

.image-feature {
  position: relative;
  margin: 0;
}

.image-feature img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-feature figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: calc(100% - 36px);
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(16, 41, 35, 0.74);
  font-size: 0.9rem;
  font-weight: 800;
}

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

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

.section-heading p {
  color: var(--muted);
  font-size: 1.05rem;
}

.property-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.property-card {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.16);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.08);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.property-card:hover {
  transform: translateY(-3px);
  border-color: rgba(239, 214, 173, 0.45);
  background: rgba(255, 250, 242, 0.12);
}

.property-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.property-card div {
  padding: 22px;
}

.property-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-soft);
  font-size: 0.84rem;
  font-weight: 900;
}

.property-card p {
  margin-bottom: 16px;
  color: rgba(255, 250, 242, 0.76);
}

.property-card strong {
  display: inline-flex;
  color: var(--gold-soft);
  font-size: 0.9rem;
}

.amenity-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.amenity-list span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid rgba(16, 41, 35, 0.16);
  border-radius: 8px;
  color: var(--forest);
  background: rgba(255, 250, 242, 0.72);
  font-weight: 800;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.route-card {
  min-height: 280px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf7ee;
}

.route-card p {
  color: var(--muted);
}

.route-card .route-label {
  display: inline-block;
  margin-bottom: 18px;
  padding-bottom: 6px;
  border-bottom: 2px solid rgba(200, 149, 71, 0.55);
  color: var(--river);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.route-card strong {
  display: block;
  color: var(--river);
}

.route-card.highlighted {
  border-color: rgba(200, 149, 71, 0.55);
  background: #f7edda;
  box-shadow: 0 18px 50px rgba(200, 149, 71, 0.18);
}

.tariff-section .section-heading {
  max-width: 850px;
}

.tariff-detail-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
}

.tariff-main,
.tariff-info-panel {
  min-width: 0;
}

.tariff-info-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.tariff-info-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf7ee;
  box-shadow: 0 18px 50px rgba(16, 41, 35, 0.08);
}

.tariff-info-card h3 {
  margin-bottom: 14px;
  font-size: 1.12rem;
}

.plan-list {
  display: grid;
  gap: 10px;
}

.plan-list div {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.plan-list strong {
  color: var(--river);
  font-weight: 900;
}

.plan-list span,
.terms-list {
  color: var(--muted);
}

.terms-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.account-info-card {
  background: #fffaf2;
}

.bank-line {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.bank-line img {
  width: 140px;
  max-height: 54px;
  object-fit: contain;
  object-position: left center;
}

.bank-line strong {
  color: var(--forest);
  font-size: 1.02rem;
}

.account-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.account-list div {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(24, 34, 31, 0.1);
}

.account-list dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.account-list dd {
  margin: 0;
  color: #315476;
  font-weight: 900;
  overflow-wrap: anywhere;
}

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

.tariff-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf7ee;
  box-shadow: 0 18px 56px rgba(16, 41, 35, 0.1);
}

.tariff-card-head {
  padding: 22px 22px 14px;
  border-bottom: 1px solid var(--line);
}

.tariff-card-head span {
  display: block;
  margin-bottom: 8px;
  color: var(--river);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tariff-card h3 {
  margin-bottom: 0;
}

.tariff-row-list {
  display: grid;
}

.tariff-rate-row {
  display: grid;
  grid-template-columns: minmax(132px, 0.78fr) minmax(0, 1.22fr);
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(24, 34, 31, 0.1);
}

.tariff-rate-row strong {
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.25;
}

.tariff-rate-row div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.tariff-rate-row span {
  display: grid;
  gap: 2px;
  min-height: 52px;
  padding: 7px 8px;
  border: 1px solid rgba(16, 41, 35, 0.12);
  border-radius: 8px;
  color: var(--forest);
  background: rgba(239, 227, 206, 0.56);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
}

.tariff-rate-row em {
  color: var(--river);
  font-size: 0.62rem;
  font-style: normal;
  text-transform: uppercase;
}

.tariff-card > p {
  margin: 0;
  padding: 16px 18px 20px;
  color: var(--muted);
  font-size: 0.92rem;
}

.tariff-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.tariff-terms span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(16, 41, 35, 0.14);
  border-radius: 8px;
  color: var(--forest);
  background: rgba(255, 250, 242, 0.78);
  font-size: 0.88rem;
  font-weight: 800;
}

.single-tariff {
  grid-template-columns: minmax(0, 760px);
}

.property-hero {
  position: relative;
  min-height: 62vh;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  align-items: end;
  padding: 120px 42px 54px;
  color: var(--white);
}

.property-hero img,
.property-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.property-hero img {
  z-index: -3;
  object-fit: cover;
}

.property-hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 23, 20, 0.84), rgba(8, 23, 20, 0.35) 62%),
    linear-gradient(0deg, rgba(8, 23, 20, 0.72), rgba(8, 23, 20, 0.08) 58%);
}

.property-hero-content {
  width: min(760px, 100%);
}

.property-hero-content p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 250, 242, 0.9);
  font-size: 1.08rem;
}

.property-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.8fr);
  gap: 42px;
  align-items: center;
}

.property-detail-grid.reverse {
  grid-template-columns: minmax(340px, 0.8fr) minmax(0, 0.95fr);
}

.property-map-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf7ee;
  box-shadow: var(--shadow);
}

.property-map-card iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
}

.property-map-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
}

.property-map-card strong {
  color: var(--forest);
}

.property-map-card a {
  flex: 0 0 auto;
  color: var(--river);
  font-weight: 900;
}

.property-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.property-photo-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(16, 41, 35, 0.13);
}

.property-photo-grid img:first-child {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 8.5;
}

.property-amenities {
  margin-top: 22px;
}

.property-gallery-section .section-heading {
  max-width: 720px;
}

.property-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 210px;
  gap: 14px;
}

.property-gallery-item {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: var(--forest);
  box-shadow: 0 14px 38px rgba(16, 41, 35, 0.13);
  cursor: pointer;
}

.property-gallery-grid .gallery-feature {
  grid-column: span 2;
  grid-row: span 2;
}

.property-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.property-gallery-item:hover img,
.property-gallery-item:focus-visible img {
  transform: scale(1.035);
}

.property-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 23, 20, 0.16), transparent 44%);
  opacity: 0;
  transition: opacity 180ms ease;
}

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

.property-gallery-item:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

body.lightbox-open {
  overflow: hidden;
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 28px;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(5, 16, 14, 0.86);
  backdrop-filter: blur(10px);
  cursor: zoom-out;
}

.lightbox-stage {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(1180px, 100%);
  height: min(78vh, 760px);
}

.lightbox-stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 250, 242, 0.28);
  color: var(--white);
  background: rgba(16, 41, 35, 0.72);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.lightbox-close {
  top: -18px;
  right: -18px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  font-size: 1.6rem;
}

.lightbox-nav {
  top: 50%;
  width: 50px;
  height: 68px;
  border-radius: 8px;
  font-size: 2.4rem;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: -18px;
}

.lightbox-next {
  right: -18px;
}

.lightbox-close:hover,
.lightbox-nav:hover {
  background: rgba(12, 111, 146, 0.86);
}

.lightbox-counter {
  position: absolute;
  left: 50%;
  bottom: -18px;
  z-index: 2;
  transform: translate(-50%, 100%);
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(16, 41, 35, 0.78);
  font-size: 0.86rem;
  font-weight: 900;
}

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

.gallery-grid figure,
.gallery-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: var(--forest);
  cursor: pointer;
}

.gallery-grid figure.gallery-large,
.gallery-grid .gallery-large {
  grid-row: span 2;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 300ms ease;
}

.gallery-grid figure:hover img,
.gallery-card:hover img,
.gallery-card:focus-visible img {
  transform: scale(1.04);
}

.gallery-grid figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(16, 41, 35, 0.76);
  font-weight: 900;
}

.gallery-card:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
  align-items: center;
  gap: 52px;
}

.contact-layout-wide {
  grid-template-columns: minmax(320px, 0.72fr) minmax(560px, 1fr);
  width: min(1360px, 100%);
  align-items: start;
  gap: 44px;
}

.contact-layout h2 {
  margin-bottom: 16px;
}

.contact-card {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.18);
}

.contact-card a {
  display: block;
  padding: 18px;
  background: rgba(255, 250, 242, 0.1);
}

.contact-card a:hover {
  background: rgba(255, 250, 242, 0.18);
}

.contact-card span {
  display: block;
  color: var(--gold-soft);
  font-size: 0.82rem;
  font-weight: 900;
}

.contact-card strong {
  display: block;
  margin-top: 4px;
  font-size: 1.08rem;
}

.contact-card-spaced {
  margin-top: 28px;
}

.property-addresses {
  margin-top: 26px;
}

.address-heading {
  margin-bottom: 10px;
  color: var(--gold-soft) !important;
  font-size: 0.82rem !important;
  font-weight: 900;
  text-transform: uppercase;
}

.property-address-list {
  display: grid;
  gap: 9px;
}

.property-address {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 250, 242, 0.17);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.08);
  transition:
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.property-address:hover {
  transform: translateY(-2px);
  border-color: rgba(239, 214, 173, 0.42);
  background: rgba(255, 250, 242, 0.14);
}

.property-address.current {
  border-color: rgba(239, 214, 173, 0.48);
  background: rgba(200, 149, 71, 0.13);
}

.property-address span {
  color: var(--gold-soft);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.property-address strong {
  color: var(--white);
  font-size: 1rem;
}

.property-address address {
  color: rgba(255, 250, 242, 0.72);
  font-size: 0.88rem;
  font-style: normal;
  line-height: 1.45;
}

.property-address em {
  margin-top: 4px;
  color: #a8dceb;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
}

.query-form {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.1);
  box-shadow: 0 18px 50px rgba(5, 14, 12, 0.18);
}

.query-form p {
  margin-bottom: 0;
  color: rgba(255, 250, 242, 0.76);
}

.query-form .form-kicker {
  margin-bottom: 4px;
  color: var(--gold-soft);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.query-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: rgba(255, 250, 242, 0.86);
  font-size: 0.9rem;
  font-weight: 900;
}

.query-form input,
.query-form select,
.query-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 250, 242, 0.24);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 250, 242, 0.94);
  font: inherit;
}

.query-form textarea {
  min-height: 112px;
  resize: vertical;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}

.stay-planner {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 250, 242, 0.2);
  border-radius: 8px;
  background: rgba(8, 23, 20, 0.14);
}

.stay-planner-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.stay-planner-head span {
  display: block;
  color: var(--gold-soft);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.stay-planner-head p {
  margin: 2px 0 0;
  font-size: 0.9rem;
}

.add-stay,
.remove-stay {
  min-height: 36px;
  border: 1px solid rgba(255, 250, 242, 0.24);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 250, 242, 0.12);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  cursor: pointer;
}

.add-stay {
  flex: 0 0 auto;
  padding: 0 12px;
  color: #102923;
  background: var(--gold-soft);
}

.remove-stay {
  align-self: end;
  padding: 0 10px;
}

.remove-stay[hidden] {
  display: none;
}

.stay-rows {
  display: grid;
  gap: 10px;
}

.stay-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.9fr));
  gap: 10px;
  align-items: end;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 250, 242, 0.16);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.06);
}

.stay-row .remove-stay {
  grid-column: 1 / -1;
  justify-self: end;
}

.form-alert {
  padding: 11px 12px;
  border-radius: 8px;
  font-weight: 800;
}

.form-alert.success {
  color: #0d3a2e;
  background: #dff3e8;
}

.form-alert.error {
  color: #5a1f1f;
  background: #f5d9d5;
}

.hp-field {
  position: absolute;
  left: -9999px;
}

.whatsapp-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: grid;
  justify-items: end;
  gap: 10px;
}

.whatsapp-toggle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: #15965b;
  box-shadow: 0 18px 42px rgba(9, 88, 53, 0.32);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.whatsapp-toggle::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
}

.whatsapp-panel {
  display: none;
  width: min(340px, calc(100vw - 36px));
  overflow: hidden;
  border: 1px solid rgba(16, 41, 35, 0.14);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.whatsapp-widget.open .whatsapp-panel {
  display: block;
}

.whatsapp-panel p {
  margin: 0;
  padding: 14px 16px;
  color: var(--forest);
  background: #e7f3ed;
  font-weight: 900;
}

.whatsapp-panel a {
  display: block;
  padding: 14px 16px;
  border-top: 1px solid rgba(24, 34, 31, 0.1);
}

.whatsapp-panel a:hover {
  background: #f3efe6;
}

.whatsapp-panel span {
  display: block;
  color: var(--river);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.whatsapp-panel strong {
  display: block;
  margin-top: 3px;
  color: var(--forest);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 42px;
  color: rgba(255, 250, 242, 0.74);
  background: #0b1d19;
}

.site-footer img {
  width: 152px;
}

.site-footer p {
  margin: 0;
  text-align: right;
  font-size: 0.92rem;
}

.site-footer a {
  color: var(--gold-soft);
  font-weight: 900;
}

.admin-page {
  min-height: 100vh;
  background: var(--paper);
}

.admin-page h1,
.admin-page h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
}

.admin-login-wrap {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
}

.admin-login {
  display: grid;
  gap: 16px;
  width: min(430px, 100%);
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.admin-login img {
  width: 168px;
}

.admin-login h1 {
  margin-bottom: 2px;
  font-size: 2.25rem;
}

.admin-login a {
  color: var(--river);
  font-weight: 900;
}

.admin-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 42px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 242, 0.92);
  backdrop-filter: blur(16px);
}

.admin-topbar > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.admin-topbar button,
.admin-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--forest);
  background: #fbf7ee;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.admin-shell {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 42px;
}

.admin-heading {
  margin-bottom: 24px;
}

.admin-heading h1 {
  margin-bottom: 10px;
  font-size: 3rem;
}

.admin-panel {
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.admin-panel h2 {
  margin-bottom: 18px;
  font-size: 1.7rem;
}

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

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

.admin-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.admin-card {
  display: grid;
  gap: 13px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf7ee;
}

.admin-card h3 {
  margin-bottom: 2px;
}

.admin-form label,
.admin-login label {
  display: grid;
  gap: 7px;
  color: var(--forest);
  font-size: 0.9rem;
  font-weight: 900;
}

.admin-form input,
.admin-form textarea,
.admin-login input {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(24, 34, 31, 0.18);
  border-radius: 8px;
  color: var(--ink);
  background: #fffdf8;
  font: inherit;
}

.admin-form input[type="checkbox"] {
  width: 18px;
  min-height: 18px;
  accent-color: var(--river);
}

.admin-form textarea {
  resize: vertical;
}

.admin-form .checkbox-field {
  display: flex;
  grid-template-columns: none;
  align-items: center;
  gap: 9px;
}

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

.admin-save {
  position: sticky;
  bottom: 22px;
  z-index: 10;
  box-shadow: 0 18px 38px rgba(16, 41, 35, 0.22);
}

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

.inquiry-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf7ee;
}

.inquiry-card span {
  color: var(--river);
  font-size: 0.82rem;
  font-weight: 900;
}

.inquiry-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.inquiry-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.inquiry-card dt {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.inquiry-card dd {
  margin: 0;
  color: var(--forest);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.inquiry-itinerary {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
}

.inquiry-itinerary li {
  padding-left: 2px;
}

.inquiry-itinerary strong,
.inquiry-itinerary span {
  display: block;
}

.inquiry-itinerary span {
  color: var(--muted);
  font-weight: 700;
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .header-cta {
    grid-column: 2;
    grid-row: 1;
  }

  .nav-links {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 2px;
  }

  .resorts-dropdown {
    left: 0;
    transform: none;
  }

  .hero {
    min-height: 78vh;
  }

  h1 {
    font-size: 3.45rem;
  }

  h2 {
    font-size: 2.18rem;
  }

  .hero-panel {
    position: static;
    width: 100%;
    margin-top: 34px;
  }

  .split,
  .split.reverse,
  .contact-layout,
  .tariff-detail-layout,
  .property-detail-grid,
  .property-detail-grid.reverse {
    grid-template-columns: 1fr;
  }

  .property-grid,
  .route-grid,
  .tariff-grid,
  .admin-card-grid {
    grid-template-columns: 1fr;
  }

  .admin-grid,
  .inquiry-card {
    grid-template-columns: 1fr;
  }

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

  .tariff-info-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .property-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 220px;
  }

  .property-address-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery-grid figure.gallery-large {
    grid-column: span 2;
  }
}

@media (max-width: 700px) {
  .site-header {
    gap: 14px;
    min-height: auto;
    padding: 12px 18px;
  }

  .contact-layout-wide {
    grid-template-columns: 1fr;
  }

  .brand img {
    width: 142px;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.9rem;
  }

  .nav-links {
    gap: 16px;
    font-size: 0.9rem;
  }

  .resorts-dropdown {
    width: min(290px, calc(100vw - 36px));
  }

  .hero {
    min-height: 70vh;
    padding: 64px 18px 24px;
  }

  .property-hero {
    min-height: 58vh;
    padding: 76px 18px 32px;
  }

  h1 {
    font-size: 2.45rem;
    line-height: 0.98;
  }

  h2 {
    font-size: 1.82rem;
  }

  h3 {
    font-size: 1.12rem;
  }

  .hero-copy,
  .section-heading p,
  .copy-stack p {
    font-size: 1rem;
  }

  .hero-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
  }

  .hero-panel div {
    padding: 10px 8px;
    border-right: 1px solid rgba(255, 250, 242, 0.2);
    border-bottom: 0;
  }

  .hero-panel div:last-child {
    border-right: 0;
    border-bottom: 0;
  }

  .hero-panel strong {
    font-size: 0.96rem;
  }

  .hero-panel span {
    font-size: 0.72rem;
  }

  .hero-copy {
    margin-bottom: 20px;
  }

  .btn {
    min-height: 42px;
    padding: 0 14px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .stay-planner-head {
    display: grid;
  }

  .stay-row {
    grid-template-columns: 1fr;
  }

  .remove-stay {
    justify-self: start;
  }

  .booking-strip,
  .feature-grid,
  .gallery-grid,
  .property-gallery-grid {
    grid-template-columns: 1fr;
  }

  .property-gallery-grid {
    grid-auto-rows: 240px;
  }

  .property-gallery-grid .gallery-feature {
    grid-column: auto;
    grid-row: auto;
  }

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

  .tariff-info-panel {
    grid-template-columns: 1fr;
  }

  .tariff-info-card {
    padding: 18px;
  }

  .plan-list div,
  .account-list div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .bank-line {
    display: grid;
  }

  .bank-line img {
    width: 128px;
  }

  .tariff-rate-row {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .tariff-rate-row div {
    grid-template-columns: repeat(3, 1fr);
  }

  .tariff-rate-row span {
    min-height: 54px;
  }

  .property-map-card iframe {
    height: 260px;
  }

  .property-map-card div {
    display: grid;
  }

  .property-photo-grid {
    grid-template-columns: 1fr;
  }

  .property-photo-grid img:first-child {
    grid-column: auto;
    aspect-ratio: 4 / 3;
  }

  .booking-strip div {
    padding: 18px;
  }

  .section {
    padding: 64px 18px;
  }

  .gallery-grid figure.gallery-large {
    grid-column: auto;
  }

  .gallery-grid figure {
    min-height: 230px;
  }

  .site-footer {
    display: block;
    padding: 26px 18px;
  }

  .site-footer p {
    margin-top: 18px;
    text-align: left;
  }

  .whatsapp-widget {
    right: 16px;
    bottom: 16px;
  }

  .whatsapp-toggle {
    min-height: 48px;
    padding: 0 15px;
  }

  .gallery-lightbox {
    padding: 18px;
  }

  .lightbox-stage {
    height: min(72vh, 560px);
  }

  .lightbox-close {
    top: 8px;
    right: 8px;
  }

  .lightbox-prev {
    left: 8px;
  }

  .lightbox-next {
    right: 8px;
  }

  .lightbox-nav {
    width: 42px;
    height: 58px;
  }

  .admin-topbar {
    padding: 12px 18px;
  }

  .admin-topbar > div {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .admin-shell {
    padding: 28px 18px;
  }

  .admin-panel,
  .admin-login {
    padding: 20px;
  }

  .admin-heading h1 {
    font-size: 2.25rem;
  }
}

/* Premium resort visual system */
:root {
  --ink: #14221e;
  --muted: #66736d;
  --paper: #f1f2ee;
  --white: #fcfbf7;
  --forest: #092d27;
  --forest-2: #15443c;
  --river: #176f82;
  --gold: #b88d49;
  --gold-soft: #e5c98f;
  --clay: #9b5b45;
  --line: rgba(20, 34, 30, 0.13);
  --shadow: 0 28px 80px rgba(9, 45, 39, 0.17);
}

body:not(.admin-page) {
  background: var(--paper);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
}

body:not(.admin-page) h1,
body:not(.admin-page) h2 {
  font-family: "Iowan Old Style", Baskerville, "Palatino Linotype", Georgia, serif;
  font-weight: 600;
}

.site-header {
  min-height: 88px;
  padding: 14px 48px;
  border-top: 3px solid var(--gold);
  border-bottom: 1px solid rgba(20, 34, 30, 0.1);
  background: rgba(252, 251, 247, 0.96);
  box-shadow: 0 12px 40px rgba(9, 45, 39, 0.06);
}

.brand img {
  width: 158px;
}

.nav-links {
  gap: 30px;
  color: #263a34;
  font-size: 0.9rem;
  font-weight: 800;
}

.nav-links > a,
.resorts-menu > summary {
  padding: 11px 0 9px;
}

.header-cta {
  min-height: 48px;
  padding: 0 21px;
  border: 1px solid rgba(229, 201, 143, 0.34);
  border-radius: 4px;
  background: var(--forest);
  box-shadow: 0 12px 28px rgba(9, 45, 39, 0.16);
}

.header-cta::after {
  content: "\2197";
  margin-left: 9px;
  color: var(--gold-soft);
  font-size: 0.9rem;
}

.resorts-dropdown {
  top: calc(100% + 14px);
  width: 310px;
  padding: 9px;
  border-top: 3px solid var(--gold);
  border-radius: 4px;
  background: rgba(252, 251, 247, 0.99);
  box-shadow: 0 30px 80px rgba(9, 45, 39, 0.2);
}

.resorts-dropdown a {
  padding: 14px;
  border-radius: 3px;
}

.hero {
  min-height: calc(100vh - 88px);
  max-height: 900px;
  padding: 150px 48px 58px;
  background: var(--forest);
}

.hero-media {
  object-position: center 48%;
  filter: saturate(0.88) contrast(1.04);
  transform: scale(1.01);
  animation: hero-settle 1200ms ease-out both;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(4, 23, 20, 0.93) 0%, rgba(4, 23, 20, 0.69) 43%, rgba(4, 23, 20, 0.14) 76%),
    linear-gradient(0deg, rgba(4, 23, 20, 0.82) 0%, rgba(4, 23, 20, 0.05) 62%);
}

.hero-content {
  width: min(680px, 100%);
  animation: content-rise 700ms ease-out 120ms both;
}

.hero-heritage {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: rgba(252, 251, 247, 0.75);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-heritage::before {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--gold-soft);
}

.hero-heritage span {
  color: var(--gold-soft);
}

.hero .eyebrow {
  margin-bottom: 14px;
  color: var(--gold-soft);
  font-size: 0.78rem;
}

.hero h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: 5.15rem;
  line-height: 0.94;
  text-shadow: 0 8px 35px rgba(0, 0, 0, 0.18);
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 32px;
  color: rgba(252, 251, 247, 0.83);
  font-size: 1.08rem;
  line-height: 1.75;
}

.btn {
  min-height: 48px;
  border-radius: 4px;
}

.btn-primary {
  background: var(--gold);
  box-shadow: 0 14px 32px rgba(184, 141, 73, 0.23);
}

.btn-secondary {
  border-color: rgba(252, 251, 247, 0.42);
  background: rgba(252, 251, 247, 0.07);
  backdrop-filter: blur(10px);
}

.hero-panel {
  right: 48px;
  bottom: 58px;
  grid-template-columns: 1fr;
  width: 320px;
  overflow: hidden;
  border: 1px solid rgba(252, 251, 247, 0.22);
  border-radius: 4px;
  background: rgba(6, 31, 27, 0.68);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.hero-panel a {
  display: block;
  padding: 16px 19px;
  border-bottom: 1px solid rgba(252, 251, 247, 0.14);
  transition: background 180ms ease;
}

.hero-panel a:last-child {
  border-bottom: 0;
}

.hero-panel a:hover {
  background: rgba(229, 201, 143, 0.11);
}

.hero-panel strong,
.hero-panel span {
  display: block;
}

.hero-panel strong {
  color: var(--white);
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: 1.18rem;
  font-weight: 600;
}

.hero-panel span {
  margin-top: 2px;
  color: rgba(252, 251, 247, 0.64);
  font-size: 0.78rem;
}

.booking-strip {
  gap: 0;
  border: 0;
  background: var(--forest);
}

.booking-strip div {
  padding: 25px 48px;
  border-right: 1px solid rgba(252, 251, 247, 0.13);
  background: transparent;
}

.booking-strip div:last-child {
  border-right: 0;
}

.booking-strip span {
  color: var(--gold-soft);
  font-size: 0.7rem;
}

.booking-strip a {
  color: var(--white);
  font-size: 1.04rem;
}

.section {
  padding: 112px 48px;
}

.section-inner {
  width: min(1260px, 100%);
}

h2 {
  font-size: 2.75rem;
  line-height: 1.02;
}

.eyebrow {
  margin-bottom: 14px;
  font-size: 0.74rem;
}

.eyebrow.dark {
  color: var(--river);
}

.section-heading {
  margin-bottom: 48px;
}

.section-heading p,
.copy-stack p {
  color: var(--muted);
  line-height: 1.75;
}

.introduction-section {
  position: relative;
  overflow: hidden;
  background: var(--white);
}

.introduction-section::before {
  content: "SHIVLINGA";
  position: absolute;
  top: 32px;
  right: 48px;
  color: rgba(23, 111, 130, 0.045);
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: 7rem;
  font-weight: 700;
  pointer-events: none;
}

.introduction-section .split {
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 88px;
}

.introduction-section .image-feature img {
  aspect-ratio: 5 / 4;
  border-radius: 4px;
  box-shadow: 26px 26px 0 #dce8e5, var(--shadow);
}

.introduction-section .image-feature figcaption {
  left: 22px;
  bottom: 22px;
  border-radius: 3px;
  background: rgba(9, 45, 39, 0.82);
}

.introduction-section .feature-grid {
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.introduction-section .feature-grid div {
  min-height: 104px;
  padding: 20px 18px 16px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.introduction-section .feature-grid div:nth-child(even) {
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.properties-showcase {
  position: relative;
  padding-top: 122px;
  padding-bottom: 130px;
  background: var(--forest);
}

.properties-showcase::before {
  content: "";
  position: absolute;
  top: 0;
  left: 48px;
  width: 88px;
  height: 3px;
  background: var(--gold);
}

.properties-showcase .section-heading {
  max-width: 880px;
}

.properties-showcase .section-heading h2 {
  color: var(--white);
}

.property-grid {
  gap: 18px;
}

.property-card {
  position: relative;
  isolation: isolate;
  min-height: 520px;
  border: 1px solid rgba(252, 251, 247, 0.16);
  border-radius: 4px;
  background: #123b35;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.property-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(5, 26, 23, 0.96) 0%, rgba(5, 26, 23, 0.55) 48%, rgba(5, 26, 23, 0.04) 78%);
}

.property-card:hover {
  transform: translateY(-7px);
  border-color: rgba(229, 201, 143, 0.52);
  background: #123b35;
}

.property-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  transition: transform 500ms ease;
}

.property-card:hover img {
  transform: scale(1.035);
}

.property-card div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 32px 28px 28px;
}

.property-card span {
  margin-bottom: 10px;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.property-card h3 {
  color: var(--white);
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: 1.65rem;
  font-weight: 600;
}

.property-card p {
  color: rgba(252, 251, 247, 0.72);
  font-size: 0.92rem;
  line-height: 1.6;
}

.property-card strong::after {
  content: "\2192";
  margin-left: 8px;
}

.experience-section {
  background: #dfe9e6;
}

.experience-section .split {
  gap: 82px;
}

.experience-section .image-feature img {
  aspect-ratio: 5 / 4;
  border-radius: 4px;
  box-shadow: -24px 24px 0 rgba(23, 111, 130, 0.12), var(--shadow);
}

.amenity-list {
  gap: 8px;
}

.amenity-list span {
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 3px;
  border-color: rgba(9, 45, 39, 0.13);
  background: rgba(252, 251, 247, 0.74);
  font-size: 0.82rem;
}

.routes-section {
  background: var(--white);
}

.routes-section .route-grid {
  gap: 34px;
}

.routes-section .route-card {
  min-height: 245px;
  padding: 26px 4px 8px;
  border: 0;
  border-top: 2px solid var(--forest);
  border-radius: 0;
  background: transparent;
}

.routes-section .route-card.highlighted {
  border-top-color: var(--gold);
  background: transparent;
  box-shadow: none;
}

.routes-section .route-card .route-label {
  margin-bottom: 24px;
  padding: 0;
  border: 0;
  color: var(--clay);
}

.routes-section .route-card h3 {
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: 1.45rem;
  font-weight: 600;
}

.routes-section .route-card p {
  line-height: 1.7;
}

.section-gallery {
  background: #e9ece9;
}

.gallery-grid,
.property-gallery-grid {
  gap: 10px;
}

.gallery-card,
.property-gallery-item,
.gallery-grid figure {
  border-radius: 3px;
  box-shadow: none;
}

.contact-band {
  position: relative;
  overflow: hidden;
  background: var(--forest);
}

.contact-band::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 3px;
  background: var(--river);
}

.contact-layout-wide {
  width: min(1380px, 100%);
  grid-template-columns: minmax(330px, 0.7fr) minmax(600px, 1.05fr);
  gap: 60px;
}

.contact-layout h2 {
  max-width: 520px;
  color: var(--white);
}

.contact-card,
.query-form {
  border-radius: 4px;
}

.contact-card {
  border-color: rgba(252, 251, 247, 0.15);
  background: rgba(252, 251, 247, 0.12);
}

.contact-card a {
  background: rgba(252, 251, 247, 0.045);
}

.property-address {
  border-radius: 4px;
}

.query-form {
  gap: 16px;
  padding: 30px;
  border-color: rgba(252, 251, 247, 0.2);
  background: rgba(252, 251, 247, 0.09);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.query-form input,
.query-form select,
.query-form textarea {
  min-height: 48px;
  border-radius: 3px;
  border-color: rgba(252, 251, 247, 0.22);
  background: rgba(252, 251, 247, 0.97);
}

.query-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.query-actions .btn-secondary {
  border-color: rgba(252, 251, 247, 0.38);
  color: var(--white);
  background: transparent;
}

.query-actions .btn-secondary:hover {
  border-color: var(--gold);
  color: var(--forest);
  background: var(--gold);
}

.stay-planner,
.stay-row {
  border-radius: 3px;
}

.site-footer {
  padding: 34px 48px;
  border-top: 1px solid rgba(229, 201, 143, 0.18);
  background: #061e1a;
}

.property-hero {
  min-height: 74vh;
  max-height: 840px;
  padding: 150px 48px 64px;
  background: var(--forest);
}

.property-hero img {
  filter: saturate(0.88) contrast(1.04);
}

.property-hero-overlay {
  background:
    linear-gradient(90deg, rgba(4, 23, 20, 0.91), rgba(4, 23, 20, 0.48) 57%, rgba(4, 23, 20, 0.08)),
    linear-gradient(0deg, rgba(4, 23, 20, 0.78), rgba(4, 23, 20, 0.04) 64%);
}

.property-hero-content {
  width: min(780px, 100%);
  animation: content-rise 700ms ease-out both;
}

.property-hero h1 {
  margin-bottom: 20px;
  font-size: 4.55rem;
  line-height: 0.96;
}

.property-hero-content p:not(.eyebrow) {
  max-width: 690px;
  font-size: 1.08rem;
  line-height: 1.75;
}

.property-detail-grid {
  gap: 72px;
}

.property-map-card,
.tariff-card,
.tariff-info-card {
  border-radius: 4px;
}

.property-map-card {
  box-shadow: 22px 22px 0 #dce8e5, var(--shadow);
}

.property-photo-grid img {
  border-radius: 3px;
}

.property-gallery-grid {
  grid-auto-rows: 230px;
}

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

.tariff-card,
.tariff-info-card {
  background: var(--white);
}

.tariff-card-head {
  padding: 26px 26px 18px;
}

.tariff-rate-row {
  padding: 17px 20px;
}

.tariff-rate-row span {
  border-radius: 3px;
  background: #edf1ed;
}

.tariff-info-panel {
  gap: 14px;
}

.tariff-info-card {
  box-shadow: 0 18px 50px rgba(9, 45, 39, 0.07);
}

.whatsapp-toggle {
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 18px 48px rgba(9, 88, 53, 0.28);
}

@keyframes hero-settle {
  from {
    opacity: 0.72;
    transform: scale(1.045);
  }
  to {
    opacity: 1;
    transform: scale(1.01);
  }
}

@keyframes content-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media,
  .hero-content,
  .property-hero-content {
    animation: none;
  }

  * {
    scroll-behavior: auto;
  }
}

@media (max-width: 1120px) {
  .site-header {
    padding-right: 34px;
    padding-left: 34px;
  }

  .hero,
  .property-hero {
    padding-right: 34px;
    padding-left: 34px;
  }

  .hero-panel {
    right: 34px;
    width: 290px;
  }

  .hero-content {
    width: min(620px, 100%);
  }

  .section {
    padding-right: 34px;
    padding-left: 34px;
  }

  .contact-layout-wide {
    grid-template-columns: minmax(300px, 0.68fr) minmax(520px, 1fr);
    gap: 42px;
  }
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: auto auto;
    gap: 12px 24px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-links {
    gap: 22px;
  }

  .hero {
    min-height: auto;
    max-height: none;
    padding-top: 110px;
  }

  .hero h1 {
    font-size: 4rem;
  }

  .hero-panel {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    margin-top: 42px;
  }

  .hero-panel a {
    border-right: 1px solid rgba(252, 251, 247, 0.14);
    border-bottom: 0;
  }

  .introduction-section .split,
  .experience-section .split,
  .contact-layout-wide,
  .property-detail-grid,
  .property-detail-grid.reverse {
    grid-template-columns: 1fr;
  }

  .introduction-section .split,
  .experience-section .split,
  .property-detail-grid {
    gap: 58px;
  }

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

  .property-card {
    min-height: 460px;
  }

  .property-card div {
    padding: 25px 20px 22px;
  }

  .property-card p {
    font-size: 0.84rem;
  }

  .contact-layout-wide {
    gap: 48px;
  }
}

@media (max-width: 700px) {
  .site-header {
    padding: 10px 18px 12px;
  }

  .brand img {
    width: 132px;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 13px;
  }

  .header-cta::after {
    display: none;
  }

  .nav-links {
    gap: 15px;
    font-size: 0.84rem;
  }

  .hero {
    padding: 84px 18px 28px;
  }

  .hero-heritage {
    margin-bottom: 16px;
  }

  .hero h1 {
    font-size: 2.8rem;
    line-height: 0.98;
  }

  .hero-copy {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .hero-panel {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .hero-panel a {
    padding: 12px 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(252, 251, 247, 0.14);
  }

  .booking-strip {
    grid-template-columns: 1fr;
  }

  .booking-strip div {
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(252, 251, 247, 0.13);
  }

  .section {
    padding: 78px 18px;
  }

  h2 {
    font-size: 2rem;
  }

  .introduction-section::before {
    display: none;
  }

  .introduction-section .image-feature img,
  .experience-section .image-feature img,
  .property-map-card {
    box-shadow: 12px 12px 0 #dce8e5, 0 22px 60px rgba(9, 45, 39, 0.14);
  }

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

  .property-card {
    min-height: 480px;
  }

  .routes-section .route-grid {
    gap: 12px;
  }

  .routes-section .route-card {
    min-height: auto;
    padding-bottom: 22px;
  }

  .contact-layout-wide {
    gap: 38px;
  }

  .query-form {
    padding: 20px;
  }

  .query-actions {
    grid-template-columns: 1fr;
  }

  .property-hero {
    min-height: 64vh;
    padding: 98px 18px 38px;
  }

  .property-hero h1 {
    font-size: 2.75rem;
  }

  .property-gallery-grid {
    grid-auto-rows: 250px;
  }

  .site-footer {
    padding: 30px 18px;
  }
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 10px 14px;
  color: var(--white);
  background: var(--forest);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

body:not(.admin-page) a:focus-visible,
body:not(.admin-page) button:focus-visible,
body:not(.admin-page) summary:focus-visible,
body:not(.admin-page) input:focus-visible,
body:not(.admin-page) select:focus-visible,
body:not(.admin-page) textarea:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.heritage-section {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 720px;
  align-items: flex-end;
  overflow: hidden;
  padding: 120px 48px 94px;
  color: var(--white);
  background: var(--forest);
}

.heritage-media,
.heritage-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.heritage-media {
  z-index: -2;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.72) contrast(1.06);
}

.heritage-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 23, 20, 0.95), rgba(4, 23, 20, 0.7) 54%, rgba(4, 23, 20, 0.28)),
    linear-gradient(0deg, rgba(4, 23, 20, 0.88), rgba(4, 23, 20, 0.08) 72%);
}

.heritage-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.86fr);
  gap: 84px;
  align-items: end;
}

.heritage-copy {
  max-width: 690px;
}

.heritage-copy h2 {
  max-width: 650px;
  color: var(--white);
  font-size: 3.2rem;
}

.heritage-copy > p:not(.eyebrow) {
  max-width: 660px;
  color: rgba(252, 251, 247, 0.78);
  font-size: 1.03rem;
  line-height: 1.78;
}

.heritage-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(252, 251, 247, 0.26);
  border-left: 1px solid rgba(252, 251, 247, 0.26);
}

.heritage-facts div {
  min-height: 140px;
  padding: 22px;
  border-right: 1px solid rgba(252, 251, 247, 0.26);
  border-bottom: 1px solid rgba(252, 251, 247, 0.26);
}

.heritage-facts strong,
.heritage-facts span {
  display: block;
}

.heritage-facts strong {
  color: var(--gold-soft);
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: 1.45rem;
  font-weight: 600;
}

.heritage-facts span {
  margin-top: 7px;
  color: rgba(252, 251, 247, 0.68);
  font-size: 0.86rem;
  line-height: 1.5;
}

.faq-section {
  background: var(--white);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(290px, 0.58fr) minmax(0, 1fr);
  gap: 92px;
  align-items: start;
}

.faq-layout .section-heading {
  position: sticky;
  top: 128px;
  margin-bottom: 0;
}

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

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 52px 24px 0;
  color: var(--forest);
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: 1.22rem;
  font-weight: 600;
  line-height: 1.35;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 20px;
  right: 4px;
  color: var(--gold);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "\2212";
}

.faq-list details p {
  max-width: 780px;
  margin: -4px 0 24px;
  padding-right: 46px;
  color: var(--muted);
  line-height: 1.75;
}

@media (max-width: 1020px) {
  .heritage-section {
    min-height: 780px;
    padding-right: 34px;
    padding-left: 34px;
  }

  .heritage-content,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .heritage-copy {
    max-width: 760px;
  }

  .faq-layout .section-heading {
    position: static;
  }
}

@media (max-width: 700px) {
  .heritage-section {
    min-height: auto;
    padding: 90px 18px 70px;
  }

  .heritage-copy h2 {
    font-size: 2.2rem;
  }

  .heritage-copy > p:not(.eyebrow) {
    font-size: 0.96rem;
  }

  .heritage-facts {
    grid-template-columns: 1fr;
  }

  .heritage-facts div {
    min-height: auto;
    padding: 18px;
  }

  .faq-layout {
    gap: 32px;
  }

  .faq-list summary {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.08rem;
  }

  .faq-list details p {
    padding-right: 20px;
  }
}
