:root {
  --ink: #071a3d;
  --blue: #0a3477;
  --red: #ca2431;
  --gold: #f2c53b;
  --paper: #fcfbf7;
  --mist: #edf2f6;
  --line: #d5dee7;
  --text: #405063;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1150px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; top: -4rem; left: 1rem; z-index: 100; padding: .75rem 1rem; background: var(--gold); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.site-header { position: absolute; top: 0; right: 0; left: 0; z-index: 10; color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; min-width: max-content; }
.brand-logo { width: 50px; height: 50px; display: block; object-fit: contain; flex: 0 0 auto; filter: drop-shadow(0 2px 10px rgba(0,0,0,.4)); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.02; }
.brand-copy strong { font-size: 1.02rem; letter-spacing: .08em; }
.brand-copy em { font-size: .68rem; font-style: normal; letter-spacing: .05em; opacity: .82; margin-top: .28rem; }
.primary-nav { display: flex; align-items: center; gap: 1.8rem; font-size: .88rem; font-weight: 700; }
.primary-nav > a:not(.nav-cta) { opacity: .88; transition: opacity .2s; }
.primary-nav > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { padding: .72rem 1rem; background: var(--gold); color: var(--ink); }
.menu-toggle { display: none; }

.hero { position: relative; overflow: hidden; min-height: 760px; padding-top: 88px; background: linear-gradient(118deg, #061735 0%, #0c3478 61%, #0a2b65 100%); color: #fff; }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .18; background-image: linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, #000 0%, transparent 88%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; min-height: 584px; }
.hero-content { padding: 5.8rem 1rem 5rem 0; }
.eyebrow { display: flex; align-items: center; gap: .6rem; margin: 0 0 1.25rem; color: var(--red); font-size: .72rem; font-weight: 850; letter-spacing: .125em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; display: inline-block; }
.eyebrow.light { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin-bottom: 1.55rem; font-family: var(--serif); font-size: clamp(3.2rem, 6vw, 5.55rem); line-height: .98; font-weight: 600; letter-spacing: -.06em; }
h1 em, h2 em { color: var(--gold); font-style: italic; }
.hero-lede { max-width: 560px; margin-bottom: 2rem; color: rgba(255,255,255,.83); font-size: 1.08rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.5rem; min-height: 52px; padding: .85rem 1.25rem; font-size: .86rem; font-weight: 850; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--ink); }
.button span { font-size: 1.2rem; }
.text-link { display: inline-flex; align-items: center; gap: .65rem; border-bottom: 1px solid currentColor; padding-bottom: .25rem; color: var(--ink); font-size: .84rem; font-weight: 850; }
.light-link { color: #fff; }
.text-link span { font-size: 1.1rem; line-height: .5; }
.hero-art { position: relative; height: 500px; margin-left: clamp(0rem, 3vw, 3.5rem); }
.hero-photo-frame { position: relative; height: 100%; overflow: hidden; border-radius: 16px 16px 140px 16px; box-shadow: 0 8px 16px rgba(0,0,0,.18), 0 40px 70px rgba(2,10,28,.45), inset 0 0 0 1px rgba(242,197,59,.3); }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 12%; display: block; }
.hero-photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,14,36,.82) 0%, rgba(4,14,36,.05) 45%, rgba(4,14,36,0) 62%); pointer-events: none; }
.hero-photo-frame::before { content: ""; position: absolute; top: 1rem; left: 1rem; width: 46px; height: 46px; z-index: 2; border-top: 2px solid var(--gold); border-left: 2px solid var(--gold); opacity: .85; }
.hero-photo-caption { position: absolute; left: 1.7rem; right: 1.7rem; bottom: 1.6rem; z-index: 2; margin: 0; color: #fff; font-family: var(--serif); font-size: 1.2rem; font-weight: 600; }
.hero-photo-caption span { display: block; margin-top: .4rem; color: var(--gold); font-family: var(--sans); font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.hero-branches { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; gap: 1.8rem; padding: 2.6rem 2.5rem; border-radius: 16px 16px 140px 16px; background: linear-gradient(160deg, rgba(255,255,255,.07), rgba(255,255,255,.02)); box-shadow: 0 8px 16px rgba(0,0,0,.18), 0 40px 70px rgba(2,10,28,.45), inset 0 0 0 1px rgba(242,197,59,.3); }
.hero-branches-label { display: flex; align-items: center; gap: .55rem; margin: 0; color: var(--gold); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero-branches-label span { width: 22px; height: 2px; background: currentColor; display: inline-block; }
.hero-branches-list { display: grid; gap: 1.1rem; margin: 0; padding: 0; list-style: none; }
.hero-branches-list li { display: flex; align-items: baseline; gap: 1rem; padding-bottom: 1.1rem; border-bottom: 1px solid rgba(255,255,255,.14); }
.hero-branches-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.hero-branch-num { font-family: var(--serif); font-style: italic; font-size: 1.5rem; color: var(--gold); }
.hero-branch-name { font-family: var(--serif); font-size: 1.35rem; letter-spacing: -.02em; color: #fff; }
.hero-branches-link { align-self: flex-start; color: #fff; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: .25rem; font-size: .78rem; font-weight: 850; transition: color .2s ease, border-color .2s ease; }
.hero-branches-link:hover { border-color: var(--gold); color: var(--gold); }
.hero-orb { position: absolute; border: 1px solid rgba(242,197,59,.35); border-radius: 50%; }
.orb-one { top: 13%; right: -260px; width: 620px; height: 620px; }
.orb-two { bottom: -190px; left: -150px; width: 400px; height: 400px; border-color: rgba(202,36,49,.4); }
.hero-bottom { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.21); }
.value-row { min-height: 72px; display: flex; align-items: center; justify-content: center; gap: 1.4rem; font-size: .73rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.value-row i { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

.section { padding: 110px 0; }
.section-muted { padding: 105px 0; background: var(--mist); }
.split-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: start; }
h2 { margin-bottom: 1.4rem; font-family: var(--serif); font-size: clamp(2.25rem, 4.2vw, 3.9rem); line-height: 1.08; letter-spacing: -.055em; font-weight: 600; }
.intro-copy { padding-top: 2.1rem; }
.intro-copy p, .mission-main > p:not(.quote), .book-copy > p, .section-heading > p { color: var(--text); line-height: 1.75; font-size: 1.01rem; }
.intro-copy .text-link { margin-top: 1rem; }

.mission-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 8vw; }
.mission-main h2 { max-width: 500px; }
.mission-rule { width: 76px; border-top: 3px solid var(--gold); margin: 2rem 0 1.25rem; }
.quote { color: var(--red); font-family: var(--serif); font-size: 1.35rem; font-style: italic; }
.mission-points { border-top: 1px solid var(--line); }
.point-card { display: grid; grid-template-columns: 72px 1fr; column-gap: 1.2rem; padding: 1.55rem 0; border-bottom: 1px solid var(--line); }
.point-number { grid-row: span 2; color: var(--red); font-family: var(--serif); font-size: 2rem; font-style: italic; }
.point-card h3 { margin: .25rem 0 .45rem; font-size: 1.02rem; }
.point-card p { margin-bottom: 0; color: var(--text); font-size: .9rem; line-height: 1.55; }

.section-heading { display: grid; grid-template-columns: 1.05fr .65fr; justify-content: space-between; gap: 5rem; align-items: end; margin-bottom: 3.7rem; }
.section-heading h2 { max-width: 650px; margin-bottom: 0; }
.section-heading > p { margin: 0 0 .35rem; font-size: .94rem; }
.mibatela-grid { display: grid; grid-template-columns: .83fr 1.17fr; min-height: 540px; }
.mibatela-feature { position: relative; overflow: hidden; padding: 3.1rem; background: var(--blue); color: #fff; }
.mibatela-feature::after { content: "M"; position: absolute; right: -2rem; bottom: -6.6rem; color: rgba(255,255,255,.07); font-family: var(--serif); font-size: 27rem; font-weight: bold; }
.feature-seal { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 2.1rem; border: 2px solid var(--gold); border-radius: 50%; box-shadow: inset 0 0 0 5px var(--red); color: var(--gold); font-family: var(--serif); font-size: 1.8rem; font-weight: 700; }
.kicker { position: relative; z-index: 1; margin-bottom: .6rem; color: var(--gold); font-size: .73rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.mibatela-feature h3 { position: relative; z-index: 1; margin-bottom: 1rem; font-family: var(--serif); font-size: clamp(2rem, 3vw, 2.9rem); line-height: 1.05; letter-spacing: -.055em; font-weight: 500; }
.mibatela-feature > p { position: relative; z-index: 1; color: rgba(255,255,255,.8); line-height: 1.7; }
.notice { position: relative; z-index: 1; display: flex; gap: .7rem; align-items: flex-start; margin-top: 2rem; padding-top: 1.45rem; border-top: 1px solid rgba(255,255,255,.25); font-size: .81rem; line-height: 1.45; }
.notice span { display: inline-grid; flex: 0 0 auto; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--gold); color: var(--ink); font-size: .84rem; }
.services-list { padding: .3rem 0 0 3.5rem; }
.service { display: grid; grid-template-columns: 55px 1fr; gap: 1.1rem; padding: 1.85rem 0; border-bottom: 1px solid var(--line); }
.service-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: #f3e7bf; color: var(--red); font-size: 1.45rem; font-weight: 700; }
.service h3 { margin: .1rem 0 .4rem; font-size: 1rem; }
.service p { margin: 0; color: var(--text); font-size: .9rem; line-height: 1.55; }

.centered { justify-content: center; }
.centered-title { max-width: 680px; margin: 0 auto 3.5rem; text-align: center; }
.branch-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.branch-card { min-height: 274px; padding: 1.55rem; color: #fff; display: flex; flex-direction: column; transition: transform .2s; }
.branch-card:hover { transform: translateY(-5px); }
.branch-card > span { margin-bottom: auto; opacity: .7; font-size: .74rem; font-weight: 800; letter-spacing: .1em; }
.branch-card h3 { margin-bottom: .8rem; font-family: var(--serif); font-size: 1.65rem; line-height: 1.03; font-weight: 500; letter-spacing: -.04em; }
.branch-card p { margin-bottom: 0; font-size: .8rem; line-height: 1.55; opacity: .84; }
.branch-red { background: var(--red); }.branch-blue { background: var(--blue); }.branch-gold { background: var(--gold); color: var(--ink); }.branch-ink { background: var(--ink); }

.book-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 11vw; align-items: center; max-width: 960px; }
.book-cover { position: relative; width: min(300px, 100%); justify-self: center; }
.book-cover-img { display: block; width: 100%; height: auto; filter: drop-shadow(16px 20px 28px rgba(7,26,61,.32)); transition: transform .35s ease; }
.book-cover:hover .book-cover-img { transform: translateY(-5px); }
.book-copy h2 { font-size: clamp(3rem, 5.3vw, 4.65rem); }
.book-copy h2 em { color: var(--red); }
.book-copy .text-link { margin-top: .8rem; }

.contact { padding: 94px 0; background: var(--red); color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 7vw; align-items: center; }
.contact .eyebrow { color: var(--gold); }
.contact h2 { max-width: 550px; margin-bottom: 1rem; }
.contact p:not(.eyebrow) { max-width: 530px; margin-bottom: 0; color: rgba(255,255,255,.84); line-height: 1.7; }
.contact-actions { display: grid; gap: .8rem; }
.contact-number { position: relative; display: grid; grid-template-columns: 1fr auto; gap: .25rem 1rem; padding: 1.15rem 1.3rem; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); transition: background .2s, transform .2s; }
.contact-number:hover { transform: translateX(4px); background: rgba(255,255,255,.2); }
.contact-number span { color: var(--gold); font-size: .67rem; font-weight: 850; text-transform: uppercase; letter-spacing: .11em; }
.contact-number strong { font-size: 1.15rem; letter-spacing: .025em; }
.contact-number i { grid-area: 1 / 2 / 3; align-self: center; font-size: 1.5rem; font-style: normal; }

.legal-note { margin-top: 1.4rem; padding-top: 1.1rem; border-top: 1px solid var(--line); color: var(--text); font-size: .78rem; font-weight: 650; overflow-wrap: anywhere; }

.map-section h2 { margin-bottom: 1.6rem; font-size: clamp(1.6rem, 2.6vw, 2.1rem); }
.map-frame { overflow: hidden; border: 1px solid var(--line); box-shadow: 0 14px 35px rgba(7,26,61,.06); }
.map-frame iframe { display: block; width: 100%; filter: grayscale(.15) contrast(1.02); }

.faq-list { max-width: 760px; margin: 2.5rem auto 0; display: grid; gap: .9rem; }
.faq-list details { padding: 1.3rem 1.5rem; background: var(--paper); border: 1px solid var(--line); transition: border-color .2s ease; }
.faq-list details[open] { border-color: var(--red); }
.faq-list summary { cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; list-style: none; color: var(--ink); font-weight: 800; font-size: .98rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex-shrink: 0; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--line); color: var(--red); font-size: 1.1rem; line-height: 1; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); border-color: var(--red); }
.faq-list details p { margin: .9rem 0 0; color: var(--text); line-height: 1.65; font-size: .92rem; }

.reveal, .reveal-up { opacity: 0; transition: opacity .6s ease; }
.reveal-up { transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible, .reveal-up.is-visible { opacity: 1; }
.reveal-up.is-visible { transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-up { opacity: 1; transform: none; transition: none; }
}

.whatsapp-float { position: fixed; right: 1.4rem; bottom: 1.4rem; z-index: 999; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 10px 24px rgba(0,0,0,.25), 0 2px 8px rgba(0,0,0,.15); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float svg { width: 30px; height: 30px; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 14px 30px rgba(0,0,0,.3); }
@media (max-width: 560px) {
  .whatsapp-float { width: 50px; height: 50px; right: 1rem; bottom: 1rem; }
  .whatsapp-float svg { width: 26px; height: 26px; }
}

footer { padding: 2rem 0 0; background: var(--ink); color: rgba(255,255,255,.66); }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; font-size: .75rem; padding-bottom: 2rem; }
.footer-brand { color: #fff; transform: scale(.86); transform-origin: left center; }
.footer-brand .brand-logo { width: 42px; height: 42px; }
.footer-wrap p { margin: 0; }
.footer-credit { padding: .9rem 0; border-top: 1px solid rgba(255,255,255,.12); text-align: center; }
.footer-credit p { margin: 0; font-size: .68rem; letter-spacing: .02em; color: rgba(255,255,255,.45); }
.footer-credit p.footer-legal-line { margin: 0 0 .35rem; overflow-wrap: anywhere; }
.footer-credit a { color: rgba(255,255,255,.7); font-weight: 750; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.3); padding-bottom: 1px; }
.footer-credit a:hover { color: var(--gold); border-color: currentColor; }

@media (max-width: 850px) {
  .hero { min-height: auto; }.hero-grid, .split-intro, .mission-grid, .section-heading, .contact-grid { grid-template-columns: 1fr; }
  .hero-content { padding: 4.3rem 0 1.5rem; }.hero-art { width: min(420px, 100%); height: 420px; margin: 0 auto; }.hero-grid { min-height: 0; }
  .section-heading { gap: .8rem; margin-bottom: 2.6rem; }.section-heading > p { max-width: 560px; }
  .mibatela-grid { grid-template-columns: 1fr; }.services-list { padding: 0; }.service { padding-left: 1rem; padding-right: 1rem; }
  .branch-grid { grid-template-columns: repeat(2, 1fr); }.book-grid { grid-template-columns: .75fr 1fr; gap: 8vw; }

  .menu-toggle { display: grid; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; cursor: pointer; gap: 5px; }
  .menu-toggle i { display: block; height: 2px; background: #fff; transition: transform .22s ease, opacity .22s ease; }
  .menu-toggle[aria-expanded="true"] i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-cta { display: none; }
  .primary-nav { position: absolute; top: 88px; right: 16px; left: 16px; display: none; padding: .6rem; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.2); }
  .primary-nav.is-open { display: grid; }
  .primary-nav a:not(.nav-cta), .primary-nav .nav-cta { display: block; padding: .8rem; color: var(--ink); opacity: 1; }
  .primary-nav .nav-cta { display: block; background: var(--gold); }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 32px, 1150px); }.nav-wrap { min-height: 74px; }.brand-logo { width: 40px; height: 40px; }.brand-copy strong { font-size: .84rem; }.brand-copy em { font-size: .55rem; }
  .menu-toggle { width: 38px; height: 38px; }
  .primary-nav { top: 74px; }
  .hero { padding-top: 74px; }.hero-content { padding-top: 3.2rem; }.hero-art { width: min(320px, 100%); height: 360px; margin: 0 auto; }.hero-photo-frame, .hero-branches { border-radius: 12px 12px 90px 12px; }.hero-branches { padding: 1.8rem 1.7rem; gap: 1.2rem; }.hero-branches-list { gap: .85rem; }.hero-branches-list li { padding-bottom: .85rem; }.hero-branch-name { font-size: 1.15rem; }.value-row { min-height: 58px; gap: .65rem; font-size: .58rem; letter-spacing: .11em; }
  .section, .section-muted { padding: 72px 0; } h1 { font-size: clamp(3rem, 14vw, 4.3rem); }.hero-lede { font-size: .98rem; }.hero-actions { gap: 1.1rem; }.button { width: 100%; }.split-intro, .mission-grid { gap: 2.5rem; }
  .mibatela-feature { padding: 2.2rem 1.5rem; }.branch-grid { grid-template-columns: 1fr 1fr; gap: .7rem; }.branch-card { min-height: 225px; padding: 1.05rem; }.branch-card h3 { font-size: 1.35rem; }.branch-card p { font-size: .7rem; }
  .book-grid { grid-template-columns: 1fr; gap: 3rem; }.book-cover { width: 235px; justify-self: start; margin-left: 1rem; }.book-copy h2 { font-size: 3.5rem; }
  .contact { padding: 70px 0; }.contact-grid { gap: 2.3rem; }.footer-wrap { flex-direction: column; align-items: flex-start; gap: .8rem; }.footer-brand { transform: scale(.9); }
}

/* Multipage layouts */
.primary-nav .active:not(.nav-cta) { color: var(--gold); opacity: 1; }
.inner-header { background: var(--ink); }
.page-hero { min-height: 458px; display: flex; align-items: flex-end; padding: 160px 0 70px; overflow: hidden; color: #fff; background: linear-gradient(118deg, #071a3d 0%, #114584 100%); position: relative; }
.page-hero::before { content: ""; position: absolute; width: 560px; aspect-ratio: 1; right: -175px; top: -170px; border: 1px solid rgba(242,197,59,.55); border-radius: 50%; box-shadow: 0 0 0 44px rgba(202,36,49,.15), 0 0 0 88px rgba(255,255,255,.05); }
.page-hero > .shell { position: relative; z-index: 1; }
.page-hero h1 { margin-bottom: 1.05rem; font-size: clamp(3.3rem, 6.8vw, 5.9rem); }
.page-hero > .shell > p:last-child { max-width: 600px; margin-bottom: 0; color: rgba(255,255,255,.83); line-height: 1.7; font-size: 1.02rem; }
.page-hero-mibatela { background: linear-gradient(118deg, #071a3d 0%, #0d3475 62%, #ca2431 155%); }
.page-hero-actions { background: linear-gradient(118deg, #1a1530 0%, #071a3d 62%, #0d3475 100%); }
.page-hero-contact { background: linear-gradient(118deg, #a91829 0%, #ca2431 56%, #e04b37 100%); }
.page-hero-contact::before { border-color: rgba(242,197,59,.7); box-shadow: 0 0 0 44px rgba(255,255,255,.1), 0 0 0 88px rgba(255,255,255,.05); }

.body-copy { color: var(--text); line-height: 1.78; font-size: 1rem; }
.home-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.home-service { min-height: 255px; padding: 1.55rem; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper); transition: transform .2s, box-shadow .2s; }
.home-service:hover { transform: translateY(-5px); box-shadow: 0 16px 28px rgba(7,26,61,.08); }
.home-service > span { color: var(--red); font-size: .72rem; font-weight: 850; letter-spacing: .1em; }
.home-service h3 { margin: auto 0 .65rem; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; letter-spacing: -.045em; }
.home-service p { max-width: 220px; margin-bottom: 1.2rem; color: var(--text); font-size: .86rem; line-height: 1.55; }
.home-service b { color: var(--red); font-size: 1.35rem; }
.leader-teaser-grid, .leader-profile-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 9vw; max-width: 960px; }
.leader-mini-frame { position: relative; min-height: 315px; background: var(--gold); padding: 11px 0 0 11px; overflow: hidden; }
.leader-photo-mini { display: block; width: 100%; height: 100%; min-height: 315px; object-fit: cover; object-position: center; transition: transform .4s ease; }
.leader-mini-frame:hover .leader-photo-mini { transform: scale(1.04); }
.leader-placeholder { height: 100%; min-height: 304px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.8rem; color: #fff; background: linear-gradient(145deg, #173c7a, #071a3d 72%); }
.leader-placeholder::before { content: ""; position: absolute; top: 36px; right: 40px; width: 105px; height: 105px; border-radius: 50%; border: 2px solid var(--gold); box-shadow: 0 0 0 10px rgba(255,255,255,.1); }
.leader-placeholder span, .photo-fallback span { margin-bottom: .7rem; color: var(--gold); font-size: .69rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.leader-placeholder strong, .photo-fallback strong { position: relative; z-index: 1; font-family: var(--serif); font-size: 2.15rem; line-height: .96; font-weight: 500; letter-spacing: -.05em; }
.quick-contact { padding: 70px 0; color: #fff; background: var(--ink); }
.quick-contact-wrap { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.quick-contact h2 { margin: 0; font-size: clamp(2rem, 3.2vw, 3rem); }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 960px; margin: 3rem auto 0; }
.values-grid article { min-height: 245px; padding: 1.6rem; background: var(--paper); border-top: 4px solid var(--gold); }
.values-grid article:nth-child(2) { border-color: var(--red); }.values-grid article:nth-child(3) { border-color: var(--blue); }
.values-grid span { color: var(--red); font-family: var(--serif); font-size: 3.4rem; font-style: italic; }.values-grid h3 { margin: 1.2rem 0 .55rem; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; }.values-grid p { margin: 0; color: var(--text); font-size: .9rem; line-height: 1.6; }
.leader-section { padding-bottom: 150px; }.leader-photo-wrap { position: relative; min-height: 500px; padding: 0 0 0 18px; background: var(--gold); }.leader-photo { position: relative; z-index: 2; width: 100%; min-height: 500px; height: 100%; object-fit: cover; object-position: center top; display: block; transition: transform .4s ease; }.leader-photo-wrap:hover .leader-photo { transform: scale(1.03); }.photo-fallback { position: absolute; inset: 0 0 0 18px; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; background: linear-gradient(145deg, #173c7a, #071a3d 72%); color: #fff; }.photo-fallback.is-hidden { display: none; }.leader-photo-wrap > p { position: absolute; z-index: 5; right: -1.2rem; bottom: 1.5rem; margin: 0; max-width: 210px; padding: .75rem 1rem; color: #fff; background: var(--red); font-size: .74rem; font-weight: 800; line-height: 1.4; }
.leader-role { margin: -.6rem 0 1.15rem; color: var(--red); font-size: .84rem; font-weight: 800; letter-spacing: .03em; }
.story-label { display: flex; align-items: center; gap: .55rem; margin: 1.4rem 0 .6rem; color: var(--red); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.story-label span { width: 22px; height: 2px; background: currentColor; display: inline-block; }
.leader-quote { margin: 1.7rem 0; padding-left: 1.3rem; border-left: 3px solid var(--gold); }
.leader-quote p { margin: 0 0 .4rem; color: var(--ink); font-family: var(--serif); font-size: 1.28rem; font-style: italic; line-height: 1.4; }
.leader-quote cite { color: var(--text); font-size: .78rem; font-style: normal; font-weight: 700; letter-spacing: .03em; }
.quote-band { padding: 73px 0; color: #fff; background: var(--red); }.quote-band p { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.4rem); font-style: italic; line-height: 1.15; letter-spacing: -.045em; }

.service-intro { max-width: 850px; display: grid; grid-template-columns: 85px 1fr; gap: 2.4rem; align-items: start; }.service-intro .feature-seal { margin: .45rem 0 0; background: var(--blue); }.service-intro .feature-seal span { color: var(--gold); }.service-intro h2 { margin-bottom: .9rem; }
.service-detail-list { border-top: 1px solid var(--line); }.service-detail-list article { display: grid; grid-template-columns: 90px 1fr auto; gap: 2.4rem; align-items: center; padding: 2rem 0; border-bottom: 1px solid var(--line); }.service-detail-list article > span { color: var(--red); font-family: var(--serif); font-size: 2.4rem; font-style: italic; }.service-detail-list h3 { margin: 0 0 .5rem; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; letter-spacing: -.04em; }.service-detail-list p { max-width: 570px; margin: 0; color: var(--text); line-height: 1.6; font-size: .9rem; }.service-detail-list a { color: var(--red); border-bottom: 1px solid currentColor; padding-bottom: .2rem; white-space: nowrap; font-size: .75rem; font-weight: 850; }.callout-panel { display: flex; justify-content: space-between; gap: 2rem; align-items: center; padding: 3.3rem; color: #fff; background: var(--ink); }.callout-panel h2 { margin: 0; color: var(--gold); font-size: clamp(2rem, 3.5vw, 3rem); }

.actions-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; margin-top: 2.5rem; }
.action-card { padding: 2.3rem; background: var(--paper); border: 1px solid var(--line); border-top: 4px solid var(--red); transition: transform .2s ease, box-shadow .2s ease; }
.action-card:hover { transform: translateY(-5px); box-shadow: 0 18px 34px rgba(7,26,61,.09); }
.action-num { display: block; margin-bottom: .9rem; color: var(--red); font-family: var(--serif); font-size: 2.3rem; font-style: italic; }
.action-card h2 { margin-bottom: .8rem; font-size: 1.55rem; letter-spacing: -.03em; }
.action-card p { margin-bottom: 1.3rem; color: var(--text); line-height: 1.65; font-size: .93rem; }
.action-card a { color: var(--red); border-bottom: 1px solid currentColor; padding-bottom: .25rem; font-size: .78rem; font-weight: 850; white-space: nowrap; }
.accent-blue { border-top-color: var(--blue); }
.accent-blue .action-num, .accent-blue a { color: var(--blue); }
.accent-gold { border-top-color: var(--gold); }
.accent-gold .action-num, .accent-gold a { color: var(--ink); }
.accent-ink { border-top-color: var(--ink); }
.accent-ink .action-num, .accent-ink a { color: var(--ink); }

.contact-page { background: var(--paper); }.contact-page-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 8vw; align-items: start; }.contact-aside { position: sticky; top: 1.5rem; }.contact-aside h2 { font-size: clamp(2.1rem, 3.8vw, 3.5rem); }.contact-guide { margin-top: 2rem; border-top: 1px solid var(--line); }.contact-guide > div { display: grid; grid-template-columns: 32px 1fr; gap: .8rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }.contact-guide span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: var(--paper); background: var(--red); font-size: .7rem; font-weight: 850; }.contact-guide p { margin: .1rem 0 0; color: var(--text); font-size: .83rem; line-height: 1.5; }.aside-numbers { display: grid; gap: .65rem; margin-top: 2rem; }.aside-numbers a { display: flex; justify-content: space-between; padding: .85rem 0; border-bottom: 1px solid var(--line); color: var(--blue); font-weight: 850; }.aside-numbers span { color: var(--red); }
.contact-form { padding: 2.2rem; border: 1px solid var(--line); background: #fff; box-shadow: 0 14px 35px rgba(7,26,61,.06); }.form-heading { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 1.7rem; }.form-heading .eyebrow { margin: 0; }.form-heading > p:last-child { margin: 0; color: var(--text); font-size: .75rem; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }.contact-form label, .contact-form legend { color: var(--ink); font-size: .78rem; font-weight: 800; }.contact-form label { display: grid; gap: .5rem; margin-bottom: 1.2rem; }.contact-form input:not([type="checkbox"]):not([type="radio"]), .contact-form select, .contact-form textarea { width: 100%; appearance: none; border: 1px solid #cbd6df; border-radius: 0; padding: .82rem .85rem; background: #fff; color: var(--ink); font: inherit; font-size: .9rem; outline-color: var(--red); }.contact-form textarea { resize: vertical; min-height: 132px; line-height: 1.55; }.contact-form fieldset { margin: 0 0 1.2rem; padding: 0; border: 0; }.contact-form legend { margin-bottom: .65rem; }.choice-row { display: flex; flex-wrap: wrap; gap: .6rem; }.choice-row label { display: flex; align-items: center; gap: .45rem; margin: 0; padding: .55rem .6rem; border: 1px solid var(--line); color: var(--text); font-size: .75rem; font-weight: 650; }.choice-row input, .consent input { accent-color: var(--red); }.contact-form .consent { grid-template-columns: 18px 1fr; align-items: start; gap: .6rem; color: var(--text); font-size: .73rem; line-height: 1.5; font-weight: 600; }.contact-form .consent input { margin-top: .1rem; }.form-submit { width: 100%; border: 0; cursor: pointer; }.form-note { margin: 1rem 0 0; color: var(--text); text-align: center; font-size: .72rem; line-height: 1.5; }

@media (max-width: 850px) {
  .home-service-grid, .values-grid { grid-template-columns: repeat(3, 1fr); }.leader-teaser-grid, .leader-profile-grid, .contact-page-grid { grid-template-columns: 1fr; }.leader-mini-frame { width: min(340px, 100%); }.leader-photo-wrap { width: min(420px, 100%); margin-bottom: 2.5rem; }.contact-aside { position: static; }.page-hero { min-height: 410px; }.service-detail-list article { grid-template-columns: 65px 1fr; }.service-detail-list article > a { grid-column: 2; justify-self: start; }.actions-grid { grid-template-columns: 1fr; gap: 1.1rem; }.callout-panel { padding: 2.2rem; }
}

@media (max-width: 560px) {
  .page-hero { min-height: 390px; padding: 125px 0 52px; }.page-hero h1 { font-size: clamp(3rem, 14vw, 4.3rem); }.page-hero > .shell > p:last-child { font-size: .93rem; }.page-hero::before { width: 360px; top: -130px; right: -150px; }.home-service-grid, .values-grid { grid-template-columns: 1fr; }.home-service { min-height: 185px; }.leader-teaser-grid { gap: 2.3rem; }.leader-section { padding-bottom: 90px; }.leader-photo-wrap, .leader-photo { min-height: 420px; }.leader-photo-wrap > p { right: -5px; }.service-intro { grid-template-columns: 1fr; gap: 1rem; }.service-detail-list article { grid-template-columns: 45px 1fr; gap: 1rem; padding: 1.45rem 0; }.service-detail-list article > a { grid-column: 2; }.action-card { padding: 1.7rem; }.action-card h2 { font-size: 1.35rem; }.action-num { font-size: 1.9rem; margin-bottom: .6rem; }.callout-panel, .quick-contact-wrap { flex-direction: column; align-items: flex-start; padding: 1.8rem; }.quick-contact-wrap { padding: 0; }.contact-form { padding: 1.25rem; }.form-grid { grid-template-columns: 1fr; gap: 0; }.form-heading { flex-direction: column; }.contact-aside h2 { font-size: 2.55rem; }
}
