:root { --ink: #17271e; --forest: #244735; --leaf: #5f7f46; --harvest: #d8a33d; --sand: #f5f0e6; --clay: #a95c32; }
* { box-sizing: border-box; }
img { display: block; max-width: 100%; }
html { scroll-behavior: smooth; }
body.font-body { font-family: "DM Sans", Arial, sans-serif; }
.font-display, h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; }
.bg-ink { background-color: var(--ink); }
.bg-forest { background-color: var(--forest); }
.bg-leaf { background-color: var(--leaf); }
.bg-harvest { background-color: var(--harvest); }
.bg-sand { background-color: var(--sand); }
.bg-clay { background-color: var(--clay); }
.bg-ink\/15 { background-color: rgb(23 39 30 / .15); }
.bg-harvest\/15 { background-color: rgb(216 163 61 / .15); }
.text-ink { color: var(--ink); }
.text-forest { color: var(--forest); }
.text-leaf { color: var(--leaf); }
.text-harvest { color: var(--harvest); }
.text-sand { color: var(--sand); }
.text-clay { color: var(--clay); }
.border-ink { border-color: var(--ink); }
.border-forest { border-color: var(--forest); }
.border-leaf { border-color: var(--leaf); }
.border-harvest { border-color: var(--harvest); }
.border-sand { border-color: var(--sand); }
.border-clay { border-color: var(--clay); }
.site-header { transition: background-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(23, 39, 30, .96); box-shadow: 0 8px 30px rgba(0,0,0,.15); }
.site-header-solid { position: sticky; top: 0; background: rgba(23, 39, 30, .98); box-shadow: 0 8px 30px rgba(0,0,0,.15); }
.brand-logo-mark { display: grid; flex: 0 0 44px; width: 44px; height: 44px; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; background: var(--sand); box-shadow: 0 4px 12px rgba(0,0,0,.16); }
.brand-logo-mark__image { width: 100%; height: 100%; object-fit: contain; transform: scale(1.05); }
.brand-seal-feature { border: 1px solid rgba(23,39,30,.12); background: var(--sand); box-shadow: 0 16px 32px rgba(23,39,30,.11); object-position: center; filter: saturate(.82) contrast(.97); }
.commitment-image { object-position: center 35%; transform: scale(1.07); }
.nav-link { position: relative; color: rgba(255,255,255,.8); transition: color .2s ease; }
.nav-link:hover, .nav-link.active { color: #fff; }
.nav-link.active::after { content: ""; position: absolute; height: 2px; width: 18px; left: 0; bottom: -9px; background: var(--harvest); }
.mobile-nav a { display: block; padding: .75rem 0; color: rgba(255,255,255,.75); font-size: .9rem; font-weight: 600; }
.mobile-nav a.active { color: var(--harvest); }
.mobile-nav a[href="/login"], .mobile-nav a[href="login"] { display: flex; width: 100%; align-items: center; justify-content: center; margin-top: .75rem; padding: .8rem 1.25rem; color: var(--ink); line-height: 1; text-align: center; white-space: nowrap; }
.menu-toggle { display: grid; gap: 5px; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle.is-open span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:last-child { transform: translateY(-7px) rotate(-45deg); }
.hero-shade { background: linear-gradient(90deg, rgba(15, 31, 22, .90) 0%, rgba(15,31,22,.62) 49%, rgba(15,31,22,.32) 100%); }
.hero-slide { opacity: 0; transform: scale(1.025); transition: opacity .8s ease, transform 5.5s linear; pointer-events: none; }
.hero-slide.is-active { opacity: 1; transform: scale(1); pointer-events: auto; z-index: 1; }
.carousel-dot { width: 16px; height: 3px; background: rgba(255,255,255,.42); transition: background .2s ease, width .2s ease; }
.carousel-dot.is-active { width: 45px; background: var(--harvest); }
.carousel-control { display:grid; place-items:center; width: 39px; height: 39px; border: 1px solid rgba(255,255,255,.65); border-radius: 9999px; color: #fff; font-size: 1.1rem; transition: background .2s ease, color .2s ease; }
.carousel-control:hover { background: #fff; color: var(--ink); }
.numbers-section { position: relative; overflow: hidden; background: radial-gradient(circle at 88% 0%, rgba(95,127,70,.48), transparent 34%), linear-gradient(120deg, #13241a 0%, #244735 55%, #1a3425 100%); }
.numbers-section::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.16) 1px, transparent 1px); background-size: 17px 17px; mask-image: linear-gradient(90deg, transparent, #000 55%, transparent); opacity: .22; pointer-events: none; }
.numbers-section::after { content: ""; position: absolute; top: -10rem; right: -8rem; width: 30rem; height: 30rem; border: 1px solid rgba(216,163,61,.34); border-radius: 50%; box-shadow: 0 0 0 3rem rgba(216,163,61,.055), 0 0 0 6rem rgba(216,163,61,.025); pointer-events: none; }
.number-item { position: relative; z-index: 1; min-height: 145px; padding: 1.55rem; border: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.07); backdrop-filter: blur(4px); transition: border .3s ease, background .3s ease, transform .3s cubic-bezier(.2,.8,.2,1); }
.number-item:hover { border-color: rgba(216,163,61,.58); background: rgba(255,255,255,.12); transform: translateY(-4px); }
.number-item strong { display: flex; align-items: baseline; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.4rem, 4vw, 3.55rem); font-weight: 700; line-height: 1; }
.number-item em { color: var(--harvest); font-family: "DM Sans", Arial, sans-serif; font-size: 1.5rem; font-style: normal; }
.number-item > span { display: block; max-width: 7rem; margin-top: .85rem; color: rgba(255,255,255,.65); font-size: .68rem; font-weight: 700; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }
.btn-primary, .btn-dark, .btn-outline { display: inline-flex; align-items: center; gap: .75rem; border-radius: 9999px; padding: .9rem 1.3rem; font-size: .75rem; line-height: 1; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; transition: transform .2s ease, background .2s ease, border .2s ease, color .2s ease; }
.btn-primary { background: var(--harvest); color: var(--ink); }
.btn-primary:hover { background: #f3c55e; transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--forest); transform: translateY(-2px); }
.btn-outline { border: 1px solid rgba(255,255,255,.75); color: #fff; }
.btn-outline:hover { background: #fff; border-color: #fff; color: var(--ink); transform: translateY(-2px); }
.eyebrow { font-size: .7rem; line-height: 1.2; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; color: var(--clay); }
.image-frame::before { content: ""; position: absolute; inset: 17px -17px -17px 17px; background: var(--harvest); z-index: -1; }
.product-card { position: relative; min-height: 375px; overflow: hidden; background: var(--forest); isolation: isolate; box-shadow: 0 0 0 rgba(0,0,0,0); transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s cubic-bezier(.2,.8,.2,1); }
.product-card::after { content: ""; position: absolute; inset: 12px; z-index: 1; border: 1px solid rgba(255,255,255,.2); pointer-events: none; opacity: .7; transition: inset .4s ease, opacity .4s ease; }
.product-card:hover { transform: translateY(-9px); box-shadow: 0 24px 45px rgba(0,0,0,.28); }
.product-card:hover::after { inset: 16px; opacity: 1; }
.product-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.01); transition: transform .85s cubic-bezier(.2,.8,.2,1), filter .6s ease; }
.product-card:hover .product-image { transform: scale(1.11); filter: saturate(1.1) contrast(1.03); }
.product-card-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(13,28,19,.16) 3%, rgba(13,28,19,.25) 33%, rgba(13,28,19,.94) 100%); transition: background .5s ease; }
.product-card:hover .product-card-shade { background: linear-gradient(180deg, rgba(13,28,19,.08) 3%, rgba(13,28,19,.22) 30%, rgba(13,28,19,.98) 100%); }
.product-content { position: absolute; z-index: 2; right: 1.85rem; bottom: 1.8rem; left: 1.85rem; }
.product-category { color: var(--harvest); font-size: .65rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.product-card h3 { margin-top: .3rem; color: #fff; font-size: 2rem; font-weight: 700; line-height: 1.1; }
.product-content > p:not(.product-category) { max-width: 16rem; margin-top: .65rem; color: rgba(255,255,255,.76); font-size: .84rem; line-height: 1.55; }
.product-number { position: absolute; z-index: 2; top: 1.85rem; right: 1.85rem; color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-shadow: 0 1px 7px rgba(0,0,0,.5); }
.product-more { display: inline-flex; align-items: center; gap: .45rem; max-height: 0; margin-top: 0; overflow: hidden; color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transition: max-height .35s ease, margin-top .35s ease, opacity .3s ease; }
.product-more b { color: var(--harvest); font-size: 1.1rem; font-weight: 400; transition: transform .3s ease; }
.product-card:hover .product-more { max-height: 24px; margin-top: .7rem; opacity: 1; }
.product-card:hover .product-more b { transform: translateX(5px); }
.reveal-card { opacity: 0; transform: translateY(28px); transition: opacity .7s ease var(--reveal-delay, 0ms), transform .7s cubic-bezier(.2,.8,.2,1) var(--reveal-delay, 0ms), box-shadow .4s cubic-bezier(.2,.8,.2,1); }
.reveal-card.is-visible { opacity: 1; transform: translateY(0); }
.client-card { position: relative; display: flex; min-height: 303px; flex-direction: column; overflow: hidden; border: 1px solid #e7e5e4; border-radius: 12px; background: #fff; padding: 1.7rem; transition: border .3s ease, box-shadow .35s ease, transform .35s cubic-bezier(.2,.8,.2,1); }
.client-card::before { content: ""; position: absolute; top: 0; left: 0; width: 70px; height: 3px; border-radius: 0 0 4px 0; background: var(--harvest); transform: scaleX(.45); transform-origin: left; transition: transform .35s ease; }
.client-card:hover { border-color: rgba(95,127,70,.32); box-shadow: 0 18px 35px rgba(23,39,30,.10); transform: translateY(-6px); }
.client-card:hover::before { transform: scaleX(1); }
.client-card-head { display: flex; align-items: flex-start; justify-content: space-between; }
.client-card-head > span { color: #a8a29e; font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.client-card h3 { margin-top: .45rem; font-size: 1.62rem; font-weight: 700; }
.client-card > p:not(.client-type) { margin-top: .7rem; max-width: 18rem; font-size: .86rem; line-height: 1.62; color: #57534e; }
.client-card > a { display: inline-flex; align-items: center; gap: .45rem; width: fit-content; margin-top: auto; padding-top: 1.25rem; color: var(--forest); font-size: .68rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; transition: gap .25s ease, color .25s ease; }
.client-card > a:hover { gap: .8rem; color: var(--clay); }
.client-card > a b { color: var(--clay); font-size: 1rem; font-weight: 400; }
.client-type { margin-top: 1.3rem; color: var(--clay); font-size: .63rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.client-icon { display: grid; place-items: center; height: 44px; width: 44px; border-radius: 12px; background: #f9eed6; color: var(--clay); transition: background .3s ease, color .3s ease, transform .3s ease; }
.client-card:hover .client-icon { background: var(--forest); color: var(--harvest); transform: rotate(-5deg); }
.client-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.client-card-export { background: linear-gradient(145deg, #234735, #17271e); border-color: #244735; }
.client-card-export::before { background: var(--harvest); }
.client-card-export h3, .client-card-export > a { color: #fff; }
.client-card-export .client-type, .client-card-export > a b { color: var(--harvest); }
.client-card-export > p:not(.client-type), .client-card-export .client-card-head > span { color: rgba(255,255,255,.65); }
.client-card-export:hover { border-color: var(--harvest); }
.audience-callout { display: flex; flex-direction: column; gap: 1.2rem; border-radius: 12px; background: #f5f0e6; padding: 1.5rem; }
.audience-callout > div > span { color: var(--clay); font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.audience-callout p { margin-top: .35rem; color: #57534e; font-size: .9rem; line-height: 1.5; }
@media (min-width: 640px) { .audience-callout { flex-direction: row; align-items: center; justify-content: space-between; padding: 1.6rem 1.8rem; } }
.team-slider-shell { margin-right: calc(-1 * max(1.25rem, (100vw - 80rem) / 2)); overflow: hidden; }
.team-track { display: flex; gap: 1.25rem; overflow-x: auto; padding: .5rem max(1.25rem, (100vw - 80rem) / 2) 1.4rem 0; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.team-track::-webkit-scrollbar { display: none; }
.team-slide { position: relative; flex: 0 0 min(86vw, 360px); overflow: hidden; scroll-snap-align: start; border: 1px solid rgba(23,39,30,.10); border-radius: 18px; background: #fff; opacity: .74; transform: scale(.965); transform-origin: center center; transition: transform .55s cubic-bezier(.2,.8,.2,1), opacity .45s ease, box-shadow .5s ease, border .35s ease; }
.team-slide::before { content: ""; position: absolute; z-index: 3; top: 0; left: 0; width: 74px; height: 4px; border-radius: 0 0 8px 0; background: var(--harvest); transform: scaleX(.45); transform-origin: left; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.team-slide.is-active { border-color: rgba(95,127,70,.28); opacity: 1; transform: scale(1); box-shadow: 0 22px 38px rgba(23,39,30,.16); }
.team-slide.is-active::before, .team-slide:hover::before { transform: scaleX(1); }
.team-photo { position: relative; width: 100%; aspect-ratio: 1 / .91; overflow: hidden; background: var(--forest); }
.team-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,39,30,.02) 35%, rgba(23,39,30,.36)); transition: background .45s ease; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.team-slide:hover .team-photo img { transform: scale(1.08); filter: saturate(1.08); }
.team-slide:hover .team-photo::after { background: linear-gradient(180deg, rgba(23,39,30,.02) 25%, rgba(23,39,30,.52)); }
.team-card-index { position: absolute; z-index: 1; top: 1.25rem; right: 1.3rem; display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: #fff; font-size: .68rem; font-weight: 700; backdrop-filter: blur(6px); }
.team-card-content { position: relative; min-height: 184px; padding: 1.65rem 1.7rem 1.55rem; background: #fff; color: var(--ink); }
.team-card-content::before { content: ""; position: absolute; top: -18px; left: 1.7rem; width: 37px; height: 37px; border: 4px solid #fff; border-radius: 50%; background: var(--forest); box-shadow: 0 5px 12px rgba(23,39,30,.22); }
.team-card-content::after { content: "MZ"; position: absolute; top: -9px; left: 1.7rem; width: 37px; color: var(--harvest); font-family: Georgia, serif; font-size: .65rem; font-weight: 700; line-height: 29px; text-align: center; }
.team-card-content > p { color: var(--clay); font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.team-card-content h3 { margin-top: .45rem; max-width: 17rem; color: var(--ink); font-size: 1.45rem; font-weight: 700; line-height: 1.22; }
.team-card-content > span { display: inline-flex; align-items: center; gap: .45rem; margin-top: 1rem; color: #78716c; font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: color .3s ease; }
.team-card-content b { color: var(--harvest); font-size: 1rem; font-weight: 400; transition: transform .3s ease; }
.team-slide:hover .team-card-content > span { color: var(--forest); }
.team-slide:hover .team-card-content b { transform: translate(3px,-3px); }
.team-card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 1.25rem; padding-top: .9rem; border-top: 1px solid #e7e5e4; }
.team-card-footer span { color: #78716c; font-size: .63rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.team-card-footer i { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: #eef2e9; color: var(--forest); font-family: "DM Sans", Arial, sans-serif; font-size: .61rem; font-style: normal; font-weight: 700; }
.team-page-dot { width: 8px; height: 8px; border-radius: 50%; background: #c9c3b8; transition: width .3s ease, border-radius .3s ease, background .3s ease; }
.team-page-dot.is-active { width: 28px; border-radius: 99px; background: var(--clay); }
.team-control { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid #bdb7ae; border-radius: 50%; color: var(--ink); font-size: 1rem; transition: color .2s ease, background .2s ease, border .2s ease, transform .2s ease; }
.team-control:hover { border-color: var(--ink); background: var(--ink); color: #fff; transform: translateY(-2px); }
.team-more-link { display: inline-flex; align-items: center; gap: .65rem; color: var(--clay); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: gap .25s ease, color .25s ease; }
.team-more-link:hover { gap: 1rem; color: var(--ink); }
.team-more-link span { font-size: 1.15rem; }
.team-roster-card { position: relative; overflow: hidden; border: 1px solid rgba(23,39,30,.08); border-radius: 16px; background: #fff; box-shadow: 0 1px 0 rgba(23,39,30,.08); transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, border .35s ease; }
.team-roster-card::before { content: ""; position: absolute; z-index: 2; top: 0; left: 0; width: 62px; height: 4px; border-radius: 0 0 7px 0; background: var(--harvest); transform: scaleX(.45); transform-origin: left; transition: transform .35s ease; }
.team-roster-card:hover { border-color: rgba(95,127,70,.25); transform: translateY(-7px); box-shadow: 0 19px 36px rgba(23,39,30,.12); }
.team-roster-card:hover::before { transform: scaleX(1); }
.team-roster-photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--forest); }
.team-roster-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(23,39,30,.16)); }
.team-roster-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.team-roster-card:hover .team-roster-photo img { transform: scale(1.07); }
.team-roster-card > div:last-child { position: relative; min-height: 164px; padding: 1.4rem 1.5rem 1.5rem; }
.team-roster-card > div:last-child::before { content: ""; position: absolute; top: -16px; right: 1.25rem; width: 33px; height: 33px; border: 4px solid #fff; border-radius: 50%; background: var(--forest); box-shadow: 0 5px 12px rgba(23,39,30,.20); }
.team-roster-card > div:last-child::after { content: "MZ"; position: absolute; top: -8px; right: 1.25rem; width: 33px; color: var(--harvest); font-family: Georgia, serif; font-size: .58rem; font-weight: 700; line-height: 25px; text-align: center; }
.team-roster-card p { color: var(--clay); font-size: .63rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.team-roster-card h3 { margin-top: .4rem; font-size: 1.5rem; font-weight: 700; }
.team-roster-card span { display: block; margin-top: .65rem; color: #57534e; font-size: .83rem; line-height: 1.55; }
.testimonials-section::before { content: ""; position: absolute; top: -25rem; right: -15rem; width: 48rem; height: 48rem; border: 1px solid rgba(216,163,61,.18); border-radius: 50%; box-shadow: 0 0 0 4rem rgba(216,163,61,.04), 0 0 0 8rem rgba(216,163,61,.025); }
.testimonial-pattern { background-image: radial-gradient(rgba(255,255,255,.16) 1px, transparent 1px); background-size: 16px 16px; mask-image: linear-gradient(90deg, #000, transparent 80%); opacity: .45; }
.testimonial-card { display: flex; min-height: 345px; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.055); padding: 1.7rem; backdrop-filter: blur(4px); transition: border .35s ease, background .35s ease, box-shadow .35s ease, transform .35s cubic-bezier(.2,.8,.2,1); }
.testimonial-card.reveal-card { transition: opacity .7s ease var(--reveal-delay, 0ms), transform .7s cubic-bezier(.2,.8,.2,1) var(--reveal-delay, 0ms), border .35s ease, background .35s ease, box-shadow .35s ease; }
.testimonial-card:hover { border-color: rgba(216,163,61,.7); background: rgba(255,255,255,.09); box-shadow: 0 18px 32px rgba(0,0,0,.16); transform: translateY(-7px); }
.testimonial-card.reveal-card.is-visible:hover { transform: translateY(-7px); }
.testimonial-card-top { display: flex; align-items: flex-start; justify-content: space-between; }
.testimonial-mark { height: 45px; color: var(--harvest); font-family: Georgia, serif; font-size: 4.7rem; line-height: 1; }
.testimonial-number { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: rgba(255,255,255,.6); font-size: .64rem; font-weight: 700; }
.testimonial-card blockquote { margin-top: .6rem; max-width: 19rem; font-family: "Playfair Display", Georgia, serif; font-size: 1.35rem; font-weight: 600; line-height: 1.48; }
.testimonial-card footer { display: flex; align-items: center; gap: .8rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.13); }
.testimonial-person-photo { width: 46px; height: 46px; flex: none; overflow: hidden; border: 2px solid rgba(216,163,61,.72); border-radius: 50%; background: var(--harvest); }
.testimonial-person-photo img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-person-info { min-width: 0; }
.testimonial-card footer strong, .testimonial-card footer span { display: block; }
.testimonial-card footer strong { color: #fff; font-size: .8rem; font-weight: 700; }
.testimonial-card footer span { margin-top: .15rem; color: rgba(255,255,255,.62); font-size: .72rem; }
.testimonial-card footer .testimonial-company { margin-top: .3rem; color: var(--harvest); font-size: .64rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.testimonial-track { display: flex; gap: 1.25rem; overflow-x: auto; padding: .5rem .15rem 1.25rem; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.testimonial-track::-webkit-scrollbar { display: none; }
.testimonial-track:focus-visible { outline: 2px solid var(--harvest); outline-offset: 6px; }
.testimonial-track .testimonial-card { flex: 0 0 min(86vw, 370px); scroll-snap-align: start; }
.testimonial-navigation { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; margin-top: 1.25rem; }
.testimonial-pagination { display: flex; flex-wrap: wrap; gap: .45rem; }
.testimonial-pagination button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.36); transition: width .2s ease, background .2s ease; }
.testimonial-pagination button:hover, .testimonial-pagination button:focus-visible, .testimonial-pagination button.is-active { width: 25px; background: var(--harvest); }
.testimonial-pagination button:focus-visible, .testimonial-control:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.testimonial-controls { display: flex; gap: .6rem; }
.testimonial-control { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: #fff; font-size: 1.1rem; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.testimonial-control:hover { border-color: #fff; background: #fff; color: var(--ink); transform: translateY(-2px); }
@media (min-width: 640px) { .testimonial-track .testimonial-card { flex-basis: min(48vw, 370px); } }
@media (min-width: 1024px) { .testimonial-track .testimonial-card { flex-basis: calc((100% - 2.5rem) / 3); } }
.partnership-cta { background: radial-gradient(circle at 78% 12%, rgba(216,163,61,.32), transparent 23%), radial-gradient(circle at 16% 110%, rgba(95,127,70,.52), transparent 34%), linear-gradient(120deg, #17271e 0%, #244735 50%, #31543b 100%); }
.partnership-cta::before { content: ""; position: absolute; top: -14rem; right: -8rem; width: 33rem; height: 33rem; border: 1px solid rgba(216,163,61,.38); border-radius: 50%; box-shadow: 0 0 0 2.5rem rgba(216,163,61,.06), 0 0 0 5rem rgba(216,163,61,.03); }
.partnership-cta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,20,13,.25), transparent 64%); pointer-events: none; }
.partnership-cta .cta-grain { background-image: radial-gradient(rgba(255,255,255,.23) 1px, transparent 1px); background-size: 18px 18px; mix-blend-mode: soft-light; }
.cta-grain { background-image: radial-gradient(rgba(255,255,255,.35) 1px, transparent 1px); background-size: 18px 18px; }
.footer-title { font-family: "DM Sans", Arial, sans-serif; font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--harvest); }
.footer-links { margin-top: 1rem; display: grid; gap: .6rem; font-size: .875rem; color: rgba(255,255,255,.6); }
.footer-links a:hover { color: #fff; }
.page-banner { background: linear-gradient(105deg, rgba(20,37,27,.98), rgba(32,65,47,.84)), url("https://images.unsplash.com/photo-1464226184884-fa280b87c399?auto=format&fit=crop&w=1800&q=85") center/cover; }
.value-card { border-top: 3px solid var(--harvest); background: var(--sand); padding: 2rem; }
.value-card > span { font-size: .75rem; font-weight: 700; letter-spacing: .15em; color: var(--clay); }
.value-card h3 { margin-top: 2.5rem; font-size: 1.75rem; font-weight: 700; }
.value-card p { margin-top: .75rem; color: #57534e; font-size: .9rem; line-height: 1.6; }
.ad-hero { background: linear-gradient(105deg, #18291f, #34543b); }
.feature-row { display: flex; gap: 1.4rem; border-top: 1px solid #d6d3d1; padding-top: 1.55rem; }
.feature-number { flex: none; color: var(--clay); font-size: .75rem; font-weight: 700; letter-spacing: .12em; }
.feature-row h3, .process-step h3 { font-size: 1.5rem; font-weight: 700; }
.feature-row p, .process-step p { margin-top: .45rem; color: #57534e; font-size: .93rem; line-height: 1.65; }
.process-step { display: flex; gap: 1.15rem; }
.process-step > span { display:grid; place-items:center; flex: none; height: 35px; width: 35px; border-radius: 50%; background: #f9eed6; color: var(--clay); font-size: .8rem; font-weight: 700; }
.commodity-pill { border: 1px solid rgba(255,255,255,.24); border-radius: 9999px; padding: .75rem 1.05rem; color: rgba(255,255,255,.8); font-size: .875rem; }
label { display: block; margin-bottom: .45rem; font-size: .75rem; font-weight: 700; color: var(--ink); }
input, select, textarea { width: 100%; border: 1px solid #d6d3d1; border-radius: 0; background: #fff; padding: .85rem .9rem; font: inherit; font-size: .9rem; color: var(--ink); outline: none; transition: border .2s ease, box-shadow .2s ease; }
input::placeholder, textarea::placeholder { color: #a8a29e; }
input:focus, select:focus, textarea:focus { border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(95,127,70,.14); }
.quote-form-card { position: relative; overflow: hidden; border: 1px solid rgba(23,39,30,.10); border-radius: 16px; background: #fff; padding: 1.5rem; box-shadow: 0 22px 45px rgba(23,39,30,.08); }
.quote-form-card::before { content: ""; position: absolute; top: 0; left: 0; width: 105px; height: 4px; border-radius: 0 0 8px 0; background: var(--harvest); }
.quote-form-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1.25rem; padding-bottom: 1.65rem; border-bottom: 1px solid #e7e5e4; }
.quote-form-badge { display: grid; min-width: 59px; min-height: 59px; place-items: center; border-radius: 12px; background: #edf2e8; color: var(--forest); font-size: .6rem; font-weight: 700; letter-spacing: .08em; line-height: 1.45; text-align: center; }
.quote-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.quote-form fieldset + fieldset { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid #e7e5e4; }
.quote-form legend { display: flex; align-items: center; gap: .7rem; color: var(--ink); font-family: "Playfair Display", Georgia, serif; font-size: 1.35rem; font-weight: 700; }
.quote-form legend span { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: #f9eed6; color: var(--clay); font-family: "DM Sans", Arial, sans-serif; font-size: .62rem; font-weight: 700; }
.form-section-note { margin-top: .35rem; color: #78716c; font-size: .79rem; line-height: 1.5; }
.form-field label { display: flex; align-items: center; justify-content: space-between; gap: .5rem; margin-bottom: .55rem; color: #44403c; font-size: .7rem; letter-spacing: .02em; }
.form-field label b { color: var(--clay); font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.quote-form input, .quote-form select, .quote-form textarea { min-height: 48px; border-color: #d8d4cd; border-radius: 8px; background: #fcfcfb; padding: .85rem 1rem; font-size: .86rem; }
.quote-form textarea { min-height: 126px; resize: vertical; }
.quote-form input:hover, .quote-form select:hover, .quote-form textarea:hover { border-color: #bcb6ac; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--forest); background: #fff; box-shadow: 0 0 0 4px rgba(95,127,70,.12); }
.form-field-help { margin-top: .5rem; color: #78716c; font-size: .7rem; line-height: 1.45; }
.quote-form-action { display: flex; flex-direction: column; gap: 1.25rem; margin-top: 2rem; padding-top: 1.4rem; border-top: 1px solid #e7e5e4; }
.quote-form-action p { color: #57534e; font-size: .76rem; line-height: 1.5; }
.quote-form-action p b { color: var(--clay); font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; }
.quote-form-action > div > span { display: block; margin-top: .25rem; color: #a8a29e; font-size: .7rem; line-height: 1.45; }
.quote-submit { width: 100%; justify-content: center; }
.quote-form .form-message { margin-top: 1rem; border-radius: 8px; background: #edf2e8; padding: .8rem 1rem; color: var(--forest); font-size: .8rem; font-weight: 700; }
@media (min-width: 640px) { .quote-form-card { padding: 2.5rem; } .quote-form-action { flex-direction: row; align-items: center; justify-content: space-between; } .quote-submit { width: auto; } }
.contact-detail { display: flex; gap: .9rem; align-items: flex-start; }
.contact-symbol { display:grid; place-items:center; width: 33px; height: 33px; flex: none; border-radius: 50%; background: #f9eed6; color: var(--clay); font-size: .8rem; }
.contact-detail h3 { font-family: "DM Sans", Arial, sans-serif; font-size: .85rem; font-weight: 700; }
.contact-detail p { margin-top: .2rem; font-size: .85rem; line-height: 1.5; color: #57534e; }
.contact-detail a { color: var(--forest); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(36,71,53,.35); text-underline-offset: .2em; }
.contact-detail a:hover { color: var(--clay); text-decoration-color: currentColor; }
@media (min-width: 640px) { .team-slide { flex-basis: min(45vw, 360px); } }
@media (min-width: 1024px) { .team-slide { flex-basis: 340px; } }
@media (max-width: 639px) { .hero, .hero-slide, .hero-slide > div.relative, .hero__message { min-height: 680px !important; } .hero-shade { background: linear-gradient(90deg, rgba(15,31,22,.87), rgba(15,31,22,.50)); } .team-slider-shell { margin-right: -1.25rem; } .team-track { padding-right: 1.25rem; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } .reveal-card { opacity: 1; transform: none; } }
