@layer theme {
  :root, :host { --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --spacing: .25rem; --default-font-family: var(--font-sans); --default-mono-font-family: var(--font-mono); }
}
@layer base {
  *, ::after, ::before, ::backdrop { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  ::file-selector-button { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  html, :host { text-size-adjust: 100%; tab-size: 4; line-height: 1.5; font-family: var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"); font-feature-settings: var(--default-font-feature-settings,normal); font-variation-settings: var(--default-font-variation-settings,normal); -webkit-tap-highlight-color: transparent; }
  hr { height: 0px; color: inherit; border-top-width: 1px; }
  abbr:where([title]) { text-decoration: underline dotted; }
  h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
  a { color: inherit; text-decoration: inherit; }
  b, strong { font-weight: bolder; }
  code, kbd, samp, pre { font-family: var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace); font-feature-settings: var(--default-mono-font-feature-settings,normal); font-variation-settings: var(--default-mono-font-variation-settings,normal); font-size: 1em; }
  small { font-size: 80%; }
  sub, sup { vertical-align: baseline; font-size: 75%; line-height: 0; position: relative; }
  sub { bottom: -0.25em; }
  sup { top: -0.5em; }
  table { text-indent: 0px; border-color: inherit; border-collapse: collapse; }
  progress { vertical-align: baseline; }
  summary { display: list-item; }
  ol, ul, menu { list-style: none; }
  img, svg, video, canvas, audio, iframe, embed, object { vertical-align: middle; display: block; }
  img, video { max-width: 100%; height: auto; }
  button, input, select, optgroup, textarea { font: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  ::file-selector-button { font: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  :where(select:is([multiple], [size])) optgroup { font-weight: bolder; }
  :where(select:is([multiple], [size])) optgroup option { padding-inline-start: 20px; }
  ::file-selector-button { margin-inline-end: 4px; }
  ::placeholder { opacity: 1; }
  @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
  ::placeholder { color: currentcolor; }
  @supports (color:color-mix(in lab, red, red)) {
  ::placeholder { color: color-mix(currentcolor, transparent); }
}
}
  textarea { resize: vertical; }
  ::-webkit-search-decoration { appearance: none; }
  ::-webkit-date-and-time-value { min-height: 1lh; text-align: inherit; }
  ::-webkit-datetime-edit { display: inline-flex; }
  ::-webkit-datetime-edit-fields-wrapper { padding: 0px; }
  ::-webkit-datetime-edit { padding-block: 0px; }
  ::-webkit-datetime-edit-year-field { padding-block: 0px; }
  ::-webkit-datetime-edit-month-field { padding-block: 0px; }
  ::-webkit-datetime-edit-day-field { padding-block: 0px; }
  ::-webkit-datetime-edit-hour-field { padding-block: 0px; }
  ::-webkit-datetime-edit-minute-field { padding-block: 0px; }
  ::-webkit-datetime-edit-second-field { padding-block: 0px; }
  ::-webkit-datetime-edit-millisecond-field { padding-block: 0px; }
  ::-webkit-datetime-edit-meridiem-field { padding-block: 0px; }
  ::-webkit-calendar-picker-indicator { line-height: 1; }
  button, input:where([type="button"], [type="reset"], [type="submit"]) { appearance: button; }
  ::file-selector-button { appearance: button; }
  ::-webkit-inner-spin-button { height: auto; }
  ::-webkit-outer-spin-button { height: auto; }
  [hidden]:where(:not([hidden="until-found"])) { display: none !important; }
}
@layer components;
@layer utilities {
  .visible { visibility: visible; }
  .relative { position: relative; }
  .static { position: static; }
  .start { inset-inline-start: var(--spacing); }
  .table { display: table; }
}
:root { --graphite: #111513; --deep-forest: #10241c; --forest: #173529; --metal: #c9d0cd; --pale-metal: #e8eeeb; --muted: #8e9a95; --lime: #b7e34a; --lime-dark: #9fc933; --line: #e8eeeb29; --page-pad: clamp(20px, 2.5vw, 38px); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--graphite); color: var(--pale-metal); font-family: var(--font-manrope), "Avenir Next", Arial, sans-serif; -webkit-font-smoothing: antialiased; margin: 0px; }
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 5px; }
.skip-link { z-index: 1000; background: var(--lime); color: rgb(11, 20, 15); border-radius: 6px; padding: 12px 16px; font-weight: 800; transition: transform 0.16s; position: fixed; top: 12px; left: 12px; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0px); }
.hero { isolation: isolate; background: radial-gradient(circle at 20% 66%, rgba(32, 77, 59, 0.2), rgba(0, 0, 0, 0) 31%), linear-gradient(100deg, rgb(9, 18, 15) 0%, rgb(10, 23, 18) 48%, rgb(16, 26, 22) 100%); min-height: 1110px; position: relative; overflow: hidden; }
.hero-grid { z-index: -3; opacity: 0.14; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 82px 82px; position: absolute; inset: 0px; mask-image: linear-gradient(90deg, rgb(0, 0, 0), rgba(0, 0, 0, 0) 58%); }
.site-header { width: min(100%, 1540px); height: 112px; padding: 0 var(--page-pad); z-index: 20; border-bottom: 1px solid rgba(232, 238, 235, 0.08); grid-template-columns: minmax(360px, 1fr) auto auto; align-items: center; gap: clamp(24px, 3vw, 58px); margin: 0px auto; display: grid; position: relative; }
.brand { align-items: center; gap: 18px; width: fit-content; display: inline-flex; }
.brand-mark { background: conic-gradient(from 220deg, rgb(89, 97, 94), rgb(241, 244, 242) 23%, rgb(127, 137, 133) 45%, rgb(230, 235, 232) 70%, rgb(93, 102, 98)); border-radius: 50%; flex: 0 0 50px; place-items: center; width: 50px; height: 50px; display: grid; box-shadow: rgba(255, 255, 255, 0.48) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.28) 0px 8px 28px; }
.brand-mark span { background: rgb(9, 18, 15); border-radius: 50%; width: 31px; height: 31px; display: block; box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 0px 1px inset; }
.brand-copy { flex-direction: column; gap: 7px; display: flex; }
.brand-copy strong { letter-spacing: 0.14em; text-transform: uppercase; white-space: nowrap; font-size: clamp(15px, 1.32vw, 22px); line-height: 1; }
.brand-copy small { color: var(--lime); letter-spacing: 0.08em; font-size: 11px; font-weight: 500; }
.desktop-nav { align-items: center; gap: clamp(24px, 2.4vw, 42px); display: flex; }
.desktop-nav a { color: rgba(232, 238, 235, 0.84); white-space: nowrap; padding: 14px 0px; font-size: 14px; font-weight: 600; transition: color 0.18s; position: relative; }
.desktop-nav a::after { content: ""; background: var(--lime); transform-origin: 0px center; height: 2px; transition: transform 0.18s; position: absolute; bottom: 6px; left: 0px; right: 0px; transform: scaleX(0); }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--pale-metal); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.button { white-space: nowrap; border: 1px solid rgba(0, 0, 0, 0); border-radius: 7px; justify-content: center; align-items: center; gap: 15px; min-height: 54px; padding: 0px 29px; font-size: 15px; font-weight: 700; transition: color 0.18s, background 0.18s, border-color 0.18s, transform 0.18s; display: inline-flex; }
.arrow-icon { stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7px; width: 21px; height: 21px; transition: transform 0.18s; }
.button:hover .arrow-icon { transform: translate(5px); }
.button-primary { background: var(--lime); color: rgb(16, 23, 15); }
.button-primary:hover { background: var(--pale-metal); transform: translateY(-2px); }
.button-outline, .button-ghost { color: var(--lime); background: rgba(10, 20, 16, 0.24); border-color: rgba(183, 227, 74, 0.58); }
.button-outline:hover, .button-ghost:hover { border-color: var(--lime); background: rgba(23, 53, 41, 0.8); transform: translateY(-2px); }
.header-cta { min-width: 197px; min-height: 48px; }
.mobile-menu { display: none; }
.hero-shell { width: min(100%, 1540px); height: 780px; padding: 0 var(--page-pad); z-index: 3; grid-template-columns: 49% 51%; margin: 0px auto; display: grid; position: relative; }
.hero-copy { align-self: center; max-width: 620px; padding: 14px 30px 46px 0px; animation: 0.6s ease-out 0s 1 normal both running copy-in; }
.eyebrow { color: var(--lime); letter-spacing: 0.16em; text-transform: uppercase; margin: 0px 0px 22px; font-size: 12px; font-weight: 700; line-height: 1.6; }
.hero-copy h1 { letter-spacing: -0.045em; max-width: 620px; margin: 0px; font-size: clamp(45px, 4.2vw, 64px); font-weight: 700; line-height: 1.08; }
.hero-copy h1 span { color: var(--metal); display: block; }
.accent-rule { background: var(--lime); border-radius: 10px; width: 84px; height: 3px; margin: 30px 0px 24px; }
.hero-intro { color: rgba(232, 238, 235, 0.7); max-width: 610px; margin: 0px; font-size: 17px; line-height: 1.65; }
.hero-actions { flex-wrap: wrap; gap: 20px; margin-top: 31px; display: flex; }
.compliance-chips { flex-wrap: wrap; gap: 10px; margin-top: 22px; display: flex; }
.compliance-chips span { color: rgba(232, 238, 235, 0.86); letter-spacing: 0.04em; background: rgba(8, 21, 15, 0.48); border: 1px solid rgba(201, 208, 205, 0.2); border-radius: 5px; align-items: center; gap: 8px; padding: 9px 12px; font-size: 11px; font-weight: 700; display: inline-flex; }
.compliance-chips small { color: var(--lime); letter-spacing: 0.12em; font-size: 9px; font-weight: 900; }
.hero-visual { border-left: 1px solid rgba(183, 227, 74, 0.34); border-radius: 46% 0px 0px 46% / 62% 0px 0px 62%; animation: 0.75s ease-out 0s 1 normal both running image-reveal; position: absolute; inset: 0px 0px 20px 48.5%; overflow: hidden; box-shadow: rgba(4, 15, 10, 0.5) -30px 0px 90px; }
.image-disclosure { z-index: 2; color: rgba(232, 238, 235, 0.68); letter-spacing: 0.08em; text-transform: uppercase; background: rgba(3, 12, 8, 0.7); border: 1px solid rgba(232, 238, 235, 0.18); border-radius: 4px; padding: 7px 9px; font-size: 9px; font-weight: 700; position: absolute; bottom: 17px; right: 18px; }
.hero-visual img { object-fit: cover; object-position: 58% center; filter: saturate(0.68) contrast(1.05) brightness(0.84); width: 100%; height: 100%; display: block; transform: scale(1.015); }
.image-shade { background: linear-gradient(90deg, rgba(4, 17, 12, 0.48), rgba(0, 0, 0, 0) 35%), linear-gradient(rgba(0, 0, 0, 0) 62%, rgba(8, 17, 13, 0.45)); position: absolute; inset: 0px; }
.hero-orbit { z-index: 2; pointer-events: none; border: 1px solid rgba(183, 227, 74, 0.35); border-radius: 50%; position: absolute; }
.orbit-one { width: 760px; height: 760px; top: 30px; left: 35.5%; }
.orbit-two { opacity: 0.44; border-style: dashed; width: 530px; height: 530px; animation: 70s linear 0s infinite normal none running orbit; top: 176px; left: 17%; }
.purity-band { width: min(calc(100% - (var(--page-pad) * 2)), 1464px); z-index: 10; background: linear-gradient(120deg, #142e24f0, #07140ef7), var(--deep-forest); backdrop-filter: blur(16px); border: 1px solid rgba(201, 208, 205, 0.44); border-radius: 7px; grid-template-columns: repeat(3, 1fr); min-height: 130px; margin: 0px auto; padding: 0px 28px; display: grid; position: relative; box-shadow: rgba(0, 0, 0, 0.28) 0px 30px 80px; }
.purity-band article { grid-template-columns: auto 1fr; align-items: center; gap: clamp(20px, 2.3vw, 40px); min-width: 0px; padding: 22px clamp(18px, 3vw, 58px); transition: background 0.18s, transform 0.18s; display: grid; }
.purity-band article + article { border-left: 1px solid rgba(201, 208, 205, 0.3); }
.purity-band article:hover { background: rgba(183, 227, 74, 0.035); transform: translateY(-2px); }
.purity-band strong { color: var(--metal); letter-spacing: -0.06em; font-size: clamp(48px, 4.8vw, 70px); font-weight: 700; line-height: 1; }
.purity-band span { color: var(--lime); font-size: 12px; font-weight: 600; line-height: 1.45; }
.grade-disclosure { width: min(calc(100% - (var(--page-pad) * 2)), 1464px); color: rgba(232, 238, 235, 0.52); text-align: center; margin: 13px auto 0px; font-size: 10px; line-height: 1.55; }
@keyframes copy-in { 
  0% { opacity: 0; transform: translateY(16px); }
}
@keyframes image-reveal { 
  0% { opacity: 0; clip-path: inset(0px 0px 0px 100%); }
  100% { opacity: 1; clip-path: inset(0px); }
}
@keyframes orbit { 
  100% { transform: rotate(360deg); }
}
@media (width <= 1250px) {
  .site-header { grid-template-columns: minmax(320px, 1fr) auto auto; gap: 22px; }
  .desktop-nav { gap: 20px; }
  .desktop-nav a { font-size: 13px; }
  .header-cta { min-width: auto; padding-inline: 19px; }
  .hero-copy h1 { font-size: clamp(48px, 5vw, 64px); }
  .purity-band article { padding-inline: 28px; }
}
@media (width <= 1020px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { cursor: pointer; border: 1px solid var(--line); border-radius: 7px; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 48px; height: 48px; list-style: none; display: flex; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { background: var(--pale-metal); width: 21px; height: 2px; }
  .mobile-menu nav { background: rgba(10, 25, 18, 0.98); border: 1px solid rgba(232, 238, 235, 0.18); border-radius: 8px; flex-direction: column; width: min(320px, -40px + 100vw); padding: 12px; display: flex; position: absolute; top: 60px; right: 0px; box-shadow: rgba(0, 0, 0, 0.45) 0px 24px 70px; }
  .mobile-menu nav a { color: rgba(232, 238, 235, 0.85); padding: 14px 13px; font-weight: 600; }
  .mobile-menu .mobile-quote { background: var(--lime); color: var(--graphite); border-radius: 5px; justify-content: space-between; align-items: center; margin-top: 8px; display: flex; }
  .hero { min-height: 1160px; }
  .hero-shell { grid-template-columns: 58% 42%; height: 820px; }
  .hero-copy { z-index: 4; }
  .hero-visual { opacity: 0.82; left: 50%; }
  .purity-band { min-height: 120px; }
  .purity-band article { grid-template-columns: 1fr; gap: 7px; }
}
@media (width <= 760px) {
  .hero { min-height: auto; padding-bottom: 20px; }
  .site-header { height: 88px; }
  .brand { gap: 12px; }
  .brand-mark { flex-basis: 42px; width: 42px; height: 42px; }
  .brand-mark span { width: 26px; height: 26px; }
  .brand-copy strong { letter-spacing: 0.11em; max-width: 210px; font-size: 12px; }
  .brand-copy small { max-width: 225px; font-size: 8px; }
  .hero-shell { flex-direction: column; height: auto; min-height: 820px; padding-top: 56px; display: flex; }
  .hero-copy { align-self: auto; padding: 0px; }
  .eyebrow { max-width: 320px; margin-bottom: 18px; font-size: 10px; }
  .hero-copy h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-intro { max-width: 540px; font-size: 15px; }
  .hero-actions { gap: 12px; }
  .hero-actions .button { flex: 1 1 210px; }
  .compliance-chips { gap: 7px; }
  .compliance-chips span { flex: 1 1 180px; justify-content: center; }
  .hero-visual { height: 315px; top: auto; right: var(--page-pad); bottom: 26px; left: var(--page-pad); border: 1px solid rgba(183, 227, 74, 0.28); border-radius: 160px 160px 10px 10px; }
  .orbit-one { width: 470px; height: 470px; top: 290px; left: 11%; }
  .orbit-two { display: none; }
  .purity-band { grid-template-columns: 1fr; margin: 0px auto; padding: 0px; }
  .purity-band article { grid-template-columns: 110px 1fr; min-height: 106px; padding: 20px 28px; }
  .purity-band article + article { border-top: 1px solid rgba(201, 208, 205, 0.3); border-left: 0px; }
  .purity-band strong { font-size: 54px; }
  .purity-band span { white-space: normal; max-width: 155px; }
  .grade-disclosure { text-align: left; padding: 0px 10px 14px; }
}
@media (width <= 420px) {
  .brand-copy strong { white-space: normal; max-width: 170px; line-height: 1.25; }
  .brand-copy small { display: none; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { flex-basis: 54px; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, ::before, ::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
.section-shell { width: min(100%, 1320px); padding-right: var(--page-pad); padding-left: var(--page-pad); margin: 0px auto; }
.section-kicker { color: var(--lime); letter-spacing: 0.18em; text-transform: uppercase; margin: 0px 0px 20px; font-size: 12px; font-weight: 800; }
.dark-kicker { color: rgb(65, 102, 22); }
.section-heading { grid-template-columns: 1.25fr 0.75fr; align-items: end; gap: 80px; margin-bottom: 58px; display: grid; }
.section-heading h2, .intro-section h2, .scrap-copy h2, .contact-lead h2 { letter-spacing: -0.045em; margin: 0px; font-size: clamp(38px, 4.2vw, 62px); font-weight: 700; line-height: 1.08; }
.section-heading > p { max-width: 520px; color: var(--muted); margin: 0px 0px 4px; font-size: 16px; line-height: 1.75; }
.intro-section { background: var(--pale-metal); color: rgb(17, 32, 25); padding: 126px 0px 116px; }
.intro-grid { grid-template-columns: 1.12fr 0.88fr; align-items: start; gap: clamp(50px, 8vw, 130px); display: grid; }
.intro-section h2 { max-width: 680px; }
.intro-copy { padding-top: 31px; }
.intro-copy p { color: rgb(83, 96, 90); margin: 0px 0px 20px; font-size: 17px; line-height: 1.8; }
.text-link, .product-card a, .contact-card > a { color: rgb(49, 80, 15); align-items: center; gap: 13px; width: fit-content; font-size: 14px; font-weight: 800; display: inline-flex; }
.text-link { margin-top: 10px; }
.text-link:hover .arrow-icon, .product-card a:hover .arrow-icon, .contact-card > a:hover .arrow-icon { transform: translate(5px); }
.value-row { border-top: 1px solid rgba(17, 32, 25, 0.18); grid-template-columns: repeat(4, 1fr); margin-top: 88px; display: grid; }
.value-row article { padding: 34px 44px 0px 0px; }
.value-row article + article { border-left: 1px solid rgba(17, 32, 25, 0.18); padding-left: 44px; }
.value-row span { color: rgb(105, 148, 46); margin-bottom: 36px; font-size: 12px; font-weight: 800; display: block; }
.value-row strong { margin-bottom: 12px; font-size: 20px; display: block; }
.value-row p { color: rgb(98, 112, 104); max-width: 325px; margin: 0px; font-size: 14px; line-height: 1.7; }
.leadership-section { background: var(--pale-metal); color: rgb(17, 32, 25); padding: 0px 0px 126px; }
.leadership-card { grid-template-columns: minmax(280px, 0.72fr) minmax(0px, 1.28fr); display: grid; overflow: hidden; }
.leadership-photo { background: rgb(17, 41, 31); border-radius: 10px 0px 0px 10px; min-height: 470px; position: relative; overflow: hidden; }
.leadership-photo img { object-fit: cover; object-position: center 20%; width: 100%; height: 100%; display: block; position: absolute; inset: 0px; }
.leadership-photo::after { content: ""; pointer-events: none; background: linear-gradient(rgba(0, 0, 0, 0), rgba(7, 18, 12, 0.82)); position: absolute; inset: 42% 0px 0px; }
.leadership-photo span { z-index: 1; color: var(--lime); letter-spacing: 0.17em; text-transform: uppercase; font-size: 11px; font-weight: 850; position: absolute; bottom: 30px; left: 34px; }
.leadership-copy { background: rgba(255, 255, 255, 0.18); border-width: 1px 1px 1px 0px; border-style: solid solid solid none; border-color: rgba(17, 32, 25, 0.18) rgba(17, 32, 25, 0.18) rgba(17, 32, 25, 0.18) currentcolor; border-image: none; border-radius: 0px 10px 10px 0px; flex-direction: column; justify-content: center; min-height: 470px; padding: clamp(40px, 5vw, 70px); display: flex; }
.leadership-copy h2 { letter-spacing: -0.045em; margin: 0px 0px 12px; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.06; }
.leadership-copy > strong { color: rgb(65, 102, 22); letter-spacing: 0.04em; font-size: 13px; }
.leadership-copy > p:not(.section-kicker) { color: rgb(83, 96, 90); max-width: 720px; margin: 24px 0px 0px; font-size: 15px; line-height: 1.78; }
.leadership-expertise { flex-wrap: wrap; gap: 8px; margin: 28px 0px 20px; display: flex; }
.leadership-expertise span { color: rgb(56, 70, 63); border: 1px solid rgba(17, 32, 25, 0.18); border-radius: 4px; padding: 9px 12px; font-size: 10px; font-weight: 750; }
.products-section { background: radial-gradient(circle at 84% 10%, #275a4440, transparent 25%), var(--graphite); padding: 126px 0px 132px; }
.product-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; display: grid; }
.product-card { border: 1px solid var(--line); background: linear-gradient(145deg, rgba(28, 57, 44, 0.56), rgba(13, 22, 18, 0.72)); border-radius: 9px; flex-direction: column; min-height: 440px; padding: 30px; transition: border-color 0.22s, transform 0.22s, background 0.22s; display: flex; }
.product-card:hover { background: linear-gradient(145deg, rgba(32, 69, 51, 0.66), rgba(13, 22, 18, 0.78)); border-color: rgba(183, 227, 74, 0.5); transform: translateY(-7px); }
.product-card.featured { box-shadow: inset 0 3px 0 var(--lime); border-color: rgba(183, 227, 74, 0.56); }
.grade-top { justify-content: space-between; align-items: flex-start; gap: 20px; min-height: 128px; display: flex; }
.grade-top span { color: var(--muted); letter-spacing: 0.12em; text-transform: uppercase; font-size: 11px; font-weight: 800; }
.grade-top strong { color: var(--metal); letter-spacing: -0.07em; font-size: clamp(55px, 5.2vw, 76px); font-weight: 700; line-height: 0.9; }
.product-card h3 { margin: 0px 0px 18px; font-size: 24px; }
.product-card > p { color: var(--muted); margin: 0px 0px 32px; font-size: 14px; line-height: 1.8; }
.product-card a { color: var(--lime); margin-top: auto; }
.notch-bar-showcase { background: linear-gradient(145deg, rgba(28, 57, 44, 0.68), rgba(9, 18, 14, 0.9)); border: 1px solid rgba(183, 227, 74, 0.42); border-radius: 10px; grid-template-columns: 1.15fr 0.85fr; min-height: 500px; margin-top: 24px; display: grid; overflow: hidden; }
.notch-bar-image { background: rgb(17, 27, 23); min-height: 500px; position: relative; overflow: hidden; }
.notch-bar-image::after { content: ""; pointer-events: none; background: linear-gradient(90deg, rgba(0, 0, 0, 0) 62%, rgba(8, 18, 13, 0.4)); position: absolute; inset: 0px; }
.notch-bar-image img { object-fit: cover; width: 100%; height: 100%; display: block; }
.notch-bar-image > span, .scrap-image > small { z-index: 2; color: rgba(232, 238, 235, 0.82); letter-spacing: 0.08em; text-transform: uppercase; backdrop-filter: blur(8px); background: rgba(6, 15, 10, 0.76); border: 1px solid rgba(232, 238, 235, 0.22); border-radius: 4px; padding: 7px 10px; font-size: 9px; font-weight: 750; position: absolute; bottom: 15px; right: 16px; }
.notch-bar-copy { flex-direction: column; justify-content: center; padding: clamp(36px, 4.2vw, 60px); display: flex; }
.notch-bar-copy h3 { letter-spacing: -0.045em; margin: 0px 0px 20px; font-size: clamp(38px, 4vw, 56px); line-height: 1.02; }
.notch-bar-copy > p:not(.section-kicker) { color: var(--muted); margin: 0px; font-size: 14px; line-height: 1.8; }
.notch-bar-copy ul { flex-wrap: wrap; gap: 8px; margin: 28px 0px 34px; padding: 0px; list-style: none; display: flex; }
.notch-bar-copy li { color: var(--metal); border: 1px solid rgba(201, 208, 205, 0.22); border-radius: 4px; padding: 9px 11px; font-size: 10px; font-weight: 750; }
.notch-bar-copy .button { width: fit-content; }
.scrap-section { background: linear-gradient(115deg, rgb(20, 46, 36), rgb(11, 27, 20) 70%, rgb(11, 22, 18)); padding: 132px 0px; position: relative; overflow: hidden; }
.scrap-orbit { border: 1px solid rgba(183, 227, 74, 0.15); border-radius: 50%; width: 730px; height: 730px; position: absolute; bottom: -390px; right: -300px; box-shadow: rgba(183, 227, 74, 0.02) 0px 0px 0px 120px, rgba(183, 227, 74, 0.01) 0px 0px 0px 230px; }
.scrap-grid { z-index: 2; grid-template-columns: 1fr; align-items: start; gap: 58px; display: grid; position: relative; }
.scrap-copy { max-width: 850px; }
.scrap-copy h2 { max-width: 760px; }
.scrap-copy > p:not(.section-kicker) { color: rgba(232, 238, 235, 0.66); max-width: 590px; margin: 28px 0px 0px; font-size: 16px; line-height: 1.8; }
.scrap-actions { flex-wrap: wrap; gap: 16px; margin-top: 34px; display: flex; }
.scrap-catalogue { gap: 52px; display: grid; }
.scrap-group { min-width: 0px; }
.scrap-group-heading { grid-template-columns: minmax(260px, 0.75fr) minmax(0px, 1fr); align-items: end; gap: 40px; margin-bottom: 20px; display: grid; }
.scrap-group-heading span { color: var(--lime); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 8px; font-size: 9px; font-weight: 850; display: block; }
.scrap-group-heading h3 { letter-spacing: -0.035em; margin: 0px; font-size: clamp(25px, 3vw, 38px); line-height: 1.1; }
.scrap-group-heading p { color: rgba(232, 238, 235, 0.62); max-width: 620px; margin: 0px; font-size: 13px; line-height: 1.7; }
.scrap-types { border-top: 1px solid rgba(232, 238, 235, 0.19); border-left: 1px solid rgba(232, 238, 235, 0.19); grid-template-columns: repeat(3, minmax(0px, 1fr)); display: grid; }
.scrap-types-four { grid-template-columns: repeat(4, minmax(0px, 1fr)); }
.scrap-types article { background: rgba(7, 18, 13, 0.16); border-bottom: 1px solid rgba(232, 238, 235, 0.19); border-right: 1px solid rgba(232, 238, 235, 0.19); min-width: 0px; transition: background 0.18s, transform 0.18s; overflow: hidden; }
.scrap-types article:hover { background: rgba(183, 227, 74, 0.043); }
.scrap-image { aspect-ratio: 3 / 2; background: rgb(11, 21, 17); position: relative; overflow: hidden; }
.scrap-image::after { content: ""; pointer-events: none; background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(5, 13, 9, 0.35)); position: absolute; inset: 0px; }
.scrap-image img { object-fit: cover; width: 100%; height: 100%; transition: transform 0.36s; display: block; }
.scrap-types article:hover .scrap-image img { transform: scale(1.025); }
.scrap-card-copy { grid-template-columns: 34px 1fr; gap: 13px; min-height: 126px; padding: 22px; display: grid; }
.scrap-card-copy > span { color: var(--lime); letter-spacing: 0.1em; font-size: 10px; font-weight: 800; }
.scrap-types strong { margin: 0px 0px 10px; font-size: 16px; display: block; }
.scrap-types p { color: var(--muted); margin: 0px; font-size: 12px; line-height: 1.65; }
.quality-section { color: rgb(16, 32, 24); background: rgb(223, 230, 226); padding: 130px 0px 140px; }
.quality-heading > p { color: rgb(91, 105, 98); }
.process-grid { border-top: 1px solid rgba(17, 32, 25, 0.25); grid-template-columns: repeat(4, 1fr); display: grid; }
.process-grid article { padding: 38px 28px 0px 0px; position: relative; }
.process-grid article + article { border-left: 1px solid rgba(17, 32, 25, 0.18); padding-left: 28px; }
.process-grid span { color: rgb(92, 129, 31); border: 1px solid rgba(17, 32, 25, 0.27); border-radius: 50%; place-items: center; width: 44px; height: 44px; margin-bottom: 72px; font-size: 11px; font-weight: 800; display: grid; }
.process-grid h3 { margin: 0px 0px 15px; font-size: 20px; }
.process-grid p { color: rgb(101, 115, 108); margin: 0px; font-size: 13px; line-height: 1.75; }
.contact-section { background: radial-gradient(circle at 12% center, rgba(39, 90, 68, 0.36), rgba(0, 0, 0, 0) 34%), rgb(10, 18, 15); padding: 134px 0px 124px; position: relative; overflow: hidden; }
.contact-glow { border: 1px solid rgba(183, 227, 74, 0.18); border-radius: 50%; width: 480px; height: 480px; position: absolute; top: 50%; left: -300px; transform: translateY(-50%); box-shadow: rgba(183, 227, 74, 0.08) 0px 0px 130px; }
.contact-grid { z-index: 2; grid-template-columns: 0.86fr 1.14fr; align-items: start; gap: clamp(50px, 8vw, 130px); display: grid; position: relative; }
.contact-lead h2 { max-width: 600px; }
.contact-lead > p:not(.section-kicker) { max-width: 560px; color: var(--muted); margin: 27px 0px 0px; font-size: 16px; line-height: 1.8; }
.contact-actions { flex-wrap: wrap; gap: 16px; margin-top: 35px; display: flex; }
.contact-details { border-top: 1px solid var(--line); border-left: 1px solid var(--line); grid-template-columns: repeat(2, 1fr); display: grid; }
.contact-card { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(22, 48, 37, 0.36); flex-direction: column; min-height: 245px; padding: 30px; display: flex; }
.contact-card > span, .contact-card > div > span { color: var(--lime); letter-spacing: 0.13em; text-transform: uppercase; margin-bottom: 24px; font-size: 10px; font-weight: 800; display: block; }
.contact-card address { max-width: 330px; color: var(--metal); margin: 0px 0px 24px; font-size: 15px; font-style: normal; line-height: 1.75; }
.contact-card > a { color: var(--lime); margin-top: auto; }
.contact-card-wide { grid-column: 1 / -1; grid-template-columns: 0.64fr 1.36fr; gap: 30px; min-height: 172px; display: grid; }
.contact-value { color: var(--pale-metal); overflow-wrap: anywhere; font-size: 18px; font-weight: 700; }
.email-value { font-size: 16px; }
.site-footer { background: rgb(7, 12, 10); border-top: 1px solid rgba(232, 238, 235, 0.1); padding: 46px 0px 24px; }
.footer-main { justify-content: space-between; align-items: center; gap: 40px; padding-bottom: 42px; display: flex; }
.footer-main .brand-mark { flex-basis: 42px; width: 42px; height: 42px; }
.footer-main .brand-mark span { width: 26px; height: 26px; }
.footer-main .brand-copy strong { font-size: 15px; }
.footer-main .brand-copy small { font-size: 10px; }
.footer-nav { flex-wrap: wrap; justify-content: flex-end; gap: 28px; display: flex; }
.footer-nav a { color: var(--muted); font-size: 12px; font-weight: 700; transition: color 0.18s; }
.footer-nav a:hover { color: var(--lime); }
.footer-bottom { border-top: 1px solid rgba(232, 238, 235, 0.1); justify-content: space-between; gap: 25px; padding-top: 23px; display: flex; }
.footer-bottom p { color: rgb(110, 122, 116); letter-spacing: 0.07em; text-transform: uppercase; margin: 0px; font-size: 10px; }
.whatsapp-float { z-index: 50; color: rgb(255, 255, 255); background: rgb(37, 211, 102); border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 50%; place-items: center; width: 58px; height: 58px; transition: transform 0.18s, box-shadow 0.18s; display: grid; position: fixed; bottom: 24px; right: 24px; box-shadow: rgba(0, 0, 0, 0.38) 0px 12px 32px; }
.whatsapp-float:hover { transform: translateY(-4px); box-shadow: rgba(0, 0, 0, 0.45) 0px 18px 38px; }
.whatsapp-float svg { fill: currentcolor; width: 31px; height: 31px; }
section[id] { scroll-margin-top: 90px; }
@media (width <= 1020px) {
  .section-heading, .intro-grid, .scrap-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .section-heading { margin-bottom: 45px; }
  .section-heading > p { max-width: 680px; }
  .intro-copy { max-width: 760px; padding-top: 0px; }
  .value-row { grid-template-columns: repeat(2, 1fr); }
  .value-row article:nth-child(3) { border-left: 0px; padding-left: 0px; }
  .value-row article:nth-child(n+3) { border-top: 1px solid rgba(17, 32, 25, 0.18); margin-top: 38px; padding-top: 34px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 350px; }
  .notch-bar-showcase { grid-template-columns: 1fr; }
  .notch-bar-image { aspect-ratio: 3 / 2; min-height: auto; }
  .grade-top { min-height: 95px; }
  .scrap-copy { max-width: 760px; }
  .scrap-types, .scrap-types-four { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid article:nth-child(3) { border-left: 0px; }
  .process-grid article:nth-child(n+3) { border-top: 1px solid rgba(17, 32, 25, 0.18); margin-top: 48px; padding-top: 38px; }
}
@media (width <= 760px) {
  .intro-section, .products-section, .scrap-section, .quality-section, .contact-section { padding: 90px 0px; }
  .value-row { grid-template-columns: 1fr; margin-top: 58px; }
  .value-row article, .value-row article + article { border-bottom: 1px solid rgba(17, 32, 25, 0.18); border-left: 0px; margin: 0px; padding: 27px 0px; }
  .value-row span { margin-bottom: 20px; }
  .product-card { min-height: 380px; padding: 26px; }
  .notch-bar-copy { padding: 32px 26px 36px; }
  .notch-bar-copy .button { width: 100%; }
  .scrap-types, .scrap-types-four, .contact-details, .contact-card-wide { grid-template-columns: 1fr; }
  .scrap-group-heading { grid-template-columns: 1fr; gap: 14px; }
  .contact-card-wide { gap: 35px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article, .process-grid article + article, .process-grid article:nth-child(n+3) { border-top: 0px; border-bottom: 1px solid rgba(17, 32, 25, 0.18); border-left: 0px; margin: 0px; padding: 30px 0px; }
  .process-grid span { margin-bottom: 32px; }
  .footer-main, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-nav { justify-content: flex-start; }
}
@media (width <= 520px) {
  .scrap-actions, .contact-actions { flex-direction: column; }
  .scrap-actions .button, .contact-actions .button { width: 100%; }
  .whatsapp-float { width: 52px; height: 52px; bottom: 16px; right: 16px; }
}
.action-page { background: radial-gradient(circle at 82% 8%, rgba(38, 88, 66, 0.24), rgba(0, 0, 0, 0) 24%), rgb(10, 18, 15); min-height: 100vh; }
.action-header { border-bottom: 1px solid var(--line); justify-content: space-between; align-items: center; gap: 28px; width: min(100% - 40px, 1320px); min-height: 88px; margin: 0px auto; display: flex; }
.action-brand { align-items: center; gap: 14px; display: inline-flex; }
.action-brand > span { width: 46px; height: 46px; color: var(--lime); letter-spacing: 0.1em; border: 1px solid rgba(232, 238, 235, 0.28); border-radius: 50%; place-items: center; font-size: 10px; font-weight: 900; display: grid; }
.action-brand strong { letter-spacing: 0.12em; text-transform: uppercase; font-size: 14px; }
.back-link { color: var(--metal); font-size: 13px; font-weight: 700; }
.back-link:hover { color: var(--lime); }
.action-hero { grid-template-columns: 1.18fr 0.82fr; align-items: end; gap: clamp(44px, 8vw, 120px); width: min(100% - 40px, 1320px); margin: 0px auto; padding: 92px 0px 66px; display: grid; }
.action-hero h1 { letter-spacing: -0.055em; max-width: 790px; margin: 0px; font-size: clamp(46px, 5.4vw, 76px); line-height: 1.03; }
.action-hero > p { max-width: 520px; color: var(--muted); margin: 0px 0px 5px; font-size: 16px; line-height: 1.75; }
.action-content { background: linear-gradient(135deg, rgba(24, 52, 40, 0.86), rgba(8, 20, 14, 0.92)); border: 1px solid rgba(201, 208, 205, 0.24); border-radius: 10px; grid-template-columns: minmax(300px, 0.7fr) minmax(0px, 1.3fr); gap: clamp(46px, 6vw, 82px); width: min(100% - 40px, 1320px); margin: 0px auto; padding: clamp(36px, 4vw, 54px); display: grid; box-shadow: rgba(0, 0, 0, 0.25) 0px 34px 100px; }
.action-guidance h2 { letter-spacing: -0.04em; max-width: 420px; margin: 0px; font-size: clamp(30px, 2.7vw, 39px); line-height: 1.08; }
.action-guidance ul { margin: 34px 0px; padding: 0px; list-style: none; }
.action-guidance li { border-bottom: 1px solid var(--line); color: rgba(232, 238, 235, 0.72); padding: 14px 0px 14px 30px; font-size: 14px; line-height: 1.65; position: relative; }
.action-guidance li::before { content: "✓"; color: var(--lime); font-weight: 900; position: absolute; top: 14px; left: 0px; }
.registration-box { background: rgba(5, 17, 11, 0.35); border: 1px solid rgba(183, 227, 74, 0.25); border-radius: 6px; flex-direction: column; gap: 8px; margin-top: 30px; padding: 18px; display: flex; }
.registration-box span { color: var(--metal); letter-spacing: 0.05em; font-size: 11px; font-weight: 800; }
.enquiry-panel form { margin: 0px; }
.enquiry-tabs { border: 1px solid var(--line); border-radius: 7px; grid-template-columns: repeat(2, 1fr); margin-bottom: 28px; display: grid; overflow: hidden; }
.enquiry-tabs button { min-height: 52px; color: var(--muted); font-style: inherit; font-variant: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; cursor: pointer; background: rgba(7, 19, 13, 0.35); border: 0px; padding: 10px 16px; font-size: 12px; font-weight: 800; }
.enquiry-tabs button + button { border-left: 1px solid var(--line); }
.enquiry-tabs button.active { background: var(--lime); color: rgb(12, 22, 15); }
.form-grid { grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 21px 18px; display: grid; }
.form-grid label { flex-direction: column; gap: 10px; display: flex; }
.field-label { color: var(--metal); letter-spacing: 0.025em; align-items: baseline; gap: 4px; font-size: 12px; font-weight: 800; line-height: 1.4; display: inline-flex; }
.required-field .field-label::after { content: "*"; color: var(--lime); font-size: 12px; font-weight: 900; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 54px; color: var(--pale-metal); font-style: inherit; font-variant: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; letter-spacing: 0px; background: rgba(3, 13, 8, 0.48); border: 1px solid rgba(201, 208, 205, 0.25); border-radius: 6px; padding: 13px 14px; font-size: 14px; font-weight: 500; }
.form-grid textarea { resize: vertical; min-height: 112px; }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: rgb(113, 128, 121); }
.form-grid select { --lightningcss-light: ; --lightningcss-dark: initial; color-scheme: dark; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--lime); outline: 1px solid var(--lime); outline-offset: 0px; }
.form-wide { grid-column: 1 / -1; }
.form-submit-row { grid-template-columns: minmax(235px, auto) 1fr; align-items: center; gap: 22px; margin-top: 26px; display: grid; }
.form-submit-row button { cursor: pointer; border: 0px; font-family: inherit; }
.form-submit-row p { color: rgb(121, 133, 127); max-width: 360px; margin: 0px; font-size: 11px; line-height: 1.6; }
.scrap-reference-gallery { background: linear-gradient(135deg, rgba(18, 43, 32, 0.8), rgba(7, 17, 12, 0.9)); border: 1px solid rgba(201, 208, 205, 0.2); border-radius: 10px; width: min(100% - 40px, 1320px); margin: 0px auto 26px; padding: clamp(28px, 3.5vw, 44px); }
.scrap-reference-heading { grid-template-columns: 1fr 0.8fr; align-items: end; gap: 40px; margin-bottom: 28px; display: grid; }
.scrap-reference-heading h2 { letter-spacing: -0.04em; max-width: 610px; margin: 0px; font-size: clamp(30px, 3.3vw, 45px); line-height: 1.08; }
.scrap-reference-heading > p { max-width: 520px; color: var(--muted); margin: 0px 0px 4px; font-size: 13px; line-height: 1.7; }
.scrap-reference-groups { gap: 38px; display: grid; }
.scrap-reference-group { min-width: 0px; }
.scrap-reference-group-heading { justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 15px; display: flex; }
.scrap-reference-group-heading h3 { color: var(--pale-metal); letter-spacing: -0.02em; margin: 0px; font-size: 19px; }
.scrap-reference-group-heading p { max-width: 620px; color: var(--muted); text-align: right; margin: 0px; font-size: 11px; line-height: 1.6; }
.scrap-reference-grid { grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 12px; display: grid; }
.scrap-reference-grid-four { grid-template-columns: repeat(4, minmax(0px, 1fr)); }
.scrap-reference-grid a { aspect-ratio: 3 / 2; background: rgb(9, 19, 14); border: 1px solid rgba(201, 208, 205, 0.18); border-radius: 6px; min-width: 0px; position: relative; overflow: hidden; }
.scrap-reference-grid img { object-fit: cover; opacity: 0.8; width: 100%; height: 100%; transition: opacity 0.18s, transform 0.28s; display: block; }
.scrap-reference-grid a::after { content: ""; background: linear-gradient(rgba(0, 0, 0, 0) 35%, rgba(3, 12, 7, 0.86)); position: absolute; inset: 0px; }
.scrap-reference-grid a:hover img { opacity: 1; transform: scale(1.025); }
.scrap-reference-grid span, .scrap-reference-grid small { z-index: 2; position: absolute; left: 16px; right: 16px; }
.scrap-reference-grid span { color: var(--pale-metal); font-size: 15px; font-weight: 800; bottom: 24px; }
.scrap-reference-grid small { color: rgba(232, 238, 235, 0.62); letter-spacing: 0.09em; text-transform: uppercase; font-size: 8px; font-weight: 750; bottom: 10px; }
.action-footer { width: min(100% - 40px, 1320px); color: var(--muted); justify-content: center; gap: 30px; margin: 0px auto; padding: 40px 0px 50px; font-size: 12px; display: flex; }
.action-footer a:hover { color: var(--lime); }
@media (width <= 900px) {
  .action-hero, .action-content, .scrap-reference-heading { grid-template-columns: 1fr; }
  .action-hero { padding-top: 70px; }
  .action-content { padding: 38px; }
  .scrap-reference-grid, .scrap-reference-grid-four { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
}
@media (width <= 600px) {
  .action-header { min-height: 76px; }
  .action-brand strong { max-width: 175px; font-size: 10px; }
  .action-hero { padding: 60px 0px 45px; }
  .action-hero h1 { font-size: 42px; }
  .action-content { width: min(100% - 28px, 1320px); padding: 25px 18px; }
  .form-grid, .enquiry-tabs, .scrap-reference-grid, .scrap-reference-grid-four { grid-template-columns: 1fr; }
  .scrap-reference-group-heading { flex-direction: column; align-items: flex-start; gap: 8px; }
  .scrap-reference-group-heading p { text-align: left; }
  .enquiry-tabs button + button { border-top: 1px solid var(--line); border-left: 0px; }
  .form-submit-row, .action-footer { flex-direction: column; align-items: stretch; }
  .form-submit-row { grid-template-columns: 1fr; }
  .form-submit-row .button { width: 100%; }
  .scrap-reference-gallery { width: min(100% - 28px, 1320px); padding: 24px 18px; }
  .action-footer { overflow-wrap: anywhere; text-align: center; gap: 12px; }
}
.specification-block { background: linear-gradient(145deg, rgba(24, 52, 40, 0.72), rgba(7, 17, 12, 0.86)); border: 1px solid rgba(201, 208, 205, 0.28); border-radius: 10px; margin-top: 74px; padding: clamp(28px, 4vw, 54px); scroll-margin-top: 90px; }
.specification-intro { grid-template-columns: 1.1fr 0.9fr; align-items: end; gap: 55px; margin-bottom: 38px; display: grid; }
.specification-intro h3 { letter-spacing: -0.045em; max-width: 650px; margin: 0px; font-size: clamp(32px, 3.5vw, 49px); line-height: 1.08; }
.specification-intro > p { color: var(--muted); margin: 0px; font-size: 14px; line-height: 1.75; }
.table-scroll { border: 1px solid var(--line); border-radius: 7px; overflow-x: auto; }
.table-scroll table { border-collapse: collapse; width: 100%; min-width: 760px; color: var(--metal); font-size: 13px; }
.table-scroll th, .table-scroll td { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; padding: 19px 20px; }
.table-scroll tr > :last-child { border-right: 0px; }
.table-scroll tbody tr:last-child > * { border-bottom: 0px; }
.table-scroll thead th { color: var(--lime); letter-spacing: 0.11em; text-transform: uppercase; background: rgba(183, 227, 74, 0.08); font-size: 10px; }
.table-scroll tbody th { width: 27%; color: var(--pale-metal); font-weight: 800; }
.table-scroll td { color: rgba(201, 208, 205, 0.76); line-height: 1.65; }
.specification-cta { justify-content: space-between; align-items: center; gap: 30px; margin-top: 28px; display: flex; }
.specification-cta p { max-width: 620px; color: var(--muted); margin: 0px; font-size: 12px; line-height: 1.7; }
.procurement-checklist { border-top: 1px solid rgba(232, 238, 235, 0.2); grid-column: 1 / -1; grid-template-columns: 0.7fr 1.3fr; gap: 46px 70px; margin-top: 36px; padding-top: 48px; display: grid; }
.procurement-checklist h3 { letter-spacing: -0.04em; max-width: 430px; margin: 0px; font-size: clamp(28px, 3vw, 42px); line-height: 1.1; }
.procurement-checklist ol { counter-reset: procurement 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); grid-template-columns: repeat(2, 1fr); margin: 0px; padding: 0px; list-style: none; display: grid; }
.procurement-checklist li { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 74px; color: var(--metal); counter-increment: procurement 1; grid-template-columns: 27px 1fr; gap: 10px; padding: 18px; font-size: 12px; line-height: 1.55; display: grid; }
.procurement-checklist li::before { content: counter(procurement, decimal-leading-zero); color: var(--lime); font-size: 9px; font-weight: 900; }
.procurement-note { color: var(--muted); grid-column: 2; margin: -20px 0px 0px; font-size: 11px; line-height: 1.7; }
.assurance-grid { border-top: 1px solid rgba(17, 32, 25, 0.25); border-left: 1px solid rgba(17, 32, 25, 0.2); grid-template-columns: repeat(2, 1fr); margin-top: 82px; display: grid; }
.assurance-grid article { border-bottom: 1px solid rgba(17, 32, 25, 0.2); border-right: 1px solid rgba(17, 32, 25, 0.2); padding: 38px; }
.assurance-grid h3 { letter-spacing: -0.03em; margin: 0px 0px 26px; font-size: 27px; }
.assurance-grid ul { margin: 0px; padding: 0px; list-style: none; }
.assurance-grid li { color: rgb(93, 107, 100); border-top: 1px solid rgba(17, 32, 25, 0.13); padding: 12px 0px 12px 24px; font-size: 13px; line-height: 1.65; position: relative; }
.assurance-grid li::before { content: "•"; color: rgb(92, 129, 31); font-weight: 900; position: absolute; left: 2px; }
.faq-section { background: radial-gradient(circle at 12% 20%, rgba(38, 88, 66, 0.26), rgba(0, 0, 0, 0) 28%), rgb(13, 23, 19); padding: 128px 0px; }
.faq-layout { grid-template-columns: 0.78fr 1.22fr; align-items: start; gap: clamp(55px, 9vw, 140px); display: grid; }
.faq-layout h2 { letter-spacing: -0.045em; max-width: 560px; margin: 0px; font-size: clamp(38px, 4.2vw, 59px); line-height: 1.08; }
.faq-list { border-top: 1px solid rgba(232, 238, 235, 0.2); }
.faq-list details { border-bottom: 1px solid rgba(232, 238, 235, 0.2); }
.faq-list summary { color: var(--pale-metal); cursor: pointer; padding: 24px 52px 24px 0px; font-size: 15px; font-weight: 750; line-height: 1.5; list-style: none; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--lime); font-size: 25px; font-weight: 400; position: absolute; top: 20px; right: 5px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 720px; color: var(--muted); margin: -5px 0px 25px; font-size: 13px; line-height: 1.75; }
.enquiry-gateway { background: rgb(16, 31, 24); padding: 120px 0px 130px; }
.gateway-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; display: grid; }
.gateway-grid > a { background: linear-gradient(145deg, rgba(29, 63, 48, 0.72), rgba(8, 20, 14, 0.82)); border: 1px solid rgba(201, 208, 205, 0.25); border-radius: 9px; flex-direction: column; min-height: 330px; padding: clamp(28px, 4vw, 48px); transition: transform 0.2s, border-color 0.2s, background 0.2s; display: flex; }
.gateway-grid > a:hover { background: linear-gradient(145deg, rgba(36, 76, 57, 0.78), rgba(8, 20, 14, 0.88)); border-color: rgba(183, 227, 74, 0.65); transform: translateY(-6px); }
.gateway-grid span { color: var(--lime); letter-spacing: 0.14em; text-transform: uppercase; font-size: 10px; font-weight: 900; }
.gateway-grid strong { letter-spacing: -0.04em; max-width: 560px; margin-top: 30px; font-size: clamp(28px, 3vw, 42px); line-height: 1.12; }
.gateway-grid p { max-width: 520px; color: var(--muted); margin: 18px 0px 28px; font-size: 13px; line-height: 1.7; }
.gateway-grid b { color: var(--lime); margin-top: auto; font-size: 13px; }
.compliance-card { grid-column: 1 / -1; grid-template-columns: repeat(2, 1fr); gap: 30px; min-height: 145px; }
.compliance-card strong { color: var(--pale-metal); letter-spacing: 0.04em; font-size: 16px; display: block; }
@media (width <= 900px) {
  .specification-intro, .procurement-checklist, .faq-layout { grid-template-columns: 1fr; }
  .procurement-note { grid-column: 1; margin-top: -20px; }
  .specification-cta { flex-direction: column; align-items: flex-start; }
}
@media (width <= 700px) {
  .specification-block { margin-top: 55px; padding: 26px 18px; }
  .specification-intro { gap: 28px; }
  .procurement-checklist ol, .assurance-grid, .gateway-grid, .compliance-card { grid-template-columns: 1fr; }
  .procurement-checklist { gap: 34px; }
  .assurance-grid { margin-top: 55px; }
  .assurance-grid article { padding: 28px 22px; }
  .faq-section, .enquiry-gateway { padding: 90px 0px; }
  .gateway-grid > a { min-height: 285px; }
}
.legal-page { background: radial-gradient(circle at 82% 8%, rgba(38, 88, 66, 0.2), rgba(0, 0, 0, 0) 25%), rgb(10, 18, 15); min-height: 100vh; }
.profile-page { background: radial-gradient(circle at 82% 8%, rgba(38, 88, 66, 0.28), rgba(0, 0, 0, 0) 26%), rgb(10, 18, 15); min-height: 100vh; padding-bottom: 90px; }
.profile-shell { background: linear-gradient(145deg, rgba(25, 55, 41, 0.86), rgba(7, 18, 12, 0.94)); border: 1px solid rgba(201, 208, 205, 0.22); border-radius: 10px; width: min(100% - 40px, 1120px); margin: 76px auto 0px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.28) 0px 34px 100px; }
.profile-intro { border-bottom: 1px solid rgba(201, 208, 205, 0.2); grid-template-columns: 260px 1fr; align-items: center; display: grid; }
.profile-photo { background: rgb(17, 41, 31); min-height: 330px; position: relative; overflow: hidden; }
.profile-photo img { object-fit: cover; object-position: center 20%; width: 100%; height: 100%; display: block; position: absolute; inset: 0px; }
.profile-photo::after { content: ""; pointer-events: none; background: linear-gradient(rgba(0, 0, 0, 0), rgba(7, 18, 12, 0.86)); position: absolute; inset: 48% 0px 0px; }
.profile-photo span { z-index: 1; color: var(--lime); letter-spacing: 0.16em; text-transform: uppercase; font-size: 10px; font-weight: 850; position: absolute; bottom: 24px; left: 28px; }
.profile-intro > div:last-child { padding: clamp(34px, 5vw, 68px); }
.profile-intro h1 { letter-spacing: -0.055em; max-width: 700px; margin: 0px 0px 14px; font-size: clamp(42px, 5.2vw, 68px); line-height: 1.02; }
.profile-intro strong { color: var(--lime); font-size: 13px; display: block; }
.profile-intro > div:last-child > p:last-child { color: var(--muted); margin: 14px 0px 0px; font-size: 12px; }
.profile-content { grid-template-columns: 1.22fr 0.78fr; gap: clamp(45px, 7vw, 82px); padding: clamp(34px, 5vw, 66px); display: grid; }
.profile-content section p { color: rgba(232, 238, 235, 0.72); margin: 0px 0px 20px; font-size: 15px; line-height: 1.85; }
.profile-content aside ul { border-top: 1px solid var(--line); margin: 0px; padding: 0px; list-style: none; }
.profile-content aside li { border-bottom: 1px solid var(--line); color: var(--metal); padding: 13px 0px 13px 23px; font-size: 12px; line-height: 1.55; position: relative; }
.profile-content aside li::before { content: "•"; color: var(--lime); position: absolute; left: 2px; }
.profile-contact { overflow-wrap: anywhere; background: rgba(3, 13, 8, 0.32); border: 1px solid rgba(183, 227, 74, 0.24); border-radius: 6px; flex-direction: column; gap: 9px; margin-top: 28px; padding: 20px; display: flex; }
.profile-contact span { color: var(--lime); letter-spacing: 0.13em; text-transform: uppercase; margin-bottom: 3px; font-size: 9px; font-weight: 850; }
.profile-contact a { color: var(--metal); font-size: 12px; }
.profile-actions { flex-wrap: wrap; gap: 14px; padding: 0px clamp(34px, 5vw, 66px) clamp(34px, 5vw, 66px); display: flex; }
.legal-page > article { width: min(100% - 40px, 860px); margin: 0px auto; padding: 90px 0px 120px; }
.legal-page h1 { letter-spacing: -0.055em; max-width: 760px; margin: 0px; font-size: clamp(44px, 6vw, 72px); line-height: 1.04; }
.legal-updated { letter-spacing: 0.08em; text-transform: uppercase; font-weight: 800; color: var(--lime) !important; margin: 18px 0px 55px !important; font-size: 11px !important; }
.legal-page h2 { border-top: 1px solid var(--line); letter-spacing: -0.02em; margin: 38px 0px 12px; padding-top: 25px; font-size: 21px; }
.legal-page article > p { color: var(--muted); margin: 0px; font-size: 14px; line-height: 1.85; }
.legal-page article a { color: var(--lime); overflow-wrap: anywhere; }
.not-found-page { min-height: 100vh; padding: 40px var(--page-pad); text-align: center; background: radial-gradient(circle at 50% 40%, rgba(38, 88, 66, 0.3), rgba(0, 0, 0, 0) 32%), rgb(9, 17, 14); flex-direction: column; justify-content: center; align-items: center; display: flex; }
.not-found-page h1 { letter-spacing: -0.055em; max-width: 780px; margin: 0px; font-size: clamp(44px, 6vw, 74px); line-height: 1.03; }
.not-found-page > p:not(.section-kicker) { max-width: 620px; color: var(--muted); margin: 26px 0px 34px; font-size: 15px; line-height: 1.75; }
.not-found-page > div { flex-wrap: wrap; justify-content: center; gap: 14px; display: flex; }
@media (width <= 900px) {
  .leadership-card, .profile-intro, .profile-content { grid-template-columns: 1fr; }
  .leadership-photo { border-radius: 10px 10px 0px 0px; min-height: 280px; }
  .leadership-copy { border-top: 0px; border-left: 1px solid rgba(17, 32, 25, 0.18); border-radius: 0px 0px 10px 10px; min-height: auto; }
  .profile-photo { min-height: 240px; }
}
@media (width <= 600px) {
  .leadership-section { padding-bottom: 90px; }
  .leadership-photo { min-height: 220px; }
  .leadership-copy { padding: 34px 24px; }
  .profile-shell { width: min(100% - 28px, 1120px); margin-top: 44px; }
  .profile-photo { min-height: 210px; }
  .profile-intro > div:last-child, .profile-content { padding: 30px 22px; }
  .profile-intro h1 { font-size: 42px; }
  .profile-actions { flex-direction: column; padding: 0px 22px 30px; }
  .profile-actions .button { width: 100%; }
}

.__font_manrope_19ck9ou { font-family: Manrope, sans-serif; }
.__variable_manrope_19ck9ou { --font-manrope: 'Manrope', sans-serif; }

:root {
  --font-manrope: "Avenir Next", Arial, sans-serif;
}

.__variable_manrope_19ck9ou {
  --font-manrope: "Avenir Next", Arial, sans-serif;
}

.__font_manrope_19ck9ou {
  font-family: var(--font-manrope);
}

img[src="/placeholder-industrial.svg"] {
  object-fit: cover;
}

.form-status {
  margin-top: 0.75rem;
  color: #dbe7df;
  font-size: 0.9rem;
}

.form-status a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
