:root {
  --ad-ink: #181713;
  --ad-ink-soft: #5f5a50;
  --ad-paper: #f8f5ed;
  --ad-stone: #e9e3d6;
  --ad-dark: #11120f;
  --ad-dark-soft: #181916;
  --ad-gold: #c8a65d;
  --ad-gold-deep: #98752e;
  --ad-gold-pale: #ead9ad;
  --ad-line: rgba(35, 31, 23, 0.16);
  --ad-radius: 20px;
}

html { scroll-behavior: smooth; }
.ad-page { overflow: clip; background: var(--ad-paper); color: var(--ad-ink); }
.ad-page a { text-decoration: none; }
.ad-page h1, .ad-page h2, .ad-page h3, .ad-page p { margin-top: 0; }

.ad-hero {
  width: 100vw;
  max-width: none;
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  isolation: isolate;
  margin-inline: calc(50% - 50vw);
  display: flex;
  color: #fff;
  background: var(--ad-hero-image) center / cover no-repeat;
}
.ad-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(7,8,7,.94), rgba(7,8,7,.72) 43%, rgba(7,8,7,.13) 77%), linear-gradient(180deg, rgba(5,6,5,.3), rgba(5,6,5,.12) 48%, rgba(5,6,5,.9)); }
.ad-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 40%; z-index: -1; background: linear-gradient(180deg, transparent, rgba(5,6,5,.88)); }
.ad-hero-inner { min-height: inherit; position: relative; display: flex; flex-direction: column; justify-content: center; padding-top: clamp(8rem, 14vh, 9rem); padding-bottom: clamp(10rem, 20vh, 13rem); }
.ad-breadcrumb { width: min(1000px, 90%); display: flex; flex-wrap: wrap; align-items: center; gap: .6rem; margin-bottom: 1.25rem; color: rgba(255,255,255,.68); font-size: .7rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.ad-breadcrumb a { color: rgba(255,255,255,.88); }
.ad-breadcrumb a:hover, .ad-breadcrumb a:focus-visible { color: var(--ad-gold-pale); }
.ad-breadcrumb i { color: var(--ad-gold); font-size: .58rem; }
.ad-hero-copy { width: min(920px, 82%); }
.ad-eyebrow, .ad-kicker { color: var(--ad-gold); font-size: .7rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.ad-eyebrow { margin-bottom: 1rem; }
.ad-hero h1 { max-width: 1060px; margin-bottom: 1.2rem; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: clamp(3.5rem, 7vw, 7rem); font-weight: 600; line-height: .97; letter-spacing: -.05em; text-wrap: balance; }
.ad-hero-copy > p:not(.ad-eyebrow) { max-width: 750px; margin-bottom: 1.7rem; color: rgba(255,255,255,.8); font-size: clamp(1rem,1.35vw,1.14rem); line-height: 1.72; }
.ad-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; }
.ad-primary { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: .75rem 1.35rem; border: 1px solid var(--ad-gold); border-radius: 999px; background: var(--ad-gold); color: #17140e; font-weight: 900; box-shadow: none; transition: transform 180ms ease, background 180ms ease, border-color 180ms ease; }
.ad-primary:hover, .ad-primary:focus-visible { transform: translateY(-2px); border-color: var(--ad-gold-pale); background: var(--ad-gold-pale); color: #111; }
.ad-text-link { display: inline-flex; align-items: center; gap: .55rem; padding: .45rem 0; border-bottom: 1px solid rgba(234,217,173,.58); color: #fff; font-weight: 850; }
.ad-text-link:hover, .ad-text-link:focus-visible { color: var(--ad-gold-pale); }
.ad-hero-facts { position: absolute; right: calc(var(--bs-gutter-x) * .5); bottom: clamp(2rem,5vh,4rem); left: calc(var(--bs-gutter-x) * .5); display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.26); }
.ad-hero-facts > div { min-width: 0; padding: 1rem 1.2rem 0 0; }
.ad-hero-facts > div + div { padding-left: 1.2rem; border-left: 1px solid rgba(255,255,255,.2); }
.ad-hero-facts span, .ad-hero-facts strong, .ad-hero-facts small { display: block; }
.ad-hero-facts span { margin-bottom: .35rem; color: var(--ad-gold-pale); font-size: .61rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ad-hero-facts strong { color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: clamp(1rem,1.55vw,1.3rem); font-weight: 600; line-height: 1.2; }
.ad-hero-facts small { margin-top: .25rem; color: rgba(255,255,255,.58); font-size: .72rem; }

.ad-jump { position: sticky; top: 0; z-index: 1020; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(16,17,15,.96); backdrop-filter: blur(12px); }
.ad-jump .container { min-height: 54px; display: flex; align-items: center; gap: 1.45rem; overflow-x: auto; scrollbar-width: none; }
.ad-jump .container::-webkit-scrollbar { display: none; }
.ad-jump span, .ad-jump a { flex: 0 0 auto; font-size: .72rem; font-weight: 850; }
.ad-jump span { color: var(--ad-gold); letter-spacing: .08em; text-transform: uppercase; }
.ad-jump a { padding: 1.05rem 0; color: rgba(255,255,255,.66); }
.ad-jump a:hover, .ad-jump a:focus-visible { color: #fff; }
.ad-overview, .ad-amenities, .ad-gallery, .ad-location, .ad-related { scroll-margin-top: 7.5rem; }

.ad-overview { padding: clamp(5rem,10vw,9rem) 0; background: var(--ad-paper); }
.ad-overview-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); align-items: start; gap: clamp(3rem,9vw,9rem); }
.ad-overview h2, .ad-heading h2, .ad-location h2, .ad-final h2 { margin: .65rem 0 1.25rem; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.6rem,5vw,4.8rem); font-weight: 600; line-height: 1.02; letter-spacing: -.04em; text-wrap: balance; }
.ad-page h2 em { color: var(--ad-gold-deep); font-weight: 500; }
.ad-rich-copy { max-width: 800px; color: var(--ad-ink-soft); line-height: 1.82; }
.ad-rich-copy p { margin-bottom: 1.1rem; }
.ad-profile { border-top: 1px solid var(--ad-line); }
.ad-profile > div { display: grid; grid-template-columns: .75fr 1.25fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--ad-line); }
.ad-profile span { color: var(--ad-gold-deep); font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ad-profile strong { font-family: "Playfair Display", Georgia, serif; font-size: 1rem; line-height: 1.4; }
.ad-profile > a { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: space-between; margin-top: 1.25rem; padding: .7rem 1rem; border: 1px solid var(--ad-gold-deep); border-radius: 999px; color: var(--ad-ink); font-weight: 850; }
.ad-profile > a:hover { background: var(--ad-gold-pale); }
.ad-rate-line { display: grid; grid-template-columns: minmax(240px,.65fr) minmax(0,1.35fr); align-items: center; gap: clamp(2rem,6vw,6rem); margin-top: clamp(3rem,6vw,5rem); padding: 1.35rem 0; border-top: 1px solid var(--ad-line); border-bottom: 1px solid var(--ad-line); }
.ad-rate-line span, .ad-rate-line strong { display: block; }
.ad-rate-line span { color: var(--ad-gold-deep); font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ad-rate-line strong { margin-top: .25rem; font-family: "Playfair Display", Georgia, serif; font-size: 1.8rem; font-weight: 600; }
.ad-rate-line p { margin-bottom: 0; color: var(--ad-ink-soft); font-size: .84rem; line-height: 1.65; }

.ad-amenities { padding: clamp(5rem,9vw,8rem) 0; background: var(--ad-dark); color: #fff; }
.ad-heading { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr); align-items: end; gap: 3rem; margin-bottom: clamp(2.5rem,5vw,4rem); }
.ad-heading h2 { margin-bottom: 0; }
.ad-heading > p { margin-bottom: 0; color: var(--ad-ink-soft); line-height: 1.75; }
.ad-heading-light h2 { color: #fff; }
.ad-heading-light h2 em { color: var(--ad-gold-pale); }
.ad-heading-light > p { color: rgba(255,255,255,.62); }
.ad-amenity-groups { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.15); }
.ad-amenity-groups section { padding: 1.6rem 1.6rem 1.6rem 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.ad-amenity-groups section + section { padding-left: 1.6rem; border-left: 1px solid rgba(255,255,255,.15); }
.ad-amenity-groups section > span { color: var(--ad-gold); font-family: "Playfair Display", Georgia, serif; }
.ad-amenity-groups h3 { margin: .45rem 0 .9rem; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: 1.4rem; }
.ad-amenity-groups ul { margin: 0; padding: 0; list-style: none; }
.ad-amenity-groups li { display: flex; gap: .45rem; padding: .45rem 0; color: rgba(255,255,255,.68); font-size: .8rem; line-height: 1.45; }
.ad-amenity-groups i { color: var(--ad-gold); }

.ad-gallery { padding: clamp(5rem,9vw,8rem) 0; background: var(--ad-stone); }
.ad-gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 250px; gap: .9rem; }
.ad-gallery-grid a { grid-column: span 4; position: relative; overflow: hidden; background: #d8d1c3; }
.ad-gallery-grid a:first-child { grid-column: span 7; grid-row: span 2; }
.ad-gallery-grid a:nth-child(2), .ad-gallery-grid a:nth-child(3) { grid-column: span 5; }
.ad-gallery-grid img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9); transition: transform 450ms ease, filter 250ms ease; }
.ad-gallery-grid a:hover img { transform: scale(1.035); filter: saturate(1); }

.ad-location { padding: clamp(5rem,9vw,8rem) 0; background: #1d201b; color: #fff; }
.ad-location-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr); align-items: center; gap: clamp(3rem,8vw,8rem); }
.ad-location h2 { color: #fff; }
.ad-location h2 em { color: var(--ad-gold-pale); }
.ad-location p { max-width: 760px; color: rgba(255,255,255,.64); line-height: 1.78; }
.ad-location p strong { color: #fff; }
.ad-location-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.4rem; margin-top: 1.4rem; }
.ad-location-actions > a:not(.ad-primary) { display: inline-flex; align-items: center; gap: .45rem; color: var(--ad-gold-pale); font-weight: 850; }
.ad-location-mark { aspect-ratio: 1; display: grid; place-content: center; gap: .8rem; border: 1px solid rgba(234,217,173,.24); border-radius: 50%; background: radial-gradient(circle, rgba(200,166,93,.16), transparent 66%); color: var(--ad-gold-pale); text-align: center; }
.ad-location-mark i { font-size: clamp(3rem,7vw,6rem); }
.ad-location-mark span { max-width: 240px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.3rem,2vw,2rem); }

.ad-related { padding: clamp(5rem,9vw,8rem) 0; background: var(--ad-dark); color: #fff; }
.ad-related .ad-heading > a { display: inline-flex; align-items: center; gap: .5rem; justify-self: end; color: var(--ad-gold-pale); font-weight: 850; }
.ad-related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.35rem; }
.ad-related-card { overflow: visible; padding-bottom: .25rem; border: 0; border-bottom: 1px solid rgba(234,217,173,.22); border-radius: 0; background: transparent; }
.ad-related-media { aspect-ratio: 1.5/1; position: relative; display: block; overflow: hidden; border-radius: 2.6rem 0 2.6rem 0; background: #262720; }
.ad-related-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(7,8,7,.74)); }
.ad-related-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88); transition: transform 450ms ease; }
.ad-related-card:hover img { transform: scale(1.035); }
.ad-related-media > span { height: 100%; display: grid; place-items: center; color: var(--ad-gold); font-size: 2rem; }
.ad-related-placeholder { align-content: center; gap: .5rem; background: radial-gradient(circle at 50% 35%, rgba(200,166,93,.14), transparent 48%), #20231d; }
.ad-related-placeholder b { color: rgba(255,255,255,.56); font-family: inherit; font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ad-related-media small { position: absolute; bottom: .85rem; left: .9rem; z-index: 1; display: inline-flex; align-items: center; gap: .35rem; color: #fff; font-size: .68rem; font-weight: 850; }
.ad-related-media small i { color: var(--ad-gold-pale); }
.ad-related-card > div { padding: 1.2rem .15rem 1.35rem; }
.ad-related-card > div > p { margin-bottom: .4rem; color: var(--ad-gold); font-size: .62rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.ad-related-card h3 { margin-bottom: 1rem; font-family: "Playfair Display", Georgia, serif; font-size: 1.3rem; line-height: 1.2; }
.ad-related-card h3 a { color: #fff; }
.ad-related-card > div > div { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: .85rem; border-top: 1px solid rgba(255,255,255,.12); }
.ad-related-card > div > div span { color: #fff; font-family: "Playfair Display", Georgia, serif; }
.ad-related-card > div > div a { color: var(--ad-gold-pale); font-size: .75rem; font-weight: 850; }

.ad-final { padding: clamp(5rem,9vw,8rem) 0; background: #24261f; color: #fff; }
.ad-final .container { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr); align-items: end; gap: 4rem; }
.ad-final h2 { margin-bottom: 0; color: #fff; }
.ad-final h2 em { color: var(--ad-gold-pale); }
.ad-final .container > div:last-child p { margin-bottom: 1.2rem; color: rgba(255,255,255,.64); line-height: 1.72; }

@media (max-width: 1199.98px) {
  .ad-hero-copy { width: min(920px,92%); }
  .ad-related-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 991.98px) {
  .ad-hero::before { background: linear-gradient(90deg, rgba(7,8,7,.9), rgba(7,8,7,.38)), linear-gradient(180deg, rgba(5,6,5,.2), rgba(5,6,5,.86)); }
  .ad-hero-copy { width: 100%; }
  .ad-hero-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ad-hero-facts > div:nth-child(3) { padding-left: 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .ad-hero-facts > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.2); }
  .ad-overview-grid, .ad-heading, .ad-location-grid, .ad-final .container { grid-template-columns: 1fr; }
  .ad-heading { gap: 1.25rem; }
  .ad-amenity-groups { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ad-gallery-grid { grid-auto-rows: 210px; }
  .ad-location-mark { width: min(420px,80vw); justify-self: center; }
  .ad-final .container { gap: 2rem; }
}

@media (max-width: 767.98px) {
  .ad-hero { min-height: max(100svh,850px); background-position: 58% center; }
  .ad-hero-inner { justify-content: flex-start; padding-top: 8rem; padding-bottom: 13rem; }
  .ad-breadcrumb { width: 100%; }
  .ad-hero h1 { font-size: clamp(2.8rem,13vw,4.5rem); }
  .ad-hero-facts { grid-template-columns: 1fr; bottom: 1.2rem; }
  .ad-hero-facts > div { display: grid; grid-template-columns: .72fr 1.28fr; align-items: baseline; gap: 0 .7rem; padding: .55rem 0; }
  .ad-hero-facts > div + div, .ad-hero-facts > div:nth-child(3), .ad-hero-facts > div:nth-child(4) { padding-left: 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .ad-hero-facts span { grid-row: 1/3; }
  .ad-hero-facts small { display: none; }
  .ad-rate-line { grid-template-columns: 1fr; gap: 1rem; }
  .ad-amenity-groups { grid-template-columns: 1fr; }
  .ad-amenity-groups section + section { padding-left: 0; border-left: 0; }
  .ad-gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .ad-gallery-grid a, .ad-gallery-grid a:first-child, .ad-gallery-grid a:nth-child(2), .ad-gallery-grid a:nth-child(3) { grid-column: 1; grid-row: auto; }
  .ad-related-grid { grid-template-columns: 1fr; }
  .ad-related .ad-heading > a { justify-self: start; }
}

@media (max-width: 575.98px) {
  .ad-hero { min-height: max(100svh,910px); }
  .ad-hero-actions, .ad-primary { width: 100%; }
  .ad-text-link { width: max-content; max-width: 100%; }
  .ad-gallery-grid { grid-auto-rows: 240px; }
  .ad-location-actions .ad-primary { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ad-page *, .ad-page *::before, .ad-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
