.formats-page {
  overflow-x: hidden;
  background: #f6f9f8;
}

.formats-page * {
  letter-spacing: 0;
}

.formats-page [hidden] {
  display: none !important;
}

.formats-hero {
  position: relative;
  display: flex;
  min-height: clamp(690px, 84svh, 860px);
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.formats-hero__media {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 19, 27, 0.94) 0%, rgba(4, 19, 27, 0.78) 43%, rgba(4, 19, 27, 0.16) 76%, rgba(4, 19, 27, 0.36) 100%),
    linear-gradient(180deg, rgba(4, 19, 27, 0.10) 50%, rgba(4, 19, 27, 0.78) 100%),
    url("../assets/formats-hero.jpg") 64% 48% / cover no-repeat;
  transform: scale(1.025);
}

.formats-hero__inner {
  display: grid;
  align-content: end;
  min-width: 0;
  width: var(--container);
  margin: 0 auto;
  padding: 150px 0 54px;
}

.formats-hero .section-kicker,
.gifts-band .section-kicker,
.formats-final .section-kicker {
  color: #e8b47e;
}

.formats-hero h1 {
  min-width: 0;
  max-width: 920px;
  margin: 18px 0 0;
  font-family: var(--serif);
  font-size: 104px;
  font-weight: 500;
  line-height: 0.9;
  text-wrap: balance;
}

.formats-hero__lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.80);
  font-size: 18px;
  line-height: 1.7;
}

.formats-hero__actions,
.formats-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.formats-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(760px, 100%);
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.formats-fact {
  min-height: 88px;
  border-right: 1px solid rgba(255, 255, 255, 0.20);
  padding: 20px 24px 0 0;
}

.formats-fact + .formats-fact {
  padding-left: 24px;
}

.formats-fact:last-child {
  border-right: 0;
}

.formats-fact strong,
.formats-fact span {
  display: block;
}

.formats-fact strong {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.formats-fact span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.formats-band,
.checklist-band,
.faq-band {
  scroll-margin-top: 92px;
  padding: 112px 0;
}

.formats-band {
  background:
    linear-gradient(180deg, rgba(232, 243, 240, 0.72), rgba(255, 255, 255, 0) 260px),
    #f8fbfa;
}

.formats-heading {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.formats-heading > * {
  min-width: 0;
}

.formats-heading h2,
.gifts-heading h2,
.checklist-content h2,
.faq-heading h2,
.formats-final h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 76px;
  font-weight: 500;
  line-height: 0.96;
  text-wrap: balance;
}

.formats-heading > div > p,
.gifts-heading > p:last-child,
.checklist-lead,
.faq-heading > p:last-child,
.formats-final__inner > p:not(.section-kicker) {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--ink-muted);
  font-size: 17px;
  line-height: 1.75;
}

.goal-filter {
  position: sticky;
  z-index: 12;
  top: 82px;
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 56px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 10px 12px 10px 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 40px rgba(12, 38, 46, 0.08);
  backdrop-filter: blur(18px);
}

.goal-filter__label {
  flex: none;
  color: var(--ink-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.goal-filter__controls {
  display: flex;
  flex: 1;
  gap: 6px;
  min-width: 0;
}

.goal-filter__button {
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 16px;
  background: transparent;
  color: var(--ink-muted);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.goal-filter__button:hover {
  border-color: var(--line);
  color: var(--accent-deep);
}

.goal-filter__button[aria-pressed="true"] {
  border-color: var(--accent-deep);
  background: var(--accent-deep);
  color: #fff;
}

.goal-filter__button:focus-visible,
.gift-option:focus-visible,
.format-card summary:focus-visible,
.faq-item summary:focus-visible {
  outline: 3px solid rgba(212, 154, 94, 0.44);
  outline-offset: 3px;
}

.format-count {
  margin: 26px 0 14px;
  color: var(--ink-muted);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

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

.format-card {
  display: flex;
  min-width: 0;
  min-height: 610px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 30px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(12, 38, 46, 0.07);
}

.format-card:nth-child(4n + 1),
.format-card:nth-child(4n + 4) {
  background: linear-gradient(160deg, #fff 0%, #edf7f4 100%);
}

.format-card__header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.format-card__index {
  color: var(--accent-deep);
  font-family: var(--serif);
  font-size: 21px;
}

.format-card__copy h3 {
  max-width: 520px;
  margin: 36px 0 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  text-wrap: balance;
}

.format-card__copy > p {
  max-width: 590px;
  margin: 18px 0 0;
  color: var(--ink-muted);
  font-size: 15px;
  line-height: 1.7;
}

.format-card__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 30px 0 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.format-card__facts div {
  min-height: 106px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 15px;
}

.format-card__facts dt {
  color: var(--ink-muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.format-card__facts dd {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.format-card__details {
  margin-top: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.format-card__details summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  gap: 16px;
  align-items: center;
  min-height: 54px;
  cursor: pointer;
  list-style: none;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.format-card__details summary::-webkit-details-marker,
.faq-item summary::-webkit-details-marker {
  display: none;
}

.format-card__details summary i,
.faq-item summary i {
  position: relative;
  width: 20px;
  height: 20px;
}

.format-card__details summary i::before,
.format-card__details summary i::after,
.faq-item summary i::before,
.faq-item summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.5px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.format-card__details summary i::after,
.faq-item summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.format-card__details[open] summary i::after,
.faq-item[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.format-card__details ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0 0 18px;
  list-style: none;
}

.format-card__details li {
  position: relative;
  padding-left: 18px;
  color: var(--ink-muted);
  font-size: 13px;
  line-height: 1.5;
}

.format-card__details li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 1.5px;
  background: var(--accent-warm-dark);
  content: "";
}

.format-card__details > p {
  margin: 0;
  border-top: 1px solid var(--line);
  padding: 16px 0 18px;
  color: var(--ink-muted);
  font-size: 12px;
  line-height: 1.55;
}

.format-card__action {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: auto;
  padding-top: 24px;
  color: var(--accent-deep);
  font-size: 14px;
  font-weight: 900;
}

.format-card__action i {
  position: relative;
  width: 34px;
  height: 34px;
  flex: none;
  border: 1px solid currentColor;
  border-radius: 999px;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.format-card__action i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
  transform: translate(-65%, -50%) rotate(45deg);
}

.format-card__action:hover i {
  background: var(--accent-deep);
  color: #fff;
  transform: translateX(3px);
}

.formats-empty {
  margin: 24px 0 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 36px;
  background: #fff;
  color: var(--ink-muted);
}

.gifts-band {
  position: relative;
  scroll-margin-top: 92px;
  z-index: 13;
  padding: 112px 0;
  background: #07232c;
  color: #fff;
}

.gifts-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  gap: 44px;
  align-items: end;
}

.gifts-heading .section-kicker {
  grid-column: 1 / -1;
}

.gifts-heading h2 {
  color: #fff;
}

.gifts-heading > p:last-child {
  color: rgba(255, 255, 255, 0.62);
}

.gift-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.68fr) minmax(260px, 0.62fr) minmax(330px, 0.9fr);
  gap: 1px;
  margin-top: 58px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-card);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
}

.gift-visual {
  position: relative;
  min-height: 610px;
  margin: 0;
  overflow: hidden;
  background: #0a303a;
}

.gift-visual > div {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 19, 27, 0.04), rgba(4, 19, 27, 0.74)),
    url("../assets/formats-community.jpg") center 42% / cover no-repeat;
  transition: transform 600ms ease;
}

.gift-visual:hover > div {
  transform: scale(1.025);
}

.gift-visual figcaption {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.gift-selector,
.gift-detail {
  min-width: 0;
  padding: 28px;
  background: #082932;
}

.gift-selector__label,
.gift-detail__eyebrow {
  margin: 0 0 14px;
  color: #e8b47e;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.gift-options {
  display: grid;
}

.gift-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 65px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 10px 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.60);
  text-align: left;
  transition:
    color 180ms ease,
    padding-left 180ms ease;
}

.gift-option span {
  min-width: 0;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.gift-option small {
  color: inherit;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.gift-option:hover,
.gift-option[aria-selected="true"] {
  color: #fff;
  padding-left: 8px;
}

.gift-option[aria-selected="true"] {
  box-shadow: inset 2px 0 0 #e8b47e;
}

.gift-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 52px);
  background: #0a3039;
}

.gift-detail h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 58px;
  font-weight: 500;
  line-height: 0.98;
  text-wrap: balance;
}

.gift-detail__subtitle {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.6;
}

.gift-detail__meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding: 20px 0;
}

.gift-detail__meta span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.4;
}

.gift-detail__meta strong {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  white-space: nowrap;
}

.gift-detail__description {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.7;
}

.gift-detail__note {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 1.55;
}

.gift-detail .button {
  align-self: flex-start;
  margin-top: 28px;
}

.checklist-band {
  background: #fff;
}

.checklist-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
  gap: clamp(54px, 8vw, 104px);
  align-items: start;
}

.checklist-visual {
  position: sticky;
  top: 104px;
  margin: 0;
}

.checklist-visual > div {
  min-height: 690px;
  border-radius: var(--radius-card);
  background:
    linear-gradient(180deg, rgba(4, 19, 27, 0.02), rgba(4, 19, 27, 0.40)),
    url("../assets/formats-pool.jpg") center 50% / cover no-repeat;
  box-shadow: 0 24px 64px rgba(12, 38, 46, 0.14);
}

.checklist-visual figcaption {
  margin-top: 14px;
  color: var(--ink-muted);
  font-size: 12px;
  line-height: 1.5;
}

.checklist-content h2 {
  margin-top: 14px;
}

.checklist-groups {
  margin-top: 42px;
  border-top: 1px solid var(--line-strong);
}

.checklist-group {
  display: grid;
  grid-template-columns: minmax(130px, 0.34fr) minmax(0, 1fr);
  gap: 28px;
  border-bottom: 1px solid var(--line-strong);
  padding: 28px 0;
}

.checklist-group h3 {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.checklist-group ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checklist-group li {
  position: relative;
  padding-left: 28px;
  color: var(--ink-muted);
  font-size: 14px;
  line-height: 1.5;
}

.checklist-group li::before {
  position: absolute;
  top: 0.18em;
  left: 0;
  width: 15px;
  height: 8px;
  border-bottom: 2px solid var(--accent);
  border-left: 2px solid var(--accent);
  content: "";
  transform: rotate(-45deg);
}

.safety-note {
  margin: 32px 0 0;
  border-left: 3px solid var(--accent-warm);
  padding: 8px 0 8px 22px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.65;
}

.medical-prompt-band {
  scroll-margin-top: 92px;
  padding: 0;
  background: #fff;
}

.medical-prompt {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  padding: 48px 0;
}

.medical-prompt > * {
  min-width: 0;
}

.medical-prompt__mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(15, 111, 117, 0.22);
  border-radius: 50%;
  background: #edf7f4;
  color: var(--accent-deep);
}

.medical-prompt__mark::before,
.medical-prompt__mark::after {
  position: absolute;
  background: currentColor;
  content: "";
}

.medical-prompt__mark::before {
  width: 28px;
  height: 2px;
}

.medical-prompt__mark::after {
  width: 2px;
  height: 28px;
}

.medical-prompt__mark span {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(15, 111, 117, 0.2);
  border-radius: 50%;
}

.medical-prompt__copy .section-kicker {
  margin-bottom: 10px;
}

.medical-prompt__copy h2 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.02;
  text-wrap: balance;
}

.medical-prompt__copy > p:last-child {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--ink-muted);
  font-size: 14px;
  line-height: 1.65;
}

.medical-prompt__action {
  flex: none;
  white-space: nowrap;
}

.faq-band {
  background: #edf5f3;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.52fr) minmax(0, 1fr);
  gap: clamp(54px, 8vw, 112px);
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 110px;
}

.faq-heading > p:last-child {
  font-size: 16px;
}

.faq-list {
  border-top: 1px solid var(--line-strong);
}

.faq-item {
  border-bottom: 1px solid var(--line-strong);
}

.faq-item summary {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) 28px;
  gap: 20px;
  align-items: center;
  min-height: 102px;
  cursor: pointer;
  list-style: none;
}

.faq-item__category {
  color: var(--accent-warm-dark);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.faq-item summary strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.35;
}

.faq-item summary i {
  color: var(--accent-deep);
}

.faq-item > p {
  max-width: 710px;
  margin: 0;
  padding: 0 48px 30px 106px;
  color: var(--ink-muted);
  font-size: 15px;
  line-height: 1.7;
}

.formats-final {
  position: relative;
  display: grid;
  min-height: 600px;
  color: #fff;
  isolation: isolate;
}

.formats-final__media {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 19, 27, 0.94), rgba(4, 19, 27, 0.58) 62%, rgba(4, 19, 27, 0.25)),
    url("../assets/formats-depth.jpg") center 48% / cover no-repeat;
}

.formats-final__inner {
  display: grid;
  align-content: center;
  width: var(--container);
  margin: 0 auto;
  padding: 88px 0;
}

.formats-final h2 {
  max-width: 760px;
  margin-top: 16px;
  color: #fff;
}

.formats-final__inner > p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.72);
}

.formats-error {
  max-width: 660px;
  margin-top: 24px;
  border-left: 3px solid #e8b47e;
  padding-left: 18px;
  color: #fff;
}

.formats-page.motion-enabled .format-card,
.formats-page.motion-enabled .gift-layout > *,
.formats-page.motion-enabled .checklist-layout > *,
.formats-page.motion-enabled .medical-prompt > *,
.formats-page.motion-enabled .faq-item {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 560ms ease,
    transform 560ms ease;
}

.formats-page.motion-enabled .format-card.is-visible,
.formats-page.motion-enabled .gift-layout > *.is-visible,
.formats-page.motion-enabled .checklist-layout > *.is-visible,
.formats-page.motion-enabled .medical-prompt > *.is-visible,
.formats-page.motion-enabled .faq-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .formats-hero h1 {
    font-size: 82px;
  }

  .formats-heading h2,
  .gifts-heading h2,
  .checklist-content h2,
  .faq-heading h2,
  .formats-final h2 {
    font-size: 64px;
  }

  .format-card__copy h3 {
    font-size: 38px;
  }

  .gift-detail h3 {
    font-size: 50px;
  }

  .goal-filter {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .goal-filter__controls {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .goal-filter__controls::-webkit-scrollbar {
    display: none;
  }

  .gift-layout {
    grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  }

  .gift-visual {
    grid-row: 1 / span 2;
  }

  .gift-selector,
  .gift-detail {
    grid-column: 2;
  }

  .gift-detail {
    min-height: 480px;
  }
}

@media (max-width: 980px) {
  .formats-hero__media {
    background:
      linear-gradient(180deg, rgba(4, 19, 27, 0.34) 0%, rgba(4, 19, 27, 0.84) 68%, rgba(4, 19, 27, 0.94) 100%),
      url("../assets/formats-hero.jpg") 58% 44% / cover no-repeat;
  }

  .formats-hero h1 {
    font-size: 68px;
  }

  .formats-heading h2,
  .gifts-heading h2,
  .checklist-content h2,
  .faq-heading h2,
  .formats-final h2 {
    font-size: 56px;
  }

  .formats-heading,
  .gifts-heading,
  .checklist-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .formats-heading {
    gap: 18px;
  }

  .formats-grid {
    grid-template-columns: 1fr;
  }

  .format-card {
    min-height: 0;
  }

  .gifts-heading {
    gap: 18px;
  }

  .gifts-heading .section-kicker {
    grid-column: auto;
  }

  .checklist-visual,
  .faq-heading {
    position: static;
  }

  .checklist-visual > div {
    min-height: 520px;
    background-position: center 42%;
  }

  .faq-layout {
    gap: 42px;
  }

  .medical-prompt {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .medical-prompt__action {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .formats-hero__media {
    transform: none;
  }

  .formats-hero {
    min-height: 780px;
  }

  .formats-hero__inner {
    padding: 116px 0 42px;
  }

  .formats-hero h1 {
    max-width: 100%;
    font-size: 50px;
    line-height: 0.94;
  }

  .formats-hero__lead {
    font-size: 16px;
    line-height: 1.65;
  }

  .formats-hero__actions,
  .formats-final__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .formats-hero__actions .button,
  .formats-final__actions .button {
    width: 100%;
    min-width: 0;
  }

  .formats-hero__facts {
    margin-top: 32px;
  }

  .formats-fact,
  .formats-fact + .formats-fact {
    min-height: 80px;
    padding: 18px 10px 0;
  }

  .formats-fact:first-child {
    padding-left: 0;
  }

  .formats-fact strong {
    font-size: 25px;
  }

  .formats-fact span {
    font-size: 9px;
  }

  .formats-band,
  .checklist-band,
  .faq-band,
  .gifts-band {
    padding: 76px 0;
  }

  .formats-heading h2,
  .gifts-heading h2,
  .checklist-content h2,
  .faq-heading h2,
  .formats-final h2 {
    font-size: 44px;
  }

  .goal-filter {
    top: 70px;
    margin-top: 38px;
    padding: 8px 10px 10px;
  }

  .goal-filter__label {
    padding-left: 8px;
  }

  .format-card {
    padding: 22px;
  }

  .format-card__copy h3 {
    margin-top: 28px;
    font-size: 34px;
  }

  .format-card__facts {
    grid-template-columns: 1fr;
  }

  .format-card__facts div {
    min-height: 0;
  }

  .gift-layout {
    grid-template-columns: 1fr;
  }

  .gift-visual {
    grid-row: auto;
    min-height: 360px;
  }

  .gift-selector,
  .gift-detail {
    grid-column: auto;
  }

  .gift-selector,
  .gift-detail {
    padding: 22px;
  }

  .gift-detail {
    min-height: 450px;
  }

  .gift-detail__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .gift-detail .button {
    width: 100%;
  }

  .checklist-layout {
    gap: 42px;
  }

  .checklist-visual > div {
    min-height: 430px;
  }

  .checklist-group {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .medical-prompt {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 40px 0;
  }

  .medical-prompt__mark {
    width: 62px;
    height: 62px;
  }

  .medical-prompt__copy h2 {
    font-size: 36px;
  }

  .medical-prompt__action {
    grid-column: auto;
    width: 100%;
  }

  .faq-item summary {
    grid-template-columns: minmax(0, 1fr) 26px;
    gap: 14px;
    min-height: 88px;
  }

  .faq-item__category {
    grid-column: 1;
  }

  .faq-item summary strong {
    grid-column: 1;
    font-size: 16px;
  }

  .faq-item summary i {
    grid-row: 1 / span 2;
    grid-column: 2;
  }

  .faq-item > p {
    padding: 0 32px 26px 0;
    font-size: 14px;
  }

  .formats-final {
    min-height: 620px;
  }

  .formats-final__media {
    background:
      linear-gradient(180deg, rgba(4, 19, 27, 0.30), rgba(4, 19, 27, 0.90) 72%),
      url("../assets/formats-depth.jpg") center 42% / cover no-repeat;
  }
}

@media (max-width: 380px) {
  .formats-hero h1 {
    font-size: 46px;
  }

  .formats-heading h2,
  .gifts-heading h2,
  .checklist-content h2,
  .faq-heading h2,
  .formats-final h2 {
    font-size: 41px;
  }
}
