:root{--navy:#071a28;--red:#a91518;--paper:#f6f7f8;--ink:#102330;--muted:#62707a;--line:#dce1e3;--serif:'Playfair Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}
*{box-sizing:border-box}
#coming-soon{display:none}
html.not-ready #site-content{display:none}
html.not-ready #coming-soon{display:flex}
.coming-soon{min-height:100svh;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px;padding:32px;background:var(--navy);color:#fff}
.coming-soon-logo{width:150px;height:auto;background:#fff;border-radius:12px;padding:10px;margin-bottom:8px}
.coming-soon h1{font:600 clamp(2rem,5vw,3.2rem) var(--serif);margin:0;max-width:14ch}
.coming-soon-copy{color:#c7d2d7;max-width:420px;margin:0}
.coming-soon-contact{color:#c7d2d7;font-size:14px;margin:0}
.coming-soon-contact a{color:#fff;text-decoration:underline}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65}
body.menu-open{overflow:hidden}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 48px));margin:auto}
.skip-link{position:fixed;left:12px;top:-50px;z-index:1000;background:#fff;color:var(--navy);padding:10px 16px}
.skip-link:focus{top:12px}
.site-header{position:fixed;inset:0 0 auto;z-index:100;background:rgba(7,26,40,.18);transition:.3s}
.site-header.scrolled{background:rgba(7,26,40,.97);box-shadow:0 3px 18px #0002}
.nav{height:88px;display:flex;align-items:center;position:relative}
.brand{display:flex;width:58px;height:58px;flex:none}
.brand img{width:100%;height:100%;object-fit:cover;background:#fff;border:2px solid rgba(255,255,255,.88);border-radius:50%;box-shadow:0 4px 14px #0003}
.wordmark{margin-left:25px;font:600 36px/1 var(--serif);font-style:italic;letter-spacing:-.06em;color:#e34b4e;text-shadow:0 2px 14px #0004}
.nav-links{display:flex;align-items:center;gap:35px;margin-left:auto;padding-left:50px;color:#fff;font-size:13px;font-weight:600}
.nav-links>a:not(.button){opacity:.85;transition:.2s}
.nav-links>a:not(.button):hover{color:#fff;opacity:1}
.button{display:inline-flex;gap:18px;align-items:center;justify-content:center;padding:14px 22px;background:var(--red);border:1px solid var(--red);color:#fff;font-size:12px;font-weight:700;letter-spacing:.035em;text-transform:uppercase;transition:.25s;cursor:pointer}
.button:hover{background:#861215;border-color:#861215;transform:translateY(-2px)}
.button span,.text-link span{font-size:18px;line-height:1}
.button-small{padding:11px 15px}
.menu-toggle{display:none;background:transparent;border:0;color:#fff;padding:8px}
.menu-toggle span{display:block;width:23px;height:2px;background:currentColor;margin:5px}
.hero{min-height:735px;position:relative;color:#fff;display:flex;align-items:center;overflow:hidden}
.hero-image,.why-image{position:absolute;inset:0;background:center/cover url('https://images.unsplash.com/photo-1558030137-a56c1b5492f1?auto=format&fit=crop&w=2200&q=90')}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,17,26,.93) 0%,rgba(4,20,30,.68) 44%,rgba(4,20,30,.13) 100%)}
.hero-content{position:relative;padding-top:75px;max-width:1180px}
.eyebrow{margin:0 0 15px;color:var(--red);font-size:11px;font-weight:700;letter-spacing:.17em;text-transform:uppercase;display:flex;align-items:center;gap:10px}
.eyebrow:before{content:'';display:block;width:31px;height:2px;background:currentColor}
.eyebrow.light{color:#ee8b8d}
.hero h1,.section h2,.why h2,.cta h2{font:600 clamp(3rem,6vw,5.8rem)/1.04 var(--serif);letter-spacing:-.045em;margin:0}
.hero h1 em,.section h2 em,.why h2 em{color:#e05153;font-weight:600}
.hero-copy{max-width:560px;font-size:18px;line-height:1.65;margin:24px 0 34px;color:#e7ebed}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.button-ghost{background:transparent;border-color:#fff}
.button-ghost:hover{background:#fff;color:var(--navy);border-color:#fff}
.hero-scroll{position:absolute;bottom:31px;left:max(24px,calc((100% - 1180px)/2));font-size:10px;letter-spacing:.14em;text-transform:uppercase;display:flex;align-items:center;gap:11px}
.hero-scroll span{width:30px;height:1px;background:#fff}
.trust-bar{background:var(--navy);color:#fff;padding:29px 0}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.trust-grid article{display:flex;align-items:center;gap:13px;border-right:1px solid #ffffff24;padding-right:15px}
.trust-grid article:last-child{border:0}
.line-icon{font-size:20px;color:#d75758}
.trust-grid h2{font-size:13px;margin:0;font-weight:700}
.trust-grid p{font-size:11px;margin:2px 0;color:#bdc6cb;line-height:1.45}
.section{padding:130px 0}
.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:104px;align-items:center}
.about-visual{position:relative}
.about-visual>img{width:100%;height:585px;object-fit:cover;display:block}
.visual-mark{position:absolute;bottom:-1px;right:-1px;background:var(--red);color:#fff;padding:22px 27px;display:flex;gap:19px;align-items:center}
.visual-mark span{font:600 45px/1 var(--serif);opacity:.6}
.visual-mark p{font-size:11px;line-height:1.35;text-transform:uppercase;letter-spacing:.11em;margin:0;font-weight:700}
.about-copy h2{font-size:clamp(2.5rem,4vw,4.25rem);color:var(--navy);max-width:530px}
.about-copy>p:not(.eyebrow){color:var(--muted);max-width:500px}
.text-link{display:inline-flex;align-items:center;gap:15px;color:var(--red);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-top:15px}
.text-link:hover{gap:20px}
.stat-row{margin-top:42px;padding-top:23px;border-top:1px solid var(--line);display:flex;gap:42px}
.stat-row div{display:flex;flex-direction:column}
.stat-row strong{font:600 21px var(--serif);color:var(--navy)}
.stat-row span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--red)}
.products{background:var(--paper)}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:46px}
.section-heading h2{font-size:clamp(2.8rem,4.5vw,4.5rem);color:var(--navy)}
.section-heading>p{max-width:340px;color:var(--muted);margin-bottom:8px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.product-card{background:#fff;overflow:hidden;min-height:390px;transition:.3s}
.product-card:hover{box-shadow:0 18px 33px #071a2817;transform:translateY(-5px)}
.product-card img{height:228px;width:100%;object-fit:cover;display:block;transition:.5s}
.product-card:hover img{transform:scale(1.05)}
.product-card>div{padding:17px 23px 21px;position:relative}
.product-card span{font-size:10px;color:var(--red);font-weight:700}
.product-card h3,.standards h3,.why h3{font:600 26px var(--serif);margin:2px 0;color:var(--navy)}
.product-card p{font-size:13px;line-height:1.5;color:var(--muted);margin:4px 0 14px}
.product-card a{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:var(--navy)}
.product-card a b{color:var(--red);font-size:17px;margin-left:7px}
.special-card{background:var(--navy);display:flex;align-items:end}
.special-card>div{padding:34px;color:#fff}
.special-card h3{color:#fff;font-size:35px;line-height:1.12}
.special-card p{color:#d3dce0;max-width:230px}
.special-card a{color:#fff}
.standards{background:#fff}
.standards-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}
.standards-grid article{padding:28px 27px 18px;border-right:1px solid var(--line);min-height:210px}
.standards-grid article:last-child{border:0}
.standards-grid i{font-style:normal;font-size:10px;color:var(--red);font-weight:700}
.standards-grid h3{font-size:24px;margin-top:25px}
.standards-grid p{font-size:13px;color:var(--muted);line-height:1.5}
.industries{padding-top:35px}
.industries-intro{text-align:center;margin-bottom:45px}
.industries-intro .eyebrow{justify-content:center}
.industries-intro h2{font-size:clamp(2.6rem,4.6vw,4.5rem);color:var(--navy)}
.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#dfe3e4}
.industry-grid article{padding:30px;background:#fff;color:var(--navy);font:600 22px var(--serif);transition:.25s}
.industry-grid article:hover{background:var(--red);color:#fff}
.why{min-height:660px;color:#fff;position:relative;display:flex;align-items:center}
.why-image{background-image:url('https://images.unsplash.com/photo-1603048588665-791ca8aea617?auto=format&fit=crop&w=2200&q=85')}
.why-overlay{position:absolute;inset:0;background:rgba(7,26,40,.92)}
.why-content{position:relative;padding:100px 0}
.why h2{font-size:clamp(3rem,5.5vw,5.2rem)}
.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin-top:55px}
.why-grid article{border-left:1px solid #ffffff37;padding:0 21px;min-height:135px}
.why-grid article:first-child{border:0;padding-left:0}
.why-grid span{color:#df6063;font-size:10px;font-weight:700}
.why-grid h3{color:#fff;font-size:22px;margin:15px 0 6px}
.why-grid p{font-size:12px;color:#bdc8cd;line-height:1.5;margin:0}
.cta{background:var(--red);text-align:center;color:#fff;padding:104px 0}
.cta .eyebrow{justify-content:center;color:#f0b2b3}
.cta h2{font-size:clamp(2.6rem,5.4vw,5rem);letter-spacing:-.04em}
.cta>div>p:not(.eyebrow){margin:18px 0 30px;color:#ffe8e8}
.cta .hero-actions{justify-content:center}
.button-white{background:#fff;border-color:#fff;color:var(--navy)}
.button-white:hover{background:var(--navy);border-color:var(--navy);color:#fff}
.contact{padding-bottom:120px}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px}
.contact-intro h2{font-size:clamp(3rem,5vw,5rem);color:var(--navy)}
.contact-intro>p:not(.eyebrow){color:var(--muted);max-width:380px}
.contact-details{margin-top:35px;border-top:1px solid var(--line)}
.contact-details p{display:grid;grid-template-columns:110px 1fr;border-bottom:1px solid var(--line);padding:12px 0;margin:0;font-size:12px}
.contact-details b{font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:var(--red)}
.contact-details span{color:var(--muted)}
.enquiry-form{background:var(--paper);padding:38px}
.enquiry-form label{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--navy);font-weight:700;display:block;margin-bottom:18px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:17px}
.enquiry-form input,.enquiry-form select,.enquiry-form textarea{width:100%;border:0;border-bottom:1px solid #c6ced2;background:transparent;padding:9px 0 10px;color:var(--navy);font:400 14px var(--sans);outline:0;border-radius:0}
.enquiry-form input:focus,.enquiry-form select:focus,.enquiry-form textarea:focus{border-color:var(--red)}
.enquiry-form textarea{resize:vertical}
.enquiry-form .button{margin-top:4px}
.form-note{font-size:11px;color:var(--muted);margin:15px 0 0;line-height:1.5}
footer{background:var(--navy);color:#fff;padding-top:67px}
.footer-top{display:grid;grid-template-columns:2.1fr 1fr 1fr 1fr;gap:45px;padding-bottom:52px}
.footer-logo{background:#fff;width:150px;height:68px;object-fit:contain;margin-bottom:12px}
.footer-top p{color:#afbdc4;font-size:12px;line-height:1.65;max-width:250px;margin:0}
.footer-top h3{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#e58385;margin:7px 0 13px}
.footer-top a{display:block;color:#d5dfe3;font-size:12px;margin:7px 0}
.footer-top a:hover{color:#fff}
.footer-bottom{border-top:1px solid #ffffff25;display:flex;justify-content:space-between;padding:17px 0;color:#8ea0aa;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}
@media(max-width:850px){.nav-links{gap:14px}
.split-grid,.contact-grid{gap:55px}
.why-grid{grid-template-columns:repeat(3,1fr);row-gap:28px}
.why-grid article:nth-child(4){border-left:0;padding-left:0}
.trust-grid{grid-template-columns:repeat(2,1fr)}
.trust-grid article:nth-child(2){border:0}
.section{padding:90px 0}
}
@media(max-width:680px){.container{width:min(100% - 36px,1180px)}
.nav{height:74px}
.brand{width:48px;height:48px}
.brand img{height:100%}
.wordmark{position:absolute;left:50%;transform:translateX(-50%);margin:0;font-size:30px}
.menu-toggle{display:block;position:relative;z-index:2}
.nav-links{display:none}
.nav-links.open{display:flex;position:absolute;top:74px;left:0;right:0;background:var(--navy);padding:26px 22px 30px;flex-direction:column;align-items:flex-start;gap:20px;box-shadow:0 18px 25px #0004}
.nav-links .button{width:100%;margin-top:4px}
.hero{min-height:660px}
.hero-content{padding-top:70px}
.hero h1{font-size:3.25rem}
.hero-copy{font-size:16px}
.hero-scroll{display:none}
.hero-actions{flex-direction:column;align-items:stretch}
.button{width:100%}
.trust-grid{grid-template-columns:1fr;gap:16px}
.trust-grid article,.trust-grid article:nth-child(2){border-right:0;border-bottom:1px solid #ffffff20;padding:0 0 14px}
.trust-grid article:last-child{border:0;padding:0}
.section{padding:70px 0}
.split-grid,.contact-grid{grid-template-columns:1fr;gap:44px}
.about-visual>img{height:410px}
.section-heading{display:block;margin-bottom:32px}
.section-heading>p{margin:14px 0 0}
.product-grid{grid-template-columns:1fr}
.product-card{min-height:0}
.product-card img{height:230px}
.standards-grid{grid-template-columns:1fr 1fr}
.standards-grid article:nth-child(2){border-right:0}
.standards-grid article{min-height:180px;padding:22px 17px}
.industries{padding-top:0}
.industry-grid{grid-template-columns:1fr 1fr}
.industry-grid article{padding:20px;font-size:18px}
.why{min-height:auto}
.why-content{padding:74px 0}
.why-grid{grid-template-columns:1fr 1fr;gap:25px;margin-top:39px}
.why-grid article,.why-grid article:nth-child(4){border-left:1px solid #ffffff37;padding-left:15px}
.why-grid article:nth-child(odd){border:0;padding-left:0}
.why-grid article:last-child{grid-column:span 2}
.cta{padding:72px 0}
.cta .button{width:100%}
.form-row{grid-template-columns:1fr}
.enquiry-form{padding:27px 21px}
.footer-top{grid-template-columns:1fr 1fr;gap:30px}
.footer-top>div:first-child{grid-column:span 2}
.footer-bottom{display:block}
.footer-bottom p{margin:4px 0}
.stat-row{gap:22px}
.stat-row strong{font-size:17px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*:before,*:after{transition:none!important;animation:none!important}
.reveal{opacity:1;transform:none}
}
