/* =====================================================
   Skyway Title Services, LLC. — Site Styles
   Brand: Navy #16294e  |  Gold #d78b2e
   ===================================================== */

:root {
  --navy: #16294e;
  --navy-deep: #0f1d38;
  --navy-mid: #1d3563;
  --gold: #d78b2e;
  --gold-dark: #bd7620;
  --ink: #22262e;
  --muted: #5b6472;
  --line: #e5e8ee;
  --bg: #ffffff;
  --bg-alt: #f5f7fb;
  --white: #ffffff;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --shadow: 0 10px 30px rgba(15, 29, 56, 0.08);
  --shadow-lg: 0 20px 50px rgba(15, 29, 56, 0.14);
}

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

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3 { font-family: var(--serif); color: var(--navy); line-height: 1.15; }

.section { padding: 92px 0; }
.section-alt { background: var(--bg-alt); }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 14px;
}

.section-head { text-align: center; max-width: 620px; margin: 0 auto 56px; }
.section-head h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); }
.section-head .eyebrow { margin-bottom: 10px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.86rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 34px;
  border-radius: 3px;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  border: none;
}
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(215,139,46,.35); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-mid); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(22,41,78,.3); }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 14px rgba(15, 29, 56, 0.06);
  transition: padding 0.25s ease;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: all 0.25s ease;
}
.site-header.scrolled .header-inner { padding-top: 8px; padding-bottom: 8px; }
.brand-logo { height: 60px; width: auto; transition: height 0.25s ease; }
.site-header.scrolled .brand-logo { height: 48px; }

.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav > a {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--navy);
  text-decoration: none;
  position: relative;
  padding: 4px 0;
  transition: color 0.2s ease;
}
.main-nav > a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 0; height: 2px;
  background: var(--gold);
  transition: width 0.25s ease;
}
.main-nav > a:hover { color: var(--gold); }
.main-nav > a:hover::after { width: 100%; }

.nav-social { display: flex; gap: 14px; align-items: center; padding-left: 6px; border-left: 1px solid var(--line); }
.nav-social a { display: inline-flex; opacity: 0.75; transition: opacity 0.2s, transform 0.2s; }
.nav-social a:hover { opacity: 1; transform: translateY(-2px); }
.nav-social img { width: 22px; height: 22px; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  display: block;
  width: 26px; height: 2px;
  background: var(--navy);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: url("../images/hero-bridge.png") center/cover no-repeat;
  color: #fff;
  text-align: center;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,29,56,0.55) 0%, rgba(15,29,56,0.35) 45%, rgba(15,29,56,0.75) 100%);
}
.hero-content { position: relative; z-index: 2; margin: 0 auto; padding-top: 90px; }
.hero-title {
  color: #fff;
  font-size: clamp(2.1rem, 6vw, 4.4rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 24px rgba(0,0,0,0.4);
}
.hero-tagline {
  margin: 22px 0 40px;
  font-size: clamp(1.05rem, 2.4vw, 1.5rem);
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hero-tagline .dot { color: var(--gold); margin: 0 10px; }
.hero-btn { font-size: 0.95rem; padding: 17px 44px; }

/* ---------- Values strip ---------- */
.values-strip { background: var(--navy); color: #fff; padding: 30px 0; }
.values-strip p {
  text-align: center;
  font-family: var(--serif);
  font-size: clamp(1.1rem, 3vw, 1.75rem);
  letter-spacing: 0.04em;
}
.values-strip span { display: inline-block; margin: 0 6px; }
.values-strip span:nth-child(2) { color: var(--gold); }

/* ---------- About ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}
.about-text h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); margin-bottom: 22px; }
.about-text p { color: var(--muted); font-size: 1.05rem; margin-bottom: 28px; }
.about-media img { border-radius: 8px; }

/* ---------- Services ---------- */
.service-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 40px 34px;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute; left: 0; top: 0;
  width: 4px; height: 100%;
  background: var(--gold);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-card:hover::before { transform: scaleY(1); }
.service-num {
  font-family: var(--serif);
  font-size: 2.4rem;
  font-weight: 700;
  color: rgba(215,139,46,0.25);
  line-height: 1;
  margin-bottom: 16px;
}
.service-card h3 { font-size: 1.4rem; margin-bottom: 12px; }
.service-card p { color: var(--muted); font-size: 0.98rem; }

.transaction-types {
  margin-top: 56px;
  text-align: center;
}
.transaction-types .tt-label {
  font-family: var(--serif);
  font-size: 1.2rem;
  color: var(--navy);
  margin-bottom: 22px;
}
.transaction-types ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.transaction-types li {
  background: var(--navy);
  color: #fff;
  padding: 11px 26px;
  border-radius: 40px;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* ---------- Quote ---------- */
.quote-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.quote-media img { border-radius: 10px; box-shadow: var(--shadow-lg); }
.quote-text h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); margin-bottom: 20px; }
.quote-text p { color: var(--muted); font-size: 1.08rem; margin-bottom: 30px; }

/* ---------- Affiliations ---------- */
.logo-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px 56px;
}
.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.logo-item:hover { filter: grayscale(0); opacity: 1; transform: scale(1.05); }
.logo-item img { max-height: 78px; width: auto; object-fit: contain; }

/* ---------- Contact ---------- */
.contact { background: var(--navy); color: #fff; text-align: center; }
.contact .eyebrow { color: var(--gold); }
.contact h2 { color: #fff; font-size: clamp(1.9rem, 4vw, 2.8rem); }
.contact-lead { max-width: 560px; margin: 18px auto 30px; color: rgba(255,255,255,0.8); }
.contact-email {
  display: inline-block;
  font-family: var(--serif);
  font-size: clamp(1.3rem, 3.4vw, 2rem);
  color: var(--gold);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.25s ease;
}
.contact-email:hover { border-color: var(--gold); }
.contact-social { display: flex; justify-content: center; gap: 20px; margin-top: 34px; }
.contact-social a {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background 0.25s ease, transform 0.25s ease;
}
.contact-social a:hover { background: var(--gold); transform: translateY(-3px); }
.contact-social img { width: 22px; height: 22px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); padding: 40px 0; }
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}
.footer-logo { height: 62px; width: auto; filter: brightness(0) invert(1); opacity: 0.9; }
.footer-copy { color: rgba(255,255,255,0.55); font-size: 0.85rem; letter-spacing: 0.03em; }

/* ---------- Page hero (interior pages) ---------- */
.page-hero {
  background: linear-gradient(rgba(15,29,56,0.82), rgba(15,29,56,0.88)), url("../images/hero-bridge.png") center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 150px 0 70px;
}
.page-hero h1 { color: #fff; font-size: clamp(2rem, 5vw, 3.2rem); }
.page-hero p { color: rgba(255,255,255,0.82); margin-top: 12px; font-size: 1.05rem; }
.breadcrumb { margin-top: 16px; font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
.breadcrumb a { color: var(--gold); text-decoration: none; }

/* ---------- Generic content blocks (About page) ---------- */
.content-block { padding: 80px 0; }
.content-block .container { max-width: 1120px; }
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.split.reverse .split-media { order: 2; }
.split-text h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); margin-bottom: 18px; }
.split-text p { color: var(--muted); margin-bottom: 16px; }
.split-media img { border-radius: 8px; box-shadow: var(--shadow); width: 100%; }

/* ---------- Team ---------- */
.team { text-align: center; }
.team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 48px;
}
.team-member {
  width: 300px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.team-member:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.team-photo { width: 100%; aspect-ratio: 1/1; object-fit: cover; object-position: top center; background: var(--bg-alt); }
.team-info { padding: 24px 20px 30px; }
.team-info h3 { font-size: 1.35rem; margin-bottom: 4px; }
.team-role { color: var(--gold); font-weight: 600; font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; }

/* ---------- Testimonials ---------- */
.testi-intro { max-width: 720px; margin: 0 auto 54px; text-align: center; color: var(--muted); font-size: 1.08rem; }
.testi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.testi-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 34px 32px;
  box-shadow: var(--shadow);
  position: relative;
}
.testi-card::before {
  content: "\201C";
  font-family: var(--serif);
  font-size: 4.5rem;
  line-height: 1;
  color: rgba(215,139,46,0.22);
  position: absolute;
  top: 14px; left: 22px;
}
.testi-quote { position: relative; color: var(--ink); font-size: 1rem; margin-bottom: 20px; padding-top: 14px; }
.testi-author { display: flex; align-items: center; gap: 14px; border-top: 1px solid var(--line); padding-top: 18px; }
.testi-author img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.testi-name { font-weight: 700; color: var(--navy); }
.testi-company { font-size: 0.85rem; color: var(--muted); }
.subhead { text-align: center; font-family: var(--serif); color: var(--navy); font-size: 1.5rem; margin: 64px 0 32px; }

/* ---------- Contact page ---------- */
.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.contact-details .info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 26px;
}
.contact-details .info-icon {
  flex: 0 0 46px;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
}
.contact-details h4 { color: var(--navy); font-family: var(--sans); font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 4px; }
.contact-details a, .contact-details p { color: var(--muted); text-decoration: none; }
.contact-details a:hover { color: var(--gold); }
/* Centered contact info (no form) — horizontal card row */
.contact-details-center { max-width: 980px; margin: 0 auto; }
.contact-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 8px;
}
.contact-cards .info-item {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 32px 20px;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.contact-cards .info-item:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.contact-cards .info-icon { flex: 0 0 54px; width: 54px; height: 54px; font-size: 1.3rem; }
.contact-cards h4 { margin-bottom: 6px; }
@media (max-width: 780px) {
  .contact-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 460px) {
  .contact-cards { grid-template-columns: 1fr; }
}
.contact-form { background: var(--bg-alt); padding: 36px; border-radius: 10px; }
.contact-form h3 { font-size: 1.4rem; margin-bottom: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { margin-bottom: 16px; }
.form-field label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.form-field input, .form-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 5px;
  font-family: var(--sans);
  font-size: 0.95rem;
  background: #fff;
}
.form-field input:focus, .form-field textarea:focus { outline: none; border-color: var(--gold); }
.form-field textarea { min-height: 120px; resize: vertical; }
.map-embed { margin-top: 44px; border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); }
.map-embed iframe { width: 100%; height: 340px; border: 0; display: block; }

/* ---------- Blog ---------- */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.blog-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.blog-thumb { height: 200px; overflow: hidden; background: var(--navy); }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; }
.blog-thumb.letter {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
}
.blog-thumb.letter span { font-family: var(--serif); font-size: 4rem; color: var(--gold); }
.blog-body { padding: 24px 24px 28px; display: flex; flex-direction: column; flex: 1; }
.blog-meta { font-size: 0.78rem; color: var(--muted); margin-bottom: 10px; letter-spacing: 0.03em; }
.blog-card h3 { font-size: 1.22rem; margin-bottom: 12px; line-height: 1.3; }
.blog-card h3 a { color: var(--navy); text-decoration: none; }
.blog-card h3 a:hover { color: var(--gold); }
.blog-excerpt { color: var(--muted); font-size: 0.95rem; flex: 1; }
.blog-readmore { margin-top: 18px; font-weight: 600; font-size: 0.82rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--gold); text-decoration: none; }

/* ---------- Blog post (single) ---------- */
.post-article { max-width: 780px; margin: 0 auto; }
.post-header { text-align: center; margin-bottom: 40px; }
.post-header h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 16px; }
.post-byline { color: var(--muted); font-size: 0.9rem; letter-spacing: 0.03em; }
.post-cover { margin: 0 auto 40px; max-width: 520px; }
.post-cover img { width: 100%; border-radius: 10px; box-shadow: var(--shadow); }
.post-content p { color: var(--ink); margin-bottom: 20px; font-size: 1.05rem; line-height: 1.8; }
.post-content h2, .post-content h3 { margin: 34px 0 14px; color: var(--navy); }
.post-content h3 { font-size: 1.3rem; }
.post-content ul { margin: 0 0 20px 22px; }
.post-content li { margin-bottom: 10px; color: var(--ink); }
.post-content strong { color: var(--navy); }
.post-back { display: inline-block; margin-top: 20px; color: var(--gold); text-decoration: none; font-weight: 600; }

/* ---------- Book online ---------- */
.book-empty { text-align: center; max-width: 560px; margin: 0 auto; padding: 40px 0; }
.book-empty .icon { font-size: 3.4rem; margin-bottom: 18px; }
.book-empty h2 { font-size: 1.8rem; margin-bottom: 12px; }
.book-empty p { color: var(--muted); margin-bottom: 26px; }

/* ---------- Footer (expanded) ---------- */
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: 44px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.footer-col h4 { color: #fff; font-family: var(--sans); font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 18px; }
.footer-col p, .footer-col a { color: rgba(255,255,255,0.6); font-size: 0.92rem; text-decoration: none; line-height: 1.9; display: block; }
.footer-col a:hover { color: var(--gold); }
.footer-brand .footer-logo { height: 66px; filter: brightness(0) invert(1); opacity: 0.92; margin-bottom: 16px; }
.footer-brand p { max-width: 320px; }
.footer-bottom { padding-top: 24px; text-align: center; }
.footer-bottom p { color: rgba(255,255,255,0.5); font-size: 0.84rem; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; gap: 32px; }
  .split.reverse .split-media { order: 0; }
  .split-media { order: -1; }
  .testi-grid { grid-template-columns: 1fr; }
  .contact-page-grid { grid-template-columns: 1fr; gap: 40px; }
  .blog-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .footer-brand p { margin: 0 auto; }
}
@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .main-nav {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: #fff;
    box-shadow: 0 12px 24px rgba(15,29,56,0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .main-nav.open { max-height: 460px; }
  .main-nav > a {
    width: 100%;
    padding: 15px 24px;
    border-bottom: 1px solid var(--line);
  }
  .main-nav > a::after { display: none; }
  .nav-social { padding: 16px 24px; border-left: none; }

  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-media { order: -1; }
  .quote-grid { grid-template-columns: 1fr; gap: 36px; }
  .quote-media { order: -1; }
}

@media (max-width: 620px) {
  .section { padding: 64px 0; }
  .service-cards { grid-template-columns: 1fr; }
  .hero { min-height: 88vh; }
  .container { padding: 0 20px; }
}

/* =====================================================
   Barnes Walker announcement bar
   ===================================================== */
.announce-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 120;
  background: var(--navy-deep);
  color: #fff;
}
.announce-bar-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  min-height: 42px;
  padding: 8px 48px;
  text-align: center;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}
.bar-badge {
  background: var(--gold);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 3px;
  white-space: nowrap;
}
.bar-link {
  color: var(--gold);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}
.bar-link:hover { color: #fff; }
.announce-bar-close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(255,255,255,0.6);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 4px;
}
.announce-bar-close:hover { color: #fff; }
.announce-bar-close:focus { outline: none; }
.announce-bar-close:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; border-radius: 4px; }

/* Shift the fixed header (and interior page heroes) down while the bar is showing.
   --bar-h is measured and set by main.js so a wrapped two-line bar still works. */
body.has-announce-bar .site-header { top: var(--bar-h, 42px); }
body.has-announce-bar .page-hero { padding-top: calc(150px + var(--bar-h, 42px)); }

@media (max-width: 620px) {
  .announce-bar-inner { font-size: 0.76rem; padding: 8px 42px; }
}

/* =====================================================
   Barnes Walker announcement lightbox
   ===================================================== */
body.announce-open { overflow: hidden; }

.announce-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(15, 29, 56, 0.72);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.announce-overlay.visible { opacity: 1; }

.announce-modal {
  position: relative;
  width: 100%;
  max-width: 560px;
  max-height: 90vh;
  overflow-y: auto;
  background: var(--white);
  border-top: 5px solid var(--gold);
  border-radius: 10px;
  box-shadow: var(--shadow-lg);
  padding: 48px 44px 40px;
  text-align: center;
  transform: translateY(16px);
  transition: transform 0.3s ease;
}
.announce-overlay.visible .announce-modal { transform: translateY(0); }

.announce-close {
  position: absolute;
  top: 12px;
  right: 16px;
  border: none;
  background: none;
  font-size: 30px;
  line-height: 1;
  color: var(--muted);
  cursor: pointer;
}
.announce-close:hover { color: var(--navy); }

.announce-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.announce-title {
  font-family: var(--serif);
  font-size: clamp(24px, 4vw, 32px);
  line-height: 1.25;
  color: var(--navy);
  margin-bottom: 16px;
}

.announce-body {
  color: var(--muted);
  font-size: 15.5px;
  margin-bottom: 28px;
}

.announce-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.announce-dismiss {
  background: none;
  border: 1px solid var(--line);
  color: var(--navy);
  cursor: pointer;
}
.announce-dismiss:hover { border-color: var(--navy); }

@media (max-width: 480px) {
  .announce-modal { padding: 40px 24px 32px; }
}

.announce-close:focus { outline: none; }
.announce-close:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; border-radius: 4px; }
