:root {
  color-scheme: light;
  --deep-green: #04261d;
  --green: #0b694f;
  --gold: #c6a15a;
  --gold-soft: #efe3c4;
  --ivory: #f7f4ea;
  --paper: #fbfaf4;
  --paper-2: #eef4ea;
  --ink: #071d18;
  --muted: rgba(7, 29, 24, 0.68);
  --line: rgba(7, 29, 24, 0.12);
  --line-gold: rgba(198, 161, 90, 0.34);
  --terra: #8d5539;
  --white: #ffffff;
  --shadow: 0 22px 54px rgba(4, 38, 29, 0.13);
  --pointer-x: 0;
  --pointer-y: 0;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  background: var(--paper);
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, var(--paper) 0%, var(--ivory) 52%, var(--paper-2) 100%);
  font-family:
    "IBM Plex Sans Arabic",
    "Noto Kufi Arabic",
    "Noto Sans Arabic",
    Tahoma,
    Arial,
    sans-serif;
}

body::selection {
  color: var(--white);
  background: var(--green);
}

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

img {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 70px;
  padding: 12px clamp(18px, 5vw, 64px);
  border-bottom: 1px solid rgba(4, 38, 29, 0.1);
  background: rgba(251, 250, 244, 0.94);
  backdrop-filter: blur(18px);
}

.brand-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: var(--deep-green);
  font-weight: 900;
  font-size: 1.04rem;
  line-height: 1.2;
}

.brand-logo-stack {
  display: inline-grid;
  justify-items: center;
  gap: 2px;
  line-height: 1;
}

.brand-logo-stack small {
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}

.header-logo {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--line-gold);
  border-radius: 8px;
  color: var(--deep-green);
  background: rgba(255, 255, 255, 0.76);
  font: inherit;
  font-weight: 900;
  font-size: 0.9rem;
  line-height: 1.2;
  cursor: pointer;
}

.nav-toggle:focus-visible {
  outline: 2px solid rgba(11, 105, 79, 0.28);
  outline-offset: 3px;
}

.nav-toggle-icon,
.nav-toggle-icon::before,
.nav-toggle-icon::after {
  display: block;
  width: 17px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.nav-toggle-icon {
  position: relative;
}

.nav-toggle-icon::before,
.nav-toggle-icon::after {
  position: absolute;
  right: 0;
  content: "";
  transition:
    top 160ms ease,
    transform 160ms ease,
    opacity 160ms ease;
}

.nav-toggle-icon::before {
  top: -5px;
}

.nav-toggle-icon::after {
  top: 5px;
}

.site-header.nav-open .nav-toggle-icon {
  background: transparent;
}

.site-header.nav-open .nav-toggle-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.site-header.nav-open .nav-toggle-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0;
  overflow: visible;
}

.site-nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav::-webkit-scrollbar {
  display: none;
}

.site-nav-links a,
.placeholder-home-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: rgba(7, 29, 24, 0.76);
  font-weight: 800;
  font-size: 0.93rem;
  line-height: 1.2;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.site-nav-links a:hover,
.site-nav-links a:focus-visible,
.site-nav-links a[aria-current="page"],
.placeholder-home-link:hover,
.placeholder-home-link:focus-visible {
  color: var(--deep-green);
  border-color: var(--line-gold);
  background: rgba(255, 255, 255, 0.76);
  outline: none;
}

.mobile-menu-head,
.mobile-menu-groups {
  display: none;
}

main {
  overflow: hidden;
}

.top-service-nav {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 0;
  justify-content: center;
  padding: 16px clamp(18px, 6vw, 84px);
  color: var(--white);
  background: var(--deep-green);
  border-bottom: 1px solid rgba(198, 161, 90, 0.34);
  overflow-x: auto;
  scrollbar-width: none;
}

.top-service-nav::-webkit-scrollbar {
  display: none;
}

.top-service-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 30px;
  padding: 0 clamp(14px, 3.2vw, 24px);
  border: 0;
  color: var(--white);
  background: transparent;
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
  transition:
    color 180ms ease,
    text-decoration-color 180ms ease;
}

.top-service-nav a + a {
  border-inline-start: 1px solid rgba(198, 161, 90, 0.5);
}

.top-service-nav a:hover,
.top-service-nav a:focus-visible {
  color: var(--gold-soft);
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 7px;
  outline: none;
}

.home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  align-items: center;
  gap: clamp(30px, 5vw, 72px);
  min-height: 560px;
  padding: 56px clamp(18px, 6vw, 84px) 62px;
  background:
    linear-gradient(90deg, rgba(4, 38, 29, 0.98), rgba(5, 45, 34, 0.96) 48%, rgba(4, 38, 29, 0.98)),
    var(--deep-green);
  isolation: isolate;
}

.home-hero::before {
  position: absolute;
  inset: clamp(14px, 2vw, 28px);
  z-index: 1;
  content: "";
  border: 1px solid rgba(198, 161, 90, 0.34);
  pointer-events: none;
}

.estate-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-content,
.hero-identity,
.section-band,
.contact-band,
.site-footer,
.placeholder-header,
.placeholder-hero,
.placeholder-footer {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 720px;
  transform:
    rotateX(calc(var(--pointer-y) * -0.01deg))
    rotateY(calc(var(--pointer-x) * 0.01deg));
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--terra);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.4;
}

.home-hero .eyebrow {
  color: var(--gold-soft);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -2px 0 16px;
}

.hero-facts span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(198, 161, 90, 0.34);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.2;
}

.hero-content h1,
.section-band h2,
.contact-band h2,
.placeholder-hero h1 {
  margin: 0;
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0;
}

.hero-content h1 {
  max-width: 11ch;
  color: var(--white);
  font-size: 4.55rem;
  line-height: 1.12;
  text-wrap: balance;
}

.hero-lead {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.8;
}

.hero-actions,
.contact-band {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-actions {
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button-primary {
  color: var(--white);
  background: var(--deep-green);
  box-shadow: 0 12px 24px rgba(4, 38, 29, 0.18);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--green);
  box-shadow: 0 16px 28px rgba(4, 38, 29, 0.2);
}

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

.button-secondary:hover,
.button-secondary:focus-visible {
  color: var(--deep-green);
  border-color: var(--white);
  background: var(--white);
}

.home-hero .button-primary {
  color: var(--white);
  border-color: var(--gold);
  background: rgba(198, 161, 90, 0.14);
  box-shadow: none;
}

.home-hero .button-primary:hover,
.home-hero .button-primary:focus-visible {
  color: var(--deep-green);
  border-color: var(--gold);
  background: var(--gold);
  box-shadow: none;
}

.hero-identity {
  display: grid;
  align-content: stretch;
  justify-items: stretch;
  min-height: 460px;
  padding: 0;
  border: 1px solid rgba(198, 161, 90, 0.32);
  border-radius: 8px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: var(--shadow);
  overflow: hidden;
  isolation: isolate;
}

.hero-identity::before,
.hero-identity::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero-identity::before {
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 38, 29, 0.08) 0%, rgba(4, 38, 29, 0.02) 52%, rgba(4, 38, 29, 0.26) 100%);
}

.hero-identity::after {
  inset: 18px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.hero-carousel,
.carousel-viewport,
.carousel-track,
.carousel-slide {
  position: absolute;
  inset: 0;
}

.hero-carousel {
  z-index: 0;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.hero-carousel.is-dragging {
  cursor: grabbing;
}

.carousel-viewport {
  overflow: hidden;
}

.carousel-track {
  direction: ltr;
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 520ms ease;
  will-change: transform;
}

.hero-carousel.is-dragging .carousel-track {
  transition: none;
}

.carousel-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
  background: var(--paper);
  overflow: hidden;
}

.carousel-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  user-select: none;
  -webkit-user-drag: none;
}

.carousel-status {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 4;
  display: grid;
  gap: 10px;
}

.carousel-progress {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  overflow: hidden;
}

.carousel-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left center;
}

.hero-carousel.is-playing .carousel-progress span {
  animation: carousel-progress 4.6s linear forwards;
}

.carousel-dots {
  direction: ltr;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.carousel-dots button {
  width: 30px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;
  transition:
    background-color 180ms ease,
    width 180ms ease;
}

.carousel-dots button.is-active,
.carousel-dots button:focus-visible {
  width: 44px;
  background: var(--gold);
  outline: none;
}

@keyframes carousel-progress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel-track {
    transition: none;
  }

  .hero-carousel.is-playing .carousel-progress span {
    animation: none;
    transform: scaleX(1);
  }
}

.section-band {
  scroll-margin-top: 88px;
  padding: clamp(58px, 8vw, 94px) clamp(18px, 6vw, 84px);
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(300px, 1.12fr);
  gap: clamp(28px, 5vw, 72px);
  background: var(--paper);
  border-block: 1px solid rgba(4, 38, 29, 0.09);
}

.about-band {
  background: var(--paper);
  border-bottom: 1px solid rgba(4, 38, 29, 0.09);
}

.principles-band {
  background: var(--paper);
}

.roadmap-band {
  background: var(--white);
  border-block: 1px solid rgba(4, 38, 29, 0.08);
}

.pathways-band {
  position: relative;
  z-index: 2;
  padding: clamp(58px, 8vw, 92px) clamp(18px, 6vw, 84px);
  color: var(--white);
  background: var(--deep-green);
}

.pathways-band .section-heading {
  max-width: 900px;
}

.pathways-band .section-kicker {
  color: var(--gold-soft);
}

.pathways-band h2 {
  margin: 0;
  color: var(--white);
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.25;
  text-wrap: balance;
}

.pathways-proof {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.8;
}

.pathways-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 5vw, 72px);
  margin-top: 42px;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.pathways-grid div {
  display: grid;
  gap: 16px;
  align-content: start;
}

.pathways-grid h3 {
  margin: 0 0 4px;
  color: var(--gold-soft);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.3;
}

.pathways-grid a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.14rem;
  font-weight: 800;
  line-height: 1.45;
}

.pathways-grid a:hover,
.pathways-grid a:focus-visible {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 6px;
  outline: none;
}

.section-copy,
.section-heading {
  max-width: 780px;
}

.section-band h2,
.contact-band h2 {
  font-size: 2.35rem;
  line-height: 1.28;
  text-wrap: balance;
}

.section-copy p:not(.section-kicker),
.section-heading p:not(.section-kicker),
.contact-band p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
  font-weight: 650;
  line-height: 1.82;
}

.statement-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.statement-list div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 76px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.statement-list span {
  color: var(--gold);
  font-weight: 900;
  font-size: 1.02rem;
}

.statement-list p {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  font-size: 1.02rem;
  line-height: 1.65;
}

.principle-grid,
.service-grid {
  display: grid;
  gap: clamp(22px, 4vw, 44px);
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

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

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

.principle-card,
.service-card {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.principle-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.principle-mark,
.service-card span {
  width: fit-content;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--gold);
  border-radius: 0;
  color: var(--terra);
  background: transparent;
  font-weight: 900;
  font-size: 0.84rem;
  line-height: 1.2;
}

.principle-card h3,
.service-card h3 {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 1.22rem;
  line-height: 1.35;
}

.principle-card p,
.service-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 650;
  font-size: 0.98rem;
  line-height: 1.72;
}

.service-card {
  display: block;
}

.contact-band {
  scroll-margin-top: 88px;
  justify-content: space-between;
  padding: clamp(42px, 6vw, 70px) clamp(18px, 6vw, 84px);
  color: var(--white);
  background:
    linear-gradient(135deg, var(--deep-green), #083b2d 60%, #12342b);
}

.contact-band > div {
  max-width: 760px;
}

.contact-band .section-kicker {
  color: var(--gold-soft);
}

.contact-band h2,
.contact-band p {
  color: var(--white);
}

.contact-band p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-band .button-primary {
  color: var(--deep-green);
  background: var(--white);
  box-shadow: none;
}

.site-footer {
  display: grid;
  gap: 26px;
  padding: clamp(52px, 8vw, 88px) clamp(20px, 8vw, 120px) clamp(44px, 7vw, 74px);
  color: var(--ink);
  background: #fff;
  border-top: 1px solid rgba(4, 38, 29, 0.09);
  direction: ltr;
}

.site-footer > * {
  width: min(100%, 1320px);
  margin-inline: auto;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  color: #17385d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-style: italic;
  line-height: 1.4;
  text-align: center;
}

.footer-social a {
  color: inherit;
}

.footer-social a + a::before {
  display: inline-block;
  margin: 0 14px;
  color: var(--gold);
  content: "•";
  font-style: normal;
}

.footer-statement {
  width: min(100%, 860px);
  margin: 0 auto;
  color: rgba(7, 29, 24, 0.58);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.8;
  text-align: center;
  direction: rtl;
  justify-self: center;
}

.footer-language {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #17385d;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.4;
}

.footer-language::before {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
}

.footer-legal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 0;
  padding: 30px 0;
  border-top: 1px solid rgba(7, 29, 24, 0.16);
  border-bottom: 1px solid rgba(7, 29, 24, 0.16);
  direction: rtl;
}

.footer-legal a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 20px;
  border: 0;
  color: rgba(7, 29, 24, 0.62);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
}

.footer-legal a:not(:last-child) {
  border-inline-end: 1px solid rgba(7, 29, 24, 0.18);
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: #17385d;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 5px;
  outline: none;
}

.footer-disclaimer {
  display: grid;
  gap: 16px;
  color: rgba(7, 29, 24, 0.56);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.8;
}

.footer-disclaimer p {
  margin: 0;
}

.placeholder-page {
  color: var(--ink);
  background: var(--deep-green);
}

.placeholder-shell {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  padding: clamp(20px, 4vw, 42px);
  border: clamp(10px, 1.6vw, 18px) solid var(--deep-green);
  background:
    linear-gradient(180deg, rgba(249, 252, 246, 0.98), rgba(225, 240, 225, 0.97)),
    var(--paper);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.55),
    inset 0 -44px 100px rgba(4, 38, 29, 0.08);
  isolation: isolate;
}

.placeholder-shell::before {
  position: absolute;
  inset: clamp(12px, 2vw, 26px);
  z-index: 1;
  content: "";
  border: 1px solid var(--line-gold);
  pointer-events: none;
}

.placeholder-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.placeholder-home-link {
  background: rgba(255, 255, 255, 0.7);
}

.placeholder-hero {
  align-self: center;
  justify-self: center;
  width: min(100%, 700px);
  padding: 28px 0;
  text-align: center;
  transform:
    rotateX(calc(var(--pointer-y) * -0.012deg))
    rotateY(calc(var(--pointer-x) * 0.012deg));
}

.placeholder-logo {
  display: block;
  width: 128px;
  height: auto;
  margin: 0 auto 18px;
  object-fit: contain;
  filter: drop-shadow(0 20px 26px rgba(4, 38, 29, 0.18));
}

.status {
  position: relative;
  width: fit-content;
  margin: 0 auto 12px;
  padding-bottom: 8px;
  color: var(--green);
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1.3;
}

.status::after {
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 54%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(198, 161, 90, 0.75), transparent);
  opacity: 0.6;
  transform: translateX(50%);
}

.placeholder-hero h1 {
  max-width: 13ch;
  margin: 0 auto;
  font-size: 2.85rem;
  line-height: 1.15;
  text-wrap: balance;
}

.placeholder-lead {
  max-width: 620px;
  margin: 12px auto 20px;
  color: var(--muted);
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.7;
}

.placeholder-footer {
  width: min(100%, 760px);
  margin: 0 auto;
  color: rgba(5, 30, 24, 0.54);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

@media (prefers-reduced-motion: no-preference) {
  .placeholder-logo {
    animation: lift 7s ease-in-out infinite;
  }

  .status::after {
    animation: status-shimmer 4.8s ease-in-out infinite;
  }
}

@keyframes lift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -7px, 0);
  }
}

@keyframes status-shimmer {
  0%,
  100% {
    opacity: 0.28;
    transform: translateX(50%) scaleX(0.72);
  }

  50% {
    opacity: 0.72;
    transform: translateX(50%) scaleX(1);
  }
}

@media (max-width: 1120px) {
  .home-hero,
  .intro-band {
    grid-template-columns: 1fr;
  }

  .home-hero {
    gap: 30px;
    min-height: auto;
  }

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

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

@media (max-width: 780px) {
  html {
    scroll-padding-top: 78px;
  }

  .site-header {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    direction: ltr;
    gap: 0;
    min-height: 70px;
    padding: 12px 18px;
    border-bottom-color: rgba(198, 161, 90, 0.34);
    background: rgba(4, 38, 29, 0.98);
  }

  .brand-link {
    grid-column: 3;
    justify-self: end;
    direction: rtl;
    color: var(--white);
    font-size: 1.06rem;
    text-align: right;
  }

  .header-logo {
    filter: invert(1);
  }

  .nav-toggle {
    grid-column: 1;
    grid-row: 1;
    display: inline-flex;
    justify-self: start;
    padding: 8px;
    border-color: transparent;
    color: var(--white);
    background: transparent;
  }

  .nav-toggle span:not(.nav-toggle-icon) {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: grid;
    direction: rtl;
    grid-template-rows: auto minmax(0, 1fr);
    align-items: start;
    width: auto;
    min-height: 100vh;
    min-height: 100dvh;
    padding: max(22px, env(safe-area-inset-top)) clamp(26px, 7vw, 44px) max(28px, env(safe-area-inset-bottom));
    color: var(--white);
    background: var(--deep-green);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 180ms ease,
      transform 180ms ease,
      visibility 180ms ease;
  }

  body.menu-lock {
    overflow: hidden;
  }

  body.nav-ready .site-header.nav-open .site-nav {
    display: grid;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav-links {
    display: none;
  }

  .mobile-menu-head {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    align-items: center;
    width: 100%;
    min-height: 58px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  }

  .menu-brand {
    grid-column: 2;
    justify-self: center;
    display: inline-grid;
    justify-items: center;
    gap: 5px;
    color: var(--white);
    font-size: 1.02rem;
    font-weight: 900;
    line-height: 1.2;
  }

  .menu-logo {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
    filter: invert(1);
  }

  .menu-close {
    grid-column: 1;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    color: var(--white);
    background: transparent;
    cursor: pointer;
  }

  .menu-close span,
  .menu-close span::after {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
  }

  .menu-close span {
    transform: rotate(45deg);
  }

  .menu-close span::after {
    content: "";
    transform: rotate(90deg);
  }

  .mobile-menu-groups {
    display: grid;
    margin-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
  }

  .menu-group {
    display: grid;
    gap: 14px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  }

  .menu-group-title {
    margin: 0;
    color: var(--white);
    font-size: 1.04rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.3;
  }

  .menu-close:focus-visible {
    outline: 2px solid rgba(198, 161, 90, 0.46);
    outline-offset: 4px;
  }

  .menu-group-panel {
    display: grid;
    gap: 12px;
    padding: 0;
  }

  .menu-group-panel a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.45;
  }

  .menu-group-panel a:hover,
  .menu-group-panel a:focus-visible {
    color: var(--white);
    text-decoration: underline;
    text-decoration-color: var(--gold);
    text-underline-offset: 6px;
    outline: none;
  }

  .home-hero {
    gap: 26px;
    padding-top: 32px;
    padding-bottom: 38px;
  }

  .hero-content h1 {
    max-width: 8ch;
    font-size: 2.8rem;
    line-height: 1.15;
  }

  .hero-lead {
    margin-top: 16px;
    font-size: 1.04rem;
    line-height: 1.72;
  }

  .hero-actions {
    margin-top: 22px;
    gap: 10px;
  }

  .section-band,
  .contact-band {
    scroll-margin-top: 82px;
  }

  .section-band h2,
  .contact-band h2 {
    font-size: 2rem;
  }

  .hero-identity {
    min-height: 340px;
    padding: 0;
  }

  .statement-list div {
    align-items: start;
  }

  .contact-band,
  .site-footer,
  .placeholder-header {
    align-items: center;
  }

  .pathways-band h2 {
    font-size: 2rem;
  }

  .site-footer {
    gap: 22px;
    padding-block: 42px;
  }

  .footer-social {
    justify-content: center;
    text-align: center;
  }

  .footer-statement {
    max-width: none;
    text-align: center;
  }

  .footer-legal {
    gap: 14px 0;
    justify-content: center;
    padding: 24px 0;
  }

  .footer-legal a {
    padding-inline: 14px;
    margin-inline-end: 0;
    font-size: 0.88rem;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 74px;
  }

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

  .brand-link {
    font-size: 1rem;
  }

  .header-logo {
    width: 38px;
    height: 38px;
  }

  .nav-toggle {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 0.86rem;
  }

  .site-nav {
    gap: 0;
    padding-inline: 22px;
  }

  .top-service-nav {
    justify-content: center;
    padding: 12px 10px;
  }

  .top-service-nav a {
    min-height: 30px;
    padding-inline: 10px;
    font-size: 0.88rem;
  }

  .menu-group-panel a {
    font-size: 0.94rem;
  }

  .menu-group-title {
    font-size: 0.94rem;
  }

  .home-hero,
  .section-band,
  .contact-band {
    padding-inline: 18px;
  }

  .home-hero {
    gap: 18px;
    padding-top: 32px;
    padding-bottom: 30px;
  }

  .home-hero::before,
  .placeholder-shell::before {
    inset: 10px;
  }

  .eyebrow,
  .section-kicker {
    margin-bottom: 9px;
    font-size: 0.8rem;
  }

  .hero-content h1 {
    max-width: 8ch;
    font-size: 2.35rem;
    line-height: 1.18;
  }

  .hero-lead {
    margin-top: 14px;
    font-size: 0.96rem;
    line-height: 1.68;
  }

  .placeholder-lead {
    font-size: 1.02rem;
  }

  .hero-actions {
    margin-top: 18px;
    gap: 8px;
  }

  .hero-actions,
  .contact-band {
    align-items: stretch;
  }

  .button {
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    font-size: 0.94rem;
  }

  .hero-identity {
    min-height: 318px;
    padding: 0;
  }

  .hero-identity::before {
    inset: 0;
  }

  .hero-identity::after {
    display: none;
  }

  .section-band {
    padding-block: 46px;
  }

  .section-band h2,
  .contact-band h2 {
    font-size: 1.62rem;
  }

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

  .pathways-band {
    padding-block: 46px;
  }

  .pathways-band h2 {
    font-size: 1.62rem;
  }

  .pathways-grid {
    gap: 24px;
    margin-top: 28px;
    padding-top: 26px;
  }

  .pathways-grid a {
    font-size: 1rem;
  }

  .principle-card,
  .service-card {
    min-height: auto;
  }

  .placeholder-shell {
    padding: 18px;
    border-width: 10px;
  }

  .placeholder-hero {
    padding: 20px 0;
  }

  .placeholder-logo {
    width: 94px;
    margin-bottom: 14px;
  }

  .placeholder-hero h1 {
    font-size: 2.18rem;
  }

  .placeholder-footer {
    font-size: 0.78rem;
  }
}
