:root {
    --ps-ink: #191918;
    --ps-charcoal: #262625;
    --ps-charcoal-soft: #333331;
    --ps-warm-black: #10100f;
    --ps-gold: #c7a661;
    --ps-gold-deep: #9a793d;
    --ps-gold-soft: #eee3cc;
    --ps-ivory: #f6f3ec;
    --ps-sand: #ebe5d8;
    --ps-paper: #ffffff;
    --ps-text: #343432;
    --ps-muted: #74736f;
    --ps-line: rgba(25, 25, 24, .12);
    --ps-line-light: rgba(255, 255, 255, .14);
    --ps-shadow: 0 28px 80px rgba(15, 15, 14, .12);
    --ps-shadow-soft: 0 16px 45px rgba(15, 15, 14, .08);
    --ps-radius: 28px;
    --ps-font: "Pretendard Variable", Pretendard, "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --ps-serif: "Noto Serif KR", "Nanum Myeongjo", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { margin: 0; padding: 0; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    padding: 78px 0 0;
    color: var(--ps-text);
    background: #fff;
    font-family: var(--ps-font);
    word-break: keep-all;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
body.is-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { color: inherit; text-decoration: none; }
img, picture, video, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
main { display: block; }
::selection { color: #fff; background: var(--ps-gold-deep); }
:focus-visible { outline: 3px solid rgba(199, 166, 97, .65); outline-offset: 3px; }

.container-wide { width: min(1280px, calc(100% - 56px)); margin: 0 auto; }
.container-narrow { width: min(980px, calc(100% - 56px)); margin: 0 auto; }
.visually-hidden {
    position: absolute !important; width: 1px !important; height: 1px !important;
    padding: 0 !important; margin: -1px !important; overflow: hidden !important;
    clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important;
}

/* Common typography */
.section { position: relative; padding: 112px 0; }
.section--ivory { background: var(--ps-ivory); }
.section--dark { color: #fff; background: var(--ps-charcoal); }
.section--black { color: #fff; background: var(--ps-warm-black); }
.section-head { display: grid; grid-template-columns: .78fr 1.22fr; gap: 64px; align-items: end; margin-bottom: 48px; }
.section-head--stack { display: block; max-width: 840px; }
.section-kicker {
    display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px;
    color: var(--ps-gold-deep); font-size: .76rem; font-weight: 850;
    letter-spacing: .19em; text-transform: uppercase;
}
.section-kicker::before { content: ""; width: 42px; height: 1px; background: var(--ps-gold); }
.section--dark .section-kicker, .section--black .section-kicker { color: #e6d3aa; }
.section-title {
    margin: 0; color: var(--ps-ink); font-size: clamp(2rem, 4.3vw, 3.8rem);
    font-weight: 760; line-height: 1.16; letter-spacing: -.065em;
}
.section-title strong { color: var(--ps-gold-deep); font-weight: 880; }
.section--dark .section-title, .section--black .section-title { color: #fff; }
.section-desc { margin: 0; color: var(--ps-muted); font-size: 1.04rem; line-height: 1.85; letter-spacing: -.025em; }
.section--dark .section-desc, .section--black .section-desc { color: rgba(255,255,255,.68); }
.eyebrow { color: var(--ps-gold-deep); font-size: .72rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }

/* Buttons */
.ps-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.ps-btn {
    min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    padding: 0 23px; border: 1px solid transparent; border-radius: 999px;
    font-size: .95rem; font-weight: 850; letter-spacing: -.03em;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.ps-btn:hover { transform: translateY(-2px); }
.ps-btn--gold { color: #171716; background: linear-gradient(135deg, #e5d3a9, #b9924e); box-shadow: 0 16px 36px rgba(110,77,23,.24); }
.ps-btn--dark { color: #fff; background: var(--ps-ink); border-color: var(--ps-ink); box-shadow: 0 16px 36px rgba(0,0,0,.17); }
.ps-btn--line { color: var(--ps-ink); background: rgba(255,255,255,.9); border-color: rgba(25,25,24,.18); box-shadow: 0 12px 30px rgba(0,0,0,.06); }
.ps-btn--light-line { color: #fff; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.32); backdrop-filter: blur(10px); }

/* Page hero */
.page-hero {
    position: relative; min-height: 720px; display: flex; align-items: center;
    isolation: isolate; overflow: hidden; background: #222;
}
.page-hero__media { position: absolute; inset: 0; z-index: -3; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(13,13,12,.92), rgba(13,13,12,.68) 44%, rgba(13,13,12,.2) 76%), linear-gradient(180deg, transparent 48%, rgba(8,8,7,.62)); }
.page-hero__inner { width: min(1280px, calc(100% - 56px)); margin: 0 auto; padding: 96px 0 84px; }
.page-hero__content { width: min(720px, 100%); }
.page-hero__kicker { display: inline-flex; align-items: center; gap: 11px; color: #ead8b1; font-size: .77rem; font-weight: 820; letter-spacing: .2em; text-transform: uppercase; }
.page-hero__kicker::before { content: ""; width: 45px; height: 1px; background: var(--ps-gold); }
.page-hero h1 { margin: 22px 0 0; color: #fff; font-family: var(--ps-serif); font-size: clamp(3rem, 7vw, 6.8rem); font-weight: 500; line-height: 1.02; letter-spacing: -.075em; text-shadow: 0 18px 48px rgba(0,0,0,.3); }
.page-hero h1 span { display: block; margin-top: 17px; color: #ead8b1; font-family: var(--ps-font); font-size: .29em; font-weight: 650; line-height: 1.45; letter-spacing: -.035em; }
.page-hero__summary { max-width: 680px; margin: 25px 0 0; color: rgba(255,255,255,.82); font-size: 1.06rem; line-height: 1.82; letter-spacing: -.025em; }
.page-hero--light::before { background: linear-gradient(90deg, rgba(249,247,242,.98), rgba(249,247,242,.90) 39%, rgba(249,247,242,.34) 72%, rgba(249,247,242,.05)), linear-gradient(180deg, rgba(255,255,255,.04), rgba(238,232,220,.24)); }
.page-hero--light h1 { color: var(--ps-ink); text-shadow: none; }
.page-hero--light h1 span { color: var(--ps-gold-deep); }
.page-hero--light .page-hero__summary { color: #595854; }
.page-hero--light .page-hero__kicker { color: var(--ps-gold-deep); }

.hero-facts {
    position: relative; z-index: 4; width: min(1080px, calc(100% - 56px));
    display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1px;
    margin: -52px auto 0; overflow: hidden; border: 1px solid var(--ps-line);
    border-radius: 22px; background: var(--ps-line); box-shadow: var(--ps-shadow);
}
.hero-fact { min-height: 132px; display: flex; flex-direction: column; justify-content: center; padding: 25px 28px; background: rgba(255,255,255,.98); }
.hero-fact strong { color: var(--ps-ink); font-size: clamp(1.3rem, 2.6vw, 2rem); font-weight: 880; line-height: 1.12; letter-spacing: -.055em; }
.hero-fact span { margin-top: 9px; color: var(--ps-muted); font-size: .81rem; line-height: 1.48; }

/* Homepage */
.home-hero { min-height: min(900px, calc(100vh - 78px)); }
.home-hero__brand { width: min(365px, 72vw); margin-bottom: 30px; }
.home-hero h1 { font-size: clamp(2.9rem, 6.5vw, 6.3rem); }
.home-hero__tag { display: inline-flex; align-items: center; gap: 8px; margin-top: 25px; padding: 9px 14px; color: #f1e3c5; border: 1px solid rgba(232,210,165,.4); border-radius: 999px; background: rgba(255,255,255,.07); backdrop-filter: blur(10px); font-size: .83rem; font-weight: 760; }
.home-hero__scroll { position: absolute; left: 50%; bottom: 25px; transform: translateX(-50%); color: rgba(255,255,255,.62); font-size: .68rem; letter-spacing: .18em; writing-mode: vertical-rl; }
.home-hero__scroll::after { content: ""; display: block; width: 1px; height: 42px; margin: 10px auto 0; background: linear-gradient(#c7a661, transparent); }

.intro-split { display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: center; }
.intro-copy { padding-left: 32px; border-left: 1px solid rgba(199,166,97,.58); }
.intro-copy p { margin: 0; color: #55544f; font-size: 1.12rem; line-height: 1.95; letter-spacing: -.03em; }
.intro-copy strong { color: var(--ps-ink); font-weight: 880; }

.visual-card { position: relative; margin: 0; overflow: hidden; border-radius: var(--ps-radius); box-shadow: var(--ps-shadow); background: #ddd; }
.visual-card img { width: 100%; height: 100%; object-fit: cover; }
.visual-card figcaption { position: absolute; left: 20px; right: 20px; bottom: 20px; padding: 14px 17px; color: rgba(255,255,255,.84); background: rgba(14,14,13,.74); border: 1px solid rgba(255,255,255,.13); border-radius: 14px; backdrop-filter: blur(10px); font-size: .78rem; line-height: 1.55; }

.project-summary-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 52px; align-items: stretch; }
.project-summary-grid .visual-card { min-height: 580px; }
.project-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 30px; }
.project-fact { padding: 20px 19px; border: 1px solid var(--ps-line); border-radius: 17px; background: #fff; }
.project-fact dt { color: var(--ps-muted); font-size: .73rem; font-weight: 760; letter-spacing: .05em; }
.project-fact dd { margin: 7px 0 0; color: var(--ps-ink); font-size: .98rem; font-weight: 850; line-height: 1.5; letter-spacing: -.03em; }

.component-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.component-card { position: relative; min-height: 250px; padding: 24px 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: rgba(255,255,255,.055); }
.component-card::after { content: attr(data-no); position: absolute; right: 16px; bottom: -12px; color: rgba(255,255,255,.07); font-size: 6rem; font-weight: 900; letter-spacing: -.08em; }
.component-card i { width: 45px; height: 45px; display: inline-flex; align-items: center; justify-content: center; color: #f3dfb4; background: rgba(255,255,255,.08); border-radius: 14px; }
.component-card h3 { position: relative; z-index: 1; margin: 20px 0 0; color: #fff; font-size: 1.08rem; font-weight: 850; line-height: 1.42; letter-spacing: -.04em; }
.component-card p { position: relative; z-index: 1; margin: 11px 0 0; color: rgba(255,255,255,.62); font-size: .82rem; line-height: 1.68; }

.feature-story { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.feature-story__main { min-height: 640px; }
.feature-story__side { display: grid; grid-template-rows: 1fr 1fr; gap: 18px; }
.feature-story__side .visual-card { min-height: 310px; }

.service-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.service-card { overflow: hidden; border: 1px solid var(--ps-line); border-radius: 21px; background: #fff; box-shadow: var(--ps-shadow-soft); }
.service-card figure { margin: 0; aspect-ratio: 4/3; overflow: hidden; }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.service-card:hover img { transform: scale(1.04); }
.service-card__body { padding: 20px 19px 23px; }
.service-card h3 { margin: 0; color: var(--ps-ink); font-size: 1.02rem; font-weight: 850; letter-spacing: -.04em; }
.service-card p { margin: 9px 0 0; color: var(--ps-muted); font-size: .82rem; line-height: 1.65; }

/* Overview page */
.data-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 44px; align-items: start; }
.data-layout .visual-card { min-height: 650px; position: sticky; top: 102px; }
.data-stack { display: grid; gap: 20px; }
.data-card { overflow: hidden; border: 1px solid var(--ps-line); border-radius: 22px; background: #fff; box-shadow: var(--ps-shadow-soft); }
.data-card__head { padding: 25px 27px 21px; border-bottom: 1px solid var(--ps-line); }
.data-card__head h2, .data-card__head h3 { margin: 8px 0 0; color: var(--ps-ink); font-size: 1.4rem; font-weight: 870; letter-spacing: -.045em; }
.data-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.data-table { width: 100%; border-collapse: collapse; min-width: 620px; }
.data-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.data-table th, .data-table td { padding: 17px 20px; border-bottom: 1px solid var(--ps-line); vertical-align: middle; line-height: 1.55; }
.data-table tbody th { width: 31%; color: #55544f; background: #f5f3ed; font-size: .89rem; font-weight: 820; text-align: left; }
.data-table tbody td { color: var(--ps-text); background: #fff; font-size: .91rem; }
.data-table tr:last-child th, .data-table tr:last-child td { border-bottom: 0; }
.data-note { margin: 0; padding: 16px 22px 20px; color: var(--ps-muted); background: #fbfaf7; border-top: 1px solid var(--ps-line); font-size: .76rem; line-height: 1.68; }

.mxd-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin-top: 42px; }
.mxd-card { min-height: 285px; padding: 25px 23px; border: 1px solid var(--ps-line); border-radius: 21px; background: #fff; box-shadow: var(--ps-shadow-soft); }
.mxd-card span { color: var(--ps-gold-deep); font-size: .69rem; font-weight: 850; letter-spacing: .12em; }
.mxd-card h3 { margin: 16px 0 0; color: var(--ps-ink); font-size: 1.13rem; font-weight: 870; line-height: 1.4; letter-spacing: -.04em; }
.mxd-card p { margin: 11px 0 0; color: var(--ps-muted); font-size: .84rem; line-height: 1.7; }

.masterplan-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; align-items: stretch; }
.masterplan-layout .visual-card { min-height: 660px; background: #20201f; }
.masterplan-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px 38px; color: #fff; border-radius: var(--ps-radius); background: var(--ps-charcoal); box-shadow: var(--ps-shadow); }
.masterplan-copy h2 { margin: 0; font-family: var(--ps-serif); font-size: clamp(2rem,4vw,3.4rem); font-weight: 500; line-height: 1.28; letter-spacing: -.055em; }
.masterplan-copy p { margin: 19px 0 0; color: rgba(255,255,255,.68); font-size: .97rem; line-height: 1.82; }
.masterplan-list { display: grid; gap: 12px; margin: 29px 0 0; padding: 0; list-style: none; }
.masterplan-list li { padding-top: 13px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.82); font-size: .9rem; line-height: 1.55; }
.masterplan-list strong { color: #ead8b1; }

/* Location */
.history-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.history-card { position: relative; min-height: 520px; overflow: hidden; border-radius: 24px; background: #222; box-shadow: var(--ps-shadow); }
.history-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85); }
.history-card::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.86)); }
.history-card__body { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 25px; }
.history-card__body span { color: #ead8b1; font-size: .72rem; font-weight: 820; letter-spacing: .15em; }
.history-card h3 { margin: 10px 0 0; color: #fff; font-family: var(--ps-serif); font-size: 1.7rem; font-weight: 500; letter-spacing: -.04em; }
.history-card ul { display: grid; gap: 5px; margin: 15px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.73); font-size: .78rem; line-height: 1.5; }
.history-card--center { background: linear-gradient(145deg,#53524e,#2c2b29); }
.history-card--center::before { content:""; position:absolute; inset:0; background:url('/assets/img/project-aerial.webp') center/cover; opacity:.65; }

.park-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 44px; }
.park-card { overflow: hidden; border: 1px solid var(--ps-line); border-radius: 23px; background: #fff; box-shadow: var(--ps-shadow-soft); }
.park-card figure { margin: 0; aspect-ratio: 1/1; overflow: hidden; background: #111; }
.park-card img { width: 100%; height: 100%; object-fit: cover; }
.park-card__body { padding: 23px 24px 26px; }
.park-card__body span { color: var(--ps-gold-deep); font-size: .73rem; font-weight: 820; letter-spacing: .12em; }
.park-card h3 { margin: 9px 0 0; color: var(--ps-ink); font-size: 1.35rem; font-weight: 870; }
.park-card strong { display: block; margin-top: 10px; color: var(--ps-gold-deep); font-size: 2rem; font-weight: 880; letter-spacing: -.05em; }

.development-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; margin-top: 42px; }
.development-card { min-height: 250px; padding: 24px 20px; border-top: 2px solid var(--ps-gold); background: rgba(255,255,255,.055); }
.development-card b { color: #ead8b1; font-size: 2.4rem; font-weight: 300; }
.development-card h3 { margin: 15px 0 0; color: #fff; font-size: 1.02rem; font-weight: 850; line-height: 1.4; }
.development-card p { margin: 10px 0 0; color: rgba(255,255,255,.6); font-size: .78rem; line-height: 1.65; }

.location-address-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 38px; }
.address-card { padding: 30px 29px; border: 1px solid var(--ps-line); border-radius: 21px; background: #fff; box-shadow: var(--ps-shadow-soft); }
.address-card span { color: var(--ps-gold-deep); font-size: .72rem; font-weight: 850; letter-spacing: .15em; }
.address-card h3 { margin: 12px 0 0; color: var(--ps-ink); font-size: 1.25rem; font-weight: 870; }
.address-card address { margin: 12px 0 0; color: #55544f; font-style: normal; font-size: .96rem; font-weight: 650; line-height: 1.6; }
.address-card p { margin: 9px 0 0; color: var(--ps-muted); font-size: .79rem; line-height: 1.6; }

/* Premium */
.premium-lead { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.premium-lead .visual-card { min-height: 620px; }
.premium-copy-card { display: flex; flex-direction: column; justify-content: center; padding: 46px 42px; border-radius: var(--ps-radius); background: var(--ps-charcoal); color: #fff; box-shadow: var(--ps-shadow); }
.premium-copy-card h2 { margin: 0; font-family: var(--ps-serif); font-size: clamp(2rem,4vw,3.5rem); font-weight: 500; line-height: 1.28; letter-spacing: -.055em; }
.premium-copy-card p { margin: 19px 0 0; color: rgba(255,255,255,.7); font-size: 1rem; line-height: 1.85; }
.premium-copy-card ul { display: grid; gap: 11px; margin: 28px 0 0; padding: 0; list-style: none; }
.premium-copy-card li { display: flex; gap: 10px; color: rgba(255,255,255,.78); font-size: .9rem; line-height: 1.55; }
.premium-copy-card li::before { content: "•"; color: var(--ps-gold); }

.premium-scene-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.scene-card { position: relative; min-height: 460px; overflow: hidden; border-radius: 23px; box-shadow: var(--ps-shadow); background: #222; }
.scene-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.scene-card:hover img { transform: scale(1.035); }
.scene-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 48%,rgba(0,0,0,.85)); }
.scene-card__body { position: absolute; z-index: 2; left: 23px; right: 23px; bottom: 23px; }
.scene-card__body span { color: #ead8b1; font-size: .7rem; font-weight: 840; letter-spacing: .16em; }
.scene-card h3 { margin: 9px 0 0; color: #fff; font-size: 1.35rem; font-weight: 870; }
.scene-card p { margin: 8px 0 0; color: rgba(255,255,255,.7); font-size: .79rem; line-height: 1.62; }

.amenity-list { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-top: 37px; }
.amenity-item { padding: 20px 18px; border: 1px solid var(--ps-line); border-radius: 17px; background: #fff; }
.amenity-item i { color: var(--ps-gold-deep); font-size: 1.05rem; }
.amenity-item strong { display: block; margin-top: 13px; color: var(--ps-ink); font-size: .95rem; font-weight: 850; }
.amenity-item span { display: block; margin-top: 5px; color: var(--ps-muted); font-size: .74rem; line-height: 1.45; }

.life-care-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; margin-top: 38px; }
.life-care-card { overflow: hidden; border: 1px solid var(--ps-line); border-radius: 17px; background: #fff; }
.life-care-card figure { margin: 0; aspect-ratio: 4/3; overflow: hidden; }
.life-care-card img { width: 100%; height: 100%; object-fit: cover; }
.life-care-card div { padding: 15px 14px 17px; }
.life-care-card strong { color: var(--ps-ink); font-size: .85rem; font-weight: 840; }

/* Forms */
.form-hero-card { width: min(560px,100%); margin-top: 25px; padding: 18px 19px; color: #fff; background: rgba(15,15,14,.58); border: 1px solid rgba(255,255,255,.17); border-radius: 15px; backdrop-filter: blur(12px); }
.form-hero-card strong { display: block; font-size: .91rem; }
.form-hero-card address { margin: 7px 0 0; color: rgba(255,255,255,.72); font-style: normal; font-size: .83rem; line-height: 1.55; }
.form-section { padding: 98px 0 108px; background: linear-gradient(180deg,var(--ps-ivory),#fff); }
.form-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 27px; align-items: start; }
.form-guide, .form-card { border: 1px solid var(--ps-line); border-radius: 24px; background: #fff; box-shadow: var(--ps-shadow); }
.form-guide { position: sticky; top: 104px; padding: 31px 29px; }
.form-guide h2 { margin: 0; color: var(--ps-ink); font-size: 1.7rem; font-weight: 870; line-height: 1.35; letter-spacing: -.05em; }
.form-guide > p { margin: 15px 0 0; color: var(--ps-muted); font-size: .92rem; line-height: 1.75; }
.guide-list { display: grid; gap: 10px; margin: 25px 0 0; padding: 0; list-style: none; }
.guide-list li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; padding: 13px; border: 1px solid var(--ps-line); border-radius: 14px; background: #faf9f6; }
.guide-list i, .guide-list em { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; color: var(--ps-gold-deep); background: var(--ps-gold-soft); border-radius: 12px; font-style: normal; font-weight: 900; }
.guide-list strong { display: block; color: var(--ps-ink); font-size: .9rem; font-weight: 850; }
.guide-list span { display: block; margin-top: 3px; color: var(--ps-muted); font-size: .76rem; line-height: 1.45; }
.form-card { overflow: hidden; }
.form-card__head { padding: 29px 31px 25px; color: #fff; background: var(--ps-charcoal); }
.form-card__head h2 { margin: 0; font-size: 1.65rem; font-weight: 870; letter-spacing: -.05em; }
.form-card__head p { margin: 9px 0 0; color: rgba(255,255,255,.66); font-size: .86rem; line-height: 1.62; }
.form-card__body { padding: 31px; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field--full { grid-column: 1/-1; }
.form-label { color: var(--ps-ink); font-size: .88rem; font-weight: 830; }
.form-required { color: var(--ps-gold-deep); font-size: .72rem; }
.form-input, .form-select, .form-textarea {
    width: 100%; min-height: 52px; padding: 0 15px; color: var(--ps-text); background: #fff;
    border: 1px solid rgba(25,25,24,.17); border-radius: 12px; outline: none;
    font-size: .94rem; font-weight: 600; transition: border-color .2s ease, box-shadow .2s ease;
}
.form-textarea { min-height: 118px; padding: 14px 15px; resize: vertical; line-height: 1.65; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: rgba(154,121,61,.72); box-shadow: 0 0 0 4px rgba(199,166,97,.14); }
.form-input.is-error, .form-select.is-error { border-color: #a53e31; box-shadow: 0 0 0 4px rgba(165,62,49,.1); }
.form-message { min-height: 17px; color: #a53e31; font-size: .75rem; font-weight: 700; line-height: 1.4; }
.form-radio-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
.form-radio { position: relative; cursor: pointer; }
.form-radio input { position: absolute; inset: 0; opacity: 0; }
.form-radio span { min-height: 58px; display: flex; align-items: center; justify-content: center; padding: 9px; color: #55544f; background: #f7f5ef; border: 1px solid var(--ps-line); border-radius: 13px; text-align: center; font-size: .82rem; font-weight: 820; line-height: 1.3; }
.form-radio input:checked + span { color: #fff; background: var(--ps-ink); border-color: var(--ps-ink); }
.form-date-wrap { display: none; margin-top: 12px; padding: 15px; background: #faf8f3; border: 1px solid var(--ps-line); border-radius: 14px; }
.form-date-wrap.is-visible { display: block; }
.form-date-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 9px; }
.privacy-box { padding: 18px; background: #f7f4ed; border: 1px solid var(--ps-line); border-radius: 15px; }
.privacy-scroll { max-height: 145px; overflow-y: auto; padding: 14px; color: #66645f; background: #fff; border: 1px solid var(--ps-line); border-radius: 11px; font-size: .77rem; line-height: 1.68; }
.privacy-check { display: flex; align-items: center; gap: 9px; margin-top: 12px; color: var(--ps-ink); font-size: .86rem; font-weight: 800; cursor: pointer; }
.privacy-check input { width: 19px; height: 19px; accent-color: var(--ps-gold-deep); }
.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--ps-line); }
.form-submit p { margin: 0; color: var(--ps-muted); font-size: .77rem; line-height: 1.5; }
.form-submit button { min-width: 180px; min-height: 54px; padding: 0 23px; color: #fff; background: var(--ps-ink); border: 0; border-radius: 999px; box-shadow: 0 15px 34px rgba(0,0,0,.17); font-weight: 860; }
.form-submit button:disabled { opacity: .55; cursor: wait; }

.info-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 36px; }
.info-card { min-height: 190px; padding: 24px 22px; border: 1px solid var(--ps-line); border-radius: 20px; background: #fff; box-shadow: var(--ps-shadow-soft); }
.info-card i { width: 43px; height: 43px; display: inline-flex; align-items: center; justify-content: center; color: var(--ps-gold-deep); background: var(--ps-gold-soft); border-radius: 13px; }
.info-card h3 { margin: 19px 0 0; color: var(--ps-ink); font-size: 1.04rem; font-weight: 860; }
.info-card p { margin: 9px 0 0; color: var(--ps-muted); font-size: .83rem; line-height: 1.66; }

/* FAQ and notices */
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 50px; align-items: start; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { overflow: hidden; border: 1px solid var(--ps-line); border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.045); }
.faq-list summary { position: relative; padding: 20px 54px 20px 21px; color: var(--ps-ink); font-size: .93rem; font-weight: 820; line-height: 1.55; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); color: var(--ps-gold-deep); font-size: 1.35rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 21px 21px; color: var(--ps-muted); font-size: .84rem; line-height: 1.75; }
.notice-box { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 27px 29px; border: 1px solid var(--ps-line); border-radius: 19px; background: rgba(255,255,255,.92); box-shadow: var(--ps-shadow-soft); }
.notice-box i { width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; color: var(--ps-gold-deep); background: var(--ps-gold-soft); border-radius: 50%; }
.notice-box h2, .notice-box h3 { margin: 0; color: var(--ps-ink); font-size: 1.08rem; font-weight: 850; }
.notice-box p { margin: 8px 0 0; color: var(--ps-muted); font-size: .82rem; line-height: 1.72; }
.disclaimer { color: var(--ps-muted); font-size: .74rem; line-height: 1.7; }

/* Loading */
#loadingBox { position: fixed; inset: 0; z-index: 99999; display: none; place-items: center; background: rgba(16,16,15,.48); backdrop-filter: blur(5px); }
#loadingBox.is-visible { display: grid; }
.loading-card { min-width: 160px; padding: 27px 30px; text-align: center; color: var(--ps-ink); background: #fff; border-radius: 20px; box-shadow: 0 25px 70px rgba(0,0,0,.24); }
.loading-card i { display: block; margin-bottom: 10px; color: var(--ps-gold-deep); font-size: 1.7rem; }
.loading-card strong { font-size: .92rem; }

@media (max-width: 1100px) {
    .component-grid, .service-grid, .mxd-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .development-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .life-care-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 991.98px) {
    body { padding-top: 70px; }
    .section { padding: 88px 0; }
    .section-head, .intro-split, .project-summary-grid, .data-layout, .masterplan-layout, .premium-lead, .form-layout, .faq-layout { grid-template-columns: 1fr; gap: 34px; }
    .page-hero { min-height: 650px; }
    .page-hero__inner { width: min(100% - 40px, 920px); }
    .hero-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .project-summary-grid .visual-card, .data-layout .visual-card { min-height: 500px; }
    .data-layout .visual-card, .form-guide { position: relative; top: auto; }
    .feature-story { grid-template-columns: 1fr; }
    .feature-story__main { min-height: 520px; }
    .feature-story__side { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .history-grid { grid-template-columns: 1fr; }
    .history-card { min-height: 430px; }
    .development-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .premium-lead .visual-card { min-height: 520px; }
    .amenity-list { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 575.98px) {
    body { padding-bottom: 64px; }
    .container-wide, .container-narrow { width: min(100% - 32px, 1280px); }
    .section { padding: 68px 0; }
    .section-head { gap: 19px; margin-bottom: 32px; }
    .section-title { font-size: clamp(1.85rem, 9.7vw, 2.7rem); }
    .section-desc { font-size: .94rem; line-height: 1.76; }
    .page-hero { min-height: 700px; align-items: flex-end; }
    .page-hero::before { background: linear-gradient(180deg, rgba(13,13,12,.12) 0%, rgba(13,13,12,.36) 42%, rgba(13,13,12,.94) 78%, rgba(13,13,12,.98) 100%); }
    .page-hero--light::before { background: linear-gradient(180deg,rgba(249,247,242,.1) 0%,rgba(249,247,242,.65) 43%,rgba(249,247,242,.97) 74%,#f9f7f2 100%); }
    .page-hero__inner { width: min(100% - 32px, 1280px); padding: 250px 0 62px; }
    .page-hero h1 { font-size: clamp(2.65rem, 14.4vw, 4.35rem); }
    .page-hero__summary { font-size: .94rem; line-height: 1.72; }
    .home-hero__brand { width: 250px; }
    .home-hero__scroll { display: none; }
    .hero-facts { width: min(100% - 32px,1080px); margin-top: -26px; border-radius: 17px; }
    .hero-fact { min-height: 112px; padding: 18px 16px; }
    .hero-fact strong { font-size: 1.2rem; }
    .intro-copy { padding-left: 19px; }
    .intro-copy p { font-size: 1rem; line-height: 1.83; }
    .ps-actions { display: grid; grid-template-columns: 1fr; }
    .ps-btn { width: 100%; }
    .project-summary-grid .visual-card, .data-layout .visual-card, .masterplan-layout .visual-card, .premium-lead .visual-card { min-height: 390px; }
    .project-facts, .component-grid, .service-grid, .mxd-grid, .feature-story__side, .park-compare, .development-grid, .location-address-grid, .premium-scene-grid, .form-grid, .info-grid { grid-template-columns: 1fr; }
    .feature-story__main { min-height: 420px; }
    .feature-story__side .visual-card { min-height: 280px; }
    .masterplan-copy, .premium-copy-card { padding: 31px 24px; }
    .history-card { min-height: 410px; }
    .amenity-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .life-care-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .scene-card { min-height: 380px; }
    .form-section { padding: 70px 0 76px; }
    .form-guide, .form-card { border-radius: 19px; }
    .form-guide, .form-card__head, .form-card__body { padding: 23px 20px; }
    .form-radio-grid, .form-date-grid { grid-template-columns: 1fr; }
    .form-submit { display: grid; grid-template-columns: 1fr; }
    .form-submit button { width: 100%; }
    .faq-list summary { padding: 19px 48px 19px 18px; }
    .faq-list details p { padding: 0 18px 20px; }
    .notice-box { grid-template-columns: 1fr; padding: 23px 21px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
