/* =========================================================
   Raahen Terästuote Oy
   "Työmaataulu" – the visual language of a construction-site signboard:
   solid brand-orange and black blocks, square corners, thick rules,
   heavy uppercase headings, tables and plain photographs. No rounded
   corners, gradients, shadows or scroll animations.
   ========================================================= */

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url("assets/fonts/archivo-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url("assets/fonts/archivo-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Archivo Fallback";
  src: local("Arial Narrow"), local("Arial");
  size-adjust: 98%;
  ascent-override: 88%;
  descent-override: 22%;
}

:root {
  --orange: #e84e1f;          /* logo orange: blocks, bars, markers */
  --black: #181818;
  --line-dark: rgba(255, 255, 255, .12);   /* hairlines on dark surfaces */
  --ink: #1c1c1c;
  --concrete: #ebe9e4;
  --concrete-2: #d6d2ca;
  --steel: #595955;           /* secondary text on light */
  --on-black-2: #b5b3ad;      /* secondary text on black */
  --white: #ffffff;

  --font: "Archivo", "Archivo Fallback", Arial, sans-serif;
  --fs-h1: clamp(2.35rem, 1.1rem + 3.4vw, 4.4rem);
  --fs-h1-page: clamp(2.1rem, 1.1rem + 2.5vw, 3.4rem);
  --fs-h2: clamp(1.75rem, 1.1rem + 1.9vw, 3rem);
  --fs-h3: clamp(1.15rem, 1.05rem + .3vw, 1.35rem);
  --fs-body: 1.125rem;
  --fs-small: 1rem;

  --container: 1240px;
  --gutter: clamp(20px, 4vw, 44px);
  --section: clamp(72px, 7.5vw, 112px);
  --header-h: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 16px); }
html:focus-within { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--font); font-size: var(--fs-body); line-height: 1.7; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
h1, h2, h3, p, ul, ol, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
table { border-collapse: collapse; width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; color: inherit; }
p { text-wrap: pretty; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
a[href^="tel"], .nw { white-space: nowrap; }
.icons { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.1em; height: 1.1em; flex: none; fill: none; stroke: currentColor; stroke-width: 2.25; stroke-linecap: square; stroke-linejoin: miter; }
.skip-link { position: absolute; left: 12px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--orange); color: var(--black); font-weight: 800; text-decoration: none; }
.skip-link:focus { top: 12px; }
.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ---------- type ---------- */
.h1, .h2, .h3 { font-weight: 800; font-stretch: 84%; text-transform: uppercase; line-height: .98; letter-spacing: .004em; overflow-wrap: break-word; text-wrap: balance; }
.h1 { font-size: var(--fs-h1); }
.h1--page { font-size: var(--fs-h1-page); }
.h2 { font-size: var(--fs-h2); }
.h3 { font-size: var(--fs-h3); line-height: 1.12; }
/* Label: one size and weight everywhere; the colour follows the section (ink, white or black). */
.label { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 24px; color: inherit; font-size: .78rem; line-height: 1.2; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; text-wrap: balance; }
.label::before { content: ""; flex: none; width: 10px; height: 10px; margin-top: calc((1.2em - 10px) / 2); background: var(--orange); }
.lead { font-size: clamp(1.15rem, 1.05rem + .35vw, 1.32rem); line-height: 1.6; }
.muted { color: var(--steel); }

/* ---------- actions ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 52px; padding: 0 26px; border: 0; border-radius: 2px; cursor: pointer;
  font-size: .95rem; font-weight: 800; font-stretch: 90%; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; white-space: nowrap;
  transition: background-color .15s, color .15s;
}
.btn--orange { background: var(--orange); color: var(--black); }
.btn--orange:hover { background: var(--black); color: #fff; }
.btn--black { background: var(--black); color: #fff; }
.btn--black:hover { background: var(--orange); color: var(--black); }
.btn--sm { min-height: 44px; padding: 0 18px; font-size: .875rem; }
.btn--block { width: 100%; }
.go { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-size: .875rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.go .icon { color: var(--orange); transition: transform .2s; }
.go:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.go:hover .icon { transform: translateX(3px); }
.call { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-size: 1.15rem; font-weight: 800; text-decoration: none; }
.call .icon { width: 1.15em; height: 1.15em; }
.call:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }

/* ---------- top bar + header ---------- */
.topbar { background: var(--black); color: #8e8c87; font-size: .78rem; letter-spacing: .01em; }
.topbar__row { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 36px; }
.topbar__info { display: flex; flex-wrap: wrap; gap: 0 32px; }
.topbar__info span { display: inline-flex; align-items: center; gap: 8px; }
.topbar__info .icon { width: 13px; height: 13px; color: var(--orange); opacity: .8; }
.topbar a { color: #c4c2bd; font-weight: 600; text-decoration: none; }
.topbar a:hover { color: #fff; }
.topbar__jobs { display: inline-flex; align-items: center; gap: 8px; }
.topbar__jobs .icon { width: 13px; height: 13px; color: var(--orange); }
.site-header { position: sticky; top: 0; z-index: 50; background: var(--white); border-bottom: 1px solid #e0ddd6; }
.header__row { display: flex; align-items: center; gap: clamp(24px, 3.4vw, 56px); height: var(--header-h); }
.brand { display: block; margin-right: auto; padding: 6px 0; }
.brand img { width: 196px; }
.nav ul { display: flex; gap: clamp(28px, 3.3vw, 52px); }
.nav a { position: relative; display: block; padding: 14px 0; font-size: .875rem; font-weight: 700; font-stretch: 90%; letter-spacing: .11em; text-transform: uppercase; text-decoration: none; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 6px; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.menu-toggle { display: none; position: relative; width: 48px; height: 48px; padding: 0; border: 2px solid var(--black); border-radius: 2px; background: var(--white); cursor: pointer; }
.menu-toggle span { position: absolute; left: 11px; right: 11px; height: 3px; background: var(--black); transition: transform .2s, opacity .15s; }
.menu-toggle span:nth-child(1) { top: 13px; }
.menu-toggle span:nth-child(2) { top: 20.5px; }
.menu-toggle span:nth-child(3) { top: 28px; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
.header__call { display: none; place-items: center; width: 48px; height: 48px; border-radius: 2px; background: var(--orange); color: var(--black); }
.header__call:hover { background: var(--black); color: #fff; }
.header__call .icon { width: 22px; height: 22px; }
.site-header.is-open .header__cta { display: none; }
.mobile-nav { height: calc(100dvh - var(--header-h)); overflow-y: auto; overscroll-behavior: contain; padding: 8px var(--gutter) 40px; background: var(--black); color: #fff; }
.mobile-nav li { border-bottom: 1px solid var(--line-dark); }
.mobile-nav a:not(.btn) { display: block; padding: 16px 0; font-size: 1.5rem; font-weight: 800; font-stretch: 84%; text-transform: uppercase; text-decoration: none; }
.mobile-nav a[aria-current="page"] { color: var(--orange); }
.mobile-nav .btn { margin-top: 28px; }
.mobile-nav .btn--orange:hover { background: #fff; color: var(--black); }
.mobile-nav__contact { margin-top: 24px; font-size: var(--fs-small); color: var(--on-black-2); }
.mobile-nav__contact a { color: #fff; font-size: 1.3rem; font-weight: 800; text-decoration: none; }

/* =========================================================
   HOME HERO – full-bleed photograph, text on the dark side of the frame,
   black facts bar beneath
   ========================================================= */
.hero { position: relative; isolation: isolate; display: flex; align-items: center; min-height: clamp(480px, calc(100svh - 203px), 780px); background: var(--black); color: #fff; }
.hero__bg { position: absolute; inset: 0; z-index: -2; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(14, 14, 14, .84) 0%, rgba(14, 14, 14, .72) 28%, rgba(14, 14, 14, .38) 50%, rgba(14, 14, 14, .08) 70%, rgba(14, 14, 14, 0) 88%); }
.hero__content { padding: clamp(48px, 6vw, 88px) 0; }
.hero .h1 { max-width: 9em; font-size: min(clamp(2.5rem, 1.1rem + 4.4vw, 5.4rem), 10.2vw); }
.hero__lead { margin-top: 32px; max-width: 34em; color: #e9e7e2; font-size: clamp(1.05rem, 1rem + .3vw, 1.25rem); line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 32px; margin-top: 46px; }
.hero .call { color: #fff; }
.hero .call .icon { color: var(--orange); }
.hero .btn--orange:hover { background: #fff; color: var(--black); }
.facts { background: var(--black); color: #fff; }
.facts dl { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 34px 0; }
.facts dl > div { position: relative; display: flex; flex-direction: column-reverse; justify-content: flex-end; gap: 8px; padding: 8px 28px 10px; border-left: 1px solid rgba(255, 255, 255, .18); }
.facts dl > div:first-child { border-left: 0; padding-left: 0; }
.facts dt { font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); }
.facts dd { font-size: clamp(1.35rem, 1.1rem + .8vw, 1.85rem); font-weight: 800; font-stretch: 84%; text-transform: uppercase; line-height: 1.05; }
.facts dd a { text-decoration: none; }
.facts dd a::after { content: ""; position: absolute; inset: 0; }
.facts dl > div:hover dd a { text-decoration: underline; text-decoration-color: var(--orange); text-decoration-thickness: 3px; text-underline-offset: 6px; }

/* ---------- sections ---------- */
.section { padding: var(--section) 0; }
.section--concrete { background: var(--concrete); }
.section--black { background: var(--black); color: #fff; }
.section--black p:not(.label), .section--black .muted { color: var(--on-black-2); }
.head { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: 16px 64px; align-items: end; margin-bottom: clamp(36px, 4vw, 56px); padding-bottom: 28px; border-bottom: 1px solid var(--black); }
.section--black .head { border-color: rgba(255, 255, 255, .28); }
.head p:not(.label) { max-width: 44em; color: var(--steel); }
.section--black .head p:not(.label) { color: var(--on-black-2); }

/* intro */
.intro { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 32px clamp(40px, 6vw, 96px); align-items: start; }
.intro__img { position: relative; margin-top: clamp(28px, 3vw, 40px); }
.intro__img img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.intro__text > p { max-width: 62ch; color: var(--steel); }
.intro__text > p + p { margin-top: 16px; }
.intro__text > .lead { color: var(--ink); }
.intro__text .go { margin-top: 20px; }

/* service tiles */
.tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 2.8vw, 36px); }
.tiles > li { display: flex; }
.tile { display: flex; flex-direction: column; width: 100%; background: var(--white); text-decoration: none; }
.tile__img { overflow: hidden; }
.tile__img img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; transition: transform .6s cubic-bezier(.2, .7, .2, 1); }
.tile:hover .tile__img img { transform: scale(1.02); }
.tile__body { display: flex; flex: 1; flex-direction: column; padding: 30px 30px 26px; }
.tile__body::before { content: ""; width: 28px; height: 3px; margin-bottom: 20px; background: var(--orange); }
.tile__body p { margin-top: 12px; color: var(--steel); font-size: var(--fs-small); }
.tile__body .go { margin-top: auto; padding-top: 18px; }
.tile:hover .go .icon { transform: translateX(3px); }

/* why: black spec plate beside a product photograph */
.why { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 32px clamp(40px, 5vw, 72px); align-items: stretch; }
.why__lead { margin-top: 18px; max-width: 44em; color: var(--steel); }
.board.why__board { margin-top: 36px; background: #1d1d1d; }
.board.why__board dl > div { grid-template-columns: minmax(140px, 3fr) minmax(0, 8fr); gap: 6px 24px; padding: 24px 32px; }
.board.why__board dt { color: #8f8d88; font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.board.why__board dd { font-weight: 400; color: #e8e6e1; font-size: var(--fs-small); line-height: 1.65; }
.board dd a { color: #fff; font-weight: 800; white-space: nowrap; text-decoration: underline; text-decoration-color: var(--orange); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.board dd a:hover { color: var(--orange); }
.why__img { position: relative; }
.why__img img { width: 100%; height: 100%; object-fit: cover; }

/* gallery: a photo band that runs to the edges of the page */
.gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: repeat(2, auto); gap: 8px; }
.gallery figure { position: relative; overflow: hidden; }
.gallery figure:first-child { grid-column: span 2; grid-row: span 2; }
.gallery img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .7s cubic-bezier(.2, .7, .2, 1); }
.gallery figure:hover img { transform: scale(1.03); }
.tag { position: absolute; left: 14px; bottom: 14px; padding: 7px 11px; background: rgba(18, 18, 18, .72); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); color: #fff; font-size: .7rem; line-height: 1.3; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

/* call-to-action band: near-black, orange as the accent only */
.cta { position: relative; overflow: hidden; background: #1d1d1d; color: #fff; }
.cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(55% 90% at 100% 0%, rgba(232, 78, 31, .2), rgba(232, 78, 31, 0) 70%); pointer-events: none; }
.cta__row { position: relative; display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 32px clamp(40px, 6vw, 96px); align-items: center; padding: clamp(64px, 7vw, 104px) 0; }
.cta .h2 { color: #fff; }
.cta p:not(.label) { margin-top: 20px; max-width: 34em; color: var(--on-black-2); font-size: clamp(1.08rem, 1rem + .25vw, 1.22rem); }
.cta__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.cta__person { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 22px; align-items: center; padding: 22px; border: 1px solid rgba(255, 255, 255, .1); background: rgba(255, 255, 255, .03); color: #fff; }
.cta__person img { width: 112px; aspect-ratio: 1; object-fit: cover; }
.cta__person strong { display: block; font-size: 1.05rem; font-weight: 800; text-transform: uppercase; font-stretch: 90%; letter-spacing: .03em; }
.cta__person span { display: block; font-size: .875rem; color: var(--on-black-2); }
.cta__person a { display: inline-block; margin-top: 6px; padding: 4px 0; font-size: 1.45rem; font-weight: 800; text-decoration: none; }
.cta__person a:hover { color: var(--orange); }
.cta .btn--orange:hover { background: #fff; color: var(--black); }

/* ---------- footer ---------- */
.site-footer { background: #141414; color: var(--on-black-2); font-size: var(--fs-small); }
.footer__grid { display: grid; grid-template-columns: minmax(0, 4fr) repeat(3, minmax(0, 2.6fr)); gap: 48px; padding: clamp(72px, 8vw, 112px) 0 clamp(48px, 5vw, 72px); }
.footer__brand img { width: 240px; }
.footer__brand p { margin-top: 28px; line-height: 1.85; }
.footer__col h2 { margin-bottom: 16px; color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer__col a { display: inline-block; padding: 9px 0; color: #d9d7d2; line-height: 1.8; text-decoration: none; }
.footer__col a:hover { color: var(--orange); text-decoration: underline; }
.footer__social { display: flex; gap: 8px; margin-top: 6px; }
.footer__social a { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid #3a3a3a; border-radius: 2px; color: #fff; }
.footer__social a:hover { border-color: var(--orange); color: var(--orange); }
.footer__base { display: flex; flex-wrap: wrap; align-items: center; gap: 0 28px; padding: 18px 0 26px; border-top: 1px solid rgba(255, 255, 255, .08); color: #8a8883; font-size: .75rem; letter-spacing: .02em; }
.footer__base a { display: inline-block; padding: 10px 0; color: #8f8d88; text-decoration: none; }
.footer__base a:hover { color: #fff; text-decoration: underline; }

/* =========================================================
   SUBPAGES
   ========================================================= */
/* page banner: text on black, with the page's own index */
.banner { background: var(--black); color: #fff; }
.banner__inner { padding: clamp(44px, 6vw, 88px) 0 clamp(40px, 5vw, 64px); }
.banner__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 20px clamp(40px, 6vw, 88px); align-items: end; }
.banner .h1--page { font-size: clamp(2.2rem, 1.1rem + 3vw, 4.2rem); }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; font-size: .84rem; color: var(--on-black-2); }
.crumbs a { color: #fff; }
.crumbs li + li::before { content: "/"; margin-right: 8px; color: var(--orange); }
.banner__lead { max-width: 44em; color: var(--on-black-2); font-size: clamp(1.02rem, .98rem + .25vw, 1.18rem); }
.jumps { display: flex; flex-wrap: wrap; gap: 4px 40px; margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line-dark); }
.jumps a { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: #fff; font-size: .875rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.jumps .icon { color: var(--orange); transform: rotate(90deg); transition: transform .15s; }
.jumps a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.jumps a:hover .icon { transform: rotate(90deg) translateX(3px); }
.jumps .icon--right { transform: none; }
.jumps a:hover .icon--right { transform: translateX(3px); }

/* service detail */
.detail { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 32px clamp(40px, 6vw, 88px); align-items: start; }
.detail--flip { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
.detail--flip .detail__img { order: -1; }
.detail__img { position: sticky; top: calc(var(--header-h) + 24px); }
.detail__img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.detail__text > p:not(.label) { margin-top: 16px; max-width: 62ch; color: var(--steel); }
.detail__text > .lead { margin-top: 22px; color: var(--ink); }
.detail__text h3 { margin-top: 36px; }
.bullets { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; margin-top: 14px; }
.bullets li { position: relative; padding: 10px 0 10px 22px; border-bottom: 1px solid var(--concrete-2); font-weight: 600; line-height: 1.4; }
.bullets li::before { content: ""; position: absolute; left: 0; top: 17px; width: 9px; height: 9px; background: var(--orange); }
.table { margin-top: 16px; font-size: var(--fs-small); border: 2px solid var(--black); table-layout: fixed; background: var(--white); }
.table th, .table td { padding: 13px 16px; border-bottom: 1px solid var(--concrete-2); text-align: left; vertical-align: top; overflow-wrap: anywhere; }
.table thead th { background: var(--black); color: #fff; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.table tbody th { width: 38%; font-weight: 800; }
.table td { color: var(--steel); }
.table a { font-weight: 800; color: var(--ink); }
.table a:hover { color: var(--orange); }
.table--spec td { color: var(--ink); font-size: 1.15rem; font-weight: 800; font-stretch: 90%; }

/* who to call, at the end of each service */
.contact-box { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0 24px; align-items: center; margin-top: 36px; padding: 20px 24px; border: 1px solid var(--concrete-2); border-left: 3px solid var(--orange); background: var(--white); font-size: var(--fs-small); }
.contact-box__who, .contact-box__lines { grid-column: 1; }
.contact-box__lines + .contact-box__who { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--concrete-2); }
.contact-box__who span { display: block; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--steel); }
.contact-box__who strong { display: block; font-size: 1.05rem; font-weight: 800; }
.contact-box__lines { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 20px; }
.contact-box__lines a { display: inline-block; padding: 10px 0; font-weight: 800; text-decoration: none; }
.contact-box__lines a[href^="tel"] { font-size: 1.1rem; }
.contact-box__lines a:hover { color: var(--orange); text-decoration: underline; }
.contact-box__cta { grid-column: 2; grid-row: 1 / span 4; }

/* company signboard */
.board { background: var(--black); color: #fff; border-top: 3px solid var(--orange); }
.board__title { padding: 20px 28px; border-bottom: 1px solid rgba(255, 255, 255, .08); font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--orange); }
.board dl > div { display: grid; grid-template-columns: minmax(118px, 2fr) minmax(0, 5fr); gap: 6px 20px; padding: 18px 28px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.board dl > div:last-child { border-bottom: 0; }
.board dt { font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--on-black-2); padding-top: 3px; }
.board dd { font-weight: 700; }
.company { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: 40px clamp(40px, 6vw, 88px); align-items: start; }
.company__text > p:not(.label) { margin-top: 16px; max-width: 62ch; color: var(--steel); }
.company__text > .lead { margin-top: 22px; color: var(--ink); }

/* wide photograph with text beneath */
.wide img { width: 100%; aspect-ratio: 16 / 7; object-fit: cover; }
.wide__body { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 24px clamp(40px, 6vw, 88px); padding-top: clamp(32px, 4vw, 48px); }
.wide__body p:not(.label) { max-width: 62ch; }
.wide__body p:not(.label) + p { margin-top: 14px; }
.wide__body .go { margin-top: 14px; }
.wide__addr { margin-top: 18px; font-weight: 800; }
.wide__body .wide__addr + .go { margin-top: 2px; }

/* team */
.team { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 32px clamp(40px, 6vw, 88px); align-items: center; }
.team__text > p:not(.label) { margin-top: 16px; }
.team__text .go { margin-top: 16px; }
.team img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; }

/* jobs */
.jobs { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 32px clamp(40px, 6vw, 88px); align-items: start; }
.jobs__img img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.jobs__text > p:not(.label) { margin-top: 16px; max-width: 62ch; color: var(--steel); }
.jobs__text > .jobs__note { margin-top: 22px; color: var(--ink); font-size: var(--fs-small); }
.jobs__note a { font-weight: 800; }
.jobs__note a:hover { color: var(--orange); }
.job-rows { margin-top: 28px; border-top: 3px solid var(--black); }
.job-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "title btn" "text btn"; gap: 8px 32px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--concrete-2); }
.job-row h3 { grid-area: title; }
.job-row p { grid-area: text; max-width: 46em; color: var(--steel); font-size: var(--fs-small); }
.job-row .btn { grid-area: btn; }

/* contacts */
.people { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(14px, 1.6vw, 20px); }
.person { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--concrete-2); }
.person img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 50%; }
.person__body { padding: 20px 18px 0; border-top: 3px solid var(--orange); }
.person h3 { font-size: 1.05rem; }
.person__role { margin-top: 4px; font-size: .875rem; font-weight: 700; }
.person__area { min-height: 2.9em; font-size: .84rem; color: var(--steel); line-height: 1.45; }
.person__links { margin-top: auto; padding: 10px 18px 12px; font-size: .84rem; }
.person__links a { display: block; padding: 10px 0; line-height: 1.3; text-decoration: none; overflow-wrap: anywhere; }
.person__links a[href^="tel"] { font-size: 1.05rem; font-weight: 800; }
.person__links a:hover { color: var(--orange); text-decoration: underline; }

/* direct lines strip under the contact banner */
.hotline { background: var(--black); color: #fff; border-top: 1px solid var(--line-dark); }
.hotline dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hotline dl > div { padding: 28px 28px 30px; border-left: 1px solid var(--line-dark); }
.hotline dl > div:first-child { border-left: 0; padding-left: 0; }
.hotline dt { font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); }
.hotline dd { margin-top: 4px; }
.hotline a { display: inline-block; padding: 6px 0; color: #fff; font-weight: 800; text-decoration: none; overflow-wrap: anywhere; }
.hotline a[href^="tel"] { font-size: clamp(1.45rem, 1.2rem + .8vw, 1.9rem); font-stretch: 88%; }
.hotline a:hover { color: var(--orange); text-decoration: underline; }
.hotline span { display: block; font-size: .875rem; color: var(--on-black-2); }

/* quote form */
.quote { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 32px clamp(40px, 6vw, 88px); align-items: start; }
.quote__text > p:not(.label) { margin-top: 16px; color: var(--steel); }
.quote__person { margin-top: 32px; border: 1px solid var(--concrete-2); border-left: 3px solid var(--orange); background: var(--white); color: var(--ink); }
.quote__person span { color: var(--steel); }
.form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; padding: clamp(24px, 3.4vw, 44px); background: var(--concrete); border-top: 3px solid var(--orange); }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.field label abbr { color: #b3261e; text-decoration: none; }
.field input, .field textarea { width: 100%; min-height: 50px; padding: 11px 14px; border: 2px solid #8a8378; border-radius: 0; background: #fff; font-size: 1rem; -webkit-appearance: none; appearance: none; }
.field textarea { min-height: 140px; resize: vertical; line-height: 1.5; }
.field input:hover, .field textarea:hover { border-color: var(--black); }
.field input:focus, .field textarea:focus { outline: 3px solid var(--orange); outline-offset: 0; border-color: var(--black); }
.field.is-invalid input, .field.is-invalid textarea { border-color: #b3261e; }
.field__hint { font-size: .84rem; color: var(--steel); }
.field__error { font-size: .84rem; font-weight: 800; color: #b3261e; }
.form__status { grid-column: 1 / -1; font-size: var(--fs-small); color: #b3261e; }
.form__status:empty { display: none; }
.form__status.is-ok { padding: 12px 14px; border-left: 3px solid var(--orange); background: var(--white); color: var(--ink); }
.form__status a { font-weight: 800; }
.form__copy { margin-top: 10px; min-height: 44px; padding: 0 16px; border: 2px solid var(--black); border-radius: 2px; background: #fff; font-weight: 800; cursor: pointer; }
.form__foot { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; }
.form__note { flex: 1 1 220px; font-size: .84rem; color: var(--steel); }
.form__note a { color: var(--ink); font-weight: 700; }

/* long-form text (privacy page) */
.prose { max-width: 820px; }
.prose > .h2 { margin-bottom: 8px; }
.prose > .h3 { margin-top: 36px; font-size: 1.15rem; }
.prose > p:not(.label) { margin-top: 12px; }
.prose a { font-weight: 700; }
.prose a:hover { color: var(--orange); }

/* generic 5/7 split: address + billing table */
.split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 32px clamp(40px, 6vw, 88px); align-items: start; }
.split__text > p:not(.label) { margin-top: 16px; color: var(--steel); }
.address { margin-top: 24px; padding: 20px 24px; border: 1px solid var(--concrete-2); border-left: 3px solid var(--orange); background: var(--white); font-style: normal; line-height: 1.55; }
.address strong { font-weight: 800; }
.address .go { margin-top: 8px; }

/* industries as a bordered grid */
.sectors { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--concrete-2); border-left: 1px solid var(--concrete-2); }
.sectors li { display: flex; align-items: center; gap: 12px; min-height: 76px; padding: 14px 18px; border-right: 1px solid var(--concrete-2); border-bottom: 1px solid var(--concrete-2); background: var(--white); font-size: .9rem; font-weight: 800; font-stretch: 90%; letter-spacing: .03em; text-transform: uppercase; line-height: 1.2; }
.sectors li::before { content: ""; flex: none; align-self: flex-start; width: 9px; height: 9px; margin-top: calc((1.2em - 9px) / 2); background: var(--orange); }

/* certificate register */
.table--certs { margin-top: 0; }
.table--certs tbody th { width: 20%; font-size: 1.05rem; white-space: nowrap; }
.table--certs td small { display: block; margin-top: 4px; font-size: .84rem; }
.table--certs td:last-child { width: 1%; white-space: nowrap; }
.table--certs a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; text-decoration: none; }
.table--certs a:hover { text-decoration: underline; }
.table--certs .icon { color: var(--orange); }
.sv { display: flex; align-items: center; gap: 28px; margin-top: 24px; padding: 22px 26px; background: var(--black); color: var(--on-black-2); font-size: var(--fs-small); }
.sv img { width: 160px; flex: none; }
.sv strong { display: block; color: #fff; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }

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

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1180px) {
  .people { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer__brand { grid-column: 1 / -1; }
  .sectors { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  .topbar__info span:nth-child(3) { display: none; }
  .intro, .head, .cta__row, .detail, .company, .wide__body, .team, .jobs, .quote, .split, .why, .banner__grid { grid-template-columns: minmax(0, 1fr); }
  .detail__img, .detail--flip .detail__img { position: static; order: -1; }
  .detail__img img { aspect-ratio: 16 / 9; }
  .tiles { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .tile { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
  .tile__img img { height: 100%; }
  .facts dl { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 18px 0; }
  .facts dl > div { padding: 16px 24px; }
  .facts dl > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .facts dl > div:nth-child(n + 3) { border-top: 1px solid rgba(255, 255, 255, .18); }
  .why__img img { height: auto; aspect-ratio: 4 / 3; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery figure:first-child { grid-column: 1 / -1; grid-row: auto; }
  .jobs__img img { aspect-ratio: 16 / 9; }
  .hotline dl { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .hotline dl > div:nth-child(3) { grid-column: 1 / -1; border-left: 0; padding-left: 0; border-top: 1px solid var(--line-dark); }
}

@media (max-width: 760px) {
  :root { --header-h: 68px; }
  .topbar { display: none; }
  .header__call { display: grid; }
  .nav { display: none; }
  .menu-toggle { display: block; }
  .brand img { width: 158px; }
  .hero { min-height: min(calc(100svh - 151px), 640px); }
  .hero::after { background: linear-gradient(180deg, rgba(12, 12, 12, .42) 0%, rgba(12, 12, 12, .66) 38%, rgba(12, 12, 12, .7) 72%, rgba(12, 12, 12, .5) 100%); }
  .hero__bg img { object-position: 50% 30%; }
  .hero__content { padding: 48px 0; }
  .jumps { flex-direction: column; gap: 0; }
  .jumps a { border-bottom: 1px solid var(--line-dark); }
  .table--certs thead { display: none; }
  .table--certs tr { display: block; padding: 14px 0; border-bottom: 1px solid var(--concrete-2); }
  .table--certs tr:last-child { border-bottom: 0; }
  .table--certs th, .table--certs td { display: block; width: auto !important; padding: 2px 16px; border: 0; }
  .table--certs td:last-child { white-space: normal; }
  .hotline dl { grid-template-columns: minmax(0, 1fr); }
  .hotline dl > div, .hotline dl > div:nth-child(3) { border-left: 0; padding-left: 0; border-top: 1px solid var(--line-dark); }
  .hotline dl > div:first-child { border-top: 0; }
  .contact-box { grid-template-columns: minmax(0, 1fr); padding: 16px 18px; }
  .contact-box__lines { gap: 0 18px; }
  .contact-box__lines a { padding: 8px 0; }
  .contact-box__cta { grid-column: 1; grid-row: auto; justify-self: start; margin-top: 12px; }
  /* contact people: photo + name side by side, contact links full width underneath */
  .people { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .person { display: grid; grid-template-columns: 80px minmax(0, 1fr); column-gap: 16px; align-items: center; padding: 16px 18px 4px 16px; border-left: 3px solid var(--orange); }
  .person picture, .person img { width: 80px; height: 80px; }
  .person img { aspect-ratio: 1; }
  .person__body { padding: 0; border-top: 0; }
  .person h3 { font-size: 1rem; }
  .person__role { margin-top: 3px; }
  .person__area { min-height: 0; font-size: .875rem; }
  .person__links { grid-column: 1 / -1; display: flex; flex-direction: column; align-items: flex-start; margin-top: 14px; padding: 4px 0 2px; border-top: 1px solid var(--concrete-2); font-size: .9375rem; }
  .person__links a { padding: 8px 0; }
}

@media (max-width: 600px) {
  :root { --fs-small: .9375rem; --section: 60px; }
  body { font-size: 1.0625rem; }
  .label { margin-bottom: 18px; }
  .hero .label { letter-spacing: .1em; }
  .lead { font-size: 1.125rem; }
  .hero__lead, .banner__lead, .cta p:not(.label) { font-size: 1.0625rem; }
  .hero__lead { margin-top: 22px; }
  .hero__actions { margin-top: 30px; }
  .head { margin-bottom: 30px; padding-bottom: 22px; }
  .detail__text h3 { margin-top: 30px; }
  .header__cta { display: none; }
  .header__row { gap: 8px; }
  /* every button spans the column on a phone */
  .hero__actions .btn, .cta__actions .btn { flex: 1 1 100%; }
  /* the phone number becomes a second, outlined button under the orange one */
  .hero__actions { gap: 12px; }
  .hero .call { flex: 1 1 100%; justify-content: center; min-height: 52px; border: 1px solid rgba(255, 255, 255, .45); border-radius: 2px; font-size: 1.05rem; }
  .hero .call:hover { background: rgba(255, 255, 255, .08); text-decoration: none; }
  .contact-box__cta, .job-row .btn { justify-self: stretch; }
  .tile { display: flex; }
  .tile__body { padding: 24px 22px 20px; }
  .gallery { gap: 6px; }
  .tag { left: 10px; bottom: 10px; padding: 6px 9px; font-size: .64rem; }
  .bullets { grid-template-columns: minmax(0, 1fr); }
  .board dl > div, .board.why__board dl > div { grid-template-columns: minmax(0, 1fr); padding: 16px 20px; }
  .board__title { padding: 16px 20px; }
  .job-row { grid-template-columns: minmax(0, 1fr); grid-template-areas: "title" "text" "btn"; }
  .job-row .btn { margin-top: 6px; }
  .facts dl { grid-template-columns: minmax(0, 1fr); padding: 6px 0; }
  .facts dl > div, .facts dl > div:first-child, .facts dl > div:nth-child(3) { flex-direction: row-reverse; justify-content: space-between; align-items: baseline; gap: 16px; padding: 16px 0; border-left: 0; }
  .facts dl > div:nth-child(n + 2) { border-top: 1px solid rgba(255, 255, 255, .16); }
  .facts dt { text-align: right; }
  .facts dd { flex: none; }
  .form { grid-template-columns: minmax(0, 1fr); }
  .form__foot .btn { width: 100%; }
  .cta__row { padding: 56px 0; }
  .cta__person { grid-template-columns: 80px minmax(0, 1fr); gap: 16px; padding: 18px; }
  .cta__person img { width: 80px; }
  .cta__person a { font-size: 1.3rem; }
  /* two-column tables become label-over-value lists */
  .table--stack, .table--stack thead, .table--stack tbody, .table--stack tr, .table--stack th, .table--stack td { display: block; }
  .table--stack thead th { padding: 12px 16px; }
  .table--stack tbody tr { padding: 13px 16px; border-bottom: 1px solid var(--concrete-2); }
  .table--stack tbody tr:last-child { border-bottom: 0; }
  .table--stack tbody th, .table--stack tbody td { width: auto; padding: 0; border: 0; }
  .table--stack tbody th { margin-bottom: 3px; color: var(--steel); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
  .table--stack tbody td { color: var(--ink); }
  .table--spec th, .table--spec td { hyphens: auto; -webkit-hyphens: auto; }
  .sectors { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sectors li { gap: 10px; min-height: 64px; padding: 12px; font-size: .75rem; letter-spacing: 0; }
  .wide img { aspect-ratio: 3 / 2; }
  .sv { flex-direction: column; align-items: flex-start; }
  .footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; padding: 56px 0 36px; }
  .footer__brand img { width: 190px; }
  .footer__base { gap: 0 20px; }
}

@media (max-width: 380px) {
  .brand img { width: 140px; }
  .cta__person { grid-template-columns: 64px minmax(0, 1fr); gap: 14px; padding: 16px; }
  .cta__person img { width: 64px; }
  .cta__person a { font-size: 1.2rem; }
  .table--spec th, .table--spec td { padding: 11px 12px; }
  .btn { padding: 0 16px; letter-spacing: .04em; }
  .form { padding: 20px 16px; }
  .facts dd { font-size: 1.2rem; }
  .person { grid-template-columns: 68px minmax(0, 1fr); column-gap: 14px; }
  .person picture, .person img { width: 68px; height: 68px; }
}

@media (max-width: 359px) {
  .footer__grid { grid-template-columns: minmax(0, 1fr); }
}
