/* ==========================================================================
   The Fonseca Law Firm — fonsecalawfirm.com
   Navy & gold design system
   ========================================================================== */

:root {
  --navy-950: #0f151e;
  --navy-900: #151e2b;
  --navy-800: #1b2534;
  --navy-700: #233042;
  --navy-600: #2e3d53;
  --gold: #c9a24b;
  --gold-bright: #d8b45f;
  --gold-pale: #ecd9a8;
  --gold-soft: rgba(201, 162, 75, .14);
  --cream: #faf7f2;
  --white: #ffffff;
  --ink: #242b35;
  --ink-soft: #4d5866;
  --line: #e7dfd1;
  --line-navy: rgba(255, 255, 255, .09);
  --red: #d2383e;
  --radius: 12px;
  --shadow-sm: 0 1px 3px rgba(21, 30, 43, .08);
  --shadow-md: 0 10px 30px -12px rgba(21, 30, 43, .25);
  --shadow-lg: 0 24px 60px -20px rgba(21, 30, 43, .45);
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-sans: "Source Sans 3", "Segoe UI", Tahoma, Arial, sans-serif;
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy-700); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--gold); }
h1, h2, h3, h4 { font-family: var(--font-serif); color: var(--navy-800); line-height: 1.18; margin: 0 0 .6em; font-weight: 700; }
h1 { font-size: clamp(2rem, 4.4vw, 3.1rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.15rem); }
h3 { font-size: 1.32rem; }
h4 { font-size: 1.1rem; font-family: var(--font-sans); font-weight: 700; }
p { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.2em; padding-left: 1.35em; }
li { margin-bottom: .5em; }
strong { color: var(--navy-800); }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 2px; }

.container { max-width: 1160px; margin: 0 auto; padding: 0 22px; }
.skip-link {
  position: absolute; left: -9999px; top: 0; background: var(--gold); color: var(--navy-950);
  padding: .6rem 1rem; z-index: 200; font-weight: 700; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; padding: .82rem 1.7rem; border-radius: 8px; border: 2px solid transparent;
  font-weight: 700; font-size: 1rem; letter-spacing: .015em; text-decoration: none; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  text-align: center;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-gold { background: linear-gradient(180deg, var(--gold-bright), var(--gold)); color: var(--navy-950); }
.btn-gold:hover { color: var(--navy-950); }
.btn-outline-light { border-color: var(--gold); color: var(--gold-pale); background: transparent; }
.btn-outline-light:hover { background: var(--gold); color: var(--navy-950); }
.btn-outline-navy { border-color: var(--navy-800); color: var(--navy-800); background: transparent; }
.btn-outline-navy:hover { background: var(--navy-800); color: #fff; }
.btn-lg { padding: 1rem 2.1rem; font-size: 1.08rem; }

.eyebrow {
  display: inline-block; font-size: .82rem; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold); margin-bottom: .8rem;
}
.lead { font-size: 1.18rem; color: var(--ink-soft); }

/* ---------- Top utility bar ---------- */
.topbar { background: var(--navy-950); color: #c8cfd9; font-size: .875rem; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 40px; flex-wrap: wrap; padding-top: 4px; padding-bottom: 4px; }
.topbar a { color: #c8cfd9; text-decoration: none; }
.topbar a:hover { color: var(--gold-pale); }
.topbar-group { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.topbar .sep { color: var(--navy-600); }
.topbar svg { width: 15px; height: 15px; vertical-align: -2px; margin-right: 5px; fill: var(--gold); }
.topbar .social a { display: inline-flex; padding: 4px; }
.topbar .social svg { width: 16px; height: 16px; margin: 0; }
.habla { color: var(--gold-pale); font-weight: 600; }

/* ---------- Masthead ---------- */
.masthead { background: var(--white); border-bottom: 1px solid var(--line); }
.masthead .container { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-top: 14px; padding-bottom: 14px; }
.brand { display: flex; align-items: center; gap: .9rem; text-decoration: none; }
.brand img { width: 600px; max-width: 100%; height: auto; }
.mast-cta { display: flex; align-items: center; gap: 1.6rem; }
.mast-phone { text-align: right; line-height: 1.25; }
.mast-phone .label { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); font-weight: 600; }
.mast-phone a { font-family: var(--font-serif); font-size: 1.55rem; font-weight: 700; color: var(--navy-800); text-decoration: none; }
.mast-phone a:hover { color: var(--gold); }

/* ---------- Nav ---------- */
.navbar { background: var(--navy-800); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 14px rgba(15, 21, 30, .35); }
.navbar .container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.nav-toggle {
  display: none; background: none; border: 2px solid var(--gold); color: var(--gold-pale);
  border-radius: 8px; padding: .45rem .8rem; font-size: 1rem; font-weight: 700; cursor: pointer; margin: 8px 0;
}
.nav-menu { display: flex; align-items: center; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.nav-menu > li { position: relative; margin: 0; }
.nav-menu > li > a {
  display: block; padding: 1.05rem .95rem; color: var(--gold-pale); text-decoration: none;
  font-weight: 600; font-size: .98rem; letter-spacing: .02em; border-bottom: 3px solid transparent;
}
.nav-menu > li > a:hover { color: #fff; }
.nav-menu > li > a.active { color: #fff; border-bottom-color: var(--gold); }
.nav-actions { display: flex; align-items: center; gap: .8rem; }
.btn-pay { background: linear-gradient(180deg, var(--gold-bright), var(--gold)); color: var(--navy-950); padding: .6rem 1.2rem; border-radius: 8px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.btn-pay:hover { color: var(--navy-950); filter: brightness(1.06); }
.lang-switch {
  color: var(--gold-pale); text-decoration: none; font-weight: 700; border: 1.5px solid var(--navy-600);
  border-radius: 8px; padding: .5rem .8rem; white-space: nowrap; font-size: .92rem;
}
.lang-switch:hover { border-color: var(--gold); color: #fff; }

/* Dropdown */
.has-dropdown > a::after { content: " ▾"; font-size: .72em; }
.dropdown {
  position: absolute; top: 100%; left: 0; min-width: 300px; background: var(--white);
  border-radius: 0 0 10px 10px; box-shadow: var(--shadow-lg); list-style: none; margin: 0; padding: .5rem 0;
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .18s ease; border-top: 3px solid var(--gold);
}
.has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown li { margin: 0; }
.dropdown a { display: block; padding: .62rem 1.2rem; color: var(--navy-800); text-decoration: none; font-weight: 600; font-size: .96rem; }
.dropdown a:hover { background: var(--gold-soft); color: var(--navy-950); }

/* ---------- Hero ---------- */
.hero { background: radial-gradient(1100px 500px at 85% -10%, rgba(201,162,75,.18), transparent 60%), linear-gradient(160deg, var(--navy-800) 0%, var(--navy-950) 100%); color: #dfe4ec; overflow: hidden; }
.hero .container { display: grid; grid-template-columns: 1.25fr .75fr; gap: 3.2rem; align-items: center; padding-top: 4.2rem; padding-bottom: 4.2rem; }
.hero h1 { color: #fff; margin-bottom: .5em; }
.hero h1 em { font-style: normal; color: var(--gold-bright); }
.hero .lead { color: #b9c2cf; max-width: 56ch; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin: 1.6rem 0 1.9rem; }
.hero-trust { display: flex; gap: 1.6rem; flex-wrap: wrap; font-size: .92rem; color: #aeb8c6; }
.hero-trust span { display: inline-flex; align-items: center; gap: .45rem; }
.hero-trust svg { width: 16px; height: 16px; fill: var(--gold); }
.photo-frame { position: relative; justify-self: center; }
.photo-frame img { border-radius: var(--radius); box-shadow: var(--shadow-lg); position: relative; z-index: 1; max-width: 380px; width: 100%; }
.photo-frame::before {
  content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 2px solid var(--gold);
  border-radius: var(--radius); z-index: 0;
}
.photo-caption {
  position: absolute; z-index: 2; left: -14px; bottom: 22px; background: var(--white); color: var(--navy-800);
  padding: .55rem 1rem; border-radius: 8px; box-shadow: var(--shadow-md); font-size: .88rem; line-height: 1.3;
}
.photo-caption strong { display: block; font-family: var(--font-serif); font-size: 1.02rem; }

/* ---------- Sections ---------- */
.section { padding: 4.2rem 0; }
.section-alt { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-navy { background: linear-gradient(160deg, var(--navy-800), var(--navy-950)); color: #c9d1dc; }
.section-navy h2, .section-navy h3 { color: #fff; }
.section-head { max-width: 720px; margin-bottom: 2.4rem; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }

/* Practice cards */
.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.9rem 1.7rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; position: relative;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--gold); }
.card .icon {
  width: 54px; height: 54px; border-radius: 12px; background: var(--gold-soft);
  display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem;
}
.card .icon svg { width: 28px; height: 28px; stroke: var(--gold); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.card h3 a { color: var(--navy-800); text-decoration: none; }
.card h3 a::after { content: ""; position: absolute; inset: 0; }
.card h3 a:hover { color: var(--gold); }
.card p { color: var(--ink-soft); font-size: .99rem; flex: 1; }
.card .more { color: var(--gold); font-weight: 700; font-size: .95rem; text-decoration: none; }

/* Feature list (why choose us) */
.feature { display: flex; gap: 1.1rem; align-items: flex-start; }
.feature .num {
  flex: 0 0 46px; height: 46px; border-radius: 50%; border: 2px solid var(--gold);
  color: var(--gold); font-family: var(--font-serif); font-weight: 700; font-size: 1.25rem;
  display: flex; align-items: center; justify-content: center;
}
.section-navy .feature p { color: #aeb8c6; margin-bottom: 0; font-size: .98rem; }
.section-navy .feature h3 { font-size: 1.14rem; margin-bottom: .35rem; }

/* Stats band */
.stats { background: var(--navy-950); border-top: 1px solid var(--line-navy); }
.stats .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding-top: 1.6rem; padding-bottom: 1.6rem; text-align: center; }
.stat .big { font-family: var(--font-serif); font-size: 1.7rem; color: var(--gold-bright); font-weight: 700; line-height: 1.1; }
.stat .small { font-size: .88rem; color: #9aa5b4; margin-top: .25rem; }

/* CTA band */
.cta-band { background: linear-gradient(100deg, var(--gold) 0%, var(--gold-bright) 100%); color: var(--navy-950); }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 1.6rem; padding-top: 2.3rem; padding-bottom: 2.3rem; flex-wrap: wrap; }
.cta-band h2 { color: var(--navy-950); margin: 0 0 .25rem; font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.cta-band p { margin: 0; font-weight: 600; }
.cta-band .btn { background: var(--navy-900); color: var(--gold-pale); }
.cta-band .btn:hover { background: var(--navy-950); }

/* About preview */
.about-flex { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem; align-items: center; }
.credentials { list-style: none; padding: 0; margin: 1.4rem 0; }
.credentials li { padding-left: 1.9rem; position: relative; margin-bottom: .7rem; }
.credentials li::before {
  content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold); font-weight: 700;
}

/* ---------- Page hero (interior) ---------- */
.page-hero { background: linear-gradient(160deg, var(--navy-800), var(--navy-950)); color: #c9d1dc; padding: 3rem 0 2.7rem; }
.page-hero h1 { color: #fff; margin-bottom: .35em; }
.page-hero .lead { color: #b9c2cf; max-width: 62ch; margin-bottom: 0; }
.breadcrumbs { font-size: .88rem; margin-bottom: 1.1rem; color: #8d99a9; }
.breadcrumbs a { color: var(--gold-pale); text-decoration: none; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs .sep { margin: 0 .45rem; color: var(--navy-600); }

/* ---------- Sidebar layout ---------- */
.layout { display: grid; grid-template-columns: 1fr 330px; gap: 3.2rem; align-items: start; }
.article h2 { margin-top: 2.2rem; }
.article h2:first-child { margin-top: 0; }
.article ul li::marker { color: var(--gold); }
.aside { position: sticky; top: 84px; display: flex; flex-direction: column; gap: 1.4rem; }
.aside-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow-sm); }
.aside-card.navy { background: linear-gradient(160deg, var(--navy-800), var(--navy-950)); border: none; color: #c9d1dc; }
.aside-card.navy h3 { color: #fff; }
.aside-card h3 { font-size: 1.18rem; margin-bottom: .8rem; }
.aside-card .phone-big { font-family: var(--font-serif); font-size: 1.6rem; font-weight: 700; color: var(--gold-bright); text-decoration: none; display: inline-block; margin: .2rem 0 .8rem; }
.aside-card address { font-style: normal; font-size: .95rem; line-height: 1.55; }
.aside-card .btn { width: 100%; margin-top: .8rem; }
.aside-links { list-style: none; padding: 0; margin: 0; }
.aside-links li { margin: 0; border-bottom: 1px solid var(--line); }
.aside-links li:last-child { border-bottom: none; }
.aside-links a { display: block; padding: .68rem .2rem; text-decoration: none; color: var(--navy-800); font-weight: 600; font-size: .97rem; }
.aside-links a:hover { color: var(--gold); padding-left: .5rem; transition: padding .15s ease; }
.aside-links a.current { color: var(--gold); }

/* Info callout */
.callout {
  background: var(--gold-soft); border-left: 4px solid var(--gold); border-radius: 0 10px 10px 0;
  padding: 1.2rem 1.4rem; margin: 1.8rem 0;
}
.callout p:last-child { margin-bottom: 0; }

/* FAQ */
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: 10px; margin-bottom: .9rem; overflow: hidden; }
.faq summary {
  cursor: pointer; padding: 1.05rem 1.3rem; font-weight: 700; color: var(--navy-800); list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4rem; color: var(--gold); line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details[open] summary { border-bottom: 1px solid var(--line); }
.faq .faq-a { padding: 1rem 1.3rem; }
.faq .faq-a p:last-child { margin-bottom: 0; }

/* ---------- Steps ---------- */
.steps { counter-reset: step; }
.step { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.7rem; position: relative; }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: var(--font-serif); font-size: 2.6rem; font-weight: 800; color: var(--gold);
  opacity: .35; position: absolute; top: .6rem; right: 1.1rem; line-height: 1;
}
.step h3 { font-size: 1.15rem; }
.step p { color: var(--ink-soft); font-size: .97rem; margin: 0; }

/* ---------- Forms ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form-grid .full { grid-column: 1 / -1; }
label { display: block; font-weight: 700; font-size: .92rem; margin-bottom: .35rem; color: var(--navy-800); }
input, select, textarea {
  width: 100%; padding: .78rem .95rem; border: 1.5px solid var(--line); border-radius: 8px;
  font: inherit; color: var(--ink); background: var(--white); transition: border-color .15s ease;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-soft); }
textarea { min-height: 140px; resize: vertical; }
.form-note { font-size: .85rem; color: var(--ink-soft); }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* Contact page */
.contact-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.contact-info-list { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.contact-info-list li { display: flex; gap: 1rem; align-items: flex-start; padding: .9rem 0; border-bottom: 1px solid var(--line); margin: 0; }
.contact-info-list svg { width: 22px; height: 22px; stroke: var(--gold); fill: none; stroke-width: 1.8; flex-shrink: 0; margin-top: 3px; }
.contact-info-list strong { display: block; }
.contact-info-list a { text-decoration: none; }
.map-embed { border: 0; width: 100%; height: 330px; border-radius: var(--radius); box-shadow: var(--shadow-md); }

/* Blog */
.post-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.post-card .pad { padding: 1.6rem; }
.post-meta { font-size: .85rem; color: var(--ink-soft); letter-spacing: .04em; text-transform: uppercase; font-weight: 600; }
.article-body { max-width: 760px; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-900); color: #a7b1bf; font-size: .96rem; }
.footer-main { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 2.4rem; padding: 3.4rem 0 2.6rem; }
.footer h3 { color: #fff; font-size: 1.05rem; font-family: var(--font-sans); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 1.1rem; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: .55rem; }
.footer a { color: #a7b1bf; text-decoration: none; }
.footer a:hover { color: var(--gold-pale); }
.footer .wordmark { display: flex; align-items: center; gap: .85rem; font-family: var(--font-serif); color: #fff; font-size: 1.3rem; font-weight: 700; letter-spacing: .02em; margin-bottom: .8rem; flex-wrap: wrap; }
.footer .wordmark .divider { width: 2px; height: 1.25rem; background: var(--gold); display: inline-block; }
.footer .wordmark .tagline { display: flex; flex-direction: column; font-family: Arial, Helvetica, sans-serif; font-size: .64rem; font-weight: 700; letter-spacing: .1em; color: var(--gold-pale); line-height: 1.4; text-transform: uppercase; }
.footer address { font-style: normal; line-height: 1.6; }
.footer strong, .section-navy strong, .aside-card.navy strong, .hero strong { color: #fff; }
.footer .social-row { display: flex; gap: .8rem; margin-top: 1rem; }
.footer .social-row a { display: inline-flex; padding: 8px; background: var(--navy-700); border-radius: 8px; }
.footer .social-row a:hover { background: var(--gold); }
.footer .social-row a:hover svg { fill: var(--navy-950); }
.footer .social-row svg { width: 18px; height: 18px; fill: var(--gold-pale); }
.footer-bottom { border-top: 1px solid var(--line-navy); padding: 1.4rem 0 1.6rem; font-size: .85rem; color: #77828f; }
.footer-bottom p { margin-bottom: .5rem; }
.footer-bottom a { color: #9aa5b4; }

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; }
.mb-0 { margin-bottom: 0; }
.badge-row { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.4rem; }
.badge { background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: .45rem 1.05rem; font-size: .88rem; font-weight: 700; color: var(--navy-700); display: inline-flex; align-items: center; gap: .45rem; }
.badge svg { width: 15px; height: 15px; fill: var(--gold); }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .hero .container { grid-template-columns: 1fr; gap: 2.6rem; }
  .photo-frame { justify-self: start; }
  .layout { grid-template-columns: 1fr; }
  .aside { position: static; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .stats .container { grid-template-columns: repeat(2, 1fr); row-gap: 1.4rem; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2, .about-flex, .contact-cols, .form-grid { grid-template-columns: 1fr; }
  .mast-phone .label { display: none; }
  .about-flex { gap: 2rem; }

  /* Mobile nav */
  .nav-toggle { display: inline-block; }
  .navbar .container { flex-wrap: wrap; }
  .nav-menu {
    display: none; width: 100%; flex-direction: column; align-items: stretch;
    padding-bottom: .6rem; border-top: 1px solid var(--line-navy);
  }
  .nav-menu.open { display: flex; }
  .nav-menu > li > a { padding: .8rem .4rem; border-bottom: 1px solid var(--line-navy); }
  .nav-menu > li > a.active { border-bottom-color: var(--gold); }
  .dropdown {
    position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none;
    background: transparent; border-top: none; padding: 0 0 .4rem 1rem; min-width: 0;
  }
  .dropdown a { color: #b9c2cf; padding: .5rem .4rem; font-size: .92rem; }
  .dropdown a:hover { background: transparent; color: var(--gold-pale); }
  .has-dropdown > a::after { content: ""; }
  .nav-actions { width: 100%; justify-content: space-between; padding: .6rem 0 .9rem; }
}
@media (max-width: 560px) {
  .brand img { width: 340px; }
  .mast-phone { display: none; }
  .section { padding: 3rem 0; }
  .hero .container { padding-top: 3rem; padding-bottom: 3rem; }
  .photo-frame img { max-width: 300px; }
  .stats .container { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .topbar .hours-item { display: none; }
}

/* ---------- Print ---------- */
@media print {
  .topbar, .navbar, .footer .social-row, .btn, .map-embed { display: none !important; }
  body { background: #fff; }
}
