@charset "UTF-8";
:root {
    --ink: #111821;
    --ink-2: #202a35;
    --paper: #f4f2ec;
    --white: #ffffff;
    --line: #dcd9d0;
    --muted: #66717d;
    --gold: #c49a55;
    --gold-dark: #906a2f;
    --green: #2d6a4f;
    --blue: #174a7c;
    --red: #a4322c;
    --leaf: #4c8d3b;
    --radius: 18px;
    --shadow: 0 24px 60px rgba(17, 24, 33, .12);
    --container: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container--narrow { max-width: 820px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 9999; background: var(--white); color: var(--ink); padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 20px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-dark); font-size: .77rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.8rem, 6vw, 6.25rem); }
h2 { font-size: clamp(2rem, 3.7vw, 4.25rem); }
h3 { font-size: clamp(1.2rem, 1.6vw, 1.6rem); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 13px 24px; border: 1px solid var(--gold); background: var(--gold); color: var(--ink); border-radius: 999px; font-weight: 800; transition: .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: #d5ad6a; }
.button--small { min-height: 42px; padding: 9px 18px; font-size: .9rem; }
.button--ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.45); }
.button--ghost-dark { background: transparent; color: var(--ink); border-color: rgba(17,24,33,.3); }
.button--dark { background: var(--ink); border-color: var(--ink); color: var(--white); }
.button--light { background: var(--white); border-color: var(--white); color: var(--ink); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { font-weight: 800; color: var(--gold-dark); }
.text-link:hover { color: var(--ink); }
.section { padding: clamp(74px, 9vw, 126px) 0; }
.section--soft { background: var(--paper); }
.section--dark { background: var(--ink); color: var(--white); }
.section-heading { max-width: 820px; margin-bottom: 44px; }
.section-heading h2 { margin: 12px 0 0; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: 70px; align-items: end; }
.section-heading--split > p { color: var(--muted); font-size: 1.08rem; margin-bottom: 7px; }
.section--dark .section-heading--split > p { color: #b7c0ca; }
.utility-bar { background: #0a1017; color: #c9d0d7; font-size: .78rem; }
.utility-bar__inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.utility-links { display: flex; gap: 24px; }
.site-header { position: sticky; top: 0; z-index: 1000; }
.main-header { background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(17,24,33,.09); backdrop-filter: blur(18px); }
.site-header.is-scrolled .main-header { box-shadow: 0 8px 30px rgba(17,24,33,.08); }
.main-header__inner { min-height: 96px; padding-top: 10px; padding-bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-mark { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-mark .custom-logo-link { display: block; }
.brand-mark .custom-logo { max-height: 52px; width: auto; }

.brand-mark__image { display: block; height: auto; width: auto; max-width: 100%; }
.brand-mark__image--header { max-height: 72px; }
.brand-mark__image--footer { max-height: 64px; }
.brand-mark--footer { display: inline-flex; align-items: center; background: rgba(255,255,255,.96); padding: 12px 16px; border-radius: 16px; }
.nav-list > li > a { display: inline-flex; align-items: center; min-height: 72px; color: var(--ink); font-weight: 700; font-size: .93rem; }
.brand-mark__symbol { width: 44px; height: 44px; display: grid; place-items: center; background: var(--ink); color: var(--gold); border-radius: 50%; font-size: 1.25rem; font-weight: 900; }
.brand-mark__text { display: flex; flex-direction: column; line-height: .95; text-transform: uppercase; letter-spacing: .08em; }
.brand-mark__text strong { font-size: 1.1rem; }
.brand-mark__text small { margin-top: 5px; font-size: .64rem; color: var(--muted); letter-spacing: .22em; }
.site-navigation { display: flex; align-items: center; gap: 24px; }
.nav-list { display: flex; align-items: center; gap: 25px; list-style: none; margin: 0; padding: 0; }
.dropdown-toggle::after { content: "+"; margin-left: 7px; color: var(--gold-dark); }
.has-dropdown.is-open .dropdown-toggle::after { content: "−"; }
.has-dropdown { position: static; }
.mega-menu { position: absolute; left: 50%; top: calc(100% - 1px); transform: translateX(-50%) translateY(10px); width: min(calc(100vw - 40px), 1160px); display: grid; grid-template-columns: 310px 1fr; padding: 26px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 0 0 18px 18px; opacity: 0; visibility: hidden; pointer-events: none; transition: .18s ease; }
.has-dropdown.is-open .mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.mega-menu__intro { padding: 28px; background: var(--ink); color: var(--white); border-radius: 14px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.mega-menu__intro strong { font-size: 1.6rem; line-height: 1.15; margin: 12px 0 22px; }
.mega-menu__intro a { color: var(--gold); font-weight: 800; }
.mega-menu__links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 4px 10px 4px 22px; }
.mega-menu__links > a { display: flex; flex-direction: column; justify-content: center; padding: 15px 16px; border-radius: 10px; border: 1px solid transparent; }
.mega-menu__links > a:hover { background: var(--paper); border-color: var(--line); }
.mega-menu__links strong { font-size: .98rem; }
.mega-menu__links span { color: var(--muted); font-size: .78rem; margin-top: 4px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--paper); padding: 11px; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }
.hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); min-height: 740px; display: flex; align-items: center; }
.hero__pattern { position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(circle at 15% 20%, rgba(196,154,85,.38), transparent 28%), linear-gradient(120deg, transparent 0 48%, rgba(255,255,255,.04) 48% 49%, transparent 49% 100%); background-size: auto, 54px 54px; }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; padding-top: 70px; padding-bottom: 70px; }
.hero__content h1 { max-width: 720px; margin: 18px 0 26px; }
.hero__content > p { max-width: 650px; color: #c7ced6; font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.hero__content .button-row { margin-top: 34px; }
.hero__proof { display: flex; gap: 36px; margin-top: 56px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.16); }
.hero__proof div { display: flex; flex-direction: column; }
.hero__proof strong { font-size: 1.3rem; color: var(--gold); }
.hero__proof span { color: #aeb8c3; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.hero__visual { min-height: 590px; position: relative; }
.portfolio-orbit { position: relative; width: 100%; height: 590px; }
.portfolio-orbit::before, .portfolio-orbit::after { content: ""; position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.portfolio-orbit::before { width: 430px; height: 430px; }
.portfolio-orbit::after { width: 300px; height: 300px; }
.portfolio-orbit__core { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 150px; height: 150px; border-radius: 50%; background: var(--gold); color: var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 20px 70px rgba(196,154,85,.25); }
.portfolio-orbit__core span { font-size: 3rem; font-weight: 900; line-height: 1; }
.portfolio-orbit__core small { text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.orbit-brand { position: absolute; width: 190px; min-height: 92px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); display: flex; flex-direction: column; justify-content: center; }
.orbit-brand strong { font-size: 1rem; }
.orbit-brand small { color: #b8c2cc; line-height: 1.35; margin-top: 4px; }
.orbit-brand--1 { top: 4%; left: 35%; }
.orbit-brand--2 { top: 25%; right: 0; }
.orbit-brand--3 { bottom: 12%; right: 5%; }
.orbit-brand--4 { bottom: 4%; left: 12%; }
.orbit-brand--5 { top: 27%; left: 0; }
.orbit-brand--grainlock { border-left: 3px solid var(--green); }
.orbit-brand--dynaguard { border-left: 3px solid #4e8dcc; }
.orbit-brand--mekara { border-left: 3px solid #cf5149; }
.orbit-brand--candler-foods { border-left: 3px solid var(--gold); }
.orbit-brand--organicking { border-left: 3px solid #6fb35e; }
.brand-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.brand-card { min-height: 350px; padding: 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; position: relative; transition: .22s ease; }
.brand-card:last-child { border-right: 0; }
.brand-card:hover { background: var(--ink); color: var(--white); transform: translateY(-6px); z-index: 2; box-shadow: var(--shadow); }
.brand-card__number { color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.brand-card h3 { margin: auto 0 14px; font-size: clamp(1.3rem, 2vw, 2rem); }
.brand-card p { color: var(--muted); font-size: .92rem; }
.brand-card:hover p { color: #bec7d0; }
.brand-card__link { margin-top: 22px; color: var(--gold-dark); font-weight: 800; font-size: .86rem; }
.brand-card:hover .brand-card__link { color: var(--gold); }
.brand-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gold); }
.brand-card--grainlock::before { background: var(--green); }
.brand-card--dynaguard::before { background: var(--blue); }
.brand-card--mekara::before { background: var(--red); }
.brand-card--organicking::before, .brand-card--organic-king::before { background: var(--leaf); }
.industry-list { border-top: 1px solid rgba(255,255,255,.18); }
.industry-row { display: grid; grid-template-columns: 52px 1fr 1fr 34px; gap: 28px; align-items: center; padding: 28px 8px; border-bottom: 1px solid rgba(255,255,255,.18); transition: .2s ease; }
.industry-row:hover { padding-left: 20px; background: rgba(255,255,255,.04); }
.industry-row > span { color: var(--gold); font-size: .76rem; font-weight: 800; }
.industry-row h3 { margin: 0; }
.industry-row p { color: #aeb8c2; margin: 0; }
.industry-row i { color: var(--gold); font-size: 1.3rem; font-style: normal; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.product-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); transition: .22s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-card__image { aspect-ratio: 1.28; display: block; overflow: hidden; background: var(--paper); }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.product-card:hover .product-card__image img { transform: scale(1.035); }
.product-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg,#ece8df,#d8d2c5); color: var(--gold-dark); font-size: 4rem; font-weight: 900; }
.product-card__body { padding: 25px; }
.product-card__meta { display: flex; flex-wrap: wrap; gap: 8px 14px; min-height: 25px; color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-card__meta a { color: var(--gold-dark); }
.product-card h3 { margin: 15px 0 11px; }
.product-card h3 a:hover { color: var(--gold-dark); }
.product-card__body > p { color: var(--muted); min-height: 52px; }
.empty-state { grid-column: 1 / -1; padding: 52px; text-align: center; border: 1px dashed var(--line); background: var(--paper); border-radius: var(--radius); }
.quality-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; }
.quality-panel { background: var(--gold); padding: clamp(32px,5vw,64px); border-radius: var(--radius); }
.quality-panel h2 { font-size: clamp(2.1rem,3vw,3.5rem); margin: 16px 0 25px; }
.quality-panel p { font-size: 1.06rem; }
.principles-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.principles-grid > div { padding: 34px; background: var(--white); }
.principles-grid span { color: var(--gold-dark); font-weight: 800; font-size: .76rem; }
.principles-grid h3 { margin: 34px 0 12px; }
.principles-grid p { color: var(--muted); }
.news-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.news-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.news-card__image { display: block; aspect-ratio: 1.55; background: var(--paper); }
.news-card__image img { width: 100%; height: 100%; object-fit: cover; }
.news-card__image span { display: block; height: 100%; background: linear-gradient(135deg,var(--ink),#47515c); }
.news-card__body { padding: 25px; }
.news-card time { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.news-card h2, .news-card h3 { margin: 13px 0; font-size: 1.45rem; }
.news-card p { color: var(--muted); }
.cta-band { padding: 68px 0; background: var(--gold); }
.cta-band__inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.cta-band h2 { margin: 12px 0 0; max-width: 850px; font-size: clamp(2rem,3.2vw,3.5rem); }
.site-footer { background: #0b1118; color: var(--white); }
.footer-main { padding: 76px 0 60px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 54px; }
.brand-mark--footer .brand-mark__symbol { background: var(--gold); color: var(--ink); }
.brand-mark--footer .brand-mark__text small { color: #9ea8b3; }
.footer-brand > p { max-width: 340px; color: #aeb8c2; margin: 25px 0; }
.social-links { display: flex; flex-wrap: wrap; gap: 16px; font-size: .86rem; font-weight: 700; }
.footer-grid h2 { font-size: .82rem; text-transform: uppercase; letter-spacing: .13em; color: var(--gold); margin-bottom: 22px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 10px; }
.footer-grid li a, .footer-contact p { color: #b5bec7; }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom__inner { min-height: 66px; display: flex; justify-content: space-between; align-items: center; gap: 25px; font-size: .75rem; color: #8f9aa6; }
.footer-bottom p { margin: 0; }
.footer-bottom ul { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
.page-hero { background: var(--ink); color: var(--white); padding: clamp(80px,10vw,145px) 0; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 480px; height: 480px; right: -120px; bottom: -250px; border-radius: 50%; border: 90px solid rgba(196,154,85,.13); }
.page-hero h1 { max-width: 980px; margin: 17px 0 25px; font-size: clamp(2.7rem,5vw,5.5rem); }
.page-hero p, .taxonomy-description { max-width: 760px; color: #bdc6cf; font-size: 1.12rem; }
.page-hero--simple { padding: 75px 0; }
.catalogue-filters { display: grid; grid-template-columns: 1.5fr repeat(3,1fr) auto; gap: 13px; padding: 22px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); align-items: end; }
.catalogue-filters label, .contact-form label { display: block; color: var(--muted); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 7px; }
.catalogue-filters input, .catalogue-filters select, .contact-form input, .contact-form textarea { width: 100%; border: 1px solid #cfcac0; background: var(--white); border-radius: 10px; padding: 12px 14px; color: var(--ink); outline: none; }
.catalogue-filters input:focus, .catalogue-filters select:focus, .contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(196,154,85,.17); }
.filter-actions { display: flex; align-items: center; gap: 14px; }
.filter-actions a { font-weight: 700; font-size: .86rem; }
.catalogue-toolbar { display: flex; justify-content: space-between; margin: 36px 0 18px; color: var(--muted); }
.pagination { margin-top: 42px; }
.pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.pagination .page-numbers { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.pagination .current { background: var(--ink); color: var(--white); border-color: var(--ink); }
.product-hero { background: var(--paper); padding: 65px 0 80px; }
.product-hero__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.product-hero__media { aspect-ratio: 1.1; border-radius: var(--radius); overflow: hidden; background: var(--white); border: 1px solid var(--line); }
.product-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.product-placeholder--large { font-size: 8rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: .77rem; margin-bottom: 24px; }
.product-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.product-badges a { padding: 7px 12px; border-radius: 999px; background: var(--ink); color: var(--white); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.product-badges .badge-muted { background: #e0ddd4; color: var(--ink); }
.product-hero h1 { margin: 18px 0 14px; font-size: clamp(2.5rem,4.3vw,5rem); }
.product-subtitle { font-size: 1.25rem; color: var(--gold-dark); font-weight: 700; }
.product-sku { color: var(--muted); font-size: .84rem; }
.product-summary { color: var(--muted); font-size: 1.05rem; }
.pack-sizes { display: flex; flex-direction: column; margin: 24px 0; padding: 18px 20px; background: var(--white); border-left: 4px solid var(--gold); }
.pack-sizes span { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.product-anchor-nav { position: sticky; top: 112px; z-index: 50; background: var(--white); border-bottom: 1px solid var(--line); }
.product-anchor-nav .container { display: flex; overflow-x: auto; }
.product-anchor-nav a { flex: 0 0 auto; padding: 18px 20px; font-weight: 800; font-size: .85rem; }
.product-anchor-nav a:hover { color: var(--gold-dark); }
.product-content__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; align-items: start; }
.product-content__grid h2 { margin-top: 15px; font-size: clamp(2rem,3vw,3.5rem); }
.prose { font-size: 1.06rem; color: #37424d; }
.prose > *:first-child { margin-top: 0; }
.prose h2, .prose h3 { color: var(--ink); margin-top: 1.7em; }
.prose a { color: var(--gold-dark); text-decoration: underline; }
.prose ul, .prose ol { padding-left: 1.3em; }
.benefit-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-grid > div { padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.benefit-grid span { color: var(--gold-dark); font-size: .76rem; font-weight: 800; }
.benefit-grid p { margin: 35px 0 0; font-size: 1.08rem; font-weight: 700; }
.application-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.application-list li { position: relative; padding: 18px 18px 18px 50px; background: var(--paper); border-radius: 10px; }
.application-list li::before { content: "✓"; position: absolute; left: 18px; color: var(--gold-dark); font-weight: 900; }
.two-column-info { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 70px; }
.two-column-info p { color: #bcc5ce; }
.technical-table { border-top: 1px solid var(--line); }
.technical-table > div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 20px; padding: 16px 6px; border-bottom: 1px solid var(--line); }
.technical-table strong { font-size: .86rem; }
.technical-table span { color: var(--muted); }
.download-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.download-grid a { display: grid; grid-template-columns: 52px 1fr 22px; gap: 16px; align-items: center; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; }
.download-grid a:hover { border-color: var(--gold-dark); }
.download-grid span { display: grid; place-items: center; height: 52px; background: var(--ink); color: var(--white); border-radius: 8px; font-size: .72rem; font-weight: 900; }
.download-grid i { font-style: normal; font-size: 1.4rem; color: var(--gold-dark); }
.contact-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.contact-details h2 { margin: 15px 0 38px; }
.contact-details > div { padding: 20px 0; border-top: 1px solid var(--line); }
.contact-details strong { font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.contact-form-wrap { padding: 36px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.contact-form > div { margin-bottom: 18px; }
.contact-form textarea { resize: vertical; }
.consent { display: flex !important; gap: 10px; align-items: flex-start; text-transform: none !important; letter-spacing: 0 !important; font-weight: 500 !important; }
.consent input { width: auto; margin-top: 4px; }
.honeypot { position: absolute; left: -9999px; }
.form-notice { padding: 14px 18px; margin-bottom: 20px; border-radius: 10px; font-weight: 700; }
.form-notice--success { background: #dff1e5; color: #1e6238; }
.form-notice--error { background: #f5dfdd; color: #8c3029; }
.article-header { padding: 90px 0 50px; background: var(--paper); }
.article-header h1 { margin: 18px 0 25px; font-size: clamp(2.6rem,5vw,5.3rem); }
.article-meta { display: flex; gap: 20px; color: var(--muted); font-size: .82rem; }
.article-image { margin-top: 50px; }
.article-image img { width: 100%; max-height: 680px; object-fit: cover; border-radius: var(--radius); }
.article-body { padding-top: 60px; padding-bottom: 100px; }
.not-found { min-height: 70vh; display: grid; place-items: center; text-align: center; padding: 80px 0; background: var(--paper); }
.not-found__code { display: block; font-size: clamp(7rem,18vw,15rem); line-height: .75; font-weight: 900; color: #e4e0d7; }
.not-found h1 { max-width: 880px; margin: 25px auto; font-size: clamp(2.1rem,4vw,4.4rem); }
.not-found .button-row { justify-content: center; }
@media (hover:hover) and (min-width: 1101px) {
    .has-dropdown:hover .mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
}
@media (max-width: 1100px) {
    .utility-bar { display: none; }
    .site-header { top: 0; }
    .menu-toggle { display: block; }
    .site-navigation { position: fixed; top: 96px; left: 0; right: 0; bottom: 0; display: block; background: var(--white); padding: 16px 20px 40px; overflow-y: auto; transform: translateX(100%); transition: .22s ease; }
    .site-navigation.is-open { transform: translateX(0); }
    .nav-list { display: block; }
    .nav-list > li { border-bottom: 1px solid var(--line); }
    .nav-list > li > a, .dropdown-toggle { width: 100%; justify-content: space-between; min-height: 56px; }
    .mega-menu { position: static; transform: none !important; width: 100%; display: none; grid-template-columns: 1fr; padding: 0 0 20px; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; }
    .has-dropdown.is-open .mega-menu { display: grid; }
    .mega-menu__intro { display: none; }
    .mega-menu__links { grid-template-columns: 1fr; padding: 0; }
    .nav-cta { margin-top: 22px; }
    .hero__grid { grid-template-columns: 1fr; }
    .hero__visual { display: none; }
    .brand-grid { grid-template-columns: repeat(2,1fr); }
    .brand-card { border-bottom: 1px solid var(--line); }
    .product-grid, .news-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .catalogue-filters { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .filter-actions { grid-column: 1 / -1; }
    .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .product-anchor-nav { top: 76px; }
}
@media (max-width: 760px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 68px 0; }
    .section-heading--split, .quality-grid, .product-hero__grid, .product-content__grid, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
    .hero { min-height: 650px; }
    .hero__grid { padding-top: 70px; padding-bottom: 70px; }
    .hero__proof { gap: 18px; flex-wrap: wrap; }
    .hero__proof div { flex: 1 1 28%; }
    .brand-grid, .product-grid, .news-grid, .principles-grid, .benefit-grid, .application-list, .two-column-info, .download-grid, .footer-grid, .form-row { grid-template-columns: 1fr; }
    .brand-card { min-height: 260px; border-right: 0; }
    .industry-row { grid-template-columns: 36px 1fr 24px; gap: 14px; }
    .industry-row p { grid-column: 2 / -1; }
    .catalogue-filters { grid-template-columns: 1fr; }
    .filter-actions { grid-column: auto; }
    .cta-band__inner, .footer-bottom__inner { flex-direction: column; align-items: flex-start; }
    .footer-bottom__inner { padding: 20px 0; }
    .footer-bottom ul { flex-wrap: wrap; gap: 10px 18px; }
    .product-hero { padding: 35px 0 55px; }
    .product-anchor-nav a { padding: 15px 12px; }
    .contact-form-wrap { padding: 22px; }
    .application-list { display: grid; }
}


/* Brand portfolio page typography fix */
.page-template-page-brands .brand-card h2 {
    margin: auto 0 14px;
    font-size: clamp(1.35rem, 1.8vw, 2rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
}
.page-template-page-brands .brand-card p {
    font-size: 0.92rem;
    line-height: 1.55;
}
.page-template-page-brands .brand-card__link {
    font-size: 0.86rem;
}
@media (max-width: 760px) {
    .page-template-page-brands .brand-card h2 {
        font-size: 1.55rem;
    }
}

@media (max-width: 1024px) {
    .main-header__inner { min-height: 88px; padding-top: 8px; padding-bottom: 8px; }
    .brand-mark__image--header { max-height: 64px; }
    .site-navigation { top: 88px; }
}

/* Product detail page v1.2 */
.product-detail-hero { padding: clamp(46px, 6vw, 82px) 0; background: linear-gradient(180deg, #f5f2eb 0%, #fff 100%); border-bottom: 1px solid var(--line); }
.product-detail-hero__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(42px, 6vw, 82px); align-items: start; }
.product-gallery { min-width: 0; position: sticky; top: 156px; }
.product-gallery__main { position: relative; aspect-ratio: 1 / 1; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 24px 70px rgba(17,24,33,.08); }
.product-gallery__main-image { width: 100%; height: 100%; object-fit: contain; padding: clamp(20px, 4vw, 52px); }
.product-gallery__badge { position: absolute; top: 20px; left: 20px; padding: 8px 13px; border-radius: 999px; background: var(--gold); color: var(--ink); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-gallery__thumbs { display: flex; gap: 10px; margin-top: 14px; overflow-x: auto; padding-bottom: 4px; }
.product-gallery__thumbs button { flex: 0 0 76px; width: 76px; height: 76px; padding: 5px; border: 1px solid var(--line); border-radius: 12px; background: #fff; opacity: .72; transition: .2s ease; }
.product-gallery__thumbs button:hover, .product-gallery__thumbs button.is-active { opacity: 1; border-color: var(--gold-dark); box-shadow: 0 0 0 2px rgba(196,154,85,.14); }
.product-gallery__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.product-detail-hero__content { padding-top: 8px; }
.product-detail-hero__content h1 { margin: 20px 0 14px; font-size: clamp(2.6rem, 5vw, 5.5rem); max-width: 880px; }
.product-detail-hero__content .breadcrumbs { margin-bottom: 24px; }
.product-detail-hero__content .product-subtitle { max-width: 760px; margin: 0 0 18px; font-size: clamp(1.14rem, 1.8vw, 1.42rem); line-height: 1.45; color: var(--gold-dark); }
.product-detail-hero__content .product-summary { max-width: 760px; margin: 0 0 22px; color: var(--muted); font-size: 1.06rem; }
.product-detail-hero__content .product-summary p:last-child { margin-bottom: 0; }
.product-hero-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; list-style: none; padding: 0; margin: 26px 0; }
.product-hero-benefits li { position: relative; padding-left: 27px; color: var(--ink-2); font-weight: 700; }
.product-hero-benefits li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--ink); font-size: .7rem; font-weight: 900; }
.product-quick-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 28px 0 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.product-quick-facts > div { padding: 16px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.72); }
.product-quick-facts > div:nth-child(2n) { border-right: 0; }
.product-quick-facts > div:nth-last-child(-n+2) { border-bottom: 0; }
.product-quick-facts dt { margin-bottom: 4px; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.product-quick-facts dd { margin: 0; color: var(--ink); font-size: .94rem; font-weight: 800; }
.product-actions { margin-top: 28px; }
.product-anchor-nav { top: 132px; box-shadow: 0 10px 25px rgba(17,24,33,.04); }
.product-section-grid { display: grid; grid-template-columns: minmax(250px, .68fr) minmax(0, 1.32fr); gap: clamp(42px, 7vw, 96px); align-items: start; }
.product-section-heading { position: sticky; top: 220px; }
.product-section-heading h2 { margin: 16px 0 0; font-size: clamp(2rem, 3.2vw, 3.65rem); }
.product-overview-copy { font-size: 1.08rem; }
.product-overview-copy > *:first-child { margin-top: 0; }
.product-benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.product-benefit-grid article { min-height: 190px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.product-benefit-grid span { color: var(--gold-dark); font-size: .74rem; font-weight: 900; letter-spacing: .1em; }
.product-benefit-grid p { margin: auto 0 0; font-size: 1.05rem; font-weight: 800; line-height: 1.45; }
.product-application-panels { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.product-info-panel { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.product-info-panel h3 { margin-bottom: 22px; }
.product-info-panel ul, .product-safety-grid ul { list-style: none; padding: 0; margin: 0; }
.product-info-panel li, .product-safety-grid li { position: relative; padding: 10px 0 10px 24px; border-bottom: 1px solid var(--line); color: var(--muted); }
.product-info-panel li:last-child, .product-safety-grid li:last-child { border-bottom: 0; }
.product-info-panel li::before, .product-safety-grid li::before { content: "•"; position: absolute; left: 5px; color: var(--gold-dark); font-weight: 900; }
.product-info-panel--warning { background: #fff8ec; border-color: #ebd4aa; }
.product-usage-section { background: var(--ink); color: #fff; }
.product-usage-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.product-usage-card { min-height: 100%; padding: clamp(28px,4vw,48px); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.04); }
.product-usage-card--primary { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.product-usage-card h2 { margin: 15px 0 25px; font-size: clamp(2rem, 3vw, 3.25rem); }
.product-rich-text p { color: inherit; opacity: .85; }
.product-usage-card:not(.product-usage-card--primary) .technical-table { border-color: rgba(255,255,255,.16); }
.product-usage-card:not(.product-usage-card--primary) .technical-table > div { border-color: rgba(255,255,255,.16); }
.product-usage-card:not(.product-usage-card--primary) .technical-table span { color: #c4ccd4; }
.technical-table--compact > div { grid-template-columns: 1fr 1fr; padding: 14px 4px; }
.product-composition { margin-top: 30px; padding: 26px; border-radius: 16px; background: var(--paper); }
.product-composition h3 { margin-bottom: 12px; }
.product-composition p { margin: 0; color: var(--muted); }
.product-certifications { margin-top: 28px; }
.product-certifications h3 { margin-bottom: 15px; }
.product-certifications > div { display: flex; flex-wrap: wrap; gap: 9px; }
.product-certifications span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink-2); font-size: .82rem; font-weight: 800; }
.product-safety-section .section-heading--split > p { color: #b9c3cd; }
.product-safety-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.product-safety-grid article { padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.04); }
.product-safety-grid h3 { margin-bottom: 18px; color: var(--gold); }
.product-safety-grid p, .product-safety-grid li { color: #bcc5ce; }
.product-safety-grid li { border-color: rgba(255,255,255,.12); }
.product-video-embed { overflow: hidden; border-radius: 20px; background: #000; box-shadow: var(--shadow); }
.product-video-embed iframe { display: block; width: 100%; aspect-ratio: 16/9; height: auto; border: 0; }
.product-faq-list { border-top: 1px solid var(--line); }
.product-faq-list details { border-bottom: 1px solid var(--line); }
.product-faq-list summary { position: relative; cursor: pointer; list-style: none; padding: 22px 48px 22px 0; font-size: 1.06rem; font-weight: 800; }
.product-faq-list summary::-webkit-details-marker { display: none; }
.product-faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 20px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); color: var(--gold-dark); }
.product-faq-list details[open] summary::after { content: "−"; }
.product-faq-list details p { margin: -4px 0 22px; padding-right: 50px; color: var(--muted); }
.related-products-section .product-card__image img { object-fit: contain; padding: 18px; background: #fff; }

@media (max-width: 1024px) {
    .product-detail-hero__grid { grid-template-columns: 1fr; }
    .product-gallery { position: static; max-width: 680px; margin-inline: auto; }
    .product-section-grid { grid-template-columns: 1fr; gap: 28px; }
    .product-section-heading { position: static; }
    .product-benefit-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .product-application-panels, .product-safety-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 760px) {
    .product-detail-hero { padding: 28px 0 50px; }
    .product-detail-hero__content h1 { font-size: clamp(2.3rem, 12vw, 3.5rem); }
    .product-hero-benefits, .product-quick-facts, .product-benefit-grid, .product-application-panels, .product-usage-grid, .product-safety-grid { grid-template-columns: 1fr; }
    .product-quick-facts > div { border-right: 0; border-bottom: 1px solid var(--line) !important; }
    .product-quick-facts > div:last-child { border-bottom: 0 !important; }
    .product-gallery__main-image { padding: 22px; }
    .product-anchor-nav { top: 88px; }
    .product-benefit-grid article { min-height: 150px; }
    .product-section-heading h2 { font-size: 2.2rem; }
}

/* --------------------------------------------------------------
   Candler Holdings v1.3 — Contact and About pages
-------------------------------------------------------------- */
.page-hero--about,
.page-hero--contact {
    min-height: 500px;
    display: flex;
    align-items: center;
}

/* Contact page */
.contact-section { background: #fff; }
.contact-grid { grid-template-columns: minmax(310px,.72fr) minmax(0,1.28fr); gap: clamp(38px,6vw,86px); }
.contact-details h2 { max-width: 520px; font-size: clamp(2rem,3vw,3.55rem); margin: 15px 0 34px; }
.contact-info-stack { display: grid; gap: 12px; }
.contact-details > .contact-info-stack { padding: 0; border: 0; }
.contact-info-card {
    display: grid;
    grid-template-columns: 44px minmax(0,1fr);
    gap: 17px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: #fff;
}
.contact-info-card--highlight { background: var(--paper); border-color: #c8bdab; }
.contact-info-card__index {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--ink);
    color: var(--gold);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .08em;
}
.contact-info-card h3 { margin: 1px 0 8px; font-size: 1rem; letter-spacing: -.01em; }
.contact-info-card p { margin: 0 0 4px; color: var(--muted); }
.contact-info-card p:last-child { margin-bottom: 0; }
.contact-info-card a { color: var(--ink); font-weight: 750; overflow-wrap: anywhere; }
.contact-info-card a:hover { color: var(--gold-dark); }
.contact-info-card small { display: block; margin-top: 8px; color: var(--muted); font-size: .75rem; }
.contact-form-wrap { padding: clamp(28px,4vw,52px); background: var(--paper); }
.contact-form-heading { margin-bottom: 32px; }
.contact-form-heading h2 { margin: 12px 0 13px; font-size: clamp(2rem,3.2vw,3.5rem); }
.contact-form-heading p { max-width: 680px; color: var(--muted); }
.contact-form .button { min-width: 180px; }
.contact-route-band { padding: 72px 0; background: var(--ink); color: #fff; }
.contact-route-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.contact-route-grid h2 { max-width: 620px; margin: 13px 0 0; font-size: clamp(2rem,3.2vw,3.6rem); }
.contact-route-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.contact-route-list span { min-height: 105px; display: flex; align-items: flex-end; padding: 22px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); color: #d1d8df; font-weight: 750; }
.footer-working-hours { font-size: .82rem; line-height: 1.45; }

/* About page */
.about-intro-section { overflow: hidden; }
.about-intro-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(42px,7vw,96px); align-items: start; }
.about-intro-grid h2 { max-width: 600px; margin: 15px 0 0; font-size: clamp(2.1rem,3.5vw,4rem); }
.about-intro-copy { font-size: 1.08rem; }
.about-intro-copy p:first-child { font-size: clamp(1.15rem,1.7vw,1.42rem); color: var(--ink); }
.about-stat-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 72px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.about-stat-grid article { min-height: 176px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-stat-grid strong { color: var(--gold-dark); font-size: clamp(2.1rem,3vw,3.5rem); line-height: 1; }
.about-stat-grid span { max-width: 170px; color: var(--muted); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; line-height: 1.45; }
.about-industry-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.about-industry-card { position: relative; min-height: 320px; display: flex; flex-direction: column; padding: 26px; border-right: 1px solid var(--line); transition: transform .2s ease, background .2s ease, color .2s ease; }
.about-industry-card:last-child { border-right: 0; }
.about-industry-card > span { color: var(--gold-dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.about-industry-card h3 { margin: auto 0 14px; font-size: clamp(1.15rem,1.55vw,1.55rem); }
.about-industry-card p { color: var(--muted); font-size: .88rem; }
.about-industry-card i { margin-top: 18px; color: var(--gold-dark); font-style: normal; font-size: 1.2rem; }
.about-industry-card:hover { z-index: 2; transform: translateY(-6px); background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.about-industry-card:hover p { color: #bcc5ce; }
.about-industry-card:hover i { color: var(--gold); }
.about-dual-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; }
.about-direction-card { min-height: 510px; display: flex; flex-direction: column; padding: clamp(34px,5vw,64px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.about-direction-card--vision { background: var(--gold); border-color: var(--gold); }
.about-direction-card h2 { margin: 18px 0 26px; font-size: clamp(2rem,3vw,3.45rem); }
.about-direction-card p { max-width: 620px; margin-top: auto; font-size: 1.06rem; }
.about-direction-card .text-link { margin-top: 22px; }
.about-quality-band { padding: clamp(78px,9vw,126px) 0; background: var(--ink); color: #fff; }
.about-quality-band .section-heading--split > p { color: #adb7c1; }
.about-quality-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.about-quality-grid article { min-height: 300px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.about-quality-grid span { color: var(--gold); font-size: .75rem; font-weight: 900; }
.about-quality-grid h3 { margin: auto 0 14px; font-size: 1.45rem; }
.about-quality-grid p { margin: 0; color: #aeb8c2; }
.about-market-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.about-market-card { min-height: 400px; padding: clamp(34px,5vw,58px); border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.about-market-card--export { background: #e9eef2; }
.about-market-card > span { display: inline-flex; padding: 7px 12px; border-radius: 999px; background: var(--ink); color: #fff; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.about-market-card h3 { max-width: 560px; margin: 70px 0 20px; font-size: clamp(1.75rem,2.6vw,3rem); }
.about-market-card p { max-width: 640px; color: var(--muted); font-size: 1.03rem; }
.about-partnership-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px,7vw,90px); align-items: center; }
.about-partnership-grid h2 { margin: 15px 0 24px; font-size: clamp(2rem,3.4vw,3.8rem); }
.about-partnership-grid > div:first-child > p { max-width: 610px; color: var(--muted); font-size: 1.05rem; }
.about-partnership-grid .button { margin-top: 20px; }
.about-partnership-list { border-top: 1px solid var(--line); }
.about-partnership-list > div { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 24px 4px; border-bottom: 1px solid var(--line); }
.about-partnership-list span { color: var(--gold-dark); font-size: .75rem; font-weight: 900; }
.about-partnership-list p { margin: 0; font-size: 1.08rem; font-weight: 760; }

@media (max-width: 1120px) {
    .about-industry-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .about-industry-card { border-bottom: 1px solid var(--line); }
    .about-quality-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
    .about-intro-grid,
    .about-dual-grid,
    .about-partnership-grid,
    .contact-route-grid { grid-template-columns: 1fr; }
    .about-stat-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .about-direction-card { min-height: 420px; }
    .contact-route-grid { gap: 36px; }
}

@media (max-width: 620px) {
    .page-hero--about,
    .page-hero--contact { min-height: auto; }
    .contact-info-card { grid-template-columns: 38px minmax(0,1fr); padding: 17px; }
    .contact-info-card__index { width: 34px; height: 34px; }
    .contact-route-list,
    .about-stat-grid,
    .about-industry-grid,
    .about-quality-grid,
    .about-market-grid { grid-template-columns: 1fr; }
    .about-industry-card { min-height: 250px; border-right: 0; }
    .about-quality-grid article { min-height: 230px; }
    .about-market-card { min-height: 340px; }
    .about-market-card h3 { margin-top: 46px; }
}

/* Brand logos — v1.3.1 */
.brand-card__logo {
    min-height: 104px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 28px 0 22px;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
}
.brand-card__logo-image {
    display: block;
    max-width: 180px;
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.brand-card--has-logo h2,
.brand-card--has-logo h3 { margin-top: auto; }
.brand-card:hover .brand-card__logo { border-color: rgba(255,255,255,.24); }

.taxonomy-brand-logo {
    width: fit-content;
    max-width: min(360px, 100%);
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 28px;
    padding: 16px 22px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(0,0,0,.16);
}
.taxonomy-brand-logo__image {
    display: block;
    max-width: 300px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.product-card__brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.product-card__brand-logo {
    width: 48px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 5px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #fff;
}
.product-card__brand-logo-image {
    display: block;
    max-width: 38px;
    max-height: 16px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.product-brand-logo {
    width: fit-content;
    max-width: min(280px, 100%);
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 22px;
    padding: 12px 16px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}
.product-brand-logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(17,24,33,.08);
}
.product-brand-logo__image {
    display: block;
    max-width: 230px;
    max-height: 58px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (max-width: 760px) {
    .brand-card__logo { min-height: 86px; margin-top: 22px; }
    .brand-card__logo-image { max-width: 155px; max-height: 58px; }
    .taxonomy-brand-logo { min-height: 76px; padding: 13px 17px; }
    .taxonomy-brand-logo__image { max-width: 220px; max-height: 60px; }
    .product-brand-logo { min-height: 62px; }
    .product-brand-logo__image { max-width: 190px; max-height: 48px; }
}

/* =========================================================
   Corporate refresh — v1.4.0
   ========================================================= */
:root {
    --ink: #0d1722;
    --ink-2: #1a2b3b;
    --paper: #f4f7f9;
    --surface: #ffffff;
    --surface-blue: #eef5fa;
    --line: #d8e0e6;
    --muted: #5f6e7c;
    --gold: #d4a957;
    --gold-dark: #916825;
    --blue: #2678b9;
    --blue-bright: #48a4ea;
    --green: #2f7d5b;
    --red: #b3443c;
    --leaf: #64963b;
    --radius: 22px;
    --radius-sm: 13px;
    --shadow: 0 26px 70px rgba(13, 23, 34, .12);
    --shadow-soft: 0 14px 36px rgba(13, 23, 34, .08);
    --container: 1280px;
}
body { background: var(--surface); font-size: 16px; line-height: 1.68; }
h1,h2,h3 { text-wrap: balance; }
h1 { font-size: clamp(3rem, 5.7vw, 6.3rem); }
h2 { font-size: clamp(2.2rem, 3.5vw, 4.1rem); }
h3 { font-size: clamp(1.16rem, 1.45vw, 1.52rem); }
.section { padding: clamp(84px, 8.5vw, 132px) 0; }
.section-heading { margin-bottom: clamp(38px, 5vw, 64px); }
.section-heading--split { grid-template-columns: minmax(0, 1.15fr) minmax(320px, .65fr); gap: clamp(38px, 7vw, 92px); }
.section-heading__action p { color: var(--muted); font-size: 1.06rem; margin-bottom: 18px; }
.section--dark .section-heading__action p { color: #b7c3ce; }
.text-link--light { color: var(--gold); }
.eyebrow { font-size: .73rem; letter-spacing: .18em; }
.button { min-height: 52px; gap: 10px; padding: 13px 23px; border-radius: 12px; box-shadow: 0 10px 24px rgba(212,169,87,.16); }
.button--ghost { box-shadow: none; }
.button--dark { box-shadow: 0 10px 24px rgba(13,23,34,.14); }
.button--small { min-height: 44px; padding: 10px 18px; border-radius: 10px; }

/* Dynamic WordPress primary menu */
.main-header { background: rgba(255,255,255,.97); border-bottom-color: rgba(13,23,34,.08); }
.main-header__inner { min-height: 104px; padding-top: 12px; padding-bottom: 12px; }
.brand-mark__image--header { max-height: 76px; }
.site-navigation { gap: 22px; }
.nav-list { gap: 6px; }
.nav-list .menu-item { position: relative; list-style: none; }
.nav-list > .menu-item { display: flex; align-items: center; }
.nav-list > .menu-item > a { position: relative; min-height: 78px; padding: 0 12px; font-size: .91rem; font-weight: 760; color: #20303f; }
.nav-list > .menu-item > a::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 17px; height: 2px; border-radius: 999px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nav-list > .menu-item:hover > a::after,
.nav-list > .current-menu-item > a::after,
.nav-list > .current-menu-ancestor > a::after { transform: scaleX(1); }
.nav-list > .current-menu-item > a,
.nav-list > .current-menu-ancestor > a { color: var(--ink); }
.nav-list .sub-menu { position: absolute; z-index: 100; top: calc(100% - 8px); left: 0; min-width: 250px; margin: 0; padding: 10px; list-style: none; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(10px); pointer-events: none; transition: .18s ease; }
.nav-list .sub-menu .sub-menu { top: -10px; left: calc(100% + 8px); }
.nav-list .sub-menu a { display: flex; align-items: center; min-height: 44px; padding: 10px 13px; border-radius: 10px; color: #253645; font-size: .88rem; font-weight: 700; }
.nav-list .sub-menu a:hover,
.nav-list .sub-menu .current-menu-item > a { background: var(--paper); color: var(--gold-dark); }
.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children:focus-within > .sub-menu,
.menu-item-has-children.is-submenu-open > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.submenu-toggle { width: 28px; height: 28px; display: inline-grid; place-items: center; margin-left: -8px; border: 0; border-radius: 50%; background: transparent; color: var(--gold-dark); font-weight: 900; }
.submenu-toggle::before { content: "+"; }
.menu-item-has-children.is-submenu-open > .submenu-toggle::before { content: "−"; }
.nav-cta span { font-size: 1rem; }
.utility-bar { background: #071019; }
.utility-bar__inner { min-height: 38px; }
.utility-message { letter-spacing: .02em; }

/* Corporate homepage */
.corporate-hero { min-height: 800px; padding-bottom: 0; background: linear-gradient(135deg,#08121c 0%,#122536 58%,#0d1823 100%); }
.corporate-hero::after { content: ""; position: absolute; width: 780px; height: 780px; right: -300px; top: -330px; border-radius: 50%; border: 140px solid rgba(212,169,87,.07); }
.corporate-hero__grid { grid-template-columns: minmax(0, .95fr) minmax(470px, 1.05fr); gap: clamp(48px, 6vw, 90px); padding-top: 86px; padding-bottom: 96px; }
.corporate-hero__content { position: relative; z-index: 2; }
.corporate-hero__content h1 { max-width: 780px; margin: 20px 0 28px; }
.corporate-hero__content > p { max-width: 700px; color: #c6d0da; }
.corporate-hero__visual { position: relative; min-height: 590px; z-index: 2; }
.corporate-hero__image-wrap { position: absolute; inset: 0 0 26px 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 34px; box-shadow: 0 35px 90px rgba(0,0,0,.32); transform: rotate(1.2deg); }
.corporate-hero__image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(5,10,15,.28)); pointer-events: none; }
.corporate-hero__image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.corporate-float-card { position: absolute; z-index: 3; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; background: rgba(255,255,255,.94); color: var(--ink); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.corporate-float-card > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--gold); }
.corporate-float-card strong { font-size: .88rem; }
.corporate-float-card small { grid-column: 2; margin-top: -8px; color: var(--muted); font-size: .69rem; }
.corporate-float-card--top { top: 40px; left: 0; }
.corporate-float-card--bottom { right: -18px; bottom: 0; min-width: 290px; }
.hero-energy-line { position: absolute; z-index: 1; height: 1px; background: linear-gradient(90deg,transparent,rgba(72,164,234,.75),transparent); transform: rotate(-18deg); }
.hero-energy-line--one { width: 760px; right: -90px; top: 340px; }
.hero-energy-line--two { width: 520px; right: 110px; top: 515px; opacity: .42; }
.corporate-capability-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border: 1px solid rgba(255,255,255,.13); border-bottom: 0; border-radius: 18px 18px 0 0; overflow: hidden; background: rgba(255,255,255,.055); backdrop-filter: blur(12px); }
.corporate-capability-strip span { min-height: 74px; display: flex; align-items: center; padding: 18px 22px; border-right: 1px solid rgba(255,255,255,.13); color: #c8d3dc; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.corporate-capability-strip span:last-child { border-right: 0; }

.corporate-brand-section { background: #fff; }
.corporate-brand-grid { border: 0; border-radius: 0; gap: 18px; overflow: visible; }
.corporate-brand-card { min-height: 390px; border: 1px solid var(--line) !important; border-radius: 18px; overflow: hidden; background: #fff; box-shadow: 0 8px 24px rgba(13,23,34,.035); }
.corporate-brand-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -70px; top: -70px; border-radius: 50%; background: var(--gold); opacity: .08; transition: .25s ease; }
.corporate-brand-card:hover::after { transform: scale(2.8); opacity: .12; }
.corporate-brand-card:hover { background: var(--ink); border-color: var(--ink) !important; }
.corporate-brand-card .brand-card__logo { margin-top: 22px; }
.corporate-brand-card .brand-card__link { display: flex; align-items: center; justify-content: space-between; }
.corporate-brand-card .brand-card__link i { font-style: normal; font-size: 1.1rem; }

.corporate-story-section { background: linear-gradient(180deg,#f5f8fa,#eef3f6); }
.corporate-story-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(48px,7vw,100px); align-items: center; }
.corporate-story-media { position: relative; min-height: 590px; }
.corporate-story-media > img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.corporate-story-media::before { content: ""; position: absolute; z-index: -1; width: 70%; height: 70%; left: -28px; bottom: -28px; border-radius: 28px; background: var(--gold); opacity: .25; }
.corporate-story-badge { position: absolute; right: -26px; bottom: 34px; max-width: 290px; display: flex; flex-direction: column; padding: 24px; border-radius: 18px; background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.corporate-story-badge strong { color: var(--gold); font-size: 1.18rem; }
.corporate-story-badge span { margin-top: 6px; color: #b8c5cf; font-size: .82rem; }
.corporate-story-copy h2 { margin: 16px 0 24px; }
.corporate-story-copy > p { color: var(--muted); font-size: 1.08rem; }
.corporate-story-points { margin: 34px 0; border-top: 1px solid var(--line); }
.corporate-story-points > div { display: grid; grid-template-columns: 46px 1fr; gap: 14px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.corporate-story-points span { color: var(--gold-dark); font-size: .72rem; font-weight: 900; }
.corporate-story-points strong { font-size: 1rem; }
.corporate-story-points p { grid-column: 2; margin: -8px 0 0; color: var(--muted); font-size: .88rem; }

.corporate-industries { position: relative; background: linear-gradient(135deg,#0a1520,#152b3d); }
.corporate-industries::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px); background-size: 72px 72px; pointer-events: none; }
.corporate-industries .container { position: relative; }
.corporate-industry-list { border-top-color: rgba(255,255,255,.14); }
.corporate-industry-list .industry-row { min-height: 110px; }
.corporate-industry-list .industry-row:hover { padding-left: 22px; background: rgba(255,255,255,.055); }
.corporate-quality-section { background: #fff; }
.corporate-quality-panel { position: relative; overflow: hidden; background: linear-gradient(135deg,#e9c77d,#c6953d); box-shadow: var(--shadow-soft); }
.corporate-quality-panel::after { content: ""; position: absolute; width: 260px; height: 260px; right: -120px; top: -100px; border-radius: 50%; border: 55px solid rgba(13,23,34,.08); }
.corporate-quality-panel > * { position: relative; z-index: 1; }
.corporate-principles-grid { box-shadow: var(--shadow-soft); }
.corporate-principles-grid > div { min-height: 245px; transition: transform .2s ease, background .2s ease; }
.corporate-principles-grid > div:hover { z-index: 2; transform: translateY(-5px); background: var(--surface-blue); }
.corporate-news-section { background: var(--paper); }
.corporate-news-card { background: #fff; box-shadow: 0 8px 24px rgba(13,23,34,.04); transition: transform .22s ease, box-shadow .22s ease; }
.corporate-news-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.corporate-news-card .news-card__image { overflow: hidden; }
.corporate-news-card .news-card__image img { transition: transform .4s ease; }
.corporate-news-card:hover .news-card__image img { transform: scale(1.035); }
.corporate-empty-state { display: grid; grid-template-columns: 260px 1fr; align-items: center; gap: 32px; text-align: left; }
.corporate-empty-state img { width: 100%; border-radius: 16px; }
.corporate-cta-band { position: relative; overflow: hidden; background: linear-gradient(110deg,#d6ad5f,#efce87); }
.corporate-cta-band::after { content: ""; position: absolute; width: 430px; height: 430px; right: -120px; top: -235px; border-radius: 50%; border: 80px solid rgba(13,23,34,.08); }
.corporate-cta-band .container { position: relative; z-index: 1; }

/* Corporate About page */
.about-hero-corporate { position: relative; overflow: hidden; padding: clamp(80px,8vw,120px) 0 0; background: linear-gradient(135deg,#08121c,#173146); color: #fff; }
.about-hero-corporate__pattern { position: absolute; inset: 0; background-image: radial-gradient(circle at 12% 22%,rgba(212,169,87,.2),transparent 27%),linear-gradient(125deg,transparent 48%,rgba(255,255,255,.035) 49%,transparent 50%); background-size: auto,58px 58px; }
.about-hero-corporate__grid { position: relative; display: grid; grid-template-columns: minmax(0,.92fr) minmax(450px,1.08fr); gap: clamp(46px,7vw,100px); align-items: center; }
.about-hero-corporate__content { padding-bottom: 90px; }
.about-hero-corporate__content h1 { max-width: 820px; margin: 18px 0 28px; font-size: clamp(3rem,5.5vw,6rem); }
.about-hero-corporate__content > p { max-width: 700px; color: #c0ccd6; font-size: 1.14rem; }
.about-hero-corporate__content .button-row { margin-top: 34px; }
.about-hero-corporate__media { position: relative; min-height: 570px; align-self: end; }
.about-hero-corporate__media > img { width: 100%; height: 570px; object-fit: cover; border-radius: 28px 28px 0 0; box-shadow: 0 30px 80px rgba(0,0,0,.32); }
.about-hero-corporate__badge { position: absolute; left: -28px; bottom: 44px; max-width: 290px; display: flex; flex-direction: column; padding: 22px; border-radius: 17px; background: var(--gold); color: var(--ink); box-shadow: var(--shadow); }
.about-hero-corporate__badge strong { font-size: 1.12rem; }
.about-hero-corporate__badge span { margin-top: 6px; font-size: .82rem; font-weight: 650; }
.about-hero-corporate__stats { position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border: 1px solid rgba(255,255,255,.13); border-bottom: 0; border-radius: 18px 18px 0 0; overflow: hidden; background: rgba(255,255,255,.055); backdrop-filter: blur(14px); }
.about-hero-corporate__stats article { min-height: 116px; display: flex; flex-direction: column; justify-content: center; padding: 22px; border-right: 1px solid rgba(255,255,255,.13); }
.about-hero-corporate__stats article:last-child { border-right: 0; }
.about-hero-corporate__stats strong { color: var(--gold); font-size: 1.8rem; line-height: 1; }
.about-hero-corporate__stats span { margin-top: 10px; color: #b8c4ce; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.about-company-section { background: #fff; }
.about-company-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(48px,7vw,100px); align-items: center; }
.about-company-media { position: relative; min-height: 630px; }
.about-company-media > img { width: 100%; height: 630px; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.about-company-media__label { position: absolute; right: -22px; bottom: 34px; max-width: 320px; display: grid; grid-template-columns: 38px 1fr; gap: 10px 14px; padding: 22px; border-radius: 17px; background: #fff; box-shadow: var(--shadow); }
.about-company-media__label > span { grid-row: 1 / span 2; color: var(--gold-dark); font-size: .72rem; font-weight: 900; }
.about-company-media__label strong { font-size: 1.02rem; }
.about-company-media__label small { color: var(--muted); }
.about-company-copy h2 { margin: 16px 0 24px; }
.about-company-prose p:first-child { font-size: 1.18rem; color: var(--ink); }
.about-company-pillars { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 32px; }
.about-company-pillars div { min-height: 110px; display: flex; flex-direction: column; justify-content: space-between; padding: 16px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); }
.about-company-pillars span { color: var(--gold-dark); font-size: .69rem; font-weight: 900; }
.about-company-pillars strong { font-size: .82rem; }
.about-industry-grid--corporate .about-industry-card { min-height: 350px; }
.about-industry-card__icon { width: 52px; height: 52px; display: grid; place-items: center; margin-top: 24px; border-radius: 14px; background: var(--paper); color: var(--blue); font-size: 1.25rem; transition: .2s ease; }
.about-industry-card:hover .about-industry-card__icon { background: rgba(255,255,255,.12); color: var(--gold); }

.about-strategy-section { background: #fff; }
.about-strategy-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; }
.about-strategy-card { min-height: 520px; display: flex; flex-direction: column; padding: clamp(34px,5vw,64px); border-radius: 24px; overflow: hidden; }
.about-strategy-card--vision { position: relative; background: linear-gradient(135deg,#d7af61,#efcf89); color: var(--ink); }
.about-strategy-card--vision::after { content: ""; position: absolute; width: 340px; height: 340px; right: -150px; bottom: -145px; border-radius: 50%; border: 70px solid rgba(13,23,34,.08); }
.about-strategy-card--philosophy { background: var(--ink); color: #fff; }
.about-strategy-card__top { display: flex; justify-content: space-between; align-items: start; gap: 20px; }
.about-strategy-card__index { color: currentColor; opacity: .45; font-size: .74rem; font-weight: 900; }
.about-strategy-card h2 { position: relative; z-index: 1; margin: 76px 0 28px; font-size: clamp(2rem,3.15vw,3.7rem); }
.about-strategy-card p { position: relative; z-index: 1; max-width: 720px; margin-top: auto; font-size: 1.05rem; }
.about-strategy-card--philosophy p { color: #b5c1cb; }
.about-strategy-card .text-link { margin-top: 22px; color: var(--gold); }

.about-operating-band { padding: clamp(84px,8.5vw,132px) 0; background: var(--paper); }
.about-operating-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.about-operating-grid article { position: relative; min-height: 270px; display: flex; flex-direction: column; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.about-operating-grid article::after { content: "→"; position: absolute; right: -12px; top: 44px; z-index: 2; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--ink); font-size: .74rem; font-weight: 900; }
.about-operating-grid article:last-child::after { display: none; }
.about-operating-grid span { color: var(--gold-dark); font-size: .73rem; font-weight: 900; }
.about-operating-grid strong { margin-top: auto; font-size: 1.22rem; }
.about-operating-grid p { margin: 12px 0 0; color: var(--muted); font-size: .86rem; }

.about-markets-corporate { background: #fff; }
.about-markets-corporate__grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: clamp(48px,7vw,96px); align-items: center; }
.about-markets-corporate__visual img { width: 100%; border-radius: 26px; box-shadow: var(--shadow); }
.about-markets-corporate__content h2 { margin: 16px 0 34px; }
.about-market-roadmap { border-top: 1px solid var(--line); }
.about-market-roadmap article { display: grid; grid-template-columns: 115px 1fr; gap: 8px 22px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.about-market-roadmap span { grid-row: 1 / span 2; color: var(--gold-dark); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.about-market-roadmap h3 { margin: 0; font-size: 1.18rem; }
.about-market-roadmap p { margin: 0; color: var(--muted); font-size: .92rem; }
.about-partnership-grid--corporate { align-items: start; }
.about-partnership-grid--corporate .about-partnership-list > div { grid-template-columns: 48px 1fr 24px; align-items: center; transition: padding .2s ease, background .2s ease; }
.about-partnership-grid--corporate .about-partnership-list > div:hover { padding-left: 15px; background: #fff; }
.about-partnership-list i { color: var(--gold-dark); font-style: normal; }

/* Fine tuning across existing pages */
.page-hero { background: linear-gradient(135deg,#0b1722,#1a3347); }
.page-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 64px 64px; pointer-events: none; }
.page-hero .container { position: relative; z-index: 1; }
.product-card,.news-card,.contact-form-wrap,.catalogue-filters { box-shadow: 0 8px 28px rgba(13,23,34,.045); }
.footer-main { padding-top: 82px; }
.footer-grid { gap: clamp(34px,5vw,65px); }
.site-footer { background: #071019; }
.social-links a { display: inline-flex; align-items: center; min-height: 34px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 8px; }
.social-links a:hover { border-color: var(--gold); }

@media (prefers-reduced-motion: no-preference) {
    .corporate-float-card--top { animation: chFloat 5.2s ease-in-out infinite; }
    .corporate-float-card--bottom { animation: chFloat 5.2s ease-in-out 1.1s infinite; }
    @keyframes chFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
}

@media (max-width: 1180px) {
    .site-navigation { gap: 10px; }
    .nav-list > .menu-item > a { padding-inline: 9px; font-size: .86rem; }
    .corporate-hero__grid,
    .about-hero-corporate__grid { grid-template-columns: minmax(0,.9fr) minmax(420px,1.1fr); gap: 40px; }
    .corporate-brand-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .about-operating-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .about-operating-grid article:nth-child(3)::after { display: none; }
}

@media (max-width: 1100px) {
    .main-header__inner { min-height: 96px; }
    .brand-mark__image--header { max-height: 68px; }
    .site-navigation { top: 96px; }
    .nav-list { display: block; }
    .nav-list > .menu-item { display: flex; flex-wrap: wrap; border-bottom: 1px solid var(--line); }
    .nav-list > .menu-item > a { flex: 1; min-height: 58px; padding: 0 8px; }
    .nav-list > .menu-item > a::after { display: none; }
    .submenu-toggle { width: 46px; height: 58px; margin: 0; border-radius: 0; }
    .nav-list .sub-menu { position: static; width: 100%; min-width: 0; display: none; padding: 0 0 12px 16px; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; pointer-events: auto; background: transparent; }
    .nav-list .sub-menu .sub-menu { position: static; margin-left: 14px; }
    .menu-item-has-children.is-submenu-open > .sub-menu { display: block; }
    .nav-list .sub-menu a { min-height: 42px; }
    .nav-cta { margin-top: 20px; }
    .corporate-hero { min-height: auto; }
    .corporate-hero__grid,
    .about-hero-corporate__grid { grid-template-columns: 1fr; }
    .corporate-hero__visual { min-height: 560px; max-width: 760px; width: 100%; margin-inline: auto; }
    .corporate-capability-strip,
    .about-hero-corporate__stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .corporate-capability-strip span:nth-child(2),
    .about-hero-corporate__stats article:nth-child(2) { border-right: 0; }
    .corporate-capability-strip span:nth-child(-n+2),
    .about-hero-corporate__stats article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
    .corporate-story-grid,
    .about-company-grid,
    .about-markets-corporate__grid { grid-template-columns: 1fr; }
    .corporate-story-media,
    .about-company-media { max-width: 780px; width: 100%; margin-inline: auto; }
    .about-hero-corporate__content { padding-bottom: 20px; }
    .about-hero-corporate__media { max-width: 760px; width: 100%; margin-inline: auto; }
    .about-strategy-grid { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
    .section-heading--split { grid-template-columns: 1fr; gap: 22px; }
    .corporate-brand-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .corporate-story-media > img,
    .about-company-media > img { min-height: 470px; height: 470px; }
    .corporate-story-media,
    .about-company-media { min-height: 470px; }
    .about-company-pillars { grid-template-columns: 1fr; }
    .about-operating-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .about-operating-grid article:nth-child(3)::after { display: grid; }
    .about-operating-grid article:nth-child(even)::after { display: none; }
    .about-market-roadmap article { grid-template-columns: 1fr; }
    .about-market-roadmap span { grid-row: auto; }
}

@media (max-width: 620px) {
    .main-header__inner { min-height: 88px; padding-block: 8px; }
    .brand-mark__image--header { max-height: 62px; }
    .site-navigation { top: 88px; }
    .corporate-hero__grid { padding-top: 62px; padding-bottom: 72px; }
    .corporate-hero__visual { min-height: 390px; }
    .corporate-hero__image-wrap { inset: 0 0 18px 0; border-radius: 22px; transform: none; }
    .corporate-float-card--top { top: 14px; left: -4px; }
    .corporate-float-card--bottom { right: -4px; min-width: 240px; }
    .corporate-capability-strip,
    .about-hero-corporate__stats,
    .corporate-brand-grid,
    .about-operating-grid { grid-template-columns: 1fr; }
    .corporate-capability-strip span,
    .about-hero-corporate__stats article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
    .corporate-capability-strip span:last-child,
    .about-hero-corporate__stats article:last-child { border-bottom: 0; }
    .corporate-brand-card { min-height: 330px; }
    .corporate-story-media,
    .about-company-media { min-height: 360px; }
    .corporate-story-media > img,
    .about-company-media > img { min-height: 360px; height: 360px; }
    .corporate-story-badge,
    .about-company-media__label { position: relative; right: auto; left: auto; bottom: auto; margin: -42px 16px 0; }
    .corporate-empty-state { grid-template-columns: 1fr; }
    .about-hero-corporate { padding-top: 62px; }
    .about-hero-corporate__media { min-height: 390px; }
    .about-hero-corporate__media > img { height: 390px; }
    .about-hero-corporate__badge { left: 14px; right: 14px; bottom: 18px; max-width: none; }
    .about-strategy-card { min-height: 440px; }
    .about-operating-grid article::after { display: none !important; }
    .about-partnership-grid--corporate .about-partnership-list > div { grid-template-columns: 40px 1fr 20px; }
}

/* Homepage hero v1.4.1 — resilient corporate portfolio design */
.ch-home-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 7vw, 108px) 0 0;
    color: #fff;
    background:
        radial-gradient(circle at 9% 12%, rgba(210, 166, 82, .20), transparent 25%),
        radial-gradient(circle at 91% 16%, rgba(46, 131, 196, .20), transparent 29%),
        linear-gradient(132deg, #07111b 0%, #0d1e2c 48%, #102b3f 100%);
}
.ch-home-hero__mesh {
    position: absolute;
    inset: 0;
    opacity: .34;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(90deg, #000, transparent 76%);
    pointer-events: none;
}
.ch-home-hero__glow {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.08);
    pointer-events: none;
}
.ch-home-hero__glow--one { width: 620px; height: 620px; right: -260px; top: -220px; box-shadow: 0 0 0 100px rgba(255,255,255,.018), 0 0 0 210px rgba(255,255,255,.012); }
.ch-home-hero__glow--two { width: 300px; height: 300px; left: -170px; bottom: 40px; border-color: rgba(210,166,82,.13); }
.ch-home-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .93fr) minmax(500px, 1.07fr);
    gap: clamp(54px, 7vw, 102px);
    align-items: center;
    padding-bottom: clamp(70px, 7vw, 102px);
}
.ch-home-hero__content { max-width: 700px; }
.ch-home-hero__content .eyebrow { color: #e6bd6f; }
.ch-home-hero__content h1 {
    max-width: 760px;
    margin: 20px 0 26px;
    font-size: clamp(3.15rem, 5.7vw, 6.2rem);
    line-height: .98;
    letter-spacing: -.055em;
    text-wrap: balance;
}
.ch-home-hero__content > p {
    max-width: 650px;
    margin-bottom: 0;
    color: #c6d2dc;
    font-size: clamp(1.04rem, 1.35vw, 1.22rem);
    line-height: 1.7;
}
.ch-home-hero__actions { margin-top: 34px; }
.ch-home-hero__actions .button { gap: 10px; }
.ch-home-hero__proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 0;
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.14);
}
.ch-home-hero__proof article {
    min-width: 0;
    padding: 0 20px;
    border-right: 1px solid rgba(255,255,255,.12);
}
.ch-home-hero__proof article:first-child { padding-left: 0; }
.ch-home-hero__proof article:last-child { border-right: 0; }
.ch-home-hero__proof strong {
    display: block;
    color: #e8bd6b;
    font-size: 1.32rem;
    line-height: 1.2;
}
.ch-home-hero__proof span {
    display: block;
    margin-top: 7px;
    color: #95a7b5;
    font-size: .7rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.ch-portfolio-board {
    position: relative;
    min-height: 610px;
    padding: 22px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 30px;
    background: linear-gradient(155deg, rgba(255,255,255,.12), rgba(255,255,255,.045));
    box-shadow: 0 40px 100px rgba(0,0,0,.32);
    backdrop-filter: blur(18px);
    isolation: isolate;
}
.ch-portfolio-board::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    right: -170px;
    bottom: -170px;
    border-radius: 50%;
    background: rgba(213,169,86,.12);
    box-shadow: 0 0 0 80px rgba(213,169,86,.035);
    z-index: -1;
}
.ch-portfolio-board::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .26;
    background-image: linear-gradient(125deg, transparent 48%, rgba(255,255,255,.045) 49%, transparent 50%);
    background-size: 42px 42px;
}
.ch-portfolio-board__background {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .16;
    filter: saturate(.35) contrast(1.15);
}
.ch-portfolio-board__topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 44px;
    padding: 0 4px 16px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    color: #d8e0e7;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.ch-portfolio-board__topbar span { display: inline-flex; align-items: center; gap: 9px; }
.ch-portfolio-board__topbar i { width: 8px; height: 8px; border-radius: 50%; background: #5fd18e; box-shadow: 0 0 0 5px rgba(95,209,142,.12); }
.ch-portfolio-board__topbar small { color: #8294a2; font-size: .66rem; }
.ch-portfolio-board__group {
    position: relative;
    display: grid;
    grid-template-columns: 96px 1fr 18px;
    gap: 18px;
    align-items: center;
    margin-top: 18px;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 20px;
    background: rgba(7,17,27,.72);
    box-shadow: inset 0 1px rgba(255,255,255,.05);
}
.ch-portfolio-board__logo {
    height: 72px;
    display: grid;
    place-items: center;
    padding: 9px 12px;
    border-radius: 14px;
    background: #fff;
}
.ch-portfolio-board__logo img { max-width: 100%; max-height: 54px; width: auto; }
.ch-portfolio-board__group-copy { min-width: 0; display: flex; flex-direction: column; }
.ch-portfolio-board__group-copy strong { font-size: 1.1rem; line-height: 1.2; }
.ch-portfolio-board__group-copy small { margin-top: 7px; color: #9cb0bf; font-size: .74rem; }
.ch-portfolio-board__pulse { width: 10px; height: 10px; border-radius: 50%; background: #e0b15b; box-shadow: 0 0 0 7px rgba(224,177,91,.12), 0 0 24px rgba(224,177,91,.55); }
.ch-portfolio-board__connector { height: 26px; display: grid; place-items: center; }
.ch-portfolio-board__connector span { width: 1px; height: 100%; background: linear-gradient(#d6a852, rgba(214,168,82,.12)); position: relative; }
.ch-portfolio-board__connector span::after { content: ""; position: absolute; left: 50%; bottom: -2px; width: 7px; height: 7px; border-radius: 50%; background: #d6a852; transform: translateX(-50%); }
.ch-portfolio-board__brands {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
}
.ch-portfolio-brand {
    position: relative;
    min-width: 0;
    min-height: 78px;
    display: grid;
    grid-template-columns: 46px minmax(0,1fr) 16px;
    align-items: center;
    gap: 12px;
    padding: 12px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 15px;
    background: rgba(255,255,255,.065);
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.ch-portfolio-brand:nth-child(5) { grid-column: 1 / -1; }
.ch-portfolio-brand::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: #d7aa57; }
.ch-portfolio-brand--grainlock::before { background: #4b9c72; }
.ch-portfolio-brand--dynaguard::before { background: #4b97d1; }
.ch-portfolio-brand--mekara::before { background: #d55f56; }
.ch-portfolio-brand--organicking::before,
.ch-portfolio-brand--organic-king::before { background: #69a852; }
.ch-portfolio-brand:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.11); }
.ch-portfolio-brand__mark {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    padding: 5px;
    overflow: hidden;
    border-radius: 11px;
    background: #fff;
    color: #142231;
}
.ch-portfolio-brand__mark b { font-size: 1.05rem; }
.ch-portfolio-brand__logo-image { max-width: 100%; max-height: 36px; width: auto; object-fit: contain; }
.ch-portfolio-brand > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }
.ch-portfolio-brand strong { overflow: hidden; color: #f7f9fb; font-size: .86rem; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.ch-portfolio-brand small { overflow: hidden; margin-top: 5px; color: #90a3b2; font-size: .64rem; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.ch-portfolio-brand > i { color: #dcb15f; font-style: normal; }
.ch-portfolio-board__footer {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 8px;
    margin-top: 16px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,.11);
}
.ch-portfolio-board__footer span { display: flex; flex-direction: column; color: #9badba; font-size: .62rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .06em; }
.ch-portfolio-board__footer b { margin-bottom: 5px; color: #e4b967; font-size: .64rem; }

.ch-home-capabilities {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.13);
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    background: rgba(255,255,255,.055);
    backdrop-filter: blur(12px);
}
.ch-home-capabilities span {
    min-height: 78px;
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 12px;
    align-items: center;
    padding: 18px 20px;
    border-right: 1px solid rgba(255,255,255,.13);
    color: #c8d3dc;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.ch-home-capabilities span:last-child { border-right: 0; }
.ch-home-capabilities i { color: #dbae5c; font-size: .66rem; font-style: normal; }

@media (prefers-reduced-motion: no-preference) {
    .ch-portfolio-board { animation: chBoardEnter .7s ease both; }
    .ch-portfolio-brand { animation: chBrandEnter .55s ease both; }
    .ch-portfolio-brand:nth-child(2) { animation-delay: .07s; }
    .ch-portfolio-brand:nth-child(3) { animation-delay: .14s; }
    .ch-portfolio-brand:nth-child(4) { animation-delay: .21s; }
    .ch-portfolio-brand:nth-child(5) { animation-delay: .28s; }
    @keyframes chBoardEnter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
    @keyframes chBrandEnter { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
}

@media (max-width: 1180px) {
    .ch-home-hero__grid { grid-template-columns: minmax(0,.88fr) minmax(450px,1.12fr); gap: 42px; }
    .ch-home-hero__content h1 { font-size: clamp(3rem, 5vw, 5.2rem); }
}
@media (max-width: 1030px) {
    .ch-home-hero { padding-top: 66px; }
    .ch-home-hero__grid { grid-template-columns: 1fr; }
    .ch-home-hero__content { max-width: 800px; }
    .ch-portfolio-board { width: min(100%, 780px); margin-inline: auto; }
    .ch-home-capabilities { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ch-home-capabilities span:nth-child(2) { border-right: 0; }
    .ch-home-capabilities span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
}
@media (max-width: 680px) {
    .ch-home-hero { padding-top: 54px; }
    .ch-home-hero__grid { gap: 44px; padding-bottom: 62px; }
    .ch-home-hero__content h1 { font-size: clamp(2.75rem, 13vw, 4.3rem); line-height: 1; }
    .ch-home-hero__proof { grid-template-columns: 1fr; gap: 14px; }
    .ch-home-hero__proof article { padding: 0 0 14px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
    .ch-home-hero__proof article:last-child { padding-bottom: 0; border-bottom: 0; }
    .ch-home-hero__proof span { margin-top: 3px; }
    .ch-portfolio-board { min-height: 0; padding: 16px; border-radius: 22px; }
    .ch-portfolio-board__group { grid-template-columns: 78px 1fr 12px; gap: 12px; padding: 14px; }
    .ch-portfolio-board__logo { height: 62px; }
    .ch-portfolio-board__brands { grid-template-columns: 1fr; }
    .ch-portfolio-brand:nth-child(5) { grid-column: auto; }
    .ch-portfolio-board__footer { grid-template-columns: 1fr; gap: 10px; }
    .ch-portfolio-board__footer span { flex-direction: row; gap: 8px; align-items: center; }
    .ch-portfolio-board__footer b { margin-bottom: 0; }
    .ch-home-capabilities { grid-template-columns: 1fr; }
    .ch-home-capabilities span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
    .ch-home-capabilities span:last-child { border-bottom: 0; }
}

/* --------------------------------------------------------------
   Candler Holdings v1.5 — Modern professional product detail page
-------------------------------------------------------------- */
.single-catalogue-product {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #152332;
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "kern" 1, "liga" 1;
}
.single-catalogue-product h1,
.single-catalogue-product h2,
.single-catalogue-product h3,
.single-catalogue-product h4 {
    color: #102235;
    font-family: inherit;
    font-weight: 720;
    letter-spacing: -.025em;
    text-wrap: balance;
}
.single-catalogue-product p,
.single-catalogue-product li,
.single-catalogue-product dd,
.single-catalogue-product td,
.single-catalogue-product th {
    text-wrap: pretty;
}
.ch-pdp {
    --pdp-navy: #0e2235;
    --pdp-navy-2: #17334d;
    --pdp-blue: #1c5d8f;
    --pdp-accent: #c89645;
    --pdp-accent-soft: #f6ecda;
    --pdp-text: #172636;
    --pdp-muted: #607081;
    --pdp-line: #dfe5ea;
    --pdp-soft: #f5f7f9;
    --pdp-white: #fff;
    background: #fff;
    color: var(--pdp-text);
}
.ch-pdp [id] { scroll-margin-top: 205px; }
.ch-pdp-breadcrumb-wrap {
    border-bottom: 1px solid #e5eaee;
    background: #fff;
}
.ch-pdp-breadcrumb {
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 9px;
    overflow: hidden;
    color: #74818e;
    font-size: .77rem;
    font-weight: 600;
    white-space: nowrap;
}
.ch-pdp-breadcrumb a { color: #526171; transition: color .2s ease; }
.ch-pdp-breadcrumb a:hover { color: var(--pdp-blue); }
.ch-pdp-breadcrumb > span:last-child { overflow: hidden; text-overflow: ellipsis; }
.ch-pdp-breadcrumb > span[aria-hidden] { color: #a9b2bb; }

.ch-pdp-hero {
    position: relative;
    padding: clamp(52px, 6vw, 88px) 0 0;
    overflow: hidden;
    border-bottom: 1px solid var(--pdp-line);
    background:
        radial-gradient(circle at 88% 8%, rgba(28,93,143,.07), transparent 25%),
        linear-gradient(180deg, #f7f9fb 0%, #fff 72%);
}
.ch-pdp-hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 34vw;
    height: 100%;
    pointer-events: none;
    opacity: .42;
    background-image: linear-gradient(135deg, transparent 47%, rgba(14,34,53,.035) 48%, transparent 49%);
    background-size: 38px 38px;
}
.ch-pdp-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0,.96fr) minmax(0,1.04fr);
    gap: clamp(48px, 7vw, 98px);
    align-items: center;
    padding-bottom: clamp(50px, 6vw, 84px);
}
.ch-pdp-gallery { min-width: 0; }
.ch-pdp-gallery__stage {
    position: relative;
    min-height: 560px;
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid #dfe5ea;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(19,43,64,.09);
}
.ch-pdp-gallery__stage::before {
    content: "";
    position: absolute;
    inset: 22px;
    border: 1px solid #edf1f4;
    border-radius: 15px;
    pointer-events: none;
}
.ch-pdp-gallery__image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: clamp(34px, 5vw, 76px);
}
.ch-pdp-gallery__placeholder {
    width: 180px;
    height: 180px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #eef2f5;
    color: var(--pdp-navy);
    font-size: 5rem;
    font-weight: 750;
}
.ch-pdp-gallery__badge {
    position: absolute;
    z-index: 3;
    top: 22px;
    left: 22px;
    padding: 8px 12px;
    border-radius: 6px;
    background: var(--pdp-navy);
    color: #fff;
    font-size: .68rem;
    font-weight: 750;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.ch-pdp-gallery__corner {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 88px;
    height: 88px;
    background: linear-gradient(135deg, transparent 50%, var(--pdp-accent-soft) 50%);
    pointer-events: none;
}
.ch-pdp-gallery__thumbs {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    padding: 2px 1px 5px;
    overflow-x: auto;
    scrollbar-width: thin;
}
.ch-pdp-gallery__thumbs button {
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    padding: 6px;
    border: 1px solid #dfe5ea;
    border-radius: 10px;
    background: #fff;
    opacity: .68;
    transition: border-color .2s ease, opacity .2s ease, box-shadow .2s ease, transform .2s ease;
}
.ch-pdp-gallery__thumbs button:hover,
.ch-pdp-gallery__thumbs button.is-active {
    opacity: 1;
    border-color: var(--pdp-blue);
    box-shadow: 0 0 0 2px rgba(28,93,143,.11);
    transform: translateY(-1px);
}
.ch-pdp-gallery__thumbs img { width: 100%; height: 100%; object-fit: contain; }

.ch-pdp-hero__content { min-width: 0; }
.ch-pdp-brand-row {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--pdp-line);
}
.ch-pdp-brand {
    min-width: 110px;
    max-width: 210px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--pdp-navy);
    font-size: 1rem;
    font-weight: 750;
}
.ch-pdp-brand__logo-image { display: block; max-width: 190px; max-height: 48px; width: auto; height: auto; object-fit: contain; }
.ch-pdp-taxonomy { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.ch-pdp-taxonomy a {
    padding: 6px 9px;
    border: 1px solid #dfe5ea;
    border-radius: 5px;
    background: #fff;
    color: #5e6c79;
    font-size: .7rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.ch-pdp-kicker {
    margin: 0 0 10px;
    color: var(--pdp-blue);
    font-size: .72rem;
    font-weight: 750;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.ch-pdp-hero__content h1 {
    max-width: 760px;
    margin: 0 0 18px;
    color: var(--pdp-navy);
    font-size: clamp(2.55rem, 4.3vw, 4.55rem);
    font-weight: 730;
    line-height: 1.04;
    letter-spacing: -.04em;
}
.ch-pdp-subtitle {
    max-width: 720px;
    margin: 0 0 17px;
    color: #314b62;
    font-size: clamp(1.08rem, 1.4vw, 1.3rem);
    font-weight: 580;
    line-height: 1.48;
}
.ch-pdp-summary {
    max-width: 720px;
    color: var(--pdp-muted);
    font-size: 1rem;
    line-height: 1.72;
}
.ch-pdp-summary p { margin: 0; }
.ch-pdp-highlights {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 11px 20px;
    margin: 28px 0 0;
    padding: 22px 0 0;
    border-top: 1px solid var(--pdp-line);
    list-style: none;
}
.ch-pdp-highlights li {
    display: grid;
    grid-template-columns: 22px minmax(0,1fr);
    gap: 9px;
    align-items: start;
    color: #263b4e;
    font-size: .92rem;
    font-weight: 620;
    line-height: 1.48;
}
.ch-pdp-highlights li span {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    margin-top: 1px;
    border-radius: 50%;
    background: #e9f2f8;
    color: var(--pdp-blue);
    font-size: .7rem;
    font-weight: 800;
}
.ch-pdp-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.ch-pdp-actions .button,
.ch-pdp-cta .button {
    min-height: 52px;
    gap: 14px;
    padding: 13px 21px;
    border-radius: 8px;
    font-size: .89rem;
    font-weight: 720;
    letter-spacing: .005em;
}
.ch-pdp-primary-action { border-color: var(--pdp-navy) !important; background: var(--pdp-navy) !important; color: #fff !important; }
.ch-pdp-primary-action:hover { border-color: var(--pdp-blue) !important; background: var(--pdp-blue) !important; }
.ch-pdp-secondary-action { border-color: #ccd5dc !important; background: #fff !important; color: var(--pdp-navy) !important; }
.ch-pdp-secondary-action:hover { border-color: var(--pdp-blue) !important; color: var(--pdp-blue) !important; }
.ch-pdp-support-note {
    display: grid;
    grid-template-columns: 24px minmax(0,1fr);
    gap: 10px;
    align-items: start;
    margin-top: 22px;
    padding: 14px 16px;
    border-left: 3px solid var(--pdp-accent);
    background: #faf8f3;
}
.ch-pdp-support-note > span {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border: 1px solid #d8b978;
    border-radius: 50%;
    color: #8a642a;
    font-size: .7rem;
    font-weight: 800;
}
.ch-pdp-support-note p { margin: 0; color: #68737d; font-size: .79rem; line-height: 1.55; }

.ch-pdp-facts {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--pdp-line);
    border-bottom: 0;
    border-radius: 14px 14px 0 0;
    background: #fff;
    box-shadow: 0 -12px 35px rgba(17,37,55,.045);
}
.ch-pdp-facts > div { min-width: 0; padding: 20px 22px; border-right: 1px solid var(--pdp-line); }
.ch-pdp-facts > div:last-child { border-right: 0; }
.ch-pdp-facts dt {
    margin-bottom: 6px;
    color: #7b8792;
    font-size: .67rem;
    font-weight: 750;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.ch-pdp-facts dd {
    margin: 0;
    overflow-wrap: anywhere;
    color: var(--pdp-navy);
    font-size: .9rem;
    font-weight: 680;
    line-height: 1.38;
}

.ch-pdp-nav {
    position: sticky;
    z-index: 90;
    top: 132px;
    border-top: 1px solid var(--pdp-line);
    border-bottom: 1px solid var(--pdp-line);
    background: rgba(255,255,255,.96);
    box-shadow: 0 8px 22px rgba(17,37,55,.045);
    backdrop-filter: blur(14px);
}
.ch-pdp-nav .container {
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: 28px;
    overflow-x: auto;
    scrollbar-width: none;
}
.ch-pdp-nav .container::-webkit-scrollbar { display: none; }
.ch-pdp-nav a {
    flex: 0 0 auto;
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 56px;
    color: #526171;
    font-size: .77rem;
    font-weight: 700;
    white-space: nowrap;
}
.ch-pdp-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -1px;
    height: 2px;
    background: var(--pdp-blue);
    transition: right .2s ease;
}
.ch-pdp-nav a:hover { color: var(--pdp-navy); }
.ch-pdp-nav a:hover::after { right: 0; }

.ch-pdp-section { padding: clamp(72px, 8vw, 112px) 0; border-bottom: 1px solid #edf0f2; }
.ch-pdp-section--soft { background: var(--pdp-soft); }
.ch-pdp-section__grid {
    display: grid;
    grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr);
    gap: clamp(50px, 8vw, 116px);
    align-items: start;
}
.ch-pdp-section__heading { padding-top: 5px; }
.ch-pdp-section__number {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--pdp-accent);
    font-size: .7rem;
    font-weight: 750;
    letter-spacing: .13em;
}
.ch-pdp-section__number::after { content: ""; width: 30px; height: 1px; background: currentColor; }
.ch-pdp-section__heading > p,
.ch-pdp-section__intro > div > p,
.ch-pdp-related .ch-pdp-section__intro > div > p,
.ch-pdp-safety__heading > div > p {
    margin: 13px 0 8px;
    color: var(--pdp-blue);
    font-size: .72rem;
    font-weight: 750;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.ch-pdp-section__heading h2,
.ch-pdp-section__intro h2,
.ch-pdp-safety__heading h2 {
    margin: 0;
    color: var(--pdp-navy);
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 1.14;
}
.ch-pdp-section__intro {
    display: grid;
    grid-template-columns: minmax(0,1.2fr) minmax(260px,.55fr);
    gap: 48px;
    align-items: end;
    margin-bottom: 38px;
}
.ch-pdp-section__intro > p { margin: 0 0 4px; color: var(--pdp-muted); font-size: .95rem; line-height: 1.7; }
.ch-pdp-copy-card {
    padding: clamp(28px,4vw,48px);
    border: 1px solid var(--pdp-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 15px 42px rgba(17,37,55,.045);
}
.ch-pdp-rich-text { color: #425365; font-size: 1rem; line-height: 1.82; }
.ch-pdp-rich-text > *:first-child { margin-top: 0; }
.ch-pdp-rich-text > *:last-child { margin-bottom: 0; }
.ch-pdp-rich-text h2,
.ch-pdp-rich-text h3,
.ch-pdp-rich-text h4 { margin-top: 1.6em; color: var(--pdp-navy); font-size: 1.28rem; }
.ch-pdp-rich-text ul,
.ch-pdp-rich-text ol { padding-left: 1.25rem; }
.ch-pdp-industries { margin-top: 30px; padding-top: 23px; border-top: 1px solid var(--pdp-line); }
.ch-pdp-industries > strong { display: block; margin-bottom: 12px; color: #71808d; font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.ch-pdp-industries > div { display: flex; flex-wrap: wrap; gap: 8px; }
.ch-pdp-industries a { padding: 7px 10px; border-radius: 5px; background: #edf3f7; color: #315a78; font-size: .75rem; font-weight: 680; }

.ch-pdp-benefits { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.ch-pdp-benefits article {
    min-height: 205px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    gap: 24px;
    padding: 26px;
    border: 1px solid var(--pdp-line);
    border-radius: 14px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ch-pdp-benefits article:hover { transform: translateY(-3px); border-color: #c9d6df; box-shadow: 0 16px 35px rgba(17,37,55,.07); }
.ch-pdp-benefits__index { color: #8a97a2; font-size: .69rem; font-weight: 750; letter-spacing: .09em; }
.ch-pdp-benefits__check { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #eaf2f7; color: var(--pdp-blue); font-size: .78rem; font-weight: 800; }
.ch-pdp-benefits p { grid-column: 1 / -1; align-self: end; margin: 0; color: #23394b; font-size: 1rem; font-weight: 680; line-height: 1.52; }

.ch-pdp-panels { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.ch-pdp-panel { padding: 30px; border: 1px solid var(--pdp-line); border-radius: 15px; background: #fff; }
.ch-pdp-panel__mark { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 8px; background: var(--pdp-navy); color: #fff; font-size: .75rem; font-weight: 750; }
.ch-pdp-panel h3 { margin: 0 0 18px; font-size: 1.1rem; line-height: 1.35; }
.ch-pdp-panel ul,
.ch-pdp-safety__grid ul { list-style: none; margin: 0; padding: 0; }
.ch-pdp-panel li,
.ch-pdp-safety__grid li { position: relative; padding: 10px 0 10px 20px; border-bottom: 1px solid #edf0f2; color: #5b6b79; font-size: .9rem; line-height: 1.5; }
.ch-pdp-panel li:last-child,
.ch-pdp-safety__grid li:last-child { border-bottom: 0; }
.ch-pdp-panel li::before,
.ch-pdp-safety__grid li::before { content: ""; position: absolute; left: 2px; top: 17px; width: 5px; height: 5px; border-radius: 50%; background: var(--pdp-accent); }
.ch-pdp-panel--warning { border-color: #e8d6b3; background: #fffaf2; }
.ch-pdp-panel--warning .ch-pdp-panel__mark { background: #936a2c; }

.ch-pdp-usage { display: grid; grid-template-columns: minmax(0,1.16fr) minmax(340px,.84fr); gap: 20px; }
.ch-pdp-usage > article { padding: clamp(28px,4vw,44px); border: 1px solid var(--pdp-line); border-radius: 16px; background: #fff; }
.ch-pdp-usage__directions { box-shadow: 0 15px 40px rgba(17,37,55,.045); }
.ch-pdp-card-heading { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 14px; align-items: center; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--pdp-line); }
.ch-pdp-card-heading > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px; background: var(--pdp-navy); color: #fff; font-size: .7rem; font-weight: 750; }
.ch-pdp-card-heading p { margin: 0 0 3px; color: #7c8893; font-size: .67rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.ch-pdp-card-heading h3 { margin: 0; font-size: 1.28rem; }

.ch-pdp-table { overflow: hidden; border: 1px solid var(--pdp-line); border-radius: 12px; background: #fff; }
.ch-pdp-table > div { display: grid; grid-template-columns: minmax(150px,.82fr) minmax(0,1.18fr); gap: 22px; padding: 17px 20px; border-bottom: 1px solid var(--pdp-line); }
.ch-pdp-table > div:last-child { border-bottom: 0; }
.ch-pdp-table > div:nth-child(even) { background: #f8fafb; }
.ch-pdp-table strong { color: #344a5d; font-size: .81rem; font-weight: 700; line-height: 1.45; }
.ch-pdp-table span { color: #5e6e7c; font-size: .88rem; line-height: 1.5; }
.ch-pdp-table--compact > div { grid-template-columns: minmax(110px,.72fr) minmax(0,1.28fr); }
.ch-pdp-technical { min-width: 0; }
.ch-pdp-technical__secondary { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 16px; }
.ch-pdp-technical__secondary article { padding: 23px; border: 1px solid var(--pdp-line); border-radius: 12px; background: #f8fafb; }
.ch-pdp-technical__secondary article > p { margin: 0 0 12px; color: #4e6070; font-size: .72rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.ch-pdp-technical__secondary article > div { color: #5e6e7c; font-size: .88rem; line-height: 1.65; }
.ch-pdp-certifications { display: flex; flex-wrap: wrap; gap: 7px; }
.ch-pdp-certifications span { padding: 6px 9px; border: 1px solid #d6dfe5; border-radius: 5px; background: #fff; color: #34536c; font-size: .72rem; font-weight: 680; }

.ch-pdp-safety { border-bottom: 0; background: var(--pdp-navy); color: #fff; }
.ch-pdp-safety .ch-pdp-section__number { color: #e5b763; }
.ch-pdp-safety__heading { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.55fr); gap: 60px; align-items: end; margin-bottom: 38px; }
.ch-pdp-safety__heading h2 { max-width: 800px; color: #fff; }
.ch-pdp-safety__heading > div > p { color: #9fc0d7; }
.ch-pdp-safety__heading > p { margin: 0; color: #aebdca; font-size: .9rem; line-height: 1.7; }
.ch-pdp-safety__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.ch-pdp-safety__grid article { padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.045); }
.ch-pdp-safety__grid article > span { color: #e5b763; font-size: .68rem; font-weight: 750; letter-spacing: .1em; }
.ch-pdp-safety__grid h3 { margin: 18px 0 15px; color: #fff; font-size: 1.08rem; }
.ch-pdp-safety__grid p,
.ch-pdp-safety__grid li { color: #bdc9d2; font-size: .88rem; line-height: 1.65; }
.ch-pdp-safety__grid li { border-color: rgba(255,255,255,.1); }
.ch-pdp-safety__grid li::before { background: #e5b763; }

.ch-pdp-video__embed { overflow: hidden; border-radius: 14px; background: #000; box-shadow: 0 18px 46px rgba(17,37,55,.13); }
.ch-pdp-video__embed iframe { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; border: 0; }
.ch-pdp-downloads { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.ch-pdp-downloads a {
    min-height: 142px;
    display: grid;
    grid-template-columns: 52px minmax(0,1fr) 28px;
    gap: 16px;
    align-items: center;
    padding: 24px;
    border: 1px solid var(--pdp-line);
    border-radius: 14px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ch-pdp-downloads a:hover { transform: translateY(-3px); border-color: #c4d1da; box-shadow: 0 16px 34px rgba(17,37,55,.07); }
.ch-pdp-downloads__code { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 9px; background: var(--pdp-navy); color: #fff; font-size: .68rem; font-weight: 750; letter-spacing: .06em; }
.ch-pdp-downloads__copy { min-width: 0; display: flex; flex-direction: column; }
.ch-pdp-downloads__copy strong { color: var(--pdp-navy); font-size: .92rem; line-height: 1.3; }
.ch-pdp-downloads__copy small { margin-top: 7px; color: #71808d; font-size: .73rem; line-height: 1.45; }
.ch-pdp-downloads__arrow { color: var(--pdp-blue); font-size: 1.25rem; text-align: right; }

.ch-pdp-faq__list { border-top: 1px solid var(--pdp-line); }
.ch-pdp-faq__list details { border-bottom: 1px solid var(--pdp-line); }
.ch-pdp-faq__list summary {
    position: relative;
    padding: 22px 50px 22px 0;
    cursor: pointer;
    list-style: none;
    color: var(--pdp-navy);
    font-size: .96rem;
    font-weight: 680;
    line-height: 1.5;
}
.ch-pdp-faq__list summary::-webkit-details-marker { display: none; }
.ch-pdp-faq__list summary::after {
    content: "+";
    position: absolute;
    top: 18px;
    right: 0;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 1px solid var(--pdp-line);
    border-radius: 50%;
    background: #fff;
    color: var(--pdp-blue);
    font-size: 1rem;
    font-weight: 500;
}
.ch-pdp-faq__list details[open] summary::after { content: "−"; }
.ch-pdp-faq__list details p { margin: -2px 0 22px; padding-right: 48px; color: #617180; font-size: .9rem; line-height: 1.72; }

.ch-pdp-related { background: #fff; }
.ch-pdp-related .ch-pdp-section__intro { grid-template-columns: minmax(0,1fr) auto; }
.ch-pdp-related .ch-pdp-section__intro > a { align-self: end; margin-bottom: 8px; color: var(--pdp-blue); font-size: .82rem; font-weight: 700; }
.ch-pdp-related .product-card { border-radius: 14px; }
.ch-pdp-related .product-card__image img { object-fit: contain; padding: 22px; background: #fff; }
.ch-pdp-cta { padding: 70px 0; background: #d8aa55; }
.ch-pdp-cta__inner { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 50px; align-items: center; }
.ch-pdp-cta p { margin: 0 0 8px; color: #644a20; font-size: .7rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.ch-pdp-cta h2 { max-width: 850px; margin: 0; color: #14273a; font-size: clamp(1.85rem, 3vw, 3rem); line-height: 1.18; }
.ch-pdp-cta .button { border-color: var(--pdp-navy); background: var(--pdp-navy); color: #fff; white-space: nowrap; }
.ch-pdp-cta .button:hover { border-color: var(--pdp-blue); background: var(--pdp-blue); }

@media (max-width: 1120px) {
    .ch-pdp-hero__grid { grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 48px; }
    .ch-pdp-gallery__stage { min-height: 470px; }
    .ch-pdp-facts { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .ch-pdp-facts > div:nth-child(3) { border-right: 0; }
    .ch-pdp-facts > div:nth-child(n+4) { border-top: 1px solid var(--pdp-line); }
    .ch-pdp-benefits { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ch-pdp-downloads { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 900px) {
    .ch-pdp-hero__grid { grid-template-columns: 1fr; align-items: start; }
    .ch-pdp-gallery { width: min(100%,680px); margin-inline: auto; }
    .ch-pdp-gallery__stage { min-height: 0; }
    .ch-pdp-section__grid,
    .ch-pdp-section__intro,
    .ch-pdp-safety__heading { grid-template-columns: 1fr; gap: 30px; }
    .ch-pdp-section__intro > p,
    .ch-pdp-safety__heading > p { max-width: 680px; }
    .ch-pdp-panels,
    .ch-pdp-safety__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ch-pdp-usage { grid-template-columns: 1fr; }
    .ch-pdp-cta__inner { grid-template-columns: 1fr; gap: 28px; }
    .ch-pdp-cta .button { justify-self: start; }
}
@media (max-width: 760px) {
    .ch-pdp [id] { scroll-margin-top: 155px; }
    .ch-pdp-breadcrumb { min-height: 48px; font-size: .71rem; }
    .ch-pdp-hero { padding-top: 30px; }
    .ch-pdp-hero__grid { gap: 34px; padding-bottom: 42px; }
    .ch-pdp-gallery__stage { border-radius: 15px; }
    .ch-pdp-gallery__stage::before { inset: 12px; border-radius: 10px; }
    .ch-pdp-gallery__image { padding: 30px; }
    .ch-pdp-gallery__badge { top: 14px; left: 14px; }
    .ch-pdp-gallery__thumbs button { flex-basis: 66px; width: 66px; height: 66px; }
    .ch-pdp-brand-row { align-items: flex-start; flex-direction: column; gap: 13px; }
    .ch-pdp-taxonomy { justify-content: flex-start; }
    .ch-pdp-hero__content h1 { font-size: clamp(2.35rem,11vw,3.45rem); line-height: 1.07; }
    .ch-pdp-highlights { grid-template-columns: 1fr; }
    .ch-pdp-actions { flex-direction: column; align-items: stretch; }
    .ch-pdp-actions .button { width: 100%; }
    .ch-pdp-facts { grid-template-columns: 1fr 1fr; border-radius: 12px 12px 0 0; }
    .ch-pdp-facts > div { padding: 16px; border-top: 1px solid var(--pdp-line); }
    .ch-pdp-facts > div:nth-child(-n+2) { border-top: 0; }
    .ch-pdp-facts > div:nth-child(2n) { border-right: 0; }
    .ch-pdp-facts > div:nth-child(3) { border-right: 1px solid var(--pdp-line); }
    .ch-pdp-nav { top: 88px; }
    .ch-pdp-nav .container { gap: 22px; min-height: 52px; }
    .ch-pdp-nav a { min-height: 52px; font-size: .73rem; }
    .ch-pdp-section { padding: 64px 0; }
    .ch-pdp-section__heading h2,
    .ch-pdp-section__intro h2,
    .ch-pdp-safety__heading h2 { font-size: 2rem; }
    .ch-pdp-copy-card { padding: 25px; }
    .ch-pdp-benefits,
    .ch-pdp-panels,
    .ch-pdp-safety__grid,
    .ch-pdp-downloads,
    .ch-pdp-technical__secondary { grid-template-columns: 1fr; }
    .ch-pdp-benefits article { min-height: 165px; }
    .ch-pdp-panel,
    .ch-pdp-safety__grid article { padding: 25px; }
    .ch-pdp-usage > article { padding: 25px; }
    .ch-pdp-table > div,
    .ch-pdp-table--compact > div { grid-template-columns: 1fr; gap: 6px; padding: 15px 17px; }
    .ch-pdp-downloads a { min-height: 124px; padding: 20px; }
    .ch-pdp-related .ch-pdp-section__intro { grid-template-columns: 1fr; }
    .ch-pdp-cta { padding: 58px 0; }
    .ch-pdp-cta .button { width: 100%; white-space: normal; }
}
@media (max-width: 430px) {
    .ch-pdp-facts { grid-template-columns: 1fr; }
    .ch-pdp-facts > div { border-right: 0 !important; border-top: 1px solid var(--pdp-line) !important; }
    .ch-pdp-facts > div:first-child { border-top: 0 !important; }
    .ch-pdp-downloads a { grid-template-columns: 46px minmax(0,1fr) 20px; gap: 12px; padding: 17px; }
    .ch-pdp-downloads__code { width: 46px; height: 46px; }
}


/* Product detail page refinement v1.5.1 */
.ch-pdp-hero__grid { align-items: start; grid-template-columns: minmax(320px,.78fr) minmax(0,1.22fr); }
.ch-pdp-gallery-stack { display: grid; gap: 18px; align-self: start; }
.ch-pdp-sidecards { display: grid; gap: 14px; }
.ch-pdp-sidecard {
    padding: 22px 22px 20px;
    border: 1px solid var(--pdp-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(17,37,55,.045);
}
.ch-pdp-sidecard__head p,
.ch-pdp-info-card > p {
    margin: 0 0 6px;
    color: #7a8895;
    font-size: .68rem;
    font-weight: 760;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.ch-pdp-sidecard__head h3 { margin: 0; color: var(--pdp-navy); font-size: 1.02rem; line-height: 1.3; }
.ch-pdp-sidecard__links,
.ch-pdp-sidecard__list { margin-top: 16px; }
.ch-pdp-sidecard__links { display: grid; gap: 10px; }
.ch-pdp-sidecard__links a {
    display: grid;
    grid-template-columns: 42px minmax(0,1fr);
    gap: 12px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid #e5eaee;
    border-radius: 10px;
    background: #fbfcfd;
}
.ch-pdp-sidecard__links a span {
    width: 42px; height: 42px; display: grid; place-items: center;
    border-radius: 8px; background: var(--pdp-navy); color: #fff;
    font-size: .7rem; font-weight: 760; letter-spacing: .08em;
}
.ch-pdp-sidecard__links a strong { color: #22384c; font-size: .84rem; line-height: 1.35; }
.ch-pdp-sidecard__list { display: grid; gap: 10px; padding-left: 0; list-style: none; }
.ch-pdp-sidecard__list li { position: relative; padding-left: 18px; color: #516273; font-size: .86rem; line-height: 1.55; }
.ch-pdp-sidecard__list li::before { content: ''; position: absolute; left: 0; top: .66em; width: 6px; height: 6px; border-radius: 50%; background: var(--pdp-accent); }

.ch-pdp-highlights { gap: 12px 18px; }
.ch-pdp-highlights li { gap: 10px; font-size: .9rem; line-height: 1.44; }
.ch-pdp-highlights li span { width: 22px; height: 22px; }
.ch-pdp-actions { margin-top: 26px; }

.ch-pdp-section__intro--flush { grid-template-columns: minmax(0,1.1fr) minmax(250px,.72fr); gap: 36px; align-items: end; }
.ch-pdp-section__intro--light h2,
.ch-pdp-section__intro--light > p { color: #fff; }
.ch-pdp-section__intro--light > div > p { color: #9fc0d7; }

.ch-pdp-overview-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr); gap: 22px; align-items: start; }
.ch-pdp-info-stack { display: grid; gap: 14px; }
.ch-pdp-info-card {
    padding: 24px;
    border: 1px solid var(--pdp-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(17,37,55,.04);
}
.ch-pdp-info-card__brand { margin-bottom: 12px; color: var(--pdp-navy); font-size: 1.03rem; font-weight: 760; }
.ch-pdp-tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.ch-pdp-tag-cloud a {
    padding: 8px 10px;
    border-radius: 7px;
    background: #eff4f8;
    color: #35506a;
    font-size: .78rem;
    font-weight: 680;
}
.ch-pdp-info-list { display: grid; gap: 9px; padding-left: 0; margin: 0; list-style: none; }
.ch-pdp-info-list li { position: relative; padding-left: 17px; color: #506071; font-size: .88rem; line-height: 1.5; }
.ch-pdp-info-list li::before { content: ''; position: absolute; left: 0; top: .66em; width: 5px; height: 5px; border-radius: 50%; background: var(--pdp-blue); }

.ch-pdp-benefits--compact { grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: 16px; }
.ch-pdp-benefits--compact article {
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 24px;
}
.ch-pdp-benefits__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ch-pdp-benefits--compact h3 { margin: 0; color: var(--pdp-navy); font-size: 1rem; line-height: 1.42; }

.ch-pdp-panels { grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap: 16px; }
.ch-pdp-panel { min-height: 100%; }
.ch-pdp-panel h3 { margin: 0 0 16px; font-size: 1.04rem; }
.ch-pdp-panel ul { display: grid; gap: 11px; }

.ch-pdp-usage { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.ch-pdp-usage > article { box-shadow: 0 14px 34px rgba(17,37,55,.05); }

.ch-pdp-technical-layout { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(280px,.88fr); gap: 18px; align-items: start; }
.ch-pdp-technical__secondary--stack { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 0; }
.ch-pdp-technical__secondary--stack article { min-height: 100%; }

.ch-pdp-safety .ch-pdp-section__intro { margin-bottom: 30px; }
.ch-pdp-safety__grid { grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 16px; }
.ch-pdp-safety__grid article { min-height: 100%; }
.ch-pdp-safety__note { background: rgba(255,255,255,.06) !important; }

.ch-pdp-downloads { grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); }
.ch-pdp-faq__list { padding: 0 2px; }

@media (max-width: 1120px) {
    .ch-pdp-hero__grid,
    .ch-pdp-overview-grid,
    .ch-pdp-technical-layout { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
    .ch-pdp-section__intro--flush,
    .ch-pdp-usage { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
    .ch-pdp-sidecard,
    .ch-pdp-info-card { padding: 20px; }
    .ch-pdp-benefits--compact article { padding: 21px; }
    .ch-pdp-benefits--compact h3 { font-size: .96rem; }
}
