.contact-page { background: #f4f1ec; color: #171311; font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif; }
.contact-header { position: fixed; z-index: 50; top: 0; right: 0; left: 0; display: flex; height: 82px; align-items: center; justify-content: space-between; padding: 0 7%; background: rgba(20, 15, 12, .92); }
.contact-header .logo { color: #e2c796; font-size: 32px; font-weight: 800; letter-spacing: 8px; }
.contact-nav { display: flex; gap: 27px; }.contact-nav a { color: #fff; font-size: 13px; }.contact-nav a.active { color: #e2c796; }
.contact-hero { position: relative; display: flex; min-height: 54vh; align-items: center; overflow: hidden; padding-top: 82px; color: #fff; background: #171311; }
.contact-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }.contact-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15, 10, 8, .88), rgba(15, 10, 8, .56) 52%, rgba(0, 0, 0, .18)); }
.contact-hero__copy { position: relative; z-index: 1; max-width: 760px; padding: 80px 7%; }.eyebrow { margin-bottom: 16px; color: #e2c796; font-size: 12px; font-weight: 700; letter-spacing: 3px; }.contact-hero h1 { margin-bottom: 22px; font-size: clamp(50px, 6vw, 82px); letter-spacing: -3px; line-height: 1.03; }.contact-hero p { max-width: 650px; color: #ddd4ce; font-size: 18px; line-height: 1.8; }
.contact-section { padding: 90px 7%; }.contact-grid { display: grid; align-items: start; gap: 24px; grid-template-columns: .8fr 1.2fr; }.contact-info { min-height: 660px; padding: 42px; background: #171311; color: #fff; }.contact-info h2, .contact-form-wrap h2 { margin-bottom: 16px; font-size: 38px; }.contact-info > p:not(.eyebrow) { margin-bottom: 34px; color: #bdb4ad; line-height: 1.75; }.info-item { padding: 18px 0; border-top: 1px solid rgba(255, 255, 255, .12); }.info-item dt { margin-bottom: 8px; color: #e2c796; font-size: 11px; font-weight: 700; letter-spacing: 2px; }.info-item dd { font-size: 16px; line-height: 1.6; }.placeholder { color: #9e958e; font-style: italic; }
.contact-form-wrap { padding: 42px; border: 1px solid rgba(25, 18, 13, .13); background: #fff; }.contact-form-wrap > p:not(.eyebrow) { margin-bottom: 30px; color: #716a64; line-height: 1.7; }.form-grid { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }.field { display: flex; flex-direction: column; gap: 8px; }.field.full { grid-column: 1 / -1; }.field label { font-size: 13px; font-weight: 700; }.field input, .field select, .field textarea { width: 100%; padding: 14px 15px; border: 1px solid #d8d1ca; border-radius: 2px; outline: 0; background: #fbfaf8; }.field input:focus, .field select:focus, .field textarea:focus { border-color: #c6a165; }.field textarea { min-height: 150px; resize: vertical; }.field-error { min-height: 1.2em; color: #a33c2f; font-size: 12px; line-height: 1.4; }.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #a33c2f; }.upload { padding: 24px; border: 1px dashed #bfb5ac; background: #faf8f5; color: #716a64; cursor: pointer; text-align: center; }.upload input { display: none; }.upload strong { display: block; margin-bottom: 8px; color: #171311; }.note { color: #8a8179; font-size: 12px; line-height: 1.6; }.submit { min-width: 190px; padding: 16px 26px; border: 0; background: #c6a165; color: #fff; cursor: pointer; font-weight: 700; }.submit:hover { filter: brightness(.95); }.form-status { min-height: 1.4em; margin-top: 12px; color: #6f665e; font-size: 13px; }
.warning { margin-top: 20px; padding: 14px 16px; border-left: 3px solid #c6a165; background: #f7f2e9; color: #6f665e; font-size: 13px; line-height: 1.6; }
.contact-steps { padding: 90px 7%; background: #171311; color: #fff; }.contact-steps > .eyebrow, .contact-steps h2 { text-align: center; }.contact-steps h2 { margin-bottom: 42px; font-size: 44px; }.steps-grid { display: grid; gap: 1px; background: rgba(255, 255, 255, .12); grid-template-columns: repeat(4, 1fr); }.step { min-height: 170px; padding: 30px 24px; background: #211a16; }.step b { display: block; margin-bottom: 14px; color: #e2c796; font-size: 12px; letter-spacing: 2px; }.step h3 { margin-bottom: 9px; font-size: 22px; }.step p { color: #bdb4ad; font-size: 14px; line-height: 1.65; }.contact-footer { display: flex; justify-content: space-between; padding: 32px 7%; background: #0e0b0a; color: #aaa; font-size: 12px; }
@media (max-width: 900px) { .contact-nav { display: none; }.contact-grid { grid-template-columns: 1fr; }.contact-info { min-height: auto; }.steps-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .contact-header { height: 70px; padding: 0 5%; }.contact-header .logo { font-size: 26px; }.contact-hero { padding-top: 70px; }.contact-hero__copy { padding: 70px 6%; }.contact-hero h1 { font-size: 48px; }.contact-section, .contact-steps { padding: 70px 6%; }.form-grid, .steps-grid { grid-template-columns: 1fr; }.field.full { grid-column: auto; }.contact-info, .contact-form-wrap { padding: 28px; }.contact-footer { display: block; line-height: 2; } }
