:root {
  --cream: #fffaf0;
  --cream-2: #f7efd8;
  --cobalt: #064bd8;
  --cobalt-dark: #0237a6;
  --ink: #0b1215;
  --muted: #5f635c;
  --line: rgba(11, 18, 21, 0.18);
  --green: #63734e;
  --pink: #fac6c1;
  --yellow: #ffd35a;
  --blue-soft: #dbe9ff;
  --shadow: 0 18px 50px rgba(10, 36, 71, 0.16);
  --radius: 8px;
  --condensed: Impact, "Arial Narrow", "Franklin Gothic Condensed", sans-serif;
  --body: "Gill Sans", "Avenir Next", "Trebuchet MS", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 211, 90, 0.16), transparent 22rem),
    radial-gradient(circle at 92% 18%, rgba(250, 198, 193, 0.28), transparent 24rem),
    linear-gradient(180deg, #fffdf7 0%, var(--cream) 42%, #fff8ed 100%);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.45;
}

html {
  overflow-x: clip;
}

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.promo {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 5vw, 5rem);
  padding: 0.55rem 1rem;
  background: #07110f;
  color: #fffef7;
  font-size: 0.86rem;
  font-weight: 800;
  text-align: center;
}

.promo span::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.45rem;
  border-radius: 50%;
  background: var(--yellow);
  vertical-align: -0.08rem;
  box-shadow: 0 0 0 3px rgba(255, 211, 90, 0.2);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.2rem;
  min-height: 78px;
  padding: 0.9rem clamp(1rem, 4vw, 3.2rem);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.92);
  backdrop-filter: blur(14px);
}

.brand,
.site-footer strong {
  color: var(--cobalt);
  font-family: var(--condensed);
  font-size: clamp(2.05rem, 5vw, 4rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.84;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 4vw, 3.2rem);
  font-size: 0.96rem;
  font-weight: 900;
  text-transform: uppercase;
}

.main-nav a {
  border-bottom: 4px solid transparent;
  padding: 0.75rem 0.1rem;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  border-color: var(--cobalt);
  color: var(--cobalt);
}

.cart-pill,
.filter-button,
.sort-button,
.pills button,
.choice-group button,
.qty-control,
.color-picker button,
.drawer-close {
  border: 1.5px solid var(--ink);
  border-radius: var(--radius);
  background: rgba(255, 253, 247, 0.86);
}

.cart-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 44px;
  padding: 0.55rem 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-count {
  display: inline-grid;
  place-items: center;
  min-width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: var(--cobalt);
  color: #fff;
  font-size: 0.82rem;
}

.bag-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.bag-icon::before {
  content: "";
  position: absolute;
  left: 4px;
  top: -8px;
  width: 7px;
  height: 8px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(360px, 1.14fr);
  gap: clamp(1rem, 2vw, 2rem);
  min-height: calc(100vh - 110px);
  padding: clamp(1.4rem, 4vw, 3rem) clamp(1rem, 4vw, 3rem) 1.75rem;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  position: relative;
  z-index: 1;
  align-self: center;
  min-width: 0;
  max-width: 660px;
}

.sticker-label,
.badge,
.burst {
  display: inline-block;
  transform: rotate(-4deg);
  border-radius: 7px;
  background: var(--pink);
  color: var(--cobalt);
  font-family: var(--condensed);
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.72rem 1rem;
  text-transform: uppercase;
}

h1,
.shop-sidebar h2,
.product-detail h2,
.cart-page h2,
.checkout h2 {
  margin: 0;
  color: var(--cobalt);
  font-family: var(--condensed);
  font-size: clamp(4.7rem, 14vw, 11.8rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.85;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 560px;
  margin-top: 0.7rem;
  font-size: clamp(4.8rem, 9.4vw, 8.4rem);
}

.shop-sidebar h2 {
  font-size: clamp(3.4rem, 6.2vw, 6.6rem);
}

.hero h1 span,
.shop-sidebar h2 span {
  display: block;
}

.wave {
  width: min(380px, 78vw);
  height: 16px;
  margin: 1.1rem 0 1.35rem;
  background:
    radial-gradient(ellipse at center, transparent 45%, var(--cobalt) 48%, var(--cobalt) 56%, transparent 59%)
      0 0 / 42px 16px repeat-x;
}

.wave.short {
  width: 230px;
}

.benefit-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(72px, 1fr));
  gap: 0.7rem;
  max-width: 480px;
  margin: 0 0 1.3rem;
  padding: 0;
  list-style: none;
}

.benefit-icons li {
  color: var(--cobalt);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
  text-transform: uppercase;
}

.icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 0.35rem;
  border: 1.5px solid var(--cobalt);
  border-radius: 50%;
}

.fan-icon::before,
.sun-icon::before,
.battery-icon::before,
.bag-mark::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid var(--cobalt);
}

.fan-icon::before {
  border-radius: 50%;
  background: conic-gradient(from 20deg, transparent 0 18%, var(--cobalt) 18% 28%, transparent 28% 52%, var(--cobalt) 52% 62%, transparent 62% 86%, var(--cobalt) 86% 96%, transparent 96%);
}

.sun-icon::before {
  border-radius: 50%;
  box-shadow: 0 -10px 0 -8px var(--cobalt), 0 10px 0 -8px var(--cobalt), 10px 0 0 -8px var(--cobalt), -10px 0 0 -8px var(--cobalt);
}

.battery-icon::before {
  border-radius: 3px;
  background: linear-gradient(90deg, var(--cobalt) 55%, transparent 55%);
}

.bag-mark::before {
  border-radius: 3px;
}

.hero-actions,
.buy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1.4rem 0 1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1.5px solid var(--cobalt);
  border-radius: var(--radius);
  padding: 0.82rem 1.7rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.button.primary {
  border-color: var(--cobalt);
  background: var(--cobalt);
  color: #fff;
  box-shadow: 0 12px 24px rgba(6, 75, 216, 0.22);
}

.button.secondary {
  background: rgba(255, 253, 247, 0.8);
  color: var(--cobalt);
}

.button.dark,
.quick-add,
.bundle-total button {
  border-color: #07110f;
  background: #07110f;
  color: #fff;
}

.rating {
  display: inline-flex;
  border-radius: 8px;
  background: #ffe59a;
  padding: 0.55rem 0.95rem;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-art {
  position: relative;
  align-self: center;
  min-width: 0;
  min-height: 620px;
  overflow: hidden;
  border: 1.5px solid rgba(6, 75, 216, 0.24);
  border-radius: 0 0 0 120px;
  background: var(--cobalt);
  box-shadow: var(--shadow);
}

.hero-art::before {
  content: "";
  position: absolute;
  inset: -1rem 42% -1rem -2rem;
  z-index: 1;
  background: var(--cream);
  clip-path: polygon(0 0, 95% 0, 76% 100%, 0 100%);
}

.hero-art > img:first-child {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  mix-blend-mode: normal;
}

.hero-sticker {
  position: absolute;
  z-index: 3;
  width: 190px;
  border-radius: 999px;
  filter: drop-shadow(0 14px 16px rgba(0, 0, 0, 0.12));
}

.hero-sticker.runner {
  top: 70px;
  right: 8%;
  transform: rotate(7deg);
}

.hero-sticker.wind {
  bottom: 92px;
  left: 10%;
  transform: rotate(-8deg);
}

.section {
  padding: clamp(2.2rem, 5vw, 4.5rem) clamp(1rem, 4vw, 3rem);
}

.benefit-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 1.5rem clamp(1rem, 4vw, 3rem);
  border: 2px solid var(--cobalt);
  border-radius: var(--radius);
  background: rgba(255, 253, 247, 0.78);
  box-shadow: var(--shadow);
}

.benefit-strip article {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 108px;
  padding: 1rem;
  border-right: 1px solid var(--line);
}

.benefit-strip article:last-child {
  border-right: 0;
}

.benefit-strip img {
  width: 76px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

.benefit-strip strong {
  font-family: var(--condensed);
  font-size: 1.42rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.section-heading h2,
.bundle-strip h2,
.details-list h2,
.airflow-card h2,
.pink-note h2,
.drawer h2,
.account-panel h2 {
  margin: 0;
  color: var(--cobalt);
  font-family: var(--condensed);
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.section-heading a {
  color: var(--cobalt);
  font-weight: 900;
  text-transform: uppercase;
}

.rail-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 1rem;
}

.mini-card,
.product-card,
.details-list,
.airflow-card,
.pink-note,
.cart-table,
.cart-bottom article,
.checkout-card,
.confirmed,
.hub-grid a,
.signin-box,
.drawer,
.upsell {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 247, 0.8);
}

.mini-card {
  position: relative;
  min-width: 0;
  padding: 0.8rem;
}

.mini-card img {
  width: 100%;
  aspect-ratio: 1.25;
  border-radius: 7px;
  object-fit: cover;
}

.mini-card h3,
.product-card h3 {
  margin: 0.8rem 0 0.4rem;
  font-size: 0.96rem;
  font-weight: 900;
  text-transform: uppercase;
}

.burst {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 1rem;
}

.burst.yellow {
  background: var(--yellow);
}

.swatches {
  display: flex;
  gap: 0.35rem;
}

.swatches i,
.color-picker button {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

.sand,
.swatches .sand {
  background: #d6c5a6;
}

.olive,
.swatches .olive {
  background: var(--green);
}

.black,
.swatches .black {
  background: #111719;
}

.pink,
.swatches .pink {
  background: var(--pink);
}

.sage,
.swatches .sage {
  background: #8a9672;
}

.cream,
.swatches .cream {
  background: #efe7d5;
}

.blue,
.swatches .blue {
  background: var(--cobalt);
}

.motion-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.96fr) minmax(260px, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.motion-panel > img:first-child {
  width: 100%;
  min-height: 300px;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 0.55rem;
  color: var(--cobalt);
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

.motion-panel h2 {
  margin: 0;
  max-width: 440px;
  font-size: clamp(2.5rem, 6vw, 5.2rem);
  line-height: 0.96;
}

.small-proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem 0 1.5rem;
  padding: 0;
  list-style: none;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.panel-sticker {
  position: absolute;
  right: clamp(1rem, 5vw, 5rem);
  bottom: 2rem;
  width: 120px;
  border-radius: 50%;
  transform: rotate(7deg);
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.shop-sidebar {
  position: sticky;
  top: 78px;
  align-self: start;
  min-width: 0;
  min-height: calc(100vh - 78px);
  padding: clamp(1.4rem, 3.5vw, 3rem);
  border-right: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(255, 253, 247, 0.95) 0 68%, rgba(250, 198, 193, 0.5) 68%);
}

.shop-sidebar h2 {
  font-size: clamp(3.6rem, 8vw, 6.8rem);
}

.shop-sidebar p {
  max-width: 260px;
  font-family: var(--serif);
  font-size: 1.45rem;
}

.benefit-icons.stacked {
  grid-template-columns: repeat(2, minmax(82px, 1fr));
}

.access-card {
  position: relative;
  margin-top: 2rem;
  padding: 1.2rem;
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(255, 253, 247, 0.88);
}

.access-card strong {
  display: block;
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.access-card form,
.checkout-form,
.signin-box {
  display: flex;
  gap: 0.7rem;
  margin-top: 1rem;
}

.access-card input,
.checkout-form input,
.signin-box input,
.code-box input {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fffef8;
  padding: 0 0.8rem;
}

.access-card button {
  min-width: 50px;
  border: 0;
  border-radius: 7px;
  background: #07110f;
  color: #fff;
  font-size: 1.4rem;
}

.access-card img {
  position: absolute;
  right: 0.4rem;
  bottom: -0.8rem;
  width: 100px;
  border-radius: 50%;
  opacity: 0.85;
}

.shop-main {
  min-width: 0;
  padding: clamp(1rem, 3vw, 2rem);
}

.toolbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.filter-button,
.sort-button,
.pills button {
  min-height: 38px;
  padding: 0.55rem 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.pills .is-active {
  border-color: var(--cobalt);
  background: var(--cobalt);
  color: #fff;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 1rem;
}

.product-card {
  overflow: hidden;
}

.image-wrap {
  position: relative;
  overflow: hidden;
  background: #f0eadb;
}

.image-wrap > img:first-child {
  width: 100%;
  aspect-ratio: 1.48;
  object-fit: cover;
}

.badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  font-size: 1.05rem;
  text-align: center;
}

.badge.blue {
  background: var(--cobalt);
  color: #fff;
}

.badge.peach {
  background: var(--pink);
}

.badge.yellow {
  background: var(--yellow);
}

.badge.green {
  background: var(--green);
  color: #fff;
}

.card-sticker {
  position: absolute;
  right: 0.7rem;
  bottom: 0.45rem;
  width: 88px;
  border-radius: 50%;
}

.card-body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.55rem 1rem;
  padding: 0.95rem;
}

.card-body .swatches,
.card-body .quick-add {
  grid-column: 1 / -1;
}

.price {
  justify-self: end;
  font-weight: 900;
}

.quick-add,
.bundle-total button {
  min-height: 44px;
  border: 0;
  border-radius: 7px;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-add:active,
.bundle-total button:active,
.button:active {
  transform: translateY(1px);
}

.bundle-strip {
  display: grid;
  grid-template-columns: minmax(130px, 0.75fr) repeat(7, auto) minmax(210px, 0.95fr);
  align-items: center;
  gap: clamp(0.6rem, 2vw, 1.5rem);
  margin: clamp(1.4rem, 3vw, 2.5rem) clamp(1rem, 4vw, 3rem);
  padding: 1rem;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: rgba(255, 253, 247, 0.82);
}

.bundle-strip img {
  width: 70px;
  border-radius: 50%;
}

.bundle-strip span {
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bundle-strip b {
  color: var(--ink);
  font-size: 2rem;
}

.bundle-total {
  display: grid;
  gap: 0.45rem;
}

.bundle-total strong {
  font-family: var(--condensed);
  font-size: 1.7rem;
  text-transform: uppercase;
}

.bundle-total s {
  color: var(--muted);
  font-weight: 500;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(320px, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(1.6rem, 4vw, 3rem);
  align-items: start;
  border-top: 1px solid var(--line);
}

.gallery {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 1rem;
}

.thumbs {
  display: grid;
  gap: 0.65rem;
  align-content: start;
}

.thumbs button {
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: var(--radius);
  background: transparent;
  padding: 0;
}

.thumbs button.is-active {
  border-color: var(--cobalt);
}

.thumbs img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.main-photo {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #eee6d9;
}

.main-photo > img:first-child {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

.detail-sticker {
  position: absolute;
  right: 2rem;
  bottom: 1rem;
  width: 110px;
  border-radius: 50%;
}

.buy-box {
  padding-top: 0.5rem;
}

.dot::before {
  content: "";
  display: inline-block;
  width: 0.65rem;
  height: 0.65rem;
  margin-right: 0.45rem;
  border-radius: 50%;
  background: var(--yellow);
}

.buy-box h2 {
  margin: 0.2rem 0 0.55rem;
  font-size: clamp(4rem, 8vw, 8rem);
}

.lead {
  max-width: 580px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 1.22;
}

.big-price {
  display: block;
  margin: 1.1rem 0;
  font-size: 2rem;
}

.choice-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin: 1rem 0 1.2rem;
}

.choice-group button {
  min-height: 64px;
  padding: 0.8rem;
  color: var(--ink);
  font-weight: 900;
  text-transform: uppercase;
}

.choice-group .is-selected {
  border-color: var(--cobalt);
  color: var(--cobalt);
  box-shadow: inset 0 0 0 1px var(--cobalt);
}

.color-picker {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  border: 0;
  padding: 0;
}

.color-picker legend {
  width: 100%;
  margin-bottom: 0.55rem;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.color-picker button {
  width: 36px;
  height: 36px;
  padding: 0;
}

.color-picker button.is-selected {
  outline: 3px solid var(--cobalt);
  outline-offset: 3px;
}

.qty-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1rem 0;
  font-weight: 900;
  text-transform: uppercase;
}

.qty-control {
  display: inline-grid;
  grid-template-columns: 40px 42px 40px;
  align-items: center;
  min-height: 44px;
  overflow: hidden;
}

.qty-control button {
  height: 100%;
  border: 0;
  background: transparent;
  font-size: 1.3rem;
}

.qty-control output {
  text-align: center;
  font-weight: 900;
}

.buy-actions .button {
  flex: 1 1 190px;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-row li {
  border-top: 2px solid var(--cobalt);
  padding-top: 0.5rem;
}

.detail-panels {
  display: grid;
  grid-template-columns: 0.8fr 1.15fr 0.9fr;
  gap: 1rem;
  padding-top: 0;
}

.details-list,
.airflow-card,
.pink-note {
  padding: 1.2rem;
}

.details-list h2,
.airflow-card h2,
.pink-note h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

details {
  border-top: 1px solid var(--line);
  padding: 0.8rem 0;
}

details summary {
  color: var(--ink);
  font-weight: 900;
}

details p {
  color: var(--muted);
}

.airflow-card {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 1rem;
  overflow: hidden;
}

.airflow-visual {
  position: relative;
  min-height: 220px;
  border-radius: var(--radius);
  background: linear-gradient(#fff4a6 0 54%, #d7bd68 54% 59%, transparent 59%);
}

.sun-disc {
  position: absolute;
  top: 22px;
  left: 50%;
  width: 190px;
  height: 120px;
  transform: translateX(-50%);
  border-radius: 120px 120px 0 0;
  background: #ffe980;
}

.fan-left,
.fan-right {
  position: absolute;
  top: 128px;
  width: 72px;
  height: 42px;
  border: 8px solid #101514;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 14%, #93b5a8 15% 26%, transparent 27%);
}

.fan-left {
  left: 28%;
}

.fan-right {
  right: 28%;
}

.airflow-visual i {
  position: absolute;
  bottom: 16px;
  width: 92px;
  height: 80px;
  border-left: 4px solid rgba(80, 160, 190, 0.28);
  border-bottom: 4px solid rgba(80, 160, 190, 0.28);
  border-radius: 0 0 0 80px;
  animation: flow 1.9s ease-in-out infinite;
}

.airflow-visual i:nth-child(4) {
  left: 27%;
}

.airflow-visual i:nth-child(5) {
  left: 45%;
  animation-delay: 0.22s;
}

.airflow-visual i:nth-child(6) {
  right: 21%;
  animation-delay: 0.44s;
}

@keyframes flow {
  0%,
  100% {
    opacity: 0.3;
    transform: translateY(-6px);
  }
  50% {
    opacity: 1;
    transform: translateY(8px);
  }
}

.pink-note {
  position: relative;
  overflow: hidden;
  background: rgba(250, 198, 193, 0.55);
}

.pink-note ul {
  display: grid;
  gap: 0.9rem;
  margin: 1.2rem 0 0;
  padding-left: 1.1rem;
}

.pink-note img {
  position: absolute;
  right: -0.6rem;
  bottom: -0.8rem;
  width: 130px;
  border-radius: 50%;
}

.cart-heading {
  display: grid;
  grid-template-columns: auto 120px 1fr;
  align-items: center;
  gap: clamp(1rem, 4vw, 3rem);
  margin-bottom: 1.4rem;
}

.cart-heading h2 {
  font-size: clamp(5rem, 12vw, 9rem);
}

.cart-heading img {
  width: 120px;
  border-radius: 50%;
}

.cart-heading p {
  max-width: 280px;
  font-family: var(--serif);
  font-size: 1.4rem;
}

.cart-table {
  overflow: hidden;
}

.cart-row {
  display: grid;
  grid-template-columns: 136px minmax(180px, 1fr) 110px 150px 110px;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.4rem;
  border-top: 1px solid var(--line);
}

.cart-row:first-child {
  border-top: 0;
}

.cart-row.cart-head {
  grid-template-columns: minmax(300px, 1fr) 110px 150px 110px;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-row img {
  width: 136px;
  aspect-ratio: 1.2;
  border-radius: 7px;
  object-fit: cover;
}

.cart-row strong {
  text-transform: uppercase;
}

.cart-row small {
  display: block;
  color: var(--muted);
  font-size: 0.95rem;
}

.cart-bottom {
  display: grid;
  grid-template-columns: 1fr 0.82fr 0.82fr;
  gap: 1rem;
  margin-top: 1rem;
}

.cart-bottom article {
  padding: 1.2rem;
}

.shipping-progress span {
  display: block;
  height: 8px;
  margin: 1rem 0 0.35rem;
  overflow: hidden;
  border-radius: 999px;
  background: #ddd8c9;
}

.shipping-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--yellow);
}

.code-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  align-items: end;
}

.code-box label {
  grid-column: 1 / -1;
  color: var(--cobalt);
  font-weight: 900;
  text-transform: uppercase;
}

.code-box button {
  min-height: 44px;
  border: 1.5px solid var(--ink);
  border-radius: 7px;
  background: transparent;
  padding: 0 1.2rem;
  color: var(--cobalt);
  font-weight: 900;
  text-transform: uppercase;
}

.subtotal-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.3rem 1rem;
  align-content: center;
}

.subtotal-box .button {
  grid-column: 1 / -1;
}

.checkout {
  display: grid;
  grid-template-columns: minmax(320px, 0.94fr) minmax(320px, 1.06fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
}

.progress-line {
  margin: 0 0 1.2rem;
  color: var(--ink);
  font-weight: 900;
  text-transform: uppercase;
}

.checkout h2 {
  font-size: clamp(4rem, 9vw, 8rem);
}

.checkout > div > p:not(.progress-line) {
  font-family: var(--serif);
  font-size: 1.35rem;
}

.checkout-card {
  overflow: hidden;
}

.checkout-card img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.checkout-form {
  align-items: end;
  padding: 1rem;
}

.checkout-form label,
.signin-box label {
  flex: 1 0 100%;
  color: var(--cobalt);
  font-weight: 900;
  text-transform: uppercase;
}

.feature-row.boxed {
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
  background: rgba(255, 253, 247, 0.82);
}

.account-panel {
  position: relative;
  padding-left: clamp(1rem, 4vw, 3rem);
  border-left: 8px solid rgba(6, 75, 216, 0.1);
}

.account-panel h2 {
  font-size: clamp(3.5rem, 8vw, 7rem);
}

.confirmed {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.3rem 1rem;
  margin: 1.3rem 0 1.6rem;
  padding: 1.2rem;
}

.confirmed strong {
  color: var(--cobalt);
  text-transform: uppercase;
}

.confirmed b {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  border-radius: var(--radius);
  background: #eef1df;
  padding: 1rem;
}

.hub-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  border: 0;
  background: transparent;
}

.hub-grid a {
  min-height: 118px;
  padding: 1.2rem;
  color: var(--cobalt);
  font-family: var(--condensed);
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.hub-grid a:nth-child(2) {
  background: rgba(250, 198, 193, 0.28);
}

.hub-grid a:nth-child(3) {
  background: rgba(255, 211, 90, 0.18);
}

.hub-grid a:nth-child(4) {
  background: rgba(99, 115, 78, 0.16);
}

.signin-box {
  flex-wrap: wrap;
  align-items: end;
  margin-top: 1rem;
  padding: 1rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem clamp(1rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.drawer {
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 60;
  display: flex;
  flex-direction: column;
  width: min(470px, calc(100vw - 1rem));
  max-width: 100%;
  padding: 1.3rem;
  box-shadow: var(--shadow);
  visibility: hidden;
  pointer-events: none;
  transform: translateX(0);
}

body.cart-open .drawer {
  visibility: visible;
  pointer-events: auto;
}

.scrim {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  background: rgba(3, 8, 10, 0.35);
}

body.cart-open .scrim {
  display: block;
}

.drawer-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: transparent;
  border: 0;
  font-size: 2.1rem;
  line-height: 1;
}

.drawer h2 {
  font-size: 4rem;
}

.drawer > p {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
  text-transform: uppercase;
}

.drawer-items {
  display: grid;
  gap: 1rem;
  overflow: auto;
  padding-right: 0.2rem;
}

.drawer-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0.9rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1rem;
}

.drawer-item img {
  width: 120px;
  aspect-ratio: 1;
  border-radius: 7px;
  object-fit: cover;
}

.drawer-item strong {
  display: block;
  text-transform: uppercase;
}

.drawer-item small {
  color: var(--muted);
}

.drawer-item .qty-control {
  margin-top: 0.7rem;
}

.compact {
  margin: 1rem 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
}

.drawer h3 {
  margin: 0.4rem 0 0.8rem;
  color: var(--cobalt);
  font-size: 0.9rem;
  text-transform: uppercase;
}

.upsell {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.7rem;
}

.upsell img {
  width: 88px;
  aspect-ratio: 1;
  border-radius: 6px;
  object-fit: cover;
}

.upsell span {
  font-weight: 900;
  text-transform: uppercase;
}

.upsell b {
  display: block;
}

.upsell button {
  min-height: 40px;
  border: 1.5px solid var(--cobalt);
  border-radius: 7px;
  background: transparent;
  color: var(--cobalt);
  padding: 0 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.drawer > .button {
  margin-top: auto;
}

.continue-link {
  align-self: center;
  margin-top: 0.8rem;
  color: var(--cobalt);
  font-weight: 900;
  text-decoration: underline;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .hero,
  .shop-layout,
  .product-detail,
  .checkout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

  .shop-sidebar {
    position: relative;
    top: auto;
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-grid,
  .detail-panels {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }

  .bundle-strip {
    grid-template-columns: repeat(4, 1fr);
  }

  .bundle-strip > b {
    display: none;
  }

  .bundle-total {
    grid-column: span 2;
  }

  .cart-row {
    grid-template-columns: 110px minmax(170px, 1fr) 90px 132px 90px;
  }

  .cart-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .promo {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 66px;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    font-size: 0.83rem;
  }

  .brand {
    font-size: 2.25rem;
  }

  h1,
  .shop-sidebar h2,
  .product-detail h2,
  .cart-page h2,
  .checkout h2 {
    font-size: clamp(3.35rem, 15vw, 6.4rem);
    overflow-wrap: break-word;
  }

  .hero-copy,
  .hero-art,
  .shop-sidebar,
  .shop-main,
  .toolbar,
  .access-card {
    width: 100%;
    max-width: 100%;
  }

  .hero {
    padding-top: 1.2rem;
  }

  .hero-art {
    min-height: 440px;
    border-radius: var(--radius);
  }

  .hero-sticker {
    width: 128px;
  }

  .benefit-icons,
  .benefit-icons.stacked,
  .feature-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-strip,
  .rail-grid,
  .product-grid,
  .motion-panel,
  .detail-panels,
  .hub-grid {
    grid-template-columns: 1fr;
  }

  .benefit-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

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

  .pills {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.25rem;
  }

  .pills button {
    flex: 0 0 auto;
  }

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

  .thumbs {
    grid-template-columns: repeat(3, 1fr);
    order: 2;
  }

  .main-photo {
    min-height: 360px;
  }

  .main-photo > img:first-child {
    min-height: 360px;
  }

  .choice-group,
  .airflow-card {
    grid-template-columns: 1fr;
  }

  .cart-heading {
    grid-template-columns: auto 1fr;
  }

  .cart-heading p {
    grid-column: 1 / -1;
  }

  .cart-row,
  .cart-row.cart-head {
    grid-template-columns: 92px 1fr;
  }

  .cart-row.cart-head {
    display: none;
  }

  .cart-row > span,
  .cart-row > strong:last-child,
  .cart-row .qty-control {
    grid-column: 2;
  }

  .checkout-form,
  .signin-box {
    flex-direction: column;
    align-items: stretch;
  }

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

  .confirmed b {
    grid-row: auto;
    grid-column: auto;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .section,
  .shop-main,
  .shop-sidebar {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .hero {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .hero-actions,
  .buy-actions {
    flex-direction: column;
  }

  .hero-actions .button,
  .buy-actions .button {
    flex: 0 0 auto;
  }

  .button {
    width: 100%;
  }

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

  .mini-card img,
  .image-wrap > img:first-child {
    aspect-ratio: 1.1;
  }

  .bundle-strip {
    grid-template-columns: 1fr 1fr;
    margin-left: 0.85rem;
    margin-right: 0.85rem;
  }

  .bundle-strip > div:first-child,
  .bundle-total {
    grid-column: 1 / -1;
  }

  .upsell {
    grid-template-columns: 70px 1fr;
  }

  .upsell button {
    grid-column: 2;
  }
}
