/* GC Termite Control — v2026 inner page styles (spider extermination services) */

/* ---------- PAGE HERO ---------- */
.page-hero {
  position: relative;
  padding: 80px 0 64px;
  overflow: hidden;
  text-align: center;
  color: var(--bone);
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-hero-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, rgba(36, 30, 16, 0.94), rgba(64, 62, 38, 0.8));
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 var(--pad-2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(244, 239, 230, 0.65);
}

.breadcrumb a {
  color: rgba(244, 239, 230, 0.85);
}

.breadcrumb a:hover {
  color: var(--bone);
}

.page-hero-h1 {
  max-width: 820px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 4.4vw, 54px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.page-hero-sub {
  max-width: 680px;
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(244, 239, 230, 0.85);
}

.page-hero .btn-primary {
  background: var(--clay);
}

.page-hero .btn-primary:hover {
  background: var(--clay-d);
}

/* ---------- PAGE INTRO + SIDEBAR ---------- */
.page-intro {
  padding: var(--pad-3) 0 var(--pad-2);
}

.page-intro-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--pad-2);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 56px;
  align-items: start;
}

.page-intro-inner {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-intro-inner .sec-kicker {
  margin-bottom: 0;
}

.page-intro-inner h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.15;
  color: var(--ink);
}

.page-intro-inner p {
  margin: 0;
  font-size: 16px;
  line-height: 1.72;
  color: var(--ink-2);
}

.sched-aside {
  position: sticky;
  top: 24px;
}

.sched-card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--bone-2);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
}

.sched-h {
  margin: 0;
  font-family: var(--serif);
  font-size: 18px;
  color: var(--ink);
}

.sched-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 17px;
  font-weight: 600;
  color: var(--clay-d);
}

.sched-d {
  margin: 4px 0;
  font-size: 13px;
  color: var(--ink-3);
}

.sched-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sched-form input,
.sched-form textarea {
  padding: 9px 11px;
  resize: vertical;
  font-family: var(--sans);
  font-size: 13.5px;
  color: var(--ink);
  background: var(--bone);
  border: 1px solid var(--rule-2);
  border-radius: var(--radius);
}

.sched-form input:focus,
.sched-form textarea:focus {
  outline: none;
  border-color: var(--sage);
}

.sched-form .btn-primary {
  margin-top: 4px;
}

.sched-form .g-recaptcha {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.page-cta-line {
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  background: var(--bone-2);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
}

.page-cta-line p {
  margin: 0;
  font-family: var(--serif);
  font-size: 18px;
  color: var(--ink);
}

.tel {
  font-weight: 600;
  color: var(--clay-d);
}

/* ---------- SHARED PAGE LAYOUT ---------- */
.section_inner,
.resource_inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--pad-2);
}

.section_intro {
  max-width: 72ch;
  margin: 0;
  font-size: 16px;
  line-height: 1.68;
  color: var(--ink-2);
}

.web_guide_heading,
.species_heading,
.treatment_heading {
  margin-bottom: var(--pad-3);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 48px;
  align-items: end;
}

.web_guide_heading>p,
.treatment_heading>p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-2);
}

/* ---------- QUICK FACTS ---------- */
.facts_section {
  padding: var(--pad-2) 0 var(--pad-3);
}

.facts_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.fact_card {
  min-width: 0;
  padding: 21px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: var(--bone-2);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
}

.fact_number {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  color: var(--clay-d);
}

.fact_card strong {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
  color: var(--ink);
}

.fact_card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.62;
  color: var(--ink-2);
}

/* ---------- LIFECYCLE ---------- */
.lifecycle_section {
  padding: var(--pad-3) 0;
  background: var(--bone-2);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.lifecycle_grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.lifecycle_grid::before {
  content: '';
  position: absolute;
  top: 38px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: var(--rule-2);
}

.lifecycle_card {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 24px;
  background: var(--bone);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
}

.lifecycle_number,
.control_number {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: 9px;
  color: var(--bone);
  background: var(--clay-d);
  border-radius: 50%;
}

.lifecycle_card h3,
.control_card h3 {
  margin: 13px 0 8px;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  color: var(--ink);
}

.lifecycle_card p,
.control_card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--ink-2);
}

/* ---------- READ THE WEB ---------- */
.web_guide_section {
  padding: var(--pad-3) 0;
}

.web_guide_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.web_card {
  min-width: 0;
  padding: 23px;
  background: var(--bone-2);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  box-shadow: inset 0 -3px 0 rgba(169, 130, 46, 0.35);
}

.web_card>span {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--clay-d);
}

.web_card h3 {
  margin: 11px 0 8px;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
  color: var(--ink);
}

.web_card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--ink-2);
}

.field_note {
  position: relative;
  margin: 22px 0 0;
  overflow: hidden;
  background: var(--sage-d);
  border-radius: var(--radius-lg);
}

.field_note img {
  width: 100%;
  height: 260px;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0.82;
}

.field_note::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(36, 30, 16, 0.9), rgba(36, 30, 16, 0.08));
  pointer-events: none;
}

.field_note figcaption {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 32px;
  width: min(520px, calc(100% - 64px));
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 1.68;
  color: rgba(244, 239, 230, 0.82);
}

.field_note figcaption>span {
  display: block;
  margin-bottom: 8px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--clay);
}

.field_note figcaption strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--bone);
}

/* ---------- LOCAL SPIDERS ---------- */
.species_section {
  padding: var(--pad-3) 0;
  color: var(--bone);
  background: var(--sage);
}

.species_heading .sec-kicker,
.species_heading .sec-h2 {
  color: var(--bone);
}

.species_heading .eb-dot {
  background: var(--clay);
}

.species_heading>p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(244, 239, 230, 0.78);
}

.species_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.species_card {
  min-width: 0;
  padding: 27px;
  background: rgba(244, 239, 230, 0.09);
  border: 1px solid rgba(244, 239, 230, 0.22);
  border-radius: var(--radius-lg);
}

.species_caution {
  box-shadow: inset 4px 0 0 var(--clay);
}

.species_watch {
  box-shadow: inset 4px 0 0 rgba(169, 130, 46, 0.65);
}

.species_card_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-family: var(--mono);
  font-size: 9px;
  color: rgba(244, 239, 230, 0.55);
}

.risk_tag {
  padding: 6px 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--sage-d);
  background: var(--clay);
  border-radius: 999px;
}

.species_card h3 {
  margin: 18px 0 12px;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
  color: var(--bone);
}

.species_card h3 em {
  display: block;
  margin-top: 4px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 400;
  color: rgba(244, 239, 230, 0.56);
}

.species_card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.68;
  color: rgba(244, 239, 230, 0.82);
}

.species_card p+p {
  margin-top: 12px;
}

.recluse_note {
  margin-top: 18px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  background: rgba(36, 30, 16, 0.2);
  border: 1px solid rgba(244, 239, 230, 0.18);
  border-radius: var(--radius-lg);
}

.recluse_note>span {
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--clay);
}

.recluse_note h3 {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  color: var(--bone);
}

.recluse_note p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(244, 239, 230, 0.78);
}

/* ---------- HOTSPOTS ---------- */
.hotspot_section {
  padding: var(--pad-3) 0;
}

.hotspot_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hotspot_card {
  position: relative;
  min-width: 0;
  padding: 23px 22px 23px 27px;
  overflow: hidden;
  background: var(--bone-2);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
}

.hotspot_card::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--clay);
}

.hotspot_card>span {
  font-family: var(--mono);
  font-size: 9px;
  color: var(--clay-d);
}

.hotspot_card h3 {
  margin: 8px 0 7px;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
  color: var(--ink);
}

.hotspot_card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.62;
  color: var(--ink-2);
}

/* ---------- BITE SAFETY ---------- */
.bite_safety_section {
  padding: 0 var(--pad-2) var(--pad-3);
}

.bite_safety_inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 34px;
  color: var(--bone);
  background: var(--sage-d);
  border: 1px solid rgba(169, 130, 46, 0.55);
  border-radius: var(--radius-lg);
}

.bite_safety_copy {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 48px;
  align-items: end;
}

.bite_safety_copy .sec-kicker,
.bite_safety_copy h2 {
  color: var(--bone);
}

.bite_safety_copy .eb-dot {
  background: var(--clay);
}

.bite_safety_copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.15;
}

.bite_safety_copy p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(244, 239, 230, 0.8);
}

.bite_steps {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bite_steps article {
  min-width: 0;
  padding: 20px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  background: rgba(244, 239, 230, 0.08);
  border: 1px solid rgba(244, 239, 230, 0.18);
  border-radius: var(--radius-lg);
}

.bite_steps article>span {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: 9px;
  color: var(--sage-d);
  background: var(--clay);
  border-radius: 50%;
}

.bite_steps h3 {
  margin: 2px 0 7px;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
  color: var(--bone);
}

.bite_steps p {
  margin: 0;
  font-size: 13px;
  line-height: 1.62;
  color: rgba(244, 239, 230, 0.78);
}

.bite_steps a {
  color: var(--clay);
  font-weight: 600;
}

.medical_note {
  margin: 18px 0 0;
  padding-top: 16px;
  font-size: 12.5px;
  line-height: 1.6;
  color: rgba(244, 239, 230, 0.66);
  border-top: 1px solid rgba(244, 239, 230, 0.16);
}

/* ---------- PREVENTION ---------- */
.prevention_section {
  padding: var(--pad-3) 0;
  color: var(--bone);
  background: var(--sage);
}

.prevention_inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--pad-2);
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 56px;
  align-items: start;
}

.prevention_copy {
  position: sticky;
  top: 24px;
}

.prevention_copy .sec-kicker,
.prevention_copy .sec-h2 {
  color: var(--bone);
}

.prevention_copy .eb-dot {
  background: var(--clay);
}

.prevention_copy p {
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
  color: rgba(244, 239, 230, 0.8);
}

.prevention_list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}

.prevention_list li {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  font-size: 14px;
  line-height: 1.66;
  color: rgba(244, 239, 230, 0.82);
  border-bottom: 1px solid rgba(244, 239, 230, 0.17);
}

.prevention_list li:first-child {
  padding-top: 0;
}

.prevention_list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.prevention_list strong {
  color: var(--bone);
}

.prevention_number {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: 9px;
  color: var(--sage-d);
  background: var(--clay);
  border-radius: 50%;
}

/* ---------- PROFESSIONAL PROCESS ---------- */
.control_section {
  padding: var(--pad-3) 0;
}

.control_grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.control_card {
  min-width: 0;
  padding: 22px 20px;
  background: var(--bone-2);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
}

/* ---------- TREATMENT DECISIONS ---------- */
.treatment_section {
  padding: var(--pad-3) 0;
  background: var(--bone-2);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.treatment_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.treatment_card {
  min-width: 0;
  padding: 26px;
  background: var(--bone);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
}

.treatment_tag {
  display: inline-flex;
  padding: 6px 9px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--clay-d);
  background: var(--bone-2);
  border: 1px solid var(--rule);
  border-radius: 999px;
}

.treatment_card h3 {
  margin: 15px 0 9px;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--ink);
}

.treatment_card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.68;
  color: var(--ink-2);
}

.treatment_notice {
  margin-top: 18px;
  padding: 20px 22px;
  font-size: 13.5px;
  line-height: 1.67;
  color: var(--bone);
  background: var(--sage);
  border-radius: var(--radius-lg);
}

.treatment_notice a {
  font-weight: 600;
  color: var(--clay);
}

/* ---------- PROFESSIONAL HELP ---------- */
.professional_help_section {
  padding: var(--pad-3) var(--pad-2);
}

.professional_help_inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  color: var(--bone);
  background: var(--sage-d);
  border-radius: var(--radius-lg);
}

.professional_help_copy .sec-kicker,
.professional_help_copy h2 {
  color: var(--bone);
}

.professional_help_copy .eb-dot {
  background: var(--clay);
}

.professional_help_copy h2 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.15;
}

.professional_help_copy p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.68;
  color: rgba(244, 239, 230, 0.8);
}

.professional_help_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.professional_help_actions .btn-ghost {
  color: var(--bone);
  border-color: rgba(244, 239, 230, 0.4);
}

.professional_help_actions .btn-ghost:hover {
  color: var(--ink);
  background: var(--bone);
}

.professional_help_list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
}

.professional_help_list li {
  position: relative;
  padding: 13px 0 13px 22px;
  font-size: 14px;
  line-height: 1.58;
  color: rgba(244, 239, 230, 0.84);
  border-bottom: 1px solid rgba(244, 239, 230, 0.14);
}

.professional_help_list li:last-child {
  border-bottom: 0;
}

.professional_help_list li::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 3px;
  width: 7px;
  height: 7px;
  background: var(--clay);
  border-radius: 50%;
}

/* ---------- FAQ ---------- */
.faq_section {
  padding: var(--pad-3) 0;
  background: var(--bone-2);
  border-top: 1px solid var(--rule);
}

.faq_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.faq_item {
  min-width: 0;
  overflow: hidden;
  background: var(--bone);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
}

.faq_item summary {
  position: relative;
  padding: 19px 48px 19px 20px;
  cursor: pointer;
  list-style: none;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.35;
  color: var(--ink);
}

.faq_item summary::-webkit-details-marker {
  display: none;
}

.faq_item summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 19px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sans);
  font-size: 19px;
  color: var(--clay-d);
  background: var(--bone-2);
  border-radius: 50%;
}

.faq_item[open] summary::after {
  content: '\2212';
}

.faq_item[open] summary {
  border-bottom: 1px solid var(--rule);
}

.faq_item p {
  margin: 0;
  padding: 18px 20px 20px;
  font-size: 14px;
  line-height: 1.67;
  color: var(--ink-2);
}

.faq_item summary:focus-visible {
  outline: 2px solid var(--clay);
  outline-offset: -3px;
}

/* ---------- RESOURCES ---------- */
.resource_section {
  padding: var(--pad-3) 0;
}

.resource_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.resource_card {
  min-width: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  overflow-wrap: anywhere;
  background: var(--bone-2);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}

.resource_card:hover {
  transform: translateY(-2px);
  border-color: var(--clay);
  box-shadow: 0 8px 24px rgba(36, 30, 16, 0.07);
}

.resource_source {
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.resource_title {
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.3;
  color: var(--ink);
}

.resource_link {
  margin-top: auto;
  padding-top: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--clay-d);
}

.resource_card:focus-visible,
.breadcrumb a:focus-visible,
.bite_steps a:focus-visible,
.treatment_notice a:focus-visible,
.tel:focus-visible {
  outline: 2px solid var(--clay);
  outline-offset: 3px;
}

/* ---------- SERVICE CTA ---------- */
.cta_actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.mid-cta .btn-ghost {
  color: var(--bone);
  border-color: rgba(244, 239, 230, 0.45);
}

.mid-cta .btn-ghost:hover {
  color: var(--ink);
  background: var(--bone);
  border-color: var(--bone);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1080px) {

  .page-intro-grid,
  .prevention_inner,
  .professional_help_inner {
    grid-template-columns: 1fr;
  }

  .sched-aside,
  .prevention_copy {
    position: static;
  }

  .page-intro-grid,
  .prevention_inner,
  .professional_help_inner {
    gap: 32px;
  }

  .facts_grid,
  .lifecycle_grid,
  .web_guide_grid,
  .hotspot_grid,
  .bite_steps,
  .control_grid,
  .resource_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lifecycle_grid::before {
    display: none;
  }

  .control_card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {

  .web_guide_heading,
  .species_heading,
  .treatment_heading,
  .bite_safety_copy,
  .recluse_note {
    grid-template-columns: 1fr;
  }

  .web_guide_heading,
  .species_heading,
  .treatment_heading,
  .bite_safety_copy,
  .recluse_note {
    gap: 18px;
  }

  .field_note img {
    height: 310px;
    object-position: 56% center;
  }

  .field_note::after {
    background: linear-gradient(90deg, rgba(36, 30, 16, 0.88), rgba(36, 30, 16, 0.25));
  }
}

@media (max-width: 640px) {
  .page-hero {
    padding: 56px 0 44px;
  }

  .page-hero-sub {
    font-size: 15.5px;
  }

  .page-intro-grid,
  .section_inner,
  .resource_inner,
  .prevention_inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bite_safety_section,
  .professional_help_section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bite_safety_inner,
  .professional_help_inner {
    padding: 26px 22px;
  }

  .page-cta-line {
    align-items: flex-start;
    padding: 18px;
  }

  .page-cta-line .tel,
  .page-hero .btn-primary,
  .professional_help_actions,
  .professional_help_actions .btn,
  .cta_actions,
  .cta_actions .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .sched-card {
    padding: 20px;
    overflow: hidden;
  }

  .sched-form .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
  }

  .facts_grid,
  .lifecycle_grid,
  .web_guide_grid,
  .species_grid,
  .hotspot_grid,
  .bite_steps,
  .control_grid,
  .treatment_grid,
  .faq_grid,
  .resource_grid {
    grid-template-columns: 1fr;
  }

  .control_card:last-child {
    grid-column: auto;
  }

  .fact_card,
  .lifecycle_card,
  .web_card,
  .species_card,
  .hotspot_card,
  .control_card,
  .treatment_card,
  .resource_card {
    padding: 22px;
  }

  .field_note img {
    height: 360px;
    object-position: 56% center;
  }

  .field_note::after {
    background: linear-gradient(180deg, rgba(36, 30, 16, 0.9), rgba(36, 30, 16, 0.2));
  }

  .field_note figcaption {
    top: 28px;
    right: 22px;
    left: 22px;
    width: auto;
    transform: none;
  }

  .prevention_list li {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .faq_item summary {
    padding: 18px 46px 18px 18px;
    font-size: 16px;
  }
}