:root { --cp-ink: #173435; --cp-muted: #638080; --cp-line: #d9e7e3; --cp-bg: #f5faf8; --cp-green: #0d7664; --cp-cream: #fffdf8; }
* { box-sizing: border-box; }
.cp-app { min-height: 100vh; overflow-x: clip; background: var(--cp-bg); color: var(--cp-ink); font-family: Inter, "Microsoft YaHei", sans-serif; }
.cp-app button, .cp-app a { font: inherit; }
.cp-app button { cursor: pointer; }
.cp-home-header, .cp-header { position: sticky; z-index: 10; top: 0; display: flex; align-items: center; min-width: 0; height: 72px; padding: 0 max(24px, calc((100vw - 1240px) / 2)); border-bottom: 1px solid rgb(217 231 227 / 85%); background: rgb(255 255 255 / 93%); backdrop-filter: blur(14px); }
.cp-home-header { justify-content: space-between; gap: 24px; }
.cp-brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; color: var(--cp-ink); text-decoration: none; }
.cp-brand > span { display: grid; flex: 0 0 auto; width: 34px; height: 34px; place-items: center; border-radius: 11px; background: var(--cp-green); color: #fff; font-family: Georgia, serif; font-weight: 900; }
.cp-brand strong { font-size: 14px; line-height: 1.25; letter-spacing: .03em; white-space: nowrap; }
.cp-home-header nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.cp-home-header nav a, .cp-home-header nav button { padding: 6px 0; border: 0; background: transparent; color: #345050; font-size: 14px; text-decoration: none; }
.cp-home-header > button, .cp-header-ask { flex: 0 0 auto; padding: 10px 15px; border: 0; border-radius: 10px; background: var(--cp-ink); color: #fff; font-weight: 800; font-size: 13px; }
.cp-header { justify-content: space-between; gap: 18px; }
.cp-header > strong { overflow: hidden; color: #214847; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.cp-back { display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; border: 0; background: transparent; color: #315250; font-size: 13px; font-weight: 800; }
.cp-hero { position: relative; min-height: clamp(470px, 60vw, 680px); isolation: isolate; overflow: hidden; background: #1f3a3a; }
.cp-hero > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; animation: cp-zoom 5s ease-out both; }
.cp-hero-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgb(10 36 34 / 82%) 0%, rgb(10 36 34 / 50%) 45%, rgb(10 36 34 / 8%) 80%); }
@keyframes cp-zoom { from { transform: scale(1.045); } to { transform: scale(1); } }
.cp-hero-copy { display: flex; flex-direction: column; align-items: flex-start; max-width: 1240px; min-height: inherit; margin: 0 auto; padding: clamp(100px, 14vw, 150px) 32px 84px; color: #fff; }
.cp-hero-copy p, .cp-section-head > p, .cp-block-head p, .cp-page-title > p, .cp-contact p, .cp-wall p { margin: 0; color: #64dbc3; font-size: 11px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.cp-hero-copy h1 { max-width: 760px; margin: 16px 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(37px, 6vw, 72px); line-height: 1.08; letter-spacing: -.045em; }
.cp-hero-copy > span { max-width: 530px; color: rgb(255 255 255 / 85%); font-size: 16px; line-height: 1.85; }
.cp-hero-copy > div { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.cp-hero-copy button { display: inline-flex; align-items: center; gap: 8px; padding: 13px 16px; border: 1px solid rgb(255 255 255 / 65%); border-radius: 10px; background: #fff; color: #18413d; font-weight: 900; }
.cp-hero-copy button + button { background: transparent; color: #fff; }
.cp-carousel { position: absolute; right: max(24px, calc((100vw - 1240px) / 2)); bottom: 30px; display: flex; align-items: center; gap: 10px; }
.cp-carousel button { display: grid; width: 31px; height: 31px; place-items: center; padding: 0; border: 1px solid rgb(255 255 255 / 55%); border-radius: 50%; background: rgb(12 37 35 / 38%); color: #fff; }
.cp-carousel button:nth-child(n+2):nth-child(-n+4) { width: 8px; height: 8px; border: 0; background: rgb(255 255 255 / 48%); }
.cp-carousel button.active { background: #fff; }
.cp-services, .cp-main { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.cp-services { padding: 90px 0 72px; }
.cp-section-head, .cp-block-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; min-width: 0; margin-bottom: 24px; }
.cp-section-head h2, .cp-block-head h2 { margin: 7px 0 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(30px, 3vw, 42px); line-height: 1.1; letter-spacing: -.04em; }
.cp-section-head span, .cp-block-head > span { max-width: 390px; color: var(--cp-muted); font-size: 14px; line-height: 1.75; }
.cp-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.cp-service-grid button { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-width: 0; min-height: 235px; padding: 24px; overflow: hidden; border: 1px solid var(--cp-line); border-radius: 18px; background: #fff; text-align: left; transition: transform .2s ease, box-shadow .2s ease; }
.cp-service-grid button:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgb(28 66 62 / 11%); }
.cp-service-grid button > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 14px; background: #e2f6f0; color: var(--cp-green); }
.cp-service-grid button:nth-child(2) > span { background: #e3efff; color: #2d71c5; }.cp-service-grid button:nth-child(3) > span { background: #f1eaff; color: #7b54bd; }.cp-service-grid button:nth-child(4) > span { background: #ffe8ef; color: #b44c73; }
.cp-service-grid h3 { margin: 22px 0 8px; font-size: 19px; }.cp-service-grid p { margin: 0; color: var(--cp-muted); font-size: 13px; line-height: 1.7; }.cp-service-grid em { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 20px; color: var(--cp-green); font-style: normal; font-size: 13px; font-weight: 900; }
.cp-home-banner { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 330px; margin: 0; overflow: hidden; background: #173a38; color: #fff; }.cp-home-banner img { width: 100%; height: 100%; object-fit: cover; }.cp-home-banner > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(30px, 6vw, 80px); }.cp-home-banner p { margin: 0; color: #80e2c8; font-size: 12px; font-weight: 900; }.cp-home-banner h2 { margin: 15px 0 25px; font-family: Georgia, "Songti SC", serif; font-size: clamp(31px, 4vw, 48px); line-height: 1.05; }.cp-home-banner button { display: inline-flex; align-items: center; gap: 8px; padding: 12px 14px; border: 0; border-radius: 9px; background: #fff; color: #173a38; font-weight: 900; }
.cp-main { padding: 58px 0 80px; }.cp-page-title { max-width: 800px; margin: 0 0 48px; }.cp-page-title h1 { margin: 12px 0 14px; font-family: Georgia, "Songti SC", serif; font-size: clamp(38px, 5vw, 62px); line-height: 1.08; letter-spacing: -.05em; }.cp-page-title > span { display: block; max-width: 730px; color: var(--cp-muted); font-size: 15px; line-height: 1.85; overflow-wrap: anywhere; }
.cp-block { margin-bottom: 48px; padding: clamp(22px, 3vw, 34px); border: 1px solid var(--cp-line); border-radius: 20px; background: #fff; }.cp-block-head { margin-bottom: 22px; }.cp-block-head h2 { font-size: clamp(25px, 3vw, 35px); }
.cp-arrival-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.cp-arrival-grid button { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 13px; align-items: start; min-width: 0; padding: 18px; border: 1px solid #d7e6e2; border-radius: 14px; background: #f8fcfa; color: var(--cp-ink); text-align: left; }.cp-arrival-grid button > svg:first-child { color: var(--cp-green); }.cp-arrival-grid div { min-width: 0; }.cp-arrival-grid strong, .cp-arrival-grid span { display: block; overflow-wrap: anywhere; }.cp-arrival-grid strong { margin-bottom: 6px; font-size: 15px; }.cp-arrival-grid span { color: var(--cp-muted); font-size: 12px; line-height: 1.55; }.cp-arrival-grid button > svg:last-child { margin-top: 2px; color: var(--cp-green); }
.cp-guide-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }.cp-guide-grid button { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; min-height: 215px; padding: 20px; border: 1px solid #d7e6e2; border-radius: 14px; background: var(--cp-cream); color: var(--cp-ink); text-align: left; }.cp-guide-grid b { color: #0e7f69; font-size: 13px; }.cp-guide-grid strong { margin: 32px 0 8px; font-size: 17px; }.cp-guide-grid span { color: var(--cp-muted); font-size: 13px; line-height: 1.65; overflow-wrap: anywhere; }.cp-guide-grid em { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 20px; color: var(--cp-green); font-size: 13px; font-style: normal; font-weight: 900; }
.cp-dual { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 48px; }.cp-dual > div { padding: 28px; border-radius: 18px; background: #e5f4ef; }.cp-dual > div p { margin: 0; color: #0d7664; font-weight: 900; font-size: 12px; }.cp-dual > div h2 { margin: 11px 0; font-family: Georgia, "Songti SC", serif; font-size: 31px; }.cp-dual > div span { display: block; color: #50716e; font-size: 14px; line-height: 1.75; }.cp-dual > div a { display: inline-flex; align-items: center; gap: 7px; margin-top: 19px; color: var(--cp-green); font-size: 13px; font-weight: 900; }
.cp-map-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }.cp-map-card { display: block; min-width: 0; padding: 10px; overflow: hidden; border: 1px solid #d7e6e2; border-radius: 14px; background: #f9fcfb; color: var(--cp-ink); text-align: left; }.cp-map-card img { display: block; width: 100%; aspect-ratio: 1 / .82; object-fit: contain; border-radius: 9px; background: #eef5f3; }.cp-map-card span { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 4px 3px; }.cp-map-card strong { min-width: 0; font-size: 13px; }.cp-map-card em { flex: 0 0 auto; color: var(--cp-green); font-size: 11px; font-style: normal; font-weight: 800; white-space: nowrap; }
.cp-lightbox { position: fixed; z-index: 40; inset: 0; display: grid; place-items: center; padding: 20px; background: rgb(8 29 28 / 74%); }.cp-lightbox section { position: relative; width: min(970px, 100%); max-height: 94vh; overflow: auto; padding: 20px; border-radius: 18px; background: #fff; }.cp-lightbox section > button { position: sticky; top: 0; float: right; display: grid; width: 36px; height: 36px; place-items: center; border: 0; border-radius: 50%; background: #e6f3ef; color: var(--cp-green); }.cp-lightbox h2 { margin: 4px 0 16px; font-size: 19px; }.cp-lightbox img { display: block; width: 100%; height: auto; }.cp-lightbox p { margin: 13px 0 0; color: var(--cp-muted); font-size: 13px; }
.cp-contact { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 24px; align-items: center; padding: 22px; border: 1px solid #ffccd7; border-radius: 18px; background: #fff9fa; }.cp-contact img { width: 120px; height: 120px; object-fit: contain; border-radius: 12px; background: #fff; }.cp-contact h2 { margin: 8px 0; font-family: Georgia, "Songti SC", serif; font-size: 30px; }.cp-contact span { display: block; max-width: 600px; color: #795865; font-size: 14px; line-height: 1.75; }
.cp-content-list { display: grid; gap: 14px; margin-bottom: 38px; }.cp-content-list article { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 18px; padding: 25px; border: 1px solid var(--cp-line); border-radius: 17px; background: #fff; }.cp-content-list article > b { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; background: #e2f6f0; color: var(--cp-green); }.cp-content-list h2 { margin: 2px 0 12px; font-size: 21px; }.cp-content-list ul { display: grid; gap: 10px; margin: 0; padding-left: 19px; color: #52706d; font-size: 14px; line-height: 1.8; }.cp-content-list li { overflow-wrap: anywhere; }
.cp-location { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: center; margin-bottom: 48px; padding: 30px; border-radius: 20px; background: #173e3a; color: #fff; }.cp-location p { margin: 0; color: #79dfc3; font-size: 12px; font-weight: 900; }.cp-location h2 { margin: 10px 0 8px; font-family: Georgia, "Songti SC", serif; font-size: 35px; }.cp-location strong, .cp-location span { display: block; line-height: 1.7; overflow-wrap: anywhere; }.cp-location strong { color: #fff; font-size: 15px; }.cp-location span { max-width: 750px; margin-top: 8px; color: rgb(255 255 255 / 74%); font-size: 13px; }.cp-location a { display: inline-flex; align-items: center; gap: 8px; justify-content: center; padding: 13px 15px; border-radius: 10px; background: #fff; color: var(--cp-green); font-size: 13px; text-decoration: none; white-space: nowrap; }.cp-steps { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }.cp-steps li { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 13px; align-items: start; color: #4f6f6b; font-size: 15px; line-height: 1.75; }.cp-steps b { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: #e5f6f1; color: var(--cp-green); font-size: 13px; }.cp-large-map { display: block; overflow: hidden; border: 1px solid #d7e6e2; border-radius: 14px; background: #f7fbf9; color: var(--cp-green); text-decoration: none; }.cp-large-map img { display: block; width: 100%; max-height: 650px; object-fit: contain; }.cp-large-map span { display: flex; align-items: center; justify-content: center; gap: 7px; padding: 14px; font-size: 13px; font-weight: 900; }
.cp-vr-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.cp-vr-grid a { display: grid; grid-template-columns: 42% minmax(0, 1fr); min-width: 0; overflow: hidden; border: 1px solid #d7e6e2; border-radius: 15px; background: #fbfefd; color: var(--cp-ink); text-decoration: none; }.cp-vr-grid img { width: 100%; height: 100%; min-height: 170px; object-fit: cover; }.cp-vr-grid div { display: flex; flex-direction: column; min-width: 0; padding: 19px; }.cp-vr-grid strong { font-size: 17px; line-height: 1.35; }.cp-vr-grid span { margin-top: 8px; color: var(--cp-muted); font-size: 13px; line-height: 1.6; }.cp-vr-grid em { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 15px; color: var(--cp-green); font-style: normal; font-size: 13px; font-weight: 900; }.cp-photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }.cp-photo-grid figure { min-width: 0; margin: 0; overflow: hidden; border-radius: 14px; background: #edf4f2; }.cp-photo-grid img { display: block; width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; }.cp-photo-grid figcaption { padding: 11px 13px; color: #587572; font-size: 12px; line-height: 1.5; }
.cp-wall { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }.cp-wall article { display: flex; flex-direction: column; min-height: 240px; padding: 25px; border-radius: 18px; background: #fff; border: 1px solid var(--cp-line); }.cp-wall h2 { margin: 16px 0 10px; font-size: 23px; line-height: 1.25; }.cp-wall span { color: var(--cp-muted); font-size: 14px; line-height: 1.75; }.cp-wall button, .cp-ask-grid button { display: inline-flex; align-items: center; gap: 7px; width: fit-content; margin-top: auto; padding: 0; border: 0; background: transparent; color: var(--cp-green); font-size: 13px; font-weight: 900; }.cp-ask-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.cp-ask-grid button { width: 100%; justify-content: space-between; margin: 0; padding: 19px; border: 1px solid #d7e6e2; border-radius: 13px; background: #fbfefd; color: #315a55; text-align: left; }
@media (max-width: 1100px) { .cp-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 920px) { .cp-service-grid, .cp-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.cp-arrival-grid { grid-template-columns: 1fr; }.cp-home-banner, .cp-dual { grid-template-columns: 1fr; }.cp-home-banner img { max-height: 260px; }.cp-map-grid, .cp-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.cp-wall { grid-template-columns: 1fr; }.cp-wall article { min-height: 190px; } }
@media (max-width: 640px) { .cp-home-header, .cp-header { height: 62px; padding: 0 16px; }.cp-home-header { gap: 9px; }.cp-brand strong { max-width: 145px; overflow: hidden; text-overflow: ellipsis; }.cp-home-header nav { display: none; }.cp-home-header > button, .cp-header-ask { padding: 9px 11px; font-size: 12px; }.cp-header > strong { font-size: 13px; }.cp-back { font-size: 12px; }.cp-hero { min-height: 510px; }.cp-hero-copy { padding: 100px 24px 88px; }.cp-hero-copy h1 { font-size: 43px; }.cp-hero-copy > span { font-size: 14px; }.cp-carousel { right: 20px; bottom: 20px; }.cp-services, .cp-main { width: min(100% - 32px, 1240px); }.cp-services { padding: 55px 0; }.cp-section-head, .cp-block-head { display: block; }.cp-section-head > span, .cp-block-head > span { display: block; margin-top: 12px; }.cp-service-grid, .cp-guide-grid, .cp-vr-grid, .cp-photo-grid, .cp-map-grid, .cp-ask-grid { grid-template-columns: 1fr; }.cp-service-grid button { min-height: 185px; }.cp-guide-grid button { min-height: 185px; }.cp-guide-grid strong { margin-top: 23px; }.cp-main { padding: 40px 0 60px; }.cp-page-title { margin-bottom: 32px; }.cp-page-title h1 { font-size: 40px; }.cp-block { margin-bottom: 30px; padding: 19px; border-radius: 16px; }.cp-dual { margin-bottom: 30px; }.cp-dual > div { padding: 22px; }.cp-contact { grid-template-columns: 96px minmax(0, 1fr); gap: 16px; padding: 16px; }.cp-contact img { width: 96px; height: 96px; }.cp-contact h2 { font-size: 24px; }.cp-contact span { font-size: 13px; }.cp-content-list article { grid-template-columns: 36px minmax(0, 1fr); gap: 12px; padding: 18px; }.cp-content-list article > b { width: 34px; height: 34px; }.cp-content-list h2 { font-size: 19px; }.cp-location { grid-template-columns: 1fr; padding: 22px; }.cp-location h2 { font-size: 29px; }.cp-location a { width: 100%; }.cp-vr-grid a { grid-template-columns: 1fr; }.cp-vr-grid img { min-height: 190px; max-height: 240px; }.cp-vr-grid div { min-height: 155px; }.cp-map-card span { align-items: flex-start; flex-direction: column; gap: 5px; }.cp-map-card em { white-space: normal; }.cp-large-map img { max-height: none; }.cp-lightbox { padding: 10px; }.cp-lightbox section { padding: 13px; }.cp-home-banner > div { padding: 32px 24px; } }
