:root {
  --ink: #070a4f;
  --navy: #0c0c7a;
  --pink: #ff347f;
  --pink-dark: #eb1e69;
  --purple: #6436d8;
  --purple-dark: #4d24bd;
  --gold: #f5aa08;
  --muted: #3b3d64;
  --soft: #f6f8ff;
  --soft-2: #eef3ff;
  --line: #d9d7ff;
  --white: #ffffff;
  --shadow: 0 18px 38px rgba(33, 39, 106, 0.12);
  --card-shadow: 0 12px 26px rgba(33, 39, 106, 0.13);
  --radius: 8px;
  font-family: "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 79% 5%, rgba(104, 68, 218, 0.11), transparent 28rem),
    linear-gradient(180deg, #fbfcff 0%, var(--soft) 52%, #f2f5ff 100%);
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.icon-defs {
  display: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(100% - 48px, 1220px);
  margin: 0 auto;
  padding: 24px 0 14px;
  background: rgba(248, 250, 255, 0.86);
  backdrop-filter: blur(14px);
}

.logo {
  position: relative;
  display: block;
  width: clamp(230px, 23vw, 330px);
  height: clamp(72px, 7vw, 104px);
  overflow: hidden;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 51%;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 4.2vw, 54px);
  color: #080934;
  font-size: 1rem;
  font-weight: 700;
}

.nav-links a {
  position: relative;
  padding: 9px 0 15px;
}

.nav-links a::after {
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 0;
  height: 4px;
  border-radius: 4px;
  background: var(--purple);
  content: "";
  transform: translateX(-50%);
  transition: width 180ms ease;
}

.nav-links a.active {
  color: var(--navy);
}

.nav-links a.active::after,
.nav-links a:hover::after {
  width: 54px;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0 32px;
  color: var(--white);
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(255, 52, 127, 0.2);
}

.btn:active {
  transform: translateY(0);
}

.btn-primary {
  background: var(--pink);
}

.btn-primary:hover {
  background: var(--pink-dark);
}

.btn-outline {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.72);
  border-color: var(--purple);
}

.btn-outline:hover {
  color: var(--white);
  background: var(--purple);
  box-shadow: 0 16px 28px rgba(100, 54, 216, 0.18);
}

.btn-purple {
  background: var(--purple);
}

.btn-purple:hover {
  background: var(--purple-dark);
  box-shadow: 0 16px 28px rgba(100, 54, 216, 0.2);
}

.icon-btn {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  color: #07082f;
  background: transparent;
  cursor: pointer;
}

.icon-btn svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.cart-count {
  position: absolute;
  top: -2px;
  right: 0;
  display: grid;
  place-items: center;
  min-width: 23px;
  height: 23px;
  border-radius: 50%;
  color: var(--white);
  background: var(--pink);
  font-size: 0.78rem;
  font-weight: 900;
}

.menu-toggle {
  display: none;
}

main {
  width: 100%;
}

.section-panel {
  width: min(100% - 48px, 1220px);
  margin-inline: auto;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(390px, 46%) minmax(420px, 54%);
  min-height: 660px;
  overflow: hidden;
  padding: 44px 0 106px 20px;
}

.hero-copy {
  position: relative;
  z-index: 4;
  min-width: 0;
  max-width: 610px;
  padding-top: 22px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--purple);
  font-size: 0.95rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-eyebrow {
  color: var(--pink);
  font-size: clamp(1.35rem, 2.3vw, 1.85rem);
  text-transform: none;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  color: var(--navy);
  font-size: clamp(3.8rem, 5.9vw, 5.35rem);
  font-weight: 950;
  line-height: 0.98;
  letter-spacing: 0;
}

.headline-line,
.headline-need,
.collection-intro h2 span,
.sub-copy h2 span {
  display: block;
}

.headline-line {
  color: var(--navy);
  white-space: nowrap;
}

.headline-need,
.collection-intro h2 span,
.sub-copy h2 span {
  color: var(--pink);
}

.hero-text {
  max-width: 445px;
  margin-bottom: 36px;
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hero-art {
  position: relative;
  min-height: 560px;
}

.hero-art::before {
  position: absolute;
  right: -42px;
  bottom: 14px;
  width: 84%;
  height: 88%;
  border-radius: 48% 28% 16% 46% / 45% 26% 30% 45%;
  background: #e8edff;
  content: "";
  opacity: 0.76;
}

.hero-art img {
  position: absolute;
  right: -120px;
  bottom: -64px;
  z-index: 3;
  width: min(70vw, 800px);
  height: min(62vw, 760px);
  max-width: none;
  object-fit: cover;
  object-position: 49% 42%;
}

.decor {
  position: absolute;
  z-index: 2;
}

.paw-one,
.paw-two {
  width: 44px;
  height: 38px;
  opacity: 0.38;
  transform: rotate(-16deg);
}

.paw-one {
  top: 34px;
  left: 70px;
}

.paw-two {
  left: -72px;
  bottom: 118px;
  transform: rotate(-12deg) scale(1.2);
}

.paw-one::before,
.paw-two::before {
  position: absolute;
  inset: 18px 11px 3px;
  border-radius: 50% 50% 48% 48%;
  background: #cdd8ff;
  content: "";
}

.paw-one::after,
.paw-two::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 14%, #cdd8ff 0 5px, transparent 6px),
    radial-gradient(circle at 53% 5%, #cdd8ff 0 6px, transparent 7px),
    radial-gradient(circle at 74% 16%, #cdd8ff 0 5px, transparent 6px),
    radial-gradient(circle at 22% 38%, #cdd8ff 0 5px, transparent 6px);
  content: "";
}

.dot-grid {
  width: 88px;
  height: 88px;
  background-image: radial-gradient(#cfd9ff 3px, transparent 3px);
  background-size: 16px 16px;
  opacity: 0.72;
}

.hero-art .dot-grid {
  left: -14px;
  top: 288px;
}

.benefit-card {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: min(100% - 48px, 1220px);
  margin: -70px auto 40px;
  padding: 44px 48px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.benefit-item {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 104px;
  padding: 0 36px;
  border-right: 1px solid var(--line);
}

.benefit-item:first-child {
  padding-left: 0;
}

.benefit-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.benefit-icon {
  width: 64px;
  height: 64px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.purple {
  color: var(--purple);
}

.pink {
  color: var(--pink);
}

.gold {
  color: var(--gold);
}

.benefit-item h2 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
  line-height: 1.2;
}

.benefit-item p {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.58;
}

.collection {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 26px;
  padding-top: 0;
}

.collection-intro {
  min-width: 0;
  padding: 10px 8px 0;
}

.collection-intro h2,
.sub-copy h2 {
  margin-bottom: 22px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.collection-intro p,
.sub-copy > p {
  color: var(--ink);
  font-size: 1.04rem;
  line-height: 1.66;
}

.collection-intro .btn {
  margin-top: 18px;
  min-height: 54px;
  padding-inline: 30px;
}

.product-area {
  min-width: 0;
}

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

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 410px;
  padding: 14px 14px 16px;
  border: 1px solid #ecefff;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.93);
  box-shadow: var(--card-shadow);
  transition:
    transform 190ms ease,
    box-shadow 190ms ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 34px rgba(33, 39, 106, 0.17);
}

.badge {
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 31px;
  border-radius: 999px;
  color: var(--white);
  background: var(--pink);
  font-size: 0.83rem;
  font-weight: 900;
}

.product-media {
  display: grid;
  place-items: center;
  width: 100%;
  height: 160px;
  margin-bottom: 14px;
  border: 0;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
  cursor: pointer;
  overflow: hidden;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 230ms ease;
}

.product-media:hover img {
  transform: scale(1.08) rotate(-2deg);
}

.product-title {
  align-self: flex-start;
  border: 0;
  padding: 0;
  color: var(--navy);
  background: transparent;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

.price {
  margin: 14px 0;
  color: #0c0d55;
  font-size: 1rem;
  font-weight: 750;
}

.rating-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 20px;
}

.stars {
  display: inline-flex;
  gap: 3px;
}

.stars i {
  width: 13px;
  height: 13px;
  background: var(--star-color, var(--pink));
  clip-path: polygon(50% 0%, 62% 35%, 100% 35%, 69% 57%, 82% 100%, 50% 73%, 18% 100%, 31% 57%, 0% 35%, 38% 35%);
}

.review-count {
  color: var(--ink);
  font-size: 0.9rem;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr 48px;
  gap: 0;
  margin-top: auto;
}

.add-cart {
  min-height: 44px;
  border: 1px solid var(--pink);
  border-radius: 6px 0 0 6px;
  color: var(--pink);
  background: var(--white);
  font-weight: 800;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.add-cart:hover {
  color: var(--white);
  background: var(--pink);
}

.mini-cart {
  display: grid;
  place-items: center;
  min-height: 44px;
  border: 1px solid var(--pink);
  border-left: 0;
  border-radius: 0 6px 6px 0;
  color: var(--pink);
  background: var(--white);
  cursor: pointer;
}

.mini-cart svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.subscription {
  position: relative;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
  min-height: 368px;
  margin-top: 38px;
  padding: 10px 22px 22px 0;
}

.sub-dog {
  position: relative;
  align-self: stretch;
  min-height: 330px;
}

.dog-blob {
  position: absolute;
  left: 76px;
  bottom: 18px;
  width: 278px;
  height: 278px;
  border-radius: 50%;
  background: #f7d9fb;
}

.sub-dog img {
  position: absolute;
  left: 54px;
  bottom: 8px;
  z-index: 2;
  width: 298px;
  height: 298px;
  border-radius: 49% 49% 45% 45%;
  object-fit: cover;
  object-position: 50% 36%;
}

.sub-dots {
  left: 4px;
  bottom: 74px;
}

.sub-copy {
  min-width: 0;
  padding: 20px 0 0;
}

.sub-copy .eyebrow {
  margin-bottom: 18px;
}

.sub-copy h2 {
  max-width: 650px;
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.35vw, 3rem);
}

.sub-copy > p {
  max-width: 600px;
  margin-bottom: 20px;
}

.box-options {
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  min-height: 42px;
  margin-bottom: 20px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.box-options button {
  border: 0;
  border-radius: 6px;
  padding: 0 16px;
  color: var(--navy);
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}

.box-options button.selected {
  color: var(--white);
  background: var(--pink);
}

.sub-perks {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 18px;
  max-width: 660px;
}

.sub-perks article {
  display: grid;
  grid-template-columns: 38px 1fr;
  column-gap: 10px;
  align-items: center;
}

.sub-perks svg,
.promise-bar svg {
  grid-row: span 2;
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.sub-perks strong {
  color: var(--navy);
  font-size: 0.88rem;
  line-height: 1.15;
}

.sub-perks span {
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.25;
}

.sub-cta {
  align-self: end;
  min-width: 228px;
  margin-bottom: 10px;
}

.promise-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 26px;
  margin-bottom: 28px;
  padding: 26px 58px;
  border-radius: 10px;
  background: #eef3ff;
}

.promise-bar article {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 18px;
  padding: 0 42px;
  border-right: 1px solid #c5c5ff;
}

.promise-bar article:first-child {
  padding-left: 0;
}

.promise-bar article:last-child {
  padding-right: 0;
  border-right: 0;
}

.promise-bar h2 {
  margin: 0 0 4px;
  color: var(--navy);
  font-size: 1.2rem;
  line-height: 1.1;
}

.promise-bar p {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 70;
  display: flex;
  flex-direction: column;
  width: min(420px, 92vw);
  height: 100vh;
  padding: 22px;
  background: var(--white);
  box-shadow: -28px 0 44px rgba(13, 14, 74, 0.18);
  transform: translateX(105%);
  transition: transform 220ms ease;
}

.cart-drawer.open {
  transform: translateX(0);
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #ecefff;
}

.drawer-header h2 {
  margin: 0;
  color: var(--navy);
  font-size: 1.65rem;
}

.cart-items {
  display: grid;
  gap: 14px;
  overflow: auto;
  padding: 20px 0;
}

.cart-line {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid #ecefff;
  border-radius: var(--radius);
  background: #fbfcff;
}

.cart-line img {
  width: 74px;
  height: 64px;
  border-radius: 6px;
  object-fit: cover;
}

.cart-line h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 0.98rem;
}

.cart-line-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  background: var(--white);
}

.qty-control button {
  display: grid;
  place-items: center;
  width: 31px;
  height: 30px;
  border: 0;
  color: var(--purple);
  background: transparent;
  cursor: pointer;
}

.qty-control svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.qty-control span {
  min-width: 22px;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
}

.cart-empty {
  display: none;
  padding: 30px 18px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  text-align: center;
}

.cart-empty.visible {
  display: block;
}

.cart-footer {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #ecefff;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 1.2rem;
}

.checkout-btn {
  width: 100%;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(6, 8, 54, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
}

.overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.quick-view {
  width: min(760px, calc(100vw - 34px));
  border: 0;
  border-radius: 14px;
  padding: 0;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 30px 70px rgba(6, 8, 54, 0.25);
}

.quick-view::backdrop {
  background: rgba(6, 8, 54, 0.34);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.82);
}

.modal-body {
  display: grid;
  grid-template-columns: 48% 1fr;
  gap: 24px;
  padding: 26px;
}

.modal-body img {
  width: 100%;
  height: 330px;
  border-radius: var(--radius);
  object-fit: cover;
  background: #f7f9ff;
}

.modal-copy {
  align-self: center;
}

.modal-copy h2 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 2rem;
  line-height: 1.1;
}

.modal-copy p {
  color: var(--muted);
  line-height: 1.6;
}

.modal-copy .btn {
  margin-top: 14px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 90;
  max-width: min(420px, calc(100vw - 36px));
  padding: 14px 18px;
  border-radius: 999px;
  color: var(--white);
  background: var(--navy);
  box-shadow: var(--shadow);
  font-weight: 800;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px);
  transition:
    opacity 190ms ease,
    transform 190ms ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

body.drawer-open {
  overflow: hidden;
}

@media (max-width: 1120px) {
  .site-header {
    width: min(100% - 34px, 1040px);
    gap: 16px;
  }

  .logo {
    width: 260px;
    height: 82px;
  }

  .nav-links {
    gap: 24px;
  }

  .hero,
  .section-panel,
  .benefit-card {
    width: min(100% - 34px, 1040px);
  }

  .hero {
    grid-template-columns: minmax(330px, 45%) minmax(360px, 55%);
    padding-left: 8px;
  }

  .hero-art img {
    right: -160px;
    width: 780px;
    height: 720px;
  }

  .benefit-card {
    padding: 34px 30px;
  }

  .benefit-item {
    grid-template-columns: 60px 1fr;
    padding-inline: 22px;
  }

  .benefit-icon {
    width: 52px;
    height: 52px;
  }

  .collection {
    grid-template-columns: 280px 1fr;
  }

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

  .subscription {
    grid-template-columns: 320px 1fr;
    padding-right: 0;
  }

  .sub-cta {
    grid-column: 2;
    justify-self: start;
  }

  .promise-bar {
    padding-inline: 34px;
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding-top: 18px;
  }

  .nav-links {
    position: fixed;
    top: 78px;
    right: 17px;
    z-index: 50;
    display: grid;
    width: min(270px, calc(100vw - 34px));
    gap: 6px;
    padding: 16px;
    border-radius: 12px;
    background: var(--white);
    box-shadow: var(--shadow);
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition:
      transform 180ms ease,
      opacity 180ms ease;
  }

  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links a {
    padding: 12px 8px;
  }

  .nav-links a::after {
    left: 8px;
    transform: none;
  }

  .header-actions .btn {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 34px 0 0;
  }

  .hero-copy {
    max-width: 650px;
    padding: 28px 2px 10px;
  }

  .hero-text {
    max-width: 560px;
  }

  .hero-art {
    min-height: 430px;
  }

  .hero-art::before {
    right: 0;
    width: 88%;
    height: 90%;
  }

  .hero-art img {
    right: -34px;
    bottom: -78px;
    width: min(95vw, 680px);
    height: min(86vw, 620px);
  }

  .hero-art .dot-grid {
    left: 20px;
    top: 110px;
  }

  .benefit-card {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding: 26px;
  }

  .benefit-item,
  .benefit-item:first-child,
  .benefit-item:last-child {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .benefit-item:last-child {
    border-bottom: 0;
  }

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

  .collection-intro {
    max-width: 520px;
  }

  .subscription {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .sub-dog {
    min-height: 270px;
    order: 2;
  }

  .dog-blob {
    left: max(30px, calc(50% - 155px));
    bottom: 10px;
    width: 250px;
    height: 250px;
  }

  .sub-dog img {
    left: max(22px, calc(50% - 170px));
    width: 280px;
    height: 280px;
  }

  .sub-copy {
    order: 1;
  }

  .sub-cta {
    grid-column: auto;
    order: 3;
    justify-self: stretch;
    width: 100%;
  }

  .promise-bar {
    grid-template-columns: 1fr;
    padding: 20px 26px;
  }

  .promise-bar article,
  .promise-bar article:first-child,
  .promise-bar article:last-child {
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid #c5c5ff;
  }

  .promise-bar article:last-child {
    border-bottom: 0;
  }

  .modal-body {
    grid-template-columns: 1fr;
  }

  .modal-body img {
    height: 260px;
  }
}

@media (max-width: 560px) {
  .site-header {
    width: min(100% - 24px, 520px);
  }

  .logo {
    width: 190px;
    height: 62px;
  }

  .header-actions {
    gap: 6px;
  }

  .icon-btn {
    width: 42px;
    height: 42px;
  }

  .section-panel,
  .hero,
  .benefit-card {
    width: min(100% - 24px, 520px);
  }

  h1 {
    font-size: clamp(3.3rem, 16vw, 4.2rem);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
    min-height: 54px;
    padding-inline: 18px;
  }

  .hero-art {
    min-height: 330px;
    margin-top: 18px;
  }

  .hero-art img {
    right: -72px;
    top: 0;
    bottom: auto;
    width: 560px;
    height: 430px;
  }

  .headline-line {
    white-space: normal;
  }

  .benefit-card {
    padding: 18px 20px;
  }

  .benefit-item {
    grid-template-columns: 52px 1fr;
    gap: 14px;
  }

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

  .product-card {
    min-height: auto;
  }

  .product-media {
    height: 190px;
  }

  .sub-perks {
    grid-template-columns: 1fr;
  }

  .box-options {
    width: 100%;
  }

  .modal-body {
    padding: 18px;
  }
}
