:root {
  --ink: #090909;
  --soft-ink: #343434;
  --muted: #707070;
  --line: #dedede;
  --paper: #ffffff;
  --wash: #f7f7f5;
  --mist: #eef1f0;
  --accent: #2f6170;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.08);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 78px;
  padding: 0 44px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.menu-button {
  display: none;
}

.brand {
  justify-self: center;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 1.92rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.nav,
.header-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav {
  justify-self: start;
}

.header-actions {
  justify-self: end;
}

.nav a,
.icon-action,
.cart-button,
.button,
.cart-close,
.category-filter button,
.text-link {
  transition:
    transform 180ms ease,
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    opacity 180ms ease;
}

.nav a:hover,
.icon-action:hover,
.text-link:hover,
.cart-button:hover {
  opacity: 0.56;
}

.icon-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  padding: 0;
  font-size: 1.24rem;
  font-weight: 800;
  line-height: 1;
}

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

.cart-button {
  gap: 10px;
  width: auto;
  min-width: 46px;
}

.cart-button strong {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  color: var(--paper);
  background: var(--ink);
  font-size: 0.72rem;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 45;
  display: none;
  background: rgba(255, 255, 255, 0);
  pointer-events: none;
  transition: background 200ms ease;
}

.mobile-menu__panel {
  width: min(100%, 430px);
  min-height: 100%;
  padding: 0 22px 34px;
  background: var(--paper);
  transform: translateX(-100%);
  transition: transform 220ms ease;
}

.mobile-menu.is-open {
  background: rgba(0, 0, 0, 0.28);
  pointer-events: auto;
}

.mobile-menu.is-open .mobile-menu__panel {
  transform: translateX(0);
}

.mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  border-bottom: 1px solid var(--line);
}

.mobile-menu__top strong {
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 1.42rem;
}

.mobile-menu__top button {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
}

.mobile-menu nav {
  display: grid;
  padding: 26px 0;
}

.mobile-menu nav a {
  display: flex;
  align-items: center;
  min-height: 58px;
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-menu__bag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  cursor: pointer;
  padding: 0 18px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mobile-menu__bag strong {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  border: 1px solid rgba(255, 255, 255, 0.46);
}

.hero-maison {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.hero-maison__visual {
  margin: 0;
  height: min(70svh, 760px);
  min-height: 520px;
  overflow: hidden;
  background: var(--mist);
}

.hero-maison__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94) contrast(1.03);
}

.hero-maison__caption {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 38px 24px 52px;
  text-align: center;
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-maison h1,
.collection-focus h2,
.science-maison h2,
.quality-maison h2,
.shop h2,
.contact h2,
.cart-drawer h2 {
  margin: 0;
  font-family: "Bodoni Moda", Georgia, serif;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-maison h1 {
  font-size: 4.8rem;
}

.hero-maison p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  color: var(--soft-ink);
  font-size: 1rem;
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  justify-content: center;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.section {
  padding: 92px 44px;
}

.maison-feature {
  border-bottom: 1px solid var(--line);
}

.shop > .section-kicker,
.collection-focus > .section-kicker {
  display: block;
  margin-bottom: 28px;
  text-align: center;
}

.slider-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.slider-controls {
  display: flex;
  gap: 10px;
}

.slider-controls button {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.slider-controls button:hover {
  border-color: var(--ink);
  transform: translateY(-1px);
}

.slider-controls svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-slider {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--line);
}

.feature-grid {
  display: flex;
  width: 100%;
  background: var(--line);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.feature-grid article {
  display: grid;
  flex: 0 0 100%;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: 1px;
  min-height: 560px;
  background: var(--paper);
  text-align: left;
}

.feature-grid img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  background: var(--wash);
}

.feature-grid article:nth-child(2) img {
  object-fit: contain;
  padding: 64px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(238, 241, 240, 0.9)),
    var(--mist);
}

.feature-grid article > div {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 16px;
  height: 100%;
  padding: 58px;
  background: var(--paper);
}

.feature-grid span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.feature-grid h2 {
  margin: 0;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: none;
}

.feature-grid p {
  max-width: 380px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.feature-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.feature-dots button {
  width: 36px;
  height: 3px;
  border: 0;
  background: var(--line);
  cursor: pointer;
  padding: 0;
}

.feature-dots button.is-active {
  background: var(--ink);
}

.collection-focus {
  display: grid;
  justify-items: center;
  gap: 26px;
  border-bottom: 1px solid var(--line);
  background: var(--wash);
  text-align: center;
}

.collection-focus h2 {
  font-size: 4.4rem;
}

.collection-focus figure {
  width: min(100%, 760px);
  margin: 0;
  padding: 64px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.collection-focus figure img {
  width: min(100%, 520px);
  margin: 0 auto;
}

.collection-focus > p:not(.section-kicker) {
  max-width: 660px;
  margin: 0;
  color: var(--soft-ink);
  font-size: 1rem;
  line-height: 1.78;
}

.product-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 820px);
  margin: 12px 0 0;
  border: 1px solid var(--line);
  background: var(--paper);
}

.product-facts div {
  padding: 22px 18px;
  border-right: 1px solid var(--line);
}

.product-facts div:last-child {
  border-right: 0;
}

.product-facts dt {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-facts dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.science-maison {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(460px, 1fr);
  gap: 64px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.science-copy {
  display: grid;
  gap: 22px;
}

.science-maison h2,
.quality-maison h2,
.shop h2,
.contact h2,
.cart-drawer h2 {
  font-size: 3.8rem;
}

.science-copy p:not(.section-kicker),
.contact p,
.shop-lead {
  margin: 0;
  color: var(--soft-ink);
  font-size: 1rem;
  line-height: 1.76;
}

.science-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.science-list span {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.science-image {
  background: var(--wash);
  overflow: hidden;
}

.science-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.quality-maison {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.5fr);
  gap: 1px;
  align-items: stretch;
  padding: 0;
  border-bottom: 1px solid var(--line);
  background: var(--line);
}

.quality-maison figure,
.quality-maison > div {
  margin: 0;
  background: var(--paper);
}

.quality-maison figure {
  display: grid;
  place-items: center;
  padding: 48px;
}

.quality-maison figure img {
  width: 100%;
  max-width: 860px;
}

.quality-maison > div {
  display: grid;
  align-content: center;
  gap: 20px;
  padding: 54px;
}

.shop {
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.shop h2 {
  margin: 0 0 18px;
}

.shop-lead {
  max-width: 690px;
  margin: 0 auto 28px;
}

.category-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.category-filter button {
  min-height: 40px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  padding: 0 18px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.category-filter button.is-active {
  border-color: var(--ink);
  color: var(--paper);
  background: var(--ink);
}

.product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.product-card {
  display: grid;
  align-content: start;
  background: var(--paper);
  text-align: center;
}

.product-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center center;
  padding: 54px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(238, 241, 240, 0.92)),
    var(--mist);
}

.product-card .product-shot {
  display: block;
  justify-self: center;
  align-self: center;
  width: min(100%, 440px);
  margin-inline: auto;
}

.product-card > div {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 34px 28px 40px;
}

.product-card h3 {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-card p:not(.eyebrow),
.cart-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.product-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 4px 0 8px;
  padding: 0;
}

.product-benefits li {
  padding: 7px 10px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-buy-row {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin-top: 6px;
}

.product-buy-row strong {
  font-size: 0.78rem;
  text-transform: uppercase;
}

.order-flow {
  display: grid;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  background: var(--wash);
  text-align: center;
}

.order-flow h2 {
  max-width: 760px;
  margin: 0 auto;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: var(--line);
  text-align: left;
}

.flow-grid article {
  display: grid;
  gap: 12px;
  min-height: 220px;
  padding: 28px;
  background: var(--paper);
}

.flow-grid span {
  color: var(--accent);
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 2.35rem;
  line-height: 1;
}

.flow-grid strong {
  display: block;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.flow-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.order-records {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
  text-align: left;
}

.order-records article {
  display: grid;
  gap: 12px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 247, 243, 0.94)),
    var(--paper);
}

.order-records strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.order-records p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid var(--ink);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.button.dark {
  color: var(--paper);
  background: var(--ink);
}

.button.light {
  background: var(--paper);
}

.button:hover {
  transform: translateY(-1px);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(380px, 0.7fr);
  gap: 70px;
  background: var(--ink);
  color: var(--paper);
}

.contact .eyebrow {
  color: #dfe8e6;
}

.contact p {
  color: #e5e5e5;
}

.contact-form {
  display: grid;
  gap: 15px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: transparent;
  color: var(--paper);
  padding: 14px 16px;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--paper);
}

.contact .button.dark {
  border-color: var(--paper);
  color: var(--ink);
  background: var(--paper);
}

.form-note {
  min-height: 1.4em;
  margin: 0;
  color: #e5e5e5;
  font-size: 0.9rem;
  line-height: 1.6;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  justify-items: end;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: background 220ms ease;
}

.cart-drawer.is-open {
  background: rgba(0, 0, 0, 0.34);
  pointer-events: auto;
}

.cart-drawer__panel {
  width: min(100%, 460px);
  min-height: 100%;
  padding: 34px;
  background: var(--paper);
  transform: translateX(100%);
  transition: transform 220ms ease;
}

.cart-drawer.is-open .cart-drawer__panel {
  transform: translateX(0);
}

.cart-close {
  float: right;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  background: var(--paper);
  cursor: pointer;
  font-size: 1.4rem;
}

.cart-items {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.cart-item button {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 800;
}

.cart-total {
  border-color: var(--ink);
}

.cart-note {
  margin-top: 28px;
}

.cart-checkout {
  width: 100%;
  margin-top: 16px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 30px 44px;
  color: var(--muted);
  background: var(--paper);
}

.footer strong {
  color: var(--ink);
}

.reveal {
  animation: rise 720ms ease both;
}

.delay-1 {
  animation-delay: 120ms;
}

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

@media (max-width: 1100px) {
  .site-header {
    padding-inline: 26px;
  }

  .nav {
    gap: 20px;
  }

  .science-maison,
  .quality-maison,
  .flow-grid,
  .order-records,
  .contact {
    grid-template-columns: 1fr;
  }

  .science-maison h2,
  .quality-maison h2,
  .order-flow h2,
  .shop h2,
  .contact h2,
  .cart-drawer h2 {
    font-size: 3.25rem;
  }

  .quality-maison > div {
    padding-inline: 44px;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 44px 1fr auto;
    min-height: 62px;
    padding: 0 16px;
  }

  .menu-button {
    display: inline-grid;
    grid-column: 1;
    align-content: center;
    justify-content: start;
    gap: 5px;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
  }

  .menu-button span {
    display: block;
    width: 20px;
    height: 1px;
    background: var(--ink);
  }

  .brand {
    grid-column: 2;
    justify-self: center;
    font-size: 1.42rem;
  }

  .nav {
    display: none;
  }

  .header-actions {
    grid-column: 3;
    gap: 0;
  }

  .header-actions .icon-action:not(.cart-button) {
    display: none;
  }

  .cart-button {
    min-width: 42px;
  }

  .cart-symbol {
    font-size: 1.1rem;
  }

  .mobile-menu {
    display: block;
  }

  .hero-maison__visual {
    height: 66svh;
    min-height: 450px;
  }

  .hero-maison__visual img {
    object-position: 56% center;
  }

  .hero-maison__caption {
    padding: 32px 16px 42px;
  }

  .hero-maison h1 {
    font-size: 3.6rem;
  }

  .section {
    padding: 70px 16px;
  }

  .collection-focus h2 {
    font-size: 3.18rem;
  }

  .science-maison h2,
  .quality-maison h2,
  .order-flow h2,
  .shop h2,
  .contact h2,
  .cart-drawer h2 {
    font-size: 2.7rem;
  }

  .slider-heading {
    align-items: stretch;
  }

  .slider-controls button {
    width: 40px;
    height: 40px;
  }

  .feature-grid article {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .feature-grid img {
    height: auto;
    min-height: 310px;
    aspect-ratio: 1;
  }

  .feature-grid article:nth-child(2) img {
    padding: 40px;
  }

  .feature-grid article > div {
    height: auto;
    padding: 30px 20px 36px;
    text-align: center;
    justify-items: center;
  }

  .feature-grid h2 {
    font-size: 2.65rem;
  }

  .collection-focus figure {
    padding: 38px;
  }

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

  .product-facts div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-facts div:last-child {
    border-bottom: 0;
  }

  .science-maison {
    gap: 34px;
  }

  .quality-maison figure {
    padding: 20px;
  }

  .quality-maison > div {
    padding: 54px 16px;
  }

  .product-card img {
    padding: 36px;
  }

  .product-card .product-shot {
    width: min(100%, 340px);
  }

  .product-card > div {
    padding: 30px 20px 36px;
  }

  .flow-grid article {
    min-height: auto;
    padding: 24px;
  }

  .order-records article {
    padding: 22px;
  }

  .button {
    width: 100%;
  }

  .contact {
    gap: 34px;
  }

  .footer {
    flex-direction: column;
    padding: 28px 16px;
  }
}

@media (max-width: 380px) {
  .hero-maison h1 {
    font-size: 3.06rem;
  }

  .collection-focus h2 {
    font-size: 2.65rem;
  }

  .science-maison h2,
  .quality-maison h2,
  .order-flow h2,
  .shop h2,
  .contact h2,
  .cart-drawer h2 {
    font-size: 2.35rem;
  }
}
