@font-face {
    font-family: "InterVariable";
    src: url("./fonts/InterVariable.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "InterVariable";
    src: url("./fonts/InterVariable-Italic.woff2") format("woff2");
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --navy-950: #061533;
    --navy-900: #0b2454;
    --navy-800: #123875;
    --royal: #1d4ed8;
    --royal-bright: #2563eb;
    --blue-soft: #eaf1ff;
    --gold: #f6b51b;
    --gold-soft: #fff3cf;
    --crimson: #b5121b;
    --ink: #111827;
    --muted: #64748b;
    --line: #e2e8f0;
    --surface: #f7f9fd;
    --white: #fff;
    --success: #159447;
    --font: "InterVariable", Inter, "Segoe UI", system-ui, sans-serif;
    --container: 1180px;
    --radius-lg: 28px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --shadow: 0 18px 55px rgba(8, 28, 69, .10);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
    margin: 0; color: var(--ink); background: #fff; font-family: var(--font); font-optical-sizing: auto;
    font-feature-settings: "cv02", "cv03", "cv04", "cv11"; -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
.site-container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section-space { padding: 104px 0; }

.utility-bar { position: relative; z-index: 60; color: rgba(255,255,255,.72); background: var(--navy-950); font-size: 11px; }
.utility-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner > div { display: flex; align-items: center; gap: 10px; }
.utility-inner a { color: white; font-weight: 650; }
.utility-inner a:hover { color: #bfdbfe; }
.utility-separator { color: rgba(255,255,255,.25); }
.public-header {
    position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(15,42,86,.08);
    background: rgba(255,255,255,.94); backdrop-filter: blur(18px); transition: box-shadow .2s;
}
.public-header.is-scrolled { box-shadow: 0 10px 30px rgba(8,28,69,.08); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 34px; }
.public-brand { display: inline-flex; align-items: center; gap: 11px; }
.public-brand img { width: 50px; height: 50px; flex: 0 0 auto; border-radius: 50%; object-fit: cover; box-shadow: 0 5px 18px rgba(11,36,84,.16); }
.public-brand > span { display: flex; flex-direction: column; }
.public-brand strong { color: var(--navy-900); font-size: 17px; font-weight: 850; letter-spacing: -.55px; }
.public-brand small { margin-top: 3px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: 1.15px; text-transform: uppercase; }
.public-navigation { margin-left: auto; display: flex; align-items: center; gap: 7px; }
.public-navigation a { position: relative; padding: 11px 13px; color: #526076; font-size: 13px; font-weight: 650; }
.public-navigation a::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 5px; height: 2px; border-radius: 3px; background: var(--royal); transform: scaleX(0); transition: .2s; }
.public-navigation a:hover, .public-navigation a.active { color: var(--royal); }
.public-navigation a.active::after { transform: scaleX(1); }
.header-enquiry { min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; gap: 8px; border-radius: 11px; color: white; background: var(--royal); font-size: 12px; font-weight: 750; box-shadow: 0 7px 19px rgba(29,78,216,.2); }
.header-enquiry:hover { background: var(--royal-bright); }
.menu-toggle { display: none; }

.section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--royal); font-size: 10px; font-weight: 850; letter-spacing: 1.55px; }
.section-kicker i { width: 22px; height: 2px; display: inline-block; background: currentColor; }
.section-kicker.light { color: #bfdbfe; }
.button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 12px; cursor: pointer; font-size: 13px; font-weight: 780; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--royal); box-shadow: 0 10px 23px rgba(29,78,216,.22); }
.button-primary:hover { background: var(--royal-bright); box-shadow: 0 13px 28px rgba(29,78,216,.27); }
.button-gold { color: var(--navy-950); background: var(--gold); box-shadow: 0 10px 24px rgba(246,181,27,.2); }
.button-gold:hover { background: #ffc437; }
.button-white { color: var(--navy-900); background: white; }
.button-ghost-light { color: white; border: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.06); }
.button-ghost-light:hover { background: rgba(255,255,255,.12); }
.button-whatsapp { color: white; background: #159447; }
.text-arrow { color: var(--royal); font-size: 13px; font-weight: 750; white-space: nowrap; }
.text-arrow span { margin-left: 5px; }

.hero-section { position: relative; min-height: 650px; overflow: hidden; color: white; background: radial-gradient(circle at 78% 12%, rgba(37,99,235,.38), transparent 29%), linear-gradient(125deg, #061533 0%, #0b2454 57%, #153c8d 100%); }
.hero-section::before { content: ""; position: absolute; inset: auto 0 0; height: 155px; background: linear-gradient(transparent, rgba(4,16,42,.32)); }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.orbit-one { width: 580px; height: 580px; right: -170px; top: -180px; box-shadow: 0 0 0 70px rgba(255,255,255,.02), 0 0 0 140px rgba(255,255,255,.015); }
.orbit-two { width: 220px; height: 220px; left: 44%; bottom: -140px; }
.hero-grid { position: relative; z-index: 2; min-height: 650px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 62px; align-items: center; }
.hero-copy { padding: 55px 0; }
.hero-copy h1 { margin: 18px 0 22px; font-size: clamp(51px, 5.5vw, 76px); line-height: .98; letter-spacing: -4px; font-weight: 830; }
.hero-copy h1 span { color: var(--gold); }
.hero-copy > p { max-width: 590px; margin: 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.72; }
.hero-actions { margin-top: 29px; display: flex; gap: 11px; }
.hero-trust { margin-top: 43px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.11); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hero-trust div { display: flex; flex-direction: column; }
.hero-trust strong { font-size: 11px; }
.hero-trust span { margin-top: 4px; color: rgba(255,255,255,.46); font-size: 10px; }
.hero-showcase { position: relative; height: 520px; }
.showcase-glow { position: absolute; width: 390px; height: 390px; left: 35px; top: 60px; border-radius: 50%; background: radial-gradient(circle, rgba(246,181,27,.23), rgba(37,99,235,.09) 52%, transparent 70%); filter: blur(3px); }
.showcase-card { position: absolute; overflow: hidden; background: white; box-shadow: 0 28px 65px rgba(2,12,33,.4); }
.showcase-main { width: 305px; height: 435px; left: 63px; top: 37px; border-radius: 150px 150px 28px 28px; }
.showcase-main > span { position: absolute; z-index: 2; top: 20px; left: 50%; transform: translateX(-50%); padding: 7px 11px; border-radius: 999px; color: var(--navy-900); background: rgba(255,255,255,.9); font-size: 8px; font-weight: 850; letter-spacing: 1px; white-space: nowrap; }
.showcase-main img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.showcase-main strong { position: absolute; left: 18px; right: 18px; bottom: 16px; padding: 13px; border-radius: 13px; color: white; background: rgba(6,21,51,.88); backdrop-filter: blur(8px); font-size: 11px; line-height: 1.4; text-align: center; }
.showcase-small { width: 160px; height: 215px; right: 3px; bottom: 13px; border: 6px solid rgba(255,255,255,.92); border-radius: 85px 85px 22px 22px; transform: rotate(5deg); }
.showcase-small img { width: 100%; height: 100%; object-fit: cover; }
.showcase-small span { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); padding: 5px 8px; border-radius: 999px; color: white; background: var(--crimson); font-size: 7px; font-weight: 850; white-space: nowrap; }
.showcase-badge { position: absolute; z-index: 3; right: 20px; top: 75px; width: 122px; height: 122px; padding: 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; background: rgba(255,255,255,.1); backdrop-filter: blur(9px); text-align: center; }
.showcase-badge b { font-size: 29px; font-weight: 900; letter-spacing: -2px; }
.showcase-badge span { margin-top: 2px; color: #bfdbfe; font-size: 7px; font-weight: 800; line-height: 1.4; letter-spacing: .7px; text-transform: uppercase; }
.showcase-dots { position: absolute; left: 23px; bottom: 32px; display: flex; gap: 5px; }
.showcase-dots i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.showcase-dots i:nth-child(2) { opacity: .55; }.showcase-dots i:nth-child(3) { opacity: .25; }

.category-ribbon { position: relative; z-index: 3; border-bottom: 1px solid var(--line); background: white; box-shadow: 0 16px 40px rgba(8,28,69,.05); }
.category-ribbon-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.category-ribbon-grid > a { min-height: 112px; padding: 22px 19px; display: grid; grid-template-columns: 42px 1fr 18px; gap: 12px; align-items: center; border-right: 1px solid var(--line); }
.category-ribbon-grid > a:first-child { border-left: 1px solid var(--line); }
.category-ribbon-grid > a:hover { background: #f8fbff; }
.category-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--royal); background: var(--blue-soft); font-size: 16px; font-weight: 850; }
.category-ribbon-grid div { display: flex; flex-direction: column; }
.category-ribbon-grid strong { font-size: 13px; }
.category-ribbon-grid small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.category-ribbon-grid b { color: #9aabc2; font-size: 16px; }

.section-heading h2 { margin: 12px 0 0; color: var(--navy-900); font-size: clamp(35px, 4vw, 51px); line-height: 1.04; letter-spacing: -2.3px; }
.split-heading { display: grid; grid-template-columns: 1fr 410px; gap: 65px; align-items: end; }
.split-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.offering-section { background: #f8fafc; }
.offering-grid { margin-top: 48px; display: grid; grid-template-columns: 1fr 1fr 1.08fr; grid-template-rows: 255px 215px; gap: 15px; }
.offering-card { position: relative; padding: 27px; overflow: hidden; border-radius: 22px; display: flex; flex-direction: column; align-items: flex-start; }
.offering-card h3 { margin: auto 0 9px; font-size: 23px; letter-spacing: -.8px; }
.offering-card p { margin: 0; max-width: 360px; font-size: 12px; line-height: 1.6; opacity: .72; }
.offering-card a { margin-top: 14px; font-size: 11px; font-weight: 800; }
.offering-number { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; font-weight: 800; opacity: .7; }
.dark-card { color: white; background: var(--navy-900); }
.blue-card { color: white; background: var(--royal); }
.gold-card { color: var(--navy-950); background: var(--gold); grid-column: 1 / 3; }
.image-card { grid-row: span 2; padding: 0; color: white; background: var(--navy-950); }
.image-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .58; }
.image-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 15%, rgba(6,21,51,.92) 82%); }
.image-card > div { position: relative; z-index: 2; height: 100%; padding: 27px; display: flex; flex-direction: column; align-items: flex-start; }
.image-card h3 { margin-top: auto; }

.products-section { background: white; }
.catalogue-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.product-grid { margin-top: 45px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.product-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: white; transition: transform .2s, box-shadow .2s, border-color .2s; }
.product-card:hover { transform: translateY(-5px); border-color: #c6d5f0; box-shadow: var(--shadow); }
.product-media { position: relative; height: 255px; overflow: hidden; display: block; background: #f1f5f9; }
.product-media img { width: 100%; height: 100%; display: block; transition: transform .35s ease; }
.photo-media img { object-fit: cover; object-position: center; }
.brochure-media img { object-fit: cover; object-position: center 76%; }
.product-card:hover .product-media img { transform: scale(1.035); }
.product-tag { position: absolute; top: 13px; left: 13px; padding: 7px 9px; border-radius: 8px; color: var(--navy-900); background: rgba(255,255,255,.92); box-shadow: 0 5px 16px rgba(8,28,69,.09); font-size: 9px; font-weight: 800; }
.product-card-body { padding: 19px 19px 15px; }
.product-category, .product-detail-category { color: var(--royal); font-size: 9px; font-weight: 850; letter-spacing: 1.1px; text-transform: uppercase; }
.product-card h3 { margin: 7px 0 8px; color: var(--navy-900); font-size: 18px; letter-spacing: -.55px; }
.product-card h3 a:hover { color: var(--royal); }
.product-card p { min-height: 42px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.product-card-meta { margin-top: 14px; display: flex; justify-content: space-between; gap: 12px; color: #8794a7; font-size: 9px; }
.product-card-actions { margin-top: auto; padding: 12px 13px; display: grid; grid-template-columns: 88px 1fr; gap: 8px; border-top: 1px solid var(--line); background: #fbfcfe; }
.product-card-actions a { min-height: 39px; display: flex; align-items: center; justify-content: center; border-radius: 9px; font-size: 10px; font-weight: 800; }
.product-view { color: var(--navy-900); border: 1px solid var(--line); background: white; }
.product-enquire { gap: 7px; color: white; background: var(--royal); }
.product-enquire:hover { background: var(--royal-bright); }

.story-section { padding-top: 90px; background: #f7f9fd; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 74px; align-items: center; }
.story-image { position: relative; padding: 17px; border-radius: 28px; background: white; box-shadow: var(--shadow); transform: rotate(-1.5deg); }
.story-image::before { content: ""; position: absolute; width: 95px; height: 95px; right: -24px; top: -28px; border: 14px solid var(--gold); border-radius: 50%; opacity: .28; }
.story-image img { position: relative; z-index: 2; display: block; width: 100%; border-radius: 17px; }
.story-copy h2 { margin: 13px 0 18px; color: var(--navy-900); font-size: 47px; line-height: 1.05; letter-spacing: -2px; }
.story-copy > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.story-points { margin: 25px 0 27px; display: grid; gap: 12px; }
.story-points > div { display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: start; }
.story-points > div > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; color: var(--royal); background: var(--blue-soft); font-size: 11px; font-weight: 900; }
.story-points p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.story-points strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 12px; }

.brochure-section { padding: 75px 0; color: white; background: linear-gradient(110deg, #123875, #081a4b); }
.brochure-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; align-items: center; }
.brochure-inner h2 { margin: 10px 0 9px; font-size: 35px; letter-spacing: -1.3px; }
.brochure-inner p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; }
.brochure-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.brochure-links a { min-height: 85px; padding: 13px; display: grid; grid-template-columns: 44px 1fr 18px; gap: 12px; align-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(255,255,255,.07); }
.brochure-links a:hover { background: rgba(255,255,255,.12); }
.brochure-links a > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; color: var(--navy-950); background: var(--gold); font-size: 11px; font-weight: 900; }
.brochure-links div { display: flex; min-width: 0; flex-direction: column; }
.brochure-links strong { font-size: 11px; }
.brochure-links small { margin-top: 4px; color: rgba(255,255,255,.52); font-size: 9px; }
.brochure-links b { font-size: 15px; }

.closing-cta { margin-block: 85px; padding: 42px 48px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-radius: 25px; color: white; background: linear-gradient(110deg, var(--royal), #123875); box-shadow: 0 24px 55px rgba(29,78,216,.2); }
.closing-cta h2 { margin: 10px 0 8px; font-size: 35px; letter-spacing: -1.4px; }
.closing-cta p { max-width: 650px; margin: 0; color: rgba(255,255,255,.65); font-size: 12px; }
.closing-actions { display: flex; gap: 9px; white-space: nowrap; }

.public-footer { color: rgba(255,255,255,.68); background: var(--navy-950); }
.footer-grid { padding-block: 65px 48px; display: grid; grid-template-columns: 1.55fr .7fr .8fr 1fr; gap: 55px; }
.footer-logo strong { color: white; }
.footer-logo small { color: #93c5fd; }
.footer-brand > p { max-width: 370px; margin: 20px 0 17px; font-size: 11px; line-height: 1.7; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 6px; }
.footer-badges span { padding: 6px 8px; border: 1px solid rgba(255,255,255,.1); border-radius: 7px; color: rgba(255,255,255,.55); font-size: 8px; }
.footer-links, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid h3 { margin: 2px 0 10px; color: white; font-size: 11px; letter-spacing: .7px; text-transform: uppercase; }
.footer-links a, .footer-contact a { font-size: 10px; line-height: 1.4; }
.footer-links a:hover, .footer-contact a:hover { color: white; }
.footer-contact a { display: flex; flex-direction: column; }
.footer-contact a span { margin-bottom: 3px; color: #93c5fd; font-size: 8px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.footer-bottom { min-height: 55px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.35); font-size: 8px; }
.footer-bottom a:hover { color: white; }
.footer-developer { color: rgba(255,255,255,.55); white-space: nowrap; }
.footer-developer strong { color: #93c5fd; font-weight: 800; }
.whatsapp-float { position: fixed; z-index: 70; right: 20px; bottom: 20px; min-height: 52px; padding: 6px 14px 6px 6px; display: flex; align-items: center; gap: 9px; border-radius: 999px; color: white; background: #159447; box-shadow: 0 13px 32px rgba(21,148,71,.28); transition: transform .18s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.wa-icon { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(255,255,255,.12); font-size: 11px; font-weight: 900; }
.wa-label { font-size: 11px; font-weight: 800; }

/* Inner pages */
.inner-hero { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 80% 10%, rgba(37,99,235,.35), transparent 30%), linear-gradient(120deg, #061533, #123875); }
.inner-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -165px; top: -235px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.02), 0 0 0 130px rgba(255,255,255,.015); }
.inner-hero-grid { position: relative; z-index: 2; min-height: 360px; display: grid; grid-template-columns: 1fr 330px; gap: 70px; align-items: center; }
.inner-hero h1 { margin: 15px 0 17px; font-size: clamp(43px, 5vw, 62px); line-height: 1.01; letter-spacing: -3px; }
.inner-hero h1 span { color: var(--gold); }
.inner-hero p { max-width: 640px; margin: 0; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.7; }
.inner-hero-stat { width: 235px; height: 235px; margin-left: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: rgba(255,255,255,.07); text-align: center; }
.inner-hero-stat strong { color: var(--gold); font-size: 55px; letter-spacing: -3px; }
.inner-hero-stat span { margin-top: 5px; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.5; }

.catalogue-shell { padding-block: 55px 75px; }
.catalogue-toolbar { position: sticky; z-index: 10; top: 77px; padding: 13px; display: flex; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: 0 10px 30px rgba(8,28,69,.06); backdrop-filter: blur(14px); }
.catalogue-search { width: 330px; height: 45px; padding: 0 13px; display: flex; align-items: center; gap: 9px; border: 1px solid #d9e2ef; border-radius: 11px; background: #f8fafc; }
.catalogue-search > span { color: #8390a4; font-size: 21px; transform: rotate(-15deg); }
.catalogue-search input { width: 100%; height: 100%; padding: 0; border: 0; outline: 0; background: transparent; font-size: 11px; }
.category-filters { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.category-filters::-webkit-scrollbar { display: none; }
.category-filters button { min-height: 40px; padding: 0 13px; border: 0; border-radius: 9px; color: #5f6d82; background: transparent; cursor: pointer; font-size: 10px; font-weight: 750; white-space: nowrap; }
.category-filters button:hover, .category-filters button.active { color: white; background: var(--royal); }
.catalogue-results-bar { padding: 18px 2px 0; display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; }
.catalogue-results-bar strong { color: var(--ink); }
.catalogue-product-grid { grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 23px; }
.catalogue-product-grid .product-media { height: 215px; }
.catalogue-product-grid .product-card h3 { font-size: 16px; }
.catalogue-empty { min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.catalogue-empty > span { font-size: 40px; }
.catalogue-empty h2 { margin: 7px 0; color: var(--navy-900); }
.catalogue-empty p { margin: 0 0 18px; color: var(--muted); font-size: 12px; }
.catalogue-note { margin-bottom: 80px; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border: 1px solid #cfe0fb; border-radius: 15px; background: #f1f6ff; }
.catalogue-note > div { display: flex; gap: 12px; align-items: center; }
.catalogue-note > div > span { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--royal); font-size: 10px; font-weight: 800; }
.catalogue-note p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.catalogue-note strong { color: var(--navy-900); }
.catalogue-note > a { color: var(--royal); font-size: 10px; font-weight: 800; white-space: nowrap; }

.product-detail-section { padding: 65px 0 78px; background: #f8fafc; }
.product-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.product-detail-media { position: relative; min-height: 590px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow); }
.product-detail-media img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; }
.photo-detail img { object-fit: contain; }
.brochure-detail img { object-fit: cover; object-position: center; }
.product-detail-media > span { position: absolute; left: 20px; top: 20px; padding: 8px 11px; border-radius: 9px; color: var(--navy-900); background: white; box-shadow: 0 8px 20px rgba(8,28,69,.11); font-size: 10px; font-weight: 800; }
.breadcrumbs { display: flex; align-items: center; gap: 8px; color: #8c98aa; font-size: 9px; }
.breadcrumbs a:hover { color: var(--royal); }
.breadcrumbs b { max-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #4d5b70; }
.product-detail-category { display: block; margin-top: 28px; }
.product-detail-copy h1 { margin: 10px 0 16px; color: var(--navy-900); font-size: 50px; line-height: 1.02; letter-spacing: -2.5px; }
.product-lead { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.product-pack { margin-top: 22px; padding: 15px 17px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 12px; background: white; }
.product-pack span { color: var(--muted); font-size: 10px; }.product-pack strong { color: var(--navy-900); font-size: 12px; }
.product-benefits { margin-top: 24px; }
.product-benefits h2 { margin: 0 0 12px; color: var(--navy-900); font-size: 15px; }
.product-benefits > div { min-height: 36px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); color: #536076; font-size: 11px; }
.product-benefits > div > span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 6px; color: var(--royal); background: var(--blue-soft); font-size: 8px; font-weight: 900; }
.product-detail-actions { margin-top: 25px; display: flex; gap: 9px; }
.product-guidance { margin: 13px 0 0; color: #8b97a8; font-size: 9px; line-height: 1.5; }
.related-products { background: white; }
.related-products .section-heading h2 { font-size: 37px; }
.not-found-section { min-height: 600px; padding-block: 100px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.not-found-section > span { color: var(--royal); font-size: 18px; font-weight: 900; letter-spacing: 2px; }
.not-found-section h1 { margin: 8px 0; color: var(--navy-900); font-size: 45px; }
.not-found-section p { margin: 0 0 20px; color: var(--muted); }

.about-hero-mark { width: 245px; height: 245px; margin-left: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: rgba(255,255,255,.07); }
.about-hero-mark img { width: 115px; height: 115px; border: 5px solid white; border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.about-hero-mark span { margin-top: 13px; color: #bfdbfe; font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.about-intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.about-intro-image { padding: 14px; border: 1px solid var(--line); border-radius: 25px; background: white; box-shadow: var(--shadow); }
.about-intro-image img { display: block; width: 100%; border-radius: 16px; }
.about-intro-copy h2 { margin: 13px 0 19px; color: var(--navy-900); font-size: 45px; line-height: 1.04; letter-spacing: -2px; }
.about-intro-copy > p { margin: 0 0 14px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.about-names { margin-top: 22px; padding: 16px 17px; display: grid; grid-template-columns: auto 1fr; gap: 5px 18px; border-left: 3px solid var(--gold); background: var(--surface); }
.about-names span { color: var(--muted); font-size: 8px; font-weight: 750; text-transform: uppercase; letter-spacing: .8px; }
.about-names strong { color: var(--navy-900); font-size: 12px; }
.values-section { padding: 95px 0; background: #f7f9fd; }
.centered-heading { text-align: center; }
.centered-heading .section-kicker { justify-content: center; }
.values-grid { margin-top: 43px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.values-grid article { min-height: 220px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.values-grid article > span { color: var(--royal); font-size: 10px; font-weight: 850; }
.values-grid h3 { margin: 60px 0 9px; color: var(--navy-900); font-size: 19px; }
.values-grid p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.service-area-section { padding: 80px 0; color: white; background: linear-gradient(120deg, #0b2454, #123875); }
.service-area-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.service-area-grid h2 { margin: 12px 0 13px; font-size: 42px; line-height: 1.05; letter-spacing: -1.8px; }
.service-area-grid p { margin: 0 0 23px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.65; }
.serve-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.serve-list span { min-height: 48px; padding: 0 15px; display: flex; align-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; background: rgba(255,255,255,.06); font-size: 11px; font-weight: 700; }
.serve-list span::before { content: "✓"; width: 21px; height: 21px; margin-right: 9px; display: grid; place-items: center; border-radius: 6px; color: var(--navy-950); background: var(--gold); font-size: 8px; font-weight: 900; }

.contact-hero-card { width: 310px; margin-left: auto; padding: 25px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.07); }
.contact-hero-card > span { color: var(--gold); font-size: 9px; font-weight: 850; letter-spacing: 1.2px; }
.contact-hero-card a { margin-top: 11px; font-size: 21px; font-weight: 800; letter-spacing: -.6px; }
.contact-hero-card small { margin-top: 15px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.5; }
.contact-cards { position: relative; z-index: 3; margin-top: -34px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); overflow: hidden; }
.contact-cards > a { min-height: 128px; padding: 22px; display: grid; grid-template-columns: 42px 1fr 18px; gap: 13px; align-items: center; border-right: 1px solid var(--line); }
.contact-cards > a:last-child { border-right: 0; }
.contact-cards > a:hover { background: #f8fbff; }
.contact-card-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--royal); background: var(--blue-soft); font-size: 10px; font-weight: 850; }
.contact-card-icon.wa { color: white; background: var(--success); }
.contact-cards > a > div { display: flex; min-width: 0; flex-direction: column; }
.contact-cards small { color: #8a96a8; font-size: 8px; font-weight: 850; letter-spacing: .9px; }
.contact-cards strong { margin-top: 5px; overflow: hidden; text-overflow: ellipsis; color: var(--navy-900); font-size: 12px; white-space: nowrap; }
.contact-cards p { margin: 4px 0 0; color: var(--muted); font-size: 9px; }
.contact-cards b { color: #9aa8bb; }
.contact-main-section { padding-top: 75px; }
.contact-main-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 20px; align-items: stretch; }
.enquiry-panel { padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 15px 45px rgba(8,28,69,.06); }
.enquiry-panel h2 { margin: 12px 0 9px; color: var(--navy-900); font-size: 35px; line-height: 1.08; letter-spacing: -1.4px; }
.enquiry-panel > p { margin: 0 0 25px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.public-enquiry-form { display: grid; gap: 14px; }
.public-enquiry-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.public-enquiry-form label { display: flex; min-width: 0; flex-direction: column; gap: 7px; color: #58667b; font-size: 10px; font-weight: 700; }
.public-enquiry-form input, .public-enquiry-form select, .public-enquiry-form textarea { width: 100%; min-height: 45px; padding: 0 12px; border: 1px solid #d8e1ed; border-radius: 10px; outline: 0; color: var(--ink); background: #fff; font-size: 11px; font-weight: 450; }
.public-enquiry-form textarea { padding: 11px 12px; resize: vertical; line-height: 1.5; }
.public-enquiry-form input:focus, .public-enquiry-form select:focus, .public-enquiry-form textarea:focus { border-color: #60a5fa; box-shadow: 0 0 0 3px rgba(37,99,235,.1); }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.form-submit { width: 100%; margin-top: 2px; }
.site-alert { margin-bottom: 17px; padding: 12px; display: flex; align-items: center; gap: 9px; border-radius: 10px; font-size: 10px; line-height: 1.4; }
.site-alert > span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 7px; font-weight: 900; }
.site-alert.success { color: #08783a; background: #e8f8ee; }.site-alert.success > span { color: white; background: #159447; }
.site-alert.error { color: #a2161e; background: #fff0f1; }.site-alert.error > span { color: white; background: var(--crimson); }
.visit-panel { min-height: 670px; overflow: hidden; display: grid; grid-template-rows: auto 1fr; border-radius: 24px; color: white; background: var(--navy-900); }
.visit-copy { padding: 37px; }
.visit-copy h2 { margin: 11px 0 12px; font-size: 39px; line-height: 1.02; letter-spacing: -1.8px; }
.visit-copy h2 span { color: var(--gold); }
.visit-copy p { margin: 0 0 20px; color: rgba(255,255,255,.58); font-size: 11px; }
.visit-panel iframe { width: 100%; height: 100%; min-height: 355px; border: 0; filter: saturate(.8) contrast(1.05); }
.contact-email-strip { margin-bottom: 80px; padding: 17px 20px; display: flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid var(--line); border-radius: 13px; color: var(--muted); background: #f8fafc; font-size: 10px; }
.contact-email-strip > span { color: var(--navy-900); font-weight: 800; }.contact-email-strip a:hover { color: var(--royal); }.contact-email-strip i { width: 4px; height: 4px; border-radius: 50%; background: #a7b3c3; }

@media (max-width: 1080px) {
    .hero-grid { gap: 25px; }
    .showcase-main { left: 20px; }
    .showcase-small { right: 0; }
    .showcase-badge { right: 0; }
    .catalogue-product-grid { grid-template-columns: repeat(3, 1fr); }
    .footer-grid { grid-template-columns: 1.3fr .7fr .8fr; }
    .footer-contact { grid-column: span 3; display: grid; grid-template-columns: repeat(4, 1fr); }
    .footer-contact h3 { grid-column: span 4; }
}

@media (max-width: 900px) {
    .utility-inner > span { display: none; }
    .utility-inner { justify-content: center; }
    .public-navigation {
        position: fixed; inset: 111px 14px auto; z-index: 90; margin: 0; padding: 12px; display: flex; align-items: stretch; flex-direction: column;
        border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 18px 55px rgba(8,28,69,.18);
        opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s;
    }
    .public-navigation.open { opacity: 1; visibility: visible; transform: translateY(0); }
    .public-navigation a { padding: 13px 14px; border-radius: 10px; }
    .public-navigation a.active { color: white; background: var(--royal); }
    .public-navigation a::after { display: none; }
    .menu-toggle { margin-left: auto; width: 45px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; display: grid; grid-template-columns: 1fr; gap: 3px; background: white; cursor: pointer; }
    .menu-toggle span { width: 18px; height: 2px; margin-inline: auto; border-radius: 3px; background: var(--navy-900); }
    .menu-toggle b { display: none; }
    .header-enquiry { display: none; }
    .hero-grid { grid-template-columns: 1fr 370px; }
    .hero-copy h1 { font-size: 50px; }
    .hero-showcase { height: 485px; transform: scale(.9); transform-origin: right center; }
    .hero-trust { grid-template-columns: 1fr; gap: 9px; }
    .hero-trust div { display: grid; grid-template-columns: 145px 1fr; }
    .hero-trust span { margin: 0; }
    .category-ribbon-grid { grid-template-columns: repeat(2, 1fr); }
    .category-ribbon-grid > a:nth-child(2) { border-right: 0; }.category-ribbon-grid > a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .split-heading { grid-template-columns: 1fr; gap: 20px; }
    .offering-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .offering-card { min-height: 240px; }
    .image-card { grid-row: span 2; }
    .gold-card { grid-column: 1 / -1; }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .story-grid, .about-intro-grid { grid-template-columns: 1fr; }
    .story-image { max-width: 660px; margin: auto; }
    .brochure-inner { grid-template-columns: 1fr; gap: 28px; }
    .closing-cta { align-items: flex-start; flex-direction: column; }
    .inner-hero-grid { grid-template-columns: 1fr 240px; }
    .inner-hero-stat, .about-hero-mark { width: 205px; height: 205px; }
    .catalogue-toolbar { align-items: stretch; flex-direction: column; }
    .catalogue-search { width: 100%; }
    .catalogue-product-grid { grid-template-columns: repeat(2, 1fr); }
    .product-detail-grid { grid-template-columns: .9fr 1.1fr; gap: 35px; }
    .product-detail-media { min-height: 520px; }
    .product-detail-copy h1 { font-size: 40px; }
    .values-grid { grid-template-columns: repeat(2, 1fr); }
    .service-area-grid { grid-template-columns: 1fr; gap: 35px; }
    .contact-main-grid { grid-template-columns: 1fr; }
    .contact-cards { grid-template-columns: 1fr; }
    .contact-cards > a { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--line); }
    .contact-cards > a:last-child { border-bottom: 0; }
    .visit-panel { min-height: 600px; }
}

@media (max-width: 700px) {
    .site-container { width: min(100% - 28px, var(--container)); }
    .section-space { padding: 75px 0; }
    .utility-inner { min-height: 32px; }
    .utility-inner > div { width: 100%; justify-content: space-between; }
    .utility-inner a { font-size: 9px; }
    .utility-inner a:last-child, .utility-separator { display: none; }
    .header-inner { min-height: 67px; }
    .public-brand img { width: 43px; height: 43px; }
    .public-brand strong { font-size: 15px; }
    .public-brand small { font-size: 7px; }
    .public-navigation { inset: 103px 10px auto; }
    .hero-section, .hero-grid { min-height: auto; }
    .hero-grid { padding: 68px 0 48px; grid-template-columns: 1fr; }
    .hero-copy { padding: 0; }
    .hero-copy h1 { font-size: clamp(43px, 13vw, 58px); letter-spacing: -2.8px; }
    .hero-copy > p { font-size: 14px; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-trust { margin-top: 30px; }
    .hero-showcase { width: 350px; max-width: 100%; height: 410px; margin: 0 auto; transform: none; }
    .showcase-main { width: 245px; height: 365px; left: 10px; top: 10px; }
    .showcase-small { width: 125px; height: 175px; right: 0; }
    .showcase-badge { width: 95px; height: 95px; right: 0; top: 45px; }
    .showcase-badge b { font-size: 23px; }
    .category-ribbon-grid { grid-template-columns: 1fr; }
    .category-ribbon-grid > a { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--line); }
    .category-ribbon-grid > a:first-child { border-left: 0; }
    .section-heading h2, .story-copy h2 { font-size: 37px; letter-spacing: -1.5px; }
    .offering-grid { grid-template-columns: 1fr; }
    .offering-card, .image-card { min-height: 235px; grid-row: auto; }
    .image-card { min-height: 390px; }
    .gold-card { grid-column: auto; }
    .catalogue-heading { align-items: flex-start; flex-direction: column; }
    .product-grid { grid-template-columns: 1fr; }
    .product-media, .catalogue-product-grid .product-media { height: 290px; }
    .product-card p { min-height: 0; }
    .story-grid { gap: 45px; }
    .brochure-links { grid-template-columns: 1fr; }
    .closing-cta { margin-block: 55px; padding: 32px 25px; }
    .closing-cta h2 { font-size: 30px; }
    .closing-actions { width: 100%; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
    .footer-brand { grid-column: span 2; }
    .footer-contact { grid-column: span 2; display: flex; }
    .footer-contact h3 { grid-column: auto; }
    .footer-bottom { padding-block: 16px; align-items: flex-start; flex-direction: column; gap: 7px; }
    .whatsapp-float { right: 13px; bottom: 13px; padding-right: 6px; }
    .wa-label { display: none; }
    .inner-hero-grid { min-height: 410px; padding-block: 55px; grid-template-columns: 1fr; }
    .inner-hero h1 { font-size: 45px; letter-spacing: -2.2px; }
    .inner-hero-stat, .about-hero-mark { width: 150px; height: 150px; margin: 10px 0 0; }
    .inner-hero-stat strong { font-size: 43px; }
    .about-hero-mark img { width: 78px; height: 78px; }
    .catalogue-toolbar { position: static; }
    .category-filters { margin-inline: -4px; padding-bottom: 3px; }
    .catalogue-results-bar { gap: 10px; }
    .catalogue-results-bar span:last-child { text-align: right; }
    .catalogue-product-grid { grid-template-columns: 1fr; }
    .catalogue-note { align-items: flex-start; flex-direction: column; }
    .product-detail-section { padding: 35px 0 55px; }
    .product-detail-grid { grid-template-columns: 1fr; }
    .product-detail-media { min-height: 520px; }
    .product-detail-copy h1 { font-size: 40px; }
    .product-detail-actions { flex-direction: column; }
    .values-grid { grid-template-columns: 1fr; }
    .values-grid article { min-height: 190px; }
    .serve-list { grid-template-columns: 1fr; }
    .contact-hero-card { width: 100%; margin: 0; }
    .contact-cards { margin-top: -20px; }
    .enquiry-panel { padding: 27px 20px; }
    .public-enquiry-form .form-row { grid-template-columns: 1fr; }
    .visit-copy { padding: 27px 22px; }
    .contact-email-strip { align-items: flex-start; flex-direction: column; gap: 9px; }
    .contact-email-strip i { display: none; }
}

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

/* Clear, production-sized typography */
.utility-bar { font-size: 12px; }
.public-brand small { font-size: 9px; }
.header-enquiry { font-size: 13px; }
.section-kicker { font-size: 11px; }
.hero-trust strong { font-size: 13px; }
.hero-trust span { font-size: 12px; }
.offering-card p { font-size: 14px; }
.offering-card a { font-size: 13px; }
.product-category,
.product-detail-category { font-size: 10px; }
.product-card p { font-size: 13px; }
.product-card-meta { font-size: 11px; }
.product-card-actions a { font-size: 12px; }
.story-points p,
.footer-brand > p,
.footer-links a,
.footer-contact a { font-size: 13px; }
.story-points strong { font-size: 14px; }
.brochure-inner p,
.closing-cta p { font-size: 14px; }
.brochure-links strong,
.footer-grid h3 { font-size: 13px; }
.brochure-links small,
.footer-contact a span { font-size: 10px; }
.footer-bottom { font-size: 10px; }
.catalogue-search input,
.category-filters button,
.catalogue-results-bar,
.catalogue-note p,
.catalogue-note > a { font-size: 12px; }
.breadcrumbs { font-size: 11px; }
.product-pack span { font-size: 12px; }
.product-pack strong { font-size: 14px; }
.product-benefits > div { font-size: 13px; }
.product-guidance { font-size: 11px; }
.values-grid p,
.service-area-grid p,
.contact-cards p,
.enquiry-panel > p,
.visit-copy p { font-size: 13px; }
.contact-cards small,
.contact-hero-card > span { font-size: 10px; }
.contact-cards strong { font-size: 14px; }
.contact-hero-card small { font-size: 12px; }
.public-enquiry-form label { font-size: 12px; }
.public-enquiry-form input,
.public-enquiry-form select,
.public-enquiry-form textarea { font-size: 14px; }
.site-alert,
.contact-email-strip { font-size: 13px; }
