/* Ready when it matters: navy, yellow, and strong condensed typography. */
@font-face {
  font-family: Anton;
  src: url("/assets/fonts/anton.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  --navy: #0b203b;
  --yellow: #ffd024;
  --ivory: #ffffff;
  --ink: var(--navy);
  --orange: var(--yellow);
  --orange-dark: #705500;
  --muted: #536173;
  --line: #d9dfe6;
  --section-space: 96px;
}
body {
  background: #fff;
}
.container {
  max-width: 1344px;
}
h1,
h2,
h3,
h4 {
  letter-spacing: -0.025em;
}
.site-header {
  background: var(--navy);
  border: 0;
}
.site-header .navbar {
  min-height: 118px;
}
.site-header .brand,
.footer-brand {
  font-family: Anton, Impact, sans-serif;
  font-size: 49px;
  letter-spacing: 0.11em;
  font-weight: 400;
  color: #fff;
}
.brand-mark {
  display: none;
}
.brand-sub {
  font-size: 10px;
  letter-spacing: 0.27em;
  margin-top: 11px;
  font-weight: 700;
}
.site-header .nav-link {
  color: #fff;
  font-size: 16px;
  padding: 16px 23px !important;
}
.site-header .nav-link:hover,
.site-header .nav-link[aria-current="page"] {
  color: var(--yellow);
}
.nav-phone {
  background: transparent;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
}
.nav-phone svg {
  color: var(--yellow);
  width: 28px;
  height: 28px;
}
.nav-phone:hover {
  background: transparent;
  color: var(--yellow);
}
.navbar-toggler {
  border-color: #8491a2;
  padding: 10px;
}
.navbar-toggler-icon {
  filter: invert(1);
}
.topbar {
  background: #07172c;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background: #fff5c8;
}
.button {
  border-radius: 3px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}
.button-orange,
.button-yellow {
  background: var(--yellow);
  color: var(--navy);
}
.button-orange:hover,
.button-yellow:hover {
  background: #ffe06e;
  color: var(--navy);
}
.button-dark:hover {
  background: #1d385b;
}
.button-yellow {
  min-height: 66px;
  padding: 20px 30px;
  text-transform: uppercase;
  font-size: 16px;
  gap: 36px;
}
.button-outline {
  border: 1px solid #d4dce8;
  background: transparent;
  color: #fff;
  min-height: 66px;
  padding: 20px 28px;
  font-size: 21px;
}
.button-outline:hover {
  color: var(--yellow);
  border-color: var(--yellow);
  background: #0b203b;
}
.ui-icon {
  width: 23px;
  height: 23px;
  object-fit: contain;
  flex-shrink: 0;
}
.button-outline .ui-icon {
  filter: invert(1);
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #2272cd;
  outline-offset: 5px;
}
.site-header a:focus-visible,
.site-header button:focus-visible,
.rescue-hero a:focus-visible {
  outline-color: var(--yellow);
}
.home-page .topbar {
  display: none;
}
.home-page .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
}
.home-page .site-header .navbar {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 55px;
}
.rescue-hero {
  position: relative;
  isolation: isolate;
  min-height: 856px;
  color: #fff;
  background: #07182e;
  overflow: hidden;
}
.rescue-backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rescue-content {
  padding-top: 198px;
  padding-bottom: 50px;
}
.rescue-eyebrow {
  width: fit-content;
  color: var(--yellow);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 0 27px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--yellow);
}
.rescue-hero h1 {
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
  font-size: clamp(80px, 6.95vw, 100px);
  line-height: 1.15;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  text-wrap: initial;
  margin: 0 0 25px;
}
.rescue-hero h1 span {
  color: var(--yellow);
  white-space: nowrap;
}
.rescue-description {
  color: #fff;
  font-size: 22px;
  line-height: 1.45;
  margin: 0 0 42px;
  max-width: 560px;
}
.rescue-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.problem-strip {
  padding: 33px 0 36px;
  border-bottom: 1px solid var(--line);
  background: white;
}
.problem-strip h2 {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0 0 27px;
  font-family: Anton, Impact, sans-serif;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  text-wrap: initial;
}
.problem-strip h2::before,
.problem-strip h2::after {
  content: "";
  flex: 1;
  border-top: 1px solid #8796a7;
}
.problem-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.problem-links a {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 85px;
  padding: 7px 38px;
  font-size: 18px;
  text-transform: none;
  font-weight: 700;
}
.problem-links a:first-child {
  padding-left: 0;
}
.problem-links a:last-child {
  padding-right: 0;
}
.problem-links a + a {
  border-left: 1px solid var(--line);
}
.problem-links a:hover {
  color: #765800;
  background: #fffbeb;
}
.problem-links .problem-icon {
  width: 62px;
  height: 62px;
  flex-shrink: 0;
}
.problem-links .ui-icon {
  margin-left: auto;
}
.home-page .intro h2,
.home-page .section-heading h2,
.home-page .faq-section h2,
.home-page .contact-section h2 {
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.home-page .section-heading {
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
}
.service-card {
  border-radius: 3px;
  box-shadow: none;
}
.service-card h3 {
  font-size: 25px;
}
.service-card:hover {
  border-color: #b89722;
}
.faq-section {
  background: #f2f5f8;
}
.contact-section {
  background: var(--navy);
  color: #fff;
}
.contact-section p,
.contact-section a {
  color: #e1e8f0;
}
.contact-section .eyebrow {
  color: var(--yellow);
}
.contact-section a:hover {
  color: var(--yellow);
}
.booking-form {
  color: var(--navy);
  background: #fff;
  border-radius: 4px;
}
.contact-section .booking-form p {
  color: var(--muted);
}
.booking-form label {
  font-size: 14px;
}
.booking-form .button {
  background: var(--yellow);
  color: var(--navy);
}
.booking-form .button:hover {
  background: #ffe06e;
}
.form-control,
.form-select {
  border-color: #b7c2ce;
}
.form-control:focus,
.form-select:focus {
  border-color: #2272cd;
  box-shadow: 0 0 0 3px #2272cd22;
}
footer {
  background: #061426;
}
.mobile-call {
  border-color: #bd9b22;
}
@media (min-width: 1600px) {
  .rescue-hero {
    min-height: 930px;
  }
  .rescue-content {
    padding-top: 210px;
  }
}
@media (max-width: 1199px) {
  .home-page .site-header .navbar {
    padding-left: 32px;
    padding-right: 32px;
  }
  .site-header .navbar-collapse {
    background: var(--navy);
    border: 1px solid #314560;
    border-radius: 4px;
    padding: 14px;
  }
  .site-header .nav-link {
    padding: 12px 16px !important;
  }
  .site-header .nav-phone {
    padding-left: 16px;
  }
  .rescue-hero {
    min-height: 810px;
  }
  .rescue-hero h1 {
    font-size: 94px;
  }
  .rescue-backdrop {
    object-position: 57% center;
  }
  .problem-links a {
    padding: 8px 20px;
    gap: 16px;
    font-size: 14px;
  }
  .problem-links .problem-icon {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .site-header .navbar {
    min-height: 90px;
  }
  .site-header .brand,
  .footer-brand {
    font-size: 35px;
  }
  .brand-sub {
    font-size: 8px;
    letter-spacing: 0.18em;
    margin-top: 9px;
  }
  .home-page .site-header .navbar {
    padding-left: 24px;
    padding-right: 24px;
  }
  .rescue-hero {
    min-height: 820px;
  }
  .rescue-content {
    padding-top: 135px;
    padding-bottom: 45px;
  }
  .rescue-backdrop {
    object-position: 48% center;
    opacity: 0.48;
  }
  .rescue-eyebrow {
    font-size: 13px;
    margin-bottom: 26px;
  }
  .rescue-hero h1 {
    font-size: clamp(49px, 10.8vw, 78px);
    line-height: 1.18;
    letter-spacing: 0.01em;
    margin-bottom: 27px;
  }
  .rescue-description {
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 32px;
  }
  .desktop-break {
    display: none;
  }
  .rescue-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    max-width: 380px;
  }
  .rescue-actions .button {
    min-height: 60px;
    font-size: 16px;
  }
  .problem-strip {
    padding: 30px 0 18px;
  }
  .problem-strip h2 {
    font-size: 28px;
    gap: 16px;
    margin-bottom: 19px;
  }
  .problem-links {
    grid-template-columns: 1fr;
  }
  .problem-links a,
  .problem-links a:first-child,
  .problem-links a:last-child {
    min-height: 86px;
    padding: 15px 4px;
    gap: 24px;
    font-size: 14px;
  }
  .problem-links a + a {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .problem-links .problem-icon {
    width: 44px;
    height: 44px;
  }
  .contact-section .booking-form {
    margin-top: 10px;
  }
  .contact-number {
    font-size: 29px;
  }
}
@media (max-width: 374px) {
  .rescue-hero h1 {
    font-size: 43px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .rescue-hero {
    min-height: 760px;
  }
}

/* Content continues the hero's typography, palette, and direct service focus. */
.coupon-offer-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  list-style: none;
  padding: 0;
  margin: 24px 0;
}
.coupon-offer-list li {
  border-top: 1px solid #607087;
  padding-top: 12px;
}
.coupon-offer-list strong {
  display: block;
  font:
    400 32px/1.3 Anton,
    Impact,
    sans-serif;
  color: var(--yellow);
}
.coupon-offer-list span {
  font-size: 14px;
  color: #fff;
}
.eyebrow {
  text-transform: uppercase;
}
.local-story {
  padding: 64px 0 28px;
  background: var(--navy);
  color: white;
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
}
.story-photo {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.story-copy .eyebrow,
.coupon-copy .eyebrow {
  color: var(--yellow);
  font-size: 13px;
}
.story-copy h2,
.directory-heading h2,
.guide-intro h2,
.coupon-copy h2 {
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.13;
  letter-spacing: 0.01em;
  margin: 14px 0 22px;
}
.story-copy h2 span,
.coupon-copy h2 span {
  color: var(--yellow);
}
.story-copy p {
  color: #e1e8f1;
  max-width: 540px;
  margin-bottom: 18px;
  line-height: 1.75;
}
.story-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  min-height: 44px;
  font-weight: 700;
  color: var(--yellow);
}
.story-link:hover {
  color: #ffe993;
}
.story-link .ui-icon {
  filter: invert(80%) sepia(79%) saturate(954%) hue-rotate(350deg)
    brightness(105%);
}
.service-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding: 22px 0 0;
  margin: 32px 0 0;
  border-top: 1px solid #6b7b8e;
}
.service-steps li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 52px;
  font-size: 16px;
}
.service-steps li + li {
  border-left: 1px solid #6b7b8e;
}
.step-number {
  font:
    400 36px/1 Anton,
    Impact,
    sans-serif;
  color: var(--yellow);
}
.service-directory {
  background: white;
  padding-top: 72px;
  padding-bottom: 80px;
}
.directory-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 64px;
  margin-bottom: 32px;
}
.directory-heading h2 {
  margin-bottom: 0;
  font-size: clamp(40px, 3.6vw, 52px);
}
.directory-heading > p {
  max-width: 520px;
  margin-bottom: 0;
  line-height: 1.75;
}
.directory-heading .eyebrow {
  color: #735700;
  font-size: 12px;
}
.service-families {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}
.family-photo {
  position: relative;
}
.family-photo > img {
  width: 100%;
  height: 205px;
  object-fit: cover;
}
.service-family:last-child .family-photo > img {
  object-position: right center;
}
.family-photo > span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  background: var(--yellow);
  color: var(--navy);
  font:
    400 22px/1.2 Anton,
    Impact,
    sans-serif;
}
.service-family h3 {
  font:
    400 clamp(25px, 2.2vw, 31px) / 1.2 Anton,
    Impact,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 22px 0 12px;
}
.service-family > p {
  font-size: 15px;
  line-height: 1.7;
  min-height: 52px;
  margin-bottom: 18px;
}
.service-family ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-family li {
  border-bottom: 1px solid var(--line);
}
.service-family a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 14px 0;
  font-size: 15px;
  font-weight: 600;
}
.service-family a:hover {
  color: #755800;
}
.service-family a:hover .ui-icon {
  transform: translateX(4px);
}
.service-family .ui-icon {
  width: 19px;
  height: 19px;
  transition: transform 0.15s;
}
.door-guide {
  background: #f1f4f7;
}
.guide-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.guide-intro {
  position: sticky;
  top: 35px;
}
.guide-intro h2 {
  font-size: clamp(38px, 3.7vw, 52px);
}
.guide-intro p {
  max-width: 420px;
}
.guide-intro > img {
  width: 100%;
  max-width: 420px;
  height: 245px;
  object-fit: cover;
  margin: 7px 0 20px;
}
.guide-intro .text-link {
  display: flex;
  width: fit-content;
  gap: 20px;
}
.guide-topic {
  border-bottom: 1px solid #b9c5d2;
}
.guide-topic:first-child {
  border-top: 1px solid #b9c5d2;
}
.guide-topic summary {
  font:
    600 20px/1.4 Inter,
    Arial,
    sans-serif;
  padding: 24px 0;
  align-items: center;
}
.guide-topic summary .ui-icon {
  width: 18px;
  height: 18px;
}
.guide-topic[open] summary .ui-icon {
  transform: rotate(180deg);
}
.guide-answer {
  padding: 0 4px 20px 0;
}
.guide-answer p {
  padding: 0;
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 16px;
}
.guide-answer > :last-child {
  margin-bottom: 0;
}
.guide-answer ul {
  columns: 2;
  padding-left: 20px;
  color: var(--muted);
  font-size: 15px;
}
.guide-answer li {
  padding: 0 10px 10px 0;
  break-inside: avoid;
}
.faq-section {
  background: #fff;
  border: 0;
}
.faq-section h2 {
  font:
    400 clamp(36px, 3.4vw, 49px) / 1.15 Anton,
    Impact,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.faq-section details {
  border-color: var(--line);
}
.faq-section summary {
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.faq-section details[open] {
  border-bottom: 2px solid #ac8700;
}
.article-section {
  border-bottom: 1px solid var(--line);
  padding-bottom: 28px;
}
.article-section h2 {
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.service-aside {
  background: var(--navy);
  color: #fff;
  border: 0;
  border-radius: 0;
}
.service-aside p {
  color: #e1e8f1;
}
.service-aside h2 {
  font:
    400 33px/1.2 Anton,
    Impact,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.service-aside .eyebrow {
  color: var(--yellow);
}
.coupon-band {
  background: #07192f;
  color: #fff;
  padding: 80px 0;
  border-top: 5px solid var(--yellow);
}
.coupon-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 64px;
}
.coupon-copy h2 {
  font-size: clamp(35px, 3.35vw, 48px);
}
.coupon-copy > p {
  color: #dce5f0;
  line-height: 1.8;
  max-width: 490px;
}
.coupon-copy .coupon-services {
  font-size: 14px;
  color: white;
  margin: 25px 0;
}
.coupon-copy .button {
  padding: 18px 22px;
  min-height: 58px;
  font-size: 14px;
  gap: 22px;
}
.coupon-copy .coupon-call {
  margin: 18px 0 0;
  font-size: 14px;
}
.coupon-call a {
  color: var(--yellow);
  font-weight: 700;
  white-space: nowrap;
}
.coupon-art-button {
  border: 0;
  background: transparent;
  padding: 0;
  display: block;
  width: 100%;
  cursor: zoom-in;
}
.coupon-art-button img {
  display: block;
  width: 100%;
  height: auto;
}
.coupon-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding-top: 20px;
}
.coupon-actions button,
.coupon-actions a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  background: none;
  color: white;
  border: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}
.coupon-actions button:hover,
.coupon-actions a:hover {
  color: var(--yellow);
}
.coupon-actions .ui-icon {
  filter: invert(1);
  width: 18px;
  height: 18px;
}
.coupon-hint {
  font-size: 12px;
  margin: 8px 0 0;
  color: #b6c5d8;
}
.coupon-band :is(a, button):focus-visible {
  outline-color: var(--yellow);
}
.coupon-dialog {
  padding: 24px;
  border: 0;
  border-radius: 4px;
  max-width: 1050px;
  width: calc(100% - 48px);
  max-height: calc(100dvh - 48px);
  color: var(--navy);
  background: white;
}
.coupon-dialog::backdrop {
  background: #031124dd;
}
body:has(.coupon-dialog[open]) {
  overflow: hidden;
}
.coupon-dialog-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 18px;
}
.coupon-dialog-heading h2 {
  font:
    400 28px/1.3 Anton,
    Impact,
    sans-serif;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.01em;
}
.coupon-dialog-heading button {
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: white;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 2px;
}
.coupon-dialog-heading .ui-icon {
  width: 17px;
  height: 17px;
}
.printable-coupon {
  display: block;
  width: 100%;
  height: auto;
}
.coupon-dialog-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.coupon-dialog-actions .button {
  font-size: 14px;
  gap: 12px;
  min-height: 52px;
  padding: 15px 20px;
}
@media (max-width: 991px) {
  .story-grid,
  .directory-heading {
    gap: 36px;
  }
  .story-photo {
    height: 410px;
  }
  .story-copy h2 {
    font-size: 41px;
  }
  .service-steps li {
    gap: 14px;
    font-size: 14px;
    padding: 0 12px;
  }
  .service-families {
    gap: 22px;
  }
  .service-family h3 {
    font-size: 23px;
    min-height: 56px;
  }
  .service-family > p {
    min-height: 78px;
  }
  .family-photo > img {
    height: 170px;
  }
  .guide-grid {
    grid-template-columns: 1fr 1.3fr;
    gap: 36px;
  }
  .guide-intro h2 {
    font-size: 40px;
  }
  .coupon-grid {
    gap: 32px;
  }
  .coupon-copy h2 {
    font-size: 36px;
  }
  .coupon-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .local-story {
    padding: 44px 0 28px;
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .story-photo {
    height: 270px;
  }
  .story-copy h2 {
    font-size: 42px;
  }
  .story-copy .eyebrow {
    font-size: 11px;
  }
  .service-steps {
    grid-template-columns: 1fr;
    margin-top: 28px;
    padding-top: 10px;
  }
  .service-steps li {
    justify-content: flex-start;
    gap: 22px;
    padding: 16px 0;
  }
  .service-steps li + li {
    border-left: 0;
    border-top: 1px solid #30465f;
  }
  .step-number {
    font-size: 31px;
  }
  .service-directory {
    padding: 52px 0;
  }
  .directory-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 32px;
  }
  .directory-heading h2 {
    font-size: 42px;
  }
  .service-families {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .family-photo > img {
    height: 215px;
  }
  .service-family h3 {
    font-size: 30px;
    min-height: 0;
  }
  .service-family > p {
    min-height: 0;
  }
  .service-family a {
    font-size: 16px;
    padding: 15px 0;
  }
  .guide-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .guide-intro {
    position: static;
  }
  .guide-intro h2 {
    font-size: 42px;
  }
  .guide-intro > img {
    max-width: none;
    height: 220px;
  }
  .guide-topic summary {
    font-size: 17px;
    padding: 22px 0;
  }
  .guide-answer ul {
    columns: 1;
  }
  .coupon-band {
    padding: 48px 0;
  }
  .coupon-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .coupon-copy h2 {
    font-size: 38px;
  }
  .coupon-copy .button {
    width: 100%;
    gap: 15px;
    font-size: 13px;
  }
  .coupon-actions {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 4px 12px;
  }
  .coupon-actions button,
  .coupon-actions a {
    font-size: 12px;
    gap: 7px;
  }
  .coupon-dialog {
    padding: 16px;
    width: calc(100% - 24px);
    max-height: calc(100dvh - 24px);
  }
  .coupon-dialog-heading {
    gap: 12px;
  }
  .coupon-dialog-heading h2 {
    font-size: 23px;
  }
  .coupon-dialog-actions {
    gap: 15px;
  }
}
@media print {
  body:has(.coupon-dialog[open]) {
    background: white !important;
    overflow: visible !important;
  }
  body:has(.coupon-dialog[open]) > :not(.coupon-dialog) {
    display: none !important;
  }
  .coupon-dialog[open] {
    position: static;
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: visible;
  }
  .coupon-dialog[open] .coupon-dialog-heading,
  .coupon-dialog[open] .coupon-dialog-actions {
    display: none;
  }
  .coupon-dialog[open] .printable-coupon {
    width: 100%;
    height: auto;
    break-inside: avoid;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  @page {
    size: landscape;
    margin: 12mm;
  }
}

/* Editorial guide: all styles are limited to this section. */
#door-guide { background: #fff; }
#door-guide .guide-grid { display: block; }
#door-guide .guide-intro {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: none;
  margin-bottom: 64px;
}
#door-guide .guide-intro .eyebrow { color: #705500; font-size: 12px; }
#door-guide .guide-intro h2 { font-size: clamp(42px,4.5vw,64px); margin: 8px 0 24px; }
#door-guide .guide-intro > p { max-width: 660px; }
#door-guide .guide-intro > img {
  width: 100%;
  max-width: none;
  height: 300px;
  object-position: center 55%;
  margin: 28px 0 24px;
  border-radius: 2px;
}
#door-guide .guide-intro .text-link { gap: 20px; }
#door-guide .guide-topics { counter-reset: editorial-topic; }
#door-guide .guide-overview,
#door-guide .guide-feature {
  counter-increment: editorial-topic;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  align-items: center;
  gap: 64px;
  padding: 56px 0;
  border-top: 1px solid #d9e1e8;
}
#door-guide .guide-feature-copy { min-width: 0; }
#door-guide .guide-feature h3,
#door-guide .guide-overview h3 {
  font: 600 clamp(28px,2.7vw,38px)/1.2 Outfit, Arial, sans-serif;
  letter-spacing: -.025em;
  color: var(--navy);
  margin: 0 0 24px;
}
#door-guide .guide-feature h3::before,
#door-guide .guide-overview h3::before {
  content: counter(editorial-topic, decimal-leading-zero);
  display: block;
  color: #705500;
  font: 600 13px/1.4 Inter, Arial, sans-serif;
  letter-spacing: .12em;
  margin-bottom: 18px;
}
#door-guide .guide-answer { padding: 0; }
#door-guide .guide-answer p { font-size: 16px; line-height: 1.85; }
#door-guide .guide-overview { display: block; }
#door-guide .guide-overview .guide-feature-copy {
  display: grid;
  grid-template-columns: minmax(0,.65fr) minmax(0,1.35fr);
  gap: 64px;
  align-items: start;
}
#door-guide .guide-overview h3 { max-width: 360px; }
#door-guide .guide-overview .guide-answer ul {
  background: #f1f4f7;
  padding: 24px 20px 12px 40px;
  margin: 20px 0;
  border-left: 3px solid var(--yellow);
}
#door-guide .guide-feature-image {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 2px;
}
#door-guide .guide-feature:nth-child(even) .guide-feature-image { grid-column: 2; grid-row: 1; }
#door-guide .guide-feature:nth-child(even) .guide-feature-copy { grid-column: 1; grid-row: 1; }
#door-guide .guide-feature:last-child { border-bottom: 1px solid #d9e1e8; }
@media (max-width: 991px) {
  #door-guide .guide-overview, #door-guide .guide-feature { gap: 32px; padding: 40px 0; }
  #door-guide .guide-overview .guide-feature-copy { gap: 32px; }
  #door-guide .guide-feature-image { height: 340px; }
}
@media (max-width: 767px) {
  #door-guide .guide-intro { margin-bottom: 40px; }
  #door-guide .guide-intro > img { height: 220px; margin-top: 20px; }
  #door-guide .guide-overview .guide-feature-copy,
  #door-guide .guide-feature { display: flex; flex-direction: column; align-items: stretch; gap: 24px; }
  #door-guide .guide-overview h3 { max-width: none; margin-bottom: 0; }
  #door-guide .guide-feature-image { height: 250px; }
  #door-guide .guide-overview .guide-answer ul { columns: 1; }
}
