/* Royal Park Condominium — Mockup V1.ไทย implementation */
:root {
  --navy-900: #071827;
  --navy-800: #0B2235;
  --navy-700: #12304A;
  --gold: #DDBB73;
  --gold-600: #C9A25A;
  --gold-50: #FBF4E4;
  --white: #FFFFFF;
  --bg: #F5F7F9;
  --text: #0B2235;
  --muted: #5B6773;
  --line: #E3E8EE;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 6px 24px rgba(7, 24, 39, .08);
  --header-h: 72px;
  --font: "Prompt", "Noto Sans Thai", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body { margin: 0; font-family: var(--font); font-weight: 400; color: var(--text); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { line-height: 1.25; margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
p { margin: 0; }
svg { width: 1em; height: 1em; flex: none; }

.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 16px; }
@media (min-width: 768px) { .container { padding: 0 28px; } }

.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--gold); color: var(--navy-900); padding: 10px 16px; border-radius: 8px; font-weight: 600; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 6px; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55em; min-height: 48px; padding: 0 26px; border-radius: 999px; font: 600 1rem/1 var(--font); text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: transform .15s, background .2s, box-shadow .2s; white-space: nowrap; }
.btn svg { width: 1.2em; height: 1.2em; }
.btn:hover { transform: translateY(-1px); }
.btn-gold { background: linear-gradient(180deg, #E8CB8A, var(--gold) 55%, var(--gold-600)); color: var(--navy-900); box-shadow: 0 4px 14px rgba(221, 187, 115, .35); }
.btn-outline { border-color: rgba(255,255,255,.75); color: var(--white); background: rgba(7,24,39,.25); }
.btn-outline:hover { background: rgba(255,255,255,.1); }
.btn-navy { background: var(--navy-800); color: var(--white); }
.btn-sm { min-height: 42px; padding: 0 20px; font-size: .92rem; }
.btn-block { width: 100%; }

/* ---------- 1. Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--navy-900); color: var(--white); box-shadow: 0 2px 12px rgba(0,0,0,.25); }
.header-inner { height: var(--header-h); display: flex; align-items: center; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--white); }
.brand-mark { width: 40px; height: 40px; color: var(--gold); }
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-text strong { white-space: nowrap; font-weight: 600; font-size: 1.02rem; letter-spacing: .01em; }
.brand-text small { font-size: .72rem; color: rgba(255,255,255,.7); }
.site-nav { margin-left: auto; }
.site-nav ul { display: flex; gap: 4px; }
.site-nav a { white-space: nowrap; display: block; padding: 8px 11px; font-size: .88rem; text-decoration: none; color: rgba(255,255,255,.9); border-radius: 8px; }
.site-nav a:hover { color: var(--gold); }
.nav-toggle { display: none; margin-left: auto; background: none; border: 0; color: var(--white); width: 44px; height: 44px; border-radius: 10px; cursor: pointer; }
.nav-toggle svg { width: 26px; height: 26px; }
.header-cta { margin-left: 8px; }

@media (max-width: 1099px) {
  :root { --header-h: 64px; }
  .brand-mark { width: 34px; height: 34px; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .site-nav { position: absolute; top: var(--header-h); left: 0; right: 0; background: var(--navy-900); border-top: 1px solid rgba(255,255,255,.08); display: none; padding: 8px 16px 18px; }
  .site-nav.open { display: block; }
  .site-nav ul { flex-direction: column; }
  .site-nav a { padding: 12px 8px; font-size: 1rem; border-bottom: 1px solid rgba(255,255,255,.06); }
  .header-cta { order: 3; margin-left: 4px; }
}
@media (max-width: 480px) {
  .header-inner { gap: 8px; }
  .brand-text strong { white-space: nowrap; font-size: .92rem; }
  .brand-text small { font-size: .66rem; }
  .header-cta { display: none; } /* phone CTA moves to the sticky bottom bar */
}

/* ---------- 2. Hero ---------- */
.hero { position: relative; background: var(--navy-900); color: var(--white); overflow: hidden; }
.hero-media { position: absolute; inset: 0 0 0 auto; width: 64%; }
.hero-media picture { display: block; height: 100%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy-900) 0%, rgba(7,24,39,.88) 16%, rgba(7,24,39,.25) 48%, rgba(7,24,39,0) 70%), linear-gradient(0deg, rgba(7,24,39,.35), rgba(7,24,39,0) 30%); }
.hero-inner { position: relative; z-index: 1; }
.hero-content { max-width: 560px; padding: 44px 0 52px; }
.badge { display: inline-block; background: var(--gold); color: var(--navy-900); font-weight: 600; font-size: .86rem; padding: 6px 16px; border-radius: 999px; margin-bottom: 18px; }
.hero h1 { font-size: clamp(2rem, 4.2vw, 3.1rem); font-weight: 700; letter-spacing: -.01em; }
.hero-sub { color: var(--gold); font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 600; margin-top: 4px; }
.hero-facts-line { margin-top: 10px; color: rgba(255,255,255,.88); }
.hero-address { display: flex; gap: 10px; margin-top: 14px; font-size: .95rem; color: rgba(255,255,255,.92); }
.hero-address svg { width: 26px; height: 26px; color: var(--gold); margin-top: 2px; }
.hero-price { margin-top: 16px; color: var(--gold); line-height: 1.1; }
.hero-price .num { font-size: clamp(2.3rem, 4.6vw, 3.4rem); font-weight: 700; }
.hero-price .unit { font-size: clamp(1.4rem, 2.4vw, 1.9rem); font-weight: 600; }
.hero-price-note { color: rgba(255,255,255,.9); margin-top: 2px; }
.hero-quick { display: flex; flex-wrap: wrap; gap: 8px 0; margin-top: 18px; font-size: .92rem; }
.hero-quick li { display: flex; align-items: center; gap: 7px; padding: 0 14px; border-left: 1px solid rgba(255,255,255,.25); }
.hero-quick li:first-child { padding-left: 0; border-left: 0; }
.hero-quick svg { width: 20px; height: 20px; color: var(--white); opacity: .9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }

@media (max-width: 899px) {
  .hero { display: flex; flex-direction: column; }
  .hero-media { position: relative; width: 100%; order: 2; aspect-ratio: 4 / 3; max-height: 440px; }
  .hero-media::after { background: linear-gradient(180deg, var(--navy-900) 0%, rgba(7,24,39,0) 18%); }
  .hero-content { max-width: none; padding: 28px 0 26px; }
  .hero-actions .btn { flex: 1 1 200px; }
}
@media (max-width: 420px) {
  .hero-quick li { padding: 0 10px; font-size: .86rem; }
}

/* ---------- 3. Quick info ---------- */
.quick-info { position: relative; z-index: 2; }
.quick-grid { display: grid; grid-template-columns: repeat(5, 1fr); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); margin-top: -1px; transform: translateY(-22px); }
.qi { display: flex; align-items: center; gap: 14px; padding: 20px 18px; font-size: .92rem; color: var(--muted); }
.qi + .qi { border-left: 1px solid var(--line); }
.qi b { display: block; color: var(--text); font-weight: 500; font-size: 1rem; }
.qi small { display: block; font-size: .75rem; color: var(--muted); }
.qi-icon { width: 52px; height: 52px; border-radius: 50%; background: var(--bg); display: grid; place-items: center; flex: none; color: var(--navy-800); }
.qi-icon svg { width: 26px; height: 26px; }
@media (max-width: 1023px) {
  .quick-grid { grid-template-columns: repeat(3, 1fr); }
  .qi:nth-child(4) { border-left: 0; }
  .qi:nth-child(n+4) { border-top: 1px solid var(--line); }
}
@media (max-width: 599px) {
  .quick-grid { grid-template-columns: 1fr 1fr; transform: none; margin-top: 16px; }
  .qi { padding: 14px 12px; gap: 10px; }
  .qi + .qi { border-left: 0; }
  .qi:nth-child(even) { border-left: 1px solid var(--line); }
  .qi:nth-child(n+3) { border-top: 1px solid var(--line); }
  .qi:nth-child(4) { border-left: 1px solid var(--line); }
  .qi:last-child { grid-column: 1 / -1; border-left: 0; }
  .qi-icon { width: 42px; height: 42px; }
  .qi-icon svg { width: 22px; height: 22px; }
}

/* ---------- Sections ---------- */
.section { padding: 28px 0 40px; }
.section-title { font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 700; color: var(--navy-800); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 18px; }

/* ---------- 4. Highlights ---------- */
.highlights { padding-top: 8px; }
.hl-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 40px; align-items: center; }
.checklist { margin-top: 18px; display: grid; gap: 12px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: 1rem; }
.checklist svg { width: 22px; height: 22px; color: var(--gold); margin-top: 2px; }
.hl-photo { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 4px solid var(--white); }
.hl-photo img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
@media (max-width: 899px) { .hl-grid { grid-template-columns: 1fr; gap: 24px; } }

/* ---------- 5. Gallery ---------- */
.gallery { padding-top: 12px; }
.link-more { display: inline-flex; align-items: center; gap: 8px; background: none; border: 0; font: 500 .95rem var(--font); color: var(--navy-800); cursor: pointer; padding: 6px 4px; }
.link-more svg { width: 18px; height: 18px; }
.gallery-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.g-card { width: 100%; padding: 0; border: 1px solid var(--line); background: var(--white); border-radius: var(--radius-sm); overflow: hidden; cursor: zoom-in; text-align: left; font-family: var(--font); color: var(--text); box-shadow: 0 2px 8px rgba(7,24,39,.05); transition: box-shadow .2s, transform .2s; }
.g-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.g-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.g-cap { display: block; padding: 10px 12px 12px; line-height: 1.35; }
.g-cap b { display: block; font-weight: 500; font-size: .95rem; }
.g-cap small { color: var(--muted); font-size: .8rem; }
.photo-note { margin-top: 14px; font-size: .82rem; color: var(--muted); }
@media (max-width: 1099px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 599px) {
  .gallery-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; padding-bottom: 8px; margin: 0 -16px; padding-left: 16px; padding-right: 16px; }
  .gallery-grid li { flex: 0 0 72%; scroll-snap-align: start; }
}

/* ---------- 6. Location ---------- */
.location { padding-top: 12px; }
.loc-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; align-items: stretch; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: 0 2px 10px rgba(7,24,39,.04); }
.card-title { font-size: 1.25rem; font-weight: 600; color: var(--navy-800); margin-bottom: 14px; }
.project-card { position: relative; overflow: hidden; color: var(--white); border: 0; background: radial-gradient(120% 90% at 100% 0%, #1A4163 0%, var(--navy-800) 45%, var(--navy-900) 100%); display: flex; flex-direction: column; gap: 10px; }
.project-deco { position: absolute; right: -40px; top: -40px; width: 220px; height: 220px; border-radius: 50%; border: 1px solid rgba(221,187,115,.25); box-shadow: 0 0 0 26px rgba(221,187,115,.05), 0 0 0 52px rgba(221,187,115,.03); pointer-events: none; }
.project-card h2 { font-size: 1.4rem; font-weight: 700; position: relative; }
.project-sub { color: rgba(255,255,255,.8); font-size: .92rem; position: relative; }
.project-list { display: grid; gap: 12px; margin: 8px 0 12px; font-size: .92rem; position: relative; }
.project-list li { display: flex; gap: 10px; }
.project-list svg { width: 22px; height: 22px; color: var(--gold); margin-top: 1px; }
.project-card .btn { align-self: flex-start; margin-top: auto; position: relative; }
.map-card { display: flex; flex-direction: column; gap: 12px; }
.map-card .card-title { margin-bottom: 0; }
.map-frame { position: relative; aspect-ratio: 16 / 9; border-radius: var(--radius-sm); overflow: hidden; background: repeating-linear-gradient(45deg, #EEF2F6 0 12px, #E7ECF2 12px 24px); }
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-load { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 0; background: transparent; font: 500 .92rem var(--font); color: var(--navy-800); cursor: pointer; }
.map-load svg { width: 34px; height: 34px; color: #D93025; }
.map-row { display: flex; gap: 10px; font-size: .9rem; color: var(--muted); }
.map-row svg { width: 20px; height: 20px; color: var(--navy-800); margin-top: 2px; }
.map-row b { color: var(--text); font-weight: 500; }
.map-card .btn { align-self: flex-start; }
.nearby-list { display: grid; gap: 4px; }
.nearby-list li { display: flex; align-items: center; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .98rem; }
.nearby-list li:last-child { border-bottom: 0; }
.nearby-list svg { width: 24px; height: 24px; color: var(--navy-800); }
@media (max-width: 1023px) { .loc-grid { grid-template-columns: 1fr 1fr; } .project-card { grid-column: 1 / -1; } }
@media (max-width: 679px) { .loc-grid { grid-template-columns: 1fr; } }

/* ---------- 7. Price + Contact ---------- */
.price-contact { position: relative; color: var(--white); padding: 44px 0; margin-top: 12px; overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7,24,39,.2), rgba(7,24,39,.85)),
    radial-gradient(60% 80% at 30% 100%, rgba(221,187,115,.28), transparent 70%),
    linear-gradient(180deg, #0E2A45 0%, #0A1F33 60%, var(--navy-900) 100%); }
.price-contact::before { /* abstract skyline — decorative, not a photo of the property */
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 55%; opacity: .35; pointer-events: none;
  background:
    linear-gradient(var(--navy-900), var(--navy-900)) 3% 100% / 5% 55% no-repeat,
    linear-gradient(var(--navy-900), var(--navy-900)) 9% 100% / 4% 80% no-repeat,
    linear-gradient(var(--navy-900), var(--navy-900)) 14% 100% / 6% 45% no-repeat,
    linear-gradient(var(--navy-900), var(--navy-900)) 22% 100% / 3% 95% no-repeat,
    linear-gradient(var(--navy-900), var(--navy-900)) 27% 100% / 7% 60% no-repeat,
    linear-gradient(var(--navy-900), var(--navy-900)) 36% 100% / 4% 75% no-repeat,
    linear-gradient(var(--navy-900), var(--navy-900)) 44% 100% / 6% 50% no-repeat,
    linear-gradient(var(--navy-900), var(--navy-900)) 52% 100% / 3% 88% no-repeat,
    linear-gradient(var(--navy-900), var(--navy-900)) 58% 100% / 5% 62% no-repeat;
}
.pc-grid { position: relative; display: grid; grid-template-columns: 1.1fr 1fr 1.2fr; gap: 28px; align-items: center; }
.pc-label { font-size: 1.5rem; font-weight: 600; color: var(--gold); }
.pc-amount { color: var(--gold); line-height: 1.1; }
.pc-amount .num { font-size: clamp(2.4rem, 4.6vw, 3.4rem); font-weight: 700; }
.pc-amount .unit { font-size: 1.8rem; font-weight: 600; }
.pc-note { font-size: 1.1rem; margin-top: 4px; }
.pc-owner { border-left: 1px solid rgba(255,255,255,.25); padding-left: 28px; display: grid; gap: 14px; }
.pc-owner h2 { font-size: 1.35rem; font-weight: 600; }
.contact-line { display: flex; align-items: center; gap: 12px; font-size: 1.15rem; font-weight: 500; text-decoration: none; color: var(--white); }
a.contact-line:hover { color: var(--gold); }
.ci { width: 38px; height: 38px; border-radius: 50%; background: var(--white); color: var(--navy-900); display: grid; place-items: center; flex: none; }
.ci svg { width: 20px; height: 20px; }
.ci-line { font-size: .62rem; font-weight: 700; letter-spacing: .02em; }
.lead-form { background: rgba(7,24,39,.92); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 20px; display: grid; gap: 10px; }
.lead-form h3 { font-size: 1.1rem; font-weight: 600; }
.field { position: relative; }
.field > svg { position: absolute; left: 12px; top: 13px; width: 18px; height: 18px; color: var(--gold-600); pointer-events: none; }
.field input, .field textarea { width: 100%; font: 400 1rem var(--font); color: var(--text); background: var(--white); border: 2px solid transparent; border-radius: 8px; padding: 10px 12px 10px 40px; min-height: 44px; }
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); }
.field input[aria-invalid="true"] { border-color: #FF8A80; }
.err { color: #FFB4AB; font-size: .82rem; margin-top: 3px; min-height: 0; }
.err:empty { display: none; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent { font-size: .78rem; color: rgba(255,255,255,.7); }
.form-status { font-size: .92rem; }
.form-status:empty { display: none; }
.form-status.ok { background: rgba(76,175,80,.16); border: 1px solid rgba(129,199,132,.6); padding: 10px 12px; border-radius: 8px; }
.form-status.fail { background: rgba(255,138,128,.14); border: 1px solid rgba(255,138,128,.6); padding: 10px 12px; border-radius: 8px; }
.form-status a { color: var(--gold); font-weight: 600; }
@media (max-width: 1023px) {
  .pc-grid { grid-template-columns: 1fr 1fr; }
  .lead-form { grid-column: 1 / -1; }
}
@media (max-width: 599px) {
  .pc-grid { grid-template-columns: 1fr; gap: 22px; }
  .pc-owner { border-left: 0; padding-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding-top: 18px; }
}

/* ---------- 8. Footer ---------- */
.site-footer { background: var(--navy-900); color: var(--white); padding: 26px 0 18px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-quote { font-size: .95rem; color: rgba(255,255,255,.88); }
.footer-contact { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-weight: 500; }
.footer-contact:hover { color: var(--gold); }
.footer-contact svg { width: 18px; height: 18px; color: var(--gold); }
.footer-note { margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.1); font-size: .8rem; color: rgba(255,255,255,.6); }

/* ---------- Mobile sticky bar ---------- */
.mobile-bar { display: none; }
@media (max-width: 767px) {
  .mobile-bar { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(7,24,39,.96); box-shadow: 0 -4px 16px rgba(0,0,0,.2); }
  .mobile-bar .btn { min-height: 46px; padding: 0 12px; }
  body { padding-bottom: 72px; }
}

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(4,12,20,.94); display: flex; align-items: center; justify-content: center; padding: 56px 12px; }
.lightbox[hidden] { display: none; }
.lb-figure { margin: 0; max-width: min(1200px, 100%); max-height: 100%; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.lb-img { max-height: calc(100vh - 140px); width: auto; border-radius: 8px; }
.lb-cap { color: var(--white); font-size: 1rem; text-align: center; }
.lb-btn { position: absolute; width: 48px; height: 48px; border-radius: 50%; border: 0; background: rgba(255,255,255,.12); color: var(--white); display: grid; place-items: center; cursor: pointer; }
.lb-btn:hover { background: rgba(255,255,255,.22); }
.lb-btn svg { width: 24px; height: 24px; }
.lb-close { top: 12px; right: 12px; }
.lb-prev { left: 12px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 12px; top: 50%; transform: translateY(-50%); }
@media (max-width: 599px) { .lb-prev, .lb-next { top: auto; bottom: 10px; transform: none; } .lb-prev { left: calc(50% - 60px); } .lb-next { right: calc(50% - 60px); } }

/* ---------- Room layout ---------- */
.floorplan { padding-top: 8px; }
.fp-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 40px; align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 2px 10px rgba(7,24,39,.04); }
.fp-sub { margin-top: 6px; color: var(--muted); }
.fp-legend { display: grid; gap: 8px; margin-top: 16px; font-size: .95rem; }
.fp-legend li { display: flex; align-items: center; gap: 10px; }
.sw { width: 18px; height: 18px; border-radius: 4px; border: 1.5px solid var(--navy-800); flex: none; }
.sw-wet { background: #DCE9F5; } .sw-fix { background: #F3E6C8; } .sw-open { background: #E3F0E4; } .sw-store { background: #E9ECF0; }
.fp-note { margin-top: 16px; font-size: .82rem; color: var(--muted); }
.fp-figure { margin: 0; }
.fp-figure svg { width: 100%; height: auto; display: block; }
.fp-figure text { font-family: var(--font); font-size: 18px; fill: var(--navy-800); text-anchor: middle; dominant-baseline: middle; }
.fp-figure .fp-main { font-size: 22px; fill: var(--muted); }
.fp-wall { fill: #FBFCFD; stroke: var(--navy-800); stroke-width: 5; }
.fp-room { stroke: var(--navy-800); stroke-width: 2; }
.fp-wet { fill: #DCE9F5; } .fp-fix { fill: #F3E6C8; } .fp-door { fill: #FFFFFF; } .fp-open { fill: #E3F0E4; } .fp-store { fill: #E9ECF0; }
@media (max-width: 899px) { .fp-grid { grid-template-columns: 1fr; gap: 20px; padding: 20px 16px; } }
@media (max-width: 480px) { .fp-figure text { font-size: 22px; } .fp-figure .fp-main { font-size: 26px; } }
.consent a, .footer-note a { color: var(--gold); }

/* ---------- Copy-number toast (desktop) ---------- */
.copy-toast { position: fixed; left: 50%; bottom: 28px; z-index: 120; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; background: var(--navy-900); color: var(--white); border: 1px solid var(--gold); padding: 12px 20px; border-radius: 999px; font-size: .95rem; box-shadow: 0 8px 24px rgba(0,0,0,.25); transition: opacity .2s, transform .2s; }
.copy-toast.show { opacity: 1; transform: translate(-50%, 0); }
@media (pointer: fine) { a[href^="tel:"] { cursor: copy; } }
section:focus, main:focus { outline: none; }

/* ---------- Reveal contact buttons ---------- */
.reveal { display: flex; align-items: center; gap: 12px; }
.reveal-btn { font: 500 1rem var(--font); color: var(--navy-900); background: var(--gold); border: 0; border-radius: 999px; padding: 9px 18px; cursor: pointer; min-height: 40px; }
.reveal-btn:hover { background: #E8CB8A; }
.contact-line.revealed { font-size: 1.15rem; }
.reveal-note { font-size: .85rem; color: rgba(255,255,255,.75); }

/* ---------- Building facilities (in highlights) ---------- */
.facilities { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.fac-title { font-size: 1.05rem; font-weight: 600; color: var(--navy-800); }
.fac-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.fac-list li { display: inline-flex; align-items: center; gap: 8px; background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; font-size: .95rem; }
.fac-list svg { width: 20px; height: 20px; color: var(--gold-600); }

/* ---------- Language switch ---------- */
.lang-switch { margin-left: 8px; display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 34px; padding: 0 10px; border: 1px solid rgba(221,187,115,.6); border-radius: 999px; color: var(--gold); font-weight: 600; font-size: .85rem; text-decoration: none; letter-spacing: .04em; }
.lang-switch:hover { background: rgba(221,187,115,.12); }
@media (max-width: 1099px) { .lang-switch { order: 2; margin-left: auto; } .nav-toggle { order: 4; margin-left: 4px; } }
@media (min-width: 600px) { .pc-amount, .hero-price { white-space: nowrap; } }
