/* =========================================================
   Hoorain — Home page
   Built from the Figma design (1440px desktop), responsive to mobile.
   ========================================================= */

:root {
  /* Colour */
  --green-900: #15503c;
  --green-800: #1a5f47;
  --green-btn: #2f5a43;
  --olive: #3b4636;
  --ink: #1e1e1e;
  --text: #2a2a2a;
  --muted: #6b6b6b;
  --muted-2: #8a8a8a;
  --taupe: #9a8f85;
  --gold: #b0875e;
  --note: #a8815f;
  --brown: #7a6454;
  --line: #e3e3e3;
  --line-warm: #d3ccc2;
  --paper: #ffffff;
  --collection-bg: #fbfaf8;
  --panel-cream: #f7f4ef;
  --blush: #f3eae3;
  --card-cream: #faf6f2;
  --watch-panel: #f5eee8;
  --placeholder: #e3d9cf;

  /* Type */
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --serif: "Libre Caslon Text", Georgia, "Times New Roman", serif;
  --display: "Playfair Display", Georgia, serif;
  --script: "Allura", "Brush Script MT", cursive;
  --hand: "Caveat", "Comic Sans MS", cursive;
  --wide: "Jost", var(--sans);

  /* Layout */
  --page: 1440px;
  --gap-section: 20px; /* 20 + 20 = 40px between white sections */
  --radius-sm: 3px;
  --radius-md: 6px;
  --radius-lg: 14px;
  --radius-xl: 18px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.5;
  color: var(--text);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; padding: 0; }
ul, ol { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, p, figure, blockquote { margin: 0; }

:focus-visible { outline: 2px solid var(--green-btn); outline-offset: 2px; }

.skip-link {
  position: absolute; left: 12px; top: -48px; z-index: 100;
  background: var(--ink); color: #fff; padding: 8px 14px; border-radius: var(--radius-sm);
}
.skip-link:focus { top: 12px; }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}

/* Icons (stroke icons from the sprite) */
.ico {
  width: 16px; height: 16px; flex: none;
  fill: none; stroke: currentColor; stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round;
}
.ico--chev { width: 8px; height: 5px; stroke-width: 1.6; }
.ico--arrow { width: 14px; height: 10px; stroke-width: 1.3; }
.ico--arrow-sm { width: 10px; height: 8px; stroke-width: 1.3; }

/* ---------- Shared components ---------- */
.kicker {
  font-size: 10px; font-weight: 500; letter-spacing: .25em; text-transform: uppercase;
  color: var(--muted-2);
}
.kicker--light { color: #fff; }
.kicker--taupe { color: var(--taupe); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  border-radius: var(--radius-sm); white-space: nowrap;
  transition: background-color .2s ease, color .2s ease;
}
.btn--ghost-light {
  width: 209px; height: 44px; border: 1px solid #fff; border-radius: 0; color: #fff;
  font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
}
.btn--ghost-light:hover { background: #fff; color: var(--ink); }
.btn--green {
  height: 36px; padding: 0 20px; gap: 8px;
  background: var(--green-btn); color: #fff; font-size: 12px; font-weight: 500;
}
.btn--green:hover { background: var(--green-900); }
.btn--outline-sm {
  width: 100%; height: 28px; background: #fff; border: 1px solid #ddd6cc;
  font-family: var(--serif); font-size: 11px; color: var(--ink);
}
.btn--outline-sm:hover { border-color: var(--ink); }
.btn--olive {
  flex: 1; height: 28px; background: var(--olive); color: #fff; font-size: 11px; font-weight: 500;
}
.btn--olive:hover { background: #2c3528; }

.text-link {
  display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px;
  border-bottom: 1px solid var(--muted-2);
  font-size: 10px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: #333;
}
.text-link:hover { border-color: var(--ink); color: var(--ink); }
.text-link--light { color: #fff; border-color: #fff; }

.round-btn {
  display: inline-grid; place-items: center; width: 42px; height: 42px; flex: none;
  border-radius: 50%; border: 1px solid var(--line-warm); background: #fff; color: #222;
  transition: background-color .2s ease, border-color .2s ease;
}
.round-btn:hover { border-color: var(--ink); }
.round-btn:disabled { opacity: .4; cursor: default; }
.round-btn:disabled:hover { border-color: var(--line-warm); }
.round-btn--sm { width: 24px; height: 24px; border-color: #dadada; }
.round-btn--sm .ico--arrow { width: 9px; height: 7px; }
.round-btn--md { width: 28px; height: 28px; border-color: #ddd3ca; }
.round-btn--md .ico { width: 7px; height: 11px; }
.round-btn--glass {
  width: 38px; height: 38px; color: #fff;
  background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.35);
}
.round-btn--glass .ico { width: 8px; height: 12px; }
.round-btn--glass:hover { background: rgba(255,255,255,.25); border-color: #fff; }

.carousel-nav { display: flex; gap: 10px; }

.badge {
  position: absolute; left: 15px; top: 18px;
  padding: 5px 12px; background: #fff; color: #222;
  font-size: 10px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
}
.badge--dark {
  left: 0; top: 0; padding: 4px 8px;
  background: rgba(94,94,94,.88); color: #fff;
  font-size: 10px; font-weight: 600; letter-spacing: 0; text-transform: none;
}

.title-rule { display: block; width: 38px; height: 1px; background: #bdb6ac; margin: 10px auto 0; }

.caps-title {
  font-family: var(--serif); font-weight: 400; font-size: 18px;
  letter-spacing: .18em; text-transform: uppercase; color: #222;
}
.caps-title--lg { font-size: 28px; letter-spacing: .05em; color: #2a2a2a; }

.display-title {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(24px, 2.6vw, 36px); letter-spacing: .2em; text-transform: uppercase;
  color: #3e3a36; line-height: 1.2;
}
.display-title--sm { font-size: clamp(22px, 2.2vw, 31px); letter-spacing: .26em; }

.wide-sub {
  margin-top: 10px; font-family: var(--wide); font-size: 12px;
  letter-spacing: .42em; text-transform: uppercase; color: #5e5953;
}
.wide-sub--brown { color: var(--brown); letter-spacing: .32em; margin-top: 8px; }

.serif-title { font-family: var(--serif); font-weight: 400; font-size: 25px; color: var(--ink); }

.section-head { text-align: center; }
.section-head__sub { margin-top: 4px; font-size: 11px; color: #777; }
.section-head .title-rule { width: 34px; background: #bfbfbf; margin-top: 12px; }

/* Horizontal carousels (scroll-snap; arrows wired in main.js) */
[data-carousel] {
  scroll-snap-type: x mandatory; scroll-behavior: smooth;
  overscroll-behavior-x: contain; scrollbar-width: none;
}
[data-carousel]::-webkit-scrollbar { display: none; }
[data-carousel] > * { scroll-snap-align: start; }
.carousel { position: relative; }
.carousel__arrow { position: absolute; top: 0; z-index: 2; transform: translateY(-50%); }

/* =========================================================
   TOP BAR
   ========================================================= */
.topbar {
  background: linear-gradient(90deg, var(--green-900), var(--green-800) 50%, var(--green-900));
  color: #fff; font-size: 13px; font-weight: 600;
}
.topbar__inner {
  max-width: var(--page); margin: 0 auto; min-height: 38px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 0 clamp(16px, 11.67vw, 168px);
}
.topbar__list { display: flex; align-items: center; gap: 32px; }
.topbar__list--right { gap: 42px; }
.topbar__list li, .topbar__list a, .currency { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.topbar__list .ico { width: 13px; height: 13px; stroke-width: 2; }
.topbar__list .ico--chev { width: 8px; height: 5px; }
.topbar a:hover, .currency:hover { opacity: .8; }

/* =========================================================
   HEADER
   ========================================================= */
.site-header { background: #fff; position: relative; z-index: 20; }
.header__bar {
  width: min(1156px, calc(100% - 32px)); margin: 0 auto; height: 92px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  border-bottom: 1px solid var(--line);
}
.logo { grid-column: 2; align-self: start; }
.logo img { width: 260px; height: auto; mix-blend-mode: multiply; }
.header__actions { grid-column: 3; justify-self: end; display: flex; align-items: center; gap: 28px; }
.search {
  display: flex; align-items: center; gap: 10px; width: 236px;
  padding: 0 4px 8px; border-bottom: 1px solid #9a9a9a;
}
.search .ico { width: 15px; height: 15px; stroke-width: 2; color: #333; }
.search input { width: 100%; border: 0; outline: 0; background: none; font-size: 14px; }
.search input::placeholder { color: var(--muted-2); }
.search:focus-within { border-color: var(--ink); }
.header__icons { display: flex; align-items: center; gap: 16px; }
.icon-btn { position: relative; display: grid; place-items: center; width: 26px; height: 26px; color: var(--ink); }
.icon-btn .ico { width: 22px; height: 22px; stroke-width: 1.5; }
.cart__count {
  position: absolute; top: -4px; right: -5px;
  display: grid; place-items: center; min-width: 16px; height: 16px; padding: 0 4px;
  border-radius: 8px; background: #121212; color: #fff; box-shadow: 0 0 0 2px #fff;
  font-size: 9px; font-weight: 600; line-height: 1;
}
.menu-toggle { display: none; grid-column: 1; justify-self: start; width: 40px; height: 40px; place-items: center; }
.menu-toggle .ico { width: 24px; height: 24px; }

.main-nav ul {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 4px 22px;
  padding: 12px 20px;
}
.main-nav a {
  display: inline-flex; align-items: center; gap: 7px; padding: 4px 0;
  font-size: 13px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #2a2a2a;
}
.main-nav .ico--chev { color: #777; }
.main-nav a:hover { color: var(--green-btn); }

/* =========================================================
   HERO
   ========================================================= */
.hero { position: relative; }
.hero__media {
  position: relative; overflow: hidden;
  height: clamp(460px, 37.43vw, 632px);
  background: #6b5a3a;
}
.hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.hero__shade {
  position: absolute; inset: 0 50% 0 0;
  background: linear-gradient(90deg, rgba(31,23,10,.35), rgba(31,23,10,0));
}
.hero__content {
  position: absolute; left: 13.2%; top: 33%;
  color: #fff;
}
.hero__title {
  position: relative; display: inline-block;
  font-family: var(--display); font-weight: 500;
  font-size: clamp(56px, 6.4vw, 108px); line-height: 1; letter-spacing: 0;
}
.hero__script {
  position: absolute; left: 43%; top: 92%;
  font-family: var(--script); font-weight: 400; font-size: .66em; line-height: 1;
  white-space: nowrap; transform: rotate(-6deg); transform-origin: left center;
}
.hero__content .btn { margin-top: clamp(64px, 5.6vw, 92px); display: flex; }
.hero__tagline {
  margin-top: 30px;
  font-size: 11px; font-weight: 600; letter-spacing: .32em; line-height: 1.9; text-transform: uppercase;
}
.hero__arrow { position: absolute; top: 50%; transform: translateY(-50%); }
.hero__arrow--prev { left: 16px; }
.hero__arrow--next { right: 16px; }
.hero__dots {
  position: absolute; left: 50%; bottom: 23px; transform: translateX(-50%);
  display: flex; align-items: center; gap: 6px;
}
.hero__dots span { width: 6px; height: 6px; border-radius: 3px; background: rgba(255,255,255,.55); }
.hero__dots .is-active { width: 18px; background: #fff; }

/* AI Style Assistant panel */
.ai-panel {
  position: absolute; right: 5%; top: 17%; z-index: 3;
  width: 380px; padding: 24px 24px 16px;
  background: #faf7f2; border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}
.ai-panel__close { position: absolute; top: 16px; right: 18px; width: 22px; height: 22px; display: grid; place-items: center; color: #333; }
.ai-panel__close .ico { width: 10px; height: 10px; stroke-width: 1.6; }
.ai-panel__head { display: flex; gap: 8px; align-items: flex-start; }
.ai-panel__spark { width: 19px; height: 19px; margin-top: 2px; color: #222; }
.ai-panel__title { font-family: var(--serif); font-weight: 400; font-size: 21px; line-height: 1.2; color: var(--ink); }
.ai-panel__sub { margin-top: 3px; font-size: 11px; color: #555; }
.ai-panel__input {
  display: flex; align-items: center; gap: 8px; height: 38px; margin-top: 16px;
  padding: 0 4px 0 13px; background: #fff; border: 1px solid #e4ded5; border-radius: 19px;
}
.ai-panel__input > .ico { width: 13px; height: 13px; stroke-width: 2; color: #333; }
.ai-panel__input input { flex: 1; min-width: 0; border: 0; outline: 0; background: none; font-size: 12px; }
.ai-panel__send { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #1b1b1b; color: #fff; }
.chips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 12px; }
.chips button {
  width: 100%; height: 26px; padding: 0 4px; border-radius: 12px;
  background: rgba(255,255,255,.6); border: 1px solid #dcd5ca;
  font-size: 10px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.chips button:hover, .chips button.is-active { border-color: var(--ink); background: #fff; }
.ai-panel__row { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; }
.ai-panel__row h3 { font-size: 11px; font-weight: 600; color: #222; }
.ai-panel__row a { display: inline-flex; align-items: center; gap: 4px; font-size: 10px; color: #333; }
.ai-panel__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-top: 10px; }
.ai-panel__thumbs img { width: 100%; aspect-ratio: 61 / 87; object-fit: cover; border-radius: 3px; background: var(--placeholder); }
.ai-panel__powered { display: flex; justify-content: flex-end; align-items: center; gap: 4px; margin-top: 10px; font-size: 10px; color: #555; }
.ai-panel__powered .ico { width: 10px; height: 10px; }

/* =========================================================
   SHOP BY COLLECTION
   ========================================================= */
.collections { background: var(--collection-bg); padding: 20px 20px 24px; text-align: center; }
.collections__title {
  margin-top: 6px; font-size: clamp(18px, 1.6vw, 22px); font-weight: 700;
  letter-spacing: .03em; text-transform: uppercase; color: #151515;
}
.collections__list {
  display: grid; grid-template-columns: repeat(7, 130px); justify-content: center; gap: 37px;
  margin-top: 20px;
}
.collections__list a { display: flex; flex-direction: column; align-items: center; gap: 13px; }
.collections__list img {
  width: 130px; height: 130px; border-radius: 50%; object-fit: cover; background: var(--placeholder);
  transition: transform .3s ease;
}
.collections__list a:hover img { transform: scale(1.03); }
.collections__list span { font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: #222; }

/* =========================================================
   NEW IN
   ========================================================= */
.new-in { display: grid; grid-template-columns: 618fr 822fr; background: var(--panel-cream); }
.new-in__feature { position: relative; min-height: 100%; }
.new-in__feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: #cdbba6; }
.new-in__overlay { position: absolute; left: 9%; top: 60px; color: #fff; }
.new-in__headline {
  margin: 12px 0 30px; font-family: var(--serif);
  font-size: clamp(28px, 2.3vw, 34px); line-height: 1.18;
}
.new-in__panel { padding: 40px 26px 44px; }
.new-in__head { position: relative; text-align: center; }
.new-in__nav { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.new-in__track {
  display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 16px) / 2);
  gap: 16px; overflow-x: auto; margin-top: 16px;
}
.product-card__media { position: relative; display: block; aspect-ratio: 377 / 569; overflow: hidden; background: #d8ccb9; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card__media:hover img { transform: scale(1.03); }
.product-card__name {
  margin-top: 14px; font-family: var(--serif); font-weight: 400; font-size: 14px;
  letter-spacing: .12em; text-transform: uppercase; color: #222;
}
.product-card__price { margin: 6px 0 16px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #777; }

/* =========================================================
   AI PERSONAL STYLING
   ========================================================= */
.ai-styling { padding: 40px 20px var(--gap-section); }
.ai-card {
  max-width: 1280px; margin: 0 auto; padding: 34px 32px;
  display: grid; grid-template-columns: 280px 1fr; column-gap: 32px; align-items: center;
  background: var(--blush); border-radius: var(--radius-xl);
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
.ai-card__title { margin-top: 16px; font-family: var(--serif); font-weight: 400; font-size: 34px; line-height: 1.22; color: var(--ink); }
.ai-card__rule { display: block; width: 28px; height: 1px; margin: 14px 0; background: #9c9189; }
.ai-card__body { font-family: var(--serif); font-size: 11.5px; line-height: 1.65; color: var(--muted); }
.ai-card__intro .btn { margin-top: 18px; }

.ai-steps { display: grid; grid-template-columns: 235fr 252fr 312fr; column-gap: 44px; align-items: stretch; }
.ai-step {
  position: relative; display: flex; flex-direction: column; align-items: stretch;
  min-height: 305px; padding: 12px 21px 20px;
  background: var(--card-cream); border-radius: 12px;
  box-shadow: 0 4px 14px rgba(89,64,38,.08);
}
.ai-step:not(:last-child)::after {
  content: ""; position: absolute; right: -44px; top: 50%; width: 44px; height: 10px; transform: translateY(-50%);
  background: no-repeat center / 14px 10px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10' fill='none' stroke='%236B5E55' stroke-width='1.3'%3E%3Cpath d='M0 5h13M9 1l4 4-4 4'/%3E%3C/svg%3E");
}
.ai-step__num {
  align-self: center; display: grid; place-items: center; width: 25px; height: 25px;
  border-radius: 50%; background: #dccdbf; font-size: 11px; font-weight: 600; color: #2a2a2a;
}
.ai-step__title { margin: 8px 0 18px; text-align: center; font-family: var(--serif); font-weight: 400; font-size: 13.5px; color: var(--ink); }

.dropzone {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  flex: 1 1 auto; min-height: 105px; border: 1px solid #e6dfd6; border-radius: 8px; background: #fdfbf9;
  text-align: center; font-family: var(--serif); font-size: 10px; line-height: 1.4; color: #333; cursor: pointer;
}
.dropzone:hover, .dropzone:focus-within { border-color: var(--ink); }
.dropzone .ico { width: 22px; height: 20px; stroke-width: 1.5; }
.or-divider { display: flex; align-items: center; gap: 12px; margin: 14px 0 12px; font-size: 9px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; color: var(--muted-2); }
.or-divider::before, .or-divider::after { content: ""; flex: 1; height: 1px; background: #ddd5cb; }
.speak {
  display: flex; align-items: center; gap: 12px; height: 54px; padding: 0 6px; margin-top: auto; flex: none;
  border-radius: 27px; background: #e9e4dc; text-align: left;
}
.speak:hover { background: #e2dcd2; }
.speak__mic { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--green-btn); color: #fff; }
.speak__mic .ico { width: 12px; height: 16px; stroke-width: 1.4; }
.speak__text { display: flex; flex-direction: column; font-family: var(--serif); }
.speak__text strong { font-weight: 400; font-size: 13.5px; color: var(--ink); }
.speak__text small { font-size: 9px; color: #777; }

.reco-grid {
  flex: 1 1 0; min-height: 160px;
  display: grid; grid-template-columns: 113fr 87fr; grid-template-rows: repeat(3, minmax(0, 1fr)); gap: 6px;
}
.reco-grid img { width: 100%; height: 100%; min-height: 0; object-fit: cover; border-radius: 4px; background: #e4d2cb; }
.reco-grid__main { grid-row: 1 / span 3; }
.progress-pill {
  display: flex; align-items: center; gap: 10px; margin-top: 14px; flex: none; height: 44px; padding: 0 18px 0 14px;
  border-radius: 20px; background: #ede7df; font-family: var(--serif); font-size: 10px; color: var(--ink);
}
.progress-pill > .ico { width: 16px; height: 16px; fill: var(--ink); stroke: none; }
.progress-pill > div { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.progress-pill__bar { display: block; height: 3px; border-radius: 2px; background: #d8d0c5; overflow: hidden; }
.progress-pill__bar span { display: block; height: 100%; background: var(--green-btn); }

.look-grid { flex: 1 1 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.look-grid li { display: flex; flex-direction: column; gap: 8px; min-height: 0; }
.look-grid__media { position: relative; flex: 1 1 0; min-height: 150px; overflow: hidden; border-radius: 4px; }
.look-grid__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.05); background: #d7cfc8; }
.heart-btn { position: absolute; top: 4px; right: 4px; width: 20px; height: 20px; display: grid; place-items: center; color: #fff; }
.heart-btn .ico { width: 13px; height: 13px; stroke-width: 1.8; }
.heart-btn[aria-pressed="true"] .ico, .square-heart[aria-pressed="true"] .ico { fill: currentColor; }

/* =========================================================
   LOOKBOOK MOSAICS (Summer / Bridals)
   ========================================================= */
.lookbook { padding: var(--gap-section) 15px; }
.lookbook__head { text-align: center; margin-bottom: 24px; }
.mosaic {
  display: grid; gap: 8px;
  grid-template-columns: 756fr 319fr 319fr;
  grid-template-rows: 1fr 1fr;
  aspect-ratio: 1410 / 848;
}
.mosaic > a { position: relative; display: block; overflow: hidden; background: #d9d4c8; }
.mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.mosaic > a:hover img { transform: scale(1.03); }
.mosaic__main { grid-row: 1 / span 2; }
.play-btn {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  display: grid; place-items: center; width: 76px; height: 76px; padding-left: 5px;
  border-radius: 50%; border: 2px solid #fff; background: rgba(0,0,0,.15); color: #fff;
}
.play-btn .ico { width: 22px; height: 26px; stroke-width: 2; }
.mosaic__main:hover .play-btn { background: rgba(0,0,0,.3); }

/* =========================================================
   TOP SELLERS
   ========================================================= */
.top-sellers { padding: var(--gap-section) 16px; }
.top-sellers .carousel { margin-top: 22px; }
.top-sellers__track {
  display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 48px) / 5);
  gap: 12px; overflow-x: auto;
}
.top-sellers .carousel__arrow { top: 45%; }
.top-sellers .carousel__arrow--prev { left: -11px; }
.top-sellers .carousel__arrow--next { right: -11px; }
.mini-card__media { position: relative; display: block; aspect-ratio: 272 / 369; overflow: hidden; background: #e5e1da; }
.mini-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.mini-card__media:hover img { transform: scale(1.03); }
.mini-card__name { margin-top: 10px; font-family: var(--serif); font-weight: 700; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: #222; }
.mini-card__price { margin-top: 2px; font-size: 11px; color: #777; }

/* =========================================================
   WATCH & BUY
   ========================================================= */
.watch { padding: var(--gap-section) 14px; }
.watch__panel { padding: 13px 29px 16px; background: var(--watch-panel); border-radius: var(--radius-lg); }
.watch__head { position: relative; display: flex; justify-content: center; align-items: center; min-height: 60px; }
.watch__title-wrap { text-align: center; }
.watch__title-wrap .caps-title { display: flex; align-items: center; gap: 20px; }
.watch__title-wrap .caps-title::before, .watch__title-wrap .caps-title::after { content: ""; width: 83px; height: 1px; background: #bfb2a6; }
.pill-link {
  position: absolute; right: 0; top: 2px;
  display: inline-flex; align-items: center; gap: 8px; height: 43px; padding: 0 22px;
  border: 1px solid #bfa99a; border-radius: 22px; background: rgba(255,255,255,.4);
  font-size: 14px; font-weight: 600; color: #6e5647;
}
.pill-link:hover { background: #fff; }
.watch .carousel { margin-top: 14px; }
.watch__track {
  display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 98px) / 8);
  gap: 14px; overflow-x: auto; padding: 2px 0 6px;
}
.watch .carousel__arrow { top: calc(50% - 22px); }
.watch .carousel__arrow--prev { left: -27px; }
.watch .carousel__arrow--next { right: -27px; }
.video-card { background: #fff; border-radius: var(--radius-md); overflow: hidden; box-shadow: 0 2px 6px rgba(77,51,26,.06); }
.video-card img { width: 100%; aspect-ratio: 157 / 243; object-fit: cover; background: #cfc6ba; }
.video-card__actions { display: flex; align-items: center; gap: 9px; padding: 8px 8px 8px 6px; }
.square-heart { display: grid; place-items: center; width: 28px; height: 28px; flex: none; border: 1px solid #cfcfcf; border-radius: 4px; background: #fff; color: #333; }
.square-heart .ico { width: 13px; height: 13px; stroke-width: 1.8; }
.square-heart:hover { border-color: var(--ink); }

/* =========================================================
   LOVED BY YOU (redesigned)
   ========================================================= */
.loved { padding: var(--gap-section) 20px; }
.loved__inner { max-width: 1234px; margin: 0 auto; }
.loved__head { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.loved__title-row { display: flex; align-items: baseline; flex-wrap: wrap; column-gap: 18px; margin-top: 8px; }
.loved__title { font-family: var(--serif); font-weight: 400; font-size: 34px; line-height: 1.2; color: var(--ink); }
.loved__note { display: inline-flex; align-items: center; gap: 5px; font-family: var(--hand); font-size: 25px; color: var(--note); }
.loved__heart { width: 13px; height: 12px; fill: var(--note); }
.loved__sub { margin-top: 6px; font-family: var(--serif); font-size: 13px; color: var(--muted); }
.loved__track {
  display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 64px) / 3);
  gap: 32px; overflow-x: auto; margin-top: 32px;
}
.review {
  display: flex; flex-direction: column; overflow: hidden;
  background: var(--card-cream); border: 1px solid #efe7df; border-radius: var(--radius-lg);
}
.review > img { width: 100%; aspect-ratio: 390 / 440; object-fit: cover; background: var(--placeholder); }
.review__body { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 26px 28px 28px; }
.stars { font-size: 13px; letter-spacing: .25em; color: var(--gold); }
.review blockquote { margin-top: 14px; font-family: var(--serif); font-size: 15px; line-height: 1.5; color: var(--text); max-width: 34ch; }
.review__rule { display: block; width: 28px; height: 1px; margin: 16px 0 14px; background: #d8ccbf; }
.review__name { font-family: var(--serif); font-weight: 700; font-size: 13px; color: var(--text); }
.review__product { margin: 4px 0 16px; font-size: 11px; color: var(--muted-2); }
.review .text-link { margin-top: auto; }

/* =========================================================
   INSTAGRAM
   ========================================================= */
.insta { padding-top: var(--gap-section); padding-bottom: var(--gap-section); }
.insta__title {
  padding-bottom: 12px; border-bottom: 1px solid #eee; text-align: center;
  font-size: 15px; font-weight: 500; letter-spacing: .04em; color: #222;
}
.insta__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 22px; }
.insta__grid a { display: block; overflow: hidden; }
.insta__grid img { width: 100%; aspect-ratio: 230 / 286; object-fit: cover; background: #d6cbbe; transition: transform .5s ease; }
.insta__grid a:hover img { transform: scale(1.04); }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { padding-top: var(--gap-section); font-size: 12px; color: #555; }
.footer__inner {
  padding: 50px clamp(20px, 4.2vw, 80px) 50px;
  display: grid; grid-template-columns: auto 1fr 1fr 308px; gap: 40px;
  border-top: 1px solid #eaeaea;
}
.footer__inner > .footer__col:nth-child(2) { justify-self: center; }
.footer__inner > .footer__col:nth-child(3) { justify-self: center; }
.footer__wordmark { font-family: var(--serif); font-size: 22px; letter-spacing: .52em; color: #1a1a1a; }
.footer__desc { margin-top: 14px; line-height: 1.7; }
.social { display: flex; gap: 8px; margin-top: 16px; }
.social a { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #d5d5d5; border-radius: 50%; color: #222; }
.social a:hover { border-color: var(--ink); }
.social svg { width: 13px; height: 13px; }
.footer__col h2 { margin-bottom: 14px; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #1a1a1a; }
.footer__col li + li { margin-top: 9px; }
.footer__col a:hover { color: var(--ink); text-decoration: underline; }
.newsletter { display: flex; align-items: center; margin-top: 14px; padding-bottom: 10px; border-bottom: 1px solid #bdbdbd; }
.newsletter:focus-within { border-color: var(--ink); }
.newsletter input { flex: 1; min-width: 0; border: 0; outline: 0; background: none; font-size: 12px; }
.newsletter button { font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #1a1a1a; }
.footer__bottom { border-top: 1px solid #eaeaea; }
.footer__bottom p {
  padding: 14px clamp(20px, 4.2vw, 80px) 20px;
  font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2);
}

/* WhatsApp floating button */
.whatsapp {
  position: fixed; right: 16px; bottom: 16px; z-index: 30;
  display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%;
  background: #25d366; color: #fff; border: 2px solid #fff; box-shadow: 0 4px 12px rgba(0,0,0,.18);
}
.whatsapp svg { width: 24px; height: 24px; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1280px) {
  .ai-card { grid-template-columns: 1fr; gap: 28px; }
  .ai-card__intro { text-align: center; }
  .ai-card__rule { margin-inline: auto; }
  .collections__list { grid-template-columns: repeat(7, minmax(96px, 130px)); gap: 20px; }
  .collections__list img { width: 100%; height: auto; aspect-ratio: 1; }
  .watch__track { grid-auto-columns: calc((100% - 70px) / 6); }
}

@media (max-width: 1100px) {
  .topbar__list--right li:not(:first-child) { display: none; }
  .main-nav ul { gap: 4px 14px; }
  .main-nav a { font-size: 12px; letter-spacing: .06em; }
  .ai-panel { position: relative; right: auto; top: auto; margin: -60px auto 0; width: min(92%, 440px); }
  .new-in { grid-template-columns: 1fr; }
  .new-in__feature { aspect-ratio: 4 / 3; }
  .new-in__feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(20,14,8,.45), rgba(20,14,8,0) 55%); }
  .new-in__overlay { z-index: 1; }
  .top-sellers__track { grid-auto-columns: calc((100% - 24px) / 3); }
  .top-sellers .carousel__arrow { display: none; }
  .loved__track { grid-auto-columns: calc((100% - 32px) / 2); }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .footer__inner > .footer__col:nth-child(2),
  .footer__inner > .footer__col:nth-child(3) { justify-self: start; }
}

@media (max-width: 900px) {
  .menu-toggle { display: grid; }
  .header__bar { height: 72px; padding: 0 12px; border-bottom: 0; }
  .logo { align-self: center; }
  .logo img { width: 180px; }
  .search { display: none; }
  .main-nav { display: none; border-top: 1px solid var(--line); }
  .main-nav.is-open { display: block; }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 0; padding: 8px 20px 16px; }
  .main-nav a { justify-content: space-between; width: 100%; padding: 12px 0; border-bottom: 1px solid #f0f0f0; }
  .collections__list { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 104px; justify-content: start; overflow-x: auto; padding-bottom: 6px; }
  .ai-steps { grid-template-columns: 1fr; row-gap: 28px; max-width: 420px; margin-inline: auto; width: 100%; }
  .ai-step:not(:last-child)::after { right: 50%; top: auto; bottom: -22px; width: 16px; transform: translateX(50%) rotate(90deg); }
  .reco-grid { flex: none; height: 220px; }
  .speak { margin-top: 0; }
  .look-grid { flex: none; }
  .look-grid__media { flex: none; aspect-ratio: 87 / 162; min-height: 0; }
  .mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: auto; aspect-ratio: auto; }
  .mosaic__main { grid-column: 1 / -1; grid-row: auto; aspect-ratio: 4 / 5; }
  .mosaic > a:not(.mosaic__main) { aspect-ratio: 319 / 420; }
  .watch__track { grid-auto-columns: calc((100% - 28px) / 3); }
  .watch .carousel__arrow { display: none; }
  .pill-link { position: static; margin-top: 12px; }
  .watch__head { flex-direction: column; }
  .insta__grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
}

@media (max-width: 640px) {
  body { font-size: 13px; }
  .topbar__inner { justify-content: center; }
  .topbar__list--right { display: none; }
  .topbar__list { gap: 14px; font-size: 11px; }
  .header__icons { gap: 10px; }
  .hero__media { height: 520px; }
  .hero__bg { object-position: 58% 30%; }
  .hero__shade { inset: 0; background: linear-gradient(0deg, rgba(31,23,10,.55), rgba(31,23,10,.05) 60%); }
  .hero__content { left: 20px; right: 20px; top: auto; bottom: 56px; }
  .hero__arrow { display: none; }
  .ai-panel { margin-top: 16px; }
  .new-in__panel { padding: 32px 16px; }
  .new-in__head { display: flex; flex-direction: column; align-items: center; }
  .new-in__nav { display: none; }
  .new-in__track { grid-auto-columns: 78%; }
  .ai-card { padding: 28px 18px; }
  .ai-card__title { font-size: 28px; }
  .ai-card__body br { display: none; }
  .watch__title-wrap .caps-title::before, .watch__title-wrap .caps-title::after { width: 28px; }
  .caps-title--lg { font-size: 22px; }
  .top-sellers__track { grid-auto-columns: 62%; }
  .watch__track { grid-auto-columns: 46%; }
  .loved__head { align-items: flex-end; }
  .loved__head .carousel-nav { display: none; }
  .loved__title { font-size: 28px; }
  .loved__track { grid-auto-columns: 86%; gap: 16px; }
  .footer__inner { grid-template-columns: 1fr; padding: 36px 20px; gap: 28px; }
  .footer__desc br { display: none; }
  .footer__bottom p { padding-inline: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
