@font-face { font-family: "Manrope"; src: url("/assets/fonts/manrope-latin.woff2?v=e310b55a7fd9") format("woff2"); font-style: normal; font-weight: 400 800; font-display: swap; }
@font-face { font-family: "Source Serif 4"; src: url("/assets/fonts/source-serif-4-latin.woff2?v=2a24bad466f0") format("woff2"); font-style: normal; font-weight: 500 700; font-display: swap; }

:root {
  --navy-950: #031a31;
  --navy-900: #062a4e;
  --navy-800: #0a3b63;
  --teal-700: #087f82;
  --teal-600: #08989b;
  --teal-100: #dff5f4;
  --ink: #142235;
  --muted: #586779;
  --line: #d7e0e7;
  --surface: #ffffff;
  --surface-soft: #f4f8fa;
  --surface-warm: #f7f4ee;
  --shadow: 0 18px 50px rgba(6, 42, 78, .10);
  --serif: "Source Serif 4", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: "Manrope", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
  --radius: 18px;
}
html:lang(zh-Hans-AU) { --serif: "Songti SC", "STSong", serif; --sans: "PingFang SC", "Microsoft YaHei", sans-serif; }
html:lang(zh-Hant-AU) { --serif: "Songti TC", "PMingLiU", serif; --sans: "PingFang TC", "Microsoft JhengHei", sans-serif; }
html:lang(ko-AU) { --serif: "AppleMyungjo", "Nanum Myeongjo", serif; --sans: "Apple SD Gothic Neo", "Malgun Gothic", sans-serif; }
html:lang(ja-AU) { --serif: "Yu Mincho", "Hiragino Mincho ProN", serif; --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: var(--sans); font-size: 16px; line-height: 1.68; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
picture { display: contents; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3 { color: var(--navy-950); font-family: var(--serif); line-height: 1.08; text-wrap: balance; }
h1 { margin: 0; font-size: clamp(2.35rem, 4.35vw, 4rem); letter-spacing: -.035em; }
h2 { margin: 0 0 1rem; font-size: clamp(1.85rem, 3.2vw, 3rem); letter-spacing: -.02em; }
h3 { margin: 0 0 .65rem; font-size: 1.35rem; }
p { margin: 0 0 1rem; }
address { font-style: normal; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 820px; }
.section { padding-block: clamp(4rem, 7vw, 7rem); }
.section-kicker, .eyebrow, .card-label { margin: 0 0 .9rem; color: var(--teal-700); font-size: .74rem; font-weight: 800; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: .7rem 1rem; color: #fff; background: var(--navy-950); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #11a8ac; outline-offset: 3px; }
.reveal { animation: rise-in .65s cubic-bezier(.2,.7,.2,1) both; }
.reveal--delay { animation-delay: .12s; }
@keyframes rise-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

.contact-strip { color: #fff; background: var(--navy-950); font-size: .76rem; }
.contact-strip__inner { min-height: 38px; display: flex; align-items: center; gap: 1.5rem; }
.contact-strip a { display: inline-flex; align-items: center; gap: .45rem; text-decoration: none; }
.contact-strip .address { display: inline-flex; align-items: center; gap: .45rem; }
.language-nav { display: flex; align-items: center; gap: .15rem; }
.language-nav--top { margin-left: auto; align-self: stretch; }
.language-nav a { min-width: 2.25rem; padding: .35rem .45rem; display: grid; place-items: center; color: #dce8f2; text-decoration: none; border-bottom: 2px solid transparent; }
.language-nav a[aria-current="page"] { color: #fff; border-bottom-color: #29b5b6; }
.primary-header { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: block; flex: 0 0 auto; }
.brand img { width: clamp(230px, 25vw, 310px); height: auto; }
.primary-nav { display: flex; align-items: center; gap: clamp(.95rem, 2vw, 2rem); }
.primary-nav a { position: relative; padding-block: 1rem; color: #243446; font-family: var(--serif); font-weight: 650; text-decoration: none; white-space: nowrap; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: .65rem; left: 0; height: 2px; background: var(--teal-600); transform: scaleX(0); transition: transform .2s ease; }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { transform: scaleX(1); }
.menu-toggle { display: none; border: 0; color: var(--navy-900); background: transparent; }

.button { min-height: 48px; padding: .8rem 1.25rem; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--navy-900); border: 1px solid var(--navy-900); border-radius: 7px; font-weight: 750; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--navy-800); box-shadow: 0 9px 24px rgba(6,42,78,.18); transform: translateY(-1px); }
.button--outline { color: var(--navy-900); background: #fff; }
.button--light { color: var(--navy-950); background: #fff; border-color: #fff; }
.button--outline-light { color: #fff; background: transparent; border-color: rgba(255,255,255,.55); }
.cta-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.text-link { color: var(--teal-700); font-weight: 800; text-decoration: none; }
.text-link span { display: inline-block; margin-left: .25rem; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.general-note { color: var(--muted); font-size: .8rem; line-height: 1.55; }

.home-hero { overflow: hidden; border-top: 1px solid #e9eef2; background: linear-gradient(118deg, #fff 0 54%, #eef7f7 54% 100%); }
.home-hero__grid { height: 760px; min-height: 570px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: stretch; }
.home-hero__copy { min-width: 0; padding: clamp(3.5rem, 6vw, 5.5rem) clamp(2.5rem, 5vw, 5rem) clamp(3.5rem, 6vw, 5.5rem) 0; align-self: center; }
.home-hero__copy h1 { max-width: 690px; }
.hero-answer { max-width: 760px; margin-top: 1.35rem; color: #3e5063; font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.65; }
.hero-support { margin: 1.25rem 0 1.6rem; color: var(--navy-800); font-weight: 750; }
.home-hero__copy .general-note { margin-top: 1rem; max-width: 620px; }
.home-hero__visual { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.home-hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.28), transparent 35%); pointer-events: none; }
.home-hero__visual figcaption { position: absolute; z-index: 1; right: 1rem; bottom: 1rem; max-width: 280px; padding: .6rem .8rem; color: #fff; background: rgba(3,26,49,.82); border-radius: 4px; font-size: .72rem; }
.trust-band { border-block: 1px solid var(--line); background: var(--surface); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid article { padding: 1.5rem clamp(1rem,3vw,2.5rem); display: flex; gap: 1rem; align-items: center; border-right: 1px solid var(--line); }
.trust-grid article:first-child { padding-left: 0; }
.trust-grid article:last-child { padding-right: 0; border: 0; }
.trust-grid h2 { margin: 0 0 .15rem; font-family: var(--sans); font-size: 1rem; letter-spacing: 0; }
.trust-grid p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.45; }
.trust-icon { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; color: var(--teal-700); border: 1px solid #85c9ca; border-radius: 50%; font-weight: 800; }
.section-heading { max-width: 720px; margin-bottom: 2.5rem; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--split { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.question-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.question-grid article { padding: 2rem 1.5rem; border-right: 1px solid var(--line); }
.question-grid article:first-child { padding-left: 0; }
.question-grid article:last-child { padding-right: 0; border: 0; }
.question-grid article > span { color: var(--teal-600); font-size: .75rem; font-weight: 800; letter-spacing: .1em; }
.question-grid h3 { margin-top: 1rem; }
.question-grid p { color: var(--muted); font-size: .92rem; }
.process-section { background: var(--surface-soft); }
.process-line { margin: 3rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; }
.process-line li { position: relative; padding: 0 1.15rem; text-align: center; }
.process-line li::before { content: ""; position: absolute; z-index: 0; top: 18px; left: -50%; width: 100%; border-top: 1px solid #91afb7; }
.process-line li:first-child::before { display: none; }
.process-line li > span { position: relative; z-index: 1; width: 38px; height: 38px; margin: 0 auto 1.2rem; display: grid; place-items: center; color: #fff; background: var(--teal-700); border-radius: 50%; font-size: .82rem; font-weight: 800; }
.process-line h3 { font-size: 1.08rem; }
.process-line p { color: var(--muted); font-size: .84rem; }
.center-action { margin-top: 2rem; text-align: center; }
.topic-list { border-top: 1px solid var(--line); }
.topic-list > a { padding: 1.5rem .25rem; display: grid; grid-template-columns: 54px 1fr auto; gap: 1rem; align-items: center; border-bottom: 1px solid var(--line); text-decoration: none; transition: background .2s ease, padding .2s ease; }
.topic-list > a:hover { padding-inline: 1rem; background: var(--surface-soft); }
.topic-number { color: var(--teal-700); font-size: .72rem; font-weight: 800; }
.topic-list strong { display: block; color: var(--navy-950); font-family: var(--serif); font-size: 1.35rem; }
.topic-list small { max-width: 850px; display: block; margin-top: .25rem; color: var(--muted); line-height: 1.5; }
.topic-list b { color: var(--teal-700); font-size: 1.4rem; }
.authority-section { background: linear-gradient(120deg, var(--navy-950), #0b4065); color: #fff; }
.authority-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(3rem,7vw,7rem); align-items: center; }
.authority-grid h2 { color: #fff; }
.authority-grid p:not(.section-kicker) { max-width: 640px; color: #d8e5ed; }
.authority-grid .text-link { color: #73d7d7; }
.authority-grid figure { margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.authority-image { aspect-ratio: 3/2; object-fit: cover; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
.editorial-grid article { padding-top: 1.2rem; border-top: 2px solid var(--navy-900); }
.editorial-grid h3 a { text-decoration: none; }
.editorial-grid p:not(.card-label) { color: var(--muted); font-size: .9rem; }
.language-band { padding-block: 2rem; border-block: 1px solid #bfe2e2; background: var(--teal-100); }
.language-band__inner { display: grid; grid-template-columns: 240px 1fr; gap: 2rem; align-items: center; }
.language-band h2 { margin: 0; font-size: 1.65rem; }
.language-band nav { display: grid; grid-template-columns: repeat(5, 1fr); }
.language-band nav a { padding: .4rem 1rem; border-left: 1px solid #b2d6d6; text-align: center; text-decoration: none; }
.language-band nav strong, .language-band nav span { display: block; }
.language-band nav span { color: var(--muted); font-size: .75rem; }

.breadcrumbs { padding-block: 1rem; color: var(--muted); font-size: .78rem; }
.breadcrumbs ol { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .55rem; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: .55rem; color: #9aa7b3; }
.breadcrumbs a { text-decoration: none; }
.page-hero, .contact-hero { border-block: 1px solid #e6edf1; background: linear-gradient(115deg, #fff, #eef7f7); }
.page-hero__grid, .contact-hero__grid { min-height: 430px; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.page-hero__grid > div, .contact-hero__grid > div { padding: clamp(3.5rem,7vw,6.5rem) clamp(2rem,5vw,5rem) clamp(3.5rem,7vw,6.5rem) 0; align-self: center; }
.page-hero figure, .contact-hero figure { margin: 0; min-height: 100%; overflow: hidden; }
.page-hero-image, .contact-hero-image { width: 100%; height: 100%; object-fit: cover; }
.page-hero--plain { padding-block: clamp(4rem,7vw,6.5rem); }
.page-hero--plain h1 { max-width: 850px; }
.article-hero { border-block: 1px solid #e6edf1; background: linear-gradient(110deg, #fff 0 58%, #eef7f7 58%); }
.article-hero__grid { min-height: 470px; display: grid; grid-template-columns: 1.08fr .92fr; }
.article-hero__copy { padding: clamp(3.5rem,6vw,6rem) clamp(2rem,5vw,5rem) clamp(3.5rem,6vw,6rem) 0; align-self: center; }
.article-hero__copy h1 { max-width: 800px; font-size: clamp(2.35rem,4.5vw,4.25rem); }
.article-byline { margin: 1.3rem 0 0; display: flex; flex-wrap: wrap; gap: .35rem 1rem; color: var(--muted); font-size: .75rem; }
.article-byline span + span { padding-left: 1rem; border-left: 1px solid var(--line); }
.article-hero__visual { margin: 0; min-height: 100%; overflow: hidden; }
.article-image { width: 100%; height: 100%; object-fit: cover; }
.article-layout { padding-block: clamp(4rem,7vw,7rem); display: grid; grid-template-columns: 210px minmax(0,780px); gap: clamp(3rem,7vw,7rem); justify-content: center; }
.article-sidebar { position: sticky; top: 1.5rem; height: fit-content; display: grid; gap: 1.5rem; }
.article-toc { padding-left: 1rem; display: grid; gap: .75rem; border-left: 2px solid var(--teal-600); font-size: .82rem; }
.article-toc strong { color: var(--navy-950); }
.article-toc a { color: var(--muted); text-decoration: none; }
.article-toc a:hover { color: var(--teal-700); }
.sidebar-cta { padding: 1.2rem; background: var(--surface-soft); border-top: 3px solid var(--teal-700); }
.sidebar-cta h2 { margin-bottom: .65rem; font-family: var(--serif); font-size: 1.25rem; }
.sidebar-cta p:not(.section-kicker) { color: var(--muted); font-size: .78rem; line-height: 1.5; }
.sidebar-cta .button { width: 100%; min-height: 42px; padding: .65rem .8rem; font-size: .78rem; }
.sidebar-call { margin-top: .7rem; display: block; color: var(--navy-900); font-size: .76rem; font-weight: 800; text-align: center; }
.article-body { min-width: 0; }
.prose-section { padding-bottom: 3.5rem; scroll-margin-top: 1rem; }
.prose-section + .prose-section { padding-top: 3.5rem; border-top: 1px solid var(--line); }
.prose-section h2 { font-size: clamp(1.75rem,3vw,2.6rem); }
.prose-section p, .legal-copy p, .about-grid > div > p { color: #33465a; font-size: 1.02rem; }
.key-points, .gap-list { margin: 1.7rem 0 0; padding: 0; list-style: none; }
.key-points li, .gap-list li { position: relative; padding: 1rem 0 1rem 2rem; border-bottom: 1px solid var(--line); }
.key-points li::before { content: ""; position: absolute; top: 1.45rem; left: .25rem; width: 8px; height: 8px; background: var(--teal-600); border-radius: 50%; }
.gap-list { counter-reset: gap; }
.gap-list li { counter-increment: gap; }
.gap-list li::before { content: counter(gap, decimal-leading-zero); position: absolute; left: 0; color: var(--teal-700); font-size: .7rem; font-weight: 800; }
.policy-callout { margin-bottom: 3.5rem; padding: 2rem 2.25rem !important; background: var(--surface-warm); border: 0 !important; border-left: 4px solid var(--teal-700) !important; border-radius: 0 var(--radius) var(--radius) 0; }
.evidence-list { margin: 1.5rem 0 0; padding: 0; display: grid; gap: .8rem; list-style: none; }
.evidence-list li { display: grid; grid-template-columns: 24px 1fr; gap: .75rem; }
.evidence-list span { color: var(--teal-700); font-weight: 900; }
.numbered-steps { margin: 1.5rem 0 0; padding: 0; list-style: none; counter-reset: step; }
.numbered-steps li { padding: 1rem 0; display: grid; grid-template-columns: 42px 1fr; gap: 1rem; align-items: start; border-bottom: 1px solid var(--line); }
.numbered-steps li > span { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--navy-900); border-radius: 50%; font-size: .78rem; font-weight: 800; }
.numbered-steps p { margin: .3rem 0 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { padding: 1.15rem 2.5rem 1.15rem 0; position: relative; color: var(--navy-950); cursor: pointer; font-family: var(--serif); font-size: 1.12rem; font-weight: 700; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span::before, .faq-item summary span::after { content: ""; position: absolute; top: 50%; right: .5rem; width: 14px; border-top: 2px solid var(--teal-700); }
.faq-item summary span::after { transform: rotate(90deg); transition: transform .2s ease; }
.faq-item[open] summary span::after { transform: rotate(0); }
.faq-answer { padding: 0 2.5rem 1.25rem 0; color: var(--muted); }
.sources { padding-block: 3rem; border-top: 1px solid var(--line); }
.sources h2 { font-size: 1.6rem; }
.sources ul { margin: 0; padding: 0; display: grid; gap: .7rem; list-style: none; }
.sources li { display: grid; }
.sources li a { color: var(--navy-900); font-weight: 750; }
.sources li span { color: var(--muted); font-size: .75rem; }
.review-line { color: var(--muted); font-size: .82rem; }
.home-sources { padding-top: 0; }
.article-note { margin-top: 1.5rem; }
.related-section { border-top: 1px solid var(--line); }

.about-grid { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(3rem,7vw,7rem); }
.principles { padding: 2.5rem; background: var(--surface-soft); border-top: 4px solid var(--teal-700); }
.principles h2 { font-size: 1.7rem; }
.principles ol { margin: 1rem 0 0; padding: 0; list-style: none; }
.principles li { padding: 1rem 0; display: grid; grid-template-columns: 38px 1fr; gap: .8rem; border-bottom: 1px solid var(--line); }
.principles li span { color: var(--teal-700); font-size: .72rem; font-weight: 800; }
.principles li p { margin: 0; color: var(--muted); }
.relationship-panel { margin-bottom: 6rem; padding: 2.2rem 2.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: #fff; background: var(--navy-900); border-radius: var(--radius); }
.relationship-panel h2 { margin-bottom: .4rem; color: #fff; font-size: 1.8rem; }
.relationship-panel p:not(.section-kicker) { margin: 0; color: #c7d8e4; }

.contact-quick { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: .8rem; }
.contact-quick a { padding: .8rem 1rem; display: flex; align-items: center; gap: .65rem; color: var(--navy-900); background: #fff; border: 1px solid var(--line); border-radius: 6px; text-decoration: none; }
.contact-quick span { color: var(--teal-700); }
.contact-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(3rem,7vw,7rem); align-items: start; }
.form-panel h2, .office-panel h2 { font-size: 2.25rem; }
.form-grid { margin: 1.75rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form-grid label { display: grid; gap: .4rem; color: #34475b; font-size: .82rem; font-weight: 750; }
.form-span { grid-column: 1 / -1; }
input, select, textarea { width: 100%; padding: .85rem 1rem; color: var(--ink); background: #fff; border: 1px solid #bfcbd4; border-radius: 6px; }
input:focus, select:focus, textarea:focus { border-color: var(--teal-700); box-shadow: 0 0 0 3px rgba(8,127,130,.12); outline: 0; }
textarea { resize: vertical; }
.consent { margin-bottom: 1.25rem; display: grid; grid-template-columns: 20px 1fr; gap: .7rem; align-items: start; color: var(--muted); font-size: .8rem; }
.consent input { width: 18px; height: 18px; margin-top: .15rem; }
.form-privacy { margin-top: 1rem; color: var(--muted); font-size: .75rem; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { margin: 1rem 0; padding: .9rem 1rem; color: #124c3d; background: #e2f7ef; border-left: 4px solid #21866b; }
.form-status.is-error { color: #762b28; background: #fff0ef; border-color: #b84b46; }
.office-panel { padding: 2.5rem; background: var(--surface-soft); border-top: 4px solid var(--teal-700); }
.office-panel dl { margin: 1.5rem 0 2rem; }
.office-panel dl div { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.office-panel dt { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.office-panel dd { margin: .25rem 0 0; color: var(--navy-950); font-family: var(--serif); font-size: 1.05rem; font-weight: 700; }

.resource-library { padding-top: 3rem; }
.resource-group { padding-block: 2.5rem; display: grid; grid-template-columns: 230px 1fr; gap: 3rem; border-top: 1px solid var(--line); }
.resource-group h2 { font-size: 1.6rem; }
.resource-list article { padding: 1.25rem 0; display: grid; grid-template-columns: 1fr 40px; gap: 1.5rem; border-bottom: 1px solid var(--line); }
.resource-list article:first-child { padding-top: 0; }
.resource-list h3 { margin-bottom: .35rem; font-size: 1.28rem; }
.resource-list h3 a { text-decoration: none; }
.resource-list p { margin: 0; color: var(--muted); font-size: .86rem; }
.resource-list .text-link { display: grid; place-items: center; font-size: 1.2rem; }
.faq-page-grid { display: grid; grid-template-columns: 1fr 330px; gap: clamp(3rem,7vw,7rem); }
.faq-page-grid aside { padding: 2rem; background: var(--surface-soft); }
.faq-page-grid aside h2 { font-size: 1.6rem; }
.faq-page-grid aside a { padding: 1rem 0; display: grid; border-bottom: 1px solid var(--line); text-decoration: none; }
.faq-page-grid aside span { margin-top: .25rem; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.legal-copy { max-width: 820px; }
.legal-copy p { margin-bottom: 1.5rem; }
.reviewed-line { color: var(--muted) !important; font-size: .8rem !important; }
.error-page { min-height: 55vh; padding-block: 8rem; background: var(--surface-soft); }
.error-page p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 1.1rem; }

.contact-cta { padding-block: 2.3rem; color: #fff; background: linear-gradient(105deg, var(--navy-950), var(--navy-800)); }
.contact-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.contact-cta h2 { margin: 0 0 .35rem; color: #fff; font-size: clamp(1.6rem,3vw,2.3rem); }
.contact-cta p:not(.section-kicker) { margin: 0; color: #c7dae8; }
.site-footer { color: #dce8f1; background: #02182d; }
.footer-main { padding-block: 2.6rem 2rem; display: grid; grid-template-columns: 1.2fr .8fr auto; gap: 3rem; align-items: start; }
.footer-brand img { width: 250px; height: auto; }
.footer-brand p { max-width: 490px; margin: .9rem 0 0; color: #afc1cf; font-size: .8rem; }
.footer-contact { display: grid; gap: .25rem; font-size: .8rem; }
.footer-contact strong { color: #fff; }
.footer-contact address { color: #afc1cf; }
.footer-links { display: grid; gap: .45rem; font-size: .8rem; }
.footer-meta { padding-block: 1rem; display: flex; justify-content: space-between; gap: 2rem; color: #91a8ba; border-top: 1px solid rgba(255,255,255,.12); font-size: .7rem; }
.mobile-actions { display: none; }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 36px, 900px); }
  .contact-strip .address { display: none; }
  .primary-header { min-height: 76px; }
  .menu-toggle { width: 52px; height: 48px; padding: 7px; display: grid; align-content: center; gap: 5px; cursor: pointer; }
  .menu-toggle span { width: 26px; margin-left: auto; border-top: 2px solid currentColor; }
  .menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .primary-nav { position: absolute; z-index: 20; top: 114px; right: 18px; left: 18px; padding: 1rem 1.2rem; display: none; grid-template-columns: repeat(2, 1fr); gap: 0 .8rem; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: grid; }
  .primary-nav a { padding: .75rem .2rem; }
  .primary-nav a::after { bottom: .45rem; }
  .home-hero__grid { height: 700px; min-height: 0; }
  .article-hero__grid, .page-hero__grid, .contact-hero__grid { min-height: auto; }
  .home-hero__copy, .article-hero__copy, .page-hero__grid > div, .contact-hero__grid > div { padding-right: 2rem; }
  .question-grid { grid-template-columns: 1fr 1fr; }
  .question-grid article:nth-child(2) { border-right: 0; }
  .question-grid article:nth-child(3), .question-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .process-line { grid-template-columns: repeat(3, 1fr); gap: 2rem 0; }
  .process-line li:nth-child(4)::before { display: none; }
  .editorial-grid { gap: 1.5rem; }
  .language-band__inner { grid-template-columns: 1fr; }
  .article-layout { grid-template-columns: 180px minmax(0,1fr); gap: 3rem; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1/-1; display: flex; gap: 1.5rem; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 28px); --radius: 13px; }
  body { font-size: 15px; }
  h1 { font-size: clamp(2.2rem,11vw,3.15rem); }
  h2 { font-size: clamp(1.65rem,8vw,2.35rem); }
  .contact-strip__inner { min-height: 34px; gap: 1rem; }
  .contact-strip a:nth-child(2), .contact-strip .address { display: none; }
  .language-nav--top { overflow-x: auto; }
  .language-nav a { min-width: 2rem; padding-inline: .3rem; }
  .primary-header { min-height: 70px; }
  .brand img { width: 220px; }
  .primary-nav { top: 104px; right: 0; left: 0; grid-template-columns: 1fr; border-right: 0; border-left: 0; }
  .home-hero { background: #fff; }
  .home-hero__grid { height: auto; grid-template-columns: 1fr; }
  .article-hero__grid, .page-hero__grid, .contact-hero__grid { grid-template-columns: 1fr; }
  .home-hero__copy, .article-hero__copy, .page-hero__grid > div, .contact-hero__grid > div { padding: 3.5rem 0; }
  .home-hero__visual, .article-hero__visual, .page-hero figure, .contact-hero figure { min-height: 260px; }
  .home-hero__visual { aspect-ratio: 4/3; }
  .article-image, .page-hero-image, .contact-hero-image { aspect-ratio: 4/3; }
  .article-hero { background: #fff; }
  .trust-grid { grid-template-columns: 1fr; padding-block: .5rem; }
  .trust-grid article, .trust-grid article:first-child, .trust-grid article:last-child { padding: 1rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid article:last-child { border: 0; }
  .section { padding-block: 4rem; }
  .question-grid { grid-template-columns: 1fr; }
  .question-grid article, .question-grid article:first-child, .question-grid article:last-child { padding: 1.4rem 0; border-right: 0; border-top: 1px solid var(--line); }
  .question-grid article:first-child { border-top: 0; }
  .process-line { grid-template-columns: 1fr; gap: 0; }
  .process-line li { padding: 0 0 1.5rem 3.5rem; text-align: left; }
  .process-line li::before { top: 38px; bottom: 0; left: 18px; width: 0; height: auto; border-top: 0; border-left: 1px solid #91afb7; }
  .process-line li:nth-child(4)::before { display: block; }
  .process-line li:last-child::before { display: none; }
  .process-line li > span { position: absolute; top: 0; left: 0; }
  .topic-list > a { grid-template-columns: 36px 1fr auto; }
  .authority-grid, .about-grid, .contact-layout, .faq-page-grid { grid-template-columns: 1fr; }
  .editorial-grid { grid-template-columns: 1fr; }
  .language-band nav { grid-template-columns: repeat(2, 1fr); }
  .language-band nav a { padding-block: .8rem; border-bottom: 1px solid #b2d6d6; }
  .article-layout { grid-template-columns: 1fr; padding-top: 2rem; }
  .article-sidebar { position: static; }
  .article-toc { grid-template-columns: 1fr 1fr; }
  .sidebar-cta { display: none; }
  .policy-callout { padding: 1.5rem !important; }
  .resource-group { grid-template-columns: 1fr; gap: .5rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-span { grid-column: auto; }
  .relationship-panel, .contact-cta__inner { align-items: flex-start; flex-direction: column; }
  .contact-cta__inner { display: flex; }
  .footer-main { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-links { grid-column: auto; }
  .footer-meta { flex-direction: column; gap: .45rem; }
  body { padding-bottom: 66px; }
  .mobile-actions { position: fixed; z-index: 50; right: 0; bottom: 0; left: 0; min-height: 66px; display: grid; grid-template-columns: 1fr 1.15fr; color: #fff; background: var(--navy-950); box-shadow: 0 -8px 28px rgba(3,26,49,.2); }
  .mobile-actions a { min-width: 0; padding: .75rem .65rem; display: flex; align-items: center; justify-content: center; gap: .45rem; border-right: 1px solid rgba(255,255,255,.18); font-size: .78rem; font-weight: 800; line-height: 1.25; text-align: center; text-decoration: none; }
  .mobile-actions a:last-child { color: var(--navy-950); background: #fff; }
}

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