:root {
  --ink: #17130d;
  --muted: #6f675d;
  --paper: #fffdf8;
  --soft: #f4efe4;
  --mist: #edf2ee;
  --line: #ded5c4;
  --gold: #b88938;
  --gold-deep: #8a6426;
  --olive: #4d6755;
  --rose: #a8626e;
  --white: #ffffff;
  --logo-bg: #ffffff;
  --shadow: 0 20px 60px rgba(24, 18, 10, 0.16);
  --header-height: 76px;
  --content: min(1180px, calc(100vw - 32px));
}

/* Search-facing static pages share the storefront's editorial atelier direction. */
.product-name-link {
  color: inherit;
  text-decoration: none;
}

.product-name-link:hover,
.product-name-link:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

a.mini-product-visual,
a.feature-visual,
a.sidebar-product,
a.details-button {
  color: inherit;
  text-decoration: none;
}

.seo-page {
  background: var(--paper);
}

.seo-site-header {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(20px, 4vw, 52px);
  min-height: 86px;
  padding: 12px max(16px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.seo-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.4vw, 30px);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-nav a,
.seo-header-cta {
  color: inherit;
  text-decoration: none;
}

.seo-nav a:hover,
.seo-nav a:focus-visible {
  color: var(--ink);
}

.seo-header-cta {
  border: 1px solid var(--ink);
  padding: 11px 15px;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.seo-header-cta:hover,
.seo-header-cta:focus-visible {
  background: var(--ink);
  color: var(--white);
}

.seo-hero {
  width: var(--content);
  margin: 0 auto;
  padding: clamp(72px, 10vw, 132px) 0 clamp(58px, 8vw, 104px);
}

.seo-collection-hero {
  display: grid;
  grid-template-columns: minmax(0, 820px);
}

.seo-hero h1,
.seo-article-header h1,
.seo-product-copy h1 {
  max-width: 980px;
  margin: 0;
  font-family: var(--display, Georgia, "Times New Roman", serif);
  font-size: clamp(3.6rem, 8vw, 7.6rem);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.seo-hero > p:not(.eyebrow),
.seo-article-header > p:not(.eyebrow) {
  max-width: 760px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(1.03rem, 1.8vw, 1.28rem);
  line-height: 1.8;
}

.seo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 42px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.seo-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.seo-breadcrumbs a:hover,
.seo-breadcrumbs a:focus-visible {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.seo-hero-actions,
.seo-product-actions,
.seo-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.seo-product-section,
.seo-link-section {
  width: var(--content);
  margin: 0 auto;
  padding: 34px 0 clamp(92px, 11vw, 154px);
}

.seo-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 420px);
  align-items: end;
  gap: 30px;
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.seo-section-heading .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.seo-section-heading h2,
.seo-callout h2,
.seo-detail-note h2,
.seo-related-links h2 {
  margin: 0;
  font-family: var(--display, Georgia, "Times New Roman", serif);
  font-size: clamp(2.8rem, 5vw, 5.3rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.seo-section-heading > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

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

.seo-product-card h2,
.seo-product-card h3 {
  margin: 0;
  font-family: var(--display, Georgia, "Times New Roman", serif);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.05;
}

.seo-product-card .product-visual {
  text-decoration: none;
}

.seo-product-card .details-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.seo-image-placeholder {
  display: grid;
  place-content: center;
  gap: 8px;
  width: 100%;
  min-height: inherit;
  padding: 24px;
  text-align: center;
}

.seo-image-placeholder span {
  color: var(--gold-deep);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.seo-image-placeholder strong {
  font-family: var(--display, Georgia, "Times New Roman", serif);
  font-size: 1.35rem;
  font-weight: 500;
}

.seo-callout,
.seo-detail-note {
  width: var(--content);
  margin: 0 auto clamp(88px, 10vw, 148px);
  padding: clamp(42px, 7vw, 82px);
  background: var(--ink);
  color: var(--white);
}

.seo-callout > p:not(.eyebrow),
.seo-detail-note p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.8;
}

.seo-callout .text-link,
.seo-detail-note .text-link {
  color: var(--white);
}

.seo-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.seo-link-grid > a {
  display: grid;
  gap: 8px;
  min-height: 116px;
  padding: 24px;
  background: var(--paper);
  color: inherit;
  text-decoration: none;
}

.seo-link-grid > a:hover,
.seo-link-grid > a:focus-visible {
  background: var(--soft);
}

.seo-link-grid span {
  font-family: var(--display, Georgia, "Times New Roman", serif);
  font-size: 1.65rem;
  line-height: 1;
}

.seo-link-grid strong {
  color: var(--muted);
  font-size: 0.69rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-product-detail {
  width: var(--content);
  margin: 0 auto;
  padding: 42px 0 clamp(82px, 10vw, 132px);
}

.seo-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(42px, 7vw, 104px);
  align-items: center;
}

.seo-product-media {
  display: grid;
  place-items: center;
  min-height: 650px;
  padding: clamp(32px, 7vw, 86px);
  background: linear-gradient(145deg, #f5efe4, #ebe2d2);
}

.seo-product-photo {
  width: min(100%, 520px);
  height: 520px;
  object-fit: contain;
}

.seo-product-copy h1 {
  font-size: clamp(3.25rem, 5.4vw, 6.2rem);
}

.seo-product-price {
  margin: 30px 0 22px;
  font-size: 1.45rem;
  font-weight: 700;
}

.seo-product-description {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.seo-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 30px 0 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.seo-facts div {
  min-height: 84px;
  padding: 16px;
  background: var(--paper);
}

.seo-facts dt {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.seo-facts dd {
  margin: 6px 0 0;
  font-weight: 600;
}

.seo-order-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.seo-detail-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 36px;
}

.seo-article {
  width: min(920px, calc(100vw - 32px));
  margin: 0 auto;
  padding: clamp(66px, 9vw, 128px) 0 clamp(96px, 12vw, 170px);
}

.seo-article-header {
  padding-bottom: clamp(54px, 8vw, 92px);
  border-bottom: 1px solid var(--line);
}

.seo-article-body {
  display: grid;
  gap: 0;
}

.seo-article-body section {
  padding: clamp(48px, 7vw, 78px) 0;
  border-bottom: 1px solid var(--line);
}

.seo-article-body h2,
.seo-guide-grid h2 {
  margin: 0 0 24px;
  font-family: var(--display, Georgia, "Times New Roman", serif);
  font-size: clamp(2.35rem, 4.5vw, 4.1rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.seo-article-body p {
  margin: 0 0 18px;
  color: #4f493f;
  font-size: 1.05rem;
  line-height: 1.9;
}

.seo-related-links {
  padding-top: clamp(58px, 8vw, 90px);
}

.seo-related-links .seo-link-grid {
  margin-top: 34px;
}

.seo-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.seo-guide-grid article {
  min-height: 330px;
  padding: clamp(28px, 4vw, 48px);
  background: var(--paper);
}

.seo-guide-grid h2 a {
  color: inherit;
  text-decoration: none;
}

.seo-guide-grid article > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.75;
}

.seo-contact-actions {
  margin-top: 36px;
}

.seo-not-found {
  min-height: 68vh;
  display: grid;
  align-content: center;
}

@media (max-width: 980px) {
  .seo-site-header {
    grid-template-columns: auto 1fr;
  }

  .seo-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 8px 0 2px;
    white-space: nowrap;
  }

  .seo-header-cta {
    justify-self: end;
  }

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

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

  .seo-product-media {
    min-height: 520px;
  }
}

@media (max-width: 680px) {
  .seo-site-header {
    gap: 10px 18px;
    padding: 10px 16px;
  }

  .seo-site-header .brand-mark img {
    width: 90px;
    height: 52px;
  }

  .seo-header-cta {
    padding: 9px 11px;
    font-size: 0.62rem;
  }

  .seo-nav {
    gap: 18px;
    font-size: 0.68rem;
  }

  .seo-hero {
    padding: 58px 0 72px;
  }

  .seo-hero h1,
  .seo-article-header h1 {
    font-size: clamp(3.35rem, 17vw, 5.3rem);
  }

  .seo-breadcrumbs {
    margin-bottom: 30px;
  }

  .seo-product-section,
  .seo-link-section {
    padding-bottom: 92px;
  }

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

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

  .seo-product-card .product-meta,
  .seo-product-card .product-family,
  .seo-product-card .details-button {
    display: none;
  }

  .seo-link-grid,
  .seo-guide-grid {
    grid-template-columns: 1fr;
  }

  .seo-callout,
  .seo-detail-note {
    width: 100%;
    margin-bottom: 86px;
    padding: 52px 22px;
  }

  .seo-product-detail {
    padding-top: 30px;
  }

  .seo-product-layout {
    gap: 38px;
  }

  .seo-product-media {
    min-height: 390px;
    padding: 28px;
  }

  .seo-product-photo {
    height: 330px;
  }

  .seo-product-copy h1 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .seo-facts {
    grid-template-columns: 1fr 1fr;
  }

  .seo-product-actions,
  .seo-contact-actions,
  .seo-hero-actions {
    display: grid;
  }

  .seo-product-actions .button,
  .seo-contact-actions .button,
  .seo-hero-actions .button {
    width: 100%;
  }

  .seo-detail-note {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.drawer-open {
  overflow: hidden;
}

body.quick-view-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  top: auto;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  min-height: var(--header-height);
  padding: 10px max(16px, calc((100vw - 1180px) / 2));
  background: var(--logo-bg);
  border-bottom: 1px solid rgba(222, 213, 196, 0.74);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-mark img {
  width: 104px;
  height: 58px;
  object-fit: contain;
}

.header-nav {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 0.93rem;
}

.header-nav a,
.nav-menu > button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 38px;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}

.header-nav a:hover,
.header-nav a.active,
.nav-menu:hover > button,
.nav-menu:focus-within > button,
.nav-menu.active > button {
  color: var(--ink);
}

.nav-menu {
  position: relative;
}

.nav-dropdown {
  position: absolute;
  left: 50%;
  top: calc(100% + 12px);
  z-index: 70;
  display: none;
  min-width: 210px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--logo-bg);
  padding: 8px;
  box-shadow: 0 18px 42px rgba(24, 18, 10, 0.14);
  transform: translateX(-50%);
}

.nav-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.nav-menu:hover .nav-dropdown,
.nav-menu:focus-within .nav-dropdown {
  display: grid;
}

.nav-dropdown a {
  min-height: 36px;
  border-radius: 6px;
  padding: 8px 10px;
  color: var(--muted);
  white-space: nowrap;
}

.nav-dropdown a:hover,
.nav-dropdown a.active {
  background: var(--soft);
  color: var(--ink);
}

.nav-chevron {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 160ms ease;
}

.nav-menu:hover .nav-chevron,
.nav-menu:focus-within .nav-chevron {
  transform: rotate(180deg);
}

.header-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.icon-action,
.header-search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-decoration: none;
  cursor: pointer;
}

.icon-action {
  width: 42px;
  border-radius: 999px;
}

.icon-action:hover,
.icon-action.active,
.header-search-button:hover {
  color: var(--gold-deep);
}

.icon-action svg,
.header-search-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.header-search-button {
  gap: 7px;
  padding: 0 3px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cart-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  padding: 9px 13px;
  cursor: pointer;
}

.cart-count {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
}

.menu-button {
  display: none;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  padding: 9px 12px;
  font-weight: 900;
  cursor: pointer;
}

.mobile-menu {
  position: absolute;
  left: 14px;
  right: 14px;
  top: calc(var(--header-height) + 36px);
  z-index: 68;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--logo-bg);
  padding: 12px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.mobile-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  padding: 9px 10px;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 900;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 318px;
  background: #eeeeee;
  padding: 36px 0 30px;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 8px 18px rgba(23, 19, 13, 0.1);
}

.hero-content {
  width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(360px, 1.14fr);
  gap: 54px;
  align-items: center;
  padding: 0;
}

.hero-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 258px;
  overflow: visible;
  background-color: transparent;
  background-image: none;
  background-position: center;
  background-size: cover;
  box-shadow: none;
}

.hero-media.image-fallback {
  background-image:
    linear-gradient(135deg, rgba(255, 253, 248, 0.34), rgba(244, 239, 228, 0.2)),
    url("assets/maison-iselle-hero.png");
}

.hero-media .product-photo {
  width: min(82%, 410px);
  height: 270px;
  mix-blend-mode: normal;
  filter: drop-shadow(0 18px 24px rgba(23, 19, 13, 0.16));
}

.hero-copy-panel {
  padding: 12px 0 12px 48px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 520px;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.35rem, 4.7vw, 4.8rem);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 430px;
  margin: 18px 0 0;
  color: #433a30;
  font-size: 1.02rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-dots {
  justify-self: center;
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.hero-dot {
  width: 13px;
  height: 13px;
  border: 2px solid rgba(23, 19, 13, 0.32);
  border-radius: 999px;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.hero-dot.active {
  border-color: var(--ink);
  background: var(--ink);
}

.button,
.text-button,
.load-more,
.close-button {
  border: 0;
  cursor: pointer;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  background: var(--ink);
  color: var(--white);
}

.button.secondary {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}

.button.ghost {
  border: 1px solid rgba(23, 19, 13, 0.22);
  background: rgba(255, 253, 248, 0.74);
  color: var(--ink);
}

.button.full {
  width: 100%;
}

.featured-section,
.product-rail-section,
.browse-section,
.brand-section {
  width: var(--content);
  margin: 0 auto;
  padding: 70px 0 0;
}

.rail-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 24px;
}

.rail-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.6vw, 3.8rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.text-link {
  color: var(--gold-deep);
  font-weight: 900;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  white-space: nowrap;
}

.feature-track {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.feature-card[data-card-view],
.mini-product[data-card-view],
.product-card[data-card-view] {
  cursor: pointer;
}

.feature-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 28px;
}

.feature-copy h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.65rem);
  font-weight: 400;
  line-height: 1.02;
}

.feature-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.feature-copy strong {
  font-size: 1.12rem;
}

.feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.feature-visual,
.mini-product-visual,
.quick-view-visual {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--white);
}

.feature-visual .product-photo {
  width: min(78%, 210px);
  height: 220px;
}

.product-format-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 4;
  max-width: calc(100% - 20px);
  padding: 5px 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(24, 21, 17, 0.9);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

.mini-product-visual .product-format-badge {
  top: 7px;
  left: 7px;
  max-width: calc(100% - 14px);
  font-size: 0.58rem;
}

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

.mini-product {
  display: grid;
  grid-template-rows: 190px 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.mini-product-visual {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.mini-product-visual .product-photo {
  width: min(72%, 180px);
  height: 156px;
}

.mini-product-body {
  display: grid;
  gap: 8px;
  padding: 15px;
}

.mini-product-body p {
  margin: 0;
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-product-body h3 {
  display: -webkit-box;
  min-height: 2.7em;
  margin: 0;
  overflow: hidden;
  font-size: 0.98rem;
  line-height: 1.34;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mini-brand {
  color: var(--muted);
  font-size: 0.86rem;
}

.mini-product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 11px;
}

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

.category-tile,
.brand-pill {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  text-decoration: none;
}

.category-tile {
  display: grid;
  gap: 16px;
  min-height: 128px;
  padding: 18px;
  text-align: left;
}

.category-tile span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  line-height: 1;
}

.category-tile strong {
  color: var(--muted);
}

.category-tile.rose {
  background: #fbf0f1;
}

.category-tile.olive {
  background: #edf2ee;
}

.category-tile.gold {
  background: #f4ead8;
}

.category-tile.ink {
  background: #f2f0ec;
}

.brand-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brand-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 9px 13px;
  font-weight: 850;
}

.brand-pill strong {
  display: inline-grid;
  place-items: center;
  min-width: 25px;
  height: 25px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--gold-deep);
  font-size: 0.78rem;
}

.shop-section {
  width: var(--content);
  margin: 0 auto;
}

.shop-section {
  padding: 78px 0 88px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(280px, 1fr);
  column-gap: 70px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section-heading h2,
.drawer-header h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4.2rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.shop-toolbar {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.search-field,
.select-field,
.checkout-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.search-field input,
.select-field select,
.checkout-form input,
.checkout-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  padding: 10px 12px;
  outline: 0;
}

.search-field input:focus,
.select-field select:focus,
.checkout-form input:focus,
.checkout-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184, 137, 56, 0.2);
}

.segmented {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.segment {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--muted);
  padding: 8px 12px;
  cursor: pointer;
}

.segment.active {
  border-color: var(--olive);
  background: var(--olive);
  color: var(--white);
}

.select-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: 12px;
}

.text-button {
  justify-self: start;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--gold-deep);
  padding: 0 0 2px;
  font-weight: 800;
}

.results-bar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 24px 0 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.results-bar p {
  margin: 0;
}

.catalog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 284px;
  grid-template-areas: "main sidebar";
  gap: 30px;
  align-items: start;
  margin-top: 24px;
}

.catalog-main {
  grid-area: main;
  min-width: 0;
}

.shop-sidebar {
  grid-area: sidebar;
  position: sticky;
  top: calc(var(--header-height) + 18px);
  display: grid;
  gap: 24px;
  padding-left: 26px;
  border-left: 1px solid var(--line);
}

.sidebar-block h3 {
  margin: 0 0 14px;
  font-size: 1.04rem;
}

.price-shortcuts,
.sidebar-links,
.sidebar-products {
  display: grid;
  gap: 8px;
}

.price-shortcuts button,
.sidebar-links button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 38px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  padding: 0 0 8px;
  text-align: left;
  cursor: pointer;
}

.price-shortcuts strong,
.sidebar-links strong {
  color: var(--ink);
}

.sidebar-product {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.sidebar-thumb {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.sidebar-thumb .product-photo {
  width: 88%;
  height: 42px;
  filter: none;
}

.sidebar-product strong,
.sidebar-product em {
  display: block;
}

.sidebar-product strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-product em {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.82rem;
  font-style: normal;
}

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

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(184, 137, 56, 0.62);
  box-shadow: 0 18px 45px rgba(24, 18, 10, 0.1);
}

.product-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 154px;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--white);
  background-image: none;
  background-position: center;
  background-size: 330%;
}

.product-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: none;
  pointer-events: none;
}

.product-visual.has-image {
  min-height: 184px;
  background-image: none;
  background-size: auto;
}

.product-visual.has-image::after,
.product-visual.image-pending::after {
  background: none;
}

.product-photo {
  position: relative;
  z-index: 2;
  width: min(78%, 190px);
  height: 158px;
  object-fit: contain;
  opacity: 0;
  filter: none;
  transform: translateY(4px) scale(0.98);
  transition: opacity 180ms ease, transform 180ms ease;
}

.product-photo.loaded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.family-floral .product-visual {
  background-color: var(--white);
  background-position: 72% 36%;
}

.family-fresh .product-visual {
  background-color: var(--white);
  background-position: 60% 48%;
}

.family-amber-oud .product-visual {
  background-color: var(--white);
  background-position: 82% 56%;
}

.family-warm-spice .product-visual {
  background-color: var(--white);
  background-position: 78% 62%;
}

.product-body {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 12px;
  padding: 16px;
}

.product-brand {
  margin: 0;
  color: var(--gold-deep);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card h3 {
  display: -webkit-box;
  min-height: 3.25em;
  margin: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.product-meta span {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  padding: 4px 8px;
  font-size: 0.76rem;
}

.product-family {
  align-self: start;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 13px;
}

.product-price {
  font-weight: 900;
  white-space: nowrap;
}

.product-actions {
  display: inline-flex;
  gap: 7px;
}

.details-button {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  padding: 8px 10px;
  font-size: 0.88rem;
  font-weight: 900;
  cursor: pointer;
}

.add-button {
  min-height: 38px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  padding: 8px 10px;
  font-size: 0.88rem;
  font-weight: 900;
  cursor: pointer;
}

.add-button:disabled {
  border-color: var(--line);
  background: var(--soft);
  color: var(--muted);
  cursor: not-allowed;
}

.empty-state {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--mist);
  padding: 26px;
}

.empty-state h3,
.cart-empty h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 400;
}

.empty-state p,
.cart-empty p {
  margin: 0;
  color: var(--muted);
}

.load-more {
  display: block;
  min-height: 46px;
  margin: 28px auto 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  padding: 11px 18px;
  font-weight: 900;
}

.account-section {
  min-height: calc(100svh - var(--header-height));
  padding: 58px 0 70px;
  background: var(--paper);
}

.account-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 34px;
  align-items: start;
  width: var(--content);
  margin: 0 auto;
}

.account-copy {
  position: sticky;
  top: calc(var(--header-height) + 28px);
  display: grid;
  gap: 22px;
}

.account-copy h2 {
  max-width: 680px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.9rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.account-copy p {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.account-benefits {
  display: grid;
  gap: 12px;
  max-width: 560px;
}

.account-benefits div,
.account-signed-in {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.account-benefits div {
  display: grid;
  gap: 3px;
  padding: 16px;
}

.account-benefits strong,
.account-summary dt {
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.account-benefits span,
.account-summary dd,
.auth-note,
.auth-switch {
  color: var(--muted);
}

.account-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 22px;
  box-shadow: 0 22px 60px rgba(24, 18, 10, 0.09);
}

.account-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

.account-tabs button {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--muted);
  padding: 8px 10px;
  font-size: 0.86rem;
  font-weight: 900;
  cursor: pointer;
}

.account-tabs button.active {
  border-color: var(--olive);
  background: var(--olive);
  color: var(--white);
}

.account-status {
  min-height: 24px;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}

.account-status[data-tone="success"] {
  color: var(--olive);
}

.account-status[data-tone="error"] {
  color: var(--rose);
}

.auth-panels {
  display: grid;
}

.auth-form,
.auth-form > div {
  display: grid;
  gap: 15px;
}

.auth-form label,
.checkout-form label {
  display: grid;
  gap: 7px;
}

.auth-form label > span:first-child,
.checkout-form label > span:first-child {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.auth-form input,
.checkout-form input,
.checkout-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  padding: 11px 12px;
  outline: none;
}

.auth-form input:focus,
.checkout-form input:focus,
.checkout-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184, 137, 56, 0.14);
}

.auth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.password-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.password-field input {
  min-width: 0;
  border: 0;
  border-radius: 0;
}

.password-field button {
  border: 0;
  border-left: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  padding: 0 12px;
  cursor: pointer;
}

.password-toggle {
  display: inline-grid;
  place-items: center;
  min-width: 46px;
}

.password-toggle svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.password-toggle.active {
  color: var(--gold-deep);
}

.auth-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.check-field {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 9px !important;
  color: var(--muted);
  font-size: 0.92rem;
}

.check-field input {
  width: 18px;
  min-width: 18px;
  min-height: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--olive);
}

.privacy-field {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 13px;
}

.inline-auth-link,
.auth-switch button {
  border: 0;
  background: transparent;
  color: var(--gold-deep);
  padding: 0;
  font-weight: 900;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.auth-switch,
.auth-note {
  margin: 0;
  font-size: 0.92rem;
}

.password-meter {
  display: grid;
  gap: 7px;
}

.password-meter > span {
  position: relative;
  display: block;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--soft);
}

.password-meter > span::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  border-radius: inherit;
  background: var(--line);
  transition: width 180ms ease, background 180ms ease;
}

.password-meter strong {
  color: var(--muted);
  font-size: 0.78rem;
}

.password-meter[data-strength="weak"] > span::after {
  width: 34%;
  background: var(--rose);
}

.password-meter[data-strength="fair"] > span::after {
  width: 66%;
  background: var(--gold);
}

.password-meter[data-strength="strong"] > span::after {
  width: 100%;
  background: var(--olive);
}

.account-signed-in {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.account-signed-in h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400;
  line-height: 1;
}

.account-signed-in p {
  margin: 8px 0 0;
  color: var(--muted);
}

.account-summary {
  display: grid;
  gap: 10px;
  margin: 0;
}

.account-summary div {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.account-summary dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-footer {
  background: #000000;
  color: var(--white);
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 10px;
  min-height: 86px;
  padding: 24px max(20px, calc((100vw - 1180px) / 2));
  background: #0e0d12;
  color: var(--white);
  text-align: center;
}

.footer-contact a,
.footer-base a {
  color: var(--white);
  text-decoration: none;
}

.footer-contact a:hover,
.footer-base a:hover {
  color: var(--gold);
}

.footer-contact span {
  opacity: 0.6;
}

.footer-base {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  min-height: 80px;
  padding: 24px max(20px, calc((100vw - 1180px) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.footer-base p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.footer-socials a {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  padding: 0;
}

.footer-socials a:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.footer-socials svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.footer-socials path {
  fill: currentColor;
  stroke: none;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(23, 19, 13, 0.36);
}

.cart-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 90;
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
  width: min(520px, 100vw);
  height: 100svh;
  overflow-y: auto;
  border-left: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow);
  transform: translateX(104%);
  transition: transform 240ms ease;
}

.cart-drawer.open {
  transform: translateX(0) !important;
}

.drawer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}

.drawer-header h2 {
  font-size: 2rem;
}

.close-button {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  padding: 9px 11px;
  font-weight: 800;
}

.cart-empty {
  margin: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--mist);
  padding: 22px;
}

.cart-items {
  display: grid;
  gap: 0;
  padding: 0 24px;
}

.cart-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.cart-line h3 {
  margin: 0 0 5px;
  font-size: 0.98rem;
  line-height: 1.25;
}

.cart-line p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.cart-line .cart-variant {
  margin-bottom: 4px;
  color: var(--ink);
  font-weight: 800;
}

.quantity-control {
  display: grid;
  grid-template-columns: 34px 34px 34px;
  align-items: center;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
}

.quantity-control button {
  height: 34px;
  border: 0;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.quantity-control span {
  text-align: center;
  font-weight: 900;
}

.cart-summary {
  margin: 22px 24px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 16px;
}

.cart-summary div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 1.05rem;
}

.cart-summary p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.checkout-form {
  display: grid;
  gap: 14px;
  padding: 22px 24px 28px;
}

.checkout-form textarea {
  resize: vertical;
}

.checkout-status {
  min-height: 22px;
  margin: 0;
  color: var(--olive);
  font-weight: 800;
}

.quick-view-backdrop {
  position: fixed;
  inset: 0;
  z-index: 92;
  background: rgba(23, 19, 13, 0.42);
}

.quick-view {
  position: fixed;
  inset: auto 18px 18px auto;
  z-index: 96;
  width: min(860px, calc(100vw - 36px));
  max-height: min(680px, calc(100svh - 36px));
  overflow-y: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
  transform: translateY(22px) scale(0.98);
  opacity: 0;
  pointer-events: none;
  transition: transform 200ms ease, opacity 200ms ease;
}

.quick-view.open {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}

.quick-view-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
  gap: 0;
}

.quick-view .close-button {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
}

.quick-view-media {
  min-height: 440px;
}

.quick-view-visual {
  width: 100%;
  height: 100%;
  min-height: 440px;
}

.quick-view-visual .product-photo {
  width: min(76%, 360px);
  height: 360px;
}

.quick-view-content {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 58px 32px 34px;
}

.quick-view-content h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1;
}

.quick-view-price {
  margin: 0;
  font-size: 1.18rem;
  font-weight: 900;
}

.quick-view-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.quick-view-meta div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 10px;
}

.quick-view-meta dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-view-meta dd {
  margin: 4px 0 0;
  font-weight: 850;
}

.quick-view-variant {
  display: grid;
  gap: 7px;
}

.quick-view-variant[hidden] {
  display: none;
}

.quick-view-variant span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-view-variant select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  padding: 0 12px;
  font: inherit;
  font-weight: 800;
}

.quick-view-variant select:focus {
  border-color: var(--gold);
  outline: 3px solid rgba(183, 147, 82, 0.18);
}

.quick-view-copy {
  margin: 0;
  color: var(--muted);
}

.quick-view-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.floating-help {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 58;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  background: #32c36c;
  color: var(--white);
  padding: 12px 19px;
  box-shadow: 0 14px 34px rgba(29, 125, 70, 0.26);
  font-weight: 900;
  text-decoration: none;
}

.floating-help.footer-visible {
  opacity: 0;
  pointer-events: none;
}

.mobile-action-bar {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 60;
  display: none;
  grid-template-columns: 0.72fr 0.7fr 0.92fr 1.35fr;
  gap: 5px;
  min-height: 54px;
  border: 1px solid rgba(255, 253, 248, 0.12);
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  padding: 5px;
  box-shadow: var(--shadow);
}

.mobile-action-bar a,
.mobile-action-bar button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  padding: 8px 10px;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mobile-action-bar .mobile-cart-fab {
  justify-content: space-between;
  background: var(--gold);
  color: var(--ink);
}

.mobile-action-bar .mobile-cart-fab strong {
  max-width: 88px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.75rem;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-content {
    animation: heroEnter 560ms ease both;
  }

  .product-card {
    animation: productEnter 260ms ease both;
  }

  @keyframes heroEnter {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes productEnter {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 980px) {
  :root {
    --header-height: 66px;
    --content: min(100vw - 28px, 760px);
  }

  .site-header {
    grid-template-columns: auto 1fr;
  }

  .header-nav {
    display: none;
  }

  .header-actions {
    justify-self: end;
    gap: 8px;
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .brand-mark span {
    font-size: 0.9rem;
  }

  .hero {
    min-height: 0;
    padding: 32px 0 28px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 26px;
    text-align: center;
  }

  .hero-copy-panel {
    padding: 0;
  }

  .hero h1,
  .hero-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-media {
    justify-self: center;
    width: min(100%, 680px);
    min-height: 320px;
    background-position: center;
  }

  .hero-media .product-photo {
    width: min(84%, 440px);
    height: 300px;
  }

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

  .rail-heading {
    align-items: start;
  }

  .feature-track,
  .quick-view-shell {
    grid-template-columns: 1fr;
  }

  .feature-card {
    grid-template-columns: minmax(0, 1fr) 210px;
  }

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

  .catalog-layout {
    grid-template-columns: 1fr;
    grid-template-areas: "main";
  }

  .account-shell {
    grid-template-columns: 1fr;
  }

  .account-copy {
    position: static;
  }

  .shop-sidebar {
    display: none;
  }

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

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

  .quick-view {
    inset: auto 14px 14px;
    width: calc(100vw - 28px);
  }

  .quick-view-media,
  .quick-view-visual {
    min-height: 300px;
  }

  .quick-view-visual .product-photo {
    height: 260px;
  }

  .footer-base {
    align-items: start;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 70px;
  }

  .site-header {
    padding: 8px 14px;
  }

  .brand-mark {
    gap: 7px;
  }

  .brand-mark img {
    width: 80px;
    height: 46px;
  }

  .icon-action,
  .header-search-button,
  .cart-button,
  .menu-button {
    min-height: 38px;
    padding: 8px 10px;
  }

  .icon-action,
  .header-search-button {
    width: 38px;
    padding: 0;
  }

  .header-search-button span {
    display: none;
  }

  .header-actions {
    gap: 6px;
  }

  .hero {
    padding: 24px 0 22px;
  }

  .hero-content {
    width: min(100vw - 48px, 520px);
    gap: 14px;
  }

  .hero .eyebrow {
    margin-bottom: 8px;
  }

  .hero h1 {
    max-width: 330px;
    font-size: 2.05rem;
    line-height: 1.08;
  }

  .hero-copy {
    max-width: 320px;
    margin-top: 14px;
    font-size: 0.95rem;
  }

  .hero-actions {
    justify-content: center;
    gap: 10px;
  }

  .hero-actions .button {
    min-width: 150px;
    min-height: 44px;
    padding: 10px 14px;
  }

  .hero-media {
    width: min(82vw, 320px);
    min-height: 254px;
    background-position: 64% center;
  }

  .hero-media .product-photo {
    width: min(88%, 280px);
    height: 224px;
  }

  .hero-dots {
    margin-top: 14px;
  }

  .featured-section,
  .product-rail-section,
  .browse-section,
  .brand-section {
    padding-top: 48px;
  }

  .rail-heading {
    display: grid;
    gap: 10px;
  }

  .text-link {
    width: fit-content;
  }

  .feature-card {
    grid-template-columns: 1fr;
  }

  .feature-copy {
    padding: 22px;
  }

  .feature-visual {
    min-height: 220px;
    order: -1;
  }

  .feature-visual .product-photo {
    height: 188px;
  }

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

  .mini-product {
    grid-template-columns: 118px minmax(0, 1fr);
    grid-template-rows: auto;
  }

  .mini-product-visual {
    min-height: 100%;
  }

  .mini-product-visual .product-photo {
    width: min(84%, 110px);
    height: 126px;
  }

  .category-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .category-tile {
    min-height: 108px;
    padding: 15px;
  }

  .category-tile span {
    font-size: 1.14rem;
  }

  .shop-section {
    padding: 40px 0 70px;
  }

  .section-heading {
    gap: 12px;
    margin-bottom: 20px;
  }

  .shop-toolbar {
    gap: 12px;
    padding: 12px;
  }

  .search-field,
  .select-field,
  .checkout-form label {
    gap: 6px;
    font-size: 0.72rem;
  }

  .search-field input,
  .select-field select {
    min-height: 42px;
    padding: 9px 10px;
  }

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

  .segment {
    min-height: 40px;
    padding: 8px 6px;
    font-size: 0.9rem;
  }

  .select-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .results-bar {
    display: grid;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-card {
    grid-template-columns: 128px minmax(0, 1fr);
    grid-template-rows: auto;
    min-height: 0;
  }

  .product-visual,
  .product-visual.has-image {
    min-height: 100%;
  }

  .product-photo {
    width: min(86%, 124px);
    height: 154px;
  }

  .product-body {
    min-width: 0;
    gap: 8px;
    padding: 13px;
  }

  .product-brand {
    font-size: 0.7rem;
  }

  .product-card h3 {
    min-height: 0;
    font-size: 0.96rem;
    line-height: 1.24;
  }

  .product-meta {
    gap: 5px;
  }

  .product-meta span {
    padding: 3px 6px;
    font-size: 0.68rem;
  }

  .product-family {
    font-size: 0.8rem;
  }

  .product-footer {
    display: grid;
    align-items: stretch;
    gap: 8px;
    padding-top: 10px;
  }

  .product-actions,
  .details-button,
  .add-button {
    width: 100%;
  }

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

  .account-section {
    padding: 36px 0 44px;
  }

  .account-shell {
    width: min(100% - 28px, 560px);
    gap: 22px;
  }

  .account-copy {
    gap: 16px;
  }

  .account-copy h2 {
    font-size: clamp(2rem, 9vw, 2.85rem);
    line-height: 1.02;
  }

  .account-panel {
    padding: 16px;
  }

  .account-benefits {
    display: none;
  }

  .account-tabs,
  .auth-grid {
    grid-template-columns: 1fr;
  }

  .account-tabs button {
    justify-content: center;
  }

  .account-summary div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .account-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cart-drawer {
    width: 100vw;
  }

  .quick-view {
    inset: 10px;
    width: calc(100vw - 20px);
    max-height: calc(100svh - 20px);
  }

  .quick-view-content {
    padding: 22px;
  }

  .quick-view-meta {
    grid-template-columns: 1fr;
  }

  .quick-view-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .floating-help {
    display: none;
  }

  .footer-contact {
    justify-content: flex-start;
    min-height: 154px;
    padding: 34px 23px;
    text-align: left;
  }

  .footer-base {
    display: grid;
    justify-content: start;
    gap: 22px;
    min-height: 136px;
    padding: 26px 23px 96px;
  }

  .footer-socials {
    gap: 14px;
  }

  .drawer-header,
  .cart-items,
  .checkout-form {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cart-empty,
  .cart-summary {
    margin-left: 18px;
    margin-right: 18px;
  }

  .mobile-action-bar {
    display: grid;
  }
}

/* Maison d'Iselle — editorial atelier art direction */

:root {
  --ink: #181613;
  --muted: #716b62;
  --paper: #f7f3eb;
  --soft: #eee7da;
  --mist: #e4e8df;
  --line: rgba(24, 22, 19, 0.16);
  --gold: #b6924f;
  --gold-deep: #87662f;
  --olive: #4e5c49;
  --rose: #9d6870;
  --plum: #31232a;
  --white: #fffdf8;
  --logo-bg: rgba(247, 243, 235, 0.94);
  --shadow: 0 28px 80px rgba(35, 27, 17, 0.14);
  --header-height: 86px;
  --content: min(1320px, calc(100vw - 64px));
  --display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  background: var(--paper);
  scroll-padding-top: 24px;
}

body {
  background:
    radial-gradient(circle at 12% 24%, rgba(182, 146, 79, 0.055), transparent 28%),
    var(--paper);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: -0.012em;
}

button,
input,
select,
textarea {
  font-family: var(--sans);
}

::selection {
  background: #cbb081;
  color: var(--ink);
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 2px solid var(--gold-deep);
  outline-offset: 4px;
}

.skip-link {
  border-radius: 0;
  background: var(--plum);
  font-weight: 700;
}

.announcement-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 34px;
  padding: 7px 20px;
  background: var(--ink);
  color: rgba(255, 253, 248, 0.82);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.announcement-bar p {
  margin: 0;
}

.announcement-bar span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold);
}

.site-header {
  position: relative;
  top: auto;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  min-height: var(--header-height);
  padding: 9px max(28px, calc((100vw - 1320px) / 2));
  border-bottom-color: rgba(24, 22, 19, 0.11);
  background: var(--logo-bg);
  backdrop-filter: blur(18px) saturate(1.2);
}

.brand-mark img {
  width: 124px;
  height: 66px;
}

.header-nav {
  gap: 28px;
  color: #554f47;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.header-nav a,
.nav-menu > button {
  min-height: 44px;
}

.header-nav a {
  text-decoration: none;
}

.header-nav a::after,
.nav-menu > button::after {
  content: "";
  position: absolute;
  inset: auto 0 4px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.header-nav > a,
.nav-menu > button {
  position: relative;
}

.header-nav a:hover::after,
.header-nav a.active::after,
.nav-menu:hover > button::after,
.nav-menu:focus-within > button::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-dropdown {
  top: calc(100% + 14px);
  min-width: 230px;
  border-radius: 2px;
  border-color: rgba(24, 22, 19, 0.13);
  background: rgba(255, 253, 248, 0.98);
  padding: 10px;
  box-shadow: 0 24px 60px rgba(32, 25, 17, 0.14);
}

.nav-dropdown a {
  border-radius: 0;
  padding: 10px 12px;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  text-transform: none;
}

.nav-dropdown a::after {
  display: none;
}

.nav-dropdown a:hover,
.nav-dropdown a.active {
  background: var(--soft);
}

.header-actions {
  gap: 8px;
}

.icon-action,
.header-search-button {
  min-height: 44px;
}

.icon-action {
  border-radius: 50%;
}

.header-search-button {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.cart-button,
.menu-button {
  min-height: 44px;
  border-radius: 0;
  padding: 9px 15px;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cart-count {
  min-width: 21px;
  height: 21px;
  background: #d7bd88;
  font-size: 0.68rem;
}

.mobile-menu {
  border-radius: 2px;
  background: rgba(255, 253, 248, 0.98);
}

.mobile-menu a {
  border-radius: 0;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero {
  min-height: calc(100svh - 120px);
  padding: 0;
  background-color: #e9ddc9;
  background-image: url("assets/maison-iselle-hero.webp");
  background-image: image-set(
    url("assets/maison-iselle-hero.webp") type("image/webp"),
    url("assets/maison-iselle-hero.png") type("image/png")
  );
  background-position: center center;
  background-size: cover;
  box-shadow: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(247, 243, 235, 0.96) 0%, rgba(247, 243, 235, 0.78) 31%, rgba(247, 243, 235, 0.12) 64%, rgba(247, 243, 235, 0) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 28%;
  background: linear-gradient(0deg, rgba(35, 27, 17, 0.12), transparent);
  mix-blend-mode: multiply;
}

.hero-content {
  display: block;
  width: var(--content);
  margin: 0 auto;
  padding: clamp(70px, 12vh, 138px) 0 78px;
}

.hero-copy-panel {
  max-width: 630px;
  padding: 0;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--gold-deep);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.hero h1 {
  max-width: 610px;
  font-family: var(--display);
  font-size: clamp(4rem, 7.2vw, 7.4rem);
  font-weight: 500;
  line-height: 0.83;
  letter-spacing: -0.052em;
  text-transform: none;
  text-wrap: balance;
}

.hero-copy {
  max-width: 500px;
  margin-top: 28px;
  color: #423a31;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.75;
}

.hero-actions {
  gap: 10px;
  margin-top: 34px;
}

.hero-footnote {
  margin: 26px 0 0;
  color: rgba(24, 22, 19, 0.65);
  font-family: var(--display);
  font-size: 1.05rem;
  font-style: italic;
}

.button {
  min-height: 50px;
  border-radius: 0;
  padding: 13px 21px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button.primary {
  background: var(--ink);
  color: var(--white);
}

.button.primary:hover {
  background: var(--plum);
  transform: translateY(-2px);
}

.button.secondary {
  border-color: rgba(24, 22, 19, 0.24);
  background: transparent;
}

.button.ghost {
  border-color: rgba(24, 22, 19, 0.32);
  background: rgba(255, 253, 248, 0.28);
  backdrop-filter: blur(8px);
}

.button.light {
  border: 1px solid rgba(255, 253, 248, 0.45);
  background: var(--white);
  color: var(--ink);
}

.button.light:hover {
  background: #d9c395;
  border-color: #d9c395;
}

.featured-section,
.product-rail-section,
.browse-section,
.brand-section {
  width: var(--content);
  padding-top: clamp(88px, 10vw, 138px);
}

.rail-heading {
  align-items: end;
  margin-bottom: 42px;
}

.rail-heading > div {
  max-width: 820px;
}

.rail-heading h2 {
  font-family: var(--display);
  font-size: clamp(3.1rem, 5.2vw, 5.6rem);
  line-height: 0.88;
  letter-spacing: -0.045em;
}

.section-deck {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link::after {
  content: "↗";
  color: var(--gold-deep);
  font-size: 1rem;
  transition: transform 180ms ease;
}

.text-link:hover::after {
  transform: translate(3px, -3px);
}

.feature-track {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.feature-card {
  position: relative;
  grid-column: span 6;
  grid-template-columns: minmax(0, 0.82fr) minmax(250px, 1.18fr);
  min-height: 420px;
  border: 0;
  border-radius: 0;
  background: #eee6da;
}

.feature-card:nth-child(1),
.feature-card:nth-child(4) {
  grid-column: span 7;
}

.feature-card:nth-child(2),
.feature-card:nth-child(3) {
  grid-column: span 5;
  grid-template-columns: 1fr;
  grid-template-rows: 265px 1fr;
}

.feature-card:nth-child(2) .feature-visual,
.feature-card:nth-child(3) .feature-visual {
  grid-row: 1;
}

.feature-card:nth-child(2) .feature-copy,
.feature-card:nth-child(3) .feature-copy {
  grid-row: 2;
}

.feature-card:nth-child(2) {
  background: #e2e7e0;
}

.feature-card:nth-child(3) {
  background: #e8dde0;
}

.feature-card:nth-child(4) {
  background: #e5dfd2;
}

.feature-copy {
  position: relative;
  z-index: 2;
  align-content: end;
  gap: 13px;
  padding: clamp(24px, 3vw, 42px);
}

.feature-number {
  position: absolute;
  top: 22px;
  left: clamp(24px, 3vw, 42px);
  color: rgba(24, 22, 19, 0.36);
  font-family: var(--display);
  font-size: 1rem;
}

.feature-copy h3 {
  max-width: 420px;
  font-family: var(--display);
  font-size: clamp(2rem, 3.2vw, 3.65rem);
  line-height: 0.94;
  letter-spacing: -0.035em;
}

.feature-copy p:not(.eyebrow) {
  font-size: 0.86rem;
}

.feature-copy strong {
  font-size: 0.88rem;
  letter-spacing: 0.04em;
}

.feature-actions {
  margin-top: 5px;
}

.feature-actions .button {
  min-height: 44px;
  padding: 11px 15px;
}

.feature-visual {
  background: rgba(255, 253, 248, 0.54);
}

.feature-visual .product-photo {
  width: min(78%, 310px);
  height: 310px;
  filter: drop-shadow(0 28px 28px rgba(44, 31, 18, 0.16));
  transition: transform 420ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.feature-card:hover .feature-visual .product-photo.loaded {
  transform: translateY(-7px) scale(1.025);
}

.mini-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 16px;
}

.mini-product {
  grid-template-rows: 290px 1fr;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.mini-product-visual {
  background: linear-gradient(145deg, #eee8de, #f6f2ea);
}

.mini-product-visual .product-photo {
  width: min(76%, 230px);
  height: 235px;
  transition: transform 380ms cubic-bezier(0.2, 0.75, 0.2, 1), opacity 180ms ease;
}

.mini-product:hover .mini-product-visual .product-photo.loaded {
  transform: translateY(-7px) scale(1.035);
}

.mini-product-body {
  gap: 6px;
  padding: 16px 0 0;
}

.mini-product-body p {
  color: var(--gold-deep);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
}

.mini-product-body h3 {
  min-height: 0;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.08;
}

.mini-brand {
  font-size: 0.77rem;
}

.mini-product-footer {
  border-top: 0;
  padding-top: 5px;
  font-size: 0.78rem;
}

.browse-section {
  padding-bottom: clamp(88px, 10vw, 138px);
}

.category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
  background: rgba(24, 22, 19, 0.12);
}

.category-tile {
  position: relative;
  align-content: end;
  gap: 8px;
  min-height: 280px;
  border: 0;
  border-radius: 0;
  padding: 28px;
  overflow: hidden;
}

.category-tile:nth-child(1),
.category-tile:nth-child(2),
.category-tile:nth-child(7),
.category-tile:nth-child(8) {
  grid-column: span 2;
}

.category-tile:nth-child(1),
.category-tile:nth-child(2) {
  min-height: 360px;
}

.category-tile::before {
  content: "";
  position: absolute;
  inset: auto -15% -45% auto;
  width: 220px;
  aspect-ratio: 1;
  border: 1px solid rgba(24, 22, 19, 0.11);
  border-radius: 50%;
  transition: transform 480ms ease;
}

.category-tile:hover::before {
  transform: translate(-18px, -18px) scale(1.12);
}

.category-tile.rose {
  background: #eadde0;
}

.category-tile.olive {
  background: #dfe5dc;
}

.category-tile.gold {
  background: #e9dfca;
}

.category-tile.ink {
  background: #dcd9d2;
}

.category-tile .category-count {
  position: absolute;
  top: 24px;
  left: 28px;
  color: rgba(24, 22, 19, 0.55);
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.category-tile > strong {
  position: relative;
  z-index: 1;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3.45rem);
  font-weight: 500;
  line-height: 0.95;
}

.category-tile small {
  position: relative;
  z-index: 1;
  max-width: 280px;
  color: rgba(24, 22, 19, 0.64);
  font-size: 0.78rem;
}

.category-tile em {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  color: var(--ink);
  font-size: 0.63rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.brand-section {
  width: 100%;
  margin-top: 0;
  padding: clamp(88px, 10vw, 138px) max(32px, calc((100vw - 1320px) / 2));
  background: #1c1d19;
  color: var(--white);
}

.brand-section .eyebrow {
  color: #cfb378;
}

.brand-section .text-link {
  color: var(--white);
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.brand-pill {
  justify-content: space-between;
  min-height: 76px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  padding: 18px 20px;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 500;
  transition: background-color 180ms ease, color 180ms ease;
}

.brand-pill:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.brand-pill strong {
  min-width: 26px;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #cfb378;
  font-family: var(--sans);
  font-size: 0.68rem;
}

.arrivals-section {
  padding-bottom: clamp(96px, 11vw, 150px);
}

.concierge-section {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(28px, 5vw, 74px);
  width: 100%;
  padding: clamp(70px, 8vw, 112px) max(32px, calc((100vw - 1320px) / 2));
  background: var(--plum);
  color: var(--white);
}

.concierge-kicker {
  display: grid;
  place-items: center;
  width: 132px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 253, 248, 0.32);
  border-radius: 50%;
  color: #d5bd8a;
  font-family: var(--display);
  font-size: 3rem;
  font-style: italic;
}

.concierge-copy {
  max-width: 760px;
}

.concierge-copy .eyebrow {
  color: #d5bd8a;
}

.concierge-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.concierge-copy > p:last-child {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 253, 248, 0.68);
  font-size: 0.94rem;
}

.shop-section {
  width: var(--content);
  padding: clamp(72px, 9vw, 124px) 0 110px;
}

.section-heading {
  grid-template-columns: minmax(320px, 0.9fr) minmax(340px, 0.7fr);
  column-gap: 100px;
  margin-bottom: 48px;
}

.section-heading h2,
.drawer-header h2 {
  font-family: var(--display);
  font-size: clamp(3.2rem, 5.8vw, 6rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.section-heading p:not(.eyebrow) {
  max-width: 480px;
  font-size: 0.96rem;
  line-height: 1.75;
}

.shop-toolbar {
  position: relative;
  top: auto;
  z-index: 1;
  gap: 14px;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: rgba(247, 243, 235, 0.95);
  padding: 18px 0;
  backdrop-filter: none;
}

.search-field,
.select-field,
.checkout-form label {
  font-size: 0.64rem;
  letter-spacing: 0.12em;
}

.search-field input,
.select-field select,
.checkout-form input,
.checkout-form textarea {
  border-radius: 0;
  border-color: rgba(24, 22, 19, 0.18);
  background: rgba(255, 253, 248, 0.76);
}

.segmented {
  gap: 0;
}

.segment {
  min-height: 40px;
  border-radius: 0;
  border-right: 0;
  background: transparent;
  font-size: 0.76rem;
}

.segment:last-child {
  border-right: 1px solid var(--line);
}

.segment.active {
  border-color: var(--ink);
  background: var(--ink);
}

.text-button {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.catalog-layout {
  grid-template-columns: 1fr;
  grid-template-areas: "main";
  margin-top: 18px;
}

.shop-sidebar {
  display: none;
}

.results-bar {
  margin: 24px 0 28px;
  font-size: 0.78rem;
}

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

.product-card {
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  transition: none;
}

.product-card:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.product-visual,
.product-visual.has-image {
  min-height: 330px;
  background: linear-gradient(145deg, #eee8de, #f8f5ee);
}

.product-photo {
  width: min(78%, 245px);
  height: 268px;
  transition: opacity 180ms ease, transform 380ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.product-card:hover .product-photo.loaded {
  transform: translateY(-8px) scale(1.035);
}

.product-body {
  grid-template-rows: auto auto auto 1fr auto;
  gap: 9px;
  padding: 16px 0 0;
}

.product-brand {
  font-size: 0.61rem;
  letter-spacing: 0.14em;
}

.product-card h3 {
  min-height: 0;
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.02;
  -webkit-line-clamp: 3;
}

.product-meta {
  gap: 0;
}

.product-meta span {
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  padding: 0 8px;
  font-size: 0.65rem;
}

.product-meta span:first-child {
  padding-left: 0;
}

.product-meta span:last-child {
  border-right: 0;
}

.product-family {
  font-size: 0.76rem;
}

.product-footer {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.product-price {
  font-size: 0.8rem;
  letter-spacing: 0.025em;
}

.details-button,
.add-button,
.load-more,
.close-button {
  min-height: 40px;
  border-radius: 0;
  padding: 9px 12px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.details-button {
  border-color: transparent;
  background: transparent;
}

.add-button {
  background: var(--ink);
}

.load-more {
  min-width: 220px;
  margin-top: 48px;
  border-color: var(--ink);
  background: transparent;
}

.product-format-badge {
  top: 14px;
  left: 14px;
  border: 0;
  border-radius: 0;
  background: rgba(24, 22, 19, 0.88);
  font-size: 0.57rem;
  letter-spacing: 0.08em;
}

.account-section {
  padding: 82px 0 100px;
}

.account-copy h2,
.account-signed-in h3,
.quick-view-content h2,
.empty-state h3,
.cart-empty h3 {
  font-family: var(--display);
  letter-spacing: -0.035em;
}

.account-copy h2 {
  font-size: clamp(3.2rem, 6vw, 6.2rem);
  line-height: 0.88;
}

.account-benefits div,
.account-signed-in,
.account-panel,
.auth-form input,
.password-field,
.privacy-field,
.account-tabs button {
  border-radius: 0;
}

.account-benefits div {
  border-width: 0 0 1px;
  background: transparent;
  padding: 16px 0;
}

.account-panel {
  box-shadow: none;
}

.account-tabs button {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer {
  background: #11110f;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.6fr) minmax(180px, 0.7fr) minmax(190px, 0.7fr);
  gap: clamp(44px, 8vw, 120px);
  padding: clamp(72px, 9vw, 118px) max(32px, calc((100vw - 1320px) / 2));
  color: var(--white);
}

.footer-brand img {
  width: 160px;
  height: 104px;
  object-fit: contain;
  object-position: left center;
  filter: saturate(0.85) brightness(1.14);
}

.footer-brand p {
  max-width: 430px;
  margin: 24px 0 0;
  color: rgba(255, 253, 248, 0.58);
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.5vw, 2.4rem);
  line-height: 1.08;
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-links p {
  margin: 0 0 13px;
  color: #cdb27b;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-links a {
  width: fit-content;
  color: rgba(255, 253, 248, 0.68);
  font-size: 0.82rem;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-base {
  min-height: 68px;
  padding: 22px max(32px, calc((100vw - 1320px) / 2));
  border-top-color: rgba(255, 255, 255, 0.12);
}

.footer-base p {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.drawer-backdrop,
.quick-view-backdrop {
  background: rgba(17, 15, 12, 0.58);
  backdrop-filter: blur(5px);
}

.cart-drawer {
  background: var(--paper);
}

.drawer-header h2 {
  font-size: 2.75rem;
}

.cart-empty,
.cart-summary,
.empty-state,
.quick-view,
.quick-view-meta div {
  border-radius: 0;
}

.quick-view {
  border: 0;
  border-radius: 0;
  box-shadow: 0 34px 100px rgba(18, 14, 10, 0.28);
}

.quick-view-content h2 {
  font-size: clamp(2.8rem, 4.8vw, 5rem);
  line-height: 0.9;
}

.quick-view-meta div {
  border-width: 0 0 1px;
  background: transparent;
  padding: 10px 0;
}

.floating-help {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: #1d6b45;
  padding: 12px 18px;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-action-bar {
  display: none !important;
  border-radius: 0;
}

.mobile-action-bar a,
.mobile-action-bar button {
  border-radius: 0;
}

.reveal-enabled [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.reveal-enabled [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy-panel > * {
    animation: maisonHeroEnter 760ms both cubic-bezier(0.2, 0.75, 0.2, 1);
  }

  .hero-copy-panel > :nth-child(2) {
    animation-delay: 80ms;
  }

  .hero-copy-panel > :nth-child(3) {
    animation-delay: 150ms;
  }

  .hero-copy-panel > :nth-child(4) {
    animation-delay: 220ms;
  }

  .hero-copy-panel > :nth-child(5) {
    animation-delay: 290ms;
  }

  @keyframes maisonHeroEnter {
    from {
      opacity: 0;
      transform: translateY(22px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 1180px) {
  :root {
    --content: min(100vw - 44px, 980px);
  }

  .feature-card,
  .feature-card:nth-child(1),
  .feature-card:nth-child(4) {
    grid-column: span 6;
    grid-template-columns: 1fr;
    grid-template-rows: 265px 1fr;
  }

  .feature-card .feature-visual {
    grid-row: 1;
  }

  .feature-card .feature-copy {
    grid-row: 2;
  }

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

  .concierge-section {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .concierge-kicker {
    width: 105px;
  }

  .concierge-section > .button {
    grid-column: 2;
    width: fit-content;
  }
}

@media (max-width: 980px) {
  :root {
    --header-height: 74px;
    --content: min(100vw - 36px, 760px);
  }

  .site-header {
    padding: 6px 18px;
  }

  .brand-mark img {
    width: 106px;
    height: 60px;
  }

  .hero {
    min-height: calc(100svh - 108px);
    padding: 0;
    background-position: 58% center;
  }

  .hero::before {
    background: linear-gradient(90deg, rgba(247, 243, 235, 0.94) 0%, rgba(247, 243, 235, 0.71) 44%, rgba(247, 243, 235, 0.08) 88%);
  }

  .hero-content {
    display: block;
    text-align: left;
    padding: 88px 0 70px;
  }

  .hero h1,
  .hero-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-actions {
    justify-content: flex-start;
  }

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

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

  .category-tile,
  .category-tile:nth-child(1),
  .category-tile:nth-child(2),
  .category-tile:nth-child(7),
  .category-tile:nth-child(8) {
    grid-column: span 1;
    min-height: 270px;
  }

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

  .section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .shop-toolbar {
    position: static;
  }

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

  .footer-main {
    grid-template-columns: 1.3fr 0.7fr 0.7fr;
    gap: 34px;
  }
}

@media (max-width: 680px) {
  :root {
    --header-height: 64px;
    --content: min(100vw - 28px, 560px);
  }

  body {
    font-size: 14px;
    padding-bottom: 0;
  }

  .announcement-bar {
    justify-content: center;
    gap: 10px;
    min-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.56rem;
  }

  .site-header {
    grid-template-columns: auto 1fr;
    padding: 4px 12px;
  }

  .brand-mark img {
    width: 82px;
    height: 52px;
  }

  .account-action {
    display: none;
  }

  .header-actions {
    gap: 3px;
  }

  .icon-action,
  .header-search-button,
  .cart-button,
  .menu-button {
    min-height: 40px;
  }

  .cart-button,
  .menu-button {
    padding: 7px 9px;
    font-size: 0.62rem;
  }

  .hero {
    min-height: calc(100svh - 94px);
    background-position: 66% center;
  }

  .hero::before {
    background:
      linear-gradient(0deg, rgba(247, 243, 235, 0.9) 0%, rgba(247, 243, 235, 0.47) 55%, rgba(247, 243, 235, 0.12) 100%),
      linear-gradient(90deg, rgba(247, 243, 235, 0.88), rgba(247, 243, 235, 0.18));
  }

  .hero-content {
    display: flex;
    align-items: flex-end;
    min-height: calc(100svh - 94px);
    padding: 150px 0 50px;
  }

  .hero-copy-panel {
    max-width: 100%;
  }

  .hero h1 {
    max-width: 360px;
    font-size: clamp(3.55rem, 16vw, 5rem);
    line-height: 0.86;
  }

  .hero-copy {
    max-width: 370px;
    margin-top: 20px;
    font-size: 0.93rem;
    line-height: 1.65;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 25px;
  }

  .hero-actions .button {
    min-width: 0;
    padding: 11px 12px;
    font-size: 0.61rem;
  }

  .hero-footnote {
    display: none;
  }

  .featured-section,
  .product-rail-section,
  .browse-section {
    padding-top: 76px;
  }

  .rail-heading {
    gap: 18px;
    margin-bottom: 30px;
  }

  .rail-heading h2 {
    font-size: clamp(2.9rem, 13vw, 4.4rem);
  }

  .feature-track {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .feature-card,
  .feature-card:nth-child(1),
  .feature-card:nth-child(2),
  .feature-card:nth-child(3),
  .feature-card:nth-child(4) {
    grid-column: span 1;
    grid-template-columns: 1fr;
    grid-template-rows: 260px 1fr;
    min-height: 0;
  }

  .feature-copy {
    padding: 24px;
  }

  .feature-number {
    top: 21px;
    left: 24px;
  }

  .feature-copy h3 {
    font-size: 2.45rem;
  }

  .feature-visual {
    order: 0;
    min-height: 0;
  }

  .feature-visual .product-photo {
    height: 220px;
  }

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

  .mini-product {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 190px 1fr;
  }

  .mini-product-visual {
    min-height: 190px;
  }

  .mini-product-visual .product-photo {
    width: min(82%, 150px);
    height: 158px;
  }

  .mini-product-body {
    padding-top: 12px;
  }

  .mini-product-body h3 {
    font-size: 1.13rem;
  }

  .mini-brand {
    font-size: 0.7rem;
  }

  .category-grid {
    gap: 1px;
  }

  .category-tile,
  .category-tile:nth-child(1),
  .category-tile:nth-child(2),
  .category-tile:nth-child(7),
  .category-tile:nth-child(8) {
    min-height: 235px;
    padding: 20px;
  }

  .category-tile .category-count {
    top: 18px;
    left: 20px;
  }

  .category-tile > strong {
    font-size: 2rem;
  }

  .category-tile small {
    font-size: 0.69rem;
    line-height: 1.45;
  }

  .brand-section {
    padding: 76px 14px;
  }

  .brand-grid {
    grid-template-columns: 1fr;
  }

  .brand-pill {
    min-height: 64px;
  }

  .concierge-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 70px 22px;
  }

  .concierge-kicker {
    width: 84px;
    font-size: 2.2rem;
  }

  .concierge-copy h2 {
    font-size: 3.65rem;
  }

  .concierge-section > .button {
    grid-column: 1;
    width: 100%;
  }

  .shop-section {
    padding: 58px 0 78px;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading h2 {
    font-size: clamp(3.1rem, 14vw, 4.6rem);
  }

  .shop-toolbar {
    padding: 13px 0;
  }

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

  .product-card {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .product-visual,
  .product-visual.has-image {
    min-height: 210px;
  }

  .product-photo {
    width: min(82%, 150px);
    height: 172px;
  }

  .product-body {
    padding: 12px 0 0;
  }

  .product-card h3 {
    font-size: 1.13rem;
  }

  .product-meta,
  .product-family,
  .details-button {
    display: none;
  }

  .product-footer {
    display: grid;
    gap: 9px;
  }

  .product-actions,
  .add-button {
    width: 100%;
  }

  .product-actions {
    display: block;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 46px 24px;
    padding: 70px 22px;
  }

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

  .footer-base {
    display: grid;
    gap: 8px;
    padding: 22px 22px 96px;
  }
}

/* Accessible confirmation feedback */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.bag-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 145;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0 16px;
  width: min(430px, calc(100vw - 32px));
  border: 1px solid rgba(205, 178, 123, 0.68);
  background: #181613;
  color: var(--white);
  padding: 20px;
  box-shadow: 0 24px 70px rgba(17, 15, 12, 0.3);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 200ms ease, transform 220ms ease;
}

.bag-toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.bag-toast-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 1rem;
}

.bag-toast-copy {
  min-width: 0;
}

.bag-toast-copy .eyebrow {
  margin: 1px 0 7px;
  color: var(--gold);
}

.bag-toast-copy > p:not(.eyebrow) {
  margin: 0;
  font-family: var(--sans);
}

#bagToastMessage {
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.45;
}

#bagToastMeta {
  margin-top: 5px !important;
  color: rgba(255, 253, 248, 0.62);
  font-size: 0.7rem;
}

.bag-toast-actions {
  grid-column: 2;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 15px;
}

.bag-toast-actions button {
  border: 0;
  background: transparent;
  color: var(--white);
  padding: 4px 0;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bag-toast-actions button:first-child {
  border-bottom: 1px solid var(--gold);
  color: var(--gold);
}

.bag-toast-actions button:hover,
.bag-toast-actions button:focus-visible {
  color: #f0d9a8;
}

.is-confirmed {
  border-color: var(--gold) !important;
}

@media (prefers-reduced-motion: no-preference) {
  .cart-button.has-new-item .cart-count,
  .mobile-cart-fab.has-new-item {
    animation: bagConfirmPulse 720ms ease;
  }

  @keyframes bagConfirmPulse {
    0%, 100% { transform: scale(1); }
    42% { transform: scale(1.14); }
  }
}

/* Guided Maison Scent Concierge */
body.scent-assistant-open {
  overflow: hidden;
}

.seo-header-cta {
  cursor: pointer;
  background: transparent;
  font-family: var(--sans);
}

.scent-launcher {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 72;
  min-height: 50px;
  border: 1px solid var(--gold);
  border-radius: 0;
  background: var(--ink);
  color: var(--white);
  padding: 0 20px;
  box-shadow: 0 16px 40px rgba(24, 22, 19, 0.2);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.scent-launcher:hover,
.scent-launcher:focus-visible {
  border-color: var(--ink);
  background: var(--gold);
  color: var(--ink);
  transform: translateY(-2px);
}

.scent-assistant-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(18, 16, 13, 0.54);
  opacity: 0;
  backdrop-filter: blur(3px);
  transition: opacity 220ms ease;
}

.scent-assistant-backdrop.is-open {
  opacity: 1;
}

.scent-assistant {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 130;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(480px, 100vw);
  height: 100svh;
  border-left: 1px solid var(--gold);
  background: var(--paper);
  box-shadow: -24px 0 70px rgba(30, 24, 16, 0.16);
  color: var(--ink);
  transform: translateX(104%);
  transition: transform 240ms ease;
}

.scent-assistant.is-open {
  transform: translateX(0);
}

.scent-assistant-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 36px;
  border-bottom: 1px solid var(--line);
}

.scent-assistant-header > span {
  color: var(--gold-deep);
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.scent-assistant-close {
  border: 0;
  background: transparent;
  color: var(--ink);
  padding: 8px 0 8px 12px;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 0.74rem;
  font-weight: 600;
}

.scent-assistant-close:hover,
.scent-assistant-close:focus-visible,
.scent-human-link:hover,
.scent-human-link:focus-visible {
  color: var(--gold-deep);
}

.scent-assistant-content {
  min-height: 0;
  overflow-y: auto;
  padding: 48px 36px 32px;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) transparent;
}

.scent-assistant-content.is-question-view {
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr);
  overflow: hidden;
}

.scent-assistant-intro h2,
.scent-result-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.15rem, 4vw, 2.7rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 0.98;
}

.scent-assistant-intro p,
.scent-result-heading p {
  margin: 12px 0 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.84rem;
  line-height: 1.6;
}

.scent-progress-copy {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 42px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.7rem;
}

.scent-progress {
  height: 2px;
  margin-top: 13px;
  overflow: hidden;
  background: rgba(24, 22, 19, 0.12);
}

.scent-progress > span {
  display: block;
  height: 100%;
  background: var(--gold);
  transition: width 220ms ease;
}

.scent-question-form {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 0;
  margin-top: 32px;
  overflow: hidden;
}

.scent-question-form fieldset {
  min-width: 0;
  min-height: 0;
  overflow-y: auto;
  margin: 0;
  border: 0;
  padding: 0 4px 2px 0;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) transparent;
}

.scent-question {
  display: block;
  width: 100%;
  margin: 0 0 8px;
  padding: 0;
  font-family: var(--display);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.08;
}

.scent-question-note {
  max-width: 390px;
  margin: 0 0 22px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.72rem;
  line-height: 1.5;
}

.scent-question:focus,
.scent-result-heading h2:focus {
  outline: none;
}

.scent-options {
  display: grid;
  gap: 10px;
}

.scent-option {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 60px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.44);
  padding: 14px 16px;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}

.scent-option:hover,
.scent-option.is-selected {
  border-color: var(--gold);
  background: var(--white);
}

.scent-option:has(input:focus-visible) {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}

.scent-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.scent-option-label {
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 500;
}

.scent-option-mark {
  position: relative;
  width: 21px;
  height: 21px;
  border: 1px solid var(--ink);
  border-radius: 50%;
}

.scent-option.is-selected .scent-option-mark::after {
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--ink);
  content: "";
}

.scent-assistant-actions {
  display: grid;
  grid-template-columns: 0.75fr 1.35fr;
  gap: 12px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.scent-back,
.scent-continue {
  display: inline-grid;
  place-items: center;
  min-height: 52px;
  border-radius: 0;
  padding: 0 16px;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.scent-back {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
}

.scent-continue {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
}

.scent-back:hover:not(:disabled),
.scent-back:focus-visible,
.scent-continue:hover:not(:disabled),
.scent-continue:focus-visible {
  border-color: var(--gold);
}

.scent-continue:hover:not(:disabled),
.scent-continue:focus-visible {
  background: var(--gold);
  color: var(--ink);
}

.scent-back:disabled,
.scent-continue:disabled {
  cursor: not-allowed;
  opacity: 0.38;
}

.scent-result-heading strong {
  display: inline-block;
  margin-top: 22px;
  border: 1px solid var(--gold);
  padding: 8px 11px;
  font-family: var(--sans);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scent-results-rule {
  margin-top: 14px;
}

.scent-rationale {
  margin: 18px 0 8px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.75rem;
  line-height: 1.55;
}

.scent-profile-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 22px;
}

.scent-profile-chips span {
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.56);
  padding: 7px 9px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.61rem;
  line-height: 1.2;
}

.scent-profile-note {
  margin: 0 0 22px;
  border-left: 2px solid var(--gold);
  padding-left: 13px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.7rem;
  line-height: 1.55;
}

.scent-results {
  display: grid;
  gap: 12px;
}

.scent-result {
  position: relative;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.42);
  padding: 16px;
}

.scent-result.is-primary {
  border-color: var(--gold);
  background: rgba(255, 253, 248, 0.86);
}

.scent-result-kicker {
  display: inline-block;
  margin: -2px 0 11px;
  color: var(--gold-deep);
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.scent-result-main {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.scent-result-main:hover .scent-result-copy > strong,
.scent-result-main:focus-visible .scent-result-copy > strong {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.scent-result-media {
  display: grid;
  place-items: center;
  width: 68px;
  height: 82px;
  background: var(--white);
}

.scent-result-media img {
  width: 58px;
  height: 72px;
  object-fit: contain;
}

.scent-result-placeholder {
  color: var(--gold-deep);
  font-family: var(--display);
  font-size: 1rem;
}

.scent-result-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
  font-family: var(--sans);
}

.scent-result-copy > strong {
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.32;
}

.scent-result-brand,
.scent-result-copy > span:not(.scent-result-brand) {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.scent-result-copy b {
  margin-top: 4px;
  font-size: 0.75rem;
}

.scent-result-fit {
  margin: 13px 0 0;
  border-top: 1px solid var(--line);
  padding-top: 11px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.64rem;
  line-height: 1.45;
}

.scent-result-fit span {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.scent-result-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}

.scent-result-buttons a,
.scent-result-buttons button {
  display: inline-grid;
  place-items: center;
  min-height: 38px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  padding: 7px 9px;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.scent-result-buttons button,
.scent-result-buttons a:last-child {
  background: var(--ink);
  color: var(--white);
}

.scent-result-buttons button:hover:not(:disabled),
.scent-result-buttons button:focus-visible,
.scent-result-buttons a:hover,
.scent-result-buttons a:focus-visible {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.scent-result-buttons button:disabled {
  cursor: default;
  opacity: 0.56;
}

.scent-showing {
  margin: 14px 0 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.66rem;
  text-align: center;
}

.scent-result-actions {
  display: grid;
  gap: 11px;
  margin-top: 24px;
}

.scent-human-link {
  justify-self: center;
  margin-top: 7px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.72rem;
  text-underline-offset: 4px;
}

.scent-guide {
  margin-top: 26px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.69rem;
  line-height: 1.55;
}

.scent-guide summary {
  color: var(--ink);
  cursor: pointer;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scent-guide p {
  margin: 12px 0 0;
}

@media (max-height: 760px) and (min-width: 681px) {
  .scent-assistant-content {
    padding: 34px 32px 24px;
  }

  .scent-assistant-intro h2 {
    font-size: 2.25rem;
  }

  .scent-progress-copy {
    margin-top: 26px;
  }

  .scent-question-form {
    margin-top: 22px;
  }

  .scent-question {
    margin-bottom: 15px;
    font-size: 1.65rem;
  }

  .scent-options {
    gap: 8px;
  }

  .scent-option {
    min-height: 50px;
    padding: 10px 14px;
  }

  .scent-assistant-actions {
    margin-top: 14px;
    padding-top: 13px;
  }

  .scent-back,
  .scent-continue {
    min-height: 48px;
  }
}

@media (max-width: 680px) {
  .bag-toast {
    right: 12px;
    bottom: 82px;
    left: 12px;
    width: auto;
    padding: 17px;
  }

  .scent-launcher {
    right: 12px;
    bottom: 12px;
    min-height: 46px;
    padding: 0 15px;
    font-size: 0.62rem;
  }

  .scent-assistant {
    inset: auto 0 0;
    width: 100vw;
    height: min(92svh, 820px);
    border-top: 1px solid var(--gold);
    border-left: 0;
    transform: translateY(104%);
  }

  .scent-assistant.is-open {
    transform: translateY(0);
  }

  .scent-assistant-header {
    min-height: 60px;
    padding: 0 20px;
  }

  .scent-assistant-content {
    padding: 28px 18px 22px;
  }

  .scent-assistant-intro h2,
  .scent-result-heading h2 {
    font-size: 2rem;
  }

  .scent-progress-copy {
    margin-top: 28px;
  }

  .scent-question-form {
    min-height: 0;
    margin-top: 24px;
  }

  .scent-question {
    margin-bottom: 18px;
    font-size: 1.55rem;
  }

  .scent-option {
    min-height: 54px;
    padding: 11px 13px;
  }

  .scent-assistant-actions {
    margin-top: 16px;
    padding-top: 14px;
  }

  .scent-result-main {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 11px;
  }

  .scent-result-media {
    width: 58px;
    height: 72px;
  }

  .scent-result-media img {
    width: 50px;
    height: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bag-toast,
  .scent-launcher,
  .scent-assistant,
  .scent-assistant-backdrop,
  .scent-progress > span {
    transition: none;
  }

  .cart-button.has-new-item .cart-count,
  .mobile-cart-fab.has-new-item {
    animation: none;
  }
}

/* Keep static collection grids authoritative after the storefront media rules. */
.seo-page .seo-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 58px 22px;
}

.seo-page .seo-product-card h2,
.seo-page .seo-product-card h3 {
  display: block;
  margin: 0;
  font-size: 1.45rem;
}

@media (max-width: 980px) {
  .seo-page .seo-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .seo-page .seo-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 10px;
  }

  .seo-page .seo-product-card .product-meta,
  .seo-page .seo-product-card .product-family,
  .seo-page .seo-product-card .details-button {
    display: none;
  }
}

/* Product gallery: make every server-rendered photograph visible and give all
   catalogue imagery one deliberate, gallery-white presentation. */
.product-photo {
  opacity: 1;
  filter: none;
  transform: none;
}

.image-pending .product-photo:not(.loaded) {
  opacity: 0;
  transform: translateY(4px) scale(0.985);
}

.image-pending .product-photo.loaded,
.has-image .product-photo {
  opacity: 1;
  transform: none;
}

.product-visual,
.product-visual.has-image,
.mini-product-visual,
.feature-visual,
.quick-view-visual,
.seo-product-media {
  position: relative;
  isolation: isolate;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(24, 22, 19, 0.065);
}

.product-visual .product-photo,
.mini-product-visual .product-photo,
.feature-visual .product-photo,
.quick-view-visual .product-photo,
.seo-product-photo {
  object-fit: contain;
  object-position: center;
  filter: none;
  mix-blend-mode: normal;
}

.product-visual,
.product-visual.has-image {
  aspect-ratio: 4 / 5;
  min-height: 0;
  padding: clamp(18px, 2.2vw, 34px);
}

.product-visual .product-photo {
  width: 100%;
  max-width: none;
  height: 100%;
}

.mini-product {
  grid-template-rows: auto 1fr;
}

.mini-product-visual {
  aspect-ratio: 1 / 1.08;
  min-height: 0;
  padding: 20px;
}

.mini-product-visual .product-photo {
  width: 100%;
  max-width: none;
  height: 100%;
}

.feature-visual {
  padding: clamp(22px, 3vw, 44px);
}

.feature-visual .product-photo,
.quick-view-visual .product-photo {
  width: 100%;
  max-width: none;
  height: 100%;
}

.quick-view-visual {
  padding: clamp(24px, 4vw, 52px);
}

.seo-product-media {
  aspect-ratio: 4 / 5;
  min-height: 0;
  padding: clamp(28px, 6vw, 72px);
}

.seo-product-photo {
  width: 100%;
  max-width: 540px;
  height: 100%;
  max-height: 620px;
}

.image-editorial {
  padding: 0;
}

.image-editorial .product-photo,
.seo-product-media.image-editorial .seo-product-photo {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  object-fit: cover;
}

@media (hover: hover) {
  .product-card:hover .product-photo.loaded,
  .mini-product:hover .product-photo.loaded,
  .feature-card:hover .product-photo.loaded {
    transform: translateY(-4px) scale(1.012);
  }

  .image-editorial:hover .product-photo.loaded,
  .feature-card:hover .image-editorial .product-photo.loaded {
    transform: scale(1.018);
  }
}

@media (hover: none) {
  .product-card:hover .product-photo.loaded,
  .mini-product:hover .product-photo.loaded,
  .feature-card:hover .product-photo.loaded {
    transform: none;
  }
}

@media (max-width: 680px) {
  .product-visual,
  .product-visual.has-image,
  .mini-product-visual,
  .feature-visual,
  .quick-view-visual {
    min-height: 0;
    padding: 12px;
  }

  .product-visual,
  .product-visual.has-image {
    aspect-ratio: 4 / 5;
  }

  .mini-product {
    grid-template-rows: auto 1fr;
  }

  .mini-product-visual {
    aspect-ratio: 1 / 1.08;
  }

  .product-visual .product-photo,
  .mini-product-visual .product-photo,
  .feature-visual .product-photo,
  .quick-view-visual .product-photo {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .image-editorial {
    padding: 0;
  }

  .seo-product-media {
    aspect-ratio: 4 / 5;
    min-height: 0;
    padding: 18px;
  }

  .seo-product-media.image-editorial {
    padding: 0;
  }
}

/* Preserve the original Maison edit art direction while the wider catalogue
   keeps the standardized gallery treatment above. */
.featured-section .feature-visual {
  padding: 0;
  background: rgba(255, 253, 248, 0.54);
  box-shadow: none;
}

.featured-section .feature-visual .product-photo,
.featured-section .feature-visual.image-editorial .product-photo {
  width: min(78%, 310px);
  max-width: 310px;
  height: 310px;
  object-fit: contain;
  filter: drop-shadow(0 28px 28px rgba(44, 31, 18, 0.16));
}

@media (hover: hover) {
  .featured-section .feature-card:hover .feature-visual .product-photo.loaded,
  .featured-section .feature-card:hover .feature-visual.image-editorial .product-photo.loaded {
    transform: translateY(-7px) scale(1.025);
  }
}

@media (max-width: 680px) {
  .featured-section .feature-visual {
    padding: 0;
  }

  .featured-section .feature-visual .product-photo,
  .featured-section .feature-visual.image-editorial .product-photo {
    height: 220px;
  }
}
