:root {
  --color-primary: #1c1917;
  --color-secondary: #44403c;
  --color-accent: #a16207;
  --color-background: #fafaf9;
  --color-foreground: #0c0a09;
  --color-card: #ffffff;
  --color-muted: #e8ecf0;
  --color-border: #d6d3d1;
  --surface: #f4efe8;
  --ink: #171310;
  --soft-ink: #655d56;
  --line: rgba(23, 19, 16, 0.17);
  --display: "Poppins", sans-serif;
  --sans: "Poppins", sans-serif;
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --header-height: 114px;
  --page-pad: clamp(18px, 4vw, 68px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: #2b1419;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.drawer-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  color: inherit;
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

::selection {
  background: #171310;
  color: #fff;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 1000;
  transform: translateY(-160%);
  background: #fff;
  color: #111;
  padding: 12px 18px;
  font-weight: 600;
  transition: transform 180ms ease;
}
.skip-link:focus {
  transform: translateY(0);
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  background: #f8f5f0;
}
.page-loader img {
  width: 148px;
}
.page-loader span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #171310;
  transform-origin: left;
}

.promo-bar {
  position: relative;
  z-index: 51;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--page-pad);
  background: #15110f;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.promo-bar p {
  margin: 0;
}
.promo-secondary {
  position: absolute;
  right: var(--page-pad);
  color: #d6b07a;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 251, 0.96);
  color: #171310;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.header-main {
  height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 var(--page-pad);
}

.header-place {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.header-place .dot {
  width: 6px;
  height: 6px;
  background: #15803d;
  border-radius: 50%;
}

.brand {
  justify-self: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.brand img {
  width: 117px;
  height: auto;
}
.brand span {
  margin-top: -3px;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.46em;
  padding-left: 0.46em;
  margin-top: 5px;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 6px;
}
.icon-button {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
}
.icon-button svg,
.hero-arrow svg,
.circle-link svg,
.back-to-top svg,
.service-strip svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.menu-toggle {
  display: none;
}
.bag-button {
  min-width: 62px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 0 0 0 8px;
  border: 0;
  background: transparent;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.bag-button b {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  background: #171310;
  color: #fff;
  border-radius: 50%;
  font-size: 9px;
}

.category-nav {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 34px);
  padding: 0 var(--page-pad);
  border-top: 1px solid var(--line);
  overflow-x: auto;
  scrollbar-width: none;
}
.category-nav::-webkit-scrollbar {
  display: none;
}
.category-nav a {
  position: relative;
  flex: none;
  display: grid;
  place-items: center;
  min-height: 42px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.category-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}
.category-nav a:hover::after,
.category-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.mobile-drawer {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 90;
  width: min(440px, 92vw);
  padding: 24px;
  background: #f8f4ee;
  color: #171310;
  transform: translateX(-102%);
  visibility: hidden;
}
.drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
  font-size: 9px;
  letter-spacing: 0.18em;
}
.mobile-drawer nav {
  display: flex;
  flex-direction: column;
  padding: 24px 0;
}
.mobile-drawer nav a {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  font: 500 clamp(22px, 7vw, 33px) / 1 var(--display);
}
.mobile-drawer nav a span {
  width: 26px;
  font: 500 9px/1 var(--sans);
  color: #72685f;
}
.mobile-drawer > p {
  position: absolute;
  left: 24px;
  bottom: 24px;
  right: 24px;
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(0, 0, 0, 0.56);
  opacity: 0;
  visibility: hidden;
}

.section-rail {
  position: fixed;
  right: 15px;
  top: 50%;
  z-index: 45;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  mix-blend-mode: difference;
  color: #fff;
  font-size: 8px;
  letter-spacing: 0.12em;
}
.section-rail > i {
  position: relative;
  width: 1px;
  height: 110px;
  background: rgba(255, 255, 255, 0.35);
}
.section-rail > i b {
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleY(0);
  transform-origin: top;
}
.rail-label {
  position: absolute;
  top: 50%;
  right: 21px;
  width: 140px;
  text-align: center;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: center;
  text-transform: uppercase;
}

main {
  position: relative;
}
.motion-section {
  position: relative;
  overflow: hidden;
  color: var(--ink);
}
main > section[data-section] {
  transform-origin: center center;
  will-change: transform, border-radius;
}
.scene-inner {
  transform-origin: center top;
}
.section-shell {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: clamp(84px, 9vw, 150px) var(--page-pad);
}

.kicker {
  margin: 0 0 22px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.kicker-dark {
  color: #645a52;
}

.cta {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 22px;
  border: 1px solid currentColor;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: color 220ms ease, background-color 220ms ease,
    transform 220ms ease;
}
.cta span {
  font-size: 15px;
}
.cta-light {
  background: #fff;
  color: #171310;
  border-color: #fff;
}
.cta-light:hover {
  background: transparent;
  color: #fff;
  transform: translateY(-2px);
}
.cta-dark {
  background: #171310;
  color: #fff;
  border-color: #171310;
}
.cta-dark:hover {
  background: transparent;
  color: #171310;
  transform: translateY(-2px);
}

.hero {
  position: relative;
  height: calc(100svh - var(--header-height));
  min-height: 620px;
  overflow: hidden;
  background: #15110f;
  color: #fff;
}
.hero-slides,
.hero-slide {
  position: absolute;
  inset: 0;
}
.hero-slide {
  opacity: 0;
  visibility: hidden;
}
.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.hero-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      90deg,
      rgba(15, 8, 5, 0.73),
      rgba(15, 8, 5, 0.08) 64%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.25), transparent 40%);
}
.hero-slide-right .hero-overlay {
  background: linear-gradient(
      270deg,
      rgba(15, 8, 5, 0.7),
      rgba(15, 8, 5, 0.04) 66%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), transparent 40%);
}
.hero-copy {
  position: absolute;
  z-index: 3;
  left: clamp(24px, 7vw, 118px);
  top: 50%;
  width: min(620px, 44vw);
  transform: translateY(-46%);
}
.hero-slide-right .hero-copy {
  left: auto;
  right: clamp(24px, 7vw, 118px);
  text-align: right;
}
.hero-slide-right .hero-copy .cta {
  margin-left: auto;
}
.hero-copy h1,
.hero-copy h2 {
  margin: 0;
  max-width: 760px;
  font: 400 clamp(62px, 7.6vw, 128px) / 0.89 var(--display);
  letter-spacing: -0.06em;
  text-wrap: balance;
}
.hero-copy h1 em,
.hero-copy h2 em {
  color: var(--hero-accent, #f2c6b4);
  font-weight: 400;
}
.hero-copy > p:not(.kicker) {
  max-width: 500px;
  margin: 30px 0;
  font-size: clamp(12px, 1.1vw, 15px);
  line-height: 1.75;
}
.hero-slide-right .hero-copy > p:not(.kicker) {
  margin-left: auto;
}
.hero-copy-dark {
  color: #171310;
}
.hero-copy-dark .kicker {
  color: #3d312b;
}

.hero-controls {
  position: absolute;
  z-index: 10;
  left: clamp(20px, 4vw, 68px);
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-arrow {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
  transition: background 180ms ease, border-color 180ms ease;
}
.hero-arrow:hover {
  background: #fff;
  border-color: #fff;
  color: #171310;
}
.hero-pagination {
  display: flex;
  gap: 8px;
}
.hero-pagination button {
  width: 58px;
  height: 44px;
  padding: 8px 0 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  text-align: left;
}
.hero-pagination span {
  display: block;
  font-size: 8px;
  letter-spacing: 0.12em;
}
.hero-pagination i {
  position: relative;
  display: block;
  height: 1px;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.35);
  overflow: hidden;
}
.hero-pagination i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
}
.hero-pagination button.is-active {
  color: #fff;
}
.hero-pagination button.is-active i::after {
  animation: heroProgress 7s linear forwards;
}
@keyframes heroProgress {
  to {
    transform: scaleX(1);
  }
}
.scroll-cue {
  position: absolute;
  z-index: 10;
  right: clamp(20px, 4vw, 68px);
  bottom: 27px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.scroll-cue i {
  width: 62px;
  height: 1px;
  background: currentColor;
}

.trending {
  min-height: 600px;
  background: #f4efe8;
}
.section-index {
  position: absolute;
  top: 42px;
  left: var(--page-pad);
  font-size: 8px;
  letter-spacing: 0.18em;
  color: #6c625a;
}
.trend-grid {
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.55fr) 90px;
  align-items: end;
  gap: clamp(30px, 5vw, 90px);
  padding: 110px var(--page-pad) 86px;
}
.trend-title h2,
.section-heading h2,
.feature-copy h2,
.meet-copy h2,
.kiko-me-copy h2,
.newsletter h2 {
  margin: 0;
  font: 400 clamp(54px, 6.8vw, 112px) / 0.94 var(--display);
  letter-spacing: -0.055em;
  font-weight: 600;
}
.trend-title h2 em,
.feature-copy h2 em,
.meet-copy h2 em,
.newsletter h2 em {
  font-weight: 400;
  color: #a75b58;
}
.trend-copy {
  margin: 0 0 10px;
  color: #584f48;
  font-size: 13px;
  line-height: 1.8;
}
.circle-link {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid #171310;
  border-radius: 50%;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}
.circle-link:hover {
  transform: rotate(45deg);
  background: #171310;
  color: #fff;
}
.circle-link svg {
  width: 24px;
}
.marquee {
  height: 61px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}
.marquee div {
  width: max-content;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.25em;
  animation: marquee 28s linear infinite;
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: clamp(38px, 5vw, 72px);
}
.section-heading h2 {
  font-size: clamp(48px, 5.6vw, 88px);
}
.section-heading > p {
  width: min(360px, 33vw);
  margin: 0 0 8px;
  color: var(--soft-ink);
  font-size: 12px;
  line-height: 1.75;
}

.categories {
  background: #fffdfb;
}
.category-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.category-card {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background: #ddd;
  color: #fff;
  isolation: isolate;
}
.category-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(0deg, rgba(14, 8, 6, 0.73), transparent 55%);
}
.category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 0.7, 0.18, 1),
    filter 300ms ease;
}
.category-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.06);
}
.category-card .card-number {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.category-card > div {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 22px;
}
.category-card h3 {
  margin: 0;
  font: 500 clamp(30px, 2.5vw, 45px) / 1 var(--display);
}
.category-card p {
  margin: 8px 0 0;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.products {
  background: white !important;
}
.products-heading {
  align-items: center;
}
.product-filters {
  display: flex;
  gap: 6px;
}
.product-filters button {
  min-width: 72px;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid #8f857d;
  background: transparent;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}
.product-filters button.is-active,
.product-filters button:hover {
  background: #171310;
  border-color: #171310;
  color: #fff;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 22px);
}
.product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.product-visual {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}
.product-visual > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8%;
  mix-blend-mode: multiply;
  transition: transform 500ms cubic-bezier(0.22, 0.7, 0.18, 1);
}
.product-card:hover .product-visual > img {
  transform: scale(1.035) translateY(-0.5%);
}
.product-badge {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 6px 8px;
  background: #fff;
  color: #171310;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.save-product {
  position: absolute;
  z-index: 3;
  top: 8px;
  right: 8px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
}
.save-product svg {
  width: 21px;
  fill: none;
  stroke: #171310;
  stroke-width: 1.4;
}
.save-product.is-saved svg {
  fill: #171310;
}
.product-info {
  flex: 1;
  padding: 16px 1px 14px;
}
.product-description {
  min-height: 31px;
  margin: 0 0 7px;
  color: #655c55;
  font-size: 9px;
  line-height: 1.55;
}
.product-info h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  line-height: 1.45;
}
.product-rating {
  min-height: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 9px;
  color: #171310;
}
.product-stars {
  font-size: 9px;
  letter-spacing: 0.08em;
}
.product-review-count {
  color: #6b625b;
  font-size: 8px;
}
.product-price {
  display: block;
  margin-top: 7px;
  font-size: 11px;
  font-weight: 600;
}
.shade-row {
  min-height: 25px;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
}
.shade-swatch {
  width: 14px;
  height: 14px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 50%;
  background: var(--swatch);
  box-shadow: 0 0 0 2px #eee8df;
}
.shade-swatch.is-selected {
  outline: 1px solid #171310;
  outline-offset: 2px;
}
.shade-more {
  margin-left: 2px;
  color: #695f58;
  font-size: 8px;
}
.shade-name {
  display: block;
  min-height: 18px;
  margin-top: 5px;
  color: #695f58;
  font-size: 8px;
}
.quick-add {
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #171310;
  background: transparent;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}
.quick-add:hover,
.quick-add:focus-visible {
  background: #171310;
  color: #fff;
}

.feature {
  min-height: 760px;
  display: grid;
  grid-template-columns: 57% 43%;
  background: #b8d7d0;
}
.feature-media {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}
.feature-media img {
  position: absolute;
  inset: -6% 0;
  width: 100%;
  height: 112%;
  max-width: none;
  object-fit: cover;
}
.feature-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 90px clamp(28px, 7vw, 110px);
}
.feature-copy h2 {
  font-size: clamp(58px, 7vw, 104px);
}
.feature-copy h2 em {
  color: #356b64;
}
.feature-copy > p:not(.kicker) {
  max-width: 430px;
  margin: 28px 0;
  font-size: 13px;
  line-height: 1.8;
}

.help {
  background: #fffdfb;
}
.help-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 10px;
}
.help-card {
  position: relative;
  min-height: 480px;
  grid-column: span 4;
  overflow: hidden;
  background: #ddd;
  color: #fff;
}
.help-card-wide {
  grid-column: span 6;
  min-height: 540px;
}
.help-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(0deg, rgba(12, 7, 5, 0.78), transparent 62%);
}
.help-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.22, 0.7, 0.18, 1);
}
.help-card:hover img {
  transform: scale(1.045);
}
.help-card > div {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 22px;
}
.help-card > div > span {
  font-size: 8px;
  letter-spacing: 0.16em;
}
.help-card h3 {
  margin: 10px 0 7px;
  font: 500 clamp(30px, 3vw, 47px) / 1 var(--display);
}
.help-card p {
  max-width: 420px;
  margin: 0;
  font-size: 10px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}
.help-card b {
  display: inline-block;
  margin-top: 18px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 7px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.meet-kiko {
  min-height: 760px;
  display: grid;
  grid-template-columns: 48% 52%;
  background: #171310;
  color: #fff;
}
.meet-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 100px clamp(28px, 7vw, 112px);
}
.meet-copy h2 {
  font-size: clamp(56px, 6.8vw, 100px);
}
.meet-copy h2 em {
  color: #d88c7c;
}
.meet-copy > p:not(.kicker) {
  max-width: 520px;
  margin: 32px 0;
  color: #d1c7c0;
  font-size: 13px;
  line-height: 1.85;
}
.meet-image {
  position: relative;
  min-height: 680px;
  overflow: hidden;
}
.meet-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(23, 19, 16, 0.45), transparent 35%);
}
.meet-image img {
  position: absolute;
  inset: -6% 0;
  width: 100%;
  height: 112%;
  max-width: none;
  object-fit: cover;
}
.meet-image > span {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 22px;
  font-size: 7px;
  letter-spacing: 0.22em;
  writing-mode: vertical-rl;
}

.kiko-me {
  min-height: 690px;
  display: grid;
  grid-template-columns: 52% 48%;
  background: #d7c0ef;
}
.kiko-me-media {
  position: relative;
  min-height: 690px;
  overflow: hidden;
}
.kiko-me-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.kiko-me-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 90px clamp(28px, 7vw, 112px);
}
.kikome-mark {
  width: 120px;
  max-height: 48px;
  object-fit: contain;
  object-position: left;
  margin-bottom: 36px;
}
.kiko-me-copy h2 {
  font-size: clamp(58px, 6.8vw, 104px);
}
.kiko-me-copy > p {
  max-width: 470px;
  margin: 30px 0;
  font-size: 13px;
  line-height: 1.8;
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: #f4efe8;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.service-strip article {
  position: relative;
  min-height: 250px;
  padding: 36px clamp(18px, 2.5vw, 42px);
  border-right: 1px solid var(--line);
}
.service-strip article:last-child {
  border-right: 0;
}
.service-strip article > span {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 7px;
  color: #73685f;
}
.service-strip svg {
  width: 28px;
  height: 28px;
  margin-top: 22px;
}
.service-strip h3 {
  margin: 32px 0 8px;
  font: 500 28px/1 var(--display);
}
.service-strip p {
  margin: 0;
  color: #6c625a;
  font-size: 9px;
}

.newsletter {
  min-height: 720px;
  display: grid;
  place-items: center;
  padding: 100px var(--page-pad);
  background: #f1a8aa;
  text-align: center;
}
.newsletter-inner {
  width: min(850px, 100%);
}
.newsletter h2 {
  font-size: clamp(58px, 7.2vw, 112px);
}
.newsletter h2 em {
  color: #7d2831;
}
.newsletter-inner > p:not(.kicker) {
  max-width: 550px;
  margin: 28px auto 40px;
  font-size: 12px;
  line-height: 1.8;
}
.newsletter-form {
  width: min(610px, 100%);
  margin: 0 auto;
  text-align: left;
}
.newsletter-form label {
  display: block;
  margin-bottom: 9px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.newsletter-form > div {
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid #171310;
}
.newsletter-form input {
  min-width: 0;
  height: 58px;
  padding: 0 5px;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: var(--display);
  font-size: 22px;
}
.newsletter-form input::placeholder {
  color: rgba(23, 19, 16, 0.55);
}
.newsletter-form button {
  min-width: 155px;
  min-height: 48px;
  align-self: center;
  border: 0;
  background: #171310;
  color: #fff;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.newsletter-form button span {
  margin-left: 8px;
  font-size: 14px;
}
.form-message {
  min-height: 22px;
  display: block;
  margin-top: 10px;
  font-size: 9px;
}

.site-footer {
  position: relative;
  z-index: 2;
  padding: 86px var(--page-pad) 28px;
  background: #11100f;
  color: #fff;
}
.footer-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 66px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.footer-brand {
  align-items: flex-start;
  justify-self: auto;
  filter: invert(1);
}
.footer-brand img {
  width: 150px;
}
.footer-top > p {
  margin: 0;
  font: 400 clamp(27px, 3vw, 43px) / 1 var(--display);
  color: #d4cbc4;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(30px, 7vw, 110px);
  padding: 68px 0;
}
.footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-grid h3 {
  margin: 0 0 22px;
  color: #8e8580;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.footer-grid a {
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  font: 400 17px/1.25 var(--display);
  color: #e9e3df;
  transition: color 180ms ease, transform 180ms ease;
}
.footer-grid a:hover {
  color: #fff;
  transform: translateX(4px);
}
.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 35px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #8e8580;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom > div {
  display: flex;
  gap: 20px;
}
.back-to-top {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 8px;
  text-transform: uppercase;
}
.back-to-top svg {
  width: 17px;
}

.toast {
  position: fixed;
  z-index: 110;
  right: 22px;
  bottom: 22px;
  max-width: min(380px, calc(100vw - 32px));
  padding: 15px 18px;
  background: #171310;
  color: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
  font-size: 10px;
  line-height: 1.5;
  transform: translateY(140%);
  visibility: hidden;
}

@media (max-width: 1180px) {
  .category-nav {
    justify-content: flex-start;
  }
  .category-track {
    grid-template-columns: repeat(5, minmax(250px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 8px;
  }
  .category-track::-webkit-scrollbar {
    display: none;
  }
  .category-card {
    scroll-snap-align: start;
  }
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .service-strip {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-strip article:nth-child(3) {
    border-right: 0;
  }
  .service-strip article:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 72px;
  }
  .promo-secondary,
  .header-place,
  .category-nav,
  .account-button {
    display: none;
  }
  .header-main {
    height: 72px;
    padding: 0 15px;
  }
  .menu-toggle {
    display: inline-grid;
    justify-self: start;
  }
  .brand img {
    width: 104px;
  }
  .header-actions .icon-button {
    display: none;
  }
  .hero {
    min-height: 650px;
  }
  .hero-copy {
    width: min(620px, 72vw);
  }
  .trend-grid {
    grid-template-columns: 1fr 1fr;
  }
  .circle-link {
    grid-column: 2;
    justify-self: end;
  }
  .section-rail {
    display: none;
  }
  .category-card {
    min-height: 440px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .feature,
  .meet-kiko,
  .kiko-me {
    grid-template-columns: 1fr;
  }
  .feature-media,
  .meet-image,
  .kiko-me-media {
    min-height: 600px;
  }
  .feature-copy,
  .meet-copy,
  .kiko-me-copy {
    min-height: 580px;
  }
  .meet-image {
    order: -1;
  }
  .help-card,
  .help-card-wide {
    grid-column: span 6;
    min-height: 470px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-bottom {
    grid-template-columns: 1fr auto;
  }
  .footer-bottom > div {
    display: none;
  }
}

@media (max-width: 640px) {
  :root {
    --page-pad: 17px;
  }
  .promo-bar {
    height: 29px;
    padding: 0 12px;
    text-align: center;
    font-size: 7.5px;
  }
  .header-actions {
    gap: 0;
  }
  .bag-button {
    min-width: 50px;
  }
  .bag-button > span {
    display: none;
  }
  .hero {
    height: calc(100svh - 72px);
    min-height: 610px;
  }
  .hero-slide > img {
    object-position: center;
  }
  .hero-slide:nth-child(2) > img {
    object-position: 56% center;
  }
  .hero-slide:nth-child(3) > img {
    object-position: 63% center;
  }
  .hero-overlay,
  .hero-slide-right .hero-overlay {
    background: linear-gradient(
      0deg,
      rgba(12, 7, 5, 0.88),
      rgba(12, 7, 5, 0.06) 74%
    );
  }
  .hero-copy,
  .hero-slide-right .hero-copy {
    left: 18px;
    right: 18px;
    top: auto;
    bottom: 91px;
    width: auto;
    transform: none;
    text-align: left;
    color: #fff;
  }
  .hero-copy-dark {
    color: #fff;
  }
  .hero-copy-dark .kicker {
    color: #fff;
  }
  .hero-slide-right .hero-copy > p:not(.kicker) {
    margin-left: 0;
  }
  .hero-slide-right .hero-copy .cta {
    margin-left: 0;
  }
  .hero-copy h1,
  .hero-copy h2 {
    font-size: clamp(54px, 17vw, 74px);
    line-height: 0.81;
  }
  .hero-copy > p:not(.kicker) {
    display: none;
  }
  .hero-copy .kicker {
    margin-bottom: 13px;
    font-size: 7px;
  }
  .hero-copy .cta {
    min-height: 44px;
    margin-top: 22px;
    padding: 0 15px;
    background: #fff;
    border-color: #fff;
    color: #171310;
  }
  .hero-controls {
    left: 17px;
    right: 17px;
    bottom: 18px;
    justify-content: space-between;
  }
  .hero-arrow {
    display: none;
  }
  .hero-pagination {
    width: 100%;
  }
  .hero-pagination button {
    flex: 1;
    width: auto;
  }
  .scroll-cue {
    display: none;
  }
  .section-index {
    top: 24px;
  }
  .trend-grid {
    min-height: 540px;
    grid-template-columns: 1fr;
    align-content: center;
    padding-top: 82px;
    padding-bottom: 66px;
  }
  .trend-title h2,
  .section-heading h2,
  .feature-copy h2,
  .meet-copy h2,
  .kiko-me-copy h2,
  .newsletter h2 {
    font-size: 51px;
  }
  .trend-copy {
    max-width: 330px;
  }
  .circle-link {
    grid-column: 1;
    justify-self: start;
    width: 64px;
    height: 64px;
  }
  .marquee {
    height: 50px;
  }
  .section-shell {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .section-heading {
    display: block;
    margin-bottom: 32px;
  }
  .section-heading > p {
    width: auto;
    margin-top: 17px;
  }
  .category-track {
    grid-template-columns: repeat(5, 78vw);
    gap: 8px;
    margin-right: -17px;
    padding-right: 17px;
  }
  .category-card {
    min-height: 430px;
  }
  .products-heading {
    display: block;
  }
  .product-filters {
    margin-top: 27px;
    overflow-x: auto;
  }
  .product-grid {
    display: flex;
    gap: 10px;
    margin-right: -17px;
    padding-right: 17px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .product-grid::-webkit-scrollbar {
    display: none;
  }
  .product-card {
    flex: 0 0 82vw;
    scroll-snap-align: start;
  }
  .product-info h3,
  .product-price {
    font-size: 10px;
  }
  .feature-media,
  .meet-image,
  .kiko-me-media {
    min-height: 490px;
  }
  .feature-copy,
  .meet-copy,
  .kiko-me-copy {
    min-height: 540px;
    padding: 70px 22px;
  }
  .feature-copy > p:not(.kicker),
  .meet-copy > p:not(.kicker),
  .kiko-me-copy > p {
    font-size: 12px;
  }
  .help-grid {
    display: flex;
    margin-right: -17px;
    padding-right: 17px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .help-grid::-webkit-scrollbar {
    display: none;
  }
  .help-card,
  .help-card-wide {
    flex: 0 0 82vw;
    min-height: 490px;
    scroll-snap-align: start;
  }
  .service-strip {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .service-strip::-webkit-scrollbar {
    display: none;
  }
  .service-strip article {
    flex: 0 0 78vw;
    min-height: 230px;
    border-right: 1px solid var(--line) !important;
    border-bottom: 0 !important;
    scroll-snap-align: start;
  }
  .newsletter {
    min-height: 640px;
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .newsletter-form > div {
    grid-template-columns: 1fr;
    border: 0;
    gap: 12px;
  }
  .newsletter-form input {
    border-bottom: 1px solid #171310;
  }
  .newsletter-form button {
    min-height: 50px;
  }
  .site-footer {
    padding-top: 68px;
  }
  .footer-top {
    display: block;
    padding-bottom: 48px;
  }
  .footer-top > p {
    margin-top: 30px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px 22px;
    padding: 52px 0;
  }
  .footer-grid a {
    min-height: 36px;
    font-size: 16px;
  }
  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .back-to-top {
    justify-self: start;
  }
  .toast {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .page-loader {
    display: none;
  }
  main > section[data-section],
  .hero-slide > img,
  .parallax-image {
    transform: none !important;
    border-radius: 0 !important;
  }
}
