
:root {
  --bg: #f5f3ee;
  --bg-soft: #fcfbf8;
  --ink: #142018;
  --ink-soft: #526155;
  --line: rgba(20, 32, 24, 0.11);
  --panel: rgba(255,255,255,0.85);
  --dark: #0f1712;
  --dark-2: #17241c;
  --accent: #78936f;
  --accent-2: #d8cbb6;
  --success: #294434;
  --shadow: 0 20px 60px rgba(13, 23, 17, 0.12);
  --radius: 28px;
  --container: min(1200px, calc(100vw - 2rem));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: linear-gradient(180deg, #f6f4ee 0%, #f2efe7 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
h1, h2, h3 { margin: 0 0 1rem; line-height: 1.08; letter-spacing: -0.03em; }
h1 { font-size: clamp(2.6rem, 5vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
ul, ol { margin: 0; padding: 0; }
address { font-style: normal; }
.container { width: var(--container); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus { left: 1rem; top: 1rem; background: #fff; padding: .75rem 1rem; border-radius: 999px; z-index: 999; }
.eyebrow { display: inline-block; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: .24em; font-size: .76rem; font-weight: 800; color: var(--success); }
.lead { font-size: clamp(1.05rem, 2vw, 1.2rem); color: rgba(255,255,255,.86); max-width: 44rem; }
.muted { color: var(--ink-soft); }

.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(245,243,238,.72);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(20, 32, 24, 0.08);
}
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand img { width: clamp(170px, 20vw, 240px); height: auto; }
.nav { display: flex; align-items: center; gap: .45rem; }
.nav > a { font-weight: 700; color: var(--ink); padding: .8rem .95rem; border-radius: 999px; }
.nav > a:hover { background: rgba(20,32,24,.06); }
.menu-toggle { display: none; border: 0; background: transparent; padding: .4rem; }
.menu-toggle span { display: block; width: 28px; height: 2px; background: var(--ink); margin: 6px 0; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 50px; padding: .9rem 1.2rem; border-radius: 999px; border: 1px solid transparent;
  font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn--small { min-height: 42px; padding: .75rem 1rem; }
.btn--primary { background: linear-gradient(135deg, #22392a 0%, #35553e 100%); color: #fff; box-shadow: var(--shadow); }
.btn--secondary { background: #fff; color: var(--ink); border-color: var(--line); box-shadow: var(--shadow); }
.btn--ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.24); }

.hero { position: relative; overflow: clip; }
.hero-media, .hero-media picture, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero--home { min-height: calc(100vh - 88px); background: var(--dark); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,14,10,.82) 0%, rgba(8,14,10,.58) 46%, rgba(8,14,10,.28) 100%); }
.hero-grid { position: relative; z-index: 1; min-height: calc(100vh - 88px); display: grid; grid-template-columns: 1.15fr .85fr; gap: 2rem; align-items: center; padding: 3.5rem 0 4rem; }
.hero-copy { color: #fff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin: 1.8rem 0 1.4rem; }
.trust-list { list-style: none; display: flex; flex-wrap: wrap; gap: .75rem; }
.trust-list li { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); color: #fff; padding: .82rem 1rem; border-radius: 999px; backdrop-filter: blur(8px); }
.hero-card {
  background: rgba(13,20,15,.72); border: 1px solid rgba(255,255,255,.11); color: #fff;
  border-radius: 30px; padding: 1.25rem; box-shadow: var(--shadow);
  max-width: 420px; justify-self: end;
}
.hero-card img { border-radius: 20px; margin-bottom: 1rem; }
.hero-contact-links { display: grid; gap: .6rem; }
.hero-contact-links a { color: #fff; font-weight: 700; }
.hero--subpage.hero--plain { background: linear-gradient(180deg, #121b15 0%, #1e2f24 100%); color: #fff; }
.subpage-intro { padding: 7rem 0 4rem; max-width: 860px; }
.subpage-intro p { color: rgba(255,255,255,.84); }

.section { padding: 6rem 0; }
.section--surface { background: var(--bg-soft); }
.section--split { background: linear-gradient(180deg, rgba(216,203,182,.28) 0%, rgba(252,251,248,1) 100%); }
.section-head { max-width: 860px; margin-bottom: 2rem; }
.section-head p { color: var(--ink-soft); }
.metrics-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.metrics-grid article { padding: 1.25rem 1.4rem; background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.metrics-grid strong { display: block; font-size: 1.08rem; margin-bottom: .4rem; }
.metrics-grid span { color: var(--ink-soft); }

.cards-grid { display: grid; gap: 1.15rem; }
.cards-grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.cards-grid--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.service-card, .detail-card, .contact-card-modern, .legal-box {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
}
.service-card { padding: 1.4rem; }
.service-card p { color: var(--ink-soft); }
.detail-card { padding: 1.8rem; }
.detail-card p { color: var(--ink-soft); }
.cards-grid--detail { align-items: stretch; }

.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.split-grid--reverse { grid-template-columns: 1fr 1fr; }
.split-media img { width: 100%; height: 100%; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.split-copy p { color: var(--ink-soft); }
.process-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .9rem; margin-top: 1.6rem; }
.process-grid div { background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 20px; padding: 1rem; }
.process-grid strong { display: block; font-size: 1.3rem; color: var(--success); }
.check-list { list-style: none; display: grid; gap: .9rem; }
.check-list li { position: relative; padding-left: 1.7rem; color: var(--ink-soft); }
.check-list li::before { content: "•"; position: absolute; left: .35rem; color: var(--success); font-weight: 900; }

.gallery-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1rem; }
.gallery-card { position: relative; min-height: 300px; overflow: hidden; }
.gallery-card--large { grid-row: span 2; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.gallery-card figcaption { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; background: rgba(12,20,15,.66); color: #fff; border-radius: 18px; padding: .9rem 1rem; backdrop-filter: blur(10px); }

.faq-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 2rem; align-items: start; }
.faq-stack details { background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: 22px; padding: 1.1rem 1.2rem; box-shadow: var(--shadow); margin-bottom: 1rem; }
.faq-stack summary { cursor: pointer; list-style: none; font-weight: 800; }
.faq-stack summary::-webkit-details-marker { display: none; }
.faq-stack p { margin-top: .8rem; color: var(--ink-soft); }

.cta-block { padding-top: 0; }
.cta-panel { display: flex; justify-content: space-between; gap: 2rem; align-items: center; background: linear-gradient(135deg, #16241c 0%, #284133 100%); color: #fff; border-radius: 34px; padding: 2rem; box-shadow: var(--shadow); }
.cta-panel p { color: rgba(255,255,255,.84); }
.cta-actions { display: flex; flex-wrap: wrap; gap: .85rem; }

.contact-grid-modern { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.contact-card-modern { padding: 1.6rem; }
.contact-card-modern p { color: var(--ink-soft); }
.contact-list, .step-list { list-style: none; display: grid; gap: .75rem; margin-top: 1rem; }
.contact-list a { font-weight: 700; }
.step-list li { display: grid; grid-template-columns: auto 1fr; gap: .75rem; align-items: start; }
.step-list strong { width: 2rem; height: 2rem; display: grid; place-items: center; background: rgba(41,68,52,.1); color: var(--success); border-radius: 999px; }

.legal-box { padding: 2rem; }
.legal-box h2 { font-size: 1.4rem; margin-top: 1.8rem; }
.legal-box p, .legal-box li { color: var(--ink-soft); }

.site-footer { background: var(--dark); color: rgba(255,255,255,.82); padding: 3rem 0 5.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 1.4rem; }
.footer-logo { width: min(200px, 100%); height: auto; margin-bottom: .9rem; }
.site-footer h2 { font-size: 1rem; color: #fff; margin-bottom: .75rem; }
.footer-list { list-style: none; display: grid; gap: .55rem; }
.footer-bottom { margin-top: 2rem; padding-top: 1.15rem; border-top: 1px solid rgba(255,255,255,.08); }

.mobile-cta {
  position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 40;
  display: none; grid-template-columns: 1fr 1fr; gap: .7rem;
}
.mobile-cta a { display: grid; place-items: center; min-height: 52px; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-weight: 800; box-shadow: var(--shadow); }
.mobile-cta a:first-child { background: linear-gradient(135deg, #22392a 0%, #35553e 100%); color: #fff; }

.notfound { min-height: 100vh; display: grid; place-items: center; text-align: center; padding: 2rem 0; }
.notfound p { color: var(--ink-soft); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 1100px) {
  .hero-grid, .split-grid, .faq-layout, .footer-grid, .contact-grid-modern, .gallery-grid, .metrics-grid, .cards-grid--3, .cards-grid--2, .cta-panel { grid-template-columns: 1fr; }
  .hero-card { justify-self: start; }
  .gallery-card--large { grid-row: auto; }
}

@media (max-width: 820px) {
  .menu-toggle { display: inline-block; }
  .nav {
    position: absolute; top: calc(100% + .55rem); right: 1rem; left: 1rem;
    display: none; flex-direction: column; align-items: stretch; padding: 1rem;
    background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow);
  }
  .nav.is-open { display: flex; }
  .nav > a { padding: .95rem 1rem; }
  .hero-grid { min-height: auto; padding: 4rem 0 3rem; }
  .section { padding: 4.6rem 0; }
  .process-grid { grid-template-columns: 1fr; }
  .mobile-cta { display: grid; }
  .site-footer { padding-bottom: 7rem; }
  .header-inner { min-height: 78px; }
}
