:root {
  --ink: #171717;
  --muted: #6d6d6d;
  --paper: #ffffff;
  --cream: #f0eddb;
  --sand: #fff7e8;
  --sea: #94d9d0;
  --sun: #ffd35a;
  --coral: #ff705e;
  --pink: #ff9bc7;
  --blue: #59bdec;
  --line: #e8e1d4;
  --max: 1248px;
  --header: 72px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.45;
}

body.nav-open,
body.search-open,
body.cart-open {
  overflow: hidden;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

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

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

section,
footer {
  scroll-margin-top: calc(var(--header) + 70px);
}

.promo-strip,
.shipping-strip {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 7px 18px;
  text-align: center;
}

.promo-strip {
  color: #fff;
  background: linear-gradient(90deg, #00a1c7, #fb67a2, #ffbd3e);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.promo-strip a {
  padding-bottom: 2px;
  border-bottom: 2px solid currentColor;
}

.shipping-strip {
  background: var(--cream);
  font-size: 0.92rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.nav-shell {
  width: min(var(--max), calc(100% - 32px));
  min-height: var(--header);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: #0c0d10;
  font-weight: 950;
  letter-spacing: 0.28em;
  white-space: nowrap;
}

.nav-links,
.header-tools {
  display: flex;
  align-items: center;
}

.nav-links {
  justify-content: center;
  gap: clamp(14px, 1.8vw, 28px);
}

.nav-links a,
.nav-menu-button {
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.93rem;
  font-weight: 650;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-menu-button:hover,
.nav-menu-button.is-open,
.sale-link {
  color: #309f9a;
}

.header-tools {
  justify-content: end;
  gap: 10px;
}

.icon-button,
.menu-button,
.wish-button,
.close-search,
.close-cart,
.swatches button,
.add-button,
.newsletter-form button,
.privacy-panel button,
.cart-footer button {
  border: 0;
  background: transparent;
  color: inherit;
}

.icon-button {
  position: relative;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
}

.icon-button:hover,
.menu-button:hover {
  background: #f4f0e6;
}

.search-button span {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.search-button span::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -5px;
  width: 9px;
  height: 2px;
  transform: rotate(45deg);
  border-radius: 999px;
  background: currentColor;
}

.tag-button span {
  width: 19px;
  height: 15px;
  display: block;
  transform: rotate(-25deg);
  border: 2px solid currentColor;
  border-radius: 4px;
}

.tag-button span::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.account-button span {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.account-button span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  width: 23px;
  height: 12px;
  transform: translateX(-50%);
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 18px 18px;
}

.bag-button span {
  width: 19px;
  height: 22px;
  display: block;
  border: 2px solid currentColor;
  border-radius: 3px 3px 6px 6px;
}

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

.bag-count {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #111;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 999px;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  border-radius: 999px;
  background: currentColor;
}

.mega-menu {
  position: absolute;
  left: 50%;
  top: var(--header);
  width: min(860px, calc(100vw - 34px));
  transform: translateX(-50%);
  gap: 20px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(53, 46, 31, 0.16);
}

.mega-menu:not([hidden]) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 340px);
}

.mega-menu div {
  display: grid;
  gap: 10px;
  align-content: start;
}

.mega-menu h2 {
  margin: 0 0 8px;
  font-size: 1.15rem;
}

.mega-menu a {
  padding: 8px 0;
  color: var(--muted);
  font-weight: 750;
}

.mega-menu a:hover {
  color: #309f9a;
}

.mega-menu img {
  aspect-ratio: 1.25;
  object-fit: cover;
  border-radius: 14px;
}

.mobile-drawer {
  position: fixed;
  inset: calc(var(--header) + 76px) 0 0;
  z-index: 45;
  display: grid;
  align-content: start;
  gap: 1px;
  padding: 18px;
  transform: translateX(-100%);
  transition: transform 220ms ease;
  background: rgba(255, 255, 255, 0.98);
}

body.nav-open .mobile-drawer {
  transform: translateX(0);
}

.mobile-drawer a {
  padding: 18px;
  border-radius: 12px;
  background: var(--sand);
  font-weight: 850;
}

.hero {
  position: relative;
  width: min(calc(100% - 32px), 100%);
  min-height: 480px;
  height: min(650px, calc((100vw - 32px) / 2.12));
  margin: 16px auto 0;
  overflow: hidden;
  border-radius: 12px;
  background: #dfeadf;
}

.hero img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

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

.hero-click {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(530px, calc(100% - 32px));
  min-height: inherit;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 18px;
  margin-left: auto;
  padding: 42px;
  color: #fff;
  text-align: center;
}

.hero-copy p {
  margin: 0;
  font-size: 2rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.2);
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(3.6rem, 8vw, 8rem);
  line-height: 0.8;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.22);
}

.pill-button,
.dark-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 34px;
  font-weight: 950;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.pill-button {
  color: #1a1a1a;
  background: #fff;
}

.pill-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.dark-button {
  color: #fff;
  background: #111;
}

.dark-button:hover {
  background: #309f9a;
}

.category-section,
.style-section,
.product-section,
.stack-section,
.create-section,
.reviews-section,
.club-section,
.story-section {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 56px 0;
}

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

.section-heading h2,
.feature-band h2,
.sun-section h2,
.stack-preview h3,
.create-card h2,
.reviews-section h2,
.club-section h2,
.story-section h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.6rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.section-heading a {
  flex: 0 0 auto;
  padding-bottom: 4px;
  border-bottom: 2px solid currentColor;
  font-weight: 850;
}

.perk-strip {
  width: min(var(--max), calc(100% - 32px));
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.perk-strip article {
  min-height: 92px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 18px;
  border-radius: 16px;
  background: #eff9f7;
}

.perk-strip strong {
  font-size: 1.05rem;
}

.perk-strip span {
  color: var(--muted);
  font-size: 0.92rem;
}

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

.category-grid a,
.style-grid a {
  display: grid;
  gap: 12px;
  text-align: center;
  font-weight: 850;
}

.category-grid img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  background: var(--sand);
}

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

.style-grid a {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: var(--sand);
  text-align: left;
}

.style-grid img {
  aspect-ratio: 0.9;
  object-fit: cover;
  transition: transform 320ms ease;
}

.style-grid a:hover img,
.product-card:hover img,
.create-card:hover img {
  transform: scale(1.035);
}

.style-grid span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  border-radius: 999px;
  padding: 10px 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(47, 37, 23, 0.12);
}

.feature-band,
.sun-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(24px, 5vw, 70px);
  padding: 70px max(18px, calc((100vw - var(--max)) / 2));
  background: #f8e8ef;
}

.feature-band > div,
.sun-section > div,
.club-section > div:first-child,
.story-section {
  display: grid;
  justify-items: start;
  gap: 18px;
}

.feature-band p,
.sun-section p,
.create-card p,
.club-section p,
.story-section p {
  margin: 0;
  color: #309f9a;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-band img,
.sun-section img {
  aspect-ratio: 1.24;
  object-fit: cover;
  border-radius: 18px;
}

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

.product-card {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.wish-button {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(47, 37, 23, 0.1);
}

.wish-button::before,
.wish-button::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 20px;
  border-radius: 13px 13px 0 0;
  background: #151515;
  transform-origin: 0 100%;
}

.wish-button::before {
  left: 18px;
  top: 12px;
  transform: rotate(-45deg);
}

.wish-button::after {
  left: 17px;
  top: 12px;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.wish-button.is-active::before,
.wish-button.is-active::after {
  background: var(--pink);
}

.product-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--sand);
}

.product-media img {
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 320ms ease;
}

.product-media span {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  border-radius: 999px;
  padding: 8px 12px;
  color: #111;
  background: #fff;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.product-info {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.product-info h3,
.product-info p {
  margin: 0;
}

.product-info h3 {
  min-height: 44px;
  font-size: 1rem;
}

.product-info p {
  font-weight: 900;
}

.swatches {
  min-height: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.swatches button {
  width: 21px;
  height: 21px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--swatch);
  box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.2);
}

.swatches button.is-selected {
  box-shadow: 0 0 0 2px #111;
}

.add-button {
  min-height: 42px;
  border-radius: 999px;
  color: #fff;
  background: #111;
  font-weight: 900;
}

.add-button:hover {
  background: #309f9a;
}

.stack-section {
  display: grid;
  gap: 22px;
}

.stack-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.stack-tab {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 20px;
  background: #fff;
  font-weight: 900;
}

.stack-tab.is-selected {
  color: #fff;
  border-color: #111;
  background: #111;
}

.stack-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(20px, 5vw, 68px);
  overflow: hidden;
  border-radius: 18px;
  background: #f7e4ee;
}

.stack-preview img {
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.stack-preview > div {
  display: grid;
  justify-items: start;
  gap: 18px;
  padding: clamp(24px, 5vw, 60px);
}

.stack-kicker {
  margin: 0;
  color: #309f9a;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stack-copy {
  color: var(--muted);
  font-size: 1.1rem;
}

.sun-section {
  background: #dbf2ef;
}

.sun-section span,
.club-section span,
.story-section span {
  color: var(--muted);
  font-size: 1.06rem;
}

.create-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.create-card {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  border-radius: 18px;
  background: #111;
  color: #fff;
}

.create-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.55));
}

.create-card.accent::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 73, 80, 0.62));
}

.create-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.create-card div {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  display: grid;
  justify-items: start;
  gap: 16px;
  padding: clamp(22px, 4vw, 42px);
}

.create-card p {
  color: #fff;
}

.club-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
}

.club-stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.club-stack article {
  min-height: 190px;
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 22px;
  border-radius: 18px;
  background: linear-gradient(140deg, #fff2a6, #ffb8d2 56%, #93dcf4);
}

.club-stack strong {
  font-size: 2.4rem;
  line-height: 1;
}

.club-stack span {
  color: #111;
  font-weight: 950;
}

.reviews-section {
  padding-top: 36px;
}

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

.review-grid article {
  display: grid;
  gap: 14px;
  padding: 26px;
  border-radius: 18px;
  background: #fff8d6;
}

.review-grid article:nth-child(2) {
  background: #e6f7f3;
}

.review-grid article:nth-child(3) {
  background: #ffe7ef;
}

.review-grid strong {
  font-size: 2.8rem;
  line-height: 1;
}

.review-grid p,
.review-grid span {
  margin: 0;
}

.review-grid span {
  color: var(--muted);
  font-weight: 850;
}

.story-section {
  max-width: 900px;
  justify-items: center;
  text-align: center;
}

.search-panel,
.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(0, 0, 0, 0.42);
}

.search-panel[hidden],
.cart-drawer[hidden] {
  display: none;
}

.search-panel {
  display: grid;
  place-items: start center;
  padding: 92px 20px 20px;
}

.search-panel > div {
  width: min(720px, 100%);
  display: grid;
  gap: 20px;
  padding: clamp(22px, 4vw, 42px);
  border-radius: 18px;
  background: #fff;
}

.close-search,
.close-cart {
  justify-self: end;
  border-radius: 999px;
  padding: 9px 15px;
  color: #fff;
  background: #111;
  font-weight: 900;
}

.search-panel label {
  display: grid;
  gap: 12px;
  font-size: clamp(1.8rem, 4vw, 3.8rem);
  font-weight: 950;
  line-height: 0.95;
}

.search-panel input,
.newsletter-form input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 18px;
  outline: 0;
}

.search-panel input:focus,
.newsletter-form input:focus {
  border-color: #309f9a;
  box-shadow: 0 0 0 4px rgba(48, 159, 154, 0.15);
}

.cart-drawer {
  display: grid;
  justify-items: end;
}

.cart-drawer > div {
  width: min(420px, 100%);
  height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 16px;
  padding: 22px;
  background: #fff;
}

.cart-drawer h2 {
  margin: 0;
  font-size: 2rem;
}

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

.cart-items {
  display: grid;
  align-content: start;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}

.cart-items li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px;
  border-radius: 12px;
  background: var(--sand);
  font-weight: 800;
}

.cart-footer {
  display: grid;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.shipping-note {
  color: var(--muted);
}

.cart-footer strong {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.cart-footer em {
  font-style: normal;
}

.cart-footer button,
.newsletter-form button,
.privacy-panel button {
  min-height: 44px;
  border-radius: 999px;
  color: #fff;
  background: #111;
  font-weight: 900;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 120;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
  border-radius: 999px;
  padding: 12px 18px;
  color: #fff;
  background: #111;
  font-weight: 900;
  transition: opacity 180ms ease, transform 180ms ease;
}

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

.privacy-panel {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 70;
  width: min(400px, calc(100% - 32px));
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(10, 94, 93, 0.14);
  border-radius: 12px;
  background: #dff7f2;
  box-shadow: 0 22px 50px rgba(29, 62, 58, 0.16);
}

.privacy-panel.is-hidden {
  display: none;
}

.privacy-panel p {
  margin: 0;
}

.privacy-panel div {
  display: grid;
  gap: 8px;
}

.privacy-panel button:nth-child(3) {
  color: #111;
  background: #fff;
  box-shadow: inset 0 0 0 2px #111;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.25fr repeat(2, 0.75fr) 1.25fr;
  gap: 30px;
  padding: 54px max(20px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  background: #111;
  color: #fff;
}

.footer-brand {
  color: #fff;
}

.site-footer p,
.site-footer a,
.site-footer label {
  color: rgba(255, 255, 255, 0.74);
}

.site-footer nav,
.newsletter-form {
  display: grid;
  align-content: start;
  gap: 10px;
}

.site-footer h3 {
  margin: 0 0 8px;
}

.newsletter-form label {
  display: grid;
  gap: 8px;
}

.newsletter-form input {
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.newsletter-message {
  min-height: 22px;
  margin: 0;
}

@media (max-width: 1120px) {
  .nav-shell {
    grid-template-columns: auto 1fr auto;
  }

  .menu-button {
    display: block;
  }

  .brand {
    justify-self: center;
    letter-spacing: 0.2em;
  }

  .nav-links {
    display: none;
  }

  .mega-menu {
    display: none !important;
  }

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

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

  .product-grid,
  .stack-preview,
  .club-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 780px) {
  .promo-strip {
    flex-wrap: wrap;
    font-size: 0.7rem;
  }

  .header-tools {
    gap: 2px;
  }

  .tag-button,
  .account-button {
    display: none;
  }

  .hero {
    width: calc(100% - 20px);
    height: 540px;
    min-height: 540px;
    border-radius: 10px;
  }

  .hero img {
    object-position: 42% center;
  }

  .hero-copy {
    width: 100%;
    margin: 0;
    padding: 28px;
    place-content: end center;
  }

  .hero-copy p {
    font-size: 1.35rem;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 14vw, 5rem);
  }

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

  .style-grid,
  .feature-band,
  .stack-preview,
  .sun-section,
  .create-section,
  .club-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

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

  .product-info {
    padding: 13px;
  }

  .create-card {
    min-height: 430px;
  }

  .club-stack {
    grid-template-columns: 1fr;
  }

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

  .privacy-panel {
    display: none;
  }
}

@media (max-width: 520px) {
  .nav-shell {
    width: calc(100% - 18px);
    gap: 8px;
  }

  .brand {
    font-size: 0.9rem;
    letter-spacing: 0.14em;
  }

  .category-section,
  .style-section,
  .product-section,
  .stack-section,
  .create-section,
  .reviews-section,
  .club-section,
  .story-section {
    width: calc(100% - 20px);
    padding: 42px 0;
  }

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

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

  .perk-strip {
    width: calc(100% - 20px);
    grid-template-columns: 1fr;
  }

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

  .stack-preview img {
    min-height: 340px;
  }

  .feature-band,
  .sun-section {
    padding: 48px 12px;
  }
}
