@font-face {
  font-family: "NotoKR";
  src: url("/assets/fonts/notokr-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "NotoKR";
  src: url("/assets/fonts/notokr-medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  color-scheme: light;
  --xi-navy: #043951;
  --xi-deep: #022b40;
  --xi-blue: #1b6b93;
  --xi-sky: #57a7c9;
  --xi-teal: #22b5a4;
  --xi-orange: #ff7a23;
  --xi-yellow: #f0ed35;
  --xi-gray: #5d6467;
  --paper: #ffffff;
  --soft: #f3f5f5;
  --ink: #153043;
  --muted: #66757f;
  --line: #d8dfe2;
  --type-a: #e89552;
  --type-b: #dc82a9;
  --type-ot: #5c98c2;
  --wrap: min(1180px, calc(100% - 56px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--paper); color: var(--ink); font-family: "NotoKR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif; word-break: keep-all; }
body.menu-open { overflow: hidden; }
button, a { font: inherit; }
a { color: inherit; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h2 { margin-bottom: 0; font-size: clamp(36px, 4.3vw, 62px); font-weight: 500; line-height: 1.18; letter-spacing: -.07em; }
.wrap { width: var(--wrap); margin: 0 auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 0; left: 50%; padding: 10px 16px; background: #fff; color: #111; font-weight: 500; transform: translate(-50%, -120%); }
.skip-link:focus { transform: translate(-50%, 0); }

.site-header { position: fixed; z-index: 30; top: 0; left: 0; width: 100%; height: 70px; color: #fff; background: rgba(4,31,46,.58); -webkit-backdrop-filter: blur(12px) saturate(125%); backdrop-filter: blur(12px) saturate(125%); transition: background .2s; }
.header-inner { position: relative; display: flex; align-items: center; height: 100%; padding: 0 24px; }
.menu-toggle { display: grid; gap: 6px; width: 42px; margin: 0 14px 0 0; padding: 7px 2px; background: transparent; border: 0; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 34px; height: 3px; background: #fff; }
.site-name { color: #fff; font-size: 21px; font-weight: 500; letter-spacing: -.055em; text-decoration: none; }
.header-gift { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: #ff4633; font-size: 18px; font-weight: 800; letter-spacing: -.03em; white-space: nowrap; }
.header-phone { position: relative; display: block; min-width: 128px; margin-left: auto; padding-top: 15px; color: #fff; text-align: left; text-decoration: none; }
.header-phone span { position: absolute; top: 0; left: 0; color: #fff; font-size: 12px; font-weight: 500; letter-spacing: .04em; }
.header-phone strong { color: var(--xi-yellow); font-size: 26px; font-weight: 500; line-height: 1; letter-spacing: 0; }

.site-menu { position: fixed; z-index: 50; inset: 0; display: grid; grid-template-columns: minmax(300px, 470px) 1fr; }
.site-menu[hidden] { display: none; }
.menu-panel { position: relative; z-index: 2; padding: 25px 38px 40px; background: var(--xi-deep); color: #fff; box-shadow: 18px 0 46px rgba(0,0,0,.22); }
.menu-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.22); }
.menu-head strong { font-size: 23px; font-weight: 500; }
.menu-close { padding: 0 4px; background: transparent; color: #fff; border: 0; font-size: 40px; line-height: 1; cursor: pointer; }
.menu-panel ul { margin: 34px 0; padding: 0; list-style: none; }
.menu-panel li { border-bottom: 1px solid rgba(255,255,255,.13); }
.menu-panel li a { display: block; padding: 15px 0; color: #fff; font-size: 18px; text-decoration: none; }
.menu-panel li a:hover, .menu-panel li a:focus-visible { color: var(--xi-yellow); }
.menu-phone { display: flex; align-items: baseline; justify-content: space-between; padding: 16px 0 0; color: #fff; text-decoration: none; }
.menu-phone strong { color: var(--xi-yellow); font-size: 23px; letter-spacing: 0; }
.menu-backdrop { background: rgba(0,0,0,.62); border: 0; cursor: pointer; }

.hero { position: relative; min-height: 640px; height: min(79svh, 820px); overflow: hidden; background: #18252d; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { margin: 0; opacity: 0; visibility: hidden; transition: opacity 1.4s cubic-bezier(.33,0,.2,1), visibility 1.4s cubic-bezier(.33,0,.2,1); will-change: opacity; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; backface-visibility: hidden; }
.hero-slide:first-child img { object-position: center 49%; }
@media (prefers-reduced-motion: no-preference) {
  .hero-slide img { transform: scale(1.08); transition: transform 7.5s cubic-bezier(.22,.61,.36,1); will-change: transform; }
  .hero-slide.is-active img { transform: scale(1); }
}
.hero-shade { position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(0,17,28,.24), transparent 35%, rgba(0,17,28,.18)); }
.hero-arrow { position: absolute; z-index: 4; top: 50%; width: 44px; height: 60px; padding: 0; background: rgba(0,0,0,.35); color: #fff; border: 1px solid rgba(255,255,255,.36); font-size: 38px; line-height: 1; cursor: pointer; transform: translateY(-50%); }
.hero-arrow--prev { left: 20px; }
.hero-arrow--next { right: 20px; }
.hero-dots { position: absolute; z-index: 5; bottom: 31px; left: 50%; display: flex; gap: 10px; transform: translateX(-50%); }
.hero-dots button { width: 11px; height: 11px; padding: 0; background: #fff; border: 0; border-radius: 50%; cursor: pointer; }
.hero-dots button.is-active { background: var(--xi-blue); box-shadow: 0 0 0 2px rgba(255,255,255,.5); }

.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-item { display: grid; place-content: center; min-height: 138px; padding: 20px; color: #fff; border: 0; text-align: center; text-decoration: none; cursor: pointer; }
.quick-item strong { font-size: 26px; font-weight: 500; }
.quick-item span { margin-top: 5px; font-size: 13px; }
.quick-item--house { background: var(--xi-teal); }
.quick-item--price { background: var(--xi-orange); }
.quick-item--video { background: var(--xi-sky); }
.quick-item--map { background: #0d4c73; }
.quick-item:hover, .quick-item:focus-visible { filter: brightness(.92); }

.section-kicker { margin-bottom: 14px; color: var(--xi-blue); font-size: 13px; font-weight: 500; letter-spacing: .1em; }
.split-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .7fr); gap: 10%; align-items: end; }
.section-intro { margin-bottom: 4px; color: var(--muted); font-size: 16px; line-height: 1.85; }
.split-head--light { color: #fff; }
.split-head--light .section-kicker { color: #7fd4ee; }
.split-head--light .section-intro { color: #d7e0e5; }

.benefits { background: #fff; }
.benefit-row { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 62px; border-top: 1px solid var(--ink); }
.benefit-row article { min-height: 180px; padding: 23px 22px 20px 23px; border-right: 1px solid var(--line); }
.benefit-row article + article { padding-left: 23px; }
.benefit-row article:last-child { border-right: 0; }
.benefit-row span { color: var(--xi-blue); font-size: 12px; font-weight: 500; }
.benefit-row strong { display: block; margin-top: 22px; font-size: clamp(21px, 2.4vw, 31px); font-weight: 500; line-height: 1.3; letter-spacing: -.055em; }
.benefit-row article:nth-child(1) strong { color: #be3d52; }
.benefit-row article:nth-child(2) strong { color: #c46620; }
.benefit-row article:nth-child(3) strong { color: var(--xi-blue); }
.benefit-row article:nth-child(4) span { color: #d4145a; font-weight: 700; }
.benefit-row article:nth-child(4) strong { color: #d4145a; font-size: clamp(25px, 2.65vw, 34px); font-weight: 700; }
.benefit-row p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.benefit-contract { display: flex; gap: 24px; align-items: baseline; margin-top: 8px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-contract strong { color: var(--xi-orange); font-size: 23px; font-weight: 500; }
.benefit-contract span { color: var(--muted); font-size: 13px; }

.pricing { background: #f8f8f6; }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 55px; border-top: 1px solid var(--ink); }
.price-card { min-height: 245px; padding: 30px 32px; border-bottom: 1px solid var(--line); }
.price-card + .price-card { border-left: 1px solid var(--line); }
.price-card p { margin-bottom: 20px; font-size: 15px; font-weight: 700; }
.price-card strong { display: block; font-size: clamp(27px, 3.3vw, 45px); font-weight: 500; line-height: 1.2; letter-spacing: -.06em; }
.price-card strong span { font-size: .76em; }
.price-card small { display: block; margin-top: 20px; color: var(--muted); font-size: 13px; }
.price-card--a { background: #fff4e9; color: #a85a20; }
.price-card--b { background: #fff1f7; color: #a53f6f; }
.price-note { margin: 18px auto 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.premium { background: var(--soft); }
.premium-title { display: flex; align-items: baseline; justify-content: space-between; }
.premium-title h2 { font-size: clamp(55px, 8vw, 108px); letter-spacing: -.06em; }
.premium-title h2 b { color: var(--xi-blue); font-weight: 500; }
.premium-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 45px; border-top: 1px solid var(--xi-navy); }
.premium-grid article { min-height: 225px; padding: 26px 30px 26px 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.premium-grid article:nth-child(3n+2), .premium-grid article:nth-child(3n+3) { padding-left: 30px; }
.premium-grid article:nth-child(3n) { border-right: 0; }
.premium-grid span { color: var(--xi-blue); font-size: 13px; font-weight: 500; }
.premium-grid h3 { margin: 24px 0 12px; font-size: 24px; font-weight: 500; letter-spacing: -.045em; }
.premium-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.regional { background: #edf5f7; }
.regional-slider { margin-top: 58px; }
.regional-viewport { overflow: hidden; border-top: 1px solid var(--xi-navy); padding-top: 26px; }
.regional-track { display: flex; margin: 0; padding: 0; list-style: none; transition: transform .6s cubic-bezier(.22,.61,.36,1); }
.regional-slide { flex: 0 0 100%; min-width: 0; box-sizing: border-box; }
.regional-card { display: flex; flex-direction: column; height: 100%; margin: 0; background: #fff; border: 1px solid #c6d7dc; }
.regional-card img { display: block; width: 100%; height: auto; aspect-ratio: 1560 / 735; object-fit: cover; object-position: center; }
.regional-card figcaption { flex: 1; padding: 20px 22px 24px; }
.regional-card span { color: var(--xi-blue); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.regional-card h3 { margin: 12px 0 9px; font-size: 22px; font-weight: 500; line-height: 1.35; letter-spacing: -.05em; }
.regional-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.regional-nav { display: flex; gap: 18px; align-items: center; justify-content: center; margin-top: 26px; }
.regional-arrow { width: 44px; height: 44px; padding: 0 0 3px; background: #fff; color: var(--xi-navy); border: 1px solid #c6d7dc; font-size: 26px; line-height: 1; cursor: pointer; }
.regional-arrow:hover, .regional-arrow:focus-visible { background: var(--xi-navy); border-color: var(--xi-navy); color: #fff; }
.regional-dots { display: flex; gap: 10px; }
.regional-dots button { width: 11px; height: 11px; padding: 0; background: #b9ccd3; border: 0; border-radius: 50%; cursor: pointer; }
.regional-dots button.is-active { background: var(--xi-blue); }
.regional-movein { display: grid; grid-template-columns: 118px minmax(220px, .8fr) minmax(0, 1.2fr); gap: 22px; align-items: center; margin-top: 28px; padding: 23px 0; border-top: 1px solid #c6d7dc; border-bottom: 1px solid #c6d7dc; }
.regional-movein span { color: var(--xi-blue); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.regional-movein strong { color: var(--xi-navy); font-size: 24px; font-weight: 500; letter-spacing: -.04em; }
.regional-movein p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.overview { background: #fff; }
.overview-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr); gap: 8%; align-items: center; }
.overview-copy > p:not(.section-kicker) { margin: 30px 0 38px; color: var(--muted); font-size: 16px; line-height: 1.9; }
.overview-facts { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid var(--ink); }
.overview-facts div { padding: 17px 13px 17px 0; border-bottom: 1px solid var(--line); }
.overview-facts div:nth-child(even) { padding-left: 18px; border-left: 1px solid var(--line); }
.overview-facts dt { color: var(--xi-blue); font-size: 12px; }
.overview-facts dd { margin: 6px 0 0; font-size: 16px; font-weight: 500; }
.reference-image, .wide-image { position: relative; display: block; overflow: hidden; color: #fff; text-decoration: none; }
.reference-image img, .wide-image img { display: block; width: 100%; height: auto; transition: transform .4s ease; }
.reference-image:hover img, .reference-image:focus-visible img, .wide-image:hover img, .wide-image:focus-visible img { transform: scale(1.012); }

.view-section { padding-bottom: 0; background: var(--xi-deep); color: #fff; }
.view-gallery { display: grid; grid-template-columns: 1fr 1fr; margin-top: 60px; }
.view-gallery a { min-height: 480px; overflow: hidden; }
.view-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.view-gallery a:hover img, .view-gallery a:focus-visible img { transform: scale(1.025); }

.units { background: #fff; }
.unit-tabs { display: grid; grid-template-columns: 1fr 1fr; margin-top: 55px; border-top: 1px solid var(--ink); }
.unit-tab { display: flex; gap: 18px; align-items: baseline; padding: 18px 22px; background: #fff; color: var(--muted); border: 0; border-bottom: 4px solid transparent; cursor: pointer; text-align: left; }
.unit-tab + .unit-tab { border-left: 1px solid var(--line); }
.unit-tab strong { font-size: 38px; font-weight: 500; }
.unit-tab span { font-size: 14px; }
.unit-tab--a.is-active { color: #a85a20; border-bottom-color: var(--type-a); background: #fff5ec; }
.unit-tab--b.is-active { color: #a53f6f; border-bottom-color: var(--type-b); background: #fff2f7; }
.unit-panel { margin-top: 30px; }
.unit-panel[hidden] { display: none; }
.unit-panel img { display: block; width: 100%; height: auto; }
.modelhouse { display: grid; grid-template-columns: minmax(250px, .6fr) minmax(0, 1.4fr); gap: 7%; align-items: center; margin-top: 72px; padding-top: 72px; border-top: 1px solid var(--line); }
.modelhouse-copy h3 { margin: 0; font-size: clamp(27px, 3vw, 42px); font-weight: 500; letter-spacing: -.06em; }
.modelhouse-copy > p:not(.section-kicker) { margin: 22px 0 26px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.modelhouse-copy a { display: inline-block; padding-bottom: 7px; color: var(--xi-blue); border-bottom: 1px solid var(--xi-blue); font-size: 14px; font-weight: 500; text-decoration: none; }
.modelhouse-frame { aspect-ratio: 16 / 9; min-height: 0; overflow: hidden; background: #eef1f2; }
.modelhouse-frame iframe { display: block; width: 100%; height: calc(100% + 80px); min-height: calc(100% + 80px); border: 0; }

.siteplan { background: var(--xi-navy); color: #fff; }
.type-legend { display: flex; flex-wrap: wrap; gap: 20px 30px; margin: 38px 0 22px; padding: 0; list-style: none; }
.type-legend li { display: flex; gap: 9px; align-items: center; font-size: 14px; }
.type-legend i { width: 15px; height: 15px; }
.type-a i { background: var(--type-a); }
.type-b i { background: var(--type-b); }
.type-ot i { background: var(--type-ot); }
.type-a strong { color: #ffc18d; }
.type-b strong { color: #ffb3d1; }
.type-ot strong { color: #a9d8f4; }
.siteplan-visual { max-width: 780px; margin: 0 auto; background: #fff; box-shadow: 0 18px 46px rgba(0,0,0,.28); }

.supply { background: #fff; }
.supply-head { text-align: center; }
.supply-head .section-intro { margin-top: 18px; }
.supply-visual { max-width: 780px; margin: 44px auto 0; background: #fff; border: 1px solid var(--line); }

.community { background: #fff; }
.community-tabs { display: grid; grid-template-columns: 1fr 1fr; margin-top: 55px; border-top: 1px solid var(--ink); }
.community-tabs button { display: flex; gap: 17px; align-items: baseline; padding: 19px 22px; background: #fff; color: var(--muted); border: 0; border-bottom: 4px solid transparent; cursor: pointer; text-align: left; }
.community-tabs button + button { border-left: 1px solid var(--line); }
.community-tabs button.is-active { color: var(--xi-navy); border-bottom-color: var(--xi-blue); background: #edf6f9; }
.community-tabs strong { font-size: 34px; font-weight: 500; }
.community-tabs span { font-size: 14px; }
.community-panel { margin-top: 30px; }
.community-panel[hidden] { display: none; }
.community-panel img { display: block; width: 100%; height: auto; }
.landscape-row { display: grid; grid-template-columns: minmax(300px,.7fr) minmax(0,1.3fr); gap: 7%; align-items: center; margin-top: 90px; padding-top: 70px; border-top: 1px solid var(--line); }
.landscape-row h3 { margin: 0; font-size: 34px; font-weight: 500; line-height: 1.35; letter-spacing: -.055em; }
.landscape-row ul { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 18px; margin: 30px 0 0; padding: 0; color: var(--muted); font-size: 14px; list-style: none; }
.landscape-row li::before { margin-right: 8px; color: var(--xi-teal); content: "•"; }
.landscape-row img { display: block; width: 100%; height: auto; }

.location { background: var(--soft); }
.location-layout { display: grid; grid-template-columns: minmax(360px,.78fr) minmax(0,1.22fr); gap: 7%; align-items: center; }
.location-layout h2 { font-size: clamp(34px, 3.7vw, 54px); }
.location-layout > div > p:not(.section-kicker) { margin: 27px 0 35px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.location-layout dl { margin: 0; border-top: 1px solid var(--ink); }
.location-layout dl div { display: grid; grid-template-columns: 84px 1fr; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.location-layout dt { color: var(--xi-blue); font-size: 12px; font-weight: 500; }
.location-layout dd { margin: 0; font-size: 14px; line-height: 1.55; }
.location-layout dd a { color: var(--xi-orange); font-size: 25px; font-weight: 900; letter-spacing: -.03em; text-decoration: none; }
.location-media figure { margin: 0; overflow: hidden; background: #e2e6e7; }
.location-media figure img { display: block; width: 100%; height: auto; }

.metro { background: #fff; }
.metro-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: 6%; align-items: start; margin-top: 58px; }
.metro-map { background: #fff; border: 1px solid var(--line); }
.metro-info { border-top: 1px solid var(--ink); }
.metro-group { padding: 22px 0 4px; border-bottom: 1px solid var(--line); }
.metro-group:last-child { border-bottom: 0; }
.metro-group h3 { display: inline-block; margin: 0; padding: 6px 15px; background: var(--xi-navy); color: #fff; font-size: 15px; font-weight: 700; border-radius: 999px; }
.metro-group ul { margin: 14px 0 16px; padding: 0; list-style: none; }
.metro-group li { position: relative; padding: 5px 0 5px 14px; font-size: 14px; line-height: 1.7; }
.metro-group li::before { position: absolute; left: 0; color: var(--xi-teal); content: "•"; }
.metro-group li strong { font-weight: 700; }
.metro-group li small { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }

.final-call { padding: 105px 0 115px; background: var(--xi-deep); color: #fff; text-align: center; }
.final-call p { margin-bottom: 15px; color: #84d1e7; font-size: 13px; letter-spacing: .1em; }
.final-call h2 { font-size: clamp(34px, 4vw, 57px); }
.final-call a { display: inline-block; margin-top: 35px; color: var(--xi-yellow); font-size: clamp(43px, 6vw, 78px); font-weight: 500; letter-spacing: -.045em; text-decoration: none; }
.final-call a span { margin-right: .15em; font-size: .6em; letter-spacing: 0; vertical-align: .08em; }
.final-call .final-gift { margin: 28px 0 0; color: #ff5f4e; font-size: clamp(20px, 2.6vw, 30px); font-weight: 800; letter-spacing: .04em; }

.site-footer { padding: 36px 0 110px; background: var(--xi-gray); color: #dce1e3; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 24px; border: 1px solid rgba(255,255,255,.55); }
.footer-links a { padding: 17px; text-align: center; text-decoration: none; }
.footer-links a + a { border-left: 1px solid rgba(255,255,255,.55); }
.site-footer p { max-width: 980px; margin: 0; font-size: 11px; line-height: 1.8; }

.site-header.is-scrolled { background: rgba(4,31,46,.8); box-shadow: 0 5px 22px rgba(0,25,40,.2); }
.quick-item { transition: transform .28s ease, filter .28s ease; }
.quick-item:hover, .quick-item:focus-visible { transform: translateY(-3px); }
.hero-dots button { transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.hero-dots button:hover, .hero-dots button:focus-visible { transform: scale(1.25); }

@media (prefers-reduced-motion: no-preference) {
  .reveal-on-scroll { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s cubic-bezier(.22,.61,.36,1); }
  .reveal-on-scroll.is-revealed { opacity: 1; transform: translateY(0); }
}

.sticky-call { display: none; }

.video-dialog { width: min(920px, calc(100% - 32px)); padding: 0; background: #000; color: #fff; border: 0; }
.video-dialog::backdrop { background: rgba(0,0,0,.8); }
.video-head { display: flex; align-items: center; justify-content: space-between; min-height: 58px; padding: 0 17px; background: var(--xi-navy); }
.video-head strong { font-weight: 500; }
.video-head button { padding: 2px 7px; background: transparent; color: #fff; border: 0; font-size: 34px; cursor: pointer; }
.video-frame { aspect-ratio: 16 / 9; }
.video-frame iframe { display: block; width: 100%; height: 100%; border: 0; }

@media (max-width: 900px) {
  :root { --wrap: min(100% - 40px, 680px); }
  .section { padding: 80px 0; }
  h2 { font-size: 37px; }
  .split-head, .overview-layout, .location-layout, .landscape-row, .metro-layout { display: block; }
  .metro-map { margin-top: 34px; }
  .section-intro { margin-top: 22px; }
  .benefit-row { grid-template-columns: 1fr 1fr; }
  .benefit-row article:nth-child(2) { border-right: 0; }
  .price-grid { grid-template-columns: 1fr 1fr; }
  .premium-grid { grid-template-columns: 1fr 1fr; }
  .premium-grid article:nth-child(3n) { border-right: 1px solid var(--line); }
  .premium-grid article:nth-child(even) { border-right: 0; }
  .premium-grid article:nth-child(3n+2), .premium-grid article:nth-child(3n+3) { padding-left: 0; }
  .premium-grid article:nth-child(even) { padding-left: 25px; }
  .overview-layout .reference-image, .location-layout .location-media { margin-top: 44px; }
  .view-gallery a { min-height: 360px; }
  .landscape-row > a { display: block; margin-top: 38px; }
  .modelhouse { grid-template-columns: minmax(230px, .7fr) minmax(0, 1.3fr); }
}

@media (max-width: 600px) {
  :root { --wrap: calc(100% - 36px); }
  body { padding-bottom: 70px; }
  .site-header { height: 62px; }
  .header-inner { padding: 0 10px; }
  .menu-toggle { width: 36px; margin-right: 5px; }
  .menu-toggle > span:not(.sr-only) { width: 29px; height: 3px; }
  .site-name { font-size: 16px; }
  .header-gift { top: calc(100% + 6px); transform: translate(-50%, 0); padding: 5px 16px; background: rgba(4,31,46,.78); border-radius: 999px; font-size: 13px; }
  .header-phone { min-width: 118px; padding-top: 12px; }
  .header-phone span { font-size: 10px; }
  .header-phone strong { font-size: 23px; }
  .site-menu { grid-template-columns: minmax(0, 86%) 1fr; }
  .menu-panel { padding: 20px 25px 34px; }
  .menu-panel li a { padding: 12px 0; font-size: 16px; }
  .menu-phone { display: grid; gap: 4px; }
  .hero { height: calc(100vw * .520833); min-height: 0; }
  .hero-slide img { object-position: center; }
  .hero-slide:nth-child(2) img { object-position: 56% center; }
  .hero-slide:nth-child(3) img { object-position: 58% center; }
  .hero-slide:nth-child(4) img { object-position: 42% center; }
  .hero-slide:nth-child(5) img { object-position: 48% center; }
  .hero-arrow { display: none; }
  .hero-dots { bottom: 12px; }
  .hero-dots button { width: 12px; height: 12px; }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .quick-item { min-height: 102px; padding: 14px 8px; }
  .quick-item strong { font-size: 18px; }
  .quick-item span { font-size: 11px; }
  .section { padding: 72px 0; }
  h2 { font-size: 34px; }
  .benefit-row { grid-template-columns: 1fr; margin-top: 38px; }
  .benefit-row article, .benefit-row article + article { min-height: 0; padding: 19px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit-row strong { margin-top: 8px; font-size: 23px; }
  .benefit-contract { display: grid; gap: 7px; }
  .benefit-contract strong { font-size: 20px; }
  .price-grid { grid-template-columns: 1fr; margin-top: 36px; }
  .price-card { min-height: 0; padding: 24px 0; }
  .price-card + .price-card { border-left: 0; }
  .price-card strong { font-size: 30px; }
  .price-note { font-size: 12px; }
  .premium-title { display: block; }
  .premium-title h2 { font-size: 59px; }
  .premium-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .premium-grid article, .premium-grid article:nth-child(even), .premium-grid article:nth-child(3n) { min-height: 0; padding: 22px 0; border-right: 0; }
  .premium-grid h3 { margin: 12px 0 6px; font-size: 21px; }
  .regional-slider { margin-top: 36px; }
  .regional-card figcaption { padding: 18px 16px 22px; }
  .regional-card h3 { margin: 12px 0 7px; font-size: 20px; }
  .regional-nav { margin-top: 20px; }
  .regional-movein { display: grid; grid-template-columns: 1fr; gap: 7px; padding: 20px 0; }
  .regional-movein strong { font-size: 21px; }
  .overview-facts { grid-template-columns: 1fr; }
  .overview-facts div:nth-child(even) { padding-left: 0; border-left: 0; }
  .view-gallery { grid-template-columns: 1fr; margin-top: 40px; }
  .view-gallery a { min-height: 280px; }
  .unit-tabs, .community-tabs { margin-top: 35px; }
  .unit-tab, .community-tabs button { display: grid; gap: 3px; padding: 15px 12px; }
  .unit-tab strong { font-size: 30px; }
  .unit-tab span, .community-tabs span { font-size: 11px; }
  .community-tabs strong { font-size: 28px; }
  .modelhouse { display: block; margin-top: 48px; padding-top: 48px; }
  .modelhouse-frame { height: 330px; aspect-ratio: auto; margin-top: 30px; }
  .type-legend { gap: 12px 18px; margin-top: 24px; }
  .type-legend li { font-size: 12px; }
  .landscape-row { margin-top: 55px; padding-top: 50px; }
  .landscape-row h3 { font-size: 27px; }
  .landscape-row ul { grid-template-columns: 1fr; }
  .location-layout h2 { font-size: 32px; }
  .location-layout dd a { font-size: 23px; }
  .final-call { padding: 80px 0 88px; }
  .final-call h2 { font-size: 32px; }
  .final-call a { font-size: 44px; }
  .site-footer { padding-bottom: 42px; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-links a + a { border-top: 1px solid rgba(255,255,255,.55); border-left: 0; }
  .sticky-call { position: fixed; z-index: 40; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr auto; column-gap: 12px; align-items: center; min-height: 70px; padding: 10px 18px; background: var(--xi-yellow); color: var(--xi-navy); text-decoration: none; }
  .sticky-call span { grid-column: 1; font-size: 10px; }
  .sticky-call strong { grid-column: 1; grid-row: 2; font-size: 21px; letter-spacing: 0; }
  .sticky-call b { grid-column: 2; grid-row: 1 / 3; padding-left: 15px; border-left: 1px solid rgba(4,57,81,.35); font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-slide, .reference-image img, .wide-image img, .view-gallery img { transition: none; }
}
