:root {
  --ink: #21333d;
  --blue: #496e83;
  --blue-dark: #36586b;
  --sky: #dff3f5;
  --cream: #fff9ed;
  --sun: #f5bd3a;
  --coral: #ef8a76;
  --white: #fff;
  --shadow: 0 18px 55px rgba(46, 82, 101, .13);
  --radius: 28px;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
a { color: var(--blue-dark); }
a:hover { color: #203f50; }
h1, h2, h3, h4, h5, h6 {
  color: var(--blue);
  font-weight: 700;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(2.8rem, 7vw, 5.75rem); line-height: .98; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.08; }
.section-kicker {
  color: #af6556;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 2000;
  padding: .8rem 1rem;
  background: #fff;
}
.skip-link:focus { top: 1rem; }
.announcement {
  overflow: hidden;
  height: 42px;
  color: var(--blue);
  background: #fff;
  font-size: 1.15rem;
  white-space: nowrap;
}
.announcement-track {
  display: flex;
  width: max-content;
  height: 100%;
  align-items: center;
  animation: marquee-scroll 24s linear infinite;
}
.marquee-content {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 1rem;
  padding-right: 1rem;
}
.announcement .star { color: #f4c400; }
.announcement:hover .announcement-track,
.announcement:focus-within .announcement-track,
.footer-callout:hover .footer-callout-track,
.footer-callout:focus-within .footer-callout-track {
  animation-play-state: paused;
}
.language {
  display: flex;
  align-items: center;
  gap: .45rem;
  margin: 0 1rem;
  color: var(--blue);
  font-size: 1rem;
  font-weight: 700;
}
.language select {
  border: 0;
  color: var(--blue);
  background: transparent;
  font: inherit;
  cursor: pointer;
}
.language select:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.96);
  box-shadow: 0 1px 8px rgba(33,51,61,.08);
  backdrop-filter: blur(12px);
  transition: transform .32s ease;
}
.site-header.header-hidden { transform: translateY(-100%); }
.header-boundary { height: 0; }
.navbar {
  height: 150px;
  min-height: 150px;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar > .container {
  height: 100%;
  width: 100%;
  max-width: none;
  padding-right: clamp(1.25rem, 3vw, 4rem);
  padding-left: clamp(1.25rem, 3vw, 4rem);
  flex-wrap: nowrap;
}
.brand {
  display: inline-flex;
  align-self: flex-end;
  align-items: center;
  color: var(--blue);
  line-height: 1;
  text-decoration: none;
}
.brand-art {
  display: flex;
  width: 180px;
  height: 134px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.brand-logo {
  display: block;
  width: 120px;
  height: 90px;
  object-fit: cover;
  object-position: center;
}
.brand-name-window {
  display: block;
  width: 175px;
  height: 40px;
  margin-top: -5px;
  overflow: hidden;
}
.brand-name {
  display: block;
  width: 175px;
  height: 175px;
  transform: translateY(-70px);
  object-fit: contain;
}
.nav-link {
  margin: 0 .45rem;
  padding: .8rem .35rem !important;
  color: var(--blue);
  font-size: 1.12rem;
  font-weight: 500;
}
.nav-link:hover, .nav-link:focus { color: var(--blue); }
.btn {
  border-radius: 999px;
  padding: .75rem 1.35rem;
  font-weight: 800;
}
.btn-primary {
  border-color: var(--blue);
  background: var(--blue);
}
.btn-primary:hover, .btn-primary:focus { border-color: var(--blue-dark); background: var(--blue-dark); }
.btn-outline-primary { border-color: var(--blue); color: var(--blue); }
.btn-outline-primary:hover { border-color: var(--blue); background: var(--blue); }
.nav-cta {
  padding: .85rem 1.65rem;
  color: #fff !important;
  font-size: 1.05rem;
}
.hero {
  min-height: 350px;
  display: grid;
  place-items: center;
  background: #fff2ad;
}
.hero-copy {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3.5rem 1rem 2.5rem;
  text-align: center;
}
.hero h1 { margin-bottom: .4rem; font-size: clamp(3rem, 5vw, 5.2rem); font-weight: 400; }
.hero .lead { margin: 0 auto 1rem; color: var(--blue); font-size: 1.1rem; line-height: 1.25; }
.hero-actions { display: flex; justify-content: center; align-items: center; }
.bilingual { margin: .8rem 0 0; color: var(--blue-dark); font-size: 1.25rem; font-weight: 400; }
.home-feature-image {
  width: 100%;
  aspect-ratio: 3 / 1;
  min-height: 360px;
  background: url("../images/Home Page Wide.jpg") center/cover no-repeat;
}
.home-about {
  padding: clamp(4rem, 8vw, 7.5rem) 0;
  background: #fff;
}
.home-about-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(3rem, 9vw, 9rem);
  align-items: center;
}
.home-about h2,
.home-services h2,
.home-promise h2,
.home-insurance h2,
.contact-form-card h2 {
  font-weight: 400;
}
.home-about h2 { margin: 0; font-size: clamp(3.4rem, 6vw, 5.7rem); }
.home-about-copy { max-width: 570px; }
.home-about-copy .btn { min-width: 155px; }
.home-services {
  padding: clamp(4rem, 7vw, 7rem) 0;
  background: #fff2ad;
}
.home-services h2 {
  max-width: 670px;
  margin-bottom: 3.5rem;
  font-size: clamp(3rem, 5.5vw, 5rem);
}
.home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: clamp(2rem, 7vw, 7rem);
}
.home-service-grid article {
  min-height: 260px;
  padding: 1.5rem .5rem 2.5rem 0;
}
.home-service-grid article:nth-child(n+4) {
  border-top: 1px solid rgba(73,110,131,.65);
  padding-top: 3.25rem;
}
.service-symbol {
  display: block;
  min-height: 48px;
  color: #ffd511;
  font-size: 2.75rem;
  font-weight: 900;
  line-height: 1;
}
.home-service-grid h3 {
  margin: 1rem 0 .8rem;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 400;
}
.home-service-grid p { max-width: 320px; line-height: 1.3; }
.home-promise {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  background: #fff;
}
.home-promise h2 {
  margin-bottom: 3.5rem;
  font-size: clamp(3.4rem, 6vw, 5.5rem);
}
.promise-copy { max-width: 980px; }
.promise-lead { color: var(--blue); font-size: clamp(1.2rem, 2vw, 1.6rem); }
.promise-copy ul { margin: 1.6rem 0; }
.home-insurance {
  padding: clamp(4rem, 7vw, 6.5rem) 0;
  background: #fff2ad;
}
.insurance-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(3rem, 9vw, 9rem);
  align-items: center;
}
.home-insurance h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 4.7rem);
}
.home-insurance ul { padding-left: 1.25rem; }
.home-contact {
  display: grid;
  min-height: 805px;
  place-items: center;
  padding: 5rem 1.25rem;
  background: url("../images/Contact Background.jpg") center/cover no-repeat;
}
.contact-form-card {
  width: min(100%, 585px);
  padding: 3.25rem 2.6rem 2.5rem;
  background: #fff;
  box-shadow: var(--shadow);
}
.contact-form-card h2 {
  margin-bottom: 1.6rem;
  font-size: clamp(3rem, 5vw, 3.8rem);
}
.contact-form-card form,
.contact-form-card label {
  display: grid;
  gap: .35rem;
}
.contact-form-card form { gap: .55rem; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.contact-form-card input,
.contact-form-card textarea {
  width: 100%;
  padding: .55rem .8rem;
  border: 1px solid #7794a5;
  border-radius: 9px;
  color: var(--ink);
  background: #fff;
}
.contact-form-card input { min-height: 42px; }
.contact-form-card textarea { min-height: 92px; }
.contact-form-card label { color: var(--blue); font-size: .86rem; }
.contact-form-card textarea { resize: vertical; }
.contact-form-card .btn { width: 50%; padding: .55rem 1.2rem; font-weight: 400; }
.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section-soft { background: var(--cream); }
.section-sky { background: var(--sky); }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2.5rem, 6vw, 6rem); }
.photo-card {
  min-height: 480px;
  border-radius: var(--radius);
  background: url("../images/Home Page Wide.jpg") center/cover;
  box-shadow: var(--shadow);
}
.service-grid, .promise-grid, .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.service-card, .promise-card, .price-card {
  height: 100%;
  padding: 2rem;
  border: 1px solid rgba(73,110,131,.13);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(46,82,101,.08);
}
.service-card .number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1.35rem;
  border-radius: 50%;
  color: var(--blue-dark);
  background: var(--sky);
  font-weight: 800;
}
.service-card h3, .promise-card h3 { font-size: 1.25rem; }
.promise-grid { grid-template-columns: repeat(4, 1fr); }
.promise-card { border-top: 5px solid var(--sun); }
.insurance {
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: var(--radius);
  color: #fff;
  background: var(--blue);
}
.insurance h2, .insurance a { color: #fff; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; margin: .75rem 0; padding-left: 1.7rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--sun); font-weight: 900; }
.contact-wrap {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}
.contact-copy {
  position: relative;
  isolation: isolate;
  padding: clamp(2rem, 5vw, 4.5rem);
  color: #fff;
  background: linear-gradient(rgba(35,61,75,.88), rgba(35,61,75,.92)), url("../images/Contact Background.jpg") center/cover;
}
.contact-copy h2, .contact-copy a { color: #fff; }
.contact-panel { padding: clamp(2rem, 5vw, 4.5rem); }
.notice {
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--coral);
  border-radius: 10px;
  background: #fff3f0;
}
.page-hero { padding: 6.5rem 0 5rem; background: linear-gradient(135deg, var(--sky), #fff 70%); }
.page-hero p { max-width: 760px; font-size: 1.2rem; }
.services-hero {
  padding: clamp(2.75rem, 5vw, 4.25rem) 0;
  background: linear-gradient(to left, #fff0a3 0%, #fff8d4 48%, #fff 100%);
}
.services-hero h1 { margin-bottom: .75rem; }
.services-list { padding: clamp(3.5rem, 7vw, 6.5rem) 0; background: #fff; }
.service-page-grid article { min-height: 240px; }
.service-cta { margin-top: 2.5rem; }
.content-narrow { max-width: 880px; }
.provider {
  display: grid;
  grid-template-columns: minmax(250px, .7fr) 1.3fr;
  gap: 3rem;
  align-items: start;
}
.provider-photo {
  min-height: 450px;
  border-radius: var(--radius);
  background: #dcebed url("../images/Provider.png") center bottom/contain no-repeat;
}
.provider-card .section-kicker { margin-bottom: 1rem; }
.provider-card h2 {
  margin: 1.25rem 0 .2rem;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
}
.provider-credentials {
  color: var(--ink);
  font-weight: 800;
}
.provider-bio { padding-top: 3rem; }
.cash-rates {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}
.rate { padding: 1.5rem; border-radius: 18px; background: #fff; text-align: center; box-shadow: var(--shadow); }
.rate strong { display: block; color: var(--blue); font-size: 2rem; }
.pricing-rates {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  background: linear-gradient(to left, #fff0a3 0%, #fff8d4 48%, #fff 100%);
}
.pricing-rates-copy { max-width: 820px; }
.pricing-rates h1 {
  margin-bottom: .5rem;
  color: var(--blue);
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  font-weight: 400;
}
.rate-list { margin: 1.4rem 0; color: var(--blue); line-height: 1.35; }
.plans-section { padding: clamp(4rem, 7vw, 7rem) 0; background: #fff; }
.plans-section h2 {
  font-size: clamp(3.5rem, 6vw, 5.7rem);
  font-weight: 400;
}
.plans-intro { color: var(--blue); font-size: clamp(1.25rem, 2.5vw, 2rem); }
.price-card { position: relative; display: flex; flex-direction: column; }
.plan-image {
  width: calc(100% + 4rem);
  height: 190px;
  margin: -2rem -2rem 1.5rem;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
}
.price-card.featured { border: 3px solid var(--sun); }
.price-card .badge { position: absolute; top: -15px; right: 20px; padding: .6rem .9rem; border-radius: 999px; background: var(--sun); color: var(--ink); }
.price { color: var(--blue); font-size: 2.5rem; font-weight: 800; }
.price small { font-size: .9rem; font-weight: 400; }
.price-card .btn { margin-top: auto; }
.plan-features {
  margin: 1.75rem -2rem -2rem;
  padding: 1.5rem 2rem 1.75rem;
  border-top: 1px solid rgba(73,110,131,.2);
  list-style: none;
  text-align: center;
}
.plan-features li { margin: .65rem 0; }
.pricing-disclaimer {
  max-width: 1000px;
  margin: 3rem auto 0;
  color: var(--blue);
  font-size: .88rem;
  text-align: center;
}
.legal h2 { margin-top: 2.7rem; font-size: 1.7rem; }
.booking-box {
  padding: clamp(2.5rem, 6vw, 5rem);
  border-radius: var(--radius);
  background: var(--sky);
  text-align: center;
}
.booking-instruction {
  padding: 1.25rem 0;
  background: linear-gradient(to right, #496e83 0%, #7194a6 55%, #a9c6d2 100%);
}
.booking-instruction p { margin: 0; color: #fff; }
.tebra-booking { width: 100%; min-height: 600px; background: #fff; }
.tebra-booking iframe {
  display: block;
  width: 100%;
  height: 600px;
  border: 0;
}
.booking-fallback { padding: 2rem; text-align: center; }
.booking-thanks {
  padding: clamp(3rem, 6vw, 5.5rem) 0;
  color: #fff;
  background: linear-gradient(to right, #496e83 0%, #7194a6 55%, #a9c6d2 100%);
}
.booking-thanks-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(2rem, 8vw, 8rem);
  align-items: center;
}
.booking-thanks h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 400;
}
.booking-thanks-grid > div { max-width: 540px; }
.booking-home-link {
  display: inline-block;
  margin-top: .5rem;
  padding-bottom: .25rem;
  border-bottom: 1px solid currentColor;
  font-weight: 800;
  text-decoration: none;
}
.booking-thanks a { color: #fff; }
.floating-booking-button {
  position: fixed;
  right: clamp(1rem, 2.5vw, 2.25rem);
  bottom: clamp(1rem, 2.5vw, 2.25rem);
  z-index: 1050;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #004c5a;
  box-shadow: 0 12px 28px rgba(0, 48, 58, .28);
  font-size: 1.65rem;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.floating-booking-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 48, 58, .34);
}
.floating-booking-button:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 4px;
}
.calendar-icon {
  position: relative;
  width: 25px;
  height: 23px;
  border: 2px solid #fff;
  border-radius: 3px;
}
.calendar-icon::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  border-top: 2px solid #fff;
}
.calendar-icon::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 5px;
  width: 3px;
  height: 7px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 9px 0 0 #fff, 0 13px 0 #fff, 6px 13px 0 #fff, 12px 13px 0 #fff;
}
.booking-modal {
  width: min(94vw, 1050px);
  height: min(90vh, 820px);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 30, 40, .35);
}
.booking-modal::backdrop { background: rgba(20, 43, 55, .68); backdrop-filter: blur(3px); }
.booking-modal-header {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  color: var(--blue-dark);
  background: linear-gradient(to right, #fff2ad 0%, #fff6c8 55%, #fffbe9 100%);
}
.booking-modal-header h2 { margin: 0; color: var(--blue-dark); font-size: 1.55rem; }
.booking-modal-close {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--blue-dark);
  background: rgba(255,255,255,.5);
  font-size: 2rem;
  line-height: 1;
}
.booking-modal-note {
  margin: 0;
  padding: .75rem 1.5rem;
  color: var(--blue-dark);
  background: #fff9d8;
  font-size: .92rem;
}
.booking-modal iframe {
  display: block;
  width: 100%;
  height: calc(100% - 118px);
  border: 0;
}
body.booking-modal-open { overflow: hidden; }
.site-footer { color: var(--blue); background: #fff; }
.site-footer a { color: var(--blue); }
.footer-callout {
  overflow: hidden;
  height: 72px;
  background: #fff;
  white-space: nowrap;
}
.footer-callout-track {
  display: flex;
  width: max-content;
  height: 100%;
  align-items: center;
  color: var(--blue);
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  animation: marquee-scroll 20s linear infinite;
}
.footer-callout .star { color: #ffd511; }
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(4rem, 15vw, 15rem);
  padding-top: 2.5rem;
  padding-bottom: 1.75rem;
}
.footer-contact { max-width: 350px; }
.footer-lockup {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  text-decoration: none;
}
.footer-logo { width: 70px; height: 56px; object-fit: cover; }
.footer-name-window { display: block; width: 245px; height: 48px; overflow: hidden; }
.footer-name { display: block; width: 245px; height: 245px; transform: translateY(-98px); object-fit: contain; }
.social-links { display: flex; gap: .75rem; margin: .75rem 0 1.25rem; }
.social-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  text-decoration: none;
}
.instagram-icon {
  background: radial-gradient(circle at 32% 100%, #ffd600 0 19%, #ff7a00 27%, #ff0169 52%, #d300c5 72%, #7638fa 100%);
}
.instagram-icon span {
  position: relative;
  width: 21px;
  height: 21px;
  border: 2px solid #fff;
  border-radius: 6px;
}
.instagram-icon span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.instagram-icon span::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
}
.facebook-icon {
  border-radius: 50%;
  color: #fff !important;
  background: #1877f2;
  font: 800 1.85rem/1 Arial, sans-serif;
}
.facebook-icon span { transform: translateY(4px); }
.footer-contact p, .footer-contact address { margin-bottom: .8rem; font-size: .92rem; line-height: 1.35; }
.footer-hours h2 {
  margin-bottom: .6rem;
  color: var(--blue);
  font-size: 1rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-hours {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 1rem;
  text-align: right;
}
.footer-hours > p:first-child { font-size: 1.15rem; }
.footer-bottom {
  padding: 1rem 0;
  border-top: 1px solid rgba(73,110,131,.18);
  font-size: .82rem;
  text-align: center;
}
.footer-bottom p { margin: 0; }
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .announcement-track,
  .footer-callout-track {
    width: 100%;
    justify-content: center;
    animation: none;
    transform: none;
  }
  .announcement-track .marquee-content:nth-child(2),
  .footer-callout-track .marquee-content:nth-child(2) {
    display: none;
  }
}

@media (max-width: 1199px) {
  .nav-link {
    margin-right: .2rem;
    margin-left: .2rem;
    font-size: 1rem;
  }
  .language {
    margin-right: .5rem;
    margin-left: .5rem;
    font-size: .9rem;
  }
}

@media (max-width: 991px) {
  .navbar {
    height: 116px;
    min-height: 116px;
  }
  .navbar > .container { flex-wrap: wrap; }
  .brand-art {
    width: 165px;
    height: 112px;
    transform: none;
  }
  .brand-logo {
    width: 104px;
    height: 78px;
  }
  .brand-name-window {
    width: 165px;
    height: 38px;
    margin-top: -4px;
  }
  .brand-name {
    width: 165px;
    height: 165px;
    transform: translateY(-66px);
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 1rem max(1rem, calc((100vw - 960px) / 2)) 1.5rem;
    background: #fff;
    box-shadow: 0 18px 30px rgba(33,51,61,.12);
  }
  .navbar-nav { align-items: stretch !important; }
  .nav-link {
    margin: 0;
    padding: .75rem 0 !important;
    font-size: 1.08rem;
  }
  .language { margin: .6rem 0 1rem; }
  .hero { min-height: 330px; }
  .split, .contact-wrap, .home-about-grid, .insurance-grid { grid-template-columns: 1fr; }
  .home-about-grid, .insurance-grid { gap: 2rem; }
  .home-service-grid { column-gap: 2rem; }
  .service-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .promise-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .cash-rates { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .announcement { height: 36px; font-size: .9rem; }
  .announcement-track { justify-content: flex-start; padding-left: 1rem; }
  .navbar { height: 108px; min-height: 108px; }
  .hero { min-height: 330px; }
  .hero-copy { padding: 3rem 0 2rem; }
  .hero h1 { font-size: clamp(2.5rem, 12vw, 3.5rem); }
  .hero .lead { max-width: 330px; font-size: 1rem; }
  .home-feature-image { min-height: 260px; aspect-ratio: auto; }
  .home-about,
  .home-services,
  .home-promise,
  .home-insurance { padding: 3.5rem 0; }
  .home-service-grid { grid-template-columns: 1fr; }
  .home-service-grid article {
    min-height: auto;
    padding: 1.5rem 0 2rem;
    border-top: 1px solid rgba(73,110,131,.4);
  }
  .home-service-grid article:nth-child(n+4) { padding-top: 1.5rem; }
  .home-service-grid article:first-child { border-top: 0; }
  .form-row { grid-template-columns: 1fr; }
  .home-contact { min-height: auto; padding: 2rem 1rem; }
  .contact-form-card { padding: 2rem 1.25rem; }
  .contact-form-card .btn { width: 100%; }
  .footer-callout { height: 58px; }
  .footer-callout-track { justify-content: flex-start; font-size: 1.15rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 1rem; }
  .footer-hours { grid-column: auto; align-items: flex-start; padding-top: 0; text-align: left; }
  .service-grid, .pricing-grid, .promise-grid, .cash-rates, .footer-grid, .provider { grid-template-columns: 1fr; }
  .footer-callout .container { align-items: flex-start; flex-direction: column; }
  .provider-photo { min-height: 390px; }
  .provider-bio { padding-top: 0; }
  .booking-thanks-grid { grid-template-columns: 1fr; }
  .tebra-booking, .tebra-booking iframe { min-height: 500px; height: 500px; }
  .brand-art {
    width: 150px;
    height: 102px;
    transform: none;
  }
  .brand-art, .brand-name-window, .brand-name { width: 150px; }
  .brand-name-window { height: 35px; }
  .brand-name { height: 150px; transform: translateY(-60px); }
  .brand-logo { width: 94px; height: 70px; }
  .floating-booking-button { width: 58px; height: 58px; }
  .booking-modal {
    width: 100vw;
    max-width: none;
    height: 100dvh;
    max-height: none;
    margin: 0;
    border-radius: 0;
  }
  .booking-modal-header { min-height: 62px; padding: .75rem 1rem; }
  .booking-modal-header h2 { font-size: 1.25rem; }
  .booking-modal-note { padding: .65rem 1rem; font-size: .82rem; }
  .booking-modal iframe { height: calc(100% - 108px); }
}
