/* Self-hosted OFL fonts; no third-party runtime requests. */
@font-face { font-family: Inter; font-style: normal; font-weight: 400 700; font-display: swap; src: url('fonts/inter-latin.woff2') format('woff2'); }
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('fonts/playfair-latin.woff2') format('woff2'); }
:root {
  --navy: #0B1B3D;
  --blue: #1A56DB;
  --bronze: #C59B27;
  --deep: #08152f;
  --gold: #8a6816;
  --gold-light: #C59B27;
  --cream: #F8FAFC;
  --white: #ffffff;
  --pale: #F8FAFC;
  --ink: #1E293B;
  --muted: #64748B;
  --line: #E2E8F0;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --radius: 10px;
  --radius-small: 8px;
  --space: 8px;
  --section-space: 72px;
  --shadow: 0 4px 20px -2px rgb(0 0 0 / 5%);
}

/* Foundations and layout */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; background: var(--white); color: var(--ink); font: 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 4px; }
a:hover { color: var(--gold); }
a, button { transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled { opacity: .6; cursor: wait; }
:focus-visible { outline: 3px solid #947130; outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); font-weight: 600; text-wrap: pretty; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.03em; }
h1 { font-size: clamp(36px, 4vw, 56px); line-height: 1.12; margin-bottom: 24px; }
h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.18; margin-bottom: 20px; }
h3 { font-size: 23px; line-height: 1.3; letter-spacing: -.025em; margin-bottom: 12px; }
p { margin-bottom: 20px; }
img { display: block; max-width: 100%; }
svg { display: block; flex-shrink: 0; }
h1, h2, h3, p, a, li, label, summary, dt, dd { overflow-wrap: break-word; }
a, .contact-email, .footer-grid { overflow-wrap: anywhere; }
.wrap { width: calc(100% - 80px); max-width: 1200px; margin-inline: auto; }
.section { padding-block: var(--section-space); }
.measure { max-width: 760px; }
.split { display: grid; grid-template-columns: 1fr 1.2fr; gap: 72px; }
.split > *, .hero-grid > *, .team-grid > *, .full-profile > *, .footer-grid > *, .contact-grid > *, .form-grid > *, .service-layout > * { min-width: 0; }
.section-heading { margin-bottom: 32px; }
.section-heading h2 { max-width: 750px; }
.section-heading > p:last-child { margin-bottom: 0; }
.horizontal { display: flex; justify-content: space-between; align-items: end; gap: 32px; }
.horizontal .text-link { flex-shrink: 0; margin-bottom: 20px; }
.eyebrow { color: var(--gold); font-size: 12px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; line-height: 1.6; margin-bottom: 16px; }
.small, .field-note { color: var(--muted); font-size: 13px; line-height: 1.65; }
.index { color: var(--muted); font: 500 13px/1.5 var(--sans); font-variant-numeric: tabular-nums; }

/* Controls */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; max-width: 100%; padding: 13px 20px; border: 1px solid var(--navy); border-radius: var(--radius-small); background: var(--navy); color: var(--white); font-size: 14px; font-weight: 600; line-height: 1.5; text-decoration: none; white-space: normal; }
.button:hover { color: var(--white); background: var(--deep); border-color: var(--deep); }
.button.outline { background: transparent; border-color: #aebfb6; color: var(--navy); }
.button.outline:hover { background: var(--pale); border-color: var(--navy); }
.button.gold { background: var(--gold-light); border-color: var(--gold-light); color: var(--deep); }
.button.gold:hover { background: #f3e4c9; border-color: #f3e4c9; }
.button.danger { background: #893f30; border-color: #893f30; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 16px; padding: 6px 0; color: var(--navy); font-size: 14px; font-weight: 600; text-decoration: underline; text-decoration-color: #bdcfc1; text-underline-offset: 6px; }
.text-link:hover { text-decoration-color: var(--gold); }
.text-link span { font-size: 20px; }
.section-button { margin-top: 24px; }

/* Header: mobile navigation is visible unless its JavaScript controls initialise. */
.preview-bar { background: var(--pale); color: #455d55; font-size: 11px; line-height: 1.5; }
.preview-bar .wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; padding-block: 7px; }
.preview-bar span:first-child { margin-right: auto; }
.preview-bar form { margin: 0; }
.preview-bar button { border: 0; padding: 0; background: transparent; color: inherit; font-size: inherit; text-decoration: underline; }
.site-header { background: var(--white); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 96px; }
.brand { display: grid; grid-template-columns: 44px auto; column-gap: 12px; flex-shrink: 0; text-decoration: none; }
.brand::before { content: 'D'; grid-row: 1 / 3; display: grid; place-items: center; width: 44px; height: 48px; align-self: center; border: 1px solid var(--navy); border-radius: 13px 13px 13px 3px; background: var(--navy); color: var(--gold-light); font: 30px/1 var(--serif); }
.brand-name { color: var(--navy); font-size: 21px; font-weight: 650; letter-spacing: -.8px; line-height: 1.3; }
.brand-name > span { font-family: var(--serif); font-style: italic; font-weight: 400; }
.brand-caption { color: var(--muted); font-size: 8px; letter-spacing: .12em; line-height: 1.5; margin-top: 4px; }
.brand:has(img) { display: block; }
.brand:has(img)::before { display: none; }
.brand img { width: 200px; max-height: 70px; height: auto; object-fit: contain; }
.header-inner nav { display: flex; align-items: center; gap: 4px; }
.header-inner nav > a { padding: 12px 13px; font-size: 14px; font-weight: 500; line-height: 1.5; text-decoration: none; border-radius: 7px; }
.header-inner nav > a:hover, .header-inner nav > a[aria-current] { color: var(--navy); background: var(--pale); }
.header-inner nav > a[aria-current] { box-shadow: inset 0 -2px 0 #7d9d8b; }
.header-inner nav .nav-contact { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-left: 12px; background: var(--navy); color: white; padding: 12px 18px; }
.header-inner nav .nav-contact:hover { background: var(--deep); }
.menu-toggle { display: none; align-items: center; gap: 10px; min-height: 44px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--navy); font-size: 13px; }

.service-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card { display: flex; flex-direction: column; align-items: start; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.service-card-top { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-bottom: 28px; }
.service-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; color: var(--navy); background: var(--pale); }
.service-card:nth-child(2) .service-icon { background: #f7efdF; color: var(--gold); }
.service-card h3 { font-size: 24px; }
.service-card p { font-size: 15px; line-height: 1.7; color: var(--muted); flex: 1; }
.service-card .text-link { font-size: 14px; }
.home-india { background: var(--pale); padding: 40px; border-radius: 24px; }
.home-india .section-heading { margin-bottom: 16px; }
.service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
.service-list > a { display: grid; grid-template-columns: minmax(0, 1fr) 24px; gap: 8px 16px; padding: 24px 0; text-decoration: none; border-top: 1px solid #cddbd1; }
.service-list h3 { font-size: 20px; margin: 0; }
.service-list p { grid-column: 1; margin: 0; font-size: 14px; line-height: 1.7; color: var(--muted); }
.service-list > a > span { grid-column: 2; grid-row: 1; font-size: 22px; color: var(--navy); }
.service-list a:hover h3 { color: var(--gold); }

/* Team: genuine uploaded photographs or neutral initials. */
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.person-card { display: grid; grid-template-columns: 88px minmax(0, 1fr); align-items: start; gap: 24px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.portrait { position: relative; display: grid; place-items: center; overflow: hidden; aspect-ratio: 4 / 5; background: var(--pale); color: #3e6257; border: 1px solid var(--line); border-radius: 14px; }
.portrait img { width: 100%; height: 100%; object-fit: cover; }
.initials { font: 36px/1 var(--serif); letter-spacing: -2px; }
.portrait-rule { position: absolute; bottom: 16%; width: 25%; height: 1px; background: #a5b8a9; }
.person-card-copy { min-width: 0; display: flex; flex-direction: column; align-items: start; }
.person-card h3 { font-size: 23px; margin-bottom: 12px; }
.person-card .eyebrow { font-size: 10px; letter-spacing: .09em; margin-bottom: 8px; }
.qualifications, .registration { font-size: 14px; line-height: 1.7; }
.registration { color: var(--muted); }
.person-card .text-link { margin-top: 4px; }
.full-profile { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 64px; padding-bottom: 56px; scroll-margin-top: 120px; }
.full-profile + .full-profile { padding-top: 56px; border-top: 1px solid var(--line); }
.full-profile:last-child { padding-bottom: 0; }
.profile-identity .portrait { max-width: 240px; margin-bottom: 24px; }
.profile-identity .initials-only { width: 100px; height: 116px; aspect-ratio: auto; }
.profile-identity .initials { font-size: 40px; }
.profile-identity h2 { font-size: 28px; line-height: 1.2; margin-bottom: 12px; }
.profile-identity .eyebrow { margin-bottom: 8px; }
.profile-bio > p { font-size: 16px; line-height: 1.85; }
.profile-bio > .eyebrow { font-size: 11px; }
.profile-bio h3 { margin-top: 28px; font-size: 21px; }
.area-list { list-style: none; padding: 0; margin: 0; }
.area-list li { border-top: 1px solid var(--line); padding-block: 12px; font-size: 14px; }
.profile-details { margin-bottom: 24px; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.profile-details summary { cursor: pointer; padding-block: 10px; color: var(--navy); font-size: 15px; font-weight: 550; }
.profile-details[open] summary { margin-bottom: 12px; }
.scope-section, .approach { background: var(--pale); padding-block: 56px; }
.scope-section p:not(.eyebrow) { font-size: 15px; }

/* Shared inner pages and service navigation */
.page-hero { padding-block: 56px; border-bottom: 1px solid var(--line); background: var(--cream); }
.page-hero h1 { max-width: 920px; }
.page-intro { max-width: 820px; color: var(--muted); font-size: 17px; line-height: 1.8; margin-bottom: 0; }
.page-intro p:last-child { margin-bottom: 0; }
.page-hero .button { margin-top: 24px; }
.service-audience-link { margin: 24px 0 0; font-size: 15px; }
.service-directory { padding-top: 32px; }
.service-directory h2 { font-size: 24px; margin-bottom: 20px; }
.service-directory nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.service-directory a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px; border: 1px solid var(--line); border-radius: 10px; font-size: 14px; line-height: 1.6; font-weight: 550; text-decoration: none; }
.service-directory a:hover { background: var(--pale); border-color: #afc3b5; }
.service-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 64px; padding-block: 48px 64px; }
.service-sidebar { position: sticky; top: 120px; align-self: start; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.service-sidebar .eyebrow { margin: 24px 0 8px; }
.service-sidebar .eyebrow:first-child { margin-top: 0; }
.service-sidebar nav { display: flex; flex-direction: column; }
.service-sidebar a { padding-block: 10px; border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.5; text-decoration: none; }
.service-sidebar a:last-child { border-bottom: 0; }
.service-content > section { padding-bottom: 40px; scroll-margin-top: 120px; }
.service-content > section + section { padding-top: 40px; border-top: 1px solid var(--line); }
.service-content > section:last-child { padding-bottom: 0; }
.service-content h2 { font-size: 32px; }
.service-content p { font-size: 16px; }
.service-content .eyebrow { font-size: 11px; }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.check-list li { position: relative; border-top: 1px solid var(--line); padding: 14px 0 14px 20px; font-size: 14px; }
.check-list li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }
.service-related-links { padding: 0; list-style: none; }
.service-related-links li { margin-bottom: 12px; }
.legacy-anchor { display: block; scroll-margin-top: 120px; }
.records-section { background: var(--cream); }
.records-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 32px 0 0; }
.records-grid > div { border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; background: white; }
.records-grid dt { font-size: 20px; font-weight: 600; line-height: 1.3; color: var(--navy); margin-bottom: 12px; }
.records-grid dd { margin: 0; color: var(--muted); font-size: 15px; }
.process-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; padding: 0; margin: 0; list-style: none; }
.process-list li { border-top: 2px solid var(--line); padding-top: 20px; }
.process-list .index { display: grid; place-items: center; width: 36px; height: 36px; background: var(--pale); color: var(--navy); border-radius: 10px; margin-bottom: 20px; }
.process-list h3 { font-size: 19px; }
.process-list p { font-size: 14px; line-height: 1.7; margin: 0; color: var(--muted); }
.resources { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.resources a { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; border-bottom: 1px solid var(--line); text-decoration: none; }
.prose { max-width: 800px; }
.prose h2 { font-size: 28px; margin-top: 36px; }
.prose h2:first-child { margin-top: 0; }

/* Articles and source updates */
.updates-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.update-card, .guide-card { min-width: 0; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.update-card h3, .guide-card h3 { font-size: 24px; }
.update-card h3 a, .guide-card h3 a { text-decoration-thickness: 1px; text-decoration-color: #bdcfc1; text-underline-offset: 5px; }
.update-card > p, .guide-card > p { font-size: 15px; }
.update-card > p.small, .guide-card > p.small { font-size: 13px; }
.update-meta { display: flex; flex-wrap: wrap; gap: 12px; color: var(--gold); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 20px; }
.guide-card > .eyebrow { font-size: 11px; }
.guide-breadcrumb { margin-bottom: 32px; font-size: 14px; }
.guide-reading { max-width: 760px; margin-inline: auto; }
.guide-reading h1 { font-size: clamp(34px, 4vw, 52px); }
.guide-summary { color: var(--muted); font-size: 20px; line-height: 1.7; }
.guide-byline { border-block: 1px solid var(--line); padding-block: 16px; margin-block: 28px 36px; font-size: 14px; color: var(--muted); }
.guide-byline p { margin: 4px 0; }
.guide-prose h2, .guide-sources h2 { font-size: 28px; margin-top: 36px; }
.guide-prose ul, .guide-sources ul { padding-left: 24px; }
.guide-prose li, .guide-sources li { margin-bottom: 12px; }
.guide-sources, .guide-related { border-top: 1px solid var(--line); margin-top: 32px; padding-top: 16px; }
.filters { display: flex; flex-wrap: wrap; align-items: end; gap: 16px; margin-bottom: 32px; }
.filters label { flex: 1; min-width: 160px; }
.filters > a { padding-bottom: 12px; font-size: 14px; }
.empty-state { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.empty-state h2 { font-size: 28px; }

/* Contact and forms: shared field contracts remain unchanged. */
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; }
.contact-details h2 { font-size: 32px; }
.contact-email { display: block; font-size: 17px; margin-bottom: 24px; }
.contact-details h3 { font-size: 21px; margin-top: 32px; }
.contact-details p { font-size: 15px; }
.email-panel { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--pale); }
.email-panel h2 { font-size: 30px; }
.email-panel .small { margin: 24px 0 0; }
label { display: block; font-size: 14px; font-weight: 550; line-height: 1.6; }
input:not([type=checkbox]), select, textarea { width: 100%; min-width: 0; min-height: 48px; border: 1px solid #a9bbb0; border-radius: var(--radius-small); background: white; color: var(--ink); padding: 11px 12px; margin-top: 8px; font-size: 16px; line-height: 1.5; }
input[readonly] { background: var(--pale); }
textarea { resize: vertical; }
.editor-form { display: grid; gap: 24px; }
.editor-form > .button { justify-self: start; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.full { grid-column: 1 / -1; }
.field-note { display: block; margin-top: 8px; font-weight: 400; }
.checkbox { display: flex; align-items: start; gap: 12px; font-weight: 400; font-size: 14px; }
.checkbox input { width: 18px; height: 18px; flex-shrink: 0; margin: 4px 0 0; accent-color: var(--navy); }
.honeypot { position: absolute; left: -9999px; opacity: 0; }
.field-error { color: #893f30; font-size: 14px; margin: 8px 0 0; }
[aria-invalid=true] { border-color: #893f30 !important; }
.editor-form details { border-top: 1px solid var(--line); padding-top: 16px; }
.editor-form summary, .history-entry summary { cursor: pointer; font-size: 15px; font-weight: 550; padding-block: 8px; }
.editor-form details[open] > .form-grid { margin-top: 20px; }
.notice, .error-notice { padding: 20px 24px; margin: 24px 0; border: 1px solid #b7c7aa; border-radius: var(--radius-small); background: #edf5e8; font-size: 15px; }
.error-notice { background: #fff3ed; color: #773823; border-color: #c89980; }
.error-notice h2 { font-size: 24px; }

/* Administration */
.admin-page { background: #fbfcfa; }
.admin-section { margin-top: 48px; }
.admin-section .section-heading p { font-size: 14px; margin-bottom: 0; }
.admin-tools, .session-tools { margin-top: 32px; }
.admin-table { border-top: 1px solid var(--line); }
.admin-row { display: flex; align-items: center; gap: 24px; padding-block: 24px; border-bottom: 1px solid var(--line); }
.admin-row > div:first-of-type { flex: 1; min-width: 0; }
.admin-row h2, .admin-row h3 { font-size: 23px; margin-bottom: 8px; }
.admin-row p { font-size: 14px; margin-bottom: 8px; }
.order-number { min-width: 24px; color: var(--muted); font-size: 14px; }
.badge { display: inline-block; padding: 3px 9px; margin: 0 4px 4px 0; border-radius: 5px; background: #f0ebe0; color: #655027; font-size: 12px; }
.badge.published { background: #dfeddf; color: #315135; }
.row-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; font-size: 14px; }
.row-actions button { border: 0; padding: 8px 0; color: var(--ink); background: transparent; font-size: inherit; text-decoration: underline; }
.row-actions a { padding-block: 8px; }
.admin-note { margin-top: 40px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); font-size: 14px; }
.admin-note h2 { font-size: 26px; }
.admin-editor { max-width: 900px; }
.admin-editor > h1, .admin-editor > .eyebrow { margin-top: 24px; }
.current-photo { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.current-photo img { object-fit: cover; border-radius: 10px; }
.delete-panel { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 14px; }
.delete-panel summary { cursor: pointer; color: #893f30; margin-bottom: 20px; }
.delete-panel form { max-width: 360px; display: grid; gap: 16px; }
.publication-preview { border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; margin-block: 32px; background: white; }
.publication-preview .full-profile { grid-template-columns: 240px minmax(0, 1fr); gap: 40px; }
.publish-form { max-width: 850px; display: grid; gap: 24px; }
.history-entry { border-bottom: 1px solid var(--line); padding-block: 20px; }
.history-entry dt { font-weight: 600; font-size: 14px; }
.history-entry dd { margin: 0 0 16px; white-space: pre-wrap; font-size: 14px; }
.login-panel { max-width: 480px; margin: 0 auto; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.login-panel h1 { font-size: 36px; }
.login-panel p { font-size: 15px; }

/* Closing invitation and footer */
.closing { padding-block: 24px 56px; }
.closing-inner { display: flex; justify-content: space-between; align-items: center; gap: 48px; padding: 44px; background: var(--deep); border-radius: 24px; color: #d0e2da; }
.closing .eyebrow { color: var(--gold-light); }
.closing h2 { color: white; font-size: 36px; }
.closing p:last-child { max-width: 680px; font-size: 15px; margin: 0; }
.closing .button { flex-shrink: 0; }
.site-footer { background: var(--pale); padding-top: 48px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr .6fr; gap: 56px; }
.footer-brand { display: block; font-size: 25px; font-weight: 600; line-height: 1.3; color: var(--navy); letter-spacing: -.04em; margin-bottom: 20px; }
.footer-brand::before { display: none; }
.footer-grid h2 { font-size: 12px; font-weight: 650; letter-spacing: .04em; line-height: 1.5; margin-bottom: 20px; }
.footer-grid a { text-decoration: none; }
.footer-grid > div:last-child > a { display: block; margin-bottom: 12px; }
.service-line { font-size: 13px; color: var(--navy); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-block: 20px; border-top: 1px solid #cbd9ce; margin-top: 32px; font-size: 12px; }

/* Accessibility */
.sr-only, .skip-link:not(:focus) { 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:focus { position: fixed; top: 12px; left: 12px; z-index: 99; padding: 12px 20px; background: white; color: var(--navy); border-radius: 8px; }

/* Responsive layouts: one set of ordered breakpoints. */
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .header-inner { gap: 16px; }
  .brand { grid-template-columns: 38px auto; gap: 10px; }
  .brand::before { width: 38px; height: 44px; font-size: 27px; }
  .brand-name { font-size: 19px; }
  .header-inner nav > a { font-size: 13px; padding-inline: 10px; }
  .header-inner nav .nav-contact { margin-left: 4px; }
  .hero-grid { gap: 40px; }
  .hero h1 { font-size: 50px; }
  .hero-aside { padding: 28px; }
  .service-card { padding: 24px; }
  .service-card h3 { font-size: 22px; }
  .person-card { grid-template-columns: 72px minmax(0, 1fr); gap: 16px; padding: 24px; }
  .split, .full-profile, .service-layout, .contact-grid { gap: 40px; }
  .footer-grid { gap: 32px; }
  .closing-inner { gap: 32px; }
}
@media (max-width: 1000px) {
  .header-inner { min-height: 88px; flex-wrap: wrap; padding-block: 18px; }
  .header-inner nav { flex-basis: 100%; flex-direction: column; align-items: stretch; gap: 4px; padding-top: 16px; border-top: 1px solid var(--line); }
  .header-inner nav > a { font-size: 15px; padding: 12px; }
  .header-inner nav .nav-contact { margin: 4px 0 0; }
  .has-menu .menu-toggle { display: inline-flex; }
  .has-menu .header-inner nav:not(.open) { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 32px; }
  .hero h1 { font-size: 46px; }
  .hero .button-row { align-items: stretch; flex-direction: column; }
  .hero-aside h2 { font-size: 26px; }
  .service-card h3 { font-size: 21px; }
  .service-card p { font-size: 14px; }
  .person-card { grid-template-columns: 64px minmax(0, 1fr); gap: 16px; padding: 20px; }
  .person-card h3 { font-size: 21px; }
  .person-card .initials { font-size: 28px; }
  .service-layout { grid-template-columns: 200px minmax(0, 1fr); gap: 32px; }
  .check-list { grid-template-columns: 1fr; }
  .process-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .updates-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-directory nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .closing-inner { display: block; padding: 36px; }
  .closing .button { margin-top: 24px; }
  .footer-grid { grid-template-columns: 1.1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px 24px; }
  .footer-grid > div:last-child h2 { width: 100%; margin-bottom: 8px; }
}
@media (max-width: 700px) {
  :root { --section-space: 48px; }
  .wrap { width: calc(100% - 40px); }
  h1 { font-size: 36px; }
  h2 { font-size: 29px; }
  h3 { font-size: 22px; }
  .hero { padding-block: 40px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero h1 { font-size: clamp(36px, 8vw, 46px); }
  .hero-lead { font-size: 16px; }
  .hero-copy > .eyebrow { font-size: 10px; margin-bottom: 20px; }
  .hero .button-row { flex-direction: row; }
  .hero .button { flex: 1 1 220px; }
  .hero-aside { padding: 24px; border-radius: 18px; box-shadow: none; }
  .hero-symbol { float: right; width: 36px; height: 36px; margin: 0 0 12px 12px; }
  .hero-aside h2 { margin-bottom: 20px; }
  .hero-aside .eyebrow { font-size: 10px; }
  .hero-facts li { padding-left: 34px; padding-bottom: 14px; }
  .hero-facts strong { font-size: 14px; }
  .hero-facts span { font-size: 13px; }
  .hero-aside .small { font-size: 12px; }
  .intro-band { padding-block: 20px; }
  .intro-band p { font-size: 13px; }
  .horizontal { display: block; }
  .horizontal .text-link { margin-bottom: 12px; }
  .section-heading { margin-bottom: 24px; }
  .service-cards, .team-grid, .service-list, .split, .contact-grid, .resources, .updates-grid, .records-grid, .form-grid { grid-template-columns: minmax(0, 1fr); }
  .service-cards { gap: 16px; }
  .service-card { padding: 24px; }
  .service-card-top { margin-bottom: 20px; }
  .service-card h3 { font-size: 23px; }
  .service-card p { font-size: 15px; }
  .home-india { padding: 28px 24px 12px; border-radius: 18px; }
  .service-list > a { padding-block: 20px; }
  .service-list h3 { font-size: 20px; }
  .service-list p { font-size: 14px; }
  .person-card { grid-template-columns: 56px minmax(0, 1fr); padding: 20px; }
  .person-card .portrait { border-radius: 10px; }
  .person-card .initials { font-size: 26px; }
  .person-card h3 { font-size: 22px; }
  .person-card .qualifications, .person-card .registration { font-size: 13px; }
  .person-card .eyebrow { font-size: 10px; }
  .team-grid { gap: 16px; }
  .split { gap: 24px; }
  .full-profile, .publication-preview .full-profile { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .full-profile { padding-bottom: 40px; }
  .full-profile + .full-profile { padding-top: 40px; }
  .profile-identity .initials-only { width: 72px; height: 84px; margin-bottom: 20px; }
  .profile-identity .initials { font-size: 30px; }
  .profile-identity h2 { font-size: 26px; }
  .scope-section, .approach { padding-block: 40px; }
  .page-hero { padding-block: 40px; }
  .page-intro { font-size: 16px; }
  .service-layout { display: block; padding-block: 32px 48px; }
  .service-sidebar { position: static; padding: 16px; margin-bottom: 32px; }
  .service-sidebar nav { flex-direction: row; flex-wrap: wrap; gap: 8px; }
  .service-sidebar a { padding: 8px 10px; border: 1px solid var(--line); border-radius: 6px; background: white; font-size: 13px; }
  .service-sidebar a:last-child { border: 1px solid var(--line); }
  .service-content h2 { font-size: 28px; }
  .service-directory nav { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .service-directory a { padding: 14px 16px; }
  .records-grid { gap: 16px; }
  .process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-card, .update-card { padding: 24px; }
  .guide-prose h2, .guide-sources h2 { font-size: 26px; }
  .guide-summary { font-size: 18px; }
  .guide-reading h1 { font-size: 34px; }
  .contact-grid, .resources { gap: 32px; }
  .email-panel { padding: 24px; }
  .email-panel h2 { font-size: 27px; }
  .filters label { min-width: 120px; }
  .admin-row { flex-wrap: wrap; gap: 16px; }
  .row-actions { width: 100%; gap: 20px; }
  .admin-note { padding: 24px; }
  .publication-preview { padding: 20px; }
  .login-panel { padding: 24px; }
  .closing { padding-block: 8px 40px; }
  .closing-inner { padding: 28px; border-radius: 18px; }
  .closing h2 { font-size: 29px; }
  .closing .button { width: 100%; }
  .footer-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .site-footer { padding-top: 36px; }
  .footer-grid > div:last-child { grid-column: auto; gap: 4px 24px; }
  .footer-grid h2 { margin-bottom: 12px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-bottom: 6px; }
  .desktop-break { display: none; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }
  .brand { grid-template-columns: 30px auto; column-gap: 8px; }
  .brand::before { width: 30px; height: 36px; font-size: 23px; border-radius: 9px 9px 9px 3px; }
  .brand-name { font-size: 17px; letter-spacing: -.7px; }
  .brand-caption { font-size: 6px; }
  .menu-toggle { padding-inline: 8px; font-size: 12px; gap: 6px; }
  .header-inner { gap: 8px; }
  .hero h1 { font-size: 36px; }
  .home-india { padding-inline: 20px; }
  .person-card { grid-template-columns: 44px minmax(0, 1fr); gap: 12px; padding: 16px; }
  .person-card .initials { font-size: 24px; }
  .person-card h3 { font-size: 20px; }
  .process-list { grid-template-columns: minmax(0, 1fr); }
  .closing-inner { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .preview-bar, .site-header nav, .menu-toggle, .closing, .site-footer, .button, .service-sidebar { display: none !important; }
  .wrap { width: 100%; }
  .page-hero, .section { padding-block: 20px; }
  .full-profile { break-inside: avoid; }
  .hero-aside, .service-card, .login-panel { box-shadow: none; }
  body { background: white; }
}

/* Institutional navigation and public composition */
.topbar { background: var(--navy); color: #dbe5f6; font-size: 12px; }
.topbar-inner, .topbar-contact { display: flex; align-items: center; gap: 18px; }
.topbar-inner { min-height: 40px; justify-content: space-between; padding-block: 6px; }
.topbar a { text-decoration: none; }
.topbar a:hover { color: #fff; }
.topbar-alert { display: flex; gap: 12px; align-items: center; max-width: 50%; }
.topbar-alert > span:first-child { color: #e1bd59; text-transform: uppercase; letter-spacing: .08em; font-size: 10px; }
.site-header { position: sticky; top: 0; z-index: 30; box-shadow: 0 3px 15px rgb(11 27 61 / 4%); }
.header-inner { min-height: 90px; gap: 16px; position: relative; }
.brand { grid-template-columns: 34px auto; gap: 9px; }
.brand::before { width: 34px; height: 42px; border-radius: 3px; font-size: 27px; }
.brand-name { font-family: var(--serif); font-size: 20px; font-weight: 600; letter-spacing: -.6px; }
.brand-caption { font-size: 6.7px; letter-spacing: .08em; }
.header-inner nav { gap: 0; }
.header-inner nav > a, .nav-disclosure > summary { padding: 12px 8px; font-size: 12px; font-weight: 500; white-space: nowrap; }
.nav-disclosure > summary { cursor: pointer; list-style: none; display: flex; align-items: center; gap: 5px; border-radius: 7px; min-height: 44px; }
.nav-disclosure > summary::-webkit-details-marker { display: none; }
.nav-disclosure > summary::after { content: '⌄'; font-size: 13px; }
.nav-disclosure[open] > summary, .nav-disclosure > summary:hover, .nav-disclosure > summary[aria-current] { background: var(--pale); color: var(--blue); }
.header-inner nav > a[aria-current] { box-shadow: inset 0 -2px 0 var(--blue); }
.header-cta { font-size: 11px; padding: 10px 12px; min-height: 44px; white-space: nowrap; }
.mega-menu { position: absolute; left: 0; right: 0; top: calc(100% - 1px); display: grid; grid-template-columns: 220px 1fr; border: 1px solid var(--line); border-top: 3px solid var(--bronze); background: white; border-radius: 0 0 10px 10px; box-shadow: 0 20px 40px rgb(11 27 61 / 14%); padding: 32px; gap: 32px; max-height: calc(100dvh - 110px); overflow-y: auto; animation: menu-in .2s ease; }
.mega-intro { border-right: 1px solid var(--line); padding-right: 24px; }
.mega-intro h2 { font-size: 26px; }
.mega-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.mega-columns h3 { font-size: 13px; letter-spacing: 0; margin-bottom: 12px; }
.mega-columns a { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; padding-block: 12px; border-top: 1px solid var(--line); text-decoration: none; }
.mega-columns a:hover { color: var(--blue); }
@keyframes menu-in { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
.hero { padding: 64px 0; background: linear-gradient(115deg,#0B1B3D 0%,#10264e 72%,#15345b 100%); color: #d6dfef; position: relative; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 76px; align-items: center; }
.hero h1 { color: white; font-size: clamp(40px,4.5vw,65px); line-height: 1.12; margin-bottom: 26px; }
.hero h1 em { font-style: normal; color: #e5bd60; }
.hero-copy > .eyebrow { color: #e5bd60; font-size: 11px; margin-bottom: 24px; }
.hero-lead { font-size: 16px; max-width: 570px; line-height: 1.85; margin-bottom: 30px; }
.hero .outline { border-color: #8d9cb5; color: white; }
.hero .outline:hover { background: #1a355f; }
.hero-secondary { font-size: 11px; color: #b9c7dc; margin: 24px 0 0; }
.consultation-card { padding: 32px; background: white; color: var(--ink); border-radius: 10px; box-shadow: 0 20px 60px rgb(0 0 0 / 12%); border-top: 3px solid var(--bronze); }
.consultation-card h2 { font-size: 31px; line-height: 1.2; }
.consultation-card > p:not(.eyebrow) { font-size: 14px; }
.consultation-form label { font-size: 12px; }
.consultation-form input, .consultation-form select { min-height: 44px; padding: 9px 12px; font-size: 13px; }
.consultation-form textarea { padding: 9px 12px; min-height: 70px; }
.consultation-form .form-grid { gap: 14px; margin: 0; }
.consultation-form .small { font-size: 11px; margin-bottom: 16px; }
.consultation-form .checkbox { margin-block: 12px; gap: 8px; align-items: start; }
.consultation-form input[type=checkbox] { min-height: 0; margin-top: 4px; }
.consultation-form > .button { width: 100%; }
.form-status:empty { display: none; }
.consultation-steps { margin-block: 24px; border-top: 1px solid var(--line); }
.consultation-steps p { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; margin: 0; }
.consultation-steps span { color: var(--gold); margin-right: 14px; font-size: 11px; }
.consultation-phone { display: block; padding-block: 16px; font-size: 14px; }
.trust-strip { border-bottom: 1px solid var(--line); background: var(--pale); }
.trust-strip .wrap { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 24px; }
.trust-strip span { text-align: center; color: var(--navy); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; border-right: 1px solid var(--line); }
.trust-strip span:last-child { border: 0; }
.compliance-strip { padding-block: 24px; border-bottom: 1px solid var(--line); display: flex; gap: 24px; align-items: baseline; }
.compliance-strip p { margin: 0; flex-shrink: 0; }
.compliance-strip > div { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.compliance-strip a { font-size: 13px; }
.section-aside { max-width: 390px; font-size: 14px; color: var(--muted); }
.practice-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.practice-card { position: relative; padding: 26px; display: flex; flex-direction: column; align-items: start; background: white; border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.practice-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgb(11 27 61 / 9%); border-bottom-color: var(--bronze); }
.practice-card .service-icon { border-radius: 4px; width: 40px; height: 40px; margin-bottom: 24px; color: var(--gold); }
.practice-card .index { position: absolute; right: 24px; top: 34px; font-size: 11px; }
.practice-card h3 { font-family: var(--serif); font-size: 23px; font-weight: 500; }
.practice-card p { color: var(--muted); font-size: 13px; flex: 1; }
.practice-card .text-link { font-size: 12px; }
.about-snapshot { background: var(--pale); }
.about-snapshot .split { align-items: center; }
.records-graphic { padding: 38px; border: 1px solid var(--line); background: white; position: relative; overflow: hidden; }
.graphic-monogram { display: block; font: 100px/1.1 var(--serif); color: var(--navy); letter-spacing: -.09em; margin-bottom: 32px; }
.graphic-monogram > span { color: var(--bronze); font-size: .6em; }
.records-graphic ol { list-style: decimal-leading-zero; padding-left: 28px; margin-bottom: 0; }
.records-graphic li { padding: 10px; font-size: 14px; border-top: 1px solid var(--line); }
.records-graphic li::marker { color: var(--gold); font-size: 11px; }
.principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; padding-bottom: 56px; }
.principles > div { border-top: 2px solid var(--line); padding-top: 24px; }
.principles h3 { font-size: 18px; }
.principles p { color: var(--muted); font-size: 14px; margin: 0; }
.team-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.person-card { display: flex; flex-direction: column; gap: 0; padding: 0; overflow: hidden; border-radius: 10px; }
.person-card .portrait { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: linear-gradient(145deg,#edf1f7,#e1e7f0); }
.person-card .initials { font-size: 60px; color: #64748b; }
.person-card-copy { padding: 22px; flex: 1; }
.person-card .eyebrow { font-size: 10px; min-height: 32px; }
.person-card h3 { font-family: var(--serif); font-size: 23px; }
.person-card .qualifications, .person-card .registration { font-size: 12px; }
.person-summary { font-size: 12px; color: var(--muted); line-height: 1.8; }
.person-card .text-link { margin-top: auto; font-size: 12px; }
.international-section, .international-hero { background: var(--navy); color: #c8d5ea; }
.international-section h2, .international-section h3, .international-hero h1 { color: white; }
.international-section .eyebrow, .international-hero .eyebrow { color: #e5bd60; }
.international-section .section-aside, .international-hero .page-intro { color: #c8d5ea; }
.international-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.international-cards > a { border: 1px solid #405277; border-radius: 8px; padding: 32px; text-decoration: none; transition: background .25s ease; }
.international-cards > a:hover { background: #142b53; color: white; }
.international-cards .index { color: #b4c3dc; display: block; margin-bottom: 24px; }
.international-cards h3 { font: 27px/1.3 var(--serif); }
.international-cards p { font-size: 14px; max-width: 440px; }
.international-section .text-link { color: #e5bd60; }
.international-link { margin-top: 24px; }
.resource-shortcuts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.resource-shortcuts > a { display: block; text-decoration: none; border: 1px solid var(--line); border-radius: 10px; padding: 28px; font-size: 13px; background: white; }
.resource-shortcuts h2, .resource-shortcuts h3 { font: 25px/1.3 var(--serif); margin-top: 20px; }
.resource-shortcuts p { color: var(--muted); font-size: 14px; }
.resource-shortcuts > a > span { color: var(--gold); }
.resource-shortcuts a:hover { border-color: var(--bronze); }
.resource-spacing { margin-top: 36px; }
.footer-intro { display: flex; justify-content: space-between; align-items: start; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid var(--line); margin-bottom: 40px; }
.footer-intro > p { max-width: 500px; font-size: 13px; margin-bottom: 0; }
.footer-brand { display: block; font-family: var(--serif); }
.footer-brand::before { display: none; }
.footer-grid { grid-template-columns: 1fr 1fr 1fr 1.2fr; gap: 36px; }
.footer-grid > div:last-child { display: block; grid-column: auto; }
.footer-grid h2 { font: 600 11px/1.6 var(--sans); letter-spacing: .09em; text-transform: uppercase; }
.footer-grid a { display: block; padding-block: 7px; }
.footer-grid p, .footer-grid a { font-size: 12px; }
.footer-bottom { gap: 24px; align-items: start; }
.footer-bottom > div { display: flex; gap: 18px; }
.callback-trigger { position: fixed; right: 24px; bottom: 24px; z-index: 35; background: var(--blue); color: white; min-height: 48px; padding: 12px 18px; border-radius: 6px; font-size: 12px; box-shadow: 0 6px 22px rgb(11 27 61 / 18%); text-decoration: none; transition: opacity .25s, transform .25s; }
.callback-trigger:hover { color: white; background: var(--navy); }
.callback-trigger.hero-visible { opacity: 0; pointer-events: none; transform: translateY(12px); visibility: hidden; }
#callback-drawer { margin: 0 0 0 auto; max-width: min(480px,100%); width: 480px; height: 100dvh; max-height: 100dvh; border: 0; border-left: 3px solid var(--bronze); padding: 32px; color: var(--ink); background: white; overflow-y: auto; }
#callback-drawer[open] { animation: drawer-in .25s ease; }
#callback-drawer::backdrop { background: rgb(11 27 61 / 60%); }
.drawer-heading { display: flex; align-items: start; gap: 16px; justify-content: space-between; }
.drawer-heading button { width: 44px; min-height: 44px; flex-shrink: 0; border: 1px solid var(--line); background: var(--pale); border-radius: 4px; font-size: 25px; }
@keyframes drawer-in { from { transform: translateX(30px); opacity: .4; } to { transform: translateX(0); opacity: 1; } }
.filter-bar { display: flex; flex-wrap: wrap; align-items: end; gap: 16px; margin-bottom: 32px; }
.filter-bar > div { flex: 1 1 180px; }
.filter-bar input, .filter-bar select { margin: 0; }
.filter-bar > a { padding: 12px; }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; }
.compliance-table { width: 100%; border-collapse: collapse; min-width: 860px; font-size: 13px; }
.compliance-table th, .compliance-table td { padding: 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.compliance-table thead { background: var(--navy); color: white; }
.compliance-table tbody th { min-width: 240px; font-weight: 600; }
.compliance-table tbody th p { font-weight: 400; margin: 8px 0 0; }
.compliance-table time { white-space: nowrap; }
.tool-tabs { display: flex; flex-wrap: wrap; gap: 8px; border-bottom: 1px solid var(--line); padding-bottom: 16px; margin-bottom: 32px; }
.tool-tabs a { padding: 12px 24px; border-radius: 6px; text-decoration: none; font-size: 14px; }
.tool-tabs a[aria-current] { background: var(--navy); color: white; }
.calculator-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 36px; align-items: start; }
.calculator-grid > * { min-width: 0; border: 1px solid var(--line); border-radius: 10px; padding: 32px; }
.calculator-input p { font-size: 14px; }
.calculator-input .small { font-size: 12px; }
.calculator-input .checkbox { font-size: 13px; align-items: start; }
.calculator-result { background: var(--pale); }
.calculator-result dl { margin: 28px 0; }
.calculator-result dl > div { border-top: 1px solid var(--line); padding-block: 18px; }
.calculator-result dt { font-size: 12px; }
.calculator-result dd { color: var(--navy); font-size: clamp(25px,3vw,36px); font-weight: 600; font-variant-numeric: tabular-nums; margin: 4px 0 0; }
.result-message { font-size: 14px; color: var(--navy); }
.result-placeholder { display: grid; gap: 18px; margin-block: 36px; }
.result-placeholder span { height: 10px; background: #d9e1ee; border-radius: 2px; width: 70%; }
.result-placeholder span:nth-child(2) { width: 90%; }
.result-placeholder span:nth-child(3) { width: 50%; }
.tool-methodology { margin-top: 32px; padding: 24px; background: var(--pale); border-radius: 8px; }
.tool-methodology summary { cursor: pointer; min-height: 44px; font-weight: 600; }
.narrow { max-width: 850px; }
.contact-details { border: 1px solid var(--line); border-radius: 10px; padding: 28px; background: var(--pale); }
.contact-details .contact-email { font-size: 19px; }
.public-page .reveal-ready { opacity: 0; transform: translateY(12px); transition: opacity .4s ease, transform .4s ease; }
.public-page .reveal-ready.is-visible { opacity: 1; transform: none; }
@media (max-width: 1199px) {
  .header-inner { flex-wrap: wrap; min-height: 80px; padding-block: 14px; }
  .header-cta { display: none; }
  .has-menu .menu-toggle { display: inline-flex; }
  .header-inner nav { flex-basis: 100%; flex-direction: column; align-items: stretch; padding-top: 12px; border-top: 1px solid var(--line); max-height: calc(100dvh - 100px); overflow-y: auto; }
  .has-menu .header-inner nav:not(.open) { display: none; }
  .header-inner nav > a, .nav-disclosure > summary { font-size: 14px; padding: 12px; }
  .nav-disclosure > summary { justify-content: space-between; }
  .mega-menu { position: static; display: block; max-height: none; box-shadow: none; padding: 24px; margin: 8px 0; }
  .mega-intro { border: 0; padding: 0; margin-bottom: 24px; }
  .mega-intro h2 { display: none; }
  .hero-grid { gap: 36px; }
  .hero h1 { font-size: clamp(39px,5vw,56px); }
  .consultation-card { padding: 26px; }
  .practice-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .person-card .portrait { max-height: 340px; aspect-ratio: 4 / 5; }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (min-width: 1200px) { .menu-toggle { display: none !important; } .header-inner nav { display: flex !important; } }
@media (max-width: 767px) {
  .topbar-inner { justify-content: center; }
  .topbar-contact { gap: 10px; font-size: 10px; }
  .topbar-alert { display: none; }
  .brand-name { font-size: 19px; }
  .brand-caption { font-size: 6.3px; }
  .hero { padding-block: 40px; }
  .hero-grid { grid-template-columns: minmax(0,1fr); gap: 36px; }
  .hero h1 { font-size: clamp(38px,8vw,54px); }
  .hero-copy > .eyebrow { font-size: 10px; }
  .hero .button-row { flex-direction: row; }
  .hero .button { flex: 1 1 auto; }
  .hero-lead { font-size: 15px; }
  .hero-secondary { font-size: 10px; }
  .consultation-card h2 { font-size: 29px; }
  .trust-strip .wrap { grid-template-columns: 1fr 1fr; gap: 16px 0; padding-block: 20px; }
  .trust-strip span { font-size: 10px; }
  .trust-strip span:nth-child(2) { border: 0; }
  .compliance-strip { display: block; }
  .compliance-strip p { margin-bottom: 12px; }
  .practice-grid, .principles, .resource-shortcuts, .international-cards, .calculator-grid { grid-template-columns: minmax(0,1fr); }
  .team-grid { grid-template-columns: minmax(0,1fr); }
  .person-card .portrait { max-height: none; aspect-ratio: 4 / 5; }
  .person-card-copy { padding: 24px; }
  .person-card .eyebrow { min-height: 0; }
  .person-card .initials { font-size: 70px; }
  .person-card h3 { font-size: 25px; }
  .person-summary, .person-card .qualifications, .person-card .registration { font-size: 13px; }
  .principles { gap: 24px; padding-bottom: 40px; }
  .records-graphic { padding: 28px; }
  .graphic-monogram { font-size: 80px; }
  .international-cards > a { padding: 26px; }
  .mega-columns { grid-template-columns: minmax(0,1fr); }
  .footer-intro { display: block; }
  .footer-intro > p { margin-top: 24px; }
  .footer-grid { grid-template-columns: minmax(0,1fr); }
  .footer-bottom { padding-bottom: 88px; }
  .footer-bottom > div { margin-block: 14px; }
  .callback-trigger { right: 16px; bottom: 16px; }
  #callback-drawer { padding: 24px; }
  .calculator-grid > * { padding: 24px; }
  .tool-tabs a { padding: 12px 18px; }
  .contact-details { padding: 24px; }
  .international-hero .service-cards { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { .public-page .reveal-ready { opacity: 1; transform: none; } }
@media print { .topbar, .callback-trigger, #callback-drawer { display: none !important; } .site-header { position: static; } .reveal-ready { opacity: 1 !important; transform: none !important; } }

/* One firm, two practices: shared editorial and commercial journeys. */
.shaded { background: var(--pale); }
.compact-section { padding-bottom: 64px; }
.master-hero h1 { font-size: clamp(38px,4.1vw,59px); }
.global-hero-grid { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(0,1fr); gap: 64px; align-items: center; }
.global-hero-grid .button-row { margin-top: 24px; }
.international-hero .outline { color: white; border-color: #8d9cb5; }
.international-hero .outline:hover { background: #172f55; }
.global-delivery-visual { padding: 32px; background: #10274c; border: 1px solid #3b5277; border-radius: 8px; color: #c6d4e9; }
.global-delivery-visual .eyebrow { color: #e5bd60; }
.global-delivery-visual h2 { color: white; font-size: 32px; }
.global-delivery-visual > div:not(.ledger-visual):not(.delivery-verticals) { display: grid; gap: 12px; margin-block: 24px; }
.global-delivery-visual > div > span { border: 1px solid #405277; padding: 12px; font-size: 13px; }
.global-delivery-visual > p:last-child { margin-bottom: 0; font-size: 13px; }
.ledger-visual { display: flex; justify-content: space-between; align-items: end; gap: 16px; padding-bottom: 28px; border-bottom: 1px solid #405277; margin-bottom: 24px; }
.ledger-visual > span { font: 76px/1 var(--serif); color: white; letter-spacing: -.07em; }
.ledger-visual > span > span { color: #e5bd60; font-size: .65em; }
.ledger-visual > div { width: 34%; display: flex; align-items: end; gap: 7px; height: 72px; }
.ledger-visual i { width: 14%; height: 35%; background: #7690b9; border-top: 2px solid #c8a851; }
.ledger-visual i:nth-child(2) { height: 55%; }.ledger-visual i:nth-child(3) { height: 45%; }.ledger-visual i:nth-child(4) { height: 80%; }.ledger-visual i:nth-child(5) { height: 100%; }
.delivery-verticals { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.delivery-verticals p { font-size: 13px; line-height: 1.6; }
.delivery-verticals span { display: block; color: #e5bd60; text-transform: uppercase; font-size: 10px; letter-spacing: .09em; margin-bottom: 8px; }
.delivery-verticals strong { color: white; font-weight: 500; }
.delivery-caption { border-top: 1px solid #405277; padding-top: 20px; font-size: 12px; }
.light-link, .international-hero .light-link { color: #e5bd60; }
.international-hero > .wrap > .light-link { margin-left: 24px; }
.practice-selector { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.practice-selector > a { display: flex; flex-direction: column; align-items: start; color: var(--ink); text-decoration: none; padding: 36px; border: 1px solid var(--line); border-top: 3px solid var(--navy); border-radius: 8px; background: white; box-shadow: var(--shadow); }
.practice-selector > a:hover { border-top-color: var(--bronze); }
.practice-selector h3 { font: 32px/1.25 var(--serif); }
.practice-selector p:not(.eyebrow) { color: var(--muted); font-size: 14px; }
.practice-selector ul { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; font-size: 12px; margin: 4px 0 28px; }
.practice-selector li { border-top: 1px solid var(--line); padding-top: 12px; }
.practice-selector .text-link { margin-top: auto; }
.practice-selector > .global-selector { border-top-color: var(--blue); background: #f5f8fe; }
.key-service-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0 28px; }
.key-service-links > a { display: flex; align-items: center; justify-content: space-between; min-height: 56px; padding-block: 14px; border-bottom: 1px solid var(--line); font-size: 13px; text-decoration: none; }
.india-home .key-service-links { grid-template-columns: 1fr 1fr; }
.offshore-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.offshore-links a { padding: 20px; border: 1px solid var(--line); border-radius: 6px; background: white; font-size: 14px; text-decoration: none; }
.home-process { display: flex; gap: 32px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); margin-top: 32px; padding-top: 32px; }
.home-process > div { max-width: 700px; }
.home-process h3 { font-size: 22px; }
.home-process p:last-child { font-size: 14px; color: var(--muted); margin-bottom: 0; }
.home-process > a { flex-shrink: 0; }
.market-links { display: flex; flex-wrap: wrap; gap: 12px 32px; margin-block: 28px; }
.market-links a { color: #d9e4f5; font-size: 13px; padding-block: 12px; }
.global-service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.global-service-grid > a { text-decoration: none; border: 1px solid var(--line); border-radius: 8px; padding: 28px; background: white; display: flex; flex-direction: column; align-items: start; }
.global-service-grid > a > span:first-child { color: var(--gold); font-size: 12px; margin-bottom: 16px; }
.global-service-grid h3 { font: 25px/1.25 var(--serif); }
.global-service-grid p { color: var(--muted); font-size: 14px; }
.global-service-grid .text-link { margin-top: auto; }
.model-card { padding: 28px; border: 1px solid var(--line); border-radius: 8px; }
.model-card h3 { font: 25px/1.25 var(--serif); }
.model-card p:not(.eyebrow) { font-size: 14px; color: var(--muted); }
.security-banner { display: flex; justify-content: space-between; gap: 32px; align-items: center; margin-top: 48px; padding: 32px; border: 1px solid var(--line); background: var(--pale); border-radius: 8px; }
.security-banner > div { max-width: 700px; }
.security-banner .button { flex-shrink: 0; }
.security-banner h2 { font-size: 30px; }
.security-banner p:last-child { font-size: 14px; margin-bottom: 0; }
.detail-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 72px; align-items: start; }
.detail-prose > section + section { margin-top: 36px; padding-top: 36px; border-top: 1px solid var(--line); }
.detail-prose h2 { font-size: 29px; }
.detail-aside { padding: 28px; background: var(--pale); border: 1px solid var(--line); border-radius: 8px; }
.detail-aside h2 { font: 600 16px/1.5 var(--sans); }
.detail-aside ul { padding-left: 18px; font-size: 13px; margin-bottom: 28px; }
.detail-aside li { margin-bottom: 12px; }
.detail-aside > a { display: block; border-bottom: 1px solid var(--line); padding-block: 12px; font-size: 13px; }
.delivery-note { margin-top: 28px; }
.delivery-note h3 { font-size: 17px; }
.delivery-note p { font-size: 14px; }
.handover-flow { margin: 0; list-style: none; padding: 24px; background: var(--pale); border: 1px solid var(--line); border-radius: 8px; }
.handover-flow li { display: flex; gap: 18px; align-items: baseline; padding: 16px; border-bottom: 1px solid var(--line); font-size: 14px; position: relative; }
.handover-flow li:last-child { border: 0; background: var(--navy); color: white; }
.handover-flow span { color: var(--gold); font-size: 11px; }
.handover-flow li:last-child span { color: #e5bd60; }
.leadership-glance { grid-template-columns: 1fr 1fr; }
.leadership-glance .person-card { display: grid; grid-template-columns: 130px minmax(0,1fr); padding: 24px; gap: 24px; align-items: start; }
.leadership-glance .person-card .portrait { border-radius: 6px; }
.leadership-glance .person-card-copy { padding: 0; }
.leadership-glance .person-summary { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.leadership-glance .person-card .eyebrow { min-height: 0; }
.qualification-fields { border: 1px solid var(--line); padding: 20px; border-radius: 8px; margin: 0; min-width: 0; }
.qualification-fields legend { font-weight: 600; color: var(--navy); padding-inline: 8px; }
[hidden] { display: none !important; }
@media (max-width:1199px) {
  .global-hero-grid { gap: 32px; }
  .global-service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .detail-layout { grid-template-columns: minmax(0,1fr) 280px; gap: 36px; }
  .leadership-glance .person-card { grid-template-columns: 90px minmax(0,1fr); padding: 22px; gap: 20px; }
  .leadership-glance .person-card .initials { font-size: 40px; }
}
@media (max-width:767px) {
  .global-hero-grid, .practice-selector, .global-service-grid, .detail-layout, .leadership-glance { grid-template-columns: minmax(0,1fr); }
  .practice-selector > a { padding: 26px; }
  .practice-selector h3 { font-size: 28px; }
  .practice-selector ul { gap: 12px; }
  .global-delivery-visual { padding: 26px; }
  .key-service-links, .offshore-links { grid-template-columns: 1fr 1fr; gap: 0 18px; }
  .offshore-links { gap: 12px; }
  .offshore-links a { font-size: 12px; padding: 16px; }
  .home-process, .security-banner { display: block; }
  .home-process > a, .security-banner .button { margin-top: 20px; }
  .detail-aside { padding: 24px; }
  .leadership-glance .person-card { grid-template-columns: 80px minmax(0,1fr); padding: 20px; gap: 18px; }
  .leadership-glance .person-card h3 { font-size: 23px; }
  .leadership-glance .person-card .initials { font-size: 34px; }
  .international-hero > .wrap > .light-link { margin: 18px 0 0; }
  .qualification-fields { padding: 16px; }
  .compact-section { padding-bottom: 40px; }
}
@media(max-width:360px) { .leadership-glance .person-card { grid-template-columns: minmax(0,1fr); } .leadership-glance .portrait { max-width: 90px; } }
/* Final interaction and mobile reading refinements. */
.global-delivery-visual .ledger-visual > span { border: 0; padding: 0; font-size: 76px; }
.closing-inner { border-radius: 10px; color: #d5deed; }
.mega-columns a { min-height: 44px; }
body:has(.contact-grid) .callback-trigger { display: none; }
@media(max-width:767px) {
  .contact-grid > div { order: -1; }
  .topbar-contact { font-size: 11px; }
  .consultation-form input, .consultation-form select, .consultation-form textarea { font-size: 16px; }
  .public-page .text-link, .footer-grid a { min-height: 44px; }
  .brand-caption { font-size: 7px; }
}
.hero-contact { margin-top: 18px; font-size: 12px; }
.hero-contact + .hero-secondary { margin-top: 10px; }
@media(max-width:360px) {
  .brand { grid-template-columns: 30px auto; gap: 8px; }
  .brand::before { width: 30px; height: 36px; font-size: 23px; }
  .brand-name { font-size: 17px; }
  .brand-caption { font-size: 6.2px; }
  .header-inner { gap: 8px; }
  .menu-toggle { padding-inline: 8px; gap: 6px; font-size: 12px; }
  .master-hero h1 { font-size: 36px; }
  .hero-contact { margin-top: 12px; }
}
@media(max-width:767px) {
  .home-team .section-heading { margin-bottom: 20px; }
  .public-page .home-resources { padding-block: 36px; }
  .home-process { padding-top: 24px; margin-top: 24px; }
  .global-delivery-visual { padding: 22px; }
  .global-delivery-visual .ledger-visual { padding-bottom: 20px; margin-bottom: 20px; }
  .global-delivery-visual .ledger-visual > span { font-size: 60px; }
}
@media(min-width:360px) and (max-width:767px) {
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 20px; }
}
@media(max-width:767px) {
  .master-hero .global-delivery-visual { display: grid; grid-template-columns: 76px minmax(0,1fr); gap: 16px; align-items: center; }
  .master-hero .global-delivery-visual > .eyebrow, .master-hero .delivery-verticals, .master-hero .ledger-visual > div { display: none; }
  .master-hero .global-delivery-visual .ledger-visual { border: 0; margin: 0; padding: 0; }
  .master-hero .global-delivery-visual .ledger-visual > span { font-size: 42px; }
  .master-hero .delivery-caption { padding: 0; margin: 0; border: 0; font-size: 11px; }
  .home-support-links { gap: 12px; }
  .home-support-links > a { padding: 20px; }
  .home-support-links .eyebrow { margin-bottom: 8px; }
  .home-support-links h3 { margin: 0 0 12px; font-size: 22px; }
}

/* Content architecture: preserve the established design tokens and components. */
.nav-group > summary { min-height:44px; cursor:pointer; font-size:14px; font-weight:600; padding-block:12px; }
.breadcrumbs { display:flex; flex-wrap:wrap; gap:10px; padding-block:14px; font-size:13px; }
.breadcrumbs a { min-height:32px; display:inline-flex; align-items:center; }
@media (max-width:1199px) { .mega-columns { grid-template-columns:1fr; } .nav-group { border-bottom:1px solid var(--line); } }
@media (min-width:1200px) { .nav-group:not([open]) > div { display:block; } }
