:root {
    --bg: #f6f2ea;
    --surface: rgba(255, 255, 255, 0.74);
    --surface-strong: #fffdf8;
    --surface-soft: #ece4d6;
    --ink: #162235;
    --ink-soft: #516073;
    --line: rgba(22, 34, 53, 0.12);
    --navy: #20354f;
    --navy-2: #314866;
    --gold: #b18a4b;
    --shadow: 0 24px 60px rgba(16, 27, 42, 0.14);
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 18px;
    --shell: min(1200px, calc(100vw - 40px));
    --header-h: 92px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-h) + 16px);
}

body {
    margin: 0;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(177, 138, 75, 0.12), transparent 34%),
        radial-gradient(circle at top right, rgba(49, 72, 102, 0.14), transparent 30%),
        var(--bg);
    font-family: "Avenir Next", "Helvetica Neue", "PingFang SC", "Noto Sans SC", sans-serif;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(16px);
    background: rgba(246, 242, 234, 0.72);
    border-bottom: 1px solid rgba(22, 34, 53, 0.08);
}

.header-shell,
.section-shell,
.footer-shell,
.hero-shell {
    width: var(--shell);
    margin: 0 auto;
}

.header-shell {
    min-height: var(--header-h);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
}

.brand img {
    width: 190px;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.site-nav a {
    color: var(--ink-soft);
    font-size: 0.96rem;
    letter-spacing: 0.02em;
}

.site-nav a.is-active,
.site-nav a:hover {
    color: var(--navy);
}

.lang-link {
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid var(--line);
    color: var(--navy) !important;
}

.is-current-lang {
    background: var(--navy);
    border-color: var(--navy);
    color: white !important;
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: var(--surface-strong);
    box-shadow: var(--shadow);
    padding: 0;
}

.menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--navy);
    margin: 4px auto;
}

.hero {
    position: relative;
    isolation: isolate;
    min-height: calc(100svh - var(--header-h));
    overflow: clip;
}

.hero-backdrop {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(110deg, rgba(18, 29, 45, 0.8), rgba(18, 29, 45, 0.42) 42%, rgba(18, 29, 45, 0.15) 100%),
        url("../images/hero.jpg") center/cover no-repeat;
    transform: scale(1.02);
}

.hero-shell {
    position: relative;
    min-height: calc(100svh - var(--header-h));
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 44px;
    align-items: end;
    padding: 96px 0 72px;
}

.hero-copy {
    max-width: 720px;
    color: white;
}

.eyebrow {
    margin: 0 0 18px;
    color: var(--gold);
    font-size: 0.9rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    margin: 0;
    font-family: "Baskerville", "Iowan Old Style", "Georgia", "Songti SC", serif;
    letter-spacing: -0.02em;
}

h1 {
    font-size: clamp(2.8rem, 6vw, 5.6rem);
    line-height: 0.98;
}

h2 {
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.05;
}

h3 {
    font-size: 1.45rem;
    line-height: 1.2;
}

.hero-text,
.service-tile p,
.contact-info-card strong {
    font-size: 1.04rem;
    line-height: 1.85;
    color: inherit;
}

.hero-text {
    max-width: 620px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, 0.84);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 600;
}

.button-primary {
    background: linear-gradient(135deg, #d0a765, var(--gold));
    color: white;
}

.button-secondary {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.28);
    color: white;
}

.page-hero {
    padding: 144px 0 72px;
    background:
        linear-gradient(120deg, rgba(20, 31, 49, 0.94), rgba(20, 31, 49, 0.72)),
        url("../images/mountain-alt.jpg") center/cover no-repeat;
    color: white;
}

.page-hero-compact {
    padding: 108px 0 56px;
}

.page-hero-shell {
    max-width: 840px;
}

.page-hero p:last-child {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.06rem;
    line-height: 1.85;
}

.hero-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.hero-panel-home {
    align-content: end;
}

.hero-card {
    display: block;
    background: rgba(255, 253, 248, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    padding: 22px;
}

.hero-qr-card {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 132px;
    gap: 20px;
    align-items: center;
    padding: 28px;
}

.hero-qr-card p {
    margin: 14px 0 0;
    color: var(--ink-soft);
    line-height: 1.75;
}

.hero-qr-card img {
    width: 132px;
    height: 132px;
    object-fit: contain;
    padding: 10px;
    border-radius: 18px;
    background: white;
}

.hero-card span,
.contact-info-card span {
    display: block;
    color: var(--ink-soft);
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hero-card strong {
    display: block;
    margin-top: 12px;
    color: var(--navy);
    font-size: 1.65rem;
    line-height: 1.2;
}

.hero-copy h1 span {
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.44em;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: none;
}

.hero-compliance {
    max-width: 700px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.88rem;
    line-height: 1.7;
}

.section {
    padding: 104px 0;
}

.section-tint {
    background: linear-gradient(180deg, rgba(49, 72, 102, 0.08), rgba(49, 72, 102, 0.02));
}

.section-dark {
    background:
        linear-gradient(180deg, rgba(17, 28, 44, 0.96), rgba(28, 45, 69, 0.98)),
        radial-gradient(circle at bottom right, rgba(177, 138, 75, 0.16), transparent 30%);
    color: white;
}

.section-contact {
    background: linear-gradient(180deg, rgba(236, 228, 214, 0.55), rgba(236, 228, 214, 0.18));
}

.section-head {
    max-width: 860px;
    margin-bottom: 42px;
}

.section-head h2 {
    margin-top: 8px;
}

.section-head-dark .eyebrow {
    color: var(--gold);
}

.section-head-dark h2 {
    color: white;
}

.section-head-dark p {
    color: rgba(255, 255, 255, 0.78);
}

.section-head p {
    margin: 12px 0 0;
    color: var(--ink-soft);
    font-size: 1.04rem;
    line-height: 1.8;
}

.section-head.section-head-dark .eyebrow {
    color: var(--gold);
}

.section-head.section-head-dark p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.8);
}

.service-grid,
.contact-cards {
    display: grid;
    gap: 22px;
}

.route-grid,
.highlight-grid {
    display: grid;
    gap: 22px;
}

.route-grid {
    margin-top: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.route-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.route-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.highlight-grid {
    grid-template-columns: 1fr;
}

.route-card,
.statement-band,
.summary-card,
.highlight-card {
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.route-card,
.summary-card {
    background: var(--surface);
    padding: 28px;
}

.summary-card {
    border-left: 4px solid rgba(177, 138, 75, 0.72);
}

.route-card {
    display: block;
}

.route-card span {
    color: var(--gold);
    font-size: 0.86rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.route-card h3,
.summary-card h3,
.statement-band h2,
.highlight-card h3 {
    margin-top: 10px;
}

.route-card p,
.summary-card p,
.statement-band p,
.highlight-card p {
    margin: 14px 0 0;
    color: var(--ink-soft);
    line-height: 1.8;
}

.detail-card-actions {
    margin-top: 18px;
}

.text-link {
    color: var(--navy);
    font-weight: 600;
}

.text-link:hover {
    color: var(--gold);
}

.route-card-static {
    cursor: default;
}

.dark-surface {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}

.dark-surface h3,
.dark-surface span {
    color: white;
}

.dark-surface p {
    color: rgba(255, 255, 255, 0.76);
}

.split-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 24px;
    align-items: start;
}

.statement-band {
    padding: 34px;
    background:
        linear-gradient(155deg, rgba(32, 53, 79, 0.96), rgba(49, 72, 102, 0.9)),
        radial-gradient(circle at top left, rgba(177, 138, 75, 0.18), transparent 32%);
    color: white;
}

.statement-band .eyebrow,
.statement-band h2 {
    color: white;
}

.statement-band p {
    color: rgba(255, 255, 255, 0.84);
}

.solution-points {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.solution-point {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.solution-point span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(177, 138, 75, 0.22);
    color: #f0c982;
    font-size: 0.82rem;
    font-weight: 700;
}

.solution-point h3 {
    margin: 0;
    color: white;
    font-size: 1.1rem;
    letter-spacing: 0;
}

.solution-point p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.72;
}

.summary-stack {
    display: grid;
    gap: 18px;
}

.highlight-card {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    overflow: hidden;
    background: var(--surface-strong);
    border-color: var(--line);
}

.highlight-card img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
}

.highlight-card > div {
    padding: 28px;
}

.highlight-card h3,
.highlight-card a {
    color: var(--navy);
}

.highlight-card p {
    color: var(--ink-soft);
}

.highlight-card a {
    display: inline-block;
    margin-top: 18px;
    font-weight: 600;
}

.section-dark .highlight-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.1);
}

.section-dark .highlight-card h3 {
    color: white;
}

.section-dark .highlight-card p {
    color: rgba(255, 255, 255, 0.82);
}

.section-dark .highlight-card a {
    color: #f0c982;
}

.service-tile,
.contact-info-card {
    border-radius: var(--radius-lg);
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.service-tile,
.contact-info-card {
    padding: 28px;
}

.detail-card,
.article-card,
.career-card,
.qr-card {
    border-radius: var(--radius-lg);
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    padding: 28px;
}

.service-tile p,
.detail-card p,
.article-card p,
.career-card p,
.qr-card p {
    margin: 14px 0 0;
    color: var(--ink-soft);
}

.icon-wrap {
    width: 68px;
    height: 68px;
    margin-bottom: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--navy);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.icon-wrap img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.contact-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 30px;
    align-items: start;
}

.detail-grid,
.award-grid,
.article-grid,
.insight-footer,
.footer-shell-grid {
    display: grid;
    gap: 22px;
}

.detail-grid {
    margin-top: 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-card ul,
.bullet-list {
    margin: 16px 0 0;
    padding-left: 20px;
    color: var(--ink-soft);
}

.detail-card li + li,
.bullet-list li + li {
    margin-top: 8px;
}

.compliance-card {
    display: grid;
    gap: 18px;
}

.compliance-actions,
.compliance-link-grid {
    display: grid;
    gap: 10px;
}

.compliance-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.compliance-actions-single {
    grid-template-columns: 1fr;
}

.compliance-actions .text-link,
.compliance-link-grid a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(32, 53, 79, 0.06);
}

.compliance-link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.compliance-link-grid-wide {
    margin-top: 22px;
}

.compliance-link-grid a {
    color: var(--navy);
    font-weight: 600;
    line-height: 1.35;
}

.compliance-link-grid a:hover,
.compliance-actions .text-link:hover {
    background: rgba(177, 138, 75, 0.12);
}

.award-grid {
    margin-top: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.honors-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.award-card {
    margin: 0;
    background: white;
    min-height: 280px;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.award-card figcaption {
    padding: 14px 18px 18px;
    color: var(--ink-soft);
    font-size: 0.95rem;
    line-height: 1.6;
}

.award-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    background: white;
}

.section-dark .award-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.section-dark .award-card img {
    height: 360px;
    padding: 14px;
    object-fit: contain;
}

.section-dark .award-card figcaption {
    color: var(--ink);
    font-weight: 600;
}

.bullet-list {
    list-style: disc;
}

.article-grid {
    margin-top: 26px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-card span {
    color: var(--gold);
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.article-card h3 a {
    color: var(--navy);
}

.insight-footer {
    margin-top: 26px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.qr-card-visual img {
    width: 100%;
    height: 260px;
    object-fit: contain;
    background: white;
    padding: 18px;
    border-radius: 24px;
    margin-bottom: 14px;
}

.career-stack {
    display: grid;
    gap: 18px;
    max-width: 920px;
    margin: 0 auto;
}

.career-row {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    padding: 30px 34px;
}

.career-row > span {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(177, 138, 75, 0.16);
    color: var(--gold);
    font-weight: 700;
    letter-spacing: 0.04em;
}

.career-card h3,
.article-card h3 {
    margin-bottom: 8px;
}

.contact-form-shell {
    margin-top: 34px;
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    gap: 24px;
    align-items: start;
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    padding: 28px;
}

.contact-form-copy h3 {
    margin: 0 0 12px;
    color: var(--navy);
}

.form-note {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(32, 53, 79, 0.08);
    color: var(--ink-soft);
    line-height: 1.8;
}

.contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.contact-form label {
    display: grid;
    gap: 8px;
}

.contact-form-full {
    grid-column: 1 / -1;
}

.contact-form span {
    font-size: 0.92rem;
    color: var(--ink-soft);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid rgba(22, 34, 53, 0.14);
    border-radius: 16px;
    background: white;
    padding: 14px 16px;
    color: var(--ink);
    font: inherit;
}

.contact-form textarea {
    resize: vertical;
    min-height: 140px;
}

.contact-form-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.contact-form-actions span {
    color: var(--ink-soft);
}

.map-card {
    min-height: 100%;
}

.contact-visual img,
.award-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius-xl);
}

.section-dark .award-card img {
    height: 360px;
    padding: 14px;
    object-fit: contain;
}

.service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-visual {
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.statement-band-wide {
    max-width: none;
}

.office-showcase {
    margin: 30px 0 0;
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: white;
    box-shadow: var(--shadow);
}

.office-showcase img {
    display: block;
    width: 100%;
    height: min(42vw, 520px);
    min-height: 280px;
    object-fit: cover;
}

.office-showcase figcaption {
    padding: 14px 18px 18px;
    color: var(--ink-soft);
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-shell-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
}

.site-footer h3 {
    margin: 0 0 12px;
    color: var(--navy);
    font-size: 1.08rem;
}

.site-footer p {
    margin: 0 0 8px;
    color: var(--ink-soft);
    line-height: 1.7;
}

.footer-tagline {
    margin-top: 10px;
    color: var(--navy);
    font-weight: 600;
}

.contact-shell {
    align-items: center;
}

.contact-cards {
    margin-top: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-info-card {
    background: rgba(255, 255, 255, 0.72);
}

.contact-info-card strong {
    display: block;
    margin-top: 10px;
    color: var(--navy);
    font-size: 1.06rem;
}

.phone-list {
    display: grid;
    gap: 8px;
}

.phone-line {
    display: flex;
    align-items: center;
    gap: 8px;
}

.phone-icon {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    padding: 3px;
    border-radius: 999px;
    background: rgba(173, 123, 52, 0.12);
}

.contact-visual img {
    min-height: 540px;
}

.compliance-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.compliance-nav {
    position: sticky;
    top: calc(var(--header-h) + 24px);
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.compliance-nav a {
    padding: 10px 12px;
    border-radius: 12px;
    color: var(--ink-soft);
    font-size: 0.94rem;
    line-height: 1.4;
}

.compliance-nav a:hover {
    color: var(--navy);
    background: rgba(32, 53, 79, 0.07);
}

.compliance-content {
    display: grid;
    gap: 22px;
}

.compliance-section {
    scroll-margin-top: calc(var(--header-h) + 24px);
    padding: 34px;
    border-radius: var(--radius-lg);
    background: var(--surface-strong);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.compliance-section h2 {
    margin-top: 0;
    color: var(--navy);
}

.compliance-section h3 {
    margin-top: 24px;
    color: var(--navy);
    font-size: 1.16rem;
}

.compliance-section p {
    margin: 14px 0 0;
    color: var(--ink-soft);
    line-height: 1.82;
}

.section:not(.section-dark) .highlight-card {
    background: var(--surface-strong);
    border-color: var(--line);
}

.section:not(.section-dark) .highlight-card h3,
.section:not(.section-dark) .highlight-card a {
    color: var(--navy);
}

.section:not(.section-dark) .highlight-card p {
    color: var(--ink-soft);
}

.section-dark .section-head .eyebrow {
    color: var(--gold);
}

.section-dark .section-head p:not(.eyebrow),
.section-dark .highlight-card p,
.section-dark .dark-surface p {
    color: rgba(255, 255, 255, 0.82);
}

.section-dark .highlight-card h3 {
    color: white;
}

.site-footer {
    padding: 28px 0 44px;
}

.footer-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-top: 1px solid rgba(22, 34, 53, 0.08);
    padding-top: 24px;
}

.footer-shell > div:first-child > img,
.footer-brand img {
    width: 170px;
}

.footer-shell .phone-icon {
    width: 22px;
    height: 22px;
}

.site-footer .footer-shell-grid {
    display: grid;
    grid-template-columns: minmax(180px, 0.75fr) minmax(260px, 1fr) minmax(340px, 1.25fr);
    align-items: start;
}

.footer-address span {
    display: block;
    white-space: nowrap;
}

.footer-compliance p {
    max-width: 520px;
}

.footer-shell .phone-line + .phone-line {
    margin-top: 8px;
}

.footer-shell p {
    margin: 0;
    color: var(--ink-soft);
}

.footer-shell a {
    color: inherit;
    text-decoration: none;
}

.footer-shell a:hover {
    color: var(--gold);
}

@media (max-width: 1100px) {
    .hero-shell,
    .contact-shell,
    .split-layout {
        grid-template-columns: 1fr;
    }

    .hero-shell {
        padding-top: 72px;
    }

    .hero-copy,
    .section-head {
        max-width: none;
    }
}

@media (max-width: 880px) {
    :root {
        --header-h: 76px;
        --shell: min(100vw - 28px, 1200px);
    }

    .menu-toggle {
        display: inline-block;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 8px);
        right: 14px;
        left: 14px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        padding: 14px;
        background: rgba(255, 253, 248, 0.96);
        border: 1px solid var(--line);
        border-radius: 22px;
        box-shadow: var(--shadow);
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        padding: 10px 12px;
        border-radius: 14px;
    }

    .lang-link {
        text-align: center;
    }

    .service-grid,
    .contact-cards,
    .detail-grid,
    .award-grid,
    .article-grid,
    .insight-footer,
    .footer-shell-grid,
    .route-grid {
        grid-template-columns: 1fr 1fr;
    }

    .route-grid-3,
    .route-grid-4 {
        grid-template-columns: 1fr 1fr;
    }

    .compliance-layout {
        grid-template-columns: 1fr;
    }

    .compliance-nav {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer .footer-shell-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 680px) {
    .hero {
        min-height: auto;
    }

    .hero-shell {
        min-height: auto;
        padding: 54px 0 42px;
        gap: 24px;
    }

    h1 {
        font-size: 2.8rem;
    }

    h2 {
        font-size: 2rem;
    }

    .hero-text,
    .service-tile p,
    .contact-info-card strong {
        font-size: 0.98rem;
        line-height: 1.75;
    }

    .hero-panel,
    .service-grid,
    .contact-cards,
    .detail-grid,
    .award-grid,
    .article-grid,
    .insight-footer,
    .contact-form,
    .footer-shell-grid,
    .route-grid,
    .route-grid-3,
    .route-grid-4 {
        grid-template-columns: 1fr;
    }

    .compliance-actions,
    .compliance-link-grid,
    .compliance-nav {
        grid-template-columns: 1fr;
    }

    .compliance-section {
        padding: 24px;
    }

    .site-footer .footer-shell-grid {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 72px 0;
    }

    .service-tile,
    .contact-info-card,
    .hero-card {
        padding: 22px;
    }

    .contact-visual img {
        min-height: 320px;
    }

    .highlight-card {
        grid-template-columns: 1fr;
    }

    .contact-form-shell {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .hero-qr-card {
        grid-template-columns: 1fr;
    }

    .career-row {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 24px;
    }

    .footer-shell {
        flex-direction: column;
        align-items: flex-start;
    }
}
