:root {
  --store-ink: #11110f;
  --store-muted: #6c6b66;
  --store-line: #dcdcd6;
  --store-soft: #f2f2ef;
  --store-white: #fff;
}

body {
  color: var(--store-ink);
  background: var(--store-white);
  font-family: "Manrope", Arial, sans-serif;
}

.announcement {
  min-height: 32px;
  justify-content: space-between;
  padding: 0 42px;
  border-bottom: 1px solid var(--store-line);
  color: var(--store-ink);
  background: var(--store-white);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.store-header {
  position: relative;
  top: auto;
  height: 88px;
  grid-template-columns: 180px minmax(0, 1fr) 180px;
  padding: 0 42px;
  border-bottom: 0;
  background: var(--store-white);
  backdrop-filter: none;
}

.store-header .brand { justify-self: start; }
.brand strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.15rem;
  font-weight: 600;
  letter-spacing: 0.22em;
}
.brand span { font-size: 0.43rem; letter-spacing: 0.62em; }
.main-nav { gap: 32px; font-size: 0.7rem; font-weight: 500; }
.main-nav a,
.main-nav button { min-height: 44px; padding: 0; }
.header-tools .icon-button { border-radius: 0; }
.header-tools .icon-button:hover { background: var(--store-soft); }
.cart-count { background: var(--store-ink); }

.category-bar {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  padding: 0 24px;
  border-top: 1px solid var(--store-line);
  border-bottom: 1px solid var(--store-line);
  overflow-x: auto;
  background: var(--store-white);
  scrollbar-width: none;
}
.category-bar::-webkit-scrollbar { display: none; }
.category-bar a,
.category-bar button {
  min-height: 41px;
  flex: none;
  padding: 0;
  border: 0;
  color: var(--store-muted);
  background: transparent;
  font-size: 0.61rem;
  font-weight: 500;
}
.category-bar a:hover,
.category-bar button:hover { color: var(--store-ink); }

.store-intro {
  max-width: 1500px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  align-items: end;
  gap: 30px;
  margin: 0 auto;
  padding: 84px 42px 38px;
}
.store-intro > p { padding-bottom: 10px; color: var(--store-muted); font-size: 0.58rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.store-intro h1 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 5.2rem; font-weight: 500; line-height: 0.88; }
.store-intro > div { display: flex; align-items: center; gap: 20px; padding-bottom: 10px; }
.store-intro > div span { color: var(--store-muted); font-size: 0.58rem; white-space: nowrap; }
.store-intro > div span + span::before { margin-right: 20px; color: #aaa9a4; content: "/"; }

.campaign-mosaic {
  max-width: 1500px;
  height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(320px, 0.75fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 2px;
  margin: 0 auto;
  padding: 0 42px;
}
.campaign-mosaic > button {
  position: relative;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #d7d6d1;
  text-align: left;
}
.campaign-mosaic .campaign-main { grid-row: 1 / -1; }
.campaign-mosaic img { height: 100%; object-fit: cover; object-position: center 26%; filter: saturate(0.76); transition: transform 800ms ease; }
.campaign-mosaic > button:nth-child(2) img { object-position: center 29%; }
.campaign-mosaic > button:nth-child(3) img { object-position: center 18%; }
.campaign-mosaic > button::after { position: absolute; inset: 0; background: rgba(5, 5, 5, 0.18); content: ""; }
.campaign-mosaic > button:hover img { transform: scale(1.014); }
.campaign-mosaic > button > span { position: absolute; right: 28px; bottom: 27px; left: 28px; z-index: 1; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 4px 20px; }
.campaign-mosaic small { grid-column: 1 / -1; font-size: 0.53rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.campaign-mosaic strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.25rem; font-weight: 500; line-height: 1; }
.campaign-mosaic em { padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,0.82); font-size: 0.58rem; font-style: normal; font-weight: 600; }
.campaign-main strong { font-size: 3.6rem; }

.featured-section,
.catalog-section {
  max-width: 1500px;
  margin: 0 auto;
  padding: 118px 42px 132px;
}
.featured-section > header,
.catalog-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; padding-bottom: 20px; border-bottom: 1px solid var(--store-ink); }
.featured-section header p,
.catalog-heading p,
.lookbook-strip > div > p,
.brand-interlude > p { margin-bottom: 9px; color: var(--store-muted); font-size: 0.56rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.featured-section h2,
.catalog-heading h2 { font-size: 1.45rem; font-weight: 500; }
.featured-section header > button { display: inline-flex; align-items: center; gap: 8px; padding: 0 0 5px; border: 0; border-bottom: 1px solid var(--store-ink); background: transparent; font-size: 0.62rem; font-weight: 600; }
.featured-section header > button svg { width: 13px; }
.featured-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }

.product-card { min-width: 0; cursor: pointer; }
.product-media { aspect-ratio: 3 / 4.08; background: var(--store-soft); }
.product-media img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: opacity 260ms ease, transform 700ms ease; }
.product-image-primary { opacity: 1; }
.product-image-secondary { opacity: 0; }
.product-card:hover .product-image-primary { opacity: 0; transform: none; }
.product-card:hover .product-image-secondary { opacity: 1; transform: scale(1.01); }
.product-badge { top: 12px; left: 12px; padding: 0; color: var(--store-ink); background: transparent; font-size: 0.53rem; font-weight: 600; letter-spacing: 0.08em; text-shadow: 0 1px 8px #fff; }
.quick-add { right: 0; bottom: 0; left: 0; min-height: 44px; border: 0; background: rgba(255,255,255,0.94); font-size: 0.62rem; font-weight: 600; }
.product-info { padding: 13px 1px 0; }
.product-title-row { align-items: baseline; }
.product-title-row h3,
.product-title-row strong { font-family: "Manrope", Arial, sans-serif; font-size: 0.7rem; font-weight: 500; }
.product-info > p { margin-top: 5px; color: var(--store-muted); font-size: 0.56rem; }
.swatch-list { gap: 6px; margin-top: 9px; }
.swatch { width: 9px; height: 9px; }

.brand-interlude {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 230px;
  align-items: start;
  gap: 36px;
  padding: 106px 72px 112px;
  color: #f7f7f4;
  background: #151513;
}
.brand-interlude > p { margin-top: 9px; color: #8d8d87; }
.brand-interlude blockquote { max-width: 900px; margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 5rem; font-weight: 500; line-height: 0.94; }
.brand-interlude > div { display: flex; flex-direction: column; gap: 13px; padding-top: 9px; color: #aaa9a3; font-size: 0.62rem; }
.brand-interlude > div span { padding-bottom: 12px; border-bottom: 1px solid #3a3a37; }

.catalog-section { padding-top: 112px; }
.catalog-heading .sort-control { display: flex; align-items: center; gap: 8px; color: var(--store-muted); font-size: 0.6rem; }
.catalog-heading select { min-height: 36px; padding: 0 26px 0 8px; border: 0; background: #fff; font-size: 0.62rem; }
.catalog-layout { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 48px; }
.catalog-layout > aside { align-self: start; position: sticky; top: 22px; }
.catalog-layout > aside > p { margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--store-line); font-size: 0.6rem; font-weight: 600; text-transform: uppercase; }
.catalog-layout .filter-tabs { display: flex; align-items: stretch; flex-direction: column; gap: 0; }
.catalog-layout .filter-tab { width: 100%; min-height: 43px; display: flex; align-items: center; padding: 0; border: 0; border-bottom: 1px solid var(--store-line); color: var(--store-muted); background: transparent; font-size: 0.64rem; font-weight: 500; text-align: left; }
.catalog-layout .filter-tab::after { margin-left: auto; content: "+"; }
.catalog-layout .filter-tab.is-active { color: var(--store-ink); }
.catalog-layout .filter-tab.is-active::after { content: "−"; }
.catalog-note { display: flex; flex-direction: column; gap: 7px; margin-top: 38px; padding: 18px; background: var(--store-soft); }
.catalog-note strong { font-size: 0.62rem; }
.catalog-note span { color: var(--store-muted); font-size: 0.58rem; line-height: 1.65; }
.catalog-layout .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 52px 14px; }

.lookbook-strip {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0.72fr minmax(0, 1fr);
  background: var(--store-soft);
}
.lookbook-strip figure { min-height: 680px; }
.lookbook-strip figure img { height: 100%; object-fit: cover; object-position: center 25%; filter: saturate(0.72); }
.lookbook-strip > div { display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 60px 44px; text-align: center; }
.lookbook-strip h2 { max-width: 420px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 3.8rem; font-weight: 500; line-height: 0.96; }
.lookbook-strip a { display: inline-flex; align-items: center; gap: 7px; margin-top: 28px; padding-bottom: 4px; border-bottom: 1px solid var(--store-ink); font-size: 0.61rem; font-weight: 600; }
.lookbook-strip a svg { width: 13px; }

.service-strip { max-width: 1500px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 auto; border-inline: 1px solid var(--store-line); }
.service-strip > div { min-height: 102px; justify-content: flex-start; gap: 18px; padding: 22px 34px; }
.service-strip > div > span { color: #aaa9a3; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.35rem; }
.service-strip p { display: flex; flex-direction: column; gap: 4px; color: var(--store-muted); font-size: 0.6rem; }
.service-strip strong { color: var(--store-ink); font-size: 0.68rem; font-weight: 600; }

.store-footer { max-width: none; grid-template-columns: 1.45fr repeat(3, minmax(130px, 0.55fr)); padding: 82px 48px 26px; border-top: 1px solid var(--store-line); }
.store-footer h3 { font-size: 0.59rem; letter-spacing: 0.1em; }
.store-footer a,
.store-footer button,
.store-footer p { font-size: 0.65rem; }
.store-footer .footer-bottom { margin-top: 64px; }

@media (max-width: 1100px) {
  .store-header { grid-template-columns: 155px 1fr 150px; padding: 0 24px; }
  .main-nav { gap: 20px; }
  .store-intro { grid-template-columns: 140px 1fr; padding-right: 24px; padding-left: 24px; }
  .store-intro > div { grid-column: 2; }
  .campaign-mosaic { padding: 0 24px; }
  .featured-section,
  .catalog-section { padding-right: 24px; padding-left: 24px; }
  .brand-interlude { grid-template-columns: 130px 1fr; padding-right: 42px; padding-left: 42px; }
  .brand-interlude > div { grid-column: 2; flex-direction: row; flex-wrap: wrap; }
  .brand-interlude > div span { flex: 1 1 140px; }
  .brand-interlude blockquote { font-size: 4.2rem; }
  .catalog-layout { grid-template-columns: 180px 1fr; gap: 32px; }
  .lookbook-strip h2 { font-size: 3.2rem; }
}

@media (max-width: 840px) {
  .announcement { min-height: 29px; justify-content: center; padding: 0 14px; font-size: 0.53rem; }
  .announcement span + span { display: none; }
  .store-header { height: 68px; grid-template-columns: 42px 1fr 124px; padding: 0 8px; }
  .store-header .brand { justify-self: center; }
  .brand strong { font-size: 1.65rem; }
  .main-nav { top: 97px; padding: 14px 18px 22px; }
  .main-nav a,
  .main-nav button { min-height: 50px; border-bottom: 1px solid var(--store-line); text-align: left; }
  .category-bar { justify-content: flex-start; gap: 24px; padding: 0 17px; }
  .store-intro { display: block; padding: 54px 17px 24px; }
  .store-intro > p { padding-bottom: 9px; }
  .store-intro h1 { font-size: 3.35rem; }
  .store-intro > div { gap: 12px; margin-top: 22px; overflow-x: auto; }
  .store-intro > div span { flex: none; }
  .store-intro > div span + span::before { margin-right: 12px; }
  .campaign-mosaic { height: auto; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 62svh 46svh; gap: 2px; padding: 0; }
  .campaign-mosaic .campaign-main { grid-row: auto; grid-column: 1 / -1; }
  .campaign-mosaic strong,
  .campaign-main strong { font-size: 2.35rem; }
  .campaign-mosaic > button > span { right: 18px; bottom: 20px; left: 18px; display: flex; align-items: flex-start; flex-direction: column; }
  .campaign-mosaic em { margin-top: 10px; }
  .featured-section,
  .catalog-section { padding: 76px 14px 90px; }
  .featured-section > header,
  .catalog-heading { margin-bottom: 24px; }
  .featured-grid { grid-template-columns: repeat(4, 78vw); gap: 9px; margin-right: -14px; overflow-x: auto; padding-right: 14px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .featured-grid::-webkit-scrollbar { display: none; }
  .featured-grid .product-card { scroll-snap-align: start; }
  .brand-interlude { grid-template-columns: 1fr; gap: 24px; padding: 72px 20px 78px; }
  .brand-interlude blockquote { font-size: 3.25rem; }
  .brand-interlude > div { grid-column: auto; flex-direction: column; }
  .catalog-layout { display: block; }
  .catalog-layout > aside { position: static; margin-bottom: 28px; }
  .catalog-layout > aside > p,
  .catalog-note { display: none; }
  .catalog-layout .filter-tabs { align-items: center; flex-direction: row; gap: 24px; overflow-x: auto; border-bottom: 1px solid var(--store-line); scrollbar-width: none; }
  .catalog-layout .filter-tab { width: auto; min-height: 44px; flex: none; border-bottom: 2px solid transparent; }
  .catalog-layout .filter-tab::after { display: none; }
  .catalog-layout .filter-tab.is-active { border-bottom-color: var(--store-ink); }
  .catalog-layout .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 8px; }
  .quick-add { position: static; min-height: 38px; margin-top: 7px; border: 1px solid var(--store-line); opacity: 1; transform: none; }
  .product-title-row { display: block; }
  .product-title-row strong { display: block; margin-top: 4px; }
  .product-info > p { min-height: 28px; }
  .lookbook-strip { min-height: 0; grid-template-columns: 1fr; }
  .lookbook-strip figure { min-height: 66svh; }
  .lookbook-strip > div { min-height: 420px; padding: 62px 22px; }
  .lookbook-strip h2 { font-size: 3rem; }
  .service-strip { grid-template-columns: 1fr; border-inline: 0; }
  .service-strip > div { min-height: 82px; border-right: 0; }
  .store-footer { grid-template-columns: 1fr 1fr; padding: 58px 22px 24px; }
}

@media (max-width: 520px) {
  .store-intro h1 { font-size: 3rem; }
  .campaign-mosaic { grid-template-rows: 58svh 42svh; }
  .campaign-mosaic strong,
  .campaign-main strong { font-size: 2rem; }
  .featured-section h2,
  .catalog-heading h2 { font-size: 1.3rem; }
  .brand-interlude blockquote { font-size: 2.85rem; }
  .product-title-row h3,
  .product-title-row strong { font-size: 0.65rem; }
  .product-info > p { font-size: 0.53rem; }
  .lookbook-strip h2 { font-size: 2.7rem; }
}

/* Sipariş sonrası indirim çarkı */
.reward-wheel-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  align-items: center;
  gap: 24px;
  margin-bottom: 18px;
  padding: 28px;
  overflow: hidden;
  color: #f8f5ef;
  background: #171615;
}
.reward-wheel-card::before {
  position: absolute;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  top: -150px;
  left: -95px;
  content: "";
}
.reward-wheel-copy,
.reward-wheel-play,
.reward-wheel-result { position: relative; z-index: 1; }
.reward-wheel-copy .eyebrow { color: #d9b69c; }
.reward-wheel-copy h3 {
  max-width: 360px;
  margin-top: 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
}
.reward-wheel-copy > p:not(.eyebrow) {
  margin-top: 18px;
  color: #f0ebe3;
  font-size: 0.76rem;
  line-height: 1.65;
}
.reward-wheel-copy > small {
  display: block;
  max-width: 410px;
  margin-top: 11px;
  color: #aaa49d;
  font-size: 0.62rem;
  line-height: 1.65;
}
.reward-wheel-play { display: grid; justify-items: center; }
.reward-wheel-wrap {
  position: relative;
  width: 220px;
  height: 220px;
  display: grid;
  place-items: center;
}
.reward-wheel-disc {
  position: absolute;
  inset: 0;
  border: 5px solid #f7f1e8;
  border-radius: 50%;
  background: conic-gradient(
    from -30deg,
    #8a2535 0deg 60deg,
    #272423 60deg 120deg,
    #e7d8ca 120deg 180deg,
    #aa7548 180deg 240deg,
    #684a40 240deg 300deg,
    #eee8df 300deg 360deg
  );
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.35), inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  transition: transform 4s cubic-bezier(0.12, 0.67, 0.12, 1);
  will-change: transform;
}
.reward-wheel-disc::after {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  content: "";
}
.reward-wheel-disc > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58px;
  margin: -8px 0 0 -29px;
  color: #fff;
  font-size: 0.64rem;
  font-weight: 700;
  text-align: center;
  transform: rotate(var(--angle)) translateY(-78px);
}
.reward-wheel-disc > span:nth-child(3),
.reward-wheel-disc > span:nth-child(6) { color: #211d1a; }
.reward-wheel-pointer {
  position: absolute;
  top: -8px;
  z-index: 3;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 24px solid #fff;
  filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.3));
}
.reward-wheel-button {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  border: 5px solid #f7f1e8;
  border-radius: 50%;
  color: #fff;
  background: #111;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
}
.reward-wheel-button:not(:disabled):hover { background: #8a2535; }
.reward-wheel-button:disabled { cursor: not-allowed; opacity: 0.58; }
.reward-wheel-card.is-locked .reward-wheel-disc { filter: grayscale(0.8); opacity: 0.55; }
.reward-wheel-message {
  min-height: 18px;
  margin-top: 10px;
  color: #d8d1c8;
  font-size: 0.62rem;
  text-align: center;
}
.reward-wheel-result {
  grid-column: 1 / -1;
  padding: 20px;
  color: #171615;
  background: #f4eee6;
  text-align: center;
}
.reward-wheel-result[hidden] { display: none; }
.reward-wheel-result > span { color: #8a2535; font-size: 0.58rem; font-weight: 700; letter-spacing: 0.16em; }
.reward-wheel-result > strong {
  display: block;
  margin-top: 4px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.45rem;
  font-weight: 600;
}
.reward-wheel-result > p { margin-top: 3px; color: #665f58; font-size: 0.68rem; }
.reward-wheel-result > div {
  max-width: 390px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 15px auto 0;
  border: 1px dashed #9b8f83;
  background: #fff;
}
.reward-wheel-result code {
  align-self: center;
  padding: 0 12px;
  overflow-wrap: anywhere;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.reward-wheel-result button,
.account-coupon-code button {
  min-height: 40px;
  padding: 0 13px;
  border: 0;
  color: #fff;
  background: #171615;
  font-size: 0.6rem;
  font-weight: 600;
}
.reward-wheel-result > small { display: block; margin-top: 9px; color: #756d65; font-size: 0.6rem; }
.account-coupons { margin-top: 14px; }
.account-coupon-code button { flex: none; min-height: 34px; padding: 0 10px; }

@media (max-width: 700px) {
  .reward-wheel-card { grid-template-columns: 1fr; padding: 24px 18px; }
  .reward-wheel-copy { text-align: center; }
  .reward-wheel-copy h3,
  .reward-wheel-copy > small { margin-right: auto; margin-left: auto; }
  .reward-wheel-copy h3 { font-size: 1.95rem; }
  .reward-wheel-wrap { width: 210px; height: 210px; }
  .reward-wheel-disc > span { transform: rotate(var(--angle)) translateY(-74px); }
  .reward-wheel-result { padding: 18px 12px; }
  .reward-wheel-result > div { grid-template-columns: 1fr; }
  .reward-wheel-result code { min-height: 42px; display: grid; place-items: center; }
}

@media (prefers-reduced-motion: reduce) {
  .reward-wheel-disc { transition-duration: 0.01ms; }
}

/* Simplified monochrome storefront */
:root {
  --store-ink: #111111;
  --store-muted: #737373;
  --store-line: #e3e3e3;
  --store-soft: #f6f6f6;
  --store-white: #ffffff;
}

.announcement {
  min-height: 30px;
  color: #fff;
  border-bottom: 0;
  background: #111;
}

.store-header { height: 84px; border-bottom: 1px solid var(--store-line); }
.store-intro {
  display: block;
  max-width: 1500px;
  padding: 66px 42px 28px;
}
.store-intro > p { padding-bottom: 8px; }
.store-intro h1 { font-size: 4.6rem; }

.campaign-banner {
  max-width: 1500px;
  height: 610px;
  margin: 0 auto;
  padding: 0 42px;
}
.campaign-banner > button {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #e3e3e3;
  text-align: left;
}
.campaign-banner img { height: 100%; object-fit: cover; object-position: center 22%; filter: saturate(0.72); transition: transform 800ms ease; }
.campaign-banner > button::after { position: absolute; inset: 0; background: rgba(0,0,0,0.18); content: ""; }
.campaign-banner > button:hover img { transform: scale(1.01); }
.campaign-banner span { position: absolute; right: 34px; bottom: 34px; left: 34px; z-index: 1; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 5px 24px; }
.campaign-banner small { grid-column: 1 / -1; font-size: 0.55rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.campaign-banner strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 3.6rem; font-weight: 500; line-height: 1; }
.campaign-banner em { padding-bottom: 4px; border-bottom: 1px solid #fff; font-size: 0.58rem; font-style: normal; font-weight: 600; }

.featured-section,
.catalog-section { padding-top: 96px; padding-bottom: 112px; }
.featured-section > header,
.catalog-heading { margin-bottom: 28px; padding-bottom: 16px; border-bottom-color: var(--store-line); }
.featured-section header p,
.catalog-heading p { color: var(--store-muted); }
.featured-section h2,
.catalog-heading h2 { font-size: 1.5rem; }
.featured-grid { gap: 14px; }

.catalog-section { border-top: 1px solid var(--store-line); }
.catalog-filters { margin: -1px 0 28px; border-bottom: 1px solid var(--store-line); }
.catalog-filters .filter-tabs { display: flex; align-items: center; gap: 30px; overflow-x: auto; scrollbar-width: none; }
.catalog-filters .filter-tabs::-webkit-scrollbar { display: none; }
.catalog-filters .filter-tab { min-height: 48px; flex: none; padding: 0; border: 0; border-bottom: 1px solid transparent; color: var(--store-muted); background: transparent; font-size: 0.64rem; font-weight: 500; }
.catalog-filters .filter-tab.is-active { color: var(--store-ink); border-bottom-color: var(--store-ink); }
.catalog-section > .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 52px 14px; }

.service-strip { border-top: 1px solid var(--store-line); }
.service-strip > div { min-height: 94px; justify-content: center; padding: 20px 28px; }
.service-strip p { text-align: center; }
.service-strip strong { font-size: 0.67rem; }
.store-footer { background: #fff; }

@media (max-width: 1100px) {
  .store-intro,
  .campaign-banner { padding-right: 24px; padding-left: 24px; }
  .catalog-section > .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 840px) {
  .announcement { min-height: 28px; }
  .store-header { height: 68px; }
  .store-intro { padding: 46px 16px 22px; }
  .store-intro h1 { font-size: 3rem; }
  .campaign-banner { height: 58svh; min-height: 480px; padding: 0; }
  .campaign-banner img { object-position: 58% center; }
  .campaign-banner span { right: 20px; bottom: 24px; left: 20px; display: flex; align-items: flex-start; flex-direction: column; }
  .campaign-banner strong { font-size: 2.8rem; }
  .campaign-banner em { margin-top: 12px; }
  .featured-section,
  .catalog-section { padding: 68px 14px 82px; }
  .catalog-heading { align-items: flex-end; }
  .catalog-filters { margin-bottom: 22px; }
  .catalog-section > .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 8px; }
  .service-strip > div { justify-content: flex-start; }
  .service-strip p { text-align: left; }
}

@media (max-width: 520px) {
  .store-intro h1 { font-size: 2.7rem; }
  .campaign-banner { min-height: 450px; }
  .campaign-banner strong { font-size: 2.45rem; }
}

/* Hamse maison direction */
:root {
  --store-accent: #7b1c2b;
}

.store-header {
  position: sticky;
  top: 0;
  z-index: 40;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  padding: 0 48px;
  background: rgba(255,255,255,0.98);
}
.store-header .brand { grid-column: 2; grid-row: 1; justify-self: center; }
.store-header .brand strong { font-family: "Bodoni Moda", Georgia, serif; font-size: 2.05rem; font-weight: 500; letter-spacing: 0.2em; }
.store-header .main-nav { grid-column: 1; grid-row: 1; justify-content: flex-start; justify-self: start; }
.store-header .header-tools { grid-column: 3; grid-row: 1; justify-self: end; }
.main-nav { gap: 30px; font-size: 0.66rem; }

.campaign-banner {
  width: 100%;
  max-width: none;
  height: 72svh;
  min-height: 620px;
  max-height: 790px;
  padding: 0;
}
.campaign-banner img { object-position: center 38%; filter: saturate(0.8) contrast(1.02); }
.campaign-banner > button::after { background: rgba(0,0,0,0.26); }
.campaign-banner span {
  right: auto;
  bottom: 64px;
  left: 70px;
  width: 620px;
  display: block;
}
.campaign-banner small { display: block; margin-bottom: 14px; color: rgba(255,255,255,0.82); font-size: 0.58rem; letter-spacing: 0.18em; }
.campaign-banner h1 {
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 5.8rem;
  font-weight: 500;
  line-height: 0.93;
}
.campaign-banner p { max-width: 390px; margin-top: 17px; color: rgba(255,255,255,0.86); font-size: 0.72rem; line-height: 1.75; }
.campaign-banner em { width: max-content; display: block; margin-top: 26px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,0.9); font-size: 0.6rem; letter-spacing: 0.03em; }

.featured-section,
.catalog-section { padding-top: 126px; padding-bottom: 136px; }
.featured-section > header,
.catalog-heading { align-items: end; margin-bottom: 42px; padding-bottom: 22px; }
.featured-section header p,
.catalog-heading p { color: var(--store-accent); font-size: 0.55rem; letter-spacing: 0.17em; }
.featured-section h2,
.catalog-heading h2 {
  margin-top: 5px;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 3.15rem;
  font-weight: 500;
  line-height: 1;
}
.featured-section header > button { font-size: 0.59rem; }
.featured-grid { gap: 22px; }
.catalog-section { background: #fafafa; }
.catalog-section > .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 72px 22px; }
.catalog-filters { margin-bottom: 38px; }
.catalog-filters .filter-tabs { justify-content: center; gap: 42px; }
.catalog-filters .filter-tab { min-height: 54px; font-size: 0.61rem; }

.product-media { aspect-ratio: 3 / 4.18; background: #f1f1f1; }
.product-info { padding-top: 16px; }
.product-title-row h3 { font-size: 0.73rem; letter-spacing: 0.01em; }
.product-title-row strong { font-size: 0.7rem; }
.product-info > p { margin-top: 7px; font-size: 0.55rem; letter-spacing: 0.02em; }
.product-badge { color: var(--store-accent); text-shadow: 0 1px 10px #fff; }
.quick-add { min-height: 48px; font-size: 0.59rem; letter-spacing: 0.04em; }
.quick-add:hover { background: var(--store-accent); }

.service-strip { max-width: none; border: 0; color: #fff; background: #151515; }
.service-strip > div { min-height: 110px; border-right-color: #303030; }
.service-strip p { color: #969692; }
.service-strip strong { color: #fff; font-size: 0.65rem; letter-spacing: 0.04em; }

.store-footer .brand strong,
.product-purchase h2,
.account-shell h2,
.step-heading h2,
.checkout-summary h2 { font-family: "Bodoni Moda", Georgia, serif; }
.product-purchase h2 { font-size: 3.4rem; }
.store-footer { padding-top: 94px; padding-bottom: 32px; }
.store-footer .footer-brand > p { max-width: 250px; margin-top: 18px; line-height: 1.7; }

@media (max-width: 1100px) {
  .store-header { padding: 0 24px; }
  .main-nav { gap: 18px; }
  .campaign-banner span { left: 42px; }
  .campaign-banner h1 { font-size: 5rem; }
}

@media (max-width: 840px) {
  .store-header { position: sticky; grid-template-columns: 42px 1fr 124px; padding: 0 8px; }
  .store-header .mobile-menu-button { grid-column: 1; grid-row: 1; }
  .store-header .brand { grid-column: 2; grid-row: 1; }
  .store-header .brand strong { font-size: 1.65rem; }
  .store-header .main-nav { grid-column: auto; grid-row: auto; }
  .store-header .header-tools { grid-column: 3; grid-row: 1; }
  .campaign-banner { height: 64svh; min-height: 520px; }
  .campaign-banner img { object-position: 51% center; }
  .campaign-banner span { right: 20px; bottom: 38px; left: 20px; width: auto; }
  .campaign-banner h1 { font-size: 3.8rem; }
  .campaign-banner p { max-width: 300px; font-size: 0.66rem; }
  .featured-section,
  .catalog-section { padding-top: 86px; padding-bottom: 96px; }
  .featured-section > header,
  .catalog-heading { margin-bottom: 28px; }
  .featured-section h2,
  .catalog-heading h2 { font-size: 2.55rem; }
  .catalog-filters .filter-tabs { justify-content: flex-start; gap: 26px; }
  .catalog-section > .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 8px; }
  .service-strip > div { min-height: 86px; }
  .product-purchase h2 { font-size: 2.8rem; }
}

@media (max-width: 520px) {
  .campaign-banner h1 { font-size: 3.25rem; }
  .featured-section h2,
  .catalog-heading h2 { font-size: 2.25rem; }
}

/* HE-QA inspired, Hamse adapted */
:root {
  --store-accent: #d21f3c;
}

body { font-family: "Inter", Arial, sans-serif; }
.announcement {
  position: relative;
  z-index: 60;
  min-height: 32px;
  color: #151515;
  background: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.54rem;
  font-weight: 400;
  letter-spacing: 0.14em;
}

.store-header {
  position: absolute;
  top: 32px;
  right: 0;
  left: 0;
  z-index: 50;
  height: 88px;
  grid-template-columns: 1fr auto 1fr;
  padding: 0 45px;
  border: 0;
  color: #fff;
  background: transparent;
  backdrop-filter: none;
}
.store-header .brand strong {
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.65rem;
  font-weight: 300;
  letter-spacing: 0.32em;
}
.store-header .brand span { color: rgba(255,255,255,0.8); font-size: 0.38rem; font-weight: 400; letter-spacing: 0.66em; }
.store-header .mobile-menu-button {
  width: auto;
  display: inline-flex;
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  gap: 8px;
  color: #fff;
}
.store-header .mobile-menu-button span { font-size: 0.62rem; font-weight: 400; }
.store-header .mobile-menu-button svg { width: 23px; }
.store-header .header-tools { color: #fff; }
.store-header .icon-button:hover { background: rgba(255,255,255,0.12); }
.store-header .cart-count { color: #111; background: #fff; }
.store-header .main-nav {
  position: absolute;
  top: 74px;
  left: 44px;
  width: 250px;
  display: none;
  align-items: stretch;
  flex-direction: column;
  gap: 0;
  padding: 12px 22px;
  color: #111;
  border: 1px solid #e4e4e4;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0,0,0,0.12);
}
body.menu-open .store-header .main-nav { display: flex; }
.store-header .main-nav a,
.store-header .main-nav button { min-height: 48px; width: 100%; justify-content: flex-start; padding: 0; border-bottom: 1px solid #e6e6e6; color: #111; text-align: left; }
.store-header .main-nav a:last-child { border-bottom: 0; }

.campaign-banner {
  height: 78svh;
  min-height: 640px;
  max-height: 860px;
  background: #888;
}
.campaign-banner img { object-position: center 36%; filter: saturate(0.92) contrast(1.03); }
.campaign-banner > button::after { background: rgba(0,0,0,0.17); }
.campaign-banner span {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: min(900px, calc(100% - 40px));
  text-align: center;
  transform: translate(-50%, -42%);
}
.campaign-banner small { margin-bottom: 20px; color: #fff; font-size: 0.55rem; font-weight: 400; letter-spacing: 0.24em; }
.campaign-banner h1 {
  font-family: "Inter", Arial, sans-serif;
  font-size: 5.4rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1;
}
.campaign-banner p { max-width: none; margin-top: 16px; color: #fff; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.22em; }
.campaign-banner em { margin: 32px auto 0; font-size: 0.55rem; font-weight: 500; letter-spacing: 0.08em; }

.campaign-ticker {
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #111;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
}
.campaign-ticker > div { min-width: max-content; display: flex; align-items: center; gap: 28px; padding: 0 28px; animation: hamse-ticker 26s linear infinite; }
.campaign-ticker span { font-size: 0.52rem; font-weight: 500; letter-spacing: 0.12em; }
.campaign-ticker i { width: 5px; height: 5px; background: var(--store-accent); transform: rotate(45deg); }
@keyframes hamse-ticker { from { transform: translateX(0); } to { transform: translateX(-35%); } }

.edit-section {
  max-width: 1600px;
  margin: 0 auto;
  padding: 112px 46px 132px;
}
.edit-section > header { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 38px; text-align: left; }
.edit-section header p { margin-bottom: 8px; font-size: 0.6rem; font-weight: 500; letter-spacing: 0.17em; }
.edit-section h2 { font-size: 2rem; font-weight: 400; letter-spacing: 0.01em; }
.edit-section header > span { max-width: 330px; color: #737373; font-size: 0.65rem; line-height: 1.7; }
.edit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.edit-grid button { min-width: 0; padding: 0; border: 0; border-radius: 0; background: #fff; text-align: left; }
.edit-grid img { aspect-ratio: 3 / 4.15; object-fit: cover; object-position: center 24%; filter: saturate(0.92); transition: transform 700ms ease; }
.edit-grid button:hover img { transform: scale(1.01); }
.edit-grid button > span { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; padding: 15px 2px 0; }
.edit-grid b { color: #a4a4a4; font-size: 0.58rem; font-weight: 400; }
.edit-grid strong { font-size: 0.62rem; font-weight: 500; letter-spacing: 0.1em; }
.edit-grid em { color: #6d6d6d; font-size: 0.58rem; font-style: normal; }

.featured-section,
.catalog-section { max-width: 1600px; padding: 112px 46px 132px; }
.featured-section { max-width: none; padding-right: 46px; padding-left: 46px; background: #f5f5f5; }
.featured-section > header,
.catalog-heading { max-width: 1508px; margin-right: auto; margin-bottom: 38px; margin-left: auto; padding-bottom: 0; border-bottom: 0; }
.featured-section header p,
.catalog-heading p { color: #111; font-size: 0.58rem; font-weight: 500; letter-spacing: 0.18em; }
.featured-section h2,
.catalog-heading h2 {
  max-width: 760px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 2.15rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.18;
}
.featured-section header > button { font-size: 0.55rem; letter-spacing: 0.08em; }
.featured-grid { max-width: 1508px; margin: 0 auto; gap: 18px; }
.catalog-section { max-width: 1600px; background: #fff; }
.catalog-section > .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 62px 14px; }
.catalog-filters { margin-bottom: 34px; border-color: #ddd; }
.catalog-filters .filter-tabs { justify-content: flex-start; gap: 38px; }
.catalog-filters .filter-tab { min-height: 48px; font-size: 0.58rem; letter-spacing: 0.04em; }

.product-media { aspect-ratio: 3 / 4.18; }
.product-index { position: absolute; top: 12px; left: 12px; z-index: 2; color: #111; font-size: 0.54rem; font-weight: 500; text-shadow: 0 1px 8px #fff; }
.product-badge { top: 12px; right: 12px; left: auto; color: #111; font-size: 0.5rem; }
.product-title-row h3,
.product-title-row strong { font-family: "Inter", Arial, sans-serif; font-size: 0.66rem; font-weight: 400; }
.product-info > p { color: #727272; font-size: 0.53rem; }
.quick-add { color: #111; font-size: 0.54rem; }
.quick-add:hover { color: #fff; background: #111; }

.detail-campaign {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  color: #fff;
  background: #111;
}
.detail-campaign::after { position: absolute; inset: 0; background: rgba(0,0,0,0.22); content: ""; }
.detail-campaign > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 31%; }
.detail-campaign > div { position: relative; z-index: 1; width: 50%; padding: 70px; }
.detail-campaign p { margin-bottom: 16px; font-size: 0.57rem; font-weight: 500; letter-spacing: 0.2em; }
.detail-campaign h2 { font-size: 4.1rem; font-weight: 300; line-height: 1.08; }
.detail-campaign button { margin-top: 28px; padding: 0 0 5px; border: 0; border-bottom: 1px solid #fff; color: #fff; background: transparent; font-size: 0.55rem; font-weight: 500; letter-spacing: 0.08em; }

.service-strip { background: #111; }
.store-footer .brand strong,
.product-purchase h2,
.account-shell h2,
.step-heading h2,
.checkout-summary h2 { font-family: "Inter", Arial, sans-serif; font-weight: 300; }
.store-footer .brand strong { color: #111; font-size: 1.55rem; }

@media (max-width: 1080px) {
  .store-header { padding: 0 24px; }
  .store-header .main-nav { left: 24px; }
  .campaign-banner h1 { font-size: 4.5rem; }
  .edit-section,
  .featured-section,
  .catalog-section { padding-right: 24px; padding-left: 24px; }
  .catalog-section > .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 840px) {
  .announcement { min-height: 28px; }
  .store-header { top: 28px; height: 72px; }
  .store-header .mobile-menu-button span { display: none; }
  .store-header .brand strong { font-size: 1.35rem; }
  .store-header .brand span { font-size: 0.33rem; }
  .store-header .main-nav { top: 68px; right: 12px; left: 12px; width: auto; }
  .campaign-banner { height: 72svh; min-height: 540px; }
  .campaign-banner img { object-position: 49% center; }
  .campaign-banner h1 { font-size: 3.2rem; letter-spacing: 0.08em; }
  .campaign-banner p { font-size: 0.62rem; letter-spacing: 0.15em; }
  .campaign-banner em { margin-top: 25px; }
  .campaign-ticker > div { animation-duration: 20s; }
  .edit-section { padding: 78px 14px 92px; }
  .edit-section > header { display: block; margin-bottom: 28px; }
  .edit-section h2 { font-size: 1.65rem; }
  .edit-section header > span { display: block; margin-top: 12px; }
  .edit-grid { grid-template-columns: repeat(3, 82vw); gap: 8px; margin-right: -14px; overflow-x: auto; padding-right: 14px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .edit-grid::-webkit-scrollbar { display: none; }
  .edit-grid button { scroll-snap-align: start; }
  .featured-section,
  .catalog-section { padding: 82px 14px 94px; }
  .featured-section h2,
  .catalog-heading h2 { font-size: 1.75rem; }
  .catalog-section > .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 8px; }
  .detail-campaign { min-height: 68svh; justify-content: flex-start; }
  .detail-campaign > img { object-position: 43% center; }
  .detail-campaign > div { width: 100%; align-self: flex-end; padding: 42px 22px; }
  .detail-campaign h2 { font-size: 2.65rem; }
}

@media (max-width: 520px) {
  .campaign-banner h1 { font-size: 2.75rem; }
  .campaign-banner small { font-size: 0.5rem; }
  .edit-grid button > span { grid-template-columns: 34px 1fr; }
  .edit-grid em { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) {
  .campaign-ticker > div { animation: none; }
}

/* Lemaye-inspired retail composition, adapted for Hamse */
:root { --store-accent: #b5122f; }

.announcement {
  min-height: 36px;
  justify-content: center;
  padding: 6px 18px;
  color: #fff;
  background: #111;
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.store-header {
  position: relative;
  top: auto;
  height: 84px;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  padding: 0 34px;
  color: #111;
  border-bottom: 1px solid #ececec;
  background: #fff;
}
.store-header .brand {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}
.store-header .brand strong {
  color: #111;
  font-size: 1.78rem;
  font-weight: 400;
  letter-spacing: 0.18em;
}
.store-header .brand span {
  color: #111;
  font-size: 0.36rem;
  letter-spacing: 0.56em;
}
.store-header .mobile-menu-button { display: none; }
.store-header .main-nav {
  position: static;
  width: auto;
  display: flex;
  grid-column: 2;
  grid-row: 1;
  align-items: center;
  flex-direction: row;
  gap: clamp(22px, 2.2vw, 40px);
  padding: 0;
  color: #111;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.store-header .main-nav a,
.store-header .main-nav button {
  min-height: 84px;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: #111;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.store-header .main-nav .nav-accent { color: var(--store-accent); }
.store-header .header-tools {
  grid-column: 3;
  grid-row: 1;
  color: #111;
}
.store-header .icon-button:hover { background: #f3f3f3; }
.store-header .cart-count { color: #fff; background: var(--store-accent); }

.campaign-banner {
  height: min(72svh, 830px);
  min-height: 610px;
  color: #fff;
  background: #222;
}
.campaign-banner img {
  object-position: center 34%;
  filter: saturate(0.9) contrast(1.04);
}
.campaign-banner > button::after { background: rgba(0, 0, 0, 0.19); }
.campaign-banner span {
  top: auto;
  right: auto;
  bottom: 64px;
  left: 54px;
  width: min(720px, calc(100% - 108px));
  text-align: left;
  transform: none;
}
.campaign-banner small {
  margin: 0 0 14px;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.campaign-banner h1 {
  max-width: 620px;
  font-size: clamp(3.4rem, 5.6vw, 6.2rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.94;
}
.campaign-banner p {
  max-width: 430px;
  margin-top: 17px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
.campaign-banner em {
  width: max-content;
  margin: 25px 0 0;
  padding: 12px 18px;
  border: 1px solid #fff;
  font-size: 0.57rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.campaign-signature {
  position: absolute;
  right: 48px;
  bottom: 51px;
  z-index: 2;
  color: #fff;
  font-size: clamp(2rem, 4.6vw, 5.2rem);
  font-weight: 300;
  letter-spacing: 0.08em;
}
.campaign-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 48%;
  background: #111;
}

.campaign-ticker {
  min-height: 44px;
  color: #fff;
  border: 0;
  background: var(--store-accent);
}
.campaign-ticker i { background: #fff; }

.edit-section { padding-top: 92px; padding-bottom: 112px; }
.edit-section h2,
.featured-section h2,
.catalog-heading h2 { font-size: 2.1rem; font-weight: 400; }
.edit-grid { gap: 8px; }
.edit-grid button { position: relative; overflow: hidden; color: #fff; background: #111; }
.edit-grid button::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.58), transparent 45%);
  content: "";
  pointer-events: none;
}
.edit-grid button > span {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  grid-template-columns: 34px 1fr;
  padding: 0;
}
.edit-grid b,
.edit-grid em { color: rgba(255,255,255,0.78); }
.edit-grid em { grid-column: 2; }

.motion-editorial {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  color: #fff;
  background: #111;
}
.motion-editorial-media {
  min-width: 0;
  overflow: hidden;
  background: #090909;
}
.motion-editorial-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.motion-editorial-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 7vw, 110px);
}
.motion-editorial-copy > p {
  margin-bottom: 18px;
  color: #ef233c;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}
.motion-editorial-copy h2 {
  font-size: clamp(2.2rem, 4.6vw, 5rem);
  font-weight: 300;
  line-height: 1.03;
}
.motion-editorial-copy > span {
  max-width: 390px;
  margin-top: 24px;
  color: rgba(255,255,255,0.68);
  font-size: 0.72rem;
  line-height: 1.7;
}
.motion-editorial-copy button {
  margin-top: 34px;
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  background: transparent;
  font-size: 0.57rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.motion-editorial-copy a {
  margin-top: 34px;
  padding: 0 0 7px;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-size: 0.57rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.motion-editorial-reverse .motion-editorial-media { grid-column: 2; grid-row: 1; }
.motion-editorial-reverse .motion-editorial-copy { grid-column: 1; grid-row: 1; }
.motion-editorial-light { color: #111; background: #f4f4f2; }
.motion-editorial-light .motion-editorial-copy > span { color: #686868; }
.motion-editorial-light .motion-editorial-media { background: #e8e7e4; }

.featured-section { background: #f7f7f7; }
.featured-section header p,
.catalog-heading p { color: var(--store-accent); }
.product-badge {
  padding: 7px 9px;
  color: #fff;
  background: var(--store-accent);
  text-shadow: none;
}
.product-index { color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,0.5); }
.quick-add:hover { background: var(--store-accent); }

.detail-campaign { min-height: 660px; }
.detail-campaign > div { width: min(600px, 48%); }
.detail-campaign > div > span {
  display: block;
  margin-top: 18px;
  color: rgba(255,255,255,0.85);
  font-size: 0.72rem;
}
.detail-campaign p { color: #fff; }

@media (max-width: 1080px) {
  .store-header { grid-template-columns: 150px auto 150px; padding: 0 20px; }
  .store-header .main-nav { gap: 18px; }
  .store-header .main-nav a { font-size: 0.56rem; }
  .campaign-signature { right: 28px; }
}

@media (max-width: 840px) {
  .announcement { min-height: 32px; font-size: 0.56rem; }
  .announcement { padding: 6px 8px; }
  .store-header {
    top: auto;
    height: 66px;
    grid-template-columns: 44px 1fr 116px;
    padding: 0 8px;
  }
  .store-header .mobile-menu-button {
    display: inline-flex;
    grid-column: 1;
    grid-row: 1;
    color: #111;
  }
  .store-header .brand { grid-column: 2; justify-self: center; }
  .store-header .brand strong { font-size: 1.34rem; }
  .store-header .main-nav {
    position: absolute;
    top: 66px;
    right: 0;
    left: 0;
    width: auto;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 8px 18px 18px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: 0 18px 42px rgba(0,0,0,0.1);
  }
  body.menu-open .store-header .main-nav { display: flex; }
  .store-header .main-nav a {
    min-height: 46px;
    justify-content: flex-start;
    border-bottom: 1px solid #ececec;
    font-size: 0.62rem;
  }
  .store-header .main-nav a:last-child { border-bottom: 0; }
  .store-header .header-tools { grid-column: 3; }
  .campaign-banner { height: 68svh; min-height: 535px; }
  .campaign-banner img { object-position: 50% center; }
  .campaign-banner span {
    right: 22px;
    bottom: 34px;
    left: 22px;
    width: auto;
  }
  .campaign-banner h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .campaign-banner p { max-width: 260px; font-size: 0.68rem; }
  .campaign-signature { display: none; }
  .campaign-hero-video { object-position: center 42%; }
  .edit-section { padding-top: 72px; padding-bottom: 82px; }
  .edit-grid { gap: 7px; }
  .motion-editorial {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .motion-editorial-media { height: 70svh; min-height: 520px; }
  .motion-editorial-media video { object-position: center; }
  .motion-editorial-copy { min-height: 420px; padding: 54px 22px; }
  .motion-editorial-copy h2 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .motion-editorial-reverse .motion-editorial-media,
  .motion-editorial-reverse .motion-editorial-copy { grid-column: 1; grid-row: auto; }
  .detail-campaign > div { width: 100%; }
}

@media (max-width: 520px) {
  .store-header { grid-template-columns: 42px 1fr 112px; }
  .store-header .brand strong { font-size: 1.24rem; }
  .campaign-banner h1 { font-size: 2.8rem; }
  .campaign-banner em { padding: 11px 14px; }
  .edit-section h2,
  .featured-section h2,
  .catalog-heading h2 { font-size: 1.7rem; }
}

/* Consistent product pricing */
.product-title-row { display: block; }
.product-title-row h3 {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.35;
}
.product-info > p {
  min-height: 0;
  margin-top: 5px;
}
.product-price-block {
  min-height: 48px;
  display: flex;
  align-items: stretch;
  gap: 11px;
  margin-top: 12px;
}
.product-price-block mark {
  width: 48px;
  height: 48px;
  display: grid;
  flex: 0 0 48px;
  place-items: center;
  color: #fff;
  background: #050505;
  font-size: 0.74rem;
  font-weight: 600;
}
.product-price-block mark.price-label {
  font-size: 0.55rem;
  letter-spacing: 0.04em;
}
.product-price-block mark.fixed-discount {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
  line-height: 1;
}
.product-price-block mark.fixed-discount span { font-size: 0.66rem; }
.product-price-block mark.fixed-discount small { font-size: 0.42rem; letter-spacing: 0.04em; }
.product-price-stack {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  white-space: nowrap;
}
.product-price-stack strong {
  color: #f01818;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.08;
}
.product-price-stack del {
  color: #a0a0a0;
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.05;
}
.shipping-benefit {
  display: block;
  margin-top: 6px;
  color: var(--store-accent);
  font-size: 0.49rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.swatch-list { margin-top: 12px; }

@media (max-width: 520px) {
  .product-title-row h3 { font-size: 0.68rem; }
  .product-price-block { min-height: 42px; gap: 8px; }
  .product-price-block mark { width: 42px; height: 42px; flex-basis: 42px; font-size: 0.67rem; }
  .product-price-stack strong { font-size: 0.83rem; }
  .product-price-stack del { font-size: 0.7rem; }
  .shipping-benefit { font-size: 0.45rem; }
}

/* Conversion-focused storefront additions */
.campaign-banner .hero-benefits {
  display: block;
  margin-top: 14px;
  color: rgba(255,255,255,0.92);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.035em;
}
.edit-grid > a {
  position: relative;
  min-width: 0;
  display: block;
  overflow: hidden;
  color: #fff;
  background: #111;
  text-decoration: none;
}
.edit-grid > a::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.58), transparent 45%); content: ""; pointer-events: none; }
.edit-grid > a > img { width: 100%; height: 100%; object-fit: cover; }
.edit-grid > a > span { position: absolute; right: 20px; bottom: 20px; left: 20px; z-index: 1; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; }
.product-media { display: block; color: inherit; text-decoration: none; }
.product-title-row a { color: inherit; text-decoration: none; }
.detail-campaign a {
  width: max-content;
  display: inline-block;
  margin-top: 28px;
  padding: 0 0 5px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.instagram-proof {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: stretch;
  color: #fff;
  background: #151515;
}
.instagram-proof-gallery { min-height: 620px; display: grid; grid-template-columns: 1.25fr 0.75fr; grid-template-rows: 1fr 1fr; gap: 3px; }
.instagram-proof-gallery img { width: 100%; height: 100%; object-fit: cover; }
.instagram-proof-gallery img:first-child { grid-row: 1 / 3; }
.instagram-proof-copy { align-self: center; padding: clamp(48px, 7vw, 110px); }
.instagram-proof-copy > p { color: #d7a2aa; font-size: 0.58rem; font-weight: 600; letter-spacing: 0.14em; }
.instagram-proof-copy h2 { margin-top: 18px; font-size: clamp(2rem, 4vw, 4rem); font-weight: 300; line-height: 1.04; }
.instagram-proof-copy > span { display: block; margin-top: 24px; color: rgba(255,255,255,0.7); font-size: 0.75rem; line-height: 1.8; }
.instagram-proof-copy > div { display: grid; justify-items: start; gap: 18px; margin-top: 34px; }
.instagram-proof-copy .button { color: #111; background: #fff; }
.instagram-profile-link { color: rgba(255,255,255,0.74); font-size: 0.65rem; text-underline-offset: 4px; }
.detail-price-stack { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; margin: 14px 0 4px; }
.detail-price-stack > span { padding: 5px 8px; color: #fff; background: var(--store-accent); font-size: 0.62rem; font-weight: 600; }
.detail-price-stack del { color: #8b8b87; font-size: 0.82rem; }
.product-full-page-link { display: inline-flex; align-items: center; gap: 7px; margin: 12px 0 8px; color: #111; font-size: 0.65rem; font-weight: 600; text-underline-offset: 4px; }
.product-full-page-link svg { width: 15px; }
.product-trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 24px 0; background: #deded9; }
.product-trust-grid > span { min-height: 92px; display: grid; grid-template-columns: 22px 1fr; align-content: center; padding: 16px; background: #f6f6f3; color: #74746f; font-size: 0.57rem; line-height: 1.45; }
.product-trust-grid svg { width: 16px; grid-row: 1 / 3; color: var(--store-accent); }
.product-trust-grid b { color: #111; font-size: 0.62rem; }
.instagram-size-help { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding: 15px; border: 1px solid #deded9; color: #111; text-decoration: none; }
.instagram-size-help svg { width: 20px; flex: none; color: var(--store-accent); }
.instagram-size-help span { display: grid; gap: 4px; color: #777; font-size: 0.58rem; line-height: 1.45; }
.instagram-size-help strong { color: #111; font-size: 0.64rem; }
@media (max-width: 840px) {
  .campaign-banner .hero-benefits { max-width: 280px; font-size: 0.54rem; line-height: 1.6; }
  .instagram-proof { grid-template-columns: 1fr; }
  .instagram-proof-gallery { min-height: 460px; }
  .instagram-proof-copy { padding: 50px 22px 58px; }
  .instagram-proof-copy h2 { font-size: 2.55rem; }
  .edit-grid > a { scroll-snap-align: start; }
}
@media (max-width: 520px) {
  .product-trust-grid { grid-template-columns: 1fr; }
  .product-trust-grid > span { min-height: 72px; }
}

/* Considerate membership invitation */
.membership-nudge {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 75;
  width: min(700px, calc(100vw - 48px));
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 260ms ease, transform 320ms ease;
}
.membership-nudge.is-visible { opacity: 1; transform: translateY(0); }
.membership-nudge-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #111;
  border: 1px solid #deded9;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  cursor: pointer;
}
.membership-nudge-close svg { width: 15px; height: 15px; }
.membership-nudge-visual { position: relative; min-height: 300px; overflow: hidden; color: #fff; background: #171717; }
.membership-nudge-visual::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.72)); content: ""; }
.membership-nudge-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 26%; }
.membership-nudge-visual span,
.membership-nudge-visual strong { position: absolute; right: 18px; bottom: 45px; left: 18px; z-index: 1; }
.membership-nudge-visual span { bottom: 67px; font-size: 0.52rem; font-weight: 600; letter-spacing: 0.15em; }
.membership-nudge-visual strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.28rem; font-weight: 500; letter-spacing: 0.02em; }
.membership-nudge-content { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: 34px 50px 32px 34px; }
.membership-nudge-content > p { margin: 0; color: var(--store-accent); font-size: 0.54rem; font-weight: 600; letter-spacing: 0.16em; }
.membership-nudge-content h2 { margin: 8px 0 12px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.35rem; font-weight: 400; line-height: 1; }
.membership-nudge-content > span { max-width: 390px; color: #585854; font-size: 0.7rem; line-height: 1.72; }
.membership-nudge-actions { display: flex; align-items: center; gap: 18px; margin-top: 24px; }
.membership-nudge-actions .button { min-width: 150px; min-height: 44px; padding: 0 18px; font-size: 0.61rem; }
.membership-nudge-actions > button:last-child { padding: 8px 0; color: #666; border: 0; border-bottom: 1px solid #c8c8c3; background: transparent; font-size: 0.61rem; cursor: pointer; }
.membership-nudge button:focus-visible { outline: 2px solid var(--store-accent); outline-offset: 2px; }

@media (max-width: 620px) {
  .membership-nudge {
    right: 10px;
    bottom: 10px;
    width: calc(100vw - 20px);
    max-height: calc(100svh - 20px);
    grid-template-columns: 1fr;
    overflow-y: auto;
  }
  .membership-nudge-visual { min-height: 145px; max-height: 145px; }
  .membership-nudge-visual img { object-position: center 29%; }
  .membership-nudge-visual span { bottom: 47px; }
  .membership-nudge-visual strong { bottom: 24px; }
  .membership-nudge-content { padding: 23px 22px 24px; }
  .membership-nudge-content h2 { font-size: 2rem; }
  .membership-nudge-content > span { font-size: 0.66rem; line-height: 1.62; }
  .membership-nudge-actions { width: 100%; gap: 14px; margin-top: 19px; }
  .membership-nudge-actions .button { min-width: 0; flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .membership-nudge { transition: none; }
}
