:root {
  --royal: #123a7a;
  --royal-deep: #0b2d66;
  --navy: #071a35;
  --navy-soft: #102647;
  --orange: #c9470f;
  --orange-dark: #bd4210;
  --orange-ink: #bd4210;
  --gold: #c79a3b;
  --gold-light: #e3c77a;
  --ivory: #f7f3eb;
  --paper: #fffdf8;
  --white: #ffffff;
  --ink: #152033;
  --muted: #5c6676;
  --line: #ddd5c8;
  --line-dark: rgba(255, 255, 255, 0.16);
  --success: #11653c;
  --error: #b42318;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Montserrat", Arial, sans-serif;
  --container: 1240px;
  --header-height: 82px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow: 0 22px 55px rgba(7, 26, 53, 0.14);
  --shadow-soft: 0 18px 50px rgba(7, 26, 53, 0.1);
  --shadow-float: 0 28px 80px rgba(7, 26, 53, 0.2);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 18px;
  --motion-fast: 180ms;
  --motion-ui: 240ms;
  --motion-enter: 520ms;
  --gradient-brand: linear-gradient(120deg, #0b2d66 0%, #123a7a 55%, #c9470f 145%);
  --gradient-night: linear-gradient(145deg, #041327 0%, #0b2d66 54%, #123a7a 100%);
  --gradient-warm: linear-gradient(120deg, #9f340e 0%, #c9470f 52%, #a9380f 100%);
  --gradient-gold: linear-gradient(120deg, #f0d99a 0%, #c79a3b 54%, #a8771e 100%);
  --gradient-border: linear-gradient(130deg, rgba(18, 58, 122, 0.42), rgba(199, 154, 59, 0.72), rgba(201, 71, 15, 0.32));
}

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

[hidden] {
  display: none !important;
}

html {
  overflow-x: hidden;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.is-locked {
  overflow: hidden;
}

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

svg {
  display: block;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
[role="button"],
a[href] {
  cursor: pointer;
}

button {
  border: 0;
}

h1,
h2,
h3,
h4,
p,
figure,
blockquote,
ul,
ol {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}

h1 {
  font-size: clamp(3.3rem, 7vw, 6.8rem);
}

h2 {
  font-size: clamp(2.6rem, 5vw, 4.7rem);
}

h3 {
  font-size: clamp(1.75rem, 2.5vw, 2.45rem);
}

p:last-child {
  margin-bottom: 0;
}

::selection {
  background: var(--gold);
  color: var(--navy);
}

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

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  transform: translateY(-150%);
  background: var(--paper);
  color: var(--navy);
  font-weight: 700;
  transition: transform 180ms 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;
}

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

.container--wide {
  width: min(calc(100% - 32px), 1440px);
  margin-inline: auto;
}

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

.section--compact {
  padding-block: clamp(58px, 7vw, 92px);
}

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

.section--navy {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.76);
}

.section--navy h2,
.section--navy h3,
.section--navy h4 {
  color: var(--white);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--royal);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 38px;
  height: 1px;
  background: var(--gold);
  content: "";
}

.section--navy .eyebrow,
.hero .eyebrow,
.page-hero .eyebrow,
.cta-panel .eyebrow {
  color: var(--gold-light);
}

.lede {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
  line-height: 1.75;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.65fr);
  gap: clamp(32px, 8vw, 110px);
  align-items: end;
  margin-bottom: clamp(44px, 6vw, 78px);
}

.section-intro h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.section-intro p {
  color: var(--muted);
}

.section--navy .section-intro p {
  color: rgba(255, 255, 255, 0.68);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-block: 5px;
  border-bottom: 1px solid var(--gold);
  color: var(--royal);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: gap 220ms var(--ease), color 220ms ease;
}

.text-link:hover {
  gap: 16px;
  color: var(--orange);
}

.text-link svg,
.btn svg {
  width: 18px;
  height: 18px;
}

.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease, transform 200ms var(--ease);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  background: var(--orange);
  color: var(--white);
}

.btn--primary:hover {
  background: var(--orange-dark);
}

.btn--dark {
  background: var(--navy);
  color: var(--white);
}

.btn--dark:hover {
  background: var(--royal);
}

.btn--outline {
  border-color: currentColor;
  background: transparent;
  color: var(--navy);
}

.btn--outline:hover {
  background: var(--navy);
  color: var(--white);
}

.btn--outline-light {
  border-color: rgba(255, 255, 255, 0.62);
  background: transparent;
  color: var(--white);
}

.btn--outline-light:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--navy);
}

.btn--gold {
  background: var(--gold);
  color: var(--navy);
}

.btn--gold:hover {
  background: var(--gold-light);
}

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

/* Header */
.topbar {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.topbar__inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar__links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.topbar a {
  transition: color 180ms ease;
}

.topbar a:hover {
  color: var(--gold-light);
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: rgba(255, 253, 248, 0.98);
  border-bottom: 1px solid rgba(221, 213, 200, 0.75);
  box-shadow: 0 3px 18px rgba(7, 26, 53, 0.04);
}

.header__inner {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  gap: 32px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
}

.brand__mark {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(199, 154, 59, 0.55);
  object-fit: cover;
}

.brand__text {
  display: grid;
  color: var(--navy);
  line-height: 1;
}

.brand__name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.brand__descriptor {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-nav {
  margin-left: auto;
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.8vw, 28px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav__link,
.nav-dropdown__toggle {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 6px;
  padding: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.site-nav__link:hover,
.site-nav__link[aria-current="page"],
.nav-dropdown__toggle:hover,
.nav-dropdown__toggle.is-current {
  color: var(--orange);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown__toggle svg {
  width: 14px;
  height: 14px;
  transition: transform 180ms ease;
}

.nav-dropdown__toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.nav-dropdown__menu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 10px);
  left: -22px;
  width: 255px;
  margin: 0;
  padding: 12px;
  transform: translateY(-6px);
  visibility: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  list-style: none;
  opacity: 0;
  transition: opacity 180ms ease, transform 180ms var(--ease), visibility 180ms;
}

.nav-dropdown__menu.is-open {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.nav-dropdown__menu a {
  display: block;
  padding: 10px 11px;
  color: var(--ink);
  font-size: 0.77rem;
  font-weight: 600;
  transition: background-color 180ms ease, color 180ms ease;
}

.nav-dropdown__menu a:hover,
.nav-dropdown__menu a[aria-current="page"] {
  background: var(--ivory);
  color: var(--orange);
}

.header__cta {
  flex: 0 0 auto;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--navy);
}

.menu-toggle svg {
  width: 26px;
  height: 26px;
}

/* Heroes */
.hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(620px, 78vh, 860px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.hero__media,
.hero__media::after {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__media::after {
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 26, 53, 0.93) 0%, rgba(7, 26, 53, 0.75) 42%, rgba(7, 26, 53, 0.18) 77%), linear-gradient(0deg, rgba(7, 26, 53, 0.58), transparent 55%);
  content: "";
}

.hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 60px;
  align-items: end;
  padding-block: clamp(84px, 12vh, 132px) 76px;
}

.hero__copy {
  max-width: 820px;
}

.hero h1 {
  margin-bottom: 26px;
  color: var(--white);
  font-size: clamp(4rem, 8vw, 7.8rem);
  line-height: 0.86;
}

.hero h1 em {
  color: var(--gold-light);
  font-weight: 500;
}

.hero__summary {
  max-width: 640px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
}

.hero__meta {
  display: grid;
  gap: 22px;
  padding: 24px 0 5px 28px;
  border-left: 1px solid rgba(227, 199, 122, 0.65);
}

.hero__meta-item {
  display: grid;
  gap: 3px;
}

.hero__meta strong {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.hero__meta span {
  color: rgba(255, 255, 255, 0.61);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.78);
}

.page-hero__grid {
  display: grid;
  min-height: 530px;
  grid-template-columns: minmax(0, 0.88fr) minmax(390px, 0.76fr);
  align-items: stretch;
}

.page-hero__copy {
  align-self: center;
  padding: 74px clamp(36px, 7vw, 104px) 74px 0;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.breadcrumbs a:hover {
  color: var(--gold-light);
}

.page-hero h1 {
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(3.8rem, 7vw, 6.9rem);
}

.page-hero h1 em {
  color: var(--gold-light);
  font-weight: 500;
}

.page-hero__copy > p {
  max-width: 620px;
  font-size: 1.12rem;
}

.page-hero__image {
  position: relative;
  min-height: 430px;
}

.page-hero__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--navy), transparent 30%);
  content: "";
}

.page-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero--plain .page-hero__grid {
  min-height: 430px;
  grid-template-columns: 1fr;
}

.page-hero--plain .page-hero__copy {
  max-width: 940px;
  padding-right: 0;
}

/* Home */
.proof-strip {
  background: var(--royal);
  color: var(--white);
}

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

.proof-strip__item {
  min-height: 118px;
  display: grid;
  align-content: center;
  padding: 22px 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.proof-strip__item:first-child {
  border-left: 0;
}

.proof-strip__item strong {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.05;
}

.proof-strip__item span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.72fr);
  gap: clamp(42px, 8vw, 112px);
  align-items: center;
}

.story-grid__image {
  position: relative;
  min-height: 620px;
}

.story-grid__image img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.story-grid__image::after {
  position: absolute;
  right: -22px;
  bottom: -22px;
  width: 42%;
  height: 42%;
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  content: "";
  pointer-events: none;
}

.story-grid__copy h2 {
  margin-bottom: 27px;
}

.story-grid__copy .lede {
  margin-bottom: 25px;
}

.value-list {
  display: grid;
  gap: 0;
  margin: 34px 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.value-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  padding-block: 15px;
  border-bottom: 1px solid var(--line);
  font-size: 0.9rem;
  font-weight: 600;
}

.value-list span {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 1.2rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.service-card {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: var(--navy-soft);
}

.service-card__image,
.service-card__image::after {
  position: absolute;
  inset: 0;
}

.service-card__image::after {
  background: linear-gradient(0deg, rgba(7, 26, 53, 0.97), rgba(7, 26, 53, 0.12) 72%);
  content: "";
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms var(--ease);
}

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

.service-card__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 32px 27px;
  color: rgba(255, 255, 255, 0.7);
}

.service-card__number {
  display: block;
  margin-bottom: 65px;
  color: var(--gold-light);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.service-card h3 {
  margin-bottom: 14px;
  color: var(--white);
  font-size: 2.15rem;
}

.service-card p {
  margin-bottom: 22px;
  font-size: 0.88rem;
}

.service-card .text-link {
  color: var(--white);
}

.project-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.55fr);
  gap: 18px;
}

.project-showcase__main,
.project-showcase__small {
  position: relative;
  overflow: hidden;
  background: var(--navy);
}

.project-showcase__main {
  min-height: 680px;
}

.project-showcase__rail {
  display: grid;
  gap: 18px;
}

.project-showcase__small {
  min-height: 331px;
}

.project-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease);
}

.project-showcase a:hover img {
  transform: scale(1.025);
}

.project-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 70px 30px 30px;
  background: linear-gradient(0deg, rgba(7, 26, 53, 0.96), transparent);
  color: rgba(255, 255, 255, 0.68);
}

.project-overlay span {
  color: var(--gold-light);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-overlay h3 {
  margin: 8px 0 0;
  color: var(--white);
  font-size: 2.35rem;
}

.project-showcase__small .project-overlay h3 {
  font-size: 1.8rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.process-grid li {
  min-height: 230px;
  padding: 26px 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-grid__number {
  display: block;
  margin-bottom: 48px;
  color: var(--orange);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.process-grid h3 {
  margin-bottom: 10px;
  font-size: 1.65rem;
}

.process-grid p {
  color: var(--muted);
  font-size: 0.83rem;
}

.sectors {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.sectors li {
  padding: 9px 14px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* General content */
.split-content {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: clamp(44px, 9vw, 118px);
  align-items: start;
}

.split-content--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr);
}

.split-content__sticky {
  position: sticky;
  top: 130px;
}

.split-content h2 {
  margin-bottom: 27px;
}

.body-copy p {
  color: var(--muted);
}

.body-copy p + h3,
.body-copy ul + h3 {
  margin-top: 42px;
}

.quote {
  margin: 38px 0 0;
  padding: 28px 0 3px 30px;
  border-left: 2px solid var(--gold);
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.5vw, 2.25rem);
  font-style: italic;
  line-height: 1.18;
}

.image-frame {
  position: relative;
}

.image-frame img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}

.image-frame__caption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.number-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.number-card {
  min-height: 250px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.number-card__index {
  display: block;
  margin-bottom: 48px;
  color: var(--orange);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.number-card h3 {
  margin-bottom: 12px;
  font-size: 1.75rem;
}

.number-card p {
  color: var(--muted);
  font-size: 0.86rem;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.value-card {
  min-height: 230px;
  padding: 28px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.value-card svg {
  width: 30px;
  height: 30px;
  margin-bottom: 42px;
  color: var(--gold-light);
}

.value-card h3 {
  margin-bottom: 12px;
  font-size: 1.65rem;
}

.value-card p {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.84rem;
}

.registration-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  background: var(--paper);
}

.registration-panel__content,
.registration-panel__stats {
  padding: clamp(28px, 5vw, 58px);
}

.registration-panel__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  padding: 0;
}

.registration-stat {
  display: grid;
  align-content: center;
  min-height: 165px;
  padding: 24px;
  background: var(--ivory);
}

.registration-stat strong {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.8rem;
  line-height: 1.05;
}

.registration-stat span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Services */
.service-index {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-index__item {
  display: grid;
  grid-template-columns: 180px 1fr;
  min-height: 280px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.service-index__image {
  overflow: hidden;
}

.service-index__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms var(--ease);
}

.service-index__item:hover img {
  transform: scale(1.04);
}

.service-index__content {
  padding: 30px 26px;
}

.service-index__content span {
  color: var(--orange);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.service-index__content h2 {
  margin: 30px 0 12px;
  font-size: 2.2rem;
}

.service-index__content p {
  color: var(--muted);
  font-size: 0.85rem;
}

.service-detail {
  display: grid;
  grid-template-columns: minmax(240px, 0.35fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 108px);
}

.service-detail__aside {
  position: sticky;
  top: 126px;
  height: fit-content;
}

.service-nav {
  margin: 0 0 30px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.service-nav a {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 180ms ease, padding 180ms var(--ease);
}

.service-nav a:hover,
.service-nav a[aria-current="page"] {
  padding-left: 8px;
  color: var(--orange);
}

.service-detail__main > h2 {
  margin-bottom: 28px;
}

.service-detail__lead {
  margin-bottom: 54px;
  color: var(--muted);
  font-size: 1.16rem;
}

.capability-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 62px;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.capability-list li {
  position: relative;
  min-height: 90px;
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 48px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 0.86rem;
  font-weight: 600;
}

.capability-list li::before {
  position: absolute;
  left: 20px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--gold);
  content: "";
}

.detail-media-pair {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 14px;
  margin-block: 56px;
}

.detail-media-pair figure {
  margin: 0;
}

.detail-media-pair img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.detail-media-pair figure:last-child img {
  height: 390px;
  margin-top: 90px;
}

.detail-media-pair figcaption {
  padding-top: 10px;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.full-process {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.full-process li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 15px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.full-process__number {
  color: var(--orange);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.full-process h3 {
  margin-bottom: 6px;
  font-size: 1.5rem;
}

.full-process p {
  color: var(--muted);
  font-size: 0.82rem;
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.before-after figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.before-after img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}

.before-after figcaption {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 8px 12px;
  background: var(--navy);
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-feature {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  background: var(--paper);
  border: 1px solid var(--line);
}

.product-feature__image img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
}

.product-feature__content {
  align-self: center;
  padding: clamp(34px, 7vw, 76px);
}

.product-feature__content h2 {
  margin-bottom: 24px;
}

.product-feature__content p {
  color: var(--muted);
}

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

.product-triptych figure {
  margin: 0;
  background: var(--paper);
  border: 1px solid var(--line);
}

.product-triptych img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.product-triptych figcaption {
  padding: 18px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Projects */
.projects-list {
  display: grid;
  gap: 74px;
}

.project-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.72fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
}

.project-row:nth-child(even) {
  grid-template-columns: minmax(310px, 0.72fr) minmax(0, 1.15fr);
}

.project-row:nth-child(even) .project-row__media {
  order: 2;
}

.project-row__media {
  position: relative;
  min-height: 490px;
  overflow: hidden;
}

.project-row__media img {
  width: 100%;
  height: 100%;
  min-height: 490px;
  object-fit: cover;
}

.project-row__index {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--orange);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.project-row h2 {
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 4vw, 4rem);
}

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

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 25px 0 30px;
  padding: 0;
  list-style: none;
}

.project-tags li {
  padding: 7px 10px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Gallery */
.gallery-taxonomy {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.taxonomy-card {
  min-height: 360px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.taxonomy-card__number {
  display: block;
  margin-bottom: 48px;
  color: var(--orange);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.taxonomy-card h2 {
  margin-bottom: 22px;
  font-size: 2.05rem;
}

.taxonomy-card ul {
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.8;
  list-style: none;
}

.gallery-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gallery-filter {
  min-height: 44px;
  padding: 9px 14px;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.gallery-filter:hover,
.gallery-filter[aria-pressed="true"] {
  border-color: var(--royal);
  background: var(--royal);
  color: var(--white);
}

.gallery-count {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.gallery-item {
  position: relative;
  grid-column: span 4;
  min-height: 410px;
  overflow: hidden;
  background: var(--navy-soft);
  transition: opacity 220ms ease, transform 220ms var(--ease);
}

.gallery-item:nth-child(7n + 1),
.gallery-item:nth-child(7n + 5) {
  grid-column: span 8;
}

.gallery-item:nth-child(5n + 3) {
  min-height: 540px;
}

.gallery-item.is-hidden {
  display: none;
}

.gallery-item__button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  color: var(--white);
  text-align: left;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 600ms var(--ease), filter 300ms ease;
}

.gallery-item:hover img,
.gallery-item__button:focus-visible img {
  transform: scale(1.03);
  filter: brightness(0.76);
}

.gallery-item__caption {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 70px 22px 22px;
  transform: translateY(8px);
  background: linear-gradient(0deg, rgba(7, 26, 53, 0.96), transparent);
  opacity: 0;
  transition: opacity 220ms ease, transform 220ms var(--ease);
}

.gallery-item:hover .gallery-item__caption,
.gallery-item__button:focus-visible .gallery-item__caption {
  transform: translateY(0);
  opacity: 1;
}

.gallery-item__caption strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1.05;
}

.gallery-item__caption span {
  color: var(--gold-light);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-item__caption svg {
  width: 22px;
  height: 22px;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(390px, 1fr);
  gap: clamp(45px, 9vw, 116px);
}

.contact-details {
  margin: 42px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.contact-details li {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 18px;
  padding-block: 21px;
  border-bottom: 1px solid var(--line);
}

.contact-details strong {
  color: var(--royal);
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-details span,
.contact-details a {
  color: var(--muted);
}

.contact-details a:hover {
  color: var(--orange);
}

.contact-form-wrap {
  padding: clamp(28px, 5vw, 54px);
  background: var(--paper);
  border-top: 4px solid var(--royal);
  box-shadow: var(--shadow);
}

.contact-form-wrap h2 {
  margin-bottom: 12px;
  font-size: 2.8rem;
}

.contact-form-wrap > p {
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 0.88rem;
}

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

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

.form-field--full {
  grid-column: 1 / -1;
}

.form-field label,
.form-label {
  color: var(--ink);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.form-field label span {
  color: var(--error);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 1px;
  color: var(--ink);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.form-field textarea {
  min-height: 116px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--royal);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(18, 58, 122, 0.12);
}

.form-field [aria-invalid="true"] {
  border-color: var(--error);
}

.field-error {
  min-height: 18px;
  margin: 0;
  color: var(--error);
  font-size: 0.73rem;
  line-height: 1.4;
}

.form-helper {
  color: var(--muted);
  font-size: 0.72rem;
}

.checkbox-field {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 0.74rem;
}

.checkbox-field input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--royal);
}

.form-status {
  margin-top: 14px;
  color: var(--success);
  font-size: 0.8rem;
  font-weight: 600;
}

.map-panel {
  position: relative;
  display: grid;
  min-height: 380px;
  align-items: end;
  overflow: hidden;
  background: var(--royal);
  color: var(--white);
}

.map-panel::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
}

.map-panel__pin {
  position: absolute;
  top: 36%;
  left: 58%;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  transform: rotate(45deg);
  background: var(--orange);
  border: 4px solid var(--white);
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 12px 32px rgba(7,26,53,.34);
}

.map-panel__pin svg {
  width: 22px;
  height: 22px;
  transform: rotate(-45deg);
}

.map-panel__content {
  position: relative;
  z-index: 1;
  max-width: 540px;
  margin: 24px;
  padding: 28px;
  background: var(--navy);
}

.map-panel__content h2 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 2.2rem;
}

.map-panel__content p {
  color: rgba(255,255,255,.7);
  font-size: .84rem;
}

/* CTA + footer */
.cta-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 8vw, 92px);
  background: var(--royal);
  color: rgba(255, 255, 255, 0.76);
}

.cta-panel::after {
  position: absolute;
  top: -220px;
  right: -120px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(227, 199, 122, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 0 65px rgba(227, 199, 122, 0.06), 0 0 0 130px rgba(227, 199, 122, 0.04);
  content: "";
}

.cta-panel__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 42px;
  align-items: end;
}

.cta-panel h2 {
  max-width: 800px;
  margin-bottom: 16px;
  color: var(--white);
  font-size: clamp(3rem, 5vw, 5rem);
}

.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.66);
}

.footer__main {
  display: grid;
  grid-template-columns: 1.3fr 0.65fr 0.85fr 1fr;
  gap: clamp(28px, 5vw, 66px);
  padding-block: 74px 56px;
}

.footer__brand img {
  width: 112px;
  height: 112px;
  margin-bottom: 22px;
  border: 1px solid rgba(199, 154, 59, 0.45);
}

.footer__brand strong {
  display: block;
  margin-bottom: 12px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.65rem;
}

.footer__brand p {
  max-width: 330px;
  font-size: 0.82rem;
}

.footer__column h2 {
  margin: 8px 0 22px;
  color: var(--gold-light);
  font-family: var(--font-body);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.footer__column ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__column a {
  font-size: 0.82rem;
  transition: color 180ms ease;
}

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

.footer__address {
  font-style: normal;
  font-size: 0.79rem;
}

.footer__bottom {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line-dark);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

/* Dialogs and floating CTA */
.dialog {
  width: min(720px, calc(100% - 28px));
  max-height: min(90vh, 880px);
  margin: auto;
  padding: 0;
  overflow: auto;
  background: var(--paper);
  border: 0;
  border-radius: 2px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.35);
  color: var(--ink);
}

.dialog::backdrop {
  background: rgba(7, 26, 53, 0.78);
  backdrop-filter: blur(5px);
}

.dialog__header {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px 22px;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.72);
}

.dialog__header h2 {
  margin-bottom: 6px;
  color: var(--white);
  font-size: 2.5rem;
}

.dialog__header p {
  font-size: 0.78rem;
}

.dialog__close {
  width: 44px;
  height: 44px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--white);
}

.dialog__close:hover {
  background: rgba(255, 255, 255, 0.1);
}

.dialog__close svg {
  width: 22px;
  height: 22px;
}

.dialog__body {
  padding: 30px;
}

.dialog__footer-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.7rem;
}

.lightbox {
  width: min(1180px, calc(100% - 28px));
  max-height: calc(100vh - 28px);
  padding: 0;
  overflow: hidden;
  background: var(--navy);
  border: 0;
  color: var(--white);
}

.lightbox::backdrop {
  background: rgba(2, 10, 22, 0.92);
}

.lightbox__close {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  background: rgba(7, 26, 53, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
}

.lightbox__close svg {
  width: 22px;
  height: 22px;
}

.lightbox__figure {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  height: min(90vh, 880px);
  margin: 0;
}

.lightbox__figure img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

.lightbox__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px;
  border-top: 1px solid var(--line-dark);
}

.lightbox__caption strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
}

.lightbox__caption span {
  color: var(--gold-light);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.whatsapp-float {
  position: fixed;
  z-index: 800;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  background: #1f9d55;
  border: 3px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(7, 26, 53, 0.25);
  color: var(--white);
  transition: transform 200ms var(--ease), background-color 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  background: #168348;
}

.whatsapp-float svg {
  width: 29px;
  height: 29px;
}

.whatsapp-float__label {
  position: absolute;
  right: calc(100% + 10px);
  width: max-content;
  padding: 8px 10px;
  transform: translateX(6px);
  visibility: hidden;
  background: var(--navy);
  color: var(--white);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  opacity: 0;
  text-transform: uppercase;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
}

.whatsapp-float:hover .whatsapp-float__label,
.whatsapp-float:focus-visible .whatsapp-float__label {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

/* Reveal enhancement */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 650ms var(--ease), transform 650ms var(--ease);
}

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

/* Modern gradient and motion layer */
body {
  background:
    radial-gradient(circle at 8% 9%, rgba(18, 58, 122, 0.09), transparent 29rem),
    radial-gradient(circle at 92% 34%, rgba(201, 71, 15, 0.065), transparent 31rem),
    var(--ivory);
}

.section--paper {
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at 8% 18%, rgba(18, 58, 122, 0.055), transparent 27rem),
    radial-gradient(circle at 91% 78%, rgba(199, 154, 59, 0.07), transparent 30rem);
}

.section--navy {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--gradient-night);
}

.section--navy::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(circle at 86% 16%, rgba(201, 71, 15, 0.18), transparent 29rem),
    radial-gradient(circle at 14% 92%, rgba(42, 99, 181, 0.25), transparent 34rem),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: auto, auto, 72px 72px, 72px 72px;
  content: "";
  pointer-events: none;
}

.section--navy > * {
  position: relative;
  z-index: 1;
}

.topbar {
  background: linear-gradient(100deg, #041327 0%, #0b2d66 56%, #123a7a 100%);
  border-bottom: 1px solid rgba(227, 199, 122, 0.16);
}

.site-header {
  background: rgba(255, 253, 248, 0.86);
  backdrop-filter: saturate(145%) blur(18px);
  -webkit-backdrop-filter: saturate(145%) blur(18px);
  transition: background-color 240ms ease, box-shadow 240ms ease;
}

.site-header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(18, 58, 122, 0.42) 22%, rgba(199, 154, 59, 0.68) 52%, rgba(201, 71, 15, 0.4) 78%, transparent);
  content: "";
  pointer-events: none;
}

.site-header.is-scrolled {
  background: rgba(255, 253, 248, 0.95);
  box-shadow: 0 14px 42px rgba(7, 26, 53, 0.11);
}

.brand__mark,
.footer__brand img {
  border-radius: var(--radius-sm);
  box-shadow: 0 10px 28px rgba(7, 26, 53, 0.13), 0 0 0 1px rgba(227, 199, 122, 0.12);
}

.site-nav__link,
.nav-dropdown__toggle {
  position: relative;
}

.site-nav__link::after,
.nav-dropdown__toggle::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--royal), var(--orange), var(--gold));
  border-radius: 999px;
  content: "";
  transition: transform 240ms var(--ease);
}

.site-nav__link:hover::after,
.site-nav__link[aria-current="page"]::after,
.nav-dropdown__toggle:hover::after,
.nav-dropdown__toggle.is-current::after {
  transform: scaleX(1);
}

.nav-dropdown__menu {
  overflow: hidden;
  background: rgba(255, 253, 248, 0.97);
  border-radius: var(--radius-md);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.nav-dropdown__menu a {
  border-radius: 8px;
}

.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(7, 26, 53, 0.1);
  transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, color 220ms ease, transform 220ms var(--ease);
}

.btn::after {
  position: absolute;
  z-index: -1;
  top: -50%;
  bottom: -50%;
  left: -70%;
  width: 46%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  content: "";
  pointer-events: none;
  transition: left 520ms var(--ease);
}

.btn:hover {
  box-shadow: 0 16px 34px rgba(7, 26, 53, 0.18);
}

.btn:active {
  transform: scale(0.98);
}

.btn:hover::after,
.btn:focus-visible::after {
  left: 125%;
}

.btn--primary {
  background: var(--gradient-warm);
  background-size: 160% 100%;
}

.btn--primary:hover {
  background: var(--gradient-warm);
}

.btn--dark {
  background: var(--gradient-brand);
  background-size: 150% 100%;
}

.btn--dark:hover {
  background: var(--gradient-brand);
}

.btn--gold {
  background: var(--gradient-gold);
  background-size: 150% 100%;
}

.btn--gold:hover {
  background: var(--gradient-gold);
}

.hero {
  background: var(--gradient-night);
}

.hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 76% 22%, rgba(201, 71, 15, 0.25), transparent 24rem),
    radial-gradient(circle at 19% 90%, rgba(38, 95, 181, 0.27), transparent 34rem);
  content: "";
  pointer-events: none;
}

.hero::after {
  position: absolute;
  z-index: -1;
  top: -28%;
  right: -10%;
  width: clamp(330px, 47vw, 720px);
  aspect-ratio: 1;
  transform: rotate(-14deg) scale(0.96);
  background: conic-gradient(from 110deg, rgba(227, 199, 122, 0), rgba(227, 199, 122, 0.34), rgba(201, 71, 15, 0.2), rgba(18, 58, 122, 0), rgba(227, 199, 122, 0));
  border-radius: 48% 52% 62% 38%;
  filter: blur(54px);
  opacity: 0.32;
  content: "";
  pointer-events: none;
}

.motion-ok .is-ui-ready .hero::after {
  animation: ambient-arrive 1500ms var(--ease) both;
}

.hero__media::after {
  background:
    linear-gradient(90deg, rgba(4, 19, 39, 0.96) 0%, rgba(7, 26, 53, 0.78) 43%, rgba(7, 26, 53, 0.2) 78%),
    linear-gradient(0deg, rgba(7, 26, 53, 0.72), transparent 57%),
    radial-gradient(circle at 78% 18%, rgba(201, 71, 15, 0.17), transparent 31%);
}

.hero__content {
  position: relative;
  z-index: 2;
}

.hero h1 em,
.page-hero h1 em {
  background: linear-gradient(115deg, var(--gold-light) 8%, #fff3c6 47%, #f0b173 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.hero__meta {
  padding: 26px 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left-color: rgba(227, 199, 122, 0.72);
  border-radius: var(--radius-md);
  box-shadow: 0 24px 55px rgba(2, 10, 22, 0.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.page-hero {
  background: var(--gradient-night);
}

.page-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(46, 105, 191, 0.26), transparent 31rem),
    radial-gradient(circle at 84% 78%, rgba(201, 71, 15, 0.2), transparent 29rem),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: auto, auto, 70px 70px, 70px 70px;
  content: "";
  pointer-events: none;
}

.page-hero__grid {
  position: relative;
  z-index: 1;
}

.page-hero__image {
  margin-block: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  box-shadow: 0 28px 70px rgba(2, 10, 22, 0.32);
}

.page-hero__image::after {
  background: linear-gradient(90deg, rgba(7, 26, 53, 0.92), transparent 35%), linear-gradient(0deg, rgba(7, 26, 53, 0.2), transparent 50%);
}

.proof-strip {
  background: linear-gradient(105deg, #0b2d66 0%, #123a7a 58%, #174b98 100%);
  box-shadow: 0 20px 50px rgba(7, 26, 53, 0.18);
}

.proof-strip__item {
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.055), transparent 65%);
}

.service-grid,
.process-grid,
.number-grid,
.values-grid,
.gallery-taxonomy,
.service-index,
.capability-list,
.full-process {
  gap: 14px;
  border: 0;
}

.service-card {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 55px rgba(2, 10, 22, 0.2);
  transition: border-color 280ms ease, box-shadow 280ms ease, transform 350ms var(--ease);
}

.service-card__image::after {
  background: linear-gradient(0deg, rgba(4, 19, 39, 0.98), rgba(7, 26, 53, 0.32) 68%, rgba(18, 58, 122, 0.08));
}

.service-card__content::before {
  display: block;
  width: 48px;
  height: 2px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, var(--gold-light), var(--orange));
  content: "";
}

.service-card__number {
  margin-bottom: 34px;
}

.service-card:focus-within img,
.service-index__item:focus-within img,
.project-showcase a:focus-visible img {
  transform: scale(1.035);
}

.process-grid__number,
.number-card__index,
.taxonomy-card__number,
.service-index__content span,
.full-process__number,
.project-row__index {
  color: var(--orange-ink);
}

.project-showcase__main,
.project-showcase__small,
.project-row__media,
.before-after figure,
.image-frame img,
.detail-media-pair img {
  border-radius: var(--radius-lg);
}

.project-showcase__main,
.project-showcase__small,
.project-row__media {
  box-shadow: var(--shadow-soft);
}

.project-overlay {
  background: linear-gradient(0deg, rgba(4, 19, 39, 0.98), rgba(7, 26, 53, 0.35) 66%, transparent);
}

.process-grid li,
.number-card,
.taxonomy-card,
.capability-list li,
.full-process li {
  border: 1px solid rgba(221, 213, 200, 0.86);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 243, 235, 0.76));
  box-shadow: 0 14px 36px rgba(7, 26, 53, 0.065);
  transition: border-color 240ms ease, box-shadow 280ms ease, transform 320ms var(--ease);
}

.value-card {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(18, 58, 122, 0.13));
  box-shadow: 0 18px 42px rgba(2, 10, 22, 0.15);
  transition: border-color 240ms ease, transform 320ms var(--ease);
}

.service-index__item {
  overflow: hidden;
  border: 1px solid rgba(221, 213, 200, 0.86);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, var(--paper), rgba(247, 243, 235, 0.76));
  box-shadow: var(--shadow-soft);
  transition: border-color 240ms ease, box-shadow 280ms ease, transform 320ms var(--ease);
}

.registration-panel,
.product-feature {
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  background: linear-gradient(var(--paper), var(--paper)) padding-box, var(--gradient-border) border-box;
  box-shadow: var(--shadow-soft);
}

.registration-stat {
  background: linear-gradient(145deg, var(--ivory), rgba(255, 255, 255, 0.9));
}

.product-triptych figure {
  overflow: hidden;
  border: 1px solid rgba(221, 213, 200, 0.84);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.sectors li,
.project-tags li {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms var(--ease);
}

.gallery-filter {
  border-radius: 999px;
  transition: background-position 280ms var(--ease), border-color 200ms ease, box-shadow 220ms ease, color 200ms ease, transform 220ms var(--ease);
}

.gallery-filter:hover,
.gallery-filter[aria-pressed="true"] {
  background: var(--gradient-brand);
  background-size: 160% 100%;
  box-shadow: 0 10px 24px rgba(18, 58, 122, 0.2);
}

.gallery-filter:active {
  transform: scale(0.97);
}

.gallery-item {
  border: 1px solid rgba(18, 58, 122, 0.1);
  border-radius: var(--radius-md);
  box-shadow: 0 16px 42px rgba(7, 26, 53, 0.1);
  transition: border-color 260ms ease, box-shadow 320ms ease, opacity 220ms ease, transform 320ms var(--ease);
}

.gallery-item__caption {
  background: linear-gradient(0deg, rgba(4, 19, 39, 0.98), rgba(7, 26, 53, 0.35) 74%, transparent);
}

.contact-form-wrap {
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  background: linear-gradient(var(--paper), var(--paper)) padding-box, var(--gradient-border) border-box;
}

.form-field input,
.form-field select,
.form-field textarea {
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.88);
}

.map-panel {
  background: var(--gradient-brand);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-float);
}

.map-panel::before {
  background-image:
    radial-gradient(circle at 76% 24%, rgba(201, 71, 15, 0.28), transparent 19rem),
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
}

.map-panel__content {
  background: rgba(4, 19, 39, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.cta-panel {
  isolation: isolate;
  background:
    radial-gradient(circle at 84% 18%, rgba(201, 71, 15, 0.52), transparent 22rem),
    radial-gradient(circle at 8% 100%, rgba(48, 108, 194, 0.5), transparent 28rem),
    var(--gradient-brand);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-float);
}

.cta-panel::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 36%, rgba(227, 199, 122, 0.08));
  content: "";
  pointer-events: none;
}

.cta-panel::after {
  border-color: rgba(227, 199, 122, 0.38);
  box-shadow: 0 0 0 65px rgba(227, 199, 122, 0.075), 0 0 0 130px rgba(227, 199, 122, 0.045);
}

.motion-ok .cta-panel.reveal:not(.is-visible)::after {
  transform: translate3d(34px, -24px, 0) scale(0.92);
  opacity: 0;
}

.motion-ok .cta-panel.reveal.is-visible::after {
  animation: cta-orbit-enter 760ms 140ms var(--ease) both;
}

.site-footer {
  background:
    radial-gradient(circle at 12% 20%, rgba(18, 58, 122, 0.42), transparent 29rem),
    linear-gradient(145deg, #031024, #071a35 62%, #0b2d66);
  border-top: 1px solid rgba(227, 199, 122, 0.24);
}

.dialog {
  overflow: auto;
  border: 1px solid rgba(227, 199, 122, 0.34);
  border-radius: var(--radius-lg);
}

.dialog[open],
.lightbox[open] {
  animation: dialog-enter 360ms var(--ease) both;
}

.dialog[open]::backdrop,
.lightbox[open]::backdrop {
  animation: backdrop-enter 280ms ease both;
}

.dialog__header {
  background:
    radial-gradient(circle at 88% 12%, rgba(201, 71, 15, 0.3), transparent 15rem),
    var(--gradient-night);
}

.dialog__close,
.lightbox__close {
  border-radius: 50%;
  transition: background-color 200ms ease, border-color 200ms ease, transform 240ms var(--ease);
}

.dialog__close:hover,
.lightbox__close:hover {
  transform: rotate(5deg) scale(1.04);
}

.lightbox {
  border: 1px solid rgba(227, 199, 122, 0.28);
  border-radius: var(--radius-lg);
}

.whatsapp-float {
  background: linear-gradient(145deg, #26b865, #137a40);
  box-shadow: 0 16px 40px rgba(7, 26, 53, 0.28), 0 0 0 7px rgba(31, 157, 85, 0.11);
}

.motion-ok .is-ui-ready .whatsapp-float {
  animation: float-enter 700ms 820ms var(--ease) both;
}

/* Progressive entrance motion: content remains fully visible without JavaScript. */
.motion-ok .hero__copy > *,
.motion-ok .hero__meta,
.motion-ok .page-hero__copy,
.motion-ok .page-hero__image {
  opacity: 0;
}

.motion-ok .is-ui-ready .hero__copy > *,
.motion-ok .is-ui-ready .hero__meta,
.motion-ok .is-ui-ready .page-hero__copy,
.motion-ok .is-ui-ready .page-hero__image {
  animation: hero-content-enter 620ms var(--ease) both;
}

.motion-ok .is-ui-ready .hero__copy > :nth-child(1) {
  animation-delay: 80ms;
}

.motion-ok .is-ui-ready .hero__copy > :nth-child(2) {
  animation-delay: 150ms;
}

.motion-ok .is-ui-ready .hero__copy > :nth-child(3) {
  animation-delay: 240ms;
}

.motion-ok .is-ui-ready .hero__copy > :nth-child(4) {
  animation-delay: 330ms;
}

.motion-ok .is-ui-ready .hero__meta {
  animation-delay: 390ms;
}

.motion-ok .is-ui-ready .page-hero__copy {
  animation-delay: 90ms;
}

.motion-ok .is-ui-ready .page-hero__image {
  animation-delay: 180ms;
}

.motion-ok .is-ui-ready .hero__media img,
.motion-ok .is-ui-ready .page-hero__image img {
  animation: hero-image-settle 1200ms var(--ease) both;
}

.reveal {
  --reveal-x: 0px;
  --reveal-delay: 0ms;
  transform: none;
  filter: none;
  opacity: 1;
  transition: none;
}

.motion-ok .reveal:not(.is-stagger-group) {
  transform: translate3d(var(--reveal-x), 28px, 0) scale(0.988);
  opacity: 0;
  transition: opacity var(--motion-enter) var(--ease), transform var(--motion-enter) var(--ease);
  transition-delay: var(--reveal-delay);
}

.motion-ok .reveal.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
}

.story-grid__image.reveal,
.split-content > :first-child.reveal,
.contact-grid > :first-child.reveal {
  --reveal-x: -24px;
}

.story-grid__copy.reveal,
.split-content > :last-child.reveal,
.contact-grid > :last-child.reveal {
  --reveal-x: 24px;
}

.motion-ok .is-stagger-group.reveal {
  transform: none;
  opacity: 1;
  transition: none;
}

.motion-ok .is-stagger-group.reveal > * {
  transform: translate3d(0, 26px, 0) scale(0.985);
  opacity: 0;
}

.motion-ok .is-stagger-group.reveal.is-visible > * {
  animation: stagger-card-enter var(--motion-enter) var(--ease) both;
  animation-delay: calc(var(--stagger-index, 0) * 45ms);
}

@media (hover: hover) and (pointer: fine) {
  .service-card:hover,
  .service-card:focus-within,
  .service-index__item:hover,
  .service-index__item:focus-within,
  .process-grid li:hover,
  .number-card:hover,
  .taxonomy-card:hover,
  .capability-list li:hover,
  .full-process li:hover,
  .value-card:hover {
    transform: translateY(-7px);
  }

  .service-card:hover,
  .service-card:focus-within,
  .value-card:hover {
    border-color: rgba(227, 199, 122, 0.46);
    box-shadow: 0 34px 70px rgba(2, 10, 22, 0.3);
  }

  .service-index__item:hover,
  .service-index__item:focus-within,
  .process-grid li:hover,
  .number-card:hover,
  .taxonomy-card:hover,
  .capability-list li:hover,
  .full-process li:hover {
    border-color: rgba(18, 58, 122, 0.28);
    box-shadow: 0 24px 52px rgba(7, 26, 53, 0.13);
  }

  .gallery-item:hover {
    transform: translateY(-5px);
    border-color: rgba(199, 154, 59, 0.52);
    box-shadow: 0 28px 58px rgba(7, 26, 53, 0.2);
  }

  .sectors li:hover,
  .project-tags li:hover {
    transform: translateY(-2px);
    border-color: rgba(18, 58, 122, 0.35);
    background: rgba(255, 255, 255, 0.9);
    color: var(--royal);
  }
}

@media (hover: none) {
  .gallery-item__caption {
    transform: none;
    opacity: 1;
  }
}

@keyframes ambient-arrive {
  from {
    transform: translate3d(6%, -5%, 0) rotate(-22deg) scale(0.82);
    opacity: 0.05;
  }
  to {
    transform: translate3d(0, 0, 0) rotate(-14deg) scale(0.96);
    opacity: 0.32;
  }
}

@keyframes cta-orbit-enter {
  from {
    transform: translate3d(34px, -24px, 0) scale(0.92);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}

@keyframes hero-content-enter {
  from {
    transform: translate3d(0, 28px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes hero-image-settle {
  from {
    transform: scale(1.045);
    filter: saturate(0.88) contrast(1.04);
  }
  to {
    transform: scale(1);
    filter: saturate(1) contrast(1);
  }
}

@keyframes stagger-card-enter {
  from {
    transform: translate3d(0, 26px, 0) scale(0.985);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}

@keyframes dialog-enter {
  from {
    transform: translate3d(0, 22px, 0) scale(0.975);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}

@keyframes backdrop-enter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes float-enter {
  from {
    transform: translate3d(0, 22px, 0) scale(0.75);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}

@media (forced-colors: active) {
  .hero h1 em,
  .page-hero h1 em {
    background: none;
    color: CanvasText;
    -webkit-text-fill-color: currentColor;
  }
}

/* Responsive */
@media (max-width: 1160px) {
  .header__inner {
    gap: 18px;
  }

  .site-nav__list {
    gap: 15px;
  }

  .brand__descriptor {
    display: none;
  }

  .header__cta {
    padding-inline: 16px;
  }

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

  .service-card {
    min-height: 470px;
  }

  .values-grid,
  .gallery-taxonomy {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 980px) {
  :root {
    --header-height: 72px;
  }

  .site-header {
    background: rgba(255, 253, 248, 0.98);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .topbar__tagline {
    display: none;
  }

  .site-nav {
    position: fixed;
    z-index: 999;
    top: var(--mobile-nav-top, calc(34px + var(--header-height)));
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 26px 20px 40px;
    transform: translateX(100%);
    overflow-y: auto;
    background: var(--paper);
    visibility: hidden;
    transition: transform 280ms var(--ease), visibility 280ms;
  }

  .site-nav.is-open {
    transform: translateX(0);
    visibility: visible;
  }

  .site-nav__list {
    display: grid;
    max-width: 620px;
    gap: 0;
    margin-inline: auto;
    align-items: stretch;
  }

  .site-nav__link,
  .nav-dropdown__toggle {
    width: 100%;
    min-height: 58px;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    font-size: 0.82rem;
  }

  .site-nav__link::after,
  .nav-dropdown__toggle::after {
    display: none;
  }

  .nav-dropdown__menu {
    position: static;
    width: 100%;
    display: none;
    padding: 8px 12px 14px;
    transform: none;
    visibility: visible;
    border: 0;
    border-bottom: 1px solid var(--line);
    box-shadow: none;
    opacity: 1;
    transition: none;
  }

  .nav-dropdown:hover .nav-dropdown__menu,
  .nav-dropdown:focus-within .nav-dropdown__menu {
    display: none;
  }

  .nav-dropdown .nav-dropdown__menu.is-open {
    display: block;
  }

  .menu-toggle {
    display: flex;
    margin-left: auto;
  }

  .header__cta {
    display: none;
  }

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

  .hero__meta {
    grid-template-columns: repeat(3, 1fr);
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-top-color: rgba(227, 199, 122, 0.65);
  }

  .page-hero__grid {
    grid-template-columns: 1fr;
  }

  .page-hero__copy {
    padding-right: 0;
  }

  .page-hero__image {
    min-height: 440px;
    margin-block: 0;
    margin-inline: -20px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .page-hero__image::after {
    background: linear-gradient(0deg, var(--navy), transparent 30%);
  }

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

  .split-content__sticky,
  .service-detail__aside {
    position: static;
  }

  .project-showcase__main {
    min-height: 580px;
  }

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

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

  .service-detail__aside {
    display: none;
  }

  .project-row,
  .project-row:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .project-row:nth-child(even) .project-row__media {
    order: 0;
  }

  .gallery-item,
  .gallery-item:nth-child(7n + 1),
  .gallery-item:nth-child(7n + 5) {
    grid-column: span 6;
  }

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

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

  .container--wide {
    width: min(calc(100% - 22px), 1440px);
  }

  .section-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .topbar__links a:first-child {
    display: none;
  }

  .topbar__inner,
  .topbar a {
    min-height: 44px;
  }

  .topbar a {
    display: inline-flex;
    align-items: center;
  }

  .brand__mark {
    width: 47px;
    height: 47px;
  }

  .brand__name {
    font-size: 1.1rem;
  }

  .hero {
    min-height: 720px;
  }

  .hero__media::after {
    background: linear-gradient(90deg, rgba(7, 26, 53, 0.91), rgba(7, 26, 53, 0.5)), linear-gradient(0deg, rgba(7, 26, 53, 0.8), transparent 60%);
  }

  .hero h1 {
    font-size: clamp(3.55rem, 17vw, 5rem);
  }

  .hero__meta {
    gap: 12px;
  }

  .hero__meta strong {
    font-size: 1.55rem;
  }

  .proof-strip__grid {
    grid-template-columns: 1fr 1fr;
  }

  .proof-strip__item {
    min-height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .proof-strip__item:nth-child(odd) {
    border-left: 0;
  }

  .story-grid__image,
  .story-grid__image img {
    min-height: 480px;
  }

  .service-grid,
  .project-showcase,
  .service-index,
  .registration-panel,
  .product-feature {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 520px;
  }

  .project-showcase__main {
    min-height: 520px;
  }

  .project-showcase__small {
    min-height: 360px;
  }

  .process-grid,
  .number-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .product-feature__image img {
    min-height: 470px;
  }

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

  .product-triptych img {
    height: 520px;
  }

  .gallery-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery-item,
  .gallery-item:nth-child(7n + 1),
  .gallery-item:nth-child(7n + 5) {
    grid-column: 1 / -1;
    min-height: 480px;
  }

  .gallery-item__caption {
    transform: none;
    opacity: 1;
  }

  .cta-panel__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .contact-details li {
    grid-template-columns: 1fr;
    gap: 7px;
  }

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

@media (max-width: 540px) {
  .topbar__links {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
  }

  .brand__text {
    max-width: 172px;
  }

  .page-hero__grid {
    min-height: 470px;
  }

  .page-hero__copy {
    padding-block: 58px;
  }

  .page-hero h1 {
    font-size: clamp(3.4rem, 16vw, 4.6rem);
  }

  .proof-strip__grid,
  .service-grid,
  .process-grid,
  .number-grid,
  .values-grid,
  .gallery-taxonomy,
  .capability-list,
  .full-process,
  .before-after,
  .registration-panel__stats,
  .form-grid,
  .footer__main {
    grid-template-columns: 1fr;
  }

  .proof-strip__item {
    border-left: 0;
  }

  .service-card {
    min-height: 480px;
  }

  .story-grid__image,
  .story-grid__image img {
    min-height: 410px;
  }

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

  .service-index__image {
    height: 240px;
  }

  .detail-media-pair {
    grid-template-columns: 1fr;
  }

  .detail-media-pair img,
  .detail-media-pair figure:last-child img {
    height: 390px;
    margin-top: 0;
  }

  .before-after img {
    height: 390px;
  }

  .project-row__media,
  .project-row__media img {
    min-height: 390px;
  }

  .taxonomy-card {
    min-height: 300px;
  }

  .form-field--full {
    grid-column: auto;
  }

  .dialog__header,
  .dialog__body {
    padding: 22px 19px;
  }

  .dialog__header h2 {
    font-size: 2rem;
  }

  .lightbox__caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 20px;
  }
}

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

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

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