:root { color-scheme: light; --ink: #172321; --muted: #4b5c57; --paper: #f7f7ef; --accent: #235c45; --line: #cdd5c9; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 17px/1.65 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: var(--accent); text-underline-offset: .2em; overflow-wrap: anywhere; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; border-radius: 2px; }
.skip { position: absolute; top: -6rem; inset-inline-start: 1rem; padding: .6rem 1rem; background: white; z-index: 2; }
.skip:focus { top: 1rem; }
.site-header { max-width: 1120px; margin: auto; padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { color: var(--ink); font-size: 21px; font-weight: 800; letter-spacing: -.03em; text-decoration: none; }
nav { display: flex; flex-wrap: wrap; gap: 12px 24px; font-size: 14px; }
nav a { text-decoration: none; padding: 8px 0; }
nav a[aria-current] { font-weight: 700; text-decoration: underline; }
.language-picker { width: min(100% - 64px, 760px); margin: 24px auto 0; color: var(--muted); font-size: 14px; }
.language-picker summary { cursor: pointer; width: fit-content; padding: 6px 0; }
.language-picker nav { padding-top: 12px; gap: 4px 20px; }
.language-picker a { unicode-bidi: isolate; }
main { width: min(100% - 64px, 760px); margin: 64px auto 80px; }
.eyebrow { color: var(--accent); font-size: 12px; text-transform: uppercase; letter-spacing: .13em; font-weight: 750; margin-bottom: 14px; }
h1 { font-size: clamp(34px, 5vw, 52px); line-height: 1.13; letter-spacing: -.04em; margin: 0 0 24px; overflow-wrap: break-word; }
.intro { font-size: 21px; line-height: 1.55; color: var(--muted); }
.meta { font-size: 14px; color: var(--muted); margin-top: 28px; }
.contact { margin: 32px 0 44px; padding: 24px 28px; border-inline-start: 4px solid var(--accent); background: #e9eee2; }
.contact p { margin: 0 0 6px; font-size: 15px; }
.contact a { font-size: 22px; font-weight: 700; }
a[href^="mailto:"] { direction: ltr; unicode-bidi: isolate; }
section { border-top: 1px solid var(--line); padding-top: 27px; margin-top: 36px; }
h2 { margin: 0 0 14px; font-size: 24px; line-height: 1.3; letter-spacing: -.025em; }
p { margin: 0 0 17px; }
strong { font-weight: 700; }
footer { max-width: 1120px; margin: auto; padding: 28px 32px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
footer p { margin-bottom: 8px; }
[dir="rtl"] .eyebrow, [dir="rtl"] h1, [dir="rtl"] h2 { letter-spacing: normal; }
html:is(:lang(hi), :lang(bn), :lang(ta), :lang(te), :lang(th)) :is(h1, h2, .eyebrow) { letter-spacing: normal; line-height: 1.35; }
html:lang(ur) :is(h1, h2) { line-height: 1.5; }
@media (max-width: 600px) { .site-header { padding: 20px; align-items: flex-start; flex-direction: column; gap: 12px; } .language-picker { width: calc(100% - 40px); } main { width: calc(100% - 40px); margin: 38px auto 52px; } h1 { font-size: 28px; } .intro { font-size: 19px; } .contact { padding: 20px; } .contact a { font-size: 20px; } footer { padding: 24px 20px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
