:root {
  --blue-950: #081c32;
  --blue-900: #08366f;
  --blue-800: #084a9c;
  --blue-700: #0d5eb8;
  --blue-100: #eaf3ff;
  --gold-700: #9c6b22;
  --gold-500: #c7964b;
  --gold-300: #e3c58c;
  --ink: #10243d;
  --muted: #607186;
  --line: #dce5ef;
  --soft: #f7f5f0;
  --white: #fff;
  --shadow: 0 24px 64px rgb(7 48 103 / 12%);
  --radius-lg: 28px;
  --radius-md: 18px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid #f4bd55;
  outline-offset: 4px;
}

.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; right: 12px; padding: 10px 16px; background: var(--white); color: var(--blue-950); transform: translateY(-150%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.announcement { background: var(--blue-950); color: var(--white); font-size: .88rem; }
.announcement__inner { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.announcement__inner strong { color: #f5ce83; }
.announcement__inner a { margin-right: auto; border-bottom: 1px solid rgb(255 255 255 / 45%); line-height: 1.4; }
.announcement__pulse { width: 8px; height: 8px; border-radius: 50%; background: #f0b95b; box-shadow: 0 0 0 6px rgb(240 185 91 / 14%); }

.site-header { position: sticky; z-index: 50; top: 0; background: rgb(255 255 255 / 94%); border-bottom: 1px solid rgb(7 50 107 / 8%); backdrop-filter: blur(16px); }
.nav-wrap { height: 88px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.brand__mark { position: relative; width: 76px; height: 68px; display: block; overflow: hidden; }
.brand__mark img { position: absolute; width: 132px; max-width: none; height: 132px; left: -28px; top: -16px; }
.brand__word { display: grid; line-height: 1.25; }
.brand__word strong { color: var(--blue-900); font-size: 1rem; }
.brand__word small { margin-top: 4px; color: var(--gold-700); font-size: .51rem; font-weight: 800; letter-spacing: .035em; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-inline: auto; font-size: .96rem; font-weight: 650; color: #2e4561; }
.main-nav a { position: relative; padding-block: 12px; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 4px; width: 0; height: 2px; background: var(--gold-500); transition: width .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { width: 100%; }
.nav-call { padding: 9px 16px; border-right: 1px solid var(--line); line-height: 1.35; }
.nav-call span { display: block; color: var(--muted); font-size: .72rem; }
.nav-call strong { display: block; color: var(--blue-800); font-size: .97rem; letter-spacing: .02em; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-button__line { display: block; height: 2px; margin-block: 6px; background: var(--blue-950); border-radius: 3px; transition: .2s ease; }

.hero { position: relative; min-height: 650px; display: grid; align-items: stretch; overflow: hidden; background: var(--blue-950); }
.hero__image, .hero__veil { position: absolute; inset: 0; }
.hero__image { background-image: url("assets/mazaya-hospital-hero.webp"); background-size: cover; background-position: center; }
.hero__veil { background: linear-gradient(90deg, rgb(3 25 56 / 8%) 0%, rgb(4 32 70 / 25%) 40%, rgb(4 32 70 / 90%) 76%, #062554 100%); }
.hero::after { content: ""; position: absolute; inset-inline: 0; bottom: 0; height: 120px; background: linear-gradient(to top, rgb(4 27 61 / 35%), transparent); pointer-events: none; }
.hero__content { position: relative; z-index: 2; display: flex; align-items: center; padding-block: 80px 100px; }
.hero__copy { width: min(600px, 56%); color: var(--white); }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #f1cc88; font-weight: 700; font-size: .92rem; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.hero h1 { margin: 18px 0 20px; max-width: 650px; font-size: clamp(2.5rem, 5.4vw, 4.85rem); line-height: 1.16; letter-spacing: -.045em; }
.hero h1 em { display: block; color: #e8bd71; font-style: normal; font-weight: 760; }
.hero__copy > p { max-width: 590px; margin: 0; color: rgb(255 255 255 / 82%); font-size: 1.13rem; line-height: 1.9; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 12px 22px; border-radius: 11px; font-weight: 750; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--gold { color: #162237; background: linear-gradient(135deg, #e8c789, #c28a3a); box-shadow: 0 14px 30px rgb(0 0 0 / 20%); }
.button--ghost { color: var(--white); border: 1px solid rgb(255 255 255 / 35%); background: rgb(255 255 255 / 8%); }
.button--ghost:hover { background: rgb(255 255 255 / 14%); border-color: rgb(255 255 255 / 55%); }
.button--white { color: var(--blue-950); background: var(--white); box-shadow: 0 16px 35px rgb(0 0 0 / 13%); }
.hero__note { display: flex; align-items: center; gap: 12px; margin-top: 34px; }
.hero__note-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgb(255 255 255 / 22%); border-radius: 50%; color: #f1cc88; font-weight: 800; }
.hero__note strong, .hero__note span { display: block; }
.hero__note strong { font-size: .86rem; }
.hero__note div > span { color: rgb(255 255 255 / 66%); font-size: .8rem; }

.capacity { position: relative; z-index: 5; margin-top: -38px; }
.capacity__grid { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); box-shadow: var(--shadow); border-radius: 16px; overflow: hidden; }
.capacity article { min-height: 118px; display: flex; align-items: center; justify-content: center; gap: 13px; padding: 20px; border-left: 1px solid var(--line); }
.capacity article:last-child { border-left: 0; }
.capacity strong { color: var(--blue-800); font-size: 1.85rem; line-height: 1; letter-spacing: -.04em; }
.capacity span { max-width: 110px; color: #50647c; font-size: .86rem; line-height: 1.5; }

.section { padding-block: 110px; }
.section-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; color: var(--gold-700); font-size: .86rem; font-weight: 800; letter-spacing: .02em; }
.section-kicker::before { content: ""; width: 28px; height: 2px; background: var(--gold-500); }
.section-kicker--light { color: #efcc8b; }
.section h2 { margin: 0; color: var(--blue-950); font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.32; letter-spacing: -.035em; }
.intro__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
.intro__body { border-right: 1px solid var(--line); padding-right: 38px; }
.intro__body > p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.intro__principles { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.intro__principles span { padding: 8px 13px; border-radius: 999px; background: var(--blue-100); color: var(--blue-800); font-size: .84rem; font-weight: 700; }

.services { background: var(--soft); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 46px; }
.section-heading > p { max-width: 390px; margin: 0; color: var(--muted); }
.section-heading--center { justify-content: center; text-align: center; }
.section-heading--center .section-kicker { justify-content: center; }
.services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; background: var(--white); border: 1px solid #e3eaf2; border-radius: var(--radius-md); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgb(7 50 107 / 10%); border-color: #ccdae9; }
.service-card__number { color: var(--gold-700); font-size: .78rem; font-weight: 850; }
.service-card h3 { margin: 0 0 7px; color: var(--blue-950); font-size: 1.17rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.75; }
.service-card--featured { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(145deg, var(--blue-800), var(--blue-950)); border-color: transparent; }
.service-card--featured::after { content: ""; position: absolute; width: 170px; height: 170px; left: -65px; top: -60px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 50%; box-shadow: 0 0 0 35px rgb(255 255 255 / 4%); }
.service-card--featured .service-card__number { color: #efcc8b; }
.service-card--featured h3 { color: var(--white); }
.service-card--featured p { color: rgb(255 255 255 / 72%); }
.service-card__arrow { position: absolute; left: 22px; bottom: 18px; color: #efcc8b; font-size: 1.4rem; }

.patient-first { position: relative; overflow: hidden; color: var(--white); background: var(--blue-950); }
.patient-first::before { content: ""; position: absolute; width: 480px; height: 480px; right: -200px; bottom: -270px; border-radius: 50%; background: rgb(13 94 184 / 45%); filter: blur(2px); }
.patient-first__grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; }
.patient-first__visual { position: relative; min-height: 430px; display: grid; place-items: center; border: 1px solid rgb(255 255 255 / 10%); border-radius: var(--radius-lg); background: radial-gradient(circle at center, rgb(27 101 184 / 38%), rgb(4 31 69 / 15%) 62%); overflow: hidden; }
.patient-first__monogram { color: rgb(255 255 255 / 8%); font-family: Georgia, serif; font-size: 17rem; line-height: 1; font-weight: 800; }
.patient-first__label { position: absolute; right: 38px; bottom: 35px; color: rgb(255 255 255 / 68%); line-height: 1.5; }
.patient-first__label strong { color: #efcc8b; font-size: 1.25rem; }
.orbit { position: absolute; border: 1px solid rgb(225 189 122 / 22%); border-radius: 50%; }
.orbit--one { width: 260px; height: 260px; }
.orbit--two { width: 370px; height: 370px; }
.patient-first__content h2 { color: var(--white); }
.patient-first__content > p { max-width: 600px; margin: 20px 0 32px; color: rgb(255 255 255 / 68%); }
.patient-first__content ul { display: grid; gap: 1px; margin: 0; padding: 0; list-style: none; background: rgb(255 255 255 / 10%); }
.patient-first__content li { display: grid; grid-template-columns: 50px 1fr; gap: 12px; padding: 20px 0; background: var(--blue-950); }
.patient-first__content li > span { color: #efcc8b; font-size: .75rem; font-weight: 800; }
.patient-first__content strong, .patient-first__content small { display: block; }
.patient-first__content strong { font-size: 1rem; }
.patient-first__content small { margin-top: 3px; color: rgb(255 255 255 / 58%); font-size: .82rem; }

.journey__steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 10px; }
.journey__steps::before { content: ""; position: absolute; top: 35px; right: 17%; left: 17%; height: 1px; background: var(--line); }
.journey__steps article { position: relative; padding: 0 38px; text-align: center; }
.journey__steps article > span { position: relative; z-index: 2; width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 22px; border: 1px solid var(--gold-300); border-radius: 50%; color: var(--gold-700); background: var(--white); font-size: .82rem; font-weight: 850; }
.journey__steps h3 { margin: 0 0 8px; color: var(--blue-950); font-size: 1.18rem; }
.journey__steps p { margin: 0; color: var(--muted); font-size: .91rem; }

.launch-strip { padding-block: 54px; color: var(--white); background: linear-gradient(110deg, #0b5bb5, #073a78 70%, #082b5c); }
.launch-strip__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.launch-strip span { color: #efcc8b; font-size: .84rem; font-weight: 800; }
.launch-strip h2 { margin: 4px 0 0; color: var(--white); font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1.3; }
.launch-strip .button span { color: var(--blue-950); font-size: 1rem; }

.contact { background: #fff; }
.contact__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.contact__intro { position: sticky; top: 130px; }
.contact__intro p { margin: 18px 0 0; color: var(--muted); }
.contact__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-card { min-height: 200px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--soft); }
.contact-card__label { color: var(--muted); font-size: .78rem; font-weight: 700; }
.contact-card > a[dir="ltr"] { color: var(--blue-900); font-size: clamp(1.55rem, 3vw, 2.1rem); font-weight: 780; letter-spacing: .015em; text-align: right; }
.contact-card > div { display: flex; gap: 9px; }
.contact-card > div a { padding: 7px 13px; border-radius: 8px; color: var(--blue-800); background: var(--white); border: 1px solid #d6e0eb; font-size: .82rem; font-weight: 750; }
.contact-card--location { grid-column: 1 / -1; min-height: 170px; background: var(--blue-950); border-color: var(--blue-950); color: var(--white); }
.contact-card--location .contact-card__label { color: #efcc8b; }
.contact-card--location p { margin: 8px 0 14px; color: rgb(255 255 255 / 74%); }
.text-link { align-self: flex-start; color: #efcc8b; border-bottom: 1px solid rgb(239 204 139 / 45%); font-size: .86rem; }

.site-footer { padding-top: 58px; color: rgb(255 255 255 / 68%); background: #041d43; }
.footer__main { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 70px; padding-bottom: 45px; }
.footer__brand img { width: 142px; height: 142px; object-fit: contain; background: var(--white); border-radius: 14px; }
.footer__brand p { margin: 12px 0 0; color: #efcc8b; font-size: .88rem; }
.footer__main h2 { margin: 0 0 13px; color: var(--white); font-size: .9rem; }
.footer__main > div:not(:first-child) a { display: block; margin-block: 6px; font-size: .84rem; }
.footer__main > div:not(:first-child) a:hover { color: var(--white); }
.footer__bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgb(255 255 255 / 9%); font-size: .76rem; }
.footer__bottom > span:last-child { color: #efcc8b; }

.whatsapp-float { position: fixed; z-index: 40; left: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; border: 4px solid var(--white); border-radius: 50%; color: var(--white); background: #168b5c; box-shadow: 0 12px 28px rgb(0 0 0 / 20%); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.02); }
.whatsapp-float svg { width: 30px; height: 30px; fill: currentColor; }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 32px, 900px); }
  .main-nav { gap: 18px; font-size: .88rem; }
  .nav-call { display: none; }
  .hero__copy { width: min(650px, 72%); }
  .capacity__grid { grid-template-columns: repeat(2, 1fr); }
  .capacity article:nth-child(2) { border-left: 0; }
  .capacity article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .patient-first__grid { gap: 55px; }
  .contact__grid { grid-template-columns: 1fr; gap: 40px; }
  .contact__intro { position: static; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 28px); }
  .announcement__inner { justify-content: flex-start; gap: 8px; min-height: 46px; font-size: .77rem; }
  .announcement__inner a { display: none; }
  .nav-wrap { height: 74px; justify-content: space-between; }
  .brand { gap: 4px; }
  .brand__mark { width: 58px; height: 58px; }
  .brand__mark img { width: 112px; height: 112px; left: -27px; top: -14px; }
  .brand__word strong { font-size: .82rem; }
  .brand__word small { display: none; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 74px; right: 14px; left: 14px; display: grid; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 11px 12px; border-bottom: 1px solid #edf1f5; }
  .main-nav a:last-child { border-bottom: 0; }
  .menu-button[aria-expanded="true"] .menu-button__line:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-button[aria-expanded="true"] .menu-button__line:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] .menu-button__line:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .hero { min-height: 660px; }
  .hero__image { background-position: 38% center; }
  .hero__veil { background: linear-gradient(to left, #062554 0%, rgb(4 32 70 / 92%) 58%, rgb(4 32 70 / 55%) 100%); }
  .hero__content { align-items: end; padding-block: 72px 70px; }
  .hero__copy { width: 100%; }
  .hero h1 { margin-block: 14px 16px; font-size: clamp(2.45rem, 12vw, 3.8rem); }
  .hero__copy > p { font-size: 1rem; }
  .hero__actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero__note { margin-top: 24px; }
  .capacity { margin-top: 0; }
  .capacity__grid { width: 100%; border-radius: 0; box-shadow: none; }
  .capacity article { min-height: 100px; padding: 15px 10px; }
  .capacity strong { font-size: 1.45rem; }
  .capacity span { font-size: .76rem; }
  .section { padding-block: 78px; }
  .intro__grid, .patient-first__grid { grid-template-columns: 1fr; gap: 35px; }
  .intro__body { border-right: 0; padding-right: 0; }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading > p { margin-top: 15px; }
  .services__grid { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .patient-first__visual { min-height: 330px; order: 2; }
  .patient-first__monogram { font-size: 12rem; }
  .patient-first__label { right: 25px; bottom: 24px; }
  .orbit--one { width: 205px; height: 205px; }
  .orbit--two { width: 285px; height: 285px; }
  .journey__steps { grid-template-columns: 1fr; gap: 34px; }
  .journey__steps::before { top: 25px; bottom: 25px; right: 34px; left: auto; width: 1px; height: auto; }
  .journey__steps article { min-height: 90px; padding: 0 95px 0 0; text-align: right; }
  .journey__steps article > span { position: absolute; top: 0; right: 0; width: 68px; height: 68px; margin: 0; }
  .launch-strip__inner { display: grid; }
  .contact__cards { grid-template-columns: 1fr; }
  .contact-card--location { grid-column: auto; }
  .footer__main { grid-template-columns: 1fr; gap: 32px; }
  .footer__bottom { display: grid; justify-content: start; padding-block: 18px; }
  .whatsapp-float { width: 52px; height: 52px; left: 14px; bottom: 14px; }
}

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

/* Selected concept: cinematic navy, ivory and gold. */
body { background: #fffefa; }
.announcement { display: none; }
.site-header { position: absolute; inset: 0 0 auto; background: linear-gradient(#081c32cc, transparent); border: 0; backdrop-filter: none; }
.nav-wrap { position: relative; height: 130px; justify-content: space-between; }
.brand { position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 176px; padding: 0 8px; border-radius: 0 0 24px 24px; background: white; box-shadow: 0 12px 40px #0002; }
.brand__full { width: 160px; height: 160px; object-fit: contain; }
.main-nav { margin: 0; gap: 20px; color: white; font-size: .88rem; }
.main-nav a:nth-child(4) { display: none; }
.nav-call { margin-right: auto; border-color: #c7964b66; }
.nav-call span, .nav-call strong { color: #f0d6a5; }
.hero { min-height: 830px; background: #081c32; }
.hero__slides, .hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-slide { object-fit: cover; object-position: center; opacity: 0; transition: opacity 1.2s ease; }
.hero-slide.is-active { opacity: 1; }
.hero__veil { background: linear-gradient(180deg, #05172c55 0%, #04152855 35%, #041528a6 75%, #041528e8 100%); }
.hero__content { justify-content: center; padding-block: 230px 160px; }
.hero__copy { width: min(760px, 100%); text-align: center; }
.eyebrow { display: inline-flex; padding: 5px 24px; border: 1px solid #e6c38299; border-radius: 99px; background: #09213970; color: #ffe0a8; letter-spacing: .02em; }
.hero h1 { max-width: none; margin-block: 22px; font-size: clamp(3rem, 5.8vw, 5.5rem); line-height: 1.3; letter-spacing: -.035em; text-shadow: 0 4px 25px #0005; }
.hero h1 em { color: #f0d6a5; }
.hero__copy > p { margin-inline: auto; max-width: 620px; color: #f3f3f0; font-size: 1.05rem; }
.hero__actions { justify-content: center; }
.hero__actions .button { border-radius: 99px; padding-inline: 28px; }
.hero__note { justify-content: center; margin-top: 24px; }
.hero__note-icon { display: none; }
.hero__note div > span { color: #ede6d9; }
.carousel-controls { position: absolute; z-index: 4; bottom: 83px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; }
.carousel-controls button { cursor: pointer; min-width: 40px; min-height: 40px; border: 1px solid #fff5; border-radius: 50%; background: #081c3288; color: white; font: inherit; }
.carousel-controls .slide-pause { border-radius: 99px; padding-inline: 15px; font-size: .8rem; }
.slide-dots { display: flex; gap: 6px; }
.slide-dots button { min-width: 28px; min-height: 40px; border: 0; background: transparent; border-radius: 6px; position: relative; }
.slide-dots button::after { content: ''; display: block; width: 7px; height: 7px; border-radius: 50%; background: #fff7; margin: auto; }
.slide-dots button[aria-current="true"]::after { background: #e6c382; width: 20px; border-radius: 5px; }
.image-disclaimer { position: absolute; bottom: 54px; left: 0; right: 0; text-align: center; color: #fff9; z-index: 3; font-size: .65rem; }
.capacity { margin-top: -38px; }
.capacity__grid { border-radius: 16px; border-bottom: 3px solid #c7964b; }
.capacity article { border-color: #c7964b44; }
.capacity article a { display: grid; justify-items: center; gap: 12px; width: 100%; }
.capacity strong { font-size: 1.3rem; color: #9c6b22; letter-spacing: 0; }
.capacity span { max-width: none; }
.intro__principles span { background: #f4eee3; color: #785321; }
@media (min-width: 761px) and (max-width: 1100px) {
  .main-nav { max-width: 35%; flex-wrap: wrap; gap: 4px 16px; }
  .nav-call { display: block; }
}
@media (max-width: 760px) {
  .nav-wrap { height: 94px; }
  .brand { width: 120px; padding: 0; border-radius: 0 0 18px 18px; }
  .brand__full { width: 120px; height: 120px; }
  .menu-button__line { background: white; }
  .main-nav { top: 98px; color: #081c32; }
  .main-nav a:nth-child(4) { display: block; }
  .hero { min-height: 810px; }
  .hero__content { padding-block: 185px 165px; align-items: center; }
  .hero__copy { width: 100%; }
  .hero h1 { font-size: clamp(2.9rem, 11vw, 4rem); }
  .hero__copy > p { font-size: .95rem; max-width: 440px; }
  .hero__actions { display: flex; }
  .hero__actions .button { width: auto; min-height: 48px; font-size: .88rem; padding: 10px 19px; }
  .hero__veil { background: linear-gradient(#04152855, #04152899 60%, #041528ee); }
  .capacity__grid { width: var(--shell); border-radius: 16px; }
  .capacity article { min-height: 98px; }
  .capacity strong { font-size: 1.1rem; }
  .carousel-controls { bottom: 82px; gap: 7px; }
}

/* Shared page navigation and editorial pages. */
.main-nav { max-width: calc(50% - 108px); flex-wrap: wrap; gap: 0 18px; }
.main-nav a:nth-child(4) { display: block; }
.main-nav a[aria-current="page"] { color: #f0d6a5; }
.main-nav a[aria-current="page"]::after { width: 100%; }
.image-disclaimer { font-size: .75rem; color: #e4e6e9; }
.inner-page .site-header { position: relative; background: #081c32; }
.inner-page .nav-wrap { height: 164px; }
.page-masthead { color: white; background: #081c32; padding: 42px 0 64px; border-bottom: 3px solid #c7964b; }
.page-masthead nav { font-size: .875rem; color: #d5dee9; margin-bottom: 24px; }
.page-masthead nav a { text-decoration: underline; text-underline-offset: 4px; }
.page-opening { display: inline-block; color: #f0d6a5; border: 1px solid #c7964b88; border-radius: 99px; padding: 4px 16px; font-size: .875rem; }
.page-masthead h1 { margin: 16px 0; font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.4; }
.page-masthead p { color: #e0e5ed; max-width: 700px; margin: 0; font-size: 1.05rem; }
.page-section { padding-block: 56px; }
.page-section + .page-section { padding-top: 12px; }
.page-section h2 { color: #081c32; font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1.5; margin: 0 0 20px; }
.page-section p { color: #526173; }
.editorial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.editorial-image { margin: 0; }
.editorial-image img { width: 100%; height: auto; aspect-ratio: 16/10; object-fit: cover; border-radius: 20px; }
.editorial-image figcaption { font-size: .8rem; color: #626d79; padding: 10px 2px; }
.opening-note { border-inline-start: 3px solid #c7964b; background: #f7f2e8; border-radius: 8px; padding: 18px 22px; margin: 0 0 32px; }
.opening-note strong { color: #735019; }
.opening-note p { margin: 5px 0 0; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.values-grid article { border-top: 2px solid #c7964b; background: #f7f5f0; padding: 28px; border-radius: 0 0 14px 14px; }
.values-grid h2 { font-size: 1.4rem; }
.pending-panel { max-width: 850px; margin: auto; padding: 40px; border: 1px solid #dce5ef; border-radius: 22px; background: #f7f5f0; }
.faq-list { border-top: 1px solid #dce5ef; }
.faq-list details { padding: 20px 8px; border-bottom: 1px solid #dce5ef; }
.faq-list summary { cursor: pointer; font-size: 1.05rem; font-weight: 650; color: #081c32; }
.news-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.contact-extras { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 32px; }
.email-link { display: inline-block; color: #084a9c; text-decoration: underline; overflow-wrap: anywhere; }
.contact-caution { font-size: .9rem; }
.inner-page .contact { padding-block: 56px 0; }
@media (max-width: 760px) {
  .main-nav { max-width: none; gap: 0; }
  .main-nav a[aria-current="page"] { color: #785321; }
  .inner-page .nav-wrap { height: 130px; }
  .page-masthead { padding: 24px 0 40px; }
  .page-section { padding-block: 36px; }
  .editorial-grid, .values-grid, .news-feature, .contact-extras { grid-template-columns: 1fr; gap: 24px; }
  .pending-panel { padding: 24px; }
}
