:root {
  --ink: #153c36;
  --petrol: #0b5148;
  --petrol-dark: #063d37;
  --forest: #062e28;
  --green: #23a84f;
  --green-soft: #dff2e4;
  --gold: #d9a928;
  --mineral: #f3f3ed;
  --paper: #fffefa;
  --white: #ffffff;
  --line: #dce4dc;
  --muted: #61746e;
  --error: #a72d2d;
  --success: #18763d;
  --shadow: 0 24px 70px rgba(6, 61, 55, 0.12);
  --container: 1200px;
  --radius: 22px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 96px; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.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;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 2000;
  transform: translateY(-150%);
  padding: 10px 16px;
  color: var(--white);
  background: var(--petrol-dark);
  border-radius: 8px;
}

.skip-link:focus { transform: none; }

.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 254, 250, 0.94);
  border-bottom: 1px solid rgba(220, 228, 220, 0.85);
  backdrop-filter: blur(16px);
}

.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { flex: 0 0 auto; }
.brand img { width: 170px; height: 76px; object-fit: contain; }

.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { position: relative; color: var(--ink); font-size: 0.91rem; font-weight: 700; text-decoration: none; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { transform: scaleX(1); }
.nav-cta { padding: 11px 18px; color: var(--white) !important; background: var(--petrol); border-radius: 999px; }
.nav-cta:hover { background: var(--petrol-dark); }

.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; background: transparent; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--ink); border-radius: 2px; transition: transform 180ms ease, opacity 180ms ease; }

.hero { position: relative; overflow: hidden; background: linear-gradient(rgba(11, 81, 72, 0.038) 1px, transparent 1px), linear-gradient(90deg, rgba(11, 81, 72, 0.038) 1px, transparent 1px), var(--paper); background-size: 42px 42px; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; top: 4%; left: 48%; border: 1px solid rgba(35, 168, 79, 0.12); border-radius: 50%; box-shadow: 0 0 0 46px rgba(11, 81, 72, 0.025), 0 0 0 92px rgba(217, 169, 40, 0.035); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 72px; align-items: center; min-height: 720px; padding-block: 64px 72px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--petrol); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--gold); }
.eyebrow-light { color: #bcebd3; }
.hero h1, .section h2, .legal-main h1 { margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.7rem, 6vw, 6.9rem); font-weight: 400; line-height: 0.93; letter-spacing: -0.055em; }
.hero h1 strong, .section h2 strong { color: var(--green); font-weight: 400; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: var(--muted); font-size: 1.18rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 50px; padding: 12px 22px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--petrol); box-shadow: 0 12px 26px rgba(11, 81, 72, 0.18); }
.button-primary:hover { background: var(--petrol-dark); box-shadow: 0 16px 32px rgba(11, 81, 72, 0.22); }
.button-secondary { color: var(--petrol); background: transparent; border-color: var(--petrol); }
.button-secondary:hover { background: var(--green-soft); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 650px; margin-top: 52px; padding-top: 22px; border-top: 1px solid var(--line); }
.hero-proof div { padding-right: 18px; }
.hero-proof div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { color: var(--petrol); font-size: 1.12rem; }
.hero-proof span { color: var(--muted); font-size: 0.8rem; line-height: 1.4; }
.hero-visual { position: relative; min-height: 600px; }
.hero-visual::before { content: ""; position: absolute; inset: 28px -24px -28px 42px; z-index: -1; background: var(--green-soft); border-radius: 45% 55% 38% 62% / 45% 35% 65% 55%; }
.hero-visual img { width: 100%; height: 600px; object-fit: cover; object-position: center 46%; border-radius: 44% 56% 38% 62% / 45% 35% 65% 55%; box-shadow: var(--shadow); }
.field-card { position: absolute; right: -20px; bottom: 28px; display: grid; gap: 4px; width: min(320px, 78%); padding: 20px 22px; color: var(--white); background: rgba(6, 61, 55, 0.94); border: 1px solid rgba(255,255,255,0.18); border-radius: 16px; box-shadow: 0 22px 50px rgba(6, 61, 55, 0.28); }
.field-card-kicker { color: #bcebd3; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.field-card strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.field-card > span:last-child { color: rgba(255,255,255,0.7); font-size: 0.82rem; }
.hero-line { position: absolute; right: 0; bottom: 0; left: 0; height: 6px; background: linear-gradient(90deg, var(--petrol) 0 48%, var(--green) 48% 74%, var(--gold) 74%); }

.section { padding-block: 112px; }
.section-heading h2, .services-heading h2, .coverage-grid h2 { font-size: clamp(2.7rem, 4.5vw, 5rem); line-height: 1.03; }
.section-intro { background: var(--mineral); }
.intro-grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: 100px; align-items: start; }
.intro-copy { padding-top: 35px; }
.intro-copy p { color: var(--muted); }
.intro-copy .lead { margin-top: 0; color: var(--ink); font-family: Georgia, serif; font-size: 1.38rem; line-height: 1.55; }
.values-strip { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; margin-top: 76px; padding: 22px 28px; color: var(--petrol); background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 12px 36px rgba(11, 81, 72, 0.06); }
.values-strip span { position: relative; padding-left: 18px; font-size: 0.85rem; font-weight: 800; }
.values-strip span::before { content: ""; position: absolute; top: 0.65em; left: 0; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }

.pillars-section { position: relative; overflow: hidden; color: var(--white); background: var(--petrol-dark); }
.pillars-section::after { content: ""; position: absolute; right: -180px; bottom: -240px; width: 620px; height: 620px; border: 1px solid rgba(35, 168, 79, 0.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(35, 168, 79, 0.03), 0 0 0 140px rgba(217, 169, 40, 0.025); }
.section-top { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 100px; align-items: end; }
.section-top h2, .founder-copy h2, .contact-copy h2 { color: var(--white); font-size: clamp(3rem, 5vw, 5.5rem); }
.section-top > p { max-width: 470px; margin: 0 0 8px; color: rgba(255,255,255,0.68); font-size: 1.05rem; }
.pillars-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 68px; }
.pillar-card { min-height: 235px; padding: 26px; background: rgba(255,255,255,0.045); border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; transition: transform 180ms ease, background 180ms ease, border-color 180ms ease; }
.pillar-card:hover { transform: translateY(-4px); background: rgba(255,255,255,0.075); border-color: rgba(93, 229, 139, 0.45); }
.pillar-card > span { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: 28px; color: var(--petrol-dark); background: #8de5ac; border-radius: 50%; font-weight: 900; }
.pillar-card h3 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 1.3rem; font-weight: 400; }
.pillar-card p { margin: 0; color: rgba(255,255,255,0.64); font-size: 0.9rem; }
.pillar-card-featured { color: var(--petrol-dark); background: #bcebd3; border-color: #bcebd3; }
.pillar-card-featured p { color: rgba(6, 61, 55, 0.72); }
.pillar-card-featured > span { color: var(--white); background: var(--petrol); }

.services-section { background: var(--paper); }
.services-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 80px; align-items: end; }
.services-heading .eyebrow { grid-column: 1 / -1; }
.services-heading > p:last-child { max-width: 500px; margin: 0 0 10px; color: var(--muted); }
.process-list { margin-top: 70px; border-top: 1px solid var(--line); }
.process-item { display: grid; grid-template-columns: 92px 1fr; gap: 22px; padding: 28px 8px; border-bottom: 1px solid var(--line); }
.process-item > span { color: var(--gold); font-family: Georgia, serif; font-size: 1.5rem; }
.process-item > div { display: grid; grid-template-columns: 0.65fr 1.35fr; gap: 60px; align-items: baseline; }
.process-item h3 { margin: 0; color: var(--petrol); font-family: Georgia, serif; font-size: 1.4rem; font-weight: 400; }
.process-item p { margin: 0; color: var(--muted); }

.precision-section { overflow: hidden; background: var(--mineral); }
.precision-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 92px; align-items: center; }
.precision-map { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 180px); gap: 8px; min-height: 460px; padding: 34px; background: var(--petrol-dark); border-radius: var(--radius); box-shadow: var(--shadow); transform: rotate(-1.5deg); }
.map-cell { border-radius: 38% 62% 54% 46% / 42% 48% 52% 58%; opacity: 0.88; }
.map-a { background: #61c878; }.map-b { background: #d9b94c; }.map-c { background: #2a9667; }.map-d { background: #80d995; }.map-e { background: #c58e46; }.map-f { background: #54b49b; }
.map-pin { position: absolute; display: flex; align-items: center; gap: 7px; padding: 7px 10px; color: var(--white); background: rgba(6, 46, 40, 0.86); border: 1px solid rgba(255,255,255,0.3); border-radius: 999px; font-size: 0.75rem; font-weight: 800; transform: rotate(1.5deg); }
.map-pin span { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 4px rgba(217,169,40,0.2); }
.pin-one { top: 18%; left: 16%; }.pin-two { top: 42%; right: 13%; }.pin-three { bottom: 20%; left: 38%; }
.map-legend { position: absolute; right: 34px; bottom: 18px; left: 34px; color: rgba(255,255,255,0.72); font-size: 0.78rem; text-align: center; transform: rotate(1.5deg); }
.precision-copy h2 { font-size: clamp(2.6rem, 4vw, 4.4rem); }
.precision-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.check-list { display: grid; gap: 13px; margin: 28px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 31px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--petrol); font-weight: 900; text-decoration-color: var(--gold); text-underline-offset: 5px; }

.founder-section { color: var(--white); background: linear-gradient(120deg, #062e28, #0b5148); }
.founder-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 120px; align-items: center; }
.founder-profile { position: relative; width: min(100%, 450px); margin: 0; justify-self: start; }
.founder-profile::before { content: ""; position: absolute; top: 24px; right: -20px; bottom: 48px; left: 20px; z-index: 0; background: rgba(141, 229, 172, 0.15); border: 1px solid rgba(141, 229, 172, 0.3); border-radius: 28px; transform: rotate(3deg); }
.founder-profile img { position: relative; z-index: 1; display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; border: 1px solid rgba(255,255,255,0.2); border-radius: 24px; box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28); }
.founder-experience { position: relative; z-index: 2; display: flex; align-items: center; gap: 16px; width: calc(100% - 28px); margin: -30px 0 0 28px; padding: 16px 20px; color: var(--white); background: #168c48; border: 1px solid rgba(255,255,255,0.22); border-radius: 14px; box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22); }
.founder-experience strong { color: #e0f7e6; font-family: Georgia, serif; font-size: clamp(3.5rem, 5vw, 5rem); font-weight: 400; line-height: 0.82; }
.founder-experience span { color: rgba(255,255,255,0.88); font-size: 0.86rem; font-weight: 700; line-height: 1.4; }
.founder-copy p:not(.eyebrow) { color: rgba(255,255,255,0.7); }

.coverage-section { background: var(--white); }
.coverage-grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: 100px; align-items: center; }
.coverage-content > p { color: var(--muted); font-size: 1.06rem; }
.crop-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.crop-list span { padding: 9px 15px; color: var(--petrol); background: var(--green-soft); border: 1px solid #c4e8cd; border-radius: 999px; font-size: 0.86rem; font-weight: 800; }

.faq-section { background: var(--mineral); }
.faq-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 100px; align-items: start; }
.faq-heading { position: sticky; top: 130px; }
.faq-heading h2 { font-size: clamp(2.7rem, 4vw, 4.3rem); }
.faq-heading > p:not(.eyebrow) { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 52px 24px 0; color: var(--ink); font-family: Georgia, serif; font-size: 1.22rem; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 18px; right: 4px; display: grid; place-items: center; width: 34px; height: 34px; color: var(--petrol); background: var(--white); border: 1px solid var(--line); border-radius: 50%; font-family: "Segoe UI", sans-serif; transition: transform 180ms ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details div { padding: 0 50px 20px 0; color: var(--muted); }
.faq-list details p { margin-top: 0; }

.contact-section { color: var(--white); background: var(--petrol-dark); }
.contact-grid { display: grid; grid-template-columns: 0.88fr 1.12fr; gap: 90px; align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,0.68); }
.contact-cards { display: grid; gap: 10px; margin-top: 38px; }
.contact-cards a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 0; color: var(--white); border-bottom: 1px solid rgba(255,255,255,0.16); text-decoration: none; }
.contact-cards span { color: rgba(255,255,255,0.58); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; }
.contact-cards strong { font-size: 0.92rem; text-align: right; overflow-wrap: anywhere; }
.contact-form-wrap { padding: 34px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: 0 28px 70px rgba(0,0,0,0.18); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-group { display: grid; gap: 7px; margin-bottom: 16px; }
.form-group label { color: var(--ink); font-size: 0.82rem; font-weight: 800; }
.form-group input, .form-group select, .form-group textarea { width: 100%; color: var(--ink); background: #fafbf8; border: 1px solid #cedbd1; border-radius: 10px; outline: 0; }
.form-group input, .form-group select { height: 48px; padding: 0 13px; }
.form-group textarea { padding: 12px 13px; resize: vertical; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(35, 168, 79, 0.14); }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 22px; color: var(--muted); font-size: 0.8rem; line-height: 1.45; cursor: pointer; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--petrol); }
.consent a { color: var(--petrol); font-weight: 800; }
.form-submit { width: 100%; border: 0; }
.form-submit[disabled] { opacity: 0.68; cursor: wait; transform: none; }
.form-status { min-height: 24px; margin: 13px 0 0; font-size: 0.88rem; text-align: center; }
.form-status.is-error { color: var(--error); }
.form-status.is-success { color: var(--success); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.location-section { padding-block: 84px; background: var(--white); }
.location-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 70px; align-items: stretch; }
.location-info h2 { margin: 0 0 22px; font-family: Georgia, serif; font-size: 2.8rem; font-weight: 400; }
.location-info address, .location-info > p { color: var(--muted); font-style: normal; }
.map-frame { width: 100%; min-height: 370px; border: 0; border-radius: var(--radius); filter: saturate(0.75) contrast(1.02); }

.site-footer { padding-top: 66px; color: rgba(255,255,255,0.72); background: #041f1b; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 0.75fr); gap: 58px; padding-bottom: 54px; }
.footer-brand img { width: 175px; height: 90px; padding: 8px; object-fit: contain; background: var(--white); border-radius: 12px; }
.footer-brand p { max-width: 300px; }
.footer-grid h2 { margin: 0 0 17px; color: var(--white); font-family: inherit; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a { font-size: 0.88rem; text-decoration: none; }
.footer-grid a:hover { color: #8de5ac; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.78rem; }
.floating-whatsapp { position: fixed; z-index: 900; right: 24px; bottom: 24px; padding: 12px 17px; color: var(--white); background: #168c48; border: 2px solid rgba(255,255,255,0.75); border-radius: 999px; box-shadow: 0 12px 28px rgba(0,0,0,0.22); font-size: 0.82rem; font-weight: 900; text-decoration: none; }

.legal-header { position: relative; }
.legal-main { max-width: 850px; padding-block: 80px 110px; }
.legal-main h1 { font-size: clamp(3rem, 7vw, 5rem); }
.legal-updated { color: var(--muted); }
.legal-main section { padding-top: 30px; }
.legal-main section h2 { margin-bottom: 8px; color: var(--petrol); font-family: Georgia, serif; font-size: 1.5rem; font-weight: 400; }
.legal-main section p { color: var(--muted); }
.legal-main a { color: var(--petrol); font-weight: 700; }
.legal-footer { padding-top: 0; }
.legal-footer a { color: var(--white); }

.reveal { transition: opacity 600ms ease, transform 600ms ease; }
.js .reveal:not(.is-visible) { opacity: 0; transform: translateY(18px); }

:focus-visible { outline: 3px solid rgba(217, 169, 40, 0.8); outline-offset: 3px; }

@media (max-width: 1080px) {
  .site-nav { gap: 16px; }
  .site-nav a { font-size: 0.83rem; }
  .hero-grid { gap: 42px; }
  .hero-proof { grid-template-columns: 1fr; gap: 10px; }
  .hero-proof div + div { padding-left: 0; border-left: 0; }
  .pillars-grid { grid-template-columns: repeat(2, 1fr); }
  .founder-grid { gap: 70px; }
  .contact-grid { gap: 55px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 78px; }
  .container { width: min(100% - 32px, var(--container)); }
  .header-inner { min-height: 74px; }
  .brand img { width: 145px; height: 66px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; top: 74px; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 28px 22px; background: var(--paper); transform: translateX(100%); visibility: hidden; transition: transform 220ms ease, visibility 220ms; }
  .site-nav.is-open { transform: none; visibility: visible; }
  .site-nav a { padding: 14px 6px; font-size: 1rem; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 20px; text-align: center; border-bottom: 0 !important; }
  .hero-grid, .intro-grid, .section-top, .services-heading, .precision-grid, .founder-grid, .coverage-grid, .faq-grid, .contact-grid, .location-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding-block: 72px; }
  .hero-visual { min-height: 480px; }
  .hero-visual img { height: 480px; }
  .intro-grid, .section-top, .services-heading, .precision-grid, .founder-grid, .coverage-grid, .faq-grid, .contact-grid, .location-grid { gap: 52px; }
  .intro-copy { padding-top: 0; }
  .services-heading .eyebrow { grid-column: auto; }
  .process-item > div { grid-template-columns: 1fr; gap: 8px; }
  .faq-heading { position: static; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .section { padding-block: 82px; }
  .hero h1 { font-size: clamp(3.25rem, 17vw, 5rem); }
  .hero-lead { font-size: 1.03rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual, .hero-visual img { min-height: 410px; height: 410px; }
  .hero-visual::before { inset: 18px -12px -18px 18px; }
  .field-card { right: 10px; bottom: 15px; }
  .values-strip { justify-content: flex-start; }
  .pillars-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: auto; }
  .section-top h2, .founder-copy h2, .contact-copy h2 { font-size: clamp(2.8rem, 14vw, 4.3rem); }
  .process-item { grid-template-columns: 50px 1fr; padding-block: 23px; }
  .precision-map { grid-template-rows: repeat(2, 130px); min-height: 360px; padding: 22px; }
  .founder-profile { justify-self: center; }
  .founder-experience { width: calc(100% - 20px); margin-left: 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form-wrap { padding: 24px 18px; }
  .contact-cards a { align-items: flex-start; flex-direction: column; gap: 4px; }
  .contact-cards strong { text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .js .reveal:not(.is-visible) { opacity: 1; transform: none; }
}

