/*
Theme Name: LP Health Directions
Theme URI: https://www.lphealthdirections.com/
Author: LP Health Directions
Description: Custom conversion-focused WordPress theme for LP Health Directions.
Version: 0.3.61
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: lphd-preview
*/

:root {
  --ink: #12252d;
  --ink-soft: #34505a;
  --muted: var(--ink-soft);
  --teal: #0d5d60;
  --teal-dark: #083f43;
  --coral: #f06b56;
  --coral-dark: #a73528;
  --sand: #f4dfb5;
  --cream: #fffaf0;
  --paper: #ffffff;
  --sage: #dce9df;
  --line: #d9e1df;
  --shadow: 0 18px 60px rgba(18, 37, 45, .12);
  --radius: 22px;
  --wrap: min(1180px, calc(100% - 40px));
  --lphd-motion-delay: 0ms;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
:where([id]) { scroll-margin-top: 110px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3 { margin: 0 0 .55em; line-height: 1.08; letter-spacing: -.035em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; }
h1 { font-size: clamp(3rem, 7vw, 6.7rem); }
h2 { font-size: clamp(2.2rem, 4.7vw, 4.35rem); }
h3 { font-size: 1.28rem; letter-spacing: -.015em; }
p { margin: 0 0 1.15em; }
.wrap { width: var(--wrap); margin-inline: auto; }
.eyebrow { color: var(--coral-dark); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.course-card.featured .eyebrow { color: #ff9b8a; }
.lede { max-width: 700px; color: var(--ink-soft); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 1000; padding: 10px 16px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(18,37,45,.08); background: rgba(255,250,240,.94); backdrop-filter: blur(16px); }
.nav-shell { display: flex; min-height: 104px; align-items: center; gap: 26px; }
.header-branding { display: flex; min-width: 0; align-items: center; }
.brand { flex: 0 0 auto; }
.brand img { width: 205px; height: auto; }
.header-aha-mark { display: grid; width: 98px; flex: 0 0 98px; margin-left: 14px; padding-left: 14px; border-left: 1px solid rgba(18,37,45,.14); place-items: center; }
.header-aha-mark img { display: block; width: 82px; height: 82px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.main-nav a { color: var(--ink); font-size: .92rem; font-weight: 750; text-decoration: none; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--coral-dark); }
.main-nav a:not(.nav-cta)[aria-current="page"] { color: var(--teal-dark); box-shadow: inset 0 -3px 0 var(--coral); }
.mobile-nav-contact { display: none; }
.nav-cta, .button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px; padding: 0 22px; background: var(--coral); color: #172329 !important; font-weight: 850; text-decoration: none; box-shadow: 0 8px 20px rgba(207,79,60,.22); transition: transform .18s ease, background .18s ease; }
.nav-cta[aria-current="page"] { box-shadow: 0 8px 20px rgba(207,79,60,.22), 0 0 0 3px rgba(13,93,96,.28); }
.nav-cta:hover, .button:hover { transform: translateY(-2px); background: #ff8069; }
.button.secondary { background: transparent; box-shadow: inset 0 0 0 2px currentColor; color: var(--ink) !important; }
.menu-toggle { display: none; min-width: 44px; min-height: 44px; margin-left: auto; border: 0; background: none; color: var(--ink); font: inherit; font-weight: 800; }
.breadcrumbs { border-bottom: 1px solid rgba(18,37,45,.08); background: #fffdf8; }
.breadcrumbs ol { display: flex; min-height: 42px; align-items: center; flex-wrap: wrap; gap: 6px; margin: 0; padding: 7px 0; list-style: none; color: var(--ink-soft); font-size: .78rem; }
.breadcrumbs li { display: inline-flex; align-items: center; gap: 6px; }
.breadcrumbs li + li::before { content: "/"; color: #819195; }
.breadcrumbs a { display: inline-flex; min-height: 28px; align-items: center; padding: 2px 1px; color: var(--teal-dark); font-weight: 750; text-decoration: none; }
.breadcrumbs a:hover, .breadcrumbs a:focus-visible { text-decoration: underline; }
.breadcrumbs [aria-current="page"] { font-weight: 650; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

.hero { overflow: hidden; padding: clamp(50px, 8vw, 110px) 0 70px; background: radial-gradient(circle at 80% 10%, #f4cfab 0, rgba(244,207,171,0) 36%), var(--cream); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(38px, 7vw, 90px); }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 34px; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.button-row .button { min-height: 44px; padding-inline: 18px; font-size: .92rem; }
.booking-embed-shell { border: 1px solid var(--line); border-radius: 24px; background: #fff; padding: clamp(22px, 4vw, 42px); box-shadow: var(--shadow); }
.booking-embed-shell .am-advsc__dayGridMonth-disabled .fc-daygrid-day-top { opacity: 1 !important; }
.booking-embed-shell .am-advsc__dayGridMonth-disabled .fc-daygrid-day-number { color: #626670 !important; }
.booking-embed-intro { max-width: 760px; margin-bottom: 24px; }
.booking-prototype-notice { display: grid; gap: 4px; margin-top: 18px; padding: 14px 16px; border: 1px solid #e7b764; border-radius: 14px; background: #fff8e8; color: #593f15; }
.booking-prototype-notice strong { color: #35240a; }
.booking-prototype-notice + .lead-form { margin-top: 18px; }
.booking-portal-note { margin: 20px 0 0; padding: 13px 16px; border: 1px solid #a9cac6; border-radius: 14px; background: #eef8f6; color: var(--ink); font-weight: 700; }
.booking-embed-shell .am-fs__wrapper {
  --am-c-primary: #0d5d60 !important;
  --am-c-main-heading-text: #12252d !important;
  --am-c-main-text: #12252d !important;
  --am-c-sb-bgr: #083f43 !important;
  --am-c-sb-text: #ffffff !important;
  --am-c-btn-prim: #f06b56 !important;
  --am-c-btn-prim-text: #172329 !important;
  --am-c-btn-sec: #083f43 !important;
  --am-c-btn-sec-text: #ffffff !important;
  --am-font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}
.booking-embed-shell .am-fs-sb, .booking-embed-shell .am-fs-sb__step-checker { background: var(--teal-dark) !important; }
.booking-embed-shell .am-button--primary {
  --am-c-btn-first: #f06b56 !important;
  --am-c-btn-second: #172329 !important;
  --am-c-btn-first-op80: rgba(240, 107, 86, .8) !important;
  --am-c-btn-first-op30: rgba(240, 107, 86, .3) !important;
  --am-c-btn-first-op20: rgba(240, 107, 86, .1) !important;
}
.booking-class-choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 0 0 28px; }
.booking-class-choice { display: grid; min-width: 0; grid-template-columns: auto 1fr; gap: 14px 18px; align-items: start; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fffdf7; }
.booking-class-choice .aha-course-badge { grid-row: 1 / span 2; }
.booking-class-choice h3 { margin: 2px 0 8px; }
.booking-selected-service { max-width: 780px; margin: 0 0 30px; border-color: rgba(13,93,96,.32); background: #f7fcfa; }
.booking-choice-footer { grid-column: 2; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 12px 18px; }
.booking-choice-footer > strong { color: var(--teal-dark); font-size: 1.55rem; line-height: 1.15; }
.booking-choice-action { display: grid; gap: 7px; }
.booking-choice-action > span { color: var(--ink-soft); font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.booking-choice-action .button-row { margin-top: 0; }
.booking-choice-action .button { min-width: 92px; min-height: 44px; padding: 8px 14px; text-align: center; }
.booking-option-stack { display: grid; gap: 12px; }
.booking-embed-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.context-links a { color: var(--teal-dark); font-weight: 800; }
.booking-heartcode-choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 28px 0 42px; }
.booking-heartcode-choices .booking-class-choice { height: 100%; }
.booking-secondary-option { max-width: 780px; margin: 0 0 30px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; background: #fffaf0; }
.booking-secondary-option > strong { display: block; color: var(--teal-dark); font-size: 1.05rem; }
.booking-secondary-option p { margin: 12px 0 14px; color: var(--ink-soft); }
.booking-secondary-option .button { min-height: 44px; font-size: .92rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 15px 25px; color: var(--ink-soft); font-size: .9rem; font-weight: 750; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: var(--teal); font-weight: 950; }
.hero-visual { position: relative; min-height: 590px; }
.hero-image { width: 100%; height: 590px; object-fit: cover; border-radius: 180px 180px 28px 28px; box-shadow: var(--shadow); }
.hero-stamp { position: absolute; left: -35px; bottom: 42px; max-width: 220px; padding: 19px 22px; border-radius: 18px; background: var(--teal-dark); color: white; box-shadow: var(--shadow); }
.hero-stamp strong { display: block; color: var(--sand); font-family: Georgia, serif; font-size: 1.45rem; }

.stats { background: var(--ink); color: white; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 30px 24px; border-right: 1px solid rgba(255,255,255,.14); text-align: center; }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--sand); font-family: Georgia, serif; font-size: 2rem; }
.stat span { color: #d8e0e2; font-size: .82rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }

.aha-lockup { display: flex; width: 156px; align-items: center; flex-direction: column; color: #111; text-align: center; }
.aha-lockup-logo { width: 112px; height: auto; }
.aha-lockup p { max-width: 156px; margin: 7px 0 6px; font-family: Georgia, "Times New Roman", serif; font-size: 8.5px; line-height: 1.25; }
.aha-lockup-seal { width: 56px; height: 56px; object-fit: contain; }
.aha-lockup small { margin-top: 5px; font-size: 8px; font-weight: 750; line-height: 1.15; }
.course-grid.bls-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 28px 0 20px; }
.bls-choice-grid .course-card { min-height: 0; }
.bls-choice-grid .button { width: 100%; padding-inline: 16px; text-align: center; }
.choice-note { margin: 0 0 42px; padding: 22px 24px; border-left: 5px solid var(--coral); border-radius: 0 14px 14px 0; background: var(--sand); }
.choice-note strong { display: block; color: var(--teal); font-size: 1.08rem; }
.choice-note p { margin: 7px 0 0; }
.section { padding: clamp(72px, 10vw, 132px) 0; }
.section-alt { background: #efe7d8; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 45px; }
.section-head > div:first-child { max-width: 760px; }
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.classes-course-grid, .heartcode-course-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.class-guide { margin-top: clamp(70px, 9vw, 116px); padding-top: clamp(50px, 7vw, 84px); border-top: 1px solid var(--line); }
.group-planning { margin-top: 52px; padding-top: 44px; border-top: 1px solid var(--line); }
.context-links { margin: 24px 0 0; color: var(--ink-soft); font-size: .94rem; }
.card { position: relative; min-width: 0; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 8px 30px rgba(18,37,45,.06); }
:where(.hero-grid, .detail-hero-grid, .content-grid, .aed-product-hero-grid, .cr2-hero-grid, .cr2-builder-grid) > * { min-width: 0; }
.course-card { display: flex; min-width: 0; min-height: 395px; flex-direction: column; }
.course-card h2 { font-size: clamp(1.65rem, 2.6vw, 2.25rem); }
.course-card.featured { background: var(--teal-dark); color: white; }
.course-card.featured .muted { color: #d4e4e2; }
.course-card.featured .button.secondary { color: white !important; }
.aha-course-badge { display: flex; width: 116px; min-height: 128px; align-items: center; justify-content: center; flex-direction: column; gap: 2px; margin: 2px 0 17px; padding: 5px 7px 8px; border: 1px solid rgba(18,37,45,.11); border-radius: 15px; background: #fff; box-shadow: 0 5px 16px rgba(18,37,45,.08); }
.aha-course-badge img { width: 88px; height: 88px; object-fit: contain; }
.aha-course-badge-label { color: var(--ink); font-size: .61rem; font-weight: 850; line-height: 1.05; text-align: center; }
.course-card > .aha-course-badge, .sidebar-card > .aha-course-badge { position: absolute; top: 24px; right: 24px; width: 116px; min-height: 128px; margin: 0; }
.course-card > .aha-course-badge img, .sidebar-card > .aha-course-badge img { width: 88px; height: 88px; }
.course-card:has(> .aha-course-badge) > h2, .course-card:has(> .aha-course-badge) > h3, .course-card:has(> .aha-course-badge) > .eyebrow,
.sidebar-card:has(> .aha-course-badge) > h3, .sidebar-card:has(> .aha-course-badge) > .eyebrow { padding-right: 126px; }
.lphd-course-marker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; padding: 8px 11px; border-radius: 999px; background: var(--sand); color: var(--teal-dark); font-size: .76rem; font-weight: 850; letter-spacing: .03em; }
.lphd-course-marker::before { content: "LPHD"; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--teal-dark); color: #fff; font-size: .62rem; }
.booking-nonaha-section { margin-top: 36px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.62); }
.booking-nonaha-section h2 { margin-bottom: 8px; font-size: clamp(1.35rem, 2vw, 1.8rem); }
.booking-schedule-snapshot { margin-top: 26px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(18,37,45,.08); }
.booking-schedule-snapshot h3 { margin: 4px 0 6px; }
.booking-schedule-meta { margin: 0 0 18px; color: var(--muted); }
.booking-month-calendar { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); }
.booking-calendar-toolbar { display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; gap: 14px; align-items: center; padding: 18px; border-bottom: 1px solid var(--line); background: #fff; }
.booking-calendar-heading { min-width: 0; text-align: center; }
.booking-calendar-heading h4 { margin: 0; font-size: clamp(1.18rem, 2vw, 1.48rem); }
.booking-calendar-heading span { display: block; margin-top: 3px; color: var(--muted); font-size: .82rem; }
.booking-calendar-nav { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--teal-dark); font: inherit; font-size: 1.45rem; font-weight: 900; cursor: pointer; }
.booking-calendar-nav:hover:not(:disabled), .booking-calendar-nav:focus-visible { border-color: var(--teal); background: var(--sage); }
.booking-calendar-nav:disabled { cursor: not-allowed; opacity: .32; }
.booking-calendar-weekdays, .booking-calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.booking-calendar-weekdays { padding: 12px 12px 4px; color: var(--ink-soft); font-size: .72rem; font-weight: 850; letter-spacing: .04em; text-align: center; text-transform: uppercase; }
.booking-calendar-grid { gap: 7px; padding: 8px 12px 14px; }
.booking-calendar-day { display: grid; min-width: 0; min-height: 68px; place-items: center; border: 1px solid transparent; border-radius: 13px; color: var(--ink-soft); font: inherit; font-weight: 750; }
button.booking-calendar-day { position: relative; border-color: rgba(13,93,96,.28); background: #fff; color: var(--teal-dark); cursor: pointer; box-shadow: 0 4px 14px rgba(18,37,45,.06); }
button.booking-calendar-day::after { content: ""; position: absolute; bottom: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }
button.booking-calendar-day:hover, button.booking-calendar-day:focus-visible { border-color: var(--teal); background: var(--sage); }
button.booking-calendar-day[aria-pressed="true"] { border-color: var(--teal-dark); background: var(--teal-dark); color: #fff; }
button.booking-calendar-day[aria-pressed="true"]::after { background: var(--coral); }
.booking-calendar-day-outside { visibility: hidden; }
.booking-calendar-month-empty { margin: 0; padding: 0 18px 18px; color: var(--muted); font-size: .88rem; text-align: center; }
.booking-calendar-selection { min-height: 128px; padding: 20px; border-top: 1px solid var(--line); background: #fff; }
.booking-calendar-selection > p { margin: 0; color: var(--muted); }
.booking-calendar-time-group strong { display: block; margin-bottom: 11px; color: var(--teal-dark); }
.booking-calendar-times { display: flex; flex-wrap: wrap; gap: 9px; }
.booking-calendar-time { min-height: 44px; padding: 9px 14px; border: 1px solid var(--teal); border-radius: 999px; background: #fff; color: var(--teal-dark); font: inherit; font-size: .88rem; font-weight: 850; cursor: pointer; }
.booking-calendar-time:hover, .booking-calendar-time:focus-visible { background: var(--sage); }
.booking-calendar-time[aria-pressed="true"] { background: var(--teal-dark); color: #fff; }
.booking-calendar-status { margin: 13px 0 0; color: var(--ink-soft); font-size: .86rem; }
.booking-checkout-policy { padding: 20px; border-top: 1px solid var(--line); background: var(--sand); }
.booking-checkout-policy h4 { margin: 3px 0 12px; font-size: 1.18rem; }
.booking-policy-explanation { margin-bottom: 14px; color: var(--ink-soft); }
.booking-policy-explanation p { margin-bottom: 9px; }
.booking-policy-explanation p:last-child { margin-bottom: 0; }
.booking-policy-consent { display: flex; gap: 13px; align-items: flex-start; padding: 15px; border: 1px solid rgba(13,93,96,.26); border-radius: 14px; background: #fff; color: var(--ink-soft); font-size: .93rem; line-height: 1.55; cursor: pointer; }
.booking-policy-consent:focus-within { outline: 3px solid rgba(13,93,96,.25); outline-offset: 2px; }
.booking-policy-consent input { width: 24px; height: 24px; flex: 0 0 24px; margin: 2px 0 0; accent-color: var(--teal-dark); }
.booking-policy-note { margin: 11px 0 14px; color: var(--muted); font-size: .82rem; }
.booking-policy-note a { font-weight: 800; }
.booking-policy-status { min-height: 1.4em; margin: 10px 0 0; color: var(--ink-soft); font-size: .84rem; }
.booking-schedule-source { margin: 17px 0 0; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; }
.booking-schedule-empty { border-style: dashed; background: var(--cream); box-shadow: none; }
.booking-schedule-empty p:last-child { margin-bottom: 0; color: var(--ink-soft); }
.price { margin: 6px 0 14px; font-family: Georgia, serif; font-size: 3rem; font-weight: 800; line-height: 1; }
.price small { font-family: Inter, sans-serif; font-size: .8rem; font-weight: 700; }
.muted { color: var(--ink-soft); }
.checklist { display: grid; gap: 9px; margin: 18px 0 28px; padding: 0; list-style: none; }
.checklist li::before { content: "✓"; margin-right: 9px; color: var(--coral); font-weight: 950; }
.course-card .button { align-self: flex-start; margin-top: auto; }
.heartcode-path { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(18,37,45,.14); }
.course-card.featured .heartcode-path { border-top-color: rgba(255,255,255,.18); }
.heartcode-path > strong { display: block; }
.heartcode-path .button-row { margin-top: 10px; }

.locations { background: #efe7d8; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.location-card { overflow: hidden; padding: 0; }
.location-top { min-height: 250px; padding: 38px; background: linear-gradient(135deg, rgba(8,63,67,.94), rgba(13,93,96,.78)), url('assets/images/cpr-aed-class-no-pads.webp') center/cover; color: white; }
.location-top .eyebrow { color: #ffd0c7; }
.location-card:nth-child(2) .location-top { background-position: 65% center; }
.location-body { padding: 30px 36px 36px; }
.location-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 22px 0; }
.location-meta strong { display: block; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(40px, 8vw, 100px); }
.split-image { width: 100%; min-height: 560px; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 28px 160px 28px 28px; box-shadow: var(--shadow); }
.steps { display: grid; gap: 20px; margin-top: 32px; }
.step { display: grid; grid-template-columns: 46px 1fr; gap: 16px; }
.step-number { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--coral); font-weight: 900; }

.group-banner { padding: 70px 0; background: var(--sand); }
.group-panel { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 50px; }
.group-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.mini-card { padding: 20px; border-radius: 16px; background: rgba(255,255,255,.62); font-weight: 750; }

.home-aed-spotlight { overflow: hidden; background: #0d2027; color: white; }
.home-aed-grid { display: grid; grid-template-columns: minmax(300px, .88fr) minmax(0, 1.12fr); align-items: center; gap: clamp(44px, 8vw, 104px); }
.home-aed-image { overflow: hidden; margin: 0; border-radius: 26px 140px 26px 26px; background: #fff; box-shadow: 0 20px 54px rgba(0,0,0,.25); }
.home-aed-image img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.home-aed-copy .eyebrow { color: #ff9b8a; }
.home-aed-copy h2 { max-width: 760px; }
.home-aed-copy .lede, .home-aed-copy .muted { color: #d5e5e5; }
.home-aed-copy .checklist { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-block: 26px 32px; }
.home-aed-copy .checklist li { padding: 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.05); }
.home-aed-copy .button.secondary { color: #fff !important; }

.final-cta { padding: 76px 0; background: var(--teal-dark); color: white; }
.final-cta-grid { display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; }
.final-cta-copy { max-width: 800px; }
.final-cta-copy h2 { max-width: 760px; }
.final-cta-copy p { max-width: 680px; margin: 0 0 26px; color: #d5e5e5; }
.site-footer { padding: 55px 0 25px; background: #0d2027; color: #dbe3e5; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 55px; }
.footer-grid-with-alignment { grid-template-columns: 1.2fr .7fr .7fr .56fr; gap: 38px; }
.footer-logo { width: 230px; height: auto; margin-bottom: 22px; }
.footer-title { color: var(--sand); font-weight: 850; }
.footer-alignment { display: flex; justify-content: flex-end; }
.footer-alignment .aha-lockup { color: #dbe3e5; }
.footer-alignment .aha-lockup p { color: #bdc9cc; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { display: flex; min-height: 32px; align-items: center; color: #dbe3e5; text-decoration: none; }
.site-footer p a, .footer-bottom a { display: inline-flex; min-height: 32px; align-items: center; padding-inline: 2px; }
.site-footer .map-link { color: #b9e5df; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #9eb0b5; font-size: .82rem; }

.page-hero { padding: 85px 0 70px; background: #efe7d8; }
.page-content { padding: 70px 0 110px; }
.page-content > * { max-width: 820px; }
.detail-hero { padding: clamp(65px, 9vw, 115px) 0 75px; background: #efe7d8; }
.detail-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(40px, 7vw, 85px); }
.detail-hero h1 { font-size: clamp(2.8rem, 6vw, 5.6rem); }
.detail-hero-image { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 120px 24px 24px 24px; box-shadow: var(--shadow); }
.first-aid-hero-image { padding: clamp(22px, 4vw, 46px); background: #fff; object-fit: contain; }
.info-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 30px; overflow: hidden; border-radius: 16px; background: var(--line); }
.info-strip div { padding: 16px; background: rgba(255,255,255,.74); }
.info-strip strong { display: block; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
@media (min-width: 681px) {
  .info-strip:has(> :nth-child(4):last-child) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 350px; align-items: start; gap: 70px; }
.content-grid h2 { margin-top: 1.2em; font-size: clamp(2rem, 4vw, 3.4rem); }
.content-grid h2:first-child { margin-top: 0; }
.sidebar-card { position: sticky; top: 115px; }
.sidebar-card .price { color: var(--teal); }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0; }
.feature-item { padding: 22px; border-radius: 16px; background: #eef4f1; }
.feature-item strong { display: block; margin-bottom: 5px; }
.location-course-option { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 16px; align-items: start; }
.location-course-option .aha-course-badge { width: 92px; min-height: 104px; margin: 0; padding: 4px 5px 7px; border-radius: 13px; }
.location-course-option .aha-course-badge img { width: 68px; height: 68px; }
.location-course-option .aha-course-badge-label { font-size: .55rem; }
.location-course-copy { min-width: 0; }
.location-course-copy > p { margin: 0 0 12px; }
.location-course-copy .button-row { margin: 12px 0 10px; }
.location-course-copy .button { min-width: 0; padding-inline: 14px; }
.location-course-copy .context-links { margin-top: 8px; font-size: .86rem; }
.faq-list { display: grid; gap: 14px; margin-top: 28px; }
.faq-list details { padding: 20px 22px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.faq-list summary { min-height: 44px; padding-block: 8px; cursor: pointer; font-weight: 850; }
.faq-list details p { margin: 14px 0 0; color: var(--ink-soft); }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lead-form .full { grid-column: 1 / -1; }
.lead-form label { display: grid; gap: 7px; font-size: .88rem; font-weight: 800; }
.lead-form input, .lead-form textarea, .lead-form select { width: 100%; min-height: 50px; border: 1px solid #b9c8c6; border-radius: 10px; padding: 11px 13px; background: white; color: var(--ink); font: inherit; font-size: 1rem; }
.lead-form textarea { min-height: 145px; resize: vertical; }
.form-status { margin-bottom: 22px; padding: 16px 20px; border-radius: 12px; background: var(--sage); font-weight: 750; }
.form-status.error { background: #f9d8d1; }
.button:disabled { cursor: not-allowed; opacity: .55; box-shadow: none; }
.button.is-disabled { cursor: not-allowed; pointer-events: none; opacity: .58; box-shadow: none; }
.hp-field { display: none !important; }
.icon-heading { display: flex; align-items: center; gap: 13px; }
.icon-dot { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--coral); font-weight: 900; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { min-height: 310px; }
.service-card .button { margin-top: 12px; }
.first-aid-department-link { display: flex; flex-direction: column; color: inherit; text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.first-aid-department-link:hover, .first-aid-department-link:focus-visible { transform: translateY(-3px); border-color: var(--teal); box-shadow: 0 18px 45px rgba(18, 37, 45, .14); outline: 3px solid transparent; }
.first-aid-department-link p { color: var(--ink-soft); }
.first-aid-department-link .button { width: 100%; margin-top: auto; text-align: center; pointer-events: none; }
.first-aid-department-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.first-aid-department { display: flex; min-height: 440px; flex-direction: column; scroll-margin-top: 130px; }
.first-aid-department h3 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.75rem, 3vw, 2.45rem); }
.first-aid-department .checklist { margin-bottom: 24px; }
.first-aid-department > .button, .first-aid-department > .button-row { margin-top: auto; }
.map-link { font-weight: 850; color: var(--teal); }
.local-course-feature { display: grid; grid-template-columns: 1fr 132px; align-items: center; gap: 24px; }
.local-course-feature .aha-course-badge { margin: 0; }

.aed-featured-product { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(34px, 6vw, 76px); padding: clamp(28px, 5vw, 56px); }
.aed-featured-product-image { overflow: hidden; border-radius: 20px; background: #fff; }
.aed-featured-product-image img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.aed-featured-product h3 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.5rem); }
.aed-catalog-heading { max-width: 820px; margin: clamp(74px, 9vw, 112px) 0 34px; }
.aed-family-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.aed-family-card { display: flex; min-height: 420px; flex-direction: column; align-items: flex-start; }
.aed-family-mark { display: grid; width: 64px; height: 64px; margin-bottom: 24px; place-items: center; border-radius: 18px 18px 18px 5px; background: var(--teal-dark); color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 800; letter-spacing: -.04em; }
.aed-family-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.75rem, 3vw, 2.45rem); }
.aed-family-price { display: grid; gap: 2px; margin-bottom: 18px; }
.aed-family-price span { color: var(--ink-soft); font-size: .76rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.aed-family-price strong { color: var(--teal); font-size: clamp(1.35rem, 2.5vw, 1.8rem); }
.aed-family-count { margin-top: auto; color: var(--ink-soft); font-size: .85rem; font-weight: 800; }
.aed-family-card .button { width: 100%; margin-top: 8px; text-align: center; }
.aed-catalog-notice { max-width: none; margin-top: 28px; }
.aed-device-guidance { margin-top: clamp(70px, 9vw, 110px); padding-top: clamp(54px, 7vw, 78px); border-top: 1px solid var(--line); }
.aed-family-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.aed-family-product-grid .aed-family-card { min-height: 650px; }
.aed-family-image { display: block; overflow: hidden; width: calc(100% + 60px); margin: -30px -30px 24px; border-bottom: 1px solid var(--line); background: #fff; }
.aed-family-image img { width: 100%; aspect-ratio: 1; object-fit: contain; transition: transform .2s ease; }
.aed-family-image:hover img, .aed-family-image:focus-visible img { transform: scale(1.025); }

.aed-product-hero { padding: clamp(58px, 8vw, 100px) 0; background: radial-gradient(circle at 18% 14%, rgba(244,223,181,.72), transparent 42%), #efe7d8; }
.aed-product-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .84fr); align-items: center; gap: clamp(42px, 7vw, 88px); }
.aed-product-hero h1 { font-size: clamp(3rem, 6.6vw, 6.1rem); }
.aed-product-figure { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 150px 24px 24px 24px; background: #fff; box-shadow: var(--shadow); }
.aed-product-figure img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.aed-product-figure figcaption { padding: 12px 18px 16px; color: var(--ink-soft); font-size: .82rem; text-align: center; }
.aed-product-builder .cr2-builder-grid { margin-top: 42px; }
.aed-source-note { margin-top: 28px; }

.supply-model-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.supply-model-card { display: flex; min-height: 570px; flex-direction: column; align-items: stretch; }
.supply-model-card-wide { min-height: 0; grid-column: 1 / -1; }
.supply-model-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.75rem, 3vw, 2.45rem); }
.supply-item-list { display: grid; gap: 0; margin: 12px 0 24px; }
.supply-item-list > div { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(150px, .65fr); gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.supply-item-list dt { font-weight: 750; }
.supply-item-list dd { display: grid; gap: 1px; margin: 0; text-align: right; }
.supply-item-list dd strong { color: var(--teal); font-size: 1.1rem; }
.supply-item-list dd span { color: var(--ink-soft); font-size: .75rem; font-weight: 750; }
.supply-model-note { color: var(--ink-soft); font-size: .88rem; }
.supply-model-card .button { width: 100%; margin-top: auto; text-align: center; }
.supply-catalog-notice { max-width: none; margin-top: 28px; }
.supply-category-grid .service-card { min-height: 290px; }
.supply-storefront-link { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--line); }
.supply-storefront-link p { max-width: 650px; margin: 0; }
.aed-store-departments { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.aed-store-department { display: flex; min-height: 360px; flex-direction: column; justify-content: flex-end; padding: clamp(30px, 5vw, 54px); }
.aed-store-department h3 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 6vw, 5rem); }
.aed-store-department p:not(.eyebrow) { max-width: 560px; }
.aed-store-department .button { align-self: flex-start; margin-top: 12px; }
.aed-store-department-primary { border-color: transparent; background: var(--teal-dark); color: #fff; }
.aed-store-department-primary .eyebrow, .aed-store-department-primary p { color: #d9efea; }
.accessory-department-grid .service-card { min-height: 330px; }
.accessory-department-card { display: flex; min-height: 0 !important; overflow: hidden; flex-direction: column; padding: 0; }
.accessory-department-visual { position: relative; display: grid; height: 218px; place-items: center; overflow: hidden; padding: 20px; border-bottom: 1px solid var(--line); background: #f7f2e8; text-decoration: none; }
.accessory-department-visual img { width: 100%; height: 100%; object-fit: contain; transition: transform .2s ease; }
.accessory-department-visual:hover img, .accessory-department-visual:focus-visible img { transform: scale(1.035); }
.accessory-department-visual .icon-dot { position: absolute; top: 14px; left: 14px; box-shadow: 0 5px 16px rgba(18,37,45,.18); }
.accessory-department-pair { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.accessory-department-card > h3 { margin: 25px 28px 10px; }
.accessory-department-card > p { flex: 1; margin: 0 28px 22px; color: var(--ink-soft); }
.accessory-department-card > .button { align-self: flex-start; margin: 0 28px 28px; }
.accessory-catalog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.accessory-catalog-group { display: flex; flex-direction: column; }
.accessory-group-image { overflow: hidden; margin: 0 0 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.accessory-group-image img { width: 100%; height: 240px; object-fit: contain; }
.accessory-group-image figcaption { padding: 9px 12px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .75rem; text-align: center; }
.accessory-catalog-group h2 { font-size: clamp(1.7rem, 3vw, 2.45rem); }
.accessory-group-note { min-height: 70px; color: var(--ink-soft); }
.accessory-item-list { display: grid; gap: 0; margin: 12px 0 24px; }
.accessory-product-card { display: grid; grid-template-columns: 1fr; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.accessory-product-card.has-image { grid-template-columns: 132px minmax(0, 1fr); }
.accessory-product-image { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.accessory-product-image img { width: 100%; height: 96px; object-fit: contain; }
.accessory-product-copy h3 { margin: 0 0 7px; font-family: inherit; font-size: 1rem; line-height: 1.3; }
.accessory-product-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.accessory-product-meta strong { color: var(--teal); font-size: 1.08rem; }
.accessory-product-action { margin-top: 12px; width: fit-content; padding: 9px 14px; font-size: .86rem; }
.accessory-product-identifiers { display: grid; gap: 1px; min-width: 0; text-align: right; }
.accessory-product-identifiers span { overflow-wrap: anywhere; color: var(--ink-soft); font-size: .75rem; font-weight: 750; }
.accessory-catalog-group .button { width: 100%; margin-top: auto; text-align: center; }
.accessory-source-notice { max-width: none; margin-top: 28px; }
.accessory-back-row { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 38px; padding-top: 34px; border-top: 1px solid var(--line); }
.accessory-back-row h2 { margin: 0; }

.aed-helper { max-width: 1040px; padding: clamp(26px, 5vw, 54px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.aed-helper-start { max-width: 760px; }
.aed-helper-start p { color: var(--ink-soft); font-size: 1.05rem; }
.aed-helper-progress { margin: 0 0 8px; color: var(--teal-dark); font-size: .82rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.aed-helper-progress-track { height: 8px; margin: 0 0 32px; overflow: hidden; border-radius: 999px; background: #e8efec; }
.aed-helper-progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--coral); transition: width .2s ease; }
.aed-helper-question-title { scroll-margin-top: 130px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.aed-helper-question { color: var(--ink-soft); }
.aed-helper-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 24px 0 30px; }
.aed-helper-option { min-height: 58px; padding: 14px 18px; border: 2px solid transparent; border-radius: 14px; background: #eef4f1; color: var(--ink); font: inherit; font-weight: 800; text-align: left; cursor: pointer; }
.aed-helper-option:hover { border-color: var(--teal); background: #e5f0ec; }
.aed-helper-option[aria-pressed="true"] { border-color: var(--teal); background: var(--teal); color: #fff; }
.aed-helper-model-entry { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: -8px 0 28px; padding: 22px; border-radius: 16px; background: var(--cream); }
.aed-helper-model-entry > div { display: grid; gap: 7px; }
.aed-helper-model-entry label { color: var(--teal-dark); font-size: .88rem; font-weight: 850; }
.aed-helper-model-entry input { width: 100%; min-height: 50px; padding: 10px 13px; border: 1px solid #aebfbd; border-radius: 10px; color: var(--ink); font: inherit; }
.aed-helper-model-entry .button { grid-column: 1 / -1; justify-self: start; }
.aed-helper-controls, .aed-helper-result-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.aed-helper-reset-link { min-height: 44px; padding: 8px 4px; border: 0; background: transparent; color: var(--teal-dark); font: inherit; font-weight: 800; text-decoration: underline; cursor: pointer; }
.aed-helper-results h3 { scroll-margin-top: 130px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4.5vw, 3.4rem); }
.aed-helper-results > p:not(.eyebrow):not(.notice) { max-width: 760px; color: var(--ink-soft); }
.aed-helper-result-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 30px 0; }
.aed-helper-result-card { display: flex; min-height: 360px; flex-direction: column; padding: 24px; box-shadow: none; }
.aed-helper-result-card h4 { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; line-height: 1.15; }
.aed-helper-result-card > p { color: var(--ink-soft); font-size: .9rem; }
.aed-helper-result-card .aed-helper-sku { margin-top: auto; color: var(--ink); font-size: .78rem; font-weight: 800; overflow-wrap: anywhere; }
.aed-helper-result-card .aed-helper-price { margin: 4px 0 16px; color: var(--teal); font-size: 1.6rem; font-weight: 900; }
.aed-helper-result-card .button { width: 100%; text-align: center; }
.aed-helper-accessories { margin: 28px 0; padding: 24px; border-radius: 16px; background: #eef4f1; }
.aed-helper-accessories:empty { display: none; }
.aed-helper-accessories h4 { margin: 0 0 10px; }
.aed-helper-accessories ul { display: grid; gap: 7px; margin: 0; padding-left: 22px; }
.aed-helper-accessories a { color: var(--teal-dark); font-weight: 800; }
.aed-helper-result-actions { margin-top: 24px; }

.cr2-hero { padding: clamp(58px, 8vw, 100px) 0; background: radial-gradient(circle at 18% 14%, rgba(244,223,181,.72), transparent 42%), #efe7d8; }
.cr2-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .84fr); align-items: center; gap: clamp(42px, 7vw, 88px); }
.cr2-hero h1 { font-size: clamp(3.2rem, 7vw, 6.4rem); }
.cr2-product-figure { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 150px 24px 24px 24px; background: #fff; box-shadow: var(--shadow); }
.cr2-product-figure img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.cr2-product-figure figcaption { padding: 12px 18px 16px; color: var(--ink-soft); font-size: .82rem; text-align: center; }
.cr2-builder-intro { max-width: 780px; margin-bottom: 42px; }
.cr2-builder-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: start; gap: 28px; }
.cr2-options { display: grid; gap: 10px; }
.cr2-options label { display: grid; gap: 9px; margin-top: 12px; color: var(--teal-dark); font-weight: 850; }
.cr2-options label:first-child { margin-top: 0; }
.cr2-options select { width: 100%; min-height: 54px; border: 1px solid #aebfbd; border-radius: 12px; padding: 10px 42px 10px 14px; background: #fff; color: var(--ink); font: inherit; }
.cr2-option-help { margin: 0 0 12px; color: var(--ink-soft); font-size: .86rem; }
.cr2-summary { position: sticky; top: 115px; border-color: rgba(13,93,96,.3); background: #f7fcfa; }
.cr2-summary h3 { margin-bottom: 7px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.75rem, 3vw, 2.5rem); }
.cr2-summary-name { color: var(--ink-soft); font-weight: 750; }
.cr2-summary .price { margin: 22px 0; color: var(--teal); }
.cr2-summary-details { display: grid; gap: 0; margin: 0 0 26px; }
.cr2-summary-details div { display: grid; grid-template-columns: minmax(120px, .8fr) minmax(0, 1.2fr); gap: 14px; padding: 11px 0; border-bottom: 1px solid rgba(18,37,45,.12); }
.cr2-summary-details dt { color: var(--ink-soft); font-size: .82rem; font-weight: 800; }
.cr2-summary-details dd { margin: 0; font-weight: 800; text-align: right; }
.cr2-price-note { margin: 15px 0 0; color: var(--ink-soft); font-size: .82rem; }
.cr2-preview-notice { max-width: none; margin-top: 28px; }
.aed-addons { margin-top: 28px; padding: 0; overflow: hidden; border-color: rgba(13,93,96,.24); }
.aed-addons > summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 76px; padding: 20px 24px; cursor: pointer; color: var(--teal-dark); font-weight: 850; list-style: none; }
.aed-addons > summary::-webkit-details-marker { display: none; }
.aed-addons > summary::after { content: "+"; display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border-radius: 50%; background: var(--coral); color: var(--ink); font-size: 1.35rem; line-height: 1; }
.aed-addons[open] > summary::after { content: "−"; }
.aed-addons-summary-copy { display: grid; gap: 3px; }
.aed-addons-summary-copy small { color: var(--ink-soft); font-weight: 650; }
.aed-addons-body { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); gap: 24px; padding: 0 24px 24px; border-top: 1px solid var(--line); }
.aed-addon-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding-top: 24px; }
.aed-addon-field { display: grid; align-content: start; gap: 8px; }
.aed-addon-field > span { color: var(--teal-dark); font-weight: 850; }
.aed-addon-field select { width: 100%; min-height: 54px; border: 1px solid #aebfbd; border-radius: 12px; padding: 10px 42px 10px 14px; background: #fff; color: var(--ink); font: inherit; }
.aed-addon-field small, .aed-addon-included { color: var(--ink-soft); font-size: .82rem; }
.aed-addon-included { margin: 0; padding: 13px 14px; border-radius: 12px; background: #eef4f1; }
.aed-addon-selection { align-self: start; margin-top: 24px; padding: 20px; border-radius: 16px; background: #f7fcfa; }
.aed-addon-selection h3 { margin-bottom: 10px; font-size: 1.18rem; }
.aed-addon-selection ul { display: grid; gap: 8px; margin: 0; padding-left: 20px; color: var(--ink-soft); font-size: .88rem; }
.aed-addon-selection p { margin: 12px 0 0; color: var(--ink-soft); font-size: .78rem; }

@media (max-width: 1080px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; inset: 100% 20px auto; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 18px; border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 10px; }
  .main-nav a:not(.nav-cta)[aria-current="page"] { border-radius: 10px; background: #eef4f1; box-shadow: none; }
  .mobile-nav-contact { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 10px; padding-top: 16px; border-top: 1px solid var(--line); }
  .main-nav .mobile-nav-contact a { display: flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid rgba(13,93,96,.28); border-radius: 12px; padding: 9px 12px; background: #f7fcfa; color: var(--teal-dark); text-align: center; }
}

@media (max-width: 960px) {
  body.admin-bar .site-header { top: 46px; }
  .hero-grid, .split, .group-panel, .detail-hero-grid, .content-grid { grid-template-columns: 1fr; }
  .home-aed-grid { grid-template-columns: 1fr; }
  .home-aed-image { width: min(620px, 100%); margin-inline: auto; }
  .hero-visual { min-height: 470px; }
  .hero-image { height: 470px; border-radius: 120px 120px 24px 24px; }
  .hero-stamp { left: 16px; }
  .course-grid { grid-template-columns: 1fr 1fr; }
  .course-card:last-child { grid-column: 1 / -1; }
  .classes-course-grid .course-card:last-child, .heartcode-course-grid .course-card:last-child { grid-column: auto; }
  .booking-heartcode-choices { grid-template-columns: 1fr; }
  .sidebar-card { position: relative; top: auto; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid-with-alignment { grid-template-columns: 1fr 1fr; }
  .cr2-hero-grid, .cr2-builder-grid, .aed-product-hero-grid { grid-template-columns: 1fr; }
  .cr2-product-figure, .aed-product-figure { width: min(620px, 100%); margin-inline: auto; }
  .cr2-summary { position: relative; top: auto; }
  .aed-addons-body { grid-template-columns: 1fr; }
  .aed-addon-selection { margin-top: 0; }
  .aed-family-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .accessory-catalog-grid { grid-template-columns: 1fr; }
  .aed-helper-result-grid { grid-template-columns: 1fr 1fr; }
  .aed-helper-result-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .accessory-group-note { min-height: 0; }
}

@media (max-width: 680px) {
  :where([id]) { scroll-margin-top: 92px; }
  .booking-schedule-snapshot { padding: 18px; }
  .booking-calendar-toolbar { grid-template-columns: 44px minmax(0, 1fr) 44px; gap: 8px; padding: 13px 10px; }
  .booking-calendar-nav { width: 44px; height: 44px; }
  .booking-calendar-weekdays { padding-inline: 5px; font-size: .63rem; }
  .booking-calendar-grid { gap: 4px; padding: 7px 5px 10px; }
  .booking-calendar-day { min-height: 48px; border-radius: 10px; font-size: .84rem; }
  button.booking-calendar-day::after { bottom: 5px; }
  .booking-calendar-selection { min-height: 140px; padding: 17px 13px; }
  :root { --wrap: min(calc(100% - 28px), 1180px); }
  h1, .aed-product-hero h1, .cr2-hero h1 { font-size: clamp(2.35rem, 12vw, 4rem); }
  .brand img { width: 170px; }
  .header-aha-mark { width: 53px; flex-basis: 53px; margin-left: 8px; padding-left: 8px; }
  .header-aha-mark img { width: 44px; height: 44px; }
  .nav-shell { gap: 10px; }
  .nav-shell { min-height: 75px; }
  .mobile-nav-contact { grid-template-columns: 1fr; }
  .hero { padding-top: 42px; }
  .hero-visual { min-height: 390px; height: auto; }
  .hero-image { min-height: 390px; height: 390px; }
  .aha-lockup { width: 150px; }
  .aha-lockup-logo { width: 108px; }
  .aha-lockup p { max-width: 150px; font-size: 8.25px; }
  .aha-lockup-seal { width: 54px; height: 54px; }
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat { min-width: 0; padding: 24px 10px; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .section-head { align-items: flex-start; flex-direction: column; }
  .course-grid, .location-grid, .group-points, .footer-grid, .service-grid, .feature-list, .lead-form, .booking-class-choices, .booking-heartcode-choices, .first-aid-department-grid { grid-template-columns: 1fr; }
  .first-aid-department { min-height: 0; }
  .footer-alignment { justify-content: flex-start; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); }
  .final-cta { padding: 64px 0; }
  .final-cta-grid { grid-template-columns: 1fr; justify-items: center; gap: 38px; text-align: center; }
  .final-cta-copy p { margin-inline: auto; }
  .course-card > .aha-course-badge, .sidebar-card > .aha-course-badge { top: 22px; right: 22px; width: 108px; min-height: 122px; }
  .course-card > .aha-course-badge img, .sidebar-card > .aha-course-badge img { width: 82px; height: 82px; }
  .booking-choice-footer { grid-column: 1 / -1; }
  .lead-form .full { grid-column: auto; }
  .info-strip { grid-template-columns: 1fr; }
  .course-card:last-child { grid-column: auto; }
  .course-grid.bls-choice-grid { grid-template-columns: 1fr; }
  .local-course-feature { grid-template-columns: 1fr; }
  .local-course-feature > .aha-course-badge { position: static; justify-self: start; }
  .location-meta { grid-template-columns: 1fr; }
  .split-image { min-height: 390px; }
  .home-aed-copy .checklist { grid-template-columns: 1fr; }
  .home-aed-image { border-radius: 24px 90px 24px 24px; }
  .aed-featured-product { grid-template-columns: 1fr; }
  .aed-family-grid { grid-template-columns: 1fr; }
  .aed-family-card { min-height: 0; }
  .aed-family-product-grid { grid-template-columns: 1fr; }
  .aed-family-product-grid .aed-family-card { min-height: 0; }
  .supply-model-grid { grid-template-columns: 1fr; }
  .supply-model-card, .supply-model-card-wide { min-height: 0; grid-column: auto; }
  .supply-item-list > div { grid-template-columns: 1fr; gap: 4px; }
  .supply-item-list dd { text-align: left; }
  .supply-storefront-link { align-items: flex-start; flex-direction: column; }
  .cr2-product-figure, .aed-product-figure { border-radius: 90px 20px 20px 20px; }
  .cr2-summary-details div { grid-template-columns: 1fr; gap: 2px; }
  .cr2-summary-details dd { text-align: left; }
  .aed-addons > summary { align-items: flex-start; padding: 18px; }
  .aed-addons-body { padding: 0 18px 18px; }
  .aed-addon-fields { grid-template-columns: 1fr; }
  .aed-store-departments { grid-template-columns: 1fr; }
  .aed-store-department { min-height: 300px; }
  .accessory-product-card.has-image { grid-template-columns: 92px minmax(0, 1fr); }
  .accessory-product-image img { height: 74px; }
  .accessory-product-meta { align-items: flex-start; flex-direction: column; gap: 1px; }
  .accessory-product-identifiers { text-align: left; }
  .accessory-department-visual { height: 190px; }
  .accessory-back-row { align-items: flex-start; flex-direction: column; }
  .aed-helper { padding: 24px 18px; }
  .aed-helper-options, .aed-helper-model-entry, .aed-helper-result-grid { grid-template-columns: 1fr; }
  .aed-helper-result-card, .aed-helper-result-card:last-child:nth-child(odd) { min-height: 0; grid-column: auto; }
  .aed-helper-controls, .aed-helper-result-actions { align-items: stretch; flex-direction: column; }
  .aed-helper-controls .button, .aed-helper-result-actions .button, .aed-helper-reset-link { width: 100%; text-align: center; }
}

@media (max-width: 360px) {
  .brand img { width: 158px; }
  .header-aha-mark { width: 56px; flex-basis: 56px; margin-left: 6px; padding-left: 6px; }
  .header-aha-mark img { width: 46px; height: 46px; }
  .nav-shell { gap: 6px; }
  .menu-toggle { padding-inline: 2px; }
  .card { padding: 24px; box-shadow: none; }
  .aed-product-figure, .cr2-product-figure { box-shadow: none; }
  .booking-embed-shell { padding: 18px; }
  .booking-class-choice { grid-template-columns: 1fr; padding: 18px; }
  .booking-class-choice .aha-course-badge { grid-row: auto; }
  .booking-choice-footer { grid-column: 1; }
  .aed-store-department { padding: 26px; }
}

/* Small, progressive entrance movement. JavaScript adds these classes only
   after IntersectionObserver is available, so content never depends on motion. */
.lphd-motion-ready .lphd-motion-item {
  opacity: .94;
  transform: translate3d(0, 8px, 0) scale(.992);
  transition:
    opacity 460ms cubic-bezier(.22, 1, .36, 1) var(--lphd-motion-delay, 0ms),
    transform 460ms cubic-bezier(.22, 1, .36, 1) var(--lphd-motion-delay, 0ms);
  will-change: opacity, transform;
}
.lphd-motion-ready .lphd-motion-item.is-motion-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  will-change: auto;
}

@media print {
  .lphd-motion-ready .lphd-motion-item { opacity: 1 !important; transform: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .lphd-motion-ready .lphd-motion-item { opacity: 1 !important; transform: none !important; }
}

:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid #083f43; outline-offset: 2px; box-shadow: 0 0 0 2px #fff; }
.aed-addons > summary:focus-visible { outline-offset: -5px; box-shadow: inset 0 0 0 2px #fff; }

/* On-site product cart. Wix is used only for secure final payment. */
.lphd-cart-toggle {
  position: fixed;
  z-index: 9990;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 50px;
  padding: 10px 16px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #0b4f52;
  box-shadow: 0 10px 30px rgba(8, 42, 45, .24);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.lphd-cart-count {
  display: grid;
  min-width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 999px;
  background: #f26555;
  color: #092d30;
  font-size: 13px;
}

.lphd-cart-backdrop {
  position: fixed;
  z-index: 9997;
  inset: 0;
  background: rgba(6, 31, 34, .54);
}

.lphd-cart-drawer {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  display: flex;
  width: min(440px, 100vw);
  height: 100dvh;
  flex-direction: column;
  padding: 24px;
  background: #fffaf0;
  box-shadow: -18px 0 55px rgba(6, 31, 34, .26);
  color: #102f33;
  transform: translateX(105%);
  transition: transform .22s ease;
}

.lphd-cart-drawer[aria-hidden="false"] { transform: translateX(0); }
.lphd-cart-open { overflow: hidden; }

.lphd-cart-header,
.lphd-cart-subtotal,
.lphd-cart-item-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lphd-cart-header { padding-bottom: 18px; border-bottom: 1px solid #d7dedc; }
.lphd-cart-header h2 { margin: 0; font-size: 30px; }
.lphd-cart-header .eyebrow { margin: 0 0 3px; }
.lphd-cart-close { border: 0; background: transparent; color: #102f33; font-size: 36px; line-height: 1; cursor: pointer; }
.lphd-cart-status { min-height: 24px; padding: 10px 0; color: #31565a; font-weight: 700; }
.lphd-cart-status.is-error { color: #a2362a; }
.lphd-cart-items { flex: 1; overflow-y: auto; }
.lphd-cart-empty { padding: 34px 8px; text-align: center; }

.lphd-cart-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #d7dedc;
}

.lphd-cart-image img,
.lphd-cart-image-placeholder {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 12px;
  background: #fff;
  object-fit: contain;
}

.lphd-cart-image-placeholder { color: #ba4b3e; font-weight: 900; }
.lphd-cart-item h3 { margin: 0 0 4px; font-size: 16px; line-height: 1.25; }
.lphd-cart-sku { margin: 0 0 10px; color: #557075; font-size: 12px; }
.lphd-cart-item-controls { justify-content: flex-start; }
.lphd-cart-item-controls input { width: 60px; min-height: 38px; }
.lphd-cart-item-controls button { border: 0; background: transparent; color: #a2362a; text-decoration: underline; cursor: pointer; }
.lphd-cart-item-controls strong { margin-left: auto; }

.lphd-cart-footer {
  padding-top: 18px;
  border-top: 2px solid #0b4f52;
}

.lphd-cart-subtotal { font-size: 21px; }
.lphd-cart-footer p { margin: 8px 0 14px; color: #557075; font-size: 13px; }
.lphd-cart-checkout { width: 100%; }
.lphd-cart-footer small { display: block; margin-top: 8px; text-align: center; }
[data-lphd-add-to-cart][disabled] { cursor: wait; opacity: .72; }

.lphd-checkout-return {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-bottom: 1px solid #a9ccc0;
  background: #e7f4ef;
  color: #143f42;
  text-align: center;
}

.lphd-checkout-return strong { color: #0b4f52; }

@media (max-width: 680px) {
  .lphd-cart-toggle { right: 14px; bottom: 14px; }
  .lphd-cart-drawer { padding: 18px; }
  .lphd-checkout-return { align-items: flex-start; flex-direction: column; gap: 2px; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .lphd-cart-drawer { transition: none; }
}
