:root {
  --paper: #fff8ee;
  --card: #fffdf8;
  --ivory: #f8f0e3;
  --rose: #d9828b;
  --blush: #f4c7c3;
  --sage: #9aaa7c;
  --gold: #c9a24a;
  --ink: #191716;
  --pencil: #5f5a55;
  --tape: #d7be91;
  --line: rgba(25, 23, 22, .16);
  --font-display: "Delius", cursive;
  --font-hand: "Patrick Hand", cursive;
  --font-body: "Nunito Sans", system-ui, sans-serif;
  --shadow: 4px 5px 0 rgba(25, 23, 22, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(rgba(25, 23, 22, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 23, 22, .035) 1px, transparent 1px),
    var(--paper);
  background-size: 10px 10px, 44px 44px, auto;
  font-family: var(--font-body);
  font-size: 16px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  background: linear-gradient(rgba(255,255,255,.2), rgba(255,255,255,0));
  mix-blend-mode: soft-light;
}

a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, .brand { font-family: var(--font-display); letter-spacing: 0; }
h1 {
  max-width: 690px;
  margin-bottom: 22px;
  font-size: clamp(3.4rem, 7.5vw, 6.9rem);
  line-height: .94;
}
h2 { margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; }
h3 { margin-bottom: 6px; font-size: 1rem; line-height: 1.15; }

.announcement {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  min-height: 36px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-hand);
  font-size: 1.2rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px clamp(16px, 4vw, 58px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 248, 238, .94);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-grid;
  gap: 0;
  font-size: clamp(1.7rem, 2.5vw, 2.35rem);
  font-weight: 400;
  line-height: .9;
  white-space: nowrap;
}
.brand small {
  justify-self: center;
  color: var(--gold);
  font-family: var(--font-body);
  font-size: .45em;
  font-weight: 900;
  letter-spacing: .5em;
}

.nav { display: flex; align-items: center; gap: clamp(14px, 2.4vw, 32px); font-size: .8rem; font-weight: 900; text-transform: uppercase; }
.nav a:hover, .header-links a:hover, .site-footer a:hover { color: var(--rose); }
.header-links { display: flex; align-items: center; gap: 10px; font-weight: 900; }
.header-links a {
  display: grid;
  place-items: center;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid transparent;
}
.depop-link {
  padding: 0 12px;
  border: 2px solid var(--ink) !important;
  border-radius: 999px;
  background: var(--ivory);
  box-shadow: 3px 3px 0 var(--gold);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--card);
  box-shadow: 3px 3px 0 var(--rose);
}
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--ink); }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  min-height: 730px;
  padding: 90px clamp(18px, 6vw, 92px) 72px;
  overflow: hidden;
}

.hero-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  min-height: 62px;
  padding: 10px 24px;
  background: var(--blush);
  clip-path: polygon(0 12%, 8% 2%, 17% 11%, 28% 4%, 39% 13%, 52% 3%, 65% 11%, 78% 4%, 91% 12%, 100% 4%, 100% 88%, 91% 96%, 80% 88%, 68% 97%, 56% 87%, 43% 96%, 31% 88%, 18% 97%, 8% 88%, 0 96%);
  font-family: var(--font-hand);
  text-transform: uppercase;
}
.hero-banner strong { font-size: clamp(1.35rem, 3vw, 2.2rem); letter-spacing: .08em; }
.hero-banner em { font-size: 1.2rem; font-style: normal; text-transform: none; }

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
}
.hero-copy > p:not(.hand-note) {
  max-width: 430px;
  margin-bottom: 28px;
  color: var(--pencil);
  font-size: 1.15rem;
  line-height: 1.65;
}
.hand-note {
  color: var(--ink);
  font-family: var(--font-hand);
  font-size: 1.35rem;
}
.hero-copy h1::after {
  content: "";
  display: block;
  width: min(390px, 72%);
  height: 11px;
  margin-top: -4px;
  background: var(--rose);
  opacity: .72;
  transform: rotate(-1deg);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.brush-button, .paper-button, .product-card__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  font-weight: 900;
  text-transform: uppercase;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.brush-button {
  clip-path: polygon(3% 8%, 98% 0, 94% 17%, 100% 30%, 95% 50%, 100% 70%, 92% 88%, 95% 100%, 2% 93%, 7% 78%, 0 61%, 6% 47%, 1% 31%, 7% 18%);
  box-shadow: none;
}
.paper-button {
  background: var(--card);
  color: var(--ink);
  border-radius: 6px 12px 8px 14px;
  box-shadow: var(--shadow);
}
.brush-button:hover, .paper-button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--rose);
}

.hero-collage { position: relative; min-height: 610px; }
.polaroid {
  position: absolute;
  margin: 0;
  padding: 12px 12px 38px;
  border: 1px solid rgba(25, 23, 22, .12);
  background: var(--card);
  box-shadow: 0 18px 40px rgba(25, 23, 22, .15);
}
.polaroid figcaption {
  position: absolute;
  left: 20px;
  bottom: 8px;
  font-family: var(--font-hand);
  font-size: 1.2rem;
}
.hero-look { left: 4%; top: 28px; width: 45%; height: 430px; transform: rotate(-3deg); }
.hero-bag { right: 8%; top: 10px; width: 36%; height: 240px; transform: rotate(3deg); }
.hero-jacket { right: 0; bottom: 72px; width: 34%; height: 260px; transform: rotate(-2deg); }
.tape {
  position: absolute;
  width: 82px;
  height: 24px;
  background: rgba(215, 190, 145, .62);
  box-shadow: 0 1px 2px rgba(25, 23, 22, .1);
}
.tape-one { top: -12px; left: 35%; transform: rotate(-2deg); }
.tape-two { top: -11px; right: 22%; transform: rotate(8deg); }
.paperclip {
  position: absolute;
  top: -21px;
  right: 24px;
  width: 34px;
  height: 76px;
  border: 4px solid var(--pencil);
  border-radius: 999px;
  transform: rotate(9deg);
}
.sticker {
  position: absolute;
  left: 45%;
  bottom: 120px;
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: var(--rose);
  box-shadow: var(--shadow);
  font-family: var(--font-hand);
  font-size: 1.26rem;
  font-weight: 900;
  line-height: .95;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-5deg);
}
.scrap-note {
  position: absolute;
  right: 0;
  top: 200px;
  z-index: 3;
  padding: 16px 20px;
  background: rgba(255, 253, 248, .78);
  box-shadow: 2px 3px 0 rgba(25, 23, 22, .1);
  font-family: var(--font-hand);
  font-size: 1.16rem;
  line-height: 1.2;
  transform: translate(18%, -22%) rotate(4deg);
}
.sage-ticket {
  position: absolute;
  right: 8%;
  bottom: 0;
  padding: 20px 26px;
  border: 2px dashed rgba(25, 23, 22, .35);
  background: var(--sage);
  box-shadow: var(--shadow);
  font-weight: 900;
  text-transform: uppercase;
  transform: rotate(-3deg);
}

.section, .category-section { padding: 64px clamp(18px, 6vw, 92px); }
.section-label {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 22px;
  margin-bottom: 24px;
}
.section-label h2 {
  padding: 3px 24px;
  background: linear-gradient(transparent 38%, rgba(217, 130, 139, .45) 38% 78%, transparent 78%);
  font-family: var(--font-hand);
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  text-transform: uppercase;
}

.category-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, .42);
}
.category-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.category-row a {
  position: relative;
  display: grid;
  place-items: end center;
  min-height: 126px;
  padding: 18px 12px;
  border: 1px solid var(--line);
  border-radius: 8px 14px 9px 12px;
  background: var(--card);
  box-shadow: 2px 3px 0 rgba(25,23,22,.1);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}
.category-row a.is-active {
  border-color: var(--ink);
  background: var(--ivory);
  box-shadow: 4px 5px 0 var(--rose);
  transform: rotate(-1deg);
}
.category-row a::before {
  content: attr(data-category);
  position: absolute;
  top: 18px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 18px 24px 16px 22px;
  background: var(--ivory);
  color: transparent;
  transform: rotate(-4deg);
}
.category-row a:nth-child(2)::before { background: var(--sage); }
.category-row a:nth-child(3)::before { background: var(--gold); }
.category-row a:nth-child(4)::before { background: var(--blush); }
.category-row a:nth-child(5)::before { background: var(--card); border-radius: 50%; }
.category-row a:nth-child(6)::before { background: var(--rose); }

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 24px;
}
.eyebrow {
  margin-bottom: 7px;
  color: var(--rose);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.text-link {
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.product-card {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
  box-shadow: 2px 3px 0 rgba(25, 23, 22, .12);
  color: inherit;
  transition: transform .18s ease, box-shadow .18s ease;
}
.product-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--rose);
}
.product-card img { aspect-ratio: 4 / 5; height: auto; }
.product-card__meta { padding: 12px; }
.product-card__top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: start;
}
.product-card p {
  margin: 0 0 10px;
  color: var(--pencil);
  font-size: .9rem;
  line-height: 1.35;
}
.price {
  display: grid;
  justify-items: end;
  flex: 0 0 auto;
  font-weight: 900;
}
.original-price {
  color: var(--pencil);
  font-size: .75rem;
  text-decoration: line-through;
}
.product-card__category {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 8px;
  border: 1px dashed rgba(25, 23, 22, .35);
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--font-hand);
  font-size: 1rem;
  line-height: 1;
  transform: rotate(-1deg);
}
.product-card .product-card__description {
  display: -webkit-box;
  min-height: 3.65em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.status {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--sage);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}
.product-card.is-sold img { filter: saturate(.7); opacity: .82; }
.product-card.is-sold .status { background: var(--rose); transform: rotate(-7deg); }
.product-card__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 10px;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}
.empty-state {
  grid-column: 1 / -1;
  margin: 0;
  padding: 28px;
  border: 2px dashed rgba(25, 23, 22, .28);
  background: var(--card);
  box-shadow: var(--shadow);
  color: var(--pencil);
  font-family: var(--font-hand);
  font-size: 1.35rem;
}
.sustainability-band {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: center;
  margin: 10px clamp(18px, 6vw, 92px) 26px;
  padding: clamp(30px, 5vw, 54px);
  background: var(--sage);
  box-shadow: var(--shadow);
  clip-path: polygon(0 9%, 8% 1%, 18% 8%, 28% 2%, 39% 10%, 51% 3%, 63% 9%, 75% 2%, 86% 10%, 100% 3%, 100% 91%, 91% 99%, 80% 91%, 69% 99%, 56% 90%, 45% 98%, 32% 91%, 20% 99%, 8% 91%, 0 99%);
}
.sustainability-band h2 { font-family: var(--font-hand); font-size: clamp(2rem, 4vw, 3.2rem); text-align: center; }
.sustainability-band p { margin: 0; font-weight: 800; line-height: 1.6; }
.heart-sticker {
  position: absolute;
  right: 26px;
  bottom: -18px;
  width: 86px;
  height: 76px;
  background: var(--blush);
  clip-path: polygon(50% 100%, 7% 55%, 0 28%, 10% 9%, 30% 0, 50% 18%, 70% 0, 91% 9%, 100% 30%, 92% 56%);
  box-shadow: var(--shadow);
}

.story-section {
  position: relative;
  max-width: 920px;
  margin: 18px clamp(18px, 6vw, 92px) 0;
  padding: clamp(34px, 5vw, 58px);
  background: rgba(255, 253, 248, .86);
  box-shadow: var(--shadow);
  clip-path: polygon(0 6%, 8% 1%, 19% 7%, 31% 2%, 45% 8%, 58% 1%, 70% 7%, 83% 2%, 100% 8%, 99% 92%, 90% 99%, 77% 93%, 64% 99%, 50% 92%, 37% 98%, 24% 92%, 11% 99%, 1% 92%);
}
.story-section::before,
.story-section::after {
  content: "";
  position: absolute;
  width: 96px;
  height: 26px;
  background: rgba(215, 190, 145, .65);
  box-shadow: 0 1px 2px rgba(25, 23, 22, .1);
}
.story-section::before {
  top: -13px;
  left: clamp(22px, 9vw, 96px);
  transform: rotate(-5deg);
}
.story-section::after {
  right: clamp(20px, 8vw, 78px);
  bottom: -11px;
  transform: rotate(4deg);
}
.story-section p:not(.eyebrow):not(.signature) {
  max-width: 660px;
  color: var(--pencil);
  font-size: 1.05rem;
  line-height: 1.75;
}
.signature {
  margin: 18px 0 0;
  color: var(--rose);
  font-family: var(--font-hand);
  font-size: 1.7rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr .7fr .8fr 1.3fr;
  gap: 28px;
  padding: 38px clamp(18px, 6vw, 92px);
  border-top: 1px solid var(--line);
  background: rgba(255, 253, 248, .68);
}
.site-footer h2 {
  margin-bottom: 12px;
  font-family: var(--font-body);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}
.site-footer nav, .footer-social { display: grid; align-content: start; gap: 7px; }
.site-footer p, .site-footer small { color: var(--pencil); line-height: 1.45; }
.footer-social div { display: flex; flex-wrap: wrap; gap: 10px; font-weight: 900; }

@media (max-width: 1040px) {
  .nav, .header-links { display: none; }
  .menu-toggle { display: block; }
  .nav.open {
    display: grid;
    position: absolute;
    top: 78px;
    left: 18px;
    right: 18px;
    padding: 18px;
    border: 2px solid var(--ink);
    border-radius: 8px;
    background: var(--card);
    box-shadow: var(--shadow);
  }
  .hero { grid-template-columns: 1fr; }
  .hero-collage { min-height: 560px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-row { grid-template-columns: repeat(3, 1fr); }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .announcement { gap: 12px; font-size: 1rem; }
  .brand { font-size: 1.45rem; }
  .hero { min-height: auto; padding-top: 86px; }
  .hero-banner { justify-content: flex-start; gap: 14px; overflow: hidden; }
  .hero-banner em { display: none; }
  h1 { font-size: 3.2rem; }
  .hero-collage { min-height: 430px; }
  .hero-look { left: 0; width: 58%; height: 320px; }
  .hero-bag { right: 0; width: 45%; height: 180px; }
  .hero-jacket { right: 6%; bottom: 40px; width: 43%; height: 190px; }
  .scrap-note, .sage-ticket { display: none; }
  .sticker { left: 42%; bottom: 65px; width: 94px; height: 94px; font-size: 1rem; }
  .section, .category-section { padding-left: 16px; padding-right: 16px; }
  .section-heading, .section-label, .sustainability-band { display: block; }
  .section-heading .text-link, .section-heading .hand-note { display: inline-block; margin-top: 12px; }
  .category-row {
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }
  .category-row a {
    flex: 0 0 132px;
    scroll-snap-align: start;
  }
  .product-grid { grid-template-columns: 1fr; }
  .sustainability-band { margin-left: 16px; margin-right: 16px; }
  .sustainability-band p { margin-top: 18px; }
  .story-section { margin-left: 16px; margin-right: 16px; }
  .site-footer { grid-template-columns: 1fr; }
}
