:root {
  --forest: #173f35;
  --forest-2: #225c4a;
  --green: #3e785d;
  --leaf: #83a574;
  --sand: #e9ddc5;
  --sand-light: #f4efe5;
  --cream: #fbfaf6;
  --ink: #20312c;
  --muted: #65736e;
  --line: #dbe1db;
  --white: #fff;
  --shadow: 0 24px 70px rgba(23, 63, 53, .12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Segoe UI", Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 16px; background: var(--white); color: var(--forest); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.eyebrow { margin: 0 0 18px; color: var(--green); font-size: .73rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #c8ddca; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 850px; margin-bottom: 28px; color: var(--white); font-size: clamp(3.2rem, 7vw, 6.6rem); }
h1 em { color: #dce6c9; font-weight: inherit; }
h2 { margin-bottom: 26px; color: var(--forest); font-size: clamp(2.5rem, 4.6vw, 4.6rem); }
h3 { line-height: 1.25; }
.lead { color: var(--ink); font-size: 1.22rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 56px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; font-size: .82rem; font-weight: 800; letter-spacing: .04em; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--sand); color: var(--forest); }
.button-primary:hover { background: var(--white); }
.button-ghost { border-color: rgba(255,255,255,.55); color: var(--white); }
.button-ghost:hover { background: var(--white); color: var(--forest); }
.button-sand { background: var(--sand); color: var(--forest); }
.text-link { display: inline-flex; align-items: center; gap: 16px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--forest); font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.18); color: var(--white); transition: background .35s, box-shadow .35s, color .35s; }
.site-header.scrolled { color: var(--forest); background: rgba(251,250,246,.94); box-shadow: 0 8px 30px rgba(23,63,53,.08); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { display: grid; width: 48px; height: 48px; place-items: center; }
.brand-mark img { width: 44px; height: 44px; object-fit: contain; filter: drop-shadow(0 3px 8px rgba(5, 33, 25, .18)); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-size: 1.24rem; letter-spacing: .16em; }
.brand-copy small { margin-top: 4px; font-size: .63rem; opacity: .8; }
.site-header:not(.scrolled) .brand-mark img, .brand-footer .brand-mark img { filter: brightness(0) invert(1) drop-shadow(0 3px 8px rgba(0,0,0,.2)); }
.site-header.scrolled .brand-mark img { filter: drop-shadow(0 3px 8px rgba(5, 33, 25, .14)); }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { position: relative; padding: 30px 0; font-size: .74rem; font-weight: 700; letter-spacing: .02em; }
.main-nav a:not(.nav-cta)::after { position: absolute; bottom: 22px; left: 0; width: 0; height: 1px; background: currentColor; content: ""; transition: width .25s; }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.main-nav .nav-cta { padding: 10px 18px; border: 1px solid currentColor; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; color: currentColor; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: currentColor; transition: .25s; }

.hero { position: relative; display: flex; align-items: center; min-height: 100svh; overflow: hidden; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { background: url("imagens/hero-aamol-v2.png") center 47% / cover no-repeat; transform: scale(1.03); animation: heroZoom 14s ease-out both; }
.hero-overlay { background: linear-gradient(90deg, rgba(11,43,34,.91) 0%, rgba(11,43,34,.63) 53%, rgba(11,43,34,.28) 100%), linear-gradient(0deg, rgba(10,33,28,.4), transparent 45%); }
.hero-content { position: relative; z-index: 1; padding-top: 105px; }
.hero-lead { max-width: 680px; margin-bottom: 38px; color: rgba(255,255,255,.84); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.scroll-cue { position: absolute; z-index: 2; bottom: 32px; left: 50%; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.75); font-size: .67rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { width: 34px; height: 1px; background: currentColor; }
@keyframes heroZoom { from { transform: scale(1.12); } to { transform: scale(1.03); } }

.about { overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); }
.about-copy .lead { color: var(--ink); }
.signature-line { display: flex; flex-direction: column; margin-top: 40px; padding: 22px 0 0 22px; border-left: 2px solid var(--leaf); }
.signature-line span { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.signature-line strong { color: var(--forest); }
.about-visual { position: relative; min-height: 590px; }
.image-card { position: absolute; overflow: hidden; margin: 0; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-card-main { inset: 32px 0 65px 55px; }
.image-card-main img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.18); }
.year-card { position: absolute; z-index: 2; bottom: 20px; left: 0; display: flex; flex-direction: column; justify-content: center; width: 220px; height: 190px; padding: 30px; border-radius: 0 45% 0 45%; color: var(--white); background: var(--forest); box-shadow: var(--shadow); }
.year-card strong { font-family: Georgia, serif; font-size: 3rem; font-weight: 500; line-height: 1; }
.year-card span { margin-top: 12px; color: #cbdcd4; font-size: .76rem; line-height: 1.4; }
.organic-mark { position: absolute; z-index: -1; top: -45px; right: -100px; width: 300px; height: 300px; border-radius: 50% 50% 20% 50%; background: var(--sand-light); }

.services { background: #edf1eb; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 65px; }
.section-heading h2 { max-width: 750px; margin-bottom: 0; }
.section-heading > p { margin-bottom: 6px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(10, 1fr); gap: 16px; }
.service-card { position: relative; grid-column: span 2; min-height: 350px; padding: 28px 24px; border: 1px solid #d5ddd4; border-radius: 18px; background: rgba(255,255,255,.46); transition: transform .3s, background .3s, box-shadow .3s; }
.service-card:hover { z-index: 2; background: var(--white); box-shadow: var(--shadow); transform: translateY(-8px); }
.service-card-featured { color: var(--white); background: var(--forest); }
.service-card-featured:hover { background: var(--forest-2); }
.service-number { display: block; margin-bottom: 55px; color: var(--green); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.service-card-featured .service-number { color: #b7d0be; }
.icon { width: 42px; height: 42px; margin-bottom: 30px; color: var(--green); }
.icon svg, .address-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.service-card-featured .icon { color: var(--sand); }
.service-card h3 { margin-bottom: 12px; color: var(--forest); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.service-card-featured h3 { color: var(--white); }
.service-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.service-card-featured p { color: #c8d8d1; }

.process { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 760px; background: var(--forest); }
.process-image { overflow: hidden; }
.process-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.process-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(40px, 8vw, 130px); }
.process-copy h2 { color: var(--white); }
.process-copy > p:not(.eyebrow) { max-width: 580px; color: #c2d1cb; }
.process-steps { display: grid; gap: 0; margin: 38px 0; padding: 0; list-style: none; }
.process-steps li { display: flex; align-items: center; gap: 18px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); }
.process-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.process-steps li > span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #66877b; border-radius: 50%; color: var(--sand); font-size: .75rem; }
.process-steps div { display: flex; align-items: baseline; gap: 16px; }
.process-steps strong { color: var(--white); }
.process-steps small { color: #9bb0a8; }
.process-copy .text-link { align-self: flex-start; color: var(--sand); }

.impact { background: var(--cream); }
.impact-intro { display: grid; grid-template-columns: 1fr 1.5fr 1fr; align-items: start; gap: 45px; margin-bottom: 70px; }
.impact-intro h2 { margin: 0; }
.impact-intro > p:last-child { margin-top: 8px; color: var(--muted); }
.impact-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 75px; align-items: center; }
.impact-photo { position: relative; height: 650px; }
.impact-photo img { width: 100%; height: 100%; border-radius: var(--radius); object-fit: cover; }
.impact-badge { position: absolute; right: -25px; bottom: 30px; display: flex; align-items: center; gap: 14px; max-width: 290px; padding: 18px 22px; border-radius: 12px; color: var(--forest); background: var(--sand); box-shadow: var(--shadow); font-size: .76rem; font-weight: 700; line-height: 1.35; }
.impact-badge span { font-family: Georgia, serif; font-size: 1.7rem; }
.impact-item { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.impact-item > span { color: var(--green); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.impact-item h3 { margin-bottom: 7px; color: var(--forest); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.impact-item p { margin: 0; color: var(--muted); font-size: .92rem; }

.products { padding-top: 40px; }
.product-gallery { display: grid; grid-template-columns: 1.3fr .85fr .85fr; gap: 18px; }
.product-card { position: relative; min-height: 500px; overflow: hidden; margin: 0; border-radius: 18px; background: var(--forest); }
.product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.product-card:hover img { transform: scale(1.04); }
.product-card figcaption { position: absolute; inset: auto 0 0; display: flex; flex-direction: column; padding: 70px 26px 25px; color: var(--white); background: linear-gradient(transparent, rgba(8,31,25,.86)); }
.product-card figcaption strong { font-family: Georgia, serif; font-size: 1.6rem; font-weight: 500; }
.product-card figcaption span { color: #d5e1dc; font-size: .78rem; }

.cta-band { position: relative; padding: 110px 0; overflow: hidden; color: var(--white); background: var(--forest); }
.cta-band::before { position: absolute; top: -220px; right: -120px; width: 540px; height: 540px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); content: ""; }
.cta-content { position: relative; display: grid; grid-template-columns: 1fr 2.3fr auto; align-items: center; gap: 50px; }
.cta-content .eyebrow { margin: 0; }
.cta-content h2 { margin: 0; color: var(--white); font-size: clamp(2.3rem, 4vw, 4rem); }

.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: center; }
.contact-copy > p:not(.eyebrow) { max-width: 580px; color: var(--muted); }
.phone-link { display: grid; grid-template-columns: 48px 1fr; column-gap: 16px; max-width: 410px; margin-top: 40px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.phone-link > span { grid-row: span 2; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: var(--white); background: var(--forest); }
.phone-link small { color: var(--muted); }
.phone-link strong { color: var(--forest); font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.address-card { position: relative; padding: 55px; border-radius: var(--radius); color: var(--white); background: var(--forest); box-shadow: var(--shadow); font-style: normal; }
.address-card .eyebrow { color: #b8cec3; }
.address-card h3 { margin-bottom: 20px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.address-card p:not(.eyebrow) { color: #c6d6cf; }
.address-card .text-link { margin-top: 20px; color: var(--sand); }
.address-icon { position: absolute; top: 45px; right: 45px; width: 46px; height: 46px; color: #77988b; }

.site-footer { padding: 75px 0 25px; color: #c7d4cf; background: #102e27; }
.footer-top { display: grid; grid-template-columns: 1.6fr .7fr .8fr; gap: 90px; padding-bottom: 60px; }
.brand-footer { color: var(--white); }
.brand-footer .brand-mark { width: 54px; height: 54px; }
.brand-footer .brand-mark img { width: 50px; height: 50px; }
.footer-about p { max-width: 410px; margin: 25px 0 0; color: #93aaa1; font-size: .9rem; }
.footer-links { display: flex; flex-direction: column; gap: 12px; font-size: .82rem; }
.footer-links strong { margin-bottom: 8px; color: var(--white); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a:hover { color: var(--white); }
.footer-links span { color: #93aaa1; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #718b81; font-size: .7rem; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: .69rem; }
  .about-grid { gap: 55px; }
  .service-grid { grid-template-columns: repeat(6, 1fr); }
  .service-card { grid-column: span 2; }
  .service-card:nth-last-child(-n+2) { grid-column: span 3; }
  .impact-intro { grid-template-columns: 1fr 2fr; }
  .impact-intro > p:last-child { grid-column: 2; }
  .cta-content { grid-template-columns: 1fr auto; }
  .cta-content .eyebrow { grid-column: 1 / -1; }
}

@media (max-width: 850px) {
  .section { padding: 90px 0; }
  .menu-toggle { z-index: 102; display: block; padding: 8px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 101; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 5px; padding: 80px 12vw; color: var(--white); background: var(--forest); transform: translateX(100%); transition: transform .35s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { width: 100%; padding: 12px 0; font-family: Georgia, serif; font-size: 1.7rem; font-weight: 500; }
  .main-nav a:not(.nav-cta)::after { display: none; }
  .main-nav .nav-cta { width: auto; margin-top: 20px; padding: 10px 22px; font-family: inherit; font-size: .8rem; }
  .site-header:has(.main-nav.open) { color: var(--white); background: transparent; box-shadow: none; }
  .about-grid, .impact-layout, .contact-grid { grid-template-columns: 1fr; }
  .about-visual { min-height: 530px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .process { grid-template-columns: 1fr; }
  .process-image { height: 600px; }
  .process-copy { padding: 90px 8vw; }
  .impact-intro { grid-template-columns: 1fr; gap: 20px; }
  .impact-intro > p:last-child { grid-column: auto; }
  .impact-layout { gap: 45px; }
  .impact-photo { height: 550px; }
  .product-gallery { grid-template-columns: 1fr 1fr; }
  .product-card-wide { grid-column: 1 / -1; }
  .product-card { min-height: 430px; }
  .contact-grid { gap: 55px; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 76px 0; }
  .brand-copy small { display: none; }
  .header-inner { min-height: 72px; }
  .hero-content { padding-top: 85px; }
  .hero { min-height: 780px; }
  .hero-media { background-position: 58% center; }
  h1 { font-size: clamp(3rem, 14vw, 4.3rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.2rem); }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 310px; }
  .scroll-cue { display: none; }
  .about-grid { gap: 35px; }
  .about-visual { min-height: 410px; }
  .image-card-main { inset: 20px 0 45px 25px; }
  .year-card { width: 170px; height: 145px; padding: 22px; }
  .year-card strong { font-size: 2.3rem; }
  .year-card span { font-size: .66rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-last-child(-n+2) { grid-column: auto; min-height: auto; }
  .service-number { margin-bottom: 30px; }
  .process-image { height: 500px; }
  .process-steps div { align-items: flex-start; flex-direction: column; gap: 2px; }
  .impact-photo { height: 500px; }
  .impact-badge { right: 12px; bottom: 12px; left: 12px; max-width: none; }
  .product-gallery { grid-template-columns: 1fr; }
  .product-card-wide { grid-column: auto; }
  .product-card { min-height: 440px; }
  .cta-content { grid-template-columns: 1fr; gap: 28px; }
  .cta-content .eyebrow { grid-column: auto; }
  .cta-content .button { justify-self: start; }
  .address-card { padding: 38px 28px; }
  .address-icon { top: 32px; right: 28px; width: 38px; }
  .footer-top { grid-template-columns: 1fr; gap: 42px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
}

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