:root {
  --ink: #07111f;
  --ink-soft: #102033;
  --steel: #526174;
  --mist: #eef2f5;
  --paper: #f8fafb;
  --white: #ffffff;
  --amber: #f2b544;
  --amber-dark: #9a6110;
  --teal: #41c7b7;
  --line: #d7dee5;
  --shadow-sm: 0 10px 30px rgba(7, 17, 31, 0.08);
  --shadow-lg: 0 28px 70px rgba(7, 17, 31, 0.2);
  --radius-sm: 0.65rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  --content: 73.75rem;
  --header-height: 5rem;
}

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

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.nav-locked {
  overflow: hidden;
}

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

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

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

a {
  color: inherit;
}

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

h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  margin-bottom: 1.5rem;
  font-size: clamp(2.75rem, 7vw, 5.9rem);
  font-weight: 770;
}

h2 {
  margin-bottom: 1.1rem;
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 760;
}

h3 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 720;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

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

::selection {
  color: var(--ink);
  background: var(--amber);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-160%);
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius-sm);
  font-weight: 700;
  text-decoration: none;
}

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

.shell {
  width: min(calc(100% - 2rem), var(--content));
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 2rem), 48rem);
  margin-inline: auto;
}

.eyebrow {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: 1.1rem;
  color: var(--amber-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 1.75rem;
  height: 2px;
  background: currentColor;
  content: "";
}

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

.lede {
  max-width: 44rem;
  color: #d3dce5;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  line-height: 1.65;
}

.section-lede {
  max-width: 43rem;
  color: var(--steel);
  font-size: 1.1rem;
}

.top-strip {
  color: #d9e2eb;
  background: #030a12;
  font-size: 0.82rem;
}

.top-strip .shell {
  display: flex;
  gap: 1.25rem;
  justify-content: flex-end;
  align-items: center;
  min-height: 2.35rem;
}

.top-strip a {
  text-decoration-color: transparent;
  text-underline-offset: 0.2em;
}

.top-strip a:hover {
  text-decoration-color: var(--amber);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  background: rgba(7, 17, 31, 0.96);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: var(--header-height);
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--white);
  text-decoration: none;
}

.brand-logo {
  width: 11.5rem;
  height: auto;
  padding: 0.25rem 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0.45rem;
  background: var(--white);
}

.brand-mark {
  display: block;
  width: 11.5rem;
  aspect-ratio: 596 / 218;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0.45rem;
  color: transparent;
  background: var(--white) url("/assets/images/age-logo.jpg") center / contain no-repeat;
  font-size: 0;
}

.brand-copy {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

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

.nav-wrap {
  gap: 1rem;
}

.site-nav {
  gap: 1.3rem;
}

.nav-links {
  gap: 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-links a {
  position: relative;
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: #d7e0e9;
  font-size: 0.89rem;
  font-weight: 680;
  text-decoration: none;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--amber);
  content: "";
  transition: transform 180ms ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--white);
}

.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0.55rem;
  color: var(--white);
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 0.27rem 0;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

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

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

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

.button {
  display: inline-flex;
  min-height: 3.2rem;
  gap: 0.55rem;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 0.55rem;
  color: var(--ink);
  background: var(--amber);
  box-shadow: 0 8px 24px rgba(242, 181, 68, 0.16);
  cursor: pointer;
  font-weight: 790;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 170ms ease, background 170ms ease, border-color 170ms ease;
}

.button::after {
  content: "→";
}

.button:hover {
  transform: translateY(-2px);
  background: #ffc85e;
}

.button:active {
  transform: translateY(0);
}

.button.secondary {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: none;
}

.button.secondary:hover {
  border-color: var(--amber);
  background: rgba(255, 255, 255, 0.06);
}

.button.dark {
  color: var(--white);
  background: var(--ink);
  box-shadow: none;
}

.button.dark:hover {
  background: #182a3f;
}

.button.small {
  min-height: 2.75rem;
  padding: 0.65rem 1rem;
  font-size: 0.86rem;
}

.text-link {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  color: var(--ink);
  font-weight: 780;
  text-decoration-color: var(--amber);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.28em;
}

.text-link::after {
  content: "→";
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 20%, rgba(65, 199, 183, 0.14), transparent 26rem),
    linear-gradient(135deg, #07111f 0%, #0c1b2e 60%, #101c28 100%);
}

.hero::before,
.page-hero::before {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 4rem 4rem;
  content: "";
  mask-image: linear-gradient(to right, transparent, #000 55%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  min-height: 42rem;
  grid-template-columns: minmax(0, 1.12fr) minmax(20rem, 0.88fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  padding-block: clamp(5rem, 9vw, 8rem);
}

.hero-copy h1 {
  max-width: 12ch;
}

.hero-copy h1 em {
  color: var(--amber);
  font-style: normal;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.hero-photo-card {
  position: relative;
  overflow: hidden;
  min-height: 34rem;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-lg);
  background: #0b1726;
  box-shadow: var(--shadow-lg);
}

.hero-photo-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(3, 10, 18, 0.92), transparent 58%);
  content: "";
  pointer-events: none;
}

.hero-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 34rem;
  object-fit: cover;
}

.hero-photo-caption {
  position: absolute;
  z-index: 1;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  display: grid;
  gap: 0.15rem;
  color: #d9e2eb;
  font-size: 0.84rem;
}

.hero-photo-caption strong {
  color: var(--white);
  font-size: 1rem;
}

.signal-bar {
  color: #dbe3ea;
  background: #101c29;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

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

.signal-item {
  display: flex;
  min-height: 6.75rem;
  gap: 0.9rem;
  align-items: center;
  padding: 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.signal-item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.signal-item b {
  display: grid;
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--amber);
  font-size: 0.78rem;
}

.signal-item strong {
  display: block;
  color: var(--white);
  line-height: 1.25;
}

.signal-item span {
  display: block;
  margin-top: 0.2rem;
  color: #aab8c5;
  font-size: 0.85rem;
}

.section {
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
}

.section.compact {
  padding-block: clamp(3.5rem, 6vw, 5rem);
}

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

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

.section-head {
  display: flex;
  gap: 2rem;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.section-head > div:first-child {
  max-width: 47rem;
}

.section-head h2 {
  margin-bottom: 0.8rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-card,
.feature-card,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.service-card {
  position: relative;
  display: flex;
  min-height: 22rem;
  flex-direction: column;
  overflow: hidden;
  padding: 2rem;
}

.service-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0.3rem;
  background: var(--amber);
  content: "";
}

.service-card.teal::before {
  background: var(--teal);
}

.service-card.steel::before {
  background: #6f8193;
}

.card-index {
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  place-items: center;
  margin-bottom: 3.5rem;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  color: var(--amber-dark);
  background: var(--paper);
  font-size: 0.8rem;
  font-weight: 850;
}

.service-card p,
.feature-card p {
  color: var(--steel);
}

.service-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding-left: 1.2rem;
  color: var(--steel);
}

.service-list li::marker {
  color: var(--amber-dark);
}

.service-card .text-link {
  margin-top: auto;
  padding-top: 1.5rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.83fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(20rem, 0.83fr) minmax(0, 1fr);
}

.content-block p {
  color: var(--steel);
  font-size: 1.08rem;
}

.content-block .button {
  margin-top: 1rem;
}

.detail-panel {
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.detail-panel.dark-panel {
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--white);
  background: var(--ink-soft);
}

.field-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.field-gallery.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field-photo {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.field-photo img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.field-photo.square img {
  aspect-ratio: 1 / 1;
}

.field-photo figcaption {
  padding: 1rem 1.1rem 1.2rem;
}

.field-photo strong,
.field-photo span {
  display: block;
}

.field-photo span {
  margin-top: 0.25rem;
  color: var(--steel);
  font-size: 0.86rem;
}

.check-list,
.plain-list,
.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list {
  display: grid;
  gap: 0.85rem;
}

.check-list li {
  position: relative;
  padding-left: 2rem;
}

.check-list li::before {
  position: absolute;
  top: 0.12rem;
  left: 0;
  display: grid;
  width: 1.35rem;
  height: 1.35rem;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--amber);
  content: "✓";
  font-size: 0.72rem;
  font-weight: 900;
}

.dark-panel .check-list li {
  color: #d2dde7;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  counter-reset: process;
}

.process-step {
  position: relative;
  padding-top: 4.5rem;
  counter-increment: process;
}

.process-step::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--amber-dark);
  background: var(--white);
  content: "0" counter(process);
  font-size: 0.78rem;
  font-weight: 850;
}

.process-step:not(:last-child)::after {
  position: absolute;
  top: 1.6rem;
  right: -0.65rem;
  left: 3.6rem;
  height: 1px;
  background: var(--line);
  content: "";
}

.process-step p {
  color: var(--steel);
  font-size: 0.95rem;
}

.cta-band {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
  color: var(--ink);
  background: var(--amber);
}

.cta-band::after {
  position: absolute;
  top: -10rem;
  right: -5rem;
  width: 27rem;
  height: 27rem;
  border: 4rem solid rgba(7, 17, 31, 0.08);
  border-radius: 50%;
  content: "";
}

.cta-grid {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}

.cta-grid h2 {
  max-width: 18ch;
  margin-bottom: 0.65rem;
}

.cta-grid p {
  max-width: 40rem;
  margin-bottom: 0;
  color: #4b3613;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4.2rem, 8vw, 7rem);
  color: var(--white);
  background:
    radial-gradient(circle at 85% 20%, rgba(242, 181, 68, 0.13), transparent 25rem),
    var(--ink);
}

.page-hero .shell {
  position: relative;
}

.page-hero h1 {
  max-width: 13ch;
  margin-bottom: 1.1rem;
  font-size: clamp(2.65rem, 6vw, 5rem);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 2.2rem;
  color: #aebbc8;
  font-size: 0.84rem;
}

.breadcrumbs a {
  color: #d8e0e8;
  text-underline-offset: 0.2em;
}

.breadcrumbs span[aria-hidden="true"] {
  color: #6f8193;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card {
  padding: 2rem;
}

.feature-card.wide {
  grid-column: 1 / -1;
}

.feature-number {
  display: inline-flex;
  margin-bottom: 2.5rem;
  color: var(--amber-dark);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.fact {
  padding: 1.65rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}

.fact strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.1rem;
}

.fact span {
  color: var(--steel);
  font-size: 0.92rem;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 42rem;
}

th,
td {
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--white);
  background: var(--ink);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

tr:last-child td {
  border-bottom: 0;
}

td:first-child {
  font-weight: 730;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

details {
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: var(--white);
}

summary {
  position: relative;
  padding: 1.25rem 3.5rem 1.25rem 1.25rem;
  cursor: pointer;
  font-weight: 730;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  position: absolute;
  top: 1.15rem;
  right: 1.25rem;
  display: grid;
  width: 1.75rem;
  height: 1.75rem;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--mist);
  content: "+";
  font-size: 1.2rem;
  line-height: 1;
}

details[open] summary::after {
  content: "−";
}

.faq-answer {
  max-width: 55rem;
  padding: 0 1.25rem 1.25rem;
  color: var(--steel);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(17rem, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.contact-stack {
  display: grid;
  gap: 0.85rem;
}

.contact-card {
  padding: 1.35rem;
}

.contact-card small {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--steel);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-card a,
.contact-card address {
  font-weight: 690;
  font-style: normal;
  text-decoration-color: var(--amber);
  text-underline-offset: 0.2em;
}

.direct-contact-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 2.6rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, var(--white), #f2f6f9);
  box-shadow: var(--shadow-sm);
}

.direct-contact-panel::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0.35rem;
  background: linear-gradient(90deg, var(--amber), var(--teal));
  content: "";
}

.direct-contact-panel h2 {
  margin-top: 0.8rem;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.direct-contact-panel > p:not(.availability-badge) {
  color: var(--steel);
}

.direct-contact-panel a:not(.button) {
  color: var(--ink);
  font-weight: 750;
  text-decoration-color: var(--amber);
  text-underline-offset: 0.2em;
}

.availability-badge {
  display: inline-flex;
  margin: 0;
  padding: 0.38rem 0.7rem;
  border: 1px solid #dfbd79;
  border-radius: 999px;
  color: #5c3905;
  background: #fff3d8;
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.direct-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.button.contact-button {
  border-color: #bdc9d3;
  background: #e6edf3;
  box-shadow: none;
}

.button.contact-button:hover {
  background: #d8e2ea;
}

.contact-guidance {
  margin-top: 1.75rem;
  padding: clamp(1.1rem, 3vw, 1.5rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}

.contact-guidance h3 {
  margin-bottom: 1rem;
  font-size: 1.15rem;
}

.privacy-reminder {
  margin: 1.25rem 0 0;
  font-size: 0.86rem;
}

.prose > * + * {
  margin-top: 1.2rem;
}

.prose h2 {
  margin-top: 3rem;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
}

.prose h3 {
  margin-top: 2rem;
  font-size: 1.2rem;
}

.prose p,
.prose li {
  color: #34465a;
}

.prose a {
  color: #7c4b06;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
}

.callout {
  padding: 1.25rem 1.35rem;
  border-left: 4px solid var(--amber);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: #fff7e8;
}

.error-page {
  display: grid;
  min-height: 65vh;
  place-items: center;
  padding-block: 5rem;
  text-align: center;
}

.error-code {
  margin-bottom: 0.5rem;
  color: var(--amber-dark);
  font-size: clamp(4rem, 15vw, 9rem);
  font-weight: 850;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.error-page h1 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.error-page p {
  max-width: 35rem;
  margin-inline: auto;
  color: var(--steel);
}

.site-footer {
  color: #b8c4d0;
  background: #030a12;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(15rem, 1.5fr) repeat(3, minmax(9rem, 0.75fr));
  gap: 2.5rem;
  padding-block: 4.5rem;
}

.footer-brand p {
  max-width: 25rem;
  margin-top: 1.25rem;
  color: #9dabb9;
}

.footer-brand .brand-logo,
.footer-brand .brand-mark {
  width: 13rem;
}

.footer-column h2 {
  margin-bottom: 1rem;
  color: var(--white);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 0.55rem;
}

.footer-links a {
  text-decoration-color: transparent;
  text-underline-offset: 0.2em;
}

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

.footer-address {
  margin: 0;
  font-style: normal;
}

.footer-bottom {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-block: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #8594a3;
  font-size: 0.78rem;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 68rem) {
  .site-nav,
  .nav-links {
    gap: 0.8rem;
  }

  .nav-links a {
    font-size: 0.82rem;
  }

  .header-cta {
    display: none;
  }
}

@media (max-width: 54rem) {
  .top-strip {
    display: none;
  }

  .header-inner {
    flex-wrap: wrap;
    padding-block: 0.75rem;
  }

  .site-nav,
  .nav-links {
    width: 100%;
  }

  .js .header-inner {
    flex-wrap: nowrap;
    padding-block: 0;
  }

  .js .nav-toggle {
    display: block;
  }

  .js .site-nav {
    position: fixed;
    z-index: 99;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: none;
    height: calc(100dvh - var(--header-height));
    overflow-y: auto;
    padding: 1rem;
    background: rgba(7, 17, 31, 0.99);
  }

  .js .site-nav.is-open {
    display: block;
  }

  .nav-links {
    display: grid;
    gap: 0;
  }

  .nav-links a {
    min-height: 3.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    font-size: 1.05rem;
  }

  .nav-links a::after {
    display: none;
  }

  .site-nav .button {
    width: 100%;
    margin-top: 1.25rem;
  }

  .site-nav .header-cta {
    display: inline-flex;
  }

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

  .hero-grid {
    min-height: auto;
    gap: 4rem;
  }

  .signal-grid,
  .facts-grid {
    grid-template-columns: 1fr;
  }

  .signal-item,
  .signal-item:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }

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

  .field-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .field-photo:first-child {
    grid-column: 1 / -1;
  }

  .field-photo:first-child img {
    aspect-ratio: 16 / 9;
  }

  .field-gallery.two .field-photo:first-child {
    grid-column: auto;
  }

  .field-gallery.two .field-photo:first-child img {
    aspect-ratio: 3 / 4;
  }

  .service-card {
    min-height: 18rem;
  }

  .card-index {
    margin-bottom: 2.2rem;
  }

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

  .process-step:nth-child(2)::after {
    display: none;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 40rem) {
  .shell,
  .narrow {
    width: min(calc(100% - 1.25rem), var(--content));
  }

  .header-inner {
    min-height: 4.5rem;
  }

  :root {
    --header-height: 4.5rem;
  }

  .brand-logo {
    width: 9.25rem;
  }

  .brand-mark {
    width: 9.25rem;
  }

  .hero-actions,
  .hero-actions .button,
  .cta-grid .button,
  .direct-contact-actions .button {
    width: 100%;
  }

  .section-head,
  .cta-grid,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .section-head {
    display: block;
  }

  .section-head .text-link {
    margin-top: 0.5rem;
  }

  .feature-grid,
  .process-grid,
  .field-gallery,
  .field-gallery.two,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .feature-card.wide,
  .field-photo:first-child,
  .footer-brand {
    grid-column: auto;
  }

  .field-photo:first-child img {
    aspect-ratio: 3 / 4;
  }

  .process-step:not(:last-child)::after {
    top: 3.45rem;
    right: auto;
    bottom: -0.35rem;
    left: 1.6rem;
    width: 1px;
    height: 1rem;
  }

  .process-step:nth-child(2)::after {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .top-strip,
  .site-header,
  .cta-band,
  .site-footer,
  .button,
  .skip-link {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  .page-hero {
    padding-block: 2rem;
    color: #000;
    background: #fff;
  }
}
