/* HOSTINGER BUILD: 20260918-hostinger-final */
:root {
  --bg: #f4f0e8;
  --surface: #fbf9f4;
  --ink: #1b1a18;
  --muted: #6e6a63;
  --line: rgba(27, 26, 24, .16);
  --accent: #9b8262;
  --accent-2: #c5b395;
  --dark: #111210;
  --white: #fff;
  --shadow: 0 22px 70px rgba(20, 18, 15, .14);
  --radius: 2px;
  --display: "Iowan Old Style", "Baskerville", "Palatino Linotype", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --header-h: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); color: var(--ink); }
body { margin: 0; font-family: var(--sans); background: var(--bg); color: var(--ink); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--accent-2); color: var(--dark); }

.skip-link { position: fixed; left: 12px; top: -60px; z-index: 9999; background: var(--dark); color: white; padding: 10px 14px; transition: top .2s ease; }
.skip-link:focus { top: 12px; }

.container { width: min(1320px, calc(100% - 64px)); margin: 0 auto; }
.container.narrow { width: min(940px, calc(100% - 64px)); }
.section { padding: clamp(84px, 10vw, 160px) 0; position: relative; }
.section--tight { padding: clamp(64px, 7vw, 110px) 0; }
.section--dark { background: var(--dark); color: #f8f5ee; }
.section--surface { background: var(--surface); }
.eyebrow { margin: 0 0 20px; text-transform: uppercase; letter-spacing: .22em; font-size: 12px; font-weight: 600; color: var(--accent); }
.section-title { font-family: var(--display); font-size: clamp(42px, 6.2vw, 92px); line-height: .98; letter-spacing: -.035em; font-weight: 400; margin: 0; max-width: 1050px; }
.section-title.small { font-size: clamp(38px, 4.6vw, 68px); }
.lead { margin: 28px 0 0; font-size: clamp(18px, 2.1vw, 27px); line-height: 1.55; max-width: 820px; color: var(--muted); font-weight: 350; }
.section--dark .lead { color: rgba(255,255,255,.68); }
.body-copy { max-width: 760px; font-size: 17px; color: var(--muted); }
.kicker-row { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; margin-bottom: 44px; }
.rule { height: 1px; background: var(--line); margin: 48px 0; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid currentColor; min-height: 50px; padding: 12px 21px; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 650; transition: background .28s ease, color .28s ease, border-color .28s ease, transform .28s ease; cursor: pointer; background: transparent; }
.btn:hover { transform: translateY(-2px); background: var(--dark); color: #fff; border-color: var(--dark); }
.btn--light { color: #fff; border-color: rgba(255,255,255,.72); }
.btn--light:hover { color: var(--dark); background: #fff; border-color: #fff; }
.btn--filled { background: var(--dark); color: #fff; border-color: var(--dark); }
.btn--filled:hover { background: var(--accent); border-color: var(--accent); }
.btn--ghost { border-color: var(--line); }
.arrow { width: 18px; height: 1px; background: currentColor; position: relative; display: inline-block; }
.arrow::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); }

.site-header { height: var(--header-h); position: fixed; inset: 0 0 auto; z-index: 1000; color: #fff; transition: background .35s ease, color .35s ease, box-shadow .35s ease, backdrop-filter .35s ease; }
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: rgba(255,255,255,.18); transition: background .35s ease; }
.site-header.is-scrolled, .site-header.header-solid { background: rgba(244,240,232,.94); backdrop-filter: blur(16px); color: var(--ink); box-shadow: 0 8px 35px rgba(15,14,12,.06); }
.site-header.is-scrolled::after, .site-header.header-solid::after { background: var(--line); }
.nav { width: min(1440px, calc(100% - 48px)); margin: 0 auto; height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.brand { font-family: var(--display); font-size: 21px; letter-spacing: .13em; justify-self: start; white-space: nowrap; }
.nav-center { display: flex; align-items: center; gap: 28px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.nav-center > a, .dropdown > button { padding: 28px 0; position: relative; }
.nav-center > a::after, .dropdown > button::after { content: ""; position: absolute; left: 0; bottom: 19px; width: 0; height: 1px; background: currentColor; transition: width .25s ease; }
.nav-center > a:hover::after, .nav-center > a[aria-current="page"]::after, .dropdown > button:hover::after { width: 100%; }
.dropdown { position: relative; }
.dropdown > button { appearance: none; border: 0; background: none; color: inherit; cursor: pointer; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }
.dropdown-panel { position: absolute; top: calc(100% - 8px); left: 50%; transform: translate(-50%, 10px); min-width: 290px; padding: 10px; background: rgba(244,240,232,.98); color: var(--ink); opacity: 0; visibility: hidden; box-shadow: var(--shadow); transition: opacity .22s ease, transform .22s ease, visibility .22s; }
.dropdown:hover .dropdown-panel, .dropdown:focus-within .dropdown-panel, .dropdown.is-open .dropdown-panel { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.dropdown-panel a { display: block; padding: 15px 16px; border-bottom: 1px solid var(--line); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.dropdown-panel a:last-child { border-bottom: 0; }
.dropdown-panel a:hover { background: rgba(155,130,98,.10); }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 17px; }
.langs { display: flex; gap: 9px; font-size: 11px; letter-spacing: .12em; }
.langs a { opacity: .58; }
.langs a[aria-current="true"], .langs a:hover { opacity: 1; }
.nav-contact { border-bottom: 1px solid currentColor; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; padding-bottom: 3px; }
.menu-toggle { display: none; width: 40px; height: 40px; border: 0; background: transparent; color: inherit; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; height: 1px; background: currentColor; margin: 6px 0; transition: transform .25s ease, opacity .25s ease; }
body.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { min-height: 100svh; position: relative; color: #fff; background: #151714; overflow: hidden; }
/* Hero video: display the original supplied file continuously, without
   time-based zoom/cropping or frame-by-frame layout changes. object-fit: cover
   fills the viewport while preserving the source aspect ratio. */
.hero-media { position: absolute; inset: 0; overflow: hidden; background: #151714; }
.hero-media > img { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media video {
  position: absolute; inset: 0; z-index: 1;
  width: 100%; height: 100%; max-width: none;
  object-fit: cover; object-position: center;
  transform: none; opacity: 0;
  transition: opacity .25s ease; pointer-events: none;
  backface-visibility: hidden;
}
.hero-media.video-ready video { opacity: 1; }
.hero-video-toggle {
  position: absolute; top: calc(var(--header-h) + 18px);
  right: max(20px, calc((100% - 1392px) / 2)); z-index: 4;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.6);
  border-radius: 2px; background: rgba(17,18,16,.5); color: #fff;
  font-size: 11px; letter-spacing: .07em; cursor: pointer;
}
.hero-video-toggle[hidden] { display: none; }
.hero-video-toggle:hover { background: rgba(17,18,16,.78); }
.hero-video-toggle:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.hero-video-toggle[data-state="playing"]::before { content: ""; width: 8px; height: 10px; border-left: 2px solid currentColor; border-right: 2px solid currentColor; }
.hero-video-toggle[data-state="paused"]::before { content: ""; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid currentColor; }
@media (max-width: 620px) { .hero-video-toggle { right: 18px; top: calc(var(--header-h) + 12px); } }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.30) 0%, rgba(0,0,0,.07) 42%, rgba(0,0,0,.55) 100%), linear-gradient(90deg, rgba(0,0,0,.22), transparent 55%); z-index: 2; }
.hero-content { position: relative; z-index: 3; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; padding: calc(var(--header-h) + 60px) 0 66px; }
.hero-meta { display: flex; align-items: center; gap: 15px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 20px; }
.hero-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: .8; }
.hero h1 { font-family: var(--display); font-weight: 400; letter-spacing: -.04em; font-size: clamp(56px, 8.4vw, 132px); line-height: .86; margin: 0; max-width: 1150px; text-wrap: balance; }
.hero-bottom { margin-top: 42px; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.hero-copy { max-width: 540px; color: rgba(255,255,255,.82); font-size: 16px; }
.hero-scroll { display: inline-flex; align-items: center; gap: 14px; text-transform: uppercase; letter-spacing: .15em; font-size: 11px; }
.hero-scroll::before { content: ""; width: 54px; height: 1px; background: currentColor; }

.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(60px, 9vw, 150px); align-items: end; }
.intro-note { padding-bottom: 8px; }
.intro-note p { color: var(--muted); font-size: 17px; margin: 0 0 24px; }
.editorial-media { margin-top: clamp(70px, 8vw, 125px); display: grid; grid-template-columns: 1.25fr .75fr; gap: 26px; align-items: start; }
.editorial-media figure { margin: 0; overflow: hidden; background: #ddd7cb; }
.editorial-media figure:first-child { aspect-ratio: 1.4; }
.editorial-media figure:last-child { margin-top: 13vw; aspect-ratio: .82; }
.editorial-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.6,.2,1); }
.editorial-media figure:hover img { transform: scale(1.018); }

.spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); margin-top: 64px; }
.spec { min-height: 142px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; gap: 20px; }
.spec dt { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.spec dd { margin: 0; font-family: var(--display); font-size: clamp(23px,2.5vw,36px); line-height: 1.1; }
.spec dd.placeholder { font-family: var(--sans); font-size: 12px; letter-spacing: .08em; color: var(--accent); text-transform: uppercase; }
.spec-note { margin-top: 18px; color: var(--muted); font-size: 13px; }

.gallery-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: end; margin-bottom: 58px; }
.gallery-note { max-width: 530px; color: var(--muted); justify-self: end; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 32px; gap: 18px; }
.gallery-item { position: relative; overflow: hidden; margin: 0; background: #d8d2c7; cursor: zoom-in; border: 0; padding: 0; width: 100%; color: inherit; }
.gallery-item:nth-child(8n+1) { grid-column: span 7; grid-row: span 14; }
.gallery-item:nth-child(8n+2) { grid-column: span 5; grid-row: span 11; }
.gallery-item:nth-child(8n+3) { grid-column: span 5; grid-row: span 12; }
.gallery-item:nth-child(8n+4) { grid-column: span 7; grid-row: span 15; }
.gallery-item:nth-child(8n+5) { grid-column: span 4; grid-row: span 11; }
.gallery-item:nth-child(8n+6) { grid-column: span 8; grid-row: span 14; }
.gallery-item:nth-child(8n+7) { grid-column: span 6; grid-row: span 12; }
.gallery-item:nth-child(8n+8) { grid-column: span 6; grid-row: span 12; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.6,.2,1); }
.gallery-item::after { content: "+"; position: absolute; right: 18px; bottom: 18px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); color: white; background: rgba(0,0,0,.16); backdrop-filter: blur(8px); opacity: 0; transform: translateY(6px); transition: opacity .25s ease, transform .25s ease; }
.gallery-item:hover img { transform: scale(1.02); }
.gallery-item:hover::after { opacity: 1; transform: translateY(0); }

.lightbox { border: 0; padding: 0; width: min(96vw, 1500px); max-width: none; background: #080908; color: white; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.lightbox::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(8px); }
.lightbox-wrap { position: relative; }
.lightbox img { width: 100%; max-height: 88vh; object-fit: contain; background: #080908; }
.lightbox-close { position: absolute; top: 14px; right: 14px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.4); background: rgba(0,0,0,.3); color: #fff; cursor: pointer; font-size: 20px; }
.lightbox-caption { padding: 12px 18px 16px; font-size: 12px; letter-spacing: .08em; color: rgba(255,255,255,.72); }

.lifestyle-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 10vw, 150px); align-items: center; }
.lifestyle-image { aspect-ratio: 4/5; overflow: hidden; }
.lifestyle-image img { width: 100%; height: 100%; object-fit: cover; }
.lifestyle-list { margin: 44px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; border-top: 1px solid rgba(255,255,255,.2); }
.lifestyle-list span { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.74); }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); margin-top: 64px; border: 1px solid var(--line); }
.service-card { background: var(--bg); padding: 44px 38px 40px; min-height: 380px; display: flex; flex-direction: column; transition: background .3s ease, color .3s ease; }
.service-card:hover { background: var(--dark); color: white; }
.service-index { font-size: 12px; color: var(--accent); letter-spacing: .14em; }
.service-card h3 { font-family: var(--display); font-weight: 400; font-size: clamp(30px,3vw,44px); line-height: 1.05; margin: 78px 0 18px; }
.service-card p { color: var(--muted); margin: 0 0 32px; }
.service-card:hover p { color: rgba(255,255,255,.65); }
.service-card .card-link { margin-top: auto; display: flex; align-items: center; justify-content: space-between; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; }
.provisional { display: inline-flex; width: fit-content; border: 1px solid var(--accent-2); color: var(--accent); padding: 6px 9px; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; margin-top: 18px; }

.location-wrap { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 620px; }
.location-visual { position: relative; overflow: hidden; min-height: 520px; }
.location-visual img { width: 100%; height: 100%; object-fit: cover; }
.location-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 50%, rgba(17,18,16,.15)); }
.location-copy { background: #e6ded1; padding: clamp(50px, 7vw, 100px); display: flex; flex-direction: column; justify-content: center; }
.location-copy h2 { font-family: var(--display); font-weight: 400; font-size: clamp(42px,5vw,76px); line-height: .98; margin: 0 0 30px; }
.location-copy p { color: #625c54; max-width: 560px; }
.location-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.location-tags span { border: 1px solid rgba(27,26,24,.2); padding: 8px 11px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }

.cta-panel { min-height: 72vh; display: grid; place-items: center; text-align: center; position: relative; overflow: hidden; color: white; background: #161715; }
.cta-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .4; }
.cta-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.24), rgba(0,0,0,.58)); }
.cta-inner { position: relative; z-index: 1; width: min(900px, calc(100% - 48px)); padding: 80px 0; }
.cta-panel h2 { font-family: var(--display); font-size: clamp(48px,7vw,100px); font-weight: 400; line-height: .92; margin: 0 0 36px; }

.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px,9vw,140px); align-items: start; }
.contact-details { position: sticky; top: 120px; }
.contact-details h1, .contact-details h2 { font-family: var(--display); font-size: clamp(48px,6vw,82px); line-height: .95; font-weight: 400; margin: 0 0 30px; }
.contact-list { margin-top: 46px; border-top: 1px solid var(--line); }
.contact-row { padding: 18px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 120px 1fr; gap: 20px; }
.contact-row dt { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.contact-row dd { margin: 0; }
.pending { color: var(--accent); font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 11px; text-transform: uppercase; letter-spacing: .11em; color: var(--muted); }
.field input, .field select, .field textarea { border: 0; border-bottom: 1px solid var(--line); background: transparent; border-radius: 0; padding: 13px 0 12px; color: var(--ink); outline: none; }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); box-shadow: 0 1px 0 var(--ink); }
.field .error { min-height: 18px; font-size: 11px; color: #8a352f; }
.check { display: flex; align-items: flex-start; gap: 11px; font-size: 13px; color: var(--muted); }
.check input { margin-top: 4px; accent-color: var(--dark); }
.form-actions { margin-top: 30px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.form-status { font-size: 13px; min-height: 22px; color: var(--muted); }
.form-status.success { color: #46634f; }
.form-status.error { color: #8a352f; }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }

.page-hero { padding: calc(var(--header-h) + 110px) 0 110px; background: #e8e1d5; }
.page-hero--image { min-height: 72vh; display: flex; align-items: end; position: relative; color: white; background: #111; overflow: hidden; padding: calc(var(--header-h) + 80px) 0 80px; }
.page-hero--image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .67; }
.page-hero--image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,.65)); }
.page-hero .container, .page-hero--image .container { position: relative; z-index: 2; }
.page-hero h1, .page-hero--image h1 { font-family: var(--display); font-size: clamp(54px,7.3vw,112px); line-height: .9; font-weight: 400; letter-spacing: -.035em; margin: 0; max-width: 1100px; }
.page-hero p, .page-hero--image p { max-width: 680px; font-size: 18px; margin: 26px 0 0; color: rgba(27,26,24,.68); }
.page-hero--image p { color: rgba(255,255,255,.78); }
.service-content { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.service-content h2 { font-family: var(--display); font-size: clamp(38px,4vw,62px); line-height: 1; font-weight: 400; margin: 0 0 28px; }
.service-content p { color: var(--muted); }
.benefits { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.benefits li { padding: 19px 0; border-bottom: 1px solid var(--line); display: flex; gap: 16px; }
.benefits li::before { content: "—"; color: var(--accent); }
.service-image-wide { margin-top: 80px; aspect-ratio: 16/8; overflow: hidden; }
.service-image-wide img { width: 100%; height: 100%; object-fit: cover; }

.legal { padding: calc(var(--header-h) + 80px) 0 120px; }
.legal h1 { font-family: var(--display); font-size: clamp(48px,6vw,82px); font-weight: 400; line-height: .95; margin: 0 0 32px; }
.legal .legal-note { padding: 20px 22px; border-left: 2px solid var(--accent); background: rgba(155,130,98,.08); color: var(--muted); margin-bottom: 50px; }
.legal h2 { font-family: var(--display); font-size: 34px; font-weight: 400; margin: 48px 0 16px; }
.legal h3 { font-size: 16px; margin: 28px 0 10px; }
.legal p, .legal li { color: var(--muted); }
.legal a { text-decoration: underline; text-underline-offset: 3px; }

.site-footer { background: #0f100f; color: #f5f2ea; padding: 82px 0 34px; }
.footer-top { display: grid; grid-template-columns: 1.3fr .7fr .7fr 1fr; gap: 46px; }
.footer-brand { font-family: var(--display); font-size: clamp(34px,4vw,52px); line-height: 1; }
.footer-note { max-width: 340px; margin-top: 24px; color: rgba(255,255,255,.56); font-size: 14px; }
.footer-title { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.46); margin-bottom: 19px; }
.footer-links { display: grid; gap: 10px; font-size: 14px; }
.footer-links a:hover { color: var(--accent-2); }
.footer-contact { display: grid; gap: 13px; color: rgba(255,255,255,.72); font-size: 14px; }
.footer-contact .pending { color: var(--accent-2); }
.footer-bottom { margin-top: 70px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 25px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.45); }
.footer-legal { display: flex; gap: 18px; flex-wrap: wrap; }

.whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 1200; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #1f8f57; color: white; box-shadow: 0 14px 36px rgba(0,0,0,.22); transition: transform .25s ease, box-shadow .25s ease; }
.whatsapp:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 18px 44px rgba(0,0,0,.28); }
.whatsapp svg { width: 27px; height: 27px; fill: currentColor; }

.cookie-banner { position: fixed; left: 20px; bottom: 20px; z-index: 1500; width: min(520px, calc(100% - 40px)); background: #171816; color: white; padding: 26px; box-shadow: 0 24px 80px rgba(0,0,0,.32); display: none; }
.cookie-banner.is-visible { display: block; }
.cookie-banner h2 { font-family: var(--display); font-size: 28px; font-weight: 400; margin: 0 0 10px; }
.cookie-banner p { margin: 0 0 18px; color: rgba(255,255,255,.65); font-size: 13px; }
.cookie-actions { display: flex; gap: 9px; flex-wrap: wrap; }
.cookie-actions .btn { min-height: 42px; padding: 9px 13px; font-size: 9px; }
.cookie-actions .btn--filled { background: #fff; color: var(--dark); border-color: #fff; }
.cookie-modal { border: 0; width: min(620px, calc(100% - 36px)); padding: 0; background: var(--surface); box-shadow: var(--shadow); }
.cookie-modal::backdrop { background: rgba(0,0,0,.52); backdrop-filter: blur(5px); }
.cookie-modal-inner { padding: 34px; }
.cookie-modal h2 { font-family: var(--display); font-size: 38px; font-weight: 400; margin: 0 0 13px; }
.cookie-modal p { color: var(--muted); font-size: 14px; }
.cookie-option { display: flex; justify-content: space-between; gap: 30px; padding: 18px 0; border-top: 1px solid var(--line); }
.cookie-option strong { display: block; font-size: 14px; }
.cookie-option small { color: var(--muted); }
.cookie-option input { width: 20px; height: 20px; accent-color: var(--dark); }
.cookie-modal-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .nav { grid-template-columns: 1fr auto; }
  .nav-center { display: none; }
  .nav-actions .nav-contact { display: none; }
  .menu-toggle { display: block; }
  .nav-actions { grid-column: 2; }
  .mobile-nav { display: block; }
  .spec-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-top { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-contact-col { grid-column: 1 / -1; }
}

.mobile-nav { position: fixed; z-index: 990; inset: var(--header-h) 0 0; background: var(--bg); color: var(--ink); padding: 26px 32px 52px; transform: translateX(100%); transition: transform .38s cubic-bezier(.2,.65,.2,1); overflow-y: auto; visibility: hidden; }
body.menu-open { overflow: hidden; }
body.menu-open .mobile-nav { transform: translateX(0); visibility: visible; }
.mobile-nav a, .mobile-nav button { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 17px 0; border: 0; border-bottom: 1px solid var(--line); background: none; color: inherit; font-family: var(--display); font-size: 30px; text-align: left; cursor: pointer; }
.mobile-services { display: none; padding: 8px 0 12px 20px; }
.mobile-services.is-open { display: block; }
.mobile-services a { font-family: var(--sans); font-size: 13px; text-transform: uppercase; letter-spacing: .09em; }
.mobile-langs { display: flex; gap: 22px; margin-top: 32px; }
.mobile-langs a { font-family: var(--sans); font-size: 12px; padding: 8px 0; border: 0; }

@media (max-width: 900px) {
  :root { --header-h: 72px; }
  .container, .container.narrow { width: min(100% - 36px, 1320px); }
  .nav { width: calc(100% - 32px); }
  .langs { display: none; }
  .hero-content { padding-bottom: 40px; }
  .hero-bottom { flex-direction: column; align-items: flex-start; }
  .intro-grid, .gallery-head, .lifestyle-grid, .contact-grid, .service-content { grid-template-columns: 1fr; }
  .editorial-media { grid-template-columns: 1fr; }
  .editorial-media figure:last-child { margin: 0; aspect-ratio: 1.3; width: 78%; justify-self: end; }
  .spec-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-note { justify-self: start; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: auto; gap: 10px; }
  .gallery-item, .gallery-item:nth-child(n) { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 3; }
  .gallery-item:nth-child(3n+2) { aspect-ratio: 3 / 4; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .service-card h3 { margin-top: 48px; }
  .location-wrap { grid-template-columns: 1fr; }
  .location-copy { order: -1; }
  .contact-details { position: static; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand-col, .footer-contact-col { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 620px) {
  .section { padding: 76px 0; }
  .section--tight { padding: 58px 0; }
  .brand { font-size: 17px; letter-spacing: .1em; }
  .hero h1 { font-size: clamp(52px, 17vw, 82px); }
  .hero-meta { font-size: 10px; letter-spacing: .13em; }
  .hero-copy { font-size: 14px; }
  .spec-grid { grid-template-columns: 1fr; }
  .spec { padding: 20px 16px; min-height: 120px; }
  .spec dd { font-size: 24px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item, .gallery-item:nth-child(n) { aspect-ratio: 4 / 3; }
  .gallery-item:nth-child(4n+2) { aspect-ratio: 3/4; }
  .lifestyle-list { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: 1; }
  .contact-row { grid-template-columns: 92px 1fr; }
  .service-image-wide { aspect-ratio: 4/3; margin-top: 50px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand-col, .footer-contact-col { grid-column: auto; }
  .whatsapp { width: 54px; height: 54px; right: 16px; bottom: 16px; }
  .cookie-banner { left: 12px; bottom: 12px; width: calc(100% - 24px); padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .whatsapp, .cookie-banner, .cookie-modal, .mobile-nav { display: none !important; }
  body { background: white; color: black; }
}
.footer-cookie-link { appearance: none; border: 0; padding: 0; background: none; color: inherit; text-align: left; cursor: pointer; font-size: 14px; }
.footer-cookie-link:hover { color: var(--accent-2); }
@media (max-width: 620px) {
  body.cookie-open .whatsapp { bottom: 230px; }
}

/* Torreblanca location expansion */
.location-map-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin-top: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(27,26,24,.45);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 11px;
  font-weight: 650;
  transition: color .25s ease, border-color .25s ease;
}
.location-map-link:hover { color: var(--accent); border-color: var(--accent); }
.location-amenities { background: var(--surface); }
.location-amenities-head {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
  margin-bottom: clamp(52px, 6vw, 82px);
}
.location-amenities-head .lead { margin: 0; }
.location-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.location-feature {
  min-height: 320px;
  padding: clamp(28px, 3vw, 42px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.location-feature-index {
  color: var(--accent);
  font-size: 11px;
  letter-spacing: .15em;
  margin-bottom: auto;
}
.location-feature h3 {
  margin: 52px 0 16px;
  font-family: var(--display);
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 400;
  line-height: 1.05;
}
.location-feature p { margin: 0; color: var(--muted); font-size: 15px; }

@media (max-width: 900px) {
  .location-amenities-head { grid-template-columns: 1fr; gap: 28px; }
  .location-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .location-feature-grid { grid-template-columns: 1fr; }
  .location-feature { min-height: 0; }
  .location-feature-index { margin-bottom: 42px; }
  .location-feature h3 { margin-top: 0; }
}


/* Construction specification / quality section */
.confirmed-value {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(20px, 2vw, 31px);
  line-height: 1.15;
}
.quality-section {
  background: #eae4d9;
  overflow: hidden;
}
.quality-head {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
}
.quality-head .lead { margin: 0; }
.quality-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(56px, 7vw, 96px);
  background: var(--dark);
  color: #f8f5ee;
}
.quality-highlight {
  min-height: 245px;
  padding: clamp(26px, 3vw, 38px);
  border-right: 1px solid rgba(255,255,255,.14);
  display: flex;
  flex-direction: column;
}
.quality-highlight:last-child { border-right: 0; }
.quality-highlight > span {
  color: var(--accent-2);
  font-size: 10px;
  letter-spacing: .16em;
  margin-bottom: auto;
}
.quality-highlight strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(28px, 2.6vw, 39px);
  line-height: 1.02;
  font-weight: 400;
  margin: 40px 0 14px;
}
.quality-highlight small {
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.55;
}
.quality-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  margin-top: clamp(56px, 7vw, 96px);
}
.quality-card {
  min-height: 300px;
  padding: clamp(28px, 3.3vw, 48px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.quality-card > span {
  color: var(--accent);
  font-size: 10px;
  letter-spacing: .16em;
  margin-bottom: auto;
}
.quality-card h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(28px, 2.5vw, 40px);
  line-height: 1.05;
  margin: 54px 0 17px;
}
.quality-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
  max-width: 620px;
}
.quality-media-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
  align-items: start;
  margin-top: clamp(56px, 7vw, 96px);
}
.quality-media { margin: 0; }
.quality-media:nth-child(2) { margin-top: 8vw; }
.quality-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #d7d0c5;
}
.quality-media figcaption {
  padding-top: 13px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.quality-source {
  max-width: 880px;
  margin: 52px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
@media (max-width: 1000px) {
  .quality-highlight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quality-highlight:nth-child(2) { border-right: 0; }
  .quality-highlight:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
}
@media (max-width: 900px) {
  .quality-head { grid-template-columns: 1fr; gap: 28px; }
  .quality-grid { grid-template-columns: 1fr; }
  .quality-card { min-height: 0; }
  .quality-card > span { margin-bottom: 44px; }
  .quality-card h3 { margin-top: 0; }
  .quality-media-grid { grid-template-columns: 1fr; }
  .quality-media:nth-child(2) { margin-top: 0; width: 82%; justify-self: end; }
}
@media (max-width: 620px) {
  .quality-highlight-grid { grid-template-columns: 1fr; }
  .quality-highlight { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .quality-highlight:last-child { border-bottom: 0; }
  .quality-highlight > span { margin-bottom: 36px; }
  .quality-highlight strong { margin-top: 0; }
  .quality-media:nth-child(2) { width: 100%; }
  .confirmed-value { font-size: 20px; }
}

/* --- New-build status, floor plans and personalisation --- */
.construction-status {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 22px 0 0;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(15,18,18,.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  width: fit-content;
}
.construction-status span { font-size: 10px; letter-spacing: .18em; font-weight: 700; }
.construction-status small { font-size: 11px; color: rgba(255,255,255,.76); border-left: 1px solid rgba(255,255,255,.28); padding-left: 16px; }
.plans-section { background: #f5f1e9; }
.plans-head,.personalization-head { display:grid; grid-template-columns: 1.15fr .85fr; gap: clamp(34px,7vw,110px); align-items:end; margin-bottom: clamp(50px,7vw,90px); }
.plans-grid { display:grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.plan-card { margin:0; background:#fff; border:1px solid var(--line); overflow:hidden; }
.plan-card:first-child { grid-column: span 2; }
.plan-card img { width:100%; height:auto; aspect-ratio: auto; object-fit:contain; background:#fff; display:block; transition: transform .6s ease; }
.plan-card:hover img { transform: scale(1.012); }
.plan-card figcaption { padding: 24px 26px 28px; border-top:1px solid var(--line); }
.plan-card figcaption > span,.personalization-card > span { display:block; font-size:10px; letter-spacing:.18em; color:var(--accent); margin-bottom:22px; }
.plan-card h3,.personalization-card h3 { font-family:var(--display); font-weight:400; font-size:clamp(25px,2.3vw,35px); line-height:1.05; margin:0 0 14px; }
.plan-card p,.personalization-card p { margin:0; color:var(--muted); font-size:14px; line-height:1.65; }
.personalization-section { background: var(--dark); color:#f8f5ee; }
.personalization-section .eyebrow { color:var(--accent-2); }
.personalization-section .lead { color:rgba(255,255,255,.68); }
.personalization-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); border-top:1px solid rgba(255,255,255,.14); border-left:1px solid rgba(255,255,255,.14); }
.personalization-card { min-height:300px; padding:clamp(26px,3vw,38px); border-right:1px solid rgba(255,255,255,.14); border-bottom:1px solid rgba(255,255,255,.14); display:flex; flex-direction:column; }
.personalization-card > span { color:var(--accent-2); margin-bottom:auto; }
.personalization-card h3 { margin-top:54px; color:#fff; }
.personalization-card p { color:rgba(255,255,255,.62); }
.personalization-note { max-width:900px; margin:38px 0 0; padding-top:20px; border-top:1px solid rgba(255,255,255,.14); font-size:12px; line-height:1.6; color:rgba(255,255,255,.55); }
@media (max-width:1000px){.personalization-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:900px){.plans-head,.personalization-head{grid-template-columns:1fr;gap:28px}.plans-grid{grid-template-columns:1fr}.plan-card:first-child{grid-column:auto}.construction-status{flex-direction:column;align-items:flex-start;gap:7px}.construction-status small{border-left:0;padding-left:0}}
@media (max-width:620px){.personalization-grid{grid-template-columns:1fr}.personalization-card{min-height:0}.personalization-card > span{margin-bottom:36px}.personalization-card h3{margin-top:0}.plan-card figcaption{padding:20px}.construction-status{margin-top:16px}}


/* Project summary block */
.project-summary{margin-top:2rem;padding:2rem;border:1px solid rgba(34,34,34,.12);background:#f7f3ed;border-radius:28px}.project-summary__intro{max-width:860px;margin-bottom:1.5rem}.project-summary__intro h3{margin:0 0 .75rem;font-size:clamp(1.7rem,2.4vw,2.35rem);line-height:1.1;font-weight:500;letter-spacing:-.03em}.project-summary__intro p:last-child{margin:0;color:var(--color-text-soft)}.project-summary__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.project-summary__card{padding:1.5rem;border-radius:22px;background:#fff;border:1px solid rgba(34,34,34,.08);box-shadow:0 18px 40px rgba(0,0,0,.04)}.project-summary__card span{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:#111;color:#fff;font-size:.78rem;letter-spacing:.12em;margin-bottom:.9rem}.project-summary__card h4{margin:0 0 .65rem;font-size:1.15rem;font-weight:500;letter-spacing:-.02em}.project-summary__card p{margin:0;color:var(--color-text-soft);line-height:1.65}@media (max-width:960px){.project-summary__grid{grid-template-columns:1fr}.project-summary{padding:1.4rem;border-radius:22px}}
