/* ============================================================
   VEENA STORE — MODERN LUXURY HOMEPAGE
   Homepage-only styles. Shared storefront and admin styles remain intact.
   ============================================================ */

:root {
  --home-black: #161616;
  --home-black-soft: #1b1a18;
  --home-cream: #f6f0e7;
  --home-paper: #fffdf9;
  --home-gold: #c99a16;
  --home-gold-light: #e0bd61;
  --home-line: #e8dfd1;
  --home-white-line: rgba(255, 255, 255, 0.16);
}

html {
  overflow-x: clip;
}

body.home-page {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  background: var(--home-paper);
  color: var(--home-black);
}

.home-page .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.home-page main,
.home-page section,
.home-page .container,
.home-page .nav-inner,
.home-page .home-heading-row,
.home-page .home-newsletter-inner,
.home-page .home-footer-grid {
  min-width: 0;
  max-width: 100%;
}

.home-page .container {
  padding-inline: clamp(16px, 3vw, 32px);
}

.home-page a,
.home-page button,
.home-page input {
  -webkit-tap-highlight-color: transparent;
}

.home-page :is(a, button, input):focus-visible {
  outline: 3px solid rgba(187, 145, 60, 0.52);
  outline-offset: 3px;
}

.home-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.2rem;
  color: var(--home-gold-light);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-eyebrow::before {
  width: 28px;
  height: 1px;
  flex: 0 0 28px;
  background: currentColor;
  content: "";
}

.home-eyebrow-dark {
  color: var(--home-gold);
}

.home-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.65rem;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.home-button-gold {
  border-color: var(--home-gold);
  background: var(--home-gold);
  color: var(--home-black);
}

.home-button-gold:hover {
  border-color: var(--home-gold-light);
  background: var(--home-gold-light);
  box-shadow: 0 12px 32px rgba(187, 145, 60, 0.2);
}

.home-button-light {
  border-color: rgba(255, 255, 255, 0.68);
  background: transparent;
  color: #fff;
}

.home-button-light:hover {
  border-color: #fff;
  background: #fff;
  color: var(--home-black);
}

.home-button-dark {
  border-color: var(--home-black);
  background: var(--home-black);
  color: #fff;
}

.home-button-dark:hover {
  border-color: var(--home-gold);
  background: var(--home-gold);
  color: var(--home-black);
}

.home-arrow-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  padding-block: 0.55rem;
  border-bottom: 1px solid currentColor;
  color: var(--home-black);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-arrow-link:hover {
  color: var(--home-gold);
}

.home-arrow-link-light {
  color: #fff;
}

/* Utility bar */
.home-utility-bar {
  min-height: 34px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(187, 145, 60, 0.24);
  background: var(--home-cream);
  color: #544b3c;
}

.home-utility-inner,
.home-utility-links {
  display: flex;
  align-items: center;
}

.home-utility-inner {
  justify-content: space-between;
  gap: 1.25rem;
}

.home-utility-inner p {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  color: inherit;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  white-space: nowrap;
  text-transform: uppercase;
}

.home-utility-inner p span {
  color: var(--home-gold);
}

.home-utility-links {
  justify-content: flex-end;
  gap: clamp(0.8rem, 2vw, 1.6rem);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.home-utility-links a:hover {
  color: var(--home-gold-dark);
}

.home-currency {
  padding-left: 1rem;
  border-left: 1px solid rgba(17, 16, 14, 0.18);
}

/* Navigation */
.home-site-header {
  background: rgba(255, 253, 248, 0.97);
  border-bottom: 1px solid var(--home-line);
}

.home-page .nav-inner {
  height: 72px;
}

.home-page .site-logo {
  min-height: 44px;
}

.home-logo-monogram {
  width: 38px;
  height: 38px;
  display: inline-grid;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid var(--home-gold);
  color: var(--home-gold);
  font-family: var(--ff-serif);
  font-size: 1.28rem;
  font-weight: 700;
}

.home-page .logo-text {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.home-page .nav-links {
  gap: clamp(1.2rem, 2.5vw, 2.3rem);
}

.home-page .nav-link {
  padding-block: 0.75rem;
  color: #46413a;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-page .nav-action-btn,
.home-page .menu-toggle {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
}

.home-wishlist-count {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  padding-inline: 4px;
  border-radius: 999px;
  background: var(--home-gold);
  color: var(--home-black);
  font-size: 9px;
  font-weight: 800;
}

.home-page .mobile-nav-panel {
  width: min(340px, 88vw);
  background: var(--home-paper);
}

.home-page .mobile-nav-link {
  min-height: 48px;
  border-bottom: 1px solid rgba(17, 16, 14, 0.08);
  border-radius: 0;
}

/* Hero */
.luxury-hero {
  padding-block: clamp(18px, 3vw, 42px) clamp(54px, 7vw, 96px);
  background: var(--home-cream);
}

.luxury-hero-shell {
  display: grid;
  grid-template-columns: minmax(360px, 2fr) minmax(0, 3fr);
  padding-inline: 0 !important;
  overflow: hidden;
  background: var(--home-black);
  box-shadow: 0 30px 80px rgba(28, 22, 15, 0.16);
}

.luxury-hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 86px) clamp(28px, 5vw, 72px);
  color: #fff;
}

.luxury-hero-copy h1 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.8rem, 4.7vw, 5.4rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

.luxury-hero-copy h1 em {
  color: var(--home-gold-light);
  font-weight: 400;
}

.luxury-hero-intro {
  max-width: 540px;
  margin: 1.7rem 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: clamp(0.86rem, 1.15vw, 1rem);
  line-height: 1.9;
}

.luxury-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2.1rem;
}

.luxury-hero-media {
  position: relative;
  min-height: clamp(520px, 43vw, 680px);
  overflow: hidden;
  background: #e3d6c6;
}

.luxury-hero-media > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
}

/* Human hair catalog */
.home-hair-shop {
  padding-block: clamp(4rem, 7vw, 7rem);
  background: var(--home-paper);
}

.home-hair-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(1.6rem, 3vw, 2.6rem);
}

.home-hair-heading h2 {
  margin: 0;
  color: var(--home-black);
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.home-hair-filters {
  width: 100%;
  display: flex;
  gap: 0.55rem;
  margin-bottom: clamp(1.8rem, 3.4vw, 3rem);
  padding: 0.2rem 0 0.65rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.home-hair-filters::-webkit-scrollbar {
  display: none;
}

.home-hair-filter {
  min-width: max-content;
  min-height: 44px;
  flex: 0 0 auto;
  padding: 0.65rem 1rem;
  border: 1px solid var(--home-line);
  border-radius: 999px;
  background: transparent;
  color: #6f6a62;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.home-hair-filter:hover {
  border-color: var(--home-gold);
  color: var(--home-black);
}

.home-hair-filter.is-active {
  border-color: var(--home-gold);
  background: var(--home-gold);
  color: var(--home-black);
}

.home-product-grid.home-hair-product-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(0.7rem, 1.4vw, 1.2rem);
}

.home-hair-product-grid .home-product-image img {
  transition: opacity 0.2s ease, transform 0.35s ease;
}

.home-hair-product-grid .home-product-card {
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-hair-product-grid .home-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(22, 22, 22, 0.08);
}

.home-hair-product-grid .home-product-card:hover .home-product-image img {
  transform: scale(1.025);
}

@media (max-width: 1500px) {
  .home-product-grid.home-hair-product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/* Trust strip */
.home-trust-strip {
  border-block: 1px solid var(--home-line);
  background: var(--home-paper);
}

.home-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-block: 1.8rem;
}

.home-trust-grid article {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  padding: 0 clamp(1rem, 2.4vw, 2rem);
  border-right: 1px solid var(--home-line);
}

.home-trust-grid article:first-child {
  padding-left: 0;
}

.home-trust-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.home-trust-grid article > span {
  color: var(--home-gold);
  font-family: var(--ff-serif);
  font-size: 0.72rem;
}

.home-trust-grid h2 {
  margin: 0 0 0.35rem;
  color: var(--home-black);
  font-family: var(--ff-sans);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-trust-grid p {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.65;
}

/* Section headings */
.home-luxury-section {
  padding-block: clamp(5rem, 9vw, 9rem);
}

.home-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2.5rem;
  margin-bottom: clamp(2.4rem, 5vw, 4.3rem);
}

.home-heading-row h2,
.home-social h2 {
  margin: 0;
  color: var(--home-black);
  font-size: clamp(2.15rem, 4.6vw, 4.7rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.05;
  text-wrap: balance;
}

.home-heading-row > p {
  max-width: 430px;
  margin: 0;
  font-size: 0.87rem;
  line-height: 1.85;
}

/* Collection cards */
.home-collections {
  background: var(--home-paper);
}

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

.home-collection-card {
  position: relative;
  min-height: clamp(520px, 52vw, 710px);
  display: block;
  isolation: isolate;
  overflow: hidden;
  background: #d9d0c2;
  color: #fff;
}

.home-collection-card > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.25s ease;
}

.home-collection-card:hover > img {
  opacity: 0.92;
}

.home-collection-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 16, 14, 0.03) 28%, rgba(17, 16, 14, 0.84) 100%);
}

.home-collection-card-gold .home-collection-overlay {
  background: linear-gradient(180deg, rgba(17, 16, 14, 0.02) 30%, rgba(17, 16, 14, 0.72) 100%);
}

.home-collection-number {
  position: absolute;
  top: clamp(1.2rem, 3vw, 2.4rem);
  left: clamp(1.2rem, 3vw, 2.4rem);
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  font-size: 0.65rem;
  font-weight: 700;
}

.home-collection-copy {
  position: absolute;
  right: clamp(1.5rem, 4vw, 3.5rem);
  bottom: clamp(1.8rem, 4vw, 3.8rem);
  left: clamp(1.5rem, 4vw, 3.5rem);
}

.home-collection-copy small {
  display: block;
  margin-bottom: 0.9rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-collection-copy strong {
  display: block;
  color: #fff;
  font-family: var(--ff-serif);
  font-size: clamp(2.1rem, 4vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.home-collection-copy b {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.7rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Real product grid */
.home-arrivals {
  background: var(--home-cream);
}

.home-heading-row-center {
  align-items: center;
}

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.8rem, 2vw, 1.5rem);
}

.home-product-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(17, 16, 14, 0.1);
  background: var(--home-paper);
  box-shadow: none;
}

.home-product-card-hitarea {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.home-product-image {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #eee8dd;
}

.home-product-image > a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}

.home-product-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  animation: none;
  transform: none;
  transition: opacity 0.2s ease;
}

.home-product-badges {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  pointer-events: none;
}

.home-product-badge {
  padding: 0.32rem 0.48rem;
  background: var(--home-black);
  color: #fff;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-product-badge-sale {
  background: var(--home-gold);
  color: var(--home-black);
}

.home-product-card .wishlist-btn {
  position: absolute;
  z-index: 3;
  top: 0.65rem;
  right: 0.65rem;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 16, 14, 0.12);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.94);
  color: var(--home-black);
  box-shadow: 0 5px 18px rgba(17, 16, 14, 0.08);
}

.home-product-card .wishlist-btn svg {
  width: 17px;
  height: 17px;
}

.home-product-card .wishlist-btn.wishlisted {
  color: #a84037;
}

.home-product-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: clamp(0.85rem, 2vw, 1.15rem);
}

.home-product-category {
  margin: 0 0 0.5rem;
  color: var(--home-gold-dark);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-product-name {
  margin: 0;
  color: var(--home-black);
  font-size: clamp(0.88rem, 1.4vw, 1.05rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.35;
}

.home-product-name a:hover {
  color: var(--home-gold-dark);
}

.home-product-name a,
.home-product-actions a,
.home-product-actions button {
  position: relative;
  z-index: 2;
}

.home-product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.home-product-price strong {
  color: var(--home-black);
  font-size: 0.92rem;
}

.home-product-price del {
  color: #8c867d;
  font-size: 0.72rem;
}

.home-product-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 1rem;
}

.home-product-actions a,
.home-product-actions button {
  min-width: 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.75rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.home-product-view {
  border: 1px solid var(--home-line);
  color: var(--home-black);
}

.home-product-view:hover {
  border-color: var(--home-black);
}

.home-product-actions .add-to-cart-btn {
  min-width: 50px;
  border: 1px solid var(--home-black);
  background: var(--home-black);
  color: #fff;
}

.home-product-actions .add-to-cart-btn:hover {
  border-color: var(--home-gold);
  background: var(--home-gold);
  color: var(--home-black);
}

.home-data-state:not(:empty) {
  margin-bottom: 1rem;
}

.home-state-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 2rem;
  border: 1px solid rgba(17, 16, 14, 0.1);
  background: rgba(255, 253, 248, 0.68);
  text-align: center;
}

.home-state-panel h3 {
  margin: 0 0 0.45rem;
  font-size: 1.2rem;
}

.home-state-panel p {
  margin: 0;
}

.home-state-panel button {
  margin-top: 1rem;
}

.home-product-skeleton {
  min-height: 420px;
  border: 1px solid rgba(17, 16, 14, 0.08);
  background: linear-gradient(100deg, rgba(255,255,255,0.35) 20%, rgba(255,255,255,0.86) 42%, rgba(255,255,255,0.35) 64%) #e8e0d4;
  background-size: 220% 100%;
  animation: homeSkeleton 1.25s ease-in-out infinite;
}

@keyframes homeSkeleton {
  to { background-position-x: -220%; }
}

/* Editorial */
.home-editorial {
  padding-block: clamp(5rem, 9vw, 9rem);
  overflow: hidden;
  background: var(--home-black);
}

.home-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(2.8rem, 8vw, 8rem);
}

.home-editorial-mark {
  position: relative;
  min-height: clamp(390px, 45vw, 590px);
  border: 1px solid rgba(187, 145, 60, 0.45);
  background: #000;
}

.home-editorial-mark::before {
  position: absolute;
  z-index: 0;
  top: -18px;
  right: -18px;
  width: 70%;
  height: 70%;
  border: 1px solid rgba(187, 145, 60, 0.26);
  content: "";
}

.home-editorial-mark img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-editorial-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.05;
  text-wrap: balance;
}

.home-editorial-copy > p:not(.home-eyebrow) {
  max-width: 580px;
  margin: 1.5rem 0 1.7rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.9;
}

/* Reviews loaded from Supabase */
.home-reviews {
  background: var(--home-paper);
}

.home-reviews[hidden] {
  display: none;
}

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

.home-review-card {
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border: 1px solid rgba(17, 16, 14, 0.1);
  background: var(--home-cream);
}

.home-review-stars {
  color: var(--home-gold-dark);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
}

.home-review-card h3 {
  margin: 1.2rem 0 0.65rem;
  font-size: 1.05rem;
}

.home-review-card p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.8;
}

/* Social and newsletter */
.home-social {
  padding-block: clamp(4rem, 7vw, 6.5rem);
  background: var(--home-gold);
}

.home-social-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2.5rem;
}

.home-social h2 {
  font-size: clamp(2.2rem, 4.2vw, 4.2rem);
}

.home-social p:not(.home-eyebrow) {
  max-width: 590px;
  margin: 1rem 0 0;
  color: rgba(17, 16, 14, 0.7);
}

.home-newsletter {
  padding-block: clamp(4.5rem, 8vw, 7rem);
  background: var(--home-black-soft);
  color: #fff;
}

.home-newsletter-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  align-items: end;
  gap: clamp(2.5rem, 7vw, 7rem);
}

.home-newsletter h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.3rem, 4.5vw, 4.5rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.05;
  text-wrap: balance;
}

.home-newsletter-inner > div > p:not(.home-eyebrow) {
  max-width: 570px;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.58);
}

.home-newsletter .newsletter-form {
  display: block;
}

.home-newsletter .newsletter-form > label {
  display: block;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-newsletter-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.home-newsletter .newsletter-input {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 16px;
}

.home-newsletter .newsletter-input:focus {
  border-color: var(--home-gold-light);
  outline: 0;
}

.home-newsletter .newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.home-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.home-form-status {
  min-height: 1.6rem;
  margin: 0.65rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
}

.home-form-status.is-success {
  color: #d8efc8;
}

.home-form-status.is-error {
  color: #ffd0ca;
}

/* Footer */
.home-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #0d0c0b;
  color: rgba(255, 255, 255, 0.65);
}

.home-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.7fr) repeat(3, minmax(130px, 1fr));
  gap: clamp(2rem, 5vw, 5rem);
  padding-block: clamp(4rem, 7vw, 6.5rem);
}

.home-footer .home-logo-monogram {
  background: transparent;
}

.home-footer .logo-text {
  color: #fff;
}

.home-footer-brand > p {
  max-width: 350px;
  margin: 1.25rem 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.77rem;
  line-height: 1.8;
}

.home-footer-whatsapp {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--home-gold-light);
  font-size: 0.72rem;
}

.home-footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
}

.home-footer-column h2 {
  margin: 0 0 0.65rem;
  color: #fff;
  font-family: var(--ff-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-footer-column a,
.home-footer-column span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
  line-height: 1.6;
}

.home-footer-column a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
}

.home-footer-column a:hover {
  color: var(--home-gold-light);
}

.home-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.64rem;
}

/* Responsive */
@media (max-width: 1080px) {
  .luxury-hero-copy {
    padding-inline: 2.4rem;
  }

  .home-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1.6rem;
  }

  .home-trust-grid article:nth-child(2) {
    border-right: 0;
  }

  .home-trust-grid article:nth-child(3) {
    padding-left: 0;
  }

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

  .home-product-grid.home-hair-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 900px) {
  .home-utility-secondary,
  .home-currency {
    display: none;
  }

  .luxury-hero-shell,
  .home-editorial-grid,
  .home-newsletter-inner {
    grid-template-columns: 1fr;
  }

  .luxury-hero-media {
    min-height: 0;
    aspect-ratio: 1693 / 929;
  }

  .home-trust-grid article {
    padding-inline: 1rem;
  }

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

  .home-editorial-grid {
    gap: 3.5rem;
  }

  .home-editorial-mark {
    width: min(100%, 620px);
  }

  .home-social-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .home-page .nav-inner {
    height: 62px;
  }

  .home-desktop-action {
    display: none !important;
  }

  .luxury-hero {
    padding: 0 0 3.5rem;
  }

  .luxury-hero > .container {
    padding-inline: 0;
  }

  .luxury-hero-copy {
    align-items: flex-start;
    padding: 4.2rem max(18px, 5vw) 3.2rem;
  }

  .luxury-hero-copy h1 {
    font-size: clamp(2.8rem, 13vw, 4.7rem);
  }

  .luxury-hero-intro {
    width: 100%;
  }

  .home-hair-heading {
    align-items: flex-end;
    gap: 1rem;
  }

  .home-hair-heading h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .home-hair-heading .home-arrow-link {
    flex: 0 0 auto;
  }

  .home-heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.1rem;
  }

  .home-heading-row h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .home-collection-grid {
    grid-template-columns: 1fr;
  }

  .home-collection-card {
    min-height: min(132vw, 590px);
  }

  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

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

  .home-product-actions {
    grid-template-columns: 1fr;
  }

  .home-product-actions .add-to-cart-btn {
    width: 100%;
  }

  .home-product-skeleton {
    min-height: 340px;
  }

  .home-review-grid {
    grid-template-columns: 1fr;
  }

  .home-newsletter-fields {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .home-newsletter .newsletter-input {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }

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

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

  .home-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .home-utility-inner {
    justify-content: center;
  }

  .home-utility-inner p {
    font-size: 0.57rem;
  }

  .home-utility-links {
    display: none;
  }

  .home-page .nav-actions {
    gap: 0;
  }

  .home-page .home-logo-monogram {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .home-page .logo-text {
    font-size: 0.95rem;
  }

  .luxury-hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .luxury-hero-actions .home-button {
    min-width: 0;
    padding-inline: 0.8rem;
  }

  .luxury-hero-media {
    min-height: 0;
  }

  .home-trust-grid {
    grid-template-columns: 1fr;
    row-gap: 0;
    padding-block: 0;
  }

  .home-trust-grid article,
  .home-trust-grid article:first-child,
  .home-trust-grid article:nth-child(3),
  .home-trust-grid article:last-child {
    padding: 1.25rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .home-trust-grid article:last-child {
    border-bottom: 0;
  }

  .home-luxury-section {
    padding-block: 4.5rem;
  }

  .home-product-body {
    padding: 0.78rem;
  }

  .home-product-name {
    font-size: 0.82rem;
  }

  .home-product-price strong {
    font-size: 0.82rem;
  }

  .home-product-price del {
    font-size: 0.65rem;
  }

  .home-product-actions a,
  .home-product-actions button {
    padding-inline: 0.45rem;
    font-size: 0.54rem;
  }

  .home-editorial-mark {
    min-height: 360px;
  }

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

  .home-footer-brand {
    grid-column: auto;
  }
}

@media (max-width: 340px) {
  .home-page .logo-text {
    display: none;
  }

  .home-product-grid {
    grid-template-columns: 1fr;
  }

  .home-product-grid.home-hair-product-grid {
    grid-template-columns: 1fr;
  }

  .home-product-actions {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

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