:root {
    --ink: #071d2d;
    --ink-2: #0d2b3d;
    --ink-3: #173e52;
    --orange: #f59b18;
    --orange-dark: #dc7a05;
    --cream: #fff8ed;
    --mist: #f2f6f7;
    --line: #dbe5e8;
    --text: #213743;
    --muted: #627680;
    --white: #fff;
    --radius: 22px;
    --shadow: 0 24px 70px rgba(7, 29, 45, .12);
    --container: min(1180px, calc(100% - 40px));
    --header-container: min(1240px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    color: var(--text);
    background: var(--white);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: -60px; padding: 10px 16px; background: var(--orange); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 12px; }

.top-strip { background: var(--ink); color: #b9c9d0; font-size: 12px; letter-spacing: .03em; }
.top-strip-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.top-strip-links { display: flex; align-items: center; gap: 24px; }
.top-strip a { color: #e9f0f2; transition: color .2s; }
.top-strip a:hover { color: var(--orange); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(7,29,45,.08); backdrop-filter: blur(14px); transition: box-shadow .25s; }
.site-header.scrolled { box-shadow: 0 10px 35px rgba(7,29,45,.1); }
.nav-shell { width: var(--header-container); min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 15px; flex: 0 0 auto; }
.brand img { width: 68px; height: 68px; object-fit: contain; filter: drop-shadow(0 7px 12px rgba(220,122,5,.2)); }
.brand span { display: grid; line-height: 1; letter-spacing: .08em; }
.brand strong { color: var(--ink); font-size: 28px; font-weight: 950; }
.brand small { margin-top: 7px; color: var(--orange-dark); font-size: 15px; font-weight: 850; letter-spacing: .22em; }
.primary-nav { align-self: stretch; display: flex; align-items: center; gap: 4px; }
.primary-nav > a, .nav-dropdown > a { position: relative; padding: 28px 13px; color: #29414d; font-size: 14px; font-weight: 700; }
.nav-dropdown > a { display: flex; align-items: center; gap: 5px; }
.primary-nav > a::after, .nav-dropdown > a::after { content: ""; position: absolute; height: 3px; left: 13px; right: 13px; bottom: 18px; border-radius: 3px; background: var(--orange); transform: scaleX(0); transition: transform .2s; }
.primary-nav > a:hover::after, .primary-nav > a.active::after, .nav-dropdown > a:hover::after, .nav-dropdown > a.active::after { transform: scaleX(1); }
.primary-nav .nav-cta { margin-left: 12px; padding: 12px 18px; background: var(--orange); color: var(--ink); border-radius: 999px; }
.primary-nav .nav-cta::after { display: none; }
.primary-nav .nav-cta:hover { background: var(--orange-dark); color: white; }
.nav-dropdown { position: relative; align-self: stretch; display: flex; align-items: center; }
.dropdown-panel { position: absolute; visibility: hidden; opacity: 0; transform: translateY(10px); top: 100%; left: 0; min-width: 230px; padding: 10px; border: 1px solid var(--line); border-top: 3px solid var(--orange); border-radius: 0 0 14px 14px; background: white; box-shadow: 0 22px 50px rgba(7,29,45,.16); transition: opacity .2s, transform .2s, visibility .2s; }
.nav-dropdown:hover .dropdown-panel, .nav-dropdown:focus-within .dropdown-panel { visibility: visible; opacity: 1; transform: translateY(0); }
.dropdown-panel a { display: block; padding: 10px 12px; border-radius: 9px; font-size: 14px; font-weight: 650; }
.dropdown-panel a:hover { color: var(--orange-dark); background: var(--cream); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 10px; background: var(--ink); }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: white; transition: .2s; }

.flash-message { position: fixed; z-index: 120; top: 132px; left: 50%; transform: translateX(-50%); max-width: min(560px, calc(100% - 32px)); padding: 14px 22px; border-radius: 12px; background: #0e765c; color: white; box-shadow: var(--shadow); animation: flash-in .35s ease both; }
@keyframes flash-in { from { opacity: 0; transform: translate(-50%, -14px); } }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--orange-dark); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: #ffc870; }
.section { padding: 105px 0; }
.section-soft { background: var(--mist); }
.section-dark { position: relative; overflow: hidden; color: white; background: var(--ink); }
.section-dark::before { content: ""; position: absolute; width: 480px; height: 480px; right: -170px; top: -210px; border: 1px solid rgba(245,155,24,.24); border-radius: 50%; box-shadow: 0 0 0 70px rgba(245,155,24,.035), 0 0 0 140px rgba(245,155,24,.025); }
.section-heading { max-width: 700px; margin-bottom: 46px; }
.section-heading.split { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading.split > div { max-width: 720px; }
.section-heading h1, .section-heading h2, .page-hero h1, .hero-copy h1, .detail-copy h1 { margin: 0; color: var(--ink); font-size: clamp(36px, 5vw, 64px); line-height: 1.07; letter-spacing: -.045em; }
.section-heading h2 { font-size: clamp(32px, 4vw, 50px); }
.section-heading p { max-width: 650px; margin: 20px 0 0; color: var(--muted); font-size: 18px; }
.section-dark .section-heading h2 { color: white; }
.section-dark .section-heading p { color: #b9cad2; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 850; border-bottom: 2px solid var(--orange); }
.text-link:hover { color: var(--orange-dark); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; background: var(--orange); color: var(--ink); font-weight: 850; transition: .2s; }
.button:hover { transform: translateY(-2px); background: var(--orange-dark); color: white; box-shadow: 0 12px 24px rgba(220,122,5,.25); }
.button-secondary { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.08); color: white; }
.button-secondary:hover { border-color: white; background: white; color: var(--ink); }
.button-outline { border-color: var(--ink); background: transparent; }
.button-outline:hover { background: var(--ink); }

.hero { position: relative; min-height: 680px; overflow: hidden; color: white; background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 76% 40%, rgba(245,155,24,.2), transparent 28%), linear-gradient(120deg, transparent 55%, rgba(255,255,255,.035)); animation: hero-glow 8s ease-in-out infinite alternate; }
.hero::after { content: ""; position: absolute; inset: -35% auto -35% 48%; width: 1px; background: linear-gradient(transparent, rgba(245,155,24,.7), transparent); box-shadow: 80px 0 0 rgba(255,255,255,.035), 160px 0 0 rgba(255,255,255,.025); transform: rotate(20deg); animation: hero-beam 8s ease-in-out infinite; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; min-height: 680px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 60px; padding-block: 70px; }
.hero-grid > *, .about-grid > *, .detail-grid > *, .contact-grid > * { min-width: 0; }
.hero-copy { position: relative; z-index: 2; max-width: 720px; }
.hero-copy h1 { color: white; font-size: clamp(46px, 6.1vw, 78px); }
.hero-copy h1 em { color: var(--orange); font-style: normal; }
.hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 24px 0 32px; color: #c5d2d8; font-size: clamp(17px, 2vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.hero-ring { position: absolute; width: 440px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; animation: spin 24s linear infinite; }
.hero-ring::before, .hero-ring::after { content: ""; position: absolute; border-radius: 50%; }
.hero-ring::before { inset: 45px; border: 1px dashed rgba(245,155,24,.45); }
.hero-ring::after { width: 15px; height: 15px; left: 34px; top: 110px; background: var(--orange); box-shadow: 340px 210px 0 rgba(245,155,24,.5); }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-product { position: relative; z-index: 2; width: min(350px, 80%); max-height: 430px; object-fit: contain; filter: drop-shadow(0 35px 35px rgba(0,0,0,.45)); animation: float 5s ease-in-out infinite; }
.hero-product-group { width: min(520px, 100%); }
@keyframes float { 50% { transform: translateY(-14px); } }
.hero-badge { position: absolute; z-index: 3; right: 0; bottom: 42px; width: 190px; padding: 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(7,29,45,.75); backdrop-filter: blur(10px); }
.hero-badge strong { display: block; color: var(--orange); font-size: 24px; }
.hero-badge span { color: #c5d2d8; font-size: 12px; }
.hero-slide { display: none; }
.hero-slide.active { display: grid; animation: hero-reveal .5s ease both; }
@keyframes hero-reveal { from { opacity: 0; } }
.hero-slide.active .hero-copy > * { animation: hero-copy-in .7s cubic-bezier(.2,.7,.25,1) both; }
.hero-slide.active .hero-copy > *:nth-child(2) { animation-delay: .1s; }
.hero-slide.active .hero-copy > *:nth-child(3) { animation-delay: .2s; }
.hero-slide.active .hero-copy > *:nth-child(4) { animation-delay: .3s; }
.hero-slide.active .hero-visual { animation: hero-visual-in .85s .18s cubic-bezier(.2,.7,.25,1) both; }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(28px); } }
@keyframes hero-visual-in { from { opacity: 0; transform: translateX(34px) scale(.96); } }
@keyframes hero-glow { to { opacity: .72; transform: scale(1.08); } }
@keyframes hero-beam { 0%, 100% { translate: -45px 0; opacity: .35; } 50% { translate: 90px 0; opacity: .8; } }
.hero-dots { position: absolute; z-index: 4; left: max(20px, calc((100% - 1180px) / 2)); bottom: 28px; display: flex; gap: 8px; }
.hero-dots button { width: 28px; height: 4px; padding: 0; border: 0; border-radius: 4px; background: rgba(255,255,255,.3); }
.hero-dots button.active { width: 50px; background: var(--orange); }

.trust-bar { position: relative; z-index: 4; margin-top: -1px; background: var(--orange); }
.trust-grid { width: var(--header-container); min-height: 96px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { position: relative; min-height: 96px; display: flex; flex-direction: column; justify-content: center; padding: 20px 24px; overflow: hidden; border-right: 1px solid rgba(7,29,45,.16); }
.trust-item::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.22), transparent 65%); transform: translateX(-120%); animation: trust-shine 7s ease-in-out infinite; }
.trust-item:nth-child(2)::before { animation-delay: .25s; }
.trust-item:nth-child(3)::before { animation-delay: .5s; }
.trust-item:nth-child(4)::before { animation-delay: .75s; }
@keyframes trust-shine { 0%, 72%, 100% { transform: translateX(-120%); } 88% { transform: translateX(120%); } }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--ink); font-size: 27px; line-height: 1; }
.trust-item span { display: block; margin-top: 7px; color: #5e3a06; font-size: 12px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }

.brand-showcase { position: relative; overflow: hidden; padding: 76px 0 72px; color: white; background: #061a28; }
.brand-showcase::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, transparent, black 30%, black); pointer-events: none; }
.brand-showcase::after { content: ""; position: absolute; width: 360px; height: 360px; right: -130px; bottom: -240px; border-radius: 50%; background: var(--orange); filter: blur(2px); opacity: .12; box-shadow: 0 0 90px 45px rgba(245,155,24,.24); pointer-events: none; }
.brand-showcase-orbit { position: absolute; width: 370px; height: 370px; left: -220px; top: -245px; border: 1px solid rgba(245,155,24,.3); border-radius: 50%; box-shadow: 0 0 0 52px rgba(245,155,24,.025), 0 0 0 104px rgba(245,155,24,.018); pointer-events: none; }
.brand-showcase-header { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.brand-showcase-heading { flex: 1 1 auto; }
.brand-showcase-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 17px; color: #fbc87f; font-size: 11px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.brand-showcase-kicker span { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(245,155,24,.13); }
.brand-showcase-heading h2 { max-width: 720px; margin: 0; color: white; font-size: clamp(34px, 4vw, 50px); line-height: 1.02; letter-spacing: -.045em; }
.brand-showcase-heading h2 em { color: var(--orange); font-style: normal; }
.brand-showcase-summary { flex: 0 1 530px; display: flex; align-items: center; justify-content: flex-end; gap: clamp(24px, 4vw, 48px); }
.brand-showcase-summary > p { max-width: 330px; margin: 0; color: #aebfc7; font-size: 14px; line-height: 1.65; }
.brand-showcase-count { display: flex; align-items: center; gap: 14px; }
.brand-showcase-count strong { color: white; font-size: 31px; line-height: 1; letter-spacing: -.04em; }
.brand-showcase-count span { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.2); color: #8fa5af; font-size: 10px; font-weight: 800; line-height: 1.5; letter-spacing: .09em; text-transform: uppercase; }
.brand-carousel { --brand-gap: 14px; --brand-loop-offset: 7px; position: relative; z-index: 1; display: grid; gap: var(--brand-gap); margin-top: 42px; }
.brand-carousel-row { overflow: hidden; mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent); }
.brand-carousel-track { width: max-content; display: flex; gap: var(--brand-gap); animation: brand-carousel-scroll 38s linear infinite; will-change: transform; }
.brand-carousel-row:nth-child(2) .brand-carousel-track { animation-duration: 42s; animation-direction: reverse; }
.brand-carousel-group { flex: 0 0 auto; display: flex; gap: var(--brand-gap); }
.brand-carousel:hover .brand-carousel-track { animation-play-state: paused; }
@keyframes brand-carousel-scroll { to { transform: translateX(calc(-50% - var(--brand-loop-offset))); } }
.brand-partner { position: relative; flex: 0 0 clamp(178px, 16vw, 220px); min-width: 0; min-height: 106px; display: grid; grid-template-rows: 1fr auto; gap: 7px; margin: 0; padding: 13px 15px 10px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: #fff; box-shadow: 0 12px 34px rgba(0,0,0,.12); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.brand-partner::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--orange), #ffd18e); opacity: 0; transition: opacity .25s; }
.brand-partner:hover { z-index: 2; transform: translateY(-4px); border-color: rgba(245,155,24,.68); box-shadow: 0 18px 40px rgba(0,0,0,.22); }
.brand-partner:hover::before { opacity: 1; }
.brand-partner-logo { min-width: 0; min-height: 62px; display: grid; place-items: center; }
.brand-partner-logo img { width: 100%; height: 62px; object-fit: contain; }
.brand-partner-fallback { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 13px; background: var(--ink); color: var(--orange); font-size: 22px; font-weight: 950; }
.brand-partner figcaption { overflow: hidden; color: #657680; font-size: 9px; font-weight: 850; letter-spacing: .1em; line-height: 1.2; text-align: center; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.about-visual { position: relative; min-height: 540px; padding: 42px; border-radius: 30px; background: var(--ink); overflow: hidden; }
.about-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, transparent, rgba(245,155,24,.16)); }
.about-visual::after { content: ""; position: absolute; left: -20%; right: -20%; top: -20%; height: 42%; background: linear-gradient(transparent, rgba(245,155,24,.13), transparent); transform: rotate(-7deg); animation: visual-scan 7s ease-in-out infinite; }
@keyframes visual-scan { 50% { translate: 0 360px; } }
.about-mark { position: absolute; width: 380px; height: 380px; right: -40px; top: 20px; opacity: .12; object-fit: contain; }
.about-panel { position: absolute; left: 42px; right: 42px; bottom: 42px; padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); color: #d8e2e6; }
.about-panel span { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.about-panel strong { display: block; margin-top: 10px; color: white; font-size: 26px; line-height: 1.25; }
.about-copy h2 { margin: 0; color: var(--ink); font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -.04em; }
.about-copy > p { margin: 22px 0; color: var(--muted); font-size: 17px; }
.about-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0 34px; }
.about-points span { display: flex; align-items: center; gap: 9px; font-weight: 750; }
.about-points span::before { content: "✓"; display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--cream); color: var(--orange-dark); }

.category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-bottom: 48px; }
.category-card { position: relative; min-height: 210px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: .25s; }
.category-card:hover { transform: translateY(-5px); border-color: var(--orange); box-shadow: var(--shadow); }
.category-card::after { content: attr(data-number); position: absolute; right: 22px; bottom: -28px; color: rgba(7,29,45,.045); font-size: 140px; font-weight: 950; line-height: 1; }
.category-card span { color: var(--orange-dark); font-weight: 850; }
.category-card h3 { margin: 10px 0 7px; color: var(--ink); font-size: 28px; }
.category-card p { max-width: 440px; margin: 0; color: var(--muted); }
.subsection-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin: 5px 0 28px; padding-top: 42px; border-top: 1px solid var(--line); }
.subsection-heading .eyebrow { margin-bottom: 8px; }
.subsection-heading h3 { margin: 0; color: var(--ink); font-size: clamp(25px, 3vw, 34px); line-height: 1.15; }
.subsection-heading > span { max-width: 390px; color: var(--muted); font-size: 14px; text-align: right; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { position: relative; display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; transition: .25s; }
.product-card:hover { transform: translateY(-5px); border-color: #c9d7db; box-shadow: 0 20px 45px rgba(7,29,45,.1); }
.product-card-media { position: relative; height: 240px; display: grid; place-items: center; padding: 24px; background: linear-gradient(145deg, #f7fafb, #edf3f4); overflow: hidden; }
.product-card-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s; }
.product-card:hover .product-card-media img { transform: scale(1.05); }
.product-placeholder { display: grid; place-items: center; width: 92px; height: 92px; border-radius: 50%; background: white; color: var(--orange-dark); box-shadow: 0 12px 30px rgba(7,29,45,.1); font-size: 34px; font-weight: 950; }
.product-type { position: absolute; left: 14px; top: 14px; padding: 5px 10px; border-radius: 99px; background: white; color: var(--ink); box-shadow: 0 5px 15px rgba(7,29,45,.08); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.product-card-body { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.product-card h3 { margin: 0; color: var(--ink); font-size: 19px; line-height: 1.3; }
.product-summary { min-height: 62px; margin: 8px 0 17px; color: var(--muted); font-size: 12px; }
.product-card .text-link { align-self: flex-start; margin-top: auto; font-size: 13px; }

.service-carousel-section { background: var(--mist); }
.service-carousel-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr); align-items: end; gap: clamp(40px, 8vw, 105px); margin-bottom: 36px; }
.service-carousel-heading h2 { max-width: 760px; margin: 0; color: var(--ink); font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -.04em; }
.service-carousel-heading-side { padding-left: 24px; border-left: 3px solid var(--orange); }
.service-carousel-heading-side > p { margin: 0 0 17px; color: var(--muted); font-size: 14px; }
.service-carousel-nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.service-carousel-nav .text-link { font-size: 13px; }
.service-carousel-controls { flex: 0 0 auto; display: flex; align-items: center; gap: 10px; }
.service-carousel-controls[hidden] { display: none; }
.service-carousel-controls button { display: grid; width: 38px; height: 38px; padding: 0; place-items: center; border: 1px solid #cddadd; border-radius: 50%; background: white; color: var(--ink); font-size: 17px; transition: border-color .2s, background .2s, color .2s, transform .2s; }
.service-carousel-controls button:hover, .service-carousel-controls button:focus-visible { border-color: var(--ink); background: var(--ink); color: white; transform: translateY(-2px); }
.service-carousel-controls > span { min-width: 43px; color: #6e838c; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-align: center; }
.service-carousel-viewport { overflow-x: auto; border: 1px solid #d5e0e3; border-radius: 18px; background: white; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.service-carousel-viewport::-webkit-scrollbar { display: none; }
.service-carousel-viewport:focus-visible { outline: 3px solid rgba(245,155,24,.45); outline-offset: 4px; }
.service-carousel-track { display: flex; width: 100%; align-items: stretch; }
.service-carousel-card { flex: 0 0 calc(100% / var(--service-desktop-columns, 4)); min-width: 0; border-right: 1px solid #d5e0e3; background: white; scroll-snap-align: start; transition: background .25s; }
.service-carousel-card:last-child { border-right: 0; }
.service-carousel-card:hover { background: #fffaf3; }
.service-carousel-card > a { display: flex; height: 100%; flex-direction: column; }
.service-carousel-card > a:focus-visible { outline: 3px solid var(--orange); outline-offset: -3px; }
.service-carousel-media { position: relative; height: 185px; overflow: hidden; background: linear-gradient(145deg, #102d3d, #071d2d); }
.service-carousel-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(7,29,45,.3)); pointer-events: none; }
.service-carousel-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.25,1); }
.service-carousel-card:hover .service-carousel-media img { transform: scale(1.055); }
.service-carousel-placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: rgba(245,155,24,.72); font-size: 74px; font-weight: 950; }
.service-carousel-content { display: flex; flex: 1; flex-direction: column; min-height: 315px; padding: 0 26px 26px; }
.service-carousel-number { position: relative; z-index: 2; display: grid; width: 56px; height: 56px; margin: -28px 0 40px; place-items: center; border: 5px solid white; border-radius: 50%; background: var(--ink); color: var(--orange); box-shadow: 0 7px 20px rgba(7,29,45,.18); font-size: 14px; font-weight: 950; }
.service-carousel-card h3 { margin: 0 0 13px; color: var(--ink); font-size: clamp(19px, 1.7vw, 23px); line-height: 1.16; letter-spacing: -.025em; }
.service-carousel-card p { margin: 0 0 25px; color: var(--muted); font-size: 14px; }
.service-carousel-action { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); color: var(--ink); font-size: 11px; font-weight: 900; letter-spacing: .035em; }
.service-carousel-action span { color: var(--orange-dark); font-size: 16px; transition: transform .25s; }
.service-carousel-card:hover .service-carousel-action span { transform: translate(3px, -3px); }

.strength-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.strength-card { min-height: 280px; padding: 32px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; transition: background .2s; }
.strength-card:hover { background: var(--cream); }
.strength-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--ink); color: var(--orange); font-size: 15px; font-weight: 900; }
.strength-card h3 { margin: 42px 0 12px; color: var(--ink); font-size: 20px; line-height: 1.25; }
.strength-card p { margin: 0; color: var(--muted); font-size: 14px; }

.industry-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.industry-card { min-height: 240px; padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.035); }
.industry-icon { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(245,155,24,.5); border-radius: 50%; color: var(--orange); font-weight: 900; }
.industry-card h3 { margin: 48px 0 10px; font-size: 20px; }
.industry-card p { margin: 0; color: #aebfc7; font-size: 14px; }
.industry-card .text-link { margin-top: 25px; color: white; font-size: 13px; }
.industry-grid-page .industry-card { min-height: 310px; }

.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.process-card { position: relative; min-height: 270px; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.04); }
.process-card > span { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.process-card h3 { margin: 76px 0 10px; color: white; font-size: 25px; }
.process-card p { margin: 0; color: #adbec6; font-size: 14px; }
.process-card::after { content: ""; position: absolute; width: 85px; height: 85px; right: -43px; top: -43px; border: 18px solid rgba(245,155,24,.14); border-radius: 50%; }
.sector-intro { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 90px; }
.sector-intro .section-heading { margin: 0; }
.capability-band { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; }
.capability-band > div { min-height: 165px; padding: 30px 25px; border-right: 1px solid var(--line); }
.capability-band > div:last-child { border-right: 0; }
.capability-band strong { display: block; color: var(--ink); font-size: 18px; }
.capability-band span { display: block; margin-top: 10px; color: var(--muted); font-size: 13px; }
.cta-band-light { padding-top: 80px; }

.home-gallery-section { background: white; border-top: 1px solid var(--line); }
.home-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.home-gallery-item { position: relative; aspect-ratio: 4 / 3; min-width: 0; padding: 0; overflow: hidden; appearance: none; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, #f7fafb, #edf3f4); }
.home-gallery-item img { width: 100%; height: 100%; padding: 24px; object-fit: contain; transition: transform .4s cubic-bezier(.2,.7,.25,1); }
.home-gallery-item > span { position: absolute; inset: auto 0 0; padding: 35px 16px 14px; color: white; background: linear-gradient(transparent, rgba(7,29,45,.9)); font-size: 12px; font-weight: 800; text-align: left; }
.home-gallery-item:hover img, .home-gallery-item:focus-visible img { transform: scale(1.055); }
.home-gallery-item:focus-visible { outline: 3px solid rgba(245,155,24,.5); outline-offset: 3px; }

.cta-band { padding: 30px 0 100px; background: var(--mist); }
.cta-shell { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 58px; border-radius: 28px; background: var(--orange); }
.cta-shell::after { content: ""; position: absolute; width: 280px; height: 280px; right: -80px; top: -160px; border: 45px solid rgba(7,29,45,.08); border-radius: 50%; }
.cta-shell > * { position: relative; z-index: 2; }
.cta-shell h2 { max-width: 690px; margin: 0; color: var(--ink); font-size: clamp(30px, 4vw, 48px); line-height: 1.08; letter-spacing: -.04em; }
.cta-shell .button { flex: 0 0 auto; background: var(--ink); color: white; }

.page-hero { position: relative; overflow: hidden; padding: 110px 0 95px; color: white; background: var(--ink); }
.page-hero::after { content: ""; position: absolute; width: 470px; height: 470px; right: -100px; bottom: -330px; border: 75px solid rgba(245,155,24,.13); border-radius: 50%; }
.page-hero-inner { position: relative; z-index: 2; max-width: 830px; }
.page-hero h1 { color: white; }
.page-hero p:not(.eyebrow) { max-width: 720px; margin: 22px 0 0; color: #bdcbd1; font-size: 19px; }
.breadcrumbs { display: flex; gap: 8px; margin-bottom: 24px; color: #a9bbc4; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.breadcrumbs a { color: var(--orange); }

.bess-system { overflow: hidden; scroll-margin-top: 96px; background: white; }
.bess-system-heading { align-items: end; margin-bottom: 34px; }
.bess-system-heading > p { max-width: 480px; margin: 0; }
.bess-system-visual { position: relative; aspect-ratio: 16 / 7; margin: 0; overflow: hidden; border-radius: 26px; background: var(--mist); box-shadow: var(--shadow); }
.bess-system-visual::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(7,29,45,.46)); pointer-events: none; }
.bess-system-visual img { width: 100%; height: 100%; object-fit: cover; }
.bess-image-label { position: absolute; z-index: 2; bottom: 34px; padding: 11px 16px; border-radius: 7px; color: white; background: #0c897d; box-shadow: 0 12px 30px rgba(7,29,45,.2); font-size: clamp(12px, 1.3vw, 16px); font-weight: 850; }
.bess-image-label-string { left: 23%; }
.bess-image-label-central { left: 57%; }
.bess-about-shell { display: grid; grid-template-columns: minmax(240px, .34fr) minmax(0, 1fr); gap: clamp(40px, 7vw, 90px); align-items: start; margin-top: 64px; }
.bess-tab-list { position: sticky; top: 120px; display: grid; gap: 10px; }
.bess-tab-list button { display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: center; gap: 10px; width: 100%; min-height: 58px; padding: 12px 16px; border: 1px solid transparent; border-bottom-color: var(--line); border-radius: 12px; color: var(--muted); background: transparent; text-align: left; transition: .2s; }
.bess-tab-list button:hover { border-color: #cad9dd; color: var(--ink); background: var(--mist); }
.bess-tab-list button[aria-selected="true"] { border-color: var(--ink); color: white; background: var(--ink); box-shadow: 0 12px 30px rgba(7,29,45,.15); }
.bess-tab-list button span { color: var(--orange-dark); font-size: 12px; font-weight: 950; }
.bess-tab-list button[aria-selected="true"] span { color: #ffc870; }
.bess-tab-list button strong { font-size: 14px; }
.bess-tab-panel:focus { outline: none; }
.bess-tab-panel[hidden] { display: none; }
.bess-tab-panel > .eyebrow { margin-bottom: 10px; }
.bess-tab-panel > h3 { max-width: 790px; margin: 0 0 20px; color: var(--ink); font-size: clamp(29px, 3.5vw, 44px); line-height: 1.12; letter-spacing: -.035em; }
.bess-tab-panel > p:not(.eyebrow) { max-width: 860px; margin: 0 0 14px; color: #4d626c; font-size: 16px; }
.bess-highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0 34px; }
.bess-highlights > div { min-height: 128px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--mist); }
.bess-highlights strong, .bess-highlights span { display: block; }
.bess-highlights strong { margin-bottom: 7px; color: var(--ink); font-size: 15px; }
.bess-highlights span { color: var(--muted); font-size: 13px; line-height: 1.55; }
.bess-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 16px 40px rgba(7,29,45,.07); }
.bess-table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 13px; line-height: 1.5; }
.bess-table caption { padding: 18px 20px; color: var(--ink); background: var(--cream); font-size: 14px; font-weight: 850; text-align: left; }
.bess-table th { padding: 14px 16px; color: white; background: var(--ink); font-size: 11px; letter-spacing: .06em; text-align: left; text-transform: uppercase; }
.bess-table td { padding: 15px 16px; border-bottom: 1px solid var(--line); color: #4d626c; vertical-align: top; }
.bess-table td:first-child { color: var(--ink); font-weight: 800; }
.bess-table tbody tr:last-child td { border-bottom: 0; }
.bess-table tbody tr:nth-child(even) { background: #f8fafb; }
.bess-system-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 46px; padding-top: 28px; border-top: 1px solid var(--line); }
.bess-system-footer p { margin: 0; color: var(--muted); font-size: 12px; }
.bess-system-footer p a { color: var(--orange-dark); font-weight: 800; text-decoration: underline; }
.bess-system-footer .button { flex: 0 0 auto; }

.prose { color: var(--text); font-size: 17px; }
.prose h2, .prose h3 { color: var(--ink); line-height: 1.2; letter-spacing: -.025em; }
.prose h2 { margin-top: 45px; font-size: 34px; }
.prose h3 { margin-top: 34px; font-size: 26px; }
.prose p { color: #4d626c; }
.prose ul { padding-left: 22px; }
.prose a { color: var(--orange-dark); text-decoration: underline; }
.about-page-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; }
.vision-card { position: sticky; top: 120px; padding: 36px; border-radius: var(--radius); color: white; background: var(--ink); }
.vision-card img { width: 80px; opacity: .7; }
.vision-card h2 { margin: 35px 0 12px; font-size: 28px; }
.vision-card p { color: #bccbd1; }

.filter-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 38px; }
.filter-pill { padding: 9px 17px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--muted); font-size: 13px; font-weight: 800; }
.filter-pill:hover, .filter-pill.active { border-color: var(--ink); background: var(--ink); color: white; }
.pagination { display: flex; justify-content: center; gap: 6px; margin: 40px 0 0; padding: 0; list-style: none; }
.page-item .page-link { display: grid; min-width: 40px; height: 40px; place-items: center; padding: 0 10px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.page-item.active .page-link { border-color: var(--ink); background: var(--ink); color: white; }
.page-item.disabled { opacity: .45; }

.detail-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: start; }
.detail-media { position: sticky; top: 120px; }
.detail-main-image { height: 520px; display: grid; place-items: center; padding: 45px; border-radius: var(--radius); background: var(--mist); }
.detail-main-image img { width: 100%; height: 100%; object-fit: contain; }
.detail-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 10px; }
.detail-thumb { height: 80px; padding: 8px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.detail-thumb img { width: 100%; height: 100%; object-fit: contain; }
.detail-copy h1 { font-size: clamp(38px, 5vw, 60px); }
.detail-category { display: inline-flex; padding: 6px 12px; border-radius: 999px; background: var(--cream); color: var(--orange-dark); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.detail-copy .lead { color: var(--muted); font-size: 19px; }
.detail-actions { display: flex; gap: 12px; margin-top: 30px; }

.service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.service-list-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.service-list-card img { width: 100%; height: 300px; object-fit: cover; }
.service-list-content { padding: 28px; }
.service-list-content span { color: var(--orange-dark); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.service-list-content h2 { margin: 8px 0 12px; color: var(--ink); font-size: 28px; }
.service-list-content p { color: var(--muted); }
.service-detail-image { width: 100%; max-height: 580px; object-fit: cover; border-radius: var(--radius); }

.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.gallery-item { position: relative; display: block; width: 100%; aspect-ratio: 4 / 3; min-width: 0; padding: 0; overflow: hidden; appearance: none; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 10px 28px rgba(7,29,45,.06); }
.gallery-item img { width: 100%; height: 100%; object-fit: contain; padding: 24px; transition: transform .45s cubic-bezier(.2,.7,.25,1); }
.gallery-item-photo img { padding: 0; object-fit: cover; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.06); }
.gallery-item:focus-visible { outline: 3px solid rgba(245,155,24,.5); outline-offset: 3px; }
.gallery-caption { position: absolute; inset: auto 0 0; padding: 34px 15px 13px; background: linear-gradient(transparent, rgba(7,29,45,.92)); color: white; text-align: left; font-size: 12px; font-weight: 750; transform: translateY(3px); transition: transform .3s; }
.gallery-item:hover .gallery-caption, .gallery-item:focus-visible .gallery-caption { transform: translateY(0); }
.lightbox { position: fixed; z-index: 300; inset: 0; display: none; place-items: center; padding: 40px; background: rgba(3,15,23,.92); }
.lightbox.open { display: grid; }
.lightbox img { max-width: min(100%, 1000px); max-height: 78vh; object-fit: contain; }
.lightbox p { margin: 15px 0 0; color: white; }
.lightbox button { position: absolute; right: 24px; top: 18px; border: 0; background: transparent; color: white; font-size: 46px; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.contact-info h2, .contact-form h2 { margin: 0 0 16px; color: var(--ink); font-size: 36px; line-height: 1.15; }
.contact-info > p { color: var(--muted); }
.contact-list { display: grid; gap: 14px; margin-top: 30px; }
.contact-item { display: grid; grid-template-columns: 50px 1fr; gap: 14px; align-items: start; padding: 18px; border: 1px solid var(--line); border-radius: 14px; }
.contact-item-icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: var(--cream); color: var(--orange-dark); font-weight: 900; }
.contact-item small { display: block; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-item strong, .contact-item a { display: block; margin-top: 3px; color: var(--ink); font-style: normal; font-weight: 750; }
.contact-form { padding: 38px; border-radius: var(--radius); background: var(--mist); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; color: var(--ink); font-size: 13px; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; padding: 14px 15px; border: 1px solid #ccdade; border-radius: 10px; outline: none; background: white; color: var(--text); transition: .2s; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(245,155,24,.15); }
.field-error { display: block; margin-top: 5px; color: #b42318; font-size: 12px; }
.map-frame { height: 440px; border: 0; width: 100%; }

.site-footer { padding-top: 78px; color: #aebfc7; background: #04141f; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1fr; gap: 60px; padding-bottom: 64px; }
.brand-light strong { color: white; }
.footer-brand p { max-width: 390px; margin: 24px 0; }
.site-footer h2 { margin: 5px 0 22px; color: white; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: 10px; }
.site-footer a:hover { color: var(--orange); }
.footer-contact { display: flex; flex-direction: column; }
.footer-contact address { margin: 0 0 12px; font-style: normal; }
.footer-contact > a { margin: 3px 0; color: white; }
.footer-contact p { font-size: 13px; }
.social-links { display: flex; gap: 8px; }
.social-links a { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: white; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.social-links a:hover { border-color: var(--orange); background: var(--orange); color: var(--ink); }
.footer-bottom { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.footer-bottom > span:last-child { display: flex; gap: 20px; }
.whatsapp-float { position: fixed; z-index: 90; right: 24px; bottom: 24px; display: grid; width: 56px; height: 56px; place-items: center; border-radius: 50%; background: #25d366; color: white; box-shadow: 0 12px 30px rgba(0,0,0,.25); font-size: 13px; font-weight: 900; }

[data-reveal] { opacity: 0; translate: 0 26px; transition: opacity .65s ease, translate .65s cubic-bezier(.2,.7,.25,1), scale .65s cubic-bezier(.2,.7,.25,1); transition-delay: var(--reveal-delay, 0ms); }
[data-reveal="left"] { translate: -36px 0; }
[data-reveal="right"] { translate: 36px 0; }
[data-reveal="scale"] { translate: 0 15px; scale: .96; }
[data-reveal].revealed { opacity: 1; translate: 0 0; scale: 1; }

@media (max-width: 1050px) {
    .top-strip-inner > span { display: none; }
    .top-strip-inner { justify-content: flex-end; }
    .nav-toggle { display: block; }
    .primary-nav { position: fixed; z-index: 110; inset: 132px 0 auto; max-height: calc(100vh - 132px); overflow-y: auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; background: white; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
    .primary-nav.open { display: flex; }
    .nav-dropdown { display: block; }
    .primary-nav > a, .nav-dropdown > a { display: block; padding: 14px 4px; border-bottom: 1px solid var(--line); }
    .primary-nav > a::after, .nav-dropdown > a::after { display: none; }
    .primary-nav .nav-cta { margin: 16px 0 0; padding: 14px 18px; text-align: center; border: 0; }
    .dropdown-panel { position: static; visibility: visible; opacity: 1; transform: none; min-width: 0; padding: 5px 0 5px 16px; border: 0; box-shadow: none; }
    .hero-grid { grid-template-columns: 1fr 430px; gap: 20px; }
    .hero-copy h1 { font-size: 55px; }
    .brand-showcase-header { align-items: flex-start; }
    .brand-showcase-summary { flex: 0 1 420px; }
    .brand-showcase-summary > p { display: none; }
    .product-grid { grid-template-columns: repeat(3, 1fr); }
    .service-carousel-card { flex-basis: calc(100% / var(--service-tablet-columns, 3)); }
    .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .about-grid { gap: 55px; }
    .strength-grid, .industry-grid { grid-template-columns: repeat(2, 1fr); }
    .process-grid, .capability-band { grid-template-columns: repeat(2, 1fr); }
    .capability-band > div:nth-child(2) { border-right: 0; }
    .capability-band > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer-contact { grid-column: span 3; }
}

@media (max-width: 800px) {
    :root { --container: min(680px, calc(100% - 28px)); }
    .top-strip { display: none; }
    .nav-shell { min-height: 84px; }
    .primary-nav { inset: 84px 0 auto; max-height: calc(100vh - 84px); }
    .brand img { width: 54px; height: 54px; }
    .hero, .hero-grid { min-height: auto; }
    .hero-grid, .hero-slide.active { grid-template-columns: 1fr; padding: 68px 0 80px; }
    .hero-copy h1 { font-size: clamp(43px, 12vw, 62px); }
    .hero-visual { min-height: 410px; }
    .hero-ring { width: 360px; }
    .hero-product { max-height: 340px; }
    .hero-badge { right: 20px; }
    .hero-dots { left: 20px; }
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-item:nth-child(2) { border-right: 0; }
    .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(7,29,45,.16); }
    .section { padding: 78px 0; }
    .section-heading.split { display: block; }
    .section-heading.split .text-link { margin-top: 22px; }
    .brand-showcase { padding: 64px 0; }
    .brand-showcase-header { align-items: flex-end; gap: 24px; }
    .brand-showcase-summary { flex: 0 0 auto; }
    .brand-showcase-count span { display: none; }
    .brand-carousel { margin-top: 34px; }
    .subsection-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
    .subsection-heading > span { text-align: left; }
    .sector-intro { grid-template-columns: 1fr; gap: 30px; }
    .home-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    .about-grid, .about-page-grid, .detail-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
    .bess-system-visual { aspect-ratio: 4 / 3; }
    .bess-about-shell { grid-template-columns: 1fr; gap: 36px; margin-top: 48px; }
    .bess-tab-list { position: static; grid-template-columns: repeat(2, 1fr); }
    .bess-system-footer { align-items: flex-start; flex-direction: column; }
    .about-visual { min-height: 420px; order: 2; }
    .vision-card, .detail-media { position: static; }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    .service-carousel-heading { grid-template-columns: 1fr; gap: 24px; }
    .service-carousel-heading-side { max-width: 650px; }
    .service-carousel-card { flex-basis: calc(100% / var(--service-mobile-columns, 2)); }
    .service-list { grid-template-columns: 1fr; }
    .detail-main-image { height: 430px; }
    .cta-shell { display: block; padding: 40px 30px; }
    .cta-shell .button { margin-top: 25px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
    .footer-brand { grid-column: span 2; }
    .footer-contact { grid-column: span 2; }
}

@media (max-width: 540px) {
    .brand { gap: 10px; }
    .brand strong { font-size: 14px; }
    .brand small { margin-top: 5px; font-size: 8px; }
    .hero-copy h1 { font-size: clamp(36px, 11vw, 42px); overflow-wrap: anywhere; }
    .hero-copy > p:not(.eyebrow) { font-size: 17px; }
    .hero-visual { min-height: 340px; }
    .hero-ring { width: 290px; }
    .hero-badge { right: 0; bottom: 10px; width: 165px; }
    .hero-actions .button { width: 100%; }
    .trust-item { padding: 22px 15px; }
    .trust-item strong { font-size: 20px; }
    .brand-showcase { padding: 54px 0; }
    .brand-showcase-header { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: flex-start; gap: 14px; }
    .brand-showcase-heading h2 { font-size: 34px; }
    .brand-showcase-heading h2 em { display: block; }
    .brand-showcase-summary { display: block; }
    .brand-showcase-count strong { font-size: 24px; }
    .brand-carousel { --brand-gap: 9px; --brand-loop-offset: 4.5px; gap: var(--brand-gap); margin-top: 28px; }
    .brand-carousel-track { animation-duration: 31s; }
    .brand-carousel-row:nth-child(2) .brand-carousel-track { animation-duration: 34s; }
    .brand-partner { flex-basis: 156px; min-height: 92px; padding: 10px 11px 8px; }
    .brand-partner-logo { min-height: 52px; }
    .brand-partner-logo img { height: 52px; }
    .category-grid, .product-grid, .strength-grid, .industry-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr; gap: 16px; }
    .home-gallery-grid, .process-grid, .capability-band { grid-template-columns: 1fr; }
    .home-gallery-item { aspect-ratio: 5 / 4; }
    .capability-band > div { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
    .capability-band > div:last-child { border-bottom: 0; }
    .gallery-item { aspect-ratio: 5 / 4; }
    .category-card { min-height: 190px; padding: 27px; }
    .product-card-media { height: 260px; }
    .service-carousel-heading-side { padding-left: 18px; }
    .service-carousel-nav { align-items: flex-start; flex-direction: column; }
    .service-carousel-card { flex-basis: 100%; }
    .service-carousel-media { height: 210px; }
    .service-carousel-content { min-height: 290px; }
    .about-visual { padding: 24px; min-height: 380px; }
    .about-panel { left: 24px; right: 24px; bottom: 24px; padding: 22px; }
    .about-points, .form-grid { grid-template-columns: 1fr; }
    .field.full { grid-column: auto; }
    .page-hero { padding: 75px 0 65px; }
    .bess-system-heading > p { margin-top: 16px; }
    .bess-system-visual { aspect-ratio: 1 / 1; border-radius: 18px; }
    .bess-system-visual img { object-position: 64% center; }
    .bess-image-label { left: 14px; right: 14px; bottom: 14px; padding: 8px 11px; text-align: center; }
    .bess-image-label-string { bottom: 54px; }
    .bess-tab-list { grid-template-columns: 1fr; }
    .bess-highlights { grid-template-columns: 1fr; }
    .bess-highlights > div { min-height: 0; }
    .bess-table { min-width: 650px; }
    .bess-system-footer .button { width: 100%; }
    .detail-main-image { height: 350px; padding: 25px; }
    .detail-thumbs { grid-template-columns: repeat(4, 1fr); }
    .detail-actions { flex-direction: column; }
    .contact-form { padding: 27px 20px; }
    .lightbox { padding: 18px; }
    .lightbox button { right: 10px; top: 4px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand, .footer-contact { grid-column: auto; }
    .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 20px 0; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
    [data-reveal] { opacity: 1; translate: none; scale: none; }
    .brand-carousel-row { overflow-x: auto; padding-bottom: 6px; mask-image: none; scrollbar-width: thin; }
    .brand-carousel-group.is-duplicate { display: none; }
}
