:root {
  --navy: #061f2a;
  --navy-deep: #03151d;
  --navy-soft: #0b3140;
  --gold: #e6b742;
  --gold-light: #f1d883;
  --ivory: #fff9eb;
  --paper: #f3eee2;
  --ink: #11242a;
  --muted: #647074;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --section: clamp(82px, 10vw, 160px);
  --gutter: clamp(22px, 5.5vw, 92px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
figure, p, h1, h2, h3 { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: .92; }
h1 em, h2 em { color: var(--gold); font-weight: 500; }
.section { position: relative; padding: var(--section) var(--gutter); }
.eyebrow { margin-bottom: 24px; color: var(--gold-light); font-size: .69rem; font-weight: 700; letter-spacing: .18em; line-height: 1.5; text-transform: uppercase; }
.eyebrow-dark { color: #84681b; }
.section-number { color: rgba(17,36,42,.16); font: 500 clamp(3rem, 7vw, 7.8rem)/1 var(--serif); }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 25px; border: 1px solid transparent; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: color .25s, background .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--navy-deep); background: var(--gold); border-color: var(--gold); }
.button-gold:hover { background: var(--gold-light); }
.quiet-link, .text-link { display: inline-flex; align-items: center; gap: 24px; padding: 8px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; font-size: .76rem; font-weight: 600; letter-spacing: .06em; cursor: pointer; }
.text-link { color: #31515c; }
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 2px; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left center; will-change: transform; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 80; height: 104px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: clamp(22px, 2.4vw, 42px); padding: 0 var(--gutter); color: white; border-bottom: 1px solid rgba(255,255,255,.18); transition: height .3s, background .3s, box-shadow .3s; }
.site-header.is-scrolled { height: 84px; background: rgba(3,21,29,.985); box-shadow: 0 10px 35px rgba(0,0,0,.16); }
.brand { display: inline-flex; align-items: center; gap: 15px; justify-self: start; }
.brand img { width: 72px; height: 72px; object-fit: contain; border: 0; }
.brand > span { display: flex; flex-direction: column; }
.brand strong { color: var(--ivory); font: 600 1.34rem/1 var(--serif); letter-spacing: .03em; }
.brand small { margin-top: 6px; color: var(--gold); font-size: .52rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: clamp(24px, 2.2vw, 38px); font-size: clamp(.78rem, .72vw, .86rem); font-weight: 600; letter-spacing: .055em; }
.desktop-nav a { position: relative; min-height: 44px; display: flex; align-items: center; padding: 12px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 0; height: 1px; background: var(--gold); transition: width .25s; }
.desktop-nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.header-phone { min-height: 46px; display: flex; align-items: center; gap: 10px; padding: 0 15px; color: var(--gold-light); border: 1px solid rgba(230,183,66,.78); background: rgba(3,21,29,.38); font-size: .82rem; letter-spacing: .035em; transition: color .25s, background .25s; }
.header-phone:hover { color: var(--navy-deep); background: var(--gold); }
.header-phone span { color: rgba(255,255,255,.72); font-size: .56rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.header-phone:hover span { color: currentColor; }
.header-phone strong { font-weight: 700; white-space: nowrap; }
.header-cta { min-height: 48px; padding: 0 20px; }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: min(930px, 100svh); display: flex; align-items: center; overflow: hidden; color: white; background: var(--navy) url("assets/hero-construction-process-v1.jpg") center/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,18,25,.75) 0%, rgba(2,18,25,.54) 34%, rgba(2,18,25,.16) 64%, rgba(2,18,25,.02) 100%), linear-gradient(0deg, rgba(2,18,25,.38), transparent 48%); }
.hero-content { position: relative; z-index: 2; width: min(860px, 68vw); padding: 166px 0 92px var(--gutter); }
.hero h1 { max-width: 820px; color: var(--ivory); font-size: clamp(4.4rem, 7.1vw, 7.8rem); line-height: .86; letter-spacing: -.045em; }
.hero h1 em { display: inline-block; margin-left: clamp(28px, 4vw, 70px); white-space: nowrap; }
.hero-statement { display: grid; grid-template-columns: 78px 1fr; gap: 24px; align-items: start; max-width: 520px; margin: 34px 0 34px clamp(42px, 7vw, 112px); }
.gold-line { height: 1px; margin-top: 10px; background: var(--gold); }
.hero-statement p { color: rgba(255,255,255,.8); font-size: .9rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 38px; margin-left: clamp(42px, 7vw, 112px); }
.hero .quiet-link { color: rgba(255,255,255,.86); }
.hero-folio { position: absolute; z-index: 2; left: 28px; top: 50%; display: flex; align-items: center; gap: 18px; color: rgba(255,255,255,.55); font-size: .57rem; letter-spacing: .16em; text-transform: uppercase; transform: rotate(-90deg) translateX(-50%); transform-origin: left center; }
.hero-folio i { width: 54px; height: 1px; background: rgba(230,183,66,.65); }
.hero-caption { position: absolute; z-index: 2; right: var(--gutter); bottom: 40px; color: rgba(255,255,255,.68); font: italic 500 .9rem/1.5 var(--serif); text-align: right; }

.proof-band { min-height: 170px; display: grid; grid-template-columns: 1.45fr repeat(4, 1fr); color: white; background: var(--navy); border-top: 1px solid rgba(230,183,66,.35); }
.proof-band > * { min-width: 0; display: flex; align-items: center; padding: 32px clamp(20px, 2.9vw, 52px); border-right: 1px solid rgba(230,183,66,.22); }
.proof-lead { color: var(--gold-light); font: italic 500 clamp(1.4rem, 2vw, 2rem)/1.15 var(--serif); }
.proof-band article { gap: 16px; }
.proof-band strong { color: var(--gold); font: 500 clamp(2.5rem, 3.4vw, 4.5rem)/1 var(--serif); white-space: nowrap; }
.proof-band article:last-child strong { font-size: clamp(2rem, 2.7vw, 3.6rem); }
.proof-band article span { color: rgba(255,255,255,.62); font-size: .62rem; line-height: 1.45; text-transform: uppercase; letter-spacing: .09em; }

.opening { display: grid; grid-template-columns: .18fr 1.05fr .95fr; gap: clamp(32px, 5vw, 92px); align-items: start; background: var(--ivory); }
.opening h2, .portfolio h2, .journey h2 { font-size: clamp(4rem, 6.7vw, 7.4rem); letter-spacing: -.04em; }
.opening-copy { padding-top: 50px; }
.lead-copy { max-width: 680px; color: #2d4148; font: 500 clamp(1.45rem, 2.15vw, 2.1rem)/1.4 var(--serif); }
.opening-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin: 55px 0 42px; padding-top: 30px; border-top: 1px solid rgba(17,36,42,.2); }
.opening-columns p { color: var(--muted); font-size: .79rem; line-height: 1.75; }
.opening-columns span { display: block; margin-bottom: 12px; color: var(--ink); font-weight: 700; letter-spacing: .04em; }

.portfolio { padding-top: 40px; overflow: hidden; background: var(--paper); }
.portfolio-intro { display: grid; grid-template-columns: .18fr 1.1fr .6fr; gap: clamp(32px, 5vw, 92px); align-items: end; }
.portfolio-note { max-width: 390px; padding-bottom: 15px; color: var(--muted); font-size: .83rem; line-height: 1.8; }
.project-filters { display: flex; justify-content: flex-end; gap: 28px; margin: 68px 0 28px; border-bottom: 1px solid rgba(17,36,42,.18); }
.project-filters button { padding: 0 0 14px; border: 0; border-bottom: 2px solid transparent; color: var(--muted); background: transparent; font-size: .68rem; font-weight: 700; letter-spacing: .07em; cursor: pointer; }
.project-filters button.active { color: var(--ink); border-bottom-color: var(--gold); }
.project-gallery { display: grid; grid-template-columns: 1.22fr .78fr; gap: clamp(28px, 4vw, 76px); align-items: start; }
.project-item { min-width: 0; transition: opacity .3s; }
.project-item:nth-child(2) { margin-top: 120px; }
.project-item:nth-child(3) { grid-column: 1 / -1; width: 72%; margin: 30px auto 0; }
.project-item:nth-child(4), .project-item:nth-child(6) { margin-top: 80px; }
.project-item.extra-project { display: none; }
.project-gallery.show-all .extra-project { display: block; }
.project-item.is-hidden { display: none !important; }
.project-item figure { position: relative; overflow: hidden; background: #d6d0c3; }
.project-feature figure { aspect-ratio: 1.42; }
.project-item:not(.project-feature):not(.project-wide) figure { aspect-ratio: 4 / 5; }
.project-wide figure { aspect-ratio: 2.05; }
.project-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.6,.25,1); }
.project-item:hover img { transform: scale(1.025); }
.project-item > div { position: relative; padding: 23px 0 26px 82px; border-bottom: 1px solid rgba(17,36,42,.2); }
.project-item > div > span { position: absolute; left: 0; top: 29px; color: #92751d; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.project-item h3 { font-size: clamp(1.7rem, 2.4vw, 2.6rem); }
.project-item p { margin-top: 7px; color: var(--muted); font-size: .68rem; }
.portfolio-action { display: flex; justify-content: center; padding-top: 60px; }
.text-button { display: flex; align-items: center; gap: 30px; padding: 14px 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-size: .72rem; font-weight: 700; letter-spacing: .06em; cursor: pointer; }

.standard { color: white; background: var(--navy); }
.standard-head { display: grid; grid-template-columns: 1.2fr .65fr; gap: 70px; align-items: end; padding-bottom: 80px; }
.standard h2 { color: var(--ivory); font-size: clamp(4rem, 6.8vw, 7.8rem); letter-spacing: -.045em; }
.standard-head > p { max-width: 480px; padding-bottom: 8px; color: rgba(255,255,255,.66); font-size: .87rem; line-height: 1.85; }
.standard-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 var(--gutter); }
.standard-grid article { min-height: 310px; padding: 45px clamp(25px, 3vw, 55px); border-top: 1px solid rgba(230,183,66,.5); border-right: 1px solid rgba(230,183,66,.22); }
.standard-grid article:first-child { border-left: 1px solid rgba(230,183,66,.22); }
.standard-grid span { color: var(--gold); font-size: .63rem; letter-spacing: .14em; }
.standard-grid h3 { margin: 76px 0 18px; font-size: clamp(2rem, 2.7vw, 3rem); }
.standard-grid p { max-width: 340px; color: rgba(255,255,255,.62); font-size: .76rem; line-height: 1.75; }
.standard-rail { display: grid; grid-template-columns: repeat(3, 1fr) auto; align-items: center; margin-top: 80px; padding: 34px max(var(--gutter), 120px) 34px var(--gutter); border-top: 1px solid rgba(230,183,66,.3); background: var(--navy-deep); }
.standard-rail p { color: rgba(255,255,255,.62); font-size: .66rem; letter-spacing: .05em; text-transform: uppercase; }
.standard-rail p span { display: block; margin-bottom: 5px; color: var(--gold); font: 500 1.7rem var(--serif); text-transform: none; }
.standard-rail a { color: var(--gold); font-size: .72rem; font-weight: 700; }

.journey { background: var(--ivory); }
.journey-head { display: grid; grid-template-columns: .18fr 1fr .55fr; gap: clamp(32px, 5vw, 92px); align-items: end; }
.journey-head > p { max-width: 380px; padding-bottom: 12px; color: var(--muted); font-size: .82rem; line-height: 1.8; }
.journey-visual { position: relative; margin: 80px 0 0 11%; overflow: hidden; }
.journey-visual img { width: 100%; aspect-ratio: 2.05; object-fit: cover; }
.journey-visual figcaption { position: absolute; left: 0; bottom: 0; padding: 16px 24px; color: var(--gold-light); background: var(--navy); font-size: .59rem; letter-spacing: .14em; text-transform: uppercase; }
.journey-steps { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 0; padding: 58px 0 0 11%; list-style: none; }
.journey-steps::before { content: ""; position: absolute; left: 11%; right: 0; top: 76px; height: 1px; background: rgba(17,36,42,.2); }
.journey-steps li { position: relative; padding-right: 30px; }
.journey-steps li > span { position: relative; z-index: 1; width: 38px; height: 38px; display: grid; place-items: center; color: var(--gold); border: 1px solid #b89a4c; border-radius: 50%; background: var(--ivory); font-size: .55rem; }
.journey-steps h3 { margin: 23px 0 10px; font-size: 1.65rem; }
.journey-steps p { color: var(--muted); font-size: .7rem; line-height: 1.6; }

.estimator { padding: var(--section) var(--gutter); color: white; background: var(--navy-deep); }
.estimator-intro { max-width: 980px; }
.estimator h2 { color: var(--ivory); font-size: clamp(4.4rem, 7vw, 8rem); letter-spacing: -.045em; }
.estimator-intro > p:last-child { max-width: 520px; margin: 35px 0 0 clamp(45px, 8vw, 130px); color: rgba(255,255,255,.62); font-size: .84rem; line-height: 1.75; }
.estimate-workspace { display: grid; grid-template-columns: .7fr 1.3fr; gap: 0; margin-top: 84px; border-top: 1px solid rgba(230,183,66,.34); border-bottom: 1px solid rgba(230,183,66,.34); }
.area-control { padding: 54px clamp(30px, 4vw, 72px) 54px 0; border-right: 1px solid rgba(230,183,66,.25); }
.area-label { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.area-label label { color: rgba(255,255,255,.58); font-size: .66rem; letter-spacing: .09em; text-transform: uppercase; }
.area-label output { color: var(--gold); font: 500 clamp(3rem, 4.6vw, 5.4rem)/1 var(--serif); }
.area-label output small { color: rgba(255,255,255,.6); font: 500 .9rem var(--sans); }
input[type="range"] { --progress: 33.3%; width: 100%; height: 2px; margin: 55px 0 14px; appearance: none; background: linear-gradient(to right,var(--gold) var(--progress),rgba(255,255,255,.2) var(--progress)); }
input[type="range"]::-webkit-slider-thumb { width: 20px; height: 20px; appearance: none; border: 4px solid var(--navy-deep); border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 1px var(--gold); cursor: grab; }
.range-labels { display: flex; justify-content: space-between; color: rgba(255,255,255,.42); font-size: .58rem; }
.area-buttons { display: flex; gap: 12px; margin-top: 40px; }
.area-buttons button { min-width: 90px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.7); background: transparent; cursor: pointer; }
.package-panel { padding: 0 0 48px clamp(30px, 4vw, 72px); }
.package-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid rgba(255,255,255,.18); }
.package-tabs button { min-width: 0; padding: 28px 12px 24px; border: 0; border-bottom: 2px solid transparent; color: rgba(255,255,255,.48); background: transparent; text-align: left; cursor: pointer; }
.package-tabs button.active { color: white; border-bottom-color: var(--gold); }
.package-tabs span, .package-tabs small { display: block; font-size: .56rem; letter-spacing: .06em; }
.package-tabs strong { display: block; margin: 12px 0 7px; font: 500 1.45rem var(--serif); }
.package-detail { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; padding: 48px 0 38px; }
.package-detail > div > span { color: rgba(255,255,255,.52); font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; }
.package-detail > div > strong { display: block; margin: 17px 0 15px; color: var(--gold); font: 500 clamp(3rem, 4.6vw, 5.4rem)/1 var(--serif); }
.package-detail p { max-width: 440px; color: rgba(255,255,255,.5); font-size: .68rem; line-height: 1.65; }
.package-detail p b { color: rgba(255,255,255,.78); font-weight: 500; }
.package-detail ul { columns: 2; gap: 35px; margin: 0; padding: 0; list-style: none; }
.package-detail li { break-inside: avoid; padding: 0 0 13px 16px; color: rgba(255,255,255,.67); font-size: .68rem; line-height: 1.45; }
.package-detail li::before { content: "—"; margin-left: -16px; margin-right: 8px; color: var(--gold); }
.package-actions { display: flex; align-items: center; gap: 30px; }
.package-actions .quiet-link { color: rgba(255,255,255,.72); }

.compare-dialog { width: min(1120px, calc(100% - 40px)); max-height: 88vh; padding: clamp(24px, 4vw, 60px); border: 1px solid #c9ad65; color: var(--ink); background: var(--ivory); }
.compare-dialog::backdrop { background: rgba(3,21,29,.82); backdrop-filter: blur(4px); }
.dialog-head { display: flex; justify-content: space-between; gap: 40px; margin-bottom: 35px; }
.dialog-head h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.dialog-head button { align-self: start; border: 0; background: transparent; font: 300 2.5rem/1 var(--sans); cursor: pointer; }
.comparison-wrap { overflow-x: auto; }
.comparison-wrap table { width: 100%; min-width: 780px; border-collapse: collapse; font-size: .7rem; }
.comparison-wrap th, .comparison-wrap td { padding: 17px 14px; border-bottom: 1px solid rgba(17,36,42,.14); text-align: left; }
.comparison-wrap thead th { color: #866b1e; }
.dialog-note { margin-top: 24px; color: var(--muted); font-size: .65rem; }

.consultation { position: relative; display: grid; grid-template-columns: 1fr 1fr; color: white; background: var(--navy); }
.consultation-image { position: relative; min-height: 900px; overflow: hidden; }
.consultation-image img { width: 100%; height: 100%; object-fit: cover; }
.consultation-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(3,21,29,.48),transparent 45%); }
.consultation-image figcaption { position: absolute; z-index: 1; left: 34px; bottom: 30px; color: rgba(255,255,255,.7); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.consultation-panel { min-height: 900px; display: flex; align-items: center; padding: 90px clamp(40px, 6vw, 105px); }
.consultation-inner { width: 100%; max-width: 650px; }
.consultation h2 { color: var(--ivory); font-size: clamp(3.8rem, 5.5vw, 6.4rem); letter-spacing: -.04em; }
.consultation-inner > p:nth-of-type(2) { max-width: 560px; margin: 30px 0 38px; color: rgba(255,255,255,.6); font-size: .78rem; line-height: 1.75; }
.consultation form { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 28px; }
.consultation label { display: flex; flex-direction: column; gap: 8px; }
.consultation label span { color: rgba(255,255,255,.58); font-size: .6rem; letter-spacing: .07em; text-transform: uppercase; }
.consultation input { width: 100%; min-height: 45px; padding: 4px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.32); border-radius: 0; outline: none; color: white; background: transparent; }
.consultation input:focus { border-bottom-color: var(--gold); }
.consultation input::-webkit-calendar-picker-indicator { filter: invert(1); opacity: .55; }
.consultation form .button { grid-column: 1 / -1; margin-top: 6px; }
.form-note { grid-column: 1 / -1; color: rgba(255,255,255,.46); font-size: .61rem; line-height: 1.5; }
.direct-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(230,183,66,.28); }
.direct-contact a { color: rgba(255,255,255,.52); font-size: .62rem; text-transform: uppercase; letter-spacing: .07em; }
.direct-contact span { display: block; margin-top: 7px; color: white; font-size: .75rem; text-transform: none; letter-spacing: .02em; }
.office-card { position: absolute; z-index: 3; left: var(--gutter); bottom: -120px; width: min(520px, calc(50% - var(--gutter))); padding: 40px 46px; color: var(--ink); background: var(--ivory); border-top: 3px solid var(--gold); box-shadow: 0 24px 65px rgba(0,0,0,.19); }
.office-card h3 { margin-bottom: 20px; font-size: 2rem; }
.office-card address, .office-card > p:not(.eyebrow) { color: var(--muted); font-size: .73rem; font-style: normal; line-height: 1.75; }
.office-card > p:not(.eyebrow) { margin: 15px 0 18px; }

.site-footer { position: relative; overflow: hidden; padding: 220px var(--gutter) 32px; color: white; background: var(--navy-deep); }
.footer-mark { position: absolute; right: -2vw; top: 65px; color: rgba(230,183,66,.045); font: 500 28vw/.7 var(--serif); }
.footer-main { position: relative; display: grid; grid-template-columns: .55fr 1.25fr auto; gap: 55px; align-items: center; padding-bottom: 85px; border-bottom: 1px solid rgba(230,183,66,.3); }
.footer-logo img { width: 180px; height: 180px; object-fit: cover; border: 0; }
.footer-main h2 { color: var(--ivory); font-size: clamp(3.5rem, 5.8vw, 6.5rem); letter-spacing: -.04em; }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr .75fr 1.2fr; gap: 55px; padding: 65px 0; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid p { margin-bottom: 10px; color: var(--gold); font-size: .59rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid a, .footer-grid address { color: rgba(255,255,255,.65); font-size: .72rem; font-style: normal; line-height: 1.65; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { position: relative; display: flex; justify-content: space-between; gap: 30px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: .58rem; letter-spacing: .05em; }
.whatsapp-float { position: fixed; z-index: 60; right: 24px; bottom: 22px; display: flex; align-items: center; gap: 12px; padding: 8px 16px 8px 8px; color: #082818; border: 1px solid rgba(255,255,255,.7); border-radius: 40px; background: #59d987; box-shadow: 0 12px 34px rgba(0,0,0,.24); font-size: .65rem; }
.whatsapp-float span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: white; background: #168a49; font-size: .57rem; font-weight: 700; }
.whatsapp-float b { font-weight: 700; }
.mobile-concierge { display: none; }
.scroll-cursor { display: none; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 28px; padding: 15px 22px; opacity: 0; visibility: hidden; pointer-events: none; color: white; border: 1px solid rgba(230,183,66,.5); background: var(--navy); box-shadow: 0 18px 50px rgba(0,0,0,.3); font-size: .75rem; transform: translate(-50%, calc(100% + 110px)); transition: opacity .25s, visibility .25s, transform .35s; }
.toast.show { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(12px); transition: opacity .45s ease-out, transform .45s ease-out; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1240px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-phone { display: none; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: transparent; }
  .menu-toggle span { width: 17px; height: 1px; background: white; transition: transform .25s; }
  .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); }
  .site-header > .brand, .site-header > .header-actions { position: relative; z-index: 2; }
  .mobile-nav { position: fixed; inset: 0; z-index: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 24px; padding: 110px 24px 55px; overflow-y: auto; opacity: 0; pointer-events: none; color: white; background: var(--navy-deep); font: 500 2.2rem var(--serif); transition: opacity .3s; }
  .mobile-nav.open { opacity: 1; pointer-events: auto; }
  .mobile-phone-link { min-width: 238px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 4px; margin-top: 4px; padding: 13px 20px; color: var(--gold-light); border: 1px solid rgba(230,183,66,.68); font-family: var(--sans); }
  .mobile-phone-link span { color: rgba(255,255,255,.58); font-size: .55rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
  .mobile-phone-link strong { font-size: .9rem; letter-spacing: .035em; }
  .proof-band { grid-template-columns: repeat(4,1fr); }
  .proof-lead { grid-column: 1 / -1; min-height: 80px; }
  .opening, .portfolio-intro, .journey-head { grid-template-columns: .14fr 1.05fr .85fr; }
  .consultation-panel { padding-left: 55px; padding-right: 55px; }
  .footer-main { grid-template-columns: .4fr 1fr; }
  .footer-main .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 900px) {
  :root { --section: 94px; }
  .hero { min-height: 820px; background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg,rgba(2,18,25,.96),rgba(2,18,25,.55) 70%,rgba(2,18,25,.2)); }
  .hero-content { width: 85%; }
  .hero-caption { display: none; }
  .proof-band { grid-template-columns: 1fr 1fr; }
  .proof-lead { grid-column: 1 / -1; }
  .opening, .portfolio-intro, .journey-head { grid-template-columns: 1fr; gap: 25px; }
  .section-number { display: none; }
  .opening-copy { padding-top: 10px; }
  .project-gallery { gap: 30px; }
  .project-item:nth-child(2) { margin-top: 65px; }
  .standard-head { grid-template-columns: 1fr; }
  .standard-grid { grid-template-columns: 1fr; }
  .standard-grid article { min-height: 240px; border-left: 1px solid rgba(230,183,66,.22); }
  .standard-grid h3 { margin-top: 45px; }
  .standard-rail { grid-template-columns: 1fr 1fr; gap: 30px; }
  .journey-visual, .journey-steps { margin-left: 0; padding-left: 0; }
  .journey-steps { grid-template-columns: 1fr; gap: 0; padding-top: 45px; }
  .journey-steps::before { left: 18px; right: auto; top: 45px; bottom: 0; width: 1px; height: auto; }
  .journey-steps li { display: grid; grid-template-columns: 56px 1fr; padding: 0 0 28px; }
  .journey-steps li > span { grid-row: 1 / 3; }
  .journey-steps h3 { margin: 2px 0 6px; }
  .journey-steps p { grid-column: 2; }
  .estimate-workspace { grid-template-columns: 1fr; }
  .area-control { border-right: 0; border-bottom: 1px solid rgba(230,183,66,.25); }
  .package-panel { padding-left: 0; }
  .consultation { grid-template-columns: 1fr; }
  .consultation-panel { order: 1; }
  .consultation-image { order: 2; }
  .office-card { order: 3; }
  .consultation-image, .consultation-panel { min-height: 680px; }
  .consultation-panel { padding: 90px var(--gutter); }
  .office-card { position: relative; left: auto; bottom: auto; width: 100%; padding: 42px var(--gutter); box-shadow: none; }
  .site-footer { padding-top: 100px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main .button { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  :root { --gutter: 22px; --section: 78px; }
  body { padding-bottom: 76px; }
  .site-header, .site-header.is-scrolled { height: 78px; padding: 0 16px; }
  .brand { gap: 10px; }
  .brand img { width: 56px; height: 56px; }
  .brand strong { font-size: 1.08rem; }
  .brand small { font-size: .43rem; }
  .header-cta { display: none; }
  .menu-toggle { width: 40px; height: 40px; }
  .mobile-nav { font-size: 1.9rem; }
  .hero { min-height: 850px; align-items: flex-end; background-image: url("assets/hero-construction-process-mobile-v1.jpg"); background-position: center 20%; }
  .hero-shade { background: linear-gradient(0deg,rgba(2,18,25,.99) 2%,rgba(2,18,25,.8) 55%,rgba(2,18,25,.18) 100%), linear-gradient(90deg,rgba(2,18,25,.36),transparent); }
  .hero-content { width: 100%; padding: 124px 22px 68px; }
  .hero h1 { font-size: clamp(3.25rem, 15.5vw, 4.4rem); line-height: .88; }
  .hero h1 em { margin-left: 0; }
  .hero-statement { grid-template-columns: 36px 1fr; gap: 14px; margin: 24px 0; }
  .hero-statement p { font-size: .82rem; line-height: 1.55; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-left: 0; }
  .hero-folio { display: none; }
  .proof-band { min-height: 0; }
  .proof-band > * { padding: 25px 20px; }
  .proof-lead { min-height: 68px; }
  .proof-band strong { font-size: 2.4rem; }
  .proof-band article:last-child strong { font-size: 1.75rem; }
  .proof-band article { flex-direction: column; align-items: flex-start; gap: 7px; }
  .opening h2, .portfolio h2, .journey h2, .standard h2, .estimator h2, .consultation h2 { font-size: clamp(3.3rem, 15vw, 4.4rem); }
  .opening-columns { grid-template-columns: 1fr; gap: 26px; }
  .project-filters { justify-content: flex-start; gap: 23px; margin-top: 50px; overflow-x: auto; }
  .project-filters button { flex: 0 0 auto; }
  .project-gallery { grid-template-columns: 1fr; }
  .project-item:nth-child(n) { grid-column: auto; width: 100%; margin: 0; }
  .project-item figure, .project-feature figure, .project-wide figure { aspect-ratio: 4 / 4.5; }
  .project-item > div { padding-left: 70px; }
  .standard-head { padding-bottom: 60px; }
  .standard-grid { padding: 0 var(--gutter); }
  .standard-rail { grid-template-columns: 1fr 1fr; }
  .standard-rail a { grid-column: 1 / -1; }
  .journey-visual { margin-top: 50px; }
  .journey-visual img { min-height: 290px; aspect-ratio: auto; object-fit: cover; }
  .estimator-intro > p:last-child { margin-left: 0; }
  .area-control { padding-right: 0; }
  .area-label { align-items: flex-start; flex-direction: column; }
  .package-tabs { grid-template-columns: 1fr 1fr; }
  .package-detail { grid-template-columns: 1fr; gap: 32px; }
  .package-detail ul { columns: 1; }
  .package-actions { align-items: flex-start; flex-direction: column; }
  .consultation-image { min-height: 520px; }
  .consultation-panel { min-height: 0; padding: 78px 22px; }
  .consultation form { grid-template-columns: 1fr; }
  .consultation form .button, .form-note { grid-column: 1; }
  .direct-contact { grid-template-columns: 1fr; }
  .office-card { padding-left: 22px; padding-right: 22px; }
  .footer-main { padding-bottom: 65px; }
  .footer-logo img { width: 135px; height: 135px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 20px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp-float { display: none; }
  .mobile-concierge { position: fixed; z-index: 70; left: auto; right: 14px; bottom: 12px; width: 126px; height: 58px; display: grid; grid-template-columns: 58px 58px; gap: 10px; pointer-events: none; color: white; background: transparent; box-shadow: none; }
  .mobile-concierge a { min-width: 0; display: grid; place-items: center; pointer-events: auto; border: 1px solid rgba(255,255,255,.76); border-radius: 50%; color: var(--navy-deep); background: var(--gold); box-shadow: 0 12px 30px rgba(0,0,0,.28); font-size: .58rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
  .mobile-concierge a span { color: currentColor; font-size: .58rem; letter-spacing: .06em; }
  .mobile-concierge a strong { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .mobile-concierge .mobile-whatsapp { color: white; border-color: rgba(255,255,255,.75); background: #168a49; }
  .mobile-concierge .mobile-whatsapp span { color: white; font-size: .63rem; letter-spacing: .04em; }
  .toast { bottom: 75px; width: calc(100% - 40px); text-align: center; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (hover: hover) and (pointer: fine) and (min-width: 901px) {
  body.cursor-ready, body.cursor-ready a, body.cursor-ready button { cursor: none; }
  body.cursor-ready input { cursor: text; }
  body.cursor-ready .scroll-cursor { position: fixed; z-index: 110; left: calc(100vw - 48px); top: 50%; width: 20px; height: 20px; display: block; pointer-events: none; opacity: .92; transform: translate(-50%, -50%); transition: width .18s ease, height .18s ease, opacity .18s ease; }
  body.cursor-ready .scroll-cursor::before { content: ""; position: absolute; inset: 2px; border: 1px solid rgba(241,216,131,.86); border-radius: 50%; box-shadow: 0 0 14px rgba(230,183,66,.2); }
  body.cursor-ready .scroll-cursor::after { content: ""; position: absolute; left: 50%; top: 50%; width: 5px; height: 5px; background: var(--gold-light); box-shadow: 0 0 10px rgba(230,183,66,.7); transform: translate(-50%, -50%) rotate(45deg); }
  body.cursor-ready .scroll-cursor span { position: absolute; inset: -5px; }
  body.cursor-ready .scroll-cursor span::before, body.cursor-ready .scroll-cursor span::after { content: ""; position: absolute; left: 50%; top: 50%; background: rgba(241,216,131,.75); transform: translate(-50%, -50%); }
  body.cursor-ready .scroll-cursor span::before { width: 100%; height: 1px; background: linear-gradient(90deg, var(--gold-light) 0 18%, transparent 18% 82%, var(--gold-light) 82%); }
  body.cursor-ready .scroll-cursor span::after { width: 1px; height: 100%; background: linear-gradient(0deg, var(--gold-light) 0 18%, transparent 18% 82%, var(--gold-light) 82%); }
  body.cursor-ready .scroll-cursor.is-interactive { width: 34px; height: 34px; }
  body.cursor-ready .scroll-cursor.is-active { width: 42px; height: 42px; opacity: 1; }
  body.cursor-ready .scroll-cursor.is-active::before { inset: 0; border: 0; background: conic-gradient(var(--gold) 0 62%, rgba(230,183,66,.14) 62% 100%); -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 0); mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 0); animation: scroll-cursor-spin .7s linear infinite; }
  body.cursor-ready .scroll-cursor.is-active span { animation: scroll-cursor-spin 1.2s linear reverse infinite; }
}

@keyframes scroll-cursor-spin { to { transform: rotate(1turn); } }

@media (hover: none), (pointer: coarse) {
  .button:hover, .project-item:hover img { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
