:root {
  --slate: #364956;
  --slate-dark: #263844;
  --slate-deep: #20313c;
  --accent: #f3ba0a;
  --accent-dark: #d39a00;
  --ink: #0e1b24;
  --paper: #f7f7f5;
  --muted: #b8c3ca;
  --line: rgba(255,255,255,.18);
  --dark-line: rgba(14,27,36,.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: #fff;
  background: var(--slate);
  font-family: Archivo, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .7s ease, transform .7s ease;
  }
  .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  .hero-word,
  .hero-copy,
  .hero-tabs,
  .hero-image,
  .hero-mark {
    animation: heroRise .85s ease both;
  }
  .hero-image { animation-delay: .08s; }
  .hero-mark { animation-delay: .16s; }
  .hero-copy { animation-delay: .22s; }
  .hero-tabs { animation-delay: .32s; }
}
@keyframes heroRise {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
.icon {
  width: 18px;
  height: 18px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: clamp(26px, 4vw, 72px);
  padding-right: clamp(26px, 4vw, 72px);
}

.topbar {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px 42px;
  padding: 10px clamp(26px, 4vw, 72px) 0;
  color: #fff;
}
.brand {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 430px;
}
.brand img {
  width: 242px;
  height: 144px;
  object-fit: contain;
}
.brand > span {
  font-size: 24px;
  font-style: italic;
  font-weight: 850;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.brand > span span { display: none; }
.menu-toggle {
  display: none;
  position: relative;
  width: 58px;
  height: 58px;
  align-self: center;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--slate);
  background: var(--accent);
  cursor: pointer;
  transition: transform .22s ease, background .22s ease;
}
.menu-toggle span {
  position: absolute;
  right: 17px;
  width: 24px;
  height: 2px;
  background: currentColor;
  transform-origin: center;
  transition: transform .24s ease, opacity .18s ease;
}
.menu-toggle span:nth-child(1) { transform: translateY(-8px); }
.menu-toggle span:nth-child(3) { transform: translateY(8px); }
.menu-open .menu-toggle { background: #fff; }
.menu-open .menu-toggle span:nth-child(1) { transform: rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: rotate(-45deg); }
.menu-toggle:hover { transform: translateY(-2px); }
.header-meta {
  grid-column: 2 / 4;
  grid-row: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  min-height: 72px;
  font-size: 14px;
  font-weight: 680;
}
.topbar > .cta {
  grid-column: 3;
  grid-row: 1;
  min-height: 42px;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 760;
}
.hotline,
.lang {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
}
.lang {
  width: 42px;
  padding: 0;
}
.nav {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 34px;
  margin-top: -28px;
}
.nav a {
  position: relative;
  min-height: 54px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.86);
  font-size: 16px;
  font-weight: 560;
  overflow: hidden;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s ease;
}
.nav a.active::after,
.nav a:hover::after { transform: scaleX(1); }

.ng-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--slate);
}
.hero-word {
  position: absolute;
  z-index: 3;
  left: clamp(26px, 7vw, 148px);
  top: clamp(190px, 17vw, 260px);
  color: #fff;
  font-size: clamp(68px, 9vw, 156px);
  line-height: .82;
  font-weight: 820;
  letter-spacing: 0;
}
.hero-mark {
  position: absolute;
  z-index: 2;
  left: 18%;
  bottom: 8.8%;
  color: var(--accent);
  font-size: clamp(440px, 58vw, 980px);
  line-height: .62;
  font-weight: 600;
  transform: skewX(-8deg);
  opacity: .95;
  pointer-events: none;
}
.hero-image {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: clamp(60px, 7vh, 110px);
  width: 82vw;
  height: 66vh;
  background:
    linear-gradient(90deg, rgba(54,73,86,.05), rgba(54,73,86,0)),
    url("assets/brand-geothermal-site.png") center / cover no-repeat;
}
.hero-copy {
  position: absolute;
  z-index: 4;
  left: clamp(26px, 7vw, 148px);
  bottom: clamp(128px, 15vh, 190px);
  max-width: 560px;
}
.hero-copy h1 {
  margin-bottom: 26px;
  font-size: clamp(34px, 4vw, 72px);
  line-height: .95;
  font-weight: 820;
}
.hero-copy p {
  max-width: 430px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 18px;
}
.hero-tabs {
  position: absolute;
  z-index: 5;
  left: clamp(26px, 7vw, 148px);
  bottom: 42px;
  display: flex;
  gap: 34px;
}
.hero-tabs a {
  min-width: 190px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.24);
  color: #fff;
  font-weight: 700;
}
.hero-tabs span {
  display: block;
  margin-bottom: 7px;
  color: var(--accent);
  font-size: 13px;
}
.scroll-button {
  position: absolute;
  z-index: 6;
  right: clamp(26px, 4vw, 72px);
  bottom: clamp(72px, 8vh, 118px);
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--slate);
  background: #fff;
  border-radius: 50%;
  font-size: 24px;
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
  transition: transform .2s ease, background .2s ease;
}
.scroll-button:hover {
  transform: translateY(4px);
  background: var(--accent);
}

.section-label {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.section-label.accent { color: var(--accent-dark); border-bottom-color: var(--dark-line); }

.locations {
  min-height: 100svh;
  padding: 32px clamp(26px, 4vw, 72px) 54px;
  background: var(--slate);
}
.locations-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  padding-top: 82px;
}
.locations-stat strong {
  display: block;
  color: var(--accent);
  font-size: clamp(76px, 11vw, 170px);
  line-height: .82;
  font-weight: 850;
  white-space: nowrap;
}
.locations-stat span {
  display: block;
  max-width: 240px;
  margin-top: 76px;
  color: #fff;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 620;
}
.locations-lead {
  max-width: 690px;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.08;
  font-weight: 820;
}
.map-stage {
  position: relative;
  min-height: 560px;
  margin-top: 34px;
  overflow: hidden;
}
.map-stage::before {
  content: "EUROPE";
  position: absolute;
  left: 14%;
  top: 10%;
  color: rgba(21,35,45,.55);
  font-size: clamp(170px, 24vw, 400px);
  line-height: .8;
  font-weight: 900;
  letter-spacing: .08em;
}
.map-region {
  position: absolute;
  left: 39%;
  top: 18%;
  width: clamp(240px, 24vw, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(243,186,10,.9);
  mix-blend-mode: screen;
}
.map-dot,
.map-line {
  position: absolute;
  background: rgba(255,255,255,.75);
}
.dot-office {
  left: 26%;
  top: 59%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.dot-region {
  left: 50%;
  top: 42%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.line-office {
  left: 0;
  top: calc(59% + 3px);
  width: 26%;
  height: 1px;
}
.line-region {
  left: 50%;
  top: calc(42% + 6px);
  width: 28%;
  height: 1px;
}
.map-label {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 64%;
  color: #fff;
  font-weight: 700;
}
.map-label span { color: rgba(255,255,255,.72); font-weight: 500; }
.map-photo {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: min(680px, 48vw);
  height: 330px;
  background:
    linear-gradient(0deg, rgba(16,28,36,.12), rgba(16,28,36,.12)),
    url("assets/taufenkirchenpj.png") center / cover no-repeat;
}
.map-photo span {
  position: absolute;
  right: 28px;
  bottom: 28px;
  max-width: 380px;
  text-align: right;
  color: #fff;
  font-size: 16px;
}
.round-link,
.learn-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 760;
}
.round-link {
  position: absolute;
  left: 0;
  bottom: 0;
}
.round-link span,
.learn-link span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--slate);
  background: #fff;
  border-radius: 50%;
  font-size: 22px;
}

.management {
    display: grid;
    grid-template-columns: 38vw 1fr;
    min-height: 1070px;
    padding: 44px clamp(26px, 4vw, 72px) 34px;
    background: linear-gradient(180deg, var(--slate) 0 45%, #fff 45% 100%);
    height: 15rem;
}
.management-photo {
  position: relative;
  overflow: hidden;
  background: var(--slate-deep);
}
.management-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: grayscale(.1) contrast(1.05);
}
.management-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(22 34 43 / 18%), rgb(22 34 43 / 17%));
}
.management-photo span,
.management-photo strong {
  position: absolute;
  z-index: 2;
}
.management-photo span {
  left: 9%;
  bottom: 12%;
  color: rgba(255,255,255,.7);
  line-height: 1.05;
}
.management-photo strong {
    right: 9%;
    bottom: 7%;
    color: #fff;
    font-size: clamp(54px, 6vw, 104px);
    line-height: .88;
    font-weight: 820;
}
.management-message {
  display: grid;
  align-content: start;
  padding: 86px clamp(40px, 9vw, 210px) 60px;
  background: var(--accent);
}
.management-message .section-label {
  color: #fff;
  border-bottom-color: rgba(255,255,255,.26);
}
blockquote {
  position: relative;
  max-width: 480px;
  margin: 200px 0 34px;
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 770;
}
blockquote::before {
  content: "“";
  position: absolute;
  left: -72px;
  top: -30px;
  color: #fff;
  font-size: 92px;
  line-height: 1;
}

.drilled {
  position: relative;
  min-height: 820px;
  padding: 86px clamp(26px, 6vw, 110px);
  overflow: hidden;
  color: var(--slate);
  background: #fff;
}
.mega-number {
  position: relative;
  z-index: 2;
  display: block;
  min-height: .9em;
  margin-top: 34px;
  color: var(--accent-dark);
  font-size: clamp(92px, 15vw, 235px);
  line-height: .82;
  font-weight: 850;
  letter-spacing: 0;
}
.rig-outline {
  position: absolute;
  left: 42%;
  top: 100px;
  width: 360px;
  height: 660px;
  opacity: .2;
  background: url("assets/Stena Drilling_ A journey from zero MPD capability to fully integrated, ‘owned and operated’ MPD service - Drilling Contractor.jfif") center / cover no-repeat;
  mix-blend-mode: multiply;
}
.metric {
  position: absolute;
  z-index: 2;
  width: 28%;
  padding-top: 28px;
  border-top: 1px solid var(--dark-line);
}
.metric span {
  display: block;
  margin-bottom: 30px;
  color: var(--slate);
  font-size: 18px;
}
.metric strong {
  color: var(--slate);
  font-size: clamp(56px, 5vw, 92px);
  line-height: 1;
  font-weight: 820;
  min-height: 1em;
}
.metric-left { left: clamp(26px, 6vw, 110px); bottom: 150px; }
.metric-right { right: clamp(26px, 6vw, 110px); bottom: 150px; }

.safety {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 900px;
}
.safety-panel {
  padding: 108px clamp(36px, 10vw, 210px);
  background: var(--accent);
}
.safety-panel .section-label {
  color: #fff;
  border-bottom-color: rgba(255,255,255,.24);
}
.slider-buttons {
  display: flex;
  gap: 14px;
  margin: 76px 0 300px;
}
.slider-buttons button {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: #fff;
  border: 0;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.slider-buttons button:hover {
  transform: translateY(-3px);
  color: var(--slate);
  background: rgba(255,255,255,.84);
}
.safety-panel p {
  max-width: 420px;
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.24;
  font-weight: 650;
}
.safety-image {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(54,73,86,.12), rgba(54,73,86,.02)),
    var(--safety-image, url("assets/brand-engineering-table.png")) center / cover no-repeat;
  transition: background-image .2s ease;
}
.safety-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(24,35,43,.18), rgba(24,35,43,.04));
  pointer-events: none;
}
.safety-image.is-changing h2,
.safety-image.is-changing span {
  animation: safetyText .42s ease both;
}
@keyframes safetyText {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
.safety-image span {
  position: absolute;
  z-index: 2;
  right: 42px;
  top: 108px;
  color: #fff;
  font-size: 18px;
}
.safety-image h2 {
  position: absolute;
  z-index: 2;
  left: 5%;
  top: 24%;
  color: #fff;
  font-size: clamp(80px, 9vw, 158px);
  line-height: .82;
  font-weight: 820;
}
.learn-card {
  position: absolute;
  z-index: 2;
  right: 58px;
  bottom: 76px;
  width: 270px;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: var(--slate);
  font-weight: 780;
}
.learn-card span {
  position: static;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--slate);
  background: #fff;
  border-radius: 50%;
}

.press {
  position: relative;
  min-height: 920px;
  padding: 38px 0 86px;
  color: var(--ink);
  background: #fff;
}
.press-label {
  margin: 0 clamp(26px, 4vw, 72px);
  padding-bottom: 18px;
  border-bottom: 1px solid var(--dark-line);
  color: var(--slate);
  font-size: 18px;
}
.press-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 42px clamp(26px, 4vw, 72px) 0;
}
.tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 0;
}
.tabs a {
  min-width: 120px;
  min-height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid var(--dark-line);
  border-radius: 999px;
  font-weight: 740;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.tabs .active {
  color: #fff;
  background: var(--slate);
}
.tabs a:hover {
  transform: translateY(-2px);
  color: var(--slate);
  background: var(--accent);
}
.press-viewport {
  width: 100%;
  margin-left: 0;
  margin-top: 92px;
  overflow: hidden;
}
.press-grid {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 0 clamp(26px, 4vw, 72px) 18px 0;
  scrollbar-width: none;
}
.press-grid::-webkit-scrollbar {
  display: none;
}
.press-grid::before {
  content: "";
  flex: 0 0 50vw;
}
.press-grid article {
  flex: 0 0 min(440px, calc(100vw - 40px));
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px 42px;
  background: #f4f4f3;
  scroll-snap-align: start;
  transition: transform .22s ease, background .22s ease;
}
.press-grid article:hover {
  transform: translateY(-8px);
  background: #efefed;
}
.press-grid h3 {
  font-size: 24px;
  line-height: 1.12;
  font-weight: 580;
}
.press-grid article > div {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-top: 34px;
  border-top: 1px solid var(--dark-line);
}
.press-grid strong {
  color: var(--accent-dark);
  font-size: 78px;
  line-height: .8;
  font-weight: 850;
}
.press-grid span {
  color: var(--slate);
  text-align: right;
}
.press-controls {
  position: absolute;
  right: clamp(26px, 4vw, 72px);
  top: 126px;
  bottom: auto;
  display: flex;
  gap: 18px;
}
.press-controls button {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--slate);
  background: #f4f4f3;
  font-size: 32px;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.press-controls button:last-child {
  color: #fff;
  background: var(--slate);
}
.press-controls button:hover {
  transform: translateY(-3px);
  color: var(--slate);
  background: var(--accent);
}

.services-block {
  position: relative;
  padding: 118px clamp(26px, 4vw, 72px) 115px;
  overflow: hidden;
  background: var(--slate);
}
.services-intro {
  display: grid;
  grid-template-columns: minmax(320px, 610px) minmax(240px, 420px);
  gap: clamp(60px, 12vw, 180px);
  justify-content: center;
  min-height: 520px;
}
.services-intro h2 {
  font-size: clamp(34px, 3.2vw, 58px);
  line-height: 1.1;
  font-weight: 790;
}
.services-intro p {
  align-self: center;
  color: rgba(255,255,255,.72);
  font-size: 18px;
}
.ghost-word {
  position: absolute;
  left: 4%;
  top: 360px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255,255,255,.18);
  font-size: clamp(160px, 24vw, 360px);
  line-height: .72;
  font-weight: 850;
}
.service-cards {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  max-width: 1420px;
  margin: 0 auto;
}
.service-cards article {
  position: relative;
  min-height: 560px;
  padding: 46px 62px;
  background: var(--slate-deep);
}
.plus-link {
  position: absolute;
  right: 44px;
  top: 44px;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--accent);
  border-radius: 50%;
  font-size: 28px;
  transition: transform .2s ease, background .2s ease;
}
.plus-link:hover {
  transform: rotate(90deg) scale(1.04);
  background: #fff;
  color: var(--slate);
}
.circle-img {
  width: min(300px, 48vw);
  aspect-ratio: 1;
  margin: 110px auto 64px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}
.circle-img.one { background-image: url("assets/bohrer.jfif"); }
.circle-img.two { background-image: url("assets/taufenkirchenpj.png"); }
.circle-img.three { background-image: url("assets/brand-geothermal-site.png"); }
.circle-img.four { background-image: url("1770977467869.jfif"); }
.service-cards h3 {
  max-width: 320px;
  font-size: 25px;
  line-height: 1.12;
  font-weight: 780;
}

.processes {
  display: grid;
  grid-template-columns: 36vw 1fr;
  min-height: 960px;
  background: linear-gradient(90deg, var(--slate) 0 36vw, var(--accent) 36vw 100%);
}
.process-title {
  grid-column: 2;
  position: relative;
  padding: 122px clamp(38px, 7vw, 150px);
}
.process-title h2 {
  max-width: 560px;
  color: #fff;
  font-size: clamp(60px, 7vw, 118px);
  line-height: .9;
  font-weight: 840;
}
.process-ghost {
  width: 240px;
  height: 360px;
  margin-top: 160px;
  opacity: .14;
  background: url("assets/brand-hero-rig.png") center / cover no-repeat;
  filter: grayscale(1) contrast(1.6);
}
.process-list {
  grid-column: 2;
  padding: 0 clamp(38px, 7vw, 150px) 110px;
}
.process-list article {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 36px;
  padding: 56px 0;
  border-top: 1px solid rgba(255,255,255,.22);
}
.process-list strong {
  color: #fff;
  font-size: 42px;
  line-height: 1;
}
.process-list p {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 680;
}

.page-hero {
  min-height: 72svh;
  display: grid;
  align-items: end;
  padding: 230px 0 82px;
  color: #fff;
  background: var(--slate);
}
.page-hero-content {
  display: grid;
  grid-template-columns: minmax(0, .55fr) minmax(0, .45fr);
  gap: clamp(32px, 7vw, 120px);
  align-items: end;
}
.eyebrow {
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.24);
  color: var(--accent);
  font-weight: 780;
}
.page-hero h1 {
  grid-column: 1;
  margin: 24px 0 0;
  font-size: clamp(52px, 7vw, 118px);
  line-height: .9;
  font-weight: 840;
}
.page-hero p {
  grid-column: 2;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 620;
}
.page-intro {
  padding: 82px 0;
  background: var(--slate);
}
.intro-grid {
  display: grid;
  grid-template-columns: minmax(180px, .35fr) minmax(0, .65fr);
  gap: clamp(32px, 7vw, 120px);
  align-items: start;
}
.intro-grid p {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3.2vw, 56px);
  line-height: 1.02;
  font-weight: 820;
}
.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding-top: 0;
  padding-bottom: 96px;
  background: rgba(255,255,255,.1);
}
.service {
  min-height: 360px;
  padding: 38px;
  background: var(--slate-deep);
}
.service b,
.service h3,
.service p { display: block; }
.service b {
  margin-bottom: 86px;
  color: var(--accent);
  font-size: 18px;
}
.service h3 {
  max-width: 360px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(25px, 2.2vw, 40px);
  line-height: 1;
}
.service p {
  max-width: 390px;
  margin: 0;
  color: rgba(255,255,255,.68);
}
.process {
  padding: 0;
  background: var(--accent);
}
.process-grid,
.split,
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.process-image,
.image-panel {
  min-height: 680px;
  background: url("assets/brand-geothermal-site.png") center / cover no-repeat;
}
.steps,
.panel,
.contact-card,
form {
  padding: clamp(44px, 7vw, 120px);
}
.step {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 32px;
  padding: 38px 0;
  border-top: 1px solid rgba(255,255,255,.28);
}
.step small,
.step h3,
.step p { color: #fff; }
.step small {
  font-weight: 840;
  text-transform: uppercase;
}
.step h3 {
  margin-bottom: 12px;
  font-size: clamp(26px, 3vw, 48px);
  line-height: 1;
}
.step p { margin: 0; color: rgba(255,255,255,.78); }

.project-showcase {
  display: grid;
  background: var(--slate);
}
.project-row {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  min-height: 560px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.project-row:nth-child(even) {
  grid-template-columns: .9fr 1.1fr;
}
.project-row:nth-child(even) .project-media { order: 2; }
.project-row:nth-child(even) .project-copy { order: 1; }
.project-media {
  min-height: 750px;
  background:
    linear-gradient(0deg, rgba(32,49,60,.18), rgba(32,49,60,.18)),
    var(--project-image, url("assets/brand-geothermal-site.png")) center / cover no-repeat;
}
.video-media {
  position: relative;
  background:
    linear-gradient(0deg, rgba(32,49,60,.34), rgba(32,49,60,.34)),
    var(--project-image, url("assets/brand-hero-rig.png")) center / cover no-repeat;
}
.video-media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.project-copy {
  display: grid;
  align-content: center;
  padding: clamp(42px, 7vw, 110px);
  background: var(--slate-deep);
}
.project-copy span {
  color: var(--accent);
  font-weight: 820;
}
.project-copy h2 {
  margin: 24px 0 18px;
  color: #fff;
  font-size: clamp(38px, 5vw, 78px);
  line-height: .92;
}
.project-copy p {
  max-width: 460px;
  color: rgba(255,255,255,.7);
}
.project-copy a {
  width: fit-content;
  margin-top: 22px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--accent);
  color: #fff;
  font-weight: 780;
}

/* Individual project images: change one URL here to update a single project. */
.project-taufkirchen { --project-image: url("assets/taufenkirchenpj.png"); }
.project-landau { --project-image: url("assets/Geox.png"); }
.project-tuessling { --project-image: url("assets/brand-hero-rig.png"); }
.project-eavor { --project-image: url("assets/brand-engineering-table.png"); }
.project-vulcan { --project-image: url("assets/brand-geothermal-site.png"); }
.project-rupertiwinkel { --project-image: url("assets/GEOTHERMIE RUPERTIWINKEL, GERMANY.png"); }
.project-natures-heat { --project-image: url("Drilling for Geothermal program.jfif"); }
.project-geretsried-sidetrack { --project-image: url("assets/bohrer.jfif"); }
.project-balmatt { --project-image: url("assets/drilling & geoscience images - Scott Mussett.jfif"); }
.project-dorfen { --project-image: url("1770977467869.jfif"); }

.profile {
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: clamp(34px, 6vw, 90px);
  padding: clamp(42px, 6vw, 90px) clamp(26px, 4vw, 72px);
  background: var(--slate);
  border-top: 1px solid rgba(255,255,255,.12);
}
.profile img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: top center;
  filter: grayscale(.15) contrast(1.05);
}
.profile h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(42px, 5vw, 82px);
  line-height: .92;
}
.profile h3 {
  margin-bottom: 28px;
  color: var(--accent);
}
.profile p,
.profile li {
  max-width: 900px;
  color: rgba(255,255,255,.74);
  font-size: 18px;
}
.profile ul { padding-left: 18px; }

.team-hero {
  background: var(--slate);
}
.team-directory {
  padding: clamp(54px, 7vw, 120px) clamp(26px, 4vw, 72px);
  background: var(--slate);
}
.team-cards {
  display: grid;
  gap: 36px;
  margin-top: 58px;
}
.team-card {
  display: grid;
  grid-template-columns: minmax(240px, 360px) 1fr;
  min-height: 520px;
  background: var(--slate-deep);
}
.team-card.featured {
  color: #fff;
  background: var(--accent);
}
.team-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: top center;
  filter: grayscale(.18) contrast(1.06);
}
.team-card > div {
  display: grid;
  align-content: start;
  padding: clamp(34px, 5vw, 70px);
}
.team-card span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 820;
  text-transform: uppercase;
}
.team-card.featured span {
  color: #fff;
}
.team-card h3 {
  margin: 24px 0 16px;
  color: #fff;
  font-size: clamp(30px, 3vw, 52px);
  line-height: .94;
}
.team-card p {
  color: rgba(255,255,255,.72);
  font-size: 17px;
}
.team-card.featured p {
  color: rgba(255,255,255,.9);
}
.team-card details {
  margin-top: auto;
}
.bio-timeline {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}
.bio-timeline div {
  display: grid;
  grid-template-columns: minmax(170px, .28fr) 1fr;
  gap: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.16);
}
.team-card.featured .bio-timeline div {
  border-top-color: rgba(255,255,255,.28);
}
.bio-timeline b {
  color: var(--accent);
  font-size: 14px;
  line-height: 1.25;
}
.team-card.featured .bio-timeline b {
  color: var(--slate);
}
.bio-timeline p {
  margin: 0;
  max-width: 980px;
  font-size: 15px;
  line-height: 1.45;
}
.team-cta {
  position: relative;
  min-height: 420px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: end;
  padding: clamp(54px, 7vw, 120px) clamp(26px, 4vw, 72px);
  background:
    linear-gradient(90deg, rgba(54,73,86,.95), rgba(54,73,86,.72)),
    url("assets/brand-hero-rig.png") center / cover no-repeat;
}
.team-cta h2 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 7vw, 118px);
  line-height: .9;
}
.team-cta .learn-card {
  position: static;
}

.contact {
  background: var(--slate);
}
.contact-card {
  background: var(--accent);
}
.contact-card .eyebrow {
  color: #fff;
  border-bottom-color: rgba(255,255,255,.28);
}
.contact-card h2 {
  margin: 46px 0 24px;
  color: #fff;
  font-size: clamp(46px, 6vw, 96px);
  line-height: .9;
}
.contact-card p,
.contact-list,
.contact-list a,
.contact-list span {
  color: #fff;
}
.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 38px;
}
form {
  display: grid;
  gap: 22px;
  background: var(--slate-deep);
}
label {
  display: grid;
  gap: 10px;
  color: rgba(255,255,255,.72);
  font-weight: 760;
}
input,
textarea {
  width: 100%;
  padding: 18px 0;
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.28);
  border-radius: 0;
  font: inherit;
  outline: 0;
}
input:focus,
textarea:focus { border-bottom-color: var(--accent); }
textarea { min-height: 180px; resize: vertical; }
.submit,
.cta {
  width: fit-content;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  color: var(--slate);
  background: #fff;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 820;
}
.charity,
.record,
.panel,
.imprint {
  padding: clamp(54px, 7vw, 120px) clamp(26px, 4vw, 72px);
  color: #fff;
  background: var(--slate);
}
.charity h2,
.record h2,
.panel h2 {
  max-width: 960px;
  color: #fff;
  font-size: clamp(46px, 6vw, 96px);
  line-height: .9;
}
.charity p,
.record p,
.panel p { color: rgba(255,255,255,.74); font-size: 19px; }
.logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 54px;
  background: rgba(255,255,255,.16);
}
.logos div {
  min-height: 180px;
  display: grid;
  place-items: center;
  padding: 28px;
  background: #fff;
}
.logos img {
  max-height: 74px;
  object-fit: contain;
}
.imprint dl {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 20px 42px;
  margin: 0;
  font-size: 19px;
}
.imprint dt { color: var(--accent); font-weight: 820; }
.imprint dd { margin: 0; color: rgba(255,255,255,.78); }

.site-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(62px, 8vw, 118px) clamp(26px, 4vw, 72px) 34px;
  color: #fff;
  background: var(--slate);
}
.site-footer::before {
  content: "KEMCO";
  position: absolute;
  left: clamp(20px, 4vw, 72px);
  bottom: 16px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255,255,255,.12);
  font-size: clamp(120px, 22vw, 340px);
  line-height: .68;
  font-weight: 900;
  pointer-events: none;
}
.footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, .45fr) minmax(250px, .28fr) 1fr;
  gap: clamp(42px, 8vw, 130px);
  min-height: 360px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.footer-contact {
  display: grid;
  align-content: start;
  gap: 22px;
  color: #fff;
  font-size: 16px;
}
.footer-contact::before {
  content: "Kemco GmbH";
  margin-bottom: 20px;
  color: var(--accent);
  font-size: clamp(38px, 4vw, 70px);
  line-height: .9;
  font-weight: 840;
}
.footer-socials {
  display: flex;
  gap: 10px;
  margin-bottom: 6px;
}
.footer-socials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--slate);
  background: var(--accent);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}
.footer-socials svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}
.footer-nav {
  display: grid;
  gap: 10px;
  align-content: start;
  color: #fff;
  font-size: 18px;
  font-weight: 780;
}
.footer-nav a,
.footer-contact a,
.footer-bottom a {
  transition: color .18s ease;
}
.footer-nav a:hover,
.footer-contact a:hover,
.footer-bottom a:hover {
  color: var(--accent);
}
.footer-top {
  justify-self: end;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--slate);
  background: var(--accent);
  border-radius: 50%;
  font-size: 18px;
  font-weight: 820;
  transition: transform .2s ease, background .2s ease;
}
.footer-top .icon,
.scroll-button .icon,
.slider-buttons button .icon,
.press-controls button .icon,
.round-link .icon,
.learn-link .icon,
.learn-card .icon {
  width: 17px;
  height: 17px;
}
.footer-top:hover {
  transform: translateY(-4px);
  background: #fff;
}
.footer-bottom {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto auto 1fr;
  gap: 24px;
  align-items: center;
  padding-top: 34px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.58);
  font-size: 14px;
}
.footer-bottom span:last-child {
  justify-self: end;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.privacy-copy h2 {
  margin: 0 0 34px;
  color: #fff;
  font-size: clamp(42px, 5vw, 82px);
  line-height: .94;
}
.privacy-copy p {
  max-width: 920px;
  color: rgba(255,255,255,.74);
  font-size: 19px;
}

@media (max-width: 1120px) {
  .topbar {
    position: relative;
    background: var(--slate);
    padding-bottom: 22px;
  }
  .header-meta,
  .topbar > .cta { display: none; }
  .nav { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .ng-hero { min-height: 820px; }
  .hero-image { width: 100%; height: 54vh; }
  .hero-mark { left: 8%; }
  .locations-grid,
  .management,
  .safety,
  .services-intro,
  .processes {
    grid-template-columns: 1fr;
  }
  .management-photo { min-height: 680px; }
  .management-photo strong { right: 6%; }
  .process-title,
  .process-list { grid-column: auto; }
  .processes { background: var(--accent); }
  .service-cards { grid-template-columns: 1fr; }
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .footer-top {
    justify-self: start;
  }
  .footer-bottom {
    grid-template-columns: 1fr;
  }
  .footer-bottom span:last-child {
    justify-self: start;
  }
  .page-hero-content,
  .intro-grid,
  .process-grid,
  .split,
  .contact-grid,
  .project-row,
  .project-row:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .project-row:nth-child(even) .project-media,
  .project-row:nth-child(even) .project-copy {
    order: initial;
  }
  .services { grid-template-columns: repeat(2, 1fr); }
  .profile { grid-template-columns: 1fr; }
  .logos { grid-template-columns: repeat(2, 1fr); }
  .team-card,
  .team-cta {
    grid-template-columns: 1fr;
  }
  .team-card img { height: 420px; min-height: 0; }
}

@media (max-width: 760px) {
  body.menu-is-open {
    overflow: hidden;
  }
  .topbar {
    position: sticky;
    top: 0;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    min-height: 82px;
    padding: 12px 10px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    background: rgba(54,73,86,.96);
    backdrop-filter: blur(12px);
    box-shadow: none;
  }
  .topbar.menu-open {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr auto;
    align-items: start;
    min-height: 100svh;
    padding: 18px 16px 26px;
    overflow: hidden;
    border-bottom: 0;
    background: var(--slate-deep);
  }
  .topbar.menu-open::after {
    content: "KEMCO";
    position: absolute;
    right: -32px;
    bottom: 118px;
    color: rgba(255,255,255,.035);
    font-size: 108px;
    line-height: .78;
    font-weight: 900;
    pointer-events: none;
  }
  .brand {
    min-width: 0;
    position: relative;
    z-index: 22;
  }
  .brand img {
    width: 136px;
    height: 58px;
  }
  .brand > span { font-size: 18px; }
  .menu-toggle {
    display: inline-grid;
    grid-column: 3;
    grid-row: 1;
    z-index: 22;
    width: 48px;
    height: 46px;
    margin-top: 0;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: transparent;
  }
  .menu-toggle span {
    right: 12px;
  }
  .topbar.menu-open .menu-toggle {
    grid-column: 2;
    color: #fff;
    background: transparent;
  }
  .nav {
    position: absolute;
    z-index: 21;
    left: 0;
    right: 0;
    top: 100%;
    grid-template-columns: 1fr;
    gap: 0;
    counter-reset: mobile-menu;
    max-height: 0;
    margin: 0;
    padding: 0 20px;
    overflow: hidden;
    background: var(--slate);
    opacity: 0;
    pointer-events: none;
    border-bottom: 1px solid rgba(255,255,255,.12);
    transition: max-height .34s ease, opacity .24s ease, padding .34s ease;
  }
  .menu-open .nav {
    position: relative;
    grid-column: 1 / -1;
    grid-row: 2;
    top: auto;
    max-height: none;
    margin-top: 42px;
    padding: 0;
    overflow-y: auto;
    border-bottom: 0;
    background: transparent;
    opacity: 1;
    pointer-events: auto;
  }
  .nav a {
    min-height: 74px;
    display: grid;
    grid-template-columns: 36px 1fr;
    align-items: center;
    gap: 4px;
    padding: 0;
    border-top: 1px solid rgba(255,255,255,.12);
    color: #fff;
    font-size: clamp(42px, 12vw, 58px);
    line-height: .9;
    font-weight: 520;
    letter-spacing: 0;
  }
  .nav a::before {
    counter-increment: mobile-menu;
    content: counter(mobile-menu, decimal-leading-zero);
    color: rgba(255,255,255,.42);
    font-size: 11px;
    font-weight: 820;
    line-height: 1;
  }
  .nav a::after {
    display: none;
  }
  .nav a:last-child {
    min-height: 86px;
    margin-top: 18px;
    padding: 0 18px;
    border-top: 0;
    color: var(--slate-deep);
    background: var(--accent);
  }
  .nav a:last-child::before {
    color: rgba(38,56,68,.55);
  }
  .topbar > .cta,
  .header-meta {
    display: none;
  }
  .ng-hero {
    min-height: calc(100svh - 82px);
    background: var(--slate);
  }
  .hero-word {
    display: none;
  }
  .hero-image {
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-position: 52% center;
  }
  .hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(32,49,60,.28) 0%, rgba(32,49,60,.16) 34%, rgba(32,49,60,.74) 100%),
      linear-gradient(90deg, rgba(32,49,60,.72) 0%, rgba(32,49,60,.22) 58%, rgba(32,49,60,.08) 100%);
  }
  .hero-mark {
    display: none;
  }
  .hero-copy {
    left: 20px;
    right: 18px;
    bottom: 150px;
    max-width: 390px;
  }
  .hero-copy h1 {
    max-width: 360px;
    margin-bottom: 16px;
    font-size: clamp(36px, 10.5vw, 48px);
    line-height: .92;
    text-shadow: 0 2px 24px rgba(0,0,0,.42);
  }
  .hero-copy p {
    max-width: 350px;
    font-size: 15px;
    line-height: 1.3;
    color: rgba(255,255,255,.9);
    text-shadow: 0 2px 18px rgba(0,0,0,.45);
  }
  .hero-tabs {
    left: 20px;
    right: 20px;
    bottom: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .hero-tabs a {
    min-width: 0;
    min-height: 64px;
    padding-top: 12px;
    font-size: 14px;
    line-height: 1.2;
    text-shadow: 0 2px 12px rgba(0,0,0,.38);
  }
  .scroll-button { display: none; }
  .locations,
  .drilled,
  .press,
  .services-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .locations-grid { gap: 28px; padding-top: 48px; }
  .locations-stat strong { font-size: 72px; white-space: normal; }
  .locations-stat span { margin-top: 28px; }
  .locations-lead { font-size: 24px; }
  .map-stage { min-height: 520px; }
  .map-photo {
    width: 100%;
    height: 250px;
  }
  .map-stage::before { font-size: 120px; top: 18%; }
  .management { padding: 0; }
  .management-photo { min-height: 560px; }
  .management-photo strong {
    right: 20px;
    font-size: 56px;
  }
  .management-message { padding: 56px 28px; }
  blockquote {
    margin: 80px 0 28px;
    font-size: 19px;
  }
  blockquote::before { left: 0; top: -68px; }
  .drilled {
    min-height: 0;
    padding-top: 58px;
    padding-bottom: 72px;
  }
  .mega-number {
    font-size: clamp(72px, 22vw, 104px);
    line-height: .86;
  }
  .rig-outline { left: 28%; width: 260px; height: 500px; }
  .metric {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 46px;
  }
  .metric span { margin-bottom: 18px; }
  .metric strong { font-size: 64px; }
  .safety { min-height: 0; }
  .safety-panel { padding: 58px 28px; }
  .slider-buttons { margin: 48px 0 120px; }
  .safety-image { min-height: 560px; }
  .safety-image h2 {
    left: 24px;
    top: 130px;
    font-size: 64px;
  }
  .learn-card {
    left: 24px;
    right: 24px;
    bottom: 32px;
    width: auto;
  }
  .tabs { overflow-x: auto; margin-bottom: 34px; }
  .press {
    min-height: 720px;
    padding-bottom: 112px;
  }
  .press-label,
  .press-top {
    margin-left: 20px;
    margin-right: 20px;
  }
  .press-viewport {
    width: 100%;
    margin-left: 0;
    margin-top: 34px;
  }
  .press-grid {
    gap: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .press-grid::before { display: none; }
  .press-grid article { min-height: 420px; }
  .press-controls {
    right: 20px;
    top: auto;
    bottom: 32px;
  }
  .services-intro { min-height: 360px; }
  .ghost-word { display: none; }
  .service-cards article { min-height: 420px; padding: 30px; }
  .circle-img { margin: 86px auto 42px; }
  .process-title,
  .process-list { padding-left: 28px; padding-right: 28px; }
  .process-title h2 { font-size: 58px; }
  .process-list article {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .shell {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-hero {
    min-height: 570px;
    padding: 0 0 52px;
  }
  .page-hero h1 { font-size: 46px; }
  .page-hero p {
    grid-column: 1;
    margin-top: 26px;
  }
  .intro-grid p { font-size: 30px; }
  .services,
  .logos { grid-template-columns: 1fr; }
  .service { min-height: 310px; padding: 28px; }
  .service b { margin-bottom: 54px; }
  .process-image,
  .image-panel,
  .project-media { min-height: 320px; }
  .steps,
  .panel,
  .contact-card,
  form,
  .project-copy { padding: 34px 24px; }
  .step { grid-template-columns: 1fr; gap: 12px; }
  .project-copy h2,
  .profile h2,
  .contact-card h2,
  .charity h2,
  .record h2,
  .panel h2 { font-size: 42px; }
  .profile {
    padding-left: 20px;
    padding-right: 20px;
  }
  .profile img { height: 390px; }
  .project-row {
    min-height: 0;
  }
  .project-row.reveal {
    opacity: 1;
    transform: none;
  }
  .imprint dl { grid-template-columns: 1fr; }
  .team-directory,
  .team-cta {
    padding-left: 20px;
    padding-right: 20px;
  }
  .team-cta h2 { font-size: 46px; }
  .team-cards { grid-template-columns: 1fr; }
  .team-card > div { padding: 28px; }
  .team-card h3 { font-size: 34px; }
  .bio-timeline div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .team-cta { min-height: 360px; align-items: start; }
  .site-footer {
    padding: 44px 20px 28px;
  }
  .site-footer::before {
    font-size: 112px;
    bottom: 8px;
  }
  .footer-main {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .footer-nav {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .hero-image {
    top: 0;
    height: 100%;
    min-height: 100%;
    background-position: 56% center;
  }
  .hero-copy {
    bottom: 148px;
  }
  .hero-copy h1 {
    font-size: 36px;
  }
  .hero-copy p {
    font-size: 14px;
  }
  .hero-tabs {
    gap: 12px;
  }
  .hero-tabs a {
    font-size: 13px;
  }
}
