:root {
  --ink: #17342d;
  --ink-deep: #0d241f;
  --forest: #173d32;
  --moss: #486454;
  --sand: #e9e2d5;
  --warm-white: #f7f4ed;
  --paper: #fbf9f4;
  --stone: #b8aa95;
  --water: #7aa7a0;
  --line: rgba(23, 52, 45, 0.2);
  --reading-wide: 1020px;
  --panel-inset: clamp(28px,4vw,56px);
  --type-display: clamp(2.75rem,4vw,4.65rem);
  --type-highlight: clamp(1.3rem,1.7vw,1.65rem);
  --type-body: clamp(1.0625rem,1.15vw,1.125rem);
  --type-label: .875rem;
  --type-small: .75rem;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: var(--type-body); line-height: 1.6; }
p { text-wrap: pretty; }
body.no-scroll { overflow: hidden; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
picture { display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; padding: 10px 14px; background: white; color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid #d7aa67; outline-offset: 4px; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0 4.5vw; background: rgba(251,249,244,.96); color: var(--ink); border-bottom: 1px solid var(--line); box-shadow: 0 8px 28px rgba(13,36,31,.07); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.wordmark { display: block; width: 154px; height: 72px; flex: 0 0 154px; }
.wordmark img { width: 100%; height: 100%; object-fit: contain; }
.site-header nav { display: flex; align-items: center; gap: clamp(13px, 1.65vw, 28px); font-size: var(--type-body); letter-spacing: .08em; text-transform: uppercase; }
.site-header nav a { position: relative; padding: 10px 0; }
.site-header nav a:not(.language)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: currentColor; transition: right .25s ease; }
.site-header nav a:hover::after { right: 0; }
.language { border: 1px solid var(--line); padding: 6px 9px !important; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-button span { display: block; width: 23px; height: 1px; margin: 6px auto; background: currentColor; transition: transform .2s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

@media (min-width: 821px) {
  #difference, #residence, #outdoor, #gallery, #location, #casa-de-campo, #contact { scroll-margin-top: 88px; }
  .content-frame { width: min(1160px,calc(100% - 10vw)); margin-inline: auto; }
  main > .content-frame { padding-right: 0; padding-left: 0; }
  main > .film-section.content-frame,
  main > .outdoor.content-frame,
  main > .day-section.content-frame,
  main > .hospitality.content-frame { padding-right: var(--panel-inset); padding-left: var(--panel-inset); }
  main > .contact.content-frame { padding: 0; }
  .site-footer.content-frame { margin-top: clamp(18px,2vw,28px); margin-bottom: clamp(18px,2vw,28px); }
}

.featured-section { width: min(1160px,calc(100% - 10vw)); margin: 0 auto; padding: 0 0 clamp(36px,4vw,52px); }
.hero { position: relative; display: grid; grid-template-columns: 1fr; grid-template-areas: "heading" "summary"; gap: 34px; align-items: start; width: min(1160px,calc(100% - 10vw)); min-height: 0; margin: 0 auto; padding: clamp(44px,4vw,60px) 0 50px; color: var(--ink); overflow: hidden; }
.hero-heading { grid-area: heading; display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.hero-heading h2 { max-width: none; margin: 0; font-size: var(--type-highlight); }
.hero-heading .hero-location { flex: 0 0 auto; margin: 0 0 7px; }
.hero-summary { grid-area: summary; width: 100%; margin: 0; align-self: start; }
.hero-location { margin: 0 0 24px; color: var(--moss); font-size: var(--type-label); letter-spacing: .14em; text-transform: uppercase; }
.hero-bullets { display: grid; grid-template-columns: 1fr; gap: 14px; margin: 0; padding: 0; list-style: none; }
.hero-bullets li { position: relative; padding: 2px 0 2px 24px; color: var(--moss); font-size: var(--type-body); line-height: 1.55; }
.hero-bullets li::before { content: ""; position: absolute; top: 8px; left: 3px; width: 8px; height: 8px; background: linear-gradient(135deg,#d2ad68,#8c682f); box-shadow: 0 0 0 3px rgba(174,137,80,.12); transform: rotate(45deg); }
.hero-bullets .reason-highlight { padding: 12px 16px 12px 36px; background: rgba(210,173,104,.14); color: var(--ink); font-weight: 600; }
.hero-bullets .reason-highlight::before { top: 16px; left: 13px; }
.hero-summary .hero-actions { margin-top: 26px; }
.hero-visual { position: relative; isolation: isolate; width: 100%; height: clamp(350px,38vw,450px); margin: 0; overflow: hidden; background: var(--ink-deep); }
.reel-slides, .reel-slide, .hero-photo, .hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; }
.reel-slide { opacity: 0; pointer-events: none; transform: scale(1.018); transition: opacity .95s ease, transform 5.5s ease; }
.reel-slide.active { z-index: 1; opacity: 1; transform: scale(1); }
.hero-photo img { object-position: center 54%; }
.hero-visual figcaption { position: absolute; z-index: 3; right: auto; bottom: 18px; left: 18px; display: flex; align-items: center; gap: 22px; max-width: min(760px,calc(100% - 150px)); padding: 11px 13px 11px 15px; background: rgba(13,36,31,.88); color: rgba(255,255,255,.88); font-size: var(--type-small); line-height: 1.45; letter-spacing: .045em; backdrop-filter: blur(8px); }
.hero-visual figcaption > span { max-width: 440px; }
.hero-visual figcaption a { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.3); font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.hero-visual figcaption i { font-style: normal; }
.reel-controls { position: absolute; z-index: 4; top: 18px; right: 18px; display: flex; align-items: center; gap: 7px; padding: 6px; background: rgba(13,36,31,.82); color: white; backdrop-filter: blur(8px); }
.reel-controls > button { display: grid; width: 34px; height: 34px; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.25); background: transparent; color: white; cursor: pointer; }
.reel-controls > button:hover, .reel-controls > button:focus-visible { background: white; color: var(--ink-deep); }
.reel-pause { font-size: var(--type-label); }
.reel-dots { display: flex; align-items: center; gap: 6px; padding: 0 5px; }
.reel-dots button { position: relative; width: 8px; height: 8px; padding: 0; overflow: hidden; border: 0; border-radius: 999px; background: rgba(255,255,255,.42); cursor: pointer; transition: width .25s ease, background .25s ease; }
.reel-dots button.active { width: 32px; background: rgba(255,255,255,.25); }
.reel-dots button.active::after { content: ""; position: absolute; inset: 0; background: white; transform-origin: left; animation: reelProgress 5.2s linear both; }
.hero-visual.paused .reel-dots button.active::after { animation-play-state: paused; }
.eyebrow { margin: 0 0 24px; font-size: var(--type-label); font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: .99; margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 22px; font-size: var(--type-display); letter-spacing: -.045em; text-wrap: balance; }
h2 { margin-bottom: 24px; font-size: var(--type-highlight); letter-spacing: -.025em; text-wrap: balance; }
h3 { font-size: var(--type-highlight); }
.hero-note { max-width: 520px; margin: 0; font-size: var(--type-body); color: var(--moss); letter-spacing: .02em; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 40px; }
.button { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid currentColor; background: transparent; font-size: var(--type-label); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; transition: background .25s ease, color .25s ease; }
.button-light { border-color: var(--ink); color: var(--ink); }
.button-light:hover { background: var(--ink); color: white; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding: 10px 0; border-bottom: 1px solid currentColor; font-size: var(--type-label); letter-spacing: .14em; text-transform: uppercase; }
.light-link { color: var(--ink); }
.scroll-cue { display: none; }

.section-pad { padding: clamp(60px, 5.5vw, 82px) 7vw; }
.section-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(320px, .7fr); gap: clamp(60px, 10vw, 160px); align-items: start; }
.section-grid h2 { max-width: 830px; }
.section-heading-wide { width: 100%; margin-bottom: clamp(26px,3vw,38px); padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.section-heading-wide .eyebrow { margin: 0 0 15px; }
.section-heading-wide h2 { width: 100%; max-width: none; margin: 0; font-size: var(--type-highlight); line-height: 1.15; }
.wide-grid-heading { grid-template-columns: 1fr; gap: 18px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.wide-grid-heading > div { width: 100%; min-width: 0; }
.wide-grid-heading h2 { max-width: none; margin-bottom: 0; font-size: var(--type-highlight); }
.wide-grid-heading .lead { width: min(var(--reading-wide),100%); max-width: none; padding-top: 0; }
.intro { padding-inline: 5vw; }
.intro .section-grid { width: min(1160px,100%); grid-template-columns: 1fr; gap: clamp(28px,3vw,42px); margin-inline: auto; }
.intro-title { max-width: none; }
.intro-title h1 { width: 100%; max-width: none; font-size: var(--type-display); }
.intro-body { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.72fr); gap: clamp(48px,7vw,100px); align-items: center; }
.intro .intro-copy { max-width: 680px; padding-top: 0; }
.intro .intro-copy .lead { width: 100%; max-width: none; }
.intro .intro-copy > p:not(.lead) { width: 100%; max-width: none; margin: 20px 0 0; color: var(--moss); font-size: var(--type-body); line-height: 1.62; }
.intro-brand-art { width: min(430px,100%); aspect-ratio: 1; justify-self: end; overflow: hidden; background: transparent; }
.intro-brand-art img { width: 100%; height: 100%; object-fit: contain; }
.intro-title .quiet-note { max-width: 820px; margin-top: 32px; }
.intro-opening { padding-top: calc(88px + clamp(30px,3vw,44px)); padding-bottom: clamp(48px,5vw,68px); }
.lead { max-width: 760px; margin: 0; font-family: var(--serif); font-size: var(--type-highlight); line-height: 1.46; letter-spacing: -.015em; }
.intro-copy { padding-top: 58px; }
.quiet-note { display: block; margin-top: 48px; padding-top: 26px; border-top: 1px solid var(--line); }
.quiet-note strong { display: block; font-family: var(--serif); font-size: var(--type-highlight); font-weight: 400; }
.quiet-note p { max-width: 600px; margin: 7px 0 0; color: var(--moss); }
.featured-note { width: 100%; margin-top: 30px; }
.featured-note > div { display: grid; grid-template-columns: minmax(230px,.34fr) minmax(0,1fr); gap: clamp(38px,7vw,92px); align-items: start; }
.featured-note p { max-width: 760px; margin-top: 0; }
.film-section { background: var(--warm-white); }
.film-layout { display: grid; place-items: center; }
.film-copy { padding-top: 12px; }
.film-copy .lead { max-width: 700px; color: var(--moss); }
.film-copy > p:last-child { max-width: 560px; margin: 34px 0 0; padding-top: 24px; border-top: 1px solid var(--line); color: var(--moss); font-size: var(--type-body); }
.film-player { width: min(560px,100%); margin: 0 auto; justify-self: center; }
.film-player video { display: block; width: 100%; aspect-ratio: 480 / 848; background: var(--ink-deep); object-fit: cover; }
.film-player figcaption { margin-top: 13px; color: var(--moss); font-size: var(--type-small); line-height: 1.5; letter-spacing: .055em; }
.film-soundtrack { display: grid; justify-items: center; gap: 9px; margin-top: 18px; text-align: center; }
.music-toggle { display: inline-flex; align-items: center; gap: 10px; min-height: 42px; padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink-deep); font: inherit; font-size: var(--type-label); font-weight: 600; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; transition: background .2s ease,color .2s ease,border-color .2s ease; }
.music-toggle > span:first-child { font-size: var(--type-body); line-height: 1; }
.music-toggle:hover,.music-toggle:focus-visible { border-color: var(--ink-deep); background: var(--ink-deep); color: var(--warm-white); }
.music-toggle[aria-pressed="false"] { opacity: .72; }
.film-soundtrack p { margin: 0; color: var(--moss); font-size: var(--type-small); line-height: 1.45; letter-spacing: .035em; }
.film-soundtrack a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.location-story { padding-bottom: 0; }
.location-heading { margin-bottom: 56px; }
.location-heading .lead, .gallery-heading .lead { padding-top: 55px; }
.location-heading .lead { font-size: var(--type-highlight); line-height: 1.58; }
.wide-grid-heading.location-heading .lead, .wide-grid-heading.gallery-heading .lead, .wide-grid-heading.bedrooms-heading .lead, .wide-grid-heading.casa-heading .lead { padding-top: 0; }
.location-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; padding: 1px; background: var(--line); }
.location-card, .location-card + .location-card { min-height: 220px; padding: clamp(30px,3.5vw,46px); background: var(--paper); border: 0; }
.location-card h3 { margin: 0 0 24px; }
.location-card p { margin: 0; color: var(--moss); font-size: var(--type-body); }
.aerial-figure { position: relative; width: min(1120px,100%); height: clamp(380px,46vw,620px); margin: 64px auto 0; overflow: hidden; }
.aerial-figure picture, .aerial-figure img { width: 100%; height: 100%; }
.aerial-figure img { object-position: center 55%; }
.aerial-figure figcaption { position: absolute; right: 3vw; bottom: 3vw; max-width: 390px; margin: 0; padding: 16px 20px; background: rgba(13,36,31,.86); font-size: var(--type-small); letter-spacing: .08em; text-transform: uppercase; }

.editorial-pair { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr); gap: clamp(48px,7vw,96px); align-items: start; }
.residence-intro { width: min(var(--reading-wide),100%); max-width: none; margin-bottom: clamp(44px,5vw,62px); color: var(--moss); font-size: var(--type-highlight); }
.editorial-image { position: relative; height: clamp(390px,46vw,590px); margin: 0; overflow: hidden; }
.editorial-image img { object-position: center; }
.editorial-image figcaption, .outdoor-collage figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; z-index: 2; width: fit-content; max-width: min(440px, calc(100% - 36px)); padding: 11px 14px; background: rgba(13,36,31,.86); color: rgba(255,255,255,.88); font-size: var(--type-small); line-height: 1.5; letter-spacing: .06em; }
.editorial-copy > p:not(.eyebrow) { margin: 0 0 34px; font-family: var(--serif); font-size: var(--type-body); line-height: 1.5; color: var(--moss); }
.detail-list { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 0; padding: 0; list-style: none; }
.detail-list li { position: relative; padding: 0 0 0 1.15rem; border: 0; font-size: var(--type-body); line-height: 1.55; letter-spacing: .01em; }
.detail-list li::before { content: ""; position: absolute; top: .68em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: #b77646; box-shadow: 0 0 0 3px rgba(183,118,70,.14); }

.outdoor { background: var(--warm-white); }
.outdoor-heading { margin-bottom: 34px; }
.outdoor-intro { width: min(var(--reading-wide),100%); max-width: none; margin-bottom: 58px; color: var(--moss); }
.outdoor-collage { display: grid; grid-template-columns: 1.45fr .72fr; grid-template-rows: repeat(2,minmax(230px,285px)); gap: 16px; }
.outdoor-collage figure { position: relative; margin: 0; overflow: hidden; }
.outdoor-collage picture, .outdoor-collage img { width: 100%; height: 100%; }
.collage-wide { grid-row: 1 / span 2; grid-column: 1; }
.collage-tall { grid-row: 1; grid-column: 2; }
.collage-tall img { object-position: center; }
.collage-small { grid-row: 2; grid-column: 2; width: 100%; }
.day-night-heading { margin-top: clamp(60px,8vw,100px); padding-left: clamp(22px,3.5vw,48px); }
.day-night-feature { display: grid; grid-template-columns: minmax(300px, .65fr) minmax(0, 1.35fr); gap: clamp(48px,7vw,96px); align-items: center; padding-left: clamp(22px,3.5vw,48px); }
.day-night-copy > p:not(.eyebrow) { margin: 0; color: var(--moss); }
.phase-toggle { display: inline-flex; margin-top: 34px; border: 1px solid var(--line); }
.phase-toggle button { min-width: 100px; min-height: 46px; padding: 0 18px; border: 0; background: transparent; font-size: var(--type-label); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.phase-toggle button + button { border-left: 1px solid var(--line); }
.phase-toggle button.active { background: var(--ink); color: white; }
.day-night-photo { position: relative; height: clamp(380px,42vw,560px); overflow: hidden; background: var(--ink-deep); }
.day-night-photo picture, .day-night-photo img { width: 100%; height: 100%; }
.day-night-photo img { object-position: center; animation: phaseReveal .45s ease both; }
.day-night-photo > span { position: absolute; right: 18px; bottom: 18px; padding: 9px 13px; background: rgba(13,36,31,.85); color: white; font-size: var(--type-label); letter-spacing: .16em; text-transform: uppercase; }
.nature-notes { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,6vw,76px); margin-top: 58px; padding-top: 32px; border-top: 1px solid var(--line); }
.nature-notes article { display: block; }
.nature-notes h3 { margin: 0 0 26px; }
.nature-notes p { margin: 0; color: var(--moss); }

.sand-section { background: var(--sand); }
.day-section { padding-top: clamp(76px,7vw,104px); padding-bottom: clamp(76px,7vw,104px); }
.day-intro { max-width: none; margin-bottom: clamp(44px,5vw,64px); padding: 28px 0 30px clamp(24px,3vw,42px); border-left: 2px solid var(--ink); }
.day-intro .eyebrow { margin-bottom: 18px; }
.day-intro h2 { margin-bottom: 0; }
.day-sequence { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 0; border-top: 1px solid var(--line); }
.day-sequence article { min-height: 245px; padding: 30px 28px 0 0; border-right: 1px solid var(--line); }
.day-sequence article + article { padding-left: 28px; }
.day-sequence article:last-child { border-right: 0; }
.day-sequence h3 { margin: 0 0 20px; }
.day-sequence p { margin: 0; color: var(--moss); font-size: var(--type-body); }

.hospitality { background: var(--warm-white); }
.hospitality-intro { width: min(var(--reading-wide),100%); max-width: none; margin-bottom: clamp(36px,4vw,50px); color: var(--moss); }
.hospitality-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 1px; background: var(--line); }
.hospitality-grid article { padding: clamp(34px,4vw,52px); background: var(--paper); }
.hospitality-grid h3 { margin: 0 0 12px; }
.hospitality-grid article > p { margin: 0 0 28px; color: var(--moss); font-size: var(--type-body); }
.hospitality-grid ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.hospitality-grid li { position: relative; padding-left: 20px; color: var(--moss); font-size: var(--type-body); }
.hospitality-grid li::before { content: ""; position: absolute; top: 9px; left: 2px; width: 7px; height: 7px; background: #b48b4e; transform: rotate(45deg); }

.bedrooms-heading, .casa-heading { margin-bottom: 54px; }
.bedrooms-heading h2 { font-size: var(--type-highlight); line-height: 1.15; }
.bedrooms-heading .lead, .casa-heading .lead { padding-top: 50px; }
.room-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }
.room-card { background: var(--warm-white); }
.room-card picture { height: 27vw; max-height: 390px; min-height: 300px; }
.room-card > div { padding: 30px 28px 34px; }
.room-card h3 { margin: 0 0 14px; }
.room-card p { margin: 0; color: var(--moss); font-size: var(--type-body); }

.gallery-section { overflow: hidden; }
.gallery-heading { margin-bottom: clamp(28px,4vw,44px); }
.gallery-intro { align-self: end; max-width: 520px; margin: 0; color: var(--moss); font-size: var(--type-body); line-height: 1.62; }
.gallery-source { width: fit-content; margin-top: 4px; }
.gallery-launch { position: relative; display: block; width: 100%; height: clamp(500px,58vw,760px); padding: 0; overflow: hidden; border: 0; background: var(--ink-deep); color: white; text-align: left; cursor: pointer; box-shadow: 0 28px 70px rgba(10,35,29,.16); }
.gallery-launch picture, .gallery-launch picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.gallery-launch picture img { object-fit: cover; object-position: center; transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.gallery-launch-shade { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(4,18,15,.05) 25%,rgba(4,18,15,.82) 100%); }
.gallery-launch-copy { position: absolute; right: clamp(26px,5vw,70px); bottom: clamp(28px,5vw,66px); left: clamp(26px,5vw,70px); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 14px 40px; }
.gallery-launch-meta { grid-column: 1 / -1; font-size: var(--type-label); font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.72); }
.gallery-launch-copy strong { font-family: var(--serif); font-size: var(--type-display); font-weight: 400; line-height: .98; letter-spacing: -.02em; }
.gallery-launch-action { display: flex; align-items: center; gap: 18px; padding-bottom: 8px; font-size: var(--type-label); letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.86); }
.gallery-launch-action b { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; font-size: var(--type-body); font-weight: 400; transition: transform .25s ease, background .25s ease; }
.gallery-launch:hover picture img { transform: scale(1.025); filter: brightness(.9); }
.gallery-launch:hover .gallery-launch-action b { transform: translateX(4px); background: rgba(255,255,255,.12); }
.gallery-launch:focus-visible { outline: 3px solid var(--ochre); outline-offset: 5px; }
.gallery-library { display: none !important; }
.filter-row { display: flex; gap: 8px; padding-bottom: 20px; overflow-x: auto; scrollbar-width: thin; }
.filter-row button { flex: 0 0 auto; min-height: 42px; padding: 0 15px; border: 1px solid var(--line); background: transparent; color: var(--moss); font-size: var(--type-label); letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.filter-row button.active, .filter-row button:hover { background: var(--ink); color: white; }
.gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 20px; }
.gallery-item { position: relative; min-height: 18vw; max-height: 290px; padding: 0; overflow: hidden; border: 0; background: #18302a; cursor: zoom-in; }
.gallery-item picture { width: 100%; height: 100%; }
.gallery-item img { transition: transform .55s cubic-bezier(.2,.8,.2,1), opacity .3s ease; }
.gallery-item:hover img { transform: scale(1.025); opacity: .86; }
.gallery-item > span { position: absolute; right: 18px; top: 16px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: white; opacity: 0; transform: translateY(5px); transition: .2s ease; }
.gallery-item:hover > span { opacity: 1; transform: translateY(0); }
.gallery-feature { grid-column: span 2; }

.amenities-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.amenities-grid article { min-height: 210px; padding: 26px 24px 20px 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.amenities-grid article:nth-child(4n+2), .amenities-grid article:nth-child(4n+3), .amenities-grid article:nth-child(4n+4) { padding-left: 24px; }
.amenities-grid article:nth-child(4n) { border-right: 0; }
.amenities-grid h3 { margin: 0 0 12px; }
.amenities-grid p { margin: 0; color: var(--moss); font-size: var(--type-body); }

.beach-section { padding-top: 0; background: var(--paper); color: var(--ink); }
.beach-section-priority { padding-top: clamp(54px, 5vw, 80px); }
.beach-heading h2, .map-heading h2 { font-size: var(--type-highlight); }
.beach-intro { width: min(var(--reading-wide),100%); max-width: none; margin-bottom: clamp(44px,5vw,62px); color: var(--moss); }
.beach-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr); gap: clamp(30px, 4vw, 64px); align-items: start; }
.beach-photo { margin: 0; }
.beach-photo picture { height: clamp(460px,50vw,650px); }
.beach-photo figcaption { margin-top: 14px; color: var(--moss); font-size: var(--type-small); line-height: 1.5; letter-spacing: .05em; }
.beach-photo figcaption a { text-decoration: underline; text-underline-offset: 3px; }
.minitas-experiences { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(16px,2vw,28px); }
.minitas-experience { overflow: hidden; background: var(--sand); }
.minitas-experience figure { margin: 0; }
.minitas-experience picture { height: clamp(220px,19vw,300px); }
.minitas-experience figcaption { padding: 10px clamp(20px,2vw,28px) 0; color: var(--moss); font-size: var(--type-small); line-height: 1.45; letter-spacing: .04em; }
.minitas-experience figcaption a { text-decoration: underline; text-underline-offset: 3px; }
.minitas-experience > div { padding: clamp(22px,2.5vw,34px); }
.minitas-experience h3 { margin: 0 0 14px; font-size: var(--type-highlight); }
.minitas-experience p { margin: 0 0 24px; color: var(--moss); font-size: var(--type-body); line-height: 1.62; }

.map-layout { display: grid; grid-template-columns: minmax(280px,.62fr) minmax(0,1.15fr); gap: clamp(60px,9vw,145px); align-items: start; }
.map-section { background: var(--paper); }
.map-copy { padding-top: 12px; }
.map-copy .lead { max-width: 420px; margin: 0; color: var(--moss); font-size: var(--type-highlight); line-height: 1.58; }
.area-map { position: relative; min-height: 540px; overflow: hidden; background: #d8d3c4; border: 1px solid rgba(23,52,45,.18); }
.area-map::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(var(--ink) .7px, transparent .7px); background-size: 18px 18px; }
.map-line { position: absolute; z-index: 1; display: block; height: 2px; background: rgba(23,52,45,.42); transform-origin: left center; }
.line-a { left: 5%; top: 61%; width: 78%; transform: rotate(-19deg); }
.line-b { left: 40%; top: 9%; width: 66%; transform: rotate(76deg); }
.line-c { left: 11%; top: 23%; width: 72%; transform: rotate(21deg); }
.map-lake { position: absolute; background: rgba(85,137,134,.38); border: 1px solid rgba(23,52,45,.25); border-radius: 48% 52% 62% 38% / 45% 57% 43% 55%; }
.lake-a { left: 31%; top: 36%; width: 25%; height: 14%; transform: rotate(-12deg); }
.lake-b { left: 56%; top: 48%; width: 18%; height: 11%; transform: rotate(18deg); }
.map-point { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; font-size: var(--type-label); letter-spacing: .1em; text-transform: uppercase; }
.map-point i { display: block; width: 10px; height: 10px; border: 2px solid var(--ink); border-radius: 50%; background: var(--sand); }
.map-point b { font-weight: 600; }
.point-villa { left: 39%; top: 48%; }
.point-villa i { width: 18px; height: 18px; border: 5px solid var(--ink); }
.point-golf { left: 10%; top: 20%; }
.point-lake { left: 59%; top: 38%; }
.point-minitas { left: 65%; top: 73%; }
.point-marina { right: 5%; top: 42%; }
.point-altos { right: 8%; top: 14%; }
.point-airport { left: 10%; bottom: 8%; }
.map-disclaimer { position: absolute; left: 18px; bottom: 14px; font-size: var(--type-small); letter-spacing: .12em; }
.area-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.area-map.map-loaded::before { display: none; }
.map-only { padding-top: clamp(40px,4vw,58px); }
.map-standalone { width: 100%; min-height: min(70vh,720px); }
.google-route-map { background: #d8d3c4; }
.google-route-callout { position: absolute; left: 18px; bottom: 18px; z-index: 3; display: grid; grid-template-columns: 84px minmax(0,1fr) 64px; align-items: center; gap: 18px; width: min(670px,calc(100% - 36px)); padding: 20px 22px; border: 1px solid rgba(23,52,45,.2); background: rgba(251,249,244,.96); box-shadow: 0 16px 38px rgba(13,36,31,.22); pointer-events: none; }
.route-house-icon, .route-beach-icon { position: relative; display: block; border: 3px solid white; border-radius: 50%; }
.route-house-icon { width: 76px; height: 76px; background: #e1ad5f; box-shadow: 0 0 0 7px rgba(183,118,70,.3), 0 10px 24px rgba(13,36,31,.3); }
.route-house-icon::before { content: ""; position: absolute; left: 23px; top: 29px; z-index: 2; width: 30px; height: 29px; background: var(--ink-deep); }
.route-house-icon::after { content: ""; position: absolute; left: 20px; top: 18px; z-index: 1; width: 35px; height: 35px; border-radius: 2px; background: var(--ink-deep); transform: rotate(45deg); }
.route-house-icon i { position: absolute; left: 32px; top: 43px; z-index: 3; width: 11px; height: 15px; background: #e1ad5f; }
.route-beach-icon { width: 64px; height: 64px; box-shadow: 0 0 0 5px rgba(23,52,45,.15); }
.route-beach-icon { overflow: hidden; background: var(--water); }
.route-beach-icon::before { content: ""; position: absolute; top: 10px; right: 11px; width: 17px; height: 17px; border-radius: 50%; background: #f3cf7a; box-shadow: 0 0 0 4px rgba(243,207,122,.22); }
.route-beach-icon::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 24px; background: #e5d2ad; border-radius: 55% 45% 0 0 / 35% 35% 0 0; }
.route-beach-icon i { position: absolute; left: 8px; right: 8px; bottom: 18px; z-index: 2; height: 9px; border-top: 3px solid white; border-bottom: 3px solid white; border-radius: 50%; transform: rotate(-5deg); }
.route-callout-copy { min-width: 0; }
.route-callout-copy small { display: block; margin-bottom: 2px; color: #8a5b38; font-size: var(--type-label); font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.route-callout-copy strong { display: block; font-family: var(--serif); font-size: var(--type-highlight); line-height: 1.18; }
.route-callout-copy strong span { color: #b77646; }
.route-callout-copy p { margin: 5px 0 0; color: var(--moss); font-size: var(--type-small); }
.map-toggle { position: absolute; z-index: 4; top: 18px; right: 18px; min-height: 44px; padding: 0 16px; border: 1px solid rgba(23,52,45,.35); background: rgba(251,249,244,.95); color: var(--ink); box-shadow: 0 6px 20px rgba(13,36,31,.12); font-size: var(--type-label); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.map-privacy { max-width: 720px; margin: 24px 0 0 auto; color: var(--moss); font-size: var(--type-small); }
.travel-list { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 70px; border-top: 1px solid var(--line); }
.travel-list article { padding: 30px 34px 0 0; border-right: 1px solid var(--line); }
.travel-list article + article { padding-left: 34px; }
.travel-list article:last-child { border-right: 0; }
.travel-list span { font-size: var(--type-label); letter-spacing: .16em; text-transform: uppercase; }
.travel-list h3 { margin: 22px 0 14px; }
.travel-list p { margin: 0; color: var(--moss); font-size: var(--type-body); }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 0; background: var(--warm-white); color: var(--ink); }
.contact-heading { grid-column: 1 / -1; width: 100%; margin-bottom: 0; padding: clamp(46px,5vw,64px) var(--panel-inset) 22px; }
.contact-heading h2 { width: 100%; max-width: none; font-size: var(--type-highlight); white-space: nowrap; }
.contact-image { display: flex; flex-direction: column; min-height: 680px; background: #e9e3d8; }
.contact-image picture { flex: 1 1 auto; min-height: 0; }
.contact-image-copy { margin: 0; padding: 26px clamp(24px,3.5vw,48px) 30px; background: var(--warm-white); color: var(--moss); font-size: var(--type-body); line-height: 1.6; }
.contact-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px,5vw,72px); }
.contact-panel > p:not(.eyebrow) { margin: 0 0 45px; color: var(--moss); }
.contact-panel > .contact-tagline { margin-top: -18px; font-family: var(--serif); font-size: var(--type-highlight); color: var(--ink); }
.contact form { display: grid; gap: 22px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact label { display: grid; gap: 7px; font-size: var(--type-label); letter-spacing: .14em; text-transform: uppercase; color: var(--moss); }
.contact input, .contact textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); padding: 10px 0 12px; outline: 0; text-transform: none; }
.contact input:focus, .contact textarea:focus { border-color: var(--ink); }
.contact textarea { resize: vertical; }
.form-submit { justify-content: space-between; width: 100%; margin-top: 12px; }
.form-submit:disabled { opacity: .55; cursor: wait; }
.form-status { min-height: 20px; margin: 0 !important; font-size: var(--type-small); }
.form-status.success { color: #2f6a42 !important; }
.form-status.error { color: #984a39 !important; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { display: grid; grid-template-columns: 180px minmax(0,1fr) minmax(0,1fr) auto; align-items: center; gap: clamp(24px,3vw,40px); min-height: 176px; padding: 28px 4.5vw; background: var(--ink-deep); color: rgba(255,255,255,.76); border-top: 1px solid rgba(255,255,255,.14); }
.footer-brand { display: block; width: 180px; height: 88px; }
.footer-brand img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) invert(1); opacity: .92; }
.site-footer p { max-width: 280px; margin: 0; font-size: var(--type-body); line-height: 1.5; letter-spacing: .02em; }
.site-footer > div:last-child { display: flex; gap: 20px; color: white; font-size: var(--type-body); line-height: 1.4; letter-spacing: .06em; text-transform: uppercase; }

.lightbox { position: fixed; inset: 0; z-index: 100; display: grid; grid-template-columns: 76px 1fr 76px; grid-template-rows: 1fr auto; align-items: center; background: rgba(5,15,13,.97); color: white; touch-action: pan-y; }
.lightbox-image { grid-column: 2; grid-row: 1; width: 100%; height: calc(100svh - 115px); padding: 30px 0 0; }
.lightbox-image img { object-fit: contain; }
.lightbox-close, .lightbox-nav { display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); background: rgba(5,15,13,.38); color: white; cursor: pointer; }
.lightbox-close { position: absolute; z-index: 2; top: 20px; right: 22px; width: 46px; height: 46px; border-radius: 50%; font-size: var(--type-highlight); }
.lightbox-nav { width: 46px; height: 46px; justify-self: center; border-radius: 50%; }
.previous { grid-column: 1; grid-row: 1; }
.next { grid-column: 3; grid-row: 1; }
.lightbox-caption { grid-column: 2; grid-row: 2; display: flex; justify-content: space-between; gap: 30px; min-height: 80px; padding: 18px 0 22px; border-top: 1px solid rgba(255,255,255,.22); }
.lightbox-caption span { font-size: var(--type-small); letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.lightbox-caption p { max-width: 720px; margin: 0; text-align: right; font-size: var(--type-small); color: rgba(255,255,255,.72); }

@keyframes heroReveal { from { opacity: .55; transform: scale(1.04); } to { opacity: 1; transform: scale(1); } }
@keyframes phaseReveal { from { opacity: .3; transform: scale(1.015); } to { opacity: 1; transform: scale(1); } }
@keyframes reelProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }

@media (max-width: 1100px) {
  .site-header nav { gap: 16px; }
  .hero { grid-template-columns: minmax(320px,.9fr) minmax(390px,1.1fr); gap: 36px; padding-right: 0; padding-left: 0; }
  .gallery-grid { grid-template-columns: repeat(3,1fr); }
  .location-cards { grid-template-columns: 1fr 1fr; }
  .amenities-grid { grid-template-columns: 1fr 1fr; }
  .amenities-grid article:nth-child(2n) { border-right: 0; padding-left: 24px; }
  .amenities-grid article:nth-child(2n+1) { padding-left: 0; }
  .map-layout { grid-template-columns: 1fr; }
  .map-copy { max-width: var(--reading-wide); }
}

@media (max-width: 820px) {
  .site-header { height: 74px; padding: 0 22px; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .wordmark { width: 132px; height: 60px; flex-basis: 132px; }
  .menu-button { display: block; z-index: 2; }
  .site-header nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 11px; padding: 90px 10vw; background: var(--ink-deep); font-family: var(--serif); font-size: var(--type-highlight); letter-spacing: -.02em; text-transform: none; opacity: 0; pointer-events: none; transition: opacity .2s ease; }
  .site-header nav.nav-open { opacity: 1; pointer-events: auto; }
  .site-header nav { color: white; }
  .site-header nav .language { margin-top: 20px; border-color: rgba(255,255,255,.45); font-family: var(--sans); font-size: var(--type-label); letter-spacing: .14em; text-transform: uppercase; }
  .site-header:has(.menu-button[aria-expanded="true"]) .menu-button { color: white; }
  .featured-section { width: 100%; padding: 0 22px 32px; }
  .hero { grid-template-columns: 1fr; grid-template-areas: "heading" "summary"; gap: 28px; width: 100%; padding: 44px 22px; }
  .hero-heading { width: min(620px,100%); align-items: flex-start; flex-direction: column; gap: 10px; margin: 0 auto; }
  .hero-heading h2 { margin-bottom: 0; }
  .hero-heading .hero-location { margin: 0; }
  .hero-summary { width: 100%; margin: 0; }
  .hero-visual { height: min(68vw,470px); margin-top: 0; }
  h1 { font-size: var(--type-display); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .scroll-cue { display: none; }
  .section-pad { padding: 64px 22px; }
  .intro-opening { padding-top: 102px; padding-bottom: 52px; }
  .intro .section-grid { gap: 24px; }
  .intro-body { grid-template-columns: 1fr; gap: 30px; }
  .intro .intro-copy { max-width: 680px; }
  .intro-brand-art { width: min(390px,88vw); justify-self: center; }
  .featured-note > div { grid-template-columns: 1fr; gap: 10px; }
  .section-grid { grid-template-columns: 1fr; gap: 24px; }
  .intro-copy, .location-heading .lead, .gallery-heading .lead, .outdoor-heading .lead, .bedrooms-heading .lead, .casa-heading .lead { padding-top: 0; }
  .aerial-figure { width: 100%; height: min(72vw,520px); margin: 55px auto 0; }
  .aerial-figure img { object-position: 51% center; }
  .aerial-figure figcaption { right: 14px; bottom: 14px; left: 14px; max-width: none; }
  .editorial-pair { grid-template-columns: 1fr; gap: 42px; }
  .film-layout { grid-template-columns: 1fr; gap: 32px; }
  .film-player { width: min(560px,100%); margin-inline: auto; justify-self: center; }
  .editorial-image { height: min(75vw,540px); }
  .outdoor-collage { grid-template-columns: 1fr; grid-template-rows: min(68vw,480px) min(82vw,560px) min(62vw,440px); }
  .collage-wide, .collage-tall, .collage-small { grid-column: 1; width: 100%; }
  .collage-wide { grid-row: 1; }
  .collage-tall { grid-row: 2; }
  .collage-small { grid-row: 3; }
  .day-night-feature { grid-template-columns: 1fr; }
  .day-night-copy { max-width: 680px; }
  .nature-notes { grid-template-columns: 1fr; gap: 60px; }
  .hospitality-grid { grid-template-columns: 1fr; }
  .day-sequence { grid-template-columns: 1fr 1fr; }
  .day-sequence article:nth-child(2) { border-right: 0; }
  .day-sequence article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .day-sequence article:nth-child(3) { padding-left: 0; }
  .room-grid { grid-template-columns: 1fr; }
  .room-card picture { height: min(70vw,480px); min-height: 0; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item { min-height: 52vw; }
  .gallery-feature { grid-column: span 2; min-height: 74vw; }
  .beach-layout { grid-template-columns: 1fr; }
  .beach-photo picture { height: min(70vw,500px); min-height: 360px; }
  .travel-list { grid-template-columns: 1fr; }
  .travel-list article, .travel-list article + article { padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact { grid-template-columns: 1fr; }
  .contact-heading { padding: 68px 22px 24px; }
  .contact-heading h2 { white-space: normal; }
  .contact-image { min-height: 0; }
  .contact-image picture { flex: none; height: min(70vw,520px); min-height: 300px; }
  .contact-image-copy { padding: 24px 22px 30px; }
  .contact-panel { padding: 64px 22px; }
  .site-footer { grid-template-columns: 150px 1fr; align-items: center; gap: 22px 30px; min-height: auto; padding: 30px 22px; }
  .footer-brand { width: 150px; height: 72px; }
  .lightbox { grid-template-columns: 58px 1fr 58px; }
}

@media (max-width: 540px) {
  .minitas-experiences { grid-template-columns: 1fr; }
  .minitas-experience picture { height: min(68vw,360px); }
  body { font-size: var(--type-body); }
  .hero-photo img { object-position: 56% center; }
  .hero-note { max-width: 330px; }
  .hero-bullets { grid-template-columns: 1fr; }
  .hero-visual { height: 68vw; min-height: 280px; }
  .hero-visual figcaption { right: 14px; bottom: 14px; left: 14px; max-width: none; }
  .hero-visual figcaption > span { display: none; }
  .hero-visual figcaption a { padding-left: 0; border-left: 0; }
  .reel-controls { top: 12px; right: 12px; }
  .location-cards { grid-template-columns: 1fr; }
  .location-card, .location-card + .location-card { min-height: auto; padding: 30px 24px 36px; border: 0; }
  .location-card h3 { margin: 0 0 18px; }
  .detail-list { grid-template-columns: 1fr; }
  .day-night-photo { height: 72vw; min-height: 330px; }
  .day-sequence { grid-template-columns: 1fr; }
  .day-sequence article, .day-sequence article + article, .day-sequence article:nth-child(3) { min-height: auto; padding: 28px 0 36px; border-right: 0; border-bottom: 1px solid var(--line); }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item, .gallery-feature { grid-column: 1; min-height: 78vw; }
  .gallery-launch { height: min(125vw,600px); min-height: 470px; }
  .gallery-launch-copy { grid-template-columns: 1fr; gap: 13px; }
  .gallery-launch-copy strong { font-size: var(--type-display); }
  .gallery-launch-action { justify-content: space-between; padding-bottom: 0; }
  .amenities-grid { grid-template-columns: 1fr; }
  .amenities-grid article, .amenities-grid article:nth-child(2n), .amenities-grid article:nth-child(2n+1) { min-height: auto; padding: 24px 0 28px; border-right: 0; }
  .amenities-grid h3 { margin-top: 28px; }
  .area-map { min-height: 490px; }
  .google-route-callout { right: 12px; bottom: 12px; left: 12px; grid-template-columns: 70px minmax(0,1fr) 54px; gap: 12px; width: auto; padding: 16px 14px; }
  .route-house-icon { width: 66px; height: 66px; box-shadow: 0 0 0 6px rgba(183,118,70,.3), 0 8px 20px rgba(13,36,31,.3); }
  .route-beach-icon { width: 54px; height: 54px; }
  .route-house-icon::before { left: 20px; top: 25px; width: 26px; height: 25px; }
  .route-house-icon::after { left: 18px; top: 16px; width: 30px; height: 30px; }
  .route-house-icon i { left: 28px; top: 37px; width: 9px; height: 13px; }
  .route-callout-copy strong { font-size: var(--type-highlight); }
  .route-callout-copy p { font-size: var(--type-small); }
  .map-toggle { right: 12px; left: 12px; width: calc(100% - 24px); }
  .point-marina { right: 2%; top: 34%; }
  .point-altos { right: 3%; top: 10%; }
  .field-row { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; gap: 16px; padding: 26px 22px; }
  .site-footer p { max-width: none; }
  .lightbox { grid-template-columns: 48px 1fr 48px; }
  .lightbox-image { height: calc(100svh - 145px); }
  .lightbox-nav { width: 38px; height: 38px; }
  .lightbox-caption { display: block; padding: 14px 0 20px; }
  .lightbox-caption p { margin-top: 8px; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.gallery-item[hidden] { display: none !important; }

