.contact-page {
    --paper: #f5f2eb;
    --paper-soft: #ebeae2;
    --sage: #dfe5dc;
    --ink: #242520;
    --muted: #74766f;
    --brass: #a7804f;
    --line: #d6d2c7;
    --moss: #68725d;
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.55;
}

.contact-page *, .contact-page *::before, .contact-page *::after { box-sizing: border-box; }
.contact-page img { display: block; max-width: 100%; }
.contact-page button, .contact-page input, .contact-page select, .contact-page textarea { font: inherit; color: inherit; }
.contact-page .site-shell { width: min(1420px, calc(100% - 96px)); margin-inline: auto; }

body.site-page.immersive-page.contact-page { padding-top: 0; }
body.site-page.immersive-page.contact-page .site-header:not(.scrolled) {
    background: rgba(245, 242, 235, .34);
    border-bottom-color: rgba(255, 255, 255, .36);
    backdrop-filter: blur(10px);
}

body.site-page.immersive-page.contact-page .site-immersive-hero.contact-immersive-hero {
    height: 100svh !important;
    min-height: 100svh !important;
}

body.site-page.immersive-page.contact-page .site-immersive-hero.contact-immersive-hero > .site-immersive-hero-inner {
    height: 100svh !important;
    min-height: 100svh !important;
}

.contact-page .site-header { position: relative; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(245,242,235,.96); }
.contact-page .header-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.contact-page .site-brand { display: flex; align-items: center; gap: 14px; color: var(--ink); text-decoration: none; white-space: nowrap; }
.contact-page .site-brand img { width: 105px; height: auto; }
.contact-page .site-brand span { width: 1px; height: 29px; background: #aaa79f; }
.contact-page .site-brand strong { font-size: 18px; letter-spacing: .06em; }
.contact-page .site-nav { display: flex; align-items: center; gap: clamp(20px, 3.4vw, 54px); }
.contact-page .site-nav a { position: relative; padding: 23px 0 20px; font-size: 15px; color: var(--ink); text-decoration: none; white-space: nowrap; }
.contact-page .site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 13px; height: 1px; background: var(--brass); transform: scaleX(0); transition: transform .2s ease; }
.contact-page .site-nav a:hover::after, .contact-page .site-nav a.active::after { transform: scaleX(1); }
.contact-page .nav-toggle { display: none; border: 0; background: transparent; font-size: 28px; }

.contact-page .site-immersive-hero.contact-immersive-hero { --hero-position: center; position: relative; min-height: max(710px, 100svh); display: block; border-bottom: 1px solid var(--line); overflow: hidden; }
.contact-page .site-immersive-visual,
.contact-page .site-immersive-visual img { width: 100%; height: 100%; }
.contact-page .site-immersive-hero-media { max-width: none; object-fit: cover; object-position: center; }
.contact-page .site-immersive-hero-inner { position: relative; z-index: 1; min-height: max(710px, 100svh); padding-top: 148px; padding-bottom: 62px; display: flex; align-items: center; }
.contact-page .contact-immersive-copy { width: min(730px, 48vw); }
.contact-page .eyebrow { margin: 0 0 11px; color: var(--brass); font-size: 11px; letter-spacing: .2em; }
.contact-page h1, .contact-page h2 { font-family: "Songti SC", "STSong", "Noto Serif SC", serif; font-weight: 500; }
.contact-page .site-immersive-hero h1 { margin: 0; font-size: clamp(48px, 4.5vw, 72px); line-height: 1.16; letter-spacing: -.035em; }
.contact-page .contact-immersive-lede { max-width: 535px; margin: 27px 0 0; color: #5d665f; font-size: 16px; line-height: 1.95; }
.contact-page .immersive-actions { margin-top: 34px; display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.contact-page .immersive-primary { min-height: 46px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; background: var(--moss); border: 1px solid var(--moss); color: #fff; text-decoration: none; font-size: 14px; }
.contact-page .immersive-primary:hover { background: #525f4d; border-color: #525f4d; }
.contact-page .immersive-text-link { display: inline-flex; align-items: center; gap: 9px; padding: 8px 0 5px; border-bottom: 1px solid #8e9187; color: var(--ink); text-decoration: none; font-size: 14px; }
.contact-page .immersive-tags { margin-top: 51px; padding-top: 17px; border-top: 1px solid rgba(110, 113, 104, .34); display: flex; flex-wrap: wrap; font-family: "Songti SC", "STSong", serif; font-size: 15px; }
.contact-page .immersive-tags span + span::before { content: "/"; margin: 0 18px; color: var(--brass); }
.contact-page #centers, .contact-page #requestPanel { scroll-margin-top: 90px; }

.contact-page .contact-main { display: grid; grid-template-columns: minmax(560px, .98fr) minmax(600px, 1.02fr); align-items: stretch; border-bottom: 1px solid var(--line); }
.contact-page .contact-centers { padding-right: 62px; border-right: 1px solid var(--line); display: grid; grid-template-rows: repeat(3, 1fr); }
.contact-page .center-card { min-height: 0; display: grid; grid-template-columns: 74px minmax(0, .86fr) minmax(0, 1.14fr); gap: 26px; align-items: center; border-bottom: 1px solid var(--line); padding: 22px 0; }
.contact-page .center-card:last-child { border-bottom: 0; }
.contact-page .center-icon { width: 66px; height: 66px; border: 1px solid var(--brass); border-radius: 50%; display: grid; place-items: center; color: var(--ink); }
.contact-page .center-icon i { font-size: 31px; }
.contact-page .center-copy h2 { margin: 0 0 10px; font-size: 24px; }
.contact-page .center-copy small { font-family: inherit; font-size: 13px; font-weight: 400; }
.contact-page .center-copy p, .contact-page .center-meta p { color: var(--muted); font-size: 12px; margin: 0; }
.contact-page .center-copy, .contact-page .center-meta { min-width: 0; }
.contact-page .center-meta { border-left: 1px solid var(--line); padding-left: 26px; display: grid; gap: 10px; }
.contact-page .center-meta p { display: grid; grid-template-columns: 20px 1fr; gap: 8px; align-items: start; }
.contact-page .center-meta i { color: var(--moss); font-size: 16px; margin-top: 1px; }

.contact-page .request-panel { padding: 24px 0 24px 48px; min-height: 455px; }
.contact-page .form-heading { margin-bottom: 14px; }
.contact-page .form-heading .eyebrow { margin-bottom: 3px; }
.contact-page .form-heading h2 { margin: 0; font-size: 27px; }
.contact-page .form-heading > p:last-child { color: var(--muted); font-size: 12px; margin: 3px 0 0; }
.contact-page .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 28px; }
.contact-page form label { display: grid; gap: 4px; color: #50524c; font-size: 12px; }
.contact-page .form-field { position: relative; display: grid; gap: 4px; color: #50524c; font-size: 12px; }
.contact-page .form-field > label { display: block; }
.contact-page form em { color: #9c593f; font-style: normal; }
.contact-page input, .contact-page select, .contact-page textarea { width: 100%; border: 1px solid #c9c5ba; border-radius: 2px; background: rgba(255,255,255,.45); outline: none; }
.contact-page input, .contact-page select { height: 38px; padding: 0 11px; }
.contact-page textarea { height: 76px; resize: vertical; padding: 10px 11px 20px; }
.contact-page input:focus, .contact-page select:focus, .contact-page textarea:focus { border-color: var(--moss); box-shadow: 0 0 0 2px rgba(104,114,93,.12); }
.contact-page .custom-select { position: relative; }
.contact-page .custom-select-trigger { width: 100%; height: 38px; padding: 0 11px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #c9c5ba; border-radius: 2px; background: rgba(255,255,255,.45); color: #666860; text-align: left; cursor: pointer; }
.contact-page .custom-select-trigger:hover { border-color: #aaa99f; }
.contact-page .custom-select-trigger:focus-visible,
.contact-page .custom-select.is-open .custom-select-trigger { border-color: var(--moss); outline: none; box-shadow: 0 0 0 2px rgba(104,114,93,.12); }
.contact-page .custom-select-trigger i { flex: 0 0 auto; transition: transform .2s ease; }
.contact-page .custom-select.is-open .custom-select-trigger i { transform: rotate(180deg); }
.contact-page .custom-select.is-invalid .custom-select-trigger { border-color: #a64f3b; box-shadow: 0 0 0 2px rgba(166,79,59,.1); }
.contact-page .custom-select-menu { position: absolute; z-index: 50; top: calc(100% + 5px); left: 0; width: 100%; padding: 5px; border: 1px solid #cec9bc; border-radius: 7px; background: #fffdf8; box-shadow: 0 16px 34px rgba(46,45,39,.15); }
.contact-page .custom-select-menu[hidden],
.contact-page .select-backdrop[hidden] { display: none; }
.contact-page .custom-select-menu [role="option"] { width: 100%; min-height: 38px; padding: 8px 10px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 0; border-radius: 4px; background: transparent; color: #3f423b; font-size: 12px; text-align: left; cursor: pointer; }
.contact-page .custom-select-menu [role="option"]:hover,
.contact-page .custom-select-menu [role="option"]:focus-visible { outline: none; background: #eef1e9; }
.contact-page .custom-select-menu [role="option"] i { visibility: hidden; color: var(--moss); font-size: 15px; }
.contact-page .custom-select-menu [role="option"][aria-selected="true"] { background: #e7ece2; color: #465040; font-weight: 600; }
.contact-page .custom-select-menu [role="option"][aria-selected="true"] i { visibility: visible; }
.contact-page .select-backdrop { position: fixed; inset: 0; z-index: 45; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; }
.contact-page .field-wide { margin-top: 10px; position: relative; }
.contact-page .count { position: absolute; right: 9px; bottom: 6px; color: #99978e; font-size: 10px; }
.contact-page .count b { font-weight: 400; }
.contact-page .consent { display: flex; grid-template-columns: none; flex-direction: row; align-items: center; gap: 7px; margin-top: 9px; }
.contact-page .consent input { width: 13px; height: 13px; accent-color: var(--moss); }
.contact-page .consent span { color: #5e6259; font-size: 11px; line-height: 1.65; }
.contact-page .consent a { color: #3f5848; text-decoration: underline; text-underline-offset: 2px; }
.contact-page .form-actions { display: flex; align-items: center; gap: 18px; margin-top: 11px; }
.contact-page .submit-button { min-width: 118px; height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--moss); background: var(--moss); color: var(--paper); cursor: pointer; }
.contact-page .submit-button:hover { background: #505b49; }
.contact-page .submit-button:disabled { cursor: wait; opacity: .78; }
.contact-page .submit-spinner { width: 14px; height: 14px; border: 2px solid rgba(255,255,255,.45); border-top-color: #fff; border-radius: 50%; animation: contact-spin .75s linear infinite; }
.contact-page .form-actions > span { color: var(--muted); font-size: 11px; }
.contact-page .form-error { min-height: 18px; margin: 6px 0 0; color: #8a3f2f; font-size: 12px; }
.contact-page .success-panel { min-height: 330px; text-align: center; padding-top: 80px; }
.contact-page .success-panel > i { font-size: 54px; color: var(--moss); }
.contact-page .success-panel h2 { margin: 14px 0 8px; font-size: 31px; }
.contact-page .success-panel p { color: var(--muted); }
.contact-page .success-panel button { margin-top: 18px; border: 1px solid var(--moss); background: transparent; padding: 10px 20px; cursor: pointer; }

.contact-page .prep { display: grid; grid-template-columns: minmax(290px, .9fr) minmax(650px, 2.1fr); gap: 55px; align-items: center; min-height: 205px; }
.contact-page .prep-heading h2 { margin: 0 0 8px; font-size: 25px; }
.contact-page .prep-heading p { color: var(--muted); font-size: 12px; margin: 0; }
.contact-page .prep-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.contact-page .prep-grid article { display: grid; grid-template-columns: 45px 1fr; gap: 14px; }
.contact-page .prep-grid i { font-size: 34px; color: var(--moss); }
.contact-page .prep-grid h3 { margin: 0 0 7px; font-size: 14px; font-weight: 500; }
.contact-page .prep-grid p { margin: 0; color: var(--muted); font-size: 11px; }

@media (max-width: 1260px) {
    .contact-page .site-shell { width: min(100% - 48px, 980px); }
    .contact-page .contact-main { grid-template-columns: 1fr; }
    .contact-page .contact-centers { padding-right: 0; border-right: 0; }
    .contact-page .request-panel { padding: 42px 0 50px; border-top: 1px solid var(--line); }
    .contact-page .prep { grid-template-columns: 1fr; padding-block: 36px; gap: 26px; }
}

@media (max-width: 900px) {
    .contact-page .header-inner { min-height: 74px; }
    .contact-page .nav-toggle { display: block; cursor: pointer; }
    .contact-page .site-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 12px 24px 24px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; }
    .contact-page .site-nav.open { display: flex; }
    .contact-page .site-nav a { padding: 13px 2px; }
    .contact-page .site-nav a::after { bottom: 8px; right: auto; width: 36px; }
    .contact-page .contact-immersive-copy { width: min(590px, 63vw); }
    .contact-page .center-card { grid-template-columns: 68px 1fr; }
    .contact-page .center-meta { grid-column: 2; border-left: 0; padding: 0; }
    .contact-page .prep-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .contact-page .site-shell { width: calc(100% - 30px); }
    .contact-page .site-brand img { width: 90px; }
    .contact-page .site-brand strong { font-size: 16px; }
    .contact-page .site-immersive-hero-media { object-position: center; }
    .contact-page .site-immersive-hero-inner { padding-top: 116px; padding-bottom: 42px; align-items: flex-start; }
    .contact-page .contact-immersive-copy { width: 100%; padding: 27px 20px 30px; background: rgba(245, 242, 235, .78); backdrop-filter: blur(8px); }
    .contact-page .site-immersive-hero h1 { font-size: clamp(39px, 11.8vw, 49px); }
    .contact-page .contact-immersive-lede { margin-top: 21px; font-size: 14px; line-height: 1.8; }
    .contact-page .immersive-actions { margin-top: 25px; gap: 18px; }
    .contact-page .immersive-tags { margin-top: 29px; font-size: 13px; }
    .contact-page .immersive-tags span + span::before { margin-inline: 10px; }
    .contact-page .center-card { grid-template-columns: 58px 1fr; gap: 16px; }
    .contact-page .center-icon { width: 52px; height: 52px; }
    .contact-page .center-icon i { font-size: 25px; }
    .contact-page .center-copy h2 { font-size: 22px; }
    .contact-page .form-grid { grid-template-columns: 1fr; }
    .contact-page .request-panel { padding-top: 34px; }
    .contact-page input, .contact-page select { min-height: 48px; }
    .contact-page textarea { min-height: 124px; padding-top: 12px; }
    .contact-page .custom-select-trigger { height: 48px; padding-inline: 14px; background: rgba(255,255,255,.7); font-size: 14px; }
    .contact-page .custom-select.is-open { z-index: 100; }
    .contact-page .select-backdrop { z-index: 90; background: transparent; }
    .contact-page .custom-select-menu { position: absolute; z-index: 101; top: calc(100% + 6px); left: 0; right: 0; bottom: auto; width: 100%; max-height: min(50dvh, 280px); padding: 6px; border-radius: 10px; overflow-y: auto; overscroll-behavior: contain; box-shadow: 0 14px 34px rgba(18,22,17,.2); animation: contact-dropdown-in .18s ease both; }
    .contact-page .custom-select.opens-upward .custom-select-menu { top: auto; bottom: calc(100% + 6px); }
    .contact-page .custom-select-menu::before { content: none; }
    .contact-page .custom-select-menu [role="option"] { min-height: 46px; padding-inline: 12px; border-radius: 6px; font-size: 14px; }
    .contact-page .submit-button { width: 100%; min-height: 48px; }
    .contact-page .form-actions { align-items: flex-start; flex-direction: column; }
}

@keyframes contact-spin { to { transform: rotate(360deg); } }
@keyframes contact-backdrop-in { from { opacity: 0; } }
@keyframes contact-sheet-in { from { opacity: 0; transform: translateY(18px); } }
@keyframes contact-dropdown-in { from { opacity: 0; transform: translateY(-6px); } }

@media (prefers-reduced-motion: reduce) {
    .contact-page .submit-spinner,
    .contact-page .select-backdrop,
    .contact-page .custom-select-menu { animation: none; }
    .contact-page .custom-select-trigger i { transition: none; }
}

@media (max-height: 700px) and (min-width: 621px) {
    .contact-page .site-immersive-hero-inner { padding-top: calc(var(--header-h) + 28px) !important; padding-bottom: 28px !important; }
    .contact-page .site-immersive-hero h1 { font-size: clamp(44px, 4.1vw, 60px); }
    .contact-page .contact-immersive-lede { margin-top: 18px; line-height: 1.7; }
    .contact-page .immersive-actions { margin-top: 20px; }
    .contact-page .immersive-tags { margin-top: 24px; padding-top: 12px; }
}

@media (max-height: 700px) and (max-width: 620px) {
    .contact-page .site-immersive-hero-inner { padding-top: calc(var(--header-h) + 18px) !important; padding-bottom: 18px !important; }
    .contact-page .contact-immersive-copy { margin-top: 0 !important; }
    .contact-page .eyebrow { margin-bottom: 11px; }
    .contact-page .site-immersive-hero h1 { font-size: 31px; }
    .contact-page .contact-immersive-lede { margin-top: 13px; line-height: 1.6; }
    .contact-page .immersive-actions { margin-top: 15px; }
    .contact-page .immersive-tags { margin-top: 17px; padding-top: 10px; }
}
.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
