/*
Theme Name: Holly Vergara Real Estate
Theme URI: https://hollyvergara.com
Author: Built for Holly Vergara
Author URI: https://hollyvergara.com
Description: Custom WordPress theme for Holly Vergara — military veteran realtor serving the San Francisco Bay Area and Las Vegas. Bold sans-serif, photography-forward, mono-and-terracotta minimalism.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hollyvergara
*/

/* ---------- RESET & BASE ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ink); text-decoration: none; transition: color .2s ease, opacity .2s ease; }
a:hover { color: var(--clay); }

/* ---------- ROOT VARIABLES ---------- */
:root {
  --bg: #FAFAF7;            /* warm off-white background */
  --bg-alt: #F2EFE9;        /* slightly deeper warm tone */
  --ink: #1A1A1A;           /* near-black for text */
  --ink-soft: #4A4A4A;      /* muted body text */
  --line: #E5E2DA;          /* subtle borders */
  --clay: #C97B5C;          /* terracotta — single accent, used sparingly */
  --clay-deep: #A8593A;     /* hover state */
  --clay-soft: #E8B5A0;     /* tints */
  --muted: #6B6B6B;
  --white: #FFFFFF;
  --max: 1280px;
  --max-narrow: 760px;

  /* legacy aliases so old class references keep working */
  --navy: var(--ink);
  --navy-soft: var(--ink-soft);
  --cream: var(--bg);
  --cream-deep: var(--bg-alt);
  --brass: var(--clay);
  --brass-light: var(--clay);
  --charcoal: var(--ink);
}

/* ---------- TYPOGRAPHY ---------- */
h1, h2, h3, h4, h5 {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.05;
  color: var(--ink);
  margin: 0 0 0.5em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.4rem, 5.5vw, 4.5rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); font-weight: 700; }
h4 { font-size: 1.1rem; font-weight: 700; letter-spacing: 0; }
h5 { font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.18em; color: var(--clay); }

p { margin: 0 0 1.2em; color: var(--ink-soft); }
.lead { font-size: 1.2rem; color: var(--ink-soft); line-height: 1.6; }

.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--clay);
  margin: 0 0 1.5rem;
  display: block;
}

/* ---------- LAYOUT ---------- */
.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 32px;
}
.section { padding: clamp(80px, 12vw, 160px) 0; }
.section--mono { background: var(--ink); color: var(--bg); }
.section--mono h1, .section--mono h2, .section--mono h3 { color: var(--bg); }
.section--mono p { color: rgba(250,250,247,0.75); }
.section--mono .eyebrow { color: var(--clay-soft); }
.section--alt { background: var(--bg-alt); }

.center { text-align: center; }
.narrow { max-width: var(--max-narrow); margin: 0 auto; }

/* ---------- HEADER ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  padding: 24px 0;
  transition: background .3s ease, padding .3s ease;
}
.site-header.scrolled {
  background: rgba(250,250,247,0.96);
  backdrop-filter: blur(12px);
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1400px;
}
.brand {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--bg);
  text-transform: uppercase;
  transition: color .3s ease;
}
.scrolled .brand { color: var(--ink); }
.brand-mark { color: var(--clay); font-weight: 700; }

.nav { display: flex; gap: 40px; align-items: center; }
.nav a {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--bg);
  position: relative;
  padding: 8px 0;
}
.scrolled .nav a { color: var(--ink); }
.nav a::after {
  content: ''; position: absolute; left: 0; bottom: 4px;
  width: 0; height: 1px; background: currentColor;
  transition: width .25s ease;
}
.nav a:hover::after, .nav a.current::after { width: 100%; }

.nav-cta {
  background: var(--clay);
  color: var(--white) !important;
  padding: 12px 24px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 0;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--clay-deep); color: var(--white) !important; }
.scrolled .nav-cta { color: var(--white) !important; }

.menu-toggle {
  display: none; background: none; border: none; cursor: pointer;
  width: 36px; height: 36px; padding: 0; z-index: 60;
}
.menu-toggle span {
  display: block; width: 24px; height: 1.5px; background: var(--bg);
  margin: 6px auto; transition: all .25s ease;
}
.scrolled .menu-toggle span { background: var(--ink); }

@media (max-width: 860px) {
  .menu-toggle { display: block; }
  .nav {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    flex-direction: column; gap: 0; justify-content: center;
    background: var(--ink); padding: 40px 24px;
    transform: translateX(100%); transition: transform .3s ease;
    z-index: 55;
  }
  .nav.open { transform: translateX(0); }
  .nav a {
    font-size: 1.8rem; font-weight: 800; letter-spacing: -0.02em;
    padding: 16px 0; color: var(--bg);
    text-transform: none;
  }
  .scrolled .nav a { color: var(--bg); }
  .nav-cta { margin-top: 24px; text-align: center; font-size: 0.9rem; }
}

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-block;
  padding: 18px 36px;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--clay);
  color: var(--white);
  border: 1px solid var(--clay);
  border-radius: 0;
  cursor: pointer;
  transition: all .25s ease;
}
.btn:hover { background: var(--clay-deep); border-color: var(--clay-deep); color: var(--white); }
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn--ghost:hover { background: var(--ink); color: var(--bg); }
.btn--ghost-light {
  background: transparent;
  color: var(--bg);
  border-color: var(--bg);
}
.btn--ghost-light:hover { background: var(--bg); color: var(--ink); }

/* ---------- HERO (HOMEPAGE) ----------
 * Ruth-style: full-bleed photography. 4 photos crossfade every 6 seconds
 * while each one slowly Ken Burns-zooms during its visible window.
 * Total loop: 24 seconds. Looks like cinematic motion without needing video.
 */
.hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  background: var(--ink);
  overflow: hidden;
}
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center top;
  /* Anchor the Ken Burns zoom to the top of the image so faces don't drift off-screen as it scales */
  transform-origin: center 25%;
  opacity: 0;
  animation: heroFade 36s infinite, heroZoom 36s ease-in-out infinite;
  will-change: opacity, transform;
}
.hero-slide:nth-child(1) { animation-delay:  0s,  0s; }
.hero-slide:nth-child(2) { animation-delay:  6s,  6s; }
.hero-slide:nth-child(3) { animation-delay: 12s, 12s; }
.hero-slide:nth-child(4) { animation-delay: 18s, 18s; }
.hero-slide:nth-child(5) { animation-delay: 24s, 24s; }
.hero-slide:nth-child(6) { animation-delay: 30s, 30s; }

/* 6 slides × 6s each = 36s loop. Each slide: ~0.7s fade in, ~5s solid, ~1s fade out. */
@keyframes heroFade {
  0%   { opacity: 0; }
  2%   { opacity: 1; }
  15%  { opacity: 1; }
  18%  { opacity: 0; }
  100% { opacity: 0; }
}

/* Slide 1 — shows immediately on page load, no fade-in. */
.hero-slide:nth-child(1) {
  animation: heroFadeFirst 36s infinite, heroZoom 36s ease-in-out infinite !important;
}
@keyframes heroFadeFirst {
  0%   { opacity: 1; }
  15%  { opacity: 1; }
  18%  { opacity: 0; }
  100% { opacity: 0; }
}
@keyframes heroZoom {
  /* Reduced from 1.10 to 1.05 — gentler zoom means less cropping on tall portrait photos */
  0%   { transform: scale(1.0); }
  18%  { transform: scale(1.05); }
  19%  { transform: scale(1.0); }
  100% { transform: scale(1.0); }
}

/* Honor reduced-motion preferences — show only first slide static */
@media (prefers-reduced-motion: reduce) {
  .hero-slide { animation: none; opacity: 0; }
  .hero-slide:nth-child(1) { opacity: 1; }
}

.hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.6) 100%);
  z-index: 1;
}
.hero-content {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 0 80px;
}
.hero-content .container {
  display: flex; align-items: flex-end; justify-content: space-between;
  flex-wrap: wrap; gap: 24px;
  position: relative; z-index: 2;
}
.hero-tagline {
  color: var(--bg);
  max-width: 540px;
}
.hero-tagline p {
  color: rgba(250,250,247,0.85);
  font-size: 1.05rem;
  margin: 0;
}
.hero-tagline .eyebrow {
  color: var(--bg);
  margin-bottom: 12px;
}

/* ---------- PAGE HERO (interior pages) ----------
 * Ruth-style: massive bold sans title overlaid on full-bleed photo
 */
.page-hero {
  position: relative;
  min-height: 60vh;
  background: var(--ink);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  padding: 140px 0 80px;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: var(--page-hero-image, linear-gradient(135deg, #1A1A1A 0%, #2E2E2E 100%));
  background-size: cover;
  /* Same upper-third positioning so faces stay in frame */
  background-position: center 22%;
  opacity: 0.6;
  animation: heroZoom 18s ease-in-out infinite alternate;
}
@media (prefers-reduced-motion: reduce) {
  .page-hero::before { animation: none; }
}
.page-hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.3), rgba(0,0,0,0.5));
}
.page-hero .container { position: relative; z-index: 2; text-align: center; }
.page-hero h1 {
  color: var(--bg);
  font-size: clamp(3rem, 9vw, 7.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
.page-hero .eyebrow { color: var(--clay-soft); margin-bottom: 24px; }
.page-hero p {
  color: rgba(250,250,247,0.85);
  max-width: 600px;
  margin: 32px auto 0;
  font-size: 1.05rem;
}

/* ---------- STATS BLOCK ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stat {
  padding: 60px 32px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.stat:last-child { border-right: none; }
.stat-number {
  font-family: 'Inter', sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--ink);
  margin-bottom: 12px;
}
.stat-number .accent { color: var(--clay); }
.stat-label {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
@media (max-width: 720px) {
  .stat { border-right: none; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: none; }
}

/* ---------- INTRO BLOCK (below hero) ---------- */
.intro {
  padding: clamp(80px, 10vw, 140px) 0 60px;
  text-align: center;
}
.intro h2 {
  max-width: 18ch;
  margin: 0 auto 24px;
}
.intro .lead {
  max-width: 60ch;
  margin: 0 auto;
}

/* ---------- SERVICES ----------
 * Desktop: 4 columns with row 1 (boxes 1-4) and boxes 5+6 centered in row 2
 * (under boxes 2 and 3 visually).
 * Tablet:  2 columns. Mobile: 1 column.
 */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 80px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.service-card:nth-child(5) { grid-column-start: 2; }
.service-card:nth-child(6) { grid-column-start: 3; }

@media (max-width: 1100px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(5),
  .service-card:nth-child(6) { grid-column-start: auto; }
}
@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; }
}

.service-card {
  padding: 48px 36px;
  background: var(--bg);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background .25s ease;
}
.service-card:hover { background: var(--bg-alt); }
.service-card .num {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--clay);
  margin-bottom: 16px;
}
.service-card h4 {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  color: var(--ink);
}
.service-card p { color: var(--ink-soft); margin: 0; font-size: 0.95rem; }

/* ---------- PROCESS ---------- */
.process-list {
  list-style: none; padding: 0; margin: 80px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.process-step {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 40px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(250,250,247,0.12);
}
.process-step:last-child { border-bottom: none; }
.process-step .step-num {
  font-family: 'Inter', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--clay);
  line-height: 1;
}
.process-step h3 {
  color: var(--bg);
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.process-step p { color: rgba(250,250,247,0.7); font-size: 1rem; margin: 0; }
@media (max-width: 720px) {
  .process-step { grid-template-columns: 1fr; gap: 8px; }
}

/* ---------- SPLIT (image + copy) ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.split img { aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.split.split--reverse > :first-child { order: 2; }
@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; gap: 40px; }
  .split.split--reverse > :first-child { order: 0; }
}

/* ---------- FOUNDER SECTION ---------- */
.founder {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 64px;
  align-items: start;
}
.founder img {
  aspect-ratio: 4/5;
  object-fit: cover;
  width: 100%;
}
.founder-content h2 { margin-bottom: 32px; max-width: 18ch; }
.founder-tabs {
  display: flex; gap: 32px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px; margin-bottom: 32px;
}
.founder-tabs .tab {
  font-size: 0.85rem; font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  cursor: pointer;
  background: none; border: none; padding: 0;
  position: relative;
  transition: color .2s ease;
}
.founder-tabs .tab.active { color: var(--ink); }
.founder-tabs .tab.active::before {
  content: '•'; color: var(--clay);
  margin-right: 8px;
}
.founder-tabs .tab:hover { color: var(--ink); }
.founder-tab-content { display: none; }
.founder-tab-content.active { display: block; }
@media (max-width: 860px) {
  .founder { grid-template-columns: 1fr; gap: 40px; }
}

/* ---------- VALUES ---------- */
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 48px;
  margin-top: 64px;
}
.value h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  position: relative;
  padding-top: 16px;
}
.value h3::before {
  content: ''; display: block;
  width: 32px; height: 2px; background: var(--clay);
  margin-bottom: 16px;
  position: absolute; top: 0; left: 0;
}
.value p { color: var(--ink-soft); font-size: 0.97rem; margin: 0; }

/* ---------- AREAS ---------- */
.areas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 0;
  margin-top: 64px;
}
.area-card {
  padding: 48px 40px;
  background: var(--bg);
  border-left: 4px solid var(--clay);
}
.area-card + .area-card { border-left-color: var(--ink); }
.area-card h3 { font-size: 1.4rem; margin-bottom: 12px; }
.area-card p { color: var(--ink-soft); margin: 0; }

/* ---------- TESTIMONIALS ---------- */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 48px;
  margin-top: 64px;
}
.testimonial {
  padding: 0;
}
.testimonial::before {
  content: '"';
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 4rem;
  line-height: 1;
  color: var(--clay);
  font-weight: 800;
  margin-bottom: 16px;
}
.testimonial p {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 24px;
  font-weight: 400;
}
.testimonial cite {
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* ---------- FAQ ---------- */
.faq {
  margin-top: 64px;
  max-width: 820px;
  margin-left: auto; margin-right: auto;
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}
.faq summary {
  cursor: pointer; list-style: none;
  display: flex; align-items: center; justify-content: space-between;
  font-weight: 700; font-size: 1.05rem;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; font-size: 1.6rem; font-weight: 300;
  color: var(--clay);
  transition: transform .25s ease;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p {
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 0.97rem;
}

/* ---------- NEWSLETTER ---------- */
.newsletter {
  background: var(--ink);
  color: var(--bg);
  padding: clamp(60px, 8vw, 100px);
  text-align: center;
}
.newsletter h2 { color: var(--bg); margin-bottom: 16px; }
.newsletter p { color: rgba(250,250,247,0.75); max-width: 60ch; margin: 0 auto 32px; }
.newsletter form {
  display: flex; gap: 0; max-width: 480px; margin: 0 auto;
}
.newsletter input[type="email"] {
  flex: 1; padding: 18px 20px;
  border: 1px solid var(--bg);
  background: transparent;
  color: var(--bg);
  font-family: inherit; font-size: 0.95rem;
  border-right: none;
}
.newsletter input[type="email"]::placeholder { color: rgba(250,250,247,0.5); }
.newsletter button {
  padding: 18px 32px;
  background: var(--clay); color: var(--white); border: 1px solid var(--clay);
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}
.newsletter button:hover { background: var(--clay-deep); border-color: var(--clay-deep); }

/* ---------- CONTACT ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  align-items: start;
}
.contact-info h2 { margin-bottom: 24px; }
.contact-info p { font-size: 0.97rem; color: var(--ink-soft); }
.contact-info p strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 4px;
  margin-top: 24px;
  font-weight: 600;
}
.contact-info a { color: var(--ink); border-bottom: 1px solid var(--clay); }
.contact-info a:hover { color: var(--clay); }
.contact-form {
  background: var(--bg-alt);
  padding: 48px;
}
.contact-form label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 8px; margin-top: 20px;
}
.contact-form label:first-child { margin-top: 0; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; padding: 14px 16px;
  border: 1px solid var(--line);
  background: var(--bg);
  font-family: inherit; font-size: 0.97rem;
  color: var(--ink);
  margin-bottom: 8px;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--clay);
}
.contact-form button { margin-top: 24px; }
@media (max-width: 860px) {
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-form { padding: 32px; }
}

/* ---------- FOOTER ---------- */
.site-footer {
  background: var(--ink);
  color: var(--bg);
  padding: 80px 0 32px;
}
.site-footer .container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 64px;
}
.site-footer .brand {
  color: var(--bg);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: none;
}
.site-footer h4 {
  color: var(--bg);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.site-footer p { color: rgba(250,250,247,0.7); font-size: 0.95rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { padding: 6px 0; }
.site-footer a {
  color: rgba(250,250,247,0.85);
  font-size: 0.95rem;
}
.site-footer a:hover { color: var(--clay); }
.site-footer .small {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid rgba(250,250,247,0.12);
  display: flex; justify-content: space-between; gap: 16px;
  font-size: 0.78rem;
  color: rgba(250,250,247,0.5);
  letter-spacing: 0.06em;
}
@media (max-width: 720px) {
  .site-footer .container { grid-template-columns: 1fr; gap: 40px; }
  .site-footer .small { flex-direction: column; }
}

/* ---------- HERO CTA ---------- */
.hero-cta {
  display: flex; gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}
