body.theme-fashion-editorial {
  --fashion-ink: #000b2a;
  --fashion-text: #1f2430;
  --fashion-muted: #666d7c;
  --fashion-red: #b50018;
  --fashion-red-dark: #870010;
  --fashion-paper: #fffdf9;
  --fashion-soft: #f4f4f4;
  --fashion-stone: #e8e2dc;
  --fashion-warm: #f7f1ea;
  background: var(--fashion-paper);
  color: var(--fashion-ink);
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
}

.theme-fashion-editorial * {
  box-sizing: border-box;
}

.theme-fashion-editorial h1,
.theme-fashion-editorial h2,
.theme-fashion-editorial h3,
.theme-fashion-editorial .brand {
  color: var(--fashion-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0;
}

.theme-fashion-editorial h1 {
  margin: 0;
  max-width: 9.7ch;
  font-size: clamp(3.7rem, 6.2vw, 6.1rem);
  line-height: 0.97;
}

.theme-fashion-editorial h2 {
  margin: 0;
  font-size: clamp(2.55rem, 5vw, 5rem);
  line-height: 0.98;
}

.theme-fashion-editorial h3 {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.05;
}

.theme-fashion-editorial p {
  color: var(--fashion-text);
}

.fashion-header {
  position: sticky;
  z-index: 20;
  top: 0;
  background: rgba(255, 253, 249, 0.94);
  border-bottom: 1px solid rgba(0, 11, 42, 0.08);
  backdrop-filter: blur(16px);
}

.fashion-header .header-row {
  min-height: 96px;
}

.theme-fashion-editorial .brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--fashion-ink);
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 700;
  text-decoration: none;
}

.theme-fashion-editorial .brand-mark {
  display: grid;
  width: 2.45rem;
  height: 2.45rem;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--fashion-red);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.fashion-header .site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2rem);
}

.fashion-header .site-nav a {
  color: var(--fashion-ink);
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
}

.fashion-header .site-nav a:hover,
.fashion-header .site-nav a:focus-visible {
  color: var(--fashion-red);
}

.fashion-header .site-nav a:last-child {
  min-height: auto;
  justify-content: flex-start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--fashion-ink);
}

.fashion-header .site-nav a:last-child:hover,
.fashion-header .site-nav a:last-child:focus-visible {
  color: var(--fashion-red);
}

.shop-actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.icon-link {
  position: relative;
  display: inline-flex;
  width: 1.55rem;
  height: 1.55rem;
  align-items: center;
  justify-content: center;
  color: var(--fashion-ink);
  text-decoration: none;
}

.search-icon::before {
  width: 0.8rem;
  height: 0.8rem;
  border: 3px solid currentColor;
  border-radius: 50%;
  content: "";
}

.search-icon::after {
  position: absolute;
  width: 0.48rem;
  height: 3px;
  transform: translate(0.52rem, 0.52rem) rotate(45deg);
  transform-origin: center;
  background: currentColor;
  content: "";
}

.account-icon::before {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0.65rem 0 0.18rem currentColor;
  content: "";
}

.bag-icon::before {
  width: 1rem;
  height: 0.78rem;
  border: 3px solid currentColor;
  border-top: 0;
  border-radius: 0 0 0.15rem 0.15rem;
  content: "";
}

.bag-icon::after {
  position: absolute;
  top: 0.24rem;
  width: 0.56rem;
  height: 0.38rem;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  content: "";
}

.bag-icon span {
  position: absolute;
  top: -0.45rem;
  right: -0.55rem;
  display: grid;
  width: 1.15rem;
  height: 1.15rem;
  place-items: center;
  border-radius: 50%;
  background: var(--fashion-red);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
}

.theme-fashion-editorial .nav-toggle {
  border: 1px solid rgba(0, 11, 42, 0.18);
  border-radius: 0;
  background: #fff;
  color: var(--fashion-ink);
}

.theme-fashion-editorial .mobile-contact-bar {
  background: var(--fashion-ink);
}

.theme-fashion-editorial .mobile-contact-bar a {
  color: #fff;
}

.fashion-hero {
  overflow: hidden;
  padding: clamp(2.5rem, 5vw, 4.4rem) 0 clamp(2.5rem, 5vw, 4rem);
  background:
    linear-gradient(90deg, transparent 0 50%, var(--fashion-soft) 50% 100%),
    var(--fashion-paper);
}

.hero-grid {
  display: grid;
  min-height: min(560px, calc(100vh - 260px));
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.hero-copy {
  padding: clamp(1rem, 3vw, 2rem) 0;
}

.section-kicker {
  margin: 0 0 1rem;
  color: var(--fashion-red);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-price {
  margin: 1.5rem 0 2rem;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
}

.theme-fashion-editorial .button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  border-radius: 0;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
}

.theme-fashion-editorial .button-primary {
  border: 1px solid var(--fashion-red);
  background: var(--fashion-red);
  color: #fff;
}

.theme-fashion-editorial .button-primary:hover,
.theme-fashion-editorial .button-primary:focus-visible {
  border-color: var(--fashion-red-dark);
  background: var(--fashion-red-dark);
  color: #fff;
}

.theme-fashion-editorial .button-secondary {
  border: 1px solid rgba(0, 11, 42, 0.22);
  background: #fff;
  color: var(--fashion-ink);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-media {
  position: relative;
  min-height: clamp(380px, 52vh, 580px);
}

.hero-media img {
  display: block;
  width: 100%;
  height: clamp(380px, 52vh, 580px);
  object-fit: cover;
  object-position: center 42%;
}

.hero-note {
  position: absolute;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  max-width: 15.5rem;
  padding: 1rem 1.15rem;
  background: rgba(255, 253, 249, 0.94);
  color: var(--fashion-ink);
  box-shadow: 0 18px 40px rgba(0, 11, 42, 0.14);
}

.hero-note strong,
.hero-note span {
  display: block;
}

.hero-note span {
  margin-top: 0.25rem;
  color: var(--fashion-muted);
  font-size: 0.85rem;
}

.product-section {
  background: #fff;
}

.product-section.section {
  padding-top: clamp(3rem, 4vw, 4rem);
}

.center-heading {
  max-width: 52rem;
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}

.product-grid {
  display: grid;
  gap: clamp(2rem, 3vw, 3rem) clamp(1.4rem, 3vw, 2.2rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  text-align: center;
}

.product-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 220ms ease;
}

.product-card:hover img {
  transform: translateY(-0.35rem);
}

.sale-label {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: 1rem;
  padding: 0.45rem 0.7rem;
  background: var(--fashion-ink);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-copy {
  display: grid;
  gap: 0.7rem;
  padding: 1.25rem 0 0;
}

.product-copy span {
  color: var(--fashion-muted);
  font-size: 0.88rem;
}

.product-copy h3 {
  font-size: clamp(1.35rem, 2.3vw, 1.85rem);
}

.product-copy p {
  margin: 0;
  color: var(--fashion-text);
  font-size: 1.05rem;
  font-weight: 700;
}

.product-copy del {
  color: #8f9299;
  font-weight: 500;
}

.product-copy a {
  display: inline-flex;
  min-height: 2.8rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
  border: 1px solid rgba(181, 0, 24, 0.18);
  color: var(--fashion-red);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.featured-product .product-copy a,
.product-copy a:hover,
.product-copy a:focus-visible {
  background: var(--fashion-red);
  color: #fff;
}

.collections-section {
  background: var(--fashion-paper);
}

.split-heading {
  display: grid;
  align-items: end;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.48fr);
}

.split-heading p:last-child {
  margin: 0;
  color: var(--fashion-muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.collection-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.collection-tile {
  position: relative;
  display: flex;
  min-height: 360px;
  align-items: flex-end;
  overflow: hidden;
  padding: 1.5rem;
  color: var(--fashion-ink);
  isolation: isolate;
  text-decoration: none;
}

.collection-tile::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--tile-image);
  background-position: center;
  background-size: cover;
  transition: transform 260ms ease;
  content: "";
}

.collection-tile::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 11, 42, 0.28));
  content: "";
}

.collection-tile:hover::before,
.collection-tile:focus-visible::before {
  transform: scale(1.04);
}

.tile-large {
  min-height: 620px;
  grid-row: span 2;
}

.collection-tile span {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  padding: 0.45rem 0.75rem;
  background: rgba(255, 253, 249, 0.92);
  color: var(--fashion-red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.collection-tile strong {
  display: inline-flex;
  min-width: min(100%, 18rem);
  min-height: 3.2rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 1.2rem;
  background: rgba(255, 253, 249, 0.94);
  color: var(--fashion-ink);
  font-size: 0.98rem;
}

.collection-tile i {
  font-style: normal;
}

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  padding: 0;
  background: var(--fashion-soft);
}

.story-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 8vw, 7rem);
}

.story-copy p:not(.section-kicker) {
  max-width: 34rem;
  margin: 1.3rem 0 2rem;
  color: var(--fashion-text);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.8;
}

.reviews-section {
  background: #fff;
}

.review-grid {
  display: grid;
  align-items: stretch;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-card {
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border: 1px solid rgba(0, 11, 42, 0.12);
  background: #fff;
  text-align: center;
}

.review-card.spotlight {
  box-shadow: 0 24px 60px rgba(0, 11, 42, 0.11);
}

.avatar {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1.2rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 34%, #f5d6c6 0 23%, transparent 24%),
    linear-gradient(135deg, #d8d2cb, #ede8e3);
}

.avatar-two {
  background:
    radial-gradient(circle at 50% 34%, #efd0ba 0 23%, transparent 24%),
    linear-gradient(135deg, #b7c3bd, #ede9e1);
}

.avatar-three {
  background:
    radial-gradient(circle at 50% 34%, #e8c2a5 0 23%, transparent 24%),
    linear-gradient(135deg, #e6d3ca, #f5f0ec);
}

.review-card h3 {
  font-size: 1.75rem;
}

.review-card p {
  margin: 1rem auto 1.2rem;
  color: var(--fashion-text);
  line-height: 1.75;
}

.review-card strong {
  color: var(--fashion-ink);
  font-size: 0.95rem;
}

.trust-strip {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: var(--fashion-soft);
}

.trust-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-item {
  text-align: center;
}

.trust-icon {
  position: relative;
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1.2rem;
  color: var(--fashion-ink);
}

.delivery-icon::before {
  position: absolute;
  inset: 0.72rem 0.2rem 0.82rem;
  border: 3px solid currentColor;
  border-radius: 0.2rem;
  content: "";
}

.delivery-icon::after {
  position: absolute;
  right: 0.05rem;
  bottom: 0.35rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: currentColor;
  box-shadow: -1.75rem 0 0 currentColor;
  content: "";
}

.return-icon::before,
.discount-icon::before,
.payment-icon::before {
  position: absolute;
  inset: 0.45rem;
  border: 3px solid currentColor;
  border-radius: 50%;
  content: "";
}

.return-icon::after {
  position: absolute;
  top: 1.25rem;
  left: 1rem;
  width: 1.2rem;
  height: 0.55rem;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(45deg);
  content: "";
}

.discount-icon::after {
  position: absolute;
  inset: 1.1rem 0.95rem;
  background: currentColor;
  box-shadow: 0.72rem -0.72rem 0 -0.1rem currentColor, -0.72rem 0.72rem 0 -0.1rem currentColor;
  transform: rotate(-45deg);
  content: "";
}

.payment-icon::after {
  position: absolute;
  top: 1.36rem;
  left: 0.72rem;
  width: 1.55rem;
  height: 0.28rem;
  background: currentColor;
  box-shadow: 0 0.55rem 0 currentColor;
  content: "";
}

.trust-item h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
}

.trust-item p {
  max-width: 16rem;
  margin: 0.65rem auto 0;
  color: var(--fashion-text);
  line-height: 1.55;
}

.contact-section {
  background: var(--fashion-warm);
}

.contact-grid {
  display: grid;
  align-items: start;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 0.75fr);
}

.contact-grid > div > p:not(.section-kicker) {
  max-width: 39rem;
  margin-top: 1.4rem;
  color: var(--fashion-text);
  font-size: 1.08rem;
  line-height: 1.8;
}

.contact-form {
  display: grid;
  gap: 0.85rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid rgba(0, 11, 42, 0.12);
  background: #fff;
  box-shadow: 0 22px 58px rgba(0, 11, 42, 0.08);
}

.contact-form label {
  color: var(--fashion-ink);
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 11, 42, 0.16);
  border-radius: 0;
  background: #fff;
  color: var(--fashion-ink);
  font: inherit;
}

.contact-form input {
  min-height: 3rem;
}

.contact-form textarea {
  resize: vertical;
}

.form-note {
  margin: 0.25rem 0;
  color: var(--fashion-muted);
  font-size: 0.88rem;
}

.button-full {
  width: 100%;
}

.fashion-footer {
  padding: clamp(3rem, 5vw, 4.5rem) 0 1.2rem;
  background: #fff;
  border-top: 1px solid rgba(0, 11, 42, 0.08);
}

.footer-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1.2fr) minmax(10rem, 0.45fr) minmax(14rem, 0.5fr);
}

.footer-brand {
  margin-bottom: 1rem;
}

.fashion-footer h2 {
  margin: 0 0 1rem;
  font-size: 1.55rem;
}

.fashion-footer p,
.fashion-footer a {
  color: var(--fashion-text);
}

.fashion-footer p {
  max-width: 36rem;
  margin: 0.45rem 0;
  line-height: 1.7;
}

.fashion-footer nav {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.fashion-footer a {
  text-decoration: none;
}

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

.copyright {
  margin-top: clamp(2.2rem, 5vw, 4rem);
  padding-top: 1.4rem;
  border-top: 1px solid rgba(0, 11, 42, 0.1);
  color: var(--fashion-muted);
  text-align: center;
}

@media (max-width: 1120px) {
  .hero-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .fashion-hero {
    background: var(--fashion-paper);
  }

  .hero-media {
    min-height: auto;
  }

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

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

  .story-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .fashion-header .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0.8rem;
    border: 1px solid rgba(0, 11, 42, 0.12);
    background: #fff;
    box-shadow: 0 18px 38px rgba(0, 11, 42, 0.14);
  }

  .fashion-header .site-nav.open {
    display: flex;
  }

  .fashion-header .site-nav a {
    width: 100%;
    padding: 0.9rem;
  }

  .fashion-header .site-nav a:last-child {
    padding: 0.9rem;
  }

  .shop-actions {
    margin-left: auto;
  }

  .split-heading,
  .collection-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .tile-large {
    min-height: 420px;
    grid-row: auto;
  }

  .collection-tile {
    min-height: 340px;
  }
}

@media (max-width: 700px) {
  .fashion-header .header-row {
    min-height: 76px;
  }

  .theme-fashion-editorial .brand {
    font-size: 1.65rem;
  }

  .theme-fashion-editorial .brand-mark {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 0.66rem;
  }

  .shop-actions {
    gap: 0.55rem;
  }

  .fashion-hero {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  .hero-grid {
    min-height: 0;
    position: relative;
    display: block;
    overflow: hidden;
  }

  .hero-copy {
    position: relative;
    z-index: 1;
    padding: 0;
  }

  .hero-media {
    position: absolute;
    right: -2.5rem;
    bottom: -1.6rem;
    z-index: 0;
    width: 56%;
    min-height: 0;
    opacity: 0.28;
    pointer-events: none;
  }

  .theme-fashion-editorial h1 {
    max-width: 9.5ch;
    font-size: clamp(3.05rem, 14vw, 4.25rem);
  }

  .theme-fashion-editorial h2 {
    font-size: clamp(2.35rem, 11vw, 3.4rem);
  }

  .hero-media img {
    height: 210px;
  }

  .hero-note {
    display: none;
  }

  .product-section.section {
    padding-top: 1.8rem;
  }

  .hero-price {
    margin: 1rem 0 1.15rem;
  }

  .button-row {
    flex-wrap: nowrap;
    gap: 0.65rem;
  }

  .theme-fashion-editorial .button {
    min-height: 3rem;
    flex: 1 1 0;
    padding-inline: 0.75rem;
    font-size: 0.9rem;
  }

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

  .story-image img {
    min-height: 420px;
  }

  .story-copy {
    padding: 3rem 1.25rem;
  }
}
