:root {
  --navy: #061833;
  --navy-2: #0a2142;
  --navy-3: #102b50;
  --yellow: #ffcc19;
  --yellow-soft: #ffe16b;
  --cream: #f4f1e8;
  --white: #ffffff;
  --ink: #0c1d34;
  --muted: #667182;
  --line: #d9dde2;
  --display: "Oswald", sans-serif;
  --body: "Manrope", sans-serif;
  --shadow: 0 24px 70px rgba(6, 24, 51, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 110px 0; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  width: 100%;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.12);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  background: rgba(6, 24, 51, .97);
  box-shadow: 0 12px 32px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
}
.header-inner { height: 84px; display: flex; align-items: center; gap: 34px; }
.brand { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: var(--yellow);
  transform: skew(-8deg);
}
.brand-mark svg { width: 26px; fill: var(--navy); transform: skew(8deg); }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; text-transform: uppercase; }
.brand strong { font: 700 21px/1 var(--display); letter-spacing: .7px; }
.brand small { margin-top: 5px; font-size: 8px; font-weight: 800; letter-spacing: 2.5px; color: var(--yellow); }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 34px; }
.site-nav a { font-size: 13px; font-weight: 700; transition: color .2s; }
.site-nav a:hover { color: var(--yellow); }
.header-call { padding-left: 25px; border-left: 1px solid rgba(255,255,255,.25); display: flex; flex-direction: column; }
.header-call span { color: var(--yellow); font-size: 9px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
.header-call strong { margin-top: 3px; font-size: 15px; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .07;
  background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to right, #000, transparent 82%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; right: 7%; top: 12%; background: rgba(255,204,25,.09); box-shadow: 0 0 160px rgba(255,204,25,.08); }
.hero-glow-two { width: 280px; height: 280px; left: -120px; bottom: 0; background: rgba(35,101,176,.16); }
.hero-layout { min-height: 730px; padding-top: 110px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; position: relative; z-index: 2; }
.hero-copy { padding: 55px 0 80px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 12px; color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 3px; background: currentColor; }
.eyebrow.dark { color: #a27600; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: -.02em; line-height: .98; }
h1 { max-width: 700px; font-size: clamp(64px, 7.3vw, 108px); }
h1 em, h2 em { color: var(--yellow); font-style: normal; }
.hero-text { max-width: 570px; margin: 28px 0 35px; color: #c2ccda; font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 54px; padding: 0 24px; border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 13px; font-size: 13px; font-weight: 800; cursor: pointer; text-transform: uppercase; letter-spacing: .8px; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: var(--yellow); }
.button-primary:hover { background: var(--yellow-soft); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.button-ghost { color: var(--white); border: 1px solid rgba(255,255,255,.35); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.07); }
.hero-trust { margin-top: 52px; display: flex; align-items: center; gap: 14px; }
.trust-icon { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255,204,25,.4); }
.trust-icon svg { width: 23px; fill: none; stroke: var(--yellow); stroke-width: 1.8; }
.hero-trust div:last-child { display: flex; flex-direction: column; }
.hero-trust strong { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.hero-trust span { margin-top: 4px; color: #8798ad; font-size: 11px; }

.hero-visual { position: relative; height: 560px; display: grid; place-items: center; }
.bolt-wrap { position: relative; width: 360px; }
.hero-bolt { width: 100%; overflow: visible; filter: drop-shadow(0 24px 38px rgba(0,0,0,.35)); }
.hero-bolt path { fill: var(--yellow); }
.bolt-wrap::before, .bolt-wrap::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255,204,25,.16);
  border-radius: 50%;
}
.bolt-wrap::before { width: 440px; height: 440px; left: -55px; top: 36px; }
.bolt-wrap::after { width: 550px; height: 550px; left: -110px; top: -18px; }
.spark { position: absolute; width: 5px; height: 5px; background: var(--yellow); box-shadow: 0 0 17px var(--yellow); border-radius: 50%; animation: pulse 2s infinite alternate; }
.spark-one { top: 6%; left: 12%; }
.spark-two { right: -5%; top: 47%; animation-delay: .5s; }
.spark-three { bottom: 5%; left: 18%; animation-delay: 1s; }
@keyframes pulse { from { opacity: .25; transform: scale(.7); } to { opacity: 1; transform: scale(1.6); } }
.experience-card {
  position: absolute;
  right: -10px;
  bottom: 65px;
  min-width: 210px;
  padding: 18px 21px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--white);
  color: var(--navy);
  box-shadow: var(--shadow);
}
.experience-icon { width: 42px; height: 42px; display: grid; place-items: center; background: var(--yellow); }
.experience-icon svg { width: 25px; fill: none; stroke: var(--navy); stroke-width: 1.8; }
.experience-card > span:last-child { display: flex; flex-direction: column; }
.experience-card strong { font-family: var(--display); font-size: 19px; text-transform: uppercase; }
.experience-card small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.hero-strip { position: absolute; z-index: 3; bottom: 0; width: 100%; background: var(--yellow); color: var(--navy); }
.strip-inner { min-height: 50px; display: flex; align-items: center; justify-content: space-between; }
.strip-inner span { font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
.strip-inner i { width: 5px; height: 5px; background: var(--navy); transform: rotate(45deg); }

.about { background: var(--cream); }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
h2 { font-size: clamp(45px, 5vw, 68px); color: var(--navy); }
h2 em { color: #b48800; }
.about-copy { padding-top: 36px; border-top: 1px solid #c8c7c1; }
.about-copy p { margin: 0 0 18px; color: #505b68; font-size: 16px; line-height: 1.8; }
.about-copy strong { color: var(--ink); }
.text-link { margin-top: 10px; display: inline-flex; gap: 13px; align-items: center; color: var(--navy); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; }
.text-link span { color: #a27600; font-size: 20px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.services { background: var(--white); }
.services-head { margin-bottom: 55px; display: grid; grid-template-columns: 1fr 420px; gap: 70px; align-items: end; }
.services-head > p { margin: 0 0 8px; color: var(--muted); line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-card { position: relative; min-height: 430px; padding: 40px 35px; border: 1px solid var(--line); border-right: 0; transition: transform .25s, box-shadow .25s; }
.service-card:last-child { border-right: 1px solid var(--line); }
.service-card:hover { z-index: 2; transform: translateY(-8px); box-shadow: var(--shadow); }
.service-card.featured { color: var(--white); background: var(--navy); border-color: var(--navy); }
.service-number { position: absolute; top: 25px; right: 28px; color: #aab1bc; font: 600 12px var(--display); }
.featured .service-number { color: #64758b; }
.service-icon { width: 78px; height: 78px; margin-bottom: 55px; display: grid; place-items: center; background: #f4f0e4; }
.service-icon svg { width: 45px; fill: none; stroke: #a27600; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.featured .service-icon { background: var(--yellow); }
.featured .service-icon svg { stroke: var(--navy); }
.service-card h3 { margin: 0 0 18px; color: var(--navy); font: 600 27px var(--display); text-transform: uppercase; }
.featured h3 { color: var(--white); }
.service-card p { min-height: 75px; margin: 0 0 28px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.featured p { color: #aebbc9; }
.card-link { padding: 0; border: 0; border-bottom: 1px solid #bcc1c9; color: var(--navy); background: none; font-size: 10px; font-weight: 800; letter-spacing: 1.2px; line-height: 28px; text-transform: uppercase; cursor: pointer; }
.card-link span { margin-left: 10px; color: #a27600; font-size: 15px; }
.featured .card-link { color: var(--white); border-color: #50647b; }
.featured .card-link span { color: var(--yellow); }

.products { background: var(--cream); }
.products-head { margin-bottom: 52px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.products-intro > p { margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { overflow: hidden; background: var(--white); border: 1px solid #dddcd5; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-visual { position: relative; height: 215px; display: grid; place-items: center; overflow: hidden; background: #e9e6dd; }
.product-visual::before { content: ""; position: absolute; width: 180px; height: 180px; border: 1px solid rgba(6,24,51,.08); border-radius: 50%; }
.product-visual::after { content: ""; position: absolute; width: 120px; height: 120px; border: 1px solid rgba(6,24,51,.08); border-radius: 50%; }
.product-visual img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-visual img { transform: scale(1.035); }
.stock-badge { position: absolute; z-index: 3; top: 16px; left: 16px; padding: 6px 9px; color: var(--navy); background: var(--yellow); font-size: 8px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }
.product-info { padding: 28px; }
.product-type { margin: 0 0 8px !important; color: #9b7500 !important; font-size: 9px !important; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.product-info h3 { margin: 0 0 12px; color: var(--navy); font: 600 24px var(--display); text-transform: uppercase; }
.product-info > p { min-height: 48px; margin: 0 0 24px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.product-buy { padding-top: 19px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid #e1e2e2; }
.product-buy strong { color: var(--navy); font: 600 14px var(--display); text-transform: uppercase; }
.product-buy a { padding: 10px 12px; color: var(--yellow); background: var(--navy); font-size: 9px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; transition: background .2s, transform .2s; }
.product-buy a:hover { background: var(--navy-3); transform: translateY(-2px); }
.product-buy a span { margin-left: 5px; }
.catalogue-callout { margin-top: 24px; padding: 26px 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--white); background: var(--navy); }
.catalogue-callout > div { display: flex; align-items: center; gap: 17px; }
.callout-icon { width: 47px; height: 47px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,204,25,.4); }
.callout-icon svg { width: 22px; fill: none; stroke: var(--yellow); stroke-width: 1.8; }
.catalogue-callout > div > span:last-child { display: flex; flex-direction: column; }
.catalogue-callout strong { font: 600 19px var(--display); letter-spacing: .4px; text-transform: uppercase; }
.catalogue-callout small { margin-top: 5px; color: #9cabbc; font-size: 11px; }

.why-us { color: var(--white); background: var(--navy); }
.why-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.why-panel { position: relative; min-height: 560px; overflow: hidden; display: flex; align-items: flex-end; padding: 40px; background: var(--navy-2); border: 1px solid rgba(255,255,255,.08); }
.why-panel::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 40px 40px; }
.panel-bolt { position: absolute; width: 260px; top: 40px; left: 50%; transform: translateX(-50%); }
.panel-bolt svg { width: 100%; filter: drop-shadow(0 20px 30px rgba(0,0,0,.25)); }
.panel-bolt path { fill: var(--yellow); }
.panel-label { position: relative; z-index: 2; display: flex; flex-direction: column; text-transform: uppercase; }
.panel-label span { color: var(--yellow); font: 700 18px var(--display); letter-spacing: 4px; }
.panel-label strong { margin-top: 4px; font: 600 34px var(--display); }
.why-copy .eyebrow { margin-bottom: 24px; }
.why-copy h2 { color: var(--white); }
.why-copy h2 em { color: var(--yellow); }
.why-intro { max-width: 570px; margin: 28px 0 38px; color: #aeb9c7; line-height: 1.8; }
.benefits { border-top: 1px solid rgba(255,255,255,.14); }
.benefit { padding: 24px 0; display: grid; grid-template-columns: 52px 1fr; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.14); }
.benefit > span { color: var(--yellow); font: 600 12px var(--display); }
.benefit h3 { margin: 0 0 7px; font: 600 19px var(--display); letter-spacing: .5px; text-transform: uppercase; }
.benefit p { margin: 0; color: #8f9eb0; font-size: 12px; line-height: 1.7; }

.contact { background: var(--cream); }
.contact-card { display: grid; grid-template-columns: 1.1fr .9fr; color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.contact-copy { padding: 70px 65px; }
.contact-copy h2 { color: var(--white); }
.contact-copy h2 em { color: var(--yellow); }
.contact-copy > p:not(.eyebrow) { max-width: 590px; margin: 25px 0 35px; color: #aeb9c7; line-height: 1.8; }
.contact-details { display: grid; gap: 18px; }
.contact-details > * { display: flex; align-items: center; gap: 15px; }
.contact-icon { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,204,25,.35); }
.contact-icon svg { width: 20px; fill: none; stroke: var(--yellow); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-details a > span:last-child, .contact-details div > span:last-child { display: flex; flex-direction: column; }
.contact-details small { color: #7f90a5; font-size: 9px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.contact-details strong { margin-top: 3px; font-size: 13px; }
.contact-form { padding: 50px; align-self: stretch; color: var(--ink); background: var(--white); }
.contact-form h3 { margin: 0 0 30px; color: var(--navy); font: 600 28px var(--display); text-transform: uppercase; }
.contact-form label { margin: 0 0 7px; display: block; color: #344053; font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.contact-form input, .contact-form select {
  width: 100%;
  height: 49px;
  margin-bottom: 18px;
  padding: 0 15px;
  border: 1px solid #d9dde2;
  border-radius: 0;
  outline: none;
  color: var(--ink);
  background: #fafafa;
}
.contact-form input:focus, .contact-form select:focus { border-color: #a27600; box-shadow: 0 0 0 3px rgba(255,204,25,.18); }
.contact-form .button { width: 100%; margin-top: 5px; }
.form-note { margin: 12px 0 0; color: #8a929d; font-size: 9px; line-height: 1.5; text-align: center; }

.site-footer { color: #a3afbd; background: #031126; }
.footer-main { min-height: 160px; display: grid; grid-template-columns: 250px 1fr auto; gap: 60px; align-items: center; }
.footer-brand { color: var(--white); }
.footer-main > p { max-width: 410px; font-size: 12px; line-height: 1.8; }
.footer-links { display: flex; gap: 25px; color: var(--white); font-size: 11px; font-weight: 700; }
.footer-links a:hover { color: var(--yellow); }
.footer-bottom { min-height: 56px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; letter-spacing: .7px; text-transform: uppercase; }
.footer-bottom a { color: var(--yellow); font-weight: 800; }
.toast { position: fixed; z-index: 100; right: 22px; bottom: 22px; max-width: 350px; padding: 15px 20px; color: var(--navy); background: var(--yellow); box-shadow: var(--shadow); font-size: 12px; font-weight: 700; opacity: 0; transform: translateY(20px); pointer-events: none; transition: .25s ease; }
.toast.show { opacity: 1; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .site-nav { gap: 20px; }
  .header-call { display: none; }
  .hero-layout { grid-template-columns: 1fr .7fr; }
  .hero-visual { height: 500px; }
  .bolt-wrap { width: 290px; }
  .experience-card { right: -15px; }
  .about-layout, .why-layout { gap: 55px; }
  .services-head { grid-template-columns: 1fr 330px; }
  .service-card { padding: 35px 25px; }
  .contact-copy { padding: 60px 45px; }
  .contact-form { padding: 45px 35px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 620px); }
  .section { padding: 78px 0; }
  .header-inner { height: 72px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand strong { font-size: 18px; }
  .menu-toggle { position: relative; z-index: 2; margin-left: auto; width: 42px; height: 42px; padding: 10px; border: 0; display: flex; flex-direction: column; justify-content: center; gap: 5px; background: var(--yellow); cursor: pointer; }
  .menu-toggle span { width: 100%; height: 2px; background: var(--navy); transition: .2s; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; padding: 115px 30px 40px; display: flex; flex-direction: column; align-items: flex-start; gap: 0; background: var(--navy); opacity: 0; visibility: hidden; transition: .25s; }
  .site-nav.open { opacity: 1; visibility: visible; }
  .site-nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); font: 600 28px var(--display); text-transform: uppercase; }
  .hero { min-height: auto; }
  .hero-layout { min-height: auto; padding-top: 105px; padding-bottom: 100px; grid-template-columns: 1fr; }
  .hero-copy { padding: 40px 0 20px; }
  h1 { font-size: clamp(58px, 17vw, 83px); }
  .hero-text { font-size: 15px; }
  .hero-trust { margin-top: 38px; }
  .hero-visual { display: none; }
  .hero-strip { position: static; }
  .strip-inner { min-height: 45px; justify-content: center; gap: 22px; }
  .strip-inner span:nth-of-type(even), .strip-inner i:nth-of-type(even), .strip-inner span:nth-of-type(3), .strip-inner i:nth-of-type(3) { display: none; }
  .about-layout, .services-head, .why-layout, .contact-card { grid-template-columns: 1fr; }
  .about-layout, .services-head, .products-head, .why-layout { gap: 40px; }
  .about-copy { padding-top: 28px; }
  .services-head { margin-bottom: 38px; }
  .services-head > p { max-width: 500px; }
  .service-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card, .service-card:last-child { min-height: 370px; border: 1px solid var(--line); }
  .service-icon { margin-bottom: 35px; }
  .service-card p { min-height: 0; }
  .products-head { grid-template-columns: 1fr; margin-bottom: 38px; }
  .product-grid { grid-template-columns: 1fr; gap: 14px; }
  .product-info > p { min-height: 0; }
  .catalogue-callout { padding: 26px 22px; flex-direction: column; align-items: stretch; }
  .catalogue-callout .button { width: 100%; }
  .why-panel { min-height: 430px; order: 2; }
  .panel-bolt { width: 195px; }
  .contact-copy { padding: 50px 28px; }
  .contact-form { padding: 38px 24px; }
  .contact-details strong { font-size: 11px; overflow-wrap: anywhere; }
  .footer-main { padding: 45px 0; grid-template-columns: 1fr; gap: 25px; }
  .footer-main > p { margin: 0; }
  .footer-bottom { min-height: 75px; gap: 20px; }
}

@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; }
}
