:root {
  --navy-975: #041321;
  --navy-950: #071b2d;
  --navy-900: #0b2845;
  --navy-800: #123a61;
  --blue-650: #2f6fae;
  --blue-500: #4b8bc8;
  --red-550: #e8504e;
  --red-650: #c93e3d;
  --ink: #142332;
  --muted: #5c6977;
  --line: #dce4ea;
  --soft: #f3f6f8;
  --white: #fff;
  --green: #16a36a;
  --shadow-sm: 0 12px 30px rgba(4, 19, 33, .08);
  --shadow: 0 24px 70px rgba(4, 19, 33, .14);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 17px;
  --radius-sm: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 106px; }
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.62;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { 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; left: 16px; top: 12px; z-index: 1000; transform: translateY(-160%); background: #fff; color: var(--navy-900); padding: 10px 16px; border-radius: 8px; font-weight: 850; box-shadow: var(--shadow-sm); }
.skip-link:focus { transform: translateY(0); }

.utility-bar { background: var(--navy-975); color: rgba(255,255,255,.76); font-size: .78rem; }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner div { display: flex; gap: 22px; }
.utility-inner a { color: #fff; text-decoration: none; font-weight: 700; }
.utility-inner a:hover { text-decoration: underline; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,228,234,.9); backdrop-filter: blur(15px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1.04; }
.brand img { width: 62px; height: 62px; object-fit: cover; border-radius: 13px; border: 1px solid #edf1f4; box-shadow: 0 8px 22px rgba(11,40,69,.12); }
.brand span { display: grid; gap: 5px; }
.brand strong { color: var(--navy-900); font-size: .98rem; letter-spacing: .01em; }
.brand small { color: var(--blue-650); font-size: .72rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 23px; }
.site-nav a { color: var(--navy-900); text-decoration: none; font-size: .91rem; font-weight: 780; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.active { color: var(--red-650); }
.site-nav .nav-cta { color: #fff; background: var(--navy-900); padding: 12px 18px; border-radius: 999px; }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible { color: #fff; background: var(--red-650); }
.menu-button { display: none; width: 46px; height: 46px; border: 0; border-radius: 12px; background: var(--soft); padding: 11px 12px; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--navy-900); }

.hero { position: relative; overflow: hidden; padding: 98px 0 90px; background: radial-gradient(circle at 78% 17%, rgba(75,139,200,.24), transparent 29%), radial-gradient(circle at 10% 28%, rgba(232,80,78,.13), transparent 26%), linear-gradient(180deg,#f8fafc 0%,#fff 100%); }
.hero::before { content:""; position:absolute; width: 580px; height:580px; right:-220px; top:-230px; border: 1px solid rgba(47,111,174,.13); border-radius:50%; box-shadow: 0 0 0 80px rgba(47,111,174,.035), 0 0 0 160px rgba(47,111,174,.025); }
.hero-road { position:absolute; left:-8%; right:-8%; bottom:-150px; height:310px; background: linear-gradient(90deg, rgba(232,80,78,.08), rgba(47,111,174,.11)); transform: rotate(-4deg); }
.hero-road::after { content:""; position:absolute; left:10%; right:10%; top:47%; height:4px; background: repeating-linear-gradient(90deg,transparent 0 50px,rgba(255,255,255,.82) 50px 92px); opacity:.75; }
.hero-grid { position:relative; z-index:1; display:grid; grid-template-columns:1.06fr .94fr; gap:74px; align-items:center; }
.eyebrow { margin:0 0 14px; color:var(--red-650); font-weight:900; font-size:.75rem; letter-spacing:.18em; text-transform:uppercase; }
h1,h2,h3 { color:var(--navy-950); line-height:1.08; margin-top:0; }
h1 { font-size:clamp(2.95rem,6.3vw,5.65rem); letter-spacing:-.057em; margin-bottom:26px; }
h2 { font-size:clamp(2.15rem,4.3vw,3.85rem); letter-spacing:-.044em; margin-bottom:22px; }
h3 { font-size:1.45rem; letter-spacing:-.027em; }
.hero-intro { max-width:700px; margin:0; color:var(--muted); font-size:clamp(1.08rem,2vw,1.3rem); }
.hero-actions { display:flex; flex-wrap:wrap; gap:13px; margin:34px 0 29px; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:13px 23px; border:0; border-radius:999px; text-decoration:none; font-weight:850; cursor:pointer; transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform:translateY(-2px); }
.button-primary { color:#fff; background:var(--red-550); box-shadow:0 12px 27px rgba(232,80,78,.26); }
.button-primary:hover { background:var(--red-650); }
.button-secondary { color:var(--navy-900); background:#fff; border:1px solid var(--line); }
.button-secondary:hover { border-color:#becbd5; box-shadow:var(--shadow-sm); }
.button-linkedin { margin-top:9px; color:#fff; background:#0a66c2; }
.button-ghost-light { color:#fff; border:1px solid rgba(255,255,255,.36); background:rgba(255,255,255,.06); }
.button-ghost-light:hover { background:rgba(255,255,255,.13); }
.full-width { width:100%; }
.trust-list { display:flex; flex-wrap:wrap; gap:14px 26px; padding:0; margin:0; list-style:none; color:var(--navy-800); font-weight:750; }
.trust-list li::before { content:"✓"; color:var(--red-550); margin-right:8px; font-weight:950; }

.hero-visual { position:relative; min-height:490px; }
.hero-brand-card { position:absolute; inset:34px 42px 48px 25px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:48px; background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(243,247,250,.91)); border:1px solid rgba(255,255,255,.9); border-radius:35px; box-shadow:var(--shadow); transform:rotate(1.4deg); }
.hero-brand-card::before { content:""; position:absolute; inset:17px; border:1px solid rgba(47,111,174,.12); border-radius:25px; }
.hero-brand-card img { width:220px; height:220px; object-fit:cover; border-radius:26px; box-shadow:0 20px 60px rgba(11,40,69,.15); }
.hero-brand-card p { position:relative; margin:24px 0 0; max-width:350px; color:var(--navy-800); font-weight:750; }
.hero-mini-card { position:absolute; z-index:3; display:grid; grid-template-columns:38px 1fr; column-gap:12px; align-items:center; min-width:260px; padding:17px 19px; color:#fff; background:rgba(7,27,45,.95); border:1px solid rgba(255,255,255,.09); border-radius:15px; box-shadow:0 16px 35px rgba(4,19,33,.24); backdrop-filter:blur(12px); }
.hero-mini-card strong,.hero-mini-card small { grid-column:2; }
.hero-mini-card strong { font-size:.9rem; }
.hero-mini-card small { color:rgba(255,255,255,.68); font-size:.73rem; line-height:1.35; }
.hero-mini-one { left:0; bottom:18px; }
.hero-mini-two { right:0; top:10px; }
.mini-icon { grid-row:1/3; display:grid; place-items:center; width:36px; height:36px; border-radius:11px; color:#fff; background:var(--red-550); font-weight:900; }
.status-dot { grid-row:1/3; display:block; width:13px; height:13px; margin-left:11px; border-radius:50%; background:#21c77a; box-shadow:0 0 0 6px rgba(33,199,122,.14); }

.proof-strip { background:var(--navy-950); color:#fff; }
.proof-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.proof-grid div { min-height:115px; display:flex; flex-direction:column; justify-content:center; padding:24px 30px; border-right:1px solid rgba(255,255,255,.12); }
.proof-grid div:last-child { border-right:0; }
.proof-grid strong { color:#fff; font-size:1.45rem; line-height:1.1; }
.proof-grid span { margin-top:7px; color:rgba(255,255,255,.62); font-size:.84rem; }

.section { padding:105px 0; }
.section-soft { background:var(--soft); }
.section-heading { max-width:780px; margin-bottom:52px; }
.section-heading p:not(.eyebrow), .split-heading > p { color:var(--muted); font-size:1.08rem; margin-bottom:0; }
.split-heading { display:grid; grid-template-columns:1fr .82fr; gap:75px; align-items:end; margin-bottom:54px; }
.split-heading h2 { margin-bottom:0; }
.risk-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.risk-card { position:relative; padding:34px; border:1px solid var(--line); border-radius:var(--radius-lg); background:#fff; box-shadow:0 10px 30px rgba(4,19,33,.035); overflow:hidden; }
.risk-card::after { content:""; position:absolute; right:-42px; top:-42px; width:130px; height:130px; border-radius:50%; background:radial-gradient(circle,rgba(75,139,200,.13),transparent 70%); }
.risk-card > span { display:inline-grid; place-items:center; width:42px; height:42px; margin-bottom:36px; border-radius:13px; color:var(--blue-650); background:#edf4fa; font-weight:900; }
.risk-card h3 { margin-bottom:12px; }
.risk-card p { color:var(--muted); margin-bottom:0; }

.services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:21px; }
.service-card { position:relative; min-height:430px; padding:31px; overflow:hidden; border:1px solid var(--line); border-radius:var(--radius-lg); background:#fff; transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform:translateY(-6px); border-color:transparent; box-shadow:var(--shadow); }
.service-card::after { content:""; position:absolute; right:-55px; bottom:-55px; width:155px; height:155px; border-radius:50%; background:radial-gradient(circle,rgba(75,139,200,.13),transparent 68%); }
.service-icon { width:58px; height:58px; display:grid; place-items:center; margin-bottom:36px; border-radius:17px; color:var(--blue-650); background:#edf4fa; }
.service-icon svg { width:31px; height:31px; fill:none; stroke:currentColor; stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round; }
.service-kicker { margin:0 0 8px; color:var(--red-650)!important; font-size:.72rem!important; text-transform:uppercase; letter-spacing:.13em; font-weight:900; }
.service-card h3 { margin-bottom:13px; }
.service-card p { color:var(--muted); }
.service-card ul { padding-left:19px; margin:20px 0 0; }
.service-card li { margin:7px 0; }
.service-card li::marker { color:var(--red-550); }

.section-dark { color:#fff; background:linear-gradient(135deg,var(--navy-975),var(--navy-900)); }
.section-dark h2,.section-dark h3 { color:#fff; }
.section-dark .section-heading p:not(.eyebrow),.section-dark p { color:rgba(255,255,255,.68); }
.results-grid { display:grid; grid-template-columns:.86fr 1.14fr; gap:78px; align-items:center; }
.results-grid .section-heading { margin-bottom:0; }
.text-link { display:inline-flex; gap:10px; margin-top:24px; color:#fff; text-decoration:none; font-weight:850; }
.text-link span { color:var(--red-550); }
.case-study { padding:43px; border:1px solid rgba(255,255,255,.13); border-radius:var(--radius-xl); background:rgba(255,255,255,.055); box-shadow:0 24px 65px rgba(0,0,0,.15); }
.case-label { color:#ff7a76!important; text-transform:uppercase; letter-spacing:.15em; font-size:.72rem; font-weight:900; }
.case-study h3 { font-size:clamp(2rem,3vw,3.1rem); }
.case-steps { display:grid; gap:18px; margin-top:30px; }
.case-steps div { display:grid; grid-template-columns:42px 1fr; gap:16px; align-items:start; }
.case-steps span { display:grid; place-items:center; width:38px; height:38px; border-radius:12px; color:#fff; background:var(--red-550); font-weight:900; }
.case-steps p { margin:4px 0 0; }

.about-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:25px; }
.about-profile { display:grid; grid-template-columns:112px 1fr; gap:27px; padding:43px; border:1px solid var(--line); border-radius:var(--radius-xl); background:#fff; }
.profile-mark { position:relative; }
.profile-mark::after { content:""; position:absolute; width:32px; height:32px; right:0; top:71px; border:5px solid #fff; border-radius:50%; background:var(--green); }
.profile-mark img { width:100px; height:100px; object-fit:cover; border-radius:24px; box-shadow:var(--shadow-sm); }
.about-profile p:not(.eyebrow) { color:var(--muted); }
.credential-list { display:flex; flex-wrap:wrap; gap:9px; margin:27px 0; }
.credential-list span { padding:9px 13px; border-radius:999px; color:var(--navy-800); background:var(--soft); font-size:.84rem; font-weight:750; }
.approach-card { padding:43px; border-radius:var(--radius-xl); color:#fff; background:linear-gradient(145deg,var(--navy-900),var(--navy-975)); }
.approach-card h3 { color:#fff; font-size:clamp(2rem,3vw,3rem); }
.approach-card ol { counter-reset:approach; display:grid; gap:22px; padding:0; margin:35px 0 0; list-style:none; }
.approach-card li { position:relative; padding-left:52px; counter-increment:approach; }
.approach-card li::before { content:"0" counter(approach); position:absolute; left:0; top:2px; color:var(--red-550); font-weight:900; }
.approach-card strong { display:block; color:#fff; }
.approach-card span { display:block; margin-top:3px; color:rgba(255,255,255,.63); font-size:.92rem; }

.resources-home { padding-top:35px; }
.resource-showcase { display:grid; grid-template-columns:1.05fr .95fr; gap:55px; align-items:center; min-height:470px; padding:58px; overflow:hidden; border-radius:var(--radius-xl); color:#fff; background:radial-gradient(circle at 80% 20%,rgba(75,139,200,.34),transparent 35%),linear-gradient(135deg,var(--navy-900),var(--navy-975)); }
.resource-copy h2 { color:#fff; }
.resource-copy > p:not(.eyebrow) { color:rgba(255,255,255,.72); font-size:1.05rem; }
.resource-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.resource-visual { position:relative; min-height:340px; }
.resource-visual img { position:absolute; width:220px; height:270px; object-fit:cover; border-radius:18px; border:8px solid rgba(255,255,255,.95); box-shadow:0 22px 45px rgba(0,0,0,.25); }
.resource-visual img:nth-child(1){ left:3%; top:25px; transform:rotate(-8deg); }
.resource-visual img:nth-child(2){ left:31%; top:2px; transform:rotate(2deg); z-index:2; }
.resource-visual img:nth-child(3){ right:1%; top:38px; transform:rotate(9deg); }

.areas-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:76px; align-items:center; }
.areas-grid .section-heading { margin-bottom:0; }
.area-tags { display:flex; flex-wrap:wrap; gap:10px; }
.area-tags span { padding:11px 15px; border:1px solid #d6dfe6; border-radius:999px; color:var(--navy-800); background:#fff; font-size:.9rem; font-weight:800; box-shadow:0 7px 20px rgba(4,19,33,.045); }

.faq-layout { display:grid; grid-template-columns:.8fr 1.2fr; gap:75px; align-items:start; }
.faq-layout .section-heading { position:sticky; top:130px; margin-bottom:0; }
.faq-list { display:grid; gap:13px; }
details { border:1px solid var(--line); border-radius:15px; background:#fff; box-shadow:0 8px 25px rgba(4,19,33,.035); }
summary { position:relative; padding:21px 55px 21px 22px; color:var(--navy-900); font-weight:850; cursor:pointer; list-style:none; }
summary::-webkit-details-marker { display:none; }
summary::after { content:"+"; position:absolute; right:21px; top:15px; display:grid; place-items:center; width:32px; height:32px; border-radius:10px; color:var(--blue-650); background:var(--soft); font-size:1.35rem; }
details[open] summary::after { content:"–"; }
details p { padding:0 22px 22px; margin:0; color:var(--muted); }

.contact-section { background:linear-gradient(180deg,#fff,#f3f6f8); }
.contact-grid { display:grid; grid-template-columns:.83fr 1.17fr; gap:70px; align-items:start; }
.contact-copy { position:sticky; top:130px; }
.contact-copy > p:not(.eyebrow) { color:var(--muted); font-size:1.07rem; }
.contact-details { display:grid; gap:12px; margin-top:34px; }
.contact-details a { display:grid; gap:2px; padding:18px 20px; border:1px solid var(--line); border-radius:14px; text-decoration:none; background:#fff; }
.contact-details a:hover { border-color:var(--blue-650); }
.contact-details span { color:var(--muted); font-size:.75rem; text-transform:uppercase; letter-spacing:.13em; font-weight:850; }
.contact-details strong { color:var(--navy-900); overflow-wrap:anywhere; }
.contact-form { padding:38px; border:1px solid var(--line); border-radius:var(--radius-xl); background:#fff; box-shadow:var(--shadow); }
.form-row { display:grid; gap:8px; margin-bottom:18px; }
.form-row.two-column { grid-template-columns:1fr 1fr; gap:16px; }
.form-row.two-column > div { display:grid; gap:8px; }
label { color:var(--navy-900); font-weight:800; font-size:.88rem; }
input,textarea,select { width:100%; padding:13px 14px; border:1px solid #cbd5dd; border-radius:11px; color:var(--ink); background:#fff; outline:none; }
textarea { resize:vertical; min-height:140px; }
input:focus,textarea:focus,select:focus { border-color:var(--blue-650); box-shadow:0 0 0 4px rgba(47,111,174,.12); }
.form-note { margin:13px 0 0; color:var(--muted); font-size:.77rem; text-align:center; }

.site-footer { padding:70px 0 30px; color:rgba(255,255,255,.67); background:var(--navy-975); }
.footer-grid { display:grid; grid-template-columns:1.3fr .75fr .75fr .85fr; gap:55px; }
.footer-grid > div { display:grid; align-content:start; gap:9px; }
.footer-brand strong { color:#fff; }
.footer-brand img { width:54px; height:54px; }
.footer-grid h2 { margin-bottom:14px; color:#fff; font-size:.85rem; letter-spacing:.11em; text-transform:uppercase; }
.footer-grid a:not(.brand) { color:rgba(255,255,255,.67); text-decoration:none; }
.footer-grid a:hover { color:#fff; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; margin-top:54px; padding-top:23px; border-top:1px solid rgba(255,255,255,.1); font-size:.8rem; }
.footer-bottom p { margin:0; }
.footer-bottom a { color:#fff; }
.mobile-call { display:none; }
.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }

/* Resources page */
.shop-hero { position:relative; overflow:hidden; padding:90px 0 82px; background:radial-gradient(circle at 82% 14%,rgba(75,139,200,.25),transparent 30%),linear-gradient(180deg,#f5f8fb,#fff); }
.shop-hero::after { content:""; position:absolute; right:-200px; bottom:-270px; width:600px; height:600px; border-radius:50%; border:1px solid rgba(47,111,174,.12); box-shadow:0 0 0 80px rgba(47,111,174,.035),0 0 0 160px rgba(47,111,174,.025); }
.shop-hero-grid { position:relative; z-index:1; display:grid; grid-template-columns:1.03fr .97fr; gap:65px; align-items:center; }
.shop-hero h1 { font-size:clamp(2.85rem,5.5vw,5rem); }
.price-note { margin:18px 0 0; color:var(--muted); font-size:.83rem; }
.shop-hero-collage { position:relative; min-height:430px; }
.shop-hero-collage img { position:absolute; width:245px; height:310px; object-fit:cover; border:9px solid #fff; border-radius:20px; box-shadow:var(--shadow); background:#fff; }
.shop-hero-collage img:nth-child(1){ left:0; top:42px; transform:rotate(-8deg); }
.shop-hero-collage img:nth-child(2){ left:29%; top:0; transform:rotate(1.5deg); z-index:2; }
.shop-hero-collage img:nth-child(3){ right:0; top:58px; transform:rotate(8deg); }
.shop-trust { color:#fff; background:var(--navy-950); }
.shop-trust-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.shop-trust-grid div { min-height:105px; display:flex; flex-direction:column; justify-content:center; padding:22px 27px; border-right:1px solid rgba(255,255,255,.11); }
.shop-trust-grid div:last-child { border-right:0; }
.shop-trust-grid strong { font-size:1.25rem; }
.shop-trust-grid span { color:rgba(255,255,255,.62); font-size:.82rem; }
.catalogue-heading { display:grid; grid-template-columns:1fr 360px; gap:45px; align-items:end; margin-bottom:30px; }
.catalogue-heading h2 { margin-bottom:0; }
.catalogue-search { display:grid; gap:8px; }
.filter-bar { display:flex; flex-wrap:wrap; gap:9px; padding:10px; border:1px solid var(--line); border-radius:16px; background:var(--soft); }
.filter-button { padding:10px 15px; border:0; border-radius:11px; color:var(--navy-800); background:transparent; font-weight:800; cursor:pointer; }
.filter-button:hover,.filter-button.active { color:#fff; background:var(--navy-900); }
.catalogue-count { margin:22px 0; color:var(--muted); font-size:.87rem; }
.products-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:23px; }
.product-card { display:flex; flex-direction:column; overflow:hidden; border:1px solid var(--line); border-radius:var(--radius-lg); background:#fff; box-shadow:0 10px 30px rgba(4,19,33,.045); transition:transform .24s ease,box-shadow .24s ease; }
.product-card:hover { transform:translateY(-6px); box-shadow:var(--shadow); }
.product-image { position:relative; display:block; height:285px; overflow:hidden; background:linear-gradient(135deg,#e8eef3,#f8fafb); }
.product-image::after { content:""; position:absolute; inset:0; box-shadow:inset 0 -45px 50px rgba(4,19,33,.07); pointer-events:none; }
.product-image img { width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.product-card:hover .product-image img { transform:scale(1.035); }
.product-badge { position:absolute; z-index:2; left:14px; top:14px; padding:7px 10px; border-radius:999px; color:#fff; background:var(--red-550); box-shadow:0 7px 20px rgba(4,19,33,.18); font-size:.72rem; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.product-content { display:flex; flex:1; flex-direction:column; padding:23px; }
.product-meta { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:13px; }
.product-meta span { color:var(--blue-650); font-size:.72rem; letter-spacing:.09em; text-transform:uppercase; font-weight:900; }
.product-meta strong { color:var(--navy-950); font-size:1.12rem; }
.product-content h3 { margin-bottom:11px; font-size:1.28rem; }
.product-content p { flex:1; margin-top:0; color:var(--muted); font-size:.92rem; }
.product-link { display:inline-flex; align-items:center; gap:9px; margin-top:8px; color:var(--navy-900); text-decoration:none; font-weight:850; }
.product-link span { color:var(--red-550); }
.no-results { padding:70px 25px; text-align:center; border:1px dashed var(--line); border-radius:var(--radius-lg); background:var(--soft); }
.customisation-grid { display:grid; grid-template-columns:1fr auto; gap:55px; align-items:center; }
.customisation-grid h2 { margin-bottom:14px; }
.customisation-grid p:not(.eyebrow) { max-width:760px; color:var(--muted); }
.customisation-actions { display:grid; gap:10px; }

/* Legal */
.legal-page { min-height:70vh; padding:85px 0; background:var(--soft); }
.legal-card { max-width:900px; padding:50px; border:1px solid var(--line); border-radius:var(--radius-xl); background:#fff; box-shadow:var(--shadow-sm); }
.legal-card h1 { font-size:clamp(2.6rem,5vw,4.4rem); }
.legal-card h2 { margin-top:38px; font-size:1.55rem; letter-spacing:-.02em; }
.legal-card p { color:var(--muted); }
.compact-footer { padding-top:25px; }
.simple-nav { display:flex!important; }

@media (max-width: 1060px) {
  .site-nav { gap:16px; }
  .site-nav a { font-size:.85rem; }
  .hero-grid,.shop-hero-grid { gap:42px; }
  .services-grid,.products-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column:2/4; }
}

@media (max-width: 900px) {
  .utility-inner > span { display:none; }
  .utility-inner { justify-content:center; }
  .menu-button { display:block; }
  .site-nav:not(.simple-nav) { position:absolute; left:20px; right:20px; top:73px; display:none; align-items:stretch; flex-direction:column; gap:0; padding:12px; border:1px solid var(--line); border-radius:16px; background:#fff; box-shadow:var(--shadow); }
  .site-nav.open { display:flex; }
  .site-nav:not(.simple-nav) a { padding:13px 14px; border-radius:10px; }
  .site-nav:not(.simple-nav) .nav-cta { margin-top:6px; text-align:center; }
  .hero-grid,.shop-hero-grid,.results-grid,.about-grid,.areas-grid,.faq-layout,.contact-grid,.resource-showcase,.split-heading { grid-template-columns:1fr; }
  .hero { padding-top:72px; }
  .hero-visual { min-height:450px; max-width:610px; width:100%; margin-inline:auto; }
  .proof-grid,.shop-trust-grid { grid-template-columns:repeat(2,1fr); }
  .proof-grid div:nth-child(2),.shop-trust-grid div:nth-child(2) { border-right:0; }
  .proof-grid div:nth-child(-n+2),.shop-trust-grid div:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.11); }
  .risk-grid { grid-template-columns:1fr; }
  .section-heading { margin-bottom:38px; }
  .about-profile { grid-template-columns:100px 1fr; }
  .resource-showcase { padding:45px; }
  .resource-visual { min-height:320px; }
  .faq-layout .section-heading,.contact-copy { position:static; }
  .catalogue-heading { grid-template-columns:1fr; gap:20px; }
  .customisation-grid { grid-template-columns:1fr; }
  .customisation-actions { display:flex; flex-wrap:wrap; }
  .shop-hero-collage { max-width:650px; width:100%; margin-inline:auto; }
}

@media (max-width: 680px) {
  .container { width:min(calc(100% - 28px),var(--container)); }
  .utility-inner div { width:100%; justify-content:center; gap:13px; font-size:.69rem; }
  .utility-inner a:last-child { display:none; }
  .header-inner { min-height:72px; }
  .brand img { width:52px; height:52px; }
  .brand strong { font-size:.88rem; }
  .brand small { font-size:.64rem; }
  .simple-nav a:not(.nav-cta) { display:none; }
  h1 { font-size:clamp(2.65rem,13vw,4rem); }
  h2 { font-size:clamp(2.05rem,10vw,3.2rem); }
  .hero { padding:62px 0 62px; }
  .hero-actions,.resource-actions,.customisation-actions { display:grid; }
  .button { width:100%; }
  .trust-list { display:grid; gap:9px; }
  .hero-visual { min-height:410px; }
  .hero-brand-card { inset:30px 10px 50px; padding:38px 25px; }
  .hero-brand-card img { width:180px; height:180px; }
  .hero-mini-card { min-width:220px; max-width:82%; }
  .hero-mini-one { left:-4px; }
  .hero-mini-two { right:-4px; }
  .proof-grid,.shop-trust-grid { grid-template-columns:1fr; }
  .proof-grid div,.shop-trust-grid div { min-height:90px; border-right:0; border-bottom:1px solid rgba(255,255,255,.11)!important; }
  .proof-grid div:last-child,.shop-trust-grid div:last-child { border-bottom:0!important; }
  .section { padding:78px 0; }
  .services-grid,.products-grid { grid-template-columns:1fr; }
  .service-card { min-height:auto; }
  .case-study,.approach-card,.contact-form,.legal-card { padding:28px; }
  .about-profile { grid-template-columns:1fr; padding:28px; }
  .profile-mark { width:100px; }
  .resource-showcase { padding:34px 25px; }
  .resource-visual { min-height:245px; }
  .resource-visual img { width:150px; height:200px; border-width:5px; }
  .resource-visual img:nth-child(1){ left:0; }
  .resource-visual img:nth-child(2){ left:28%; }
  .resource-visual img:nth-child(3){ right:0; }
  .form-row.two-column { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; gap:36px; }
  .footer-grid > div:last-child { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
  .mobile-call { position:fixed; z-index:90; left:14px; right:14px; bottom:14px; display:flex; justify-content:center; padding:13px 18px; border-radius:999px; color:#fff; background:var(--red-550); box-shadow:0 14px 34px rgba(4,19,33,.25); text-decoration:none; font-weight:900; }
  .site-footer { padding-bottom:90px; }
  .shop-hero { padding:65px 0; }
  .shop-hero-collage { min-height:300px; }
  .shop-hero-collage img { width:165px; height:220px; border-width:5px; }
  .shop-hero-collage img:nth-child(1){ left:0; top:45px; }
  .shop-hero-collage img:nth-child(2){ left:27%; }
  .shop-hero-collage img:nth-child(3){ right:0; top:55px; }
  .filter-bar { display:grid; grid-template-columns:1fr 1fr; }
  .filter-button { text-align:center; }
  .product-image { height:260px; }
}

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