:root{
  --navy:#052a5e;
  --blue:#0a62c7;
  --blue2:#0b78df;
  --gold:#dda415;
  --ink:#0f294d;
  --muted:#5d6c80;
  --line:#dce5ef;
  --pale:#f5f9fd;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:88px}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}
.wrap{width:min(1180px,calc(100% - 40px));margin:auto}
section[id],article[id]{scroll-margin-top:88px}

.skip-link{position:fixed;left:12px;top:-60px;z-index:100;background:#fff;color:var(--navy);padding:12px 16px;border:2px solid var(--blue);border-radius:6px;font-weight:700}
.skip-link:focus{top:12px}
a:focus-visible,button:focus-visible{outline:3px solid #f3bf32;outline-offset:3px}

.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.97);border-bottom:1px solid #e6edf5}
.nav{min-height:68px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.mini-brand{font-weight:800;color:var(--navy);text-decoration:none;white-space:nowrap}
.nav-links{display:flex;justify-content:center;gap:25px}
.nav-links a{color:var(--ink);text-decoration:none;font-weight:700;font-size:.94rem}
.nav-links a:hover{color:var(--blue)}
.quote-top{background:var(--blue);color:#fff;text-decoration:none;padding:12px 18px;border-radius:7px;font-weight:700;font-size:.9rem}
.menu-toggle{display:none;border:1px solid var(--blue);background:#fff;color:var(--navy);border-radius:6px;padding:9px 12px;font:inherit;font-weight:800;cursor:pointer}

.hero{display:grid;grid-template-columns:50% 50%;min-height:430px;background:linear-gradient(180deg,#eff8ff,#dfeffc);overflow:hidden}
.hero-left{padding:50px 34px 45px max(34px,calc((100vw - 1180px)/2));display:flex;flex-direction:column;justify-content:center;background:rgba(255,255,255,.78)}
.brand-lockup{display:flex;align-items:center;gap:16px}
.brand-mark{width:164px;height:auto;max-height:190px;object-fit:contain}
.brand-name{font-size:clamp(3rem,4.5vw,4.75rem);line-height:.98;font-weight:800;color:var(--navy);letter-spacing:-.04em}
.brand-name span{display:block;white-space:nowrap}
.gold-line{height:3px;background:var(--gold);width:min(430px,90%);margin:18px 0}
.brand-tag{font-size:.86rem;font-weight:800;letter-spacing:.16em;color:var(--navy)}
.brand-tag span{color:var(--gold);padding:0 .5em}

.hero-right{position:relative;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(235,247,255,.96) 0%,rgba(235,247,255,.82) 37%,rgba(235,247,255,.2) 72%,rgba(235,247,255,.03) 100%),url('assets/hero-ship.jpg') center right/cover no-repeat}
.hero-copy{position:relative;z-index:2;padding:42px 35px 38px 32px;max-width:610px}
.eyebrow,.section-kicker{font-size:.82rem;font-weight:800;letter-spacing:.16em;color:var(--gold);margin-bottom:8px}
.hero h1{font-size:clamp(3rem,5vw,5rem);line-height:.95;margin:0 0 16px;color:var(--navy);letter-spacing:-.04em}
.hero p{font-size:1rem;line-height:1.5;max-width:580px;margin:0 0 20px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-block;padding:13px 19px;border-radius:7px;text-decoration:none;font-weight:800}
.primary{background:var(--blue);color:#fff}
.secondary{background:#fff;color:var(--navy);border:1px solid var(--blue)}

.benefits{margin-top:14px;margin-bottom:20px;display:grid;grid-template-columns:repeat(4,1fr);background:#f6f9fc;border:1px solid #e5edf5;border-radius:12px;overflow:hidden;box-shadow:0 8px 22px rgba(5,42,94,.06)}
.benefit{display:flex;gap:14px;align-items:center;padding:19px 22px;border-right:1px solid #dfe8f2}
.benefit:last-child{border-right:0}
.round{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,#0875dc,#064ca5);color:#fff;font-size:1.35rem;flex:0 0 auto}
.benefit strong,.benefit span{display:block}
.benefit strong{color:var(--navy);margin-bottom:4px}
.benefit span{color:var(--muted);font-size:.86rem}

.products-section{padding:24px 0 42px;text-align:center}
.products-section h2,.about-section h2,.quality-section h2,.contact-section h2,.sourcing-cta h2,.faq-section h2{color:var(--navy);font-size:clamp(2rem,3vw,3rem);line-height:1.08;margin:0}
.section-sub{margin:8px 0 24px;color:var(--muted)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:stretch}
.product-card{background:#fff;border:1px solid #dce6f0;border-radius:10px;overflow:hidden;box-shadow:0 7px 18px rgba(5,42,94,.07);text-align:left;display:flex;min-height:100%;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.product-card:hover,.product-card:focus-within{border-color:var(--blue);box-shadow:0 10px 24px rgba(5,42,94,.12);transform:translateY(-2px)}
.product-card-link{display:flex;flex-direction:column;width:100%;min-height:100%;color:inherit;text-decoration:none}
.product-card-link:focus-visible{outline:3px solid #f3bf32;outline-offset:-3px}
.product-card img{width:100%;height:132px;object-fit:cover;display:block}
.product-copy{display:flex;flex:1;flex-direction:column;padding:15px 14px 16px}
.product-copy h3{font-size:1.35rem;color:var(--navy);margin:0 0 5px}
.product-copy p{margin:0 0 7px;font-weight:700;font-size:.98rem;line-height:1.35}
.product-copy .product-type{display:block;font-size:.88rem;color:var(--muted);line-height:1.4}
.product-card-cta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:16px;color:var(--blue);font-size:.92rem;font-weight:800}
.product-card-cta span{font-size:1.2rem;line-height:.8}


.about-section,.quality-section{padding:62px 0}
.about-section{background:#f7fafc}
.quality-section{background:#fff}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.two-col p{font-size:1.05rem;line-height:1.7;color:var(--muted);margin-top:0}

.sourcing-cta{margin:0;background:linear-gradient(90deg,rgba(3,41,94,.96),rgba(2,80,161,.9)),url('assets/sourcing-banner.jpg') center/cover no-repeat;color:#fff}
.sourcing-inner{min-height:130px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.sourcing-cta h2{color:#fff;font-size:2rem}
.sourcing-cta p{margin:8px 0 0;color:#e5effa}
.contact-btn{border:1px solid rgba(255,255,255,.85);padding:13px 35px;border-radius:7px;color:#fff;text-decoration:none;font-weight:800;background:rgba(255,255,255,.05)}

.faq-section{background:#f7fafc;padding:62px 0}
.faq-section h2{margin-bottom:24px}
.faq-list{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px}
.faq-list details{background:#fff;border:1px solid #dce6f0;border-radius:8px;padding:0 17px;box-shadow:0 4px 13px rgba(5,42,94,.04)}
.faq-list summary{cursor:pointer;color:var(--navy);font-weight:800;line-height:1.35;padding:16px 25px 16px 0;position:relative}
.faq-list summary::marker{color:var(--gold)}
.faq-list p{color:var(--muted);font-size:.94rem;line-height:1.55;margin:0 0 16px}
.faq-list a{color:var(--blue)}

.contact-section{background:var(--navy);color:#fff;padding:58px 0}
.contact-section h2{color:#fff}
.contact-section p{color:#dbe7f5}
.light{color:#f3bf32}
.contact-grid{display:grid;grid-template-columns:1fr .8fr;gap:50px;align-items:center}
.contact-card{border:1px solid rgba(255,255,255,.24);border-radius:10px;padding:24px;display:flex;flex-direction:column;gap:7px}
.contact-card a{color:#fff;text-decoration:none}
.contact-card strong{font-size:1.2rem}

.product-breadcrumb{padding:18px 0 0;font-size:.88rem;color:var(--muted)}
.product-breadcrumb a{color:var(--blue);text-decoration:none}
.product-hero{padding:24px 0 54px;background:linear-gradient(145deg,#edf7ff,#dbeafa)}
.product-hero-inner{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:48px;align-items:center}
.product-hero h1{font-size:clamp(2.5rem,5vw,4.3rem);line-height:1.02;letter-spacing:-.04em;color:var(--navy);margin:0 0 12px}
.product-hero h1 + p{font-size:1.2rem;font-weight:800;margin:0 0 14px;color:var(--ink)}
.product-hero-copy > p:last-child{color:var(--muted);line-height:1.65;max-width:680px}
.product-hero-image{width:100%;border-radius:12px;min-height:245px;object-fit:cover;box-shadow:0 14px 30px rgba(5,42,94,.14)}
.product-shell{padding:54px 0 0}
.product-intro{font-size:1.07rem;line-height:1.7;color:var(--muted);max-width:840px;margin:0 0 30px}
.product-details-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;margin-bottom:32px}
.product-panel{background:#fff;border:1px solid #dce6f0;border-radius:12px;padding:26px;box-shadow:0 7px 18px rgba(5,42,94,.06)}
.product-panel h2,.product-trust-section h2,.product-contact-section h2{color:var(--navy);font-size:1.65rem;line-height:1.2;margin:0 0 16px}
.product-specs{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid var(--line)}
.product-specs div{padding:11px 0;border-bottom:1px solid var(--line)}
.product-specs div:nth-child(odd){padding-right:16px}
.product-specs dt{color:var(--muted);font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.product-specs dd{margin:4px 0 0;color:var(--ink);font-weight:700;line-height:1.35}
.applications-list,.check-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.applications-list li,.check-list li{color:var(--muted);line-height:1.45;padding-left:24px;position:relative}
.applications-list li::before,.check-list li::before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:900}
.documentation-panel{margin:0 0 54px;background:#f7fafc;border:1px solid #dce6f0;border-radius:12px;padding:30px}
.documentation-panel p{color:var(--muted);line-height:1.6;max-width:850px}
.product-note{font-size:.9rem!important;border-left:3px solid var(--gold);padding-left:14px}
.product-trust-section{background:#fff;padding:54px 0}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}
.trust-card{border:1px solid #dce6f0;border-radius:10px;padding:20px;background:#f8fbfe;color:var(--ink);font-weight:800}
.trust-card::before{content:"✓";color:var(--gold);font-size:1.1rem;margin-right:9px}
.product-contact-section{background:var(--navy);color:#fff;padding:52px 0}
.product-contact-section h2{color:#fff}
.product-contact-section p{color:#dbe7f5;line-height:1.6}
.product-contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:42px;align-items:center}
.product-contact-card{border:1px solid rgba(255,255,255,.24);border-radius:12px;padding:25px;display:flex;flex-direction:column;gap:8px}
.product-contact-card a{color:#fff;text-decoration:none}
.product-contact-card strong{font-size:1.2rem}
.quote-action{display:inline-block;background:#fff;color:var(--navy)!important;text-decoration:none!important;border-radius:7px;padding:13px 18px;margin-top:10px;font-weight:900;text-align:center}

.legal-section{background:#f7fafc;padding:46px 0}
.legal-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px}
.legal-grid article{min-width:0}
.legal-grid h2{font-size:1.3rem;color:var(--navy);margin:0 0 10px}
.legal-grid p{font-size:.9rem;line-height:1.65;color:var(--muted);margin:0}
.legal-grid a{color:var(--blue)}

footer{background:#031e45;color:#d5e0ec;padding:20px 0;font-size:.83rem}
.footer-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:center}
.footer-description{grid-column:1/-1;border-bottom:1px solid rgba(255,255,255,.18);padding:0 0 16px}
.footer-description p{max-width:960px;line-height:1.55;margin:0 0 7px;color:#d5e0ec}
.footer-description p:last-child{margin-bottom:0}
.company-details{display:block;margin-top:5px}
.footer-links{display:flex;gap:8px;justify-content:center;align-items:center}
.footer-links a{color:#d5e0ec;text-decoration:none}
.footer-links a:hover{text-decoration:underline}
.footer-tag{text-align:right;color:#e3ab18;font-weight:800;letter-spacing:.1em}

@media(max-width:950px){
  .nav{grid-template-columns:1fr auto}
  .mini-brand{display:none}
  .nav-links{justify-content:flex-start;overflow-x:auto}
  .hero{grid-template-columns:1fr}
  .hero-left{padding:42px 28px}
  .hero-right{min-height:420px}
  .benefits{grid-template-columns:1fr 1fr}
  .benefit:nth-child(2){border-right:0}
  .product-grid{grid-template-columns:1fr 1fr}
  .faq-list,.product-hero-inner,.product-details-grid,.product-contact-grid{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr}
  .footer-links{justify-content:flex-start;flex-wrap:wrap}
  .footer-tag{text-align:left}
}
@media(max-width:620px){
  .wrap{width:min(100% - 26px,1180px)}
  .nav{display:grid;grid-template-columns:1fr auto;gap:10px;padding:10px 0}
  .mini-brand{display:block;font-size:.9rem}
  .menu-toggle{display:block}
  .quote-top{grid-column:1/-1;text-align:center;padding:10px 12px;font-size:.82rem}
  .nav-links{display:none;grid-column:1/-1;flex-direction:column;gap:0;overflow:visible;border-top:1px solid #e6edf5}
  .nav-links.open{display:flex}
  .nav-links a{padding:12px 2px;border-bottom:1px solid #e6edf5}
  .brand-lockup{align-items:center;gap:12px}
  .brand-mark{width:106px;max-height:145px}
  .brand-name{font-size:clamp(2rem,9vw,2.45rem)}
  .hero-left{padding:35px 20px}
  .hero-copy{padding:32px 20px}
  .hero h1{font-size:3rem}
  .benefits,.product-grid,.two-col,.contact-grid,.legal-grid,.trust-grid,.product-specs{grid-template-columns:1fr}
  .benefit{border-right:0;border-bottom:1px solid #dfe8f2}
  .benefit:last-child{border-bottom:0}
  .sourcing-inner{padding:28px 0;align-items:flex-start;flex-direction:column}
  .product-specs div:nth-child(odd){padding-right:0}
  .product-hero{padding-bottom:36px}
  .product-shell{padding-top:36px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
}


/* Trust, enquiry and service improvements */
.trust-section{padding:62px 0;background:linear-gradient(180deg,#fff,#f7fafc)}
.trust-heading{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:54px;align-items:start;margin-bottom:26px}
.trust-heading h2{color:var(--navy);font-size:clamp(2rem,3vw,3rem);line-height:1.1;margin:0}
.trust-heading p{margin:0;color:var(--muted);font-size:1.02rem;line-height:1.7}
.home-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.home-trust-grid article{background:#fff;border:1px solid #dce6f0;border-radius:12px;padding:22px;box-shadow:0 7px 18px rgba(5,42,94,.06)}
.home-trust-grid strong{display:block;color:var(--navy);font-size:1rem;margin-bottom:8px}
.home-trust-grid strong::before{content:"✓";color:var(--gold);margin-right:8px}
.home-trust-grid span{display:block;color:var(--muted);font-size:.9rem;line-height:1.5}
.home-trust-grid .companies-house-link{color:var(--blue);font-weight:800;text-underline-offset:3px}
.company-details .companies-house-link{color:#fff;font-weight:800;text-underline-offset:3px}
.service-promise{background:var(--navy);color:#fff}
.service-promise-inner{min-height:72px;display:flex;align-items:center;gap:28px}
.service-promise strong{font-size:1.05rem;white-space:nowrap}
.service-promise strong::before{content:"◷";color:#f3bf32;margin-right:9px}
.service-promise span{color:#dbe7f5;line-height:1.5}
.service-stats{background:#0a62c7;color:#fff;padding:26px 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.stats-grid article{border-left:1px solid rgba(255,255,255,.35);padding:4px 0 4px 18px}
.stats-grid article:first-child{border-left:0;padding-left:0}
.stats-grid strong{display:block;font-size:1.35rem;line-height:1.1}
.stats-grid span{display:block;margin-top:5px;color:#eaf4ff;font-size:.86rem;line-height:1.35}
.enquiry-section{padding:64px 0;background:#f7fafc}
.enquiry-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:52px;align-items:start}
.enquiry-copy h2{color:var(--navy);font-size:clamp(2rem,3vw,2.8rem);line-height:1.1;margin:0 0 14px}
.enquiry-copy p{color:var(--muted);font-size:1rem;line-height:1.65;margin:0 0 18px}
.enquiry-check-list{list-style:none;margin:0 0 22px;padding:0;display:grid;gap:10px}
.enquiry-check-list li{position:relative;padding-left:24px;color:var(--muted);line-height:1.45}
.enquiry-check-list li::before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:900}
.whatsapp-inline,.whatsapp-text-link{color:#fff!important;background:#167b48;border-radius:7px;text-decoration:none!important;font-weight:800}
.whatsapp-inline{display:inline-block;padding:13px 17px}
.whatsapp-text-link{align-self:flex-start;padding:8px 12px;margin-top:4px;font-size:.86rem}
.enquiry-form{background:#fff;border:1px solid #dce6f0;border-radius:12px;padding:26px;box-shadow:0 10px 24px rgba(5,42,94,.08)}
.enquiry-form label{display:block;color:var(--navy);font-size:.88rem;font-weight:800;margin-bottom:15px}
.enquiry-form label span{display:block;margin-bottom:6px}
.enquiry-form input,.enquiry-form select,.enquiry-form textarea{width:100%;font:inherit;color:var(--ink);background:#fff;border:1px solid #b9c8d8;border-radius:6px;padding:11px 12px;min-height:44px}
.enquiry-form select{font-size:1rem;line-height:1.4}
.enquiry-form select option{font-size:1rem;line-height:1.4}
.enquiry-form textarea{resize:vertical;min-height:105px}
.enquiry-form input:focus,.enquiry-form select:focus,.enquiry-form textarea:focus{outline:3px solid rgba(10,98,199,.22);border-color:var(--blue)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form-submit{border:0;border-radius:7px;background:var(--blue);color:#fff;font:inherit;font-weight:800;padding:13px 18px;cursor:pointer}
.form-submit:hover{background:#084f9e}
.form-note{font-size:.82rem!important;color:var(--muted)!important;line-height:1.45!important;margin:12px 0 0!important}
.product-enquiry-section{background:#f7fafc;padding:54px 0}
.product-enquiry-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;align-items:start}
.product-enquiry-section h2{color:var(--navy);font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.12;margin:0 0 12px}
.product-enquiry-section p{color:var(--muted);line-height:1.6;margin:0}
.product-form input[readonly]{background:#f1f6fb;color:var(--muted);cursor:default}
.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:25;display:flex;align-items:center;gap:8px;background:#167b48;color:#fff;text-decoration:none;font-weight:800;font-size:.9rem;padding:12px 15px;border-radius:999px;box-shadow:0 8px 22px rgba(1,44,25,.3)}
.whatsapp-float:hover{background:#106b3d}
.whatsapp-float span:first-child{font-size:1.15rem;line-height:1}
@media(max-width:950px){
  .trust-heading,.enquiry-grid,.product-enquiry-grid{grid-template-columns:1fr}
  .home-trust-grid,.stats-grid{grid-template-columns:1fr 1fr}
  .stats-grid article:nth-child(3){border-left:0;padding-left:0}
}
@media(max-width:620px){
  .trust-section,.enquiry-section,.product-enquiry-section{padding:46px 0}
  .home-trust-grid,.stats-grid,.form-row{grid-template-columns:1fr}
  .service-promise-inner{min-height:auto;display:block;padding:18px 0}
  .service-promise strong{display:block;margin-bottom:7px;white-space:normal}
  .stats-grid article,.stats-grid article:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.35);padding:14px 0 0;margin-top:2px}
  .stats-grid article:first-child{border-top:0;padding-top:0}
  .whatsapp-float{right:14px;bottom:14px}
}

/* Payment assurance and responsive hero safeguard */
.payment-protection{padding:62px 0;background:#fff}
.payment-protection-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:54px;align-items:start}
.payment-protection h2{color:var(--navy);font-size:clamp(2rem,3vw,3rem);line-height:1.1;margin:0 0 14px}
.payment-protection p{color:var(--muted);font-size:1rem;line-height:1.65;margin:0}
.payment-protection-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.payment-protection-list article{background:#f7fafc;border:1px solid #dce6f0;border-radius:12px;padding:20px}
.payment-protection-list strong{display:block;color:var(--navy);font-size:1rem;margin-bottom:8px}
.payment-protection-list strong::before{content:"✓";color:var(--gold);margin-right:8px}
.payment-protection-list span{display:block;color:var(--muted);font-size:.9rem;line-height:1.5}
.payment-protection-note{margin-top:20px!important;padding:15px 17px;border-left:3px solid var(--gold);background:#fffaf0;font-size:.9rem!important}
@media (min-width:951px) and (max-width:1150px){
  .hero{grid-template-columns:45% 55%}
  .hero-left{padding:42px 24px 40px 28px}
  .brand-lockup{gap:12px}
  .brand-mark{width:132px}
  .brand-name{font-size:clamp(3.05rem,4.5vw,3.9rem)}
  .brand-tag{font-size:.72rem;letter-spacing:.11em}
  .hero-copy{padding-left:26px;padding-right:24px}
}
@media(max-width:950px){
  .payment-protection-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .payment-protection{padding:46px 0}
  .payment-protection-list{grid-template-columns:1fr}
}

/* Mobile product-page readability */
@media(max-width:620px){
  .site-header{position:static}
  .product-hero{padding-top:24px}
  .product-hero-inner{gap:24px}
  .product-hero-image{height:auto;min-height:0;object-fit:contain;background:#fff}
}


/* Compact WhatsApp control on phones */
@media(max-width:620px){
  .whatsapp-float{width:52px;height:52px;padding:0;justify-content:center;right:14px;bottom:14px}
  .whatsapp-float span:last-child{display:none}
  .whatsapp-float span:first-child{font-size:1.35rem}
}

/* Product image labels: keep important wording outside the cropped photo */
.product-hero-visual{width:100%;margin:0;overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 14px 30px rgba(5,42,94,.14)}
.product-hero-image-frame{aspect-ratio:4 / 1;overflow:hidden;background:#f3f7fb}
.product-hero-visual .product-hero-image{display:block;width:100%;height:100%;min-height:0;object-fit:cover;object-position:center top;border-radius:0;box-shadow:none;background:transparent}
.product-image-caption{display:grid;gap:3px;padding:16px 18px 18px;background:#fff;text-align:center}
.product-image-caption strong{color:var(--navy);font-size:clamp(1.2rem,3vw,1.55rem);line-height:1.1}
.product-image-caption span{color:var(--muted);font-size:.96rem;font-weight:700;line-height:1.35}

@media(max-width:620px){
  .product-hero-image-frame{aspect-ratio:4 / 1}
  .product-image-caption{padding:15px 16px 17px}
}


/* Direct enquiry confirmation */
.form-note a{color:var(--blue);font-weight:800;text-underline-offset:3px}
.thank-you-section{min-height:60vh;display:grid;align-items:center;padding:82px 0;background:linear-gradient(180deg,#eef6ff 0%,#fff 100%)}
.thank-you-card{max-width:760px;padding:46px;background:#fff;border:1px solid #dce6f0;border-radius:14px;box-shadow:0 14px 32px rgba(5,42,94,.1);text-align:center}
.thank-you-card .section-kicker{margin-bottom:14px}
.thank-you-card h1{margin:0 0 16px;color:var(--navy);font-size:clamp(2rem,4vw,3.2rem);line-height:1.08}
.thank-you-card p{max-width:620px;margin:0 auto;color:var(--muted);font-size:1.04rem;line-height:1.7}
.thank-you-card .thank-you-detail{margin-top:12px;font-size:.94rem}
.thank-you-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:26px}
.thank-you-actions .btn{min-width:174px}
@media(max-width:620px){
  .thank-you-section{min-height:54vh;padding:50px 0}
  .thank-you-card{padding:32px 22px}
  .thank-you-actions{display:grid;grid-template-columns:1fr}
  .thank-you-actions .btn{width:100%}
}


/* Polysorbate product graphics */
.product-card-visual{
  width:100%;
  min-height:132px;
  padding:18px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:6px;
  color:#fff;
  text-align:center;
  overflow:hidden;
  background:linear-gradient(135deg,#073a7d 0%,#0a62c7 55%,#1591d5 100%);
}
.product-card-visual--20{background:linear-gradient(135deg,#0a4d8f 0%,#1675c7 58%,#1a9bc4 100%)}
.product-card-visual--60{background:linear-gradient(135deg,#173a73 0%,#4169a7 55%,#758ac1 100%)}
.product-card-visual--80{background:linear-gradient(135deg,#075047 0%,#0d7f75 54%,#20a791 100%)}
.product-card-visual-code{
  display:block;
  font-size:clamp(2.05rem,4vw,2.8rem);
  line-height:1;
  font-weight:900;
  letter-spacing:-.05em;
}
.product-card-visual-label{
  display:block;
  max-width:18ch;
  font-size:.72rem;
  line-height:1.3;
  font-weight:800;
  letter-spacing:.12em;
}
.product-hero-graphic{
  min-height:245px;
  padding:30px;
}
.product-hero-graphic .product-card-visual-code{
  font-size:clamp(3.25rem,7vw,5.2rem);
}
.product-hero-graphic .product-card-visual-label{
  font-size:.82rem;
}
@media(max-width:620px){
  .product-hero-graphic{min-height:190px}
}


/* Preserve the full 2:1 Polysorbate product photography on its detail pages */
.product-hero-image-frame.product-hero-image-frame--polysorbate{aspect-ratio:2 / 1}
@media(max-width:620px){
  .product-hero-image-frame.product-hero-image-frame--polysorbate{aspect-ratio:2 / 1}
}


/* Polysorbate product photography */
.product-card-visual--20{background:linear-gradient(135deg,rgba(5,42,94,.28),rgba(10,98,199,.16)),url('assets/polysorbate-20.webp') center/cover no-repeat}
.product-card-visual--60{background:linear-gradient(135deg,rgba(5,42,94,.28),rgba(10,98,199,.16)),url('assets/polysorbate-60.webp') center/cover no-repeat}
.product-card-visual--80{background:linear-gradient(135deg,rgba(5,42,94,.28),rgba(10,98,199,.16)),url('assets/polysorbate-80.webp') center/cover no-repeat}
.product-card-visual--20 .product-card-visual-code,
.product-card-visual--60 .product-card-visual-code,
.product-card-visual--80 .product-card-visual-code{
  padding:8px 13px;
  border:1px solid rgba(255,255,255,.52);
  border-radius:8px;
  background:rgba(3,30,69,.75);
  box-shadow:0 4px 14px rgba(0,0,0,.2);
}
.product-card-visual--20 .product-card-visual-label,
.product-card-visual--60 .product-card-visual-label,
.product-card-visual--80 .product-card-visual-label{
  padding:5px 8px;
  border-radius:5px;
  background:rgba(3,30,69,.68);
}
