:root {
    --sea-green: #4fbf4f;
    --sea-dark: #1f2f26;
    --sea-muted: #657169;
    --sea-line: #e6ece7;
    --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--sea-dark); background: #fff; font-family: 'DM Sans', sans-serif; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255, 255, 255, .98); border-bottom: 1px solid var(--sea-line); box-shadow: 0 8px 24px rgba(31, 47, 38, .06); backdrop-filter: blur(14px); }
.site-header::before { content: ''; position: absolute; top: 0; right: 0; left: 0; height: 3px; background: linear-gradient(90deg, #8edc67, var(--sea-green), #a8d85d); }
.header-inner { width: min(100% - 56px, 1440px); min-height: 104px; margin: 0 auto; display: flex; align-items: center; gap: 22px; }
.brand { display: flex; align-items: center; height: 74px; }
.brand img { display: block; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.brand-samruddhi { width: 150px; flex: 0 0 150px; padding: 5px 14px 5px 0; border-right: 1px solid #dce8da; }
.brand-seafb { width: 188px; flex: 0 0 188px; padding: 5px 8px; }
.brand-sea { width: 62px; height: 62px; flex: 0 0 62px; margin-left: 18px; padding: 7px; background: #f0faee; border: 1px solid #d5ecd1; border-radius: 50%; }
.site-navigation { display: flex; align-items: center; justify-content: flex-end; gap: clamp(18px, 2.2vw, 38px); min-width: 0; margin-left: auto; padding: 0; color: #18221c; font-size: 14px; font-weight: 500; }
.site-navigation > a, .nav-dropdown > summary { position: relative; display: inline-flex; align-items: center; gap: 7px; padding: 12px 0; white-space: nowrap; cursor: pointer; }
.site-navigation > a::after, .nav-dropdown > summary::after { content: ''; position: absolute; right: 0; bottom: 3px; left: 0; height: 2px; background: var(--sea-green); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.site-navigation > a:hover::after, .site-navigation > a:focus-visible::after, .nav-dropdown > summary:hover::after, .nav-dropdown[open] > summary::after { transform: scaleX(1); }
.site-navigation > a:last-child { padding: 11px 17px; color: #fff; background: var(--sea-green); border-radius: 999px; box-shadow: 0 6px 14px rgba(79,191,79,.2); }
.site-navigation > a:last-child::after { display: none; }
.site-navigation > a:last-child:hover { background: #3eaa3e; transform: translateY(-1px); }
.nav-dropdown { position: relative; }
.nav-dropdown summary { list-style: none; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown .nav-chevron { width: 13px; height: 13px; object-fit: contain; opacity: .72; transition: transform .2s ease; }
.nav-dropdown[open] .nav-chevron { transform: rotate(180deg); }
.nav-dropdown-menu { position: absolute; top: 100%; left: 50%; min-width: 220px; padding: 14px 10px 10px; background: #fff; border: 1px solid var(--sea-line); border-radius: 0 0 14px 14px; box-shadow: 0 18px 38px rgba(31, 47, 38, .13); transform: translateX(-50%); }
.nav-dropdown-menu::before { content: ''; position: absolute; top: -7px; left: 50%; width: 12px; height: 12px; background: #fff; border-top: 1px solid var(--sea-line); border-left: 1px solid var(--sea-line); transform: translateX(-50%) rotate(45deg); }
.nav-dropdown-menu a { position: relative; z-index: 1; display: block; padding: 11px 13px; color: var(--sea-muted); border-radius: 9px; font-size: 13px; }
.nav-dropdown-menu a:hover { color: var(--sea-dark); background: #f0faef; }
.menu-toggle { display: none; align-items: center; justify-content: center; flex-direction: column; gap: 4px; width: 44px; height: 44px; padding: 10px; color: #173d2b; background: #f3faf2; border: 1px solid #d7ead4; border-radius: 50%; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; min-height: 2px; margin: 0; background: #173d2b; border-radius: 2px; opacity: 1; transition: transform .2s ease, opacity .2s ease; }

.hero-eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: #b9e89c; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.home-hero { padding: 58px 28px 70px; overflow: hidden; background: #f6f9f4; }
.home-hero-shell { width: min(100%, 1240px); min-height: 500px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); align-items: center; gap: clamp(34px, 7vw, 100px); }
.home-hero-media { position: relative; min-height: 430px; }
.home-hero-media::before { content: ''; position: absolute; top: 28px; right: -18px; bottom: -18px; left: 28px; background: #cfeac5; border-radius: 24px; }
.home-hero-image { position: relative; z-index: 1; width: 100%; height: 430px; object-fit: cover; object-position: center; display: block; border-radius: 24px; }
.hero-media-label { position: absolute; bottom: 22px; left: 22px; z-index: 2; padding: 10px 14px; color: #fff; background: #173d2b; font: 800 11px 'Manrope', sans-serif; letter-spacing: .14em; }
.home-hero-copy { max-width: 690px; padding: 18px 0; }
.home-hero .hero-eyebrow { margin: 0 0 22px; color: #4b8751; }
.home-hero .hero-eyebrow span { display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--sea-green); border-radius: 999px; padding: 7px 11px; font-size: 11px; letter-spacing: .1em; }
.home-hero h1 { max-width: 690px; margin: 0; color: #173d2b; font: 800 clamp(42px, 5.2vw, 72px)/1.04 'Manrope', sans-serif; letter-spacing: -.06em; }

.home-hero h1 em { color: #47b84e; font-style: normal; }
.home-hero-text { max-width: 640px; margin: 22px 0 0; color: #607064; font-size: clamp(14px, 1.2vw, 16px); line-height: 1.72; }
.hero-hero-second-text { margin-top: 8px; }
.home-hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.hero-primary-button { display: inline-flex; align-items: center; gap: 12px; padding: 15px 22px; color: #fff; background: #173d2b; border-radius: 5px; font-size: 13px; font-weight: 800; transition: .2s ease; }
.hero-primary-button img { display: block; width: 16px; height: 16px; filter: brightness(0) invert(1); }
.hero-primary-button:hover { background: #47b84e; transform: translateY(-2px); }
.hero-phone { display: inline-flex; align-items: center; gap: 12px; color: #173d2b; }
.hero-phone-icon { display: grid; width: 44px; height: 44px; place-items: center; flex: 0 0 44px; background: #daf0d1; border-radius: 50%; transition: background .2s ease, transform .2s ease; }
.hero-phone-icon img { width: 20px; height: 20px; filter: invert(54%) sepia(42%) saturate(500%) hue-rotate(65deg); }
.hero-phone:hover { color: #2d9d43; }
.hero-phone:hover .hero-phone-icon { background: #bce8ad; transform: translateY(-2px); }
.hero-phone small, .hero-phone strong { display: block; }
.hero-phone small { margin-bottom: 3px; color: #708076; font-size: 11px; }
.hero-phone strong { font-size: 14px; }
.strengths-section { padding: 92px 28px 110px; background: #fff; }
.strengths-heading { width: min(100%, 1180px); margin: 0 auto 38px; }
.strengths-heading .hero-eyebrow { margin-bottom: 14px; }
.strengths-heading h2 { margin: 0; color: #193c2a; font: 800 clamp(36px, 5vw, 58px)/1.05 'Manrope', sans-serif; letter-spacing: -.05em; }
.strengths-heading h2 em { color: var(--sea-green); font-style: normal; }
.strengths-grid { width: min(100%, 1180px); margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.strength-card { min-height: 205px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px 20px; background: #f5f9f2; border: 1px solid #e1ebe0; border-radius: 14px; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.strength-card:hover { background: #eaf7e6; box-shadow: 0 14px 28px rgba(31,47,38,.08); transform: translateY(-6px); }
.strength-number { color: var(--sea-green); font: 800 13px 'Manrope', sans-serif; }
.strength-card h3 { margin: 0 0 10px; color: #193c2a; font: 700 17px/1.2 'Manrope', sans-serif; }
.strength-card p { margin: 0; color: #69766c; font-size: 12px; line-height: 1.6; }

.solutions-section { padding: 0 28px 112px; background: #fff; }
.solutions-kicker { margin: 0 0 13px; color: #4b8751; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.solutions-feature h3 em { color: var(--sea-green); font-style: normal; }
.solutions-catalogue { width: min(100%, 1180px); margin: 0 auto 72px; padding: clamp(16px, 2.4vw, 30px); overflow: hidden; background: linear-gradient(135deg, #f2f8f0, #fff); border: 1px solid #e1ece0; border-radius: 22px; box-shadow: 0 18px 44px rgba(31,47,38,.08); }
.solutions-catalogue img { display: block; width: 100%; height: auto; border-radius: 12px; }
.solutions-feature { width: min(100%, 1080px); margin: 0 auto; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); overflow: hidden; background: #f5f9f3; border: 1px solid #e1ebe0; border-radius: 22px; }
.solutions-feature-image { min-height: 455px; }
.solutions-feature-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.solutions-feature-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(34px, 5vw, 68px); }
.solutions-feature-copy h3 { max-width: 500px; margin: 0 0 22px; color: #193c2a; font: 800 clamp(31px, 3.6vw, 46px)/1.1 'Manrope', sans-serif; letter-spacing: -.045em; }
.solutions-feature-copy > p:not(.solutions-kicker) { max-width: 500px; margin: 0 0 14px; color: #637066; font-size: 15px; line-height: 1.75; }
.solutions-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 12px; padding-bottom: 5px; color: #193c2a; border-bottom: 2px solid var(--sea-green); font-size: 13px; font-weight: 800; }
.solutions-link img { width: 17px; height: 17px; transition: transform .2s ease; }
.solutions-link:hover img { transform: translateX(4px); }

.offer-section { position: relative; isolation: isolate; padding: 104px 28px 110px; overflow: hidden; background: #092d34 url('../images/What-We-Offer-Banner-Image.jpg') center/cover no-repeat; }
.offer-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(110deg, rgba(3,35,42,.96), rgba(5,45,52,.9) 52%, rgba(6,37,51,.86)); }
.offer-inner { width: min(100%, 1180px); margin: 0 auto; }
.offer-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 46px; }
.offer-kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 16px; color: #aee887; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.offer-kicker::before { width: 36px; height: 1px; background: currentColor; content: ''; }
.offer-heading h2 { max-width: 650px; margin: 0; color: #fff; font: 800 clamp(36px, 4.8vw, 59px)/1.06 'Manrope', sans-serif; letter-spacing: -.055em; }
.offer-heading h2 em { color: #aee887; font-style: normal; }
.offer-heading > p { max-width: 370px; margin: 0 0 5px; color: #c7d9d5; font-size: 15px; line-height: 1.75; }
.offer-cards { display: grid; grid-template-columns: 1.18fr 1fr 1fr; gap: 18px; }
.offer-card { position: relative; min-height: 390px; display: block; overflow: hidden; background: #173d2b; border: 1px solid rgba(255,255,255,.24); border-radius: 18px; }
.offer-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.offer-card-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,27,31,.04) 22%, rgba(4,24,30,.92) 100%); }
.offer-card-content { position: absolute; right: 26px; bottom: 25px; left: 26px; display: flex; flex-direction: column; align-items: flex-start; }
.offer-card-content strong { color: #fff; font: 800 clamp(25px, 2.5vw, 34px)/1.08 'Manrope', sans-serif; letter-spacing: -.04em; }
.offer-card-content > span { display: inline-flex; align-items: center; gap: 8px; max-height: 0; margin-top: 0; overflow: hidden; color: #fff; font-size: 12px; font-weight: 700; opacity: 0; transition: max-height .25s ease, margin-top .25s ease, opacity .25s ease; }
.offer-card-content > span img { position: static; width: 15px; height: 15px; filter: brightness(0) invert(1); }
.offer-card:hover img { transform: scale(1.07); }
.offer-card:hover .offer-card-content > span { max-height: 22px; margin-top: 15px; opacity: 1; }

.home-products-section { padding: 108px 28px 112px; background: #f7faf7; }
.home-products-heading { width: min(100%, 1180px); margin: 0 auto 42px; display: flex; align-items: end; justify-content: space-between; gap: 42px; }
.section-kicker { margin: 0 0 14px; color: #4b8751; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.home-products-heading h2 { margin: 0; color: #173d2b; font: 800 clamp(37px, 4.8vw, 60px)/1.03 'Manrope', sans-serif; letter-spacing: -.06em; }
.home-products-heading h2 em { color: var(--sea-green); font-style: normal; }
.home-products-heading > p { max-width: 370px; margin: 0; color: #647268; font-size: 15px; line-height: 1.75; }
.home-products-slider { width: min(100%, 1180px); margin: 0 auto; }
.home-products-controls { display: flex; align-items: center; justify-content: flex-end; gap: 9px; margin: 0 0 18px; }
.home-products-control { display: grid; width: 42px; height: 42px; place-items: center; color: #173d2b; border: 1px solid #bcd2bd; border-radius: 50%; background: #fff; cursor: pointer; font-size: 20px; transition: .2s ease; }
.home-products-control:hover { color: #fff; border-color: var(--sea-green); background: var(--sea-green); }
.home-products-control img { width: 17px; height: 17px; }
.home-products-control:hover img { filter: brightness(0) invert(1); }
.home-products-grid { display: flex; gap: 18px; padding: 3px 1px 14px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.home-products-grid::-webkit-scrollbar { display: none; }
.home-product-card { position: relative; display: block; flex: 0 0 calc((100% - 36px) / 3); min-height: 310px; overflow: hidden; border-radius: 18px; isolation: isolate; background: #173d2b; box-shadow: 0 12px 28px rgba(31, 47, 38, .1); scroll-snap-align: start; }
.home-product-card::after { position: absolute; z-index: -1; inset: 0; content: ''; background: linear-gradient(180deg, rgba(8, 24, 15, 0) 25%, rgba(8, 30, 18, .9) 100%); }
.home-product-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.home-product-card:hover > img { transform: scale(1.06); }
.home-product-card > span { position: absolute; right: 22px; bottom: 20px; left: 22px; display: grid; gap: 5px; color: #fff; }
.home-product-card small { color: #c4ed90; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.home-product-card strong { font: 800 clamp(20px, 2vw, 28px)/1.05 'Manrope', sans-serif; letter-spacing: -.04em; }
.home-product-card b { display: flex; align-items: center; gap: 7px; max-height: 0; overflow: hidden; color: #e3f5da; font-size: 12px; font-weight: 700; opacity: 0; transition: max-height .25s ease, opacity .25s ease, margin .25s ease; }
.home-product-card b img { width: 14px; height: 14px; filter: brightness(0) invert(1); }
.home-product-card:hover b { max-height: 22px; margin-top: 5px; opacity: 1; }
.home-products-link { display: inline-flex; align-items: center; gap: 10px; margin-right: auto; padding-bottom: 6px; color: #173d2b; border-bottom: 1px solid #94be83; font-size: 13px; font-weight: 800; }
.home-products-link img { width: 16px; height: 16px; transition: transform .2s ease; }
.home-products-link:hover img { transform: translateX(4px); }

.client-feedback-section { padding: 110px 28px 116px; color: #edf7ef; background: #092c42; }
.client-feedback-intro { width: min(100%, 1180px); margin: 0 auto 42px; display: flex; align-items: end; justify-content: space-between; gap: 42px; }
.client-feedback-intro .section-kicker, .feedback-videos-heading .section-kicker { color: #b8e78d; }
.client-feedback-intro h2 { margin: 0; color: #fff; font: 800 clamp(37px, 4.8vw, 60px)/1.03 'Manrope', sans-serif; letter-spacing: -.06em; }
.client-feedback-intro h2 em, .feedback-videos-heading h3 em { color: #70ce51; font-style: normal; }
.client-feedback-intro > p { max-width: 380px; margin: 0; color: #c0d2da; font-size: 15px; line-height: 1.75; }
.feedback-slider-wrap { width: min(100%, 1180px); margin: 0 auto; }
.feedback-slider-controls { display: flex; align-items: center; justify-content: flex-end; gap: 9px; margin: 0 0 18px; }
.feedback-control { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(214,238,220,.42); border-radius: 50%; background: transparent; cursor: pointer; transition: .2s ease; }
.feedback-control:hover { background: #55bf50; border-color: #55bf50; }
.feedback-control img { width: 17px; height: 17px; filter: brightness(0) invert(1); }
.feedback-slider { display: flex; gap: 20px; padding: 3px 1px 15px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.feedback-slider::-webkit-scrollbar { display: none; }
.feedback-card { flex: 0 0 calc((100% - 40px) / 3); margin: 0; overflow: hidden; border: 1px solid rgba(207,231,216,.22); border-radius: 16px; background: #fff; scroll-snap-align: start; box-shadow: 0 15px 30px rgba(0,0,0,.13); }
.feedback-card img { display: block; width: 100%; aspect-ratio: 1.62 / 1; object-fit: cover; }
.feedback-card figcaption { display: flex; justify-content: space-between; padding: 13px 16px; color: #183d31; font-size: 12px; font-weight: 800; }
.feedback-card figcaption span { color: #64ad55; font-size: 11px; letter-spacing: .09em; }
.feedback-videos-heading { width: min(100%, 1180px); margin: 92px auto 30px; display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.feedback-videos-heading h3 { margin: 0; color: #fff; font: 800 clamp(30px, 3.6vw, 46px)/1.08 'Manrope', sans-serif; letter-spacing: -.05em; }
.feedback-videos-grid { width: min(100%, 1180px); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feedback-video { position: relative; overflow: hidden; border: 1px solid rgba(207,231,216,.22); border-radius: 16px; background: #061d2b; }
.feedback-video video { display: block; width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; background: #061d2b; }
.feedback-video > span { position: absolute; top: 14px; left: 14px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; color: #fff; background: rgba(7,30,43,.72); border-radius: 999px; font: 800 12px 'Manrope', sans-serif; backdrop-filter: blur(6px); pointer-events: none; }
.feedback-video > span small { color: #bee991; font: inherit; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.feedback-view-all { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 6px; color: #fff; border-bottom: 1px solid #b8e78d; font-size: 13px; font-weight: 800; white-space: nowrap; }
.feedback-view-all img { width: 16px; height: 16px; filter: brightness(0) invert(1); transition: transform .2s ease; }
.feedback-view-all:hover img { transform: translateX(4px); }

.consultation-section { padding: 112px 28px; background: #f7faf7; }
.consultation-shell { width: min(100%, 1180px); margin: 0 auto; display: grid; grid-template-columns: .87fr 1.13fr; overflow: hidden; border: 1px solid #e0eae0; border-radius: 24px; background: #fff; box-shadow: 0 24px 65px rgba(25, 56, 38, .12); }
.consultation-visual { position: relative; min-height: 650px; isolation: isolate; background: #133e30; }
.consultation-visual::after { position: absolute; z-index: -1; inset: 0; content: ''; background: linear-gradient(180deg, rgba(6,24,16,.06) 22%, rgba(7,40,28,.88) 100%); }
.consultation-visual > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.consultation-visual-copy { position: absolute; right: 34px; bottom: 32px; left: 34px; color: #fff; }
.consultation-visual-copy > span { display: inline-flex; margin-bottom: 16px; padding: 7px 11px; color: #183f2d; background: #b8e78d; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.consultation-visual-copy strong { display: block; max-width: 340px; font: 800 clamp(28px, 3.2vw, 44px)/1.04 'Manrope', sans-serif; letter-spacing: -.05em; }
.consultation-visual-copy p { max-width: 280px; margin: 14px 0 0; color: #deeadf; font-size: 14px; line-height: 1.6; }
.consultation-form-panel { padding: clamp(38px, 5vw, 70px); }
.consultation-form-panel .section-kicker { color: #4c8e56; }
.consultation-form-panel h2 { margin: 0; color: #173d2b; font: 800 clamp(36px, 4.1vw, 54px)/1.04 'Manrope', sans-serif; letter-spacing: -.06em; }
.consultation-form-panel h2 em { color: var(--sea-green); font-style: normal; }
.consultation-intro { max-width: 550px; margin: 18px 0 34px; color: #65766c; font-size: 15px; line-height: 1.7; }
.consultation-form { display: grid; gap: 18px; }
.consultation-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.consultation-form label { display: grid; gap: 8px; color: #1a402e; font-size: 12px; font-weight: 800; }
.consultation-form input, .consultation-form textarea { width: 100%; padding: 13px 14px; color: #1a402e; border: 1px solid #d5e2d6; border-radius: 9px; outline: none; background: #fbfdfb; font: 400 14px 'Manrope', sans-serif; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.consultation-form input { height: 48px; }
.consultation-form textarea { min-height: 126px; resize: vertical; }
.consultation-form input::placeholder, .consultation-form textarea::placeholder { color: #98a79d; }
.consultation-form input:focus, .consultation-form textarea:focus { border-color: #62b957; background: #fff; box-shadow: 0 0 0 4px rgba(98,185,87,.12); }
.consultation-form button { width: fit-content; display: inline-flex; align-items: center; gap: 10px; margin-top: 4px; padding: 14px 18px; color: #fff; border: 0; border-radius: 999px; background: #174b35; cursor: pointer; font: 800 13px 'Manrope', sans-serif; transition: background .2s ease, transform .2s ease; }
.consultation-form button:hover { background: var(--sea-green); transform: translateY(-2px); }
.consultation-form button img { width: 15px; height: 15px; filter: brightness(0) invert(1); }

.about-hero { padding: 82px 28px 92px; overflow: hidden; background: #f5f8f2; }
.about-hero-shell { width: min(100%, 1180px); min-height: 448px; margin: 0 auto; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: clamp(42px, 8vw, 112px); }
.about-hero-copy { position: relative; z-index: 1; padding: 20px 0 20px 26px; border-left: 3px solid #69bf5b; }
.about-hero-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: #5c7865; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.about-hero-kicker span { padding: 7px 10px; color: #fff; background: #337c42; border-radius: 999px; font-size: 10px; letter-spacing: .1em; }
.about-hero h1 { margin: 0; color: #173d2b; font: 800 clamp(46px, 5.3vw, 72px)/1.02 'Manrope', sans-serif; letter-spacing: -.065em; }
.about-hero h1 em { color: #4eb94e; font-style: normal; }
.about-hero-copy > p:not(.about-hero-kicker) { max-width: 510px; margin: 23px 0 0; color: #5d7063; font-size: 16px; line-height: 1.75; }
.about-hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 31px; }
.about-hero-actions a { display: inline-flex; align-items: center; gap: 11px; padding: 14px 18px; color: #fff; background: #173d2b; border-radius: 6px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.about-hero-actions a:hover { background: #4eb94e; transform: translateY(-2px); }
.about-hero-actions a img { width: 16px; height: 16px; filter: brightness(0) invert(1); }
.about-hero-actions > span { color: #75857a; font-size: 12px; font-weight: 700; }
.about-hero-actions b { margin: 0 6px; color: #4eb94e; }
.about-hero-visual { position: relative; min-height: 390px; }
.about-hero-visual::before { position: absolute; top: -18px; right: -18px; bottom: 18px; left: 18px; content: ''; background: #d8edcf; border-radius: 14px; }
.about-hero-visual::after { position: absolute; z-index: 2; top: 23px; left: -23px; width: 46px; height: 46px; content: ''; border: 10px solid #b7e68e; border-radius: 50%; background: #f5f8f2; }
.about-hero-visual > img { position: relative; z-index: 1; display: block; width: calc(100% - 18px); height: 390px; object-fit: cover; border-radius: 14px; box-shadow: 0 20px 40px rgba(21,57,36,.14); }
.about-hero-tag { position: absolute; z-index: 3; right: -16px; bottom: -18px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; color: #163d2d; background: #fff; border-left: 4px solid #62bd55; box-shadow: 0 14px 32px rgba(20,54,36,.16); }
.about-hero-tag strong { color: #30833f; font: 800 14px 'Manrope', sans-serif; letter-spacing: .08em; }
.about-hero-tag span { font-size: 11px; font-weight: 800; line-height: 1.35; text-transform: uppercase; }

.about-company-section { padding: 112px 28px 106px; background: #edf5e9; }
.about-company-grid { width: min(100%, 1180px); margin: 0 auto; display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: clamp(42px, 8vw, 112px); }
.about-company-media { position: relative; min-height: 458px; padding: 26px 0 0 26px; }
.about-company-media::before { position: absolute; top: 0; right: 24px; bottom: 0; left: 0; content: ''; background: #174330; border-radius: 0 48px 0 48px; }
.about-company-media img { position: relative; z-index: 1; display: block; width: calc(100% - 24px); height: 432px; object-fit: cover; border-radius: 0 38px 0 38px; box-shadow: 16px 16px 0 #c8e8bb; }
.about-company-media > span { position: absolute; z-index: 2; right: -8px; bottom: 27px; padding: 13px 16px; color: #173d2b; background: #c3e993; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.about-company-media > span b { margin: 0 5px; color: #34833e; }
.about-company-copy { order: -1; padding: 35px 42px 38px; border-radius: 16px; background: #fff; box-shadow: 0 16px 40px rgba(30,71,42,.08); }
.about-company-copy .section-kicker { color: #4d8653; }
.about-company-copy h2 { max-width: 630px; margin: 0; color: #173d2b; font: 800 clamp(35px, 4vw, 54px)/1.08 'Manrope', sans-serif; letter-spacing: -.055em; }
.about-company-copy h2 em { color: #54ba50; font-style: normal; }
.about-company-copy > p:not(.section-kicker) { margin: 20px 0 0; color: #607166; font-size: 15px; line-height: 1.8; }
.about-company-copy > p:not(.section-kicker) + p { margin-top: 14px; }
.about-stats { width: min(100%, 1180px); margin: 56px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.about-stats > div { min-height: 154px; padding: 29px 25px; border: 1px solid #d7e7d3; border-radius: 12px; background: #fff; box-shadow: 0 9px 20px rgba(27,68,40,.05); }
.about-stats strong { display: block; color: #1a5136; font: 800 clamp(37px, 4vw, 52px)/1 'Manrope', sans-serif; letter-spacing: -.06em; }
.about-stats strong span { color: #62c85a; }
.about-stats p { margin: 13px 0 0; color: #66816d; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.vision-mission-section { padding: 112px 28px; background: #fff; }
.vision-mission-shell { width: min(100%, 1180px); margin: 0 auto; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(42px, 8vw, 108px); }
.vision-mission-visual { position: relative; min-height: 455px; padding: 18px 18px 0 0; }
.vision-mission-visual::before { position: absolute; top: 0; right: 0; bottom: 0; left: 18px; content: ''; background: #e1f0db; border-radius: 50% 50% 14px 14px; }
.vision-mission-visual img { position: relative; z-index: 1; display: block; width: calc(100% - 18px); height: 437px; object-fit: cover; border-radius: 50% 50% 12px 12px; box-shadow: 0 20px 40px rgba(27,66,41,.13); }
.vision-mission-visual > span { position: absolute; z-index: 2; right: -13px; bottom: 23px; padding: 13px 17px; color: #fff; background: #173d2b; font-size: 11px; font-weight: 800; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; }
.vision-mission-content .section-kicker { color: #4e8753; }
.vision-mission-content h2 { margin: 0; color: #173d2b; font: 800 clamp(36px, 4.1vw, 55px)/1.07 'Manrope', sans-serif; letter-spacing: -.06em; }
.vision-mission-content h2 em { color: #53ba51; font-style: normal; }
.vision-mission-intro { max-width: 560px; margin: 19px 0 30px; color: #64756a; font-size: 15px; line-height: 1.75; }
.vision-mission-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.vision-mission-cards article { min-height: 178px; padding: 24px 23px; border: 1px solid #dce9d9; border-radius: 12px; background: #f8fbf7; }
.vision-mission-cards article:first-child { color: #fff; border-color: #173d2b; background: #173d2b; }
.vision-mission-cards span { display: block; margin-bottom: 13px; color: #4cad50; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.vision-mission-cards article:first-child span { color: #b9e78e; }
.vision-mission-cards p { margin: 0; color: #637367; font-size: 14px; line-height: 1.7; }
.vision-mission-cards article:first-child p { color: #e2efe4; }

.leadership-section { position: relative; overflow: hidden; padding: 118px 28px 124px; background: #f3f7f1; }
.leadership-section::before { position: absolute; top: 0; right: -8vw; width: 43vw; height: 43vw; content: ''; border: 1px solid #cfe6c7; border-radius: 50%; box-shadow: 0 0 0 38px rgba(207,230,199,.34), 0 0 0 76px rgba(207,230,199,.16); }
.leadership-shell { position: relative; width: min(100%, 1180px); margin: 0 auto; }
.leadership-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 80px; align-items: end; max-width: 940px; margin-bottom: 65px; }
.leadership-heading .section-kicker { grid-column: 1 / -1; margin-bottom: -6px; color: #4b8653; }
.leadership-heading h2 { margin: 0; color: #173d2b; font: 800 clamp(38px, 4.3vw, 60px)/1.04 'Manrope', sans-serif; letter-spacing: -.06em; }
.leadership-heading h2 em { color: #55ba51; font-style: normal; }
.leadership-heading > p:last-child { max-width: 435px; margin: 0 0 4px; color: #627367; font-size: 15px; line-height: 1.75; }
.leadership-group + .leadership-group { margin-top: 70px; }
.leadership-group-title { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; }
.leadership-group-title span { display: grid; width: 35px; height: 35px; place-items: center; color: #fff; border-radius: 50%; background: #173d2b; font: 800 11px 'Manrope', sans-serif; }
.leadership-group-title h3 { margin: 0; color: #244634; font: 800 13px 'Manrope', sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.team-grid { display: grid; gap: 16px; }
.team-grid-board { grid-template-columns: repeat(5, 1fr); }
.team-grid-management { grid-template-columns: repeat(4, 1fr); max-width: 962px; }
.team-card { display: block; min-width: 0; padding: 10px; cursor: pointer; text-align: left; border: 1px solid #dce9d8; border-radius: 16px; background: #fff; box-shadow: 0 12px 24px rgba(28,66,40,.05); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.team-card:hover { transform: translateY(-7px); border-color: #8dcf83; box-shadow: 0 21px 32px rgba(25,70,42,.13); }
.team-card:focus-visible { outline: 3px solid #78c765; outline-offset: 3px; }
.team-photo { position: relative; display: block; width: 100%; aspect-ratio: 1.04; overflow: hidden; border-radius: 11px; background: #e5efe1; }
.team-photo::after { position: absolute; right: 0; bottom: 0; left: 0; height: 38%; content: ''; background: linear-gradient(transparent, rgba(13,54,34,.32)); }
.team-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .45s ease; }
.team-card:hover .team-photo img { transform: scale(1.05); }
.team-card-copy { display: flex; flex-direction: column; padding: 17px 8px 7px; }
.team-card-copy strong { display: block; margin-top: 5px; color: #1d4631; font: 800 17px/1.25 'Manrope', sans-serif; }
.team-card-copy small { display: block; order: -1; min-height: 0; color: #5a9e48; font-size: 10px; font-weight: 800; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }
.team-card-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 18px; padding-top: 12px; border-top: 1px solid #e5eee2; }
.team-card-copy i { display: inline-flex; align-items: center; gap: 8px; color: #3e9a46; font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.team-card-copy i b { color: #173d2b; font-size: 16px; line-height: 10px; }
.team-linkedin { display: inline-flex; width: 30px; min-height: 29px; align-items: center; justify-content: center; flex: 0 0 auto; padding: 0; color: #fff; border-radius: 7px; background: #00000000; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.team-linkedin img { width: 18px; height: 18px; object-fit: contain; }
.team-linkedin:hover { color: #fff; background: #00000000; transform: translateY(-2px); }
.team-modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 24px; visibility: hidden; opacity: 0; transition: opacity .22s ease, visibility .22s ease; }
.team-modal.is-open { visibility: visible; opacity: 1; }
.team-modal-backdrop { position: absolute; inset: 0; background: rgba(11,31,21,.72); backdrop-filter: blur(5px); }
.team-modal-panel { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(230px, .7fr) 1.3fr; gap: 42px; width: min(100%, 860px); max-height: min(680px, calc(100vh - 48px)); padding: 34px; overflow: auto; border-radius: 18px; background: #fff; box-shadow: 0 26px 70px rgba(0,0,0,.3); }
.team-modal-panel > img { width: 100%; height: 100%; min-height: 310px; max-height: 430px; object-fit: cover; object-position: center top; border-radius: 11px; background: #e7eee4; }
.team-modal-close { position: absolute; top: 13px; right: 16px; display: grid; width: 32px; height: 32px; place-items: center; cursor: pointer; color: #173d2b; border: 0; border-radius: 50%; background: #edf5e9; font-size: 23px; line-height: 1; }
.team-modal-copy { align-self: center; }
.team-modal-copy > p { margin: 0 0 10px; color: #55a84f; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.team-modal-copy h2 { margin: 0; color: #173d2b; font: 800 clamp(28px, 3vw, 39px)/1.08 'Manrope', sans-serif; letter-spacing: -.045em; }
.team-modal-copy > span { display: block; margin-top: 8px; color: #6b7b70; font-size: 14px; font-weight: 700; }
.team-modal-copy [data-team-modal-bio] { margin-top: 27px; color: #52665a; font-size: 15px; line-height: 1.8; }
.team-modal-copy [data-team-modal-bio] p { margin: 0; }
body.team-modal-open { overflow: hidden; }

.awards-hero { position: relative; overflow: hidden; padding: 86px 28px 96px; background: #f5f8f2; }
.awards-hero::before { position: absolute; top: -180px; right: -140px; width: 510px; height: 510px; content: ''; border: 1px solid #dbe9d5; border-radius: 50%; box-shadow: 0 0 0 40px rgba(219,233,213,.55), 0 0 0 80px rgba(219,233,213,.25); }
.awards-hero-shell { position: relative; width: min(100%, 1180px); min-height: 448px; margin: 0 auto; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: clamp(42px, 8vw, 112px); }
.awards-hero-copy { position: relative; z-index: 2; padding: 20px 0 20px 26px; border-left: 3px solid #69bf5b; }
.awards-hero-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: #657766; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.awards-hero-kicker span { padding: 7px 10px; color: #fff; border-radius: 999px; background: #337c42; font-size: 10px; letter-spacing: .1em; }
.awards-hero h1 { max-width: 600px; margin: 0; color: #173d2b; font: 800 clamp(46px, 5.3vw, 72px)/1.02 'Manrope', sans-serif; letter-spacing: -.065em; }
.awards-hero h1 em { color: #4eb94e; font-style: normal; }
.awards-hero-copy > p:not(.awards-hero-kicker) { max-width: 510px; margin: 23px 0 0; color: #5d7063; font-size: 16px; line-height: 1.75; }
.awards-hero-bottom { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.awards-hero-bottom a { display: inline-flex; align-items: center; gap: 11px; padding: 14px 18px; color: #fff; border-radius: 6px; background: #173d2b; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.awards-hero-bottom a:hover { background: #4eb94e; transform: translateY(-2px); }
.awards-hero-bottom a img { width: 16px; height: 16px; filter: brightness(0) invert(1); }
.awards-hero-bottom > span { color: #75857a; font-size: 12px; font-weight: 700; }
.awards-hero-bottom b { margin: 0 6px; color: #4eb94e; }
.awards-hero-visual { position: relative; min-height: 390px; padding: 23px 0 0 23px; }
.awards-hero-visual::before { position: absolute; top: 0; right: 21px; bottom: 20px; left: 0; content: ''; border-radius: 14px; background: #dcebcf; }
.awards-hero-frame { position: relative; z-index: 1; display: grid; width: calc(100% - 21px); height: 367px; place-items: center; overflow: hidden; border-radius: 14px; background: linear-gradient(135deg, #1b5136, #0b2d21); box-shadow: 0 20px 40px rgba(21,57,36,.15); }
.awards-hero-frame::before { position: absolute; width: 310px; height: 310px; content: ''; border: 1px solid rgba(169,224,124,.4); border-radius: 50%; box-shadow: 0 0 0 25px rgba(169,224,124,.07), 0 0 0 50px rgba(169,224,124,.035); }
.awards-visual-label { position: absolute; top: 24px; left: 26px; color: #dce8d5; font: 800 10px/1.45 'Manrope', sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.awards-year { position: absolute; z-index: 2; right: -1px; bottom: -12px; display: flex; align-items: center; gap: 12px; padding: 13px 17px; color: #1b4331; background: #fff; border-left: 4px solid #62bd55; box-shadow: 0 12px 24px rgba(0,0,0,.12); }
.awards-year b { color: #4cad50; font: 800 24px/1 'Manrope', sans-serif; letter-spacing: -.04em; }
.awards-year span { max-width: 84px; font-size: 10px; font-weight: 800; line-height: 1.35; letter-spacing: .05em; text-transform: uppercase; }

.agro-hero { position: relative; overflow: hidden; padding: 84px 28px 72px; background: #eff6eb; }
.agro-hero::before { position: absolute; right: -10vw; bottom: -19vw; width: 44vw; height: 44vw; content: ''; border: 1px solid #d1e8c9; border-radius: 50%; box-shadow: 0 0 0 38px rgba(209,232,201,.42), 0 0 0 76px rgba(209,232,201,.18); }
.agro-hero-shell { position: relative; width: min(100%, 1180px); min-height: 462px; margin: 0 auto; display: grid; grid-template-columns: 1fr .94fr; align-items: center; gap: clamp(45px, 8vw, 110px); }
.agro-hero-copy { position: relative; z-index: 1; }
.agro-hero-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 23px; color: #597861; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.agro-hero-kicker span { padding: 7px 12px; color: #fff; border-radius: 999px; background: #4eb94e; font-size: 10px; letter-spacing: .1em; }
.agro-hero h1 { margin: 0; color: #163f2c; font: 800 clamp(48px, 5.4vw, 74px)/1.01 'Manrope', sans-serif; letter-spacing: -.067em; }
.agro-hero h1 em { color: #4eb94e; font-style: normal; }
.agro-hero-copy > p:not(.agro-hero-kicker) { max-width: 550px; margin: 25px 0 0; color: #5c7161; font-size: 16px; line-height: 1.78; }
.agro-hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 31px; }
.agro-hero-actions a { display: inline-flex; align-items: center; gap: 11px; padding: 14px 18px; color: #fff; border-radius: 7px; background: #173d2b; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.agro-hero-actions a:hover { background: #4eb94e; transform: translateY(-2px); }
.agro-hero-actions a img { width: 16px; height: 16px; filter: brightness(0) invert(1); }
.agro-hero-actions > span { color: #728578; font-size: 12px; font-weight: 700; }
.agro-hero-actions b { margin: 0 5px; color: #4eb94e; }
.agro-hero-note { display: flex; align-items: center; gap: 13px; margin-top: 42px; padding-top: 18px; border-top: 1px solid #d5e4d0; }
.agro-hero-note b { color: #1c4a32; font: 800 13px 'Manrope', sans-serif; }
.agro-hero-note span { color: #718276; font-size: 12px; font-weight: 600; }
.agro-hero-visual { position: relative; min-height: 420px; padding: 20px 0 0 20px; }
.agro-hero-visual::before { position: absolute; top: 0; right: 22px; bottom: 20px; left: 0; content: ''; border-radius: 48% 48% 16px 16px; background: #d1ecc5; }
.agro-hero-visual img { position: relative; z-index: 1; display: block; width: calc(100% - 22px); height: 400px; object-fit: cover; border-radius: 48% 48% 14px 14px; box-shadow: 0 20px 40px rgba(24,66,38,.16); }
.agro-hero-badge { position: absolute; z-index: 2; right: -9px; bottom: 5px; display: flex; align-items: center; gap: 12px; padding: 14px 17px; color: #173d2b; background: #fff; border-left: 4px solid #63bd55; box-shadow: 0 14px 30px rgba(23,63,42,.13); }
.agro-hero-badge strong { color: #33813f; font: 800 13px 'Manrope', sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.agro-hero-badge span { font-size: 10px; font-weight: 800; line-height: 1.35; letter-spacing: .04em; text-transform: uppercase; }

.agro-catalogue-section { padding: 114px 28px 124px; background: #fff; }
.agro-catalogue-shell { width: min(100%, 1180px); margin: 0 auto; }
.agro-catalogue-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 48px; }
.agro-catalogue-heading .section-kicker { color: #4f8754; }
.agro-catalogue-heading h2 { margin: 0; color: #173d2b; font: 800 clamp(38px, 4.4vw, 60px)/1.05 'Manrope', sans-serif; letter-spacing: -.06em; }
.agro-catalogue-heading h2 em { color: #55ba51; font-style: normal; }
.agro-catalogue-heading > p { max-width: 410px; margin: 0 0 6px; color: #65766b; font-size: 15px; line-height: 1.75; }
.agro-catalogue-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.agro-catalogue-card { min-width: 0; padding: 0; overflow: hidden; text-align: left; border: 1px solid #dceada; border-radius: 14px; background: #f5f9f3; box-shadow: 0 10px 23px rgba(23,62,38,.06); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.agro-catalogue-card:hover { transform: translateY(-6px); border-color: #89cf7d; box-shadow: 0 20px 32px rgba(24,70,42,.13); }
.agro-catalogue-image { display: grid; width: 100%; height: 205px; overflow: hidden; place-items: center; padding: 10px; background: linear-gradient(145deg, #ecf6e9, #fff); }
.agro-catalogue-image img { display: block; width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; filter: drop-shadow(0 8px 12px rgba(28,67,38,.12)); transition: transform .35s ease; }
.agro-catalogue-card:hover .agro-catalogue-image img { transform: scale(1.035); }
.agro-catalogue-card-footer { position: relative; z-index: 2; display: block; padding: 13px 15px 15px; border-top: 1px solid #dceada; background: #fff; }
.agro-catalogue-card-footer small { color: #5da153; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.agro-catalogue-card-footer > strong { display: block; margin: 4px 0 13px; color: #173d2b; font: 800 15px/1.2 'Manrope', sans-serif; }
.agro-catalogue-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.agro-guide-button, .agro-enquire-button { display: inline-flex; align-items: center; justify-content: center; gap: 5px; min-height: 36px; padding: 7px 8px; cursor: pointer; border-radius: 6px; font-size: 10px; font-weight: 800; line-height: 1.2; transition: background .2s ease, color .2s ease, transform .2s ease; }
.agro-guide-button { color: #245637; border: 1px solid #b9dbb3; background: #f5fbf3; }
.agro-enquire-button { color: #fff; border: 1px solid #3dae49; background: #48b74c; }
.agro-guide-button:hover, .agro-enquire-button:hover { transform: translateY(-2px); }
.agro-guide-button:hover { color: #fff; background: #1a5636; border-color: #1a5636; }
.agro-enquire-button:hover { background: #278d3c; border-color: #278d3c; }
.agro-guide-button b, .agro-enquire-button b { font-size: 14px; line-height: 1; }
.agro-guide-button:focus-visible, .agro-enquire-button:focus-visible { outline: 3px solid #69bf5b; outline-offset: 2px; }
.agro-modal { position: fixed; z-index: 1100; inset: 0; display: grid; place-items: center; padding: 24px; visibility: hidden; opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
.agro-modal.is-open { visibility: visible; opacity: 1; }
.agro-modal-backdrop { position: absolute; inset: 0; width: 100%; cursor: pointer; border: 0; background: rgba(8,28,19,.8); backdrop-filter: blur(5px); }
.agro-modal-panel { position: relative; z-index: 1; width: min(100%, 920px); max-height: calc(100vh - 48px); padding: 16px; overflow: auto; border-radius: 15px; background: #fff; box-shadow: 0 24px 65px rgba(0,0,0,.35); }
.agro-modal-panel img { display: block; width: 100%; max-height: calc(100vh - 142px); object-fit: contain; border-radius: 9px; background: #edf4e9; }
.agro-modal-panel h2 { margin: 13px 4px 2px; color: #173d2b; font: 800 18px 'Manrope', sans-serif; }
.agro-modal-close { position: absolute; z-index: 2; top: 23px; right: 23px; display: grid; width: 32px; height: 32px; place-items: center; cursor: pointer; color: #fff; border: 0; border-radius: 50%; background: rgba(15,48,31,.82); font-size: 23px; line-height: 1; }
body.agro-modal-open { overflow: hidden; }
.agro-enquiry-modal { position: fixed; z-index: 1150; inset: 0; display: grid; place-items: center; padding: 24px; visibility: hidden; opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
.agro-enquiry-modal.is-open { visibility: visible; opacity: 1; }
.agro-enquiry-backdrop { position: absolute; inset: 0; width: 100%; cursor: pointer; border: 0; background: rgba(8,28,19,.78); backdrop-filter: blur(5px); }
.agro-enquiry-panel { position: relative; z-index: 1; width: min(100%, 570px); max-height: calc(100vh - 48px); padding: 38px; overflow: auto; border-radius: 17px; background: #fff; box-shadow: 0 24px 65px rgba(0,0,0,.35); }
.agro-enquiry-panel .section-kicker { margin: 0 0 12px; color: #4d9951; }
.agro-enquiry-panel h2 { margin: 0; color: #173d2b; font: 800 clamp(30px, 4vw, 41px)/1.08 'Manrope', sans-serif; letter-spacing: -.055em; }
.agro-enquiry-panel h2 em { color: #50b84d; font-style: normal; }
.agro-enquiry-product { margin: 18px 0 23px; padding: 11px 13px; color: #65766b; border-left: 3px solid #5cbd52; background: #f1f8ef; font-size: 12px; line-height: 1.45; }
.agro-enquiry-product strong { color: #204c30; }
.agro-enquiry-close { position: absolute; top: 15px; right: 16px; display: grid; width: 32px; height: 32px; place-items: center; cursor: pointer; color: #496051; border: 0; border-radius: 50%; background: #edf5ea; font-size: 22px; line-height: 1; }
.agro-enquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.agro-enquiry-form label { display: grid; gap: 7px; color: #31533b; font-size: 11px; font-weight: 800; }
.agro-enquiry-form label span { color: #87998a; font-weight: 600; }
.agro-enquiry-form input, .agro-enquiry-form textarea { width: 100%; padding: 11px 12px; resize: vertical; color: #1d3425; border: 1px solid #d7e5d4; border-radius: 6px; background: #fbfdfb; font: 400 13px 'DM Sans', sans-serif; outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }
.agro-enquiry-form input:focus, .agro-enquiry-form textarea:focus { border-color: #56ba50; box-shadow: 0 0 0 3px rgba(86,186,80,.13); }
.agro-enquiry-form .agro-enquiry-message { grid-column: 1 / -1; }
.agro-enquiry-form button { grid-column: 1 / -1; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 45px; margin-top: 4px; cursor: pointer; color: #fff; border: 0; border-radius: 6px; background: #1a5636; font-size: 12px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.agro-enquiry-form button:hover { background: #48b74c; transform: translateY(-2px); }
.agro-enquiry-form button b { font-size: 16px; }
.agro-enquiry-help { grid-column: 1 / -1; margin: -2px 0 0; color: #718276; font-size: 11px; text-align: center; }
.agro-enquiry-help a { color: #328740; font-weight: 800; }
body.agro-enquiry-open { overflow: hidden; }

/* Food & Beverages: warm, food-led hero distinct from the product catalogue pages. */
.food-hero { position: relative; overflow: hidden; padding: 82px 28px 88px; background: #fff8ec; }
.food-hero::before { position: absolute; top: -195px; left: -145px; width: 500px; height: 500px; content: ''; border-radius: 50%; background: #f7df9c; opacity: .48; }
.food-hero::after { position: absolute; right: -220px; bottom: -260px; width: 580px; height: 580px; content: ''; border: 1px solid #d7e7bc; border-radius: 50%; box-shadow: 0 0 0 46px rgba(215,231,188,.34), 0 0 0 92px rgba(215,231,188,.16); }
.food-hero-shell { position: relative; z-index: 1; width: min(100%, 1180px); min-height: 474px; margin: 0 auto; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(45px, 8vw, 106px); }
.food-hero-copy { position: relative; z-index: 2; }
.food-hero-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 23px; color: #8a7141; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.food-hero-kicker span { padding: 7px 11px; color: #fff; border-radius: 999px; background: #4fae4d; font-size: 10px; letter-spacing: .1em; }
.food-hero h1 { margin: 0; color: #173d2b; font: 800 clamp(48px, 5.4vw, 74px)/1.01 'Manrope', sans-serif; letter-spacing: -.07em; }
.food-hero h1 em { color: #ef8d28; font-style: normal; }
.food-hero-copy > p:not(.food-hero-kicker) { max-width: 525px; margin: 25px 0 0; color: #6f7462; font-size: 16px; line-height: 1.78; }
.food-hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 31px; }
.food-hero-actions a { display: inline-flex; align-items: center; gap: 11px; padding: 14px 18px; color: #fff; border-radius: 7px; background: #173d2b; font-size: 13px; font-weight: 800; transition: background .2s ease, transform .2s ease; }
.food-hero-actions a:hover { background: #ef8d28; transform: translateY(-2px); }
.food-hero-actions a img { width: 16px; height: 16px; filter: brightness(0) invert(1); }
.food-hero-actions > span { color: #868574; font-size: 11px; font-weight: 700; }
.food-hero-actions b { margin: 0 4px; color: #55ad4c; }
.food-hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 37px; }
.food-hero-tags span { padding: 8px 10px; color: #416341; border: 1px solid #d5e6ca; border-radius: 999px; background: rgba(255,255,255,.65); font-size: 10px; font-weight: 800; }
.food-hero-visual { position: relative; min-height: 426px; }
.food-visual-panel { position: absolute; overflow: hidden; border-radius: 19px; background: #fff; box-shadow: 0 20px 42px rgba(65,78,35,.18); }
.food-panel-main { top: 3px; right: 5%; width: 71%; height: 397px; border: 7px solid #fff; }
.food-panel-main img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 61%; transform: scale(1.4); }
.food-panel-main::after { position: absolute; inset: 50% 0 0; content: ''; background: linear-gradient(transparent, rgba(18,57,35,.78)); }
.food-panel-main span { position: absolute; z-index: 1; right: 17px; bottom: 17px; left: 17px; color: #e9f7df; font-size: 10px; font-weight: 700; line-height: 1.4; }
.food-panel-main b { display: block; margin-bottom: 3px; color: #fff; font: 800 15px 'Manrope', sans-serif; }
.food-visual-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 9px; width: 172px; padding: 8px; border: 4px solid #fff; border-radius: 12px; background: #fff; box-shadow: 0 14px 30px rgba(63,80,35,.16); }
.food-visual-card img { width: 65px; height: 56px; object-fit: cover; border-radius: 7px; }
.food-visual-card strong { color: #245337; font: 800 10px/1.35 'Manrope', sans-serif; }
.food-card-top { top: 29px; left: 0; }
.food-card-bottom { bottom: 6px; left: 6%; }
.food-hero-stamp { position: absolute; z-index: 3; right: 0; bottom: 47px; display: grid; width: 111px; height: 111px; place-content: center; text-align: center; color: #fff; border: 4px solid #fff7dc; border-radius: 50%; background: #ef8d28; box-shadow: 0 10px 22px rgba(202,111,27,.25); transform: rotate(-8deg); }
.food-hero-stamp b { font: 800 15px/1 'Manrope', sans-serif; }
.food-hero-stamp small { margin-top: 4px; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

/* Keep Food & Beverages visually within the SEAFB green and navy site system. */
.food-hero { background: #f1f8ef; }
.food-hero::before { top: -235px; left: -140px; background: #d9eed1; opacity: 1; }
.food-hero::after { border-color: #cde6c6; box-shadow: 0 0 0 46px rgba(205,230,198,.42), 0 0 0 92px rgba(205,230,198,.2); }
.food-hero-kicker { color: #597861; }
.food-hero-kicker span { background: #4eb94e; }
.food-hero h1 em { color: #4eb94e; }
.food-hero-copy > p:not(.food-hero-kicker) { color: #5c7161; }
.food-hero-actions a:hover { background: #4eb94e; }
.food-hero-actions > span { color: #728578; }
.food-hero-tags span { color: #416b45; border-color: #d4e6d0; background: rgba(255,255,255,.78); }
.food-panel-main { border-color: #fff; box-shadow: 0 20px 42px rgba(24,66,38,.16); }
.food-panel-main::after { background: linear-gradient(transparent, rgba(15,52,31,.78)); }
.food-visual-card { box-shadow: 0 14px 30px rgba(24,66,38,.15); }
.food-hero-stamp { background: #4eb94e; border-color: #e7f7e1; box-shadow: 0 10px 22px rgba(41,132,58,.22); }

.food-range-section { padding: 112px 28px 122px; background: #fff; }
.food-range-shell { width: min(100%, 1180px); margin: 0 auto; }
.food-range-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 48px; }
.food-range-heading .section-kicker { color: #4f8754; }
.food-range-heading h2 { margin: 0; color: #173d2b; font: 800 clamp(38px, 4.4vw, 60px)/1.05 'Manrope', sans-serif; letter-spacing: -.06em; }
.food-range-heading h2 em { color: #55ba51; font-style: normal; }
.food-range-heading > p { max-width: 410px; margin: 0 0 6px; color: #65766b; font-size: 15px; line-height: 1.75; }
.food-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.food-category-card { overflow: hidden; border: 1px solid #deebdb; border-radius: 15px; background: #fff; box-shadow: 0 12px 28px rgba(25,67,39,.07); transition: transform .25s ease, box-shadow .25s ease; }
.food-category-card:hover { transform: translateY(-6px); box-shadow: 0 21px 36px rgba(25,67,39,.13); }
.food-category-visual { position: relative; height: 172px; overflow: hidden; background: #eff6eb; }
.food-category-visual::after { position: absolute; inset: 42% 0 0; content: ''; background: linear-gradient(transparent, rgba(15,55,33,.74)); }
.food-category-visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 60%; transform: scale(1.45); transition: transform .45s ease; }
.food-category-card:hover .food-category-visual img { transform: scale(1.53); }
.food-category-vegetable .food-category-visual img { object-position: 32% 61%; }
.food-category-juice .food-category-visual img { object-position: 79% 61%; }
.food-category-visual span { position: absolute; z-index: 1; bottom: 16px; left: 18px; color: #e8f8e4; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.food-category-content { padding: 22px 22px 21px; }
.food-category-content > p { margin: 0 0 6px; color: #5aa156; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.food-category-content h3 { margin: 0; color: #173d2b; font: 800 27px/1.13 'Manrope', sans-serif; letter-spacing: -.04em; }
.food-category-content ul { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 10px; margin: 20px 0 23px; padding: 0; list-style: none; }
.food-category-content li { position: relative; padding-left: 13px; color: #637267; font-size: 12px; line-height: 1.35; }
.food-category-content li::before { position: absolute; top: 5px; left: 0; width: 5px; height: 5px; content: ''; border-radius: 50%; background: #54b54f; }
.food-category-content a { display: inline-flex; align-items: center; gap: 9px; color: #1b5537; font-size: 11px; font-weight: 800; }
.food-category-content a b { color: #50b84d; font-size: 17px; transition: transform .2s ease; }
.food-category-content a:hover b { transform: translateX(4px); }

.food-menu-section { padding: 112px 28px 124px; background: linear-gradient(180deg, #f4faf2 0%, #fff 58%); }
.food-menu-shell { width: min(100%, 1180px); margin: 0 auto; }
.food-menu-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 54px; }
.food-menu-heading .section-kicker { color: #4f8754; }
.food-menu-heading h2 { margin: 0; color: #173d2b; font: 800 clamp(38px, 4.4vw, 60px)/1.05 'Manrope', sans-serif; letter-spacing: -.06em; }
.food-menu-heading h2 em { color: #55ba51; font-style: normal; }
.food-menu-heading > p { max-width: 395px; margin: 0 0 7px; color: #65766b; font-size: 15px; line-height: 1.75; }
.food-menu-group { position: relative; padding: 27px 25px 30px; overflow: hidden; border: 1px solid #dce9d8; border-radius: 16px; background: #f8fcf7; }
.food-menu-group + .food-menu-group { margin-top: 18px; }
.food-menu-group:last-child { border-bottom: 1px solid #dce9d8; }
.food-menu-veg { background: linear-gradient(110deg, #edf8e9, #fff 62%); border-color: #d5eacc; }
.food-menu-chicken { background: linear-gradient(110deg, #fff5ed, #fff 62%); border-color: #f0dac7; }
.food-menu-fish { background: linear-gradient(110deg, #eaf6f7, #fff 62%); border-color: #cfe4e6; }
.food-menu-group-heading { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; }
.food-menu-group-heading > div:first-child { display: flex; align-items: center; gap: 11px; }
.food-menu-group-heading > div:first-child span { display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid #c8e3c1; border-radius: 10px; background: #4eb94e; }
.food-menu-group-heading > div:first-child span img { width: 20px; height: 20px; filter: brightness(0) invert(1); }
.food-menu-chicken .food-menu-group-heading > div:first-child span { border-color: #efc6aa; background: #df6d3c; }
.food-menu-fish .food-menu-group-heading > div:first-child span { border-color: #b9dbe0; background: #297f8b; }
.food-menu-group-heading h3 { margin: 0; color: #173d2b; font: 800 25px 'Manrope', sans-serif; letter-spacing: -.04em; }
.food-menu-group-heading > p { margin: 0; color: #718276; font-size: 12px; }
.food-menu-controls { display: flex; gap: 8px; margin-left: auto; }
.food-menu-controls button { display: grid; width: 34px; height: 34px; place-items: center; padding: 0; cursor: pointer; border: 1px solid #cfe3c9; border-radius: 50%; background: #fff; transition: transform .2s ease, background .2s ease; }
.food-menu-controls button:hover { background: #eaf7e6; transform: translateY(-2px); }
.food-menu-chicken .food-menu-controls button { border-color: #edd3c0; }
.food-menu-chicken .food-menu-controls button:hover { background: #fff0e5; }
.food-menu-fish .food-menu-controls button { border-color: #c6dfe2; }
.food-menu-fish .food-menu-controls button:hover { background: #e6f4f5; }
.food-menu-controls img { width: 15px; height: 15px; }
.food-menu-track { display: flex; gap: 15px; overflow-x: auto; padding: 4px 2px 14px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.food-menu-track::-webkit-scrollbar { display: none; }
.food-product-card { flex: 0 0 calc((100% - 75px) / 6); overflow: hidden; scroll-snap-align: start; border: 1px solid #d7e8d2; border-radius: 13px; background: #fff; box-shadow: 0 8px 18px rgba(25,69,39,.06); transition: transform .25s ease, box-shadow .25s ease; }
.food-menu-chicken .food-product-card { border-color: #efdbc9; box-shadow: 0 8px 18px rgba(112,59,29,.07); }
.food-menu-fish .food-product-card { border-color: #cce2e4; box-shadow: 0 8px 18px rgba(25,83,91,.07); }
.food-product-card:hover { transform: translateY(-5px); box-shadow: 0 16px 26px rgba(25,69,39,.14); }
.food-product-card img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }

/* Healthcare hero: restrained SEAFB green and navy, with a clinical image treatment. */
.healthcare-hero { position: relative; overflow: hidden; padding: 84px 28px 72px; background: #f1f8ef; }
.healthcare-hero::before { position: absolute; top: -180px; right: -140px; width: 480px; height: 480px; content: ''; border: 1px solid #d2e7cc; border-radius: 50%; box-shadow: 0 0 0 38px rgba(210,231,204,.45), 0 0 0 76px rgba(210,231,204,.2); }
.healthcare-hero-shell { position: relative; width: min(100%, 1180px); min-height: 458px; margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(45px, 8vw, 108px); }
.healthcare-hero-copy { position: relative; z-index: 2; }
.healthcare-hero-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 23px; color: #597861; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.healthcare-hero-kicker span { padding: 7px 12px; color: #fff; border-radius: 999px; background: #4eb94e; font-size: 10px; letter-spacing: .1em; }
.healthcare-hero h1 { margin: 0; color: #173d2b; font: 800 clamp(46px, 5.1vw, 71px)/1.02 'Manrope', sans-serif; letter-spacing: -.067em; }
.healthcare-hero h1 em { color: #4eb94e; font-style: normal; }
.healthcare-hero-copy > p:not(.healthcare-hero-kicker) { max-width: 525px; margin: 25px 0 0; color: #5d7162; font-size: 16px; line-height: 1.78; }
.healthcare-hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 31px; }
.healthcare-hero-actions a { display: inline-flex; align-items: center; gap: 11px; padding: 14px 18px; color: #fff; border-radius: 7px; background: #173d2b; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.healthcare-hero-actions a:hover { background: #4eb94e; transform: translateY(-2px); }
.healthcare-hero-actions a img { width: 16px; height: 16px; filter: brightness(0) invert(1); }
.healthcare-hero-actions > span { color: #728578; font-size: 11px; font-weight: 700; }
.healthcare-hero-actions b { margin: 0 5px; color: #4eb94e; }
.healthcare-hero-note { display: flex; align-items: center; gap: 13px; margin-top: 40px; padding-top: 18px; border-top: 1px solid #d5e4d0; }
.healthcare-hero-note b { color: #1c4a32; font: 800 12px 'Manrope', sans-serif; }
.healthcare-hero-note span { color: #718276; font-size: 11px; font-weight: 600; }
.healthcare-hero-visual { position: relative; min-height: 407px; padding: 20px 17px 0 0; }
.healthcare-hero-visual::before { position: absolute; top: 0; right: 0; bottom: 8px; left: 20px; content: ''; border-radius: 23px 23px 23px 86px; background: #d0eac7; }
.healthcare-hero-frame { position: relative; z-index: 1; width: 100%; height: 387px; overflow: hidden; border: 6px solid #fff; border-radius: 22px 22px 22px 84px; box-shadow: 0 19px 39px rgba(24,66,38,.17); }
.healthcare-hero-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.healthcare-visual-label { position: absolute; z-index: 2; right: -4px; bottom: 6px; display: flex; align-items: center; gap: 12px; padding: 14px 16px; color: #173d2b; background: #fff; border-left: 4px solid #62bd55; box-shadow: 0 14px 30px rgba(23,63,42,.13); }
.healthcare-visual-label b { color: #33813f; font: 800 11px 'Manrope', sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.healthcare-visual-label span { font-size: 9px; font-weight: 800; line-height: 1.35; letter-spacing: .04em; text-transform: uppercase; }

.healthcare-intro-section { padding: 112px 28px 122px; background: #fff; }
.healthcare-intro-shell { width: min(100%, 1180px); margin: 0 auto; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: clamp(48px, 8vw, 115px); }
.healthcare-intro-copy .section-kicker { color: #4f8754; }
.healthcare-intro-copy h2 { margin: 14px 0 24px; color: #173d2b; font: 800 clamp(38px, 4.2vw, 58px)/1.07 'Manrope', sans-serif; letter-spacing: -.06em; }
.healthcare-intro-copy h2 em { color: #55ba51; font-style: normal; }
.healthcare-intro-copy > p:not(.section-kicker) { max-width: 570px; margin: 0 0 16px; color: #607064; font-size: 15px; line-height: 1.8; }
.healthcare-intro-action { display: inline-flex; align-items: center; gap: 11px; margin-top: 16px; padding: 14px 18px; color: #fff; border-radius: 7px; background: #173d2b; font-size: 12px; font-weight: 800; transition: background .2s ease, transform .2s ease; }
.healthcare-intro-action:hover { background: #4eb94e; transform: translateY(-2px); }
.healthcare-intro-action img { width: 16px; height: 16px; filter: brightness(0) invert(1); }
.healthcare-intro-brand { position: relative; padding: 23px 0 0 23px; }
.healthcare-intro-brand::before { position: absolute; top: 0; right: 0; bottom: 54px; left: 0; content: ''; border-radius: 22px; background: #e6f4e2; }
.healthcare-logo-card { position: relative; z-index: 1; display: grid; height: 300px; place-items: center; overflow: hidden; border: 6px solid #fff; border-radius: 20px; background: #f5f9f3; box-shadow: 0 18px 39px rgba(24,66,38,.14); }
.healthcare-logo-card img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.healthcare-focus-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; width: calc(100% - 36px); margin: -27px 0 0 -23px; }
.healthcare-focus-grid span { min-height: 78px; padding: 14px 12px; color: #173d2b; border-top: 3px solid #65bd57; background: #fff; box-shadow: 0 10px 21px rgba(25,66,39,.1); }
.healthcare-focus-grid b, .healthcare-focus-grid small { display: block; }
.healthcare-focus-grid b { margin-bottom: 6px; font: 800 11px/1.2 'Manrope', sans-serif; text-transform: uppercase; }
.healthcare-focus-grid small { color: #718276; font-size: 9px; font-weight: 600; line-height: 1.35; }
.healthcare-portfolio { width: min(100%, 1180px); margin: 98px auto 0; padding-top: 88px; border-top: 1px solid #dce9d8; }
.healthcare-portfolio-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 42px; }
.healthcare-portfolio-heading .section-kicker { color: #4f8754; }
.healthcare-portfolio-heading h2 { margin: 14px 0 0; color: #173d2b; font: 800 clamp(38px, 4.2vw, 57px)/1.06 'Manrope', sans-serif; letter-spacing: -.06em; }
.healthcare-portfolio-heading h2 em { color: #55ba51; font-style: normal; }
.healthcare-portfolio-heading > p { max-width: 400px; margin: 0 0 5px; color: #65766b; font-size: 15px; line-height: 1.75; }
.healthcare-brand-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.healthcare-brand-card { display: grid; grid-template-columns: 126px 1fr; gap: 20px; min-height: 185px; padding: 21px; border: 1px solid #dce9d8; border-radius: 13px; background: #fff; box-shadow: 0 8px 20px rgba(25,67,39,.045); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.healthcare-brand-card:hover { transform: translateY(-4px); border-color: #9bd18f; box-shadow: 0 16px 28px rgba(25,67,39,.11); }
.healthcare-brand-mark { display: grid; min-height: 100%; place-items: center; padding: 12px; text-align: center; border: 1px solid #deebda; border-radius: 9px; background: #f4faf2; }
.healthcare-brand-logo { max-width: 100%; max-height: 58px; object-fit: contain; }
.healthcare-brand-logo[src="#"] { display: none; }
.healthcare-brand-copy > div { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding-bottom: 9px; border-bottom: 1px solid #e5eee2; }
.healthcare-brand-copy h3 { margin: 0; color: #173d2b; font: 800 18px/1.2 'Manrope', sans-serif; letter-spacing: -.035em; }
.healthcare-brand-copy small { flex: 0 0 auto; color: #78917e; font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.healthcare-brand-area { margin: 10px 0 5px !important; color: #53a950 !important; font-size: 9px !important; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.healthcare-brand-copy > p { margin: 0; color: #66766a; font-size: 12px; line-height: 1.58; }

/* Awards hero: a distinct, image-led recognition composition. */
.awards-hero { position: relative; overflow: hidden; padding: 82px 28px 88px; color: #fff; background: #113c2a; }
.awards-hero::before { position: absolute; top: 0; right: 0; bottom: 0; left: 52%; width: auto; height: auto; content: ''; border: 0; border-radius: 0; box-shadow: none; background: linear-gradient(135deg, rgba(100,189,85,.12), transparent 58%); }
.awards-hero::after { position: absolute; bottom: -185px; left: -100px; width: 430px; height: 430px; content: ''; border: 1px solid rgba(177,232,143,.22); border-radius: 50%; box-shadow: 0 0 0 38px rgba(177,232,143,.05), 0 0 0 76px rgba(177,232,143,.025); }
.awards-hero-shell { position: relative; z-index: 1; width: min(100%, 1180px); min-height: 438px; margin: 0 auto; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(40px, 7vw, 94px); }
.awards-hero-copy { position: relative; z-index: 1; padding: 0; border: 0; }
.awards-hero-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 23px; color: #c9dec9; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.awards-hero-kicker span { padding: 7px 10px; color: #173d2b; border-radius: 999px; background: #b6e98e; font-size: 10px; letter-spacing: .1em; }
.awards-hero h1 { max-width: 610px; margin: 0; color: #fff; font: 800 clamp(45px, 5.1vw, 70px)/1.02 'Manrope', sans-serif; letter-spacing: -.065em; }
.awards-hero h1 em { color: #b6e98e; font-style: normal; }
.awards-hero-copy > p:not(.awards-hero-kicker) { max-width: 480px; margin: 24px 0 0; color: #d4e4d6; font-size: 16px; line-height: 1.75; }
.awards-hero-bottom { display: flex; align-items: center; gap: 20px; margin-top: 31px; }
.awards-hero-bottom a { display: inline-flex; align-items: center; gap: 11px; padding: 14px 18px; color: #173d2b; border-radius: 6px; background: #b6e98e; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.awards-hero-bottom a:hover { background: #fff; transform: translateY(-2px); }
.awards-hero-bottom a img { width: 16px; height: 16px; filter: none; }
.awards-hero-bottom > span { color: #b6cdb9; font-size: 11px; font-weight: 700; }
.awards-hero-bottom b { margin: 0 5px; color: #a8df83; }
.awards-hero-meta { display: flex; gap: 15px; margin-top: 43px; padding-top: 18px; border-top: 1px solid rgba(218,238,218,.18); }
.awards-hero-meta span { color: #cbe6c5; font-size: 11px; font-weight: 700; }
.awards-hero-meta span + span { padding-left: 15px; border-left: 1px solid rgba(218,238,218,.26); }
.awards-hero-visual { position: relative; min-height: 416px; padding: 0 0 0 22px; }
.awards-hero-visual::before { display: none; }
.awards-hero-frame { position: relative; display: block; width: 100%; height: 396px; overflow: hidden; border: 1px solid rgba(187,232,151,.45); border-radius: 15px 15px 80px 15px; background: none; box-shadow: 20px 20px 0 rgba(132,202,109,.22), 0 20px 40px rgba(3,27,17,.25); }
.awards-hero-frame::before { position: absolute; z-index: 1; inset: 0; width: auto; height: auto; content: ''; border: 0; border-radius: 0; box-shadow: none; background: linear-gradient(180deg, transparent 45%, rgba(6,37,24,.72)); }
.awards-hero-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.awards-visual-label { position: absolute; z-index: 2; top: 25px; left: 26px; padding: 8px 10px; color: #173d2b; background: #b6e98e; font: 800 9px/1.45 'Manrope', sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.awards-year { position: absolute; z-index: 2; right: -14px; bottom: -4px; display: flex; align-items: center; gap: 12px; padding: 14px 18px; color: #183d2b; background: #fff; border-left: 4px solid #64bd55; box-shadow: 0 15px 28px rgba(3,25,16,.2); }
.awards-year b { color: #378c43; font: 800 15px 'Manrope', sans-serif; letter-spacing: .06em; }
.awards-year span { max-width: 112px; font-size: 9px; font-weight: 800; line-height: 1.4; letter-spacing: .06em; text-transform: uppercase; }

.awards-gallery-section { padding: 114px 28px 124px; background: #fff; }
.awards-gallery-shell { width: min(100%, 1180px); margin: 0 auto; }
.awards-gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 48px; }
.awards-gallery-heading .section-kicker { color: #4f8754; }
.awards-gallery-heading h2 { margin: 0; color: #173d2b; font: 800 clamp(38px, 4.4vw, 60px)/1.05 'Manrope', sans-serif; letter-spacing: -.06em; }
.awards-gallery-heading h2 em { color: #55ba51; font-style: normal; }
.awards-gallery-heading > p { max-width: 410px; margin: 0 0 6px; color: #65766b; font-size: 15px; line-height: 1.75; }
.awards-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 16px; }
.award-card { position: relative; min-width: 0; padding: 0; overflow: hidden; cursor: pointer; text-align: left; border: 0; border-radius: 14px; background: #e9f1e6; box-shadow: 0 10px 22px rgba(24,62,38,.08); }
.award-card-feature { grid-row: span 2; grid-column: span 2; }
.award-card img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.award-card-feature img { object-position: center top; }
.award-card::after { position: absolute; inset: 40% 0 0; content: ''; background: linear-gradient(transparent, rgba(9,40,26,.88)); pointer-events: none; }
.award-card:hover img { transform: scale(1.06); }
.award-card:focus-visible { outline: 3px solid #69bf5b; outline-offset: 3px; }
.award-card > span { position: absolute; z-index: 1; right: 20px; bottom: 18px; left: 20px; color: #fff; }
.award-card > span small { display: block; margin-bottom: 6px; color: #b5e493; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.award-card > span strong { display: block; max-width: 270px; font: 800 16px/1.2 'Manrope', sans-serif; }
.award-card > span i { position: absolute; right: 0; bottom: 0; color: #d2f1bc; font-size: 21px; font-style: normal; }
.award-card-feature > span { right: 27px; bottom: 25px; left: 27px; }
.award-card-feature > span strong { font-size: 25px; }
.award-card-feature > span i { position: static; display: inline-flex; align-items: center; gap: 8px; margin-top: 13px; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.award-card-feature > span i b { font-size: 16px; }
.award-modal { position: fixed; z-index: 1100; inset: 0; display: grid; place-items: center; padding: 24px; visibility: hidden; opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
.award-modal.is-open { visibility: visible; opacity: 1; }
.award-modal-backdrop { position: absolute; inset: 0; width: 100%; cursor: pointer; border: 0; background: rgba(8,28,19,.8); backdrop-filter: blur(5px); }
.award-modal-panel { position: relative; z-index: 1; width: min(100%, 820px); max-height: calc(100vh - 48px); padding: 16px; overflow: auto; border-radius: 15px; background: #fff; box-shadow: 0 24px 65px rgba(0,0,0,.35); }
.award-modal-panel img { display: block; width: 100%; max-height: calc(100vh - 142px); object-fit: contain; border-radius: 9px; background: #edf4e9; }
.award-modal-panel h2 { margin: 13px 4px 2px; color: #173d2b; font: 800 18px 'Manrope', sans-serif; }
.award-modal-close { position: absolute; z-index: 2; top: 23px; right: 23px; display: grid; width: 32px; height: 32px; place-items: center; cursor: pointer; color: #fff; border: 0; border-radius: 50%; background: rgba(15,48,31,.82); font-size: 23px; line-height: 1; }
body.award-modal-open { overflow: hidden; }

.site-footer { position: relative; color: #dbe8df; background: linear-gradient(135deg, #071f2d 0%, #0b2d3b 58%, #092536 100%); }
.site-footer::before { content: ''; display: block; height: 4px; background: linear-gradient(90deg, #8edc67, var(--sea-green), #a8d85d); }
.footer-inner { width: min(100% - 56px, 1360px); margin: 0 auto; padding: 72px 0 58px; display: grid; grid-template-columns: 1.05fr 1.35fr 1.35fr .8fr .9fr; gap: 42px; }
.footer-logo { display: block; width: 190px; height: 78px; margin-bottom: 22px; padding: 10px 14px; background: #fff; border-radius: 10px; }
.footer-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.footer-intro > p { max-width: 230px; margin: 0; color: #a9c1b2; font-size: 13px; line-height: 1.75; }
.footer-label { margin: 0 0 22px; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.footer-location { display: grid; grid-template-columns: 24px 1fr; gap: 10px; margin-bottom: 24px; }
.footer-icon { width: 20px; height: 20px; margin-top: 1px; filter: invert(72%) sepia(62%) saturate(550%) hue-rotate(65deg) brightness(92%); }
.footer-location strong { display: block; margin-bottom: 6px; color: #fff; font-size: 13px; font-weight: 700; }
.footer-location p { margin: 0; color: #b8ccc0; font-size: 12px; line-height: 1.75; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-links a { position: relative; display: inline-flex; align-items: center; gap: 8px; color: #b8ccc0; font-size: 13px; transition: color .2s ease, padding-left .2s ease; }
.footer-link-icon { order: -1; width: 15px; height: 15px; filter: invert(72%) sepia(62%) saturate(550%) hue-rotate(65deg) brightness(92%); transition: transform .2s ease; }
.footer-links a:hover { padding-left: 4px; color: #fff; }
.footer-links a:hover .footer-link-icon { transform: translateX(-3px); }
.footer-contact { margin-top: 30px; display: flex; flex-direction: column; gap: 10px; }
.footer-contact .footer-label { margin-bottom: 2px; }
.footer-contact a { padding-left: 0; color: #dbe8df; }
.footer-contact a:hover { padding-left: 0; color: var(--sea-green); }
.footer-contact-row { display: flex; align-items: center; gap: 10px; }
.footer-contact-row img { width: 18px; height: 18px; filter: invert(72%) sepia(62%) saturate(550%) hue-rotate(65deg) brightness(92%); }
.footer-contact-row div { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.footer-contact-row span { color: #8ea99a; }
.footer-socials { display: flex; gap: 10px; margin-top: 28px; }
.footer-socials a { display: grid; width: 36px; height: 36px; place-items: center; color: #dbe8df; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; font-size: 12px; font-weight: 700; transition: .2s ease; }
.footer-socials a:hover { color: #fff; background: var(--sea-green); border-color: var(--sea-green); transform: translateY(-3px); }
.footer-socials img { width: 16px; height: 16px; filter: brightness(0) invert(1); }
.footer-bottom { width: min(100% - 56px, 1360px); padding: 18px 0 20px; margin: 0 auto; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.14); color: #8ea99a; font-size: 12px; }
.footer-bottom strong { color: var(--sea-green); }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 900; display: inline-flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 17px 0 13px; color: #fff; background: #25d366; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; box-shadow: 0 10px 28px rgba(22, 123, 61, .32); font: 800 12px/1 'Manrope', sans-serif; letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.whatsapp-float svg { width: 25px; height: 25px; flex: 0 0 25px; fill: currentColor; }
.whatsapp-float:hover { color: #fff; background: #1ebc58; box-shadow: 0 14px 32px rgba(22, 123, 61, .42); transform: translateY(-3px); }
.whatsapp-float:focus-visible { outline: 3px solid rgba(37,211,102,.35); outline-offset: 3px; }
.back-to-top { position: fixed; right: 22px; bottom: 82px; z-index: 900; display: grid; width: 44px; height: 44px; place-items: center; color: #fff; background: var(--sea-green); border: 0; border-radius: 7px; box-shadow: 0 8px 22px rgba(0,0,0,.18); cursor: pointer; font-size: 23px; opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

/* Dealers Network hero: aligned with the clean two-column product-page family. */
.dealers-hero { position: relative; overflow: hidden; padding: 84px 28px 72px; background: #f1f8ef; }
.dealers-hero::before { position: absolute; top: -184px; right: -145px; width: 485px; height: 485px; content: ''; border: 1px solid #d2e7cc; border-radius: 50%; box-shadow: 0 0 0 38px rgba(210,231,204,.45), 0 0 0 76px rgba(210,231,204,.2); }
.dealers-hero-shell { position: relative; width: min(100%, 1180px); min-height: 458px; margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(45px, 8vw, 108px); }
.dealers-hero-copy { position: relative; z-index: 2; }
.dealers-hero-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 23px; color: #597861; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.dealers-hero-kicker span { padding: 7px 12px; color: #fff; border-radius: 999px; background: #4eb94e; font-size: 10px; letter-spacing: .1em; }
.dealers-hero h1 { margin: 0; color: #173d2b; font: 800 clamp(46px, 5.1vw, 71px)/1.02 'Manrope', sans-serif; letter-spacing: -.067em; }
.dealers-hero h1 em { color: #4eb94e; font-style: normal; }
.dealers-hero-copy > p:not(.dealers-hero-kicker) { max-width: 520px; margin: 25px 0 0; color: #5d7162; font-size: 16px; line-height: 1.78; }
.dealers-hero-note { display: flex; align-items: center; gap: 13px; margin-top: 39px; padding-top: 18px; border-top: 1px solid #d5e4d0; }
.dealers-hero-note b { color: #1c4a32; font: 800 12px 'Manrope', sans-serif; }
.dealers-hero-note span { color: #718276; font-size: 11px; font-weight: 700; }
.dealers-hero-note i { margin: 0 6px; color: #4eb94e; font-style: normal; }
.dealers-hero-visual { position: relative; min-height: 407px; padding: 20px 17px 0 0; }
.dealers-hero-visual::before { position: absolute; top: 0; right: 0; bottom: 8px; left: 20px; content: ''; border-radius: 23px 23px 23px 86px; background: #d0eac7; }
.dealers-hero-frame { position: relative; z-index: 1; width: 100%; height: 387px; overflow: hidden; border: 6px solid #fff; border-radius: 22px 22px 22px 84px; box-shadow: 0 19px 39px rgba(24,66,38,.17); }
.dealers-hero-frame::after { position: absolute; inset: 0; content: ''; background: linear-gradient(125deg, rgba(19,61,43,.16), transparent 52%); }
.dealers-hero-frame img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.dealers-hero-label { position: absolute; z-index: 2; right: -5px; bottom: 3px; display: flex; flex-direction: column; gap: 3px; padding: 14px 17px; color: #fff; border-left: 4px solid #a3dc7d; border-radius: 4px; background: #173d2b; box-shadow: 0 11px 22px rgba(23,61,43,.2); }
.dealers-hero-label strong { font: 800 12px 'Manrope', sans-serif; }
.dealers-hero-label span { color: #c8e7be; font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

/* Dealer coverage: turns the supplied state maps into clear network-coverage cards. */
.dealer-coverage-section { position: relative; overflow: hidden; padding: 104px 28px 112px; background: #fff; }
.dealer-coverage-section::after { position: absolute; top: 136px; right: -135px; width: 330px; height: 330px; content: ''; border: 1px solid #dcefd6; border-radius: 50%; box-shadow: 0 0 0 34px rgba(220,239,214,.33); }
.dealer-coverage-shell { position: relative; z-index: 1; width: min(100%, 1180px); margin: 0 auto; }
.dealer-coverage-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 49px; }
.dealer-coverage-heading .section-kicker { margin: 0 0 14px; color: #57ad4d; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.dealer-coverage-heading h2 { margin: 0; color: #173d2b; font: 800 clamp(33px, 3.5vw, 49px)/1.07 'Manrope', sans-serif; letter-spacing: -.06em; }
.dealer-coverage-heading h2 em { color: #4eb94e; font-style: normal; }
.dealer-coverage-heading > p { max-width: 370px; margin: 0 0 4px; color: #637568; font-size: 14px; line-height: 1.75; }
.dealer-coverage-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 26px; align-items: stretch; }
.dealer-coverage-card { position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 515px; padding: 25px; border: 1px solid #d9ead5; border-radius: 16px; background: #f6fbf4; transition: transform .25s ease, box-shadow .25s ease; }
.dealer-coverage-card:hover { box-shadow: 0 20px 40px rgba(27,73,40,.12); transform: translateY(-5px); }
.dealer-coverage-card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.dealer-coverage-card-top span { display: grid; width: 31px; height: 31px; place-items: center; color: #fff; border-radius: 50%; background: #173d2b; font-size: 10px; font-weight: 800; }
.dealer-coverage-card-top small { color: #66806c; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.dealer-coverage-map { position: relative; z-index: 1; display: grid; flex: 1; min-height: 295px; place-items: center; padding: 16px 26px 3px; }
.dealer-coverage-map::before { position: absolute; width: 78%; height: 78%; content: ''; border-radius: 50%; background: #e4f3df; }
.dealer-coverage-map img { position: relative; z-index: 1; display: block; width: 100%; max-height: 315px; object-fit: contain; mix-blend-mode: multiply; filter: saturate(1.08); transition: transform .35s ease; }
.dealer-coverage-card:hover .dealer-coverage-map img { transform: scale(1.045); }
.dealer-coverage-card-bottom { position: relative; z-index: 1; padding-top: 19px; border-top: 1px solid #d8e9d4; }
.dealer-coverage-card-bottom h3 { margin: 0; color: #173d2b; font: 800 25px 'Manrope', sans-serif; letter-spacing: -.05em; }
.dealer-coverage-card-bottom p { max-width: 345px; margin: 8px 0 0; color: #637568; font-size: 13px; line-height: 1.65; }
.dealer-coverage-maharashtra { background: linear-gradient(145deg, #f7fcf4, #edf8e9); }
.dealer-coverage-maharashtra::after { position: absolute; right: -50px; bottom: -92px; width: 230px; height: 230px; content: ''; border: 1px solid rgba(89,178,79,.18); border-radius: 50%; box-shadow: 0 0 0 27px rgba(89,178,79,.05); }
.dealer-coverage-goa { padding: 25px; background: #173d2b; border-color: #173d2b; }
.dealer-coverage-goa .dealer-coverage-card-top small { color: #b8dcb1; }
.dealer-coverage-goa .dealer-coverage-card-top span { color: #173d2b; background: #a9df83; }
.dealer-coverage-goa .dealer-coverage-map::before { background: rgba(169,223,131,.14); }
.dealer-coverage-goa .dealer-coverage-map img { filter: saturate(1.05); }
.dealer-coverage-goa .dealer-coverage-card-bottom { border-top-color: rgba(215,238,207,.24); }
.dealer-coverage-goa .dealer-coverage-card-bottom h3 { color: #fff; }
.dealer-coverage-goa .dealer-coverage-card-bottom p { color: #c9dec5; }

/* Authorised dealer directory: organised by district without the retailer block. */
.dealer-directory-section { padding: 104px 28px 112px; background: #f5faf3; }
.dealer-directory-shell { width: min(100%, 1180px); margin: 0 auto; }
.dealer-directory-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.dealer-directory-heading .section-kicker { margin: 0 0 14px; color: #57ad4d; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.dealer-directory-heading h2 { margin: 0; color: #173d2b; font: 800 clamp(33px, 3.5vw, 49px)/1.07 'Manrope', sans-serif; letter-spacing: -.06em; }
.dealer-directory-heading h2 em { color: #4eb94e; font-style: normal; }
.dealer-directory-heading > p { max-width: 370px; margin: 0 0 4px; color: #637568; font-size: 14px; line-height: 1.75; }
.dealer-directory-list { display: grid; gap: 13px; }
.dealer-region { overflow: hidden; border: 1px solid #d8e8d4; border-radius: 12px; background: #fff; transition: box-shadow .2s ease, border-color .2s ease; }
.dealer-region[open] { border-color: #b9dcb2; box-shadow: 0 13px 30px rgba(28,73,40,.08); }
.dealer-region summary { display: grid; grid-template-columns: 48px 1fr 42px; align-items: center; gap: 15px; min-height: 83px; padding: 15px 20px; list-style: none; cursor: pointer; }
.dealer-region summary::-webkit-details-marker { display: none; }
.dealer-region summary:hover { background: #fbfef9; }
.dealer-region-number { display: grid; width: 36px; height: 36px; place-items: center; color: #4eb94e; border-radius: 50%; background: #edf8e9; font-size: 10px; font-weight: 800; }
.dealer-region-title { display: flex; align-items: center; gap: 13px; }
.dealer-region-title b { color: #173d2b; font: 800 19px 'Manrope', sans-serif; letter-spacing: -.04em; }
.dealer-region-title small { padding: 5px 8px; color: #628068; border-radius: 999px; background: #f0f7ed; font-size: 9px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.dealer-region-toggle { position: relative; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: #173d2b; }
.dealer-region-toggle::before, .dealer-region-toggle::after { position: absolute; width: 11px; height: 2px; content: ''; border-radius: 2px; background: #fff; transition: transform .2s ease; }
.dealer-region-toggle::after { transform: rotate(90deg); }
.dealer-region[open] .dealer-region-toggle { background: #4eb94e; }
.dealer-region[open] .dealer-region-toggle::after { transform: rotate(0); }
.dealer-region-content { padding: 0 20px 22px 83px; }
.dealer-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding-top: 17px; border-top: 1px solid #e2eee0; }
.dealer-card { display: grid; grid-template-columns: 35px 1fr; gap: 13px; padding: 17px; border: 1px solid #e0edde; border-radius: 9px; background: #fbfef9; transition: border-color .2s ease, transform .2s ease; }
.dealer-card:hover { border-color: #a9d69d; transform: translateY(-2px); }
.dealer-card-mark { display: grid; width: 31px; height: 31px; place-items: center; color: #fff; border-radius: 8px; background: #173d2b; font: 800 13px 'Manrope', sans-serif; }
.dealer-card h3 { margin: 2px 0 11px; color: #244c35; font: 800 14px 'Manrope', sans-serif; letter-spacing: -.025em; }
.dealer-card dl { display: grid; gap: 5px; margin: 0; }
.dealer-card dl div { display: flex; gap: 6px; color: #738175; font-size: 11px; line-height: 1.35; }
.dealer-card dt { color: #78927c; font-weight: 800; }
.dealer-card dd { margin: 0; color: #536b59; font-weight: 600; }

/* Retailer directory: a distinct companion section with searchable district tables. */
.retailer-directory-section { position: relative; overflow: hidden; padding: 108px 28px 122px; background: #fff; }
.retailer-directory-section::before { position: absolute; top: 72px; left: -168px; width: 360px; height: 360px; content: ''; border: 1px solid #dcefd6; border-radius: 50%; box-shadow: 0 0 0 34px rgba(220,239,214,.3); }
.retailer-directory-shell { position: relative; z-index: 1; width: min(100%, 1180px); margin: 0 auto; }.retailer-directory-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }.retailer-directory-heading .section-kicker { margin: 0 0 14px; color: #57ad4d; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.retailer-directory-heading h2 { margin: 0; color: #173d2b; font: 800 clamp(33px, 3.5vw, 49px)/1.07 'Manrope', sans-serif; letter-spacing: -.06em; }.retailer-directory-heading h2 em { color: #4eb94e; font-style: normal; }.retailer-directory-heading > p { max-width: 370px; margin: 0 0 4px; color: #637568; font-size: 14px; line-height: 1.75; }.retailer-directory-list { display: grid; gap: 13px; }
.retailer-region { overflow: hidden; border: 1px solid #d8e8d4; border-radius: 12px; background: #fff; transition: box-shadow .2s ease, border-color .2s ease; }.retailer-region[open] { border-color: #b9dcb2; box-shadow: 0 16px 34px rgba(28,73,40,.09); }.retailer-region summary { display: grid; grid-template-columns: 48px 1fr 42px; align-items: center; gap: 15px; min-height: 83px; padding: 15px 20px; list-style: none; cursor: pointer; }.retailer-region summary::-webkit-details-marker { display: none; }.retailer-region summary:hover { background: #fbfef9; }.retailer-region-number { display: grid; width: 36px; height: 36px; place-items: center; color: #fff; border-radius: 50%; background: #4eb94e; font-size: 10px; font-weight: 800; }.retailer-region-title { display: flex; align-items: center; gap: 13px; }.retailer-region-title b { color: #173d2b; font: 800 19px 'Manrope', sans-serif; letter-spacing: -.04em; }.retailer-region-title small { padding: 5px 8px; color: #628068; border-radius: 999px; background: #f0f7ed; font-size: 9px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }.retailer-region-toggle { position: relative; display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid #cfe4ca; border-radius: 50%; background: #f0f8ed; }.retailer-region-toggle::before, .retailer-region-toggle::after { position: absolute; width: 11px; height: 2px; content: ''; border-radius: 2px; background: #2d7640; transition: transform .2s ease; }.retailer-region-toggle::after { transform: rotate(90deg); }.retailer-region[open] .retailer-region-toggle { border-color: #173d2b; background: #173d2b; }.retailer-region[open] .retailer-region-toggle::before, .retailer-region[open] .retailer-region-toggle::after { background: #fff; }.retailer-region[open] .retailer-region-toggle::after { transform: rotate(0); }
.retailer-region-content { padding: 0 20px 22px 83px; }.retailer-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid #e2eee0; }.retailer-toolbar p { margin: 0; color: #6a7e6d; font-size: 12px; line-height: 1.5; }.retailer-toolbar p b { color: #173d2b; font: 800 14px 'Manrope', sans-serif; }.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }.retailer-search { position: relative; display: block; width: min(100%, 286px); }.retailer-search input { width: 100%; height: 42px; padding: 0 44px 0 14px; color: #244c35; border: 1px solid #d4e5d0; border-radius: 7px; background: #fbfef9; font: 600 12px 'DM Sans', sans-serif; outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }.retailer-search input:focus { border-color: #58b952; box-shadow: 0 0 0 3px rgba(78,185,78,.13); }.retailer-search-icon { position: absolute; top: 50%; right: 15px; width: 13px; height: 13px; border: 2px solid #348542; border-radius: 50%; transform: translateY(-62%); pointer-events: none; }.retailer-search-icon::after { position: absolute; right: -5px; bottom: -4px; width: 6px; height: 2px; content: ''; border-radius: 2px; background: #348542; transform: rotate(47deg); }
.retailer-table-wrap { overflow-x: auto; border: 1px solid #dce9d8; border-radius: 9px; background: #fff; }.retailer-table { width: 100%; min-width: 730px; border-collapse: collapse; text-align: left; }.retailer-table th { padding: 14px 15px; color: #376348; border-bottom: 1px solid #dce9d8; background: #f0f8ed; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.retailer-table td { padding: 14px 15px; color: #617365; border-bottom: 1px solid #e5eee2; font-size: 12px; line-height: 1.4; }.retailer-table tbody tr:nth-child(even) { background: #fbfdf9; }.retailer-table tbody tr:hover { background: #eff8eb; }.retailer-table tbody tr:last-child td { border-bottom: 0; }.retailer-table th:first-child, .retailer-table td:first-child { width: 56px; color: #58a953; font: 800 10px 'Manrope', sans-serif; }.retailer-table th:nth-child(2) { width: 42%; }.retailer-table td strong { color: #244c35; font: 800 13px 'Manrope', sans-serif; letter-spacing: -.018em; }.retailer-empty td { padding: 28px 15px; color: #758777; font-style: italic; text-align: center; }
.retailer-pagination { display: flex; justify-content: flex-end; gap: 6px; padding-top: 17px; }.retailer-pagination button { display: grid; width: 32px; height: 32px; place-items: center; padding: 0; cursor: pointer; color: #376348; border: 1px solid #d5e6d1; border-radius: 6px; background: #fff; font: 800 11px 'Manrope', sans-serif; transition: background .2s ease, color .2s ease, transform .2s ease; }.retailer-pagination button:hover:not(:disabled) { color: #fff; background: #4eb94e; transform: translateY(-1px); }.retailer-pagination button.is-active { color: #fff; border-color: #173d2b; background: #173d2b; }.retailer-pagination button:disabled { cursor: not-allowed; opacity: .42; }

/* Customer feedback hero. */
.feedback-hero { position: relative; overflow: hidden; padding: 84px 28px 72px; background: #f1f8ef; }.feedback-hero::before { position: absolute; top: -222px; left: -160px; width: 490px; height: 490px; content: ''; border: 1px solid #d2e7cc; border-radius: 50%; box-shadow: 0 0 0 38px rgba(210,231,204,.45), 0 0 0 76px rgba(210,231,204,.2); }.feedback-hero::after { position: absolute; right: 7%; bottom: 39px; width: 182px; height: 182px; content: ''; border: 1px solid #cae8c2; border-radius: 50%; }
.feedback-hero-shell { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(45px, 8vw, 108px); width: min(100%, 1180px); min-height: 458px; margin: 0 auto; }.feedback-hero-copy { position: relative; z-index: 2; }.feedback-hero-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 23px; color: #597861; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.feedback-hero-kicker span { padding: 7px 12px; color: #fff; border-radius: 999px; background: #4eb94e; font-size: 10px; letter-spacing: .1em; }.feedback-hero h1 { margin: 0; color: #173d2b; font: 800 clamp(46px, 5.1vw, 71px)/1.02 'Manrope', sans-serif; letter-spacing: -.067em; }.feedback-hero h1 em { color: #4eb94e; font-style: normal; }.feedback-hero-copy > p:not(.feedback-hero-kicker) { max-width: 535px; margin: 25px 0 0; color: #5d7162; font-size: 16px; line-height: 1.78; }.feedback-hero-note { display: flex; align-items: center; gap: 13px; margin-top: 39px; padding-top: 18px; border-top: 1px solid #d5e4d0; }.feedback-hero-note b { color: #1c4a32; font: 800 12px 'Manrope', sans-serif; }.feedback-hero-note span { color: #718276; font-size: 11px; font-weight: 700; }.feedback-hero-note i { margin: 0 6px; color: #4eb94e; font-style: normal; }
.feedback-hero-visual { position: relative; min-height: 408px; }.feedback-hero-backdrop { position: absolute; top: 10px; right: 4%; bottom: 0; left: 7%; border-radius: 78px 22px 78px 22px; background: #d6eccf; }.feedback-hero-main-card, .feedback-hero-mini-card { position: absolute; z-index: 1; overflow: hidden; margin: 0; border: 6px solid #fff; background: #fff; box-shadow: 0 18px 37px rgba(25,70,39,.16); }.feedback-hero-main-card { top: 0; right: 10%; width: 65%; border-radius: 22px 22px 22px 72px; }.feedback-hero-main-card img { display: block; width: 100%; height: 332px; object-fit: cover; object-position: center; }.feedback-hero-main-card figcaption { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; color: #173d2b; }.feedback-hero-main-card figcaption span { color: #5ba052; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.feedback-hero-main-card figcaption b { font: 800 11px 'Manrope', sans-serif; }.feedback-hero-mini-card { width: 142px; height: 106px; border-radius: 12px; }.feedback-hero-mini-card img { display: block; width: 100%; height: 100%; object-fit: cover; }.feedback-hero-mini-top { top: 37px; left: 0; transform: rotate(-4deg); }.feedback-hero-mini-bottom { right: 0; bottom: 11px; transform: rotate(4deg); }.feedback-hero-seal { position: absolute; z-index: 2; bottom: 59px; left: 8%; display: grid; width: 93px; height: 93px; place-content: center; color: #fff; border: 4px solid #e8f7e3; border-radius: 50%; background: #173d2b; box-shadow: 0 11px 22px rgba(23,61,43,.2); text-align: center; transform: rotate(-8deg); }.feedback-hero-seal strong { font: 800 22px/.95 'Manrope', sans-serif; }.feedback-hero-seal span { margin-top: 4px; color: #c8e7be; font-size: 8px; font-weight: 800; line-height: 1.3; letter-spacing: .07em; text-transform: uppercase; }

/* Customer feedback gallery: all unique field stories are shown in a calm editorial grid. */
.feedback-stories { position: relative; overflow: hidden; padding: 108px 28px 122px; background: #fff; }
.feedback-stories::before { position: absolute; top: 175px; right: -175px; width: 360px; height: 360px; content: ''; border: 1px solid #dcefd6; border-radius: 50%; box-shadow: 0 0 0 34px rgba(220,239,214,.3); }
.feedback-stories-shell { position: relative; z-index: 1; width: min(100%, 1180px); margin: 0 auto; }
.feedback-stories-heading { display: flex; align-items: end; justify-content: space-between; gap: 45px; margin-bottom: 34px; }
.feedback-stories-heading .section-kicker { margin: 0 0 14px; color: #57ad4d; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.feedback-stories-heading h2 { margin: 0; color: #173d2b; font: 800 clamp(35px, 3.9vw, 53px)/1.06 'Manrope', sans-serif; letter-spacing: -.065em; }
.feedback-stories-heading h2 em { color: #4eb94e; font-style: normal; }
.feedback-stories-heading > p { max-width: 390px; margin: 0 0 5px; color: #637568; font-size: 14px; line-height: 1.75; }
.feedback-stories-intro { display: flex; align-items: center; gap: 15px; margin-bottom: 28px; padding: 15px 18px; border: 1px solid #dbead7; border-radius: 10px; background: #f6fbf4; }
.feedback-stories-intro span { padding: 6px 10px; color: #fff; border-radius: 999px; background: #173d2b; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.feedback-stories-intro p { margin: 0; color: #617464; font-size: 12px; font-weight: 600; }
.feedback-stories-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feedback-story-card { position: relative; overflow: hidden; margin: 0; border: 1px solid #dbe9d7; border-radius: 14px; background: #f7fbf5; box-shadow: 0 10px 23px rgba(29,76,43,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feedback-story-card:hover { z-index: 1; border-color: #9fd292; box-shadow: 0 20px 36px rgba(29,76,43,.16); transform: translateY(-6px); }
.feedback-story-card img { display: block; width: 100%; aspect-ratio: 1.31 / 1; object-fit: cover; object-position: center; transition: transform .4s ease; }
.feedback-story-card:hover img { transform: scale(1.025); }
.feedback-story-card figcaption { position: absolute; right: 11px; bottom: 11px; left: 11px; display: flex; align-items: center; justify-content: space-between; padding: 8px 10px; color: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 7px; background: rgba(20,61,42,.85); backdrop-filter: blur(5px); }
.feedback-story-card figcaption span { color: #d4e9cf; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.feedback-story-card figcaption b { display: grid; width: 25px; height: 25px; place-items: center; color: #173d2b; border-radius: 50%; background: #a9dd86; font: 800 9px 'Manrope', sans-serif; }
.feedback-story-featured { border-color: #93c985; box-shadow: 0 15px 31px rgba(29,76,43,.12); }
.feedback-story-featured::before { position: absolute; z-index: 1; top: 13px; left: 13px; padding: 7px 10px; content: 'Featured story'; color: #fff; border-radius: 999px; background: #4eb94e; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

@media (max-width: 820px) {
    .feedback-stories { padding: 76px 20px 84px; }
    .feedback-stories-heading { align-items: flex-start; flex-direction: column; gap: 17px; margin-bottom: 26px; }
    .feedback-stories-heading > p { max-width: 560px; }
    .feedback-stories-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
}

@media (max-width: 480px) {
    .feedback-stories { padding: 64px 12px 68px; }
    .feedback-stories-heading h2 { font-size: clamp(33px, 10vw, 45px); }
    .feedback-stories-heading > p { font-size: 14px; }
    .feedback-stories-intro { align-items: flex-start; flex-direction: column; gap: 9px; margin-bottom: 20px; padding: 13px 14px; }
    .feedback-stories-intro p { font-size: 11px; line-height: 1.5; }
    .feedback-stories-grid { grid-template-columns: 1fr; gap: 13px; }
    .feedback-story-card { border-radius: 11px; }
}

/* Customer feedback videos: native players are grouped in an intentional, responsive viewing gallery. */
.feedback-videos { position: relative; overflow: hidden; padding: 110px 28px 124px; background: #f2f8ef; }
.feedback-videos::after { position: absolute; right: -113px; bottom: -146px; width: 370px; height: 370px; content: ''; border: 1px solid #cee6c8; border-radius: 50%; box-shadow: 0 0 0 35px rgba(206,230,200,.34); }
.feedback-videos-shell { position: relative; z-index: 1; width: min(100%, 1180px); margin: 0 auto; }
.feedback-videos-heading { display: flex; align-items: end; justify-content: space-between; gap: 45px; margin-bottom: 34px; }
.feedback-videos-heading .section-kicker { margin: 0 0 14px; color: #57ad4d; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.feedback-videos-heading h2 { margin: 0; color: #173d2b; font: 800 clamp(35px, 3.9vw, 53px)/1.06 'Manrope', sans-serif; letter-spacing: -.065em; }
.feedback-videos-heading h2 em { color: #4eb94e; font-style: normal; }
.feedback-videos-heading > p { max-width: 390px; margin: 0 0 5px; color: #637568; font-size: 14px; line-height: 1.75; }
.feedback-videos-status { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 28px; padding: 15px 18px; border: 1px solid #d7e8d2; border-radius: 10px; background: rgba(255,255,255,.72); }
.feedback-videos-status span { display: flex; align-items: center; gap: 8px; color: #315a3e; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.feedback-videos-status span b { display: grid; width: 31px; height: 31px; place-items: center; color: #fff; border-radius: 50%; background: #4eb94e; font: 800 11px 'Manrope', sans-serif; }
.feedback-videos-status p { margin: 0; color: #6c806e; font-size: 11px; font-weight: 600; }
.feedback-videos-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.feedback-video-card { overflow: hidden; border: 1px solid #d9e8d5; border-radius: 14px; background: #fff; box-shadow: 0 10px 24px rgba(29,76,43,.07); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feedback-video-card:hover { border-color: #98cf8b; box-shadow: 0 21px 38px rgba(29,76,43,.15); transform: translateY(-5px); }
.feedback-video-player { position: relative; overflow: hidden; aspect-ratio: 1 / 1.22; background: #173d2b; }
.feedback-video-player::before { position: absolute; z-index: 1; top: 13px; left: 13px; padding: 6px 9px; content: 'SEAFB field story'; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(22,61,42,.78); font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; pointer-events: none; }
.feedback-video-player video { display: block; width: 100%; height: 100%; background: #173d2b; object-fit: contain; }
.feedback-video-card-copy { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 15px 14px; }
.feedback-video-card-copy span { color: #67a45d; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.feedback-video-card-copy strong { color: #173d2b; font: 800 13px 'Manrope', sans-serif; }
.feedback-video-featured { border-color: #8fc981; box-shadow: 0 15px 31px rgba(29,76,43,.12); }
.feedback-video-featured .feedback-video-player::before { background: #4eb94e; }

@media (max-width: 820px) {
    .feedback-videos { padding: 76px 20px 84px; }
    .feedback-videos-heading { align-items: flex-start; flex-direction: column; gap: 17px; margin-bottom: 26px; }
    .feedback-videos-heading > p { max-width: 560px; }
    .feedback-videos-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
}

@media (max-width: 480px) {
    .feedback-videos { padding: 64px 12px 68px; }
    .feedback-videos-heading h2 { font-size: clamp(33px, 10vw, 45px); }
    .feedback-videos-heading > p { font-size: 14px; }
    .feedback-videos-status { align-items: flex-start; flex-direction: column; gap: 8px; padding: 13px 14px; }
    .feedback-videos-status p { padding-left: 39px; line-height: 1.5; }
    .feedback-videos-grid { grid-template-columns: 1fr; gap: 14px; }
    .feedback-video-card { border-radius: 11px; }
    .feedback-video-player { aspect-ratio: 1 / 1.18; }
}

/* Contact hero: welcoming, practical and distinct from the product-led page banners. */
.contact-hero { position: relative; overflow: hidden; padding: 84px 28px 74px; background: #f1f8ef; }
.contact-hero::before { position: absolute; top: -215px; right: -160px; width: 500px; height: 500px; content: ''; border: 1px solid #d2e7cc; border-radius: 50%; box-shadow: 0 0 0 38px rgba(210,231,204,.45), 0 0 0 76px rgba(210,231,204,.2); }
.contact-hero::after { position: absolute; bottom: 58px; left: -90px; width: 280px; height: 1px; content: ''; background: linear-gradient(90deg, transparent, #a9d89d); }
.contact-hero-shell { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(46px, 8vw, 108px); width: min(100%, 1180px); min-height: 454px; margin: 0 auto; }
.contact-hero-copy { position: relative; z-index: 2; }
.contact-hero-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 23px; color: #597861; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-hero-kicker span { padding: 7px 12px; color: #fff; border-radius: 999px; background: #4eb94e; font-size: 10px; letter-spacing: .1em; }
.contact-hero h1 { margin: 0; color: #173d2b; font: 800 clamp(46px, 5.1vw, 70px)/1.02 'Manrope', sans-serif; letter-spacing: -.07em; }
.contact-hero h1 em { color: #4eb94e; font-style: normal; }
.contact-hero-copy > p:not(.contact-hero-kicker) { max-width: 535px; margin: 25px 0 0; color: #5d7162; font-size: 16px; line-height: 1.78; }
.contact-hero-details { display: flex; gap: 0; margin-top: 36px; padding-top: 19px; border-top: 1px solid #d6e5d1; }
.contact-hero-details div { min-width: 176px; padding: 0 20px; border-left: 1px solid #d6e5d1; }
.contact-hero-details div:first-child { padding-left: 0; border-left: 0; }
.contact-hero-details b, .contact-hero-details span { display: block; }
.contact-hero-details b { color: #1d4a33; font: 800 12px 'Manrope', sans-serif; }
.contact-hero-details span { max-width: 135px; margin-top: 5px; color: #748578; font-size: 10px; font-weight: 700; line-height: 1.45; }
.contact-hero-visual { position: relative; min-height: 407px; padding: 20px 17px 0 0; }
.contact-hero-panel { position: absolute; top: 0; right: 0; bottom: 8px; left: 20px; border-radius: 24px 24px 88px 24px; background: #cfe8c7; }
.contact-hero-image { position: relative; z-index: 1; width: 100%; height: 386px; overflow: hidden; border: 6px solid #fff; border-radius: 22px 22px 84px 22px; box-shadow: 0 20px 39px rgba(24,66,38,.17); }
.contact-hero-image::after { position: absolute; inset: 0; content: ''; background: linear-gradient(125deg, rgba(20,61,42,.1), transparent 54%); }
.contact-hero-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.contact-hero-location { position: absolute; z-index: 2; top: 37px; right: -13px; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid #d4e8ce; border-radius: 8px; background: rgba(255,255,255,.94); box-shadow: 0 11px 24px rgba(24,66,38,.13); }
.contact-hero-pin { position: relative; display: block; width: 18px; height: 18px; border-radius: 50% 50% 50% 0; background: #4eb94e; transform: rotate(-45deg); }
.contact-hero-pin::after { position: absolute; top: 6px; left: 6px; width: 6px; height: 6px; content: ''; border-radius: 50%; background: #fff; }
.contact-hero-location small, .contact-hero-location b { display: block; }
.contact-hero-location small { color: #749078; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-hero-location b { margin-top: 3px; color: #173d2b; font: 800 11px 'Manrope', sans-serif; }
.contact-hero-reply { position: absolute; z-index: 2; right: -5px; bottom: 2px; display: flex; flex-direction: column; gap: 4px; padding: 14px 17px; color: #fff; border-left: 4px solid #a7df83; border-radius: 4px; background: #173d2b; box-shadow: 0 11px 22px rgba(23,61,43,.2); }
.contact-hero-reply span { color: #c8e7be; font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.contact-hero-reply b { font: 800 12px 'Manrope', sans-serif; }.contact-hero-reply i { margin-left: 4px; color: #9eda78; font-style: normal; }

@media (max-width: 820px) {
    .contact-hero { padding: 68px 20px 75px; }
    .contact-hero-shell { grid-template-columns: 1fr; gap: 53px; min-height: 0; }
    .contact-hero-copy > p:not(.contact-hero-kicker) { max-width: 650px; }
    .contact-hero-visual { width: min(100%, 600px); margin: 0 auto; }
}

@media (max-width: 480px) {
    .contact-hero { padding: 48px 12px 64px; }
    .contact-hero-kicker { align-items: flex-start; flex-direction: column; gap: 10px; margin-bottom: 19px; }
    .contact-hero h1 { font-size: clamp(42px, 12vw, 57px); }
    .contact-hero-copy > p:not(.contact-hero-kicker) { margin-top: 19px; font-size: 14px; }
    .contact-hero-details { gap: 0; margin-top: 29px; }
    .contact-hero-details div { min-width: 0; width: 50%; padding: 0 13px; }
    .contact-hero-details span { font-size: 9px; }
    .contact-hero-visual { min-height: 268px; width: calc(100% - 16px); padding: 11px 0 0 11px; }
    .contact-hero-panel { top: -10px; right: -10px; bottom: 10px; left: 10px; border-radius: 10px 10px 34px 10px; }
    .contact-hero-image { width: calc(100% - 10px); height: 251px; border-radius: 9px 9px 32px 9px; box-shadow: 10px 10px 0 #d1ecc5; }
    .contact-hero-location { top: 17px; right: -9px; gap: 7px; padding: 9px 10px; }
    .contact-hero-location b { font-size: 9px; }
    .contact-hero-location small { font-size: 7px; }
    .contact-hero-pin { width: 14px; height: 14px; }
    .contact-hero-pin::after { top: 5px; left: 5px; width: 4px; height: 4px; }
    .contact-hero-reply { right: -9px; bottom: -12px; padding: 10px 12px; }
    .contact-hero-reply span { font-size: 8px; }
    .contact-hero-reply b { font-size: 10px; }
}

/* Contact section: office details and enquiry form are presented as two deliberate, easy-to-scan paths. */
.contact-connect { position: relative; overflow: hidden; padding: 112px 28px 124px; background: #fff; }
.contact-connect::before { position: absolute; top: 100px; left: -180px; width: 360px; height: 360px; content: ''; border: 1px solid #dcefd6; border-radius: 50%; box-shadow: 0 0 0 34px rgba(220,239,214,.3); }
.contact-connect-shell { position: relative; z-index: 1; display: grid; grid-template-columns: .94fr 1.06fr; align-items: start; gap: clamp(52px, 7vw, 94px); width: min(100%, 1180px); margin: 0 auto; }
.contact-section-heading .section-kicker { margin: 0 0 14px; color: #57ad4d; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-section-heading h2, .contact-form-panel h2 { margin: 0; color: #173d2b; font: 800 clamp(34px, 3.5vw, 49px)/1.07 'Manrope', sans-serif; letter-spacing: -.06em; }
.contact-section-heading h2 em, .contact-form-panel h2 em { color: #4eb94e; font-style: normal; }
.contact-section-heading > p:not(.section-kicker) { max-width: 420px; margin: 17px 0 0; color: #637568; font-size: 14px; line-height: 1.75; }
.contact-office-list { display: grid; gap: 11px; margin-top: 36px; }
.contact-office-card { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 17px 18px; border: 1px solid #deebda; border-radius: 11px; background: #fbfef9; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.contact-office-card:hover { border-color: #a7d79d; box-shadow: 0 13px 27px rgba(28,73,40,.09); transform: translateY(-3px); }
.contact-office-icon { position: relative; display: grid; width: 36px; height: 36px; flex: 0 0 36px; place-items: center; border-radius: 50%; background: #eaf6e6; }
.contact-office-pin::before { width: 13px; height: 13px; content: ''; border-radius: 50% 50% 50% 0; background: #4eb94e; transform: rotate(-45deg); }
.contact-office-pin::after { position: absolute; top: 14px; left: 15px; width: 5px; height: 5px; content: ''; border-radius: 50%; background: #fff; }
.contact-office-card small, .contact-office-card h3, .contact-office-card b, .contact-office-card p { display: block; }
.contact-office-card small { margin-bottom: 5px; color: #69a85e; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-office-card h3 { margin: 0; color: #244c35; font: 800 14px 'Manrope', sans-serif; letter-spacing: -.025em; }.contact-office-card h3 em { color: #65866b; font-style: normal; }
.contact-office-card b { margin-top: 4px; color: #496351; font-size: 12px; }.contact-office-card p { margin: 7px 0 0; color: #6b7d6e; font-size: 11px; font-weight: 600; line-height: 1.65; }
.contact-direct-links { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 12px; }
.contact-direct-links a { display: flex; gap: 10px; min-width: 0; padding: 14px; border: 1px solid #d8e9d4; border-radius: 10px; background: #f4faf2; transition: transform .2s ease, background .2s ease; }.contact-direct-links a:hover { background: #eaf7e5; transform: translateY(-2px); }
.contact-office-phone::before { width: 13px; height: 13px; content: ''; border: 4px solid #4eb94e; border-top-color: transparent; border-right-color: transparent; border-radius: 4px 3px 6px 4px; transform: rotate(-43deg); }.contact-office-mail::before { width: 15px; height: 11px; content: ''; border: 2px solid #4eb94e; border-radius: 2px; }.contact-office-mail::after { position: absolute; top: 11px; width: 9px; height: 9px; content: ''; border-right: 2px solid #4eb94e; border-bottom: 2px solid #4eb94e; transform: rotate(45deg); }
.contact-direct-links small, .contact-direct-links b, .contact-direct-links em { display: block; }.contact-direct-links small { color: #739076; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.contact-direct-links b { overflow: hidden; margin-top: 3px; color: #204a34; font: 800 11px 'Manrope', sans-serif; text-overflow: ellipsis; white-space: nowrap; }.contact-direct-links em { margin-top: 3px; color: #718173; font-size: 8px; font-style: normal; line-height: 1.45; }
.contact-form-panel { position: sticky; top: 112px; padding: 37px 38px 40px; border: 1px solid #d5e8cf; border-radius: 16px; background: #f3faef; box-shadow: 0 19px 41px rgba(28,73,40,.09); }.contact-form-panel::after { position: absolute; right: -50px; bottom: -58px; width: 190px; height: 190px; content: ''; border: 1px solid rgba(80,175,76,.16); border-radius: 50%; box-shadow: 0 0 0 22px rgba(80,175,76,.04); pointer-events: none; }
.contact-form-top { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }.contact-form-top span { display: grid; width: 29px; height: 29px; place-items: center; color: #fff; border-radius: 50%; background: #4eb94e; font: 800 10px 'Manrope', sans-serif; }.contact-form-top p { margin: 0; color: #5d7d63; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.contact-form-panel > p { max-width: 465px; margin: 17px 0 27px; color: #627667; font-size: 13px; line-height: 1.7; }
.contact-enquiry-form { position: relative; z-index: 1; }.contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }.contact-enquiry-form label > span { display: block; margin: 0 0 7px; color: #45674d; font-size: 10px; font-weight: 800; }.contact-enquiry-form input, .contact-enquiry-form textarea { box-sizing: border-box; width: 100%; color: #284e38; border: 1px solid #d4e6cf; border-radius: 7px; background: #fff; font: 600 12px 'DM Sans', sans-serif; outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }.contact-enquiry-form input { height: 43px; padding: 0 12px; }.contact-enquiry-form textarea { min-height: 132px; padding: 12px; resize: vertical; }.contact-enquiry-form input:focus, .contact-enquiry-form textarea:focus { border-color: #58b952; box-shadow: 0 0 0 3px rgba(78,185,78,.13); }.contact-enquiry-form ::placeholder { color: #9aa79c; }.contact-message-field { display: block; }.contact-message-field small { display: block; margin-top: 7px; color: #768878; font-size: 10px; font-weight: 700; text-align: right; }.contact-message-field small b { color: #4b944b; }.contact-enquiry-form button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 44px; margin-top: 22px; padding: 0 19px; cursor: pointer; color: #fff; border: 0; border-radius: 7px; background: #173d2b; box-shadow: 0 9px 19px rgba(23,61,43,.18); font: 800 11px 'Manrope', sans-serif; transition: background .2s ease, transform .2s ease; }.contact-enquiry-form button:hover { background: #4aa94b; transform: translateY(-2px); }.contact-enquiry-form button i { color: #b7e691; font-size: 17px; font-style: normal; }

@media (max-width: 820px) { .contact-connect { padding: 78px 20px 84px; }.contact-connect-shell { grid-template-columns: 1fr; gap: 43px; }.contact-section-heading > p:not(.section-kicker) { max-width: 600px; }.contact-form-panel { position: relative; top: auto; }.contact-office-list { grid-template-columns: 1fr 1fr; gap: 12px; }.contact-direct-links { max-width: 570px; } }
@media (max-width: 480px) { .contact-connect { padding: 64px 12px 68px; }.contact-section-heading h2, .contact-form-panel h2 { font-size: clamp(33px, 10vw, 45px); }.contact-section-heading > p:not(.section-kicker) { font-size: 14px; }.contact-office-list { grid-template-columns: 1fr; margin-top: 28px; }.contact-office-card { grid-template-columns: 37px 1fr; gap: 12px; padding: 15px; }.contact-direct-links { grid-template-columns: 1fr; }.contact-form-panel { padding: 27px 20px 29px; border-radius: 12px; }.contact-form-row { grid-template-columns: 1fr; gap: 12px; margin-bottom: 12px; }.contact-enquiry-form textarea { min-height: 124px; }.contact-enquiry-form button { width: 100%; } }

/* Contact map: a usable location module rather than an unframed map embed. */
.contact-map-section { position: relative; overflow: hidden; padding: 112px 28px 120px; background: #f2f8ef; }.contact-map-section::before { position: absolute; top: -150px; right: -130px; width: 360px; height: 360px; content: ''; border: 1px solid #d3e8cd; border-radius: 50%; box-shadow: 0 0 0 32px rgba(211,232,205,.38); }.contact-map-shell { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(40px, 6vw, 80px); width: min(100%, 1180px); margin: 0 auto; }.contact-map-copy .section-kicker { margin: 0 0 14px; color: #57ad4d; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.contact-map-copy h2 { margin: 0; color: #173d2b; font: 800 clamp(34px, 3.7vw, 51px)/1.07 'Manrope', sans-serif; letter-spacing: -.064em; }.contact-map-copy h2 em { color: #4eb94e; font-style: normal; }.contact-map-copy > p:not(.section-kicker) { max-width: 406px; margin: 18px 0 0; color: #637568; font-size: 14px; line-height: 1.76; }.contact-map-address { display: grid; grid-template-columns: 37px 1fr; gap: 13px; margin-top: 30px; padding: 17px; border: 1px solid #d6e8d1; border-radius: 10px; background: rgba(255,255,255,.78); }.contact-map-pin { position: relative; display: block; width: 34px; height: 34px; border-radius: 50%; background: #e9f6e5; }.contact-map-pin::before { position: absolute; top: 9px; left: 10px; width: 13px; height: 13px; content: ''; border-radius: 50% 50% 50% 0; background: #4eb94e; transform: rotate(-45deg); }.contact-map-pin::after { position: absolute; top: 14px; left: 15px; width: 4px; height: 4px; content: ''; border-radius: 50%; background: #fff; }.contact-map-address small, .contact-map-address b, .contact-map-address p { display: block; }.contact-map-address small { color: #6da762; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }.contact-map-address b { margin-top: 4px; color: #254c36; font: 800 13px 'Manrope', sans-serif; }.contact-map-address p { margin: 6px 0 0; color: #708171; font-size: 11px; font-weight: 600; line-height: 1.6; }.contact-map-directions { display: inline-flex; align-items: center; gap: 10px; margin-top: 19px; padding: 12px 15px; color: #fff; border-radius: 7px; background: #173d2b; box-shadow: 0 9px 18px rgba(23,61,43,.16); font: 800 11px 'Manrope', sans-serif; transition: background .2s ease, transform .2s ease; }.contact-map-directions:hover { background: #4ba94c; transform: translateY(-2px); }.contact-map-directions i { color: #b5e68c; font-size: 15px; font-style: normal; }.contact-map-frame { position: relative; overflow: hidden; min-height: 440px; padding: 8px; border: 1px solid #d2e6cc; border-radius: 20px 20px 72px 20px; background: #fff; box-shadow: 0 20px 41px rgba(27,72,40,.14); }.contact-map-frame::before { position: absolute; z-index: 2; top: 8px; right: 8px; bottom: 8px; left: 8px; border: 1px solid rgba(23,61,43,.1); border-radius: 14px 14px 66px 14px; content: ''; pointer-events: none; }.contact-map-frame iframe { display: block; width: 100%; height: 424px; border: 0; border-radius: 13px 13px 64px 13px; filter: saturate(.88) contrast(.98); }.contact-map-label { position: absolute; z-index: 3; bottom: 24px; left: 24px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; color: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 7px; background: rgba(23,61,43,.9); box-shadow: 0 8px 18px rgba(0,0,0,.16); font: 800 9px 'Manrope', sans-serif; letter-spacing: .06em; text-transform: uppercase; }.contact-map-label i { width: 8px; height: 8px; border-radius: 50%; background: #8cda68; box-shadow: 0 0 0 4px rgba(140,218,104,.18); }
@media (max-width: 820px) { .contact-map-section { padding: 78px 20px 84px; }.contact-map-shell { grid-template-columns: 1fr; gap: 38px; }.contact-map-copy > p:not(.section-kicker) { max-width: 600px; }.contact-map-frame { width: min(100%, 650px); min-height: 390px; }.contact-map-frame iframe { height: 374px; } }
@media (max-width: 480px) { .contact-map-section { padding: 64px 12px 68px; }.contact-map-copy h2 { font-size: clamp(33px, 10vw, 45px); }.contact-map-copy > p:not(.section-kicker) { font-size: 14px; }.contact-map-address { margin-top: 24px; padding: 14px; }.contact-map-frame { min-height: 310px; padding: 6px; border-radius: 12px 12px 42px 12px; }.contact-map-frame iframe { height: 298px; border-radius: 8px 8px 36px 8px; }.contact-map-frame::before { top: 6px; right: 6px; bottom: 6px; left: 6px; border-radius: 8px 8px 36px 8px; }.contact-map-label { bottom: 17px; left: 17px; padding: 8px 10px; font-size: 8px; } }

/* Contact icons use accessible inline SVGs instead of CSS-drawn symbols. */
.contact-hero-pin { display: grid; place-items: center; transform: none; color: #4eb94e; background: transparent; }
.contact-hero-pin::after, .contact-map-pin::before, .contact-map-pin::after { content: none; }
.contact-hero-pin svg, .contact-office-icon svg, .contact-map-pin svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.contact-hero-pin svg { width: 18px; height: 18px; }
.contact-office-icon svg { width: 18px; height: 18px; }
.contact-map-pin { display: grid; place-items: center; color: #4eb94e; }
.contact-map-pin svg { width: 18px; height: 18px; }
