/*
Theme Name: Jackie's Realty Operations
Theme URI: https://www.jackies-realty.com/
Author: 비랜딩 (blanding.kr)
Description: Camp Humphreys housing listings and operations theme for Jackie's Realty.
Version: 1.9.0
Text Domain: jackies-realty
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Noto+Sans+KR:wght@400;500;600;700;800&family=Noto+Serif+KR:wght@400;500;600;700&display=swap');

:root {
  --ink: #0e294f;
  --ink-soft: #1c3b67;
  --cream: #edf1f7;
  --paper: #f8fafc;
  --sage: #e3eaf4;
  --lime: #9d1730;
  --line: rgba(14, 41, 79, .14);
  --white: #fff;
  --muted: #5c6d85;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(10, 30, 59, .15);
  --font-classic: 'Baskerville Old Face', Baskerville, 'Libre Baskerville', '휴먼옛체', HMYeongChe, 'Noto Serif KR', Batang, serif;
  --font-body: Inter, 'Noto Sans KR', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { width: 26px; height: 2px; background: currentColor; content: ''; }
.display {
  margin: 0;
  font-family: var(--font-classic);
  font-size: clamp(48px, 7vw, 100px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .91;
}
.display em { color: var(--lime); font-weight: 400; }
.section-title {
  max-width: 720px;
  margin: 0;
  font-family: var(--font-classic);
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1;
}
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--lime);
  color: var(--white);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .03em;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-outline { border-color: rgba(255,255,255,.45); background: transparent; color: var(--white); }
.button-outline:hover { background: var(--white); color: var(--ink); }
.button-arrow::after { content: '\2197'; font-size: 18px; font-weight: 400; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  color: var(--white);
}
.site-header.is-solid { position: relative; background: var(--cream); color: var(--ink); }
.site-header.is-solid .nav-wrap { border-color: rgba(14,41,79,.14); }
.site-header.is-solid .nav-cta { background: var(--ink); color: var(--white); }
.site-header.is-solid .menu-toggle { color: var(--ink); }
.site-header:not(.is-solid) { transition: background .24s ease, box-shadow .24s ease, color .24s ease; }
.site-header:not(.is-solid).is-scrolled { position: fixed; background: rgba(255,255,255,.98); color: var(--ink); box-shadow: 0 5px 22px rgba(10,30,59,.13); }
.site-header:not(.is-solid).is-scrolled .nav-wrap { border-color: rgba(14,41,79,.14); }
.site-header:not(.is-solid).is-scrolled .nav-cta { background: var(--ink); color: var(--white); }
.site-header:not(.is-solid).is-scrolled .menu-toggle { color: var(--ink); }
body.admin-bar .site-header:not(.is-solid) { top: 32px; }
.nav-wrap {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.brand { display: inline-flex; align-items: center; }
.brand-logo {
  display: block;
  width: 86px;
  height: 76px;
  padding: 0;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 2px 6px rgba(0,0,0,.28));
}
.site-header.is-solid .brand-logo,
.site-header.is-scrolled .brand-logo { filter: none; }
.site-footer .brand-logo { width: 92px; height: 82px; filter: brightness(0) invert(1) drop-shadow(0 2px 6px rgba(0,0,0,.28)); }
.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  font-family: var(--font-classic);
  font-size: 24px;
}
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 14px; letter-spacing: .14em; }
.brand-copy small { margin-top: 6px; opacity: .68; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 23px; }
.main-nav a { position: relative; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.main-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--lime);
  content: '';
  transform: scaleX(0);
  transition: transform .2s ease;
}
.main-nav a:hover::after { transform: scaleX(1); }
.nav-cta { padding: 12px 18px; border-radius: 999px; background: var(--white); color: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; color: white; cursor: pointer; font-size: 26px; }

.hero {
  position: relative;
  display: flex;
  min-height: 760px;
  align-items: center;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}
.hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,29,62,.91) 0%, rgba(12,40,78,.65) 47%, rgba(126,11,37,.24) 82%),
    linear-gradient(0deg, rgba(7,24,53,.68) 0%, transparent 52%),
    url('assets/korea-pyeongtaek-neighborhood.png') center/cover;
  content: '';
  transform: scale(1.02);
}
.hero::after { display: none; }
.container.hero-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 40px)); padding: 142px 0 58px; }
.hero-copy { max-width: 760px; }
.hero .display { font-size: clamp(54px, 6.5vw, 86px); line-height: .98; }
.hero-copy > p:not(.eyebrow) { max-width: 560px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: 17px; }
.hero-bottom { display: grid; margin-top: 38px; grid-template-columns: 1fr auto; align-items: end; gap: 34px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-note { display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.75); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.hero-note span { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 17px; }

.quick-search { position: relative; z-index: 3; background: var(--cream); }
.search-panel {
  display: grid;
  top: -32px;
  padding: 16px;
  border: 1px solid rgba(14,41,79,.08);
  border-radius: 20px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 22px 70px rgba(10,30,59,.14);
  grid-template-columns: repeat(3, 1fr) auto;
  gap: 12px;
}
.search-field { position: relative; }
.search-field label { position: absolute; z-index: 1; top: 10px; left: 18px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.search-field select {
  width: 100%;
  height: 66px;
  padding: 22px 44px 4px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: 0;
  background: var(--paper);
  color: var(--ink);
  appearance: none;
  cursor: pointer;
}
.search-field::after { position: absolute; top: 27px; right: 19px; color: var(--lime); content: '\2304'; pointer-events: none; }
.search-submit { min-width: 170px; height: 66px; border-radius: 12px; }

.trust-bar { margin-top: -32px; border-bottom: 1px solid var(--line); background: var(--cream); }
.trust-items { display: grid; min-height: 112px; align-items: center; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 5px 28px; border-right: 1px solid var(--line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-family: var(--font-classic); font-size: 26px; font-weight: 400; line-height: 1; }
.trust-item span { display: block; margin-top: 8px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.properties-section { padding: 120px 0; }
.section-heading { display: flex; margin-bottom: 48px; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading .button { flex: 0 0 auto; }
.property-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.property-card { overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: 0 1px 0 var(--line); transition: transform .28s ease, box-shadow .28s ease; }
.property-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.property-image { position: relative; aspect-ratio: 1.28; overflow: hidden; background: #dfe6f0; }
.property-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.property-card:hover .property-image img { transform: scale(1.045); }
.property-badge { position: absolute; top: 16px; left: 16px; padding: 8px 12px; border-radius: 999px; background: var(--cream); color: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.property-status-under-contract { background: #f2e3c7; color: #76531f; }.property-status-leased { background: #e1e7e3; color: #54635c; }
.tour-badge { position: absolute; right: 16px; bottom: 16px; border: 0; border-radius: 999px; background: rgba(10,31,61,.9); color: white; cursor: pointer; padding: 10px 14px; font-size: 10px; font-weight: 800; backdrop-filter: blur(10px); }
.property-body { padding: 23px 24px 25px; }
.property-location { margin-bottom: 6px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.property-title { margin: 0; font-family: var(--font-classic); font-size: 28px; font-weight: 400; line-height: 1.12; }
.property-meta { display: flex; margin: 18px 0; color: var(--muted); font-size: 12px; gap: 16px; }
.property-footer { display: flex; padding-top: 18px; border-top: 1px solid var(--line); align-items: center; justify-content: space-between; }
.property-price { font-weight: 800; }
.property-price small { color: var(--muted); font-size: 10px; font-weight: 500; }
.text-link { border: 0; border-bottom: 1px solid var(--ink); background: transparent; cursor: pointer; font-size: 11px; font-weight: 800; }

.pcs-section { padding: 34px 0 120px; }
.pcs-card { display: grid; overflow: hidden; border: 1px solid rgba(14,41,79,.08); border-radius: 34px; background: var(--sage); box-shadow: 0 28px 80px rgba(10,30,59,.10); grid-template-columns: 1.06fr .94fr; }
.pcs-content { padding: clamp(52px, 7vw, 94px); }
.pcs-content p { max-width: 520px; margin: 26px 0 34px; color: var(--muted); }
.pcs-list { display: grid; margin: 34px 0 0; padding: 0; list-style: none; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.pcs-list li { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 700; }
.pcs-list li::before { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); content: '\2713'; font-size: 11px; }
.pcs-image { min-height: 620px; background: url('assets/korea-apartment-interior.png') center/cover; }

.tour-section { padding: 120px 0; background: var(--ink); color: white; }
.tour-heading { display: grid; margin-bottom: 42px; grid-template-columns: 1fr 420px; align-items: end; gap: 60px; }
.tour-heading p { margin: 0; color: rgba(255,255,255,.65); }
.tour-frame { position: relative; overflow: hidden; aspect-ratio: 16/8.7; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: #071a35; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.tour-frame iframe { width: 100%; height: 100%; border: 0; }

.testimonial-section { padding: 120px 0; background: var(--cream); }
.testimonial { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.quote { margin: 0; font-family: var(--font-classic); font-size: clamp(34px, 4.3vw, 58px); line-height: 1.08; }
.quote-mark { display: block; color: var(--lime); font-size: 80px; line-height: .5; }
.quote-author { margin-top: 32px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.cta-section { padding: 26px 0 100px; background: var(--cream); }
.cta-card { position: relative; overflow: hidden; padding: 90px 8%; border-radius: 34px; background: var(--ink); color: white; text-align: center; }
.cta-card::before, .cta-card::after { position: absolute; width: 260px; height: 260px; border: 1px solid rgba(190,35,66,.48); border-radius: 50%; content: ''; }
.cta-card::before { top: -150px; left: -70px; }
.cta-card::after { right: -70px; bottom: -170px; }
.cta-card .section-title { position: relative; max-width: 760px; margin-inline: auto; }
.cta-card p { position: relative; margin: 24px 0 34px; color: rgba(255,255,255,.67); }

.listing-hero { padding: 108px 0 92px; background: var(--cream); color: var(--ink); text-align: center; }
.listing-hero-inner { display: block; }
.listing-hero .display { font-size: clamp(48px, 6vw, 76px); line-height: 1; }
.listing-hero p { max-width: 670px; margin: 25px auto 0; color: var(--muted); }
.listing-type-browser { padding: 70px 0; border-top: 1px solid var(--line); background: var(--white); scroll-margin-top: 90px; }
.listing-type-heading { display: grid; margin-bottom: 28px; align-items:end; grid-template-columns:1.05fr .95fr; gap:60px; }
.listing-type-heading h2 { max-width: 650px; margin: 8px 0 0; font-family: var(--font-classic); font-size: clamp(34px,4vw,54px); font-weight:400; line-height:1.03; }
.listing-type-heading>p { margin:0; color:var(--muted); line-height:1.7; }
.listing-type-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }
.listing-type-grid a { position:relative; min-height:225px; padding:25px; overflow:hidden; border:1px solid var(--line); border-radius:20px; background:var(--cream); color:var(--ink); transition:transform .2s ease,border-color .2s ease,background .2s ease; }
.listing-type-grid a::after { position:absolute; right:-34px; bottom:-50px; width:120px; height:120px; border:1px solid rgba(157,23,48,.22); border-radius:50%; content:""; }
.listing-type-grid a:hover { border-color:rgba(157,23,48,.35); background:#fff; transform:translateY(-4px); }
.listing-type-grid span { color:var(--lime); font-size:9px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.listing-type-grid h3 { margin:34px 0 9px; font-family:var(--font-classic); font-size:27px; font-weight:400; }
.listing-type-grid p { margin:0; color:var(--muted); font-size:11px; line-height:1.6; }
.listing-type-grid b { position:absolute; bottom:22px; left:25px; font-size:10px; }
.availability-note { display: inline-flex; margin-top: 20px; align-items: center; gap: 8px; color: #234a7f; font-size: 12px; font-weight: 700; }
.availability-note::before { display: grid; width: 19px; height: 19px; place-items: center; border: 1px solid #234a7f; border-radius: 50%; content: '\2713'; font-size: 10px; }
.listing-toolbar { position: sticky; z-index: 10; top: 0; padding: 18px 0; border-bottom: 1px solid var(--line); background: rgba(248,250,252,.93); backdrop-filter: blur(16px); }
.filters { display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 10px; }
.filters select { height: 52px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; outline: 0; background: white; color: var(--ink); cursor: pointer; }
.reset-filter { min-width: 106px; min-height: 52px; border: 1px solid var(--line); border-radius: 12px; background: transparent; cursor: pointer; font-size: 11px; font-weight: 800; }
.listing-content { padding: 62px 0 110px; }
.listing-summary { display: flex; margin-bottom: 28px; align-items: center; justify-content: space-between; }
.listing-summary h2 { margin: 0; font-family: var(--font-classic); font-size: 34px; font-weight: 400; }
.result-count { color: var(--muted); font-size: 12px; }
.no-results { display: none; padding: 90px 20px; border: 1px dashed var(--line); border-radius: 20px; color: var(--muted); text-align: center; grid-column: 1 / -1; }
.combined-living-guide { scroll-margin-top:80px; background:var(--cream); }

.tour-modal { position: fixed; z-index: 100; inset: 0; display: none; padding: 32px; background: rgba(5,19,42,.9); backdrop-filter: blur(10px); }
.tour-modal.is-open { display: grid; place-items: center; }
.tour-dialog { position: relative; width: min(1120px, 100%); overflow: hidden; border-radius: 24px; background: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.55); }
.tour-dialog iframe { display: block; width: 100%; aspect-ratio: 16/9; border: 0; }
.tour-modal-bar { display: flex; padding: 15px 18px; color: white; align-items: center; justify-content: space-between; }
.tour-modal-bar strong { font-family: var(--font-classic); font-size: 20px; font-weight: 400; }
.modal-close { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; color: white; cursor: pointer; font-size: 22px; }

.site-footer { padding: 76px 0 30px; background: #091d3b; color: white; }

.contact-rail { position: fixed; z-index: 40; right: 22px; bottom: 26px; display: grid; gap: 10px; }
.contact-bubble { position: relative; display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: var(--ink); color: white; box-shadow: 0 12px 32px rgba(10,30,59,.24); font-size: 18px; transition: transform .2s ease, background .2s ease; }
.contact-bubble:hover { background: var(--lime); transform: translateY(-3px); }
.contact-bubble span { position: absolute; right: 62px; width: max-content; padding: 7px 10px; border-radius: 7px; background: var(--ink); color: white; opacity: 0; pointer-events: none; font-size: 10px; font-weight: 700; transform: translateX(6px); transition: opacity .2s ease, transform .2s ease; }
.contact-bubble:hover span { opacity: 1; transform: none; }

.detail-hero { padding: 86px 0 38px; background: var(--cream); }
.detail-back { display: inline-block; margin-bottom: 42px; color: var(--muted); font-size: 11px; font-weight: 800; }
.detail-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.detail-heading .eyebrow { color: var(--muted); }
.detail-title { margin: 0; font-family: var(--font-classic); font-size: clamp(52px, 7vw, 88px); font-weight: 400; letter-spacing: -.04em; line-height: .95; }
.detail-price { flex: 0 0 auto; padding-bottom: 8px; color: var(--ink); font-size: 26px; font-weight: 800; }
.detail-price small { color: var(--muted); font-size: 12px; font-weight: 500; }
.detail-gallery { position: relative; display: grid; padding-bottom: 28px; background: var(--cream); grid-template-columns: 1.65fr .85fr; gap: 10px; }
.detail-gallery img { width: 100%; height: 100%; object-fit: cover; }
.gallery-main { overflow: hidden; min-height: 580px; border-radius: 28px 8px 8px 28px; }
.gallery-side { display: grid; min-height: 580px; grid-template-rows: 1fr 1fr; gap: 10px; }
.gallery-side img:first-child { border-radius: 8px 28px 8px 8px; }
.gallery-side img:last-child { border-radius: 8px 8px 28px 8px; }
.gallery-tour { position: absolute; right: 26px; bottom: 54px; min-height: 48px; padding: 0 18px; border: 0; border-radius: 999px; background: var(--ink); color: white; cursor: pointer; font-size: 11px; font-weight: 800; box-shadow: 0 15px 35px rgba(10,30,59,.25); }
.detail-facts { border-bottom: 1px solid var(--line); background: var(--cream); }
.facts-grid { display: grid; min-height: 118px; align-items: center; grid-template-columns: repeat(5, 1fr); }
.facts-grid > div { padding: 6px 26px; border-right: 1px solid var(--line); }
.facts-grid > div:first-child { padding-left: 0; }
.facts-grid > div:last-child { border: 0; }
.facts-grid span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.facts-grid strong { font-family: var(--font-classic); font-size: 24px; font-weight: 400; }
.facts-grid .status-available { color: #234a7f; font-family: var(--font-classic); font-size: 14px; font-weight: 800; }.facts-grid .status-under-contract { color: #936927; }.facts-grid .status-leased { color: #65708b; }
.detail-content { padding: 100px 0; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: start; gap: 100px; }
.detail-main .section-title { max-width: 760px; }
.detail-lead { margin: 35px 0 22px; color: var(--ink); font-size: 20px; line-height: 1.75; }
.detail-main > p:not(.eyebrow):not(.detail-lead) { color: var(--muted); }
.property-description { color: var(--muted); }.property-description p:first-child { margin-top: 0; }
.amenities-block { margin-top: 55px; padding-top: 38px; border-top: 1px solid var(--line); }
.amenities-block h3 { margin: 0 0 24px; font-family: var(--font-classic); font-size: 30px; font-weight: 400; }
.amenities-grid { display: grid; margin: 0; padding: 0; list-style: none; grid-template-columns: 1fr 1fr; gap: 14px 30px; }
.amenities-grid li { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; }
.amenities-grid li::before { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--cream); color: var(--ink); content: '\2713'; font-size: 10px; }
.inquiry-card { position: sticky; top: 30px; padding: 36px; border: 1px solid rgba(14,41,79,.1); border-radius: 24px; background: var(--cream); box-shadow: 0 24px 65px rgba(10,30,59,.1); }
.inquiry-kicker { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.inquiry-card h3 { margin: 14px 0; font-family: var(--font-classic); font-size: 34px; font-weight: 400; line-height: 1.05; }
.inquiry-card p { color: var(--muted); font-size: 13px; }
.inquiry-card .button { width: 100%; margin: 15px 0 22px; }
.inquiry-phone { display: block; font-size: 15px; font-weight: 800; }
.inquiry-card small { color: var(--muted); font-size: 10px; }
.detail-tour-section { padding: 104px 0; background: var(--ink); color: white; }
.more-homes { padding: 110px 0; background: var(--cream); }
.footer-grid { display: grid; padding-bottom: 60px; grid-template-columns: 1.3fr .7fr .7fr; gap: 70px; }
.footer-intro p { max-width: 400px; color: rgba(255,255,255,.55); font-size: 13px; }
.footer-title { margin: 0 0 18px; color: rgba(255,255,255,.48); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; font-size: 13px; }
.footer-bottom { display: flex; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.43); font-size: 10px; justify-content: space-between; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .menu-toggle { display: block; }
  .contact-rail { display: none; }
  .main-nav { position: absolute; top: 88px; right: 20px; left: 20px; display: none; padding: 24px; border-radius: 18px; background: var(--ink-soft); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .main-nav.is-open { display: flex; }
  .hero { min-height: 720px; }
  .hero-bottom { grid-template-columns: 1fr; }
  .hero-note { display: none; }
  .search-panel { grid-template-columns: 1fr 1fr; }
  .search-submit { width: 100%; }
  .trust-items { grid-template-columns: 1fr 1fr; }
  .trust-item { padding: 22px; border-bottom: 1px solid var(--line); }
  .property-grid { grid-template-columns: 1fr 1fr; }
  .pcs-card, .tour-heading, .testimonial, .listing-hero-inner { grid-template-columns: 1fr; }
  .pcs-image { min-height: 440px; }
  .tour-heading { gap: 24px; }
  .filters { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
  .detail-gallery { grid-template-columns: 1.3fr .7fr; }
  .gallery-main, .gallery-side { min-height: 440px; }
  .facts-grid { grid-template-columns: repeat(3, 1fr); padding: 18px 0; }
  .facts-grid > div { padding: 16px; border-bottom: 1px solid var(--line); }
  .detail-layout { grid-template-columns: 1fr; gap: 55px; }
  .inquiry-card { position: static; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 74px; }
  .brand-logo { width: 66px; height: 58px; padding: 0; }
  .site-footer .brand-logo { width: 80px; height: 72px; }
  .main-nav { top: 76px; }
  .hero { min-height: 680px; }
  .container.hero-content { width: min(100% - 28px, 1180px); padding: 132px 0 46px; }
  .display { font-size: 52px; }
  .hero-copy > p:not(.eyebrow) { font-size: 14px; }
  .hero-bottom { margin-top: 44px; }
  .hero-actions .button { width: 100%; }
  .quick-search { padding-top: 14px; }
  .search-panel { top: 0; padding: 12px; grid-template-columns: 1fr; }
  .trust-bar { margin-top: 0; }
  .trust-items { grid-template-columns: 1fr 1fr; }
  .trust-item { padding: 18px 10px; }
  .trust-item:nth-child(odd) { padding-left: 0; }
  .trust-item strong { font-size: 22px; }
  .properties-section, .tour-section, .testimonial-section { padding: 84px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .property-grid { grid-template-columns: 1fr; }
  .pcs-section { padding-bottom: 84px; }
  .pcs-content { padding: 44px 28px; }
  .pcs-list { grid-template-columns: 1fr; }
  .pcs-image { min-height: 340px; }
  .tour-frame { aspect-ratio: 4/3; border-radius: 18px; }
  .tour-heading { display: block; }
  .tour-heading p { margin-top: 24px; }
  .listing-hero { padding: 76px 0 66px; }
  .filters { grid-template-columns: 1fr 1fr; }
  .filters select, .reset-filter { min-width: 0; }
  .tour-modal { padding: 10px; }
  .tour-dialog iframe { aspect-ratio: 4/5; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-intro { grid-column: auto; }
  .footer-bottom { gap: 12px; flex-direction: column; }
  .contact-rail { display: none; }
  .detail-hero { padding: 58px 0 28px; }
  .detail-back { margin-bottom: 28px; }
  .detail-heading { align-items: flex-start; flex-direction: column; }
  .detail-title { font-size: 52px; }
  .detail-gallery { width: 100%; padding: 0 14px 18px; grid-template-columns: 1fr; }
  .gallery-main { min-height: 330px; border-radius: 22px; }
  .gallery-side { min-height: 180px; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; }
  .gallery-side img:first-child, .gallery-side img:last-child { border-radius: 12px; }
  .gallery-tour { right: 27px; bottom: 35px; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .facts-grid > div:first-child { padding-left: 16px; }
  .detail-content { padding: 76px 0; }
  .amenities-grid { grid-template-columns: 1fr; }
  .more-homes { padding: 80px 0; }
}

/* Vendor handoff v1.2: saved homes, currency, guide, and data-led listings */
.currency-toggle { display: inline-flex; overflow: hidden; border: 1px solid currentColor; border-radius: 999px; }
.currency-toggle button { padding: 7px 9px; border: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; font-size: 9px; }
.currency-toggle button.is-active { background: var(--lime); color: #fff; }
.saved-nav { display: inline-flex !important; align-items: center; gap: 5px; }
.saved-nav span { display: inline-grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: var(--lime); color: #fff; font-size: 9px; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 5px 0; background: currentColor; }
.search-field input { width: 100%; height: 66px; padding: 22px 18px 4px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--ink); }
.search-panel { grid-template-columns: repeat(4, 1fr) auto; }
.property-actions { display: flex; align-items: center; gap: 12px; }
.save-home { padding: 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; font: inherit; font-size: 10px; }
.save-home.is-saved { border-color: var(--lime); color: var(--lime); }
.property-checked { margin: 12px 0 0; color: var(--muted); font-size: 9px; }
.filters { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; }
.filters select, .filters .reset-filter { min-width: 0; }
.property-status-confirmed { background: #e2ece4; color: #245c37; }
.property-status-needs-confirmation { background: #f3e8cd; color: #6b4c13; }
.property-status-unavailable, .property-status-archived { background: #e4e7eb; color: #586170; }
.property-summary { margin: 8px 0 0; color: var(--muted); font-size: 11px; letter-spacing: .02em; }
.property-feature-tags { display: flex; margin: 14px 0 0; padding: 0; flex-wrap: wrap; gap: 7px; list-style: none; }
.property-feature-tags li { padding: 6px 9px; border: 1px solid rgba(14,41,79,.12); border-radius: 999px; background: #f8fafc; color: var(--ink); font-size: 9px; font-weight: 700; line-height: 1; }
.detail-feature-groups { display: grid; margin-top: 28px; gap: 18px; }
.detail-feature-group { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.detail-feature-group h3 { margin: 0 0 14px; font-family: var(--font-classic); font-size: 23px; }
.detail-feature-group .amenities-grid { margin: 0; }
.demo-disclaimer { margin: 18px 0 0; padding: 12px 15px; border-left: 3px solid var(--lime); background: rgba(157,23,48,.06); color: var(--muted); font-size: 11px; }
.form-listing-reference { margin: 0 0 18px; padding: 12px 14px; border-radius: 10px; background: var(--cream); color: var(--ink); font-size: 11px; }
.currency-note { margin-top: 26px; color: var(--muted); font-size: 12px; }
.property-data-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 34px 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.property-data-grid div { padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.property-data-grid dt { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.property-data-grid dd { margin: 8px 0 0; font-size: 16px; }
.considerations { margin-top: 24px; }
.considerations li { color: var(--muted); }
.privacy-consent { display: flex; gap: 10px; margin: 22px 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.form-response-note { padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); }
.guide-preview { padding: 110px 0; background: var(--cream); }
.guide-search input { min-width: 260px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font: inherit; }
.guide-detail { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; }
.guide-steps { display: grid; padding-left: 24px; gap: 18px; line-height: 1.7; }
.guide-reference { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--cream); }
.guide-reference p { padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--muted); line-height: 1.6; }
.shortlist-empty { padding: 70px 30px; text-align: center; }
.shortlist-cta { display: flex; margin-top: 40px; justify-content: center; }
.shortlist-account { display: flex; margin-bottom: 28px; padding: 18px 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--cream); align-items: center; justify-content: space-between; gap: 18px; }
.shortlist-account p { margin: 0; color: var(--muted); font-size: 12px; }
.shortlist-account strong { color: var(--ink); }
.shortlist-account a { color: var(--ink); font-size: 11px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; white-space: nowrap; }
.shortlist-toolbar { display: flex; margin: 0 0 28px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); align-items: center; justify-content: space-between; gap: 18px; font-size: 12px; }
.shortlist-toolbar .button { min-height: 44px; padding: 0 19px; }
.button.is-disabled { opacity: .45; pointer-events: none; }
.shortlist-grid .property-actions { flex-wrap: wrap; }
.shortlist-grid .save-home.is-saved {
  padding: 7px 10px;
  border: 1px solid rgba(157,23,48,.28);
  border-radius: 999px;
  background: rgba(157,23,48,.07);
  color: var(--lime);
  line-height: 1.2;
}
.compare-home { padding: 0; border: 0; border-bottom: 1px solid var(--muted); background: transparent; color: var(--muted); cursor: pointer; font: inherit; font-size: 10px; }
.compare-home.is-selected { border-color: var(--lime); color: var(--lime); }
.comparison-section { padding: 100px 0 120px; }
.comparison-empty { padding: 70px 30px; text-align: center; }
.comparison-grid { display: grid; align-items: start; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.comparison-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.comparison-card > img { width: 100%; aspect-ratio: 1.35; object-fit: cover; }
.comparison-card-title { padding: 24px 24px 16px; border-bottom: 1px solid var(--line); }
.comparison-card-title p { margin: 0 0 6px; color: var(--muted); font-size: 10px; }
.comparison-card-title h2 { margin: 0; font-family: var(--font-classic); font-size: 30px; font-weight: 400; line-height: 1.05; }
.compare-remove { margin-top: 14px; padding: 0; border: 0; background: transparent; color: var(--lime); cursor: pointer; font: inherit; font-size: 10px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.comparison-card dl { margin: 0; }
.comparison-card dl > div { padding: 15px 24px; border-bottom: 1px solid var(--line); }
.comparison-card dt { margin-bottom: 4px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.comparison-card dd { margin: 0; font-size: 12px; }
.comparison-card > .text-link { display: inline-block; margin: 20px 24px 24px; }
.mobile-filter-toggle, .filter-done { display: none; }
.account-page { padding: 110px 0; background: var(--cream); }
.account-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 80px; }
.account-grid > div:first-child > p:not(.eyebrow) { max-width: 420px; color: var(--muted); }
.account-card { padding: 42px; border-radius: 26px; background: var(--white); box-shadow: var(--shadow); }
.account-card h2 { margin: 0 0 22px; font-family: var(--font-classic); font-size: 34px; font-weight: 400; }
.account-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.account-columns form + form { padding-left: 36px; border-left: 1px solid var(--line); }
.account-columns label { display: block; margin: 0 0 15px; color: var(--muted); font-size: 10px; font-weight: 800; }
.account-columns input { width: 100%; margin-top: 7px; padding: 13px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--ink); }
.account-columns .button { margin-top: 4px; }
.account-columns .login-remember { display: flex; align-items: center; gap: 8px; }
.account-columns .login-remember input { width: auto; margin: 0; }
.account-columns .login-submit { margin: 0; }
.account-columns .login-submit input { min-height: 48px; padding: 0 18px; border: 0; border-radius: 999px; background: var(--ink); color: var(--white); cursor: pointer; font: inherit; font-size: 12px; font-weight: 800; }
.account-help { margin: 16px 0 0; color: var(--muted); font-size: 10px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }
@media (max-width: 1080px) { .filters { grid-template-columns: repeat(3, minmax(0,1fr)); } .search-panel { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) { .filters { grid-template-columns: repeat(2, minmax(0,1fr)); } .currency-toggle { margin: 8px 0; } .property-data-grid, .guide-detail { grid-template-columns: 1fr; } .guide-search input { min-width: 0; width: 100%; } }
@media (max-width: 620px) { .search-panel { grid-template-columns: 1fr; } .filters { grid-template-columns: 1fr; } .currency-toggle { display: flex; } .currency-toggle button { flex: 1; } }

/* Mobile off-canvas navigation */
.menu-close, .menu-backdrop { display: none; }
@media (max-width: 1080px) {
  body.menu-open { overflow: hidden; }
  body.menu-open .site-header { z-index: 90; }
  .menu-toggle { position: relative; z-index: 82; display: block; width: 48px; height: 48px; padding: 9px 12px; border: 1px solid rgba(14,41,79,.14); border-radius: 50%; color: var(--ink); }
  body.menu-open .menu-toggle { opacity: 0; pointer-events: none; }
  .site-header:not(.is-solid):not(.is-scrolled) .menu-toggle { border-color: rgba(255,255,255,.45); color: #fff; }
  .main-nav { position: fixed; z-index: 80; top: 0; right: 0; bottom: 0; left: auto; display: flex; width: min(86vw, 380px); padding: 104px 28px 34px; border-radius: 0; background: #fff; color: var(--ink); box-shadow: -18px 0 60px rgba(8,29,62,.22); opacity: 1; overflow-y: auto; transform: translateX(105%); transition: transform .28s ease; pointer-events: none; }
  .main-nav.is-open { display: flex; transform: translateX(0); pointer-events: auto; }
  .main-nav a { padding: 9px 0; color: var(--ink); font-size: 19px; font-weight: 400; letter-spacing: 0; }
  .main-nav a:not(.nav-cta)::after { display: none; }
  .main-nav .nav-cta { margin-top: 18px; padding: 17px 20px; background: var(--ink); color: #fff; text-align: center; }
  .main-nav .saved-nav { margin-top: 8px; }
  .main-nav .currency-toggle { width: 100%; margin: 12px 0 2px; border-color: var(--line); color: var(--ink); }
  .main-nav .currency-toggle button { flex: 1; padding: 11px; font-size: 11px; }
  .menu-close { position: absolute; top: 26px; right: 27px; display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); cursor: pointer; font-family: Arial, sans-serif; font-size: 28px; font-weight: 300; line-height: 1; }
  .menu-backdrop:not([hidden]) { position: fixed; z-index: 70; inset: 0; display: block; width: 100%; height: 100%; border: 0; background: rgba(8,29,62,.5); cursor: pointer; }
  body.admin-bar .main-nav { top: 32px; }
}
@media (max-width: 782px) {
  body.admin-bar .site-header:not(.is-solid) { top: 46px; }
  body.admin-bar .main-nav { top: 46px; }
}
@media (max-width: 620px) { .facts-grid { grid-template-columns: 1fr; } .facts-grid > div { padding: 15px 16px; border-right: 0; } }
@media (max-width: 760px) {
  .listing-type-browser { padding: 48px 0; }
  .listing-type-heading { grid-template-columns: 1fr; gap: 14px; }
  .listing-type-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
  .listing-type-grid a { min-height: 240px; padding: 18px; border-radius: 16px; }
  .listing-type-grid h3 { margin: 23px 0 7px; font-size: 22px; }
  .listing-type-grid p { padding-bottom: 32px; font-size: 10px; }
  .listing-type-grid b { bottom: 17px; left: 18px; }
}
@media (max-width: 340px) {
  .listing-type-grid { grid-template-columns: 1fr; }
  .listing-type-grid a { min-height: 160px; }
}

/* Expanded content pages */
.inner-hero {
  position: relative;
  display: flex;
  min-height: 590px;
  align-items: end;
  overflow: hidden;
  padding: 150px 0 80px;
  background: var(--ink);
  color: white;
}
.inner-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,27,59,.93), rgba(12,40,78,.58) 58%, rgba(126,11,37,.25)),
    var(--inner-image) center/cover;
  content: '';
}
.inner-hero-pcs { --inner-image: url('assets/korea-pyeongtaek-villa.png'); }
.inner-hero-tour { --inner-image: url('assets/korea-apartment-interior.png'); }
.inner-hero-guide { --inner-image: url('assets/korea-pyeongtaek-neighborhood.png'); }
.inner-hero-maintenance { --inner-image: url('assets/korea-apartment-interior.png'); }
.inner-hero-about { --inner-image: url('assets/korea-pyeongtaek-villa.png'); }
.inner-hero-types { --inner-image: url('assets/korea-pyeongtaek-villa.png'); }
.inner-hero-area { --inner-image: url('assets/korea-pyeongtaek-neighborhood.png'); }
.inner-hero-stories { --inner-image: url('assets/korea-pyeongtaek-villa.png'); }
.inner-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr);
  align-items: end;
  gap: 80px;
}
.inner-hero .display { font-size: clamp(54px, 7vw, 92px); }
.inner-hero-lead {
  margin: 0 0 5px;
  color: rgba(255,255,255,.76);
  font-size: 17px;
  line-height: 1.8;
}
.page-intro { padding: 110px 0; }
.compact-intro { background: var(--cream); }
.split-intro {
  display: grid;
  grid-template-columns: 1fr .85fr;
  align-items: start;
  gap: 100px;
}
.split-intro > div:last-child > p {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}
.text-arrow {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--lime);
  font-size: 13px;
  font-weight: 800;
}
.service-cards-section { padding: 0 0 120px; }
.service-cards {
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
}
.service-card {
  min-height: 420px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
}
.service-card > span { color: var(--lime); font-size: 11px; font-weight: 800; }
.service-card h3 { margin: 72px 0 16px; font-family: var(--font-classic); font-size: 30px; font-weight: 400; line-height: 1.05; }
.service-card p { color: var(--muted); font-size: 13px; }
.service-card ul { display: grid; margin: 26px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; gap: 8px; }
.service-card li { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; }
.service-card li::before { color: var(--lime); content: '✓'; }
.timeline-section { padding: 120px 0; background: var(--cream); }
.journey-list { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; grid-template-columns: repeat(3, 1fr); }
.journey-list li { display: grid; min-height: 180px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); grid-template-columns: 40px 1fr; gap: 5px; }
.journey-list li:nth-child(3n+1) { border-left: 1px solid var(--line); }
.journey-list b { color: var(--lime); font-size: 10px; }
.journey-list span { color: var(--muted); font-size: 12px; line-height: 1.7; }
.journey-list strong { display: block; margin-bottom: 10px; color: var(--ink); font-size: 16px; }
.feature-band { padding: 110px 0; }
.feature-band-grid { display: grid; min-height: 560px; overflow: hidden; border-radius: 30px; background: var(--ink); color: white; grid-template-columns: 1fr 1fr; }
.feature-band-image { min-height: 500px; background-position: center; background-size: cover; }
.pcs-feature-image { background-image: url('assets/korea-pyeongtaek-villa.png'); }
.feature-band-copy { padding: 70px; align-self: center; }
.feature-band-copy p:not(.eyebrow) { margin: 28px 0; color: rgba(255,255,255,.66); }
.feature-band-copy .button-dark { background: var(--lime); }
.inner-page-cta { padding-top: 95px; }

.featured-tour-section { padding: 110px 0; background: var(--ink); color: white; }
.home-section-link { margin-top: 25px; color: white; text-align: right; }
.tour-library { padding: 115px 0; }
.tour-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tour-property-card { overflow: hidden; border-radius: var(--radius); background: white; box-shadow: 0 1px 0 var(--line); }
.tour-property-image { position: relative; overflow: hidden; aspect-ratio: 1.3; }
.tour-property-image img { width: 100%; height: 100%; object-fit: cover; }
.tour-play { position: absolute; inset: 0; display: grid; place-content: center; border: 0; background: rgba(8,29,62,.38); color: white; cursor: pointer; font-size: 30px; text-align: center; }
.tour-play span { display: block; margin-top: 10px; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.tour-property-card > div:last-child { padding: 25px; }
.tour-property-card p { margin: 0; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.tour-property-card h3 { margin: 8px 0 18px; font-family: var(--font-classic); font-size: 28px; font-weight: 400; }
.tour-property-card a { font-size: 11px; font-weight: 800; }

.guide-section, .type-overview, .stories-section { padding: 115px 0; }
.section-side-copy { max-width: 390px; color: var(--muted); font-size: 13px; }
.guide-grid { display: grid; border-top: 1px solid var(--line); border-left: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); }
.guide-card { min-height: 340px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.guide-card b { color: var(--lime); font-size: 10px; }
.guide-card > span { display: block; margin-top: 54px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.guide-card h3 { margin: 8px 0 14px; font-family: var(--font-classic); font-size: 30px; font-weight: 400; }
.guide-card p { color: var(--muted); font-size: 12px; }
.guide-card a { display: inline-block; margin-top: 17px; font-size: 10px; font-weight: 800; }
.video-guide-section { padding: 110px 0; background: var(--cream); }
.video-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.video-guide-card { padding: 16px 16px 24px; border-radius: 20px; background: white; }
.video-guide-card > div { display: flex; min-height: 245px; padding: 22px; border-radius: 14px; background: linear-gradient(135deg, var(--ink), var(--ink-soft)); color: white; align-items: center; justify-content: space-between; }
.video-guide-card > div span { align-self: flex-start; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.video-guide-card > div b { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.video-guide-card h3 { margin: 20px 6px 4px; font-family: var(--font-classic); font-size: 24px; font-weight: 400; }
.video-guide-card p { margin: 0 6px; color: var(--muted); font-size: 10px; }
.guide-notes { padding: 115px 0; background: var(--ink); color: white; }
.guide-notes-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.note-stack { border-top: 1px solid rgba(255,255,255,.18); }
.note-stack details { border-bottom: 1px solid rgba(255,255,255,.18); }
.note-stack summary { display: flex; padding: 24px 0; list-style: none; cursor: pointer; font-size: 14px; font-weight: 800; justify-content: space-between; }
.note-stack summary::-webkit-details-marker { display: none; }
.note-stack summary span { color: var(--lime); font-size: 20px; transition: transform .2s; }
.note-stack details[open] summary span { transform: rotate(45deg); }
.note-stack p { margin: 0; padding: 0 50px 24px 0; color: rgba(255,255,255,.62); font-size: 12px; }

.maintenance-flow { padding: 115px 0; }
.support-steps { display: grid; border-top: 1px solid var(--line); border-left: 1px solid var(--line); grid-template-columns: repeat(4, 1fr); }
.support-steps article { min-height: 275px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.support-steps b { color: var(--lime); font-size: 10px; }
.support-steps h3 { margin: 90px 0 12px; font-family: var(--font-classic); font-size: 27px; font-weight: 400; }
.support-steps p { color: var(--muted); font-size: 12px; }
.urgency-section { padding: 0 0 110px; }
.urgency-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.urgency-card { padding: 48px; border: 1px solid var(--line); border-radius: 24px; background: var(--cream); }
.urgency-card.emergency { background: var(--ink); color: white; }
.urgency-card > span { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.urgency-card h3 { margin: 20px 0 12px; font-family: var(--font-classic); font-size: 34px; font-weight: 400; }
.urgency-card p { color: var(--muted); }
.urgency-card.emergency p { color: rgba(255,255,255,.64); }

.about-story { padding: 115px 0; }
.about-story-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.about-story-image { min-height: 650px; border-radius: 30px; background: url('assets/korea-pyeongtaek-villa.png') center/cover; }
.about-story-copy p:not(.eyebrow) { color: var(--muted); line-height: 1.85; }
.about-story-copy .text-arrow { margin-top: 16px; }
.license-section { padding: 110px 0; background: var(--ink); color: white; }
.license-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.license-card { border-top: 1px solid rgba(255,255,255,.18); }
.license-card > div { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.license-card span { display: block; margin-bottom: 8px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.license-card strong { font-size: 16px; }
.license-card p { margin: 7px 0 0; color: rgba(255,255,255,.57); font-size: 12px; }
.values-section { padding: 115px 0; background: var(--cream); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.values-grid article { min-height: 250px; padding: 28px; border-radius: 20px; background: white; }
.values-grid span { color: var(--lime); font-size: 10px; font-weight: 800; }
.values-grid h3 { margin: 70px 0 10px; font-family: var(--font-classic); font-size: 27px; font-weight: 400; }
.values-grid p { color: var(--muted); font-size: 12px; }
.about-numbers { padding: 80px 0; }
.about-number-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.about-number-grid > div { padding: 20px 35px; border-right: 1px solid var(--line); }
.about-number-grid > div:first-child { padding-left: 0; }
.about-number-grid > div:last-child { border: 0; }
.about-number-grid strong { display: block; font-family: var(--font-classic); font-size: 38px; font-weight: 400; }
.about-number-grid span { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; }

.contact-page { padding: 120px 0; background: var(--cream); }
.contact-page-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 75px; }
.contact-copy { position: sticky; top: 45px; }
.contact-copy .display { font-size: clamp(52px, 6vw, 82px); }
.contact-copy > p:not(.eyebrow) { max-width: 520px; margin: 28px 0 42px; color: var(--muted); }
.direct-contact { display: grid; max-width: 520px; border-top: 1px solid var(--line); }
.direct-contact a { display: grid; padding: 18px 0; border-bottom: 1px solid var(--line); grid-template-columns: 130px 1fr; }
.direct-contact span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.direct-contact strong { font-size: 12px; }
.contact-form-card { padding: 44px; border-radius: 28px; background: white; box-shadow: var(--shadow); }
.form-honeypot { position: absolute; left: -10000px; }
.form-heading { display: flex; margin-bottom: 24px; align-items: center; gap: 12px; }
.form-heading > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: 9px; }
.form-heading h2 { margin: 0; font-family: var(--font-classic); font-size: 26px; font-weight: 400; }
.form-heading small { margin-left: auto; color: var(--muted); font-size: 9px; }
.form-heading-second { margin-top: 40px; padding-top: 34px; border-top: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label > span, .form-full > span { display: block; margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 800; }
.form-grid input, .form-grid select, .form-full textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: 0;
  background: var(--paper);
}
.form-grid input:focus, .form-grid select:focus, .form-full textarea:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(157,23,48,.13); }
.form-full { display: block; }
.form-full textarea { resize: vertical; }
.form-submit { width: 100%; margin-top: 22px; }
.privacy-note { margin: 12px 0 0; color: var(--muted); font-size: 9px; text-align: center; }
.form-notice { display: grid; margin-bottom: 26px; padding: 17px; border-radius: 12px; font-size: 11px; }
.form-notice.success { background: #e7f3e9; color: #28583f; }
.form-notice.error { background: #f8e8e4; color: #8b3f32; }
.form-notice span { margin-top: 3px; }

.type-overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.type-overview-card { display: grid; overflow: hidden; padding-bottom: 28px; border-radius: 26px; background: white; box-shadow: 0 1px 0 var(--line); }
.type-overview-card img { width: 100%; aspect-ratio: 1.7; object-fit: cover; }
.type-overview-card > span, .type-overview-card h2, .type-overview-card p, .type-overview-card b { margin-right: 28px; margin-left: 28px; }
.type-overview-card > span { margin-top: 25px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.type-overview-card h2 { margin-top: 7px; margin-bottom: 5px; font-family: var(--font-classic); font-size: 35px; font-weight: 400; }
.type-overview-card p { margin-top: 0; color: var(--muted); font-size: 12px; }
.type-overview-card b { margin-top: 10px; font-size: 10px; }
.type-detail-hero { position: relative; display: flex; min-height: 690px; align-items: end; padding: 160px 0 90px; background: var(--ink); color: white; }
.type-detail-hero::before { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(7,27,59,.92),rgba(126,11,37,.34)),var(--type-image) center/cover; content: ''; }
.type-detail-hero .container { position: relative; z-index: 1; }
.type-detail-hero p:not(.eyebrow) { max-width: 570px; color: rgba(255,255,255,.7); }
.type-detail-hero .button { margin-top: 22px; }
.type-fit-section { padding: 100px 0; background: var(--cream); }
.type-fit-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.type-fit-list { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; grid-template-columns: 1fr 1fr; }
.type-fit-list li { display: flex; min-height: 90px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); align-items: center; gap: 12px; font-size: 12px; font-weight: 700; }
.type-fit-list li::before { color: var(--lime); content: '✓'; }
.type-empty { padding: 70px; border: 1px dashed var(--line); border-radius: 24px; text-align: center; }
.type-empty h3 { margin: 0; font-family: var(--font-classic); font-size: 34px; font-weight: 400; }
.type-empty p { color: var(--muted); }

.area-map-section { padding: 115px 0; }
.area-map-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.area-map-card { min-height: 570px; display: grid; place-items: center; overflow: hidden; border-radius: 30px; background: var(--cream); }
.map-rings { position: relative; width: 360px; height: 360px; display: grid; place-items: center; border: 1px solid rgba(14,41,79,.15); border-radius: 50%; }
.map-rings i { position: absolute; width: 250px; height: 250px; border: 1px solid rgba(14,41,79,.18); border-radius: 50%; }
.map-rings i:nth-child(2) { width: 150px; height: 150px; }
.map-rings i:nth-child(3) { width: 55px; height: 55px; background: var(--ink); }
.map-rings b { position: relative; z-index: 2; color: white; font-size: 9px; text-align: center; }
.map-pin { position: absolute; padding: 7px 10px; border-radius: 999px; background: white; box-shadow: 0 8px 20px rgba(10,30,59,.12); font-size: 9px; font-weight: 800; }
.pin-one { top: 80px; right: 34px; }.pin-two { right: -30px; bottom: 100px; }.pin-three { bottom: 5px; left: 115px; }.pin-four { top: 52px; left: -15px; }
.area-map-grid > div:last-child > p:not(.eyebrow) { color: var(--muted); }
.neighborhood-section { padding: 115px 0; background: var(--cream); }
.neighborhood-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.neighborhood-grid article { min-height: 350px; padding: 28px; border-radius: 20px; background: white; }
.neighborhood-grid span { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.neighborhood-grid h3 { margin: 70px 0 12px; font-family: var(--font-classic); font-size: 30px; font-weight: 400; }
.neighborhood-grid p { color: var(--muted); font-size: 12px; }
.neighborhood-grid b { display: block; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 9px; }
.commute-checklist { padding: 110px 0; }
.checklist-grid { display: grid; border-top: 1px solid var(--line); grid-template-columns: 1fr 1fr; }
.checklist-grid span { display: flex; min-height: 70px; padding: 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); align-items: center; gap: 10px; font-size: 11px; font-weight: 700; }
.checklist-grid span::before { color: var(--lime); content: '✓'; }

.story-featured { max-width: 900px; margin: 0 auto 70px; text-align: center; }
.story-featured > span { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.story-featured blockquote { margin: 25px 0; font-family: var(--font-classic); font-size: clamp(42px,5vw,68px); line-height: 1.08; }
.story-featured p { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.story-grid article { min-height: 270px; padding: 30px; border-radius: 20px; background: var(--cream); }
.stars { color: var(--lime); letter-spacing: .15em; }
.story-grid p { margin: 55px 0 24px; font-family: var(--font-classic); font-size: 22px; line-height: 1.35; }
.story-grid span { color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.sample-disclaimer { margin: 28px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.review-trust { padding: 110px 0; background: var(--cream); }

@media (max-width: 1000px) {
  .inner-hero-grid, .split-intro, .feature-band-grid, .guide-notes-grid, .about-story-grid, .license-grid, .contact-page-grid, .type-fit-grid, .area-map-grid { grid-template-columns: 1fr; gap: 45px; }
  .service-cards, .support-steps, .values-grid, .neighborhood-grid { grid-template-columns: 1fr 1fr; }
  .guide-grid { grid-template-columns: 1fr 1fr; }
  .contact-copy { position: static; }
  .about-story-image { min-height: 520px; }
  .about-number-grid { grid-template-columns: 1fr 1fr; }
  .about-number-grid > div { border-bottom: 1px solid var(--line); }
  .comparison-grid { grid-template-columns: 1fr 1fr; }
  .account-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 620px) {
  .inner-hero { min-height: 540px; padding: 125px 0 55px; }
  .inner-hero-grid { gap: 28px; }
  .inner-hero .display, .type-detail-hero .display { font-size: 51px; }
  .inner-hero-lead { font-size: 14px; }
  .page-intro, .timeline-section, .feature-band, .featured-tour-section, .tour-library, .guide-section, .video-guide-section, .guide-notes, .maintenance-flow, .about-story, .license-section, .values-section, .type-overview, .area-map-section, .neighborhood-section, .commute-checklist, .stories-section, .review-trust { padding: 78px 0; }
  .service-cards-section { padding-bottom: 78px; }
  .service-cards, .support-steps, .journey-list, .tour-card-grid, .guide-grid, .video-guide-grid, .urgency-grid, .values-grid, .type-overview-grid, .neighborhood-grid, .story-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 350px; }
  .service-card h3, .support-steps h3, .values-grid h3, .neighborhood-grid h3 { margin-top: 46px; }
  .journey-list li, .journey-list li:nth-child(3n+1) { border-left: 1px solid var(--line); }
  .feature-band-copy { padding: 42px 26px; }
  .feature-band-image { min-height: 350px; }
  .video-guide-card > div { min-height: 210px; }
  .urgency-card { padding: 34px 25px; }
  .about-story-image { min-height: 410px; }
  .about-number-grid { grid-template-columns: 1fr 1fr; }
  .about-number-grid > div { padding: 22px 12px; }
  .about-number-grid strong { font-size: 30px; }
  .contact-page { padding: 76px 0; }
  .contact-form-card { padding: 28px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .direct-contact a { grid-template-columns: 1fr; gap: 4px; }
  .type-detail-hero { min-height: 620px; padding: 130px 0 65px; }
  .type-fit-list, .checklist-grid { grid-template-columns: 1fr; }
  .area-map-card { min-height: 430px; }
  .map-rings { width: 280px; height: 280px; }
  .map-rings i { width: 200px; height: 200px; }
  .map-rings i:nth-child(2) { width: 120px; height: 120px; }
  .pin-two { right: -5px; }.pin-four { left: -3px; }
  .story-grid p { margin-top: 35px; }
  .shortlist-account, .shortlist-toolbar { align-items: flex-start; flex-direction: column; }
  .shortlist-toolbar .button { width: 100%; }
  .comparison-section { padding: 75px 0; }
  .comparison-grid, .account-columns { grid-template-columns: 1fr; }
  .account-card { padding: 28px 20px; }
  .account-columns form + form { padding-top: 30px; padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .listing-hero { padding-bottom: 48px; }
  .listing-toolbar { padding: 10px 0; }
  .mobile-filter-toggle {
    display: flex;
    width: 100%;
    min-height: 62px;
    padding: 10px 16px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: var(--white);
    color: var(--ink);
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  .mobile-filter-toggle strong, .mobile-filter-toggle small { display: block; }
  .mobile-filter-toggle strong { font-size: 16px; font-weight: 400; }
  .mobile-filter-toggle small { margin-top: 1px; color: var(--muted); font-size: 10px; }
  .mobile-filter-icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--cream);
    color: var(--lime);
    font-size: 22px;
    line-height: 1;
    transition: transform .2s ease;
  }
  .listing-toolbar .filters {
    display: none;
    max-height: min(68vh, 570px);
    margin-top: 10px;
    padding: 12px;
    overflow-y: auto;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--white);
    grid-template-columns: 1fr;
    box-shadow: 0 18px 44px rgba(10,30,59,.12);
    overscroll-behavior: contain;
  }
  .listing-toolbar.is-filter-open .filters { display: grid; }
  .listing-toolbar.is-filter-open .mobile-filter-icon { transform: rotate(45deg); }
  .listing-toolbar .filters select, .listing-toolbar .reset-filter { height: 50px; min-height: 50px; }
  .filter-done {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    background: var(--ink);
    color: var(--white);
    cursor: pointer;
    font-size: 13px;
  }
  .filter-done span { margin-left: 4px; }
  .listing-content { padding-top: 34px; }
}

/* External handoff v1.0: readable body UI, verified media and click-to-load 3D. */
h1, h2, h3, h4, .display, .section-title, .property-title, .detail-title,
.property-price, .detail-price, .facts-grid strong, .quote {
  font-family: var(--font-classic);
}
.hero .display em, .inner-hero .display em, .listing-hero .display em,
.type-detail-hero .display em {
  color: #f3c4ce;
}
.main-nav a, .button, .save-home, .compare-home, .text-link, .tour-badge,
.gallery-tour, .reset-filter, .filter-done, .tour-new-tab {
  font-family: var(--font-body);
  font-size: 14px;
}
.eyebrow, .property-badge, .property-location, .property-checked,
.property-fees, .facts-grid span, .inquiry-kicker, .footer-title,
.footer-bottom, .result-count, .demo-disclaimer, .currency-note,
.property-data-grid dt, .privacy-note, .guide-card > span,
.neighborhood-grid span, .neighborhood-grid b, .form-grid label > span,
.form-full > span {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.5;
}
.property-summary {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
}
.property-feature-tags li {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.25;
}
.hero-note, .search-field label, .trust-item span, .listing-type-grid span,
.listing-type-grid p, .listing-type-grid b, .availability-note, .pcs-list li,
.quote-author, .detail-back, .inquiry-card p, .inquiry-card small,
.footer-intro p, .footer-links, .currency-toggle button, .saved-nav span,
.shortlist-account p, .shortlist-account a, .shortlist-toolbar, .compare-home,
.comparison-card-title p, .compare-remove, .comparison-card dt,
.comparison-card dd, .account-columns label, .account-help, .service-card > span,
.service-card p, .service-card li, .journey-list b, .journey-list span,
.tour-property-card p, .tour-property-card a, .section-side-copy, .guide-card b,
.guide-card p, .guide-card a, .video-guide-card > div span,
.video-guide-card p, .note-stack p, .support-steps b, .support-steps p,
.urgency-card > span, .license-card span, .license-card p, .values-grid span,
.values-grid p, .about-number-grid span, .direct-contact span,
.direct-contact strong, .form-heading small, .type-overview-card > span,
.type-overview-card p, .type-overview-card b, .type-fit-list li,
.map-rings b, .map-pin, .neighborhood-grid p, .checklist-grid span,
.story-featured > span, .story-featured p, .story-grid span, .sample-disclaimer {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.55;
}
.property-fees { margin: 13px 0 0; color: var(--muted); }
.property-image.is-placeholder img { background: var(--ink); object-fit: cover; }
.tour-modal-bar { gap: 14px; }
.tour-new-tab { margin-left: auto; color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.tour-click-load { width: 100%; min-height: 520px; aspect-ratio: auto; }
.tour-load-prompt {
  display: grid;
  min-height: 520px;
  padding: 36px;
  place-content: center;
  justify-items: center;
  background: linear-gradient(135deg, #e8edf5, #f8fafc);
  text-align: center;
}
.tour-load-prompt strong { font-family: var(--font-classic); font-size: 34px; font-weight: 400; }
.tour-load-prompt p { max-width: 520px; margin: 12px 0 22px; color: var(--muted); }
.tour-load-prompt .text-link { margin-top: 18px; }
.tour-click-load iframe { width: 100%; height: 100%; min-height: 520px; border: 0; }
.property-price small,
.detail-price small,
.mobile-filter-toggle small,
.privacy-consent { font-size: 13px; }

@media (max-width: 620px) {
  body { font-size: 16px; }
  .hero .display, .inner-hero .display, .listing-hero .display,
  .type-detail-hero .display { font-size: clamp(36px, 12vw, 48px); line-height: 1.04; }
  .tour-click-load { width: 100%; min-height: 390px; aspect-ratio: auto; }
  .tour-load-prompt, .tour-click-load iframe { width: 100%; min-height: 390px; }
  .tour-load-prompt { padding: 24px; }
  .tour-load-prompt strong { font-size: 28px; }
}

/* Hostinger's floating assistant overlaps mobile filters and listing actions. */
#vue-app .float-btn__wrapper,
#vue-app .kodee-fab { display: none !important; }
