:root {
  --forest: #183126;
  --forest-2: #2e473b;
  --forest-3: #0f251c;
  --gold: #c4a47c;
  --gold-dark: #8d6b42;
  --ivory: #fbf9f4;
  --stone: #f0eee9;
  --line: #d9d5cb;
  --ink: #1b1c19;
  --muted: #5c625e;
  --white: #fff;
  --radius: 6px;
  --container: 1280px;
  --header-h: 88px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: "IBM Plex Sans Arabic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.75; text-rendering: optimizeLegibility; }
body.mdlf-lang-ar { direction: rtl; }
body.mdlf-lang-en { direction: ltr; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.28; font-weight: 600; letter-spacing: -.02em; }
h1 { font-size: clamp(2.55rem, 5.2vw, 5.25rem); }
h2 { font-size: clamp(2rem, 3.4vw, 3.45rem); }
h3 { font-size: clamp(1.2rem, 1.8vw, 1.55rem); }
p { margin-bottom: 1.25rem; }
::selection { background: var(--gold); color: var(--forest-3); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.site-main { min-height: 65vh; overflow: hidden; }
.section { padding: clamp(76px, 9vw, 136px) 0; background: var(--white); }
.section-ivory { background: var(--ivory); }
.section-stone { background: var(--stone); }
.section-dark { background: var(--forest); color: var(--white); }
.screen-reader-text { position: absolute !important; 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; top: 12px; inset-inline-start: 12px; z-index: 99999; transform: translateY(-160%); background: var(--white); color: var(--forest); padding: 10px 16px; border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 1000; height: var(--header-h); background: rgba(251,249,244,.97); border-bottom: 1px solid rgba(24,49,38,.1); transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { position: sticky; top: 0; box-shadow: 0 14px 38px rgba(15,37,28,.08); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 245px; }
.brand-mark { width: 48px; height: 48px; display: inline-grid; place-items: center; background: var(--forest); color: var(--white); font-size: 15px; font-weight: 700; letter-spacing: -.08em; border: 1px solid rgba(196,164,124,.45); }
.brand-copy { display: grid; line-height: 1.25; }
.brand-copy strong { font-size: 16px; font-weight: 600; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 9px; letter-spacing: .04em; }
.brand-custom-logo { display: inline-flex; align-items: center; padding: 7px 12px; background: var(--forest-3); border: 1px solid rgba(196,164,124,.42); border-radius: 2px; }
.brand-custom-logo img { max-height: 48px; width: auto; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.nav-menu { display: flex; align-items: center; gap: clamp(16px, 1.8vw, 30px); list-style: none; padding: 0; margin: 0; }
.nav-menu a { position: relative; display: block; padding: 29px 0 27px; font-size: 14px; color: #343834; white-space: nowrap; }
.nav-menu a::after { content: ""; position: absolute; bottom: 21px; inset-inline-start: 0; width: 0; height: 2px; background: var(--gold-dark); transition: width .2s ease; }
.nav-menu a:hover::after, .nav-menu .current-menu-item > a::after, .nav-menu .current_page_item > a::after { width: 100%; }
.language-switch { border: 1px solid var(--line); padding: 8px 14px; font-size: 12px; line-height: 1.2; transition: .2s ease; }
.language-switch:hover { background: var(--forest); border-color: var(--forest); color: var(--white); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: transparent; padding: 12px; cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--forest); }

.eyebrow { margin-bottom: 16px; color: var(--gold-dark); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-light { color: #e5c99e; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 24px; border: 1px solid transparent; border-radius: 2px; font-weight: 600; font-size: 14px; line-height: 1.35; cursor: pointer; transition: background .2s ease, color .2s ease, border .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--forest-3); border-color: var(--gold); }
.button-gold:hover { background: #d1b58e; border-color: #d1b58e; }
.button-dark { background: var(--forest); color: var(--white); border-color: var(--forest); }
.button-dark:hover { background: var(--forest-2); border-color: var(--forest-2); }
.button-ghost-light { border-color: rgba(255,255,255,.62); color: var(--white); background: rgba(255,255,255,.03); }
.button-ghost-light:hover { background: var(--white); color: var(--forest); }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--forest); font-weight: 600; font-size: 14px; border-bottom: 1px solid rgba(141,107,66,.42); padding-bottom: 3px; }
.text-link:hover { color: var(--gold-dark); }
.text-link-light { color: var(--white); }

.hero { position: relative; min-height: min(760px, calc(100svh - var(--header-h))); display: grid; align-items: center; color: var(--white); background: var(--forest-3); }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { background: url('../images/riyadh-kafd-hero.webp') center/cover no-repeat; }
.hero-overlay { background: linear-gradient(90deg, rgba(15,37,28,.2) 0%, rgba(15,37,28,.75) 58%, rgba(15,37,28,.95) 100%); }
.mdlf-lang-en .hero-overlay { background: linear-gradient(270deg, rgba(15,37,28,.2) 0%, rgba(15,37,28,.75) 58%, rgba(15,37,28,.95) 100%); }
.hero-content { position: relative; z-index: 2; padding-top: 72px; padding-bottom: 82px; }
.hero-content h1 { max-width: 740px; margin-bottom: 24px; color: var(--white); }
.hero-content h1 span { color: var(--gold); }
.hero-content > p:not(.eyebrow) { max-width: 640px; font-size: clamp(18px, 2vw, 22px); line-height: 1.75; color: rgba(255,255,255,.86); }
.dark-label { bottom: 12px; inset-inline-end: 12px; }

.proof-strip { background: var(--stone); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { padding: 38px clamp(16px, 3vw, 46px); border-inline-start: 1px solid var(--line); }
.proof-grid > div:last-child { border-inline-end: 1px solid var(--line); }
.proof-grid strong { display: block; color: var(--forest); font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1; font-weight: 600; }
.proof-grid span { display: block; margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.5; }

.section-heading { max-width: 800px; margin-bottom: 52px; }
.section-heading h2 { margin-bottom: 16px; }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading.light > p:last-child { color: rgba(255,255,255,.7); }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.split-heading > p { max-width: 480px; margin-bottom: 7px; }
.centered-link { text-align: center; margin: 44px 0 0; }

.credential-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.credential-card, .service-card { position: relative; min-height: 245px; padding: 34px; background: rgba(255,255,255,.55); border: 1px solid var(--line); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.credential-card:hover, .service-card:hover { border-color: var(--gold); background: var(--white); transform: translateY(-3px); }
.card-number { display: inline-block; margin-bottom: 38px; color: var(--gold-dark); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.credential-card h3 { max-width: 270px; }
.fine-line { position: absolute; inset-inline-end: 34px; bottom: 34px; width: 46px; height: 1px; background: var(--gold); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 330px; display: flex; flex-direction: column; }
.service-card h3 { margin-bottom: 14px; color: var(--forest); }
.service-card p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.service-card .stretched-link { margin-top: auto; color: var(--forest); font-size: 13px; font-weight: 600; }
.service-card .stretched-link::after { content: ""; position: absolute; inset: 0; }
.service-grid-full { grid-template-columns: repeat(3, 1fr); }

.media-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 7vw, 100px); align-items: center; }
.media-split.reverse .media-frame { order: 2; }
.media-frame { position: relative; min-height: 470px; background: var(--forest); overflow: hidden; }
.media-frame img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.content-block h2 { margin-bottom: 25px; color: var(--forest); }
.content-block > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.check-list { list-style: none; padding: 0; margin: 28px 0; }
.check-list li { position: relative; padding-inline-start: 28px; margin: 11px 0; }
.check-list li::before { content: ""; position: absolute; inset-inline-start: 0; top: .65em; width: 9px; height: 9px; border: 2px solid var(--gold-dark); border-radius: 50%; }

.stats-grid { display: grid; }
.stats-grid-five { grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.stats-grid > div { padding: 34px 22px; border-inline-start: 1px solid rgba(255,255,255,.15); }
.stats-grid > div:last-child { border-inline-end: 1px solid rgba(255,255,255,.15); }
.stats-grid strong { display: block; color: var(--gold); font-size: clamp(1.8rem, 3.6vw, 3.3rem); line-height: 1.1; }
.stats-grid span { display: block; margin-top: 14px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.55; }
.claims-note { max-width: 850px; margin: 24px auto 0; color: rgba(255,255,255,.56); text-align: center; font-size: 11px; }
.stats-light { border-color: var(--line); }
.stats-light > div { border-color: var(--line); }
.stats-light strong { color: var(--forest); }
.stats-light span { color: var(--muted); }
.dark-note { color: var(--muted); }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.values-grid article { min-height: 250px; padding: 34px; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values-grid h3 { color: var(--forest); }
.values-grid p { color: var(--muted); font-size: 14px; }
.values-grid-dark { border-color: rgba(255,255,255,.15); }
.values-grid-dark article { border-color: rgba(255,255,255,.15); }
.values-grid-dark h3 { color: var(--white); }
.values-grid-dark p { color: rgba(255,255,255,.7); }

.cta-band { padding: clamp(64px, 7vw, 94px) 0; background: var(--forest-3); color: var(--white); }
.cta-band .container { display: flex; justify-content: space-between; align-items: center; gap: 48px; }
.cta-band h2 { margin-bottom: 10px; font-size: clamp(1.8rem, 3vw, 3rem); }
.cta-band p { margin: 0; color: rgba(255,255,255,.7); }

.page-hero { position: relative; padding: clamp(96px, 12vw, 180px) 0; background: var(--stone); color: var(--forest); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { max-width: 950px; margin-bottom: 26px; }
.page-hero .container > p:last-child { max-width: 810px; color: var(--muted); font-size: clamp(17px, 1.8vw, 21px); }
.page-hero-compact { padding: clamp(80px, 9vw, 125px) 0; }
.page-hero-image { min-height: 590px; display: grid; align-items: center; color: var(--white); background-position: center; background-size: cover; }
.page-hero-about { background-image: url('../images/legal-documents.webp'); }
.page-hero-services { background-image: url('../images/riyadh-architecture.webp'); }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,37,28,.34), rgba(15,37,28,.94)); }
.mdlf-lang-en .page-hero-overlay { background: linear-gradient(270deg, rgba(15,37,28,.34), rgba(15,37,28,.94)); }
.page-hero-image .container > p:last-child { color: rgba(255,255,255,.82); }
.narrative-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 8vw, 130px); align-items: start; }
.narrative-grid h2 { color: var(--forest); }
.prose { max-width: 820px; }
.prose p { color: var(--muted); font-size: 18px; }
.vision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.vision-grid article { padding: clamp(32px, 5vw, 64px); background: var(--ivory); border: 1px solid var(--line); }
.vision-grid h2 { color: var(--forest); }
.vision-grid p { color: var(--muted); }

.retainer-feature { padding: clamp(76px, 9vw, 130px) 0; background: var(--stone); }
.retainer-badge { position: absolute; bottom: 24px; inset-inline-start: 24px; display: grid; min-width: 156px; padding: 20px; background: var(--forest); color: var(--white); font-size: 42px; font-weight: 700; line-height: 1; }
.retainer-badge small { margin-top: 9px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 400; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 42px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { color: var(--gold-dark); }
.service-detail-grid { display: grid; grid-template-columns: 1fr 360px; gap: clamp(50px, 8vw, 120px); align-items: start; }
.service-intro { max-width: 760px; }
.service-side-card { padding: 36px; background: var(--forest); color: var(--white); }
.service-side-card h3 { margin-bottom: 15px; }
.service-side-card p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: 14px; }
.scope-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; list-style: none; padding: 1px; margin: 0; background: var(--line); }
.scope-grid li { min-height: 126px; display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; padding: 28px; background: var(--ivory); }
.scope-grid span { color: var(--gold-dark); font-size: 12px; font-weight: 700; }
.scope-grid p { margin: 0; color: var(--forest); font-weight: 500; }
.value-panel { max-width: 1050px; text-align: center; }
.value-panel h2 { margin-bottom: 32px; font-size: clamp(1.9rem, 3.4vw, 3.25rem); }

.case-list { border-top: 1px solid var(--line); }
.case-list article { display: grid; grid-template-columns: 70px 220px 1fr; gap: 30px; padding: 34px 0; border-bottom: 1px solid var(--line); align-items: start; }
.case-index { color: var(--gold-dark); font-size: 12px; font-weight: 700; }
.case-list h3 { margin: 0; color: var(--forest); }
.case-list p { margin: 0; color: var(--muted); }
.credentials-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; padding: 1px; background: rgba(255,255,255,.14); }
.credentials-grid article { min-height: 105px; display: grid; grid-template-columns: 42px 1fr; gap: 18px; align-items: start; padding: 28px; background: var(--forest); }
.credentials-grid span { color: var(--gold); font-size: 12px; }
.credentials-grid h3 { margin: 0; color: var(--white); font-size: 17px; }

.topic-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.topic-grid article { min-height: 220px; padding: 34px; border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.topic-grid h3 { color: var(--forest); }
.topic-grid p { color: var(--muted); }
.newsletter-panel { padding: clamp(34px, 5vw, 70px); border: 1px solid var(--line); background: var(--stone); display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.newsletter-panel > div { max-width: 760px; }
.newsletter-panel h2 { color: var(--forest); }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 110px); align-items: start; }
.contact-details h2 { color: var(--forest); margin-bottom: 38px; }
.contact-item { padding: 22px 0; border-top: 1px solid var(--line); }
.contact-item > span { display: block; margin-bottom: 7px; color: var(--gold-dark); font-size: 12px; font-weight: 700; }
.contact-item p { margin-bottom: 5px; color: var(--muted); }
.contact-item a:hover { color: var(--gold-dark); }
.contact-map-shell { height: 310px; margin-top: 24px; overflow: hidden; border: 1px solid var(--line); background: var(--stone); }
.contact-map-shell iframe { width: 100%; height: 100%; border: 0; }
.contact-form-panel { padding: clamp(28px, 4vw, 54px); background: var(--white); border: 1px solid var(--line); }
.contact-form-panel h2 { color: var(--forest); }
.contact-form { display: grid; gap: 20px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; color: var(--forest); font-size: 13px; font-weight: 600; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #aeadab; border-radius: 0; background: var(--ivory); color: var(--ink); padding: 13px 14px; outline: none; transition: border .2s ease, background .2s ease; }
.contact-form textarea { resize: vertical; min-height: 150px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold-dark); background: #fff; }
.contact-form .button { justify-self: start; min-width: 170px; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.privacy-note { margin: 0; color: var(--muted); font-size: 11px; }
.form-notice { padding: 14px 16px; margin-bottom: 22px; border-inline-start: 4px solid; font-size: 14px; }
.form-notice.success { background: #eef6f1; border-color: #2f7a4d; }
.form-notice.error { background: #fff0ef; border-color: #b42318; }

.site-footer { padding-top: 76px; background: var(--forest); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 80px; padding-bottom: 58px; }
.footer-brand { max-width: 420px; }
.brand-mark-light { background: transparent; border-color: rgba(196,164,124,.6); color: var(--gold); }
.footer-brand h2 { margin: 22px 0 9px; font-size: 22px; }
.footer-brand p { color: var(--gold); font-size: 14px; }
.site-footer h3 { margin-bottom: 20px; color: var(--gold); font-size: 13px; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin: 9px 0; color: rgba(255,255,255,.7); font-size: 13px; }
.footer-links a:hover { color: var(--white); }
.footer-contact li { line-height: 1.7; }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.52); font-size: 11px; }

@media (max-width: 1100px) {
  :root { --header-h: 76px; }
  .brand { min-width: 0; }
  .brand-copy small { display: none; }
  .primary-nav { gap: 17px; }
  .nav-menu { gap: 13px; }
  .nav-menu a { font-size: 12px; }
  .stats-grid-five { grid-template-columns: repeat(3,1fr); }
  .stats-grid-five > div:nth-child(4), .stats-grid-five > div:nth-child(5) { border-top: 1px solid rgba(255,255,255,.15); }
  .stats-light > div:nth-child(4), .stats-light > div:nth-child(5) { border-top-color: var(--line); }
  .service-grid, .service-grid-full { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 34px), var(--container)); }
  .site-header { position: sticky; top: 0; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 14px; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; top: var(--header-h); inset-inline: 0; bottom: 0; display: none; align-items: stretch; flex-direction: column; gap: 24px; padding: 34px 24px; background: var(--ivory); overflow-y: auto; }
  .primary-nav.is-open { display: flex; }
  .nav-menu { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-menu li { border-bottom: 1px solid var(--line); }
  .nav-menu a { padding: 16px 0; font-size: 17px; }
  .nav-menu a::after { display: none; }
  .language-switch { align-self: flex-start; font-size: 14px; }
  .hero { min-height: 690px; }
  .hero-media { background-position: 34% center; }
  .hero-overlay, .mdlf-lang-en .hero-overlay { background: linear-gradient(180deg, rgba(15,37,28,.35), rgba(15,37,28,.94) 74%); }
  .hero-content { align-self: end; padding-top: 120px; padding-bottom: 80px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .proof-grid > div:last-child { border-bottom: 0; }
  .credential-feature-grid, .service-grid, .service-grid-full, .values-grid, .vision-grid, .topic-grid { grid-template-columns: 1fr; }
  .split-heading, .media-split, .narrative-grid, .service-detail-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .media-split.reverse .media-frame { order: 0; }
  .media-frame, .media-frame img { min-height: 340px; }
  .stats-grid-five { grid-template-columns: 1fr 1fr; }
  .stats-grid-five > div { border-top: 1px solid rgba(255,255,255,.15); }
  .stats-light > div { border-top-color: var(--line); }
  .values-grid { border-inline-start: 1px solid var(--line); }
  .cta-band .container, .newsletter-panel { align-items: flex-start; flex-direction: column; }
  .page-hero-image { min-height: 520px; }
  .page-hero-overlay, .mdlf-lang-en .page-hero-overlay { background: rgba(15,37,28,.82); }
  .scope-grid, .credentials-grid { grid-template-columns: 1fr; }
  .case-list article { grid-template-columns: 45px 1fr; }
  .case-list p { grid-column: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 46px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .brand { min-width: 0; flex: 1; }
  .brand-custom-logo { max-width: 100%; padding: 6px 9px; }
  .brand-custom-logo img { max-width: 100%; max-height: 42px; }
  .brand-copy strong { max-width: 150px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .hero { min-height: 650px; }
  .hero-content > p:not(.eyebrow) { font-size: 16px; }
  .button-row .button { width: 100%; }
  .proof-grid > div { padding: 28px 20px; }
  .credential-card, .service-card { min-height: 0; padding: 28px; }
  .card-number { margin-bottom: 26px; }
  .stats-grid-five { grid-template-columns: 1fr; }
  .values-grid article { min-height: 0; padding: 28px; }
  .field-row { grid-template-columns: 1fr; }
  .case-list article { grid-template-columns: 36px 1fr; gap: 16px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 20px 0; }
}

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

@media print {
  .site-header, .site-footer, .cta-band, .button, .menu-toggle { display: none !important; }
  .section, .page-hero { padding: 28px 0; background: #fff !important; color: #000 !important; }
}
