:root {
  --cream: #fffdf4;
  --paper: #fffaf0;
  --pink: #f47da5;
  --soft-pink: #f7b6c8;
  --hot-pink: #f05f97;
  --burgundy: #350006;
  --wine: #5d0715;
  --ink: #210006;
  --line: rgba(33, 0, 6, 0.42);
  --white: #ffffff;
  --shadow: 0 18px 34px rgba(53, 0, 6, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Courier New", Courier, monospace;
  overflow-x: hidden;
}

body.drawer-open {
  overflow: hidden;
}

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

a,
button {
  color: inherit;
  font: inherit;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

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

h1,
h2,
h3,
.brand-word,
.hero-logo,
.fixed-order,
.drawer-close,
.tiny-label,
.shop-dot,
.filter-chip {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.menu-trigger {
  position: fixed;
  top: 18px;
  left: 18px;
  z-index: 70;
  display: grid;
  gap: 5px;
  place-content: center;
  width: 54px;
  height: 34px;
  border: 1px solid rgba(53, 0, 6, 0.2);
  border-radius: 999px;
  background: var(--hot-pink);
  box-shadow: 0 8px 18px rgba(53, 0, 6, 0.2);
}

.menu-trigger span {
  display: block;
  width: 20px;
  height: 3px;
  background: var(--burgundy);
  border-radius: 999px;
}

.menu-page-trigger {
  position: absolute;
  top: 18px;
  left: 18px;
}

.drawer-scrim {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(53, 0, 6, 0.18);
  backdrop-filter: blur(2px);
}

.site-drawer {
  position: fixed;
  top: 36px;
  left: 28px;
  z-index: 90;
  width: min(400px, calc(100vw - 42px));
  max-height: calc(100vh - 68px);
  overflow: auto;
  padding: 24px 32px 28px;
  background: var(--cream);
  border-radius: 28px;
  box-shadow: 0 16px 36px rgba(53, 0, 6, 0.26);
  transform: translateX(calc(-100% - 60px));
  opacity: 0;
  transition: transform 280ms ease, opacity 280ms ease;
}

.drawer-open .site-drawer {
  transform: translateX(0);
  opacity: 1;
}

.drawer-close {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 24px;
  border: 0;
  border-radius: 999px;
  background: var(--pink);
  color: var(--ink);
  font-size: 1.05rem;
}

.drawer-close span {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
}

.drawer-nav {
  display: grid;
  gap: 22px;
  margin: 28px 0 34px;
}

.drawer-nav a {
  font-size: clamp(2.6rem, 8vw, 3.7rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.drawer-nav a:hover {
  color: var(--hot-pink);
}

.drawer-image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  color: var(--white);
}

.drawer-image img {
  aspect-ratio: 2 / 1.05;
  height: auto;
  object-fit: cover;
}

.drawer-image span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(1.3rem, 6vw, 2rem);
  text-transform: uppercase;
  text-shadow: 2px 2px 0 var(--burgundy);
}

.site-drawer p {
  margin: 26px 0 0;
  color: var(--wine);
}

.fixed-order {
  position: fixed;
  right: clamp(14px, 3vw, 34px);
  bottom: 22px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  gap: 14px;
  padding: 8px 24px 8px 10px;
  border-radius: 999px;
  background: var(--pink);
  box-shadow: 0 16px 30px rgba(53, 0, 6, 0.25);
  transition: transform 180ms ease;
  white-space: nowrap;
}

.fixed-order:hover {
  transform: translateY(-3px);
}

.avatar-pair {
  display: flex;
}

.avatar-pair img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border: 2px solid var(--cream);
  border-radius: 50%;
}

.avatar-pair img + img {
  margin-left: -13px;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: var(--white);
  background: var(--pink);
}

.hero-image {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transform-origin: center;
  transition: transform 220ms ease-out;
}

.hero-wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(244, 125, 165, 0.18), rgba(53, 0, 6, 0.78));
}

.brand-word {
  position: absolute;
  top: 7vh;
  left: 50%;
  z-index: 2;
  color: var(--white);
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 0.82;
  transform: translateX(-50%);
}

.hero-marquee {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13vh;
  z-index: 2;
  overflow: hidden;
}

.hero-marquee div {
  display: flex;
  width: max-content;
  animation: marquee 22s linear infinite;
}

.hero-marquee span {
  flex: 0 0 auto;
  padding-right: 0.35em;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(5.2rem, 15vw, 15.5rem);
  line-height: 0.78;
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-bottom {
  position: absolute;
  left: clamp(18px, 4vw, 44px);
  right: clamp(18px, 4vw, 44px);
  bottom: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) 1fr;
  align-items: end;
  gap: 24px;
  min-height: 110px;
  padding: 18px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}

.hero-bottom p {
  margin: 0;
  font-weight: 900;
}

.hero-logo {
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: calc(0.9em + 0.5rem);
}

.hero-logo span {
  display: block;
  padding-left: 42px;
  font-size: 0.42em;
  letter-spacing: 0.12em;
}

.hero-bottom p:last-child {
  justify-self: center;
  max-width: 760px;
  padding-right: 190px;
  text-align: center;
  font-size: clamp(0.88rem, 1.4vw, 1.15rem);
}

.statement-section {
  min-height: 92vh;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 26px;
  padding: clamp(84px, 12vw, 150px) 18px;
  background: var(--cream);
  text-align: center;
}

.tiny-label {
  display: inline-flex;
  width: fit-content;
  margin: 0;
  color: var(--wine);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: none;
}

.outline-title {
  margin: 0;
  color: #f7d8df;
  font-size: clamp(4.4rem, 12vw, 12rem);
  line-height: calc(0.84em + 0.5rem);
  text-shadow:
    2px 0 var(--wine),
    -2px 0 var(--wine),
    0 2px var(--wine),
    0 -2px var(--wine),
    8px 8px 0 #f0bdc9,
    12px 12px 0 rgba(93, 7, 21, 0.75);
}

.statement-copy {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(1rem, 2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.35;
}

.photo-band {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: var(--pink);
}

.photo-band > img {
  height: 100vh;
  object-fit: cover;
}

.photo-band::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(180deg, rgba(53, 0, 6, 0), rgba(53, 0, 6, 0.86));
}

.photo-band-copy {
  position: absolute;
  left: clamp(18px, 4vw, 44px);
  right: clamp(18px, 4vw, 44px);
  bottom: clamp(38px, 7vw, 72px);
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) minmax(260px, 0.55fr);
  gap: clamp(24px, 8vw, 120px);
  align-items: end;
  color: var(--white);
}

.photo-band-copy h2 {
  margin: 0;
  max-width: 740px;
  font-size: clamp(3rem, 8vw, 7.6rem);
  line-height: calc(0.82em + 0.5rem);
}

.photo-band-copy p {
  margin: 0 0 8px;
  max-width: 650px;
  font-size: clamp(0.95rem, 1.5vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
}

.featured-grid {
  padding: clamp(72px, 10vw, 130px) clamp(18px, 4vw, 70px);
  background: var(--burgundy);
  color: var(--cream);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(150px, 0.2fr) minmax(0, 0.8fr);
  gap: 28px;
  align-items: end;
  margin-bottom: clamp(28px, 5vw, 62px);
}

.section-head h2 {
  margin: 0;
  max-width: 1050px;
  font-size: clamp(3.2rem, 8vw, 8.5rem);
  line-height: calc(0.82em + 0.5rem);
}

.featured-grid .tiny-label {
  color: var(--pink);
}

.feature-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
}

.feature-card {
  color: var(--cream);
}

.feature-card img {
  aspect-ratio: 1.5 / 1;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

.feature-card h3 {
  margin: 22px 0 8px;
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 3.3rem);
  line-height: calc(0.9em + 0.5rem);
}

.feature-card p {
  max-width: 480px;
  margin: 0;
  font-weight: 700;
  line-height: 1.45;
}

.obsessions {
  position: relative;
  padding: clamp(76px, 10vw, 136px) clamp(18px, 4vw, 70px) clamp(90px, 14vw, 170px);
  background: var(--soft-pink);
}

.obsessions-intro {
  display: grid;
  grid-template-columns: minmax(140px, 0.2fr) minmax(0, 0.8fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 38px;
}

.obsessions-intro h2 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(3.1rem, 8vw, 8rem);
  line-height: calc(0.84em + 0.5rem);
}

.sticky-card {
  position: sticky;
  top: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.64fr);
  gap: clamp(24px, 6vw, 80px);
  align-items: center;
  min-height: 66vh;
  margin: 0 auto 28px;
  padding: clamp(28px, 5vw, 72px);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.sticky-card > * {
  min-width: 0;
}

.sticky-card::before,
.sticky-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.sticky-card::before {
  top: -18px;
  left: 26px;
  right: 26px;
  height: 36px;
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  background: rgba(255, 253, 244, 0.72);
}

.sticky-card::after {
  top: -30px;
  right: 7%;
  width: 30px;
  height: 84px;
  border: 6px solid var(--wine);
  border-left-color: transparent;
  border-radius: 999px;
  transform: rotate(4deg);
}

.sticky-two {
  top: 54px;
}

.sticky-three {
  top: 74px;
}

.sticky-card h3 {
  margin: 0 0 22px;
  color: var(--burgundy);
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: calc(0.84em + 0.5rem);
  overflow-wrap: anywhere;
  hyphens: auto;
}

.sticky-card p,
.sticky-card li {
  font-weight: 700;
  line-height: 1.55;
}

.sticky-card ul {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.sticky-card li {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.sticky-card img {
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}

.visit {
  padding: clamp(80px, 12vw, 150px) clamp(18px, 4vw, 70px);
  background: var(--cream);
}

.visit h2 {
  max-width: 1180px;
  margin: 16px 0 34px;
  font-size: clamp(4rem, 10vw, 11rem);
  line-height: calc(0.8em + 0.5rem);
}

.visit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.visit-grid p,
.visit-grid a {
  margin: 0;
  font-weight: 800;
  line-height: 1.5;
}

.visit-grid a {
  justify-self: start;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--pink);
}

.site-footer {
  padding: 0 clamp(18px, 4vw, 70px) 36px;
  background: var(--burgundy);
  color: var(--cream);
}

.footer-ticker {
  width: calc(100% + clamp(36px, 8vw, 140px));
  margin-left: calc(clamp(18px, 4vw, 70px) * -1);
  overflow: hidden;
  background: var(--pink);
  color: var(--burgundy);
}

.footer-ticker div {
  display: flex;
  width: max-content;
  animation: marquee 18s linear infinite;
}

.footer-ticker span {
  flex: 0 0 auto;
  padding: 12px 30px;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer h2 {
  margin: 36px 0 20px;
  color: var(--pink);
  font-size: clamp(4rem, 10vw, 12rem);
  line-height: calc(0.78em + 0.5rem);
}

.site-footer > img {
  max-height: 260px;
  object-fit: cover;
  border-radius: 10px;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 36px;
}

.footer-columns div {
  display: grid;
  gap: 8px;
  align-content: start;
}

.footer-columns strong {
  color: var(--white);
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  text-transform: uppercase;
}

.footer-columns a,
.footer-columns span {
  font-size: 0.88rem;
  color: var(--cream);
}

.shop-page {
  min-height: 100vh;
  background: var(--cream);
}

.shop-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px clamp(18px, 3vw, 36px) 0 92px;
}

.shop-dot {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 13px;
  border-radius: 999px;
  background: var(--pink);
  color: var(--burgundy);
  font-size: 0.75rem;
}

.shop-icons {
  display: flex;
  gap: 10px;
  color: var(--burgundy);
  font-weight: 900;
}

.shop-hero {
  padding: 28px clamp(18px, 3vw, 36px) 18px;
}

.shop-hero h1 {
  max-width: 1240px;
  margin: 0 0 18px;
  color: var(--burgundy);
  font-size: clamp(4rem, 9vw, 10.5rem);
  line-height: calc(0.78em + 0.5rem);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-chip {
  min-height: 28px;
  padding: 6px 13px;
  border: 1px solid var(--burgundy);
  border-radius: 999px;
  background: transparent;
  color: var(--burgundy);
  font-size: 0.68rem;
}

.filter-chip.is-active,
.filter-chip:hover {
  background: var(--burgundy);
  color: var(--cream);
}

.menu-grid-shop {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 clamp(18px, 3vw, 36px) 62px;
  border-top: 1px solid var(--line);
}

.shop-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  padding: clamp(10px, 1.7vw, 22px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
  transition: background 180ms ease, transform 180ms ease;
}

.shop-card:nth-child(4n + 1) {
  border-left: 1px solid var(--line);
}

.shop-card:hover {
  z-index: 2;
  background: #fff6fa;
  transform: translateY(-4px);
}

.shop-card img {
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  border-radius: 7px;
  box-shadow: 0 8px 18px rgba(53, 0, 6, 0.14);
}

.shop-card h2 {
  margin: 14px 0 6px;
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(0.78rem, 1.3vw, 1rem);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.shop-card p {
  margin: 0;
  font-weight: 800;
  text-align: center;
}

.shop-card[hidden] {
  display: none;
}

.shop-footer {
  padding-top: 0;
}

.reveal {
  opacity: 1;
  transform: translateY(22px);
  transition: transform 620ms ease;
}

.reveal.is-visible {
  transform: translateY(0);
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 940px) {
  .hero-bottom,
  .photo-band-copy,
  .section-head,
  .obsessions-intro,
  .sticky-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-bottom p:last-child {
    justify-self: start;
    padding-right: 0;
    text-align: left;
  }

  .photo-band-copy {
    gap: 18px;
  }

  .feature-cards,
  .visit-grid,
  .footer-columns {
    grid-template-columns: 1fr;
  }

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

  .shop-card:nth-child(odd) {
    border-left: 1px solid var(--line);
  }

  .shop-card:nth-child(4n + 1) {
    border-left: 0;
  }

  .shop-card:nth-child(2n + 1) {
    border-left: 1px solid var(--line);
  }
}

@media (max-width: 620px) {
  .menu-trigger {
    top: 12px;
    left: 12px;
  }

  .site-drawer {
    top: 14px;
    left: 10px;
    width: calc(100vw - 20px);
    max-height: calc(100vh - 28px);
    padding: 20px;
  }

  .drawer-nav a {
    font-size: 2.65rem;
  }

  .fixed-order {
    right: auto;
    left: 12px;
    bottom: 14px;
    min-height: 50px;
    max-width: calc(100vw - 24px);
    gap: 9px;
    padding: 7px 12px 7px 8px;
    font-size: 0.72rem;
  }

  .avatar-pair img {
    width: 34px;
    height: 34px;
  }

  .brand-word {
    top: 62px;
  }

  .hero-marquee {
    bottom: 20vh;
  }

  .hero-bottom {
    min-height: 220px;
    padding-bottom: 78px;
  }

  .outline-title {
    font-size: clamp(4rem, 18vw, 6.5rem);
  }

  .sticky-card {
    position: sticky;
    top: 14px;
    min-height: auto;
    padding: clamp(20px, 5vw, 40px);
  }

  .sticky-card h3 {
    font-size: clamp(2.2rem, 9vw, 3.6rem);
  }

  .sticky-two {
    top: 26px;
  }

  .sticky-three {
    top: 38px;
  }

  .shop-header {
    padding-left: 82px;
  }

  .shop-hero h1 {
    font-size: clamp(3.5rem, 17vw, 6.5rem);
  }

  .menu-grid-shop {
    grid-template-columns: 1fr;
  }

  .shop-card,
  .shop-card:nth-child(2n + 1),
  .shop-card:nth-child(4n + 1) {
    border-left: 1px solid var(--line);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
