.page-home > .navbar,
.page-home > .footer {
  display: none;
}

.page-home .site-body {
  padding: 0;
}

.page-home .home-site {
  --home-bg: #f4f3ef;
  --home-surface: #ffffff;
  --home-surface-strong: #151515;
  --home-surface-muted: #ece9e1;
  --home-line: rgba(17, 17, 17, 0.12);
  --home-line-strong: rgba(17, 17, 17, 0.22);
  --home-text: #141414;
  --home-text-muted: #5d5b56;
  --home-text-inverse: #f7f4ef;
  --home-accent: #bb1f24;
  --home-accent-dark: #991a1e;
  --home-shadow: 0 24px 70px rgba(16, 16, 16, 0.08);
  background:
    radial-gradient(circle at top left, rgba(187, 31, 36, 0.04), transparent 26%),
    linear-gradient(180deg, #f8f7f4 0%, #f2f0eb 100%);
  color: var(--home-text);
}

.page-home .home-shell {
  width: min(100% - 2.5rem, 88rem);
  margin: 0 auto;
}

.page-home .home-announcement {
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  background: #f8f6f1;
}

.page-home .home-announcement__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2.8rem;
}

.page-home .home-announcement p,
.page-home .home-announcement__meta {
  margin: 0;
  color: #474440;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-home .home-announcement__meta {
  display: flex;
  gap: 1.1rem;
}

.page-home .home-announcement__meta span {
  position: relative;
}

.page-home .home-announcement__meta span + span::before {
  content: "";
  position: absolute;
  left: -0.6rem;
  top: 50%;
  width: 1px;
  height: 0.7rem;
  background: rgba(17, 17, 17, 0.14);
  transform: translateY(-50%);
}

.page-home .home-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(248, 247, 244, 0.94);
  backdrop-filter: blur(18px);
}

.page-home .home-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  min-height: 6rem;
}

.page-home .home-logo {
  display: inline-flex;
  align-items: center;
}

.page-home .home-logo img,
.page-home .home-footer__brand img {
  display: block;
  width: auto;
  height: 2.65rem;
}

.page-home .home-nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.page-home .home-nav a,
.page-home .home-footer__column a,
.page-home .home-link,
.page-home .home-product-card__text-link {
  color: var(--home-text);
  text-decoration: none;
}

.page-home .home-nav a {
  position: relative;
  padding: 0.3rem 0;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.page-home .home-nav a::after,
.page-home .home-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.18rem;
  width: 100%;
  height: 2px;
  background: var(--home-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.page-home .home-nav a:hover::after,
.page-home .home-nav a:focus-visible::after,
.page-home .home-link:hover::after,
.page-home .home-link:focus-visible::after {
  transform: scaleX(1);
}

.page-home .home-header__actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.page-home .home-icon-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: var(--home-text);
  transition: border-color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

.page-home .home-icon-link svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
}

.page-home .home-cart-count {
  position: absolute;
  top: -0.28rem;
  right: -0.22rem;
  min-width: 1.2rem;
  height: 1.2rem;
  padding: 0 0.25rem;
  background: var(--home-accent);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.2rem;
  text-align: center;
}

.page-home .home-mobile-menu {
  display: none;
  position: relative;
}

.page-home .home-mobile-menu summary {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.72);
  list-style: none;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 700;
}

.page-home .home-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.page-home .home-mobile-menu__icon,
.page-home .home-mobile-menu__icon::before,
.page-home .home-mobile-menu__icon::after {
  display: block;
  width: 1rem;
  height: 2px;
  background: var(--home-text);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.page-home .home-mobile-menu__icon {
  position: relative;
}

.page-home .home-mobile-menu__icon::before,
.page-home .home-mobile-menu__icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.page-home .home-mobile-menu__icon::before {
  top: -0.3rem;
}

.page-home .home-mobile-menu__icon::after {
  top: 0.3rem;
}

.page-home .home-mobile-menu[open] .home-mobile-menu__icon {
  background: transparent;
}

.page-home .home-mobile-menu[open] .home-mobile-menu__icon::before {
  transform: translateY(0.3rem) rotate(45deg);
}

.page-home .home-mobile-menu[open] .home-mobile-menu__icon::after {
  transform: translateY(-0.3rem) rotate(-45deg);
}

.page-home .home-mobile-menu__panel {
  position: absolute;
  right: 0;
  top: calc(100% + 0.75rem);
  width: min(21rem, calc(100vw - 1.25rem));
  padding: 1rem;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: rgba(248, 247, 244, 0.98);
  box-shadow: var(--home-shadow);
}

.page-home .home-mobile-menu__links {
  display: grid;
}

.page-home .home-mobile-menu__links a {
  padding: 0.92rem 0.15rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  color: var(--home-text);
  font-weight: 700;
  text-decoration: none;
}

.page-home .home-section {
  padding: 6rem 0;
}

.page-home .home-section--tight {
  padding: 4rem 0;
}

.page-home .home-section--tint {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72)),
    linear-gradient(180deg, #eeece7 0%, #f5f3ee 100%);
  border-top: 1px solid rgba(17, 17, 17, 0.06);
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.page-home .home-section--newsletter {
  border-top: 0;
}

.page-home .home-kicker {
  margin: 0 0 0.8rem;
  color: var(--home-accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-home h1,
.page-home h2,
.page-home h3 {
  margin: 0;
  color: var(--home-text);
  letter-spacing: -0.045em;
}

.page-home h2 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 0.95;
}

.page-home p {
  color: var(--home-text-muted);
}

.page-home .home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.8rem 1.35rem;
  border: 1px solid transparent;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.page-home .home-btn--primary {
  background: var(--home-accent);
  color: #ffffff;
}

.page-home .home-btn--secondary {
  border-color: rgba(17, 17, 17, 0.16);
  background: transparent;
  color: var(--home-text);
}

.page-home .home-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  font-size: 0.92rem;
  font-weight: 800;
}

.page-home .home-link::before {
  content: "→";
}

.page-home .home-hero {
  padding: 1.5rem 0 4rem;
}

.page-home .home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #ffffff;
  box-shadow: var(--home-shadow);
  overflow: hidden;
}

.page-home .home-hero__content {
  display: grid;
  align-content: center;
  gap: 1.4rem;
  padding: clamp(2rem, 4vw, 4.2rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 246, 241, 0.98)),
    linear-gradient(135deg, rgba(187, 31, 36, 0.04), transparent 55%);
}

.page-home .home-hero__content h1 {
  max-width: 9ch;
  font-size: clamp(3.1rem, 5vw, 5.3rem);
  line-height: 0.9;
}

.page-home .home-hero__copy {
  max-width: 33rem;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.75;
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.page-home .home-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--home-text);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.page-home .home-hero__trust li::before {
  content: "";
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.55rem;
  background: var(--home-accent);
  vertical-align: middle;
}

.page-home .home-hero__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.page-home .home-hero__metrics div {
  display: grid;
  gap: 0.35rem;
}

.page-home .home-hero__metrics dt {
  color: var(--home-text);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-home .home-hero__metrics dd {
  margin: 0;
  color: var(--home-text-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.page-home .home-hero__visual {
  position: relative;
  min-height: 38rem;
  background: #181818;
}

.page-home .home-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.08), rgba(17, 17, 17, 0));
  pointer-events: none;
}

.page-home .home-hero__visual picture,
.page-home .home-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
}

.page-home .home-hero__visual img {
  object-fit: cover;
  object-position: center;
}

.page-home .home-hero__visual-note {
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: flex-end;
  z-index: 1;
}

.page-home .home-hero__visual-note span {
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(17, 17, 17, 0.62);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-home .home-section__intro {
  display: grid;
  gap: 0.75rem;
  max-width: 44rem;
  margin-bottom: 2.2rem;
}

.page-home .home-section__intro p:last-child {
  margin: 0;
  max-width: 38rem;
  font-size: 0.98rem;
  line-height: 1.7;
}

.page-home .home-section__intro--row {
  max-width: none;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1.5rem;
}

.page-home .home-link--desktop {
  align-self: end;
}

.page-home .home-section__aside {
  max-width: 20rem;
  margin: 0;
  color: #6a665f;
  font-size: 0.92rem;
  line-height: 1.65;
  text-align: right;
}

.page-home .home-path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.page-home .home-path-card,
.page-home .home-product-card,
.page-home .home-kit-card,
.page-home .home-step,
.page-home .home-story,
.page-home .home-newsletter,
.page-home .home-footer,
.page-home .home-subcategory-card {
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.page-home .home-path-card {
  display: grid;
  grid-template-rows: minmax(18rem, 1fr) auto;
  background: #ffffff;
  box-shadow: var(--home-shadow);
  overflow: hidden;
  text-decoration: none;
}

.page-home .home-path-card__media {
  position: relative;
  overflow: hidden;
  background: #1a1a1a;
}

.page-home .home-path-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.34));
}

.page-home .home-path-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.page-home .home-path-card__body {
  display: grid;
  gap: 0.9rem;
  padding: 1.6rem;
  background: linear-gradient(180deg, #191919 0%, #141414 100%);
}

.page-home .home-path-card__kicker,
.page-home .home-kit-card__eyebrow,
.page-home .home-product-card__eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-home .home-path-card h3 {
  color: #ffffff;
  font-size: clamp(1.6rem, 2vw, 2.15rem);
  line-height: 1.06;
}

.page-home .home-path-card__copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.68;
}

.page-home .home-path-card .home-link {
  color: #ffffff;
}

.page-home .home-path-card .home-link::after {
  background: #ffffff;
}

.page-home .home-subcategory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.page-home .home-subcategory-card {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  padding: 1rem 1.15rem;
  background: rgba(255, 255, 255, 0.82);
  color: var(--home-text);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 800;
}

.page-home .home-subcategory-card__cta {
  color: #6f6a63;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-home .home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.3rem;
}

.page-home .home-product-card {
  display: grid;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(16, 16, 16, 0.06);
}

.page-home .home-product-card__image {
  display: block;
  padding: 0;
  color: inherit;
  text-decoration: none;
}

.page-home .home-product-card__image-stage {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  padding: 1.25rem;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.92), rgba(238, 235, 228, 0.82)),
    linear-gradient(180deg, #f4f1eb 0%, #ece7de 100%);
  overflow: hidden;
}

.page-home .home-product-card__image img,
.page-home .home-kit-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.28s ease;
}

.page-home .home-product-card__image img {
  max-width: 100%;
  max-height: 100%;
}

.page-home .home-product-card__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.page-home .home-product-card__placeholder img {
  width: 3rem;
  height: 3rem;
}

.page-home .home-product-card__body {
  display: grid;
  gap: 0.95rem;
  padding: 1.3rem;
}

.page-home .home-product-card__eyebrow {
  color: #7a746c;
}

.page-home .home-product-card__body h3 {
  font-size: 1.28rem;
  line-height: 1.08;
}

.page-home .home-product-card__body h3 a {
  color: inherit;
  text-decoration: none;
}

.page-home .home-product-card__summary,
.page-home .home-kit-card__body p,
.page-home .home-step p,
.page-home .home-trust__item p,
.page-home .home-story__body p,
.page-home .home-newsletter__copy p,
.page-home .home-footer__brand p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.72;
}

.page-home .home-product-card__meta,
.page-home .home-kit-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  color: #6b665f;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.page-home .home-product-card__price,
.page-home .home-kit-card__meta span:first-child {
  color: var(--home-text);
  font-size: 1.08rem;
  font-weight: 800;
}

.page-home .home-product-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.page-home .home-product-card__text-link {
  font-size: 0.88rem;
  font-weight: 800;
}

.page-home .home-kit-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.4rem;
}

.page-home .home-kit-card {
  display: grid;
  grid-template-columns: minmax(15rem, 0.95fr) minmax(0, 1.05fr);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 50px rgba(16, 16, 16, 0.06);
}

.page-home .home-kit-card__media {
  min-height: 18rem;
  padding: 1.5rem;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.92), rgba(238, 235, 228, 0.82)),
    linear-gradient(180deg, #f4f1eb 0%, #ece7de 100%);
}

.page-home .home-kit-card__body {
  display: grid;
  align-content: center;
  gap: 0.95rem;
  padding: 1.6rem;
}

.page-home .home-kit-card__body h3,
.page-home .home-step h3,
.page-home .home-spotlight__body h2 {
  font-size: 1.7rem;
  line-height: 1.05;
}

.page-home .home-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.page-home .home-step {
  display: grid;
  gap: 1rem;
  padding: 1.7rem;
  background: rgba(255, 255, 255, 0.84);
}

.page-home .home-step__number {
  color: var(--home-accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.page-home .home-spotlight {
  background:
    linear-gradient(135deg, rgba(187, 31, 36, 0.08), transparent 30%),
    linear-gradient(180deg, #171717 0%, #121212 100%);
  color: #ffffff;
}

.page-home .home-spotlight .home-kicker,
.page-home .home-spotlight h2,
.page-home .home-spotlight p,
.page-home .home-spotlight li {
  color: inherit;
}

.page-home .home-spotlight__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 2.25rem;
  align-items: center;
}

.page-home .home-spotlight__body {
  display: grid;
  gap: 1rem;
}

.page-home .home-spotlight__body p {
  margin: 0;
  max-width: 34rem;
  line-height: 1.76;
}

.page-home .home-spotlight__list {
  display: grid;
  gap: 0.72rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .home-spotlight__list li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.95rem;
}

.page-home .home-spotlight__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.54rem;
  width: 0.38rem;
  height: 0.38rem;
  background: var(--home-accent);
}

.page-home .home-spotlight__media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 5 / 4;
  padding: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.page-home .home-spotlight__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-home .home-spotlight__badge {
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  padding: 0.6rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(17, 17, 17, 0.76);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-home .home-trust {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.82);
}

.page-home .home-trust__item {
  display: grid;
  gap: 0.8rem;
  padding: 1.35rem;
  border-right: 1px solid rgba(17, 17, 17, 0.08);
}

.page-home .home-trust__item:last-child {
  border-right: 0;
}

.page-home .home-trust__title,
.page-home .home-footer__title {
  color: var(--home-text);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-home .home-story {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--home-shadow);
  padding: 1.5rem;
}

.page-home .home-story__body {
  display: grid;
  gap: 1rem;
  padding: 0.5rem;
}

.page-home .home-story__media {
  min-height: 24rem;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.92), rgba(238, 235, 228, 0.82)),
    linear-gradient(180deg, #f4f1eb 0%, #ece7de 100%);
  overflow: hidden;
}

.page-home .home-story__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.page-home .home-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2rem;
  align-items: end;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--home-shadow);
  padding: 1.9rem;
}

.page-home .home-newsletter__copy {
  display: grid;
  gap: 0.85rem;
}

.page-home .home-newsletter__form {
  display: grid;
  gap: 0.75rem;
}

.page-home .home-newsletter__label {
  color: var(--home-text);
  font-size: 0.9rem;
  font-weight: 700;
}

.page-home .home-newsletter__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
}

.page-home .home-newsletter__input {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.78rem 0.95rem;
  border: 1px solid rgba(17, 17, 17, 0.14);
  background: #ffffff;
  color: var(--home-text);
  font: inherit;
}

.page-home .home-footer {
  padding: 4rem 0 0;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  background: #ece8e0;
}

.page-home .home-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.page-home .home-footer__brand,
.page-home .home-footer__column {
  display: grid;
  gap: 0.8rem;
}

.page-home .home-footer__column a {
  color: #59554f;
  font-size: 0.94rem;
}

.page-home .home-footer__base {
  padding: 1.5rem 0;
  margin-top: 2rem;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.page-home .home-footer__base p {
  margin: 0;
  color: #6b665f;
  font-size: 0.88rem;
}

.page-home .home-btn:hover,
.page-home .home-btn:focus-visible,
.page-home .home-icon-link:hover,
.page-home .home-icon-link:focus-visible {
  transform: translateY(-1px);
}

.page-home .home-btn--primary:hover,
.page-home .home-btn--primary:focus-visible {
  background: var(--home-accent-dark);
}

.page-home .home-btn--secondary:hover,
.page-home .home-btn--secondary:focus-visible {
  border-color: var(--home-text);
  background: rgba(17, 17, 17, 0.03);
}

.page-home .home-icon-link:hover,
.page-home .home-icon-link:focus-visible {
  border-color: var(--home-text);
  background: #ffffff;
}

.page-home .home-path-card:hover .home-path-card__media img,
.page-home .home-path-card:focus-visible .home-path-card__media img,
.page-home .home-product-card:hover .home-product-card__image img,
.page-home .home-product-card:focus-within .home-product-card__image img,
.page-home .home-kit-card:hover .home-kit-card__media img,
.page-home .home-kit-card:focus-within .home-kit-card__media img {
  transform: scale(1.03);
}

.page-home .home-subcategory-card:hover,
.page-home .home-subcategory-card:focus-visible,
.page-home .home-product-card:hover,
.page-home .home-product-card:focus-within,
.page-home .home-step:hover,
.page-home .home-step:focus-within {
  border-color: rgba(17, 17, 17, 0.16);
}

.page-home .home-nav a:focus-visible,
.page-home .home-link:focus-visible,
.page-home .home-icon-link:focus-visible,
.page-home .home-mobile-menu summary:focus-visible,
.page-home .home-mobile-menu__links a:focus-visible,
.page-home .home-btn:focus-visible,
.page-home .home-path-card:focus-visible,
.page-home .home-subcategory-card:focus-visible,
.page-home .home-product-card__image:focus-visible,
.page-home .home-product-card__body h3 a:focus-visible,
.page-home .home-footer__column a:focus-visible {
  outline: 3px solid rgba(187, 31, 36, 0.26);
  outline-offset: 3px;
}

@media (max-width: 1199px) {
  .page-home .home-shell {
    width: min(100% - 2rem, 88rem);
  }

  .page-home .home-hero__grid,
  .page-home .home-spotlight__grid,
  .page-home .home-story,
  .page-home .home-newsletter,
  .page-home .home-footer__grid {
    grid-template-columns: 1fr;
  }

  .page-home .home-hero__visual {
    min-height: 30rem;
  }

  .page-home .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .home-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-home .home-trust__item:nth-child(3n) {
    border-right: 0;
  }
}

@media (max-width: 1023px) {
  .page-home .home-announcement__meta,
  .page-home .home-nav,
  .page-home .home-header__actions {
    display: none;
  }

  .page-home .home-header__inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
    min-height: 5.35rem;
  }

  .page-home .home-mobile-menu {
    display: block;
  }

  .page-home .home-path-grid,
  .page-home .home-subcategory-grid,
  .page-home .home-steps,
  .page-home .home-kit-row,
  .page-home .home-trust {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .home-kit-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .page-home .home-shell {
    width: min(100% - 1.25rem, 88rem);
  }

  .page-home .home-section {
    padding: 4.2rem 0;
  }

  .page-home .home-announcement__inner {
    min-height: 2.45rem;
  }

  .page-home .home-announcement p {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .page-home .home-header__inner {
    min-height: 4.95rem;
  }

  .page-home .home-logo img,
  .page-home .home-footer__brand img {
    height: 2.2rem;
  }

  .page-home .home-hero {
    padding: 1rem 0 2.4rem;
  }

  .page-home .home-hero__content {
    padding: 1.5rem;
  }

  .page-home .home-hero__content h1 {
    font-size: clamp(2.5rem, 12vw, 3.8rem);
  }

  .page-home .home-hero__actions,
  .page-home .home-newsletter__row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-home .home-hero__trust {
    display: grid;
    gap: 0.55rem;
  }

  .page-home .home-hero__metrics,
  .page-home .home-product-grid,
  .page-home .home-path-grid,
  .page-home .home-subcategory-grid,
  .page-home .home-steps,
  .page-home .home-kit-row,
  .page-home .home-trust {
    grid-template-columns: 1fr;
  }

  .page-home .home-hero__visual {
    min-height: 21rem;
  }

  .page-home .home-hero__visual-note {
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    justify-content: flex-start;
  }

  .page-home .home-section__intro--row {
    grid-template-columns: 1fr;
  }

  .page-home .home-section__aside {
    max-width: none;
    text-align: left;
  }

  .page-home .home-link--desktop {
    align-self: start;
  }

  .page-home .home-path-card {
    grid-template-rows: minmax(14rem, 1fr) auto;
  }

  .page-home .home-trust__item {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  }

  .page-home .home-trust__item:last-child {
    border-bottom: 0;
  }

  .page-home .home-story,
  .page-home .home-newsletter {
    padding: 1.15rem;
  }

  .page-home .home-story__media {
    min-height: 18rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-nav a::after,
  .page-home .home-link::after,
  .page-home .home-btn,
  .page-home .home-icon-link,
  .page-home .home-path-card__media img,
  .page-home .home-product-card__image img,
  .page-home .home-kit-card__media img,
  .page-home .home-mobile-menu__icon,
  .page-home .home-mobile-menu__icon::before,
  .page-home .home-mobile-menu__icon::after {
    transition: none;
  }
}
