:root {
  --navy: #062c4b;
  --navy-deep: #031e34;
  --blue: #0b466f;
  --teal: #08b8bd;
  --teal-bright: #23d0c8;
  --ice: #eef8fa;
  --paper: #f8fafb;
  --ink: #0a2943;
  --muted: #587086;
  --line: #dbe7ec;
  --white: #ffffff;
  --max: 1240px;
  --shadow: 0 24px 70px rgba(1, 33, 55, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Source Sans 3", "Segoe UI", sans-serif; font-optical-sizing: auto; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; color: #fff; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 94px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 4vw, 72px); background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(7,52,83,.08); position: sticky; top: 0; z-index: 100; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-logo { width: 276px; height: auto; }
.brand-type { display: flex; flex-direction: column; color: var(--navy); }
.brand-type strong { font: 700 23px/1 "Source Sans 3", sans-serif; letter-spacing: .08em; }
.brand-type small { margin-top: 6px; font: 600 11px/1 "Source Sans 3", sans-serif; letter-spacing: .32em; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.2vw, 38px); font-size: 14px; font-weight: 600; }
.site-nav a:not(.nav-cta) { position: relative; padding: 12px 0; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--teal); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-cta { padding: 13px 19px; border-radius: 6px; color: #fff; background: var(--navy); transition: background .2s, transform .2s; }
.nav-cta:hover { background: var(--teal); transform: translateY(-1px); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--navy); }

.hero { background: var(--navy); }
.carousel { position: relative; min-height: min(780px, calc(100vh - 94px)); overflow: hidden; }
.slides, .slide { position: absolute; inset: 0; }
.slide { opacity: 0; visibility: hidden; transition: opacity .7s ease, visibility .7s; }
.slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.slide > img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.02); transition: transform 6s ease; }
.slide.is-active > img { transform: scale(1.06); }
.slide-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,26,45,.93) 0%, rgba(2,31,52,.72) 32%, rgba(2,31,52,.08) 66%, rgba(2,31,52,.18) 100%); }
.hero-copy { position: absolute; z-index: 2; left: max(6vw, calc((100vw - var(--max))/2)); top: 50%; width: min(620px, 48vw); color: #fff; transform: translateY(-48%); }
.hero-copy-right { left: auto; right: max(6vw, calc((100vw - var(--max))/2)); text-align: right; }
.hero-copy-right .button { margin-left: auto; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--teal-bright); font-size: 12px; line-height: 1.3; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before, .kicker::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.hero h1, .hero h2 { margin: 19px 0 20px; max-width: 680px; font: 700 clamp(40px, 5.3vw, 76px)/1.04 "Source Sans 3", sans-serif; letter-spacing: -.035em; }
.hero h2 { font-size: clamp(38px, 4.5vw, 66px); }
.hero p { max-width: 620px; margin: 0 0 32px; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.65; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; width: max-content; min-height: 51px; align-items: center; justify-content: center; padding: 0 23px; border: 1px solid transparent; border-radius: 5px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--teal); box-shadow: 0 12px 30px rgba(4,177,183,.22); }
.button-primary:hover { background: #06a6ac; box-shadow: 0 15px 36px rgba(4,177,183,.3); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(0,22,38,.18); }
.button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.carousel-control { position: absolute; z-index: 4; top: 50%; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #fff; background: rgba(2,36,61,.6); font-size: 24px; cursor: pointer; backdrop-filter: blur(8px); transition: background .2s; }
.carousel-control:hover { background: var(--teal); }
.carousel-control.prev { left: 24px; }
.carousel-control.next { right: 24px; }
.carousel-dots { position: absolute; z-index: 4; bottom: 26px; left: 50%; display: flex; gap: 10px; transform: translateX(-50%); }
.dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.5); cursor: pointer; transition: width .25s, border-radius .25s, background .25s; }
.dot.is-active { width: 32px; border-radius: 8px; background: var(--teal-bright); }
.trust-strip { min-height: 70px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; max-width: var(--max); margin: auto; color: #cfe0eb; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.trust-strip span + span { border-left: 1px solid rgba(255,255,255,.16); }

.section-shell { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.intro { padding: 120px 0 125px; }
.section-heading { max-width: 790px; }
.section-heading h2, .quality h2, .about h2, .contact h2 { margin: 16px 0 0; font: 700 clamp(36px, 4.2vw, 58px)/1.08 "Source Sans 3", sans-serif; letter-spacing: -.03em; }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; margin: 54px 0 76px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.intro-grid p { margin: 0; }
.intro-grid .lead { color: var(--ink); font: 500 clamp(23px, 2.2vw, 31px)/1.48 "Source Sans 3", sans-serif; letter-spacing: -.015em; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audience-grid article { padding: 40px 38px 42px 0; }
.audience-grid article + article { padding-left: 38px; border-left: 1px solid var(--line); }
.number { color: var(--teal); font: 700 12px/1 "Source Sans 3", sans-serif; letter-spacing: .16em; }
.audience-grid h3 { margin: 22px 0 12px; font: 700 21px/1.25 "Source Sans 3", sans-serif; }
.audience-grid p { margin: 0; color: var(--muted); line-height: 1.65; }

.products-section { padding: 115px 0 130px; color: #fff; background: var(--navy); }
.section-heading.light p { max-width: 660px; margin: 24px 0 0; color: #b8cfde; font-size: 17px; line-height: 1.7; }
.product-rail-header { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 58px; color: #b8cfde; }
.product-rail-header p { margin: 0; }
.product-rail-controls { display: flex; gap: 10px; }
.product-rail-controls button { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #fff; background: transparent; font-size: 22px; cursor: pointer; transition: border-color .2s, background .2s; }
.product-rail-controls button:hover, .product-rail-controls button:focus-visible { border-color: var(--teal); background: var(--teal); }
.product-rail { display: grid; grid-auto-flow: column; grid-auto-columns: min(980px, 82vw); gap: 28px; margin: 24px calc((100vw - min(var(--max), calc(100vw - 48px))) / -2) 0; padding: 0 max(24px, calc((100vw - var(--max)) / 2)) 32px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: max(24px, calc((100vw - var(--max)) / 2)); scrollbar-width: thin; scrollbar-color: var(--teal) rgba(255,255,255,.12); overscroll-behavior-inline: contain; }
.product-rail::-webkit-scrollbar { height: 7px; }
.product-rail::-webkit-scrollbar-thumb { background: var(--teal); border-radius: 10px; }
.product-rail::-webkit-scrollbar-track { background: rgba(255,255,255,.12); }
.product-card { display: grid; grid-template-columns: 1.16fr .84fr; min-height: 560px; overflow: hidden; color: var(--ink); background: #fff; box-shadow: 0 22px 70px rgba(0,0,0,.2); scroll-snap-align: start; }
.product-image { min-height: 520px; background: #eef4f6; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 5vw, 74px); }
.product-label { color: var(--teal); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.product-copy h3 { margin: 12px 0 2px; font: 700 clamp(40px, 4.4vw, 62px)/1 "Source Sans 3", sans-serif; letter-spacing: -.035em; }
.product-subtitle { margin: 8px 0 24px !important; color: var(--blue) !important; font-weight: 700; }
.product-copy p { margin: 0 0 17px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.check-list { display: grid; gap: 12px; margin: 8px 0 28px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 26px; line-height: 1.45; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 800; }
.text-link { display: inline-flex; gap: 12px; align-items: center; width: max-content; color: var(--navy); font-weight: 700; border-bottom: 1px solid var(--teal); padding-bottom: 5px; }
.text-link span { color: var(--teal); transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.quality { padding: 120px 0; }
.quality-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; padding: clamp(48px, 6vw, 82px); background: var(--ice); border-top: 5px solid var(--teal); }
.quality-copy > p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.quality-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 32px 0; }
.quality-points span { padding: 16px; color: var(--ink); background: #fff; border: 1px solid var(--line); font-weight: 600; }
.quality-copy .disclaimer { padding-top: 20px; border-top: 1px solid #cfe0e5; font-size: 13px; line-height: 1.55; }

.about { padding: 110px 0; background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.about-visual { position: relative; min-height: 580px; overflow: hidden; background: #e9f0f2; box-shadow: var(--shadow); }
.about-visual img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; }
.about-copy p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.uk-line { display: flex; align-items: center; gap: 14px; margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); font-weight: 700; }
.uk-symbol { display: grid; place-items: center; width: 45px; height: 33px; color: #fff; background: var(--navy); font: 700 12px/1 "Source Sans 3", sans-serif; letter-spacing: .08em; }

.contact { padding: 120px 0; color: #fff; background: var(--navy-deep); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.contact-copy > p { color: #b8cedc; font-size: 17px; line-height: 1.75; }
.contact-detail { display: grid; gap: 5px; margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.contact-detail span { color: var(--teal-bright); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-detail strong { font-weight: 600; }
.enquiry-form { display: grid; gap: 19px; padding: clamp(30px, 4vw, 52px); color: var(--ink); background: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.25); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.enquiry-form label { display: grid; gap: 8px; font-size: 13px; font-weight: 700; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; padding: 14px 15px; color: var(--ink); background: #f9fbfc; border: 1px solid #cedde4; border-radius: 3px; outline: none; }
.enquiry-form textarea { resize: vertical; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(8,184,189,.13); }
.enquiry-form .button { border: 0; }
.form-note { margin: -5px 0 0; color: var(--muted); font-size: 12px; }
.form-note.is-success { color: #087b67; font-weight: 700; }
.form-note.is-error { color: #a32929; font-weight: 700; }
.honey-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 65px max(24px, calc((100vw - var(--max))/2)); color: #fff; background: #021526; }
.footer-main { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.footer-brand { padding: 9px 14px; background: #fff; border-radius: 4px; }
.footer-brand .brand-logo { width: 300px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 28px; color: #b9cedc; font-size: 14px; }
.footer-links a:hover { color: var(--teal-bright); }
.footer-legal { display: flex; justify-content: space-between; gap: 50px; margin-top: 48px; padding-top: 25px; color: #7793a8; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; line-height: 1.6; }
.footer-legal p { max-width: 560px; margin: 0; }

@media (max-width: 980px) {
  .site-header { height: 82px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 82px; left: 0; right: 0; display: grid; gap: 0; padding: 12px 24px 26px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(1,34,57,.12); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { padding: 14px 0 !important; }
  .nav-cta { margin-top: 9px; text-align: center; }
  .carousel { min-height: 680px; }
  .hero-copy, .hero-copy-right { left: 7vw; right: auto; width: 70vw; text-align: left; }
  .hero-copy-right .button { margin-left: 0; }
  .intro-grid, .quality-card, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .intro-grid { gap: 28px; }
  .product-rail { grid-auto-columns: min(760px, 88vw); }
  .product-card { grid-template-columns: 1fr; }
  .product-image, .product-image img { min-height: 430px; }
  .about-grid, .contact-grid { gap: 60px; }
}

@media (max-width: 680px) {
  .site-header { padding: 0 17px; }
  .brand-logo { width: 225px; }
  .brand-type strong { font-size: 19px; }
  .brand-type small { font-size: 9px; }
  .carousel { min-height: calc(100svh - 82px); }
  .slide > img { object-position: 58% center; }
  .slide-shade { background: linear-gradient(0deg, rgba(2,26,45,.96) 0%, rgba(2,26,45,.78) 42%, rgba(2,26,45,.08) 76%); }
  .hero-copy, .hero-copy-right { top: auto; right: 25px; bottom: 70px; left: 25px; width: auto; transform: none; }
  .hero h1, .hero h2 { font-size: clamp(36px, 11vw, 52px); }
  .hero p { font-size: 15px; line-height: 1.55; }
  .hero-actions .button { width: 100%; }
  .carousel-control { top: 38%; width: 44px; height: 44px; }
  .carousel-control.prev { left: 10px; }
  .carousel-control.next { right: 10px; }
  .carousel-dots { bottom: 25px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); padding: 15px 0; }
  .trust-strip span { padding: 10px 4px; }
  .trust-strip span + span { border-left: 0; }
  .section-shell { width: min(100% - 32px, var(--max)); }
  .intro, .products-section, .quality, .about, .contact { padding-top: 82px; padding-bottom: 82px; }
  .intro-grid { margin: 37px 0 50px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article, .audience-grid article + article { padding: 30px 0; border-left: 0; border-top: 1px solid var(--line); }
  .audience-grid article:first-child { border-top: 0; }
  .product-rail-header { margin-top: 40px; }
  .product-rail-header p { max-width: 190px; }
  .product-rail { grid-auto-columns: calc(100vw - 44px); gap: 16px; margin-right: -16px; margin-left: -16px; padding-right: 16px; padding-left: 16px; scroll-padding-inline: 16px; }
  .product-card { min-height: 0; }
  .product-image, .product-image img { min-height: 300px; }
  .product-copy { padding: 36px 25px 44px; }
  .quality-card { padding: 35px 24px; }
  .quality-points, .field-row { grid-template-columns: 1fr; }
  .about-visual, .about-visual img { min-height: 380px; }
  .enquiry-form { padding: 28px 20px; }
  .footer-main, .footer-legal { align-items: flex-start; flex-direction: column; }
  .footer-brand .brand-logo { width: min(270px, 72vw); }
  .footer-links { width: 100%; gap: 16px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
