:root {
  --ink: #111315;
  --coal: #1b1e21;
  --paper: #f4f2ed;
  --white: #ffffff;
  --orange: #e85b24;
  --muted: #696d70;
  --line: rgba(17, 19, 21, 0.16);
  --display: "Arial Narrow", "Helvetica Neue Condensed", "Roboto Condensed", Impact, sans-serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body, button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; height: 78px; padding: 0 5vw;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(17,19,21,.12);
}
.brand img { width: 184px; }
.nav { display: flex; align-items: center; gap: 34px; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.nav a { transition: color .2s ease; }
.nav a:hover { color: var(--orange); }
.nav-cta { padding: 14px 20px; color: white; background: var(--ink); }
.nav-cta:hover { color: white !important; background: var(--orange); }
.menu-button { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; }
.menu-button span { display: block; height: 2px; margin: 6px 0; background: var(--ink); }

.hero { min-height: 940px; height: 100svh; position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 150px 6vw 9vh; color: white; background: var(--ink); }
.hero-image, .hero-wash, .hero-grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; filter: saturate(.78) contrast(1.05); }
.hero-wash { background: linear-gradient(90deg, rgba(10,12,14,.94) 0%, rgba(10,12,14,.72) 48%, rgba(10,12,14,.24) 100%); }
.hero-grid { opacity: .15; background-image: linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(255,255,255,.28) 25%, transparent calc(25% + 1px), transparent calc(50% - 1px), rgba(255,255,255,.28) 50%, transparent calc(50% + 1px), transparent calc(75% - 1px), rgba(255,255,255,.28) 75%, transparent calc(75% + 1px)); }
.hero-copy { position: relative; z-index: 2; width: min(980px, 82vw); }
.kicker { margin: 0 0 24px; display: flex; align-items: center; gap: 15px; color: var(--orange); text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 800; }
.kicker::before { content: ""; width: 38px; height: 1px; background: currentColor; }
.kicker.light { color: #ff8253; }
.hero h1 { margin: 0; max-width: 980px; font-family: var(--display); font-size: clamp(72px, 8.5vw, 138px); font-weight: 800; line-height: .86; letter-spacing: -.025em; text-transform: uppercase; }
.hero h1 em { color: white; font-style: normal; -webkit-text-stroke: 0; }
.hero-intro { max-width: 650px; margin: 34px 0 0; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.55; color: rgba(255,255,255,.78); font-weight: 400; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; min-height: 54px; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.button.primary { padding: 0 25px; background: var(--orange); color: white; }
.button.primary:hover { background: white; color: var(--ink); }
.text-button { border-bottom: 1px solid rgba(255,255,255,.5); }
.text-button span { display: none; }
.hero-index { position: absolute; z-index: 2; right: 5vw; bottom: 7vh; display: grid; gap: 5px; text-align: right; font-size: 9px; letter-spacing: .16em; color: rgba(255,255,255,.66); }

h2, h3 { margin-top: 0; font-family: var(--display); font-weight: 800; letter-spacing: -.015em; text-transform: uppercase; }
.statement { padding: 130px 7vw; display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; background: var(--white); }
.statement h2, .sector-intro h2, .process h2, .contact h2 { margin: 0; font-size: clamp(58px, 6vw, 96px); line-height: .9; }
.statement-copy { padding-top: 46px; max-width: 760px; }
.statement-copy > p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.statement-copy .lead { margin-top: 0; color: var(--ink); font-size: clamp(22px, 2vw, 30px); line-height: 1.35; font-weight: 500; letter-spacing: -.015em; }
.principles { margin-top: 48px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles span { min-height: 96px; padding: 22px 18px 20px 0; display: flex; flex-direction: column; gap: 10px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.principles span + span { border-left: 1px solid var(--line); padding-left: 22px; }
.principles b { color: var(--orange); font-size: 10px; }

.sector-intro { padding: 120px 7vw 105px; background: var(--ink); color: white; border-bottom: 1px solid rgba(255,255,255,.18); }
.sector-intro h2 span { color: rgba(255,255,255,.42); -webkit-text-stroke: 0; }
.sector { min-height: 700px; display: grid; grid-template-columns: 56% 44%; background: var(--white); border-bottom: 1px solid var(--line); }
.sector.reverse { grid-template-columns: 44% 56%; }
.sector.reverse .sector-visual { order: 2; }
.sector-visual { position: relative; overflow: hidden; min-height: 660px; background: #d5d4d0; }
.sector-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(10,12,14,.38)); pointer-events: none; }
.sector-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); transition: transform .7s ease, filter .7s ease; }
.sector:hover .sector-visual img { transform: scale(1.015); filter: saturate(.9); }
.sector-number { position: absolute; z-index: 2; left: 34px; bottom: 30px; width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.8); color: white; font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.sector-copy { align-self: center; padding: 76px 6vw; }
.sector-copy h3 { margin-bottom: 0; font-size: clamp(48px, 5vw, 78px); line-height: .92; }
.sector-description { max-width: 590px; margin: 28px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.sector-copy ul { margin: 42px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.sector-copy li { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; }
.sector-copy li span { display: none; }
.inline-link { display: inline-flex; gap: 14px; padding-bottom: 7px; border-bottom: 1px solid var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.inline-link span { color: var(--orange); }

.product-band { min-height: 720px; display: grid; grid-template-columns: 58% 42%; background: var(--coal); color: white; }
.product-image { min-height: 620px; }
.product-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) contrast(1.04); }
.product-message { padding: 92px 6vw; align-self: center; }
.product-message h2 { margin-bottom: 26px; font-size: clamp(60px, 6vw, 98px); line-height: .88; }
.product-message > p:last-child { max-width: 470px; margin: 0; color: rgba(255,255,255,.62); line-height: 1.75; }

.process { padding: 130px 7vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; background: var(--paper); }
.process ol { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.process li { display: grid; grid-template-columns: 54px 1fr; gap: 26px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.process li > span { padding-top: 5px; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.process h3 { margin: 0; font-family: var(--body); font-size: 18px; font-weight: 700; letter-spacing: 0; text-transform: none; }
.process li p { max-width: 620px; margin: 9px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.value { min-height: 760px; display: grid; grid-template-columns: 44% 56%; background: var(--ink); color: white; }
.value-image { min-height: 680px; }
.value-image img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; filter: grayscale(.25) saturate(.55) contrast(1.05); opacity: .82; }
.value-copy { padding: 100px 7vw; align-self: center; }
.value-copy h2 { margin-bottom: 0; font-size: clamp(52px, 5.3vw, 86px); line-height: .91; }
.value-list { margin-top: 54px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px 46px; }
.value-list div { border-top: 1px solid rgba(255,255,255,.28); padding-top: 17px; }
.value-list b { font-size: 12px; letter-spacing: .03em; text-transform: uppercase; }
.value-list p { margin-bottom: 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.6; }

.contact { padding: 130px 7vw; display: grid; grid-template-columns: .82fr 1.18fr; gap: 9vw; background: var(--paper); }
.contact-heading > p:not(.kicker) { max-width: 560px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.registered-office { margin-top: 54px; padding-top: 22px; border-top: 1px solid var(--line); }
.registered-office span { color: var(--orange); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 800; }
.registered-office p { line-height: 1.6; }
.contact-form { position: relative; padding: 48px; background: var(--white); border: 1px solid rgba(17,19,21,.1); }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: block; margin-bottom: 23px; color: #4d5154; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: 9px; border: 1px solid rgba(17,19,21,.22); border-radius: 0; background: white; color: var(--ink); padding: 14px 15px; outline: none; text-transform: none; letter-spacing: 0; font-size: 14px; font-weight: 400; }
.contact-form textarea { resize: vertical; min-height: 142px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--ink); box-shadow: inset 3px 0 0 var(--orange); }
.submit-button { width: 100%; min-height: 58px; border: 0; padding: 0 21px; display: flex; align-items: center; justify-content: space-between; background: var(--ink); color: white; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.submit-button:hover { background: var(--orange); }
.submit-button:disabled { opacity: .65; cursor: wait; }
.form-status { margin: 16px 0 0; font-size: 13px; text-transform: none; letter-spacing: 0; }
.form-status.success { color: #16704a; }
.form-status.error { color: #a52d24; }

footer { padding: 46px 5vw; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 24px; border-top: 1px solid rgba(255,255,255,.12); background: var(--ink); color: rgba(255,255,255,.54); font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
footer img { width: 170px; filter: brightness(0) invert(1); opacity: .86; }
footer p:last-child { text-align: right; }

@media (max-width: 980px) {
  .site-header { height: 72px; }
  .brand img { width: 158px; }
  .menu-button { display: block; }
  .nav { position: absolute; top: 72px; left: 0; right: 0; padding: 26px 5vw; display: none; flex-direction: column; align-items: stretch; gap: 22px; background: white; border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .hero { min-height: 820px; padding: 130px 6vw 76px; }
  .hero-copy { width: 100%; }
  .statement, .process, .contact { grid-template-columns: 1fr; gap: 58px; }
  .statement-copy { padding-top: 0; }
  .sector, .sector.reverse, .product-band, .value { grid-template-columns: 1fr; }
  .sector.reverse .sector-visual { order: 0; }
  .sector-visual, .product-image, .value-image { min-height: 500px; }
  .sector-copy { padding: 72px 7vw 84px; }
  .product-message, .value-copy { padding: 82px 7vw; }
  footer { grid-template-columns: 1fr; }
  footer p:last-child { text-align: left; }
}

@media (max-width: 580px) {
  .hero { min-height: 760px; }
  .hero h1 { font-size: 58px; }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-index { display: none; }
  .statement, .sector-intro, .process, .contact { padding: 82px 24px; }
  .statement h2, .sector-intro h2, .process h2, .contact h2 { font-size: 52px; }
  .principles { grid-template-columns: 1fr; }
  .principles span + span { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .sector-visual, .product-image, .value-image { min-height: 390px; }
  .sector-copy, .product-message, .value-copy { padding-left: 24px; padding-right: 24px; }
  .field-row, .value-list { grid-template-columns: 1fr; }
  .contact-form { padding: 28px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
