/*
Theme Name: The Covet List Premium
Theme URI: https://thecovetlist.com
Author: Prime Strategy Group
Description: A custom luxury real estate WordPress theme for The Covet List.
Version: 2.0
Text Domain: the-covet-list-premium
*/

:root{
  --black:#050505;
  --charcoal:#111111;
  --deep:#181512;
  --gold:#c7a45d;
  --gold2:#e0c37a;
  --cream:#f7f1e8;
  --white:#ffffff;
  --muted:#b9b0a5;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--black);
  color:var(--white);
  font-family:Inter,Arial,sans-serif;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}
.site-header{
  position:fixed;
  top:0;left:0;right:0;
  z-index:999;
  padding:18px 6vw;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  background:rgba(5,5,5,.78);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(199,164,93,.22);
}
.brand{
  font-family:Georgia,'Times New Roman',serif;
  font-size:31px;
  font-style:italic;
  color:#fff;
  white-space:nowrap;
}
.nav{
  display:flex;
  align-items:center;
  gap:24px;
}
.nav a{
  color:#f4efe8;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:11px;
  font-weight:700;
}
.nav a:hover{color:var(--gold)}
.nav .consult{
  color:#080808;
  background:var(--gold);
  padding:12px 16px;
}
.hero{
  min-height:100vh;
  display:flex;
  align-items:center;
  position:relative;
  padding:150px 6vw 80px;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.70) 45%,rgba(0,0,0,.28) 100%),
    url('https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=2400&q=88') center/cover;
}
.hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 72% 38%,rgba(199,164,93,.18),transparent 30%);
}
.hero-inner{position:relative;z-index:2;max-width:900px}
.eyebrow{
  color:var(--gold2);
  text-transform:uppercase;
  letter-spacing:.24em;
  font-size:12px;
  font-weight:800;
  margin-bottom:18px;
}
h1,h2,h3{
  font-family:Georgia,'Times New Roman',serif;
  font-weight:500;
}
h1{
  font-size:clamp(54px,8vw,118px);
  line-height:.9;
  letter-spacing:-.05em;
  margin:0 0 26px;
}
.hero p{
  max-width:720px;
  color:#eee4d8;
  font-size:clamp(18px,2vw,24px);
  line-height:1.6;
  margin:0 0 34px;
}
.actions{display:flex;flex-wrap:wrap;gap:13px}
.button{
  display:inline-block;
  border:1px solid var(--gold);
  color:#fff;
  padding:15px 22px;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:12px;
  font-weight:900;
}
.button.primary{
  background:var(--gold);
  color:#080808;
}
.button:hover{opacity:.85}
.quick-search{
  position:relative;
  z-index:3;
  width:min(1120px,88vw);
  margin:-75px auto 0;
  background:#f8f2e9;
  color:#151515;
  border:1px solid rgba(199,164,93,.45);
  box-shadow:0 28px 70px rgba(0,0,0,.32);
  padding:28px;
}
.quick-search h2{
  font-size:26px;
  margin:0 0 18px;
  letter-spacing:0;
}
.search-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr 1fr auto;
  gap:10px;
}
.search-grid input,.search-grid select{
  width:100%;
  padding:14px;
  border:1px solid #d6c7ae;
  background:#fff;
  color:#111;
}
.search-grid button{
  border:0;
  background:#111;
  color:#fff;
  padding:0 22px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:800;
}
.section{padding:95px 6vw}
.light{background:var(--cream);color:#111}
.inner{max-width:1180px;margin:0 auto}
.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:center;
}
h2{
  font-size:clamp(38px,5vw,70px);
  line-height:1;
  letter-spacing:-.04em;
  margin:0 0 24px;
}
p{font-size:18px;line-height:1.75}
.grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:42px;
}
.card{
  min-height:265px;
  background:#111;
  border:1px solid rgba(199,164,93,.30);
  padding:34px;
}
.light .card{background:#fff;border-color:rgba(0,0,0,.08)}
.card span{
  color:var(--gold);
  letter-spacing:.16em;
  text-transform:uppercase;
  font-size:12px;
  font-weight:900;
}
.card h3{
  font-size:30px;
  line-height:1.05;
  margin:16px 0 12px;
}
.card p{font-size:16px;color:#d7cec2}
.light .card p{color:#5e574f}
.image-panel{
  min-height:560px;
  background:
    linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.35)),
    url('https://images.unsplash.com/photo-1600607688969-a5bfcd646154?auto=format&fit=crop&w=1600&q=88') center/cover;
  border:1px solid rgba(199,164,93,.35);
}
.band{
  background:#0d0b09;
  border-top:1px solid rgba(199,164,93,.22);
  border-bottom:1px solid rgba(199,164,93,.22);
}
.stat-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:rgba(199,164,93,.18);
}
.stat{
  background:#0d0b09;
  padding:34px;
  text-align:center;
}
.stat strong{
  display:block;
  font-family:Georgia,serif;
  font-size:42px;
  color:var(--gold);
}
.cta-box{
  text-align:center;
  max-width:900px;
  margin:0 auto;
}
.footer{
  padding:42px 6vw;
  border-top:1px solid rgba(199,164,93,.24);
  color:#aaa;
  background:#020202;
  display:flex;
  justify-content:space-between;
  gap:24px;
}
.footer strong{color:var(--gold)}
.page-shell{
  padding:150px 6vw 90px;
  min-height:75vh;
  background:var(--cream);
  color:#111;
}
.page-shell .inner{max-width:920px}
.page-shell h1{color:#111;font-size:clamp(44px,7vw,84px)}
@media(max-width:980px){
  .site-header{position:absolute;display:block}
  .nav{flex-wrap:wrap;margin-top:14px;gap:12px}
  .hero{padding:145px 24px 90px;min-height:850px}
  .quick-search{margin:0 auto;width:100%;box-shadow:none}
  .search-grid,.split,.grid,.stat-grid{grid-template-columns:1fr}
  .section{padding:70px 24px}
  .footer{display:block}
}
