:root {
  --navy: #111111;
  --navy-2: #1b1b1b;
  --ink: #171717;
  --orange: #df3b32;
  --orange-light: #ed4b41;
  --cream: #f1e7da;
  --white: #fff;
  --muted: #6f675f;
  --line: #ddd1c4;
  --font-display: "Manrope", sans-serif;
  --font-body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fbfcfc; font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.announcement { height: 35px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--orange); color: white; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.announcement span { opacity: .6; }

.site-header { height: 84px; padding: 0 6vw; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(7,28,43,.08); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-logo { width: 142px; height: 46px; object-fit: cover; object-position: center; }
.brand-byline small { display: block; max-width: 90px; color: var(--muted); font: 800 8px/1.35 var(--font-display); letter-spacing: .16em; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--orange); transition: width .25s; }
.main-nav > a:hover::after { width: 100%; }
.nav-cta { padding: 13px 18px; color: white; background: var(--navy); }
.nav-cta span { color: var(--orange-light); margin-left: 8px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: var(--navy); padding: 12px 10px; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: white; }

.hero { min-height: calc(100vh - 119px); overflow: hidden; position: relative; display: grid; grid-template-columns: 52% 48%; background: var(--cream); color: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0 48% 0 0; background-image: linear-gradient(rgba(0,0,0,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,.035) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, black, transparent); }
.hero-content { z-index: 2; align-self: center; padding: 9vw 3vw 8vw 8vw; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: #a9bbc6; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: var(--orange); }
.hero h1 { margin: 27px 0 27px; font: 800 clamp(46px, 5.2vw, 83px)/1.03 var(--font-display); letter-spacing: -.055em; }
.hero h1 em { color: var(--orange-light); font-style: normal; }
.hero-copy { max-width: 610px; color: #5f5851; font-size: 18px; line-height: 1.7; }
.hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 13px; }
.button { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 25px; padding: 17px 22px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: white; }
.button-primary:hover { background: #dc4e1b; }
.button-ghost { border: 1px solid rgba(0,0,0,.25); color: var(--ink); }
.hero-trust { margin-top: 62px; padding-top: 25px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; border-top: 1px solid rgba(0,0,0,.14); }
.hero-trust strong, .hero-trust span { display: block; }
.hero-trust strong { font: 700 14px var(--font-display); color: var(--ink); }
.hero-trust span { margin-top: 7px; color: #7a7068; font-size: 11px; }

.hero-visual { min-height: 670px; position: relative; background: var(--red, #df3b32); }
.hero-visual::before { content: "FOR CASTING"; position: absolute; right: -20px; top: 70px; color: rgba(255,255,255,.1); font: 800 92px/1 var(--font-display); letter-spacing: -.07em; writing-mode: vertical-rl; }
.hero-product-photo { width: 82%; height: 48%; position: absolute; left: 9%; top: 12%; z-index: 2; object-fit: cover; object-position: center; border: 7px solid white; box-shadow: 0 28px 60px rgba(0,0,0,.28); }
.hero-product-photo.secondary-photo { width: 56%; height: 31%; left: 3%; top: auto; bottom: 7%; z-index: 3; border-width: 5px; }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.orbit-one { width: 580px; height: 580px; right: -80px; top: 50px; }
.orbit-two { width: 390px; height: 390px; right: 55px; top: 145px; }
.visual-label { position: absolute; z-index: 5; display: flex; align-items: center; gap: 9px; padding: 11px 14px; color: #dbe7eb; background: rgba(7,28,43,.78); border: 1px solid rgba(255,255,255,.15); font-size: 11px; font-weight: 600; backdrop-filter: blur(8px); }
.visual-label i { width: 7px; height: 7px; background: #58d6a8; border-radius: 50%; box-shadow: 0 0 0 4px rgba(88,214,168,.12); }
.label-one { left: 5%; top: 29%; }
.label-two { right: 8%; top: 64%; }
.molecule { display: none; }
.molecule::before, .molecule::after, .molecule b { content: ""; position: absolute; width: 8px; height: 8px; background: var(--orange); border-radius: 50%; }
.molecule::before { left: -4px; top: 17px; }.molecule::after { right: -4px; top: 17px; }.molecule b { left: 17px; top: -4px; }
.molecule-a { right: 13%; top: 17%; }.molecule-b { left: 11%; bottom: 15%; transform: scale(.7); animation-delay: -2s; }.molecule-c { right: 5%; bottom: 9%; transform: scale(.45); animation-delay: -3s; }
@keyframes float { 50% { translate: 0 -12px; } }

.marquee { padding: 17px 0; overflow: hidden; white-space: nowrap; color: var(--navy); background: var(--cream); border-bottom: 1px solid #e1ddd3; font: 800 12px var(--font-display); letter-spacing: .16em; }
.marquee div { width: max-content; animation: slide 24s linear infinite; }
.marquee span { margin: 0 36px; color: var(--orange); }
@keyframes slide { to { transform: translateX(-30%); } }

.section { padding: 120px 8vw; }
.section-label { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.section-label.light { color: var(--orange-light); }
.intro { display: grid; grid-template-columns: .65fr 2fr .9fr; gap: 6vw; align-items: start; }
.kicker { margin: 0 0 17px; color: var(--orange); font-weight: 700; }
.intro h2, .products h2, .quality h2, .cta-section h2 { margin: 0; font: 800 clamp(37px, 4.2vw, 65px)/1.1 var(--font-display); letter-spacing: -.045em; }
.intro h2 span, .products h2 span, .quality h2 span, .cta-section h2 span { color: var(--orange); }
.intro-copy > p:last-child, .products-heading > p, .quality-copy > p, .cta-copy > p { max-width: 660px; margin-top: 27px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.intro-card { padding: 28px; background: var(--cream); border-top: 4px solid var(--orange); }
.intro-card svg { width: 50px; fill: none; stroke: var(--orange); stroke-width: 2; }
.intro-card p { margin: 26px 0 0; font: 700 16px/1.6 var(--font-display); }

.founder-story { background: #fbfcfc; }
.story-heading { max-width: 960px; }
.story-heading .section-label { margin-bottom: 46px; }
.story-heading h2 { margin: 0; font: 800 clamp(39px, 4.6vw, 70px)/1.08 var(--font-display); letter-spacing: -.05em; }
.story-heading h2 span { color: var(--orange); }
.story-layout { margin-top: 70px; display: grid; grid-template-columns: .82fr 1.5fr; gap: 8vw; align-items: start; }
.founder-panel { min-height: 450px; padding: 42px; position: relative; color: white; background: var(--navy); overflow: hidden; }
.founder-panel::before { content: ""; position: absolute; width: 300px; height: 300px; right: -125px; top: -110px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.02); }
.founder-monogram { width: 105px; height: 105px; display: grid; place-items: center; position: relative; color: white; background: var(--orange); border-radius: 50%; font: 800 35px var(--font-display); letter-spacing: -.06em; }
.founder-meta { margin-top: 28px; position: relative; }
.founder-meta strong, .founder-meta span { display: block; }
.founder-meta strong { font: 800 23px var(--font-display); }
.founder-meta span { margin-top: 6px; color: #8fa5b1; font-size: 12px; }
.founder-panel blockquote { margin: 75px 0 0; position: relative; color: #d2dde2; font: 600 19px/1.6 var(--font-display); }
.founder-panel blockquote::before { content: "“"; position: absolute; left: -4px; top: -48px; color: var(--orange); font: 800 62px/1 var(--font-display); }
.story-copy { padding-top: 6px; }
.story-copy p { margin: 0 0 22px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.story-copy .story-lead { color: var(--ink); font: 600 21px/1.65 var(--font-display); }
.story-link { margin-top: 18px; display: inline-flex; align-items: center; gap: 30px; color: var(--orange); font-weight: 800; }
.story-milestones { margin-top: 75px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story-milestones div { padding: 31px 28px; border-right: 1px solid var(--line); }
.story-milestones div:first-child { padding-left: 0; }
.story-milestones div:last-child { border-right: 0; }
.story-milestones strong, .story-milestones span { display: block; }
.story-milestones strong { color: var(--orange); font: 800 30px var(--font-display); letter-spacing: -.04em; }
.story-milestones span { margin-top: 8px; color: var(--muted); font-size: 12px; }

.products { color: white; background: var(--navy); }
.products-heading { display: grid; grid-template-columns: 1.3fr 1fr; gap: 6vw; align-items: end; }
.products-heading .section-label { grid-column: 1/-1; }
.products-heading > p { color: #9eafb9; }
.product-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.product-card { min-height: 570px; padding: 0; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.13); transition: background .25s, transform .25s; }
.product-card:hover, .product-card.featured { background: var(--navy-2); transform: translateY(-5px); }
.card-number { position: absolute; z-index: 4; right: 18px; top: 18px; width: 35px; height: 35px; display: grid; place-items: center; color: white; background: var(--orange); font: 700 11px var(--font-display); }
.product-photo { width: 100%; height: 275px; display: block; object-fit: cover; object-position: center; }
.product-photo.portrait-product { object-position: center 68%; }
.product-card-copy { padding: 28px 31px 72px; }
.product-tag { color: var(--orange-light); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.product-icon { width: 75px; height: 75px; margin-top: 52px; display: grid; place-items: center; background: rgba(244,99,45,.1); }
.product-icon svg { width: 43px; fill: none; stroke: var(--orange-light); stroke-width: 2; }
.product-card h3 { margin: 13px 0 13px; font: 700 24px var(--font-display); }
.product-card p { margin: 0; color: #98aab4; line-height: 1.7; }
.product-card a { position: absolute; left: 31px; bottom: 27px; color: var(--orange-light); font-weight: 700; font-size: 13px; }
.product-card a span { margin-left: 12px; }
.product-gallery { margin-top: 45px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-gallery figure { margin: 0; position: relative; overflow: hidden; background: #102f42; }
.product-gallery img { width: 100%; aspect-ratio: 1.5; display: block; object-fit: cover; transition: transform .45s ease; }
.product-gallery figure:hover img { transform: scale(1.035); }
.product-gallery figcaption { padding: 18px 20px; display: flex; justify-content: space-between; align-items: center; }
.product-gallery strong { color: white; font: 800 13px var(--font-display); letter-spacing: .08em; }
.product-gallery span { color: #91a6b1; font-size: 12px; }

.quality { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; background: var(--cream); }
.quality-visual { height: 570px; position: relative; display: grid; place-items: center; background: var(--navy); overflow: hidden; }
.quality-visual::before, .quality-visual::after { content: ""; position: absolute; width: 390px; height: 390px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.quality-visual::after { width: 245px; height: 245px; }
.quality-core { z-index: 2; width: 160px; height: 160px; display: grid; place-content: center; text-align: center; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 20px rgba(244,99,45,.1); }
.quality-core span { font: 800 54px var(--font-display); color: white; letter-spacing: -.08em; }
.quality-core small { color: white; font-weight: 800; font-size: 8px; letter-spacing: .3em; }
.quality-badge { position: absolute; z-index: 4; width: 146px; padding: 18px; display: flex; gap: 12px; align-items: center; color: white; background: #12384d; border-left: 3px solid var(--orange); }
.quality-badge strong { color: var(--orange-light); font: 800 14px var(--font-display); }
.quality-badge span { color: #c7d2d8; font-size: 12px; line-height: 1.45; }
.quality-badge:nth-child(1) { left: 6%; top: 13%; }.quality-badge:nth-child(2) { right: 5%; top: 23%; }.quality-badge:nth-child(3) { right: 11%; bottom: 9%; }
.quality-copy .section-label { margin-bottom: 48px; }
.quality-copy ul { margin: 37px 0 0; padding: 0; list-style: none; }
.quality-copy li { padding: 17px 0; display: flex; gap: 15px; border-top: 1px solid #d3d5d1; }
.quality-copy li i { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; color: white; background: var(--orange); border-radius: 50%; font-style: normal; }
.quality-copy li strong, .quality-copy li span { display: block; }
.quality-copy li strong { margin-bottom: 5px; font-family: var(--font-display); }.quality-copy li span { color: var(--muted); }

.cta-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; color: white; background: var(--navy-2); }
.cta-copy .section-label { margin-bottom: 50px; }
.cta-copy > p { color: #b2c0c8; }
.address-card { margin-top: 52px; padding: 27px; background: rgba(255,255,255,.06); border-left: 3px solid var(--orange); }
.address-card span, .address-card strong, .address-card a { display: block; }
.address-card span { margin-bottom: 15px; color: var(--orange-light); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.address-card strong { font: 600 15px/1.65 var(--font-display); }
.address-card a { margin-top: 20px; color: #9cc4d8; font-size: 13px; font-weight: 700; }
.direct-call { margin-top: 24px; padding: 22px 24px; display: grid; grid-template-columns: 1fr auto; position: relative; color: white; background: var(--orange); }
.direct-call small, .direct-call strong { display: block; }.direct-call small { grid-column: 1; font-size: 9px; letter-spacing: .16em; }.direct-call strong { grid-column: 1; margin-top: 7px; font: 800 23px var(--font-display); }.direct-call span { grid-column: 2; grid-row: 1/3; align-self: center; font-size: 23px; }
.enquiry-form { padding: 43px; color: var(--ink); background: white; box-shadow: 0 25px 60px rgba(0,0,0,.15); }
.form-heading { margin-bottom: 34px; display: flex; justify-content: space-between; align-items: center; }
.form-heading span { font: 800 16px var(--font-display); letter-spacing: .07em; }.form-heading small { color: #849097; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.enquiry-form label { margin-bottom: 20px; display: block; color: #4e606a; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.enquiry-form input, .enquiry-form textarea { width: 100%; margin-top: 9px; padding: 14px 0; border: 0; border-bottom: 1px solid #ccd5d9; outline: none; color: var(--ink); background: transparent; font-size: 15px; letter-spacing: normal; resize: vertical; transition: border .2s; }
.enquiry-form input:focus, .enquiry-form textarea:focus { border-color: var(--orange); }
.form-button { width: 100%; margin-top: 7px; }
.form-note { margin: 14px 0 0; color: #87959d; text-align: center; font-size: 11px; }

footer { padding: 75px 8vw 25px; display: grid; grid-template-columns: 1.8fr 1fr 1.2fr; gap: 7vw; color: #b4c1c8; background: #04131e; }
.brand-light .brand-logo { background: white; }.brand-light .brand-byline small { color: #8299a5; }
.footer-brand p { max-width: 330px; margin-top: 23px; line-height: 1.7; }
.footer-links { display: flex; flex-direction: column; gap: 12px; font-size: 14px; }
.footer-links > span { margin-bottom: 10px; color: var(--orange-light); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.footer-links p { margin: 0; }
.footer-links a:hover { color: white; }
.footer-bottom { grid-column: 1/-1; margin-top: 35px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr; }.hero-content { padding: 100px 8vw 65px; }.hero-visual { min-height: 560px; }.hero::before { inset: 0; }
  .intro { grid-template-columns: 1fr 2fr; }.intro-card { grid-column: 2; }
  .story-layout { grid-template-columns: 1fr 1.4fr; gap: 5vw; }.story-milestones { grid-template-columns: 1fr 1fr; }.story-milestones div:nth-child(2) { border-right: 0; }.story-milestones div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-grid { grid-template-columns: 1fr 1fr; }.product-gallery { grid-template-columns: 1fr 1fr; }
  .quality, .cta-section { grid-template-columns: 1fr; }.quality-visual { max-width: 650px; width: 100%; margin: auto; }
}

@media (max-width: 760px) {
  .announcement { padding: 0 12px; font-size: 8px; text-align: center; }
  .site-header { height: 72px; padding: 0 5vw; }.brand-logo { width: 116px; height: 39px; }.brand-byline { display: none; }
  .menu-toggle { display: block; }.main-nav { display: none; position: absolute; left: 0; right: 0; top: 72px; padding: 25px 5vw 32px; flex-direction: column; align-items: stretch; gap: 22px; background: white; box-shadow: 0 18px 35px rgba(0,0,0,.12); }.main-nav.open { display: flex; }.nav-cta { text-align: center; }
  .hero { min-height: auto; }.hero-content { padding: 72px 6vw 55px; }.hero h1 { font-size: 45px; }.hero-copy { font-size: 16px; }.hero-actions { flex-direction: column; }.button { width: 100%; }
  .hero-trust { grid-template-columns: 1fr; margin-top: 46px; }.hero-visual { min-height: 510px; }.hero-product-photo { width: 90%; height: 49%; left: 5%; top: 9%; }.hero-product-photo.secondary-photo { width: 69%; height: 31%; left: 4%; bottom: 8%; top: auto; }.label-one { left: 4%; }.label-two { right: 3%; }
  .section { padding: 82px 6vw; }.intro { grid-template-columns: 1fr; gap: 35px; }.intro-card { grid-column: auto; }
  .story-layout { margin-top: 45px; grid-template-columns: 1fr; }.founder-panel { min-height: 410px; padding: 32px; }.story-milestones { margin-top: 50px; grid-template-columns: 1fr 1fr; }.story-milestones div { padding: 23px 14px; }.story-milestones div:first-child { padding-left: 14px; }.story-milestones strong { font-size: 24px; }
  .products-heading { grid-template-columns: 1fr; }.products-heading .section-label { grid-column: auto; }.product-grid { grid-template-columns: 1fr; }.product-card { min-height: 550px; }.product-gallery { grid-template-columns: 1fr; }.product-gallery figcaption { align-items: flex-start; flex-direction: column; gap: 7px; }
  .quality-visual { height: 430px; }.quality-badge { width: 130px; padding: 12px; }.quality-badge:nth-child(2) { right: 2%; }.quality-badge:nth-child(3) { right: 5%; }.quality-core { width: 125px; height: 125px; }.quality-core span { font-size: 42px; }
  .enquiry-form { padding: 30px 22px; }.field-row { grid-template-columns: 1fr; gap: 0; }.form-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  footer { grid-template-columns: 1fr; }.footer-bottom { flex-direction: column; }.footer-bottom p { margin: 4px 0; }
}

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