/* Home Views 360 — site styles */
:root {
  --navy: #13314f;
  --navy-2: #1d4067;
  --teal: #c0902e;        /* brand gold accent */
  --teal-dark: #a3781f;   /* deeper gold */
  --gold: #c0902e;
  --check: #3aa14a;
  --ink: #1a2330;
  --slate: #5b6b7d;
  --line: #e4e9ef;
  --bg: #ffffff;
  --bg-soft: #f5f8fb;
  --bg-soft-2: #eef3f8;
  --white: #ffffff;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 18px 50px -24px rgba(14, 42, 71, 0.35);
  --shadow-sm: 0 8px 24px -16px rgba(14, 42, 71, 0.4);
  --maxw: 1160px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { line-height: 1.15; letter-spacing: -0.02em; color: var(--navy); font-weight: 800; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); }
h3 { font-size: 1.2rem; }
p { color: var(--slate); }

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-dark);
  margin-bottom: 14px;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 600; font-size: 0.98rem;
  padding: 13px 26px; border-radius: 999px;
  border: 1.5px solid transparent; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.btn-primary { background: var(--navy); color: #fff; box-shadow: 0 12px 26px -12px rgba(19,49,79,.8); }
.btn-primary:hover { background: var(--navy-2); transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--navy); box-shadow: 0 10px 24px -12px rgba(192,144,46,.8); font-weight: 700; }
.btn-gold:hover { background: #d3a23a; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--gold); color: var(--teal-dark); transform: translateY(-2px); }
.btn-white { background: #fff; color: var(--navy); }
.btn-white:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-gold-solid { background: var(--gold); color: var(--navy); font-weight: 700; }
.btn-gold-solid:hover { background: #d3a23a; transform: translateY(-2px); }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn-outline-white:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }

/* Brand logo images */
.brand-logo { height: 46px; width: auto; display: block; }
.footer-logo { height: 64px; width: auto; margin-bottom: 16px; }
.hero-logo { height: 92px; width: auto; margin-bottom: 22px; }
.accent-line { width: 58px; height: 4px; background: var(--gold); border-radius: 3px; margin: 18px 0 0; }
.section-head .accent-line { margin: 18px auto 0; }
.section-head.left .accent-line { margin-left: 0; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.85);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; color: var(--navy); font-size: 1.12rem; letter-spacing: -0.01em; }
.brand .logo { width: 38px; height: 38px; flex: none; }
.brand small { display: block; font-size: 0.62rem; letter-spacing: 0.22em; color: var(--teal-dark); font-weight: 700; margin-top: -2px; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a { padding: 9px 14px; border-radius: 8px; font-weight: 500; color: var(--ink); font-size: 0.96rem; transition: color .15s, background .15s; }
.nav-links a:hover { color: var(--teal-dark); background: var(--bg-soft); }
.nav-links a.active { color: var(--teal-dark); font-weight: 600; }
.nav-links .phone-link { font-weight: 700; color: var(--navy); }
.nav-links .phone-link:hover { color: var(--teal-dark); }
.nav-links .btn { margin-left: 8px; padding: 10px 20px; }

/* Hero brand panel */
.hero-logo-wrap { position: absolute; inset: 0; display: grid; place-items: center; padding: 10% 12% 24%; }
.hero-brandmark { width: 78%; max-width: 360px; height: auto; opacity: .97; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; transition: .25s; border-radius: 2px; }

/* Hero */
.hero { position: relative; background: var(--bg-soft); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(900px 400px at 85% -10%, rgba(27,182,166,.12), transparent 60%),
    radial-gradient(700px 500px at -5% 110%, rgba(14,42,71,.07), transparent 60%);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; padding: 84px 0 92px; }
.hero h1 span { color: var(--teal-dark); }
.hero p.lead { font-size: 1.15rem; margin: 22px 0 30px; max-width: 520px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust { margin-top: 34px; display: flex; gap: 28px; flex-wrap: wrap; }
.hero-trust div { }
.hero-trust strong { display: block; font-size: 1.6rem; color: var(--navy); font-weight: 800; }
.hero-trust span { font-size: 0.86rem; color: var(--slate); }
.hero-visual {
  position: relative; aspect-ratio: 4/3.4; border-radius: 22px; overflow: hidden;
  box-shadow: var(--shadow);
  background:
    linear-gradient(140deg, var(--navy) 0%, var(--navy-2) 55%, #0b2138 100%);
}
.hero-visual .grid-lines {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 38px 38px;
}
.hero-visual .floorplan { position: absolute; inset: 12% 12% 26% 12%; }
.hero-visual .badge {
  position: absolute; left: 22px; bottom: 22px; right: 22px;
  background: rgba(255,255,255,.96); border-radius: 14px; padding: 16px 18px;
  display: flex; align-items: center; gap: 14px; box-shadow: var(--shadow-sm);
}
.hero-visual .badge .dot { width: 42px; height: 42px; border-radius: 12px; background: var(--teal); display: grid; place-items: center; flex: none; }
.hero-visual .badge b { color: var(--navy); display: block; font-size: 0.98rem; }
.hero-visual .badge span { font-size: 0.82rem; color: var(--slate); }

/* Section scaffolding */
.section { padding: 92px 0; }
.section.soft { background: var(--bg-soft); }
.section-head { max-width: 680px; margin: 0 auto 54px; text-align: center; }
.section-head p { margin-top: 14px; font-size: 1.05rem; }
.section-head.left { margin-left: 0; text-align: left; }

/* Service cards */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 28px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.card .ico { width: 52px; height: 52px; border-radius: 13px; background: var(--bg-soft-2); color: var(--teal-dark); display: grid; place-items: center; margin-bottom: 18px; }
.card:hover .ico { background: var(--teal); color: #fff; }
.card h3 { margin-bottom: 8px; }
.card p { font-size: 0.96rem; }
.card .more { margin-top: 16px; font-weight: 600; color: var(--teal-dark); font-size: 0.92rem; display: inline-flex; gap: 6px; }

/* Feature split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split .media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 5/4; background: linear-gradient(140deg, var(--navy), var(--navy-2)); position: relative; }
.split ul { list-style: none; margin-top: 22px; display: grid; gap: 16px; }
.split ul li { display: flex; gap: 13px; align-items: flex-start; color: var(--ink); font-weight: 500; }
.split ul li svg { flex: none; margin-top: 3px; color: var(--teal); }
.split ul li span { color: var(--slate); font-weight: 400; display: block; font-size: 0.92rem; }

/* Stats band */
.stats { background: var(--navy); color: #fff; }
.stats .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stats .grid h3 { color: #fff; font-size: 2.6rem; }
.stats .grid h3 span { color: var(--teal); }
.stats .grid p { color: rgba(255,255,255,.72); font-size: 0.94rem; margin-top: 4px; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; counter-reset: step; }
.step { position: relative; padding: 30px 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.step .num { width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 800; display: grid; place-items: center; margin-bottom: 16px; }
.step h3 { margin-bottom: 6px; }
.step p { font-size: 0.95rem; }

/* Portfolio gallery */
.gallery-note { text-align: center; color: var(--slate); font-size: 0.95rem; margin: 0 auto 34px; max-width: 640px; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tile { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); cursor: zoom-in; transition: transform .2s ease, box-shadow .2s ease; }
.tile:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.tile img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: contain; background: #fff; padding: 6px; }
.tile figcaption { padding: 14px 16px 16px; border-top: 1px solid var(--line); }
.tile figcaption b { display: block; font-size: 0.98rem; color: var(--navy); }
.tile figcaption span { font-size: 0.84rem; color: var(--slate); }
.tile .tag { position: absolute; top: 12px; left: 12px; background: var(--navy); color: #fff; font-size: 0.72rem; font-weight: 700; padding: 5px 11px; border-radius: 999px; letter-spacing: .03em; z-index: 2; }
.tile::after { content: "⤢"; position: absolute; top: 12px; right: 12px; width: 30px; height: 30px; display: grid; place-items: center; background: rgba(19,49,79,.85); color: #fff; border-radius: 8px; font-size: 0.9rem; opacity: 0; transition: opacity .2s; }
.tile:hover::after { opacity: 1; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(8,22,38,.92); display: none; align-items: center; justify-content: center; padding: 30px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 96vw; max-height: 92vh; border-radius: 8px; box-shadow: 0 30px 80px -20px rgba(0,0,0,.6); background: #fff; }
.lightbox-close { position: absolute; top: 18px; right: 24px; background: none; border: none; color: #fff; font-size: 2.6rem; line-height: 1; cursor: pointer; opacity: .85; }
.lightbox-close:hover { opacity: 1; }

/* Pricing */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.plan { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 30px; }
.plan.featured { border-color: var(--teal); box-shadow: var(--shadow); position: relative; }
.plan.featured::after { content: "Most popular"; position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--teal); color: #fff; font-size: 0.72rem; font-weight: 700; padding: 6px 14px; border-radius: 999px; letter-spacing: .04em; }
.plan h3 { font-size: 1.15rem; }
.plan .price { font-size: 2.6rem; font-weight: 800; color: var(--navy); margin: 12px 0 2px; }
.plan .price span { font-size: 0.95rem; color: var(--slate); font-weight: 500; }
.plan ul { list-style: none; margin: 22px 0 26px; display: grid; gap: 12px; }
.plan ul li { display: flex; gap: 10px; font-size: 0.94rem; color: var(--ink); }
.plan ul li svg { flex: none; color: var(--teal); }
.plan .btn { width: 100%; justify-content: center; }

/* CTA band */
.cta-band { background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: #fff; border-radius: 24px; padding: 56px; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.78); max-width: 560px; margin: 14px auto 28px; font-size: 1.05rem; }
.cta-band .hero-cta { justify-content: center; }

/* About */
.about-lead { display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: center; }
.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.value { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.value .ico { width: 48px; height:48px; border-radius:12px; background: var(--bg-soft-2); color: var(--teal-dark); display:grid; place-items:center; margin-bottom: 14px; }
.value h3 { margin-bottom: 6px; }
.value p { font-size: 0.94rem; }

/* Quick contact bar */
.quick-contact { display: grid; grid-template-columns: 1.3fr 1fr; gap: 30px; align-items: center; background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 36px; }
.quick-contact h2 { font-size: 1.6rem; }
.quick-contact p { margin-top: 8px; font-size: 0.97rem; }
.qc-actions { display: flex; flex-direction: column; gap: 12px; }
.btn-lg { font-size: 1.1rem; padding: 16px 28px; justify-content: center; }
@media (max-width: 760px) { .quick-contact { grid-template-columns: 1fr; } }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-sm); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 0.86rem; font-weight: 600; color: var(--navy); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 10px;
  font-family: inherit; font-size: 0.96rem; color: var(--ink); background: #fff; transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(27,182,166,.15); }
.field textarea { resize: vertical; min-height: 120px; }
.contact-info { display: grid; gap: 20px; }
.info-item { display: flex; gap: 16px; align-items: flex-start; }
.info-item .ico { width: 46px; height: 46px; border-radius: 12px; background: var(--bg-soft-2); color: var(--teal-dark); display: grid; place-items: center; flex: none; }
.info-item b { display: block; color: var(--navy); }
.info-item span { color: var(--slate); font-size: 0.95rem; }
.form-note { font-size: 0.82rem; color: var(--slate); margin-top: 6px; }
.form-success { display:none; background: #eef7ef; border:1px solid var(--check); color: #2a7a37; padding: 14px 16px; border-radius: 10px; font-weight: 600; margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.checks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 4px; }
.check { display: flex; align-items: center; gap: 9px; font-size: 0.93rem; color: var(--ink); font-weight: 500; cursor: pointer; }
.check input { width: auto; accent-color: var(--gold); }
.info-card { margin-top: 30px; background: linear-gradient(135deg, var(--navy), var(--navy-2)); border-radius: var(--radius); padding: 28px; }
.info-card h3 { margin-bottom: 8px; }
.info-list { list-style: none; margin-top: 16px; display: grid; gap: 11px; }
.info-list li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.9); font-size: 0.94rem; font-weight: 500; }
@media (max-width: 520px) { .field-row, .checks { grid-template-columns: 1fr; } }

/* Page hero (inner) */
.page-hero { background: var(--navy); color: #fff; padding: 70px 0 76px; position: relative; overflow: hidden; }
.page-hero::before { content:""; position:absolute; inset:0; background: radial-gradient(700px 300px at 90% -20%, rgba(27,182,166,.22), transparent 60%); }
.page-hero .container { position: relative; }
.page-hero .eyebrow { color: var(--teal); }
.page-hero h1 { color: #fff; }
.page-hero p { color: rgba(255,255,255,.78); max-width: 600px; margin-top: 14px; font-size: 1.1rem; }
.breadcrumb { font-size: 0.85rem; color: rgba(255,255,255,.6); margin-bottom: 16px; }
.breadcrumb a:hover { color: #fff; }

/* Footer */
.site-footer { background: #0b2138; color: rgba(255,255,255,.7); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
.site-footer .brand { color: #fff; }
.site-footer .brand small { color: var(--teal); }
.footer-grid p { color: rgba(255,255,255,.6); font-size: 0.93rem; margin-top: 14px; max-width: 280px; }
.footer-col h4 { color: #fff; font-size: 0.95rem; margin-bottom: 14px; font-weight: 700; }
/* ---- Real-logo lockups & flyer additions ---- */
.hero-logo-wrap { display: flex; flex-direction: column; align-items: center; justify-content: center; inset: 0; padding: 8% 12% 22%; }
.hero-icon { width: 132px; height: auto; margin-bottom: 18px; filter: drop-shadow(0 8px 18px rgba(0,0,0,.25)); }
.hero-wordmark { color: #fff; font-weight: 800; font-size: 1.7rem; letter-spacing: .03em; text-align: center; line-height: 1; }
.hero-wordmark span { font-size: .8rem; vertical-align: super; color: rgba(255,255,255,.7); font-weight: 700; margin-left: 2px; }
.hero-tagline { color: var(--gold); letter-spacing: .2em; font-size: .68rem; font-weight: 700; text-align: center; margin-top: 9px; }

.hero-chip { display: inline-block; margin-top: 24px; background: rgba(19,49,79,.05); border: 1px solid var(--line); color: var(--navy); font-size: .82rem; font-weight: 600; padding: 9px 16px; border-radius: 999px; }

.banner { background: linear-gradient(135deg, var(--navy), var(--navy-2)); border-radius: 20px; padding: 40px 46px; display: grid; grid-template-columns: auto 1fr; gap: 34px; align-items: center; color: #fff; }
.banner .big { font-size: 2rem; font-weight: 800; line-height: 1.05; color: #fff; }
.banner .big span { color: var(--gold); }
.banner p { color: rgba(255,255,255,.85); margin: 0; font-size: 1.02rem; }
.banner p strong { color: #fff; }

.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-icon { width: 46px; height: auto; flex: none; }
.footer-brand strong { display: block; color: #fff; font-weight: 800; letter-spacing: .03em; font-size: 1.05rem; line-height: 1; }
.footer-brand strong span { font-size: .58rem; vertical-align: super; color: var(--gold); }
.footer-brand small { display: block; color: var(--gold); letter-spacing: .16em; font-size: .58rem; font-weight: 700; margin-top: 5px; }

@media (max-width: 700px) {
  .banner { grid-template-columns: 1fr; gap: 16px; padding: 30px; }
}

/* Furnished / Unfurnished toggle */
.toggle-group { display: inline-flex; background: var(--bg-soft-2); border: 1px solid var(--line); border-radius: 999px; padding: 4px; gap: 4px; margin: 0 auto 28px; }
.gallery + .toggle-group, .gallery-note + .toggle-group { }
.section .container > .toggle-group { display: flex; width: fit-content; }
.toggle-btn { border: none; background: transparent; color: var(--slate); font-family: inherit; font-weight: 600; font-size: 0.95rem; padding: 10px 26px; border-radius: 999px; cursor: pointer; transition: background .18s, color .18s; }
.toggle-btn.active { background: var(--navy); color: #fff; box-shadow: var(--shadow-sm); }
.toggle-btn:not(.active):hover { color: var(--navy); }
.toggle-center { text-align: center; }

/* ---- Restored: footer detail, reveal, responsive ---- */
.footer-col a { display: block; padding: 5px 0; font-size: 0.92rem; color: rgba(255,255,255,.65); transition: color .15s; }
.footer-col a:hover { color: var(--teal); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 0.85rem; color: rgba(255,255,255,.5); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .hero-grid, .split, .about-lead, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: -1; }
  .cards, .steps, .values, .pricing, .gallery { grid-template-columns: 1fr 1fr; }
  .stats .grid { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .nav-links {
    position: absolute; top: 74px; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; gap: 0; padding: 10px 16px 18px;
    box-shadow: var(--shadow-sm); display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 12px; border-radius: 8px; }
  .nav-links .btn { margin: 8px 0 0; justify-content: center; }
  .nav-toggle { display: block; }
  .cards, .steps, .values, .pricing, .gallery, .footer-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 40px 24px; }
  .hero-trust { gap: 22px; }
}

/* Audience split cards (home) */
.aud-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.aud-card { display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 32px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s; }
.aud-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.aud-card.primary { border-color: var(--gold); box-shadow: 0 14px 40px -22px rgba(192,144,46,.6); }
.aud-card h3 { font-size: 1.35rem; margin-bottom: 10px; }
.aud-card p { font-size: 0.98rem; }
.aud-card .more { display: inline-block; margin-top: 16px; font-weight: 700; color: var(--teal-dark); font-size: 0.95rem; }
.aud-tag { display: inline-block; font-size: 0.7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #fff; background: var(--gold); padding: 5px 11px; border-radius: 999px; margin-bottom: 14px; }
.aud-tag.light { background: var(--bg-soft-2); color: var(--slate); }
@media (max-width: 760px) { .aud-grid { grid-template-columns: 1fr; } }

/* Centered contact page */
.contact-hero { background: var(--bg-soft); }
.contact-center { max-width: 640px; margin: 0 auto; text-align: center; }
.contact-logo { height: 66px; width: auto; margin: 0 auto 18px; }
.contact-center .accent-line { margin: 18px auto 24px; }
.contact-sub { font-size: 1.08rem; max-width: 540px; margin: 0 auto 28px; }
.contact-phone { display: block; font-size: clamp(2.2rem, 5vw, 3rem); font-weight: 800; color: var(--navy); letter-spacing: -0.02em; line-height: 1.1; }
.contact-phone:hover { color: var(--teal-dark); }
.contact-email { display: block; font-size: 1.15rem; color: var(--slate); margin: 8px 0 28px; }
.contact-email:hover { color: var(--teal-dark); }
.contact-meta { margin-top: 26px; color: var(--slate); font-size: 0.92rem; }
