:root {
  --bg: #f7f3eb;
  --paper: #fffdf8;
  --paper-2: #f1eadf;
  --ink: #101815;
  --muted: #68756f;
  --green: #123d35;
  --green-2: #1f725f;
  --green-3: #e3f1ec;
  --gold: #c89a45;
  --gold-soft: #f4e5c5;
  --line: rgba(16, 24, 21, .12);
  --white: #fff;
  --shadow: 0 24px 70px rgba(16, 35, 29, .12);
  --shadow-soft: 0 14px 38px rgba(16, 35, 29, .08);
  --radius: 1.4rem;
  --radius-lg: 2rem;
  --shell: min(92vw, 76rem);
  --section: clamp(4.2rem, 8vw, 7rem);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: var(--font); overflow-x: clip; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p, figure { margin: 0; }
p { line-height: 1.65; }
ul { margin: 0; padding-left: 1.15rem; }
:focus-visible { outline: 3px solid rgba(31, 114, 95, .34); outline-offset: 3px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: var(--section); }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 999; transform: translateY(-180%); padding: .75rem 1rem; border-radius: 999px; color: #fff; background: var(--green); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(247,243,235,.9); backdrop-filter: blur(18px); transition: box-shadow .2s ease, background .2s ease; }
.site-header.scrolled { background: rgba(247,243,235,.97); box-shadow: 0 12px 34px rgba(16,35,29,.07); }
.nav-wrap { min-height: 5.2rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.2rem; }
.brand { display: inline-flex; align-items: center; gap: .72rem; min-width: max-content; }
.brand-icon { display: grid; place-items: center; width: 2.85rem; aspect-ratio: 1; border: 1px solid rgba(200,154,69,.42); border-radius: 50%; color: var(--gold); background: linear-gradient(145deg, #fff, #f5e8ca); box-shadow: inset 0 0 0 5px rgba(255,255,255,.65); font-size: 1.35rem; }
.brand-name { display: grid; gap: .12rem; }
.brand-name strong { font-family: var(--serif); font-size: 1.15rem; letter-spacing: -.035em; }
.brand-name small { color: var(--muted); font-size: .64rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.main-nav { justify-self: center; display: flex; align-items: center; gap: clamp(.65rem, 1.2vw, 1.15rem); }
.main-nav > a { color: #36433e; font-size: .89rem; font-weight: 800; transition: color .2s ease; }
.main-nav > a:hover { color: var(--green-2); }
.nav-actions { display: flex; align-items: center; gap: .8rem; }
.header-phone { display: grid; gap: .1rem; text-align: right; }
.header-phone span { color: var(--muted); font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.header-phone strong { font-size: .88rem; }
.menu-toggle { display: none; position: relative; width: 2.9rem; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; background: #fff; }
.menu-toggle span { position: absolute; left: 50%; width: 1.15rem; height: 2px; border-radius: 10px; background: var(--ink); transform: translateX(-50%); transition: .2s ease; }
.menu-toggle span:nth-child(1) { top: .95rem; }
.menu-toggle span:nth-child(2) { top: 1.35rem; }
.menu-toggle span:nth-child(3) { top: 1.75rem; }
.menu-toggle.active span:nth-child(1) { top: 1.35rem; transform: translateX(-50%) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { top: 1.35rem; transform: translateX(-50%) rotate(-45deg); }
.mobile-menu-cta { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 3rem; padding: .82rem 1.08rem; border: 1px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 900; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--green-2), var(--green)); box-shadow: 0 16px 34px rgba(18,61,53,.22); }
.button-whatsapp { color: #fff; background: linear-gradient(135deg, #25a965, #178d51); box-shadow: 0 16px 34px rgba(24,141,81,.2); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.82); }
.button-light { color: var(--green); background: #fff; box-shadow: var(--shadow-soft); }
.button-large { min-height: 3.45rem; padding-inline: 1.35rem; }
.button-full { width: 100%; }

.hero { position: relative; isolation: isolate; padding: clamp(4.4rem, 8vw, 7.4rem) 0 2rem; overflow: hidden; background: linear-gradient(180deg, #fdfaf4 0%, var(--bg) 100%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .55; background-image: radial-gradient(rgba(200,154,69,.18) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, #000, transparent 72%); }
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); }
.hero-orb-one { width: 28rem; height: 28rem; right: -10rem; top: -12rem; background: rgba(200,154,69,.18); }
.hero-orb-two { width: 24rem; height: 24rem; left: -13rem; bottom: -9rem; background: rgba(74,145,121,.14); }
.hero-grid { display: grid; grid-template-columns: minmax(0,.94fr) minmax(28rem,1.06fr); align-items: center; gap: clamp(2.4rem, 5vw, 5rem); }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: .45rem; color: var(--green-2); font-size: .74rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before, .kicker::before { content: "✦"; color: var(--gold); }
.kicker-light { color: rgba(255,255,255,.76); }
.hero h1 { max-width: 12ch; margin-top: 1rem; font-family: var(--serif); font-size: clamp(3.25rem, 6vw, 6rem); font-weight: 500; line-height: .92; letter-spacing: -.065em; }
.hero-lead { max-width: 43rem; margin-top: 1.4rem; color: #52605b; font-size: clamp(1rem, 1.7vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.6rem; }
.hero-phone { display: inline-block; margin-top: 1rem; color: var(--muted); font-size: .92rem; }
.hero-phone strong { color: var(--ink); }
.trust-list { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.25rem; }
.trust-list span { padding: .55rem .75rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); color: #3e4b46; font-size: .78rem; font-weight: 800; }
.hero-media { position: relative; min-height: 35rem; }
.hero-main-photo { position: absolute; inset: 0 2.6rem 0 0; overflow: hidden; border-radius: 2.3rem; box-shadow: var(--shadow); }
.hero-main-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(18,61,53,.12), transparent 48%); }
.hero-card { position: absolute; display: grid; gap: .18rem; max-width: 15rem; padding: .95rem 1rem; border: 1px solid rgba(255,255,255,.74); border-radius: 1.15rem; background: rgba(255,255,255,.88); backdrop-filter: blur(14px); box-shadow: 0 20px 44px rgba(16,35,29,.13); }
.hero-card strong { font-family: var(--serif); font-size: 1.08rem; }
.hero-card span { color: var(--muted); font-size: .8rem; line-height: 1.4; }
.hero-card-top { top: 1.4rem; left: -1.8rem; }
.hero-card-bottom { right: 0; bottom: 1.6rem; }
.service-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); gap: .8rem; margin-top: 2.5rem; }
.service-strip a { display: grid; grid-template-columns: auto 1fr; column-gap: .8rem; align-items: center; padding: 1rem; border: 1px solid rgba(255,255,255,.75); border-radius: 1.15rem; background: rgba(255,255,255,.66); backdrop-filter: blur(12px); box-shadow: var(--shadow-soft); }
.strip-icon { grid-row: 1 / span 2; display: grid; place-items: center; width: 2.65rem; aspect-ratio: 1; border-radius: 50%; color: var(--green); background: var(--green-3); font-weight: 900; }
.service-strip strong { font-size: .92rem; }
.service-strip small { color: var(--muted); font-size: .76rem; }

.section-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(18rem,.72fr); align-items: end; gap: 2rem; margin-bottom: 2rem; }
.section-heading h2, .airbnb-intro h2, .contact-copy h2, .faq-heading h2 { margin-top: .7rem; font-family: var(--serif); font-size: clamp(2.4rem, 4.6vw, 4.5rem); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.section-heading > p { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.service-card { position: relative; min-height: 18rem; padding: 1.45rem; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-soft); }
.service-card-featured { grid-column: span 2; min-height: 24rem; padding: 0; }
.service-card-featured > img { position: absolute; inset: 0; }
.service-card-featured::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,30,25,.88), rgba(10,30,25,.05) 70%); }
.service-photo-overlay { position: absolute; z-index: 1; left: 1.5rem; right: 1.5rem; bottom: 1.5rem; color: #fff; }
.service-photo-overlay span { display: inline-block; margin-bottom: .55rem; padding: .38rem .58rem; border-radius: 999px; background: rgba(255,255,255,.16); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.service-card h3 { font-family: var(--serif); font-size: clamp(1.45rem, 2vw, 2rem); font-weight: 500; line-height: 1; }
.service-card p { margin-top: .8rem; color: var(--muted); font-size: .92rem; }
.service-photo-overlay p { max-width: 36rem; color: rgba(255,255,255,.82); }
.service-card a { display: inline-block; margin-top: 1.1rem; color: var(--green-2); font-size: .85rem; font-weight: 900; }
.service-photo-overlay a { color: #fff; }
.service-icon { display: grid; place-items: center; width: 3rem; aspect-ratio: 1; margin-bottom: 2.3rem; border-radius: 50%; color: var(--gold); background: var(--gold-soft); font-size: 1.3rem; }

.pricing-section { background: linear-gradient(180deg, rgba(226,239,233,.72), rgba(247,243,235,0)); }
.price-tables { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.price-table { padding: clamp(1.35rem,3vw,2rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); box-shadow: var(--shadow-soft); }
.price-table-dark { color: #fff; background: radial-gradient(circle at 90% 0, rgba(200,154,69,.28), transparent 16rem), linear-gradient(145deg, #174b41, #0d2e28); }
.price-table-head { padding-bottom: 1.15rem; border-bottom: 1px solid var(--line); }
.price-table-dark .price-table-head { border-color: rgba(255,255,255,.14); }
.price-badge { display: inline-block; padding: .42rem .65rem; border-radius: 999px; color: var(--green); background: var(--green-3); font-size: .7rem; font-weight: 950; text-transform: uppercase; letter-spacing: .1em; }
.price-table-dark .price-badge { color: #fff; background: rgba(255,255,255,.12); }
.price-table h3 { margin-top: .8rem; font-family: var(--serif); font-size: 2.1rem; font-weight: 500; }
.price-table-head p { margin-top: .5rem; color: var(--muted); font-size: .88rem; }
.price-table-dark .price-table-head p { color: rgba(255,255,255,.68); }
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 3.55rem; border-bottom: 1px solid var(--line); }
.price-row strong { color: var(--green-2); font-family: var(--serif); font-size: 1.15rem; }
.price-table-dark .price-row { border-color: rgba(255,255,255,.13); }
.price-table-dark .price-row strong { color: #f7d995; }
.table-button { width: 100%; margin-top: 1.15rem; }
.estimate-builder { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(20rem,.75fr); gap: 1rem; margin-top: 1rem; padding: 1rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.65); box-shadow: var(--shadow-soft); }
.estimate-form-side { padding: clamp(1rem,2.5vw,1.6rem); }
.estimate-form-side h3 { margin-top: .7rem; font-family: var(--serif); font-size: clamp(2rem,3vw,3.1rem); font-weight: 500; letter-spacing: -.045em; }
.estimate-form-side > p { max-width: 42rem; margin-top: .7rem; color: var(--muted); }
.field-group, .select-label, .addon-box { display: grid; gap: .65rem; margin-top: 1.2rem; }
.field-label, .select-label { color: #34413d; font-size: .78rem; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.choice-row { display: flex; flex-wrap: wrap; gap: .55rem; }
.choice { min-height: 2.9rem; padding: .68rem .9rem; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: #fff; font-weight: 850; }
.choice.active { color: #fff; border-color: var(--green); background: var(--green); }
select, input, textarea { width: 100%; border: 1px solid var(--line); border-radius: .9rem; color: var(--ink); background: #fff; }
select, input { min-height: 3.25rem; padding: .78rem .9rem; }
textarea { resize: vertical; padding: .85rem .9rem; }
.addon-box { padding: .9rem; border: 1px solid var(--line); border-radius: 1.1rem; background: #fff; }
.addon-option, .counter-option { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .65rem; min-height: 2.6rem; padding: .35rem; border-bottom: 1px solid rgba(16,24,21,.08); font-size: .86rem; }
.addon-option:last-child, .counter-option:last-child { border-bottom: 0; }
.addon-option input { width: 1.1rem; min-height: 1.1rem; accent-color: var(--green-2); }
.addon-option small, .counter-option small { display: block; color: var(--muted); font-size: .72rem; }
.addon-option strong, .counter-option > strong { color: var(--green-2); }
.counter-option { grid-template-columns: 1fr auto auto; }
.mini-counter { display: inline-flex; align-items: center; gap: .5rem; }
.mini-counter button { width: 2rem; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; background: var(--paper-2); font-weight: 900; }
.is-hidden { display: none; }
.estimate-result { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.25rem,3vw,2rem); border-radius: 1.4rem; color: #fff; background: radial-gradient(circle at 100% 0, rgba(200,154,69,.28), transparent 17rem), linear-gradient(145deg, #194c42, #0b2924); }
.estimate-result > span { color: rgba(255,255,255,.67); font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.estimate-price { margin-top: .5rem; color: #f9dfa4; font-family: var(--serif); font-size: clamp(3rem,5vw,5rem); font-weight: 500; line-height: .95; }
.estimate-result > p { margin-top: .7rem; color: rgba(255,255,255,.76); }
.estimate-result ul { display: grid; gap: .45rem; margin: 1rem 0 1.25rem; color: rgba(255,255,255,.82); font-size: .85rem; }
.estimate-result small { margin-top: .75rem; color: rgba(255,255,255,.54); line-height: 1.45; }

.airbnb-section { color: #fff; background: radial-gradient(circle at 8% 4%, rgba(200,154,69,.23), transparent 26rem), linear-gradient(155deg, #15473d, #0b2a25 78%); }
.airbnb-intro { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; }
.airbnb-intro > div { max-width: 54rem; }
.airbnb-intro p { max-width: 46rem; margin-top: 1rem; color: rgba(255,255,255,.7); }
.airbnb-content-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(20rem,.7fr); gap: 1rem; margin-top: 2rem; }
.airbnb-checks { display: grid; grid-template-columns: repeat(2,1fr); gap: .8rem; }
.airbnb-checks article { display: grid; grid-template-columns: auto 1fr; gap: .8rem; padding: 1rem; border: 1px solid rgba(255,255,255,.12); border-radius: 1.2rem; background: rgba(255,255,255,.065); }
.airbnb-checks article > span { display: grid; place-items: center; width: 2.6rem; height: 2.6rem; border-radius: 50%; color: #f5d38b; background: rgba(200,154,69,.14); font-family: var(--serif); font-weight: 700; }
.airbnb-checks h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.airbnb-checks p { margin-top: .45rem; color: rgba(255,255,255,.67); font-size: .84rem; }
.poster-card, .note-poster { position: relative; display: block; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 1.3rem; background: #fff; box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.poster-card img { aspect-ratio: .666; object-position: top; }
.poster-card > span, .note-poster > span { position: absolute; left: .75rem; right: .75rem; bottom: .75rem; padding: .78rem .9rem; border-radius: .9rem; color: var(--ink); background: rgba(255,255,255,.91); backdrop-filter: blur(12px); font-size: .8rem; font-weight: 900; text-align: center; }
.airbnb-note-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(20rem,.7fr); gap: 1rem; margin-top: 1rem; }
.important-note { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding: clamp(1.2rem,3vw,2rem); border: 1px solid rgba(255,255,255,.13); border-radius: 1.3rem; background: rgba(255,255,255,.07); }
.note-icon { display: grid; place-items: center; width: 3.4rem; height: 3.4rem; border-radius: 50%; color: #fff; background: linear-gradient(145deg, #d8a94f, #a87420); font-family: var(--serif); font-size: 2rem; }
.important-note h3 { font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.important-note ul { display: grid; gap: .5rem; margin-top: .8rem; color: rgba(255,255,255,.72); font-size: .86rem; line-height: 1.5; }
.note-poster img { aspect-ratio: .973; object-position: top; }

.add-ons-grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(21rem,.65fr); align-items: start; gap: clamp(2rem,5vw,4.5rem); }
.add-ons-copy h2 { margin-top: .75rem; font-family: var(--serif); font-size: clamp(2.5rem,4.7vw,4.7rem); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.add-ons-copy > p { max-width: 42rem; margin-top: 1rem; color: var(--muted); }
.add-on-list { display: grid; margin-top: 1.3rem; border-top: 1px solid var(--line); }
.add-on-list > div { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 3.6rem; border-bottom: 1px solid var(--line); }
.add-on-list small { color: var(--muted); }
.add-on-list strong { color: var(--green-2); font-family: var(--serif); font-size: 1.2rem; }
.small-print { font-size: .8rem; }
.add-on-poster { border-color: var(--line); box-shadow: var(--shadow); }

.included-section { background: var(--paper-2); }
.included-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: .8rem; }
.included-card { padding: 1.25rem; border: 1px solid rgba(16,24,21,.1); border-radius: 1.2rem; background: rgba(255,255,255,.68); }
.included-card-accent { color: #fff; background: var(--green); }
.included-icon { display: grid; place-items: center; width: 2.8rem; aspect-ratio: 1; margin-bottom: 1.6rem; border-radius: 50%; color: var(--gold); background: var(--gold-soft); }
.included-card-accent .included-icon { background: rgba(255,255,255,.1); }
.included-card h3 { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.included-card ul { display: grid; gap: .45rem; margin-top: .75rem; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.included-card-accent ul { color: rgba(255,255,255,.7); }

.policy-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: .8rem; }
.policy-card { padding: 1.15rem; border: 1px solid var(--line); border-radius: 1.15rem; background: var(--paper); }
.policy-card > span { color: var(--gold); font-family: var(--serif); font-size: 1.2rem; }
.policy-card h3 { margin-top: 1.6rem; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.policy-card p { margin-top: .55rem; color: var(--muted); font-size: .82rem; }
.payment-panel { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 2rem; margin-top: 1rem; padding: clamp(1.4rem,3vw,2.1rem); border-radius: 1.4rem; color: #fff; background: linear-gradient(135deg, #194d42, #0d3029); }
.payment-panel h3 { margin-top: .65rem; font-family: var(--serif); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 500; }
.payment-panel p { max-width: 46rem; margin-top: .55rem; color: rgba(255,255,255,.68); }
.payment-badges { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .5rem; }
.payment-badges span { padding: .7rem .85rem; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.08); font-size: .76rem; font-weight: 850; }
.document-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .8rem; margin-top: 1rem; }
.document-grid a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .8rem; padding: 1rem; border: 1px solid var(--line); border-radius: 1.1rem; background: #fff; box-shadow: var(--shadow-soft); }
.document-icon { display: grid; place-items: center; width: 3rem; aspect-ratio: 1; border-radius: .8rem; color: #fff; background: var(--green); font-size: .68rem; font-weight: 950; }
.document-grid strong, .document-grid small { display: block; }
.document-grid small { margin-top: .18rem; color: var(--muted); font-size: .72rem; line-height: 1.35; }
.document-grid b { color: var(--green-2); font-size: .78rem; }

.contact-section { color: #fff; background: radial-gradient(circle at 92% 5%, rgba(200,154,69,.24), transparent 24rem), linear-gradient(145deg, #174a40, #0a2924); }
.contact-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(28rem,1.2fr); align-items: center; gap: clamp(2rem,5vw,5rem); }
.contact-copy p { max-width: 34rem; margin-top: 1rem; color: rgba(255,255,255,.7); }
.contact-direct { display: grid; gap: .65rem; margin-top: 1.5rem; }
.contact-direct a { display: grid; gap: .15rem; width: fit-content; }
.contact-direct span { color: rgba(255,255,255,.56); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-direct strong { font-family: var(--serif); font-size: 1.4rem; }
.contact-trust { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.4rem; }
.contact-trust span { padding: .55rem .7rem; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.05); font-size: .75rem; font-weight: 850; }
.quote-form { padding: clamp(1.2rem,3vw,2rem); border: 1px solid rgba(255,255,255,.15); border-radius: 1.4rem; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: .7rem; }
.quote-form label { display: grid; gap: .4rem; margin-bottom: .7rem; color: #3d4a45; font-size: .76rem; font-weight: 900; }
.privacy-note { margin-top: .7rem; color: var(--muted); font-size: .72rem; text-align: center; }

.faq-grid { display: grid; grid-template-columns: minmax(17rem,.62fr) minmax(0,1.38fr); gap: clamp(2rem,5vw,5rem); }
.faq-heading { align-self: start; position: sticky; top: 7rem; }
.faq-heading p { margin-top: .9rem; color: var(--muted); }
.faq-list { display: grid; gap: .65rem; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 1rem; background: var(--paper); }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem; border: 0; color: var(--ink); background: transparent; text-align: left; font-weight: 900; }
.faq-item button span { display: grid; place-items: center; width: 2rem; aspect-ratio: 1; border-radius: 50%; color: var(--green); background: var(--green-3); font-size: 1.15rem; transition: transform .2s ease; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > p { min-height: 0; overflow: hidden; padding-inline: 1rem; color: var(--muted); font-size: .88rem; }
.faq-item.active .faq-answer { grid-template-rows: 1fr; }
.faq-item.active .faq-answer > p { padding-bottom: 1rem; }
.faq-item.active button span { transform: rotate(45deg); }

.site-footer { padding: 4rem 0 1.2rem; color: #fff; background: #081f1b; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 2rem; }
.site-footer .brand-name small { color: rgba(255,255,255,.52); }
.site-footer .brand-icon { background: rgba(255,255,255,.06); }
.footer-brand p { max-width: 24rem; margin-top: 1rem; color: rgba(255,255,255,.58); }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: .65rem; }
.footer-grid > div > strong { margin-bottom: .35rem; color: #f0d390; font-family: var(--serif); font-size: 1.1rem; }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.65); font-size: .82rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.5rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: .74rem; }
.floating-whatsapp { position: fixed; right: 1rem; bottom: 1rem; z-index: 90; display: inline-flex; align-items: center; gap: .55rem; min-height: 3.3rem; padding: .75rem 1rem; border-radius: 999px; color: #fff; background: linear-gradient(135deg, #25a965, #178d51); box-shadow: 0 18px 45px rgba(24,141,81,.3); }
.floating-whatsapp span { display: grid; place-items: center; width: 2rem; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.16); }
.floating-whatsapp strong { font-size: .82rem; }
.mobile-action-bar { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .header-phone { display: none; }
  .desktop-quote { display: none; }
  .menu-toggle { display: block; z-index: 120; }
  .main-nav { position: fixed; inset: 0; z-index: 110; display: grid; align-content: start; gap: .65rem; padding: 6rem 1rem 1rem; background: linear-gradient(180deg, #fbf8f2, #f2eadf); opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(100%); transition: .25s ease; overflow-y: auto; }
  .main-nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .main-nav > a { display: flex; align-items: center; justify-content: space-between; min-height: 3.35rem; padding: .8rem 1rem; border: 1px solid var(--line); border-radius: 1rem; background: #fff; font-size: 1.02rem; }
  .main-nav > a::after { content: "→"; color: var(--green-2); }
  .mobile-menu-cta { display: grid; gap: .6rem; margin-top: .35rem; padding: 1rem; border-radius: 1rem; color: #fff; background: var(--green); }
  .mobile-menu-cta > span { color: rgba(255,255,255,.62); font-size: .76rem; }
  .mobile-phone { font-family: var(--serif); font-size: 1.25rem; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-media { min-height: 30rem; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-card-featured { grid-column: span 2; }
  .included-grid, .policy-grid { grid-template-columns: repeat(2,1fr); }
  .document-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 2rem); --section: 4.5rem; }
  .nav-wrap { min-height: 4.7rem; }
  .brand-name strong { font-size: 1rem; }
  .brand-icon { width: 2.55rem; }
  .hero { padding-top: 3.6rem; }
  .hero-grid, .section-heading, .price-tables, .estimate-builder, .airbnb-intro, .airbnb-content-grid, .airbnb-note-grid, .add-ons-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero h1 { max-width: none; font-size: clamp(3rem, 14vw, 4.7rem); }
  .hero-media { min-height: 27rem; margin-top: .5rem; }
  .hero-main-photo { right: 0; }
  .hero-card-top { left: .7rem; }
  .hero-card-bottom { right: .7rem; }
  .service-strip { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-featured { grid-column: auto; min-height: 22rem; }
  .estimate-builder { padding: .65rem; }
  .estimate-form-side { padding: .8rem; }
  .airbnb-intro { align-items: start; }
  .airbnb-checks { grid-template-columns: 1fr; }
  .poster-card img { aspect-ratio: auto; height: auto; }
  .note-poster img { height: auto; aspect-ratio: auto; }
  .included-grid, .policy-grid { grid-template-columns: 1fr; }
  .payment-panel { grid-template-columns: 1fr; }
  .payment-badges { justify-content: flex-start; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .faq-heading { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .floating-whatsapp { display: none; }
  .mobile-action-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; display: grid; grid-template-columns: .7fr 1.3fr; gap: .5rem; padding: .65rem 1rem calc(.65rem + env(safe-area-inset-bottom)); border-top: 1px solid rgba(16,24,21,.1); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
  .mobile-action-bar a { display: grid; place-items: center; min-height: 3rem; border-radius: 999px; background: var(--paper-2); font-weight: 900; font-size: .84rem; }
  .mobile-action-bar a:last-child { color: #fff; background: linear-gradient(135deg, #25a965, #178d51); }
  body { padding-bottom: 4.4rem; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 430px) {
  :root { --shell: calc(100vw - 1.4rem); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-media { min-height: 23rem; }
  .hero-card { max-width: 13rem; padding: .75rem .8rem; }
  .hero-card-top { top: .7rem; }
  .hero-card-bottom { bottom: .7rem; }
  .choice-row { display: grid; grid-template-columns: 1fr; }
  .choice { width: 100%; }
  .addon-option { grid-template-columns: auto 1fr auto; }
  .counter-option { grid-template-columns: 1fr auto; }
  .counter-option > strong { grid-column: 1 / -1; padding-left: .35rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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

/* =========================================================
   FINAL RESPONSIVE FIX — restored archive hero + safe mobile
   ========================================================= */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

main,
section,
header,
footer,
.shell,
.nav-wrap,
.hero-grid,
.hero-copy,
.hero-visual,
.airbnb-content-grid,
.airbnb-note-grid,
.airbnb-checks,
.price-tables,
.estimate-builder,
.contact-grid,
.faq-grid {
  min-width: 0;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

.fa-whatsapp {
  font-size: 1.15em;
}

.button-whatsapp .fa-whatsapp,
.floating-whatsapp .fa-whatsapp,
.mobile-action-bar .fa-whatsapp {
  flex: 0 0 auto;
}

/* Header and logo: dimensions and typography closer to the original archive. */
.nav-wrap {
  min-height: auto;
  padding-block: .85rem;
}

.brand {
  min-width: 0;
}

.brand-icon {
  width: 2.75rem;
  font-size: 1rem;
  color: var(--green);
  background: linear-gradient(135deg, #fff3ca, #dff3ea);
  border-color: rgba(17, 60, 52, .12);
  box-shadow: inset 0 0 0 1px rgba(17, 60, 52, .08);
}

.brand-name strong {
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.04em;
  white-space: nowrap;
}

.brand-name small {
  margin-top: .08rem;
  font-size: .68rem;
  line-height: 1;
}

/* Hero restored to the proportions, font family, and visual composition from the uploaded archive. */
.hero {
  position: relative;
  isolation: auto;
  overflow: hidden;
  padding: clamp(3.4rem, 6vw, 5.5rem) 0 2.2rem;
  background: transparent;
}

.hero::before,
.hero-orb {
  display: none;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 8% 12%, rgba(218, 240, 232, .95), transparent 23rem),
    radial-gradient(circle at 92% 14%, rgba(255, 222, 158, .48), transparent 21rem),
    linear-gradient(180deg, #fbf8f1 0%, #f7f1e8 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, .94fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 3.8rem);
}

.hero-copy {
  min-width: 0;
}

.hero h1 {
  width: min(100%, 11.5ch);
  max-width: none;
  margin-top: 1rem;
  font-family: var(--font);
  font-size: clamp(3rem, 5.4vw, 5rem);
  font-weight: 750;
  line-height: .96;
  letter-spacing: -.06em;
}

.hero-lead {
  width: min(100%, 36rem);
  max-width: none;
  margin-top: 1.15rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.hero-actions {
  margin-top: 1.55rem;
}

.hero-phone {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .38rem;
  margin-top: 1rem;
}

.hero-phone .fa-phone {
  color: var(--green-2);
  font-size: .85rem;
}

.trust-list {
  gap: .65rem;
  margin-top: 1.2rem;
}

.trust-list span {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  padding: .7rem .88rem;
  font-size: .9rem;
}

.trust-list i {
  color: var(--green-2);
  font-size: .82rem;
}

.hero-visual {
  position: relative;
  min-height: clamp(28rem, 40vw, 34.5rem);
}

.hero-photo {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 2rem;
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-photo.main-photo {
  inset: 0 14% 2.6rem 0;
}

.hero-photo.side-photo {
  inset: 42% 0 0 57%;
  border-radius: 1.5rem;
}

.hero-photo figcaption,
.hero-note {
  position: absolute;
  display: grid;
  gap: .15rem;
  padding: .82rem .92rem;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 36px rgba(12, 23, 20, .12);
}

.hero-photo figcaption {
  inset: 1rem auto auto 1rem;
}

.hero-note {
  inset: auto .8rem 1rem auto;
  width: min(74%, 16rem);
}

.hero-photo figcaption span,
.hero-note span {
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.35;
}

.service-strip {
  margin-top: 1.7rem;
}

.strip-icon i {
  font-size: .95rem;
}

/* Compact, aligned Airbnb checklist cards instead of stretched empty boxes. */
.airbnb-content-grid,
.airbnb-note-grid {
  align-items: start;
}

.airbnb-checks {
  align-self: start;
  align-content: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: auto;
}

.airbnb-checks article {
  align-items: start;
  align-content: start;
  min-height: 0;
  height: auto;
}

.airbnb-checks article > div {
  min-width: 0;
}

.airbnb-checks h3,
.airbnb-checks p {
  overflow-wrap: anywhere;
}

.poster-card,
.note-poster {
  width: 100%;
  max-width: 25rem;
  justify-self: end;
}

.important-note {
  align-self: start;
}

/* Font Awesome WhatsApp controls. */
.floating-whatsapp {
  min-width: 8.4rem;
  justify-content: center;
  gap: .55rem;
  padding-inline: 1rem;
}

.floating-whatsapp .fa-whatsapp {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  font-size: 1.2rem;
}

.mobile-action-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
}

/* Drawer no longer lives off-canvas, so it cannot create a horizontal page strip. */
@media (max-width: 1080px) {
  .site-header {
    overflow: visible;
  }

  .nav-wrap {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .nav-actions {
    min-width: 0;
  }

  .menu-toggle {
    display: block;
    z-index: 130;
  }

  .brand {
    position: relative;
    z-index: 130;
    max-width: calc(100vw - 5.5rem);
  }

  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 110;
    width: 100%;
    max-width: none;
    height: 100dvh;
    padding: 5.9rem 1rem 1rem;
    display: grid;
    grid-template-columns: 1fr;
    align-content: start;
    justify-items: stretch;
    gap: .7rem;
    background:
      radial-gradient(circle at 10% 8%, rgba(229, 244, 238, .96), transparent 17rem),
      linear-gradient(180deg, #fbf8f1 0%, #f5ecdf 100%);
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
    clip-path: inset(0 0 0 100%);
    transition: clip-path 260ms ease, opacity 180ms ease, visibility 180ms ease;
  }

  .main-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    clip-path: inset(0 0 0 0);
  }

  .main-nav > a {
    width: 100%;
    min-width: 0;
  }

  .mobile-menu-cta .button-whatsapp {
    display: flex;
    gap: .5rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(22rem, .94fr);
  }
}

@media (max-width: 760px) {
  :root {
    --shell: calc(100% - 2rem);
    --section: 4.5rem;
  }

  .shell {
    width: var(--shell);
    max-width: var(--shell);
  }

  .nav-wrap {
    min-height: 4.7rem;
    padding-block: .7rem;
  }

  .brand-icon {
    width: 2.55rem;
  }

  .brand-name strong {
    font-size: .92rem;
  }

  .brand-name small {
    font-size: .58rem;
  }

  .main-nav {
    padding-inline: 1rem;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  .hero h1 {
    width: 100%;
    font-size: clamp(2.65rem, 11vw, 3.65rem);
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-visual {
    min-height: 28rem;
    margin-top: 0;
  }

  .hero-photo.main-photo {
    inset: 0 14% 2.6rem 0;
  }

  .hero-photo.side-photo {
    inset: 42% 0 0 57%;
  }

  .hero-note {
    inset: auto auto .8rem .8rem;
    width: min(78%, 15rem);
  }

  .hero-photo figcaption {
    display: none;
  }

  .service-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .service-strip a,
  .price-table,
  .estimate-builder,
  .service-card,
  .important-note,
  .quote-form,
  .faq-item {
    min-width: 0;
    max-width: 100%;
  }

  .airbnb-content-grid,
  .airbnb-note-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .airbnb-checks {
    grid-template-columns: minmax(0, 1fr);
  }

  .airbnb-checks article {
    padding: .95rem;
  }

  .poster-card,
  .note-poster {
    max-width: 34rem;
    justify-self: center;
  }

  .poster-card img,
  .note-poster img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
  }

  .price-row {
    min-width: 0;
  }

  .price-row span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .price-row strong {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .mobile-action-bar {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 430px) {
  :root {
    --shell: calc(100% - 1.4rem);
  }

  .brand-name strong {
    font-size: .86rem;
  }

  .brand-name small {
    font-size: .54rem;
    letter-spacing: .14em;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.25rem);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 24.5rem;
  }

  .hero-note {
    width: min(82%, 14rem);
  }

  .trust-list span {
    font-size: .8rem;
    padding: .6rem .72rem;
  }

  .main-nav {
    padding-inline: .7rem;
  }

  .main-nav > a {
    font-size: .96rem;
  }

  .mobile-menu-cta {
    min-width: 0;
  }

  .mobile-menu-cta .mobile-phone {
    font-size: 1.08rem;
    overflow-wrap: anywhere;
  }

  .airbnb-checks article {
    grid-template-columns: 2.35rem minmax(0, 1fr);
    gap: .7rem;
  }

  .airbnb-checks article > span {
    width: 2.35rem;
    height: 2.35rem;
  }

  .mobile-action-bar {
    grid-template-columns: .72fr 1.28fr;
    padding-inline: .7rem;
  }

  .mobile-action-bar a {
    min-width: 0;
    padding-inline: .55rem;
    white-space: nowrap;
  }
}

/* Small icon/layout finishing touches. */
.contact-direct a[href*="wa.me"] {
  grid-template-columns: auto 1fr;
  column-gap: .65rem;
  align-items: center;
}

.contact-direct a[href*="wa.me"] > .fa-whatsapp {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .12);
}

.footer-grid a[href*="wa.me"] {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
}

@media (max-width: 760px) {
  /* The uploaded archive showed the visual first on phones. */
  .hero-grid {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .hero-copy,
  .hero-visual {
    width: 100%;
  }
}
