:root {
  --ink: #071d2d;
  --ink-soft: #14384c;
  --ocean: #0b5271;
  --cyan: #52c8d7;
  --signal: #d51c24;
  --signal-bright: #ff464c;
  --paper: #f4f0e8;
  --paper-deep: #e7e1d5;
  --white: #fffdf8;
  --pure-white: #fff;
  --muted: #5e6d75;
  --hero-deep: #04131f;
  --hero-mid: #082b3f;
  --hero-bright: #0b4d68;
  --atlas-bg: #0b2435;
  --work-bg: #07151e;
  --footer-bg: #031018;
  --success: #67d28a;
  --line: rgba(7, 29, 45, 0.18);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --shell: min(1180px, calc(100% - 48px));
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id],
article[id],
details[id] {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--ink);
  background: var(--white);
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  padding: 128px 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  width: 100%;
  height: 88px;
  padding: 0 40px;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.site-header.is-scrolled {
  height: 72px;
  background: rgba(7, 29, 45, 0.94);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-self: start;
}

.brand img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-family: var(--display);
  font-size: 27px;
  letter-spacing: 0.08em;
}

.brand-copy small {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  justify-self: end;
}

.site-nav a {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--signal);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 11px 18px;
  color: var(--ink);
  background: var(--white);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 850px;
  padding-top: 170px;
  color: var(--white);
  background:
    radial-gradient(
      circle at 78% 22%,
      rgba(82, 200, 215, 0.22),
      transparent 31%
    ),
    linear-gradient(
      138deg,
      var(--hero-deep) 0%,
      var(--hero-mid) 48%,
      var(--hero-bright) 100%
    );
  overflow: hidden;
}

.hero::after {
  position: absolute;
  right: -4vw;
  bottom: 0;
  width: 32vw;
  height: 10px;
  content: "";
  background: var(--signal);
  transform: skewX(-35deg);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, black 65%, transparent);
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.hero-orbit-one {
  top: 70px;
  right: -120px;
  width: 650px;
  height: 650px;
}

.hero-orbit-two {
  top: 160px;
  right: -30px;
  width: 430px;
  height: 430px;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 64px;
  align-items: center;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 36px;
  height: 2px;
  background: var(--signal);
}

.eyebrow-dark {
  color: var(--muted);
}

.hero h1,
.section-heading h2,
.about h2,
.safety h2,
.contact h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(64px, 7.4vw, 96px);
}

.hero h1 em {
  display: block;
  color: var(--cyan);
  font-style: normal;
}

.hero-offshore {
  display: block;
  margin-top: 0.12em;
  color: rgba(229, 40, 45, 0.12);
  font-size: 0.78em;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 0.9;
  -webkit-text-stroke: 2px var(--signal);
  text-stroke: 2px var(--signal);
}

.hero-intro {
  max-width: 630px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.8;
}

.hero-signature {
  margin: 18px 0 0;
  color: var(--cyan);
  font-family: var(--display);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 200px;
  padding: 14px 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.34);
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  color: var(--white);
  background: var(--signal);
  border-color: var(--signal);
}

.button-primary:hover {
  background: var(--signal-bright);
}

.button-quiet:hover {
  color: var(--ink);
  background: var(--white);
}

.hero-visual {
  position: relative;
  min-height: 470px;
}

.ship-frame {
  position: absolute;
  top: 22px;
  right: -18px;
  width: min(510px, 100%);
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  transform: rotate(2.5deg);
  backdrop-filter: blur(12px);
}

.ship-frame::before {
  position: absolute;
  top: -26px;
  left: -28px;
  width: 72px;
  height: 72px;
  content: "";
  border-top: 2px solid var(--cyan);
  border-left: 2px solid var(--cyan);
}

.ship-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 941;
  object-fit: contain;
  filter: saturate(0.82) contrast(1.06);
}

.ship-frame-label {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 20px;
  align-items: center;
  padding: 11px 4px 1px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ship-frame-label b {
  justify-self: end;
  color: var(--cyan);
}

.capability-ticket {
  position: absolute;
  bottom: 4px;
  left: -26px;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 245px;
  padding: 18px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.ticket-number {
  font-family: var(--display);
  font-size: 56px;
  font-weight: 700;
  line-height: 0.8;
}

.ticket-copy {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-rail {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 95px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-rail div {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 22px 22px 22px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-rail div + div {
  padding-left: 22px;
}

.hero-rail strong {
  font-family: var(--display);
  font-size: 28px;
}

.hero-rail span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  column-gap: 80px;
  align-items: end;
  margin-bottom: 72px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section-heading h2,
.about h2,
.safety h2,
.contact h2 {
  font-size: clamp(58px, 6vw, 92px);
}

.section-heading > p:last-child {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
}

.service-list {
  border-top: 1px solid var(--line);
}

.service-row {
  display: grid;
  grid-template-columns: 72px 1fr 56px;
  gap: 24px;
  align-items: center;
  min-height: 145px;
  border-bottom: 1px solid var(--line);
  transition:
    color 0.25s ease,
    background 0.25s ease;
}

.service-row:hover {
  color: var(--white);
  background: var(--ink);
}

.service-index {
  color: var(--signal);
  font-family: var(--display);
  font-size: 19px;
}

.service-name {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) 1fr;
  gap: 40px;
  align-items: center;
  transition: transform 0.28s var(--ease-out-expo);
}

.service-row:hover .service-name {
  transform: translateX(12px);
}

.service-name h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.service-name p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.service-row:hover p {
  color: rgba(255, 255, 255, 0.68);
}

.capability-photo-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.capability-photo-rail figure {
  position: relative;
  min-height: 190px;
  margin: 0;
  overflow: hidden;
  background: var(--ink-soft);
}

.capability-photo-rail figure:first-child,
.capability-photo-rail figure:last-child {
  grid-column: span 2;
}

.capability-photo-rail figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 25%, rgba(3, 13, 20, 0.9));
}

.capability-photo-rail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.08);
  transition:
    transform 0.6s var(--ease-out-expo),
    filter 0.35s ease;
}

.capability-photo-rail figure:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.05);
}

.capability-photo-rail figcaption {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  z-index: 1;
  color: var(--white);
  font-family: var(--display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.service-detail-wrap {
  margin-top: 54px;
  padding: 38px 42px 34px;
  color: var(--white);
  background: var(--ink);
}

.service-detail-header {
  max-width: 780px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.detail-kicker {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-detail-header h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 600;
  line-height: 0.95;
  text-transform: uppercase;
}

.service-detail-header > p:last-child {
  max-width: 610px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
  margin-top: 10px;
}

.detail-grid article {
  padding: 28px 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.detail-photo {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0 0 20px;
  overflow: hidden;
  background: var(--ink-soft);
}

.detail-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 35%, rgba(3, 13, 20, 0.82));
}

.detail-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.06);
  transition:
    transform 0.55s var(--ease-out-expo),
    filter 0.3s ease;
}

.detail-grid article:hover .detail-photo img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.05);
}

.detail-photo figcaption {
  position: absolute;
  right: 12px;
  bottom: 10px;
  left: 12px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.detail-grid h4 {
  margin: 0 0 9px;
  color: var(--cyan);
  font-family: var(--display);
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.detail-grid p,
.detail-grid li {
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.6;
}

.detail-grid p {
  margin: 0;
}

.detail-grid ul {
  margin: 14px 0 0;
  padding-left: 17px;
}

.detail-index {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.7;
}

.insulation-detail {
  margin-top: 20px;
}

.insulation-photo {
  position: relative;
  height: clamp(190px, 24vw, 290px);
  margin: 28px 0 4px;
  overflow: hidden;
  background: var(--ink-soft);
}

.insulation-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 30%, rgba(3, 13, 20, 0.86));
}

.insulation-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.08);
}

.insulation-photo figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 1;
  color: var(--white);
  font-family: var(--display);
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.detail-grid-insulation {
  grid-template-columns: repeat(3, 1fr);
}

.brochure-register {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding: clamp(34px, 5vw, 64px) clamp(22px, 5vw, 64px) 42px;
  color: var(--white);
  background: var(--atlas-bg);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.service-atlas::before {
  position: absolute;
  top: -180px;
  right: -130px;
  width: 420px;
  height: 420px;
  content: "";
  border: 1px solid rgba(82, 200, 215, 0.14);
  border-radius: 50%;
  box-shadow:
    0 0 0 44px rgba(82, 200, 215, 0.04),
    0 0 0 88px rgba(82, 200, 215, 0.025);
  pointer-events: none;
}

.register-heading {
  max-width: 760px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.register-heading h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 600;
  line-height: 0.95;
  text-transform: uppercase;
  text-wrap: balance;
}

.register-heading p:last-child {
  max-width: 620px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  line-height: 1.72;
}

.atlas-rail {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 30px;
  padding: 14px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.16);
}

.atlas-rail a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.atlas-rail a::after {
  display: inline-block;
  width: 22px;
  height: 1px;
  margin: 0 0 3px 10px;
  content: "";
  background: var(--signal);
  transform: scaleX(0.55);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.atlas-rail a:hover {
  color: var(--white);
}

.atlas-rail a:hover::after {
  transform: scaleX(1);
}

.register-grid {
  margin-top: 10px;
}

.register-chapter {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.register-chapter summary {
  position: relative;
  display: grid;
  grid-template-columns: 130px 1fr 36px;
  gap: 24px;
  align-items: center;
  min-height: 96px;
  cursor: pointer;
  list-style: none;
}

.register-chapter summary::-webkit-details-marker {
  display: none;
}

.register-chapter summary::after {
  grid-column: 3;
  color: var(--cyan);
  content: "+";
  font-family: var(--display);
  font-size: 34px;
  line-height: 1;
  text-align: right;
  transition: transform 0.28s var(--ease-out-expo);
}

.register-chapter[open] summary::after {
  transform: rotate(45deg);
}

.register-chapter summary span {
  color: var(--signal-bright);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.register-chapter summary strong {
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.register-chapter-body {
  padding: 0 0 18px 154px;
}

.register-chapter-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 48px;
}

.register-block {
  min-width: 0;
  padding: 26px 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.register-block h4 {
  margin: 0 0 14px;
  color: var(--cyan);
  font-family: var(--display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.register-block p,
.register-block li {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.75;
}

.register-block p {
  margin: 0 0 12px;
}

.register-block p:last-child {
  margin-bottom: 0;
}

.register-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.register-block li {
  position: relative;
  padding-left: 15px;
}

.register-block li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background: var(--signal);
  border-radius: 50%;
}

.register-block li + li {
  margin-top: 7px;
}

.register-wide {
  grid-column: 1 / -1;
}

.register-story p {
  max-width: 74ch;
}

.register-services ul,
.register-processes ul {
  columns: 1;
}

.register-captions ul {
  columns: 2;
  column-gap: 34px;
}

.register-services li,
.register-processes li,
.register-captions li {
  break-inside: avoid;
}

.register-record {
  border-bottom: 0;
}

.service-mark {
  font-size: 30px;
  transition: transform 0.25s ease;
}

.service-row:hover .service-mark {
  transform: translate(4px, -4px);
}

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 760px;
  padding: 0;
  color: var(--white);
  background: var(--ink);
}

.about-image {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}

.about-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent 45%, rgba(7, 29, 45, 0.46));
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.25) saturate(0.72) contrast(1.1);
  transform: scale(1.05);
}

.about-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px clamp(40px, 7vw, 120px);
}

.about-lead {
  margin: 38px 0 22px;
  color: var(--white);
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.55;
}

.about-copy > p:not(.eyebrow):not(.about-lead) {
  color: rgba(255, 255, 255, 0.58);
}

.about-note {
  max-width: 560px;
  margin-top: 22px;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.6) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.identity-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 50px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.identity-list div {
  padding: 20px 20px 0 0;
}

.identity-list dt {
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.identity-list dd {
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 600;
}

.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  background: var(--success);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(103, 210, 138, 0.12);
}

.work {
  color: var(--white);
  background: var(--work-bg);
}

.section-heading-light > p:last-child {
  color: rgba(255, 255, 255, 0.5);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 215px;
  gap: 18px;
}

.work-card {
  position: relative;
  grid-column: span 5;
  margin: 0;
  overflow: hidden;
  background: var(--ink-soft);
}

.work-card-wide {
  grid-column: span 7;
}

.work-card-tall {
  grid-row: span 2;
}

.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.18) saturate(0.9) contrast(1.05);
  transition:
    transform 0.6s cubic-bezier(0.2, 0.75, 0.25, 1),
    filter 0.4s ease;
}

.work-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 30%, rgba(3, 13, 20, 0.92));
}

.work-card:hover img {
  filter: grayscale(0) saturate(1.08) contrast(1.03);
  transform: scale(1.06);
}

.work-card figcaption {
  position: absolute;
  right: 20px;
  bottom: 18px;
  left: 20px;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 0 14px;
}

.work-card figcaption span {
  grid-row: span 2;
  color: var(--cyan);
  font-family: var(--display);
  font-size: 28px;
}

.work-card figcaption strong {
  font-family: var(--display);
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.work-card figcaption small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.experience-strip {
  margin-top: 72px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.experience-strip p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.experience-strip div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.experience-strip span {
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.products {
  position: relative;
  background:
    linear-gradient(90deg, rgba(7, 29, 45, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(7, 29, 45, 0.045) 1px, transparent 1px), var(--paper);
  background-size: 80px 80px;
}

.products::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 31%;
  height: 7px;
  content: "";
  background: var(--signal);
}

.products-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: end;
}

.products-heading .eyebrow {
  color: var(--muted);
}

.products-heading h2 {
  max-width: 730px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(64px, 7vw, 108px);
  font-weight: 600;
  line-height: 0.84;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-wrap: balance;
}

.products-heading-copy > p:first-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.75;
}

.products-caveat {
  margin: 24px 0 0;
  padding: 16px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  border-top: 2px solid var(--signal);
}

.product-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: end;
  justify-content: space-between;
  margin: 70px 0 22px;
}

.product-search {
  display: grid;
  gap: 10px;
  max-width: 720px;
}

.product-search > span:first-child,
.catalogue-kicker {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-search-control {
  position: relative;
  display: block;
}

.product-search input {
  width: 100%;
  min-height: 58px;
  padding: 0 58px 0 18px;
  color: var(--ink);
  font: 600 16px/1.2 var(--body);
  background: var(--white);
  border: 1px solid rgba(7, 29, 45, 0.25);
  border-radius: 0;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.product-search input:focus {
  border-color: var(--ocean);
  box-shadow: 0 0 0 3px rgba(82, 200, 215, 0.25);
}

.product-search-control i {
  position: absolute;
  top: 50%;
  right: 19px;
  color: var(--signal);
  font: normal 700 27px/1 var(--display);
  transform: translateY(-54%);
  pointer-events: none;
}

.product-toolbar-action {
  display: grid;
  gap: 9px;
  justify-items: end;
}

.product-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-filters button,
.basket-clear {
  min-height: 42px;
  padding: 9px 14px;
  color: var(--ink-soft);
  font: 700 11px/1 var(--body);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid rgba(7, 29, 45, 0.24);
  cursor: pointer;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.product-filters button:hover,
.product-filters button.is-active {
  color: var(--white);
  background: var(--ocean);
  border-color: var(--ocean);
}

.product-filters button span {
  margin-left: 5px;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}

.product-filters button:hover span,
.product-filters button.is-active span {
  color: var(--cyan);
}

.enquiry-counter {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  min-height: 44px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  white-space: nowrap;
}

.enquiry-counter strong {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--white);
  font-family: var(--display);
  font-size: 17px;
  background: var(--signal);
  border-radius: 50%;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.product-card {
  position: relative;
  display: grid;
  grid-column: span 4;
  grid-template-rows: auto auto 1fr;
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(7, 29, 45, 0.14);
  transition:
    box-shadow 0.3s ease,
    transform 0.3s var(--ease-out-expo);
}

.product-media {
  position: relative;
  aspect-ratio: 16 / 10;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(82, 200, 215, 0.12), transparent 48%),
    var(--paper);
  border-bottom: 1px solid rgba(7, 29, 45, 0.12);
}

.product-media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, transparent 58%, rgba(4, 19, 31, 0.3)),
    linear-gradient(90deg, rgba(4, 19, 31, 0.06), transparent 36%);
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.05);
  transform: scale(1.02);
  transition: filter 0.35s ease;
}

.product-card:hover .product-media img {
  filter: saturate(1) contrast(1.04);
}

.product-media-spread-right img {
  object-position: 82% 56%;
  transform: scale(1.82);
  transform-origin: 82% 56%;
}

.product-media-spread-right-lower img {
  object-position: 84% 92%;
  transform: scale(1.9);
  transform-origin: 84% 92%;
}

.product-media-spread-left img {
  object-position: 20% 56%;
  transform: scale(1.62);
  transform-origin: 20% 56%;
}

.product-media-portrait-product img {
  object-position: 18% 27%;
  transform: scale(1.05);
  transform-origin: 18% 27%;
}

.product-media-portrait-drawing img {
  object-position: 50% 72%;
  transform: scale(1.08);
  transform-origin: 50% 72%;
}

.product-media-instrumentation-sheet img {
  object-position: 50% 40%;
  transform: scale(1.08);
  transform-origin: 50% 40%;
}

.product-media-instrumentation-tile img {
  object-fit: cover;
  filter: saturate(0.72) contrast(1.12);
}

.product-media-mapped-spread img {
  object-fit: cover;
}

.product-media-isolated-artwork {
  background: #fff;
}

.product-media-isolated-artwork::after {
  background: linear-gradient(180deg, transparent 72%, rgba(4, 19, 31, 0.08));
}

.product-media-isolated-artwork img,
.product-card:hover .product-media-isolated-artwork img {
  object-fit: contain;
  object-position: center;
  filter: saturate(0.96) contrast(1.03);
  transform: none;
}

.product-media-butterfly-cover img {
  object-position: 62% 58%;
  transform: scale(2.05);
  transform-origin: 62% 58%;
}

.product-media-source-spread-cover img {
  object-position: 72% 56%;
  transform: scale(1.75);
  transform-origin: 72% 56%;
}

.product-media-source-portrait-cover img {
  object-position: 50% 57%;
  transform: scale(1.12);
  transform-origin: 50% 57%;
}

.product-media-product-line img {
  object-position: 48% 61%;
  transform: scale(1.72);
  transform-origin: 48% 61%;
}

.product-media figcaption {
  position: absolute;
  right: 12px;
  bottom: 10px;
  z-index: 2;
  padding: 7px 9px 6px;
  color: var(--white);
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  background: rgba(4, 19, 31, 0.78);
  backdrop-filter: blur(8px);
}

.product-media-missing {
  display: grid;
  place-items: center;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(82, 200, 215, 0.08) 0 12px,
      transparent 12px 24px
    ),
    var(--hero-deep);
}

.product-card:hover {
  box-shadow: 9px 9px 0 rgba(11, 82, 113, 0.12);
  transform: translateY(-5px);
}

.product-card[hidden] {
  display: none;
}

.product-visual {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(
      circle at 72% 32%,
      rgba(82, 200, 215, 0.34),
      transparent 28%
    ),
    linear-gradient(145deg, var(--hero-mid), var(--hero-deep));
}

.product-visual::before,
.product-visual::after,
.product-visual i {
  position: absolute;
  content: "";
}

.product-visual::before {
  width: 112px;
  height: 112px;
  border: 18px solid rgba(82, 200, 215, 0.5);
  border-radius: 50%;
}

.product-visual::after {
  width: 196px;
  height: 22px;
  background: var(--signal);
  border: 5px solid rgba(255, 255, 255, 0.18);
}

.product-visual i {
  top: 24px;
  width: 13px;
  height: 77px;
  background: rgba(255, 255, 255, 0.86);
}

.product-visual i::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 70px;
  height: 12px;
  content: "";
  background: var(--cyan);
  transform: translateX(-50%);
}

.product-visual span {
  position: absolute;
  right: 14px;
  bottom: 3px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.08);
  font-family: var(--display);
  font-size: 86px;
  font-weight: 700;
  line-height: 1;
}

.product-visual-ball::before {
  border-width: 30px;
}

.product-visual-butterfly::before {
  border-radius: 42% 58% 44% 56%;
  transform: rotate(42deg);
}

.product-visual-check::before {
  width: 92px;
  height: 92px;
  border-radius: 20px;
  transform: rotate(45deg);
}

.product-visual-knife::before {
  width: 82px;
  height: 128px;
  border-radius: 8px;
}

.product-visual-safety i {
  top: 15px;
  height: 92px;
  transform: rotate(14deg);
}

.product-visual-water {
  background:
    radial-gradient(
      circle at 30% 20%,
      rgba(82, 200, 215, 0.4),
      transparent 32%
    ),
    linear-gradient(145deg, #0b5271, #04131f);
}

.product-visual-instrument::before {
  width: 76px;
  height: 76px;
  box-shadow: 0 0 0 24px rgba(82, 200, 215, 0.14);
}

.product-visual-instrument::after {
  width: 230px;
  height: 13px;
}

.product-card-body {
  display: flex;
  flex-direction: column;
  padding: 24px 22px 22px;
}

.product-code {
  margin: 0 0 13px;
  color: var(--signal);
  font: 700 11px/1 var(--body);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.product-card h3,
.enquiry-basket h3,
.product-form h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  line-height: 0.95;
  text-transform: uppercase;
}

.product-card h3 {
  font-size: clamp(26px, 2.35vw, 34px);
  text-wrap: balance;
}

.product-card-body > p:not(.product-code) {
  margin: 16px 0 22px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.product-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: auto 0 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.product-specs-project {
  grid-template-columns: 1fr;
}

.product-specs div {
  padding: 12px;
  background: var(--paper);
}

.product-specs dt {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-specs dd {
  margin: 4px 0 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 600;
}

.product-add {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 50px;
  margin-top: 18px;
  padding: 0 15px;
  color: var(--white);
  font: 700 11px/1 var(--body);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  background: var(--ink);
  border: 0;
  cursor: pointer;
  transition: background 0.2s ease;
}

.product-add:hover,
.product-add.is-added {
  background: var(--ocean);
}

.product-add span {
  color: var(--cyan);
  font-family: var(--display);
  font-size: 24px;
}

.product-card-header {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 13px 18px;
  color: var(--white);
  background: var(--hero-deep);
  border-top: 5px solid var(--cyan);
}

.product-card-safety .product-card-header,
.product-card-water .product-card-header {
  border-top-color: var(--signal);
}

.product-family,
.product-card-header .product-code {
  margin: 0;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.product-family {
  color: var(--cyan);
}

.product-card-header .product-code {
  color: rgba(255, 255, 255, 0.56);
  text-align: right;
}

.product-card-details {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  margin-top: auto;
  padding-top: 15px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-top: 1px solid var(--line);
}

.product-card-details span:last-child {
  color: var(--ocean);
  text-align: right;
}

.product-catalogue-meta {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 19px;
}

.product-catalogue-meta p,
.product-catalogue-meta span {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-catalogue-meta p {
  color: var(--ink);
}

.product-more {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  margin-top: 22px;
  color: var(--ink);
  font: 800 11px/1 var(--body);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid rgba(7, 29, 45, 0.28);
  cursor: pointer;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.product-more:hover {
  color: var(--white);
  background: var(--ocean);
  border-color: var(--ocean);
}

.product-more span {
  color: var(--signal);
  font-size: 18px;
}

.product-more[hidden] {
  display: none;
}

.product-no-results,
.catalogue-noscript {
  grid-column: 1 / -1;
  margin: 0;
  padding: 34px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  background: var(--white);
  border: 1px solid var(--line);
}

.product-enquiry {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  margin-top: 90px;
  scroll-margin-top: 94px;
  border: 1px solid rgba(7, 29, 45, 0.16);
  box-shadow: 18px 18px 0 rgba(213, 28, 36, 0.16);
}

.enquiry-basket {
  padding: 42px 34px;
  color: var(--white);
  background: var(--ink);
}

.basket-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: end;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.basket-heading .eyebrow {
  margin-bottom: 18px;
}

.basket-heading h3 {
  color: var(--white);
  font-size: 42px;
}

.basket-heading > strong {
  color: var(--cyan);
  font-family: var(--display);
  font-size: 68px;
  line-height: 0.72;
}

.basket-empty {
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.basket-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.basket-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.basket-list strong {
  display: block;
  font-family: var(--display);
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}

.basket-list small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.basket-list button {
  min-width: 44px;
  min-height: 44px;
  color: rgba(255, 255, 255, 0.7);
  font: 700 11px/1 var(--body);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
  cursor: pointer;
}

.basket-list button:hover {
  color: var(--white);
  border-color: var(--signal-bright);
}

.basket-clear {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.72);
  border-color: rgba(255, 255, 255, 0.25);
}

.product-form {
  padding: 48px;
  background: var(--white);
}

.product-form-heading .eyebrow {
  margin-bottom: 18px;
}

.product-form h3 {
  font-size: clamp(48px, 5vw, 72px);
}

.product-form-heading > p:last-child {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 38px;
}

.form-grid label {
  display: grid;
  gap: 8px;
}

.form-grid label > span {
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-grid input,
.form-grid textarea {
  width: 100%;
  min-width: 0;
  padding: 13px 14px;
  color: var(--ink);
  font: 500 15px/1.5 var(--body);
  background: var(--paper);
  border: 1px solid rgba(7, 29, 45, 0.2);
  border-radius: 0;
}

.form-grid input {
  min-height: 52px;
}

.form-grid textarea {
  resize: vertical;
}

.form-grid input:focus,
.form-grid textarea:focus {
  outline: 3px solid rgba(82, 200, 215, 0.45);
  outline-offset: 1px;
  border-color: var(--ocean);
}

.form-wide {
  grid-column: 1 / -1;
}

.form-submit-row {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) 1.2fr;
  gap: 22px;
  align-items: center;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.product-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 18px;
  color: var(--white);
  font: 700 11px/1 var(--body);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  background: var(--signal);
  border: 0;
  cursor: pointer;
  transition: background 0.2s ease;
}

.product-submit:hover {
  background: var(--signal-bright);
}

.product-submit span {
  font-size: 24px;
}

.form-submit-row p,
.form-status {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.form-status:not(:empty) {
  margin-top: 14px;
  color: var(--ocean);
  font-weight: 700;
}

.clients {
  color: var(--white);
  background: var(--ink);
}

.clients-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.76fr) minmax(0, 1.24fr);
  gap: 76px 64px;
  align-items: start;
}

.clients-intro h2 {
  max-width: 520px;
  margin: 0;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(42px, 4.2vw, 62px);
  font-weight: 600;
  line-height: 0.88;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-wrap: balance;
}

.clients-intro > p:not(.eyebrow) {
  max-width: 440px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.7;
}

.clients-wall {
  padding: 18px;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 16px 16px 0 var(--signal);
}

.clients-wall-label {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.clients-wall figure {
  margin: 0;
  overflow: hidden;
  background: var(--pure-white);
}

.clients-wall img {
  width: 100%;
  height: auto;
}

.clients-proofline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.clients-proofline span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.clients-proofline span:not(:last-child)::after {
  margin-left: 18px;
  color: var(--signal);
  content: "/";
}

.safety-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 84px;
}

.safety-copy h2 {
  max-width: 530px;
  margin: 0;
  font-size: clamp(40px, 4.2vw, 60px);
  text-wrap: balance;
}

.safety-lead {
  max-width: 560px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.safety-quote {
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  max-width: 650px;
  margin: 34px 0 0;
  padding: 26px 0 28px 18px;
  border-block: 1px solid var(--line);
}

.safety-quote-mark {
  color: var(--signal);
  font-family: Georgia, serif;
  font-size: 96px;
  line-height: 0.58;
  transform-origin: 50% 80%;
}

.safety-quote-text {
  align-self: center;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(28px, 3.5vw, 52px);
  font-weight: 600;
  line-height: 0.98;
  text-wrap: balance;
}

.safety-copy.is-visible .safety-quote-mark {
  animation: quote-glyph-in 720ms var(--ease-out-expo) both;
}

.certification-note {
  display: grid;
  gap: 5px;
  max-width: 530px;
  margin-top: 24px;
  padding-top: 18px;
  color: var(--ink);
  border-top: 2px solid var(--signal);
}

.certification-note strong {
  font-family: var(--display);
  font-size: 22px;
  text-transform: uppercase;
}

.certification-note span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.safety-principles {
  border-top: 1px solid var(--line);
}

.safety-principles article {
  position: relative;
  padding: 30px 30px 30px 86px;
  border-bottom: 1px solid var(--line);
}

.safety-principles span {
  position: absolute;
  top: 34px;
  left: 0;
  color: var(--signal);
  font-family: var(--display);
  font-size: 21px;
}

.safety-principles h3 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
}

.safety-principles p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.safety-image {
  position: relative;
  grid-column: 1 / -1;
  height: clamp(220px, 28vw, 340px);
  margin: 8px 0 0;
  overflow: hidden;
  background: var(--ink-soft);
}

.safety-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 13, 20, 0.75), transparent 70%),
    linear-gradient(180deg, transparent 35%, rgba(3, 13, 20, 0.78));
}

.safety-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.08);
}

.safety-image figcaption {
  position: absolute;
  bottom: 24px;
  left: 28px;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.safety-image figcaption span {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.safety-image figcaption strong {
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(30px, 4.5vw, 58px);
  font-weight: 600;
  line-height: 0.92;
  text-transform: uppercase;
}

.objectives {
  grid-column: 1 / -1;
  margin-top: 52px;
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
}

.objectives span {
  display: block;
  margin-bottom: 10px;
  color: var(--signal);
  font-family: var(--display);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.objectives p {
  max-width: 890px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.mission {
  color: var(--white);
  background: var(--ocean);
}

.mission-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.66fr) minmax(0, 1.34fr);
  gap: clamp(42px, 7vw, 104px);
  align-items: start;
}

.mission-intro {
  padding-top: 12px;
}

.mission-intro h2 {
  max-width: 440px;
  margin: 0;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(40px, 4.2vw, 58px);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-wrap: balance;
}

.mission-intro h2 em {
  color: var(--cyan);
  font-style: normal;
}

.mission-intro > p:not(.eyebrow) {
  max-width: 360px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  line-height: 1.75;
}

.mission-quotes {
  display: grid;
  gap: 22px;
}

.mission-quote {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 0 20px;
  padding: 28px 30px 30px;
  background: rgba(7, 29, 45, 0.19);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.mission-quote-offset {
  margin-left: clamp(0px, 4vw, 58px);
}

.mission-label {
  grid-column: 2;
  justify-self: start;
  display: inline-block;
  padding: 7px 12px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: var(--cyan);
}

.mission blockquote {
  grid-column: 2;
  margin: 24px 0 0;
  font-family: var(--display);
  font-size: clamp(28px, 3.1vw, 48px);
  font-weight: 600;
  line-height: 1.02;
  text-wrap: balance;
}

.mission-detail {
  grid-column: 2;
  max-width: 520px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.72;
}

.quote-glyph {
  grid-column: 1;
  grid-row: 2 / span 2;
  align-self: start;
  color: var(--cyan);
  font-family: Georgia, serif;
  font-size: 94px;
  line-height: 0.58;
  transform-origin: 50% 80%;
}

.mission-quote.is-visible .quote-glyph {
  animation: quote-glyph-in 720ms var(--ease-out-expo) both;
}

@keyframes quote-glyph-in {
  from {
    opacity: 0;
    transform: translateY(18px) rotate(-12deg) scale(0.78);
  }

  to {
    opacity: 1;
    transform: translateY(0) rotate(0) scale(1);
  }
}

.contact {
  position: relative;
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
}

.contact-lines {
  position: absolute;
  right: -160px;
  bottom: -250px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(82, 200, 215, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 90px rgba(82, 200, 215, 0.035),
    0 0 0 180px rgba(82, 200, 215, 0.025);
}

.contact-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 100px;
  align-items: end;
}

.contact-copy > p:not(.eyebrow):not(.draft-note) {
  max-width: 620px;
  margin: 34px 0;
  color: rgba(255, 255, 255, 0.55);
}

.contact-phone {
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 570px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.contact-phone small {
  grid-column: 1;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-phone strong {
  grid-column: 1;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 600;
  line-height: 1;
}

.contact-phone span {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
  color: var(--cyan);
  font-size: 34px;
}

.contact-email {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 8px;
  color: var(--cyan);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.contact-email:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.draft-note {
  max-width: 570px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.contact-card {
  position: relative;
  padding: 38px;
  color: var(--ink);
  font-style: normal;
  background: var(--white);
  box-shadow: 18px 18px 0 var(--signal);
}

.contact-card-index {
  display: block;
  margin-bottom: 70px;
  color: var(--signal);
  font-family: var(--display);
  font-size: 20px;
  font-weight: 700;
}

.contact-card > p:first-of-type {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-address-heading {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 600;
  line-height: 1.06;
  text-transform: uppercase;
}

.contact-card > p:last-of-type {
  margin: 12px 0 36px;
  color: var(--muted);
}

.contact-card a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
  padding-top: 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  border-top: 1px solid var(--line);
}

.site-footer {
  padding: 35px 0;
  color: rgba(255, 255, 255, 0.48);
  background: var(--footer-bg);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.9fr auto;
  gap: 30px;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
}

.footer-brand span {
  display: grid;
}

.footer-brand strong {
  color: var(--white);
  font-family: var(--display);
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}

.footer-brand small,
.site-footer p,
.site-footer a {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.js [data-reveal].is-visible {
  animation: reveal-in 0.72s var(--ease-out-expo) both;
  animation-delay: var(--delay, 0ms);
}

@keyframes reveal-in {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1020px) {
  :root {
    --shell: min(100% - 40px, 900px);
  }

  .site-header {
    padding-inline: 24px;
  }

  .site-nav {
    gap: 12px;
  }

  .site-nav a {
    font-size: 10px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 70px;
  }

  .hero-content {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 780px;
  }

  .hero-visual {
    width: min(600px, 100%);
    min-height: 440px;
    margin: 0 auto;
  }

  .hero-rail {
    margin-top: 50px;
  }

  .hero-rail div {
    display: grid;
    gap: 2px;
  }

  .section-heading,
  .safety-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 28px;
  }

  .detail-grid,
  .detail-grid-insulation {
    grid-template-columns: repeat(2, 1fr);
  }

  .register-grid {
    grid-template-columns: 1fr;
  }

  .clients-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .products-heading {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .products-heading-copy {
    max-width: 700px;
  }

  .product-card {
    grid-column: span 6;
  }

  .product-enquiry {
    grid-template-columns: 1fr;
  }

  .enquiry-basket {
    min-height: 320px;
  }

  .clients-wall {
    width: min(800px, 100%);
  }

  .capability-photo-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .safety-layout,
  .contact-layout {
    gap: 60px;
  }

  .about {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .about-copy {
    padding-inline: 48px;
  }

  .identity-list {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: calc(100% - 32px);
  }

  .section {
    padding: 88px 0;
  }

  .site-header,
  .site-header.is-scrolled {
    height: 70px;
    padding-inline: 16px;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .brand-copy strong {
    font-size: 23px;
  }

  .menu-toggle {
    position: relative;
    z-index: 4;
    display: grid;
    gap: 7px;
    justify-self: end;
    width: 42px;
    height: 42px;
    padding: 12px 8px;
    color: var(--white);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.28);
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    transition: transform 0.25s ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 18px;
    padding: 92px 30px 40px;
    background: var(--ink);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-16px);
    transition:
      opacity 0.25s ease,
      transform 0.25s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    font-family: var(--display);
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0;
  }

  .site-nav .nav-cta {
    margin-top: 12px;
    font-family: var(--body);
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  .hero {
    padding-top: 130px;
  }

  .hero h1 {
    font-size: clamp(62px, 21vw, 92px);
  }

  .hero-offshore {
    margin-top: 0.18em;
    font-size: 0.7em;
    letter-spacing: 0.04em;
    -webkit-text-stroke-width: 1.5px;
  }

  .hero-intro {
    font-size: 15px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 380px;
  }

  .ship-frame {
    right: 0;
  }

  .ship-frame img {
    height: auto;
  }

  .capability-ticket {
    bottom: 10px;
    left: 4px;
    width: 210px;
  }

  .hero-rail {
    grid-template-columns: 1fr 1fr;
  }

  .hero-rail div,
  .hero-rail div + div {
    padding: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .section-heading h2,
  .about h2,
  .safety h2,
  .contact h2 {
    font-size: clamp(52px, 16vw, 72px);
  }

  .service-row {
    grid-template-columns: 36px 1fr;
    gap: 12px;
    padding: 26px 0;
  }

  .service-row:hover {
    color: var(--ink);
    background: transparent;
  }

  .service-row:hover p {
    color: var(--muted);
  }

  .service-row:hover .service-name {
    transform: none;
  }

  .service-name {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .service-detail-wrap {
    padding: 30px 22px 26px;
  }

  .brochure-register {
    padding: 30px 22px 26px;
  }

  .atlas-rail {
    gap: 10px 16px;
  }

  .register-heading p:last-child {
    font-size: 15px;
  }

  .register-chapter summary {
    grid-template-columns: 1fr 32px;
    gap: 6px 16px;
    min-height: 104px;
    padding: 16px 0;
  }

  .register-chapter summary span {
    grid-row: 1;
    grid-column: 1;
  }

  .register-chapter summary strong {
    grid-row: 2;
    grid-column: 1;
  }

  .register-chapter summary::after {
    grid-row: 1 / span 2;
    grid-column: 2;
    align-self: center;
  }

  .register-chapter-body {
    padding: 0 0 18px;
  }

  .register-chapter-columns {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .register-block p,
  .register-block li {
    font-size: 15px;
  }

  .register-services ul,
  .register-processes ul,
  .register-captions ul {
    columns: 1;
  }

  .clients-grid {
    gap: 38px;
  }

  .products-heading h2 {
    font-size: clamp(58px, 18vw, 84px);
  }

  .product-toolbar {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .product-toolbar-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .product-filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .product-filters button:first-child {
    grid-column: 1 / -1;
  }

  .enquiry-counter {
    justify-self: start;
  }

  .product-catalogue-meta {
    display: grid;
    gap: 7px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    grid-column: auto;
  }

  .product-enquiry {
    margin-top: 64px;
    box-shadow: 9px 9px 0 rgba(213, 28, 36, 0.16);
  }

  .enquiry-basket,
  .product-form {
    padding: 32px 22px;
  }

  .form-grid,
  .form-submit-row {
    grid-template-columns: 1fr;
  }

  .form-wide {
    grid-column: auto;
  }

  .clients-intro h2 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .clients-wall {
    padding: 10px;
    box-shadow: 8px 8px 0 var(--signal);
  }

  .capability-photo-rail {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
  }

  .capability-photo-rail figure:first-child,
  .capability-photo-rail figure:last-child {
    grid-column: auto;
  }

  .capability-photo-rail figure {
    min-height: 220px;
  }

  .detail-photo {
    aspect-ratio: 4 / 3;
  }

  .insulation-photo {
    height: 220px;
  }

  .safety-image {
    height: 240px;
  }

  .safety-image figcaption {
    right: 18px;
    bottom: 18px;
    left: 20px;
  }

  .detail-grid,
  .detail-grid-insulation {
    grid-template-columns: 1fr;
  }

  .service-mark {
    display: none;
  }

  .about {
    grid-template-columns: 1fr;
  }

  .about-image {
    min-height: 480px;
  }

  .about-copy {
    padding: 84px 20px;
  }

  .identity-list {
    grid-template-columns: 1fr 1fr;
  }

  .work-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 330px;
  }

  .work-card,
  .work-card-wide,
  .work-card-tall {
    grid-row: auto;
    grid-column: auto;
  }

  .safety-principles article {
    padding-right: 0;
  }

  .mission-shell {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .mission-quote,
  .mission-quote-offset {
    margin-left: 0;
  }

  .mission-quote {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 0 14px;
    padding: 24px 20px 26px;
  }

  .mission blockquote {
    font-size: clamp(26px, 8vw, 38px);
  }

  .mission-detail {
    font-size: 15px;
  }

  .quote-glyph {
    font-size: 76px;
  }

  .safety-quote {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding-left: 12px;
  }

  .safety-quote-mark {
    font-size: 74px;
  }

  .safety-quote-text {
    font-size: clamp(27px, 8vw, 40px);
  }

  .safety-copy h2 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .contact-card {
    box-shadow: 10px 10px 0 var(--signal);
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
