/* ============================================================
   Real Estate Remotion — site styles
   Palette: Espresso #14100A · Gold #B08D4C · Light Gold #D2B172
            Ivory #F4EDDE · Taupe #8C7F6D · Panel #1E1810
   Type: Marcellus (display) · Inter (body)
   ============================================================ */

@font-face { font-family: 'Marcellus'; font-weight: 400; font-display: swap;
  src: url('../fonts/marcellus-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-weight: 400; font-display: swap;
  src: url('../fonts/inter-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-weight: 500; font-display: swap;
  src: url('../fonts/inter-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-weight: 600; font-display: swap;
  src: url('../fonts/inter-latin-600-normal.woff2') format('woff2'); }

:root {
  --espresso: #14100A;
  --panel: #1E1810;
  --panel-2: #262017;
  --line: #3A3222;
  --gold: #B08D4C;
  --gold-lt: #D2B172;
  --ivory: #F4EDDE;
  --taupe: #A99C88;
  --max: 1120px;
  --radius: 10px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--espresso);
  color: var(--ivory);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .serif { font-family: 'Marcellus', Georgia, serif; font-weight: 400; line-height: 1.15; }
h1 { font-size: clamp(2.3rem, 5.4vw, 3.9rem); letter-spacing: 0.01em; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
h3 { font-size: 1.32rem; }
p { color: var(--taupe); }
strong { color: var(--ivory); font-weight: 600; }
a { color: var(--gold-lt); text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
section { padding: 88px 0; }
.kicker {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px;
}
.center { text-align: center; }
.lead { font-size: 1.18rem; max-width: 680px; }
.center .lead { margin: 18px auto 0; }

/* ---------- nav ---------- */
header.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(20, 16, 10, 0.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between; height: 74px;
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand img { width: 40px; height: 40px; }
.brand .name { display: flex; flex-direction: column; line-height: 1.05; }
.brand .name .sm {
  font-family: 'Inter'; font-size: 0.58rem; font-weight: 600;
  letter-spacing: 0.32em; color: var(--gold);
}
.brand .name .lg { font-family: 'Marcellus', serif; font-size: 1.22rem; letter-spacing: 0.09em; color: var(--ivory); }
nav.links { display: flex; align-items: center; gap: 30px; }
nav.links a { color: var(--taupe); font-size: 0.93rem; font-weight: 500; transition: color .18s; }
nav.links a:hover, nav.links a.active { color: var(--ivory); }
nav.links a.btn-gold, nav.links a.btn-gold:hover { color: #17120A; }
.menu-btn { display: none; background: none; border: 1px solid var(--line); color: var(--ivory);
  border-radius: 6px; padding: 8px 12px; font-size: 1rem; cursor: pointer; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block; padding: 14px 28px; border-radius: 6px;
  font-weight: 600; font-size: 0.96rem; letter-spacing: 0.02em;
  transition: transform .15s, box-shadow .15s, background .15s;
}
.btn-gold { background: var(--gold); color: #17120A; }
.btn-gold:hover { background: var(--gold-lt); transform: translateY(-1px); }
.btn-ghost { border: 1px solid var(--gold); color: var(--gold-lt); }
.btn-ghost:hover { background: rgba(176, 141, 76, 0.1); }
.btn-sm { padding: 10px 20px; font-size: 0.88rem; }

/* ---------- hero ---------- */
.hero { padding: 110px 0 96px; position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% -10%, rgba(176,141,76,0.13), transparent 70%);
  pointer-events: none;
}
.hero .wrap { position: relative; }
.hero h1 { max-width: 820px; }
.hero h1 em { font-style: normal; color: var(--gold-lt); }
.hero .lead { margin-top: 24px; }
.hero .cta-row { margin-top: 40px; display: flex; gap: 16px; flex-wrap: wrap; }
.hero .sub-note { margin-top: 18px; font-size: 0.86rem; color: var(--taupe); }

/* ---------- cards & grids ---------- */
.grid { display: grid; gap: 26px; margin-top: 52px; }
.grid.c2 { grid-template-columns: repeat(2, 1fr); }
.grid.c3 { grid-template-columns: repeat(3, 1fr); }
.grid.c4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--panel); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 34px 30px;
}
.card h3 { margin-bottom: 12px; color: var(--ivory); }
.card p { font-size: 0.97rem; }
.card .num {
  font-family: 'Marcellus', serif; font-size: 1.9rem; color: var(--gold);
  margin-bottom: 14px; display: block;
}
.card.accent { border-color: var(--gold); position: relative; }

.badge {
  display: inline-block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gold-lt);
  border: 1px solid var(--gold); border-radius: 100px; padding: 4px 14px; margin-bottom: 16px;
}
.badge.fill { background: var(--gold); color: #17120A; }

/* ---------- section striping ---------- */
section.alt { background: linear-gradient(180deg, var(--panel) 0%, var(--espresso) 100%);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* ---------- pricing ---------- */
.price-cards { align-items: stretch; }
.price-card { display: flex; flex-direction: column; }
.price-card .price { font-family: 'Marcellus', serif; font-size: 2.7rem; color: var(--ivory); margin: 6px 0 2px; }
.price-card .per { font-size: 0.85rem; color: var(--taupe); margin-bottom: 20px; }
.price-card ul { list-style: none; margin: 0 0 26px; flex: 1; }
.price-card li { padding: 8px 0 8px 28px; position: relative; color: var(--taupe); font-size: 0.94rem;
  border-bottom: 1px solid rgba(58,50,34,0.5); }
.price-card li:last-child { border-bottom: none; }
.price-card li::before { content: "◆"; position: absolute; left: 2px; top: 9px; color: var(--gold); font-size: 0.62rem; }
.price-card .btn { align-self: flex-start; }

table.rates { width: 100%; border-collapse: collapse; margin-top: 34px; font-size: 0.95rem; }
table.rates th { text-align: left; padding: 13px 16px; color: var(--gold); font-weight: 600;
  font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; border-bottom: 1px solid var(--gold); }
table.rates td { padding: 13px 16px; border-bottom: 1px solid var(--line); color: var(--taupe); }
table.rates td:first-child { color: var(--ivory); font-weight: 500; }

/* ---------- steps ---------- */
.steps { counter-reset: step; }
.step { display: flex; gap: 26px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.step:last-child { border-bottom: none; }
.step .n {
  flex: 0 0 58px; height: 58px; border: 1px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Marcellus', serif; font-size: 1.45rem; color: var(--gold-lt);
}
.step h3 { margin-bottom: 8px; }
.step p { font-size: 0.98rem; }

/* ---------- gallery placeholders ---------- */
.demo-tile {
  position: relative; border: 1px solid var(--line); border-radius: var(--radius);
  background:
    linear-gradient(145deg, var(--panel) 0%, var(--panel-2) 55%, #2E2618 100%);
  aspect-ratio: 16/10; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 14px; text-align: center; padding: 26px;
}
.demo-tile img { width: 64px; height: 64px; opacity: 0.9; }
.demo-tile .t { font-family: 'Marcellus', serif; font-size: 1.15rem; color: var(--ivory); }
.demo-tile .s { font-size: 0.85rem; color: var(--taupe); max-width: 300px; }

/* ---------- faq ---------- */
details.faq {
  border-bottom: 1px solid var(--line); padding: 6px 0;
}
details.faq summary {
  cursor: pointer; list-style: none; padding: 18px 40px 18px 0; position: relative;
  font-family: 'Marcellus', serif; font-size: 1.14rem; color: var(--ivory);
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after {
  content: "+"; position: absolute; right: 4px; top: 14px;
  font-size: 1.5rem; color: var(--gold); transition: transform .2s;
}
details.faq[open] summary::after { transform: rotate(45deg); }
details.faq .a { padding: 0 0 22px; max-width: 760px; }
details.faq .a p { font-size: 0.97rem; }

/* ---------- callouts ---------- */
.callout {
  border-left: 3px solid var(--gold); background: var(--panel);
  border-radius: 0 var(--radius) var(--radius) 0; padding: 26px 30px; margin-top: 40px;
}
.callout p { font-size: 0.97rem; }
.callout .t { font-family: 'Marcellus', serif; color: var(--gold-lt); font-size: 1.1rem; margin-bottom: 8px; }

/* ---------- capture guide specifics ---------- */
.check-list, .cross-list { list-style: none; margin-top: 14px; }
.check-list li, .cross-list li { padding: 9px 0 9px 34px; position: relative; color: var(--taupe); font-size: 0.98rem; }
.check-list li::before { content: "✓"; position: absolute; left: 4px; color: var(--gold-lt); font-weight: 700; }
.cross-list li::before { content: "✕"; position: absolute; left: 4px; color: #B0644C; font-weight: 700; }

/* ---------- forms ---------- */
form.contact { display: grid; gap: 18px; max-width: 640px; margin-top: 40px; }
form.contact label { font-size: 0.85rem; font-weight: 600; letter-spacing: 0.06em; color: var(--ivory); }
form.contact input, form.contact select, form.contact textarea {
  width: 100%; margin-top: 8px; padding: 13px 16px; border-radius: 6px;
  background: var(--panel); border: 1px solid var(--line); color: var(--ivory);
  font-family: 'Inter'; font-size: 0.96rem;
}
form.contact input:focus, form.contact select:focus, form.contact textarea:focus {
  outline: none; border-color: var(--gold);
}

/* ---------- big cta band ---------- */
.cta-band {
  text-align: center; padding: 96px 0;
  background:
    radial-gradient(ellipse 55% 70% at 50% 110%, rgba(176,141,76,0.16), transparent 70%),
    var(--panel);
  border-top: 1px solid var(--line);
}
.cta-band h2 { max-width: 720px; margin: 0 auto; }
.cta-band .lead { margin: 20px auto 36px; }

/* ---------- footer ---------- */
footer { border-top: 1px solid var(--line); padding: 64px 0 44px; background: var(--espresso); }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.foot-grid h4 { font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.foot-grid a, .foot-grid p { display: block; color: var(--taupe); font-size: 0.92rem; margin-bottom: 10px; }
.foot-grid a:hover { color: var(--ivory); }
.disclosure {
  margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line);
  font-size: 0.82rem; color: #7A6F5E; max-width: 900px;
}
.copyright { margin-top: 20px; font-size: 0.82rem; color: #7A6F5E; }

/* ---------- responsive ---------- */
@media (max-width: 940px) {
  .grid.c3, .grid.c4 { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  nav.links { display: none; position: absolute; top: 74px; left: 0; right: 0;
    background: var(--espresso); border-bottom: 1px solid var(--line);
    flex-direction: column; padding: 22px 24px; align-items: flex-start; gap: 20px; }
  nav.links.open { display: flex; }
  .menu-btn { display: block; }
  .grid.c2, .grid.c3, .grid.c4 { grid-template-columns: 1fr; }
  section { padding: 64px 0; }
  .hero { padding: 72px 0 64px; }
  .foot-grid { grid-template-columns: 1fr; }
  .step { flex-direction: column; gap: 14px; }
}
