:root {
  color-scheme: light;
  --ink: #171614;
  --muted: #706b64;
  --paper: #f8f5ee;
  --surface: #ffffff;
  --line: rgba(23, 22, 20, 0.14);
  --sage: #6f8175;
  --wine: #8d4c58;
  --clay: #bd7863;
  --night: #252736;
  --shadow: 0 24px 72px rgba(23, 22, 20, 0.15);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 56px);
  color: #fff;
  transition:
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(248, 245, 238, 0.94);
  color: var(--ink);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 250px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 500;
}

.brand small {
  font-size: 11px;
  letter-spacing: 0.12em;
  opacity: 0.72;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 34px);
  font-size: 14px;
}

.main-nav a {
  opacity: 0.86;
}

.main-nav a:hover {
  opacity: 1;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  padding: 136px clamp(20px, 5vw, 72px) 76px;
  isolation: isolate;
  overflow: hidden;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(12, 13, 15, 0.82), rgba(12, 13, 15, 0.38) 58%, rgba(12, 13, 15, 0.16)),
    linear-gradient(0deg, rgba(12, 13, 15, 0.28), transparent 45%);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.16), transparent 24%),
    linear-gradient(135deg, #212228 0%, #36313a 46%, #b08a73 100%);
}

.hero-display {
  position: absolute;
  right: clamp(20px, 8vw, 120px);
  bottom: clamp(118px, 17vh, 190px);
  width: min(560px, 52vw);
  min-height: 470px;
  padding: 44px 38px 38px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(4px);
}

.hero-shelf {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 18px;
  height: 132px;
  margin-bottom: 24px;
  border-bottom: 12px solid rgba(247, 239, 226, 0.7);
}

.hero-shelf::after,
.scene-shelf::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 18px;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent);
}

.box,
.bottle,
.jar,
.tube,
.fragrance {
  display: grid;
  place-items: center;
  color: #1d1a17;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.box {
  width: 92px;
  height: 96px;
  background: #f7eee5;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.bottle {
  width: 54px;
  height: 118px;
  border-radius: 12px 12px 4px 4px;
  background: #efe7dc;
  writing-mode: vertical-rl;
}

.jar {
  width: 86px;
  height: 62px;
  border-radius: 12px;
  background: #f2e1db;
}

.tube {
  width: 50px;
  height: 112px;
  border-radius: 24px 24px 8px 8px;
  background: #ece7df;
  writing-mode: vertical-rl;
}

.fragrance {
  width: 86px;
  height: 118px;
  border-radius: 6px 6px 16px 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.24)),
    #f3eee6;
  font-size: 10px;
}

.revive {
  background-color: #f2ebe3;
}

.lab {
  background-color: #e8ddd2;
}

.aveda {
  background-color: #dad8c9;
}

.virtue {
  background-color: #efe4da;
}

.margiela {
  background-color: #f4efe7;
}

.hero-content {
  max-width: 900px;
  color: #fff;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--wine);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow,
.contact-section .eyebrow {
  color: #f0c4ba;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 0.98;
}

h1 {
  max-width: 980px;
  margin-bottom: 24px;
  font-size: clamp(48px, 7.6vw, 106px);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 4.9vw, 68px);
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.18;
}

.hero-copy {
  max-width: 700px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 2vw, 24px);
}

.hero-actions,
.shop-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button,
.filter-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

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

.hero .button.primary {
  background: #fff;
  color: var(--ink);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.58);
  color: #fff;
}

.hero-panel {
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  bottom: 28px;
  display: grid;
  width: min(390px, calc(100vw - 40px));
  gap: 4px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-panel span {
  color: var(--muted);
  font-size: 13px;
}

.hero-panel strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
}

section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 88px clamp(20px, 4vw, 32px);
}

.section-heading {
  max-width: 850px;
}

.proof-grid,
.brand-groups,
.display-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.proof-grid article,
.brand-groups article,
.partner-list article,
.product-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.proof-grid article {
  min-height: 270px;
  padding: 28px;
}

.proof-grid span,
.partner-list span {
  display: inline-block;
  margin-bottom: 44px;
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
}

.proof-grid p,
.partners-copy p,
.partner-list p,
.brand-groups p,
.product-card p,
.shop-note,
.member-dialog p {
  color: var(--muted);
}

.display-section {
  max-width: none;
  background: var(--night);
  color: #fff;
}

.display-section .section-heading,
.display-grid {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.display-section .eyebrow {
  color: #f0c4ba;
}

.display-grid figure {
  position: relative;
  overflow: hidden;
  min-height: 410px;
  border-radius: 8px;
  background: #2d2f3e;
}

.display-photo {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
}

.display-scene {
  position: relative;
  min-height: 410px;
  padding: 26px;
  overflow: hidden;
}

.display-scene::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.4), transparent 28%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 86px);
  opacity: 0.55;
}

.spa-display {
  background: linear-gradient(145deg, #e7ddd3, #a99484 58%, #443735);
}

.salon-display {
  background: linear-gradient(145deg, #ddd4c5, #8c8172 58%, #2f2b29);
}

.fragrance-display {
  background: linear-gradient(145deg, #e6ded1, #b6a895 56%, #3a3634);
}

.scene-wall {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2px;
  width: fit-content;
  margin-left: auto;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 6px;
  color: var(--ink);
  text-align: right;
}

.scene-wall span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.scene-wall strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
}

.scene-shelf {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  height: 120px;
  margin-top: 28px;
  border-bottom: 12px solid rgba(246, 238, 226, 0.82);
}

.display-box,
.display-jar,
.display-bottle,
.display-tube,
.display-fragrance {
  display: grid;
  place-items: center;
  color: #1b1814;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.2);
}

.display-box {
  width: 76px;
  height: 88px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.display-jar {
  width: 78px;
  height: 54px;
  border-radius: 12px;
  font-size: 12px;
}

.display-bottle {
  width: 48px;
  height: 108px;
  border-radius: 12px 12px 4px 4px;
  font-size: 11px;
  writing-mode: vertical-rl;
}

.display-tube {
  width: 44px;
  height: 104px;
  border-radius: 24px 24px 8px 8px;
  font-size: 11px;
  writing-mode: vertical-rl;
}

.display-fragrance {
  width: 78px;
  height: 104px;
  border-radius: 6px 6px 14px 14px;
  font-size: 10px;
}

.display-grid figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  color: var(--ink);
  font-weight: 800;
}

.display-tags {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.display-tags span {
  padding: 7px 9px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.brand-section {
  max-width: none;
  background: #e8efe9;
}

.brand-section .section-heading,
.brand-groups {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.brand-groups {
  grid-template-columns: repeat(4, 1fr);
}

.brand-groups article {
  min-height: 210px;
  padding: 28px;
}

.brand-groups h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
}

.partners-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 7vw, 96px);
  align-items: start;
}

.partners-copy {
  position: sticky;
  top: 110px;
}

.partners-copy p {
  font-size: 18px;
}

.partner-list {
  display: grid;
  gap: 14px;
}

.partner-list article {
  padding: 28px;
}

.partner-list span {
  margin-bottom: 26px;
  font-size: 16px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shop-section {
  max-width: none;
  background: #fff;
}

.shop-heading,
.shop-controls,
.shop-note,
.product-grid {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.shop-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
}

.shop-controls {
  margin-top: 36px;
}

.filter-button {
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
}

.filter-button.is-active {
  background: var(--ink);
  color: #fff;
}

.shop-note {
  margin-top: 16px;
  padding: 14px 16px;
  background: #f5f0e7;
  border-radius: 8px;
  font-size: 14px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.product-card {
  display: grid;
  min-height: 390px;
  padding: 20px;
}

.product-visual {
  display: grid;
  height: 150px;
  place-items: center;
  margin: -4px -4px 18px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)),
    #f4f0e9;
  border: 1px solid rgba(23, 22, 20, 0.08);
  border-radius: 8px;
}

.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}

.product-placeholder {
  display: grid;
  width: 86%;
  height: 118px;
  place-items: center;
  align-content: center;
  gap: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.24)),
    #ebe3da;
  border: 1px solid rgba(23, 22, 20, 0.12);
  border-radius: 8px;
  color: rgba(23, 22, 20, 0.72);
  text-align: center;
}

.product-placeholder span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.product-placeholder strong {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-placeholder.revive {
  background-color: #eee8df;
}

.product-placeholder.eve-lom {
  background-color: #f0eadc;
}

.product-placeholder.virtue {
  background-color: #e8f1ee;
}

.product-card small {
  color: var(--wine);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-card h3 {
  margin-top: 28px;
}

.price-lock {
  align-self: end;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 8px 10px;
  background: var(--ink);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.contact-section {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(32px, 7vw, 96px);
  background: var(--ink);
  color: #fff;
}

.contact-section > * {
  max-width: var(--max);
}

.contact-grid {
  display: grid;
  gap: 10px;
}

.contact-grid a {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.contact-grid span {
  color: rgba(255, 255, 255, 0.62);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.member-dialog {
  width: min(620px, calc(100vw - 32px));
  border: 0;
  border-radius: 10px;
  padding: 34px;
  box-shadow: var(--shadow);
}

.member-dialog::backdrop {
  background: rgba(23, 22, 20, 0.54);
}

.member-dialog h2 {
  font-size: clamp(32px, 5vw, 54px);
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.member-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.member-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.member-form input,
.member-form select {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
  color: var(--ink);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 4vw, 56px);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

@media (max-width: 1050px) {
  .brand-groups,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    position: relative;
    z-index: 22;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    background: transparent;
    color: currentColor;
  }

  .nav-toggle span {
    width: 18px;
    height: 1px;
    background: currentColor;
  }

  .main-nav {
    position: fixed;
    inset: 0 0 auto 0;
    display: grid;
    gap: 0;
    padding: 88px 20px 24px;
    background: var(--paper);
    color: var(--ink);
    box-shadow: var(--shadow);
    transform: translateY(-110%);
    transition: transform 180ms ease;
  }

  .main-nav.is-open {
    transform: translateY(0);
  }

  .main-nav a {
    padding: 18px 0;
    border-top: 1px solid var(--line);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
  }

  .hero {
    min-height: 88vh;
    padding-top: 118px;
    padding-bottom: 150px;
  }

  .hero-panel {
    left: 20px;
    right: 20px;
  }

  .proof-grid,
  .display-grid,
  .partners-section,
  .shop-heading,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .partners-copy {
    position: static;
  }
}

@media (max-width: 620px) {
  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 36px;
  }

  section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .display-grid figure,
  .display-photo,
  .display-scene {
    min-height: 300px;
  }

  .site-footer {
    flex-direction: column;
  }
}
