/*
Theme Name: Sinican Clean
Author: PromoPioneers
Description: Clean-room presentation theme for Sinican.
Version: 1.0.0
Text Domain: sinican-clean
*/

:root {
    --navy: #10233f;
    --navy-deep: #081426;
    --ivory: #f8f4eb;
    --paper: #fffdf8;
    --red: #9e2f2f;
    --gold: #b18a4c;
    --ink: #18202b;
    --muted: #657080;
    --line: #ded8cc;
    --radius: 24px;
    --shadow: 0 24px 70px rgba(8, 20, 38, 0.12);
}

.text-hero { min-height: 480px; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); }
.tool-navigation { padding: 28px 0; border-block: 1px solid var(--line); }
.tool-navigation p { color: var(--red); font-weight: 700; }
.tool-navigation a { display:flex; justify-content:space-between; gap:20px; padding:18px 0; text-decoration:none; border-bottom:1px solid var(--line); }
.inner-feature-media { position:relative; overflow:hidden; height:clamp(420px,48vw,700px); margin-top:-12px; margin-bottom:64px; border-radius:8px 8px 72px 8px; background:var(--navy); }
.inner-feature-media img { width:100%; height:100%; object-fit:cover; }
.inner-feature-media figcaption { position:absolute; right:24px; bottom:24px; max-width:390px; margin:0; padding:14px 18px; border-radius:8px; background:rgba(8,20,38,.86); color:white; font-size:.78rem; }
.planning-tool { padding:48px; margin-bottom:64px; background:white; border-radius:12px; scroll-margin-top:120px; }
.tool-heading { max-width:850px; margin-bottom:32px; }
.tool-heading > p:first-child { color:var(--red); font-weight:700; }
.tool-heading h2 { font-size:clamp(1.8rem, 3vw, 3rem); }
.planning-form { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; align-items:end; }
.planning-form label { display:grid; gap:8px; font-weight:650; }
.planning-form select { width:100%; min-height:48px; padding:12px; border:1px solid #8b9199; border-radius:6px; background:white; color:var(--ink); font:inherit; }
.planning-tool button { cursor:pointer; font:inherit; border:0; box-shadow:none; }
.planning-form .button { grid-column:1/-1; justify-self:start; }
.planning-result { margin-top:32px; padding:28px; background:#eef4f6; border-radius:8px; }
.planning-result h3 { margin:0; }
.planning-result li { margin-block:12px; }
.destination-picker { display:flex; flex-wrap:wrap; gap:16px 28px; margin:0 0 24px; padding:20px; border:1px solid var(--line); }
.destination-picker label { display:flex; align-items:center; gap:8px; cursor:pointer; }
.planning-tool input[type=checkbox] { width:22px; height:22px; accent-color:var(--navy); flex-shrink:0; }
.comparison-scroll { overflow-x:auto; margin-top:24px; }
.comparison-table { border-collapse:collapse; width:100%; min-width:620px; text-align:left; }
.comparison-table caption { text-align:left; margin-bottom:16px; }
.comparison-table th,.comparison-table td { padding:20px; border-bottom:1px solid var(--line); vertical-align:top; }
.comparison-table thead { background:var(--navy); color:white; }
.comparison-table tbody th { min-width:120px; }
.comparison-table td strong { font-size:.8rem; color:var(--red); }
.consultation-checklist { display:grid; gap:0; }
.consultation-checklist label { display:flex; gap:16px; align-items:center; padding:18px 0; border-bottom:1px solid var(--line); cursor:pointer; }
.consultation-checklist input:checked + span { color:#446054; text-decoration:line-through; }
#preparation-progress { display:block; width:100%; height:16px; accent-color:#077f44; }
.tool-actions { display:flex; flex-wrap:wrap; gap:24px; margin-top:24px; align-items:center; }
.text-button { background:transparent; color:var(--navy); text-decoration:underline; }
.tool-note { font-size:.88rem; color:#4a5563; }
.planning-faq { margin-block:0 80px; }
.planning-faq h2 { margin-bottom:28px; }
.planning-faq details { border-bottom:1px solid var(--line); padding:22px 0; }
.planning-faq summary { font-size:1.15rem; font-weight:650; cursor:pointer; }
.planning-faq p { max-width:850px; }
select:focus-visible,input:focus-visible,summary:focus-visible { outline:3px solid #b47712; outline-offset:4px; }
@media(max-width:768px) {
    .text-hero,.planning-form { grid-template-columns:1fr; }
    .planning-tool { padding:24px; }
    .planning-result { padding:20px; }
    .text-hero { gap:24px; }
    .inner-feature-media { height:300px; margin-top:0; margin-bottom:42px; border-radius:6px 6px 36px 6px; }
    .inner-feature-media figcaption { right:12px; bottom:12px; left:12px; }
}
@media print {
    .site-header,.site-footer,.chat-fab,.wechat-widget,.text-hero,.planning-faq,.closing-cta,.notice,.section,.tool-actions { display:none!important; }
    .planning-tool { width:100%; margin:0; padding:0; }
    body { background:white; color:black; }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--ivory);
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif;
    font-size: 18px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
}

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

a {
    color: inherit;
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid #f0b34d;
    outline-offset: 4px;
}

.shell {
    width: calc(100% - 64px);
    max-width: 1500px;
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    z-index: 100;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    color: white;
    background: var(--navy-deep);
    transform: translateY(-180%);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: sticky;
    z-index: 20;
    top: 0;
    border-bottom: 1px solid rgba(222, 216, 204, 0.7);
    background: rgba(248, 244, 235, 0.95);
    backdrop-filter: blur(14px);
}

.header-inner {
    display: flex;
    min-height: 96px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.brand-logo {
    width: min(300px, 28vw);
    height: auto;
    max-height: 70px;
    object-fit: contain;
}

.brand-en {
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.32rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.brand-cn {
    color: var(--muted);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
}

.nav-list {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: clamp(18px, 2vw, 34px);
    list-style: none;
}

.nav-list a {
    font-size: 0.92rem;
    font-weight: 650;
    text-decoration: none;
}

.nav-list a:hover {
    color: var(--red);
}

.nav-list .nav-cta {
    padding: 11px 21px;
    color: white;
    border-radius: 999px;
    background: var(--navy);
}

.hero {
    display: grid;
    min-height: 720px;
    padding-block: 52px 64px;
    align-items: center;
    grid-template-columns: minmax(0, 0.86fr) minmax(560px, 1.14fr);
    gap: clamp(48px, 5vw, 92px);
}

.hero.compact {
    display: flex;
    min-height: 62vh;
    align-items: center;
}

.hero-copy {
    position: relative;
    z-index: 2;
    max-width: 680px;
}

.hero-media {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    margin: 0;
    border-radius: 8px 8px 110px 8px;
    background: var(--navy);
    box-shadow: var(--shadow);
}

.hero-media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 52%, rgba(8, 20, 38, 0.18));
    content: "";
    pointer-events: none;
}

.hero-media img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    object-position: center;
}

.hero-media figcaption {
    position: absolute;
    z-index: 2;
    right: 24px;
    bottom: 24px;
    max-width: 320px;
    padding: 15px 18px;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 12px;
    background: rgba(8, 20, 38, 0.72);
    backdrop-filter: blur(12px);
    font-size: 0.78rem;
    line-height: 1.5;
}

.inner-hero {
    min-height: 590px;
}

.inner-media,
.inner-media img {
    min-height: 480px;
    height: 480px;
}

.eyebrow {
    margin: 0 0 16px;
    color: var(--red);
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    text-wrap: pretty;
}

h1,
h2,
h3 {
    color: var(--navy-deep);
    font-family: Georgia, "Songti SC", "SimSun", serif;
    line-height: 1.22;
}

h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(3rem, 5.1vw, 5.35rem);
    letter-spacing: -0.045em;
}

h2 {
    margin: 0;
    font-size: clamp(2rem, 3.5vw, 3.35rem);
    letter-spacing: -0.035em;
}

h3 {
    margin: 0 0 12px;
    font-size: 1.35rem;
}

.hero-summary {
    max-width: 760px;
    margin: 28px 0 34px;
    color: var(--muted);
    font-size: clamp(1.08rem, 1.5vw, 1.35rem);
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 26px;
}

.hero-note {
    max-width: 560px;
    margin: 26px 0 0;
    padding-left: 18px;
    color: var(--muted);
    border-left: 2px solid var(--gold);
    font-size: 0.82rem;
}

.button {
    display: inline-flex;
    min-height: 52px;
    padding: 12px 24px;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 999px;
    background: var(--red);
    box-shadow: var(--shadow);
    font-weight: 750;
    text-decoration: none;
}

.button:hover {
    background: #7e2222;
}

.button-light {
    color: var(--navy-deep);
    background: var(--paper);
}

.button-light:hover {
    color: white;
    background: var(--red);
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--navy);
    font-size: 0.92rem;
    font-weight: 750;
    text-decoration: none;
}

.text-link span {
    transition: transform 180ms ease;
}

.text-link:hover span {
    transform: translateX(5px);
}

.text-link.light {
    color: white;
}

.trust-ribbon {
    display: grid;
    margin-bottom: 24px;
    border-block: 1px solid var(--line);
    grid-template-columns: repeat(4, 1fr);
}

.trust-ribbon div {
    display: grid;
    min-height: 116px;
    padding: 24px 30px;
    align-content: center;
    grid-template-columns: auto 1fr;
    column-gap: 16px;
}

.trust-ribbon div + div {
    border-left: 1px solid var(--line);
}

.trust-ribbon span {
    color: var(--gold);
    font-family: Georgia, serif;
    font-size: 0.78rem;
    grid-row: 1 / 3;
}

.trust-ribbon strong {
    color: var(--navy-deep);
    line-height: 1.25;
}

.trust-ribbon small {
    color: var(--muted);
    font-size: 0.72rem;
}

.section,
.destinations {
    padding-block: 120px;
    border-top: 1px solid var(--line);
}

.section-heading {
    display: grid;
    margin-bottom: 58px;
    grid-template-columns: minmax(180px, 0.44fr) minmax(0, 1.56fr);
    gap: 48px;
}

.section-heading > div:last-child {
    max-width: 980px;
}

.section-heading > div:last-child > p {
    max-width: 760px;
    margin: 22px 0 0;
    color: var(--muted);
}

.section-index {
    margin: 0;
    color: var(--muted);
    font-family: Georgia, serif;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.service-card {
    display: flex;
    min-height: 320px;
    padding: 34px;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: 4px 4px 34px 4px;
    background: var(--paper);
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover {
    border-color: rgba(158, 47, 47, 0.45);
    box-shadow: var(--shadow);
    transform: translateY(-5px);
}

.service-card > span,
.card-number {
    color: var(--gold);
    font-family: Georgia, serif;
    font-size: 0.75rem;
}

.service-card h3 {
    margin-top: 42px;
}

.service-card p {
    margin: 0 0 30px;
    color: var(--muted);
    font-size: 0.9rem;
}

.service-card b {
    margin-top: auto;
    color: var(--red);
    font-size: 0.78rem;
}

.card {
    min-height: 240px;
    padding: 32px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: var(--shadow);
}

.card-number {
    display: block;
    margin-bottom: 34px;
}

.card p,
.notice p,
.site-footer p {
    margin: 0;
    color: var(--muted);
}

.notice {
    margin-bottom: 96px;
    padding: 28px 32px;
    border-left: 4px solid var(--gold);
    background: rgba(177, 138, 76, 0.10);
}

.notice strong {
    color: var(--navy);
}

.advisor-section {
    padding-block: 112px;
    background: var(--navy-deep);
}

.advisor-split {
    display: grid;
    align-items: stretch;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    gap: clamp(58px, 7vw, 118px);
}

.advisor-media {
    overflow: hidden;
    min-height: 620px;
    margin: 0;
    border-radius: 80px 4px 4px 4px;
}

.advisor-media img {
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
}

.advisor-copy {
    display: flex;
    padding-block: 26px;
    flex-direction: column;
    justify-content: center;
}

.advisor-copy h2,
.advisor-copy p,
.advisor-copy strong {
    color: white;
}

.advisor-copy > p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.68);
}

.check-list {
    margin: 36px 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    display: grid;
    padding: 19px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    grid-template-columns: 130px 1fr;
    gap: 22px;
}

.check-list span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.82rem;
}

.destination-section {
    padding-block: 120px;
}

.destination-feature {
    position: relative;
    overflow: hidden;
    min-height: 760px;
    border-radius: 4px 4px 90px 4px;
    background: var(--navy-deep);
}

.destination-feature > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.destination-feature::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 20, 38, 0.94) 0%, rgba(8, 20, 38, 0.68) 44%, rgba(8, 20, 38, 0.08) 78%);
    content: "";
}

.destination-overlay {
    position: relative;
    z-index: 2;
    display: flex;
    max-width: 720px;
    min-height: 760px;
    padding: clamp(54px, 7vw, 110px);
    flex-direction: column;
    justify-content: center;
}

.destination-overlay h2,
.destination-overlay > p:not(.eyebrow) {
    color: white;
}

.destination-overlay > p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.68);
}

.destination-links {
    display: grid;
    margin-top: 36px;
    grid-template-columns: repeat(3, minmax(110px, 1fr));
    gap: 10px;
}

.destination-links a {
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: white;
    font-size: 0.8rem;
    font-weight: 750;
    text-decoration: none;
}

.destination-links a:hover {
    border-color: white;
    color: var(--navy-deep);
    background: white;
}

.life-path-section {
    border-top: 0;
    padding-top: 24px;
}

.life-path-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.life-path-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 4px 4px 42px 4px;
    background: var(--paper);
    box-shadow: 0 18px 48px rgba(8, 20, 38, 0.08);
}

.life-path-media {
    overflow: hidden;
    height: clamp(260px, 24vw, 390px);
    margin: 0;
    background: var(--navy);
}

.life-path-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 350ms ease;
}

.life-path-card:hover .life-path-media img {
    transform: scale(1.025);
}

.life-path-card > div {
    padding: 30px 30px 34px;
}

.life-path-card span {
    display: block;
    margin-bottom: 22px;
    color: var(--gold);
    font-family: Georgia, serif;
    font-size: 0.75rem;
}

.life-path-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
}

.journey-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--line);
}

.journey-step {
    min-height: 250px;
    padding: 34px 30px;
    border-bottom: 1px solid var(--line);
}

.journey-step + .journey-step {
    border-left: 1px solid var(--line);
}

.journey-step > span {
    display: block;
    margin-bottom: 44px;
    color: var(--gold);
    font-family: Georgia, serif;
    font-size: 0.8rem;
}

.journey-step p {
    margin: 0;
    color: var(--muted);
    font-size: 0.86rem;
}

.insight-section {
    padding-bottom: 120px;
}

.insight-panel {
    display: grid;
    padding: 70px;
    border: 1px solid var(--line);
    background: var(--paper);
    grid-template-columns: 1fr 0.72fr;
    gap: 72px;
}

.insight-panel p {
    color: var(--muted);
}

.closing-cta {
    display: flex;
    min-height: 300px;
    margin-bottom: 120px;
    padding: 60px 72px;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    border-radius: 4px 4px 54px 4px;
    background: var(--red);
}

.closing-cta h2,
.closing-cta .eyebrow {
    color: white;
}

.closing-cta h2 {
    max-width: 820px;
}

.site-footer {
    padding-block: 56px;
    color: white;
    background: var(--navy-deep);
}

.site-footer .brand-en,
.site-footer p {
    color: white;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
    align-items: end;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-logo {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    object-fit: cover;
}

.chat-fab {
    position: fixed;
    z-index: 80;
    right: 24px;
    bottom: calc(24px + env(safe-area-inset-bottom));
    display: inline-flex;
    min-height: 64px;
    padding: 10px 18px 10px 14px;
    align-items: center;
    gap: 11px;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 999px;
    background: #168f52;
    box-shadow: 0 16px 42px rgba(8, 20, 38, 0.28);
    line-height: 1.2;
    text-decoration: none;
    transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.chat-fab:hover {
    background: #0f7442;
    box-shadow: 0 18px 48px rgba(8, 20, 38, 0.34);
    transform: translateY(-3px);
}

.chat-fab span {
    display: grid;
    gap: 3px;
}

.chat-fab strong {
    font-size: 0.82rem;
}

.chat-fab small {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.66rem;
}

.wechat-widget {
    position: fixed;
    z-index: 80;
    right: 24px;
    bottom: calc(100px + env(safe-area-inset-bottom));
}

.wechat-summary {
    display: inline-flex;
    min-height: 64px;
    padding: 10px 18px 10px 14px;
    align-items: center;
    gap: 11px;
    color: white;
    border-radius: 999px;
    background: #077f44;
    box-shadow: 0 10px 12px rgba(8, 20, 38, 0.24);
    cursor: pointer;
    line-height: 1.2;
    list-style: none;
    transition: background 180ms ease, transform 180ms ease;
}

.wechat-summary::-webkit-details-marker {
    display: none;
}

.wechat-summary:hover,
.wechat-widget[open] .wechat-summary {
    background: #056c39;
    transform: translateY(-2px);
}

.wechat-summary span {
    display: grid;
    gap: 3px;
}

.wechat-summary strong {
    font-size: 0.82rem;
}

.wechat-summary small {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.66rem;
}

.wechat-panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 12px);
    width: min(340px, calc(100vw - 32px));
    padding: 22px;
    border-radius: 14px;
    background: white;
    box-shadow: 0 10px 12px rgba(8, 20, 38, 0.24);
}

.wechat-kicker {
    margin: 0;
    color: #077f44;
    font-size: 0.72rem;
    font-weight: 750;
}

.wechat-name {
    display: block;
    margin: 2px 0 14px;
    color: var(--navy-deep);
    font-family: Georgia, "Songti SC", "SimSun", serif;
    font-size: 1.35rem;
}

.wechat-qr {
    width: 100%;
    height: auto;
    max-height: 410px;
    object-fit: contain;
    background: white;
}

.wechat-instruction {
    margin: 14px 0 12px;
    color: #4a5563;
    font-size: 0.78rem;
    line-height: 1.55;
}

.wechat-deep-link {
    display: flex;
    min-height: 44px;
    padding: 10px 16px;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 999px;
    background: #077f44;
    font-size: 0.78rem;
    font-weight: 750;
    text-decoration: none;
}

.wechat-deep-link:hover {
    background: #056c39;
}

@media (max-width: 1100px) {
    .hero {
        min-height: 620px;
        grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
        gap: 42px;
    }

    .hero-media,
    .hero-media img {
        min-height: 520px;
        height: 520px;
    }

    .service-grid,
    .journey-grid,
    .life-path-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .advisor-split {
        grid-template-columns: 1fr 1fr;
        gap: 52px;
    }

    .advisor-media,
    .advisor-media img {
        min-height: 540px;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 17px;
    }

    .header-inner {
        min-height: auto;
        padding-block: 18px;
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .brand-logo {
        width: min(300px, 78vw);
    }

    .shell {
        width: calc(100% - 36px);
    }

    .hero {
        min-height: auto;
        padding-block: 56px 72px;
        grid-template-columns: 1fr;
    }

    .hero-media,
    .hero-media img,
    .inner-media,
    .inner-media img {
        min-height: 440px;
        height: 440px;
    }

    .hero-media {
        order: -1;
        border-radius: 4px 4px 54px 4px;
    }

    .trust-ribbon {
        grid-template-columns: 1fr 1fr;
    }

    .trust-ribbon div + div {
        border-left: 0;
    }

    .trust-ribbon div:nth-child(even) {
        border-left: 1px solid var(--line);
    }

    .trust-ribbon div:nth-child(n+3) {
        border-top: 1px solid var(--line);
    }

    .nav-list {
        flex-wrap: wrap;
        gap: 12px 18px;
    }

    .nav-list .nav-cta {
        padding: 7px 13px;
    }

    .section-heading,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .section,
    .destination-section,
    .advisor-section {
        padding-block: 84px;
    }

    .advisor-split,
    .insight-panel {
        grid-template-columns: 1fr;
    }

    .advisor-media {
        border-radius: 44px 4px 4px 4px;
    }

    .destination-feature,
    .destination-overlay {
        min-height: 680px;
    }

    .destination-feature::after {
        background: linear-gradient(0deg, rgba(8, 20, 38, 0.94) 0%, rgba(8, 20, 38, 0.58) 56%, rgba(8, 20, 38, 0.08) 100%);
    }

    .destination-overlay {
        justify-content: flex-end;
    }

    .insight-panel {
        padding: 44px;
        gap: 28px;
    }

    .closing-cta {
        padding: 48px;
        align-items: flex-start;
        flex-direction: column;
    }

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

    .life-path-grid {
        grid-template-columns: 1fr;
    }

    .life-path-media {
        height: min(66vw, 420px);
    }

    .chat-fab {
        right: 16px;
        bottom: calc(16px + env(safe-area-inset-bottom));
    }

    .wechat-widget {
        right: 16px;
        bottom: calc(88px + env(safe-area-inset-bottom));
    }
}

@media (max-width: 520px) {
    .shell {
        width: calc(100% - 30px);
    }

    .site-header {
        position: static;
    }

    .nav-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .card-grid,
    .destination-links,
    .service-grid,
    .journey-grid,
    .life-path-grid {
        grid-template-columns: 1fr;
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-media,
    .hero-media img,
    .inner-media,
    .inner-media img {
        min-height: 360px;
        height: 360px;
    }

    .hero-media figcaption {
        right: 12px;
        bottom: 12px;
        left: 12px;
    }

    .trust-ribbon {
        grid-template-columns: 1fr;
    }

    .trust-ribbon div:nth-child(even) {
        border-left: 0;
    }

    .trust-ribbon div + div {
        border-top: 1px solid var(--line);
    }

    .journey-step + .journey-step {
        border-left: 0;
    }

    .check-list li {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .destination-feature,
    .destination-overlay {
        min-height: 620px;
    }

    .destination-overlay {
        padding: 34px 24px;
    }

    .closing-cta,
    .insight-panel {
        padding: 34px 26px;
    }

    .card {
        min-height: auto;
        padding: 26px;
    }

    h1 {
        font-size: clamp(2.5rem, 13vw, 3.5rem);
    }

    .chat-fab {
        min-width: 58px;
        min-height: 58px;
        padding: 13px;
        justify-content: center;
    }

    .chat-fab span {
        position: absolute;
        overflow: hidden;
        width: 1px;
        height: 1px;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .wechat-summary {
        min-width: 58px;
        min-height: 58px;
        padding: 13px;
        justify-content: center;
    }

    .wechat-summary span {
        position: absolute;
        overflow: hidden;
        width: 1px;
        height: 1px;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .wechat-panel {
        right: 0;
        padding: 18px;
    }

    .wechat-qr {
        max-height: 58vh;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
