:root {
  color-scheme: light;
  --ink: #222124;
  --muted: #686065;
  --paper: #fcfaf7;
  --surface: #ffffff;
  --rose: #b66b76;
  --coral: #b98270;
  --sage: #638d78;
  --butter: #d4a84d;
  --blue: #718aa8;
  --lilac: #b99ad7;
  --line: #e6d9d0;
  --champagne: #f3e4d6;
  --berry: #6f3445;
  --shadow: 0 18px 50px rgba(34, 33, 36, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #ffffff, rgba(252, 250, 247, 0.95) 560px),
    var(--paper);
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

button {
  color: inherit;
  font: inherit;
}

strong,
b {
  font-weight: 500;
}

.announcement {
  display: grid;
  min-height: 34px;
  place-items: center;
  padding: 7px 18px;
  border-bottom: 1px solid var(--line);
  background: #f7eee7;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 500;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 86px;
  padding: 10px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(230, 217, 208, 0.72);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-width: 156px;
}

.brand img {
  width: clamp(156px, 14vw, 212px);
  height: auto;
  max-height: 76px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 4vw, 36px);
  color: #514a4d;
  font-size: 0.94rem;
  font-weight: 500;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"] {
  color: var(--ink);
}

.nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
}

.nav-links a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--berry);
  content: "";
}

.cart-button {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.82);
  cursor: pointer;
}

.cart-count {
  display: grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: var(--rose);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: min(820px, calc(100vh - 86px));
  padding: clamp(64px, 8vw, 108px) clamp(20px, 5vw, 72px) clamp(72px, 8vw, 118px);
  overflow: hidden;
  isolation: isolate;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 620px;
  color: #fffaf5;
}

.hero-copy .eyebrow {
  color: #fff7ef;
  font-size: 14px;
  letter-spacing: 0.16em;
}

.eyebrow,
.product-type {
  margin: 0 0 12px;
  color: var(--berry);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(60px, 10vw, 120px);
  line-height: 0.9;
}

.hero-copy p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 250, 245, 0.84);
  font-size: clamp(1.03rem, 2vw, 1.22rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

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

.hero-metrics span {
  display: grid;
  gap: 3px;
  min-width: 145px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 250, 245, 0.28);
  border-radius: 6px;
  background: rgba(255, 250, 245, 0.11);
  color: rgba(255, 250, 245, 0.75);
  font-size: 0.86rem;
  font-weight: 400;
  backdrop-filter: blur(12px);
}

.hero-metrics strong {
  color: #fffaf5;
  font-family: Georgia, serif;
  font-weight: 500;
  font-size: 1rem;
}

.primary-link,
.secondary-link,
.checkout-link,
.product-footer button,
.bundle-list button,
.cart-panel-header button {
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
}

.primary-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
}

.primary-link,
.checkout-link,
.product-footer button {
  background: var(--ink);
  color: #fffaf5;
}

.primary-link:hover,
.primary-link:focus-visible,
.checkout-link:hover,
.checkout-link:focus-visible,
.product-footer button:hover,
.product-footer button:focus-visible {
  background: var(--berry);
}

.secondary-link {
  border-color: rgba(255, 250, 245, 0.52);
  background: rgba(255, 250, 245, 0.1);
  color: #fffaf5;
  backdrop-filter: blur(12px);
}

.secondary-link:hover,
.secondary-link:focus-visible {
  border-color: var(--berry);
}

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

.hero-visual::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(21, 18, 19, 0.74) 0%, rgba(21, 18, 19, 0.48) 38%, rgba(21, 18, 19, 0.12) 72%),
    linear-gradient(0deg, rgba(21, 18, 19, 0.24), rgba(21, 18, 19, 0.06));
  content: "";
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid rgba(230, 217, 208, 0.75);
  background: #fff;
}

.trust-strip span {
  display: grid;
  align-items: center;
  min-height: 72px;
  padding: 18px clamp(16px, 3vw, 34px);
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.trust-strip span:last-child {
  border-right: 0;
}

.section-heading,
.story-band,
.set-builder,
.custom-order {
  padding: clamp(52px, 8vw, 92px) clamp(20px, 5vw, 72px);
}

.shop-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: min(760px, calc(100vh - 86px));
  padding: clamp(44px, 6vw, 76px) clamp(20px, 5vw, 72px);
  overflow: hidden;
  background: var(--ink);
  color: #fffaf5;
  isolation: isolate;
}

.shop-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(21, 18, 19, 0.78) 0%, rgba(21, 18, 19, 0.56) 42%, rgba(21, 18, 19, 0.18) 78%),
    linear-gradient(0deg, rgba(21, 18, 19, 0.28), rgba(21, 18, 19, 0.08));
  content: "";
}

.shop-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  max-width: 760px;
}

.shop-hero h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(60px, 9vw, 120px);
  line-height: 0.82;
}

.shop-hero p:not(.eyebrow) {
  max-width: 660px;
  color: rgba(255, 250, 245, 0.78);
  font-size: clamp(1.04rem, 2vw, 1.25rem);
  line-height: 1.72;
}

.shop-hero .eyebrow {
  color: #f8ece3;
}

.shop-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.shop-hero-stats span {
  display: grid;
  gap: 3px;
  min-width: 136px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 250, 245, 0.22);
  border-radius: 6px;
  background: rgba(255, 250, 245, 0.08);
  color: rgba(255, 250, 245, 0.7);
  font-size: 0.82rem;
}

.shop-hero-stats strong {
  color: #fffaf5;
  font-family: Georgia, serif;
  font-size: 1.18rem;
}

.shop-hero-slider {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: var(--ink);
}

.shop-hero-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.shop-hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.02);
  transition:
    opacity 420ms ease,
    transform 520ms ease;
}

.shop-hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.shop-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
  background: #f7eee7;
}

.shop-hero-slide figcaption {
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  bottom: clamp(86px, 10vw, 118px);
  display: grid;
  gap: 4px;
  max-width: 260px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 250, 245, 0.26);
  border-radius: 6px;
  background: rgba(34, 33, 36, 0.58);
  color: rgba(255, 250, 245, 0.78);
  font-size: 0.9rem;
  font-weight: 500;
  backdrop-filter: blur(12px);
}

.shop-hero-slide figcaption span {
  color: #fffaf5;
  font-family: Georgia, serif;
  font-size: 1.38rem;
}

.shop-hero-slider-controls {
  position: absolute;
  right: 14px;
  bottom: 18px;
  left: auto;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  align-items: center;
}

.shop-hero-slider-controls > button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 250, 245, 0.48);
  border-radius: 6px;
  background: rgba(34, 33, 36, 0.66);
  color: #fffaf5;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.shop-hero-slider-controls > button:hover,
.shop-hero-slider-controls > button:focus-visible {
  background: var(--berry);
}

.shop-hero-dots {
  display: inline-flex;
  gap: 7px;
  padding: 8px;
  border: 1px solid rgba(255, 250, 245, 0.22);
  border-radius: 999px;
  background: rgba(34, 33, 36, 0.52);
  backdrop-filter: blur(10px);
}

.shop-hero-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 250, 245, 0.42);
  cursor: pointer;
}

.shop-hero-dots button.is-active {
  width: 24px;
  border-radius: 999px;
  background: #fffaf5;
}

.shop-catalog {
  display: grid;
  grid-template-columns: minmax(210px, 260px) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 38px);
  align-items: start;
  padding: clamp(28px, 4vw, 46px) clamp(20px, 5vw, 72px) clamp(64px, 8vw, 96px);
  background: #fff;
}

.shop-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 22px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf5;
}

.filter-group {
  display: grid;
  gap: 8px;
}

.filter-group button,
.sort-control select {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
  font-weight: 500;
}

.filter-group button {
  width: 100%;
  padding: 0 14px;
  cursor: pointer;
  text-align: left;
}

.filter-group button:hover,
.filter-group button:focus-visible,
.filter-group button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: #fffaf5;
}

.sort-control {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 500;
}

.sort-control select {
  min-width: 176px;
  padding: 0 34px 0 12px;
}

.shop-results {
  min-width: 0;
}

.shop-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  min-height: 62px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.shop-summary {
  display: grid;
  gap: 4px;
  color: var(--muted);
  font-size: 0.92rem;
}

.shop-summary strong {
  color: var(--ink);
  font-weight: 600;
}

.shop-product-grid {
  padding-top: 24px;
}

.shop-ar-note {
  display: grid;
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.shop-ar-note span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fffaf5;
  font-weight: 700;
}

.shop-ar-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

[data-shop-page] .shop-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-inline: 0;
  padding-bottom: 0;
}

[data-shop-page] .product-card {
  grid-template-rows: minmax(230px, auto) auto;
}

[data-shop-page] .product-media,
[data-shop-page] .product-card img {
  min-height: 230px;
}

.shop-custom-banner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: clamp(44px, 6vw, 72px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(113, 138, 168, 0.14), rgba(255, 255, 255, 0.36)),
    #f3f6fa;
}

.shop-custom-banner h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.04;
}

.shop-custom-banner .primary-link {
  flex: 0 0 auto;
}

.payment-result {
  width: min(760px, calc(100% - 40px));
  min-height: 58vh;
  margin: 0 auto;
  padding: clamp(72px, 10vw, 132px) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.payment-result h1 {
  margin: 0;
  font-size: clamp(3rem, 9vw, 6.5rem);
  font-weight: 500;
  line-height: 0.9;
}

.payment-result p:not(.eyebrow) {
  max-width: 56ch;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading {
  max-width: 920px;
}

.section-heading.compact {
  padding-bottom: clamp(30px, 4vw, 48px);
}

.section-heading h2,
.set-builder h2,
.custom-order h2,
.story-band h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4.2vw, 3.8rem);
  line-height: 1.04;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding: 0 clamp(20px, 5vw, 72px) clamp(64px, 7vw, 96px);
}

.collection-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: none;
}

.collection-card.large {
  min-height: 0;
}

.collection-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #f7eee7;
  transition: transform 300ms ease;
}

.collection-card span,
.collection-card strong {
  margin-inline: 20px;
  color: var(--ink);
}

.collection-card span {
  margin-top: 20px;
  margin-bottom: 8px;
  color: var(--berry);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.collection-card strong {
  max-width: 390px;
  margin-bottom: 24px;
  font-family: Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.6vw, 1.55rem);
  line-height: 1.18;
}

.collection-card:hover img,
.collection-card:focus-visible img {
  transform: scale(1.035);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 0 clamp(20px, 5vw, 72px) clamp(58px, 8vw, 96px);
}

.product-card {
  display: grid;
  grid-template-rows: minmax(290px, 1fr) auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: none;
}

.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(36, 31, 33, 0.07);
}

.product-media {
  position: relative;
  min-height: 290px;
}

.product-card img {
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
  background: #f8efe9;
}

.tryon-badge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(34, 33, 36, 0.72);
  color: #fffaf5;
  font-size: 0.76rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.product-info {
  padding: 22px 20px 20px;
}

.product-info h3 {
  margin-bottom: 8px;
  font-size: 1.28rem;
  line-height: 1.14;
}

.product-info p:not(.product-type) {
  color: var(--muted);
  line-height: 1.55;
}

.stock-status {
  margin: 14px 0 0;
  color: var(--sage);
  font-size: 0.86rem;
}

.stock-status.is-low {
  color: var(--coral);
}

.stock-status.is-empty {
  color: var(--muted);
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 20px;
}

.price {
  font-size: 1.05rem;
  font-weight: 500;
}

.product-footer button {
  min-width: 92px;
  padding: 0 18px;
}

.tryon-button {
  width: 100%;
  min-height: 42px;
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fffaf5;
  color: var(--ink);
  cursor: pointer;
  font-weight: 600;
}

.tryon-button:hover,
.tryon-button:focus-visible {
  border-color: var(--blue);
  background: #f3f6fa;
}

.product-quantity-controls {
  display: inline-grid;
  grid-template-columns: 38px 38px 38px;
  align-items: center;
  min-height: 46px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.product-quantity-controls button {
  display: grid;
  width: 38px;
  min-width: 38px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
}

.product-quantity-controls button:hover,
.product-quantity-controls button:focus-visible {
  background: #f7eee7;
}

.product-quantity-controls button:disabled,
.quantity-controls button:disabled {
  color: #b7aaa4;
  cursor: not-allowed;
}

.product-quantity-controls span {
  display: grid;
  height: 44px;
  place-items: center;
  border-inline: 1px solid var(--line);
  color: var(--ink);
}

.lookbook {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
  padding: clamp(56px, 8vw, 96px) clamp(20px, 5vw, 72px);
  background: #fff;
}

.lookbook-copy {
  position: sticky;
  top: 118px;
}

.lookbook-copy h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.04;
}

.lookbook-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
}

.lookbook-grid img {
  width: 100%;
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  background: #f7eee7;
}

.lookbook-grid img:first-child {
  grid-row: span 2;
  min-height: 620px;
}

.set-builder {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.72fr);
  gap: 32px;
  align-items: start;
  background:
    linear-gradient(135deg, rgba(99, 141, 120, 0.14), rgba(255, 255, 255, 0.24)),
    #f2f7f3;
}

.set-builder p:not(.eyebrow),
.custom-order p,
.story-band p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.bundle-list {
  display: grid;
  gap: 12px;
}

.bundle-list button {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-color: rgba(111, 157, 131, 0.32);
  background: var(--surface);
  text-align: left;
}

.bundle-list button:hover,
.bundle-list button:focus-visible {
  border-color: var(--sage);
  box-shadow: 0 14px 30px rgba(99, 141, 120, 0.13);
}

.bundle-list span {
  font-family: Georgia, serif;
  font-weight: 500;
  font-size: 1.32rem;
}

.bundle-list small {
  color: var(--muted);
  font-size: 0.92rem;
}

.custom-order {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.8fr);
  gap: 32px;
  align-items: start;
  background: var(--surface);
}

.custom-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.custom-points li {
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fbf7f2;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 500;
}

.inquiry-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf5;
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 500;
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
}

.inquiry-form input {
  min-height: 44px;
  padding: 0 12px;
}

.inquiry-form textarea {
  resize: vertical;
  padding: 12px;
}

.inquiry-form button {
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  background: var(--ink);
  color: #fffaf5;
  cursor: pointer;
  font-weight: 500;
}

.story-band {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 32px;
  align-items: start;
  background: #f8ece3;
}

.story-copy {
  display: grid;
  gap: 22px;
}

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

blockquote {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(217, 79, 117, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 1.08rem;
  line-height: 1.42;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: flex;
  justify-content: flex-end;
  background: rgba(36, 31, 33, 0.32);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.tryon-drawer {
  position: fixed;
  inset: 0;
  z-index: 42;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(36, 31, 33, 0.36);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.tryon-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.tryon-panel {
  display: grid;
  gap: 16px;
  width: min(100%, 480px);
  max-height: min(760px, calc(100vh - 40px));
  overflow: auto;
  padding: 22px;
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  transform: translateY(10px);
  transition: transform 220ms ease;
}

.tryon-drawer.is-open .tryon-panel {
  transform: translateY(0);
}

.tryon-panel-header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: start;
}

.tryon-panel-header .eyebrow {
  margin-bottom: 0;
}

.tryon-panel-header button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  cursor: pointer;
  font-weight: 500;
}

.tryon-panel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  background: #f8efe9;
}

.tryon-panel h2 {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.05;
}

.tryon-panel p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.tryon-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.tryon-steps span {
  min-height: 46px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fffaf5;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
}

.cart-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.cart-panel {
  display: grid;
  grid-template-rows: auto 1fr auto auto auto;
  width: min(100%, 420px);
  height: 100%;
  padding: 22px;
  background: var(--surface);
  box-shadow: var(--shadow);
  transform: translateX(100%);
  transition: transform 220ms ease;
}

.cart-drawer.is-open .cart-panel {
  transform: translateX(0);
}

.cart-panel-header,
.cart-row,
.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cart-panel-header h2 {
  margin: 0;
  font-size: 1.75rem;
}

.cart-panel-header button {
  min-height: 38px;
  padding: 0 12px;
  border-color: var(--line);
  background: var(--paper);
}

.cart-items {
  display: grid;
  align-content: start;
  gap: 14px;
  overflow: auto;
  padding: 24px 0;
}

.cart-row {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.cart-row strong {
  display: block;
}

.cart-row small {
  color: var(--muted);
}

.quantity-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.quantity-controls button {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  cursor: pointer;
  font-weight: 500;
}

.cart-empty {
  display: none;
  place-items: center;
  color: var(--muted);
  padding: 36px;
  text-align: center;
}

.cart-empty.is-visible {
  display: grid;
}

.cart-total {
  padding: 18px 0;
  border-top: 1px solid var(--line);
  font-size: 1.1rem;
}

.checkout-link {
  display: grid;
  min-height: 52px;
  place-items: center;
}

.checkout-link[aria-disabled="true"] {
  opacity: 0.44;
  pointer-events: none;
}

.site-footer {
  padding: 54px clamp(20px, 5vw, 72px) 28px;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(243, 228, 214, 0.56)),
    var(--paper);
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(240px, 1.3fr) repeat(3, minmax(132px, 0.7fr));
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.footer-brand {
  display: grid;
  gap: 16px;
  max-width: 380px;
}

.footer-brand a {
  display: inline-flex;
  width: max-content;
}

.footer-brand img {
  width: clamp(168px, 16vw, 228px);
  height: auto;
}

.footer-brand p {
  max-width: 32ch;
  line-height: 1.65;
}

.footer-column {
  display: grid;
  gap: 10px;
}

.footer-column h2 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-column a {
  width: max-content;
  max-width: 100%;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--berry);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid rgba(230, 217, 208, 0.86);
  font-size: 0.86rem;
}

.footer-bottom span:first-child {
  color: var(--ink);
  font-weight: 500;
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .lookbook,
  .shop-hero,
  .shop-catalog,
  .set-builder,
  .custom-order,
  .story-band {
    grid-template-columns: 1fr;
  }

  .shop-sidebar {
    position: static;
  }

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

  .lookbook-copy {
    position: static;
  }

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

  .lookbook-grid img:first-child {
    grid-column: 1 / -1;
    min-height: 420px;
  }

  .hero {
    min-height: 720px;
  }

  .trust-strip,
  .collection-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    text-align: left;
  }

  .trust-strip span:last-child {
    border-bottom: 0;
  }

  .collection-card,
  .collection-card.large {
    min-height: 360px;
  }

  .press-row {
    grid-template-columns: 1fr;
  }

  .shop-summary,
  .shop-custom-banner {
    align-items: stretch;
    flex-direction: column;
  }

  .shop-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .sort-control {
    justify-content: space-between;
  }

  [data-shop-page] .shop-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

}

@media (max-width: 560px) {
  .hero-actions {
    flex-direction: column;
  }

  .primary-link,
  .secondary-link {
    width: 100%;
  }

  .hero {
    min-height: 680px;
    padding-top: 54px;
  }

  .hero-metrics {
    display: grid;
  }

  .product-card {
    grid-template-rows: 250px auto;
  }

  .product-media,
  .product-card img {
    min-height: 250px;
  }

  .tryon-steps {
    grid-template-columns: 1fr;
  }

  [data-shop-page] .shop-product-grid,
  .filter-group {
    grid-template-columns: 1fr;
  }

  .shop-hero-slide figcaption {
    right: 20px;
    bottom: 86px;
    left: 20px;
    max-width: none;
  }

  .shop-hero-slider-controls {
    right: 20px;
    bottom: 20px;
    left: 20px;
    justify-content: space-between;
  }

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

  .lookbook-grid img,
  .lookbook-grid img:first-child {
    grid-column: auto;
    grid-row: auto;
    min-height: 280px;
  }

  .site-footer {
    padding-top: 42px;
  }

  .footer-main,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-main {
    gap: 30px;
  }

  .footer-bottom {
    display: grid;
  }
}
