:root {
  --ink: #183432;
  --ink-soft: #526563;
  --green: #143b3a;
  --green-light: #2e5c56;
  --blue: #176c8c;
  --sand: #e9d3a8;
  --cream: #f6f1e7;
  --paper: #fffdf8;
  --line: rgba(24, 52, 50, .16);
  --shadow: 0 24px 70px rgba(19, 43, 41, .12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
html.menu-open,
body.menu-open { overflow: hidden; overscroll-behavior: none; }
body.menu-open { position: fixed; right: 0; left: 0; width: 100%; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
:focus-visible { outline: 3px solid #f2b84b; outline-offset: 3px; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-150%); background: white; padding: .7rem 1rem; border-radius: 4px; }
.skip-link:focus { transform: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: clamp(5rem, 9vw, 9rem); }
.eyebrow { margin: 0 0 1.25rem; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #e6d2ab; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
h2 { margin-bottom: 0; font-size: clamp(2.7rem, 5.2vw, 5rem); }
em { font-weight: 400; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; display: flex; width: 100%; min-height: 88px; align-items: center; justify-content: space-between; padding: 1.1rem clamp(1.5rem, 4vw, 4.5rem); color: white; transition: background .25s, color .25s, box-shadow .25s; }
.site-header.is-scrolled { position: fixed; min-height: 70px; padding-block: .55rem; color: var(--ink); background: rgba(255, 253, 248, .95); box-shadow: 0 10px 35px rgba(16, 43, 41, .08); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-family: var(--serif); font-size: 1.3rem; letter-spacing: -.03em; }
.brand img { width: 44px; height: 44px; object-fit: cover; mix-blend-mode: multiply; border-radius: 50%; }
.site-header:not(.is-scrolled) .brand img { mix-blend-mode: screen; filter: saturate(.8) brightness(1.3); }
.brand strong { font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.2vw, 2.4rem); font-size: .83rem; font-weight: 650; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -.25rem; left: 0; height: 1px; transform: scaleX(0); background: currentColor; transition: transform .2s; }
.main-nav > a:hover::after { transform: scaleX(1); }
.nav-cta { border: 1px solid rgba(255,255,255,.6); padding: .7rem 1rem; border-radius: 999px; white-space: nowrap; }
.is-scrolled .nav-cta { border-color: var(--line); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 23px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .2s; }

.hero { position: relative; min-height: 720px; height: 92vh; max-height: 920px; color: white; background: var(--green); }
.hero-bg, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-bg { object-fit: cover; filter: saturate(.65) contrast(1.06); }
.hero-shade { background: linear-gradient(90deg, rgba(11,37,35,.87) 0%, rgba(13,37,35,.5) 53%, rgba(13,37,35,.1) 100%), linear-gradient(0deg, rgba(9,30,29,.42), transparent 45%); }
.hero-content { position: relative; z-index: 2; display: flex; height: 100%; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 7rem 4rem; }
.hero h1 { max-width: 900px; margin-bottom: 1.7rem; font-size: clamp(4rem, 7.8vw, 8rem); }
.hero h1 em { color: var(--sand); }
.hero-copy { max-width: 590px; margin-bottom: 2rem; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.4vw, 1.2rem); }
.text-link { display: inline-flex; align-items: center; gap: .65rem; padding-bottom: .2rem; border-bottom: 1px solid currentColor; font-size: .84rem; font-weight: 700; }
.text-link span { font-size: 1.2rem; }
.hero-cta { min-width: 230px; }
.booking-bar { position: absolute; z-index: 3; right: max(24px, calc((100vw - 1180px)/2)); bottom: -48px; left: max(24px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: 1.25fr 1fr 1fr .8fr auto; align-items: stretch; padding: .75rem; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); border-radius: 4px; }
.booking-bar label { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: .35rem 1rem; border-right: 1px solid var(--line); }
.booking-bar label > span, .contact-form label > span { margin-bottom: .18rem; color: var(--ink-soft); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.booking-bar input, .booking-bar select { width: 100%; min-width: 0; border: 0; color: var(--ink); background: transparent; font-size: .9rem; font-weight: 650; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: .7rem; padding: .8rem 1.25rem; border: 1px solid transparent; border-radius: 2px; font-size: .76rem; font-weight: 800; letter-spacing: .04em; text-align: center; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); }
.button-primary:hover { background: #0d5875; }
.button-outline { min-height: 46px; border-color: var(--green); color: var(--green); }
.button-outline:hover { color: white; background: var(--green); }

.intro { position: relative; display: grid; grid-template-columns: 1.1fr 1fr 170px; gap: clamp(2rem, 5vw, 5rem); align-items: end; }
.intro h2 { max-width: 620px; }
.intro-copy { color: var(--ink-soft); font-size: 1.04rem; }
.intro-copy p:last-child { margin-bottom: 0; }
.intro-stamp { display: grid; width: 150px; height: 150px; place-items: center; justify-self: end; border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); text-align: center; transform: rotate(7deg); }
.intro-stamp span { font-family: var(--serif); font-size: .9rem; line-height: 1.15; }
.intro-stamp b { position: absolute; font-size: 2rem; font-weight: 400; opacity: .13; }

.properties { background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(3rem, 6vw, 5rem); }
.section-heading > p { max-width: 430px; margin-bottom: .45rem; color: var(--ink-soft); }
.results-status { font-size: .78rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.property-list { display: grid; gap: clamp(5rem, 9vw, 9rem); }
.property-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.property-card.reverse { grid-template-columns: .9fr 1.1fr; }
.property-card.reverse .property-media { order: 2; }
.property-media { position: relative; overflow: hidden; min-height: 0; aspect-ratio: 4 / 5; background: #d8d2c7; }
.property-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.6,.2,1); }
.property-card:hover .property-media > img { transform: scale(1.025); }
.property-index { position: absolute; top: 1rem; left: 1rem; display: grid; width: 44px; height: 44px; place-items: center; color: white; background: rgba(20,59,58,.8); border-radius: 50%; font-size: .72rem; font-weight: 800; backdrop-filter: blur(6px); }
.gallery-button { position: absolute; right: 1rem; bottom: 1rem; padding: .7rem 1rem; border: 0; color: var(--ink); background: rgba(255,253,248,.94); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.gallery-button span { margin-left: .55rem; }
.property-kicker { display: flex; gap: 1rem; color: var(--blue); font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.property-kicker span + span::before { content: "·"; margin-right: 1rem; }
.property-content h3 { margin: 1rem 0 1.4rem; font-family: var(--serif); font-size: clamp(2.5rem, 4vw, 4.4rem); font-weight: 400; letter-spacing: -.035em; }
.property-content > p { color: var(--ink-soft); }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); margin: 2.2rem 0; padding: 1.25rem 0; border-block: 1px solid var(--line); list-style: none; }
.facts li { display: flex; flex-direction: column; }
.facts strong { font-family: var(--serif); font-size: 1.75rem; font-weight: 400; line-height: 1; }
.facts span { margin-top: .35rem; color: var(--ink-soft); font-size: .69rem; text-transform: uppercase; }
.amenity-row { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.amenity-row span { padding: .35rem .65rem; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); font-size: .7rem; }
.property-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.property-footer > div { display: flex; flex-direction: column; }
.property-footer > div span { color: var(--ink-soft); font-size: .65rem; text-transform: uppercase; }
.property-footer > div strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.property-content .cin { margin: 1.4rem 0 0; font-size: .65rem; letter-spacing: .04em; }
.property-card[hidden] { display: none; }

.experience { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; padding: 0; color: white; background: var(--green); }
.experience-image { min-height: 650px; }
.experience-image img { width: 100%; height: 100%; object-fit: cover; }
.experience-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem); }
.experience-content h2 { max-width: 730px; margin-bottom: 2rem; }
.experience-content h2 em { color: var(--sand); }
.experience-content > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.72); }
.distance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.22); }
.distance-grid div { display: flex; flex-direction: column; }
.distance-grid strong { color: var(--sand); font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.distance-grid span { color: rgba(255,255,255,.62); font-size: .72rem; line-height: 1.45; }

.services .section-heading { align-items: end; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.service-grid article { min-height: 280px; padding: 2rem 1.5rem 1rem 0; border-right: 1px solid var(--line); }
.service-grid article + article { padding-left: 1.5rem; }
.service-grid article:last-child { border-right: 0; }
.service-no { color: var(--blue); font-size: .7rem; font-weight: 800; }
.service-grid h3 { margin: 5rem 0 1rem; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.service-grid p { color: var(--ink-soft); font-size: .88rem; }

.contact { color: white; background: var(--blue); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 9rem); }
.contact-copy h2 { font-size: clamp(3.8rem, 7vw, 7rem); }
.contact-copy h2 em { color: var(--sand); }
.contact-copy > p:not(.eyebrow) { max-width: 420px; color: rgba(255,255,255,.75); }
.contact-links { display: flex; flex-direction: column; gap: .35rem; margin-top: 2.5rem; font-family: var(--serif); font-size: 1.25rem; }
.contact-links a { width: fit-content; border-bottom: 1px solid rgba(255,255,255,.4); }
.contact-form { display: grid; gap: 1rem; padding: clamp(1.5rem, 4vw, 3rem); color: var(--ink); background: var(--paper); box-shadow: 0 30px 80px rgba(2,36,50,.25); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label:not(.privacy) { display: flex; flex-direction: column; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: .65rem 0; color: var(--ink); background: transparent; }
.contact-form textarea { resize: vertical; }
.privacy { display: flex; align-items: flex-start; gap: .6rem; color: var(--ink-soft); font-size: .72rem; }
.privacy input { width: auto; margin-top: .2rem; }
.button-sand { color: var(--green); background: var(--sand); }
.button-sand:hover { background: #ddc18c; }
.form-note { margin: -.3rem 0 0; color: var(--ink-soft); font-size: .68rem; text-align: center; }
.website-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 4rem 0 2rem; background: #102e2d; color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.5fr .8fr; gap: 3rem; align-items: start; }
.footer-brand img { mix-blend-mode: screen; filter: saturate(.7) brightness(1.3); }
.footer-grid > p { max-width: 390px; color: rgba(255,255,255,.62); font-size: .85rem; }
.footer-nav { display: flex; flex-direction: column; gap: .5rem; font-size: .82rem; }
.footer-legal { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.45); font-size: .66rem; text-transform: uppercase; }

.lightbox { width: min(1050px, calc(100% - 30px)); max-width: none; height: min(820px, calc(100% - 30px)); max-height: none; padding: 1.3rem; border: 0; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.lightbox[open] { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; }
.lightbox::backdrop { background: rgba(8,29,28,.85); backdrop-filter: blur(8px); }
.lightbox-close { position: absolute; z-index: 2; top: 1rem; right: 1rem; width: 42px; height: 42px; border: 0; border-radius: 50%; color: white; background: var(--green); font-size: 1.5rem; }
.lightbox-head { padding: 1rem 4rem 1rem 1rem; }
.lightbox-head .eyebrow { margin-bottom: .4rem; }
.lightbox-head h2 { font-size: clamp(2rem, 4vw, 3rem); }
.lightbox-stage { position: relative; isolation: isolate; display: grid; overflow: hidden; width: 100%; height: auto; min-height: 0; grid-template-columns: 54px minmax(0, 1fr) 54px; align-items: center; background: #d8d2c7; }
.lightbox-stage::before { content: ""; position: absolute; z-index: -1; inset: -35px; background-image: var(--lightbox-bg); background-position: center; background-size: cover; filter: blur(28px) saturate(.75); opacity: .32; }
.lightbox-stage::after { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(246,241,231,.35); }
.lightbox-stage img { position: relative; z-index: 1; display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; max-width: 100%; max-height: 100%; object-fit: contain; }
.lightbox-prev, .lightbox-next { position: relative; z-index: 2; align-self: center; width: 44px; height: 44px; border: 1px solid rgba(24,52,50,.22); border-radius: 50%; color: var(--ink); background: rgba(255,253,248,.82); backdrop-filter: blur(8px); }
.lightbox-count { margin: .8rem 0 0; font-size: .7rem; text-align: center; }

/* Property detail pages */
.property-page { background: var(--paper); }
.property-page .site-header { position: fixed; color: var(--ink); background: rgba(255,253,248,.95); box-shadow: 0 10px 35px rgba(16,43,41,.06); backdrop-filter: blur(16px); }
.property-page .site-header .brand img { mix-blend-mode: multiply; filter: none; }
.detail-hero { padding-top: 9.5rem; padding-bottom: 3rem; background: var(--cream); }
.breadcrumb { display: flex; align-items: center; gap: .6rem; margin-bottom: 3rem; color: var(--ink-soft); font-size: .7rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.breadcrumb span { opacity: .5; }
.detail-title-row { display: grid; grid-template-columns: 1.35fr .65fr; gap: 3rem; align-items: end; }
.detail-title-row h1 { max-width: 850px; margin-bottom: 0; color: var(--ink); font-size: clamp(4rem, 8vw, 8rem); }
.detail-title-row h1 em { color: var(--blue); }
.detail-title-meta { display: flex; flex-direction: column; gap: .7rem; padding-bottom: .7rem; }
.detail-title-meta span { color: var(--ink-soft); font-size: .75rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.detail-title-meta strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.detail-gallery { display: grid; height: min(68vw, 720px); grid-template-columns: 1.55fr 1fr; grid-template-rows: 1fr 1fr; gap: .65rem; padding-top: 1rem; }
.detail-gallery button { position: relative; overflow: hidden; padding: 0; border: 0; background: #d8d2c7; }
.detail-gallery button:first-child { grid-row: 1 / 3; }
.detail-gallery img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.detail-gallery button:hover img { transform: scale(1.025); }
.detail-gallery .all-photos { position: absolute; z-index: 1; right: 1rem; bottom: 1rem; padding: .75rem 1rem; color: var(--ink); background: rgba(255,253,248,.94); font-size: .7rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.detail-overview { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.detail-lead { margin-bottom: 2.2rem; font-family: var(--serif); font-size: clamp(1.55rem, 2.8vw, 2.4rem); line-height: 1.3; }
.detail-copy { color: var(--ink-soft); }
.detail-copy p { margin-bottom: 1.2rem; }
.detail-facts { margin-top: 3rem; }
.booking-card { position: sticky; top: 100px; padding: 2rem; border: 1px solid var(--line); background: var(--cream); box-shadow: var(--shadow); }
.booking-card .eyebrow { margin-bottom: .7rem; }
.booking-card h2 { margin-bottom: 1rem; font-size: 2.3rem; }
.booking-card p { color: var(--ink-soft); font-size: .84rem; }
.booking-card .button { width: 100%; margin-top: 1rem; }
.booking-card .mini-contact { display: flex; justify-content: center; margin-top: 1rem; font-size: .73rem; }
.amenities-section { background: var(--cream); }
.amenity-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 4rem; background: var(--line); border: 1px solid var(--line); }
.amenity-group { min-height: 260px; padding: 2rem; background: var(--paper); }
.amenity-group h3 { margin-bottom: 1.4rem; font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.amenity-group ul { display: grid; gap: .65rem; margin: 0; padding: 0; color: var(--ink-soft); font-size: .82rem; list-style: none; }
.amenity-group li { position: relative; padding-left: 1rem; }
.amenity-group li::before { content: "·"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.rules-location { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); }
.rules-list { display: grid; gap: 0; margin: 2rem 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.rules-list li { display: flex; justify-content: space-between; gap: 2rem; padding: 1rem 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: .84rem; }
.rules-list strong { color: var(--ink); }
.location-card { padding: 2.5rem; color: white; background: var(--green); }
.location-card .eyebrow { color: var(--sand); }
.location-card h2 { margin-bottom: 1.5rem; font-size: clamp(2.5rem, 4vw, 4rem); }
.location-card p { color: rgba(255,255,255,.7); }
.location-card a { display: inline-flex; margin-top: 1rem; border-bottom: 1px solid var(--sand); color: var(--sand); font-size: .8rem; font-weight: 750; }
.property-booking .contact-copy h2 { font-size: clamp(3.5rem, 6vw, 6rem); }
.property-switcher { display: grid; grid-template-columns: 1fr 1fr; min-height: 380px; }
.property-switcher a { position: relative; display: flex; overflow: hidden; min-height: 380px; align-items: end; padding: 2rem; color: white; }
.property-switcher img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.property-switcher a:hover img { transform: scale(1.03); }
.property-switcher a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,32,31,.8), rgba(8,32,31,.05)); }
.property-switcher div { position: relative; z-index: 1; }
.property-switcher span { font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.property-switcher h2 { margin-top: .4rem; font-size: clamp(2.3rem, 4vw, 4rem); }

@media (max-width: 980px) {
  .site-header { padding-inline: 1.5rem; }
  .menu-toggle { position: relative; z-index: 22; display: block; color: inherit; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 21; inset: 0; display: flex; overflow-y: auto; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.1rem; transform: translateX(100%); padding: 5rem 2rem; color: white; background: var(--green); font-family: var(--serif); font-size: 1.75rem; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; transition: transform .3s ease; }
  .main-nav.is-open { transform: none; }
  .nav-cta { margin-top: .8rem; font-family: var(--sans); font-size: .72rem; }
  .hero { min-height: 760px; height: 90vh; }
  .hero-content { min-height: 760px; padding: 9rem 0 5rem; }
  .intro { grid-template-columns: 1fr 1fr; }
  .intro-stamp { display: none; }
  .property-media { min-height: 0; }
  .experience { grid-template-columns: 1fr; }
  .experience-image { height: 70vw; min-height: 500px; max-height: 720px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-grid article:nth-child(2) { border-right: 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .detail-title-row, .detail-overview { grid-template-columns: 1fr; }
  .detail-title-meta { display: grid; grid-template-columns: 1fr 1fr; }
  .booking-card { position: static; }
  .amenity-groups { grid-template-columns: 1fr 1fr; }
  .rules-location { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 30px, 1180px); }
  .section { padding-block: 5.5rem; }
  .hero { min-height: 720px; height: 88vh; }
  .hero-content { min-height: 720px; padding-bottom: 4rem; }
  .hero h1 { font-size: clamp(3.4rem, 16vw, 5.4rem); }
  .hero-shade { background: linear-gradient(90deg, rgba(11,37,35,.89), rgba(13,37,35,.38)); }
  .intro { grid-template-columns: 1fr; gap: 2rem; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1.5rem; }
  .property-card, .property-card.reverse { grid-template-columns: 1fr; gap: 2rem; }
  .property-card.reverse .property-media { order: 0; }
  .property-media { min-height: 0; aspect-ratio: 4/5; }
  .property-content h3 { font-size: 3rem; }
  .facts { gap: .5rem; }
  .property-footer { align-items: stretch; flex-direction: column; }
  .experience-image { min-height: 420px; }
  .experience-content { padding: 5rem 1.2rem; }
  .distance-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article + article { min-height: auto; padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-grid h3 { margin-top: 2.5rem; }
  .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 1.25rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-legal { flex-direction: column; gap: .4rem; }
  .lightbox { padding: .7rem; }
  .lightbox-stage { grid-template-columns: 42px 1fr 42px; }
  .lightbox-prev, .lightbox-next { width: 36px; height: 36px; }
  .detail-hero { padding-top: 8rem; }
  .breadcrumb { margin-bottom: 2rem; }
  .detail-title-row h1 { font-size: clamp(3.3rem, 16vw, 5rem); }
  .detail-title-meta { grid-template-columns: 1fr; gap: .35rem; }
  .detail-gallery { height: 110vw; grid-template-columns: 1fr 1fr; grid-template-rows: 1.45fr .7fr; }
  .detail-gallery button:first-child { grid-column: 1 / -1; grid-row: auto; }
  .detail-gallery button:nth-child(2), .detail-gallery button:nth-child(3) { grid-row: 2; }
  .amenity-groups { grid-template-columns: 1fr; }
  .amenity-group { min-height: auto; }
  .rules-list li { flex-direction: column; gap: .2rem; }
  .property-switcher { grid-template-columns: 1fr; }
}

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