@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');

:root {
  color-scheme: light;
  --ink: #25352c;
  --muted: #687268;
  --forest: #284336;
  --forest-dark: #1e3228;
  --clay: #bb7049;
  --cream: #f8f6f0;
  --paper: #fffefa;
  --sand: #ece8dc;
  --line: #e6e2d8;
  --display: "Playfair Display", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 116px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 15px/1.7 var(--body); -webkit-font-smoothing: antialiased; }
body.is-loading { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
.wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.announcement { position: sticky; top: 0; z-index: 30; min-height: 34px; overflow: hidden; color: #f8f6f0; background: var(--forest-dark); font-size: 11px; letter-spacing: .035em; }
.announcement-track { width: max-content; min-height: 34px; display: flex; align-items: center; gap: 76px; animation: announcement 42s linear infinite; white-space: nowrap; }
.announcement-track span { display: inline-flex; align-items: center; gap: 10px; }
.announcement-track b { color: #df9d70; font-weight: 600; }
.announcement:hover .announcement-track { animation-play-state: paused; }
@keyframes announcement { to { transform: translateX(-33.3333%); } }
.site-header { position: sticky; top: 34px; z-index: 29; background: rgba(255,254,250,.97); border-bottom: 1px solid rgba(37,53,44,.08); backdrop-filter: blur(12px); }
.nav-shell { min-height: 79px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex: 0 0 auto; }
.brand img { width: 43px; height: 43px; }
.brand-word { font-size: 20px; font-weight: 700; letter-spacing: -.075em; }
.brand-word span { color: var(--clay); }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { text-decoration: none; color: #4d5a50; font-size: 12px; font-weight: 600; transition: color .2s; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--clay); }
.nav-contact { padding: 10px 16px; border-radius: 5px; background: var(--forest); color: white !important; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font-size: 19px; }
.hero { position: relative; min-height: min(660px, 76vw); display: grid; align-items: center; overflow: hidden; color: white; background: #514a3e; }
.hero::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg,rgba(20,34,27,.78) 0%,rgba(25,36,30,.48) 48%,rgba(26,29,24,.08) 100%), url("https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?auto=format&fit=crop&w=2000&q=88") center 55%/cover; transform: scale(1.01); }
.hero-content { position: relative; z-index: 1; width: min(650px, 72%); padding-block: 100px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--clay); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.hero .eyebrow { color: #e8b18b; }
.eyebrow::before { width: 24px; height: 1px; content: ""; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; line-height: 1.15; letter-spacing: -.035em; }
.hero h1 { max-width: 650px; margin: 20px 0; font-size: clamp(48px, 7.4vw, 88px); }
.hero p { max-width: 480px; margin-bottom: 30px; color: rgba(255,255,255,.86); font-size: 16px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 19px; border: 1px solid transparent; border-radius: 4px; background: var(--forest); color: white; font-size: 12px; font-weight: 600; text-decoration: none; cursor: pointer; transition: background .2s, transform .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); background: var(--forest-dark); }
.button-light { background: #f4eee2; color: var(--ink); }
.button-light:hover { background: white; }
.button-outline { border-color: rgba(37,53,44,.25); background: transparent; color: var(--ink); }
.button-outline:hover { border-color: var(--forest); background: var(--forest); color: white; }
.button-clay { background: var(--clay); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 0; margin-top: 48px; }
.trust-item { min-width: 142px; padding: 3px 22px; border-left: 1px solid rgba(255,255,255,.42); }
.trust-item:first-child { padding-left: 0; border-left: 0; }
.trust-item strong { display: block; font-family: var(--display); font-size: 21px; font-weight: 500; }
.trust-item span { color: rgba(255,255,255,.78); font-size: 10px; }
.section { padding-block: 93px; }
.section-tight { padding-block: 65px; }
.section-cream { background: var(--cream); }
.section-dark { background: var(--forest-dark); color: white; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 36px; }
.section-heading h2 { max-width: 630px; margin: 12px 0 0; font-size: clamp(34px, 4.4vw, 52px); }
.section-heading p { max-width: 380px; margin: 0; color: var(--muted); font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-size: 12px; font-weight: 700; text-decoration: none; }
.text-link:hover { color: var(--clay); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { min-height: 330px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; position: relative; padding: 26px; border-radius: 3px; color: white; background: #817565; text-decoration: none; }
.service-card::before { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,rgba(0,0,0,.02) 25%,rgba(13,25,20,.77) 100%); transition: background .25s, transform .5s; }
.service-card:hover::before { background: linear-gradient(180deg,rgba(0,0,0,.02) 10%,rgba(13,25,20,.84) 100%); }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.service-card:hover img { transform: scale(1.045); }
.service-card-content { position: relative; z-index: 1; }
.service-card .card-number { color: #e8b18b; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.service-card h3 { margin: 8px 0; font-size: 28px; }
.service-card p { max-width: 300px; margin: 0; color: rgba(255,255,255,.82); font-size: 12px; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 74px; }
.split-image { position: relative; }
.split-image img { width: 100%; height: 480px; object-fit: cover; border-radius: 3px; }
.image-note { position: absolute; right: -20px; bottom: 24px; max-width: 196px; padding: 17px 19px; background: #f1e9d9; color: var(--ink); font-family: var(--display); font-size: 17px; line-height: 1.35; }
.split-copy h2 { margin: 13px 0 19px; font-size: clamp(37px, 4.4vw, 53px); }
.split-copy > p { color: var(--muted); font-size: 14px; }
.check-list { display: grid; gap: 13px; margin: 23px 0 29px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; color: #46554a; font-size: 13px; }
.check-list li::before { content: "✳"; color: var(--clay); }
.gallery { display: grid; grid-template-columns: 1.15fr 1fr 1fr 1fr; gap: 12px; }
.gallery img { width: 100%; height: 240px; object-fit: cover; }
.gallery img:first-child { height: 300px; grid-row: span 2; }
.gallery img:nth-child(2) { grid-column: span 2; height: 300px; }
.gallery img:nth-child(3), .gallery img:nth-child(4) { height: 228px; }
.quote-band { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 35px; padding: 48px 52px; background: #eee8db; }
.quote-band h2 { max-width: 620px; margin: 11px 0 0; font-size: clamp(30px, 4vw, 44px); }
.inner-hero { padding-block: 78px 66px; background: var(--cream); }
.inner-hero .eyebrow { margin-bottom: 12px; }
.inner-hero h1 { max-width: 820px; margin-bottom: 15px; font-size: clamp(43px, 6.2vw, 69px); }
.inner-hero p { max-width: 690px; margin: 0; color: var(--muted); font-size: 15px; }
.breadcrumb { margin-bottom: 26px; color: var(--muted); font-size: 11px; }
.breadcrumb a { color: inherit; text-decoration: none; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 290px; align-items: start; gap: 68px; }
.prose { max-width: 790px; }
.prose h2 { margin: 40px 0 14px; font-size: 32px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 26px 0 9px; font-size: 22px; }
.prose p, .prose li { color: #58645a; font-size: 14px; }
.prose ul, .prose ol { padding-left: 22px; }
.prose li { margin: 6px 0; }
.callout { margin-block: 25px; padding: 20px 23px; border-left: 3px solid var(--clay); background: var(--cream); color: #455248; font-size: 13px; }
.aside-card { position: sticky; top: 143px; padding: 24px; background: var(--cream); }
.aside-card h3 { margin: 0 0 15px; font-size: 22px; }
.aside-card a { display: block; padding: 9px 0; border-bottom: 1px solid var(--line); color: #536056; font-size: 12px; text-decoration: none; }
.aside-card a:hover { color: var(--clay); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 68px; align-items: start; }
.contact-details { display: grid; gap: 21px; margin-top: 28px; }
.contact-detail { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; }
.contact-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #f0eadd; color: var(--forest); }
.contact-detail strong { display: block; margin-bottom: 2px; font-size: 12px; }
.contact-detail span, .contact-detail a { color: var(--muted); font-size: 12px; text-decoration: none; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 30px; border: 1px solid var(--line); background: white; }
.field { display: grid; gap: 6px; }
.field-full { grid-column: 1/-1; }
.field label { font-size: 11px; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 13px; border: 1px solid #ddd9cf; border-radius: 3px; outline: none; background: var(--paper); color: var(--ink); font-size: 12px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 2px rgba(40,67,54,.09); }
.field textarea { min-height: 135px; resize: vertical; }
.consent-check { display: flex; align-items: start; gap: 9px; color: var(--muted); font-size: 10px; }
.consent-check input { margin-top: 4px; accent-color: var(--forest); }
.consent-check a { color: var(--forest); }
.form-status { grid-column: 1/-1; margin: 0; color: var(--forest); font-size: 12px; }
.map-frame { width: 100%; height: 370px; border: 0; filter: saturate(.78); }
.timeline { position: relative; display: grid; gap: 0; margin: 25px 0 0 8px; padding-left: 30px; border-left: 1px solid #d5cfbf; }
.timeline-item { position: relative; padding: 0 0 30px; }
.timeline-item::before { position: absolute; top: 7px; left: -36px; width: 11px; height: 11px; border: 2px solid var(--cream); border-radius: 50%; background: var(--clay); content: ""; }
.timeline-item strong { color: var(--clay); font-size: 11px; letter-spacing: .1em; }
.timeline-item h3 { margin: 4px 0 7px; font-size: 21px; }
.timeline-item p { margin: 0; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.resource-card { overflow: hidden; border: 1px solid var(--line); background: white; text-decoration: none; }
.resource-card img { width: 100%; height: 210px; object-fit: cover; }
.resource-card-body { padding: 21px; }
.resource-card-body span { color: var(--clay); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.resource-card-body h3 { margin: 8px 0; font-size: 23px; }
.resource-card-body p { margin: 0; color: var(--muted); font-size: 12px; }
.tool-panel { padding: 26px; background: var(--cream); }
.tool-panel h3 { margin: 0 0 8px; font-size: 24px; }
.tool-panel p { color: var(--muted); font-size: 12px; }
.tool-row { display: grid; grid-template-columns: 1fr 1fr auto; gap: 12px; align-items: end; }
.tool-result { margin-top: 20px; padding: 17px; background: white; color: var(--forest); font-size: 13px; }
.term-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.term-card { padding: 20px; border: 1px solid var(--line); }
.term-card h3 { margin: 0 0 7px; font-size: 20px; }
.term-card p { margin: 0; color: var(--muted); font-size: 12px; }
.site-footer { padding: 62px 0 24px; background: #1d3026; color: #f8f6f0; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .9fr 1fr; gap: 40px; padding-bottom: 42px; }
.footer-brand .brand { margin-bottom: 16px; }
.footer-brand .brand-word { color: white; }
.footer-brand p { max-width: 270px; color: rgba(255,255,255,.65); font-size: 11px; }
.footer-col h3 { margin: 5px 0 17px; font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.footer-col a, .footer-col address, .footer-col span { display: block; margin: 9px 0; color: rgba(255,255,255,.68); font-size: 10px; font-style: normal; text-decoration: none; }
.footer-col a:hover { color: #e8b18b; }
.social-links { display: flex; gap: 9px; margin-top: 18px; }
.social-links a { width: 32px; height: 32px; display: grid; place-items: center; margin: 0; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; color: white; font-size: 11px; font-weight: 600; }
.social-links a:hover { border-color: #e8b18b; color: #e8b18b; }
.social-links svg { width: 15px; height: 15px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 14px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.55); font-size: 9px; }
.footer-bottom a { color: inherit; text-decoration: none; }
.whatsapp { position: fixed; right: 22px; bottom: 24px; z-index: 25; width: 55px; height: 55px; display: grid; place-items: center; border: 2px solid white; border-radius: 50%; background: #168e58; color: white; box-shadow: 0 5px 22px rgba(0,0,0,.19); text-decoration: none; transition: transform .2s; }
.whatsapp:hover { transform: translateY(-3px) scale(1.04); }
.whatsapp svg { width: 25px; height: 25px; fill: currentColor; }
.cookie-banner { position: fixed; right: 18px; bottom: 18px; z-index: 50; width: min(470px,calc(100% - 36px)); padding: 21px; border: 1px solid var(--line); background: white; box-shadow: 0 12px 40px rgba(21,31,25,.18); }
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { margin: 0 0 5px; font-size: 20px; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: 11px; }
.cookie-banner p a { color: var(--forest); }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
.cookie-actions button { min-height: 37px; padding: 0 12px; border: 1px solid var(--forest); border-radius: 3px; background: var(--forest); color: white; font-size: 10px; font-weight: 600; cursor: pointer; }
.cookie-actions .reject { background: white; color: var(--forest); }
.cookie-settings-link { position: fixed; bottom: 0; left: 12px; z-index: 20; padding: 7px 10px; border: 1px solid var(--line); border-bottom: 0; border-radius: 4px 4px 0 0; background: white; color: var(--muted); font-size: 9px; cursor: pointer; }
.page-loader { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; background: var(--paper); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.page-loader.active { opacity: 1; visibility: visible; }
.loader-mark { width: 67px; height: 67px; animation: breathe 1.1s ease-in-out infinite alternate; }
@keyframes breathe { to { transform: scale(.88); opacity: .62; } }
.fade-up { animation: fadeUp .65s both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.hidden-honeypot { position: absolute; left: -10000px; }
@media (max-width: 940px) {
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 11px; }
  .split { gap: 42px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  html { scroll-padding-top: 100px; }
  .wrap { width: min(100% - 34px, 560px); }
  .announcement-track { gap: 40px; }
  .nav-shell { min-height: 68px; }
  .menu-toggle { display: grid; place-items: center; }
  .main-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 10px 20px 18px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 24px rgba(20,35,26,.08); }
  .main-nav.open { display: flex; flex-direction: column; }
  .main-nav a { padding: 12px 5px; border-bottom: 1px solid var(--line); font-size: 13px; }
  .main-nav .nav-contact { margin-top: 9px; padding: 12px 14px; border: 0; }
  .hero { min-height: 690px; min-height: min(760px,calc(100svh - 102px)); }
  .hero::before { background-position: 58% center; background-image: linear-gradient(90deg,rgba(20,34,27,.76),rgba(25,36,30,.29)),url("https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?auto=format&fit=crop&w=1200&q=84"); }
  .hero-content { width: 100%; padding-block: 75px; }
  .hero h1 { font-size: clamp(47px,12vw,70px); }
  .trust-item { min-width: 0; flex: 1; padding-inline: 12px; }
  .trust-item strong { font-size: 17px; }
  .trust-item span { font-size: 9px; }
  .section { padding-block: 67px; }
  .section-tight { padding-block: 50px; }
  .section-heading { display: block; }
  .section-heading h2 { margin-bottom: 12px; }
  .service-grid { grid-template-columns: 1fr 1fr; gap: 11px; }
  .service-card { min-height: 265px; padding: 18px; }
  .service-card h3 { font-size: 24px; }
  .service-card p { font-size: 11px; }
  .split, .contact-layout { grid-template-columns: 1fr; gap: 34px; }
  .split-image { order: 2; }
  .split-image img { height: 350px; }
  .image-note { right: -5px; bottom: 14px; }
  .gallery { grid-template-columns: 1fr 1fr; gap: 9px; }
  .gallery img, .gallery img:first-child, .gallery img:nth-child(2), .gallery img:nth-child(3), .gallery img:nth-child(4) { height: 190px; grid-row: auto; grid-column: auto; }
  .gallery img:first-child { height: 240px; }
  .quote-band { grid-template-columns: 1fr; padding: 30px 23px; }
  .inner-hero { padding-block: 50px 44px; }
  .content-grid { grid-template-columns: 1fr; gap: 36px; }
  .aside-card { position: static; }
  .contact-form { padding: 20px; }
  .map-frame { height: 320px; }
  .resource-grid { grid-template-columns: 1fr 1fr; gap: 11px; }
  .resource-card img { height: 155px; }
  .resource-card-body { padding: 15px; }
  .resource-card-body h3 { font-size: 19px; }
  .term-list { grid-template-columns: 1fr; }
  .tool-row { grid-template-columns: 1fr 1fr; }
  .tool-row .button { grid-column: 1/-1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .footer-bottom { flex-direction: column; }
}
@media (max-width: 420px) {
  .service-grid, .resource-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .resource-card img { height: 200px; }
  .contact-form { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
