:root {
  --maroon: #7a1338;
  --maroon-dark: #360a1c;
  --gold: #a9824f;
  --gold-light: #d8b98a;
  --ink: #211c1e;
  --paper: #faf8f6;
  --line: #e8e1db;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ---- topbar ---- */
.topbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.96); backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.topbar-inner {
  max-width: 1120px; margin: 0 auto; padding: 12px 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.brand-mark { height: 30px; display: block; }
.brand-loc { font-size: 11px; color: #9a9296; letter-spacing: .01em; margin-left: 12px; display: none; }
.call-btn {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--maroon); color: #fff; font-weight: 700;
  padding: 9px 18px; border-radius: 3px; font-size: 14.5px;
  text-decoration: none; white-space: nowrap; letter-spacing: .01em;
}

/* ---- hero ---- */
.hero {
  position: relative; color: #fff;
  min-height: 82vh; display: flex; align-items: flex-end;
  background: linear-gradient(180deg, rgba(15,8,12,.15) 0%, rgba(15,8,12,.25) 40%, rgba(15,8,12,.88) 92%),
              url("images/hero.jpg") center 30%/cover no-repeat;
}
.hero-inner { padding-top: 60px; padding-bottom: 48px; width: 100%; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--gold-light); font-size: 13px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; margin-bottom: 18px;
}
.hero-eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--gold-light); display: inline-block; }
.hero h1 {
  font-size: clamp(28px, 4.6vw, 44px); line-height: 1.32; margin: 0 0 16px; font-weight: 700;
  letter-spacing: -.01em;
}
.hero h1 em { color: var(--gold-light); font-style: normal; }
.hero p.sub { font-size: clamp(14px, 1.7vw, 16px); color: #ddd0d2; margin: 0 0 30px; max-width: 600px; font-weight: 300; }
.hero-facts { display: flex; flex-wrap: wrap; row-gap: 10px; margin-bottom: 34px; border-top: 1px solid rgba(255,255,255,.22); padding-top: 18px; }
.hero-facts span {
  font-size: 13px; font-weight: 500; color: #eee3e5;
  padding: 0 18px; border-right: 1px solid rgba(255,255,255,.22);
}
.hero-facts span:first-child { padding-left: 0; }
.hero-facts span:last-child { border-right: none; padding-right: 0; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-primary {
  background: var(--gold); color: #fff; font-weight: 700; font-size: 15.5px;
  padding: 15px 28px; border-radius: 2px; text-decoration: none; display: inline-block;
  letter-spacing: .01em;
}
.btn-ghost {
  background: transparent; color: #fff; font-weight: 500; font-size: 15.5px;
  padding: 15px 28px; border-radius: 2px; text-decoration: none; display: inline-block;
  border: 1px solid rgba(255,255,255,.55);
}

/* ---- section shell ---- */
section { padding: 80px 0; }
section.alt { background: #fff; }
.eyebrow {
  color: var(--gold); font-weight: 700; font-size: 12.5px; letter-spacing: .12em;
  text-transform: uppercase; margin: 0 0 10px;
}
h2.section-title { font-size: clamp(22px, 3.2vw, 30px); margin: 0 0 14px; font-weight: 700; letter-spacing: -.01em; }
p.section-desc { color: #635c60; font-size: 15px; max-width: 620px; margin: 0 0 40px; }

/* ---- urgency bar ---- */
.urgency {
  background: var(--maroon-dark); color: #fff; padding: 16px 0;
}
.urgency .container { text-align: center; }
.urgency-msg { font-weight: 600; font-size: 15px; letter-spacing: .01em; }
.urgency-msg span { color: var(--gold-light); font-weight: 700; }

/* ---- premium list (no boxes) ---- */
.premium-list {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}
.premium-item {
  padding: 30px 24px 6px; border-right: 1px solid var(--line);
}
.premium-item:first-child { padding-left: 0; }
.premium-item:last-child { border-right: none; padding-right: 0; }
.premium-item .num {
  font-family: Georgia, serif; font-size: 15px; color: var(--gold); font-weight: 700;
  margin-bottom: 14px; letter-spacing: .05em;
}
.premium-item h3 { font-size: 16.5px; margin: 0 0 8px; font-weight: 700; letter-spacing: -.005em; }
.premium-item p { font-size: 13px; color: #6b6367; margin: 0; line-height: 1.6; }

/* ---- image showcase ---- */
.shot { border-radius: 4px; overflow: hidden; }
.shot img { width: 100%; }
.shot-caption { font-size: 12.5px; color: #9a9296; margin-top: 12px; }
.two-col { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; align-items: stretch; }
.two-col .shot { height: 100%; }
.two-col .shot img { height: 100%; object-fit: cover; }

/* ---- facility list ---- */
.pill-list { display: flex; flex-wrap: wrap; row-gap: 8px; margin: 24px 0 0; }
.pill-list span {
  color: #635c60; font-size: 13px; font-weight: 500;
  padding: 0 14px; border-right: 1px solid var(--line);
}
.pill-list span:first-child { padding-left: 0; }
.pill-list span:last-child { border-right: none; padding-right: 0; }

/* ---- floorplans ---- */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.fp-card { background: #fff; }
.fp-card .fp-head {
  padding: 18px 22px; display: flex; justify-content: space-between; align-items: baseline;
}
.fp-card .fp-head b { font-size: 19px; font-weight: 700; letter-spacing: -.01em; }
.fp-card .fp-head span { font-size: 12px; color: #9a9296; }
.fp-card img { width: 100%; }

/* ---- devplan ---- */
.grid-4-img { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.dcard { position: relative; border-radius: 4px; overflow: hidden; aspect-ratio: 3/4; }
.dcard img { width: 100%; height: 100%; object-fit: cover; }
.dcard::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(10,5,8,.85) 100%);
}
.dcard p {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 1;
  font-size: 12.5px; padding: 14px; margin: 0; font-weight: 600; color: #fff; line-height: 1.45;
}

/* ---- location ---- */
.loc-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.loc-table td { padding: 14px 0; border-bottom: 1px solid var(--line); }
.loc-table td:first-child { color: #9a9296; width: 120px; font-weight: 600; font-size: 13px; letter-spacing: .02em; }

/* ---- reservation form ---- */
.res-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: start; }
.res-intro .section-desc { margin-bottom: 26px; }
.res-phone {
  display: inline-block; font-size: 22px; font-weight: 700; color: var(--maroon);
  text-decoration: none; border-bottom: 2px solid var(--gold); padding-bottom: 4px;
}
.res-form { background: var(--paper); border: 1px solid var(--line); border-radius: 6px; padding: 32px; }
.form-row { margin-bottom: 18px; }
.form-row label {
  display: block; font-size: 13px; font-weight: 600; color: #4a4447; margin-bottom: 7px;
}
.form-row .req { color: var(--maroon); }
.form-row input, .form-row textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 3px; background: #fff;
  padding: 12px 14px; font-size: 14.5px; font-family: inherit; color: var(--ink);
}
.form-row input:focus, .form-row textarea:focus { outline: none; border-color: var(--gold); }
.form-row textarea { resize: vertical; }
.form-row-split { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.consent-box { background: #fff; border: 1px solid var(--line); border-radius: 4px; padding: 16px 18px; margin: 22px 0; }
.consent-title { font-size: 13px; font-weight: 700; margin: 0 0 8px; }
.consent-detail { margin: 0 0 12px; padding-left: 18px; font-size: 12px; color: #7a7377; line-height: 1.7; }
.consent-check { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; cursor: pointer; }
.consent-check input { width: 16px; height: 16px; accent-color: var(--maroon); }

.form-error { color: #b3261e; font-size: 13px; min-height: 18px; margin: 0 0 8px; }
.res-submit { width: 100%; border: none; cursor: pointer; text-align: center; }
.res-submit:disabled { opacity: .6; cursor: default; }

.form-success { background: var(--paper); border: 1px solid var(--line); border-radius: 6px; padding: 48px 32px; text-align: center; }
.form-success .check {
  width: 44px; height: 44px; line-height: 44px; border-radius: 50%; background: var(--maroon); color: #fff;
  font-size: 20px; margin: 0 auto 18px;
}
.form-success p { font-size: 15px; color: #4a4447; margin: 0 0 22px; line-height: 1.6; }
.btn-ghost-dark {
  background: transparent; border: 1px solid var(--line); color: var(--ink); font-weight: 600;
  font-size: 14px; padding: 11px 22px; border-radius: 3px; cursor: pointer;
}

/* ---- footer cta ---- */
.footcta {
  background: var(--maroon-dark); color: #fff; padding: 64px 0 44px; text-align: center;
}
.footcta h2 { font-size: clamp(22px, 4vw, 30px); margin: 0 0 14px; font-weight: 700; }
.footcta .call-big {
  display: inline-block; font-size: clamp(28px, 5vw, 42px); font-weight: 700; color: #fff;
  text-decoration: none; letter-spacing: .02em; margin: 6px 0 8px;
  border-bottom: 2px solid var(--gold); padding-bottom: 6px;
}
.foot-note { font-size: 11.5px; color: #a48d95; margin-top: 36px; line-height: 1.8; max-width: 640px; margin-left: auto; margin-right: auto; }

.sticky-call {
  position: fixed; bottom: 18px; left: 50%; transform: translateX(-50%); z-index: 60;
  background: var(--maroon); color: #fff; font-weight: 700; font-size: 14.5px;
  padding: 14px 30px; border-radius: 2px; text-decoration: none; white-space: nowrap;
  box-shadow: 0 10px 28px rgba(0,0,0,.3);
}

@media (min-width: 640px) {
  .brand-loc { display: inline; }
}

@media (max-width: 480px) {
  body { padding-bottom: 58px; }
  .sticky-call {
    left: 0; right: 0; bottom: 0; transform: none; width: 100%;
    text-align: center; border-radius: 0; padding: 16px 12px; font-size: 15px;
  }
}

@media (max-width: 860px) {
  .premium-list, .grid-4-img { grid-template-columns: repeat(2, 1fr); }
  .premium-item { border-bottom: 1px solid var(--line); padding-bottom: 26px; margin-bottom: 4px; }
  .premium-item:nth-child(odd) { padding-left: 0; border-right: 1px solid var(--line); }
  .premium-item:nth-child(even) { padding-left: 24px; padding-right: 0; border-right: none; }
  .grid-2 { grid-template-columns: 1fr; }
  .two-col { grid-template-columns: 1fr; }
  .hero-facts { flex-direction: column; gap: 8px; }
  .hero-facts span { padding-left: 0; border-right: none; padding-right: 0; }
  section { padding: 52px 0; }
  .res-grid { grid-template-columns: 1fr; gap: 28px; }
  .res-form { padding: 24px 20px; }
  .form-row-split { grid-template-columns: 1fr; }
}
