/* Casa Pizza — Phase 2 static premium homepage */
body[data-page="home"] {
  background: var(--cp-cream);
}

body[data-page="home"] .home-phase2 {
  overflow: hidden;
}

.home-static-hero {
  padding: 24px 0 54px;
}

.home-static-hero__shell {
  min-height: min(700px, calc(100svh - var(--header-height) - 24px));
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--cp-border);
  border-radius: 24px;
  background: var(--cp-surface);
}

.home-static-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 86px);
}

.home-static-hero__brand {
  margin: 0 0 20px;
  color: var(--cp-navy);
  font-size: .92rem;
  font-weight: 900;
}

.home-static-hero h1 {
  max-width: 700px;
  margin: 0;
  color: var(--cp-text-strong);
  font-size: clamp(3.15rem, 5.1vw, 5.8rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.home-static-hero .lead {
  max-width: 620px;
  margin: 26px 0 0;
  font-size: clamp(1.05rem, 1.45vw, 1.24rem);
  line-height: 1.7;
}

.home-static-hero__cta {
  align-self: flex-start;
  min-width: 190px;
  margin-top: 30px;
  justify-content: center;
}

.home-static-hero__details {
  margin: 24px 0 0;
  color: var(--cp-muted);
  font-size: .9rem;
  font-weight: 700;
}

.home-static-hero__visual {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
  padding: clamp(28px, 4vw, 58px);
  background: var(--cp-navy);
}

.home-static-hero__visual::before,
.home-static-hero__visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.home-static-hero__visual::before {
  width: 84px;
  height: 12px;
  top: 28px;
  right: 28px;
  background: var(--cp-yellow);
}

.home-static-hero__visual::after {
  width: 12px;
  height: 84px;
  bottom: 28px;
  left: 28px;
  background: var(--cp-red);
}

.home-static-hero__image-frame {
  width: 100%;
  max-width: 760px;
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 18px;
  background: #f5efe3;
}

.home-static-hero__image-frame picture,
.home-static-hero__image-frame img {
  width: 100%;
  height: 100%;
  display: block;
}

.home-static-hero__image-frame img {
  object-fit: contain;
}

.home-section-heading {
  align-items: end;
  gap: 28px;
  margin-bottom: 30px;
}

.home-section-heading h2,
.home-about h2,
.home-reviews h2,
.home-contact h2 {
  margin: 0;
  color: var(--cp-text-strong);
  font-size: clamp(2.25rem, 3.5vw, 4rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.home-section-heading p {
  max-width: 720px;
  margin: 14px 0 0;
  line-height: 1.65;
}

.home-products {
  background: var(--cp-cream) !important;
}

body[data-page="home"] #popular {
  padding-top: var(--cp-section-space);
}

body[data-page="home"] .home-popular-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  overflow: visible !important;
}

body[data-page="home"] .home-popular-grid .product-card {
  min-width: 0 !important;
  scroll-snap-align: none !important;
}

body[data-page="home"] .home-popular-grid .product-media {
  min-height: 250px;
  border-bottom: 1px solid var(--cp-border);
}

body[data-page="home"] .home-popular-grid .product-media img {
  padding: 18px;
}

body[data-page="home"] .home-popular-grid .card-icon-actions {
  display: none !important;
}

body[data-page="home"] .home-popular-grid .product-title {
  min-height: 0;
  font-size: 1.03rem;
}

body[data-page="home"] .home-popular-grid .product-description {
  display: none;
}

body[data-page="home"] .home-popular-grid .product-action {
  width: auto !important;
  min-width: 104px !important;
  height: auto !important;
  padding: 8px 13px !important;
  color: var(--cp-navy) !important;
  overflow: visible !important;
}

body[data-page="home"] .home-popular-grid .product-action::after {
  content: none !important;
}

.home-categories {
  background: var(--cp-surface-soft);
  border-block: 1px solid var(--cp-border);
}

body[data-page="home"] .home-category-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  overflow: visible !important;
}

body[data-page="home"] .home-category-grid .category-card-photo {
  min-width: 0 !important;
  min-height: 210px;
  grid-template-columns: 43% 57%;
  scroll-snap-align: none !important;
  border-radius: var(--cp-card-radius) !important;
  background: var(--cp-surface);
}

body[data-page="home"] .home-category-grid .category-photo-wrap {
  min-height: 210px;
}

body[data-page="home"] .home-category-grid .category-count {
  padding: 5px 8px;
  border: 1px solid var(--cp-border);
  border-radius: 8px;
  background: var(--cp-surface);
  color: var(--cp-navy);
  font-size: .72rem;
  font-weight: 900;
}

body[data-page="home"] .home-category-grid .category-card-copy {
  padding: 24px 20px;
}

body[data-page="home"] .home-category-grid .category-card-copy h3 {
  font-size: 1.12rem;
}

body[data-page="home"] .home-category-grid .category-card-copy p {
  font-size: .86rem;
}

.home-about {
  background: var(--cp-cream);
}

.home-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: clamp(44px, 7vw, 92px);
  align-items: center;
}

.home-about__media {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  min-height: 560px;
}

.home-about__image {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--cp-border);
  border-radius: var(--cp-card-radius);
  background: var(--cp-surface);
}

.home-about__image--main {
  grid-row: 1 / 3;
}

.home-about__image img {
  width: 100%;
  height: 100%;
  display: block;
  padding: 18px;
  object-fit: contain;
}

.home-about__copy .lead {
  margin: 22px 0 0;
  line-height: 1.72;
}

.home-about__points {
  display: grid;
  gap: 0;
  margin: 28px 0 30px;
  border-block: 1px solid var(--cp-border);
}

.home-about__points article {
  padding: 18px 0;
}

.home-about__points article + article {
  border-top: 1px solid var(--cp-border);
}

.home-about__points h3 {
  margin: 0;
  color: var(--cp-navy);
  font-size: 1rem;
}

.home-about__points p {
  margin: 7px 0 0;
  color: var(--cp-muted);
  line-height: 1.55;
}

.home-reviews {
  background: var(--cp-navy);
  color: #fff;
}

.home-reviews__heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.home-reviews h2 {
  color: #fff;
}

.home-reviews__heading p {
  margin: 16px 0 0;
  color: #d9e4ef;
  line-height: 1.65;
}

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

.home-review-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: var(--cp-card-radius);
  background: #123d68;
}

.home-review-card p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.home-review-card strong {
  margin-top: 24px;
  color: var(--cp-yellow);
  font-size: .88rem;
}

.home-contact {
  background: var(--cp-surface);
}

.home-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.home-contact__copy .lead {
  max-width: 650px;
  margin: 20px 0 0;
  line-height: 1.7;
}

.home-contact__details {
  margin: 30px 0;
  border-block: 1px solid var(--cp-border);
}

.home-contact__details > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding: 15px 0;
}

.home-contact__details > div + div {
  border-top: 1px solid var(--cp-border);
}

.home-contact__details dt {
  color: var(--cp-muted);
  font-weight: 800;
}

.home-contact__details dd {
  margin: 0;
  color: var(--cp-text-strong);
  font-weight: 800;
}

.home-contact__details a,
.home-social-links a,
.home-footer a {
  color: inherit;
}

.home-contact__actions,
.home-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-social-links {
  margin-top: 20px;
}

.home-social-links a {
  padding-bottom: 3px;
  border-bottom: 1px solid var(--cp-border-strong);
  color: var(--cp-navy);
  font-weight: 900;
}

.home-contact__map {
  min-height: 480px;
  display: block;
  overflow: hidden;
  border: 1px solid var(--cp-border);
  border-radius: var(--cp-card-radius);
  background: var(--cp-cream);
}

.home-contact__map img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  display: block;
  object-fit: cover;
}

.home-footer {
  padding-top: 0;
  background: var(--cp-navy-strong);
  color: #fff;
}

.home-footer__main {
  min-height: 150px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 40px;
  align-items: center;
  padding-block: 32px;
}

.home-footer .brand-name,
.home-footer .brand-sub {
  color: #fff;
}

.home-footer__links,
.home-footer__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.home-footer__links a,
.home-footer__contact a {
  font-weight: 800;
}

.home-footer__contact {
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  color: #d6e2ee;
  font-size: .88rem;
}

.home-footer__bottom {
  border-top-color: rgba(255, 255, 255, .22);
  color: #bdcddd;
}

@media (max-width: 1120px) {
  .home-static-hero__shell {
    grid-template-columns: 1fr 1fr;
  }

  body[data-page="home"] .home-popular-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body[data-page="home"] .home-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .home-contact__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .home-static-hero__shell,
  .home-about__grid,
  .home-contact__grid {
    grid-template-columns: 1fr;
  }

  .home-static-hero__visual {
    min-height: 510px;
  }

  .home-about__media {
    min-height: 500px;
  }

  .home-contact__map,
  .home-contact__map img {
    min-height: 400px;
  }

  .home-review-grid {
    grid-template-columns: 1fr;
  }

  .home-review-card {
    min-height: 0;
  }

  .home-footer__main {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-footer__contact {
    align-items: flex-start;
  }
}

@media (max-width: 680px) {
  .home-static-hero {
    padding: 10px 0 34px;
  }

  .home-static-hero__shell {
    width: calc(100% - 18px);
    min-height: 0;
    border-radius: 18px;
  }

  .home-static-hero__copy {
    padding: 38px 22px 32px;
  }

  .home-static-hero h1 {
    font-size: clamp(2.8rem, 12.5vw, 4.2rem);
  }

  .home-static-hero__visual {
    min-height: 390px;
    padding: 22px;
  }

  .home-static-hero__visual::before {
    top: 16px;
    right: 16px;
  }

  .home-static-hero__visual::after {
    bottom: 16px;
    left: 16px;
  }

  .home-section-heading {
    align-items: flex-start;
  }

  body[data-page="home"] .home-popular-grid,
  body[data-page="home"] .home-category-grid {
    grid-template-columns: 1fr !important;
  }

  body[data-page="home"] .home-category-grid .category-card-photo {
    grid-template-columns: 40% 60%;
    min-height: 190px;
  }

  body[data-page="home"] .home-category-grid .category-photo-wrap {
    min-height: 190px;
  }

  .home-about__media {
    min-height: 430px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.2fr .8fr;
  }

  .home-about__image--main {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .home-contact__details > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .home-contact__actions .button {
    width: 100%;
    justify-content: center;
  }

  .home-contact__map,
  .home-contact__map img {
    min-height: 300px;
  }

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

@media (prefers-reduced-motion: reduce) {
  .home-phase2 *,
  .home-phase2 *::before,
  .home-phase2 *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* ========================================================================== 
   HERO REDESIGN — 2026-08-07
   Inspired by the supplied editorial split-layout reference while staying
   within Casa Pizza's requested palette and existing connected page structure.
   ========================================================================== */
.home-static-hero {
  --hero-blue: rgba(234, 242, 255, 1);
  --hero-yellow-soft: rgba(255, 231, 154, 1);
  --hero-yellow: rgba(255, 222, 106, 1);
  --hero-cream: rgba(255, 249, 241, 1);
  --hero-red: rgba(218, 53, 40, 1);
  --hero-olive: rgba(95, 97, 60, 1);
  --hero-ink: rgba(64, 66, 43, 1);
  padding: 18px 0 58px;
  background: var(--hero-cream);
}

.home-static-hero__shell {
  position: relative;
  isolation: isolate;
  min-height: min(760px, calc(100svh - var(--header-height) - 18px));
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(480px, .97fr);
  grid-template-rows: 1fr auto;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(95, 97, 60, .18);
  border-radius: 34px;
  background: var(--hero-cream);
}

.home-static-hero__shell::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0 0 0 43%;
  background: var(--hero-blue);
  clip-path: polygon(27% 0, 100% 0, 100% 100%, 0 100%);
}

.home-static-hero__shell::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -8%;
  bottom: -42%;
  width: 44%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 54px solid rgba(255, 222, 106, .45);
  pointer-events: none;
}

.home-static-hero__orbit {
  position: absolute;
  z-index: -1;
  left: -108px;
  top: -112px;
  border-radius: 50%;
  pointer-events: none;
}

.home-static-hero__orbit--outer {
  width: 315px;
  height: 315px;
  background: var(--hero-yellow-soft);
}

.home-static-hero__orbit--inner {
  left: -76px;
  top: -136px;
  width: 244px;
  height: 244px;
  background: var(--hero-yellow);
}

.home-static-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(66px, 6vw, 96px) clamp(38px, 5vw, 76px) clamp(64px, 6vw, 92px);
}

.home-static-hero__status-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  margin-bottom: 22px;
}

.home-static-hero__status {
  width: fit-content;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid rgba(95, 97, 60, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--hero-ink);
  font-size: .78rem;
  font-weight: 900;
}

.home-static-hero__status > span {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--hero-olive);
}

.home-static-hero__eyebrow {
  margin: 0;
  color: var(--hero-red);
  font-size: .73rem;
  font-weight: 950;
  letter-spacing: .11em;
}

.home-static-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--hero-olive);
  font-size: clamp(3.55rem, 5.25vw, 6.15rem);
  line-height: .92;
  letter-spacing: -.065em;
  text-wrap: balance;
}

.home-static-hero h1 span,
.home-static-hero h1 strong {
  display: block;
}

.home-static-hero h1 strong {
  margin-top: .08em;
  color: var(--hero-red);
  font: inherit;
  font-weight: 950;
}

.home-static-hero .lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(95, 97, 60, .82);
  font-size: clamp(1rem, 1.32vw, 1.17rem);
  line-height: 1.67;
  font-weight: 650;
}

.home-static-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.home-static-hero__chips span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border: 1px solid rgba(95, 97, 60, .14);
  border-radius: 999px;
  color: var(--hero-ink);
  font-size: .75rem;
  font-weight: 900;
}

.home-static-hero__chips span:first-child {
  background: var(--hero-yellow);
}

.home-static-hero__chips span:last-child {
  background: var(--hero-blue);
}

.home-static-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 17px;
  margin-top: 26px;
}

.home-static-hero__cta {
  min-width: 178px;
  margin: 0;
  justify-content: center;
  gap: 12px;
  border-color: var(--hero-red) !important;
  border-radius: 13px !important;
  background: var(--hero-red) !important;
}

.home-static-hero__cta:hover {
  border-color: var(--hero-red) !important;
  background: var(--hero-red) !important;
}

.home-static-hero__text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--hero-olive);
  font-size: .88rem;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.home-static-hero__mini-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 30px;
}

.home-static-hero__mini-facts div {
  display: grid;
  gap: 3px;
}

.home-static-hero__mini-facts strong {
  color: var(--hero-ink);
  font-size: .84rem;
}

.home-static-hero__mini-facts span {
  color: rgba(95, 97, 60, .70);
  font-size: .75rem;
  font-weight: 750;
}

.home-static-hero__visual {
  position: relative;
  z-index: 2;
  min-height: 640px;
  display: grid;
  place-items: center;
  padding: clamp(40px, 4vw, 70px) clamp(30px, 4vw, 58px) clamp(74px, 6vw, 98px);
  background: transparent;
}

.home-static-hero__visual::before,
.home-static-hero__visual::after {
  content: none;
}

.home-static-hero__visual-halo {
  position: absolute;
  z-index: -1;
  width: min(84%, 590px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 14px solid var(--hero-yellow);
}

.home-static-hero__visual-halo::after {
  content: "";
  position: absolute;
  inset: -22px;
  border-radius: inherit;
  border: 7px solid transparent;
  border-top-color: var(--hero-red);
  border-right-color: var(--hero-red);
  transform: rotate(16deg);
}

.home-static-hero__image-frame {
  width: min(86%, 570px);
  max-width: none;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 10px solid rgba(255, 249, 241, .95);
  border-radius: 50%;
  background: #fff;
}

.home-static-hero__image-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}

.home-static-hero__badge {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 2px;
  padding: 11px 14px 11px 42px;
  border: 1px solid rgba(95, 97, 60, .17);
  border-radius: 13px;
  background: var(--hero-yellow);
  color: var(--hero-ink);
}

.home-static-hero__badge--top {
  top: clamp(64px, 7vw, 104px);
  left: 3%;
}

.home-static-hero__badge-mark {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 5px solid var(--hero-olive);
  transform: translateY(-50%);
}

.home-static-hero__badge strong {
  font-size: .79rem;
  line-height: 1.15;
}

.home-static-hero__badge > span:last-child {
  color: rgba(64, 66, 43, .72);
  font-size: .68rem;
  font-weight: 800;
}

.home-static-hero__feature-card {
  position: absolute;
  z-index: 5;
  right: 5%;
  bottom: 14%;
  width: min(270px, 48%);
  display: grid;
  gap: 7px;
  padding: 18px 18px 17px;
  border: 1px solid rgba(95, 97, 60, .18);
  border-radius: 16px;
  background: rgba(255, 249, 241, .96);
  color: var(--hero-ink);
}

.home-static-hero__feature-card::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--hero-red);
}

.home-static-hero__feature-kicker {
  padding-right: 38px;
  color: rgba(95, 97, 60, .66);
  font-size: .69rem;
  font-weight: 850;
}

.home-static-hero__feature-card strong {
  max-width: 205px;
  font-size: .91rem;
  line-height: 1.3;
}

.home-static-hero__feature-link {
  margin-top: 3px;
  color: var(--hero-red);
  font-size: .76rem;
  font-weight: 950;
}

.home-static-hero__feature-link b {
  margin-left: 4px;
}

.home-static-hero__service-rail {
  position: relative;
  z-index: 7;
  grid-column: 1 / -1;
  margin: 0 clamp(22px, 3vw, 44px) clamp(20px, 2.2vw, 32px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(95, 97, 60, .17);
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
}

.home-static-hero__service-rail > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 20px;
}

.home-static-hero__service-rail > div + div {
  border-left: 1px solid rgba(95, 97, 60, .15);
}

.home-static-hero__rail-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--hero-blue);
  color: var(--hero-olive);
  font-size: .69rem;
  font-weight: 950;
}

.home-static-hero__service-rail p {
  min-width: 0;
  display: grid;
  gap: 3px;
  margin: 0;
}

.home-static-hero__service-rail strong {
  color: var(--hero-ink);
  font-size: .82rem;
}

.home-static-hero__service-rail p span {
  overflow: hidden;
  color: rgba(95, 97, 60, .68);
  font-size: .74rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .home-static-hero__shell {
    grid-template-columns: minmax(0, 1fr) minmax(430px, .92fr);
  }

  .home-static-hero h1 {
    font-size: clamp(3.2rem, 5.2vw, 5.1rem);
  }

  .home-static-hero__badge--top {
    left: 0;
  }

  .home-static-hero__feature-card {
    right: 2.5%;
  }
}

@media (max-width: 900px) {
  .home-static-hero__shell {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .home-static-hero__shell::before {
    inset: 43% 0 0;
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
  }

  .home-static-hero__copy {
    padding: 62px 42px 48px;
  }

  .home-static-hero h1 {
    max-width: 720px;
    font-size: clamp(3.55rem, 9vw, 5.6rem);
  }

  .home-static-hero__visual {
    min-height: 560px;
    padding: 50px 34px 80px;
  }

  .home-static-hero__image-frame {
    width: min(72vw, 520px);
  }

  .home-static-hero__visual-halo {
    width: min(70vw, 540px);
  }

  .home-static-hero__badge--top {
    top: 46px;
    left: 10%;
  }

  .home-static-hero__feature-card {
    right: 9%;
    bottom: 13%;
  }

  .home-static-hero__service-rail {
    margin-top: 0;
  }
}

@media (max-width: 680px) {
  .home-static-hero {
    padding: 10px 0 34px;
  }

  .home-static-hero__shell {
    width: calc(100% - 18px);
    border-radius: 24px;
  }

  .home-static-hero__shell::before {
    inset: 48% 0 0;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  }

  .home-static-hero__shell::after {
    right: -32%;
    bottom: -14%;
    width: 76%;
    border-width: 34px;
  }

  .home-static-hero__orbit--outer {
    left: -100px;
    top: -104px;
    width: 235px;
    height: 235px;
  }

  .home-static-hero__orbit--inner {
    left: -78px;
    top: -120px;
    width: 182px;
    height: 182px;
  }

  .home-static-hero__copy {
    padding: 44px 20px 34px;
  }

  .home-static-hero__status-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 19px;
  }

  .home-static-hero__status {
    min-height: 34px;
    font-size: .71rem;
  }

  .home-static-hero__eyebrow {
    font-size: .67rem;
  }

  .home-static-hero h1 {
    font-size: clamp(2.85rem, 13.5vw, 4.25rem);
    line-height: .94;
  }

  .home-static-hero .lead {
    margin-top: 21px;
    font-size: .96rem;
    line-height: 1.6;
  }

  .home-static-hero__chips {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 19px;
  }

  .home-static-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
    margin-top: 22px;
  }

  .home-static-hero__cta,
  .home-static-hero__text-link {
    width: 100%;
    justify-content: center;
  }

  .home-static-hero__mini-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
  }

  .home-static-hero__visual {
    min-height: 440px;
    padding: 50px 14px 72px;
  }

  .home-static-hero__image-frame {
    width: min(84vw, 355px);
    border-width: 7px;
  }

  .home-static-hero__visual-halo {
    width: min(82vw, 365px);
    border-width: 9px;
  }

  .home-static-hero__visual-halo::after {
    inset: -16px;
    border-width: 5px;
  }

  .home-static-hero__badge--top {
    top: 28px;
    left: 12px;
    padding: 9px 11px 9px 35px;
  }

  .home-static-hero__badge-mark {
    left: 11px;
    width: 14px;
    height: 14px;
    border-width: 4px;
  }

  .home-static-hero__feature-card {
    right: 12px;
    bottom: 30px;
    width: min(220px, 64%);
    padding: 14px 14px 13px;
    border-radius: 14px;
  }

  .home-static-hero__feature-card::after {
    top: 12px;
    right: 12px;
    width: 26px;
    height: 26px;
  }

  .home-static-hero__service-rail {
    grid-template-columns: 1fr;
    margin: 0 12px 12px;
    border-radius: 16px;
  }

  .home-static-hero__service-rail > div {
    padding: 13px 14px;
  }

  .home-static-hero__service-rail > div + div {
    border-top: 1px solid rgba(95, 97, 60, .15);
    border-left: 0;
  }

  .home-static-hero__rail-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 11px;
  }
}

@media (max-width: 390px) {
  .home-static-hero h1 {
    font-size: 2.72rem;
  }

  .home-static-hero__mini-facts {
    grid-template-columns: 1fr;
  }

  .home-static-hero__visual {
    min-height: 405px;
  }

  .home-static-hero__feature-card {
    width: 210px;
  }
}
