/* ============================================================
   Consumer Decisions — Site Stylesheet
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:      #0a1628;
  --navy-mid:  #122040;
  --gold:      #c8964a;
  --gold-light:#e8b96a;
  --cream:     #f8f5f0;
  --cream-dark:#ede8df;
  --text:      #1a1a2e;
  --text-muted:#5a6070;
  --white:     #ffffff;
  --border:    rgba(200,150,74,0.2);
}

html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--text); overflow-x: hidden; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 0 5%; height: 72px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(10,22,40,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(200,150,74,0.15);
}
.nav-logo { display: flex; align-items: center; text-decoration: none; gap: 16px; }
.nav-logo img { height: 54px; display: block; }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a { text-decoration: none; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.7); transition: color 0.25s; }
.nav-links a:hover { color: var(--gold-light); }
.nav-cta { background: transparent; border: 1px solid var(--gold); color: var(--gold) !important; padding: 0.5rem 1.25rem; border-radius: 2px; transition: all 0.25s !important; }
.nav-cta:hover { background: var(--gold) !important; color: var(--navy) !important; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { display: block; width: 22px; height: 1.5px; background: var(--gold-light); margin: 5px 0; }

/* ── HERO ── */
#home { min-height: 100vh; background: var(--navy); display: flex; align-items: center; position: relative; overflow: hidden; padding: 120px 5% 80px; margin-top: 0; }
.hero-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(200,150,74,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(200,150,74,0.04) 1px, transparent 1px); background-size: 60px 60px; }
.hero-glow { position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(200,150,74,0.08) 0%, transparent 70%); top: -100px; right: -100px; pointer-events: none; }
.hero-content { position: relative; max-width: 900px; z-index: 2; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; opacity: 0; animation: fadeUp 0.8s 0.2s forwards; }
.hero-eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gold); }
.hero-headline { font-family: 'Playfair Display', serif; font-size: clamp(2.8rem, 5.5vw, 4.8rem); font-weight: 700; line-height: 1.1; color: var(--white); margin-bottom: 1.5rem; opacity: 0; animation: fadeUp 0.8s 0.35s forwards; }
.hero-headline em { font-style: normal; color: var(--gold-light); }
.hero-sub { font-size: 1.1rem; font-weight: 300; line-height: 1.7; color: rgba(255,255,255,0.65); max-width: 720px; margin-bottom: 2.5rem; opacity: 0; animation: fadeUp 0.8s 0.5s forwards; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; opacity: 0; animation: fadeUp 0.8s 0.65s forwards; }
.btn-primary { display: inline-block; background: var(--gold); color: var(--navy); text-decoration: none; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.9rem 2rem; border-radius: 2px; transition: all 0.25s; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-ghost { display: inline-flex; align-items: center; gap: 0.5rem; color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.9rem 0; transition: color 0.25s; }
.btn-ghost:hover { color: var(--gold-light); }
.btn-ghost svg { transition: transform 0.25s; }
.btn-ghost:hover svg { transform: translateX(4px); }

/* ── STATS BAND ── */
.stats-band { background: var(--navy-mid); border-top: 1px solid rgba(200,150,74,0.15); border-bottom: 1px solid rgba(200,150,74,0.15); padding: 3.5rem 5%; }
.stats-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.stat-item { padding: 0.5rem; }
.stat-number { font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 700; color: var(--gold-light); line-height: 1; margin-bottom: 0.4rem; }
.stat-label { font-size: 0.8rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); }

/* ── SECTIONS ── */
section { padding: 100px 5%; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-label { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.section-label::before { content: ''; display: block; width: 24px; height: 1px; background: var(--gold); }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; color: var(--navy); margin-bottom: 1.2rem; line-height: 1.2; }
.section-sub { font-size: 1.05rem; font-weight: 300; color: var(--text-muted); max-width: 680px; line-height: 1.75; margin-bottom: 3.5rem; }

/* ── WHAT WE DO ── */
#what-we-do { background: var(--cream); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px; background: var(--cream-dark); border: 1.5px solid var(--cream-dark); overflow: hidden; border-radius: 4px; }
.service-card { background: var(--white); padding: 2.5rem 2rem; position: relative; overflow: hidden; transition: transform 0.3s ease; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.35s ease; }
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover { transform: translateY(-3px); }
.service-icon { width: 52px; height: 52px; border-radius: 50%; background: rgba(200,150,74,0.08); display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; transition: background 0.3s; }
.service-card:hover .service-icon { background: rgba(200,150,74,0.18); }
.service-icon svg { width: 24px; height: 24px; stroke: var(--gold); }
.service-title { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; color: var(--navy); margin-bottom: 0.75rem; }
.service-desc { font-size: 0.95rem; font-weight: 300; color: var(--text-muted); line-height: 1.7; }

/* ── ABOUT ── */
#about { background: var(--navy); position: relative; overflow: hidden; }
#about .section-title { color: var(--white); }
#about .section-sub { color: rgba(255,255,255,0.55); }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; position: relative; z-index: 2; }
.about-text .section-sub { margin-bottom: 0; }
.about-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.pillar { background: rgba(255,255,255,0.04); border: 1px solid rgba(200,150,74,0.15); border-radius: 4px; padding: 1.5rem; transition: border-color 0.3s, background 0.3s; }
.pillar:hover { border-color: rgba(200,150,74,0.4); background: rgba(255,255,255,0.07); }
.pillar-icon { font-size: 1.4rem; margin-bottom: 0.75rem; }
.pillar-title { font-weight: 500; color: var(--white); margin-bottom: 0.4rem; font-size: 0.95rem; }
.pillar-desc { font-size: 0.82rem; font-weight: 300; color: rgba(255,255,255,0.45); line-height: 1.6; }

/* ── INDUSTRIES ── */
#industries { background: var(--cream-dark); }
.industries-list { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1rem; }
.industry-tag { display: inline-flex; align-items: center; gap: 0.6rem; background: var(--white); border: 1px solid var(--border); border-radius: 2px; padding: 0.75rem 1.25rem; font-size: 0.9rem; font-weight: 400; color: var(--navy); transition: all 0.25s; }
.industry-tag:hover { background: var(--navy); color: var(--gold-light); border-color: var(--navy); transform: translateY(-2px); }
.industry-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* ── CONTACT ── */
#contact { background: var(--cream); }
.contact-layout { display: grid; grid-template-columns: 1fr 1.3fr; gap: 5rem; align-items: start; }
.contact-info .section-sub { margin-bottom: 2rem; }
.contact-detail { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; font-size: 0.9rem; color: var(--text-muted); }
.contact-detail svg { width: 18px; height: 18px; stroke: var(--gold); flex-shrink: 0; }
.contact-form { background: var(--white); border: 1px solid var(--cream-dark); border-radius: 4px; padding: 2.5rem; box-shadow: 0 4px 40px rgba(10,22,40,0.06); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1rem; }
.form-group label,
.contact-form .wpcf7-form label { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); display: block; margin-bottom: 0.4rem; }
.form-group input,
.form-group textarea,
.contact-form .wpcf7-form input[type="text"],
.contact-form .wpcf7-form input[type="email"],
.contact-form .wpcf7-form textarea { font-family: 'DM Sans', sans-serif; font-size: 0.95rem; color: var(--text); background: var(--cream); border: 1px solid var(--cream-dark); border-radius: 2px; padding: 0.75rem 1rem; outline: none; transition: border-color 0.25s; resize: vertical; width: 100%; }
.form-group input:focus,
.form-group textarea:focus,
.contact-form .wpcf7-form input[type="text"]:focus,
.contact-form .wpcf7-form input[type="email"]:focus,
.contact-form .wpcf7-form textarea:focus { border-color: var(--gold); background: var(--white); }
.form-group textarea,
.contact-form .wpcf7-form textarea { min-height: 120px; }

/* CF7 submit button */
.contact-form .wpcf7-form input[type="submit"],
.form-submit { width: 100%; background: var(--navy); color: var(--gold-light); font-family: 'DM Sans', sans-serif; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding: 1rem; border: none; border-radius: 2px; cursor: pointer; transition: all 0.25s; margin-top: 0.5rem; }
.contact-form .wpcf7-form input[type="submit"]:hover,
.form-submit:hover { background: var(--gold); color: var(--navy); transform: translateY(-2px); }

/* CF7 name row — two fields side by side */
.cf7-name-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.cf7-name-row p { margin: 0; }
.cf7-name-row label { display: block; }
.cf7-name-row span.wpcf7-form-control-wrap { display: block; }
.cf7-name-row input[type="text"] { width: 100%; }

/* CF7 success/error messages */
.wpcf7-response-output { font-size: 0.9rem; padding: 1rem !important; border-radius: 2px !important; margin-top: 1rem !important; text-align: center; }
.wpcf7-mail-sent-ok { background: rgba(200,150,74,0.08) !important; border-color: rgba(200,150,74,0.25) !important; color: var(--gold) !important; }
.wpcf7-validation-errors, .wpcf7-spam-blocked { background: rgba(200,80,80,0.06) !important; border-color: rgba(200,80,80,0.25) !important; color: #a33 !important; }
.wpcf7-not-valid-tip { font-size: 0.78rem; color: #a33; margin-top: 0.25rem; }

/* CF7 spinner */
.wpcf7-spinner { vertical-align: middle; margin-left: 0.5rem; }

/* Standalone form success (non-CF7 fallback) */
.form-success { display: none; text-align: center; padding: 1rem; background: rgba(200,150,74,0.08); border: 1px solid rgba(200,150,74,0.25); border-radius: 2px; color: var(--gold); font-size: 0.9rem; margin-top: 1rem; }

/* ── FOOTER ── */
footer { background: var(--navy); border-top: 1px solid rgba(200,150,74,0.12); padding: 2.5rem 5%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.25rem; }
.footer-logo img { height: 42px; display: block; opacity: 0.85; }
.footer-copy { font-size: 0.8rem; color: rgba(255,255,255,0.3); }
.footer-links { display: flex; gap: 2rem; list-style: none; }
.footer-links a { text-decoration: none; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.35); transition: color 0.25s; }
.footer-links a:hover { color: var(--gold-light); }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  #home { padding-top: 96px; padding-bottom: 60px; min-height: auto; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .about-layout { grid-template-columns: 1fr; gap: 3rem; }
  .contact-layout { grid-template-columns: 1fr; gap: 3rem; }
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 72px; left: 0; right: 0; background: var(--navy); flex-direction: column; gap: 0; padding: 1rem 0; }
  .nav-links.open { display: flex; }
  .nav-links li { padding: 0.75rem 5%; border-bottom: 1px solid rgba(255,255,255,0.05); }
}
@media (max-width: 600px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .form-row, .cf7-name-row { grid-template-columns: 1fr; }
  .about-pillars { grid-template-columns: 1fr; }
  footer { flex-direction: column; text-align: center; }
}