.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
:root {
  --ink: #14110d;
  --muted: #6b6b73;
  --gold: #b8912e;
  --gold-soft: #e3c877;
  --maroon: #7a1620;
  --line: #ececef;
  --surface: #f7f7f8;
  --accent: #7a1620;
  --green: #1f8a4c;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Montserrat', Arial, Helvetica, sans-serif; color: var(--ink); background: #fff; -webkit-font-smoothing: antialiased; }
h1, h2, h3, .logo, .price-row .now, .brand { font-family: 'Montserrat', sans-serif; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }

/* Top utility bar */
.util-bar {
  display: flex;
  justify-content: space-between;
  background: var(--ink);
  color: #d8d8dc;
  padding: 9px 40px;
  font-size: 13px;
  letter-spacing: .2px;
}
.util-bar ul { display: flex; gap: 24px; }
.util-bar li { display: flex; align-items: center; gap: 6px; cursor: pointer; transition: color .15s; }
.util-bar li:hover { color: var(--gold-soft); }

/* Header */
header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 200; }
.header-inner {
  max-width: 1600px;
  display: flex;
  align-items: center;
  padding: 18px 40px;
  margin: 0 auto;
  gap: 36px;
}
.logo { font-size: 27px; font-weight: 800; letter-spacing: -.5px; white-space: nowrap; display: flex; align-items: center; gap: 8px; }
.logo img { display: block; }
.logo span { color: var(--accent); }
.logo i { color: var(--gold); }
nav.main-nav ul { display: flex; gap: 28px; }
nav.main-nav a { font-size: 16px; font-weight: 700; letter-spacing: .6px; color: var(--muted); position: relative; padding-bottom: 4px; transition: color .15s; }
nav.main-nav a:hover { color: var(--ink); }
nav.main-nav a.active { color: var(--ink); }
nav.main-nav a.active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 3px;
  background: var(--gold); border-radius: 2px;
}
.header-right { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.search-box { width: 300px; position: relative; }
.search-box input {
  width: 100%;
  padding: 12px 16px 12px 44px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: var(--surface);
  font-size: 14.5px;
  color: #444;
  transition: border-color .15s, background .15s;
}
.search-box input:focus { outline: none; border-color: var(--accent); background: #fff; }
.search-box .icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); font-size: 16px; opacity: .45; }
.header-icons { display: flex; gap: 24px; align-items: center; }
.header-icons .divider { width: 1px; height: 20px; background: var(--line); }
.header-icons .icon-item { font-size: 13.5px; font-weight: 700; letter-spacing: .4px; display: flex; align-items: center; gap: 7px; cursor: pointer; color: var(--ink); transition: color .15s; position: relative; }
.header-icons .icon-item:hover { color: var(--accent); }
.header-icons .glyph { font-size: 17px; }
.header-icons .bag-count {
  position: absolute; top: -8px; right: -10px; background: var(--gold); color: #fff;
  font-size: 10px; font-weight: 800; width: 16px; height: 16px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}

/* Gender pill + category pills (matches reference layout) */
.pill-row {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 18px 40px;
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
  background: #fff;
}
.gender-toggle {
  display: flex;
  border: 1.5px solid var(--line);
  border-radius: 26px;
  padding: 3px;
  flex-shrink: 0;
}
.gender-toggle button, .gender-toggle a {
  border: none;
  background: none;
  padding: 9px 24px;
  border-radius: 22px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .4px;
  transition: background .2s, color .2s;
  color: var(--muted);
}
.gender-toggle button.active, .gender-toggle a.active { background: var(--gold); color: var(--ink); box-shadow: 0 2px 6px rgba(184,145,46,.4); }
.cat-pill { font-size: 16px; font-weight: 700; letter-spacing: .4px; white-space: nowrap; cursor: pointer; color: var(--muted); transition: color .15s; }
.cat-pill:hover { color: var(--ink); }

/* Footer */
footer { background: var(--ink); color: #b6b6bd; padding: 48px 0 24px; }
.footer-top { max-width: 1600px; margin: 0 auto; padding: 0 40px; }
.footer-logo img { height: 72px; margin-bottom: 36px; }
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); gap: 32px; padding-bottom: 34px; border-bottom: 1px solid #2a2a30;
}
.footer-grid h4 { color: var(--gold-soft); font-size: 16px; letter-spacing: .5px; margin-bottom: 18px; }
.footer-grid h4.footer-subhead { margin-top: 24px; }
.footer-grid li { font-size: 16px; margin-bottom: 11px; color: #9a9aa2; transition: color .15s; cursor: pointer; }
.footer-grid li:hover { color: #fff; }
.footer-badge { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #9a9aa2; margin-top: 10px; }
.footer-badge i { color: var(--gold-soft); }

.social-list a { display: flex; align-items: center; gap: 8px; color: #9a9aa2; font-size: 14px; }
.social-list a i { color: var(--gold-soft); font-size: 15px; }
.social-icons { display: flex; gap: 14px; margin-top: 4px; margin-bottom: 4px; }
.social-icons a { color: #9a9aa2; font-size: 17px; transition: color .15s; }
.social-icons a:hover { color: #fff; }
.payment-icons { display: flex; gap: 12px; align-items: center; font-size: 22px; color: #9a9aa2; }

.footer-grid input {
  flex: 1; min-width: 0; padding: 11px 14px; border: none; border-radius: 6px 0 0 6px; font-size: 16px;
}
.subscribe-row { display: flex; width: 100%; margin-bottom: 20px; }
.subscribe-row button { flex-shrink: 0; background: var(--gold); border: none; padding: 0 18px; font-weight: 800; border-radius: 0 6px 6px 0; }
.footer-contact-items { display: flex; flex-direction: column; gap: 10px; }
.footer-contact-items a { color: #d4d4d8; font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 8px; transition: color .15s; }
.footer-contact-items a i { color: var(--gold-soft); width: 14px; }
.footer-contact-items a:hover { color: #fff; }

.footer-copy { text-align: center; font-size: 13px; color: #63636b; padding-top: 34px; }
body:has(.auth-section) .footer-copy {
  font-size: 0;
}
body:has(.auth-section) .footer-copy::before {
  content: "\00a9 2026 DivoDrip. All rights reserved.";
  font-size: 13px;
}
.footer-copy-row { display: flex; align-items: center; justify-content: space-between; max-width: 1600px; margin: 0 auto; padding: 0 40px; padding-top: 34px; }

/* Hamburger + mobile sidebar */
.hamburger-btn {
  display: none; border: none; background: none; font-size: 20px; color: var(--ink);
  cursor: pointer; padding: 4px 8px;
}
.sidebar-overlay {
  display: none; position: fixed; inset: 0; background: rgba(0,0,0,.55);
  z-index: 300; opacity: 0; transition: opacity .25s;
}
.sidebar-overlay.open { display: block; opacity: 1; }
.mobile-sidebar {
  position: fixed; top: 0; left: 0; bottom: 0; width: 82%; max-width: 320px;
  background: var(--ink); z-index: 301; transform: translateX(-100%); transition: transform .3s cubic-bezier(.4,0,.2,1);
  overflow-y: auto; box-shadow: 4px 0 30px rgba(0,0,0,.3);
  display: flex; flex-direction: column;
}
.mobile-sidebar.open { transform: translateX(0); }
.mobile-sidebar-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 18px; border-bottom: 1px solid rgba(255,255,255,.08); flex-shrink: 0;
}
.mobile-sidebar-header img { filter: drop-shadow(0 0 0 transparent); }
.mobile-sidebar-header button {
  border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.06); border-radius: 50%;
  width: 34px; height: 34px; font-size: 15px; color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center; transition: background .15s;
}
.mobile-sidebar-header button:hover { background: rgba(255,255,255,.15); }
.mobile-sidebar-section-label {
  padding: 18px 20px 8px; font-size: 10.5px; font-weight: 700; letter-spacing: 1.8px;
  text-transform: uppercase; color: rgba(255,255,255,.4);
}
.mobile-sidebar-nav ul { padding: 4px 0; }
.mobile-sidebar-nav a {
  display: flex; align-items: center; gap: 12px; padding: 13px 20px; font-size: 15px; font-weight: 600;
  color: #f2f2f0; border-left: 3px solid transparent; transition: background .15s, border-color .15s;
}
.mobile-sidebar-nav a i { width: 18px; text-align: center; font-size: 14px; color: var(--gold); flex-shrink: 0; }
.mobile-sidebar-nav a:active,
.mobile-sidebar-nav a:hover { background: rgba(255,255,255,.06); border-left-color: var(--gold); }
.mobile-sidebar-nav.secondary a { font-size: 14px; font-weight: 500; color: rgba(255,255,255,.65); padding: 11px 20px 11px 20px; }
.mobile-sidebar-nav.secondary a i { font-size: 6px; color: var(--gold-soft); }
.mobile-sidebar-divider { height: 1px; background: rgba(255,255,255,.08); margin: 6px 0; }
.mobile-sidebar-footer {
  margin-top: auto; padding: 20px; border-top: 1px solid rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: space-between; flex-shrink: 0;
}
.mobile-sidebar-footer .msf-socials { display: flex; gap: 14px; }
.mobile-sidebar-footer .msf-socials a { color: rgba(255,255,255,.55); font-size: 16px; transition: color .15s; }
.mobile-sidebar-footer .msf-socials a:hover { color: var(--gold); }
.mobile-sidebar-footer .msf-contact { font-size: 11px; color: rgba(255,255,255,.4); text-align: right; line-height: 1.5; }

.scroll-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  background: var(--gold);
  color: #fff;
  font-size: 16px;
  box-shadow: 0 8px 22px rgba(0,0,0,.2);
  z-index: 150;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s, transform .2s;
}
.scroll-top.show { opacity: 1; pointer-events: auto; }

@media (max-width: 900px) {
  nav.main-nav, .search-box { display: none; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }

  .util-bar { padding: 8px 16px; overflow-x: auto; scrollbar-width: none; justify-content: flex-start; gap: 20px; }
  .util-bar::-webkit-scrollbar { display: none; }
  .util-bar ul { flex-shrink: 0; gap: 14px; width: auto; }
  .util-bar li { white-space: nowrap; font-size: 11px; }

  .header-inner { padding: 12px 16px; gap: 14px; }
  .logo img { height: 54px !important; }
  .header-icons { gap: 14px; }
  .header-icons .icon-item .label { display: none; }
  .header-icons .divider { display: none; }

  .pill-row { padding: 12px 16px; gap: 10px; }
  .gender-toggle button, .gender-toggle a { padding: 7px 16px; font-size: 13px; }
  .cat-pill { font-size: 13px; }

  .footer-top { padding-left: 16px; padding-right: 16px; } .footer-grid { gap: 24px; }
  footer { padding: 40px 0 20px; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .subscribe-row { flex-wrap: wrap; }
  .subscribe-row input { flex: 1 1 100%; border-radius: 6px; }
  .subscribe-row button { flex: 1 1 100%; border-radius: 6px; padding: 11px 18px; margin-top: 8px; }

  .hamburger-btn { display: block; }
  .header-right { margin-left: auto; }
  .header-right .search-box { display: none; }
}

@media (max-width: 480px) {
  .header-icons .icon-item { font-size: 0; gap: 0; }
  .header-icons .glyph { font-size: 19px; }
  .util-bar li { font-size: 10px; }
  .footer-grid { grid-template-columns: 1fr; }
}


/* =========================================================
   HOMEPAGE COMPONENTS (banners, tiles, product rows, etc.)
   ========================================================= */
/* Banner carousel — fixed height track, auto-scrolling */
.banner-carousel-viewport { overflow: hidden; background: #fff; }
.banner-carousel {
  display: flex;
  gap: 3px;
  height: 480px;
  width: max-content;
  transition: transform .6s ease;
}
.banner-carousel .slide { flex: 0 0 auto; height: 100%; width: 340px; overflow: hidden; background: var(--surface); }
.banner-carousel .slide.wide { width: 620px; }
.banner-carousel .slide img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .5s; }
.banner-carousel .slide:hover img { transform: scale(1.04); }
.carousel-dots { display: flex; justify-content: center; gap: 6px; padding: 16px; }
.carousel-dots span { width: 6px; height: 6px; border-radius: 50%; background: #d6d6da; transition: all .2s; }
.carousel-dots span.active { background: var(--accent); width: 18px; border-radius: 4px; }

/* Cashback strip */
.cashback-strip {
  margin: 28px 40px;
  background: var(--ink);
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 44px;
  font-weight: 800;
  font-size: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
}
.cashback-strip i { color: var(--gold-soft); margin-right: 6px; }
.cashback-strip .code-box { background: var(--gold); color: var(--ink); padding: 11px 26px; border-radius: 6px; font-size: 27px; letter-spacing: .5px; }
.cashback-strip small { display: block; font-size: 13px; font-weight: 400; margin-top: 4px; color: #b9b9c0; }

/* Section title */
.section { max-width: 1600px; margin: 0 auto; padding: 46px 40px; }
.section.tint { background: var(--surface); box-shadow: 0 0 0 100vmax var(--surface); clip-path: inset(0 -100vmax); }
.section-title { font-size: 27px; font-weight: 800; text-align: center; margin-bottom: 30px; letter-spacing: .4px; }

/* Category tile grid */
.tile-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; }
.tile { position: relative; aspect-ratio: 3/4; overflow: hidden; background: var(--surface); cursor: pointer; border-radius: 8px; transition: transform .2s, box-shadow .2s; }
.tile:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(0,0,0,.12); }
.tile img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .4s; }
.tile:hover img { transform: scale(1.06); }
.tile .label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  text-shadow: 0 2px 10px rgba(0,0,0,.55);
}
.tile.viewall { display: flex; align-items: center; justify-content: center; background: var(--surface); font-weight: 700; font-size: 16px; gap: 8px; color: var(--ink); }

/* Product row w/ arrows */
.product-row-wrap { position: relative; }
.product-row {
  display: grid; grid-auto-flow: column; grid-auto-columns: calc(20% - 17.6px);
  gap: 22px; overflow-x: auto; scroll-behavior: smooth;
  scroll-snap-type: x proximity; scrollbar-width: none; -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}
.product-row::-webkit-scrollbar { display: none; }
.product-row .product-card { min-width: 0; scroll-snap-align: start; }
.arrow-btn {
  position: absolute;
  top: 38%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.14);
  border: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  color: var(--ink);
  transition: transform .15s, box-shadow .15s;
}
.arrow-btn:hover { transform: scale(1.08); box-shadow: 0 8px 22px rgba(0,0,0,.2); }
.arrow-btn.left { left: -21px; }
.arrow-btn.right { right: -21px; }

.product-card { color: inherit; cursor: pointer; display: block; text-decoration: none; transition: transform .2s; }
.product-card:hover { transform: translateY(-4px); }
.product-card .img-wrap { position: relative; aspect-ratio: 3/4; background: var(--surface); overflow: hidden; border-radius: 8px; }
.product-card .img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .4s; }
.product-card:hover .img-wrap img { transform: scale(1.05); }
.tag-badge {
  position: absolute; top: 12px; left: 12px;
  background: #fff; color: var(--ink); font-size: 10px; font-weight: 800;
  letter-spacing: .4px; padding: 5px 10px; border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,.1);
}
.rating-badge {
  position: absolute; bottom: 12px; left: 12px;
  background: #fff; font-size: 13px; font-weight: 700; padding: 5px 9px;
  border-radius: 5px; display: flex; align-items: center; gap: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,.1);
}
.rating-badge .star { color: var(--gold); }
.product-info { padding: 13px 2px 0; position: relative; }
.img-wrap .wishlist-icon {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,.92); color: var(--muted);
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; box-shadow: 0 2px 8px rgba(0,0,0,.15);
  transition: color .15s, transform .15s;
}
.img-wrap .wishlist-icon:hover { color: #e0416b; transform: scale(1.08); }
.wishlist-icon.active, .wish-toggle.active, .pd-wish-toggle.active,
.wishlist-icon i.fa-solid, .wish-toggle i.fa-solid, .pd-wish-toggle i.fa-solid { color: #e0416b; }
.product-info .brand { font-size: 16px; font-weight: 700; }
.product-info .title {
  font-size: 16px; color: var(--muted); margin: 3px 0 8px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.price-row { display: flex; align-items: baseline; gap: 8px; font-size: 16px; margin-bottom: 6px; }
.price-row .now { font-weight: 800; }
.price-row .was { text-decoration: line-through; color: #a5a5ac; font-size: 16px; }
.price-row .off { color: var(--green); font-size: 16px; font-weight: 700; }

/* Overlay-style card variant (used for Printed T-Shirts Sale) */
.overlay-card .img-wrap { aspect-ratio: 3/4.4; border-radius: 12px; }
.overlay-card .wishlist-icon { position: absolute; top: 12px; right: 12px; color: #fff; background: rgba(0,0,0,.35); width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.overlay-card:hover .wishlist-icon { color: #e0416b; }
.overlay-scrim {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 14px 14px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.35) 35%, rgba(0,0,0,.88) 100%);
  color: #fff;
}
.overlay-scrim .title, .overlay-scrim .brand, .overlay-rating, .overlay-scrim .price-row .now {
  text-shadow: 0 1px 4px rgba(0,0,0,.6);
}
.overlay-top-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.overlay-scrim .brand { font-size: 16px; font-weight: 700; color: #fff; }
.overlay-scrim .title {
  font-size: 13px; color: #e4e4e6; margin: 2px 0 6px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.overlay-scrim .price-row .now { color: #fff; }
.overlay-scrim .price-row .was { color: #b9b9c0; }
.overlay-rating { display: flex; align-items: center; gap: 3px; font-size: 13px; font-weight: 700; color: #fff; flex-shrink: 0; }
.overlay-rating .star { color: var(--gold); }
.buy-more { font-size: 13px; font-weight: 700; color: var(--green); display: flex; align-items: center; gap: 6px; min-height: 16px; }
.size-row { display: flex; gap: 6px; margin-top: 8px; }
.size-row span {
  font-size: 11px; font-weight: 700; color: var(--muted); border: 1px solid var(--line);
  border-radius: 4px; padding: 3px 7px; transition: border-color .15s, color .15s;
}
.product-card:hover .size-row span { border-color: var(--ink); color: var(--ink); }

.explore-all { text-align: center; margin-top: 28px; }
.explore-all a { color: var(--gold); font-weight: 700; font-size: 16px; border-bottom: 1.5px solid var(--gold); padding-bottom: 2px; transition: opacity .15s; }
.explore-all a:hover { opacity: .7; }

/* Curated tile row */
.curated-title { text-align: center; margin-bottom: 28px; }
.curated-title h2 { font-size: 33px; font-weight: 800; }
.curated-title .sub { font-size: 16px; margin-top: 6px; color: var(--muted); }
.curated-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; }
.curated-tile { position: relative; aspect-ratio: 3/4; overflow: hidden; background: var(--surface); border-radius: 8px; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.curated-tile:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(0,0,0,.12); }
.curated-tile img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .4s; }
.curated-tile:hover img { transform: scale(1.06); }
.curated-tile .tag {
  position: absolute; top: 16px; left: 16px; color: #fff; font-weight: 800;
  font-size: 16px; text-shadow: 0 2px 10px rgba(0,0,0,.55);
}
.curated-tile .go {
  position: absolute; bottom: 16px; left: 16px; width: 32px; height: 32px;
  border-radius: 50%; background: rgba(0,0,0,.55); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 16px;
  transition: background .15s;
}
.curated-tile:hover .go { background: var(--gold); color: var(--ink); }
.curated-tile.viewall { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; font-weight: 700; background: var(--surface); }
.curated-tile.viewall .go { position: static; background: var(--ink); color: #fff; }

/* Savings corner */
.savings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.savings-grid .banner { position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--surface); border-radius: 8px; }
.savings-grid .banner img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .4s; }
.savings-grid .banner:hover img { transform: scale(1.04); }

/* Wardrobe essentials */
.essentials-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.essentials-tile { position: relative; aspect-ratio: 3/4; overflow: hidden; background: var(--surface); border-radius: 8px; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.essentials-tile:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(0,0,0,.12); }
.essentials-tile img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .4s; }
.essentials-tile:hover img { transform: scale(1.06); }
.essentials-tile::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.65) 0%, rgba(0,0,0,.1) 45%, transparent 70%);
}
.essentials-tile .side-label {
  position: absolute; top: 22px; left: 16px; writing-mode: vertical-rl; z-index: 2;
  font-weight: 800; font-size: 16px; letter-spacing: 1.5px; color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,.55);
}
.view-all-pill { text-align: center; margin-top: 28px; }
.view-all-pill a {
  display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(90deg,var(--gold-soft),var(--gold));
  padding: 16px 60px; border-radius: 30px; font-weight: 800; font-size: 16px; letter-spacing: .6px;
  box-shadow: 0 8px 22px rgba(184,145,46,.35); transition: transform .15s;
}
.view-all-pill a:hover { transform: translateY(-2px); }

/* Brand story */
.brand-story { background: var(--ink); }
.brand-story .section-title { color: #fff; }
.story-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.story-item { text-align: center; color: #d4d4d8; }
.story-item i { font-size: 33px; color: var(--gold-soft); margin-bottom: 16px; }
.story-item h3 { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.story-item p { font-size: 16px; line-height: 1.5; color: #a6a6ad; }

/* Customer reviews */
.reviews-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card {
  background: var(--surface); border-radius: 10px; padding: 24px;
  border: 1px solid var(--line); transition: transform .2s, box-shadow .2s;
}
.review-card:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(0,0,0,.08); }
.review-stars { color: var(--gold); font-size: 16px; margin-bottom: 12px; }
.review-text { font-size: 16px; line-height: 1.6; color: var(--ink); margin-bottom: 16px; }
.review-author { display: flex; align-items: center; gap: 10px; }
.review-avatar {
  width: 36px; height: 36px; border-radius: 50%; background: var(--gold);
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 16px; flex-shrink: 0;
}
.review-name { font-size: 16px; font-weight: 700; }
.review-meta { font-size: 13px; color: var(--muted); }

/* Scroll-reveal animation */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

.reveal .value-item,
.reveal .process-item,
.reveal .lifestyle-grid img,
.reveal .split-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .55s ease, transform .55s ease;
}
.reveal.visible .value-item,
.reveal.visible .process-item,
.reveal.visible .lifestyle-grid img,
.reveal.visible .split-card {
  opacity: 1;
  transform: translateY(0);
}
.values-grid .value-item:nth-child(1) { transition-delay: .05s; }
.values-grid .value-item:nth-child(2) { transition-delay: .15s; }
.values-grid .value-item:nth-child(3) { transition-delay: .25s; }
.process-grid .process-item:nth-child(1) { transition-delay: .05s; }
.process-grid .process-item:nth-child(2) { transition-delay: .15s; }
.process-grid .process-item:nth-child(3) { transition-delay: .25s; }
.process-grid .process-item:nth-child(4) { transition-delay: .35s; }
.lifestyle-grid img:nth-child(1) { transition-delay: .04s; }
.lifestyle-grid img:nth-child(2) { transition-delay: .1s; }
.lifestyle-grid img:nth-child(3) { transition-delay: .16s; }
.lifestyle-grid img:nth-child(4) { transition-delay: .22s; }
.lifestyle-grid img:nth-child(5) { transition-delay: .28s; }
.split-section .split-card:nth-child(2) { transition-delay: .12s; }

/* Card/tile fade-in on load — pure CSS, always plays, no JS gating */
.product-card, .tile, .curated-tile, .essentials-tile {
  animation: cardIn .5s ease backwards;
}
.product-row .product-card:nth-child(1) { animation-delay: .05s; }
.product-row .product-card:nth-child(2) { animation-delay: .12s; }
.product-row .product-card:nth-child(3) { animation-delay: .19s; }
.product-row .product-card:nth-child(4) { animation-delay: .26s; }
.product-row .product-card:nth-child(5) { animation-delay: .33s; }
.tile-grid .tile:nth-child(1) { animation-delay: .04s; }
.tile-grid .tile:nth-child(2) { animation-delay: .09s; }
.tile-grid .tile:nth-child(3) { animation-delay: .14s; }
.tile-grid .tile:nth-child(4) { animation-delay: .19s; }
.tile-grid .tile:nth-child(5) { animation-delay: .24s; }
.tile-grid .tile:nth-child(6) { animation-delay: .29s; }
.curated-grid .curated-tile:nth-child(1) { animation-delay: .05s; }
.curated-grid .curated-tile:nth-child(2) { animation-delay: .12s; }
.curated-grid .curated-tile:nth-child(3) { animation-delay: .19s; }
.curated-grid .curated-tile:nth-child(4) { animation-delay: .26s; }
.curated-grid .curated-tile:nth-child(5) { animation-delay: .33s; }
@keyframes cardIn { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }

/* Image placeholder shimmer (until real photos load) */
.img-wrap, .tile, .curated-tile, .essentials-tile, .savings-grid .banner, .banner-carousel .slide {
  background: linear-gradient(110deg, #ececef 8%, #f6f6f8 18%, #ececef 33%);
  background-size: 200% 100%;
  animation: shimmer 1.6s linear infinite;
}
.img-wrap img[src], .tile img[src], .curated-tile img[src], .essentials-tile img[src],
.savings-grid .banner img[src], .banner-carousel .slide img[src] { animation: none; }
@keyframes shimmer { to { background-position-x: -200%; } }

/* Homepage-only responsive rules (tiles, carousel, curated/savings/essentials grids) */
@media (max-width: 900px) {
  .tile-grid { grid-auto-flow: column; grid-auto-columns: 42%; grid-template-columns: none; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
  .tile-grid::-webkit-scrollbar { display: none; }
  .tile-grid .tile { scroll-snap-align: start; }
  .tile .label { font-size: 16px; }
  .curated-grid { grid-template-columns: repeat(3,1fr); }
  .product-row { grid-auto-columns: 62%; }
  .savings-grid, .essentials-grid { grid-template-columns: 1fr 1fr; }
  .banner-carousel { grid-template-columns: 1fr; height: 340px; }
  .banner-carousel .slide { width: 78vw; }
  .banner-carousel .slide.wide { width: 78vw; }

  .section { padding: 30px 16px; }
  .section-title { font-size: 20px; }
  .curated-title h2 { font-size: 25px; }

  .story-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .reviews-row {
    grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 82%;
    overflow-x: auto; gap: 16px; scroll-snap-type: x proximity; scrollbar-width: none; padding-bottom: 4px;
  }
  .reviews-row::-webkit-scrollbar { display: none; }
  .review-card { scroll-snap-align: start; }
}

@media (max-width: 480px) {
  .story-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .tile .label { font-size: 15px; }
}

/* Product detail reference layout */
body:has(.pd-hero) .util-bar {
  justify-content: center;
  padding: 8px 40px;
}
body:has(.pd-hero) .util-bar ul {
  width: 100%;
  max-width: 1600px;
  justify-content: space-between;
}
body:has(.pd-hero) header {
  position: static;
}
body:has(.pd-hero) .header-inner,
body:has(.pd-hero) .pill-row,
body:has(.pd-hero) .pd-wrap,
body:has(.pd-hero) .footer-top {
  max-width: 1600px;
}
body:has(.pd-hero) .header-inner {
  padding: 18px 40px;
}
body:has(.pd-hero) .pill-row {
  padding: 14px 40px;
}
@media (max-width: 1024px) {
  body:has(.pd-hero) .util-bar {
    justify-content: flex-start;
    padding: 8px 16px;
  }
  body:has(.pd-hero) .util-bar ul {
    width: auto;
    max-width: none;
  }
  body:has(.pd-hero) .header-inner {
    padding: 12px 16px;
  }
  body:has(.pd-hero) .pill-row {
    padding: 12px 16px;
  }
}
.pd-wrap {
  max-width: 1600px;
  padding: 34px 40px 18px;
}
.pd-breadcrumb {
  margin-bottom: 28px;
  gap: 10px;
  font-size: 12px;
}
.pd-breadcrumb strong {
  color: var(--ink);
}
.pd-hero {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 48px;
}
.pd-gallery {
  display: block;
  position: sticky;
  top: 110px;
  grid-column: auto;
  align-self: start;
}
.pd-hero > .pd-gallery {
  grid-column: 1 / 2;
}
.pd-hero > .pd-info {
  grid-column: 2 / 3;
  align-self: start;
}
.pd-main-img {
  position: relative;
  aspect-ratio: 1 / 1.05;
  max-height: none;
  border-radius: 12px;
  background: var(--surface);
  overflow: hidden;
  cursor: zoom-in;
  box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 20px 45px rgba(20,17,13,.08);
}
.pd-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform .35s ease;
}
.pd-main-img:hover img {
  transform: scale(1.06);
}
.pd-main-img.zoomed img {
  transform: scale(2.2);
  cursor: zoom-out;
  transition: transform .15s ease;
}
.pd-thumb-strip {
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}
.pd-thumbs {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.pd-thumbs::-webkit-scrollbar { display: none; }
.pd-thumbs .pd-thumb {
  flex: 0 0 auto;
  width: 94px;
}
.pd-thumb {
  width: 100%;
  height: 94px;
  padding: 0;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  overflow: hidden;
  cursor: pointer;
  transition: border-color .15s;
}
.pd-thumb:hover {
  border-color: var(--gold-soft);
}
.pd-thumb.active {
  border-color: var(--gold);
  box-shadow: 0 0 0 1px var(--gold);
}
.pd-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.pd-nav {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  transition: border-color .15s, color .15s;
}
.pd-nav:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.pd-info {
  padding: 12px 0 0;
}
.pd-title {
  margin: 0 0 14px;
  font-size: 29px;
  line-height: 1.2;
}
.pd-rating {
  margin-bottom: 24px;
}
.pd-stars {
  color: #f5a400;
  letter-spacing: 2px;
  font-size: 17px;
}
.pd-rating-value {
  font-size: 13px;
  color: #51545a;
}
.pd-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 18px;
  margin-bottom: 12px;
}
.pd-price {
  color: var(--gold);
  font-size: 31px;
}
.pd-mrp {
  color: #8f949b;
  font-size: 16px;
}
.pd-discount {
  color: var(--green);
  font-size: 17px;
  white-space: nowrap;
}
.pd-short-desc {
  font-size: 14.5px;
  line-height: 1.6;
  color: #55575e;
  margin-bottom: 0;
}
.pd-size-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
  font-size: 13.5px;
}
.pd-size-table th,
.pd-size-table td {
  padding: 10px 12px;
  text-align: center;
  border: 1px solid var(--line);
}
.pd-size-table th {
  background: var(--surface);
  font-weight: 800;
}

.pd-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s;
}
.pd-drawer-overlay.open {
  opacity: 1;
  visibility: visible;
}
.pd-size-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 380px;
  max-width: 90vw;
  z-index: 501;
  background: #fff;
  box-shadow: -12px 0 40px rgba(0,0,0,.2);
  padding: 24px 26px 30px;
  overflow-y: auto;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform .3s ease, visibility 0s linear .3s;
}
.pd-size-drawer.open {
  transform: translateX(0);
  visibility: visible;
  transition: transform .3s ease, visibility 0s linear 0s;
}
.pd-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.pd-drawer-head h3 {
  font-size: 18px;
}
.pd-drawer-head button {
  width: 34px;
  height: 34px;
  border: none;
  background: var(--surface);
  border-radius: 50%;
  font-size: 15px;
  color: var(--ink);
  cursor: pointer;
}
.pd-size-drawer p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}
.pd-tax-note {
  color: #71757c;
  font-size: 14px;
  margin-bottom: 32px;
}
.pd-option-block {
  padding: 24px 0;
  margin: 0;
  border-top: 1px solid #e3e5e8;
}
.pd-option-label {
  font-size: 14px;
  margin-bottom: 18px;
}
.pd-option-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.pd-option-label-row .pd-option-label {
  margin-bottom: 0;
}
.pd-swatches {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Print swatches — thumbnail chips, since a print is a design not a flat colour */
.pd-print-swatches .pd-print-swatch {
  width: 58px;
  height: 72px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: var(--surface);
  transition: border-color .15s, transform .15s;
}
.pd-print-swatches .pd-print-swatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.pd-print-swatches .pd-print-swatch:hover {
  transform: translateY(-2px);
}
.pd-print-swatches .pd-print-swatch.active {
  border-color: var(--gold);
  box-shadow: 0 4px 14px rgba(184,145,46,.35);
}

/* Colour swatches — flat colour dots */
.pd-color-swatches .pd-swatch {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid transparent;
  box-shadow: 0 0 0 1px var(--line);
  cursor: pointer;
  position: relative;
  transition: transform .15s;
}
.pd-color-swatches .pd-swatch:hover {
  transform: translateY(-2px);
}
.pd-color-swatches .pd-swatch.active {
  border-color: #fff;
  box-shadow: 0 0 0 2px var(--ink);
}
.pd-sizes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.pd-size {
  height: 46px;
  border: 1.5px solid var(--line);
  border-radius: 5px;
  background: #fff;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  transition: border-color .15s;
}
.pd-size:hover {
  border-color: var(--gold-soft);
}
.pd-size.active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.pd-qty-stepper {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.pd-qty-stepper button {
  width: 42px;
  height: 42px;
  border: 0;
  background: var(--surface);
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: background .15s;
}
.pd-qty-stepper button:hover {
  background: var(--line);
}
.pd-qty-stepper span {
  width: 48px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
.pd-size-guide {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--gold);
  text-decoration: none;
}
.pd-size-guide:hover {
  text-decoration: underline;
}
.pd-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 10px 0 18px;
}
.pd-btn {
  width: 100%;
  height: 62px;
  border-radius: 6px;
  border: 0;
  font-weight: 800;
}
.pd-btn-cart {
  background: var(--gold);
  color: #fff;
}
.pd-btn-buy {
  background: var(--ink);
  color: #fff;
}
.pd-wish-toggle {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  box-shadow: 0 4px 14px rgba(0,0,0,.15);
  color: var(--muted);
  font-size: 15px;
  cursor: pointer;
  transition: color .15s, background .15s;
}
.pd-wish-toggle:hover {
  background: #fff;
  color: #e0416b;
}
.pd-wish-toggle.active i {
  font-weight: 900;
  color: #e0416b;
}
.pd-service-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 28px 0 0;
}
.pd-service-card {
  display: flex;
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}
.pd-service-card > i,
.pd-benefits i {
  color: var(--gold);
  font-size: 28px;
}
.pd-service-card h3 {
  color: var(--gold);
  font-size: 15px;
  margin-bottom: 10px;
}
.pd-service-card p,
.pd-service-card li,
.pd-service-card a {
  font-size: 12px;
  color: #42464d;
}
.pd-benefits {
  flex-direction: column;
  gap: 26px;
}
.pd-benefits div {
  display: flex;
  gap: 16px;
}
.pd-benefits strong,
.pd-benefits small {
  display: block;
}
.pd-tabs {
  border-bottom: 1px solid #e5e7ea;
}
.pd-tab-head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #dfe2e5;
}
.pd-tab-head button {
  height: 56px;
  border: 0;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}
.pd-tab-head .active {
  color: var(--gold);
  border-bottom: 3px solid var(--gold);
}
.pd-tab-body {
  padding: 34px 22px 48px;
  color: #23262b;
  font-size: 14px;
  line-height: 1.6;
}
.pd-tab-body ul {
  list-style: disc;
  padding-left: 20px;
  margin: 16px 0;
}
.pd-reviews {
  padding: 46px 22px 60px;
  border-bottom: 1px solid var(--line);
}
.pd-reviews-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
.pd-reviews-head h2 {
  font-size: 22px;
}
.pd-review-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 300px);
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.pd-review-rail::-webkit-scrollbar {
  display: none;
}
.pd-review-rail article {
  scroll-snap-align: start;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
}
.pd-review-rail img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
}
.pd-review-rail p {
  font-size: 13.5px;
  line-height: 1.55;
  margin-bottom: 14px;
}
.pd-review-rail p strong {
  display: block;
  margin-bottom: 2px;
}
.pd-review-rail p small {
  display: block;
  color: var(--muted);
  font-size: 11.5px;
  font-weight: 400;
  margin-bottom: 8px;
}
.pd-review-rail article > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pd-review-rail article > div span {
  color: #f5a400;
  font-size: 13px;
}
.pd-review-rail article > div small {
  color: var(--muted);
  font-size: 11.5px;
}
.pd-btn-outline-small {
  height: 42px;
  padding: 0 24px;
  border: 1.5px solid var(--gold);
  border-radius: 5px;
  background: #fff;
  color: var(--gold);
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: .3px;
  cursor: pointer;
  transition: background .15s, color .15s;
}
.pd-btn-outline-small:hover {
  background: var(--gold);
  color: #fff;
}
#pd-write-review {
  border-color: var(--ink);
  color: var(--ink);
}
#pd-write-review:hover {
  background: var(--ink);
  color: #fff;
}
.pd-related-products {
  padding: 34px 0 54px;
}
.pd-related-products h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 32px;
}
.pd-related-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.pd-related-grid a {
  display: block;
  color: inherit;
  transition: transform .2s;
}
.pd-related-grid a:hover {
  transform: translateY(-4px);
}
.pd-related-grid img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
  border-radius: 8px;
  background: var(--surface);
}
.pd-related-grid h3 {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}
.pd-related-grid p {
  margin: 10px 0;
  font-size: 13px;
}
.pd-related-grid span {
  color: var(--green);
  font-weight: 800;
}
.pd-related-grid small {
  color: #6c7178;
}
.pd-newsletter {
  display: grid;
  grid-template-columns: 60px 1fr minmax(280px, 460px) 140px;
  align-items: center;
  gap: 22px;
  margin-bottom: 24px;
  padding: 28px 42px;
  border: 1px solid #cbd8d0;
  border-radius: 8px;
  background: #f8fbf9;
}
.pd-newsletter > i {
  font-size: 48px;
  color: var(--gold);
}
.pd-newsletter h3 {
  color: var(--gold);
  margin-bottom: 6px;
}
.pd-newsletter p {
  font-size: 12px;
}
.pd-newsletter input {
  height: 44px;
  border: 1px solid #dfe2e5;
  border-radius: 4px;
  padding: 0 16px;
}
.pd-newsletter button {
  height: 44px;
  border: 0;
  border-radius: 4px;
  background: var(--gold);
  color: #fff;
  font-weight: 800;
}
body:has(.pd-hero) footer {
  padding-top: 28px;
}
body:has(.pd-hero) .footer-top {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 80px;
}
body:has(.pd-hero) .footer-logo,
body:has(.pd-hero) .pd-footer-about,
body:has(.pd-hero) .footer-top > .social-icons {
  grid-column: 1;
}
body:has(.pd-hero) .footer-grid {
  grid-column: 2;
  grid-row: 1 / span 3;
  border-bottom: 0;
}
body:has(.pd-hero) .footer-copy {
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px 40px 0;
  border-top: 1px solid #2a2a30;
  text-align: left;
}

@media (max-width: 1024px) {
  .pd-wrap {
    padding: 20px 20px 12px;
  }
  .pd-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .pd-hero > .pd-gallery {
    grid-column: 1;
  }
  .pd-hero > .pd-info {
    grid-column: 1;
  }
  .pd-wrap {
    padding-bottom: 90px;
  }
  .pd-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 250;
    margin: 0;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: #fff;
    box-shadow: 0 -8px 20px rgba(0,0,0,.1);
  }
  .pd-btn {
    height: 52px;
  }
  .pd-gallery {
    position: static;
    top: auto;
  }
  .pd-title {
    font-size: 22px;
  }
  .pd-price {
    font-size: 25px;
  }
  .pd-tab-head {
    grid-template-columns: repeat(2, 1fr);
  }
  .pd-tab-head button {
    height: 48px;
    font-size: 12px;
  }
  .pd-reviews {
    padding: 30px 4px 40px;
  }
  .pd-reviews-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .pd-review-rail {
    grid-auto-columns: minmax(220px, 78%);
  }
  .pd-related-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .pd-newsletter {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 26px 20px;
  }
  .pd-newsletter > i {
    display: none;
  }
  body:has(.pd-hero) .footer-top {
    grid-template-columns: 1fr;
    gap: 0;
  }
  body:has(.pd-hero) .footer-grid,
  body:has(.pd-hero) .footer-logo,
  body:has(.pd-hero) .pd-footer-about,
  body:has(.pd-hero) .footer-top > .social-icons {
    grid-column: 1;
    grid-row: auto;
  }
  body:has(.pd-hero) .footer-copy {
    flex-direction: column;
    gap: 8px;
    text-align: center;
    padding: 20px 20px 0;
  }
}

@media (max-width: 480px) {
  .pd-thumbs .pd-thumb {
    width: 78px;
  }
  .pd-tab-head {
    grid-template-columns: repeat(2, 1fr);
  }
  .pd-size-table {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .pd-wrap { padding: 20px 16px 30px; }
  .pd-hero,
  .pd-service-grid,
  .pd-reviews,
  .pd-related-grid,
  .pd-newsletter,
  body:has(.pd-hero) .footer-top {
    grid-template-columns: 1fr;
  }
  .pd-related-grid { grid-template-columns: repeat(2, 1fr); }
  .pd-newsletter { padding: 22px; }
  body:has(.pd-hero) .footer-grid { grid-column: auto; grid-row: auto; }
  body:has(.pd-hero) .footer-copy { display: block; }
}

/* =========================================================
   PRODUCT LISTING PAGE (products.html)
   ========================================================= */

.ship-strip {
  display: none;
  width: 100%;
  padding: 9px 16px;
  background: var(--ink);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .35px;
}

body:has(.listing-wrap) footer .footer-top > p,
body:has(.listing-wrap) footer .footer-top > .social-icons {
  display: none;
}

body:has(.listing-wrap) footer .footer-grid[style] {
  margin-top: 0 !important;
}

body:has(.listing-wrap) .footer-copy-row {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #63636b;
  padding-top: 34px;
}

body:has(.listing-wrap) .footer-copy-row .payment-icons {
  display: none;
}

body:has(.listing-wrap) footer .footer-grid li:nth-child(n+5),
body:has(.listing-wrap) footer .footer-contact-items a:nth-child(n+3) {
  display: none;
}

body:has(.pd-hero) header {
  position: sticky;
}

body:has(.pd-hero) footer {
  padding: 48px 0 24px;
}

body:has(.pd-hero) .footer-top {
  display: block;
  max-width: 1600px;
  padding: 0 40px;
}

body:has(.pd-hero) .footer-grid {
  grid-column: auto;
  grid-row: auto;
  border-bottom: 1px solid #2a2a30;
}

body:has(.pd-hero) .footer-copy {
  display: block;
  max-width: none;
  padding: 34px 0 0;
  text-align: center;
}

/* The listing-page header does not use the .header-right wrapper. */
.header-inner > .header-icons {
  margin-left: auto;
  flex-shrink: 0;
}

.header-icons a.icon-item {
  color: var(--ink);
  text-decoration: none;
}

.breadcrumb {
  width: min(1600px, 100%);
  margin: 0 auto;
  padding: 18px 40px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.breadcrumb .current {
  color: var(--ink);
  font-weight: 700;
}

.listing-wrap {
  width: min(1600px, 100%);
  margin: 0 auto;
  padding: 30px 40px 64px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.listing-wrap main {
  min-width: 0;
}

.filters {
  position: sticky;
  top: 91px;
  padding-right: 26px;
  border-right: 1px solid var(--line);
}

.filters-panel-head { display: none; }
.filters-trigger { display: none; }
.filters-overlay { display: none; }
.filters-apply { display: none; }
.listing-header-right { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }

.filters h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 800;
}

.filter-group {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.fg-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.fg-title .dot {
  margin-right: 8px;
  color: var(--gold);
  font-size: 9px;
  vertical-align: 1px;
}

.filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 11px 0;
  color: #44444b;
  font-size: 13.5px;
  cursor: pointer;
}

.filter-option input {
  width: 16px;
  height: 16px;
  accent-color: var(--accent);
  cursor: pointer;
}

.filter-group.collapsed .filter-option,
.filter-group.collapsed .show-link { display: none; }
.filter-group .fg-title { cursor: pointer; }
.fg-arrow { transition: transform .2s ease; color: var(--muted); font-size: 13px; }
.filter-group.collapsed .fg-arrow { transform: rotate(180deg); }

.show-link {
  display: inline-block;
  margin-top: 4px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.listing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-bottom: 26px;
}

.listing-header h1 {
  font-size: clamp(23px, 2vw, 32px);
  font-weight: 800;
  line-height: 1.2;
}

.listing-header .count {
  margin-left: 8px;
  color: var(--muted);
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.sort-box {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  cursor: pointer;
}

.sort-box .muted {
  color: var(--muted);
}

.sort-box select {
  border: none;
  background: none;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  max-width: 100%;
}
.sort-box select:focus { outline: none; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 20px;
}

.product-grid .product-card {
  min-width: 0;
}

/* Footer structure used in products.html. */
body > footer > .footer-grid {
  width: min(1600px, 100%);
  margin: 0 auto;
  padding: 0 40px 34px;
}

.footer-bottom {
  width: min(1600px, calc(100% - 80px));
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid #2a2a30;
  color: #777780;
  text-align: center;
  font-size: 13px;
}

@media (max-width: 1200px) {
  .header-inner {
    gap: 20px;
  }

  .search-box {
    width: 230px;
  }

  .listing-wrap {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 28px;
  }

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

@media (max-width: 900px) {
  .breadcrumb {
    padding: 14px 20px;
  }

  .listing-wrap {
    padding: 24px 20px 48px;
    grid-template-columns: 1fr;
  }

  .listing-header-right {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .sort-box {
    flex: 1;
    min-width: 0;
  }

  .sort-box-label {
    display: none;
  }

  .sort-box select {
    min-width: 0;
    flex: 1;
  }

  .filters-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 16px;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    color: var(--ink);
    cursor: pointer;
  }
  .filters-trigger i { color: var(--gold); }

  .filters-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s;
  }
  .filters-overlay.open { opacity: 1; visibility: visible; }

  .filters {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 401;
    max-height: 82vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 18px 18px 0 0;
    padding: 4px 22px 20px;
    border-right: 0;
    transform: translateY(100%);
    visibility: hidden;
    transition: transform .3s ease, visibility 0s linear .3s;
  }
  .filters.open {
    transform: translateY(0);
    visibility: visible;
    transition: transform .3s ease, visibility 0s linear 0s;
    box-shadow: 0 -12px 40px rgba(0,0,0,.25);
  }

  .filters-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    background: #fff;
    padding: 18px 0 14px;
    margin-bottom: 4px;
    border-bottom: 1px solid var(--line);
  }
  .filters-panel-head h3 { margin: 0; }
  .filters-close {
    border: none; background: var(--surface); width: 34px; height: 34px;
    border-radius: 50%; font-size: 15px; color: var(--ink); cursor: pointer;
  }

  .filters h3 {
    font-size: 18px;
  }

  .filters-apply {
    display: block;
    position: sticky;
    bottom: 0;
    width: 100%;
    margin-top: 16px;
    background: var(--gold);
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .4px;
    box-shadow: 0 -8px 16px rgba(255,255,255,.9), 0 8px 22px rgba(184,145,46,.4);
    cursor: pointer;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 14px;
  }

  .product-info .brand { font-size: 13px; }
  .product-info .title { font-size: 12.5px; }
  .price-row { font-size: 13px; flex-wrap: wrap; gap: 5px 8px; }
  .price-row .was { font-size: 12px; }
  .price-row .off { font-size: 12px; }
  .buy-more { font-size: 11px; }
  .rating-badge { font-size: 11px; padding: 4px 7px; }
  .tag-badge { font-size: 9px; padding: 4px 8px; }

  body > footer > .footer-grid {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-bottom {
    width: calc(100% - 40px);
  }
}

@media (max-width: 560px) {
  .ship-strip {
    font-size: 11px;
  }

  .header-inner > .header-icons {
    gap: 12px;
  }

  .listing-wrap {
    padding: 20px 16px 40px;
  }

  .breadcrumb {
    padding-right: 16px;
    padding-left: 16px;
  }

  .listing-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .listing-header-right {
    width: 100%;
    flex-wrap: wrap;
  }

  .sort-box {
    flex: 1;
  }

  .product-grid {
    gap: 18px 12px;
  }

  body > footer > .footer-grid {
    grid-template-columns: 1fr;
    padding-right: 16px;
    padding-left: 16px;
  }

  body > footer > .footer-grid > div:last-child {
    grid-column: auto;
  }

  .footer-bottom {
    width: calc(100% - 32px);
  }
}

/* =========================================================
   SHARED CONTENT-PAGE ELEMENTS (breadcrumb / hero title)
   ========================================================= */
.content-breadcrumb {
  max-width: 1600px;
  margin: 0 auto;
  padding: 16px 40px;
  font-size: 13px;
  color: var(--muted);
}
.content-breadcrumb a:hover { color: var(--ink); text-decoration: underline; }
.content-breadcrumb .sep { margin: 0 6px; color: #c7c7cc; }
.content-breadcrumb .current { color: var(--ink); font-weight: 700; }

.page-hero-title { text-align: center; padding: 8px 24px 44px; max-width: 780px; margin: 0 auto; }
.page-hero-title h1 { font-size: 38px; font-weight: 800; letter-spacing: .3px; margin-bottom: 12px; }
.page-hero-title p { font-size: 16px; color: var(--muted); line-height: 1.6; }

.newsletter-wrap { max-width: 1600px; margin: 0 auto; padding: 0 40px 44px; }

/* =========================================================
   LEGAL PAGES — Terms / Privacy / Shipping
   ========================================================= */
.legal-wrap { max-width: 880px; margin: 0 auto; padding: 0 24px 64px; }
.legal-section { padding: 22px 0; border-bottom: 1px solid var(--line); }
.legal-section:last-child { border-bottom: none; }
.legal-section h2 { font-size: 18px; font-weight: 800; margin-bottom: 10px; }
.legal-section p { font-size: 14px; color: var(--muted); line-height: 1.7; }
@media (max-width: 700px) {
  .legal-wrap { padding: 0 20px 48px; }
  .legal-section h2 { font-size: 16px; }
  .legal-section p { font-size: 13.5px; }
}

/* =========================================================
   CONTACT US PAGE
   ========================================================= */
.content-breadcrumb,
.page-hero-title,
.contact-wrap,
.faq-section,
.track-banner,
.store-section,
.follow-section,
.newsletter-wrap,
.about-hero,
.our-story-section,
.values-section,
.process-section,
.split-section,
.lifestyle-section {
  max-width: 1440px;
}

.content-breadcrumb {
  padding-top: 28px;
  text-align: center;
}

.page-hero-title {
  padding: 0 24px 34px;
}

.page-hero-title h1 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}

.contact-wrap {
  margin: 0 auto;
  padding: 0 40px 56px;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(320px, .98fr);
  gap: 26px;
  align-items: start;
}

.contact-card, .support-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 34px;
}
.contact-card h2, .support-card h2 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .3px;
  margin-bottom: 26px;
}

.form-field { margin-bottom: 20px; }
.form-field label { display: block; font-size: 13.5px; font-weight: 700; margin-bottom: 8px; }
.form-field label .req { color: #d33a3a; }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #dcdce0;
  border-radius: 7px;
  font-size: 14px;
  font-family: inherit;
  color: var(--ink);
  background: #fff;
  transition: border-color .15s;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { outline: none; border-color: var(--gold); }
.form-field textarea { resize: vertical; min-height: 110px; }

.phone-field { display: flex; gap: 10px; }
.phone-field select { flex: 0 0 84px; }
.phone-field input { flex: 1; }

.file-field { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.file-btn {
  border: 1px solid #dcdce0; background: var(--surface); border-radius: 7px;
  padding: 10px 16px; font-size: 13px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px;
}
.file-name { font-size: 13px; color: var(--muted); }
.file-hint { display: block; font-size: 12px; color: #9a9aa2; margin-top: 8px; }

.btn-solid-gold {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--gold); color: #fff; border: none; border-radius: 7px;
  padding: 15px 34px; font-size: 14px; font-weight: 800; letter-spacing: .4px;
  transition: opacity .15s, transform .15s;
}
.btn-solid-gold:hover { opacity: .88; }

/* Support card */
.support-list { display: flex; flex-direction: column; gap: 22px; margin-bottom: 26px; }
.support-row { display: flex; gap: 16px; align-items: flex-start; }
.support-row .icon-circle {
  width: 42px; height: 42px; border-radius: 50%; background: var(--surface);
  display: flex; align-items: center; justify-content: center; color: var(--gold);
  font-size: 17px; flex-shrink: 0;
}
.support-row strong { display: block; font-size: 15px; font-weight: 700; margin-bottom: 3px; }
.support-row span { display: block; font-size: 13px; color: var(--muted); }

.whatsapp-btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: #25a25a; color: #fff; border: none; width: 100%;
  padding: 15px; border-radius: 7px; font-size: 14.5px; font-weight: 800; margin-bottom: 12px;
}
.whatsapp-btn:hover { opacity: .9; }
.support-card .whatsapp-note { text-align: center; font-size: 12.5px; color: var(--muted); }

/* FAQ */
.faq-section { max-width: 1440px; margin: 0 auto; padding: 8px 40px 50px; }
.faq-title { text-align: center; font-size: 22px; font-weight: 800; margin-bottom: 26px; letter-spacing: .3px; }
.faq-list { max-width: 1050px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item { border: 1px solid var(--line); border-radius: 9px; overflow: hidden; }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 18px 22px; background: #fff; border: none; text-align: left;
  font-size: 14.5px; font-weight: 700; color: var(--ink);
}
.faq-q i { transition: transform .2s; color: var(--muted); font-size: 13px; flex-shrink: 0; margin-left: 16px; }
.faq-item.open .faq-q i { transform: rotate(180deg); color: var(--gold); }
.faq-a {
  max-height: 0; overflow: hidden; transition: max-height .25s ease;
  font-size: 13.5px; line-height: 1.65; color: var(--muted);
}
.faq-a p { padding: 0 22px 18px; }
.faq-item.open .faq-a { max-height: 240px; }

/* Track order banner */
.track-banner {
  max-width: 1440px; margin: 0 auto 40px; padding: 0 40px;
}
.track-banner .inner {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: #f0f6f1; border: 1px solid #d9e8db; border-radius: 12px; padding: 26px 34px;
}
.track-banner .left { display: flex; align-items: center; gap: 18px; }
.track-banner .icon-circle {
  width: 54px; height: 54px; border-radius: 50%; background: #fff; border: 1px solid #d9e8db;
  display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 22px; flex-shrink: 0;
}
.track-banner h3 { font-size: 16px; font-weight: 800; margin-bottom: 4px; }
.track-banner p { font-size: 13.5px; color: var(--muted); }
.track-banner .btn-solid-gold { flex-shrink: 0; white-space: nowrap; }

/* Store visit */
.store-section { max-width: 1440px; margin: 0 auto; padding: 0 40px 50px; }
.store-title { text-align: center; font-size: 22px; font-weight: 800; margin-bottom: 26px; }
.store-box {
  display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 0;
  border: 1px solid var(--line); border-radius: 14px; overflow: hidden;
  min-height: 650px;
}
.store-box .store-info { padding: 34px 32px; display: flex; flex-direction: column; gap: 18px; background: #fff; }
.store-box .icon-circle {
  width: 46px; height: 46px; border-radius: 50%; background: #edf5ef;
  display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 18px;
}
.store-box h4 { font-size: 18px; font-weight: 800; margin: 2px 0 8px; }
.store-box address, .store-box .hours { font-style: normal; font-size: 15px; color: #5e6475; line-height: 1.55; }
.store-box .btn-outline-dark {
  margin-top: auto; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 1.5px solid var(--gold); background: var(--gold); color: #fff; border-radius: 7px;
  padding: 13px 18px; font-size: 14px; font-weight: 800; width: fit-content;
}
.map-frame { position: relative; background: #e9eee9; min-height: 650px; overflow: hidden; }
.map-frame iframe { width: 100%; height: 650px; min-height: 100%; display: block; border: 0; filter: grayscale(.22) saturate(.8); }
.map-frame .view-larger {
  position: absolute; top: 16px; right: 16px; z-index: 2; background: #fff; color: #000; border-radius: 9px;
  font-size: 14px; font-weight: 800; padding: 11px 18px; box-shadow: 0 3px 12px rgba(0,0,0,.16);
}

/* Follow us */
.follow-section { text-align: center; max-width: 1440px; margin: 0 auto; padding: 0 40px 50px; }
.follow-section h3 { font-size: 22px; font-weight: 800; margin-bottom: 8px; }
.follow-section p { font-size: 14px; color: var(--muted); margin-bottom: 22px; }
.follow-icons { display: flex; justify-content: center; gap: 14px; }
.follow-icons a {
  width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 17px; transition: background .15s;
}
.follow-icons a:hover { background: var(--gold); }

@media (max-width: 900px) {
  .contact-wrap { grid-template-columns: 1fr; padding: 0 20px 40px; }
  .content-breadcrumb, .faq-section, .track-banner, .store-section, .follow-section, .newsletter-wrap { padding-left: 20px; padding-right: 20px; }
  .page-hero-title h1 { font-size: 27px; }
  .contact-card, .support-card { padding: 24px; }
  .track-banner .inner { flex-direction: column; align-items: flex-start; }
  .track-banner .btn-solid-gold { width: 100%; }
  .store-box { grid-template-columns: 1fr; }
  .store-box { min-height: 0; }
  .map-frame { min-height: 320px; }
  .map-frame iframe { height: 320px; }
}
@media (max-width: 560px) {
  .phone-field { flex-direction: column; }
  .phone-field select { flex: none; width: 100%; }
}

/* =========================================================
   ABOUT PAGE
   ========================================================= */
.about-hero {
  margin: 28px auto 0; padding: 0;
  display: grid; grid-template-columns: .82fr 1.18fr; gap: 0;
  align-items: stretch; background: var(--surface); border-radius: 4px; overflow: hidden;
}
.about-hero-text { padding: 82px 72px; display: flex; flex-direction: column; justify-content: center; }
.about-hero-text h1 { font-size: clamp(40px, 4.2vw, 66px); font-weight: 800; line-height: 1.08; margin-bottom: 22px; }
.about-hero-text h1 .accent { color: var(--gold); }
.about-hero-text p { font-size: 17px; color: var(--ink); line-height: 1.45; margin-bottom: 32px; max-width: 360px; }
.about-hero-img { position: relative; min-height: 380px; overflow: hidden; }
.about-hero-collage {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 0;
  background: linear-gradient(90deg, #f5f5f3, #fff);
}
.about-hero-collage img { width: 100%; height: 100%; object-fit: cover; object-position: top center; mix-blend-mode: multiply; }

.our-story-section {
  margin: 0 auto; padding: 60px 40px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.story-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.story-imgs img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; aspect-ratio: 3/4; }
.our-story-text h2 { font-size: 27px; font-weight: 800; margin-bottom: 20px; }
.our-story-text p { font-size: 14.5px; line-height: 1.75; color: #444; margin-bottom: 16px; }

.values-section { margin: 0 auto; padding: 56px 40px; text-align: center; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values-section h2 { font-size: 25px; font-weight: 800; margin-bottom: 10px; }
.values-section > p { font-size: 14.5px; color: var(--muted); max-width: 620px; margin: 0 auto 44px; line-height: 1.6; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.value-item .icon-circle {
  width: 62px; height: 62px; border-radius: 50%; background: #fff; border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 24px;
  margin: 0 auto 18px;
}
.value-item h3 { font-size: 15px; font-weight: 800; letter-spacing: .3px; margin-bottom: 8px; }
.value-item p { font-size: 13.5px; color: var(--muted); line-height: 1.6; max-width: 260px; margin: 0 auto; }

.process-section { margin: 0 auto; padding: 56px 40px; text-align: center; }
.process-section h2 { font-size: 25px; font-weight: 800; margin-bottom: 8px; }
.process-section > p { font-size: 14.5px; color: var(--muted); margin-bottom: 34px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-item { position: relative; overflow: hidden; background: var(--surface); border-radius: 10px; }
.process-item img { width: 100%; aspect-ratio: 3/4; object-fit: cover; opacity: 1; }
.process-item .num {
  position: absolute; top: 16px; left: 16px; width: 30px; height: 30px; border-radius: 50%;
  background: var(--gold); color: #fff; font-size: 13px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.process-item .caption {
  position: static; padding: 26px 22px 30px;
  background: #fff;
  color: var(--ink); text-align: center;
}
.process-item .caption h4 { font-size: 16px; font-weight: 800; letter-spacing: .5px; margin-bottom: 8px; }
.process-item .caption p { font-size: 13.5px; color: var(--muted); line-height: 1.6; }

.split-section { margin: 0 auto; padding: 0 40px 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.split-card { background: var(--surface); border-radius: 4px; padding: 42px; min-height: 330px; }
.split-card h3 { font-size: 17px; font-weight: 800; margin-bottom: 4px; }
.split-card .sub { font-size: 13px; color: var(--muted); margin-bottom: 20px; }
.cotton-visual { display: flex; gap: 22px; align-items: center; }
.cotton-visual img { width: 150px; height: 150px; object-fit: cover; border-radius: 10px; flex-shrink: 0; }
.cotton-list { display: flex; flex-direction: column; gap: 10px; }
.cotton-list li { font-size: 13.5px; color: #444; display: flex; align-items: center; gap: 8px; }
.cotton-list li i { color: var(--green); font-size: 12px; }
.split-card .btn-solid-gold { margin-top: 20px; }

.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 20px; }
.stat-box strong { display: block; font-size: 25px; font-weight: 800; color: var(--gold); }
.stat-box span { font-size: 12.5px; color: var(--muted); }

.lifestyle-section { margin: 0 auto; padding: 0 40px 56px; text-align: center; }
.lifestyle-section h2 { font-size: 25px; font-weight: 800; margin-bottom: 6px; }
.lifestyle-section > p { font-size: 14px; color: var(--muted); margin-bottom: 26px; }
.lifestyle-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; }
.lifestyle-grid img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 8px; }

@media (max-width: 1100px) {
  .about-hero { grid-template-columns: 1fr; }
  .about-hero-img { min-height: 300px; order: -1; }
  .about-hero-text { padding: 40px 34px; }
  .our-story-section { grid-template-columns: 1fr; gap: 30px; }
  .values-grid { grid-template-columns: 1fr; gap: 34px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .split-section { grid-template-columns: 1fr; }
  .lifestyle-grid { grid-auto-flow: column; grid-auto-columns: 42%; grid-template-columns: none; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
  .lifestyle-grid::-webkit-scrollbar { display: none; }
  .lifestyle-grid img { scroll-snap-align: start; }
}
@media (max-width: 700px) {
  .about-hero-text h1 { font-size: 27px; }
  .about-hero-text, .our-story-section, .values-section, .process-section, .split-section, .lifestyle-section {
    padding-left: 20px; padding-right: 20px;
  }
  .cotton-visual { flex-direction: column; align-items: flex-start; }
  .cotton-visual img { width: 100%; height: 160px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
}

/* =========================================================
   NEWSLETTER BOX ("Stay in the Drip") — shared across pages
   ========================================================= */
.newsletter-box {
  display: grid;
  grid-template-columns: 60px 1fr minmax(260px, 420px) 140px;
  align-items: center;
  gap: 22px;
  padding: 28px 40px;
  border: 1px solid #cbd8d0;
  border-radius: 12px;
  background: #f8fbf9;
}
.newsletter-box > i { font-size: 40px; color: var(--gold); }
.newsletter-box h3 { color: var(--gold); font-size: 16px; font-weight: 800; margin-bottom: 4px; }
.newsletter-box p { font-size: 13px; color: var(--muted); }
.newsletter-box form { display: flex; gap: 10px; grid-column: 3 / 5; }
.newsletter-box input {
  flex: 1; height: 44px; border: 1px solid #dfe2e5; border-radius: 6px; padding: 0 16px; font-size: 13.5px; font-family: inherit;
}
.newsletter-box input:focus { outline: none; border-color: var(--gold); }
.newsletter-box button {
  height: 44px; padding: 0 22px; border: 0; border-radius: 6px; background: var(--gold); color: #fff;
  font-weight: 800; font-size: 13.5px; white-space: nowrap;
}
@media (max-width: 900px) {
  .newsletter-box { grid-template-columns: 1fr; text-align: center; padding: 26px 22px; }
  .newsletter-box > i { margin: 0 auto; }
  .newsletter-box form { grid-column: auto; flex-direction: column; }
  .newsletter-box button { width: 100%; }
}

/* =========================================================
   ACCOUNT MODAL — login / create account drawer
   Shared across every page; opens over the current page
   instead of navigating to login.html / register.html.
   ========================================================= */
.account-overlay {
  position: fixed;
  inset: 0;
  z-index: 1800;
  background: rgba(20,17,13,.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s;
}
.account-overlay.open { opacity: 1; visibility: visible; }

.account-drawer {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 720px;
  max-width: calc(100vw - 32px);
  max-height: 96vh;
  background: #fff;
  z-index: 1900;
  border-radius: 16px;
  transform: translate(-50%, -46%);
  opacity: 0;
  visibility: hidden;
  transition: transform .3s cubic-bezier(.4,0,.2,1), opacity .28s ease, visibility 0s linear .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 32px 100px rgba(0,0,0,.3);
}
.account-drawer.open {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  transition: transform .3s cubic-bezier(.4,0,.2,1), opacity .28s ease, visibility 0s linear 0s;
}

.account-visual {
  width: 260px;
  flex-shrink: 0;
  position: relative;
  background: url('../assets/products/hero-2.jpg') center/cover no-repeat;
  display: flex;
  align-items: flex-end;
}
.account-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, rgba(20,17,13,.35) 0%, rgba(20,17,13,.85) 100%);
}
.account-visual-content {
  position: relative;
  z-index: 1;
  padding: 32px 26px;
  color: #fff;
}
.account-visual-content img { height: 44px; margin-bottom: 24px; }
.account-visual-content h3 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 22px;
}
.account-visual-content h3 em { color: var(--gold-soft); font-style: normal; }
.account-visual-perks { display: flex; flex-direction: column; gap: 10px; }
.account-visual-perk { font-size: 13px; color: rgba(255,255,255,.85); display: flex; align-items: center; gap: 9px; }
.account-visual-perk i { color: var(--gold-soft); font-size: 12px; }

.account-form-panel {
  flex: 1;
  min-width: 0;
  overflow-y: auto;
  padding: 44px 46px 46px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.account-drawer-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: none;
  background: var(--surface);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  color: var(--ink);
  transition: background .15s;
  z-index: 2;
}
.account-drawer-close:hover { background: var(--line); }

.account-welcome { margin-bottom: 20px; }
.account-welcome-title { font-size: 24px; font-weight: 800; margin-bottom: 4px; }
.account-welcome-sub { font-size: 13px; color: var(--muted); }

.account-tabs {
  display: flex;
  border-bottom: 2px solid var(--line);
  margin-bottom: 22px;
}
.account-tab {
  flex: 1;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-align: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--muted);
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: color .15s, border-color .15s;
}
.account-tab.active { color: var(--ink); border-bottom-color: var(--gold); }

.account-panel { display: none; }
.account-panel.active { display: block; }

.account-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.account-form-group { margin-bottom: 14px; }
.account-form-group label {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.account-form-group input {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1.5px solid var(--line);
  border-radius: 7px;
  font-size: 14px;
  font-family: inherit;
  color: var(--ink);
  background: #fff;
  outline: none;
  box-sizing: border-box;
  transition: border-color .2s;
}
.account-form-group input:focus { border-color: var(--gold); }
.account-form-group input::placeholder { color: #b3b3ba; }

.account-pw-wrap { position: relative; }
.account-pw-wrap input { padding-right: 46px; }
.account-pw-toggle {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: var(--muted);
  font-size: 14px;
  padding: 0;
}
.account-pw-toggle:hover { color: var(--ink); }

.account-forgot {
  display: block;
  text-align: right;
  font-size: 11.5px;
  color: var(--muted);
  margin-top: -8px;
  margin-bottom: 18px;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.account-forgot:hover { color: var(--ink); }

.account-submit-btn {
  width: 100%;
  height: 48px;
  background: var(--gold);
  color: #fff;
  border: none;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  transition: opacity .15s, transform .1s;
  margin-bottom: 14px;
}
.account-submit-btn:hover { opacity: .88; transform: translateY(-1px); }

.account-guest-note {
  text-align: center;
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.account-guest-note a { color: var(--gold); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; cursor: pointer; }

@media (max-width: 640px) {
  .account-form-row { grid-template-columns: 1fr; gap: 0; }
  .account-drawer { width: calc(100vw - 24px); max-height: 94vh; border-radius: 14px; }
  .account-visual { display: none; }
  .account-form-panel { padding: 40px 20px 28px; }
  .account-welcome-title { font-size: 21px; }
}

/* ─── DD-HERO — 3-panel drag/swipe hero carousel ─── */
.dd-hero { position: relative; width: 100%; background: #fff; }
.dd-hero-viewport { overflow: hidden; width: 100%; }
.dd-hero-track { display: flex; gap: 6px; transition: transform 0.6s cubic-bezier(0.34, 1.12, 0.64, 1); will-change: transform; cursor: grab; }
.dd-hero-track:active { cursor: grabbing; }
.dd-hero-card { flex: 0 0 calc(33.333% - 4px); height: 78vh; min-height: 480px; max-height: 820px; position: relative; overflow: hidden; transition: transform 0.6s cubic-bezier(0.34, 1.12, 0.64, 1), opacity 0.6s ease; cursor: pointer; }
.dd-hero-card.dd-hero-entering { animation: dd-hero-snap 0.6s cubic-bezier(0.34, 1.12, 0.64, 1) forwards; }
@keyframes dd-hero-snap { 0% { transform: scale(0.96); opacity: 0.7; } 60% { transform: scale(1.02); opacity: 1; } 100% { transform: scale(1); opacity: 1; } }
.dd-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center top; transition: transform 0.7s ease; }
.dd-hero-card:hover .dd-hero-bg { transform: scale(1.04); }
.dd-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.1) 55%); }
.dd-hero-info { position: absolute; bottom: 28px; left: 24px; right: 24px; z-index: 2; }
.dd-hero-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 6px; }
.dd-hero-title { font-size: clamp(16px, 2vw, 28px); font-weight: 800; color: #fff; line-height: 1.05; letter-spacing: 1px; margin-bottom: 14px; }
.dd-hero-cta { display: inline-block; background: #fff; color: #14110d; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 9px 20px; text-decoration: none; transition: background 0.2s, color 0.2s; }
.dd-hero-cta:hover { background: #B8912E; color: #fff; }
.dd-hero-dots { display: flex; justify-content: center; gap: 8px; padding: 14px 0 10px; background: #fff; }
.dd-hero-dot { width: 24px; height: 3px; background: #ccc; border: none; cursor: pointer; padding: 0; transition: background 0.2s, width 0.2s; }
.dd-hero-dot.active { background: #14110d; width: 40px; }
@media (min-width: 768px) and (max-width: 1023px) {
  .dd-hero-card { flex: 0 0 calc(50% - 3px); height: 55vw; max-height: 600px; }
}
@media (max-width: 767px) {
  .dd-hero-card { flex: 0 0 100%; height: 70vw; min-height: 320px; max-height: 520px; }
  .dd-hero-title { font-size: clamp(16px, 5vw, 24px); }
}

/* Homepage trust stats row */
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; max-width: 1000px; margin: 0 auto; }
.trust-item { text-align: center; }
.trust-item .icon-circle {
  width: 64px; height: 64px; border-radius: 50%; background: #fff; border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 24px;
  margin: 0 auto 16px; transition: transform .2s, box-shadow .2s;
}
.trust-item:hover .icon-circle { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(0,0,0,.1); }
.trust-item strong { display: block; font-size: 30px; font-weight: 800; color: var(--ink); line-height: 1.1; margin-bottom: 4px; }
.trust-item span { font-size: 13px; color: var(--muted); font-weight: 600; letter-spacing: .2px; }
@media (max-width: 767px) {
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 28px 16px; }
  .trust-item strong { font-size: 24px; }
}

/* Real customer reviews — write form + initials avatar (no fake stock photos) */
.pd-review-avatar {
  width: 42px; height: 42px; border-radius: 50%; background: var(--gold);
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 14px; margin-bottom: 12px; flex-shrink: 0;
}
.pd-review-form { display: none; margin-top: 26px; padding: 22px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); max-width: 520px; }
.pd-review-form.pd-review-form-open { display: block; }
.pd-review-form-row { display: flex; gap: 12px; margin-bottom: 12px; }
.pd-review-form-row input, .pd-review-form-row select { flex: 1; padding: 10px 12px; border: 1px solid var(--line); border-radius: 6px; font-size: 13px; font-family: 'Montserrat', sans-serif; }
.pd-review-form textarea { width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-radius: 6px; font-size: 13px; font-family: 'Montserrat', sans-serif; margin-bottom: 12px; resize: vertical; }
@media (max-width: 480px) {
  .pd-review-form-row { flex-direction: column; }
}

/* Products listing pagination */
.dd-pagination { display: flex; align-items: center; justify-content: center; gap: 6px; flex-wrap: wrap; }
.dd-page-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 38px; height: 38px; padding: 0 8px; border-radius: 6px;
  border: 1px solid var(--line); background: #fff; color: var(--ink);
  font-size: 13px; font-weight: 600; text-decoration: none; transition: background .15s, border-color .15s;
}
.dd-page-btn:hover { border-color: var(--gold); color: var(--gold); }
.dd-page-btn.active { background: var(--ink); border-color: var(--ink); color: #fff; }
.dd-page-btn.disabled { opacity: .35; pointer-events: none; }
.dd-page-dots { padding: 0 6px; color: var(--muted); font-size: 13px; }
