
:root {
  --ink: #17211f;
  --ink-soft: #4b5854;
  --green: #123f37;
  --green-2: #08715a;
  --sand: #f4efe8;
  --sand-2: #e7ddcf;
  --clay: #c05a35;
  --white: #fff;
  --line: rgba(23, 36, 33, .14);
  --shadow: 0 26px 70px rgba(22, 47, 42, .14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fdfcf9; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 850px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.icon-whatsapp { fill: currentColor; stroke: none; }

.utility { background: var(--green); color: rgba(255,255,255,.86); font-size: .8rem; letter-spacing: .04em; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.utility a { color: #fff; font-weight: 750; }
.site-header { position: sticky; z-index: 30; top: 0; background: rgba(253,252,249,.94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 210px; }
.brand-mark { position: relative; width: 39px; height: 39px; border-radius: 50%; background: var(--green); display: grid; place-items: center; }
.brand-mark::before, .brand-mark::after, .brand-mark span { content: ""; position: absolute; background: var(--sand); border-radius: 2px; }
.brand-mark::before { width: 18px; height: 5px; transform: rotate(45deg); left: 9px; top: 12px; }
.brand-mark::after { width: 18px; height: 5px; transform: rotate(-45deg); right: 7px; top: 13px; }
.brand-mark span { width: 5px; height: 15px; bottom: 7px; left: 17px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.02; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; font-weight: 700; }
.brand-copy small { color: var(--clay); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; margin-top: 5px; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 25px; font-size: .91rem; font-weight: 720; }
.main-nav a { position: relative; padding: 28px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--clay); transition: .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; }

.button { min-height: 52px; padding: 13px 21px; border: 1px solid var(--green); border-radius: 999px; background: var(--green); color: white; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 800; line-height: 1.15; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--green-2); box-shadow: 0 10px 25px rgba(24,63,55,.18); }
.button-small { min-height: 44px; padding: 11px 18px; font-size: .87rem; }
.button-outline { color: var(--green); background: transparent; }
.button-outline:hover { color: white; }
.button-light { background: white; color: var(--green); border-color: white; }
.button-light:hover { background: var(--sand); color: var(--green); }
.text-link, .arrow-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; color: var(--green); }
.arrow-link { border-bottom: 1px solid rgba(24,63,55,.3); padding-bottom: 3px; }
.arrow-link .icon { transition: transform .2s ease; }
.arrow-link:hover .icon { transform: translateX(4px); }
.eyebrow { margin: 0 0 12px; color: var(--clay); font-size: .78rem; line-height: 1.2; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; color: var(--ink); line-height: 1.06; text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 700; }
h1 { font-size: clamp(3rem, 6vw, 5.6rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.1rem, 4vw, 3.5rem); letter-spacing: -.035em; }
h3 { font-size: 1.24rem; }
p { color: var(--ink-soft); }

.hero { position: relative; padding: 70px 0 88px; overflow: hidden; background: radial-gradient(circle at 8% 2%, #f8eadc 0, transparent 41%), linear-gradient(145deg, #fff 0%, #f9f5ef 100%); }
.hero::after { content: ""; position: absolute; right: -110px; bottom: -160px; width: 390px; height: 390px; border: 1px solid rgba(192,90,53,.2); border-radius: 50%; pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 66px; align-items: center; }
.hero-copy { padding: 25px 0; }
.hero h1 { margin-bottom: 24px; }
.hero h1 em { color: var(--clay); font-style: italic; font-weight: 500; display: block; }
.hero-lead { max-width: 620px; font-size: 1.16rem; line-height: 1.75; margin-bottom: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin: 26px 0; }
.hero-trust, .check-list { display: flex; flex-wrap: wrap; gap: 11px 20px; list-style: none; padding: 0; margin: 30px 0 0; font-size: .86rem; font-weight: 750; }
.hero-trust li, .check-list li { display: flex; gap: 8px; align-items: center; }
.hero-trust li > span, .check-list li > span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #e2eee9; color: var(--green-2); }
.hero-trust .icon, .check-list .icon { width: 14px; height: 14px; stroke-width: 2.5; }
.hero-visual { position: relative; min-height: 625px; }
.hero-visual::before { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; background: var(--sand-2); right: -80px; top: -45px; }
.hero-visual img { position: relative; width: 100%; height: 625px; object-fit: cover; border-radius: 180px 18px 18px 18px; box-shadow: var(--shadow); }
.visual-note { position: absolute; left: -34px; bottom: 30px; padding: 17px 22px; background: rgba(255,255,255,.95); border-radius: 14px; box-shadow: 0 15px 40px rgba(23,36,33,.16); display: flex; flex-direction: column; }
.visual-note b { font-family: Georgia, serif; font-size: 1.1rem; }
.visual-note small { color: var(--ink-soft); }

.section { padding: 105px 0; }
.section-soft { background: var(--sand); }
.split-heading, .section-head { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: end; }
.split-heading h2, .section-head h2 { margin-bottom: 0; }
.split-heading > div:last-child > p, .section-head > p { font-size: 1.04rem; margin: 0 0 24px; }
.section-head { margin-bottom: 42px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { display: grid; grid-template-columns: 47% 53%; min-height: 300px; background: white; border: 1px solid rgba(23,36,33,.08); border-radius: var(--radius); overflow: hidden; box-shadow: 0 7px 30px rgba(24,63,55,.045); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(192,90,53,.28); box-shadow: var(--shadow); }
.service-image img { width: 100%; height: 100%; object-fit: cover; }
.service-body { padding: 34px 30px; display: flex; flex-direction: column; align-items: flex-start; }
.service-body h3 { font-family: Georgia, serif; font-size: 1.55rem; }
.service-body p { margin-top: 0; }
.service-body span { margin-top: auto; color: var(--green); font-weight: 850; display: inline-flex; align-items: center; gap: 7px; }
.service-body .icon { width: 18px; }

.process-section { background: var(--green); }
.process-section h2, .process-section h3, .process-section p { color: white; }
.process-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.process-copy { position: sticky; top: 130px; align-self: start; }
.process-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); margin-bottom: 28px; }
.process-section .button-outline { border-color: rgba(255,255,255,.5); color: white; }
.process-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.process-list article { border-top: 1px solid rgba(255,255,255,.23); padding: 28px 10px 10px 0; }
.process-list article > span { color: #eab08e; font-size: .73rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.process-list article h3 { margin: 12px 0 9px; }
.process-list article p { color: rgba(255,255,255,.67); margin-bottom: 0; }

.image-band { min-height: 620px; display: grid; grid-template-columns: 58% 42%; background: #efe7dc; }
.image-band > img { width: 100%; height: 620px; object-fit: cover; }
.image-band-copy { padding: 70px 9vw 70px 7vw; align-self: center; }
.image-band-copy h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.image-band-copy p:last-child { font-size: 1.05rem; }

.zones-section { background: #fdfcf9; }
.zone-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.zone-grid a { min-height: 105px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; font-family: Georgia, serif; font-size: 1.25rem; transition: background .2s ease, color .2s ease; }
.zone-grid a:hover { background: var(--green); color: white; }
.zone-all { margin-top: 30px; }
.faq-section { background: var(--sand); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-grid > div:first-child { position: sticky; top: 130px; align-self: start; }
.faq-list details { border-top: 1px solid rgba(23,36,33,.2); }
.faq-list details:last-child { border-bottom: 1px solid rgba(23,36,33,.2); }
.faq-list summary { cursor: pointer; list-style: none; padding: 24px 0; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 700; display: flex; justify-content: space-between; gap: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: sans-serif; color: var(--clay); font-size: 1.5rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 45px 23px 0; margin: 0; }

.cta-section { padding: 80px 0; background: #fdfcf9; }
.cta-card { padding: 60px 65px; background: var(--clay); border-radius: 30px; display: flex; align-items: center; justify-content: space-between; gap: 50px; color: white; }
.cta-card h2, .cta-card p { color: white; }
.cta-card h2 { margin-bottom: 10px; }
.cta-card .eyebrow { color: #ffe3d1; }
.cta-card p { margin: 0; color: rgba(255,255,255,.82); }
.cta-actions { min-width: 260px; display: flex; flex-direction: column; gap: 13px; align-items: center; font-weight: 750; }

.footer { padding: 80px 0 24px; background: #102c26; color: white; }
.footer p, .footer a { color: rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 55px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer h2 { color: white; font-family: inherit; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 10px; }
.footer-brand .brand-copy strong { color: white; }
.footer-brand + p { max-width: 280px; }
.footer a:hover { color: white; }
.footer-bottom { margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .78rem; color: rgba(255,255,255,.58); }
.legal-links { display: flex; flex-wrap: wrap; gap: 16px; }

.cookie { position: fixed; z-index: 100; left: 22px; bottom: 22px; width: min(590px, calc(100% - 44px)); padding: 22px 24px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 22px 70px rgba(10,30,26,.25); display: flex; gap: 26px; align-items: center; }
.cookie[hidden] { display: none !important; }
.cookie strong { font-family: Georgia, serif; font-size: 1.15rem; }
.cookie p { margin: 4px 0 0; font-size: .82rem; line-height: 1.5; }
.cookie-actions { display: flex; flex-direction: column; align-items: center; gap: 8px; flex: none; }
.cookie-actions a { font-size: .75rem; text-decoration: underline; }
.cookie-actions button { border: 0; border-radius: 999px; padding: 10px 16px; background: var(--green); color: white; font-weight: 800; cursor: pointer; }
.mobile-contact { display: none; }

.interior-hero { padding: 105px 0; background: linear-gradient(130deg, var(--sand) 0%, #fbf8f3 68%); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 24px; color: var(--ink-soft); font-size: .84rem; }
.breadcrumbs a { color: var(--green-2); font-weight: 750; }
.breadcrumbs span:last-child { color: var(--ink); }
.interior-hero h1 { max-width: 930px; margin-bottom: 24px; }
.interior-hero p:not(.eyebrow) { max-width: 790px; font-size: 1.14rem; line-height: 1.8; }
.interior-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 65px; align-items: center; }
.interior-grid img { width: 100%; height: 460px; object-fit: cover; border-radius: 120px 16px 16px 16px; box-shadow: var(--shadow); }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.content-grid h2 { font-size: 2.55rem; }
.content-card { padding: 38px; background: var(--sand); border-radius: var(--radius); }
.detail-section { padding-top: 10px; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.detail-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.detail-card h2, .detail-card h3 { font-family: inherit; font-size: 1.35rem; line-height: 1.25; margin-bottom: 12px; }
.detail-card p { margin: 0; }
.detail-card p + p { margin-top: 13px; }
.faq-copy { max-width: 900px; }
.faq-copy h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.faq-copy details { padding: 20px 0; border-top: 1px solid var(--line); }
.faq-copy summary { color: var(--ink); font-weight: 850; cursor: pointer; }
.faq-copy details p { margin: 10px 0 0; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-details article { padding: 34px; border-radius: var(--radius); background: white; border: 1px solid var(--line); }
.contact-details h2 { font-size: 1.55rem; }
.contact-details address { color: var(--ink-soft); font-style: normal; }
.contact-details strong { color: var(--ink); }
.check-list { flex-direction: column; align-items: flex-start; gap: 15px; font-size: 1rem; }
.simple-links { list-style: none; margin: 0; padding: 0; }
.simple-links a { padding: 15px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; font-weight: 800; }
.cards-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.area-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 38px; background: white; transition: transform .2s ease, box-shadow .2s ease; }
.area-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.area-card h2 { font-size: 2rem; }
.area-card > span { display: flex; align-items: center; gap: 7px; color: var(--green); font-weight: 800; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.price-grid article { padding: 36px; border-radius: var(--radius); background: var(--sand); }
.price-grid article > span { color: var(--clay); text-transform: uppercase; letter-spacing: .13em; font-size: .76rem; font-weight: 900; }
.price-grid h2 { font-size: 2.05rem; margin: 14px 0; }
.price-note { max-width: 860px; padding-top: 70px; text-align: center; }
.process-page { color: var(--ink); grid-template-columns: repeat(2, 1fr); gap: 28px 50px; }
.process-page article { border-color: var(--line); }
.process-page article h2, .process-page article p { color: var(--ink); }
.process-page article h2 { font-family: Georgia, serif; font-size: 1.8rem; margin: 10px 0; }
.process-page article p { color: var(--ink-soft); }
.legal-page { padding: 100px 0; }
.legal-wrap { max-width: 860px; }
.legal-wrap h1 { font-size: clamp(3rem, 6vw, 5rem); margin-bottom: 12px; }
.legal-wrap .updated { color: #71807c; font-size: .84rem; margin-bottom: 50px; }
.legal-wrap section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-wrap section h2 { font-family: inherit; font-size: 1.3rem; letter-spacing: 0; margin-bottom: 11px; }
.legal-wrap section p { margin: 0; }
.legal-wrap a { color: var(--green-2); text-decoration: underline; }

@media (max-width: 1020px) {
  .nav-cta { display: none; }
  .main-nav { gap: 18px; }
  .hero-grid { gap: 34px; }
  .hero-visual, .hero-visual img { min-height: 540px; height: 540px; }
  .service-card { grid-template-columns: 42% 58%; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 28px, 680px); }
  .detail-grid, .contact-details { grid-template-columns: 1fr; }
  .detail-card, .contact-details article { padding: 25px; }
  .utility { display: none; }
  .nav-wrap { min-height: 70px; }
  .brand { min-width: 0; }
  .brand-mark { width: 36px; height: 36px; }
  .menu-toggle { margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: white; display: grid; place-content: center; gap: 4px; }
  .menu-toggle > span { display: block; width: 19px; height: 2px; border-radius: 2px; background: var(--ink); }
  .main-nav { position: absolute; left: 14px; right: 14px; top: 70px; margin: 0; padding: 12px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 14px; border-bottom: 1px solid rgba(23,36,33,.08); }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .hero { padding: 50px 0 65px; }
  .hero-grid, .split-heading, .section-head, .process-grid, .faq-grid, .interior-grid, .content-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 34px; }
  .hero-visual, .hero-visual img { min-height: 470px; height: 470px; }
  .hero-visual img { border-radius: 100px 14px 14px 14px; }
  .visual-note { left: 12px; bottom: 18px; }
  .hero-lead { font-size: 1.04rem; }
  .section { padding: 75px 0; }
  .split-heading, .section-head { gap: 25px; align-items: start; }
  .section-head { margin-bottom: 30px; }
  .service-grid { grid-template-columns: 1fr; }
  .process-grid, .faq-grid { gap: 45px; }
  .process-copy, .faq-grid > div:first-child { position: static; }
  .image-band { grid-template-columns: 1fr; }
  .image-band > img { height: 430px; }
  .image-band-copy { padding: 60px 28px; }
  .zone-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-card { padding: 42px 30px; flex-direction: column; align-items: flex-start; }
  .cta-actions { align-items: flex-start; min-width: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .cookie { bottom: 76px; flex-direction: column; align-items: flex-start; }
  .cookie-actions { width: 100%; flex-direction: row-reverse; justify-content: space-between; }
  .mobile-contact { position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; height: 60px; display: grid; grid-template-columns: 1fr 1fr; background: white; box-shadow: 0 -10px 30px rgba(23,36,33,.12); }
  .mobile-contact a { display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 850; }
  .mobile-contact a:last-child { color: white; background: var(--green-2); }
  body { padding-bottom: 60px; }
  .interior-hero { padding: 75px 0; }
  .interior-grid img { height: 400px; }
  .cards-list, .price-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .brand-copy strong { font-size: .92rem; }
  .brand-copy small { font-size: .68rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-trust { flex-direction: column; }
  .hero-visual, .hero-visual img { min-height: 390px; height: 390px; }
  .service-card { grid-template-columns: 1fr; }
  .service-image { height: 230px; }
  .service-body { min-height: 235px; }
  .process-list, .process-page { grid-template-columns: 1fr; }
  .zone-grid { grid-template-columns: 1fr; }
  .image-band > img { height: 340px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .cta-card { width: calc(100% - 20px); padding: 38px 24px; }
  .area-card, .content-card, .price-grid article { padding: 28px; }
  .cookie { left: 10px; width: calc(100% - 20px); bottom: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
