@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #17191a;
  --ink-soft: #3f4649;
  --paper: #f6f6f3;
  --white: #ffffff;
  --line: #d9dcda;
  --accent: #f2c230;
  --accent-dark: #c99700;
  --brand: #164f73;
  --max: 1180px;
  --shadow: 0 18px 50px rgba(18, 25, 28, 0.13);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

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

button,
input,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--ink);
}

.skip-link:focus {
  transform: none;
}

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: 5.7rem;
}

h2 {
  margin-bottom: 18px;
  font-size: 3.35rem;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.lead {
  max-width: 760px;
  color: var(--ink-soft);
  font-size: 1.28rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(217, 220, 218, 0.8);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  transition: background-color 240ms ease, box-shadow 240ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 35px rgba(17, 24, 27, 0.09);
}

.header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background: var(--accent);
  transition: transform 400ms var(--ease-out);
}

.brand:hover .brand-mark {
  transform: rotate(5deg);
}

.brand-mark::after {
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 15px;
  height: 15px;
  border: 4px solid var(--white);
  background: var(--brand);
  content: "";
}

.nav-wrap,
.site-nav {
  display: flex;
  align-items: center;
}

.site-nav {
  gap: 4px;
}

.site-nav a {
  position: relative;
  padding: 10px 12px;
  color: #41474a;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--ink);
  background: transparent;
}

.site-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 12px;
  bottom: 5px;
  left: 12px;
  height: 2px;
  background: var(--accent-dark);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 260ms var(--ease-out);
}

.site-nav a:not(.nav-cta):hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-nav .nav-cta {
  margin-left: 8px;
  padding: 11px 16px;
  color: var(--ink);
  background: var(--accent);
}

.site-nav .nav-cta:hover {
  background: #ffd34a;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

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

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

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

.hero {
  position: relative;
  min-height: min(760px, calc(100svh - 76px));
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: #2f3739;
}

.hero::before,
.page-hero::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 17, 19, 0.87) 0%, rgba(12, 17, 19, 0.58) 50%, rgba(12, 17, 19, 0.16) 100%);
  content: "";
  z-index: 1;
}

.hero-media,
.page-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-media {
  transform: translate3d(0, var(--hero-shift, 0), 0) scale(1.045);
  animation: hero-media-in 1.4s var(--ease-out) both;
  will-change: transform;
}

.page-hero > img {
  animation: page-hero-media-in 600ms var(--ease-out) both;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-block: clamp(90px, 14vw, 150px) 72px;
}

.hero-content > * {
  animation: hero-copy-in 720ms var(--ease-out) both;
}

.hero-content > :nth-child(2) {
  animation-delay: 90ms;
}

.hero-content > :nth-child(3) {
  animation-delay: 180ms;
}

.hero-content > :nth-child(4) {
  animation-delay: 270ms;
}

.hero .eyebrow,
.page-hero .eyebrow {
  color: var(--accent);
}

.hero p {
  max-width: 700px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.35rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.button:hover {
  border-color: #ffd34a;
  background: #ffd34a;
  box-shadow: 0 10px 24px rgba(17, 24, 27, 0.14);
  transform: translateY(-2px);
}

.button span[aria-hidden="true"] {
  transition: transform 180ms ease;
}

.button:hover span[aria-hidden="true"] {
  transform: translateX(4px);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
  color: var(--white);
}

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

.button.dark {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.button.dark:hover {
  border-color: var(--brand);
  background: var(--brand);
}

.trust-strip {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

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

.trust-item {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 28px;
  border-right: 1px solid var(--line);
}

.trust-item:first-child {
  border-left: 1px solid var(--line);
}

.trust-number {
  color: var(--brand);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 2.35rem;
  font-weight: 700;
  line-height: 1;
}

.trust-copy {
  color: var(--ink-soft);
  font-size: 0.91rem;
  line-height: 1.35;
}

.section {
  padding-block: clamp(72px, 9vw, 118px);
}

.section.white {
  background: var(--white);
}

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

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

.section.dark .lead,
.section.dark p {
  color: rgba(255, 255, 255, 0.72);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 44px;
}

.section-head > div {
  max-width: 760px;
}

.section-head h2,
.section-head p:last-child {
  margin-bottom: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 520ms var(--ease-out), transform 520ms var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  align-items: center;
  gap: clamp(36px, 7vw, 90px);
}

.split-media {
  min-height: 440px;
  overflow: hidden;
  background: #dfe2e0;
}

.split-media img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  transition: transform 700ms var(--ease-out);
}

.split-media:hover img {
  transform: scale(1.025);
}

.company-profile-media {
  min-height: 0;
  background: var(--brand);
}

.company-profile-media img {
  height: auto;
  min-height: 0;
  aspect-ratio: 448 / 176;
  object-fit: cover;
}

.company-profile-caption {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 28px 27px;
  color: var(--white);
}

.company-profile-caption span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.company-profile-caption strong {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.65rem;
  line-height: 1.05;
  text-align: right;
}

.split-copy p {
  color: var(--ink-soft);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 16px;
  height: 3px;
  background: var(--accent);
  content: "";
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  position: relative;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  background: #2c3335;
  color: var(--white);
  text-decoration: none;
  transition: box-shadow 360ms var(--ease-out), transform 360ms var(--ease-out);
}

.service-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 15, 16, 0.02) 18%, rgba(12, 15, 16, 0.88) 100%);
  content: "";
}

.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.service-card:hover img {
  transform: scale(1.035);
}

.service-card:hover {
  box-shadow: 0 22px 45px rgba(18, 25, 28, 0.2);
  transform: translateY(-7px);
}

.service-card-content {
  position: relative;
  z-index: 1;
  padding: 30px;
}

.service-card-number {
  display: block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.service-card h3 {
  margin-bottom: 8px;
  font-size: 1.65rem;
}

.service-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.94rem;
}

.photo-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  grid-auto-rows: 250px;
  gap: 12px;
}

.photo-grid .gallery-button:first-child {
  grid-row: span 2;
}

.photo-grid .gallery-button:nth-child(4) {
  grid-column: span 2;
}

.gallery-button {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #d9dcda;
  cursor: zoom-in;
  transition: box-shadow 280ms ease, transform 280ms var(--ease-out);
}

.gallery-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease, filter 300ms ease;
}

.gallery-button:hover img {
  transform: scale(1.025);
  filter: brightness(0.82);
}

.gallery-button:hover {
  z-index: 2;
  box-shadow: 0 16px 34px rgba(7, 9, 10, 0.24);
  transform: translateY(-3px);
}

.gallery-button::after {
  position: absolute;
  right: 14px;
  bottom: 12px;
  padding: 4px 8px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.58);
  content: "+";
  font-size: 1.2rem;
  font-weight: 700;
  opacity: 0;
  transition: opacity 200ms ease;
}

.gallery-button:hover::after {
  opacity: 1;
}

.cta-band {
  position: relative;
  overflow: hidden;
  background: var(--accent);
}

.cta-band::after {
  position: absolute;
  top: -45%;
  right: 8%;
  width: 2px;
  height: 190%;
  background: rgba(23, 25, 26, 0.18);
  content: "";
  transform: rotate(24deg);
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 250px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-block: 50px;
}

.cta-inner h2 {
  max-width: 710px;
  margin-bottom: 6px;
}

.cta-inner p {
  margin-bottom: 0;
  color: rgba(23, 25, 26, 0.72);
}

.site-footer {
  color: rgba(255, 255, 255, 0.76);
  background: #111415;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.9fr;
  gap: 50px;
  padding-block: 62px;
}

.footer-brand .brand {
  margin-bottom: 20px;
  color: var(--white);
}

.footer-brand p {
  max-width: 430px;
}

.footer-title {
  margin-bottom: 14px;
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a {
  text-decoration-color: rgba(255, 255, 255, 0.3);
  text-underline-offset: 4px;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
}

.page-hero {
  position: relative;
  min-height: 470px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: #2f3739;
}

.page-hero-content {
  position: relative;
  z-index: 2;
  padding-block: 90px 58px;
}

.page-hero-content > * {
  animation: hero-copy-in 440ms var(--ease-out) both;
}

.page-hero-content > :nth-child(2) {
  animation-delay: 50ms;
}

.page-hero-content > :nth-child(3) {
  animation-delay: 100ms;
}

.page-hero h1 {
  margin-bottom: 14px;
  font-size: 4.8rem;
}

.page-hero p:last-child {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.18rem;
}

.service-detail {
  border-bottom: 1px solid var(--line);
}

.service-detail:last-child {
  border-bottom: 0;
}

.service-detail-head {
  margin-bottom: 28px;
}

.service-detail-head h2 {
  margin-bottom: 8px;
  font-size: 2.7rem;
}

.service-detail-head p {
  max-width: 840px;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.gallery-three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 300px;
  gap: 12px;
}

.gallery-three.portrait {
  grid-auto-rows: 430px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.info-item {
  padding: 30px;
  border-top: 4px solid var(--accent);
  background: var(--white);
  transition: border-color 220ms ease, box-shadow 320ms var(--ease-out), transform 320ms var(--ease-out);
}

.info-item:hover {
  border-color: var(--brand);
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.info-item h2 {
  font-size: 1.4rem;
}

.info-item p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.reference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.reference-item {
  min-height: 235px;
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 28px;
  padding: 34px;
  background: var(--white);
  transition: background-color 200ms ease, transform 280ms var(--ease-out);
}

.reference-item:hover {
  z-index: 1;
  background: #fbfbf8;
  transform: translateY(-3px);
}

.reference-logo {
  width: 100%;
  height: 90px;
  object-fit: contain;
  filter: grayscale(1);
  transition: filter 180ms ease;
}

.reference-item:hover .reference-logo {
  filter: none;
}

.reference-item h2 {
  margin-bottom: 8px;
  font-size: 1.18rem;
}

.reference-item p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.reference-item ul {
  margin: 0 0 8px;
  padding-left: 18px;
  font-size: 0.92rem;
  font-weight: 700;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: stretch;
}

.contact-visual {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  isolation: isolate;
  background: #123b54;
  box-shadow: var(--shadow);
}

.contact-visual > a {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  color: var(--white);
  text-decoration: none;
}

.contact-visual > a::before,
.contact-visual > a::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.contact-visual > a::before {
  background: linear-gradient(180deg, rgba(9, 24, 33, 0.14) 25%, rgba(8, 26, 38, 0.9) 100%);
}

.contact-visual > a::after {
  background-image:
    repeating-linear-gradient(0deg, transparent 0 49px, rgba(255, 255, 255, 0.09) 49px 50px),
    repeating-linear-gradient(90deg, transparent 0 49px, rgba(255, 255, 255, 0.09) 49px 50px);
  mask-image: linear-gradient(90deg, transparent 8%, #000 58%, #000 100%);
}

.contact-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transition: transform 900ms var(--ease-out), filter 500ms ease;
}

.contact-visual:hover img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.045);
}

.contact-coordinates {
  position: absolute;
  top: 26px;
  left: 28px;
  z-index: 2;
  display: flex;
  gap: 16px;
  padding-top: 9px;
  border-top: 3px solid var(--accent);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.contact-marker {
  position: absolute;
  top: 25%;
  right: 13%;
  z-index: 2;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  animation: contact-marker-pulse 3s ease-out infinite;
}

.contact-marker::before,
.contact-marker::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.65);
  content: "";
  transform: translate(-50%, -50%);
}

.contact-marker::before {
  width: 96px;
  height: 1px;
}

.contact-marker::after {
  width: 1px;
  height: 96px;
}

.contact-marker i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 12px;
  height: 12px;
  background: var(--accent);
  box-shadow: 0 0 0 7px rgba(242, 194, 48, 0.24);
  transform: translate(-50%, -50%) rotate(45deg);
}

.contact-visual-copy {
  position: absolute;
  bottom: 34px;
  left: 32px;
  z-index: 2;
  display: grid;
  line-height: 1;
}

.contact-visual-copy small {
  margin-bottom: 4px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-visual-copy strong {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 4.6rem;
  line-height: 0.95;
}

.contact-visual-copy > span {
  margin-top: 8px;
  font-weight: 700;
}

.contact-route {
  position: absolute;
  right: 28px;
  bottom: 30px;
  z-index: 2;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-route b {
  margin-left: 7px;
  color: var(--accent);
  font-size: 1.1rem;
}

.contact-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 6vw, 70px);
  color: var(--white);
  background: var(--brand);
}

.contact-panel .eyebrow {
  color: var(--accent);
}

.contact-panel h2 {
  font-size: 3rem;
}

.regional-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  isolation: isolate;
  background: #123b54;
  box-shadow: var(--shadow);
}

.regional-visual::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    repeating-linear-gradient(0deg, transparent 0 39px, rgba(255, 255, 255, 0.08) 39px 40px),
    repeating-linear-gradient(90deg, transparent 0 39px, rgba(255, 255, 255, 0.08) 39px 40px);
  content: "";
}

.regional-visual::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  width: 5px;
  background: var(--accent);
  content: "";
}

.regional-photo {
  position: absolute;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(5, 14, 19, 0.34);
}

.regional-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease-out);
}

.regional-visual:hover .regional-photo img {
  transform: scale(1.045);
}

.regional-photo-main {
  inset: 58px 78px 92px 48px;
}

.regional-photo-detail {
  right: 24px;
  bottom: 26px;
  z-index: 2;
  width: 44%;
  height: 39%;
  border: 7px solid var(--white);
  animation: detail-float 5s ease-in-out infinite;
}

.regional-stamp {
  position: absolute;
  top: 28px;
  right: 0;
  z-index: 3;
  min-width: 180px;
  padding: 15px 24px 16px;
  background: var(--accent);
  color: var(--ink);
  line-height: 1;
}

.regional-stamp span {
  display: block;
  margin-bottom: 3px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.regional-stamp strong {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 2rem;
}

.regional-route {
  position: absolute;
  bottom: 35px;
  left: 47px;
  z-index: 3;
  display: flex;
  align-items: center;
  color: var(--white);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.regional-route i {
  position: relative;
  width: 88px;
  height: 2px;
  margin-inline: 11px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.42);
}

.regional-route i::after {
  position: absolute;
  inset: 0;
  background: var(--accent);
  content: "";
  transform: translateX(-100%);
  animation: route-line 2.8s var(--ease-out) infinite;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 3px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.contact-list {
  display: grid;
  gap: 18px;
  margin: 20px 0 30px;
}

.contact-row {
  display: grid;
  gap: 2px;
}

.contact-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-value,
.contact-value a {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration-color: rgba(255, 255, 255, 0.45);
  text-underline-offset: 4px;
}

.opening-hours {
  display: grid;
  gap: 2px;
}

.opening-hours > span {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
}

.opening-hours b {
  color: var(--accent);
  font-weight: 800;
}

.opening-hours small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.76rem;
  font-weight: 500;
}

.lightbox {
  width: min(94vw, 1200px);
  max-width: none;
  height: min(88vh, 820px);
  max-height: none;
  padding: 0;
  border: 0;
  background: #0d0f10;
  box-shadow: var(--shadow);
}

.lightbox::backdrop {
  background: rgba(7, 9, 10, 0.88);
  backdrop-filter: blur(4px);
}

.lightbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.68);
  color: var(--white);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 48px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.62);
  color: var(--white);
  font-size: 1.6rem;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 180ms ease, border-color 180ms ease;
}

.lightbox-nav:hover {
  border-color: var(--accent);
  background: rgba(0, 0, 0, 0.88);
}

.lightbox-prev {
  left: 12px;
}

.lightbox-next {
  right: 12px;
}

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

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

@keyframes hero-media-in {
  from {
    opacity: 0.45;
    transform: translate3d(0, 16px, 0) scale(1.1);
  }

  to {
    opacity: 1;
    transform: translate3d(0, var(--hero-shift, 0), 0) scale(1.045);
  }
}

@keyframes page-hero-media-in {
  from {
    opacity: 0.5;
    transform: scale(1.08);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes detail-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes route-line {
  0% {
    transform: translateX(-100%);
  }

  55%,
  100% {
    transform: translateX(100%);
  }
}

@keyframes contact-marker-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(242, 194, 48, 0);
  }

  45% {
    box-shadow: 0 0 0 18px rgba(242, 194, 48, 0.18);
  }
}

@media (max-width: 1100px) {
  .trust-item {
    gap: 12px;
    padding-inline: 18px;
  }

  .trust-number {
    font-size: 1.45rem;
  }
}

@media (max-width: 960px) {
  h1 {
    font-size: 4.7rem;
  }

  h2 {
    font-size: 3rem;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 76px;
    right: 0;
    left: 0;
    height: calc(100svh - 76px);
    display: none;
    align-items: stretch;
    padding: 24px 20px;
    background: var(--white);
  }

  .site-nav.open {
    display: flex;
    flex-direction: column;
  }

  .site-nav a {
    padding: 14px 10px;
    border-bottom: 1px solid var(--line);
    font-size: 1.04rem;
  }

  .site-nav .nav-cta {
    margin: 18px 0 0;
    border: 0;
    text-align: center;
  }

  .split,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

  .service-card:last-child {
    grid-column: span 2;
  }

  .reference-item {
    grid-template-columns: 110px 1fr;
  }

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

  .footer-brand {
    grid-column: span 2;
  }

  .regional-visual {
    min-height: 500px;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 16px;
  }

  h1,
  .page-hero h1 {
    font-size: 3.35rem;
  }

  h2,
  .contact-panel h2 {
    font-size: 2.45rem;
  }

  .lead {
    font-size: 1.12rem;
  }

  .hero p {
    font-size: 1.15rem;
  }

  .container {
    width: min(calc(100% - 30px), var(--max));
  }

  .header-inner {
    min-height: 68px;
  }

  .site-nav {
    top: 68px;
    height: calc(100svh - 68px);
  }

  .hero {
    min-height: 650px;
  }

  .hero::before,
  .page-hero::before {
    background: linear-gradient(180deg, rgba(12, 17, 19, 0.24), rgba(12, 17, 19, 0.9));
  }

  .hero-content {
    padding-bottom: 48px;
  }

  .trust-grid,
  .service-grid,
  .info-grid,
  .reference-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .trust-item,
  .trust-item:first-child {
    min-height: 90px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }

  .service-card,
  .service-card:last-child {
    min-height: 330px;
    grid-column: auto;
  }

  .section-head,
  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .photo-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 190px;
  }

  .photo-grid .gallery-button:first-child {
    grid-row: auto;
    grid-column: span 2;
  }

  .photo-grid .gallery-button:nth-child(4) {
    grid-column: auto;
  }

  .gallery-three,
  .gallery-three.portrait {
    grid-template-columns: 1fr;
    grid-auto-rows: 270px;
  }

  .reference-item {
    min-height: 0;
    grid-template-columns: 82px 1fr;
    gap: 20px;
    padding: 24px;
  }

  .reference-logo {
    height: 68px;
  }

  .footer-main,
  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .company-profile-caption {
    align-items: flex-start;
    flex-direction: column;
  }

  .company-profile-caption strong {
    text-align: left;
  }

  .contact-visual {
    min-height: 440px;
  }

  .contact-visual-copy strong {
    font-size: 3.7rem;
  }

  .contact-marker {
    top: 24%;
    right: 12%;
  }

  .contact-route {
    right: 22px;
    bottom: 26px;
  }

  .regional-visual {
    min-height: 430px;
  }

  .regional-photo-main {
    inset: 64px 28px 105px 28px;
  }

  .regional-photo-detail {
    right: 18px;
    bottom: 24px;
    width: 50%;
    height: 34%;
    border-width: 5px;
  }

  .regional-stamp {
    top: 22px;
    min-width: 160px;
    padding: 13px 18px 14px;
  }

  .regional-stamp strong {
    font-size: 1.7rem;
  }

  .regional-route {
    bottom: 34px;
    left: 28px;
  }

  .regional-route i {
    width: 50px;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .regional-photo-detail,
  .regional-route i::after,
  .contact-marker {
    animation: none;
  }
}
