:root {
  --ink: #151515;
  --muted: #6f6b66;
  --cream: #f7f3eb;
  --paper: #fffdf8;
  --line: #ded8cd;
  --yellow: #ffd83d;
  --pink: #ffb6c8;
  --green: #bfe6a1;
  --blue: #a9d8ff;
  --max: 1280px
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif
}

body.modal-open {
  overflow: hidden
}

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

button,
input,
textarea {
  font: inherit
}

.announcement {
  height: 34px;
  background: #151515;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  font-weight: 700
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fffdf8ee;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line)
}

.header-inner {
  height: 78px;
  max-width: var(--max);
  margin: auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 34px
}

.logo {
  font: 800 27px/1 "Space Grotesk";
  letter-spacing: -1.7px;
  white-space: nowrap
}

.logo span {
  font: 600 9px/1 "DM Sans";
  vertical-align: top;
  margin-left: 3px
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 700;
  flex: 1
}

.main-nav>a,
.main-nav>.nav-dropdown>summary {
  padding: 30px 0;
}

.nav-dropdown {
  position: relative;
  padding: 0;
}

.nav-dropdown>summary,
.submenu>summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.nav-dropdown>summary::-webkit-details-marker,
.submenu>summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown>summary span,
.submenu>summary span {
  font-size: 13px;
  transition: transform .2s ease;
}

.nav-dropdown[open]>summary span,
.submenu[open]>summary span {
  transform: rotate(180deg);
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  padding: 12px;
  min-width: 235px;
  border-radius: 14px;
  box-shadow: 0 15px 35px #00000012;
  z-index: 50;
}

.nav-dropdown[open]>.dropdown-menu {
  display: block;
}

.dropdown-menu>a,
.submenu>summary {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 8px;
  font-size: 13px;
  justify-content: space-between;
}

.dropdown-menu>a:hover,
.submenu>summary:hover {
  background: var(--cream);
}

.submenu {
  position: relative;
}

.submenu-menu {
  display: none;
  padding: 0 0 4px 12px;
}

.submenu[open]>.submenu-menu {
  display: block;
}

.submenu-menu a {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
}

.submenu-menu a:hover {
  background: var(--cream);
  color: var(--ink);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px
}

.icon-btn,
.bag-btn {
  border: 0;
  background: none;
  cursor: pointer
}

.icon-btn {
  font-size: 24px;
  width: 38px;
  height: 38px
}

.bag-btn {
  background: var(--ink);
  color: white;
  border-radius: 99px;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 800
}

.bag-btn b {
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #111;
  margin-left: 5px
}

.mobile-menu {
  display: none
}

.hero {
  max-width: var(--max);
  margin: auto;
  min-height: 610px;
  padding: 50px 24px 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px
}

.eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  color: #777
}

.hero h1 {
  font: 700 clamp(55px, 7vw, 98px)/.9 "Space Grotesk";
  letter-spacing: -6px;
  margin: 18px 0 28px
}

.hero h1 em {
  font-style: normal;
  -webkit-text-stroke: 1.5px var(--ink);
  color: transparent
}

.hero-copy>p {
  max-width: 500px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--muted)
}

.hero-buttons {
  display: flex;
  gap: 10px;
  margin-top: 30px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
  transition: .2s
}

.btn:hover {
  transform: translateY(-2px)
}

.btn-dark {
  background: var(--ink);
  color: #fff
}

.btn-light {
  background: transparent
}

.full {
  width: 100%
}

.hero-art {
  height: 510px;
  background: var(--yellow);
  border-radius: 50% 48% 44% 53%;
  position: relative;
  overflow: hidden;
  transform: rotate(-3deg)
}

.sun {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #fff4ad;
  right: 60px;
  top: 50px
}

.shape {
  position: absolute;
  border-radius: 50%
}

.shape-a {
  width: 180px;
  height: 180px;
  background: var(--pink);
  bottom: -45px;
  left: 35px
}

.shape-b {
  width: 130px;
  height: 130px;
  background: var(--blue);
  right: 100px;
  bottom: 35px
}

.shape-c {
  width: 95px;
  height: 95px;
  background: var(--green);
  left: 175px;
  top: 105px
}

.hero-card {
  position: absolute;
  background: #fff;
  border: 2px solid var(--ink);
  box-shadow: 9px 10px 0 var(--ink);
  border-radius: 20px;
  width: 135px;
  height: 135px;
  display: grid;
  place-items: center;
  font-size: 64px
}

.card-one {
  left: 95px;
  top: 115px
}

.card-two {
  right: 110px;
  top: 190px;
  transform: rotate(-9deg)
}

.card-three {
  left: 215px;
  bottom: 75px;
  transform: rotate(4deg)
}

.hero-sticker {
  position: absolute;
  right: 30px;
  bottom: 35px;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  font: 800 13px/1.1 "Space Grotesk";
  transform: rotate(10deg)
}

.quick-cats {
  max-width: var(--max);
  margin: auto;
  padding: 0 24px 70px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px
}

.quick-cats a {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 18px;
  border-radius: 18px
}

.quick-cats span {
  display: block;
  font-size: 28px;
  margin-bottom: 15px
}

.quick-cats strong {
  display: block;
  font-size: 13px
}

.quick-cats small {
  color: var(--muted);
  font-size: 11px
}

.section {
  max-width: var(--max);
  margin: auto;
  padding: 70px 24px
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px
}

.section h2,
.reviews h2,
.newsletter h2,
.about h2 {
  font: 700 clamp(36px, 4vw, 60px)/.95 "Space Grotesk";
  letter-spacing: -2.5px;
  margin: 8px 0
}

.sub {
  color: var(--muted);
  margin: 0
}

.text-link {
  font-weight: 800;
  font-size: 13px;
  border-bottom: 1px solid;
  padding-bottom: 4px
}

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

.product-grid.compact {
  grid-template-columns: repeat(5, 1fr)
}

.product-image {
  aspect-ratio: 1;
  background: var(--cream);
  border-radius: 20px;
  display: grid;
  place-items: center;
  font-size: 85px;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee8de
}

.product-image:after {
  content: "";
  position: absolute;
  width: 140%;
  height: 45%;
  background: #fff8;
  transform: rotate(-20deg);
  top: 15%;
  left: -20%
}

.product-emoji {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 12px 8px #0002);
  transition: .25s
}

.product-card:hover .product-emoji {
  transform: scale(1.08) rotate(-4deg)
}

.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 6px 9px;
  border-radius: 99px;
  font-size: 9px;
  font-weight: 800;
  z-index: 4
}

.product-info {
  padding: 12px 3px
}

.product-info h3 {
  font-size: 13px;
  margin: 0 0 7px;
  line-height: 1.35
}

.price {
  font-weight: 800;
  font-size: 14px
}

.old {
  text-decoration: line-through;
  color: #999;
  font-weight: 500;
  margin-left: 5px;
  font-size: 11px
}

.add {
  width: 100%;
  border: 1px solid var(--ink);
  background: transparent;
  border-radius: 999px;
  padding: 10px;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer
}

.add:hover {
  background: var(--ink);
  color: #fff
}

.filter-row {
  display: flex;
  gap: 8px;
  overflow: auto;
  margin-bottom: 22px;
  padding-bottom: 5px
}

.filter {
  white-space: nowrap;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 99px;
  padding: 9px 15px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer
}

.filter.active,
.filter:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff
}

.band {
  background: var(--ink);
  color: #fff;
  padding: 65px max(24px, calc((100vw - var(--max))/2 + 24px));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px
}

.band>div:first-child span {
  font-size: 11px;
  letter-spacing: .15em
}

.band strong {
  display: block;
  font: 700 clamp(35px, 4vw, 60px)/.95 "Space Grotesk";
  letter-spacing: -2px;
  margin-top: 15px
}

.band-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: center
}

.band-points p {
  border-top: 1px solid #555;
  padding-top: 15px;
  font-size: 13px
}

.band-points b {
  display: block;
  color: #aaa;
  margin-bottom: 12px
}

.feature-grid {
  max-width: var(--max);
  margin: auto;
  padding: 70px 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px
}

.feature {
  min-height: 390px;
  padding: 28px;
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative
}

.feature span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em
}

.feature h3 {
  font: 700 42px/.95 "Space Grotesk";
  letter-spacing: -2px;
  margin: 15px 0
}

.feature a {
  font-size: 12px;
  font-weight: 800;
  border-bottom: 1px solid;
  display: inline-block;
  padding-bottom: 4px
}

.feature-dark {
  background: #171717;
  color: #fff
}

.feature-yellow {
  background: var(--yellow)
}

.feature-pink {
  background: var(--pink)
}

.feature-emoji {
  font-size: 110px;
  position: absolute;
  right: 28px;
  bottom: 20px;
  transform: rotate(-8deg);
  filter: drop-shadow(0 12px 8px #0002)
}

.mini-banner {
  background: var(--green);
  border-radius: 30px;
  min-height: 420px;
  padding: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  overflow: hidden
}

.mini-banner span {
  font: 700 48px/.95 "Space Grotesk";
  letter-spacing: -2px
}

.mini-banner p {
  max-width: 360px;
  color: #4d6145;
  margin: 20px 0
}

.mini-scene {
  height: 300px;
  position: relative;
  background: var(--paper);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

.mini-scene span {
  font-size: 75px;
  margin: -8px;
  filter: drop-shadow(0 12px 8px #0002)
}

.bundle {
  max-width: var(--max);
  margin: 0 auto 70px;
  padding: 55px;
  border-radius: 30px;
  background: var(--blue);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  overflow: hidden
}

.bundle h2 {
  font: 700 58px/.93 "Space Grotesk";
  letter-spacing: -3px;
  margin: 12px 0 20px
}

.bundle p {
  color: #425b6d;
  max-width: 420px
}

.bundle-stack {
  height: 270px;
  position: relative
}

.bundle-stack span {
  position: absolute;
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 20px;
  width: 120px;
  height: 120px;
  display: grid;
  place-items: center;
  font-size: 55px;
  box-shadow: 7px 8px 0 var(--ink)
}

.bundle-stack span:nth-child(1) {
  left: 40px;
  top: 15px;
  transform: rotate(-8deg)
}

.bundle-stack span:nth-child(2) {
  left: 180px;
  top: 30px;
  transform: rotate(8deg)
}

.bundle-stack span:nth-child(3) {
  left: 100px;
  top: 110px;
  transform: rotate(-4deg)
}

.bundle-stack span:nth-child(4) {
  right: 10px;
  top: 120px;
  transform: rotate(7deg)
}

.bundle-stack span:nth-child(5) {
  left: 0;
  bottom: 0;
  transform: rotate(8deg)
}

.bundle-stack span:nth-child(6) {
  right: 85px;
  bottom: 0;
  transform: rotate(-7deg)
}

.reviews {
  background: var(--cream);
  padding: 90px 24px;
  text-align: center
}

.review-row {
  max-width: var(--max);
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  text-align: left
}

.review-row blockquote {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  margin: 0;
  font-size: 15px;
  line-height: 1.65
}

.review-row b {
  display: block;
  margin-top: 20px;
  font-size: 11px
}

.newsletter {
  max-width: var(--max);
  margin: auto;
  padding: 90px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px
}

.newsletter form {
  display: flex;
  border: 1px solid var(--ink);
  padding: 6px;
  border-radius: 999px
}

.newsletter input {
  border: 0;
  background: transparent;
  outline: 0;
  padding: 0 15px;
  min-width: 0;
  flex: 1
}

.about {
  background: #f0e8dc;
  padding: 100px 24px;
  text-align: center
}

.about p {
  max-width: 580px;
  margin: 20px auto 25px;
  line-height: 1.7;
  color: #625b53
}

footer {
  background: #151515;
  color: #fff;
  padding: 60px max(24px, calc((100vw - var(--max))/2 + 24px)) 25px
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 50px;
  padding-bottom: 60px
}

.footer-top p {
  color: #999;
  max-width: 240px;
  line-height: 1.6
}

.footer-top h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #999
}

.footer-top a:not(.logo) {
  display: block;
  margin: 13px 0;
  font-size: 13px;
  color: #ddd
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  color: #777;
  font-size: 10px
}

.search-overlay {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 100;
  padding: 90px 24px
}

.search-overlay[hidden] {
  display: none
}

.close {
  position: absolute;
  right: 30px;
  top: 25px;
  border: 0;
  background: none;
  font-size: 35px;
  cursor: pointer
}

.search-box {
  max-width: 850px;
  margin: auto
}

.search-box input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid var(--ink);
  font: 500 42px "Space Grotesk";
  outline: 0;
  padding: 15px 0
}

.search-result {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 700
}

.cart-drawer {
  position: fixed;
  right: -430px;
  top: 0;
  width: min(430px, 100vw);
  height: 100vh;
  background: #fff;
  z-index: 90;
  display: flex;
  flex-direction: column;
  transition: right .3s;
  box-shadow: -20px 0 50px #0001
}

.cart-drawer.open {
  right: 0
}

.cart-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  border-bottom: 1px solid var(--line)
}

.cart-head h2 {
  font: 700 28px "Space Grotesk";
  margin: 0
}

.cart-head button {
  border: 0;
  background: none;
  font-size: 28px;
  cursor: pointer
}

.cart-items {
  padding: 15px 25px;
  overflow: auto;
  flex: 1
}

.empty {
  padding: 70px 10px;
  text-align: center;
  color: var(--muted)
}

.cart-line {
  display: grid;
  grid-template-columns: 65px 1fr auto;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line)
}

.cart-thumb {
  background: var(--cream);
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 30px
}

.cart-line h4 {
  font-size: 12px;
  margin: 2px 0 8px
}

.cart-line small {
  color: #777
}

.remove {
  border: 0;
  background: none;
  text-decoration: underline;
  font-size: 10px;
  cursor: pointer;
  margin-top: 8px
}

.cart-footer {
  padding: 20px 25px;
  border-top: 1px solid var(--line)
}

.cart-footer>div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px
}

.cart-footer small {
  display: block;
  text-align: center;
  color: #888;
  margin-top: 10px
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: #0005;
  z-index: 80
}

.drawer-backdrop[hidden] {
  display: none
}

.checkout-modal {
  position: fixed;
  inset: 0;
  background: #0007;
  z-index: 150;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px
}

.checkout-modal[hidden] {
  display: none
}

.checkout-box {
  width: min(500px, 100%);
  max-height: 90vh;
  overflow: auto;
  background: #fffdf8;
  border-radius: 26px;
  padding: 32px;
  position: relative;
  box-shadow: 0 25px 80px #0004
}

.checkout-box h2 {
  font: 700 44px/.95 "Space Grotesk";
  letter-spacing: -2px;
  margin: 8px 0
}

.checkout-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 22px
}

.checkout-close {
  position: absolute;
  right: 20px;
  top: 15px;
  border: 0;
  background: none;
  font-size: 30px;
  cursor: pointer
}

.checkout-box form {
  display: grid;
  gap: 14px
}

.checkout-box label {
  font-size: 11px;
  font-weight: 800
}

.checkout-box input,
.checkout-box textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 12px;
  outline: none;
  resize: vertical
}

.checkout-box input:focus,
.checkout-box textarea:focus {
  border-color: var(--ink)
}

.checkout-box small {
  display: block;
  text-align: center;
  color: #888;
  margin-top: 12px;
  font-size: 10px
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 30px);
  background: var(--ink);
  color: #fff;
  padding: 12px 18px;
  border-radius: 99px;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: .25s;
  z-index: 200
}

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

@media(max-width:1000px) {
  .main-nav {
    gap: 14px
  }

  .main-nav>a,
  .nav-dropdown>summary {
    font-size: 11px
  }

  .product-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .product-grid.compact {
    grid-template-columns: repeat(3, 1fr)
  }

  .quick-cats {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(max-width:760px) {
  .announcement {
    font-size: 9px;
    gap: 6px;
    padding: 0 8px
  }

  .header-inner {
    height: 65px;
    padding: 0 16px;
    justify-content: space-between
  }

  .mobile-menu {
    display: block
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 15px 20px;
    flex-direction: column;
    align-items: stretch
  }

  .main-nav.mobile-open {
    display: flex
  }

  .main-nav>a,
  .nav-dropdown>summary {
    padding: 13px 0
  }

  .dropdown-menu {
    position: static;
    border: 0;
    box-shadow: none;
    padding: 0 0 0 15px;
    min-width: 0;
  }

  .nav-dropdown[open]>.dropdown-menu {
    display: block;
  }

  .submenu-menu {
    padding-left: 15px;
  }

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

  .hero h1 {
    letter-spacing: -4px;
    font-size: 60px
  }

  .hero-art {
    height: 360px;
    order: -1
  }

  .hero-card {
    width: 95px;
    height: 95px;
    font-size: 45px
  }

  .card-one {
    left: 45px;
    top: 70px
  }

  .card-two {
    right: 55px;
    top: 125px
  }

  .card-three {
    left: 130px;
    bottom: 45px
  }

  .quick-cats {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 30px
  }

  .section {
    padding: 55px 16px
  }

  .section-heading {
    align-items: start;
    gap: 20px
  }

  .section-heading .text-link {
    display: none
  }

  .section h2 {
    font-size: 40px
  }

  .product-grid,
  .product-grid.compact {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }

  .product-image {
    border-radius: 16px;
    font-size: 65px
  }

  .band {
    grid-template-columns: 1fr;
    padding: 55px 24px;
    gap: 30px
  }

  .band-points {
    grid-template-columns: 1fr
  }

  .feature-grid {
    grid-template-columns: 1fr;
    padding: 55px 16px
  }

  .feature {
    min-height: 300px
  }

  .mini-banner {
    grid-template-columns: 1fr;
    padding: 35px;
    gap: 30px
  }

  .mini-banner span {
    font-size: 40px
  }

  .mini-scene {
    height: 220px
  }

  .mini-scene span {
    font-size: 52px
  }

  .bundle {
    grid-template-columns: 1fr;
    margin: 0 16px 55px;
    padding: 35px
  }

  .bundle h2 {
    font-size: 45px
  }

  .bundle-stack {
    margin-top: 20px;
    transform: scale(.8);
    transform-origin: left top
  }

  .review-row {
    grid-template-columns: 1fr
  }

  .newsletter {
    grid-template-columns: 1fr;
    padding: 65px 16px
  }

  .newsletter form {
    margin-top: 10px
  }

  .newsletter input {
    width: 0
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 25px
  }

  .footer-top>div:first-child {
    grid-column: 1/-1
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px
  }

  .search-box input {
    font-size: 28px
  }

  .checkout-box {
    padding: 25px 20px
  }

  .checkout-box h2 {
    font-size: 38px
  }
}

/* Product detail page */
.product-page {
  max-width: 1280px;
  margin: auto;
  padding: 45px 24px 90px
}

.product-breadcrumb {
  font-size: 12px;
  color: #777;
  margin-bottom: 28px
}

.product-breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 4px
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  gap: 65px;
  align-items: start
}

.detail-art {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 30px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden
}

.detail-art:after {
  content: "";
  position: absolute;
  width: 62%;
  height: 62%;
  border-radius: 50%;
  background: #fff;
  opacity: .62
}

.detail-art>span:not(.badge) {
  font-size: clamp(130px, 18vw, 250px);
  z-index: 1;
  filter: drop-shadow(0 18px 15px #00000018)
}

.detail-art .badge {
  z-index: 2
}

.detail-copy {
  padding-top: 5px
}

.detail-copy h1 {
  font: 700 clamp(48px, 5vw, 76px)/.9 "Space Grotesk";
  letter-spacing: -4px;
  margin: 14px 0 22px
}

.detail-description {
  font-size: 17px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 590px
}

.detail-price {
  font: 800 28px "Space Grotesk";
  margin: 25px 0 9px
}

.detail-price .old {
  font: 500 14px "DM Sans";
  text-decoration: line-through;
  color: #8b857e;
  margin-left: 5px
}

.detail-stock {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 20px
}

.offer-card {
  border: 1px dashed #bcb4a8;
  border-radius: 17px;
  padding: 17px 18px;
  background: #fffaf0;
  margin: 20px 0
}

.offer-card strong {
  display: block;
  font-size: 13px;
  margin-bottom: 7px
}

.offer-card div {
  font-size: 12px;
  line-height: 1.7;
  color: #605b55
}

.detail-actions {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px
}

.quantity {
  display: flex;
  align-items: center;
  border: 1px solid var(--ink);
  border-radius: 999px;
  height: 48px;
  padding: 4px
}

.quantity button {
  border: 0;
  background: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 19px
}

.quantity strong {
  width: 25px;
  text-align: center;
  font-size: 13px
}

.detail-add {
  height: 48px
}

.detail-buy {
  width: 100%;
  height: 48px;
  margin-top: 10px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: transparent;
  font-weight: 800;
  font-size: 12px;
  cursor: pointer
}

.detail-buy:hover {
  background: var(--ink);
  color: #fff
}

.info-rows {
  border-top: 1px solid var(--line);
  margin-top: 28px
}

.info-rows>div {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px
}

.info-rows span {
  color: var(--muted)
}

.info-rows b {
  text-align: right;
  font-weight: 700
}

.product-long-details {
  margin-top: 85px;
  border-top: 1px solid var(--line);
  padding-top: 45px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px
}

.product-long-details h2,
.related-section h2 {
  font: 700 clamp(36px, 4vw, 55px)/.95 "Space Grotesk";
  letter-spacing: -2.5px;
  margin: 10px 0
}

.long-copy h3 {
  font: 700 18px "Space Grotesk";
  margin: 0 0 8px
}

.long-copy p,
.long-copy li {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7
}

.long-copy ul {
  padding-left: 20px;
  margin-bottom: 30px
}

.related-section {
  margin-top: 85px;
  border-top: 1px solid var(--line);
  padding-top: 45px
}

.related-section .product-grid {
  margin-top: 25px
}

.product-link {
  display: block;
  color: inherit
}

.product-card h3 a:hover {
  text-decoration: underline;
  text-underline-offset: 3px
}

@media(max-width:900px) {
  .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 35px
  }

  .detail-art {
    max-width: 700px
  }

  .product-long-details {
    grid-template-columns: 1fr;
    gap: 25px
  }
}

@media(max-width:600px) {
  .product-page {
    padding: 30px 16px 65px
  }

  .detail-copy h1 {
    font-size: 50px;
    letter-spacing: -3px
  }

  .detail-description {
    font-size: 15px
  }

  .detail-actions {
    grid-template-columns: 1fr;
    gap: 10px
  }

  .quantity {
    justify-content: center
  }

  .product-long-details {
    margin-top: 60px;
    padding-top: 30px
  }

  .related-section {
    margin-top: 60px;
    padding-top: 30px
  }
}


/* Shop page */
.shop-page {
  max-width: 1240px;
  margin: 0 auto;
  padding: 70px 24px 100px;
}

.shop-hero {
  padding: 30px 0 55px;
}

.shop-hero .eyebrow {
  font-size: .75rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .55;
  margin-bottom: 14px;
}

.shop-hero h1 {
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: .92;
  letter-spacing: -.055em;
  margin: 0 0 22px;
}

.shop-hero p:not(.eyebrow) {
  max-width: 560px;
  font-size: 1.05rem;
  opacity: .68;
}

.shop-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.shop-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.shop-filter {
  border: 1px solid rgba(0, 0, 0, .14);
  background: transparent;
  border-radius: 999px;
  padding: 10px 17px;
  cursor: pointer;
  text-transform: capitalize;
}

.shop-filter.active {
  background: #111;
  color: #fff;
  border-color: #111;
}

.shop-count {
  opacity: .55;
  font-size: .9rem;
}

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

.shop-product-card {
  min-width: 0;
}

.product-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.shop-product-card .product-image {
  aspect-ratio: 1/1;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-product-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-placeholder {
  font-size: 4rem;
}

.shop-product-card .add-to-bag {
  width: 100%;
  margin-top: 12px;
}

@media (max-width: 900px) {
  .shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  .shop-page {
    padding: 45px 16px 70px;
  }

  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 12px;
  }

  .shop-hero h1 {
    font-size: 3.3rem;
  }
}


/* Complete Shop page */
.shop-page {
  padding-top: 72px;
  padding-bottom: 110px;
}

.shop-heading {
  align-items: end;
  margin-bottom: 28px;
}

.shop-heading h1 {
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: .92;
  letter-spacing: -.055em;
  margin: 0 0 18px;
}

.shop-heading p {
  max-width: 580px;
  font-size: 1.05rem;
  opacity: .68;
  margin: 0;
}

.shop-count {
  font-size: .9rem;
  opacity: .55;
  white-space: nowrap;
}

.shop-filters {
  margin-bottom: 34px;
}

.shop-page .product-grid {
  margin-top: 0;
}

@media (max-width: 700px) {
  .shop-page {
    padding-top: 45px;
  }

  .shop-heading {
    display: block;
  }

  .shop-count {
    margin-top: 14px;
  }

  .shop-heading h1 {
    font-size: 3.4rem;
  }
}

.about-hero {
  max-width: 1280px;
  margin: auto;
  padding: 90px 24px 100px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px;
  align-items: center
}

.about-hero h1 {
  font: 700 clamp(58px, 8vw, 108px)/.88 "Space Grotesk";
  letter-spacing: -6px;
  margin: 18px 0 28px
}

.about-hero h1 em {
  font-style: normal;
  -webkit-text-stroke: 1.5px #151515;
  color: transparent
}

.about-hero p {
  max-width: 570px;
  color: #6f6b66;
  font-size: 18px;
  line-height: 1.65
}

.about-art {
  height: 530px;
  background: #ffd83d;
  border-radius: 47% 53% 45% 55%;
  position: relative;
  overflow: hidden;
  transform: rotate(3deg)
}

.about-art .blob {
  position: absolute;
  border-radius: 50%
}

.about-art .one {
  width: 270px;
  height: 270px;
  background: #ffb6c8;
  left: -40px;
  bottom: -65px
}

.about-art .two {
  width: 180px;
  height: 180px;
  background: #bfe6a1;
  right: 30px;
  top: 45px
}

.about-art .three {
  width: 120px;
  height: 120px;
  background: #a9d8ff;
  left: 190px;
  top: 80px
}

.about-art .tile {
  position: absolute;
  width: 145px;
  height: 145px;
  background: #fff;
  border: 2px solid #151515;
  border-radius: 24px;
  display: grid;
  place-items: center;
  font-size: 72px;
  box-shadow: 9px 10px 0 #151515
}

.about-art .tile.a {
  left: 75px;
  top: 135px;
  transform: rotate(-8deg)
}

.about-art .tile.b {
  right: 85px;
  bottom: 90px;
  transform: rotate(9deg)
}

.about-art .sticker {
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%) rotate(-7deg);
  background: #151515;
  color: #fff;
  border-radius: 50%;
  width: 105px;
  height: 105px;
  display: grid;
  place-items: center;
  text-align: center;
  font: 800 13px/1.05 "Space Grotesk"
}

.manifesto {
  background: #151515;
  color: #fff;
  padding: 100px 24px
}

.manifesto-inner {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px
}

.manifesto h2 {
  font: 700 clamp(42px, 5vw, 72px)/.92 "Space Grotesk";
  letter-spacing: -3px;
  margin: 10px 0
}

.manifesto-copy {
  font-size: 18px;
  line-height: 1.7;
  color: #d0d0d0
}

.manifesto-copy p {
  margin: 0 0 24px
}

.numbers {
  max-width: 1280px;
  margin: auto;
  padding: 100px 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px
}

.number-card {
  border: 1px solid #ded8cd;
  border-radius: 24px;
  padding: 30px;
  min-height: 260px;
  background: #fffdf8
}

.number-card b {
  font: 700 48px "Space Grotesk";
  display: block;
  margin-bottom: 45px
}

.number-card h3 {
  font: 700 24px "Space Grotesk";
  margin: 0 0 10px
}

.number-card p {
  color: #6f6b66;
  line-height: 1.55;
  font-size: 14px;
  margin: 0
}

.story-split {
  background: #f7f3eb;
  padding: 100px 24px
}

.story-inner {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center
}

.story-visual {
  min-height: 430px;
  background: #ffb6c8;
  border-radius: 30px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden
}

.story-visual .circle {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 115px;
  border: 2px solid #151515;
  box-shadow: 12px 12px 0 #151515
}

.story-copy h2 {
  font: 700 54px/.95 "Space Grotesk";
  letter-spacing: -2px;
  margin: 8px 0 20px
}

.story-copy p {
  color: #6f6b66;
  line-height: 1.7
}

.about-cta {
  max-width: 1280px;
  margin: auto;
  padding: 100px 24px;
  text-align: center
}

.about-cta h2 {
  font: 700 clamp(45px, 6vw, 78px)/.9 "Space Grotesk";
  letter-spacing: -4px;
  margin: 10px 0 25px
}

.about-cta p {
  color: #6f6b66;
  max-width: 520px;
  margin: 0 auto 28px;
  line-height: 1.6
}

@media(max-width:760px) {
  .about-hero {
    grid-template-columns: 1fr;
    padding: 55px 16px 70px;
    gap: 35px
  }

  .about-hero h1 {
    font-size: 60px;
    letter-spacing: -4px
  }

  .about-hero p {
    font-size: 16px
  }

  .about-art {
    height: 350px
  }

  .about-art .tile {
    width: 100px;
    height: 100px;
    font-size: 48px
  }

  .about-art .tile.a {
    left: 45px;
    top: 80px
  }

  .about-art .tile.b {
    right: 45px;
    bottom: 55px
  }

  .about-art .sticker {
    width: 80px;
    height: 80px;
    font-size: 10px
  }

  .manifesto {
    padding: 65px 16px
  }

  .manifesto-inner {
    grid-template-columns: 1fr;
    gap: 25px
  }

  .numbers {
    grid-template-columns: 1fr;
    padding: 65px 16px
  }

  .number-card {
    min-height: 210px
  }

  .story-split {
    padding: 65px 16px
  }

  .story-inner {
    grid-template-columns: 1fr;
    gap: 35px
  }

  .story-visual {
    min-height: 300px
  }

  .story-visual .circle {
    width: 190px;
    height: 190px;
    font-size: 80px
  }

  .story-copy h2 {
    font-size: 42px
  }

  .about-cta {
    padding: 70px 16px
  }
}