/* Shared production finish: same grid, controls and footer on every CoteX page. */
:root{--page-width:1240px;--page-gutter:clamp(24px,5vw,72px);--focus-ink:#286750}
html{scrollbar-gutter:stable;scrollbar-color:#829388 #f5f2e9}
body.site-type-system{ -webkit-font-smoothing:antialiased; overflow-wrap:break-word; }
body.site-type-system ::selection{background:#e5ba69;color:#102b23}
body.site-type-system :is(input,textarea){caret-color:#e5ba69}
body.site-type-system :is(h1,h2,h3,h4){text-wrap:balance}
body.site-type-system :is(p,li){text-wrap:pretty}
body.site-type-system :is(.container,.wrap){width:min(var(--page-width),calc(100% - var(--page-gutter)*2));margin-inline:auto}
body.site-type-system :is(a,button,input,textarea,select):focus-visible{outline:3px solid var(--focus-ink);outline-offset:5px}
body.site-type-system :is(.dark,.hero,.n-hero,.closing,.site-header) :focus-visible{outline-color:#e5ba69}
body.site-type-system :is(.button,.n-pill,.fc-product-button,.menu-toggle){min-height:46px;border-radius:999px}
body.site-type-system .button{transition:background-color .18s ease,color .18s ease}
body.site-type-system .skip-link{z-index:1000;min-height:44px}
body.site-type-system .site-header #navigation a[aria-current="page"]{text-decoration:underline;text-underline-offset:6px}
body.site-type-system .site-header #navigation a{min-height:44px;display:inline-flex;align-items:center}
body.site-type-system.contact-page .site-header :focus-visible{outline-color:#286750}
body.site-type-system #main{scroll-margin-top:24px}
body.site-type-system #main :is(h3,h4){margin-bottom:10px}
body.site-type-system #main .formulation-tile h4{margin:0}
body.site-type-system .release-duration{font-variant-numeric:tabular-nums;white-space:nowrap}
body.site-type-system .release-duration{text-transform:none;letter-spacing:0}
body.site-type-system .error-page{padding:clamp(64px,10vw,144px) 0;background:#102b23;color:#f5f2e9}
body.site-type-system .error-page p{max-width:54ch;margin-top:28px;color:#d3ded4}
body.site-type-system .error-page :focus-visible{outline-color:#e5ba69}
body.site-type-system .catalogue-index{padding:0;margin-top:28px}
body.site-type-system .catalogue-index a{min-height:48px}
/* Avoid faint gold focus rings against pale catalogue and navigation surfaces. */
body.site-type-system :is(.cotex-header,.contact-page-main) :focus-visible{outline-color:#286750}
body.site-type-system .contact-page-main :focus-visible{outline-color:#e5ba69}
body.site-type-system.contact-page .header-inner{min-height:106px}
body.site-type-system.contact-page .site-header .logo img{width:186px;height:auto}
body.site-type-system.contact-page .contact-page-main{padding-block:80px 96px;min-height:auto}
body.site-type-system.contact-page .contact-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1fr);gap:clamp(40px,7vw,112px)}
body.site-type-system.contact-page .contact-copy>p{max-width:42ch}
body.site-type-system.contact-page #main .contact-page-intro{margin:24px 0 20px;font-weight:700!important}
body.site-type-system.contact-page .contact-copy>a{min-height:44px;display:flex;align-items:center}
body.site-type-system.contact-page .field :is(input,select,textarea){border-radius:8px;background:#1c382e}
body.site-type-system.contact-page .field :is(input,textarea)::placeholder{color:#c1cec5;opacity:1}
body.site-type-system.contact-page .form-note{color:#c1cec5}
body.site-type-system.contact-page .email-draft pre{font-family:Archivo,Arial,sans-serif;font-size:16px;line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere}
body.site-type-system.contact-page .contact-address{max-width:none}
/* Shared footer: brand, company contact and an explicit page index. */
body.site-type-system .site-footer{background:#f5f2e9;color:#102b23;padding:56px 0 28px;border-top:1px solid #c4baa7}
body.site-type-system .site-footer .footer-top{display:grid;grid-template-columns:1.2fr 1.3fr 1fr 1fr;align-items:start;gap:40px;padding:0 0 40px}
body.site-type-system .site-footer .footer-top>div:first-child{display:block;grid-column:auto}
body.site-type-system .site-footer .logo{display:block;width:auto;margin:0}
body.site-type-system .site-footer .logo img{width:160px;height:auto;filter:none}
body.site-type-system .site-footer p{margin:16px 0 0;color:#4d5953}
body.site-type-system .site-footer address{font-style:normal;padding:0;color:#4d5953}
body.site-type-system .site-footer address strong{color:#102b23}
body.site-type-system .site-footer .footer-links{display:flex;flex-direction:column;gap:2px;grid-column:auto;grid-row:auto}
body.site-type-system .site-footer a{color:inherit;text-decoration:none;text-underline-offset:5px}
body.site-type-system .site-footer a:hover{text-decoration:underline}
body.site-type-system .site-footer .footer-links a{display:inline-flex;align-items:center;min-height:36px}
body.site-type-system .site-footer .footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px 24px;margin-top:0;padding-top:20px;border-top:1px solid #c4baa7}
body.site-type-system .site-footer .footer-bottom a{min-height:28px}
@media(max-width:1000px){body.site-type-system .site-footer .footer-top{grid-template-columns:1fr 1.2fr 1fr;gap:28px}body.site-type-system .site-footer .footer-top>div:first-child{grid-column:1/-1;display:flex;align-items:center;gap:32px}body.site-type-system .site-footer p{margin:0}}
@media(max-width:900px){body.site-type-system.contact-page .header-inner{min-height:88px}body.site-type-system.contact-page .site-header .logo img{width:172px}}
@media(max-width:700px){
 body.site-type-system.contact-page .contact-grid{grid-template-columns:1fr;gap:44px}
 body.site-type-system.contact-page .contact-page-main{padding-block:48px 64px}
 body.site-type-system .site-footer{padding-block:40px 24px}
 body.site-type-system .site-footer .footer-top{grid-template-columns:1fr 1fr;gap:24px;padding-bottom:24px}
 body.site-type-system .site-footer .footer-top>div:first-child{display:block}
 body.site-type-system .site-footer .footer-top>address{grid-column:1/-1}
 body.site-type-system .site-footer p{margin-top:16px}
 body.site-type-system .site-footer .footer-links a{min-height:44px}
 body.site-type-system .site-footer .footer-bottom{display:grid;gap:10px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}body.site-type-system *,body.site-type-system *::before,body.site-type-system *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media print{body.site-type-system .site-footer{padding:24px 0}body.site-type-system .site-footer .footer-links{display:none}body.site-type-system .site-footer .footer-top{grid-template-columns:1fr 1fr}body.site-type-system .contact-page-main{color:#102b23;background:white}}
