/* ============================================================
   Arora Estate — RED color scheme (RE/MAX inspired)
   Loaded after style.css when color_scheme = "red".
   ============================================================ */
:root{
  --ink:#161616;
  --ink-soft:#262626;
  --navy:#1a1a1a;
  --gold:#e01a2c;        /* accent -> RE/MAX red */
  --gold-deep:#be1625;
  --cream:#fbf3f3;
  --line:#f1e2e2;
  --shadow:0 24px 60px -28px rgba(22,22,22,.5);
  --shadow-sm:0 10px 30px -18px rgba(22,22,22,.5);
}

/* Dark sections become near-black with a deep-red wash */
.hero{background:linear-gradient(120deg,#141414 0%,#201416 52%,#3d0d13 100%)}
.hero::before{
  background:
    radial-gradient(1200px 600px at 78% 10%,rgba(224,26,44,.20),transparent 60%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath d='M0 59.5h60M59.5 0v60' stroke='%23ffffff' stroke-opacity='0.03'/%3E%3C/svg%3E");
}
.stats{background:#161616}
.testi{background:#161616}
.cta{background:linear-gradient(120deg,#1a1416,#3d0d13)}
.site-footer{background:#0e0c0c}
.about .portrait{background:linear-gradient(160deg,#46161a,#161616)}
.listing .ph,.arora-card__media{background-color:#2a1417}

/* Accent contrast fixes: white text on the red accent */
.btn-gold{color:#fff}
.btn-gold:hover{box-shadow:0 14px 30px -12px rgba(190,22,37,.7)}
.listing .tag,.card .ic{color:#fff}
.card .ic{background:#fdecec}
.about .portrait .badge span{color:var(--gold-deep)}

/* Hero accent + brand mark */
.brand .mark b{color:var(--gold)}
.hero h1 em{color:var(--gold);font-style:italic}
