:root {
  --paper: #fffafa;
  --pink: #f8e9ee;
  --pink-deep: #edcdd6;
  --graphite: #242323;
  --muted: #716c6d;
  --line: rgba(36, 35, 35, .2);
  --lime: #d7ff43;
  --white: #fff;
  --mono: ui-monospace, "SFMono-Regular", "Cascadia Code", "PingFang SC", "Microsoft YaHei", monospace;
  --sans: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  --page: min(100% - 48px, 1440px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--graphite);
  background-color: var(--paper);
  background-image: radial-gradient(rgba(36, 35, 35, .12) .7px, transparent .7px);
  background-size: 18px 18px;
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.is-locked { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
svg { fill: none; stroke: currentColor; stroke-width: 1.5; }
.skip-link {
  position: fixed; z-index: 200; top: 12px; left: 12px; padding: 11px 16px;
  background: var(--lime); transform: translateY(-150%); transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
:focus-visible { outline: 2px solid var(--graphite); outline-offset: 4px; }
.section-shell { width: var(--page); margin-inline: auto; }

.announcement {
  min-height: 34px; padding: 6px 24px; display: flex; justify-content: space-between; align-items: center;
  color: var(--paper); background: var(--graphite); font-family: var(--mono); font-size: 10px; letter-spacing: .1em;
}
.announcement p { margin: 0; display: flex; align-items: center; gap: 9px; }
.announcement-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 3px rgba(215, 255, 67, .18); }
.text-button { border: 0; padding: 2px; color: inherit; background: transparent; cursor: pointer; font-size: 10px; letter-spacing: .08em; }
.text-button:hover { color: var(--lime); }

.site-header {
  width: 100%; min-height: 84px; padding: 0 3.2vw; display: grid; grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
  gap: 24px; align-items: center; border-bottom: 1px solid var(--line); background: rgba(255, 250, 250, .92); position: relative; z-index: 30;
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark { width: 34px; height: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; transform: rotate(8deg); }
.brand-mark i { display: block; border: 1.5px solid var(--graphite); border-radius: 50% 50% 8% 50%; }
.brand-mark i:last-child { background: var(--lime); border-radius: 50% 50% 50% 8%; }
.brand-name { max-width: 210px; font-family: var(--mono); font-size: 11px; line-height: 1.35; letter-spacing: .08em; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 42px); }
.site-nav a { position: relative; padding: 30px 0; font-family: var(--mono); font-size: 12px; letter-spacing: .12em; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 23px; height: 2px; background: var(--lime); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.icon-button, .bag-button, .menu-toggle { border: 1px solid var(--graphite); background: transparent; cursor: pointer; }
.icon-button { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; }
.icon-button svg { width: 17px; }
.bag-button { height: 38px; padding: 0 7px 0 15px; display: flex; align-items: center; gap: 12px; font-family: var(--mono); font-size: 11px; letter-spacing: .06em; }
.bag-count { min-width: 24px; height: 24px; padding: 0 5px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-weight: 700; }
.menu-toggle { display: none; }

.hero {
  width: 100%; min-height: calc(100svh - 118px); display: grid; grid-template-columns: minmax(340px, .9fr) minmax(500px, 1.2fr) 120px;
  grid-template-rows: 1fr; border-bottom: 1px solid var(--graphite); overflow: hidden;
}
.hero-copy { padding: clamp(76px, 8vw, 138px) 4vw 66px max(4vw, calc((100vw - 1440px)/2 + 24px)); display: flex; flex-direction: column; }
.eyebrow { margin: 0 0 28px; font-family: var(--mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.hero-copy .eyebrow { display: flex; justify-content: space-between; max-width: 440px; padding-bottom: 12px; border-bottom: 1px solid var(--graphite); }
.hero h1 { margin: 0; font-size: clamp(72px, 8vw, 142px); font-weight: 500; line-height: .88; letter-spacing: -.075em; }
.hero h1 em { display: block; margin-top: 14px; font-family: var(--mono); font-size: .48em; font-style: normal; letter-spacing: .02em; text-decoration: underline; text-decoration-color: var(--lime); text-decoration-thickness: 12px; text-underline-offset: -4px; text-decoration-skip-ink: none; }
.hero-intro { max-width: 480px; margin: 42px 0 34px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: auto; }
.primary-button {
  min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: space-between; gap: 46px;
  border: 1px solid var(--graphite); background: var(--lime); font-family: var(--mono); font-size: 11px; letter-spacing: .08em; transition: transform .2s, box-shadow .2s;
}
.primary-button:hover { transform: translate(-3px, -3px); box-shadow: 5px 5px 0 var(--graphite); }
.circle-link { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--graphite); border-radius: 50%; transition: background .2s; }
.circle-link:hover { background: var(--pink-deep); }
.hero-visual { min-height: 650px; position: relative; background: linear-gradient(142deg, #f4dfe6 0%, #f8e9ec 48%, #e9c7d3 100%); border-left: 1px solid var(--graphite); overflow: hidden; }
.hero-visual::before { content: ""; position: absolute; inset: 4%; border: 1px solid rgba(36,35,35,.3); border-radius: 48% 48% 4px 4px; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: radial-gradient(rgba(255,255,255,.6) .7px, transparent .8px); background-size: 13px 13px; opacity: .5; mix-blend-mode: overlay; }
.hero-index { position: absolute; z-index: 2; top: 6%; right: 6%; font-family: var(--mono); font-size: 11px; }
.portrait-art { position: absolute; z-index: 1; inset: 0; }
.portrait-halo { position: absolute; width: 65%; aspect-ratio: 1; left: 16%; top: 16%; border-radius: 50%; border: 1px solid rgba(36,35,35,.35); box-shadow: inset 0 0 0 22px rgba(255,255,255,.13); }
.portrait-face { position: absolute; width: 32%; height: 43%; left: 34%; top: 18%; background: linear-gradient(110deg, #f5d4c9, #fde7dc); border-radius: 48% 46% 46% 50% / 38% 42% 57% 62%; transform: rotate(4deg); box-shadow: inset -18px -3px 25px rgba(173,106,112,.14); }
.portrait-face::before { content: ""; position: absolute; width: 21%; height: 8%; right: 16%; top: 48%; border-bottom: 2px solid #4c3535; border-radius: 50%; transform: rotate(-7deg); }
.portrait-face::after { content: ""; position: absolute; width: 18%; height: 5%; right: 14%; bottom: 22%; background: #b9606f; border-radius: 60% 35% 50% 42%; transform: rotate(-7deg); }
.portrait-hair { position: absolute; width: 50%; height: 65%; left: 18%; top: 8%; background: linear-gradient(130deg, #272427 20%, #5f4b52 62%, #322c31); border-radius: 51% 49% 45% 42% / 37% 43% 57% 63%; transform: rotate(-6deg); box-shadow: 22px 15px 0 rgba(64,45,53,.35); }
.portrait-hair::after { content: ""; position: absolute; width: 58%; height: 48%; right: -18%; bottom: -11%; border-radius: 50%; background: #59434a; transform: rotate(13deg); }
.portrait-neck { position: absolute; width: 17%; height: 30%; left: 40%; top: 50%; background: linear-gradient(90deg, #edc1b8, #f9dbd2); transform: skew(-5deg); }
.portrait-shoulder { position: absolute; width: 74%; height: 36%; left: 7%; bottom: -9%; border-radius: 50% 53% 0 0; background: linear-gradient(120deg, #f9f4f3, #d9c7c8); transform: rotate(3deg); }
.portrait-blush { position: absolute; width: 7%; height: 4%; left: 55%; top: 45%; background: #dc8c99; filter: blur(9px); opacity: .7; }
.hero-product { position: absolute; z-index: 4; width: 25%; height: 41%; right: 4%; bottom: 5%; filter: drop-shadow(18px 21px 16px rgba(60,32,40,.2)); transform: rotate(6deg); }
.hero-product-cap { display: block; width: 48%; height: 18%; margin: 0 auto -3px; border: 1px solid var(--graphite); background: #302d2e; border-radius: 3px 3px 0 0; }
.hero-product-body { display: grid; place-items: center; height: 82%; border: 1px solid var(--graphite); border-radius: 44% 44% 12% 12% / 20% 20% 9% 9%; background: linear-gradient(120deg, rgba(255,255,255,.92), rgba(245,226,232,.68)); backdrop-filter: blur(3px); }
.hero-product-body i { width: 48%; aspect-ratio: 1; border: 1px solid var(--graphite); border-radius: 50%; background: var(--lime); }
.visual-note { position: absolute; z-index: 5; left: 7%; right: 7%; bottom: 5%; padding-top: 12px; display: flex; flex-direction: column; gap: 5px; border-top: 1px solid var(--graphite); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.visual-note strong { font-size: 11px; }
.hero-aside { border-left: 1px solid var(--graphite); padding: 32px 25px; display: flex; flex-direction: column; align-items: center; background: var(--paper); font-family: var(--mono); }
.aside-number { font-size: 10px; }
.hero-aside div { margin-top: auto; writing-mode: vertical-rl; display: flex; gap: 10px; align-items: center; font-size: 10px; letter-spacing: .15em; }
.hero-aside strong { font-size: 13px; }
.aside-line { height: 90px; width: 1px; margin-top: 25px; background: var(--graphite); }

.category-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); }
.category-link { min-height: 235px; padding: 20px; display: grid; grid-template-columns: 28px 1fr auto; grid-template-rows: 1fr auto; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,250,250,.75); overflow: hidden; }
.category-link:hover .category-art { transform: translate(-50%, -50%) rotate(-5deg) scale(1.05); }
.category-number { font-family: var(--mono); font-size: 9px; }
.category-art { position: absolute; left: 53%; top: 46%; width: 110px; height: 130px; transform: translate(-50%, -50%); transition: transform .35s ease; }
.category-copy { grid-column: 1 / 3; grid-row: 2; display: flex; flex-direction: column; gap: 7px; }
.category-copy small { color: var(--muted); font-size: 10px; }
.category-copy strong { font-size: 25px; font-weight: 500; letter-spacing: .08em; }
.category-arrow { grid-column: 3; grid-row: 2; align-self: end; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--graphite); border-radius: 50%; }
.art-care i { position: absolute; inset: 22px 19px 0; border: 1px solid var(--graphite); border-radius: 42% 42% 14px 14px; background: linear-gradient(125deg, #fff, #e5c6cf); box-shadow: 10px 11px 0 rgba(36,35,35,.08); }
.art-care b { position: absolute; width: 32px; height: 30px; top: 2px; left: 39px; border: 1px solid var(--graphite); background: var(--graphite); }
.art-makeup i { position: absolute; width: 80px; height: 80px; left: 9px; bottom: 10px; border: 1px solid var(--graphite); border-radius: 50%; background: linear-gradient(145deg, #fff 48%, #d79caa 49%); box-shadow: 13px 12px 0 var(--pink-deep); }
.art-makeup b { position: absolute; width: 80px; height: 20px; left: 22px; top: 20px; border: 1px solid var(--graphite); border-radius: 50%; background: #f1b7c2; transform: rotate(-19deg); }
.art-fragrance i { position: absolute; width: 83px; height: 98px; left: 15px; bottom: 2px; border: 1px solid var(--graphite); background: linear-gradient(145deg, rgba(255,255,255,.85), rgba(215,255,67,.5)); border-radius: 9px 9px 20px 20px; box-shadow: 12px 12px 0 rgba(36,35,35,.09); }
.art-fragrance b { position: absolute; width: 38px; height: 30px; top: 2px; left: 37px; border: 1px solid var(--graphite); background: #eee9e5; }

.products { padding-block: 120px 140px; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 60px; margin-bottom: 54px; }
.section-heading .eyebrow { margin-bottom: 16px; }
.section-heading h2, .editorial-copy h2, .lookbook h2, .newsletter h2 { margin: 0; font-size: clamp(46px, 5.5vw, 84px); font-weight: 500; line-height: 1.05; letter-spacing: -.05em; }
.section-heading > p { max-width: 420px; margin: 0 0 7px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.filter-bar { margin-bottom: 24px; padding-block: 14px; display: flex; align-items: center; gap: 8px; border-top: 1px solid var(--graphite); border-bottom: 1px solid var(--line); }
.filter-button { padding: 8px 16px; border: 1px solid var(--line); border-radius: 30px; background: var(--paper); cursor: pointer; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; }
.filter-button:hover, .filter-button.is-active { border-color: var(--graphite); background: var(--graphite); color: var(--paper); }
.result-count { margin-left: auto; color: var(--muted); font-family: var(--mono); font-size: 9px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px 18px; align-items: start; }
.product-card { min-width: 0; }
.product-card.is-hidden { display: none; }
.product-card-tall { grid-row: span 2; }
.product-card-wide { grid-column: span 2; }
.product-media { height: clamp(330px, 34vw, 510px); position: relative; overflow: hidden; border: 1px solid var(--line); }
.product-card-tall .product-media { height: clamp(500px, 52vw, 790px); }
.product-card-wide .product-media { height: clamp(330px, 34vw, 510px); }
.tone-pink { background: linear-gradient(145deg, #f8e1e8, #edc2cf); }
.tone-cream { background: linear-gradient(145deg, #f7f1e7, #eadfcd); }
.tone-lime { background: linear-gradient(145deg, #f6f3e9 30%, #e4f5aa); }
.tone-blue { background: linear-gradient(145deg, #e9f0f1, #cddce0); }
.tone-plum { background: linear-gradient(145deg, #f0d8dd, #c98f9b); }
.tone-white { background: linear-gradient(145deg, #fbfaf6, #dedbd4); }
.product-media::before { content: ""; position: absolute; width: 80%; aspect-ratio: 1; left: 10%; top: 12%; border: 1px solid rgba(36,35,35,.18); border-radius: 50%; }
.product-badge { position: absolute; z-index: 3; top: 15px; left: 15px; padding: 7px 10px; background: var(--lime); font-family: var(--mono); font-size: 9px; letter-spacing: .09em; }
.heart-button { position: absolute; z-index: 4; top: 14px; right: 14px; width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--graphite); border-radius: 50%; background: rgba(255,255,255,.55); cursor: pointer; font-size: 20px; }
.heart-button.is-active { background: var(--graphite); color: var(--pink); }
.media-shadow { position: absolute; z-index: 1; width: 48%; height: 8%; left: 27%; bottom: 11%; border-radius: 50%; background: rgba(53,33,39,.18); filter: blur(12px); transform: skew(-24deg); }
.cosmetic { position: absolute; z-index: 2; left: 50%; top: 50%; filter: drop-shadow(17px 22px 12px rgba(55,35,40,.15)); transition: transform .4s ease; }
.product-card:hover .cosmetic { transform: translate(-50%, -52%) rotate(-2deg); }
.serum { width: 32%; height: 55%; transform: translate(-50%, -50%) rotate(3deg); }
.serum i { display: block; width: 44%; height: 24%; margin: 0 auto -2px; border: 1px solid var(--graphite); background: linear-gradient(90deg, #333, #777, #292929); border-radius: 6px 6px 0 0; }
.serum b { display: block; height: 77%; border: 1px solid var(--graphite); border-radius: 42% 42% 12% 12% / 18% 18% 8% 8%; background: linear-gradient(120deg, rgba(255,255,255,.85), rgba(236,197,208,.5)); backdrop-filter: blur(4px); }
.serum b::after { content: ""; position: absolute; width: 40%; aspect-ratio: 1; left: 30%; top: 48%; border: 1px solid var(--graphite); border-radius: 50%; background: var(--paper); }
.cushion { width: 50%; aspect-ratio: 1; transform: translate(-50%, -40%) rotate(-11deg); }
.cushion i, .cushion b { position: absolute; inset: 0; border: 1px solid var(--graphite); border-radius: 50%; }
.cushion i { background: linear-gradient(145deg, #fff, #eac9d1); box-shadow: 15px 18px 0 #d3acae; }
.cushion b { inset: 24%; background: var(--pink); }
.cushion b::after { content: ""; position: absolute; inset: 37%; border-radius: 50%; background: var(--lime); }
.perfume { width: 39%; height: 50%; transform: translate(-50%, -43%) rotate(4deg); }
.perfume i { display: block; width: 45%; height: 24%; margin: 0 auto -1px; border: 1px solid var(--graphite); border-radius: 3px; background: linear-gradient(90deg,#cbc8c2,#f4f2ef,#bcb8b1); }
.perfume b { display: block; position: relative; height: 78%; border: 1px solid var(--graphite); border-radius: 8px 8px 17px 17px; background: linear-gradient(120deg, rgba(255,255,255,.8), rgba(218,240,144,.5)); }
.perfume b::after { content: ""; position: absolute; width: 62%; height: 40%; left: 19%; top: 31%; border: 1px solid var(--graphite); background: rgba(255,250,250,.6); }
.tube { width: 34%; height: 58%; transform: translate(-50%, -42%) rotate(-8deg); }
.tube i { display: block; height: 86%; border: 1px solid var(--graphite); border-radius: 45% 45% 10px 10px / 7% 7% 3px 3px; background: linear-gradient(105deg, #edf4f4, #b7cfd2); clip-path: polygon(8% 0,92% 0,100% 100%,0 100%); }
.tube b { display: block; width: 86%; height: 15%; margin: -1px auto 0; border: 1px solid var(--graphite); border-radius: 0 0 4px 4px; background: #f8faf9; }
.lipstick { width: 18%; height: 61%; transform: translate(-50%, -45%) rotate(13deg); }
.lipstick i { display: block; height: 48%; width: 42%; margin: 0 auto -2px; background: #8f3f52; border: 1px solid var(--graphite); border-radius: 80% 20% 0 0; }
.lipstick b { display: block; height: 55%; border: 1px solid var(--graphite); background: linear-gradient(100deg, #272323, #766268, #211e1f); }
.swatch { position: absolute; z-index: 1; border: 1px solid rgba(36,35,35,.4); border-radius: 50%; }
.swatch-one { width: 110px; height: 58px; left: 13%; top: 35%; background: #a95d6b; transform: rotate(-13deg); }
.swatch-two { width: 88px; height: 45px; right: 12%; bottom: 19%; background: #e9aeb4; transform: rotate(18deg); }
.mist { width: 29%; height: 58%; transform: translate(-50%, -46%) rotate(-2deg); }
.mist i { display: block; width: 62%; height: 20%; margin: 0 auto -1px; border: 1px solid var(--graphite); background: linear-gradient(90deg,#292929,#666,#252525); border-radius: 3px 3px 0 0; }
.mist b { display: block; position: relative; height: 81%; border: 1px solid var(--graphite); border-radius: 12px 12px 4px 4px; background: linear-gradient(110deg, rgba(255,255,255,.9), rgba(222,217,207,.45)); }
.mist b::after { content: ""; position: absolute; inset: 40% 18% 20%; border: 1px solid var(--graphite); background: rgba(255,255,255,.6); }
.product-info { padding-top: 17px; display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid var(--graphite); }
.product-info p { margin: 0 0 7px; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .07em; }
.product-info h3 { margin: 0; font-size: 16px; font-weight: 500; letter-spacing: .04em; }
.price-row { min-width: 90px; display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.price-row strong { font-family: var(--mono); font-size: 12px; }
.add-button { width: 34px; height: 34px; border: 1px solid var(--graphite); border-radius: 50%; background: var(--paper); cursor: pointer; font-size: 20px; line-height: 1; transition: background .2s, transform .2s; }
.add-button:hover { background: var(--lime); transform: rotate(90deg); }

.editorial { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 820px; background: var(--pink); border-block: 1px solid var(--graphite); }
.editorial-art { position: relative; min-height: 720px; overflow: hidden; background: linear-gradient(145deg, #dbc7ca, #f7e8e8 48%, #cbb9bd); border-right: 1px solid var(--graphite); }
.editorial-art::before { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(36,35,35,.35); border-radius: 50% 50% 4px 4px; }
.glass-orb { position: absolute; border: 1px solid var(--graphite); border-radius: 50%; background: radial-gradient(circle at 32% 29%, rgba(255,255,255,.95), rgba(235,232,224,.2) 48%, rgba(158,143,144,.32)); box-shadow: inset -20px -20px 35px rgba(107,85,91,.15), 22px 24px 34px rgba(64,43,49,.15); }
.orb-one { width: 34%; aspect-ratio: 1; left: 12%; top: 24%; }
.orb-two { width: 23%; aspect-ratio: 1; right: 12%; bottom: 15%; }
.glass-bottle { position: absolute; width: 24%; height: 46%; left: 46%; top: 32%; filter: drop-shadow(27px 27px 20px rgba(65,42,49,.18)); transform: rotate(9deg); }
.glass-bottle span { display: block; width: 50%; height: 18%; margin: auto; border: 1px solid var(--graphite); background: var(--graphite); }
.glass-bottle i { display: block; height: 84%; border: 1px solid var(--graphite); border-radius: 45% 45% 20px 20px / 14% 14% 8% 8%; background: linear-gradient(120deg, rgba(255,255,255,.78), rgba(235,215,217,.4)); }
.editorial-art > p { position: absolute; left: 6%; bottom: 5%; display: flex; flex-direction: column; gap: 5px; margin: 0; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.editorial-art > p strong { font-size: 15px; }
.editorial-copy { padding: clamp(70px, 9vw, 140px) clamp(36px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.editorial-copy h2 { font-size: clamp(49px, 5.3vw, 80px); }
.editorial-copy .lead { max-width: 540px; margin: 32px 0 35px; color: var(--muted); font-size: 14px; line-height: 2; }
.routine-list { margin: 0 0 35px; padding: 0; list-style: none; border-top: 1px solid var(--graphite); }
.routine-list li { padding: 18px 0; display: grid; grid-template-columns: 50px 1fr; border-bottom: 1px solid var(--line); }
.routine-list li > span { font-family: var(--mono); font-size: 9px; }
.routine-list strong { font-size: 14px; font-weight: 600; }
.routine-list p { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.underlined-link { align-self: flex-start; padding-bottom: 6px; border-bottom: 1px solid var(--graphite); font-family: var(--mono); font-size: 11px; letter-spacing: .08em; }

.lookbook { padding-block: 140px; display: grid; grid-template-columns: .72fr 1.15fr .13fr; align-items: center; gap: 0; }
.lookbook-copy { position: relative; z-index: 3; padding-right: 44px; }
.lookbook-copy h2 { font-size: clamp(45px, 5vw, 76px); }
.lookbook-copy > p:not(.eyebrow) { max-width: 430px; margin: 30px 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.dark-button { background: var(--graphite); color: var(--paper); }
.dark-button:hover { box-shadow: 5px 5px 0 var(--pink-deep); }
.lookbook-canvas { position: relative; min-height: 680px; overflow: hidden; background: linear-gradient(145deg, #dec0c5, #f5e2e2 52%, #caa3ab); border: 1px solid var(--graphite); }
.lookbook-canvas::after { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(36,35,35,.25); }
.look-oval { position: absolute; width: 72%; aspect-ratio: .75; left: 14%; top: 4%; border: 1px solid rgba(36,35,35,.55); border-radius: 50%; background: rgba(255,255,255,.12); }
.look-face { position: absolute; z-index: 1; width: 38%; height: 66%; left: 32%; top: 14%; border-radius: 46% 48% 43% 50% / 36% 38% 62% 62%; background: linear-gradient(120deg, #f3cec5, #fee4d9 58%, #ddaba8); box-shadow: 20px 18px 0 rgba(62,42,48,.19); transform: rotate(-4deg); }
.look-face::before { content: ""; position: absolute; width: 54%; height: 32%; left: 20%; top: 27%; border-top: 2px solid #3d3032; border-radius: 50%; }
.look-eye { position: absolute; z-index: 2; width: 13%; height: 5%; left: 43%; top: 40%; border-bottom: 3px solid #473438; border-radius: 50%; transform: rotate(-2deg); }
.look-lips { position: absolute; z-index: 2; width: 12%; height: 4%; left: 48%; top: 60%; background: #914454; border-radius: 65% 42% 58% 40%; transform: rotate(-5deg); box-shadow: inset 0 -4px 0 rgba(103,39,54,.45); }
.look-brush { position: absolute; z-index: 3; width: 8%; height: 48%; left: 69%; bottom: -4%; background: linear-gradient(90deg,#292526,#7f666c,#272324); border: 1px solid var(--graphite); border-radius: 50% 50% 5px 5px; transform: rotate(28deg); transform-origin: bottom; }
.look-brush::before { content: ""; position: absolute; width: 155%; height: 19%; left: -27%; top: -10%; border: 1px solid var(--graphite); border-radius: 50% 50% 8px 8px; background: #b76472; }
.look-caption { position: absolute; z-index: 4; left: 6%; right: 6%; bottom: 5%; padding-top: 11px; display: flex; justify-content: space-between; border-top: 1px solid var(--graphite); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.look-palette { align-self: stretch; display: flex; flex-direction: column; }
.look-palette > span { flex: 1; min-height: 120px; position: relative; background: var(--swatch-color); border: 1px solid var(--graphite); border-left: 0; }
.look-palette i { position: absolute; right: 8px; bottom: 8px; font-family: var(--mono); font-size: 8px; font-style: normal; }

.newsletter { margin-bottom: 88px; padding: 72px clamp(30px, 6vw, 90px); display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 9vw; border: 1px solid var(--graphite); background: var(--lime); }
.newsletter h2 { font-size: clamp(40px, 4.5vw, 68px); }
.newsletter-form label { display: block; margin-bottom: 10px; font-family: var(--mono); font-size: 9px; letter-spacing: .12em; }
.input-row { display: flex; border-bottom: 1px solid var(--graphite); }
.input-row input { width: 100%; min-width: 0; padding: 16px 2px; border: 0; background: transparent; outline: 0; font-size: 14px; }
.input-row input::placeholder { color: rgba(36,35,35,.65); }
.input-row input:focus-visible { outline: 2px solid var(--graphite); outline-offset: -2px; }
.input-row button { flex: none; border: 0; background: transparent; cursor: pointer; font-family: var(--mono); font-size: 10px; font-weight: 700; }
.form-message { margin: 11px 0 0; font-size: 10px; }
.service-row { min-height: 84px; padding: 20px 3.2vw; display: flex; align-items: center; gap: 28px; border-top: 1px solid var(--graphite); background: var(--paper); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; }
.service-row i { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); border: 1px solid var(--graphite); }
.service-row a { margin-left: auto; padding-bottom: 5px; border-bottom: 1px solid var(--graphite); }

.search-dialog {
  width: min(720px, calc(100% - 30px)); padding: 34px; border: 1px solid var(--graphite); background: var(--paper); color: var(--graphite);
  box-shadow: 16px 16px 0 rgba(36,35,35,.18);
}
.search-dialog::backdrop { background: rgba(35,30,31,.55); backdrop-filter: blur(5px); }
.dialog-head { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 25px; border-bottom: 1px solid var(--graphite); }
.dialog-head p { margin: 0 0 8px; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.dialog-head h2 { margin: 0; font-size: 36px; font-weight: 500; }
.close-button { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--graphite); border-radius: 50%; background: transparent; cursor: pointer; font-size: 24px; line-height: 1; }
.close-button:hover { background: var(--lime); }
.search-field { margin-top: 35px; display: flex; align-items: center; gap: 13px; border-bottom: 1px solid var(--graphite); }
.search-field svg { width: 23px; flex: none; }
.search-field input { width: 100%; padding: 18px 0; border: 0; background: transparent; outline: 0; font-size: 18px; }
.search-suggestions { margin-top: 30px; }
.search-suggestions p { font-family: var(--mono); font-size: 9px; }
.search-suggestions div { display: flex; flex-wrap: wrap; gap: 8px; }
.search-suggestions button { padding: 8px 13px; border: 1px solid var(--line); border-radius: 30px; background: transparent; cursor: pointer; font-size: 11px; }
.search-suggestions button:hover { border-color: var(--graphite); background: var(--pink); }
.search-result { min-height: 20px; margin: 25px 0 0; color: var(--muted); font-size: 12px; }
.drawer-backdrop { position: fixed; z-index: 89; inset: 0; background: rgba(35,30,31,.55); backdrop-filter: blur(4px); }
.bag-drawer { position: fixed; z-index: 90; top: 0; right: 0; width: min(440px, 100%); height: 100dvh; padding: 30px; display: flex; flex-direction: column; background: var(--paper); border-left: 1px solid var(--graphite); transform: translateX(105%); transition: transform .35s ease; visibility: hidden; }
.bag-drawer.is-open { transform: translateX(0); visibility: visible; }
.drawer-count { font-family: var(--mono); font-size: 16px; }
.bag-items { flex: 1; overflow: auto; padding-block: 22px; }
.empty-bag { height: 100%; min-height: 260px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-bag > span { width: 54px; height: 54px; margin-bottom: 18px; display: grid; place-items: center; border: 1px solid var(--graphite); border-radius: 50%; background: var(--pink); font-size: 27px; }
.empty-bag strong { font-size: 15px; }
.empty-bag p { color: var(--muted); font-size: 12px; }
.bag-line { padding: 15px 0; display: grid; grid-template-columns: 54px 1fr auto; gap: 13px; align-items: center; border-bottom: 1px solid var(--line); }
.bag-line-visual { width: 54px; height: 65px; display: grid; place-items: center; background: var(--pink); border: 1px solid var(--line); }
.bag-line-visual::before { content: ""; width: 19px; height: 39px; border: 1px solid var(--graphite); border-radius: 8px 8px 3px 3px; background: linear-gradient(120deg,#fff,#e4bdc7); }
.bag-line strong { display: block; font-size: 12px; }
.bag-line small { color: var(--muted); font-size: 9px; }
.bag-line > span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-family: var(--mono); font-size: 9px; }
.drawer-shop { width: 100%; }
.toast { position: fixed; z-index: 150; left: 50%; bottom: 25px; padding: 12px 18px; background: var(--graphite); color: var(--paper); font-size: 11px; box-shadow: 4px 4px 0 var(--lime); transform: translate(-50%, 140%); opacity: 0; transition: transform .25s, opacity .25s; }
.toast.is-visible { transform: translate(-50%, 0); opacity: 1; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.65,.25,1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  :root { --page: min(100% - 32px, 1440px); }
  .site-header { grid-template-columns: 1fr auto; min-height: 74px; }
  .site-nav { position: absolute; left: 0; right: 0; top: 100%; padding: 18px 24px; justify-content: center; border-bottom: 1px solid var(--graphite); background: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .22s ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { padding: 10px; }
  .site-nav a::after { bottom: 5px; }
  .header-actions { grid-column: 2; grid-row: 1; margin-right: 52px; }
  .menu-toggle { position: absolute; right: 3.2vw; top: 19px; width: 38px; height: 36px; padding: 10px; display: flex; flex-direction: column; justify-content: center; gap: 6px; }
  .menu-toggle span:not(.sr-only) { height: 1px; width: 100%; background: var(--graphite); transition: transform .2s; }
  .hero { min-height: auto; grid-template-columns: .78fr 1.12fr 70px; }
  .hero-copy { padding-top: 90px; }
  .hero-visual { min-height: 610px; }
  .hero h1 { font-size: clamp(65px, 9vw, 100px); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card-wide { grid-column: span 1; }
  .product-card-tall { grid-row: span 1; }
  .product-card-tall .product-media, .product-media, .product-card-wide .product-media { height: clamp(380px, 51vw, 560px); }
  .lookbook { grid-template-columns: .8fr 1.2fr; }
  .lookbook-canvas { min-height: 590px; }
  .look-palette { grid-column: 1 / 3; flex-direction: row; }
  .look-palette > span { min-height: 65px; border-left: 1px solid var(--graphite); border-top: 0; }
}

@media (max-width: 760px) {
  :root { --page: min(100% - 24px, 1440px); }
  .announcement { min-height: 31px; padding-inline: 12px; }
  .announcement .text-button { display: none; }
  .site-header { min-height: 66px; padding-inline: 12px; }
  .brand-name { max-width: 160px; font-size: 9px; }
  .brand-mark { width: 28px; height: 28px; }
  .header-actions { margin-right: 46px; }
  .header-actions .icon-button { display: none; }
  .bag-button { width: 35px; padding: 0; border: 0; font-size: 0; }
  .bag-count { font-size: 10px; }
  .menu-toggle { right: 12px; top: 15px; }
  .site-nav { padding: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
  .site-nav a { border-bottom: 1px solid var(--line); font-size: 11px; }
  .site-nav a:last-child { grid-column: span 2; }
  .hero { display: grid; grid-template-columns: 1fr 44px; grid-template-rows: auto auto; }
  .hero-copy { grid-column: 1 / 3; padding: 63px 18px 50px; }
  .hero-copy .eyebrow { max-width: none; }
  .hero h1 { font-size: clamp(70px, 24vw, 108px); }
  .hero h1 em { font-size: .41em; text-decoration-thickness: 8px; }
  .hero-intro { margin-top: 30px; font-size: 13px; }
  .hero-actions { margin-top: 12px; }
  .primary-button { gap: 30px; }
  .hero-visual { grid-column: 1; grid-row: 2; min-height: 560px; border-top: 1px solid var(--graphite); border-left: 0; }
  .hero-aside { grid-column: 2; grid-row: 2; border-top: 1px solid var(--graphite); padding: 18px 12px; }
  .category-strip { width: 100%; grid-template-columns: 1fr; border-left: 0; }
  .category-link { min-height: 175px; border-right: 0; }
  .category-art { width: 90px; height: 105px; left: 70%; }
  .category-copy strong { font-size: 22px; }
  .products { padding-block: 82px 92px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 38px; }
  .section-heading h2, .editorial-copy h2, .lookbook h2, .newsletter h2 { font-size: clamp(43px, 14vw, 64px); }
  .filter-bar { overflow-x: auto; scrollbar-width: none; }
  .filter-button { flex: none; }
  .result-count { flex: none; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 38px 10px; }
  .product-card-tall, .product-card-wide { grid-column: span 2; }
  .product-media { height: 60vw; }
  .product-card-tall .product-media, .product-card-wide .product-media { height: 112vw; max-height: 650px; }
  .product-info { flex-direction: column; gap: 9px; }
  .product-info h3 { font-size: 14px; }
  .price-row { justify-content: space-between; }
  .editorial { grid-template-columns: 1fr; }
  .editorial-art { min-height: 540px; border-right: 0; border-bottom: 1px solid var(--graphite); }
  .editorial-copy { padding: 72px 20px; }
  .editorial-copy .lead { margin-block: 27px; }
  .lookbook { padding-block: 90px; grid-template-columns: 1fr; }
  .lookbook-copy { padding: 0 8px 42px; }
  .lookbook-canvas { min-height: 540px; }
  .look-palette { grid-column: 1; }
  .look-palette > span { min-height: 52px; }
  .newsletter { margin-bottom: 55px; padding: 46px 22px; grid-template-columns: 1fr; gap: 48px; }
  .service-row { flex-wrap: wrap; gap: 14px 18px; }
  .service-row a { width: 100%; margin: 8px 0 0; }
  .search-dialog { padding: 23px 18px; }
  .dialog-head h2 { font-size: 29px; }
  .bag-drawer { padding: 22px 18px; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 21vw; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card, .product-card-tall, .product-card-wide { grid-column: 1; }
  .product-media, .product-card-tall .product-media, .product-card-wide .product-media { height: 112vw; }
  .product-info { flex-direction: row; }
  .price-row { flex-direction: column; align-items: flex-end; justify-content: flex-start; }
  .input-row { flex-direction: column; }
  .input-row button { align-self: flex-start; padding: 14px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (forced-colors: active) {
  .announcement-dot, .brand-mark i:last-child, .bag-count, .product-badge, .service-row i { forced-color-adjust: none; background: CanvasText; }
}
