:root {
  --font-body: "Inter", "Segoe UI", Arial, sans-serif;
  --font-display: "Geologica", "Inter", "Segoe UI", Arial, sans-serif;
  --ink: #15231f;
  --text: #243631;
  --muted: #66766f;
  --line: #dce6df;
  --paper: #f5f8f6;
  --panel: #ffffff;
  --teal: #00796f;
  --teal-dark: #064b45;
  --leaf: #54a36b;
  --sun: #f5c84c;
  --coral: #ee7465;
  --sky: #2582c5;
  --shadow: 0 26px 70px rgba(21, 35, 31, 0.16);
  --soft-shadow: 0 18px 42px rgba(21, 35, 31, 0.09);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(0, 121, 111, 0.045) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(0, 121, 111, 0.035) 0 1px, transparent 1px 100%),
    var(--paper);
  background-size: 42px 42px;
  font-family: var(--font-body);
  font-weight: 500;
}

body.nav-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

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

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

.container {
  width: min(1188px, calc(100% - 56px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(220, 230, 223, 0.78);
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(18px);
}

.scroll-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--teal), var(--sun), var(--coral), var(--sky));
}

.header-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}

.brand {
  min-width: 230px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  position: relative;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.26), transparent 42%),
    linear-gradient(135deg, var(--teal-dark), var(--leaf));
  box-shadow: 0 12px 22px rgba(6, 75, 69, 0.2);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
}

.brand-mark::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  width: 18px;
  height: 9px;
  transform: translateX(-50%);
  background: var(--sun);
  clip-path: polygon(0 100%, 18% 22%, 38% 100%, 50% 0, 62% 100%, 82% 22%, 100% 100%);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.08;
}

.brand strong {
  color: var(--ink);
  font-size: 1.03rem;
  font-weight: 800;
}

.brand small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.primary-nav {
  justify-self: center;
  display: flex;
  gap: 2px;
  padding: 5px;
  border: 1px solid rgba(220, 230, 223, 0.9);
  border-radius: 999px;
  background: #ffffff;
}

.primary-nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 14px;
  color: #2d403a;
  font-size: 0.91rem;
  font-weight: 700;
}

.primary-nav a:hover {
  color: var(--teal-dark);
  background: #edf8f2;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone-link,
.icon-button {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--teal-dark);
  background: #ffffff;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 15px;
  box-shadow: 0 10px 22px rgba(21, 35, 31, 0.06);
  font-weight: 800;
}

.phone-link svg {
  width: 18px;
  height: 18px;
  padding: 7px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--teal), var(--leaf));
  box-shadow: 0 10px 20px rgba(0, 121, 111, 0.18);
}

.icon-button {
  width: 44px;
  display: inline-grid;
  place-items: center;
}

.menu-toggle {
  display: none;
}

.phone-link svg,
.icon-button svg,
.button svg,
.hero-tags svg,
.quick-grid svg,
.trust-list svg,
.parents-contact svg,
.search-box svg,
.featured-actions svg,
.row-action svg,
.contact-card svg {
  width: 19px;
  height: 19px;
  stroke-width: 2.15;
}

.phone-link svg,
.button svg,
.hero-tags svg,
.quick-grid svg,
.trust-list svg,
.parents-contact svg,
.search-box svg,
.featured-actions svg,
.row-action svg,
.contact-card svg {
  flex: 0 0 auto;
  box-sizing: content-box;
  border-radius: 10px;
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #ffffff;
  background: #082720;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background: url("assets/patsha/patsha-15.jpeg") center / cover no-repeat;
  transform: scale(1.035);
  will-change: transform;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 50, 43, 0.88), rgba(6, 50, 43, 0.7) 42%, rgba(6, 50, 43, 0.24) 72%, rgba(6, 50, 43, 0.02)),
    linear-gradient(0deg, rgba(6, 50, 43, 0.54), rgba(6, 50, 43, 0.02) 58%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 38px;
  padding: 122px 0 0;
}

.hero-main {
  display: block;
}

.hero-copy {
  position: relative;
  width: min(780px, 100%);
  padding-bottom: 52px;
}

.hero-copy::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 2px;
  width: 5px;
  height: 188px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--sun), var(--coral), var(--sky));
}

.domain-pill {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  padding: 0 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
  font-weight: 800;
  animation: hero-rise 720ms ease both;
}

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

.hero-copy .eyebrow {
  margin-top: 20px;
  animation: hero-rise 760ms 80ms ease both;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-family: var(--font-body);
  font-size: 4.95rem;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
  color: #ffffff;
  text-wrap: balance;
  animation: hero-rise 820ms 160ms ease both;
}

h2 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 2.36rem;
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.25;
}

p {
  line-height: 1.66;
}

.lead {
  max-width: 680px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
  font-weight: 500;
  animation: hero-rise 820ms 240ms ease both;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 28px;
  animation: hero-rise 820ms 280ms ease both;
}

.hero-tags span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(12px);
  font-size: 0.82rem;
  font-weight: 800;
}

.hero-tags svg {
  width: 15px;
  height: 15px;
  padding: 5px;
  color: var(--sun);
  background: rgba(255, 255, 255, 0.12);
}

.hero-actions,
.featured-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  animation: hero-rise 820ms 320ms ease both;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 19px;
  font-weight: 800;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
  will-change: transform;
}

.button svg {
  width: 18px;
  height: 18px;
  padding: 6px;
  stroke-width: 2;
}

.button-primary svg {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}

.button-light svg,
.button-outline svg {
  color: var(--teal-dark);
  background: rgba(0, 121, 111, 0.1);
}

.hero .button-light svg {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}

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

.button-primary {
  color: #ffffff;
  background: var(--teal);
  box-shadow: 0 18px 34px rgba(0, 121, 111, 0.28);
}

.button-primary:hover {
  background: var(--teal-dark);
}

.button-light {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.button-light:hover {
  background: rgba(255, 255, 255, 0.18);
}

.button-outline {
  color: var(--teal-dark);
  border-color: var(--line);
  background: #ffffff;
}

.hero-facts {
  display: grid;
  grid-template-columns: 0.84fr 1.26fr 1fr;
  border-radius: 8px 8px 0 0;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: var(--shadow);
  animation: hero-rise 820ms 420ms ease both;
}

.hero-showcase {
  position: relative;
  min-height: 438px;
  animation: hero-rise 900ms 260ms ease both;
}

.hero-snap {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  padding: 7px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 70px rgba(21, 35, 31, 0.18);
  backdrop-filter: blur(14px);
}

.hero-snap img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.hero-snap figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border-radius: 8px;
  padding: 8px 10px;
  color: #ffffff;
  background: rgba(7, 30, 27, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
}

.snap-main {
  right: 88px;
  top: 0;
  width: 216px;
  height: 286px;
  animation: float-snap 7s ease-in-out infinite;
}

.snap-yard {
  right: 0;
  top: 118px;
  width: 222px;
  height: 162px;
  animation: float-snap 7s 900ms ease-in-out infinite;
}

.snap-room {
  left: 4px;
  bottom: 18px;
  width: 212px;
  height: 168px;
  animation: float-snap 7s 1600ms ease-in-out infinite;
}

.showcase-badge {
  position: absolute;
  right: 24px;
  bottom: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  padding: 0 14px;
  color: #ffffff;
  background: rgba(0, 121, 111, 0.82);
  box-shadow: 0 18px 36px rgba(0, 121, 111, 0.2);
  font-size: 0.8rem;
  font-weight: 800;
  animation: badge-glow 2.6s ease-in-out infinite;
}

.showcase-badge svg {
  width: 18px;
  height: 18px;
  color: var(--sun);
}

.hero-facts div {
  min-height: 102px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 20px 24px;
  border-right: 1px solid var(--line);
}

.hero-facts div:nth-child(1) {
  border-top: 4px solid var(--sun);
}

.hero-facts div:nth-child(2) {
  border-top: 4px solid var(--leaf);
}

.hero-facts div:nth-child(3) {
  border-top: 4px solid var(--sky);
  border-right: 0;
}

.hero-facts span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-facts strong {
  font-size: 1.08rem;
}

.quick-actions {
  scroll-margin-top: 96px;
  position: relative;
  padding: 30px 0 34px;
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 48%, rgba(245, 248, 246, 0.88) 100%);
}

.quick-actions::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 121, 111, 0.055) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(0, 121, 111, 0.04) 0 1px, transparent 1px 100%);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 78%, transparent);
}

.quick-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.quick-card {
  --quick-color: var(--teal);
  --quick-deep: var(--teal-dark);
  --quick-bg: rgba(0, 121, 111, 0.1);
  --quick-line: rgba(0, 121, 111, 0.2);
  --quick-shadow: rgba(0, 121, 111, 0.12);
  position: relative;
  min-height: 218px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-content: start;
  overflow: hidden;
  border: 1px solid var(--quick-line);
  border-radius: 8px;
  padding: 20px;
  background:
    linear-gradient(150deg, var(--quick-bg), rgba(255, 255, 255, 0) 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), #ffffff);
  box-shadow:
    0 26px 62px rgba(21, 35, 31, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.82) inset;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.quick-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 118px;
  height: 118px;
  background:
    linear-gradient(135deg, transparent 0 33%, rgba(255, 255, 255, 0.75) 34% 43%, transparent 44%),
    linear-gradient(135deg, transparent 0 54%, var(--quick-bg) 55% 100%);
  opacity: 0.78;
  transform: translate(18px, -18px);
  pointer-events: none;
}

.quick-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--quick-color), rgba(255, 255, 255, 0.2));
}

.quick-card-space {
  --quick-color: #d49700;
  --quick-deep: #7b5600;
  --quick-bg: rgba(245, 200, 76, 0.18);
  --quick-line: rgba(180, 130, 0, 0.2);
  --quick-shadow: rgba(180, 130, 0, 0.13);
}

.quick-card-docs {
  --quick-color: var(--sky);
  --quick-deep: #125d91;
  --quick-bg: rgba(37, 130, 197, 0.15);
  --quick-line: rgba(37, 130, 197, 0.2);
  --quick-shadow: rgba(37, 130, 197, 0.13);
}

.quick-card-call {
  --quick-color: var(--coral);
  --quick-deep: #af4538;
  --quick-bg: rgba(238, 116, 101, 0.15);
  --quick-line: rgba(238, 116, 101, 0.2);
  --quick-shadow: rgba(238, 116, 101, 0.13);
}

.quick-card:hover {
  transform: translateY(-5px);
  border-color: var(--quick-color);
  box-shadow:
    0 34px 74px rgba(21, 35, 31, 0.13),
    0 20px 34px var(--quick-shadow);
}

.quick-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.quick-topline {
  color: var(--quick-deep);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-number {
  color: rgba(21, 35, 31, 0.16);
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1;
}

.quick-visual {
  position: relative;
  z-index: 1;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid var(--quick-line);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.24)),
    var(--quick-bg);
  box-shadow:
    0 18px 32px var(--quick-shadow),
    inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.quick-visual::after {
  content: "";
  position: absolute;
  right: 11px;
  bottom: 14px;
  width: 34px;
  height: 11px;
  border-radius: 999px;
  background: var(--quick-color);
  opacity: 0.17;
}

.quick-icon {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  display: grid;
  place-items: center;
  color: var(--quick-color);
  font-size: 40px;
  line-height: 1;
  filter: drop-shadow(0 9px 12px var(--quick-shadow));
}

.quick-icon::before,
.quick-icon::after {
  grid-area: 1 / 1;
}

.quick-copy {
  position: relative;
  z-index: 1;
  display: block;
  padding-right: 44px;
}

.quick-copy strong {
  display: block;
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.18;
  text-wrap: balance;
}

.quick-copy small {
  display: block;
  max-width: 210px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.45;
}

.quick-arrow {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 19px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--quick-line);
  border-radius: 999px;
  color: var(--quick-color);
  background: rgba(255, 255, 255, 0.75);
  transition:
    transform 220ms ease,
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease;
}

.quick-arrow svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.quick-card:hover .quick-arrow {
  transform: translate(2px, -2px);
  border-color: var(--quick-color);
  color: #ffffff;
  background: var(--quick-color);
}

.quick-card > :not(.quick-arrow) {
  position: relative;
  z-index: 1;
}

.section {
  padding: 92px 0;
}

.section-head,
.docs-heading {
  max-width: 820px;
  margin-bottom: 32px;
}

.section-lead {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.02rem;
  font-weight: 600;
}

.section-head .eyebrow,
.about-copy .eyebrow,
.docs-heading .eyebrow,
.contact-copy .eyebrow,
.parents-grid .eyebrow {
  color: var(--teal);
}

.about-section,
.gallery-section {
  position: relative;
  background:
    linear-gradient(135deg, rgba(0, 121, 111, 0.045), transparent 36%),
    #ffffff;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(370px, 0.78fr);
  gap: 64px;
  align-items: center;
}

.about-grid > *,
.parents-grid > *,
.docs-heading > *,
.registry-tools > *,
.contact-layout > * {
  min-width: 0;
}

.about-copy > p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
}

.trust-list {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.trust-list div {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  border-left: 3px solid rgba(0, 121, 111, 0.28);
  padding: 4px 0 4px 14px;
  color: var(--ink);
  font-weight: 700;
}

.trust-list span,
.parents-contact span,
.contact-card span,
.quick-copy {
  min-width: 0;
}

.trust-list div:nth-child(2) {
  border-color: rgba(245, 200, 76, 0.78);
}

.trust-list div:nth-child(3) {
  border-color: rgba(238, 116, 101, 0.72);
}

.trust-list svg {
  flex: 0 0 auto;
  color: var(--teal);
  width: 18px;
  height: 18px;
  padding: 7px;
  background: #ecf8f4;
  box-shadow: inset 0 0 0 1px rgba(0, 121, 111, 0.12);
}

.about-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.about-kpis div {
  min-height: 92px;
  display: grid;
  align-content: center;
  border: 1px solid rgba(220, 230, 223, 0.92);
  border-radius: 8px;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.38)),
    #f7fbf8;
  box-shadow: 0 14px 30px rgba(21, 35, 31, 0.06);
}

.about-kpis strong {
  color: var(--teal-dark);
  font-size: 1.34rem;
  font-weight: 900;
  line-height: 1;
}

.about-kpis span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.photo-stack {
  position: relative;
  min-height: 560px;
}

.photo-stack::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 22px;
  width: 58%;
  height: 86%;
  border: 1px solid rgba(0, 121, 111, 0.3);
  border-radius: 8px;
}

.photo-stack img {
  position: absolute;
  width: 72%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.photo-stack img:first-child {
  right: 0;
  top: 0;
  height: 520px;
}

.photo-stack img:last-child {
  left: 0;
  bottom: 0;
  width: 56%;
  height: 360px;
  border: 8px solid #ffffff;
}

.photo-label {
  position: absolute;
  z-index: 2;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  padding: 0 14px;
  color: #ffffff;
  background: rgba(6, 75, 69, 0.82);
  box-shadow: 0 16px 34px rgba(6, 75, 69, 0.18);
  backdrop-filter: blur(12px);
  font-size: 0.82rem;
  font-weight: 900;
}

.photo-label-top {
  right: 20px;
  top: 24px;
}

.photo-label-bottom {
  left: 24px;
  bottom: 28px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
}

.spaces-section {
  background:
    linear-gradient(135deg, rgba(245, 200, 76, 0.13), transparent 32%),
    linear-gradient(180deg, #edf8f1, #f6fbf8);
}

.space-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.86fr;
  grid-template-rows: repeat(2, 280px);
  gap: 14px;
}

.space-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  box-shadow:
    0 24px 58px rgba(21, 35, 31, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.62) inset;
}

.space-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transform: translateX(-120%);
  background: linear-gradient(110deg, transparent 0 42%, rgba(255, 255, 255, 0.26) 50%, transparent 58% 100%);
  transition: transform 680ms ease;
}

.space-card.is-large {
  grid-row: span 2;
}

.space-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.space-card:hover img {
  transform: scale(1.025);
}

.space-card:hover::before {
  transform: translateX(120%);
}

.space-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(8, 25, 23, 0.78), rgba(8, 25, 23, 0.08) 62%),
    linear-gradient(90deg, rgba(8, 25, 23, 0.34), transparent 55%);
}

.space-card div {
  position: absolute;
  inset: auto 20px 20px;
  z-index: 2;
  color: #ffffff;
}

.space-card span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  padding: 0 11px;
  color: #17312e;
  background: var(--sun);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.space-card h3 {
  max-width: 460px;
  margin: 12px 0 0;
  color: #ffffff;
  font-size: 1.5rem;
}

.space-card p {
  max-width: 480px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.48;
}

.parents-section {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0 52%, rgba(0, 121, 111, 0.07) 52% 100%),
    linear-gradient(135deg, rgba(37, 130, 197, 0.06), transparent 42%),
    #ffffff;
}

.parents-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 62px;
  align-items: start;
}

.process-list {
  display: grid;
  gap: 12px;
}

.parents-intro > p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
}

.parents-contact {
  width: min(100%, 390px);
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  border: 1px solid rgba(0, 121, 111, 0.18);
  border-radius: 8px;
  padding: 14px;
  color: var(--teal-dark);
  background:
    linear-gradient(135deg, rgba(0, 121, 111, 0.1), transparent 42%),
    #ffffff;
  box-shadow: var(--soft-shadow);
}

.parents-contact svg {
  width: 21px;
  height: 21px;
  padding: 10px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--teal), var(--leaf));
  box-shadow: 0 14px 26px rgba(0, 121, 111, 0.2);
}

.parents-contact small,
.parents-contact strong {
  display: block;
}

.parents-contact small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.parents-contact strong {
  margin-top: 4px;
  font-size: 1.08rem;
  font-weight: 900;
}

.process-list article {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  column-gap: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: #ffffff;
  box-shadow: var(--soft-shadow);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.process-list article:hover {
  transform: translateX(4px);
  border-color: rgba(0, 121, 111, 0.28);
  box-shadow: 0 24px 52px rgba(21, 35, 31, 0.12);
}

.process-list article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--teal);
}

.process-list article:nth-child(2)::before {
  background: var(--sun);
}

.process-list article:nth-child(3)::before {
  background: var(--coral);
}

.process-list span {
  grid-row: span 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  background: var(--teal);
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(0, 121, 111, 0.18);
}

.process-list article:nth-child(2) span {
  color: var(--ink);
  background: var(--sun);
}

.process-list article:nth-child(3) span {
  background: var(--coral);
}

.process-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.docs-section {
  background:
    linear-gradient(180deg, #f7fbf8 0, #f7fbf8 54%, #ffffff 54%);
}

.docs-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
  gap: 44px;
  max-width: none;
  align-items: end;
}

.docs-heading > p {
  margin-bottom: 0;
  color: var(--muted);
}

.docs-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.docs-badges span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0, 121, 111, 0.14);
  border-radius: 999px;
  padding: 0 11px;
  color: var(--teal-dark);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(21, 35, 31, 0.05);
  font-size: 0.8rem;
  font-weight: 850;
}

.docs-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(21, 35, 31, 0.11);
}

.docs-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--teal), var(--sun), var(--coral), var(--sky));
}

.year-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.year-tabs button {
  min-width: 68px;
  min-height: 38px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #1d2d29;
  background: #edf3ef;
  font-weight: 800;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.year-tabs button.is-active {
  color: #ffffff;
  background: var(--teal-dark);
  box-shadow: 0 12px 24px rgba(6, 75, 69, 0.18);
}

.year-tabs button:hover {
  transform: translateY(-1px);
}

.featured-document {
  min-height: 238px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(0, 121, 111, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(245, 200, 76, 0.16), transparent 34%),
    linear-gradient(90deg, rgba(0, 121, 111, 0.1), rgba(255, 255, 255, 0) 38%),
    #eef8f4;
  padding: 22px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.featured-document:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 45px rgba(0, 121, 111, 0.1);
}

.doc-cover {
  width: 132px;
  aspect-ratio: 0.72;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: 16px;
  color: #ffffff;
  background:
    linear-gradient(180deg, #008679 0 58%, #ffffff 58% 100%);
  box-shadow:
    0 18px 30px rgba(0, 121, 111, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.doc-cover::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 68px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.54);
  border-radius: 50%;
}

.doc-cover small,
.doc-cover strong,
.doc-cover span {
  position: relative;
  z-index: 1;
  display: block;
}

.doc-cover small {
  margin-bottom: 30px;
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.doc-cover strong {
  max-width: 105px;
  font-size: 0.95rem;
  line-height: 1.1;
}

.doc-cover span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  border: 1px solid #cddbd5;
  border-radius: 999px;
  padding: 5px 8px;
  color: var(--teal);
  font-size: 0.68rem;
  font-weight: 800;
}

.featured-copy h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.34rem;
}

.featured-copy p {
  max-width: 700px;
  margin-bottom: 16px;
  color: var(--muted);
}

.doc-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.doc-meta-line span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  color: var(--teal-dark);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(0, 121, 111, 0.12);
  font-size: 0.78rem;
  font-weight: 800;
}

.featured-actions a,
.row-action {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 8px;
  border-bottom: 1px solid currentColor;
  color: var(--teal-dark);
  font-weight: 800;
}

.featured-actions svg,
.row-action svg {
  width: 16px;
  height: 16px;
  padding: 5px;
  color: var(--teal);
  background: #ecf8f4;
}

.registry-tools {
  display: grid;
  grid-template-columns: minmax(250px, 330px) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-bottom: 14px;
}

.search-box {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  background: #ffffff;
}

.search-box svg {
  color: var(--teal);
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  padding: 6px;
  background: #ecf8f4;
}

.search-box input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.category-tabs button {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  color: #283a35;
  background: #ffffff;
  font-weight: 700;
}

.category-tabs button.is-active {
  color: #ffffff;
  border-color: var(--teal);
  background: var(--teal);
}

.doc-table {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(21, 35, 31, 0.05);
}

.table-head,
.table-row {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 142px 68px 78px;
  gap: 14px;
  align-items: center;
}

.table-head {
  min-height: 42px;
  padding: 0 18px;
  color: var(--muted);
  background: #f2f7f4;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.table-row {
  min-height: 78px;
  padding: 14px 18px;
  border-top: 1px solid var(--line);
  transition: background-color 160ms ease, transform 160ms ease;
}

.table-row:hover {
  background: #fbfdfb;
  transform: translateX(3px);
}

.row-year {
  color: var(--sky);
  font-weight: 800;
}

.row-title strong {
  display: block;
  margin-bottom: 5px;
  position: relative;
  padding-left: 14px;
}

.row-title strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
}

.row-title span,
.row-section {
  color: var(--muted);
  font-size: 0.9rem;
}

.row-type {
  justify-self: start;
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--teal);
  background: #eaf8f4;
  font-weight: 800;
  font-size: 0.82rem;
}

.empty-state {
  padding: 24px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 122px;
  gap: 14px;
}

.gallery-item {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: var(--ink);
  box-shadow:
    0 22px 48px rgba(21, 35, 31, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transform: translateY(100%);
  background: linear-gradient(180deg, transparent, rgba(245, 200, 76, 0.18));
  transition: transform 220ms ease;
}

.gallery-item.is-wide {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item:nth-child(2),
.gallery-item:nth-child(7) {
  grid-row: span 2;
}

.gallery-item:nth-child(5) {
  grid-column: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 190ms ease;
}

.gallery-item:hover img {
  transform: scale(1.025);
}

.gallery-item:hover::before {
  transform: translateY(0);
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(16, 31, 27, 0.62), transparent 55%);
}

.gallery-item span {
  position: absolute;
  inset: auto 12px 12px;
  z-index: 2;
  border-radius: 8px;
  padding: 9px 11px;
  color: #ffffff;
  background: rgba(21, 35, 31, 0.74);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  font-weight: 700;
}

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

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

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float-snap {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(0.6deg);
  }
}

@keyframes badge-glow {
  0%,
  100% {
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
  }
  50% {
    box-shadow: 0 22px 44px rgba(245, 200, 76, 0.24);
  }
}

.contacts-section {
  background:
    linear-gradient(135deg, rgba(245, 200, 76, 0.12), transparent 34%),
    var(--teal-dark);
  color: #ffffff;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 54px;
  align-items: start;
}

.contact-copy h2 {
  color: #ffffff;
}

.contact-copy p:not(.eyebrow) {
  max-width: 670px;
  color: rgba(255, 255, 255, 0.8);
}

.contact-card {
  display: grid;
  gap: 12px;
  margin: 0;
  font-style: normal;
}

.contact-panel {
  position: relative;
  display: grid;
  gap: 14px;
}

.contact-map {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(135deg, rgba(245, 200, 76, 0.2), transparent 46%),
    rgba(255, 255, 255, 0.08);
  background-size: 34px 34px, 34px 34px, auto, auto;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.12);
}

.contact-map::before,
.contact-map::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.contact-map::before {
  left: 50%;
  top: 50%;
  width: 88px;
  height: 88px;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(245, 200, 76, 0.55);
  background: rgba(245, 200, 76, 0.12);
}

.contact-map::after {
  left: calc(50% + 31px);
  top: calc(50% + 30px);
  width: 18px;
  height: 18px;
  background: var(--sun);
  box-shadow: 0 0 0 10px rgba(245, 200, 76, 0.16);
}

.contact-map span,
.contact-map strong {
  position: relative;
  z-index: 1;
  display: block;
}

.contact-map span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-map strong {
  margin-top: 8px;
  color: #ffffff;
  font-size: 2.15rem;
  font-weight: 900;
}

.contact-card a,
.contact-card > span {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 14px 16px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
}

.contact-card svg {
  color: var(--sun);
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  padding: 7px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.footer-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  grid-template-rows: 1fr auto;
  place-items: center;
  gap: 14px;
  padding: 28px;
  color: #ffffff;
  background: rgba(7, 22, 20, 0.94);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  width: min(1080px, 100%);
  max-height: 78vh;
  object-fit: contain;
}

.lightbox p {
  margin: 0;
  font-weight: 700;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1080px) {
  .phone-link {
    width: 44px;
    padding: 0;
    justify-content: center;
    font-size: 0;
  }

  .about-grid,
  .parents-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-card {
    max-width: 520px;
  }

  .contact-panel {
    max-width: 560px;
  }

  h1 {
    font-size: 4.25rem;
  }

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

  .hero-showcase {
    display: none;
  }

  .featured-document {
    grid-template-columns: 150px minmax(0, 1fr);
  }
}

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

  .container {
    width: min(100% - 32px, 1188px);
  }

  .header-inner {
    min-height: 68px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .primary-nav {
    position: fixed;
    inset: 68px 0 auto;
    display: none;
    grid-template-columns: 1fr;
    justify-items: stretch;
    padding: 10px 16px 18px;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    background: #ffffff;
    box-shadow: var(--shadow);
  }

  .site-header.nav-visible .primary-nav {
    display: grid;
  }

  .primary-nav a {
    min-height: 48px;
    border-radius: 8px;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .brand small,
  .phone-link {
    display: none;
  }

  .hero {
    min-height: 700px;
  }

  .hero-bg {
    background-position: 54% center;
  }

  .hero-inner {
    padding: 94px 0 0;
  }

  .hero-copy {
    padding-bottom: 34px;
  }

  .hero-copy::before {
    left: -16px;
    height: 154px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 1.96rem;
  }

  .hero-facts,
  .quick-grid,
  .hero-main,
  .space-grid,
  .docs-heading,
  .featured-document,
  .registry-tools {
    grid-template-columns: 1fr;
  }

  .quick-actions {
    padding: 28px 0 30px;
  }

  .quick-grid {
    gap: 12px;
  }

  .quick-card {
    min-height: 132px;
    grid-template-columns: 72px minmax(0, 1fr) 38px;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 16px;
    padding: 17px;
  }

  .quick-head {
    grid-column: 2;
    margin: 0 0 5px;
  }

  .quick-number {
    display: none;
  }

  .quick-visual {
    grid-row: 1 / 3;
    width: 68px;
    height: 68px;
    margin: 0;
    border-radius: 19px;
  }

  .quick-icon {
    font-size: 39px;
  }

  .quick-copy {
    grid-column: 2;
    padding-right: 0;
  }

  .quick-copy strong {
    font-size: 1.08rem;
  }

  .quick-copy small {
    max-width: none;
    margin-top: 5px;
    font-size: 0.82rem;
  }

  .quick-arrow {
    position: static;
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
  }

  .hero-facts div {
    min-height: 78px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-facts div:last-child {
    border-bottom: 0;
  }

  .photo-stack {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .photo-stack::before {
    display: none;
  }

  .photo-stack img,
  .photo-stack img:first-child,
  .photo-stack img:last-child {
    position: static;
    width: 100%;
    height: 370px;
    border: 0;
  }

  .photo-label-top {
    right: 16px;
    top: 16px;
  }

  .photo-label-bottom {
    left: 16px;
    bottom: 16px;
  }

  .space-grid {
    grid-template-rows: none;
  }

  .space-card,
  .space-card.is-large {
    min-height: 330px;
    grid-row: auto;
  }

  .table-head {
    display: none;
  }

  .table-row {
    grid-template-columns: 1fr;
    gap: 9px;
    align-items: start;
  }

  .row-year,
  .row-title,
  .row-section,
  .row-type,
  .row-action {
    grid-column: 1;
  }

  .row-year {
    justify-self: start;
    border-radius: 999px;
    padding: 5px 9px;
    background: #edf7ff;
    font-size: 0.86rem;
  }

  .row-section {
    font-size: 0.86rem;
  }

  .row-type,
  .row-action {
    margin-top: 2px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 150px;
  }
}

@media (max-width: 560px) {
  body {
    background-size: 34px 34px;
  }

  .container {
    width: min(100% - 24px, 1188px);
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 0.98rem;
  }

  .hero {
    min-height: 710px;
  }

  .hero-bg {
    background-image: url("assets/patsha/patsha-11.jpeg");
    background-position: center;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(6, 50, 43, 0.78), rgba(6, 50, 43, 0.16) 62%),
      linear-gradient(90deg, rgba(6, 50, 43, 0.74), rgba(6, 50, 43, 0.18));
  }

  .hero-copy::before {
    display: none;
  }

  h1 {
    font-size: 2.16rem;
    line-height: 1.02;
  }

  h2 {
    font-size: 1.68rem;
    line-height: 1.12;
  }

  .lead {
    font-size: 0.96rem;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .section {
    padding: 66px 0;
  }

  .photo-stack img,
  .photo-stack img:first-child,
  .photo-stack img:last-child {
    height: 330px;
  }

  .about-kpis {
    grid-template-columns: 1fr;
  }

  .docs-shell {
    padding: 16px;
  }

  .doc-cover {
    width: min(132px, 100%);
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 210px;
  }

  .gallery-item.is-wide,
  .gallery-item:nth-child(5) {
    grid-column: auto;
  }

  .footer-inner {
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 0;
  }
}

/* Editorial redesign pass */
:root {
  --ink: #10231f;
  --text: #2b3834;
  --muted: #718078;
  --line: #dfe8e2;
  --paper: #f7f8f4;
  --panel: #ffffff;
  --teal: #008577;
  --teal-dark: #073d37;
  --leaf: #4f9868;
  --sun: #e8b936;
  --coral: #e66f60;
  --sky: #267eb8;
  --shadow: 0 24px 64px rgba(16, 35, 31, 0.11);
  --soft-shadow: 0 14px 34px rgba(16, 35, 31, 0.07);
}

body {
  background: var(--paper);
  font-weight: 500;
}

.container {
  width: min(1220px, calc(100% - 64px));
}

.site-header {
  border-bottom: 1px solid rgba(223, 232, 226, 0.9);
  background: rgba(255, 255, 255, 0.96);
}

.scroll-progress {
  height: 2px;
}

.brand-mark {
  border-radius: 10px;
  box-shadow: none;
}

.primary-nav {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.primary-nav a {
  min-height: 42px;
  border-radius: 0;
  padding: 0 12px;
  color: #31453f;
  font-weight: 800;
}

.primary-nav a:hover {
  color: var(--teal-dark);
  background: transparent;
  box-shadow: inset 0 -2px 0 var(--teal);
}

.phone-link,
.icon-button {
  border-radius: 10px;
}

.phone-link {
  box-shadow: none;
}

.hero {
  min-height: 700px;
  background: #09251f;
}

.hero-bg {
  background-position: center 46%;
  transform: none;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 31, 27, 0.9) 0%, rgba(5, 31, 27, 0.72) 39%, rgba(5, 31, 27, 0.18) 75%),
    linear-gradient(0deg, rgba(5, 31, 27, 0.7) 0%, rgba(5, 31, 27, 0.08) 55%);
}

.hero-inner {
  min-height: 700px;
  align-content: end;
  gap: 34px;
  padding: 112px 0 0;
}

.hero-copy {
  width: min(760px, 100%);
  padding-bottom: 34px;
}

.hero-copy::before {
  left: -22px;
  top: 0;
  width: 4px;
  height: 164px;
  background: linear-gradient(180deg, var(--sun), var(--teal), var(--sky));
}

.domain-pill {
  min-height: 32px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.09);
  font-weight: 800;
}

.hero-copy .eyebrow {
  margin-top: 18px;
}

h1 {
  max-width: 680px;
  margin-bottom: 18px;
  font-size: clamp(3.3rem, 7vw, 5.4rem);
  font-weight: 850;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2rem, 3.3vw, 3rem);
  font-weight: 850;
  line-height: 1.08;
}

h3 {
  font-weight: 850;
}

.lead {
  max-width: 640px;
  margin-bottom: 28px;
  font-size: 1.08rem;
  font-weight: 650;
}

.hero-tags {
  display: none;
}

.button {
  border-radius: 10px;
  font-weight: 850;
  box-shadow: none;
}

.button-primary {
  background: #008f82;
  box-shadow: none;
}

.button-primary:hover {
  background: #066a60;
}

.button-light {
  background: rgba(255, 255, 255, 0.08);
}

.hero-facts {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: none;
}

.hero-facts div {
  min-height: 94px;
  padding: 18px 26px;
}

.hero-facts div:nth-child(1),
.hero-facts div:nth-child(2),
.hero-facts div:nth-child(3) {
  border-top-width: 3px;
}

.quick-actions {
  padding: 0;
  background: #ffffff;
}

.quick-actions::before {
  display: none;
}

.quick-grid {
  gap: 0;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.quick-card {
  min-height: 128px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 30px;
  grid-template-rows: auto;
  align-items: center;
  gap: 16px;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  padding: 22px;
  background: #ffffff;
  box-shadow: none;
}

.quick-card:last-child {
  border-right: 0;
}

.quick-card::before,
.quick-card::after {
  display: none;
}

.quick-card:hover {
  transform: none;
  border-color: var(--line);
  background: #f8fbf8;
  box-shadow: inset 0 -3px 0 var(--quick-color);
}

.quick-head,
.quick-number {
  display: none;
}

.quick-visual {
  width: 52px;
  height: 52px;
  margin: 0;
  border-radius: 14px;
  background: color-mix(in srgb, var(--quick-color) 10%, white);
  box-shadow: none;
}

.quick-visual::after {
  display: none;
}

.quick-icon {
  font-size: 31px;
  filter: none;
}

.quick-copy {
  padding-right: 0;
}

.quick-copy strong {
  font-size: 1.04rem;
  line-height: 1.22;
}

.quick-copy small {
  max-width: none;
  margin-top: 5px;
  color: #687870;
  font-size: 0.82rem;
  font-weight: 650;
}

.quick-arrow {
  position: static;
  width: 30px;
  height: 30px;
  border: 0;
  color: var(--quick-color);
  background: transparent;
}

.quick-card:hover .quick-arrow {
  transform: translateX(3px);
  color: var(--quick-color);
  background: transparent;
}

.section {
  padding: 108px 0;
}

.section-head,
.docs-heading {
  margin-bottom: 40px;
}

.about-section,
.gallery-section {
  background: #ffffff;
}

.about-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.85fr);
  gap: 84px;
}

.trust-list {
  margin-top: 34px;
}

.trust-list div {
  border-left-width: 2px;
  padding-left: 18px;
  font-weight: 750;
}

.trust-list svg {
  box-shadow: none;
}

.about-kpis {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: 0;
}

.about-kpis div {
  min-height: 96px;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.about-kpis div:last-child {
  border-right: 0;
}

.photo-stack::before,
.photo-label {
  display: none;
}

.photo-stack img {
  border-radius: 0;
  box-shadow: none;
}

.photo-stack img:first-child {
  right: 0;
  width: 66%;
  height: 560px;
}

.photo-stack img:last-child {
  left: 0;
  bottom: 38px;
  width: 52%;
  height: 370px;
  border: 10px solid #ffffff;
  box-shadow: 0 20px 56px rgba(16, 35, 31, 0.12);
}

.spaces-section {
  background: #f1f6ef;
}

.space-grid {
  gap: 18px;
}

.space-card {
  border-radius: 0;
  box-shadow: none;
}

.space-card::before {
  display: none;
}

.space-card h3 {
  font-size: 1.44rem;
}

.parents-section {
  background:
    linear-gradient(90deg, #ffffff 0 52%, #eef6f3 52% 100%);
}

.process-list article {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.process-list article:hover {
  transform: none;
}

.parents-contact {
  border-radius: 0;
  box-shadow: none;
}

.docs-section {
  background: #f7fbf8;
}

.docs-shell {
  border-radius: 0;
  box-shadow: none;
}

.featured-document,
.doc-table,
.search-box,
.category-tabs button,
.year-tabs button {
  border-radius: 0;
  box-shadow: none;
}

.featured-document {
  background: #eef8f4;
}

.doc-cover {
  border-radius: 0;
}

.gallery-grid {
  gap: 16px;
}

.gallery-item {
  border-radius: 0;
  box-shadow: none;
}

.gallery-item span {
  border-radius: 0;
  box-shadow: none;
}

.contacts-section {
  position: relative;
  overflow: hidden;
  padding: 92px 0 0;
  background:
    linear-gradient(180deg, rgba(7, 71, 65, 0.98), rgba(4, 59, 54, 1)),
    var(--teal-dark);
}

.contacts-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 100%),
    linear-gradient(135deg, rgba(245, 200, 76, 0.13), transparent 42%);
  background-size: 56px 56px, 56px 56px, auto;
}

.contact-layout {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr);
  gap: 42px;
}

.contact-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 18px 64px;
  align-items: end;
}

.contact-copy .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(28, 188, 175, 0.95);
}

.contact-copy h2 {
  max-width: 680px;
  margin: 0;
  color: #ffffff;
  font-size: 3.12rem;
  line-height: 1.07;
}

.contact-copy p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 2;
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.72;
}

.contact-actions {
  grid-column: 2;
  margin-top: 4px;
}

.contact-panel {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(360px, 0.72fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 34px 86px rgba(0, 0, 0, 0.18);
}

.contact-map {
  min-height: 430px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: #e5ece8;
  box-shadow: none;
}

.contact-map::before,
.contact-map::after {
  display: none;
}

.contact-map iframe,
.map-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.99);
}

.map-link {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(7, 61, 55, 0.12);
  padding: 0 17px;
  color: var(--teal-dark);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(16, 35, 31, 0.14);
  font-size: 0.86rem;
  font-weight: 850;
}

.contact-card {
  display: grid;
  gap: 0;
  padding: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%),
    rgba(255, 255, 255, 0.04);
}

.contact-card a,
.contact-card > span {
  min-height: 100px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  padding: 20px 22px;
  color: #ffffff;
  background: transparent;
  font-weight: 800;
}

.contact-card > :last-child {
  border-bottom: 0;
}

.contact-card svg {
  width: 20px;
  height: 20px;
  padding: 11px;
  color: var(--sun);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.site-footer {
  border-top: 0;
  background: #043b36;
}

.footer-inner {
  min-height: 78px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.68);
}

.footer-inner span:first-child {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.reveal,
.reveal.is-visible {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (max-width: 880px) {
  .container {
    width: min(100% - 28px, 1220px);
  }

  .primary-nav {
    background: #ffffff;
  }

  .hero,
  .hero-inner {
    min-height: 690px;
  }

  .hero-inner {
    padding-top: 88px;
  }

  .hero-copy::before {
    display: none;
  }

  .quick-grid {
    border-top: 1px solid var(--line);
    grid-template-columns: 1fr;
  }

  .quick-card {
    min-height: 106px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 16px 0;
  }

  .quick-card:last-child {
    border-bottom: 0;
  }

  .about-grid,
  .parents-grid,
  .docs-heading,
  .featured-document,
  .registry-tools,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .space-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .photo-stack img:first-child,
  .photo-stack img:last-child {
    width: 100%;
    height: 320px;
    border: 0;
  }

  .photo-stack img:last-child {
    box-shadow: none;
  }

  .parents-section {
    background: #ffffff;
  }

  .process-list article {
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 18px 0 18px 14px;
    border-bottom: 1px solid var(--line);
  }

  .gallery-item,
  .gallery-item.is-wide,
  .gallery-item:nth-child(2),
  .gallery-item:nth-child(5),
  .gallery-item:nth-child(7) {
    grid-column: auto;
    grid-row: auto;
  }

  .contacts-section {
    padding-top: 74px;
  }

  .contact-copy {
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }

  .contact-copy .eyebrow,
  .contact-copy h2,
  .contact-copy p:not(.eyebrow),
  .contact-actions {
    grid-column: auto;
    grid-row: auto;
  }

  .contact-copy h2 {
    max-width: 760px;
    font-size: 2.42rem;
  }

  .contact-copy p:not(.eyebrow) {
    max-width: 720px;
  }

  .contact-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .contact-map {
    min-height: 340px;
  }

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

  .contact-card a,
  .contact-card > span {
    min-height: 92px;
    padding: 18px 20px;
  }

  .contact-card > :nth-child(2n + 1) {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }

  .contact-card > :nth-child(3),
  .contact-card > :nth-child(4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .contact-card > :nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 22px, 1220px);
  }

  .hero,
  .hero-inner {
    min-height: 650px;
  }

  .hero-bg {
    background-position: 56% center;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(5, 31, 27, 0.76), rgba(5, 31, 27, 0.2) 58%),
      linear-gradient(90deg, rgba(5, 31, 27, 0.68), rgba(5, 31, 27, 0.18));
  }

  h1 {
    font-size: 2.1rem;
  }

  h2 {
    font-size: 1.52rem;
    line-height: 1.14;
  }

  .button {
    min-height: 50px;
  }

  .lead {
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .hero-actions,
  .contact-actions {
    gap: 9px;
  }

  .hero-facts {
    margin-inline: -11px;
  }

  .quick-card {
    grid-template-columns: 48px minmax(0, 1fr) 24px;
    gap: 13px;
  }

  .quick-visual {
    width: 48px;
    height: 48px;
  }

  .quick-icon {
    font-size: 28px;
  }

  .section {
    padding: 74px 0;
  }

  .about-kpis {
    grid-template-columns: 1fr;
  }

  .about-kpis div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .about-kpis div:last-child {
    border-bottom: 0;
  }

  .space-card,
  .space-card.is-large {
    min-height: 390px;
  }

  .contacts-section {
    padding-top: 58px;
  }

  .contact-layout {
    gap: 30px;
  }

  .contact-copy h2 {
    font-size: 1.86rem;
    line-height: 1.12;
  }

  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact-panel {
    margin-inline: -11px;
    border-right: 0;
    border-left: 0;
  }

  .contact-map {
    min-height: 286px;
  }

  .map-link {
    right: 10px;
    bottom: 10px;
    min-height: 40px;
    padding: 0 14px;
  }

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

  .contact-card a,
  .contact-card > span {
    min-height: auto;
    grid-template-columns: 42px minmax(0, 1fr);
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding: 17px 20px;
  }

  .contact-card > :nth-child(2n + 1) {
    border-right: 0;
  }

  .contact-card > :nth-child(3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .contact-card > :last-child {
    border-bottom: 0;
  }

  .footer-inner {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
  }
}

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

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

/* Final typography pass: calm corporate text, no decorative display face. */
:root {
  --font-body: "Inter", "Segoe UI", Arial, sans-serif;
  --font-display: "Geologica", "Inter", "Segoe UI", Arial, sans-serif;
}

body {
  font-family: var(--font-body);
  font-weight: 450;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* {
  letter-spacing: 0 !important;
}

h1,
h2,
h3,
h4,
.brand strong,
.button,
.primary-nav a,
.phone-link,
.page-hero-copy h1,
.hero-copy h1,
.hero-copy .lead strong,
.story-facts strong,
.year-card strong {
  font-family: var(--font-display);
}

.header-inner {
  min-height: 76px;
  grid-template-columns: minmax(178px, auto) minmax(0, 1fr) auto;
  gap: 14px;
}

.brand {
  min-width: 178px;
}

.brand-mark {
  font-family: var(--font-display);
  font-weight: 800;
}

.brand strong {
  font-size: 1rem;
  font-weight: 760;
}

.brand small {
  font-size: 0.74rem;
  font-weight: 520;
}

.primary-nav {
  justify-self: stretch;
  justify-content: center;
  min-width: 0;
  gap: 1px;
  overflow-x: auto;
  border-radius: 12px;
  padding: 4px;
  scrollbar-width: none;
}

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

.primary-nav a {
  min-height: 36px;
  flex: 0 0 auto;
  border-radius: 8px;
  padding: 0 9px;
  white-space: nowrap;
  font-size: 0.8rem;
  font-weight: 650;
}

.primary-nav a[aria-current="page"] {
  color: #ffffff;
  background: var(--teal-dark);
}

.phone-link {
  min-height: 40px;
  padding: 0 12px;
  font-size: 0.86rem;
  font-weight: 720;
}

.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(3rem, 6.5vw, 5rem);
  font-weight: 780;
  line-height: 1.03;
}

.hero-copy .lead {
  max-width: 670px;
  font-size: 1.06rem;
  line-height: 1.78;
  font-weight: 470;
}

.page-hero {
  padding: 76px 0;
}

.page-hero-grid {
  gap: 54px;
}

.page-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(2.2rem, 3.8vw, 4.05rem);
  font-weight: 780;
  line-height: 1.08;
}

.page-hero-copy p:not(.eyebrow) {
  max-width: 680px;
  color: #53665f;
  font-size: 1.02rem;
  line-height: 1.78;
  font-weight: 470;
}

.section-head h2,
.docs-heading h2,
.contact-copy h2 {
  font-family: var(--font-display);
  font-weight: 760;
  line-height: 1.12;
}

.eyebrow,
.domain-pill,
.quick-topline,
.quick-number,
.structure-card > span,
.section-list-grid span,
.group-card span,
.year-card span,
.story-facts span,
.table-head {
  text-transform: none;
  font-weight: 740;
}

.button {
  font-weight: 720;
}

.story-article {
  color: #263a34;
  font-size: 1.02rem;
  line-height: 1.82;
  font-weight: 460;
}

.story-article strong {
  font-size: 1.08rem;
  font-weight: 720;
}

.story-facts strong {
  font-weight: 760;
}

.info-card h3,
.section-list-grid h3,
.group-card h3,
.featured-copy h3,
.row-title strong,
.structure-card h3 {
  font-weight: 740;
}

.info-card p,
.section-list-grid p,
.group-card p,
.featured-copy p,
.row-title span,
.row-section {
  line-height: 1.65;
  font-weight: 460;
}

@media (max-width: 1280px) {
  .phone-link span {
    display: none;
  }
}

@media (max-width: 880px) {
  .primary-nav a {
    min-height: 42px;
    justify-content: flex-start;
    font-size: 0.98rem;
    padding: 0 14px;
  }

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

@media (max-width: 640px) {
  .page-hero-copy h1,
  .hero-copy h1 {
    font-size: 2.05rem;
    line-height: 1.12;
  }

  .page-hero-copy p:not(.eyebrow),
  .hero-copy .lead,
  .story-article {
    font-size: 0.96rem;
  }
}

.structure-section {
  background:
    linear-gradient(180deg, #ffffff 0, #ffffff 68%, #f7fbf8 68% 100%);
}

.structure-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: #ffffff;
}

.structure-card {
  --structure-color: var(--teal);
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border-right: 1px solid var(--line);
  padding: 34px 32px 32px;
  background:
    linear-gradient(140deg, color-mix(in srgb, var(--structure-color) 9%, white), transparent 40%),
    #ffffff;
}

.structure-card:last-child {
  border-right: 0;
}

.structure-card::before {
  content: "";
  position: absolute;
  right: 28px;
  top: 30px;
  width: 92px;
  height: 92px;
  border: 1px solid color-mix(in srgb, var(--structure-color) 22%, transparent);
  background: color-mix(in srgb, var(--structure-color) 8%, white);
  transform: rotate(8deg);
}

.structure-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: var(--structure-color);
}

.structure-card-attest {
  --structure-color: var(--sky);
}

.structure-card-groups {
  --structure-color: var(--coral);
}

.structure-icon {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 34px;
  border: 1px solid color-mix(in srgb, var(--structure-color) 20%, white);
  background: color-mix(in srgb, var(--structure-color) 10%, white);
  color: var(--structure-color);
}

.structure-icon i {
  font-size: 35px;
}

.structure-card > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--structure-color);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.structure-card h3 {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin-bottom: 24px;
  color: var(--ink);
  font-size: 1.62rem;
  line-height: 1.15;
}

.structure-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.structure-card li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #3e514b;
  font-size: 0.94rem;
  font-weight: 720;
}

.structure-card li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 0.48em;
  background: var(--structure-color);
}

.doc-preview {
  position: relative;
  width: 140px;
  aspect-ratio: 0.72;
  overflow: hidden;
  border: 1px solid rgba(0, 121, 111, 0.18);
  background: #ffffff;
  box-shadow: 0 20px 34px rgba(21, 35, 31, 0.12);
}

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

.doc-preview span {
  position: absolute;
  right: 9px;
  bottom: 9px;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0, 121, 111, 0.16);
  padding: 0 8px;
  color: var(--teal);
  background: rgba(255, 255, 255, 0.94);
  font-size: 0.68rem;
  font-weight: 900;
}

@media (max-width: 980px) {
  .structure-grid {
    grid-template-columns: 1fr;
  }

  .structure-card {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .structure-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .structure-card {
    padding: 24px 20px 26px;
  }

  .structure-card::before {
    right: 18px;
    top: 22px;
    width: 70px;
    height: 70px;
  }

  .structure-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 26px;
  }

  .structure-icon i {
    font-size: 30px;
  }

  .structure-card h3 {
    font-size: 1.34rem;
  }

  .doc-preview {
    width: min(210px, 100%);
  }
}

.primary-nav a {
  padding: 0 10px;
  font-size: 0.84rem;
}

.primary-nav a[aria-current="page"] {
  color: #ffffff;
  background: var(--teal-dark);
}

.page-main {
  background: #ffffff;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0;
  background:
    linear-gradient(90deg, rgba(0, 121, 111, 0.08), transparent 44%),
    linear-gradient(180deg, #f7fbf8, #ffffff);
}

.compact-page-hero {
  padding: 68px 0;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: 70px;
  align-items: center;
}

.page-hero-copy h1 {
  max-width: 820px;
  margin: 0 0 20px;
  color: var(--ink);
  font-size: clamp(2.35rem, 4vw, 4.5rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.page-hero-copy p:not(.eyebrow) {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.page-hero-media {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  border: 1px solid var(--line);
  background: #eaf2ee;
  box-shadow: 0 24px 70px rgba(21, 35, 31, 0.13);
}

.page-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.page-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(5, 62, 56, 0.72));
}

.page-hero-media span {
  position: absolute;
  z-index: 1;
  left: 22px;
  right: 22px;
  bottom: 20px;
  color: #ffffff;
  font-weight: 850;
  line-height: 1.35;
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 58px;
  align-items: start;
}

.story-article {
  max-width: 860px;
  color: #2e423c;
  font-size: 1.03rem;
  line-height: 1.86;
}

.story-article p {
  margin: 0 0 20px;
}

.story-article strong {
  display: block;
  margin-top: 30px;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  color: var(--teal-dark);
  font-size: 1.18rem;
  line-height: 1.55;
}

.story-facts {
  position: sticky;
  top: 104px;
  display: grid;
  border: 1px solid var(--line);
  background: #f7fbf8;
}

.story-facts div {
  padding: 22px;
  border-bottom: 1px solid var(--line);
}

.story-facts div:last-child {
  border-bottom: 0;
}

.story-facts span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.story-facts strong {
  color: var(--ink);
  font-size: 1.36rem;
}

.page-cards-section {
  background: #f7fbf8;
}

.info-card-grid,
.section-list-grid,
.group-card-grid,
.year-card-grid {
  display: grid;
  gap: 16px;
}

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

.info-card,
.section-list-grid article,
.year-card {
  border: 1px solid var(--line);
  background: #ffffff;
  padding: 28px;
}

.info-card i {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  color: var(--teal);
  background: #edf8f4;
  font-size: 32px;
}

.info-card h3,
.section-list-grid h3,
.group-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1.24rem;
  line-height: 1.25;
}

.info-card p,
.section-list-grid p,
.group-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.section-list-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.section-list-grid.is-attestation {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section-list-grid article {
  min-height: 210px;
  position: relative;
  overflow: hidden;
}

.section-list-grid article::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--sky));
}

.section-list-grid span,
.group-card span,
.year-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
}

.document-strip {
  background: var(--teal-dark);
  color: #ffffff;
}

.document-strip-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(360px, 1fr);
  gap: 42px;
  align-items: center;
}

.document-strip h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.document-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

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

.file-card-row a {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 850;
}

.years-section {
  background: #ffffff;
}

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

.year-card {
  display: grid;
  min-height: 170px;
  color: inherit;
}

.year-card strong {
  color: var(--ink);
  font-size: 1.25rem;
}

.year-card em {
  align-self: end;
  color: var(--teal-dark);
  font-style: normal;
  font-weight: 850;
}

.groups-section {
  background: #f7fbf8;
}

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

.group-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1fr);
  min-height: 260px;
  border: 1px solid var(--line);
  background: #ffffff;
}

.group-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.group-card div {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.is-page-contact {
  padding-top: 0;
}

@media (max-width: 1160px) {
  .phone-link span {
    display: none;
  }

  .primary-nav a {
    padding: 0 8px;
    font-size: 0.8rem;
  }
}

@media (max-width: 920px) {
  .page-hero-grid,
  .story-layout,
  .document-strip-inner {
    grid-template-columns: 1fr;
  }

  .page-hero-media,
  .page-hero-media img {
    min-height: 320px;
  }

  .story-facts {
    position: static;
  }

  .info-card-grid,
  .section-list-grid,
  .section-list-grid.is-attestation,
  .year-card-grid,
  .group-card-grid,
  .file-card-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page-hero {
    padding: 52px 0;
  }

  .page-hero-copy h1 {
    font-size: 2.05rem;
  }

  .page-hero-copy p:not(.eyebrow) {
    font-size: 0.98rem;
  }

  .page-hero-actions {
    display: grid;
  }

  .page-hero-media,
  .page-hero-media img {
    min-height: 260px;
  }

  .story-article {
    font-size: 0.96rem;
  }

  .info-card,
  .section-list-grid article,
  .year-card {
    padding: 22px;
  }

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

  .group-card img {
    height: 220px;
  }
}

/* Last-pass polish: keep the final site restrained, readable and official. */
:root {
  --font-body: "Inter", "Segoe UI", Arial, sans-serif;
  --font-display: "Geologica", "Inter", "Segoe UI", Arial, sans-serif;
}

body,
button,
input {
  font-family: var(--font-body);
}

.header-inner {
  grid-template-columns: minmax(174px, auto) minmax(0, 1fr) auto;
  gap: 14px;
}

.brand {
  min-width: 174px;
}

.brand strong {
  font-weight: 760;
}

.brand small {
  font-weight: 520;
}

.primary-nav {
  justify-self: stretch;
  justify-content: center;
  min-width: 0;
  gap: 1px;
  border-radius: 12px;
  overflow-x: auto;
  scrollbar-width: none;
}

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

.primary-nav a {
  min-height: 36px;
  flex: 0 0 auto;
  border-radius: 8px;
  padding: 0 9px;
  white-space: nowrap;
  font-size: 0.8rem;
  font-weight: 650;
}

.primary-nav a[aria-current="page"] {
  color: #ffffff;
  background: var(--teal-dark);
}

.hero-copy h1,
.page-hero-copy h1 {
  font-family: var(--font-display);
  font-weight: 780;
  line-height: 1.08;
}

.hero-copy h1 {
  font-size: clamp(3rem, 6.2vw, 4.9rem);
}

.page-hero-copy h1 {
  font-size: clamp(2.2rem, 3.6vw, 3.85rem);
}

.section-head h2,
.docs-heading h2,
.contact-copy h2 {
  font-family: var(--font-display);
  font-weight: 760;
  line-height: 1.12;
}

.hero-copy .lead,
.page-hero-copy p:not(.eyebrow),
.story-article,
.info-card p,
.section-list-grid p,
.group-card p,
.featured-copy p {
  font-weight: 460;
  line-height: 1.72;
}

.button,
.phone-link,
.row-action,
.featured-actions a {
  font-weight: 720;
}

.eyebrow,
.domain-pill,
.quick-topline,
.quick-number,
.structure-card > span,
.section-list-grid span,
.group-card span,
.year-card span,
.story-facts span,
.table-head {
  text-transform: none;
  font-weight: 740;
}

@media (max-width: 1280px) {
  .phone-link span {
    display: none;
  }
}

@media (max-width: 880px) {
  .primary-nav a {
    min-height: 42px;
    justify-content: flex-start;
    padding: 0 14px;
    font-size: 0.98rem;
  }

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

@media (max-width: 640px) {
  .hero-copy h1,
  .page-hero-copy h1 {
    font-size: 2.02rem;
    line-height: 1.12;
  }

  .hero-copy .lead,
  .page-hero-copy p:not(.eyebrow),
  .story-article {
    font-size: 0.96rem;
  }
}

/* Corporate report direction for the documents page, aligned with the Telecom reference. */
.docs-report-page {
  --report-blue: #043b78;
  --report-blue-deep: #022d5f;
  --report-blue-soft: #e8f1fb;
  --report-ink: #071f3a;
  --report-muted: #607089;
  --report-line: #d7e2ef;
  --report-card: #ffffff;
  color: var(--report-ink);
  background: #f4f7fb;
}

.docs-report-page .site-header {
  border-bottom: 0;
  background: rgba(3, 46, 98, 0.96);
  box-shadow: 0 18px 54px rgba(2, 45, 95, 0.18);
}

.docs-report-page .scroll-progress {
  background: linear-gradient(90deg, #2e9fe5, #f0bf48, #00a884);
}

.docs-report-page .brand-mark {
  color: #043b78;
  background: #ffffff;
}

.docs-report-page .brand strong,
.docs-report-page .brand small,
.docs-report-page .primary-nav a,
.docs-report-page .phone-link,
.docs-report-page .menu-toggle {
  color: #ffffff;
}

.docs-report-page .primary-nav {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.08);
}

.docs-report-page .primary-nav a:hover {
  background: rgba(255, 255, 255, 0.13);
}

.docs-report-page .primary-nav a[aria-current="page"] {
  color: var(--report-blue);
  background: #ffffff;
}

.docs-report-page .phone-link,
.docs-report-page .menu-toggle {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
}

.docs-report-page .page-main {
  background: #f4f7fb;
}

.docs-report-page .page-hero {
  padding: 34px 0 0;
  background: #f4f7fb;
}

.docs-report-page .page-hero-grid {
  position: relative;
  display: block;
  min-height: 430px;
  overflow: hidden;
  border-radius: 32px;
  padding: clamp(34px, 6vw, 68px);
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 18px),
    linear-gradient(120deg, var(--report-blue) 0%, var(--report-blue-deep) 72%);
  box-shadow: 0 30px 86px rgba(3, 59, 120, 0.22);
}

.docs-report-page .page-hero-grid::before,
.docs-report-page .page-hero-grid::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.docs-report-page .page-hero-grid::before {
  inset: auto -8% -35% 42%;
  height: 330px;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  transform: skewY(-8deg);
}

.docs-report-page .page-hero-grid::after {
  right: clamp(26px, 5vw, 78px);
  bottom: clamp(26px, 5vw, 64px);
  width: min(34vw, 380px);
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2e9fe5, #f0bf48, #00a884);
}

.docs-report-page .page-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.docs-report-page .page-hero-copy .eyebrow {
  color: #88d4ff;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 800;
}

.docs-report-page .page-hero-copy h1 {
  max-width: 880px;
  margin: 14px 0 24px;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(3rem, 6.5vw, 6.35rem);
  font-weight: 700;
  line-height: 0.98;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
  -webkit-text-fill-color: #ffffff;
}

.docs-report-page .page-hero-copy p:not(.eyebrow) {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.02rem, 1.6vw, 1.24rem);
  line-height: 1.66;
}

.docs-report-page .page-hero-media {
  display: none;
}

.report-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.report-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 0 18px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.report-tabs a:hover {
  color: var(--report-blue);
  background: #ffffff;
  transform: translateY(-2px);
}

.report-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(790px, 100%);
  margin-top: 42px;
}

.report-stats span {
  display: grid;
  gap: 6px;
  min-height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.09);
}

.report-stats strong {
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.1vw, 2rem);
  font-weight: 600;
  line-height: 1;
}

.report-stats small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 650;
}

.docs-report-page .docs-section {
  padding: clamp(48px, 7vw, 86px) 0 clamp(64px, 8vw, 104px);
  background: #f4f7fb;
}

.docs-report-page .docs-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.42fr);
  gap: clamp(26px, 5vw, 76px);
  align-items: end;
  margin-bottom: 30px;
}

.docs-report-page .docs-heading .eyebrow {
  color: #1975c8;
  font-size: 0.8rem;
  font-weight: 800;
}

.docs-report-page .docs-heading h2 {
  max-width: 790px;
  margin: 10px 0 20px;
  color: var(--report-ink);
  font-family: var(--font-display);
  font-size: clamp(2.55rem, 5.2vw, 5.8rem);
  font-weight: 600;
  line-height: 0.98;
}

.docs-report-page .docs-heading > p {
  align-self: center;
  margin: 0;
  color: var(--report-muted);
  font-size: 1rem;
  line-height: 1.8;
}

.docs-report-page .docs-badges {
  gap: 8px;
}

.docs-report-page .docs-badges span {
  border-color: #cddbeb;
  color: #31536f;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(3, 59, 120, 0.06);
}

.docs-report-page .docs-shell {
  overflow: hidden;
  border: 1px solid var(--report-line);
  border-radius: 30px;
  padding: clamp(20px, 3vw, 34px);
  background: var(--report-card);
  box-shadow: 0 24px 70px rgba(7, 31, 58, 0.08);
}

.docs-report-page .docs-shell::before {
  height: 0;
  background: none;
}

.docs-report-page .year-tabs {
  gap: 10px;
  margin-bottom: 22px;
}

.docs-report-page .year-tabs button,
.docs-report-page .category-tabs button {
  border: 1px solid #d5e1ee;
  border-radius: 999px;
  color: #24435f;
  background: #f8fbff;
  font-weight: 740;
}

.docs-report-page .year-tabs button {
  min-width: 94px;
  min-height: 44px;
}

.docs-report-page .year-tabs button.is-active,
.docs-report-page .category-tabs button.is-active {
  border-color: var(--report-blue);
  color: #ffffff;
  background: var(--report-blue);
}

.docs-report-page .featured-document {
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  border: 1px solid #d6e3f0;
  border-radius: 26px;
  padding: clamp(22px, 4vw, 38px);
  background:
    linear-gradient(135deg, rgba(46, 159, 229, 0.1), rgba(255, 255, 255, 0) 44%),
    #f8fbff;
  box-shadow: none;
}

.docs-report-page .featured-document:hover {
  transform: none;
}

.docs-report-page .doc-preview,
.docs-report-page .doc-cover {
  width: 178px;
  height: 230px;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(7, 31, 58, 0.15);
}

.docs-report-page .doc-preview {
  background: #ffffff;
}

.docs-report-page .doc-preview img {
  height: 100%;
  object-fit: cover;
}

.docs-report-page .doc-meta-line {
  color: #59708a;
  font-size: 0.84rem;
  font-weight: 780;
}

.docs-report-page .featured-copy h3 {
  max-width: 760px;
  color: var(--report-ink);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3vw, 2.7rem);
  font-weight: 600;
  line-height: 1.08;
}

.docs-report-page .featured-copy p {
  max-width: 770px;
  color: var(--report-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.docs-report-page .featured-actions a,
.docs-report-page .row-action {
  color: var(--report-blue);
  font-weight: 800;
}

.docs-report-page .featured-actions a {
  border-bottom-color: rgba(4, 59, 120, 0.28);
}

.docs-report-page .registry-tools {
  align-items: center;
  gap: 14px;
  margin: 22px 0 14px;
}

.docs-report-page .search-box {
  min-height: 48px;
  border: 1px solid #d5e1ee;
  border-radius: 999px;
  background: #ffffff;
}

.docs-report-page .search-box svg {
  color: #1975c8;
}

.docs-report-page .search-box input::placeholder {
  color: #7a8ca2;
}

.docs-report-page .category-tabs {
  gap: 8px;
}

.docs-report-page .category-tabs button {
  min-height: 46px;
  padding: 0 16px;
}

.docs-report-page .doc-table {
  overflow: hidden;
  border: 1px solid var(--report-line);
  border-radius: 24px;
  background: #ffffff;
}

.docs-report-page .table-head,
.docs-report-page .table-row {
  grid-template-columns: 120px minmax(280px, 1.4fr) minmax(150px, 0.7fr) 90px 116px;
  padding: 0 18px;
}

.docs-report-page .table-head {
  min-height: 52px;
  color: #48617b;
  background: #edf4fb;
  font-size: 0.78rem;
}

.docs-report-page .table-row {
  min-height: 82px;
  color: var(--report-ink);
  background: #ffffff;
}

.docs-report-page .table-row:hover {
  background: #f8fbff;
  transform: none;
}

.docs-report-page .row-year {
  color: #1975c8;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
}

.docs-report-page .row-title strong {
  color: var(--report-ink);
  font-size: 0.98rem;
  font-weight: 800;
}

.docs-report-page .row-title span,
.docs-report-page .row-section {
  color: var(--report-muted);
}

.docs-report-page .row-type {
  border-radius: 999px;
  color: #116f6b;
  background: #e7f6f3;
  font-weight: 800;
}

.docs-report-page .row-action svg {
  border-radius: 999px;
  color: var(--report-blue);
  background: #e8f1fb;
}

@media (max-width: 980px) {
  .docs-report-page .docs-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .docs-report-page .page-hero-grid {
    min-height: auto;
  }

  .report-stats {
    grid-template-columns: 1fr;
  }

  .docs-report-page .featured-document {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .docs-report-page .doc-preview,
  .docs-report-page .doc-cover {
    width: 132px;
    height: 176px;
  }
}

@media (max-width: 760px) {
  .docs-report-page .site-header {
    background: rgba(3, 46, 98, 0.98);
  }

  .docs-report-page .page-hero {
    padding-top: 18px;
  }

  .docs-report-page .page-hero-grid {
    border-radius: 22px;
    padding: 28px 22px 24px;
  }

  .docs-report-page .page-hero-copy h1 {
    font-size: clamp(2.2rem, 12vw, 3rem);
    line-height: 1.04;
  }

  .docs-report-page .page-hero-copy p:not(.eyebrow) {
    font-size: 0.96rem;
  }

  .report-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
  }

  .report-tabs a {
    justify-content: center;
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.9rem;
  }

  .report-stats {
    margin-top: 24px;
  }

  .report-stats span {
    min-height: 74px;
    border-radius: 18px;
    padding: 14px;
  }

  .docs-report-page .docs-section {
    padding-top: 42px;
  }

  .docs-report-page .docs-heading h2 {
    font-size: clamp(2.05rem, 10vw, 3rem);
  }

  .docs-report-page .docs-shell {
    border-radius: 22px;
    padding: 16px;
  }

  .docs-report-page .featured-document {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .docs-report-page .doc-preview,
  .docs-report-page .doc-cover {
    width: min(100%, 220px);
    height: 240px;
  }

  .docs-report-page .registry-tools {
    display: grid;
  }

  .docs-report-page .category-tabs {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .docs-report-page .category-tabs button {
    flex: 0 0 auto;
  }

  .docs-report-page .table-head {
    display: none;
  }

  .docs-report-page .table-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
    min-height: 0;
    padding: 18px;
  }

  .docs-report-page .row-action {
    justify-self: start;
  }
}

/* Site-wide corporate report theme inspired by the Kazakhtelecom sustainability layout. */
:root {
  --font-body: "Inter", "Segoe UI", Arial, sans-serif;
  --font-display: "Geologica", "Inter", "Segoe UI", Arial, sans-serif;
  --ink: #071f3a;
  --text: #243a53;
  --muted: #607089;
  --line: #d7e2ef;
  --paper: #f4f7fb;
  --panel: #ffffff;
  --teal: #043b78;
  --teal-dark: #022d5f;
  --leaf: #00a884;
  --sun: #f0bf48;
  --coral: #e66b54;
  --sky: #2e9fe5;
  --shadow: 0 24px 70px rgba(7, 31, 58, 0.12);
  --soft-shadow: 0 16px 38px rgba(7, 31, 58, 0.08);
}

body {
  color: var(--text);
  background: var(--paper);
  font-family: var(--font-body);
  font-weight: 500;
}

h1,
h2,
h3,
h4,
.brand strong,
.hero-copy h1,
.page-hero-copy h1,
.section-head h2,
.docs-heading h2,
.contact-copy h2,
.story-facts strong,
.year-card strong,
.report-stats strong {
  font-family: var(--font-display);
}

.container {
  width: min(1220px, calc(100% - 64px));
}

.site-header,
.docs-report-page .site-header {
  border-bottom: 0;
  color: #ffffff;
  background: rgba(3, 46, 98, 0.97);
  box-shadow: 0 14px 42px rgba(2, 45, 95, 0.2);
}

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

.scroll-progress,
.docs-report-page .scroll-progress {
  background: linear-gradient(90deg, var(--sky), var(--sun), var(--leaf));
}

.brand {
  color: #ffffff;
}

.brand-mark,
.docs-report-page .brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  color: var(--teal);
  background: #ffffff;
  box-shadow: inset 0 -3px 0 rgba(240, 191, 72, 0.9);
}

.brand strong,
.brand small,
.primary-nav a,
.phone-link,
.menu-toggle,
.docs-report-page .brand strong,
.docs-report-page .brand small,
.docs-report-page .primary-nav a,
.docs-report-page .phone-link,
.docs-report-page .menu-toggle {
  color: #ffffff;
}

.primary-nav,
.docs-report-page .primary-nav {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.primary-nav a {
  border-radius: 6px;
}

.primary-nav a:hover,
.docs-report-page .primary-nav a:hover {
  background: rgba(255, 255, 255, 0.14);
}

.primary-nav a[aria-current="page"],
.docs-report-page .primary-nav a[aria-current="page"] {
  color: var(--teal);
  background: #ffffff;
}

.phone-link,
.menu-toggle,
.docs-report-page .phone-link,
.docs-report-page .menu-toggle {
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.phone-link:hover,
.menu-toggle:hover {
  background: rgba(255, 255, 255, 0.16);
}

.hero {
  min-height: 720px;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background: var(--teal-dark);
}

.hero-bg {
  inset: 0 0 0 56%;
  display: block;
  background: url("assets/patsha/patsha-15.jpeg") center / cover no-repeat;
  transform: none;
}

.hero-overlay {
  display: block;
  background:
    linear-gradient(90deg, rgba(2, 45, 95, 1) 0%, rgba(2, 45, 95, 0.98) 42%, rgba(2, 45, 95, 0.72) 62%, rgba(2, 45, 95, 0.1) 100%),
    linear-gradient(180deg, rgba(4, 59, 120, 0.1), rgba(2, 45, 95, 0.64));
}

.hero-inner {
  position: relative;
  display: grid;
  gap: 44px;
  padding: clamp(112px, 12vw, 154px) 0 0;
}

.hero-inner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 118px;
  width: min(36vw, 430px);
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sky), var(--sun), var(--leaf));
}

.hero-copy {
  width: min(720px, 100%);
  padding-bottom: 34px;
}

.hero-copy::before {
  display: none;
}

.domain-pill {
  min-height: 34px;
  border-color: rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.11);
}

.eyebrow,
.hero-copy .eyebrow,
.section-head .eyebrow,
.about-copy .eyebrow,
.docs-heading .eyebrow,
.contact-copy .eyebrow,
.parents-grid .eyebrow,
.docs-report-page .page-hero-copy .eyebrow,
.docs-report-page .docs-heading .eyebrow {
  color: var(--sky);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: none;
}

.hero-copy h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: clamp(4rem, 8vw, 7.1rem);
  font-weight: 700;
  line-height: 0.94;
}

.hero-copy .lead,
.lead {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.74;
  font-weight: 500;
}

.hero-tags span {
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.1);
}

.hero-tags svg {
  color: #ffffff;
  background: rgba(46, 159, 229, 0.26);
}

.button {
  border-radius: 8px;
  min-height: 52px;
}

.button-primary {
  background: #0b8fcf;
  box-shadow: 0 16px 34px rgba(46, 159, 229, 0.28);
}

.button-primary:hover {
  background: #0879b0;
}

.button-light,
.button-outline {
  border-color: rgba(4, 59, 120, 0.16);
  color: var(--teal);
  background: #ffffff;
}

.hero .button-light {
  border-color: rgba(255, 255, 255, 0.26);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.button-light svg,
.button-outline svg {
  color: var(--teal);
  background: #e8f1fb;
}

.hero .button-light svg {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}

.hero-facts {
  width: min(880px, 100%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px 8px 0 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.hero-facts div {
  border-right-color: rgba(255, 255, 255, 0.13);
}

.hero-facts div:nth-child(1),
.hero-facts div:nth-child(2),
.hero-facts div:nth-child(3) {
  border-top: 4px solid var(--sky);
}

.hero-facts div:nth-child(2) {
  border-top-color: var(--sun);
}

.hero-facts div:nth-child(3) {
  border-top-color: var(--leaf);
}

.hero-facts span {
  color: rgba(255, 255, 255, 0.66);
  text-transform: none;
}

.hero-facts strong {
  color: #ffffff;
}

.quick-actions,
.about-section,
.gallery-section,
.parents-section,
.page-cards-section,
.groups-section,
.years-section,
.spaces-section,
.page-main,
.docs-report-page .page-main {
  background: var(--paper);
}

.quick-actions {
  padding: 36px 0 42px;
}

.quick-actions::before {
  display: none;
}

.quick-grid {
  gap: 14px;
}

.quick-card {
  --quick-color: var(--sky);
  --quick-deep: var(--teal);
  --quick-bg: #f8fbff;
  --quick-line: var(--line);
  min-height: 210px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--soft-shadow);
}

.quick-card-space {
  --quick-color: var(--sun);
  --quick-deep: #80611a;
}

.quick-card-docs {
  --quick-color: var(--sky);
  --quick-deep: var(--teal);
}

.quick-card-call {
  --quick-color: var(--coral);
  --quick-deep: #9c3e34;
}

.quick-card::before {
  background: linear-gradient(135deg, transparent 0 50%, rgba(46, 159, 229, 0.1) 51% 100%);
}

.quick-card::after {
  height: 4px;
  background: linear-gradient(90deg, var(--quick-color), rgba(4, 59, 120, 0.12));
}

.quick-card:hover {
  border-color: rgba(4, 59, 120, 0.34);
  box-shadow: 0 24px 60px rgba(7, 31, 58, 0.14);
}

.quick-visual {
  border-radius: 8px;
  background: #eef6ff;
  box-shadow: none;
}

.quick-copy strong,
.info-card h3,
.section-list-grid h3,
.group-card h3,
.featured-copy h3,
.row-title strong {
  color: var(--ink);
}

.quick-copy small,
.info-card p,
.section-list-grid p,
.group-card p,
.featured-copy p,
.section-lead,
.about-copy > p:not(.eyebrow),
.parents-intro > p:not(.eyebrow),
.story-article,
.row-title span,
.row-section {
  color: var(--muted);
}

.section {
  padding: clamp(70px, 8vw, 108px) 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.42fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  margin-bottom: 34px;
}

.section-head h2,
.contact-copy h2,
.docs-heading h2 {
  color: var(--ink);
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  font-weight: 700;
  line-height: 0.99;
}

.section-lead {
  max-width: 520px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
}

.about-grid,
.parents-grid,
.contact-layout,
.story-layout,
.document-strip-inner {
  gap: clamp(34px, 6vw, 78px);
}

.trust-list div,
.parents-contact,
.process-list article,
.info-card,
.section-list-grid article,
.year-card,
.group-card,
.featured-document,
.docs-shell,
.doc-table,
.contact-panel,
.contact-card a,
.contact-card > span {
  border-color: var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--soft-shadow);
}

.trust-list div {
  border-left-color: var(--sky);
  box-shadow: none;
}

.trust-list div:nth-child(2) {
  border-left-color: var(--sun);
}

.trust-list div:nth-child(3) {
  border-left-color: var(--leaf);
}

.trust-list svg,
.info-card i,
.parents-contact svg {
  color: var(--teal);
  background: #e8f1fb;
}

.about-kpis div,
.story-facts,
.docs-badges span {
  border-color: var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--soft-shadow);
}

.about-kpis strong,
.story-facts strong,
.year-card strong {
  color: var(--teal);
}

.photo-stack::before {
  border-color: rgba(4, 59, 120, 0.22);
  border-radius: 8px;
}

.photo-stack img,
.photo-label,
.space-card,
.gallery-item,
.gallery-item span,
.page-hero-media,
.map-image,
.contact-map {
  border-radius: 8px;
}

.photo-label {
  background: rgba(4, 59, 120, 0.86);
}

.space-card span {
  color: var(--teal);
  background: #ffffff;
}

.space-card::after {
  background:
    linear-gradient(0deg, rgba(2, 45, 95, 0.78), rgba(2, 45, 95, 0.08) 62%),
    linear-gradient(90deg, rgba(2, 45, 95, 0.4), transparent 55%);
}

.page-hero,
.docs-report-page .page-hero {
  padding: clamp(68px, 8vw, 108px) 0;
  color: #ffffff;
  background:
    linear-gradient(120deg, rgba(4, 59, 120, 0.96), rgba(2, 45, 95, 1) 72%),
    var(--teal-dark);
}

.compact-page-hero {
  padding: clamp(60px, 7vw, 94px) 0;
}

.page-hero-grid,
.docs-report-page .page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.58fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
  min-height: auto;
  padding: 0;
  overflow: visible;
  border-radius: 0;
  color: #ffffff;
  background: none;
  box-shadow: none;
}

.docs-report-page .page-hero-grid {
  grid-template-columns: 1fr;
}

.docs-report-page .page-hero-grid::before,
.docs-report-page .page-hero-grid::after {
  display: none;
}

.page-hero-copy {
  max-width: 900px;
}

.page-hero-copy h1,
.docs-report-page .page-hero-copy h1 {
  max-width: 900px;
  color: #ffffff;
  font-size: clamp(3rem, 6.3vw, 6.2rem);
  font-weight: 700;
  line-height: 0.98;
  -webkit-text-fill-color: #ffffff;
}

.page-hero-copy p:not(.eyebrow),
.docs-report-page .page-hero-copy p:not(.eyebrow) {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.76;
}

.page-hero-media {
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(2, 45, 95, 0.24);
}

.page-hero-media img {
  min-height: 360px;
}

.page-hero-media::after {
  background: linear-gradient(180deg, transparent 44%, rgba(2, 45, 95, 0.74));
}

.document-strip,
.contacts-section {
  color: #ffffff;
  background:
    linear-gradient(120deg, rgba(4, 59, 120, 0.96), rgba(2, 45, 95, 1) 72%),
    var(--teal-dark);
}

.document-strip h2,
.contacts-section h2,
.contact-copy h2 {
  color: #ffffff;
}

.document-strip p,
.contacts-section p,
.contact-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.file-card-row a,
.contact-card a,
.contact-card > span {
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: none;
}

.file-card-row a:hover,
.contact-card a:hover {
  background: rgba(255, 255, 255, 0.14);
}

.contact-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(2, 45, 95, 0.24);
}

.contact-map {
  min-height: 320px;
  border: 0;
  padding: 0;
  background: #e8f1fb;
  box-shadow: none;
}

.contact-map::before,
.contact-map::after {
  display: none;
}

.map-image {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.map-link {
  right: 14px;
  bottom: 14px;
  border-radius: 8px;
  color: var(--teal);
}

.contact-card {
  padding: 0 14px 14px;
  background: transparent;
  box-shadow: none;
}

.contact-card svg {
  color: var(--sun);
  background: rgba(255, 255, 255, 0.1);
}

.gallery-grid {
  gap: 12px;
}

.gallery-item {
  box-shadow: 0 18px 42px rgba(7, 31, 58, 0.12);
}

.gallery-item::after {
  background: linear-gradient(0deg, rgba(2, 45, 95, 0.72), transparent 58%);
}

.story-facts {
  overflow: hidden;
}

.story-facts span,
.section-list-grid span,
.group-card span,
.year-card span,
.table-head {
  color: var(--sky);
  text-transform: none;
}

.section-list-grid article::after {
  background: linear-gradient(90deg, var(--sky), var(--sun), var(--leaf));
}

.group-card {
  overflow: hidden;
}

.docs-report-page,
.docs-report-page .docs-section {
  background: var(--paper);
}

.docs-report-page .docs-heading {
  grid-template-columns: minmax(0, 0.88fr) minmax(300px, 0.42fr);
  gap: clamp(24px, 5vw, 72px);
}

.docs-report-page .docs-heading h2 {
  font-size: clamp(2.4rem, 5vw, 5.2rem);
}

.docs-report-page .docs-shell,
.docs-report-page .featured-document,
.docs-report-page .doc-table,
.docs-report-page .doc-preview,
.docs-report-page .doc-cover {
  border-radius: 8px;
}

.docs-report-page .docs-shell {
  box-shadow: var(--soft-shadow);
}

.report-tabs a,
.report-stats span,
.docs-report-page .year-tabs button,
.docs-report-page .category-tabs button,
.docs-report-page .search-box {
  border-radius: 8px;
}

.report-stats span {
  background: rgba(255, 255, 255, 0.09);
}

.docs-report-page .year-tabs button.is-active,
.docs-report-page .category-tabs button.is-active {
  border-color: var(--teal);
  background: var(--teal);
}

.docs-report-page .row-year,
.docs-report-page .row-action {
  color: #1975c8;
}

.site-footer {
  border-top: 0;
  color: #ffffff;
  background: #021f43;
}

.footer-inner {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1180px) {
  .hero-bg {
    left: 52%;
  }

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

@media (max-width: 940px) {
  .container {
    width: min(100% - 38px, 1220px);
  }

  .hero {
    min-height: auto;
  }

  .hero-bg {
    display: none;
  }

  .hero-overlay {
    background: linear-gradient(120deg, rgba(4, 59, 120, 0.96), rgba(2, 45, 95, 1));
  }

  .hero-inner {
    padding: 76px 0 0;
  }

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

  .hero-copy h1,
  .page-hero-copy h1,
  .docs-report-page .page-hero-copy h1 {
    font-size: clamp(2.7rem, 12vw, 4.5rem);
    line-height: 1;
  }

  .hero-facts,
  .page-hero-grid,
  .docs-report-page .page-hero-grid,
  .section-head,
  .docs-heading,
  .docs-report-page .docs-heading,
  .about-grid,
  .parents-grid,
  .contact-layout,
  .story-layout,
  .document-strip-inner {
    grid-template-columns: 1fr;
  }

  .page-hero-media,
  .page-hero-media img {
    min-height: 300px;
  }

  .section-head {
    align-items: start;
  }

  .contact-panel {
    max-width: 620px;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 24px, 1220px);
  }

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

  .hero-inner {
    padding-top: 56px;
  }

  .hero-copy {
    padding-bottom: 24px;
  }

  .hero-copy h1,
  .page-hero-copy h1,
  .docs-report-page .page-hero-copy h1 {
    font-size: clamp(2.24rem, 13vw, 3.25rem);
    line-height: 1.04;
  }

  .page-hero-copy h1,
  .docs-report-page .page-hero-copy h1 {
    font-size: clamp(2.12rem, 10.8vw, 2.85rem);
  }

  .hero-actions,
  .page-hero-actions,
  .contact-actions {
    display: grid;
  }

  .hero-facts {
    grid-template-columns: 1fr;
    border-radius: 8px;
    margin-bottom: 24px;
  }

  .hero-facts div {
    min-height: 86px;
    border-right: 0;
  }

  .quick-grid,
  .info-card-grid,
  .section-list-grid,
  .section-list-grid.is-attestation,
  .year-card-grid,
  .group-card-grid,
  .file-card-row,
  .report-stats {
    grid-template-columns: 1fr;
  }

  .quick-card {
    min-height: 176px;
  }

  .section {
    padding: 58px 0;
  }

  .section-head h2,
  .contact-copy h2,
  .docs-heading h2,
  .docs-report-page .docs-heading h2 {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.04;
  }

  .page-hero,
  .docs-report-page .page-hero {
    padding: 52px 0;
  }

  .page-hero-media,
  .page-hero-media img {
    min-height: 240px;
  }

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

  .map-image,
  .contact-map {
    height: 260px;
    min-height: 260px;
  }

  .footer-inner {
    min-height: 82px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
}

/* Longer report-style homepage, stronger gallery and cleaner files archive. */
.impact-section {
  background: #ffffff;
}

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

.impact-card {
  position: relative;
  min-height: 340px;
  display: grid;
  align-content: start;
  gap: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 3vw, 34px);
  background: #f8fbff;
}

.impact-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--sky), var(--sun), var(--leaf));
}

.impact-card span {
  color: #1975c8;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  font-weight: 700;
  line-height: 0.9;
}

.impact-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 650;
  line-height: 1.08;
}

.impact-card p {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.impact-card strong {
  align-self: end;
  justify-self: start;
  border: 1px solid #d7e2ef;
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--teal);
  background: #ffffff;
  font-weight: 800;
}

.report-files-section {
  color: #ffffff;
  background:
    linear-gradient(120deg, rgba(4, 59, 120, 0.96), rgba(2, 45, 95, 1) 72%),
    #022d5f;
}

.report-files-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
}

.report-files-copy h2 {
  max-width: 580px;
  margin-bottom: 18px;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5.5vw, 5.4rem);
  font-weight: 700;
  line-height: 0.98;
}

.report-files-copy p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.78;
}

.report-file-grid {
  display: grid;
  gap: 12px;
}

.report-file-card {
  position: relative;
  min-height: 142px;
  display: grid;
  grid-template-columns: minmax(98px, 0.3fr) minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 22px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
  transition: transform 180ms ease, background 180ms ease;
}

.report-file-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--sky), var(--sun), var(--leaf));
}

.report-file-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.13);
}

.report-file-card span {
  color: #92d8ff;
  font-weight: 850;
}

.report-file-card strong {
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2vw, 1.9rem);
  font-weight: 650;
  line-height: 1.1;
}

.report-file-card em {
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--teal);
  background: #ffffff;
  font-style: normal;
  font-weight: 850;
}

.gallery-section {
  background: #ffffff;
}

.gallery-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: clamp(76px, 9vw, 118px);
  gap: 10px;
}

.gallery-item {
  grid-column: span 3;
  grid-row: span 2;
  border-radius: 8px;
}

.gallery-item.is-wide,
.gallery-item:nth-child(5),
.gallery-item:nth-child(9),
.gallery-item:nth-child(13),
.gallery-item:nth-child(17) {
  grid-column: span 6;
  grid-row: span 3;
}

.gallery-item:nth-child(2),
.gallery-item:nth-child(7),
.gallery-item:nth-child(11),
.gallery-item:nth-child(16) {
  grid-column: span 3;
  grid-row: span 3;
}

.gallery-item img {
  filter: saturate(1.02) contrast(1.02);
}

.gallery-item span {
  left: 14px;
  right: 14px;
  bottom: 14px;
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(2, 45, 95, 0.72);
  font-weight: 800;
}

.docs-report-page .docs-shell {
  padding: clamp(18px, 3vw, 30px);
}

.docs-report-page .doc-table {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.docs-report-page .table-head {
  display: none;
}

.docs-report-page .table-row {
  position: relative;
  min-height: 230px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-content: start;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(7, 31, 58, 0.07);
}

.docs-report-page .table-row::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--sky), var(--sun), var(--leaf));
}

.docs-report-page .row-year {
  justify-self: start;
  border-radius: 999px;
  padding: 7px 11px;
  color: #1975c8;
  background: #edf6ff;
  font-size: 0.9rem;
}

.docs-report-page .row-title strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  line-height: 1.18;
}

.docs-report-page .row-section,
.docs-report-page .row-type {
  justify-self: start;
}

.docs-report-page .row-action {
  align-self: end;
  justify-self: start;
  margin-top: auto;
}

@media (max-width: 980px) {
  .impact-grid,
  .report-files-layout,
  .docs-report-page .doc-table {
    grid-template-columns: 1fr;
  }

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

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

  .gallery-item,
  .gallery-item:nth-child(2),
  .gallery-item:nth-child(7),
  .gallery-item:nth-child(11),
  .gallery-item:nth-child(16) {
    grid-column: span 3;
    grid-row: span 2;
  }

  .gallery-item.is-wide,
  .gallery-item:nth-child(5),
  .gallery-item:nth-child(9),
  .gallery-item:nth-child(13),
  .gallery-item:nth-child(17) {
    grid-column: span 6;
    grid-row: span 2;
  }
}

@media (max-width: 620px) {
  .impact-card {
    min-height: 260px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }

  .gallery-item,
  .gallery-item.is-wide,
  .gallery-item:nth-child(2),
  .gallery-item:nth-child(5),
  .gallery-item:nth-child(7),
  .gallery-item:nth-child(9),
  .gallery-item:nth-child(11),
  .gallery-item:nth-child(13),
  .gallery-item:nth-child(16),
  .gallery-item:nth-child(17) {
    grid-column: auto;
    grid-row: auto;
  }

  .docs-report-page .table-row {
    min-height: 0;
  }
}

/* Fix report headings: direct section-head children must not auto-flow into a 300px column. */
.section-head {
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(0, 0.74fr) minmax(320px, 0.38fr);
  align-items: end;
}

.section-head .eyebrow {
  grid-column: 1 / -1;
  grid-row: 1;
  margin-bottom: 4px;
}

.section-head h2 {
  grid-column: 1;
  grid-row: 2;
  width: auto;
  max-width: 900px;
  font-size: clamp(2.2rem, 3.45vw, 3.9rem);
  line-height: 1.08;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.section-head .section-lead {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  justify-self: end;
  max-width: 430px;
}

.spaces-section .section-head h2,
.parents-section .section-head h2,
.structure-section .section-head h2,
.gallery-section .section-head h2 {
  font-size: clamp(2.1rem, 3.25vw, 3.7rem);
}

.report-files-copy h2 {
  font-size: clamp(2.35rem, 4.2vw, 4.6rem);
  line-height: 1.04;
}

@media (max-width: 940px) {
  .section-head {
    grid-template-columns: 1fr;
  }

  .section-head .eyebrow,
  .section-head h2,
  .section-head .section-lead {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }

  .section-head h2 {
    max-width: 760px;
    font-size: clamp(2rem, 7vw, 3.1rem);
  }
}

@media (max-width: 620px) {
  .section-head h2,
  .spaces-section .section-head h2,
  .parents-section .section-head h2,
  .structure-section .section-head h2,
  .gallery-section .section-head h2 {
    font-size: clamp(1.85rem, 9vw, 2.55rem);
    line-height: 1.1;
  }
}

/* Final composition pass: closer to the calm corporate report rhythm of the reference. */
.hero {
  min-height: 640px;
}

.hero-inner {
  padding-top: clamp(86px, 9vw, 120px);
}

.hero-copy h1 {
  max-width: 680px;
  font-size: clamp(3.35rem, 5.9vw, 5.65rem);
  line-height: 0.99;
}

.hero-copy .lead {
  max-width: 620px;
}

.hero-facts {
  width: min(100%, 980px);
}

.mission-report-section {
  padding-top: 58px;
  background: #ffffff;
}

.report-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: clamp(32px, 5vw, 58px);
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
}

.report-anchor-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 16px;
  color: var(--teal);
  background: #f8fbff;
  font-weight: 800;
}

.report-anchor-nav a:hover {
  color: #ffffff;
  border-color: var(--teal);
  background: var(--teal);
}

.mission-report-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
}

.mission-copy h2 {
  max-width: 720px;
  margin-bottom: 20px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.8vw, 4.25rem);
  font-weight: 700;
  line-height: 1.04;
}

.mission-copy p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  line-height: 1.82;
}

.mission-priorities {
  display: grid;
  gap: 12px;
}

.mission-priorities article {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  column-gap: 22px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: #f8fbff;
}

.mission-priorities article span {
  grid-row: span 3;
  color: #1975c8;
  font-family: var(--font-display);
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 0.9;
}

.mission-priorities article small {
  color: var(--sky);
  font-weight: 850;
}

.mission-priorities article h3 {
  margin: 4px 0 8px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.38rem;
  font-weight: 650;
}

.mission-priorities article p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.quick-actions {
  padding-top: 28px;
}

.quick-card {
  min-height: 182px;
  padding: 18px;
}

.section-head h2,
.spaces-section .section-head h2,
.parents-section .section-head h2,
.structure-section .section-head h2,
.gallery-section .section-head h2 {
  font-size: clamp(2rem, 3vw, 3.35rem);
  line-height: 1.1;
}

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

.report-files-copy h2 {
  font-size: clamp(2.15rem, 3.7vw, 4.1rem);
}

.gallery-grid {
  grid-auto-rows: clamp(84px, 8vw, 110px);
}

@media (max-width: 940px) {
  .mission-report-layout {
    grid-template-columns: 1fr;
  }

  .mission-copy h2 {
    font-size: clamp(2rem, 7vw, 3.25rem);
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: auto;
  }

  .hero-copy h1 {
    font-size: clamp(2.55rem, 13vw, 3.5rem);
  }

  .report-anchor-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .report-anchor-nav a {
    justify-content: center;
    padding: 0 10px;
    font-size: 0.9rem;
  }

  .mission-priorities article {
    grid-template-columns: 1fr;
  }

  .mission-priorities article span {
    grid-row: auto;
    font-size: 2.8rem;
  }
}

/* Image-led corporate pass: real kindergarten photos become the main design material. */
.hero {
  min-height: clamp(720px, 88vh, 860px);
  background: #022d5f;
  isolation: isolate;
}

.hero-bg {
  inset: 0;
  opacity: 0.22;
  background: url("assets/patsha/patsha-15.jpeg") center / cover no-repeat;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(2, 31, 67, 0.98) 0%, rgba(2, 45, 95, 0.96) 44%, rgba(2, 45, 95, 0.66) 68%, rgba(2, 45, 95, 0.14) 100%),
    linear-gradient(180deg, rgba(8, 91, 127, 0.2), rgba(2, 31, 67, 0.78));
}

.hero-inner {
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
  padding: clamp(110px, 10vw, 148px) 0 0;
}

.hero-main {
  grid-column: 1;
  align-self: center;
}

.hero-copy {
  width: min(720px, 100%);
  padding-bottom: 0;
}

.hero-copy h1 {
  max-width: 700px;
  font-size: clamp(3.7rem, 6.7vw, 6.7rem);
  line-height: 0.95;
}

.hero-copy .lead {
  max-width: 600px;
}

.hero-visual-panel {
  position: relative;
  grid-column: 2;
  min-height: clamp(470px, 42vw, 570px);
  margin-bottom: 28px;
  animation: hero-rise 880ms 240ms ease both;
}

.hero-photo-main,
.hero-photo-small {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.hero-photo-main {
  inset: 0 0 54px 38px;
}

.hero-photo-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 31, 67, 0) 48%, rgba(2, 31, 67, 0.72));
}

.hero-photo-main img,
.hero-photo-small img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-photo-main figcaption {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  top: 18px;
  bottom: auto;
  width: fit-content;
  max-width: min(280px, calc(100% - 36px));
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 10px 13px;
  color: #ffffff;
  background: rgba(2, 31, 67, 0.46);
  backdrop-filter: blur(12px);
  font-weight: 850;
}

.hero-photo-yard {
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 46%;
  height: 210px;
}

.hero-photo-entry {
  top: 34px;
  right: 20px;
  z-index: 3;
  width: 34%;
  height: 168px;
}

.hero-facts {
  grid-column: 1 / -1;
  width: 100%;
  align-self: end;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.photo-stack {
  min-height: 650px;
}

.photo-stack img:first-child {
  width: 74%;
  height: 600px;
}

.photo-stack img:last-child {
  width: 50%;
  height: 390px;
  bottom: 24px;
}

.space-grid {
  grid-template-rows: repeat(2, 330px);
}

.space-card img,
.gallery-item img {
  filter: saturate(1.06) contrast(1.02);
}

.contact-layout,
.contact-copy,
.contact-panel,
.footer-contact,
.contact-card {
  min-width: 0;
}

a[href^="mailto:"],
.contact-panel a,
.footer-contact a,
.contact-card a {
  overflow-wrap: anywhere;
}

.gallery-grid {
  grid-auto-rows: clamp(108px, 9.6vw, 148px);
  gap: 12px;
}

.gallery-item:nth-child(1),
.gallery-item:nth-child(7),
.gallery-item:nth-child(13) {
  grid-column: span 5;
  grid-row: span 2;
}

.gallery-item:nth-child(2),
.gallery-item:nth-child(8),
.gallery-item:nth-child(14) {
  grid-column: span 4;
  grid-row: span 2;
}

.gallery-item:nth-child(3),
.gallery-item:nth-child(9),
.gallery-item:nth-child(15) {
  grid-column: span 3;
}

@media (max-width: 1180px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  }

  .hero-copy h1 {
    font-size: clamp(3.2rem, 6.7vw, 5.5rem);
  }

  .hero-photo-entry {
    display: none;
  }
}

@media (max-width: 940px) {
  .hero {
    min-height: auto;
  }

  .hero-bg {
    display: block;
    opacity: 0.16;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(2, 31, 67, 0.98), rgba(2, 45, 95, 0.93)),
      linear-gradient(0deg, rgba(2, 31, 67, 0.74), rgba(2, 45, 95, 0.12));
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 84px;
  }

  .hero-visual-panel {
    grid-column: 1;
    min-height: 430px;
    margin-bottom: 0;
  }

  .hero-photo-main {
    inset: 0 0 42px 30px;
  }

  .hero-facts {
    grid-column: 1;
  }

  .photo-stack {
    min-height: auto;
  }

  .photo-stack img:first-child,
  .photo-stack img:last-child {
    width: 100%;
    height: 360px;
    bottom: auto;
  }

  .space-grid {
    grid-template-rows: none;
  }

  .gallery-item:nth-child(n) {
    grid-column: span 6;
    grid-row: span 1;
  }
}

@media (max-width: 620px) {
  .hero-inner {
    padding-top: 58px;
    gap: 24px;
  }

  .hero-copy h1 {
    font-size: clamp(2.65rem, 14vw, 3.65rem);
  }

  .hero-visual-panel {
    min-height: 326px;
  }

  .hero-photo-main {
    inset: 0;
  }

  .hero-photo-yard,
  .hero-photo-entry {
    display: none;
  }

  .hero-photo-main figcaption {
    font-size: 0.9rem;
  }

  .gallery-item:nth-child(n) {
    grid-column: 1;
    grid-row: span 1;
  }
}

/* Keremet-style information architecture pass: official kindergarten portal structure. */
.site-header {
  background: rgba(2, 31, 67, 0.96);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.brand strong,
.brand small,
.primary-nav a,
.phone-link,
.menu-toggle {
  color: #ffffff;
}

.portal-nav {
  overflow: visible;
  border-color: rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.portal-nav .nav-group {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.portal-nav a {
  border-radius: 6px;
  white-space: nowrap;
}

.portal-nav a:hover,
.portal-nav a[aria-current="page"] {
  color: #022d5f;
  background: #ffffff;
  box-shadow: none;
}

.nav-dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 80;
  min-width: 230px;
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(2, 45, 95, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(2, 31, 67, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.nav-dropdown::before {
  content: "";
  position: absolute;
  left: 18px;
  top: -10px;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  border-left: 1px solid rgba(2, 45, 95, 0.12);
  border-top: 1px solid rgba(2, 45, 95, 0.12);
  background: #ffffff;
}

.nav-dropdown a {
  position: relative;
  z-index: 1;
  min-height: 38px;
  justify-content: flex-start;
  padding: 0 12px;
  color: #223a52;
  background: transparent;
  font-size: 0.84rem;
}

.nav-dropdown a:hover,
.nav-dropdown a[aria-current="page"] {
  color: #ffffff;
  background: #022d5f;
}

.nav-group:hover .nav-dropdown,
.nav-group:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.phone-link,
.menu-toggle {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
}

.hero {
  min-height: clamp(630px, 76vh, 760px);
}

.hero-inner {
  padding-top: clamp(90px, 8vw, 118px);
}

.portal-home-section {
  padding: clamp(56px, 7vw, 92px) 0;
  background:
    linear-gradient(90deg, rgba(37, 130, 197, 0.04) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(37, 130, 197, 0.035) 0 1px, transparent 1px 100%),
    #ffffff;
  background-size: 42px 42px;
}

.portal-home-layout {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
}

.portal-sidebar {
  position: sticky;
  top: 104px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
  box-shadow: var(--soft-shadow);
}

.portal-sidebar h2 {
  margin: 0;
  padding: 22px 22px 18px;
  color: #ffffff;
  background: #022d5f;
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.portal-sidebar a {
  min-height: 52px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 0 18px;
  color: #223a52;
  font-weight: 800;
}

.portal-sidebar a:last-child {
  border-bottom: 0;
}

.portal-sidebar a:hover {
  color: #ffffff;
  background: var(--teal);
}

.portal-sidebar span {
  color: var(--sky);
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 800;
}

.portal-sidebar a:hover span {
  color: rgba(255, 255, 255, 0.72);
}

.portal-content {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.portal-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 28px;
  align-items: end;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.portal-section-head .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.portal-section-head h2 {
  margin: 0;
  color: #071f3f;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.7vw, 4rem);
  line-height: 1.05;
}

.portal-section-head p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.portal-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
  gap: 18px;
}

.portal-director-card,
.portal-contact-card,
.portal-life-block {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--soft-shadow);
}

.portal-director-card {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 24px;
  padding: 18px;
}

.portal-director-card img {
  width: 100%;
  height: 220px;
  border-radius: 6px;
  object-fit: cover;
}

.portal-director-card span,
.portal-contact-card span {
  color: var(--sky);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.portal-director-card h3 {
  margin: 10px 0;
  color: #071f3f;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 2.3rem);
  line-height: 1.1;
}

.portal-director-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.portal-contact-card {
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 24px;
}

.portal-contact-card strong {
  color: #071f3f;
  font-size: 1.15rem;
  line-height: 1.36;
}

.portal-contact-card a {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--teal);
  font-weight: 850;
}

.portal-life-block {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  padding: 22px;
}

.portal-life-block h3 {
  margin: 8px 0 0;
  color: #071f3f;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.8vw, 2.6rem);
  line-height: 1.08;
}

.portal-life-gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  grid-template-rows: repeat(2, 150px);
  gap: 10px;
}

.portal-life-gallery img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.portal-life-gallery img:first-child {
  grid-row: span 2;
}

.portal-life-gallery img:nth-child(4) {
  grid-column: span 2;
}

@media (max-width: 1180px) {
  .portal-nav {
    overflow-x: auto;
    overflow-y: visible;
  }

  .portal-nav a {
    font-size: 0.78rem;
    padding-inline: 8px;
  }

  .nav-dropdown a {
    font-size: 0.84rem;
    padding-inline: 12px;
  }
}

@media (max-width: 980px) {
  .portal-home-layout,
  .portal-section-head,
  .portal-info-grid,
  .portal-life-block {
    grid-template-columns: 1fr;
  }

  .portal-sidebar {
    position: static;
  }

  .portal-life-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 170px);
  }

  .portal-life-gallery img:first-child,
  .portal-life-gallery img:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 880px) {
  .portal-nav {
    overflow: auto;
    gap: 8px;
  }

  .site-header.nav-visible .portal-nav {
    position: fixed;
    inset: 72px 0 auto;
    z-index: 70;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0;
    padding: 12px;
    background: #022d5f;
    box-shadow: 0 24px 70px rgba(2, 31, 67, 0.38);
  }

  .portal-nav .nav-group {
    display: grid;
    width: 100%;
  }

  .portal-nav .nav-parent,
  .portal-nav > a {
    width: 100%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
  }

  .nav-dropdown {
    position: static;
    min-width: 0;
    display: grid;
    gap: 4px;
    margin: 6px 0 8px;
    border: 0;
    border-radius: 8px;
    padding: 6px 0 6px 14px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .nav-dropdown::before {
    display: none;
  }

  .nav-dropdown a {
    min-height: 38px;
    color: rgba(255, 255, 255, 0.84);
    background: transparent;
  }

  .nav-dropdown a:hover,
  .nav-dropdown a[aria-current="page"] {
    color: #022d5f;
    background: #ffffff;
  }
}

@media (max-width: 620px) {
  .portal-home-section {
    padding: 42px 0;
  }

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

  .portal-director-card img {
    height: 250px;
  }

  .portal-life-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 210px);
  }
}

/* Make the Keremet-like portal structure visible immediately, not buried under a full landing hero. */
@media (min-width: 941px) {
  .hero {
    min-height: 560px;
  }

  .hero-inner {
    min-height: 560px;
    grid-template-columns: minmax(0, 0.88fr) minmax(390px, 0.62fr);
    gap: clamp(28px, 4vw, 58px);
    padding-top: 74px;
  }

  .hero-copy h1 {
    max-width: 620px;
    font-size: clamp(3.35rem, 5.3vw, 5.4rem);
  }

  .hero-copy .lead {
    max-width: 580px;
    font-size: clamp(0.98rem, 1.25vw, 1.08rem);
  }

  .hero-visual-panel {
    min-height: 390px;
    margin-bottom: 18px;
  }

  .hero-photo-main {
    inset: 0 0 42px 30px;
  }

  .hero-photo-yard {
    height: 160px;
  }

  .hero-photo-entry {
    width: 32%;
    height: 134px;
  }

  .hero-facts div {
    min-height: 78px;
  }
}

/* Final supplied homepage layout. Scoped so the existing inner pages keep their structure. */
.final-home-page {
  margin: 0;
  overflow-x: hidden;
  color: #12251f;
  background: #f6f4ec;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-weight: 600;
}

.final-home-page a {
  color: inherit;
  text-decoration: none;
}

.final-home-page img {
  display: block;
  max-width: 100%;
}

.final-home-page .final-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 82px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  padding: 14px clamp(20px, 4vw, 64px);
  border-bottom: 1px solid rgba(18, 37, 31, 0.1);
  background: rgba(246, 244, 236, 0.92);
  backdrop-filter: blur(18px);
}

.final-home-page .brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.final-home-page .brand-mark {
  position: relative;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(18, 37, 31, 0.1);
  border-radius: 14px;
  color: #0b3f37;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(18, 37, 31, 0.1);
  font-size: 0.82rem;
  font-weight: 900;
}

.final-home-page .brand-mark::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 18px;
  height: 9px;
  transform: translateX(-50%);
  background: #e7b83d;
  clip-path: polygon(0 100%, 18% 22%, 38% 100%, 50% 0, 62% 100%, 82% 22%, 100% 100%);
}

.final-home-page .brand b,
.final-home-page .brand small {
  display: block;
  line-height: 1.05;
}

.final-home-page .brand b {
  color: #12251f;
  font-size: 1rem;
  font-weight: 900;
}

.final-home-page .brand small {
  margin-top: 4px;
  color: rgba(18, 37, 31, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
}

.final-home-page .desktop-nav {
  justify-self: center;
  min-width: 0;
  display: flex;
  gap: 3px;
  overflow-x: auto;
  border: 1px solid rgba(18, 37, 31, 0.1);
  border-radius: 999px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.72);
  scrollbar-width: none;
}

.final-home-page .desktop-nav::-webkit-scrollbar {
  display: none;
}

.final-home-page .nav-link {
  min-height: 40px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  border-radius: 999px;
  padding: 0 14px;
  color: rgba(18, 37, 31, 0.74);
  font-size: 0.84rem;
  font-weight: 900;
  white-space: nowrap;
}

.final-home-page .nav-link:hover,
.final-home-page .nav-link.active {
  color: #ffffff;
  background: #0b3f37;
}

.final-home-page .phone,
.final-home-page .menu-btn {
  min-height: 46px;
  border: 1px solid rgba(18, 37, 31, 0.1);
  border-radius: 999px;
  background: #ffffff;
  color: #0b3f37;
  font-weight: 900;
}

.final-home-page .phone {
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
}

.final-home-page .menu-btn {
  width: 48px;
  display: none;
  place-items: center;
  gap: 4px;
}

.final-home-page .menu-btn span {
  width: 18px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: currentColor;
}

.final-home-page .mobile-panel {
  position: fixed;
  inset: 82px 12px auto;
  z-index: 60;
  display: none;
  gap: 8px;
  border: 1px solid rgba(18, 37, 31, 0.12);
  border-radius: 22px;
  padding: 12px;
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(18, 37, 31, 0.2);
}

.final-home-page.menu-open .mobile-panel {
  display: grid;
}

.final-home-page .mobile-call {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #ffffff;
  background: #169c8d;
  font-weight: 900;
}

.final-home-page main {
  background:
    radial-gradient(circle at 18% 0%, rgba(231, 184, 61, 0.18), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(22, 156, 141, 0.16), transparent 28%),
    #f6f4ec;
}

.final-home-page .hero {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(460px, 0.92fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  padding: clamp(70px, 8vw, 116px) clamp(20px, 5vw, 76px) clamp(44px, 6vw, 82px);
  color: #12251f;
  background: transparent;
  overflow: hidden;
}

.final-home-page .hero-copy {
  width: min(650px, 100%);
  padding: 0;
}

.final-home-page .eyebrow,
.final-home-page .mini-label {
  margin: 0 0 16px;
  color: #169c8d;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.final-home-page .hero h1 {
  margin: 0 0 24px;
  color: #12251f;
  font-size: clamp(4.4rem, 9vw, 9.5rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.04em;
}

.final-home-page .lead,
.final-home-page .section p,
.final-home-page .contact-copy p,
.final-home-page .footer p {
  color: rgba(18, 37, 31, 0.68);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.74;
}

.final-home-page .hero-actions,
.final-home-page .section-actions,
.final-home-page .contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.final-home-page .center-actions {
  justify-content: center;
}

.final-home-page .btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(18, 37, 31, 0.12);
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 900;
}

.final-home-page .btn.accent {
  color: #ffffff;
  border-color: #169c8d;
  background: #169c8d;
  box-shadow: 0 16px 34px rgba(22, 156, 141, 0.25);
}

.final-home-page .btn.light {
  background: #ffffff;
}

.final-home-page .btn.ghost {
  color: #0b3f37;
  background: transparent;
}

.final-home-page .btn.ghost.light {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.24);
}

.final-home-page .hero-media {
  position: relative;
  min-height: 590px;
  display: grid;
  grid-template-columns: 1.1fr 0.82fr;
  grid-template-rows: 1fr 1fr auto;
  gap: 14px;
}

.final-home-page .hero-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 8px solid #ffffff;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(18, 37, 31, 0.18);
}

.final-home-page .hero-media .main {
  grid-row: span 2;
  min-height: 430px;
}

.final-home-page .stats-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.final-home-page .stat {
  min-width: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  border: 1px solid rgba(18, 37, 31, 0.08);
  border-radius: 18px;
  padding: 14px;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(18, 37, 31, 0.08);
}

.final-home-page .stat i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: #0b3f37;
  font-style: normal;
}

.final-home-page .stat b,
.final-home-page .stat span {
  display: block;
  min-width: 0;
}

.final-home-page .stat b {
  color: #12251f;
  font-size: 0.95rem;
  font-weight: 900;
}

.final-home-page .stat span {
  margin-top: 3px;
  color: rgba(18, 37, 31, 0.58);
  font-size: 0.72rem;
  font-weight: 800;
}

.final-home-page .section {
  padding: clamp(62px, 8vw, 116px) clamp(20px, 5vw, 76px);
}

.final-home-page .center {
  text-align: center;
}

.final-home-page .section.center > p:not(.eyebrow),
.final-home-page .section.center > h2 + p {
  max-width: 780px;
  margin-inline: auto;
}

.final-home-page .section h2 {
  max-width: 980px;
  margin: 0 auto 18px;
  color: #12251f;
  font-size: clamp(2.4rem, 5vw, 5.4rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.035em;
}

.final-home-page .grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
  text-align: left;
}

.final-home-page .feature {
  min-height: 300px;
  display: grid;
  align-content: start;
  gap: 16px;
  border: 1px solid rgba(18, 37, 31, 0.08);
  border-radius: 28px;
  padding: 26px;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(18, 37, 31, 0.08);
}

.final-home-page .icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #0b3f37;
  background: #edf7ef;
  font-size: 1.7rem;
}

.final-home-page .feature h3,
.final-home-page .report-card h3 {
  margin: 0;
  color: #12251f;
  font-size: clamp(1.2rem, 1.65vw, 1.55rem);
  font-weight: 900;
  line-height: 1.15;
}

.final-home-page .feature p,
.final-home-page .report-card p {
  margin: 0;
  color: rgba(18, 37, 31, 0.62);
  font-size: 0.98rem;
  line-height: 1.62;
}

.final-home-page .split {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background: #ffffff;
}

.final-home-page .split h2 {
  margin-inline: 0;
}

.final-home-page .split img {
  width: 100%;
  height: min(54vw, 580px);
  border-radius: 34px;
  object-fit: cover;
  box-shadow: 0 28px 80px rgba(18, 37, 31, 0.16);
}

.final-home-page .report-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.final-home-page .report-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(240px, 0.78fr);
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(18, 37, 31, 0.1);
}

.final-home-page .report-card .copy {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: clamp(24px, 3vw, 42px);
}

.final-home-page .report-card .copy .btn {
  margin-top: 18px;
  justify-self: start;
}

.final-home-page .report-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.final-home-page .gallery-strip {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 1.05fr 0.85fr 1fr;
  gap: 12px;
  margin-top: 40px;
}

.final-home-page .gallery-strip img {
  width: 100%;
  height: clamp(260px, 25vw, 390px);
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 18px 42px rgba(18, 37, 31, 0.1);
}

.final-home-page .gallery-strip img:nth-child(even) {
  margin-top: 48px;
}

.final-home-page .contact-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  padding: clamp(60px, 7vw, 96px) clamp(20px, 5vw, 76px);
  color: #ffffff;
  background: #0b3f37;
}

.final-home-page .contact-band .eyebrow {
  color: #8fe1d4;
}

.final-home-page .contact-band h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(2.2rem, 5vw, 5rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.final-home-page .contact-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.final-home-page .map-wide iframe {
  width: 100%;
  height: min(52vw, 520px);
  display: block;
  border: 0;
}

.final-home-page .footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(170px, 0.6fr));
  gap: clamp(24px, 4vw, 60px);
  padding: clamp(48px, 6vw, 82px) clamp(20px, 5vw, 76px) 28px;
  color: rgba(255, 255, 255, 0.72);
  background: #061f1b;
}

.final-home-page .footer .brand b,
.final-home-page .footer .brand small {
  color: #ffffff;
}

.final-home-page .footer h4 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 1rem;
}

.final-home-page .footer a {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.final-home-page .footer a:hover {
  color: #ffffff;
}

.final-home-page .footer p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
}

.final-home-page .copyright {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}

@media (max-width: 1180px) {
  .final-home-page .final-header {
    grid-template-columns: auto 1fr auto;
  }

  .final-home-page .desktop-nav {
    justify-self: stretch;
  }

  .final-home-page .phone {
    display: none;
  }

  .final-home-page .hero {
    grid-template-columns: 1fr;
  }

  .final-home-page .hero-media {
    min-height: 520px;
  }

  .final-home-page .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .final-home-page .report-grid,
  .final-home-page .report-card,
  .final-home-page .split,
  .final-home-page .contact-band,
  .final-home-page .footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1320px) {
  .final-home-page .phone {
    display: none;
  }
}

@media (max-width: 820px) {
  .final-home-page .final-header {
    min-height: 72px;
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 12px;
  }

  .final-home-page .desktop-nav {
    display: none;
  }

  .final-home-page .menu-btn {
    display: grid;
  }

  .final-home-page .hero,
  .final-home-page .section,
  .final-home-page .contact-band,
  .final-home-page .footer {
    padding-inline: 14px;
  }

  .final-home-page .hero {
    gap: 30px;
    padding-top: 46px;
  }

  .final-home-page .hero h1 {
    font-size: clamp(4rem, 18vw, 5.6rem);
  }

  .final-home-page .hero-media {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .final-home-page .hero-media .main,
  .final-home-page .hero-media img {
    min-height: 260px;
    height: 300px;
  }

  .final-home-page .stats-row,
  .final-home-page .grid-4 {
    grid-template-columns: 1fr;
  }

  .final-home-page .feature {
    min-height: 0;
  }

  .final-home-page .split img,
  .final-home-page .report-card img,
  .final-home-page .gallery-strip img {
    height: 280px;
    min-height: 0;
  }

  .final-home-page .gallery-strip {
    grid-template-columns: 1fr;
  }

  .final-home-page .gallery-strip img:nth-child(even) {
    margin-top: 0;
  }

  .final-home-page .btn {
    width: 100%;
  }

  .final-home-page .report-card .copy {
    gap: 14px;
  }

  .final-home-page .report-card .copy .btn {
    margin-top: 22px;
    justify-self: stretch;
  }

  .final-home-page .map-wide iframe {
    height: 360px;
  }
}

@media (max-width: 460px) {
  .final-home-page .brand b {
    font-size: 0.9rem;
  }

  .final-home-page .brand small {
    font-size: 0.66rem;
  }

  .final-home-page .hero h1 {
    font-size: clamp(3.45rem, 18vw, 4.35rem);
  }

  .final-home-page .section h2,
  .final-home-page .contact-band h2 {
    font-size: clamp(2.1rem, 12vw, 3.05rem);
  }
}

/* Royal navy/gold homepage based on the provided reference mockup. */
.royal-home-page {
  --royal-navy: #062242;
  --royal-deep: #02172d;
  --royal-blue: #0a315c;
  --royal-gold: #f4b62c;
  --royal-gold-dark: #d99716;
  --royal-cream: #f7f4eb;
  --royal-ink: #061d38;
  --royal-muted: #6f7c86;
  margin: 0;
  overflow-x: hidden;
  color: var(--royal-ink);
  background: #ffffff;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.royal-home-page a {
  color: inherit;
  text-decoration: none;
}

.royal-home-page img {
  display: block;
  max-width: 100%;
}

.royal-home-page .royal-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 64px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  padding: 0 clamp(24px, 3.5vw, 54px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, #06284e, #021b35);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
}

.royal-home-page .royal-brand {
  min-width: 250px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.royal-home-page .royal-mark {
  position: relative;
  width: 58px;
  height: 50px;
  display: grid;
  place-items: center;
  color: var(--royal-gold);
  background: transparent;
  box-shadow: none;
}

.royal-home-page .royal-mark::before {
  content: "";
  width: 52px;
  height: 42px;
  display: block;
  background: currentColor;
  clip-path: polygon(4% 85%, 96% 85%, 88% 100%, 12% 100%, 4% 85%, 11% 30%, 30% 61%, 50% 12%, 70% 61%, 89% 30%, 96% 85%, 84% 78%, 72% 50%, 58% 78%, 42% 78%, 28% 50%, 16% 78%);
}

.royal-home-page .royal-mark svg {
  display: none;
}

.royal-home-page .brand-text b,
.royal-home-page .royal-brand b {
  display: block;
  color: #ffffff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.015em;
}

.royal-home-page .brand-text small,
.royal-home-page .royal-brand small {
  display: block;
  margin-top: 4px;
  color: var(--royal-gold);
  font-size: 0.82rem;
  font-weight: 700;
}

.royal-home-page .royal-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.1vw, 34px);
  min-width: 0;
}

.royal-home-page .royal-nav a {
  position: relative;
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.93rem;
  font-weight: 800;
  white-space: nowrap;
}

.royal-home-page .royal-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--royal-gold);
  transition: transform 180ms ease;
}

.royal-home-page .royal-nav a:hover,
.royal-home-page .royal-nav a.active {
  color: var(--royal-gold);
}

.royal-home-page .royal-nav a:hover::after,
.royal-home-page .royal-nav a.active::after {
  transform: scaleX(1);
}

.royal-home-page .royal-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  white-space: nowrap;
}

.royal-home-page .royal-phone svg {
  width: 20px;
  height: 20px;
  color: var(--royal-gold);
}

.royal-home-page .royal-menu {
  position: relative;
  width: 44px;
  height: 44px;
  display: none;
  border: 1px solid rgba(244, 182, 44, 0.42);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--royal-gold);
}

.royal-home-page .royal-menu span {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 2px;
  display: block;
  margin: 5px auto;
  border-radius: 999px;
  background: currentColor;
}

.menu-toggle {
  position: relative;
}

.menu-toggle i,
.menu-toggle svg {
  display: none;
}

.menu-toggle::before {
  content: "";
  width: 22px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
}

.royal-home-page .royal-mobile-panel {
  position: fixed;
  inset: 64px 12px auto;
  z-index: 90;
  display: none;
  gap: 6px;
  border: 1px solid rgba(244, 182, 44, 0.22);
  border-radius: 14px;
  padding: 10px;
  background: #062242;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.royal-home-page.menu-open .royal-mobile-panel {
  display: grid;
}

.royal-home-page .royal-mobile-panel a {
  min-height: 44px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 0 14px;
  color: #ffffff;
  font-weight: 850;
}

.royal-home-page .royal-mobile-panel a.active,
.royal-home-page .royal-mobile-panel a:hover,
.royal-home-page .royal-mobile-panel .mobile-call {
  color: #062242;
  background: var(--royal-gold);
}

.royal-home-page .royal-hero {
  position: relative;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(470px, 0.44fr) minmax(0, 1fr) minmax(290px, 0.32fr);
  align-items: center;
  overflow: hidden;
  background: var(--royal-deep);
}

.royal-home-page .hero-photo {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 23, 45, 0) 38%, rgba(2, 23, 45, 0.02)),
    url("assets/patsha/patsha-15.jpeg") center / cover no-repeat;
  transform: scale(1.02);
}

.royal-home-page .hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(2, 23, 45, 0.98) 0%, rgba(2, 23, 45, 0.94) 23%, rgba(2, 23, 45, 0.44) 39%, rgba(2, 23, 45, 0.06) 63%),
    linear-gradient(0deg, rgba(2, 23, 45, 0.26), rgba(2, 23, 45, 0.05));
}

.royal-home-page .hero-shade::after {
  content: "";
  position: absolute;
  left: 26%;
  top: -10%;
  width: 140px;
  height: 130%;
  transform: skewX(-12deg);
  background: rgba(255, 255, 255, 0.06);
}

.royal-home-page .hero-copy {
  position: relative;
  z-index: 2;
  grid-column: 1;
  padding-left: clamp(30px, 4vw, 58px);
  color: #ffffff;
}

.royal-home-page .hero-copy h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(5.1rem, 6.4vw, 7.35rem);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.28);
}

.royal-home-page .hero-copy strong {
  display: block;
  margin-top: 14px;
  color: var(--royal-gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.95rem, 2.6vw, 3rem);
  font-weight: 700;
  line-height: 1;
}

.royal-home-page .hero-copy p {
  max-width: 310px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.65;
}

.royal-home-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.royal-home-page .royal-btn,
.royal-home-page .royal-small-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid rgba(244, 182, 44, 0.7);
  border-radius: 3px;
  padding: 0 22px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.royal-home-page .royal-btn svg,
.royal-home-page .royal-small-btn svg {
  width: 18px;
  height: 18px;
}

.royal-home-page .royal-btn.gold,
.royal-home-page .royal-small-btn.gold {
  color: #061d38;
  background: linear-gradient(180deg, #ffd46b, var(--royal-gold));
}

.royal-home-page .royal-btn.outline {
  color: #ffffff;
  background: rgba(6, 34, 66, 0.48);
}

.royal-home-page .hero-stats {
  position: relative;
  z-index: 2;
  grid-column: 3;
  display: grid;
  justify-self: end;
  width: min(330px, calc(100% - 24px));
  margin-right: clamp(24px, 3vw, 42px);
  border: 1px solid rgba(244, 182, 44, 0.55);
  background: rgba(4, 32, 61, 0.86);
  backdrop-filter: blur(8px);
}

.royal-home-page .hero-stats div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 88px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(244, 182, 44, 0.55);
}

.royal-home-page .hero-stats div:last-child {
  border-bottom: 0;
}

.royal-home-page .hero-stats svg {
  width: 36px;
  height: 36px;
  color: var(--royal-gold);
  stroke-width: 1.7;
}

.royal-home-page .hero-stats b,
.royal-home-page .hero-stats small {
  display: block;
}

.royal-home-page .hero-stats b {
  color: #ffffff;
  font-size: 1.26rem;
  font-weight: 900;
}

.royal-home-page .hero-stats small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  font-weight: 700;
}

.royal-home-page .royal-benefits {
  position: relative;
  z-index: 4;
  width: min(1416px, calc(100% - 64px));
  margin: -44px auto 18px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 20px 54px rgba(6, 29, 56, 0.17);
}

.royal-home-page .royal-benefits article {
  min-height: 128px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  border-right: 1px solid rgba(6, 29, 56, 0.12);
  padding: 18px 16px;
  text-align: center;
}

.royal-home-page .royal-benefits article:last-child {
  border-right: 0;
}

.royal-home-page .royal-benefits svg {
  width: 38px;
  height: 38px;
  color: var(--royal-blue);
  stroke-width: 1.6;
}

.royal-home-page .royal-benefits h3 {
  margin: 0;
  color: var(--royal-blue);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.royal-home-page .royal-benefits p {
  max-width: 150px;
  margin: 0;
  color: var(--royal-ink);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.35;
}

.royal-home-page .royal-link-grid {
  width: min(1488px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.royal-home-page .royal-link-card {
  position: relative;
  min-height: 160px;
  overflow: hidden;
  border-radius: 6px;
  background: #092542;
  box-shadow: 0 12px 28px rgba(6, 29, 56, 0.12);
}

.royal-home-page .royal-link-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform 260ms ease;
}

.royal-home-page .royal-link-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 24, 47, 0.9), rgba(3, 24, 47, 0.18) 66%);
}

.royal-home-page .royal-link-card:hover img {
  transform: scale(1.06);
}

.royal-home-page .royal-link-card span,
.royal-home-page .royal-link-card svg {
  position: absolute;
  z-index: 2;
}

.royal-home-page .royal-link-card span {
  left: 18px;
  bottom: 18px;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.royal-home-page .royal-link-card svg {
  right: 16px;
  bottom: 20px;
  width: 32px;
  height: 32px;
  color: #ffffff;
  stroke-width: 1.7;
}

.royal-home-page .royal-dashboard {
  width: min(1488px, calc(100% - 48px));
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: 1fr 0.9fr 1.16fr 1.36fr;
  align-items: stretch;
  background: #ffffff;
  box-shadow: 0 -1px 0 rgba(6, 29, 56, 0.08);
}

.royal-home-page .royal-dashboard > article {
  min-height: 224px;
  border-right: 1px solid rgba(6, 29, 56, 0.12);
  padding: 20px 22px;
}

.royal-home-page .royal-dashboard > article:last-child {
  border-right: 0;
}

.royal-home-page .royal-dashboard header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.royal-home-page .royal-dashboard h2 {
  margin: 0;
  color: var(--royal-blue);
  font-size: 1.15rem;
  font-weight: 900;
  text-transform: uppercase;
}

.royal-home-page .royal-dashboard header a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--royal-blue);
  font-size: 0.74rem;
  font-weight: 800;
}

.royal-home-page .royal-dashboard header svg {
  width: 14px;
  height: 14px;
}

.royal-home-page .royal-docs > a:not(.royal-small-btn),
.royal-home-page .royal-news > a {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  padding: 7px 0;
  color: var(--royal-ink);
}

.royal-home-page .royal-docs > a svg {
  width: 18px;
  height: 18px;
  color: #ef4949;
}

.royal-home-page .royal-docs b,
.royal-home-page .royal-news b {
  display: block;
  font-size: 0.76rem;
  line-height: 1.25;
}

.royal-home-page .royal-docs small,
.royal-home-page .royal-news small {
  display: block;
  margin-top: 2px;
  color: var(--royal-muted);
  font-size: 0.72rem;
  font-weight: 600;
}

.royal-home-page .royal-docs time {
  color: var(--royal-muted);
  font-size: 0.72rem;
}

.royal-home-page .royal-small-btn {
  width: min(150px, 100%);
  min-height: 34px;
  margin-top: 8px;
  border-color: var(--royal-gold);
  color: var(--royal-blue);
  font-size: 0.68rem;
  background: #ffffff;
}

.royal-home-page .royal-news > a {
  grid-template-columns: 62px minmax(0, 1fr);
}

.royal-home-page .royal-news img {
  width: 56px;
  height: 46px;
  border-radius: 3px;
  object-fit: cover;
}

.royal-home-page .royal-gallery-mini div {
  display: grid;
  grid-template-columns: 1.28fr 0.9fr 0.9fr;
  grid-template-rows: repeat(2, 82px);
  gap: 8px;
}

.royal-home-page .royal-gallery-mini img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.royal-home-page .royal-gallery-mini .large {
  grid-row: span 2;
}

.royal-home-page .royal-contact-card {
  display: grid;
  grid-template-columns: minmax(230px, 0.95fr) minmax(220px, 1fr);
  padding: 0 !important;
  background: var(--royal-blue);
  color: #ffffff;
}

.royal-home-page .contact-info {
  display: grid;
  align-content: center;
  gap: 13px;
  padding: 24px;
}

.royal-home-page .contact-info h2 {
  color: #ffffff;
}

.royal-home-page .contact-info a,
.royal-home-page .contact-info span {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.35;
}

.royal-home-page .contact-info svg {
  width: 18px;
  height: 18px;
  color: var(--royal-gold);
}

.royal-home-page .contact-info .royal-small-btn {
  display: inline-flex;
  grid-template-columns: none;
  color: #061d38;
}

.royal-home-page .contact-map {
  min-height: 224px;
}

.royal-home-page .contact-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  filter: saturate(0.62) contrast(0.96);
}

.royal-home-page .royal-footer {
  min-height: 54px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 8px clamp(24px, 3.5vw, 54px);
  color: #ffffff;
  background: var(--royal-deep);
}

.royal-home-page .royal-footer .royal-brand {
  min-width: 210px;
}

.royal-home-page .royal-footer .royal-mark {
  width: 44px;
  height: 38px;
}

.royal-home-page .royal-footer .royal-mark svg {
  width: 40px;
  height: 40px;
}

.royal-home-page .royal-footer p,
.royal-home-page .royal-footer span {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.76rem;
  font-weight: 600;
}

.royal-home-page .royal-footer > span {
  color: var(--royal-gold);
}

.royal-home-page .royal-footer > span a {
  color: inherit;
  text-decoration: none;
}

.royal-home-page .royal-footer > span a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1280px) {
  .royal-home-page .royal-header {
    gap: 18px;
  }

  .royal-home-page .royal-nav {
    gap: 18px;
  }

  .royal-home-page .royal-phone span {
    display: none;
  }

  .royal-home-page .royal-link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .royal-home-page .royal-dashboard {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 980px) {
  .royal-home-page .royal-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 0 16px;
  }

  .royal-home-page .royal-nav,
  .royal-home-page .royal-phone {
    display: none;
  }

  .royal-home-page .royal-menu {
    display: block;
  }

  .royal-home-page .royal-hero {
    grid-template-columns: 1fr;
    min-height: 760px;
    align-items: end;
    padding: 56px 18px 118px;
  }

  .royal-home-page .hero-photo {
    background-position: center;
  }

  .royal-home-page .hero-shade {
    background:
      linear-gradient(0deg, rgba(2, 23, 45, 0.94) 0%, rgba(2, 23, 45, 0.7) 52%, rgba(2, 23, 45, 0.2)),
      linear-gradient(90deg, rgba(2, 23, 45, 0.74), rgba(2, 23, 45, 0.2));
  }

  .royal-home-page .hero-shade::after {
    display: none;
  }

  .royal-home-page .hero-copy {
    padding-left: 0;
  }

  .royal-home-page .hero-copy p {
    max-width: 520px;
  }

  .royal-home-page .hero-stats {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
    margin: 24px 0 0;
  }

  .royal-home-page .royal-benefits {
    width: min(100% - 28px, 720px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -70px;
  }

  .royal-home-page .royal-link-grid {
    width: min(100% - 28px, 720px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .royal-home-page .royal-dashboard {
    width: min(100% - 28px, 720px);
    grid-template-columns: 1fr;
  }

  .royal-home-page .royal-dashboard > article {
    border-right: 0;
    border-bottom: 1px solid rgba(6, 29, 56, 0.12);
  }

  .royal-home-page .royal-contact-card {
    grid-template-columns: 1fr;
  }

  .royal-home-page .contact-map {
    min-height: 280px;
  }

  .royal-home-page .royal-footer {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 18px;
  }
}

@media (max-width: 620px) {
  .royal-home-page .royal-brand {
    min-width: 0;
  }

  .royal-home-page .royal-mark {
    width: 50px;
    height: 44px;
  }

  .royal-home-page .royal-mark::before {
    width: 46px;
    height: 38px;
  }

  .royal-home-page .royal-mark svg {
    width: 46px;
    height: 46px;
  }

  .royal-home-page .brand-text b,
  .royal-home-page .royal-brand b {
    font-size: 1.35rem;
  }

  .royal-home-page .brand-text small,
  .royal-home-page .royal-brand small {
    font-size: 0.72rem;
  }

  .royal-home-page .royal-hero {
    min-height: 720px;
    padding-bottom: 112px;
  }

  .royal-home-page .hero-copy h1 {
    font-size: clamp(4rem, 19vw, 5.4rem);
  }

  .royal-home-page .hero-copy strong {
    font-size: clamp(1.55rem, 8vw, 2.1rem);
  }

  .royal-home-page .hero-actions {
    display: grid;
  }

  .royal-home-page .royal-btn {
    width: 100%;
  }

  .royal-home-page .royal-benefits {
    grid-template-columns: 1fr;
  }

  .royal-home-page .royal-benefits article {
    min-height: 104px;
    border-right: 0;
    border-bottom: 1px solid rgba(6, 29, 56, 0.12);
  }

  .royal-home-page .royal-link-grid {
    grid-template-columns: 1fr;
  }

  .royal-home-page .royal-link-card {
    min-height: 146px;
  }

  .royal-home-page .royal-gallery-mini div {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 110px);
  }

  .royal-home-page .royal-gallery-mini .large {
    grid-column: span 2;
    grid-row: span 1;
  }

  .royal-home-page .royal-docs > a:not(.royal-small-btn) {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  .royal-home-page .royal-docs time {
    grid-column: 2;
  }
}

/* Royal inner pages: make all content pages match the navy/gold homepage system. */
body:not(.royal-home-page) {
  --royal-navy: #062242;
  --royal-deep: #02172d;
  --royal-blue: #0a315c;
  --royal-gold: #f4b62c;
  --royal-cream: #f7f4eb;
  --royal-ink: #061d38;
  --royal-muted: #6f7c86;
  color: var(--royal-ink);
  background: #f5f7fb;
}

body:not(.royal-home-page) .site-header,
body.docs-report-page:not(.royal-home-page) .site-header {
  min-height: 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, #06284e, #021b35);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
}

body:not(.royal-home-page) .header-inner {
  min-height: 64px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 42px);
}

body:not(.royal-home-page) .brand {
  min-width: 250px;
  gap: 12px;
}

body:not(.royal-home-page) .brand-mark,
body.docs-report-page:not(.royal-home-page) .brand-mark {
  width: 58px;
  height: 50px;
  border: 0;
  border-radius: 0;
  color: transparent;
  background: transparent;
  box-shadow: none;
  font-size: 0;
}

body:not(.royal-home-page) .brand-mark::before,
body.docs-report-page:not(.royal-home-page) .brand-mark::before {
  content: "";
  position: static;
  width: 52px;
  height: 42px;
  display: block;
  transform: none;
  background: var(--royal-gold);
  clip-path: polygon(4% 85%, 96% 85%, 88% 100%, 12% 100%, 4% 85%, 11% 30%, 30% 61%, 50% 12%, 70% 61%, 89% 30%, 96% 85%, 84% 78%, 72% 50%, 58% 78%, 42% 78%, 28% 50%, 16% 78%);
}

body:not(.royal-home-page) .brand strong,
body.docs-report-page:not(.royal-home-page) .brand strong {
  color: #ffffff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.015em;
}

body:not(.royal-home-page) .brand small,
body.docs-report-page:not(.royal-home-page) .brand small {
  margin-top: 4px;
  color: var(--royal-gold);
  font-size: 0.82rem;
  font-weight: 700;
}

body:not(.royal-home-page) .primary-nav,
body:not(.royal-home-page) .portal-nav,
body.docs-report-page:not(.royal-home-page) .primary-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.6vw, 28px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

body:not(.royal-home-page) .primary-nav .nav-group {
  display: contents;
}

body:not(.royal-home-page) .nav-dropdown {
  display: none;
}

body:not(.royal-home-page) .primary-nav a,
body.docs-report-page:not(.royal-home-page) .primary-nav a {
  position: relative;
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  border-radius: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.94);
  background: transparent;
  box-shadow: none;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 0.93rem;
  font-weight: 800;
  white-space: nowrap;
}

body:not(.royal-home-page) .primary-nav a::after,
body.docs-report-page:not(.royal-home-page) .primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--royal-gold);
  transition: transform 180ms ease;
}

body:not(.royal-home-page) .primary-nav a:hover,
body:not(.royal-home-page) .primary-nav a[aria-current="page"],
body.docs-report-page:not(.royal-home-page) .primary-nav a:hover,
body.docs-report-page:not(.royal-home-page) .primary-nav a[aria-current="page"] {
  color: var(--royal-gold);
  background: transparent;
}

body:not(.royal-home-page) .primary-nav a:hover::after,
body:not(.royal-home-page) .primary-nav a[aria-current="page"]::after,
body.docs-report-page:not(.royal-home-page) .primary-nav a:hover::after,
body.docs-report-page:not(.royal-home-page) .primary-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

body:not(.royal-home-page) .phone-link,
body.docs-report-page:not(.royal-home-page) .phone-link {
  min-height: 44px;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  background: transparent;
  box-shadow: none;
  font-weight: 900;
}

body:not(.royal-home-page) .phone-link svg,
body.docs-report-page:not(.royal-home-page) .phone-link svg {
  color: var(--royal-gold);
  background: transparent;
  box-shadow: none;
  padding: 0;
}

body:not(.royal-home-page) .menu-toggle,
body.docs-report-page:not(.royal-home-page) .menu-toggle {
  border-color: rgba(244, 182, 44, 0.42);
  color: var(--royal-gold);
  background: rgba(255, 255, 255, 0.06);
}

body:not(.royal-home-page) .scroll-progress {
  background: var(--royal-gold);
}

body:not(.royal-home-page) .page-main,
body.docs-report-page:not(.royal-home-page) .page-main {
  background: #f5f7fb;
}

body:not(.royal-home-page) .page-hero,
body.docs-report-page:not(.royal-home-page) .page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 6vw, 86px) 0;
  color: #ffffff;
  background:
    linear-gradient(105deg, rgba(2, 23, 45, 0.98) 0%, rgba(2, 23, 45, 0.92) 45%, rgba(2, 23, 45, 0.36) 100%),
    url("assets/patsha/patsha-15.jpeg") center / cover no-repeat;
}

body:not(.royal-home-page) .page-hero::after,
body.docs-report-page:not(.royal-home-page) .page-hero::after {
  content: "";
  position: absolute;
  left: 36%;
  top: -12%;
  width: 140px;
  height: 130%;
  transform: skewX(-12deg);
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

body:not(.royal-home-page) .page-hero-grid,
body.docs-report-page:not(.royal-home-page) .page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.44fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  min-height: auto;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

body.docs-report-page:not(.royal-home-page) .page-hero-grid::before,
body.docs-report-page:not(.royal-home-page) .page-hero-grid::after {
  display: none;
}

body:not(.royal-home-page) .page-hero-copy,
body.docs-report-page:not(.royal-home-page) .page-hero-copy {
  max-width: 820px;
}

body:not(.royal-home-page) .page-hero-copy .eyebrow,
body.docs-report-page:not(.royal-home-page) .page-hero-copy .eyebrow {
  color: var(--royal-gold);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: none;
}

body:not(.royal-home-page) .page-hero-copy h1,
body.docs-report-page:not(.royal-home-page) .page-hero-copy h1 {
  max-width: 760px;
  margin: 0 0 22px;
  color: #ffffff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.35rem, 6.7vw, 6.25rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

body:not(.royal-home-page) .page-hero-copy p:not(.eyebrow),
body.docs-report-page:not(.royal-home-page) .page-hero-copy p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  font-weight: 650;
  line-height: 1.72;
}

body:not(.royal-home-page) .page-hero-actions {
  gap: 14px;
  margin-top: 32px;
}

body:not(.royal-home-page) .button,
body.docs-report-page:not(.royal-home-page) .button {
  min-height: 48px;
  border-radius: 3px;
  padding: 0 24px;
  font-weight: 900;
  text-transform: none;
}

body:not(.royal-home-page) .button-primary,
body.docs-report-page:not(.royal-home-page) .button-primary {
  border-color: var(--royal-gold);
  color: #061d38;
  background: linear-gradient(180deg, #ffd46b, var(--royal-gold));
  box-shadow: none;
}

body:not(.royal-home-page) .button-outline,
body.docs-report-page:not(.royal-home-page) .button-outline {
  border-color: rgba(244, 182, 44, 0.78);
  color: #ffffff;
  background: rgba(6, 34, 66, 0.48);
}

body:not(.royal-home-page) .button svg {
  background: transparent;
  color: currentColor;
  padding: 0;
}

body:not(.royal-home-page) .page-hero-media {
  height: clamp(390px, 48vw, 520px);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(244, 182, 44, 0.42);
  border-radius: 0;
  background: rgba(6, 34, 66, 0.48);
  box-shadow: 0 24px 70px rgba(2, 23, 45, 0.34);
}

body:not(.royal-home-page) .page-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

body:not(.royal-home-page) .page-hero-media::after {
  background: linear-gradient(180deg, transparent 44%, rgba(2, 23, 45, 0.84));
}

body:not(.royal-home-page) .page-hero-media span {
  color: #ffffff;
  font-weight: 900;
}

body:not(.royal-home-page) .section {
  background: #ffffff;
}

body:not(.royal-home-page) .story-article,
body:not(.royal-home-page) .story-facts,
body:not(.royal-home-page) .info-card,
body:not(.royal-home-page) .year-card,
body:not(.royal-home-page) .group-card,
body:not(.royal-home-page) .contact-panel,
body:not(.royal-home-page) .docs-panel,
body:not(.royal-home-page) .featured-document,
body:not(.royal-home-page) .registry-shell,
body:not(.royal-home-page) .doc-table,
body:not(.royal-home-page) .gallery-item {
  border-radius: 0;
  border-color: rgba(6, 29, 56, 0.12);
  box-shadow: 0 16px 42px rgba(6, 29, 56, 0.08);
}

body:not(.royal-home-page) .section-head .eyebrow,
body:not(.royal-home-page) .about-copy .eyebrow,
body:not(.royal-home-page) .docs-heading .eyebrow,
body:not(.royal-home-page) .contact-copy .eyebrow {
  color: var(--royal-gold-dark, #d99716);
}

body:not(.royal-home-page) .section-head h2,
body:not(.royal-home-page) .docs-heading h2,
body:not(.royal-home-page) .contact-copy h2,
body:not(.royal-home-page) .story-facts strong,
body:not(.royal-home-page) .year-card strong {
  color: var(--royal-blue);
}

body:not(.royal-home-page) .site-footer {
  color: rgba(255, 255, 255, 0.76);
  background: var(--royal-deep);
}

.section-list-grid.is-attestation article {
  display: flex;
  flex-direction: column;
}

.attestation-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 20px;
  color: var(--royal-blue);
  font-weight: 900;
  text-decoration: none;
}

.attestation-card-link svg {
  width: 17px;
  height: 17px;
  color: var(--royal-gold-dark, #d99716);
  transition: transform 160ms ease;
}

.attestation-card-link:hover svg {
  transform: translate(2px, -2px);
}

@media (max-width: 1180px) {
  body:not(.royal-home-page) .primary-nav,
  body:not(.royal-home-page) .portal-nav {
    gap: 14px;
  }

  body:not(.royal-home-page) .phone-link span {
    display: none;
  }
}

@media (max-width: 1120px) {
  body:not(.royal-home-page) .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  body:not(.royal-home-page) .primary-nav,
  body:not(.royal-home-page) .portal-nav,
  body.docs-report-page:not(.royal-home-page) .primary-nav {
    position: fixed;
    inset: 64px 0 auto;
    z-index: 90;
    width: 100%;
    max-height: calc(100vh - 64px);
    display: none;
    overflow-y: auto;
    grid-template-columns: 1fr;
    gap: 6px;
    border: 0;
    border-radius: 0;
    padding: 12px;
    background: #062242;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  }

  body:not(.royal-home-page) .site-header.nav-visible .primary-nav,
  body.docs-report-page:not(.royal-home-page) .site-header.nav-visible .primary-nav {
    display: grid;
  }

  body:not(.royal-home-page) .primary-nav .nav-group,
  body.docs-report-page:not(.royal-home-page) .primary-nav .nav-group {
    display: grid;
  }

  body:not(.royal-home-page) .nav-dropdown,
  body.docs-report-page:not(.royal-home-page) .nav-dropdown {
    display: grid;
    position: static;
    min-width: 0;
    margin: 0 0 8px;
    border: 0;
    border-radius: 0;
    padding: 0 0 0 14px;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  body:not(.royal-home-page) .nav-dropdown::before,
  body.docs-report-page:not(.royal-home-page) .nav-dropdown::before {
    display: none;
  }

  body:not(.royal-home-page) .primary-nav a,
  body:not(.royal-home-page) .nav-dropdown a,
  body.docs-report-page:not(.royal-home-page) .primary-nav a,
  body.docs-report-page:not(.royal-home-page) .nav-dropdown a {
    min-height: 42px;
    width: 100%;
    border-radius: 8px;
    padding: 0 12px;
  }

  body:not(.royal-home-page) .primary-nav a::after,
  body.docs-report-page:not(.royal-home-page) .primary-nav a::after {
    display: none;
  }

  body:not(.royal-home-page) .primary-nav a[aria-current="page"],
  body:not(.royal-home-page) .primary-nav a:hover,
  body.docs-report-page:not(.royal-home-page) .primary-nav a[aria-current="page"],
  body.docs-report-page:not(.royal-home-page) .primary-nav a:hover {
    color: #061d38;
    background: var(--royal-gold);
  }

  body:not(.royal-home-page) .phone-link,
  body.docs-report-page:not(.royal-home-page) .phone-link {
    display: none;
  }

  body:not(.royal-home-page) .menu-toggle,
  body.docs-report-page:not(.royal-home-page) .menu-toggle {
    display: inline-grid;
  }
}

@media (max-width: 940px) {
  body:not(.royal-home-page) .page-hero-grid,
  body.docs-report-page:not(.royal-home-page) .page-hero-grid {
    grid-template-columns: 1fr;
  }

  body:not(.royal-home-page) .page-hero-media,
  body:not(.royal-home-page) .page-hero-media img {
    height: 320px;
    min-height: 320px;
  }
}

@media (max-width: 620px) {
  body:not(.royal-home-page) .brand {
    min-width: 0;
  }

  body:not(.royal-home-page) .brand-mark {
    width: 50px;
    height: 44px;
  }

  body:not(.royal-home-page) .brand-mark::before {
    width: 46px;
    height: 38px;
  }

  body:not(.royal-home-page) .brand strong {
    font-size: 1.35rem;
  }

  body:not(.royal-home-page) .brand small {
    font-size: 0.72rem;
  }

  body:not(.royal-home-page) .page-hero {
    padding: 54px 0 42px;
  }

  body:not(.royal-home-page) .page-hero::after {
    display: none;
  }

  body:not(.royal-home-page) .page-hero-copy h1,
  body.docs-report-page:not(.royal-home-page) .page-hero-copy h1 {
    font-size: clamp(2.15rem, 9.7vw, 2.85rem);
    line-height: 1.03;
  }

  body:not(.royal-home-page) .page-hero-copy p:not(.eyebrow),
  body.docs-report-page:not(.royal-home-page) .page-hero-copy p:not(.eyebrow) {
    font-size: 0.96rem;
  }

  body:not(.royal-home-page) .page-hero-actions {
    display: grid;
  }

  body:not(.royal-home-page) .page-hero-actions .button {
    width: 100%;
  }

  body:not(.royal-home-page) .page-hero-media,
  body:not(.royal-home-page) .page-hero-media img {
    height: 260px;
    min-height: 260px;
  }
}

/* Keremet-style portal pass: structured official navigation and institution blocks. */
.royal-home-page .royal-nav-tree {
  align-items: stretch;
  overflow: visible;
}

.royal-home-page .royal-nav-item {
  position: relative;
  display: inline-flex;
  align-items: stretch;
}

.royal-home-page .royal-nav-item > a {
  display: inline-flex;
  align-items: center;
}

.royal-home-page .royal-subnav {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 40;
  min-width: 230px;
  display: grid;
  gap: 2px;
  border: 1px solid rgba(244, 182, 44, 0.28);
  padding: 10px;
  background: rgba(2, 23, 45, 0.98);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.royal-home-page .royal-subnav::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 1px solid rgba(244, 182, 44, 0.28);
  border-left: 1px solid rgba(244, 182, 44, 0.28);
  background: rgba(2, 23, 45, 0.98);
  transform: translateX(-50%) rotate(45deg);
}

.royal-home-page .royal-subnav.wide {
  min-width: 290px;
}

.royal-home-page .royal-subnav a {
  min-height: 38px;
  justify-content: flex-start;
  border: 0;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.86);
  background: transparent;
  font-size: 0.86rem;
  line-height: 1.2;
}

.royal-home-page .royal-subnav a::after {
  display: none;
}

.royal-home-page .royal-subnav a:hover {
  color: #061d38;
  background: #f4b62c;
}

.royal-home-page .royal-nav-item:hover .royal-subnav,
.royal-home-page .royal-nav-item:focus-within .royal-subnav {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.royal-kicker {
  margin: 0 0 10px;
  color: #c98b10;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.royal-institution,
.royal-photo-strip {
  width: min(1420px, calc(100% - 48px));
  margin: 28px auto 0;
}

.royal-institution {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.42fr);
  gap: 24px;
  align-items: stretch;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(6, 29, 56, 0.08);
}

.institution-copy {
  display: grid;
  align-content: center;
  min-width: 0;
}

.institution-copy h2,
.royal-photo-strip h2 {
  max-width: 820px;
  margin: 0 0 14px;
  color: #061d38;
  font-size: clamp(2rem, 3.6vw, 4.25rem);
  font-weight: 900;
  line-height: 0.96;
}

.institution-copy p:not(.royal-kicker) {
  max-width: 820px;
  margin: 0;
  color: #5e6b76;
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.72;
}

.institution-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.institution-card {
  display: grid;
  align-content: start;
  border: 1px solid rgba(6, 29, 56, 0.12);
  background: #f8fafc;
}

.institution-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.institution-card div {
  display: grid;
  gap: 6px;
  border-top: 1px solid rgba(6, 29, 56, 0.1);
  padding: 18px 20px;
}

.institution-card span {
  color: #c98b10;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.institution-card b,
.institution-card a {
  color: #061d38;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.35;
}

.royal-photo-strip {
  padding: 28px 0 0;
}

.royal-photo-strip header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}

.royal-photo-strip header .royal-kicker {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.royal-photo-strip header a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #061d38;
  font-weight: 900;
}

.royal-photo-strip > div {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 12px;
}

.royal-photo-strip img {
  width: 100%;
  height: clamp(190px, 18vw, 310px);
  object-fit: cover;
  box-shadow: 0 16px 42px rgba(6, 29, 56, 0.12);
}

.royal-photo-strip img:first-child {
  height: clamp(260px, 24vw, 380px);
}

@media (max-width: 1180px) {
  .royal-home-page .royal-nav-tree {
    gap: 18px;
  }

  .royal-home-page .royal-nav-tree > a,
  .royal-home-page .royal-nav-item > a {
    font-size: 0.82rem;
  }
}

@media (max-width: 980px) {
  .royal-home-page .royal-nav-tree {
    display: none;
  }

  .royal-home-page .royal-institution {
    grid-template-columns: 1fr;
  }

  .royal-photo-strip > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .royal-institution,
  .royal-photo-strip {
    width: calc(100% - 24px);
    margin-top: 18px;
  }

  .royal-institution {
    padding: 20px;
  }

  .institution-copy h2,
  .royal-photo-strip h2 {
    font-size: 2.1rem;
    line-height: 1;
  }

  .institution-copy p:not(.royal-kicker) {
    font-size: 0.96rem;
  }

  .institution-actions {
    display: grid;
  }

  .institution-actions .royal-small-btn {
    width: 100%;
  }

  .institution-card img {
    height: 210px;
  }

  .royal-photo-strip header {
    grid-template-columns: 1fr;
  }

  .royal-photo-strip > div {
    grid-template-columns: 1fr;
  }

  .royal-photo-strip img,
  .royal-photo-strip img:first-child {
    height: 220px;
  }
}

@media (max-width: 720px) {
  body.docs-report-page:not(.royal-home-page) .docs-heading,
  body:not(.royal-home-page) .docs-heading {
    grid-template-columns: 1fr;
  }
}
