:root {
  --ink: #17121d;
  --night: #100b16;
  --paper: #fbf9fc;
  --surface: #ffffff;
  --soft: #f1edf4;
  --pink: #ff3c9e;
  --pink-dark: #b91465;
  --violet: #7447ff;
  --cyan: #2ee9df;
  --lime: #c9ff5c;
  --yellow: #ffe66b;
  --muted: #6e6574;
  --line: rgba(23, 18, 29, .12);
  --shadow: 0 24px 70px rgba(38, 21, 48, .12);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font: 16px/1.58 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
h1, h2, h3, h4, p, a { overflow-wrap: anywhere; }
h1, h2, h3 { margin: 0 0 .55em; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.02; letter-spacing: -.045em; }
h1 { font-size: clamp(3rem, 6.6vw, 6.8rem); font-weight: 880; }
h2 { font-size: clamp(2.1rem, 4.2vw, 4.25rem); font-weight: 840; }
h3 { font-size: 1.35rem; font-weight: 800; }
p { margin: 0 0 1em; }
.shell { width: min(1280px, calc(100% - 48px)); margin-inline: auto; }
.reading { width: min(790px, calc(100% - 48px)); }
.section { padding: clamp(72px, 8vw, 112px) 0; }
.kicker { margin-bottom: 14px; color: var(--pink-dark); font-size: .73rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.lead { max-width: 780px; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.55; }
.section-heading { max-width: 930px; margin-bottom: 42px; }
.section-heading > p:last-child { max-width: 760px; color: var(--muted); font-size: 1.05rem; }
.button, .product-cta { display: inline-flex; min-width: 0; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 0; border-radius: 999px; color: #fff; background: linear-gradient(120deg, var(--pink), var(--violet)); font-weight: 850; line-height: 1.25; text-align: center; text-decoration: none; transition: filter .18s, transform .18s; }
.button:hover, .product-cta:hover { filter: brightness(1.08); transform: translateY(-2px); }
.text-link { font-weight: 850; }
.skip { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 15px; transform: translateY(-160%); color: #fff; background: #000; }
.skip:focus { transform: none; }
.disclosure { min-height: 30px; padding: 5px 20px; color: rgba(255,255,255,.82); background: #0b0710; text-align: center; font-size: .74rem; }
.disclosure p { margin: 0; }
.disclosure a { color: #fff; font-weight: 850; }
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(16, 11, 22, .9); backdrop-filter: blur(18px); }
.header-row { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 26px; }
.brand-lockup { display: grid; justify-items: center; width: 165px; color: #fff; text-decoration: none; }
.brand-lockup .crazy-logo { width: 165px; max-height: 44px; object-fit: contain; }
.brand-lockup > span { display: flex; align-items: center; gap: 6px; margin-top: 3px; font-size: .58rem; font-weight: 750; }
.brand-lockup > span img { width: 70px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(14px, 1.8vw, 27px); }
.desktop-nav a { position: relative; color: rgba(255,255,255,.86); font-size: .84rem; font-weight: 760; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; transform: scaleX(0); transform-origin: right; background: linear-gradient(90deg, var(--pink), var(--cyan)); transition: transform .2s; }
.desktop-nav a:hover { color: #fff; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.mobile-nav { display: none; position: relative; color: #fff; }
.mobile-nav summary { list-style: none; padding: 9px 14px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; cursor: pointer; font-size: .82rem; font-weight: 800; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav > div { position: absolute; right: 0; top: calc(100% + 12px); display: grid; width: min(350px, calc(100vw - 28px)); max-height: 70vh; overflow-y: auto; padding: 12px; border: 1px solid var(--line); border-radius: 22px; color: var(--ink); background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
.mobile-nav a { padding: 11px 12px; border-radius: 11px; font-size: .9rem; font-weight: 780; text-decoration: none; }
.mobile-nav a:hover { background: var(--soft); }
.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 85% 16%, rgba(46,233,223,.26), transparent 25%), radial-gradient(circle at 12% 90%, rgba(255,60,158,.32), transparent 28%), linear-gradient(130deg, #100a18 0%, #21102f 56%, #17122c 100%); }
.hero::before { content: ""; position: absolute; top: -22%; left: 43%; width: 420px; aspect-ratio: 1; border-radius: 50%; background: rgba(116,71,255,.2); filter: blur(55px); }
.hero-grid { position: relative; display: grid; min-height: 610px; grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr); align-items: center; gap: clamp(38px, 5vw, 76px); padding-block: 44px; }
.hero-copy { position: relative; z-index: 2; min-width: 0; }
.hero .kicker { color: var(--cyan); }
.hero h1 { max-width: 760px; margin-bottom: 22px; background: linear-gradient(112deg, #fff 5%, #ffd8ee 48%, #8cfbf4 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .lead { max-width: 650px; color: rgba(255,255,255,.76); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin: 26px 0 20px; }
.hero .text-link { color: #fff; }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.hero-points li { padding: 7px 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.05); font-size: .73rem; font-weight: 750; }
.hero figure { position: relative; min-width: 0; margin: 0; }
.hero figure::after { content: ""; position: absolute; right: -12px; bottom: 18px; width: 34%; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(135deg, var(--pink), var(--violet)); filter: blur(28px); opacity: .65; }
.hero figure img { position: relative; z-index: 1; width: 100%; height: 500px; border: 1px solid rgba(255,255,255,.18); border-radius: 42px; object-fit: cover; object-position: 55% center; box-shadow: 0 35px 90px rgba(0,0,0,.38); }
.hero figcaption { position: absolute; z-index: 2; right: 18px; bottom: 18px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #fff; background: rgba(16,11,22,.66); backdrop-filter: blur(12px); font-size: .72rem; font-weight: 760; }
.universes { background: #fff; }
.universe-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; }
.universe-card { position: relative; display: flex; min-height: 245px; min-width: 0; overflow: hidden; flex-direction: column; padding: 26px; border: 1px solid rgba(255,255,255,.6); border-radius: var(--radius); color: #fff; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.universe-card::before { content: ""; position: absolute; right: -45px; bottom: -55px; width: 155px; aspect-ratio: 1; border: 28px solid rgba(255,255,255,.17); border-radius: 50%; }
.universe-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.universe-card > * { position: relative; z-index: 1; }
.universe-card > span { color: rgba(255,255,255,.68); font-size: .76rem; font-weight: 900; }
.universe-card strong { margin-top: auto; font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 850; line-height: 1.05; letter-spacing: -.035em; }
.universe-card small { margin-top: 8px; color: rgba(255,255,255,.74); font-weight: 800; }
.universe-card p { max-width: 520px; margin: 14px 0 0; color: rgba(255,255,255,.8); font-size: .84rem; }
.universe-card.u1 { grid-column: span 7; background: linear-gradient(135deg, #ec277f, #8b35e7); }
.universe-card.u2 { grid-column: span 5; color: var(--ink); background: linear-gradient(135deg, #aef5ee, #5fe2d7); }
.universe-card.u2 > span, .universe-card.u2 small, .universe-card.u2 p { color: rgba(23,18,29,.68); }
.universe-card.u3 { grid-column: span 4; background: linear-gradient(135deg, #462866, #171023); }
.universe-card.u4 { grid-column: span 4; background: linear-gradient(135deg, #315be6, #2bbcd6); }
.universe-card.u5 { grid-column: span 4; color: var(--ink); background: linear-gradient(135deg, #d8ff76, #a3eb65); }
.universe-card.u5 > span, .universe-card.u5 small, .universe-card.u5 p { color: rgba(23,18,29,.68); }
.shade-finder { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, #171020, #2c153b 58%, #102d36); }
.shade-finder::after { content: ""; position: absolute; right: -8vw; top: -180px; width: 420px; aspect-ratio: 1; border-radius: 50%; background: rgba(255,60,158,.2); filter: blur(45px); }
.shade-finder .shell { position: relative; z-index: 1; }
.shade-finder .kicker { color: var(--cyan); }
.shade-finder .section-heading > p:last-child { color: rgba(255,255,255,.68); }
.shade-tool { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 9px; }
.shade-tool > input { position: absolute; opacity: 0; pointer-events: none; }
.shade-tool > label { min-width: 0; padding: 12px 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; cursor: pointer; text-align: center; font-size: .76rem; font-weight: 800; }
.shade-tool > label::before { content: ""; display: inline-block; width: 10px; height: 10px; margin-right: 6px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: var(--swatch); vertical-align: 0; }
.shade-tool > input:focus-visible + label { outline: 3px solid var(--cyan); outline-offset: 3px; }
.shade-tool > input:checked + label { color: var(--ink); background: #fff; }
.shade-results { grid-column: 1 / -1; margin-top: 14px; }
.shade-result { display: none; padding: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: rgba(255,255,255,.07); }
.shade-result p { font-size: 1rem; }
.shade-result a { font-weight: 760; }
#shade-roses:checked ~ .shade-results .roses, #shade-rouges:checked ~ .shade-results .rouges, #shade-violets:checked ~ .shade-results .violets, #shade-bleus:checked ~ .shade-results .bleus, #shade-verts:checked ~ .shade-results .verts, #shade-oranges-jaunes:checked ~ .shade-results .oranges-jaunes, #shade-neutres:checked ~ .shade-results .neutres { display: block; }
.style-preview { overflow: hidden; color: #fff; background: #0d0912; }
.style-preview-head { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 44px; margin-bottom: 42px; }
.style-preview .kicker { color: var(--cyan); }
.style-preview h2 { color: #fff; }
.style-preview-head > p { color: rgba(255,255,255,.68); }
.style-preview-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.style-preview-card { position: relative; display: flex; min-height: 330px; min-width: 0; overflow: hidden; flex-direction: column; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; color: #fff; text-decoration: none; isolation: isolate; }
.style-preview-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(145deg, #ff3c9e, #7439d5); }
.style-preview-card.cherry-cola::before { background: linear-gradient(145deg, #3b0719, #d92739); }
.style-preview-card.candy-cloud::before { background: linear-gradient(145deg, #ffbedd, #9b85ff); }
.style-preview-card.electric-blue::before { background: linear-gradient(145deg, #09164e, #168df3); }
.style-preview-card::after { content: ""; position: absolute; right: -50px; bottom: -65px; z-index: -1; width: 190px; aspect-ratio: 1; border: 28px solid rgba(255,255,255,.14); border-radius: 50%; }
.style-preview-card > span { font-size: .7rem; font-weight: 900; }
.style-preview-card strong { position: relative; z-index: 2; margin-top: auto; font-size: clamp(1.35rem, 2.2vw, 2.15rem); line-height: 1; }
.style-preview-card small { position: relative; z-index: 2; margin-top: 7px; color: rgba(255,255,255,.78); font-weight: 750; }
.style-preview-card img { position: absolute; z-index: 1; top: 25px; right: -15px; width: 65%; height: 210px; object-fit: contain; transform: rotate(8deg); filter: drop-shadow(0 22px 24px rgba(0,0,0,.28)); transition: transform .2s; }
.style-preview-card:hover img { transform: rotate(3deg) scale(1.06); }
.stylebook-button { margin-top: 28px; }
.pro-preview { color: #fff; background: linear-gradient(110deg, #5a1db5, #e81e85 55%, #ff7d3b); }
.pro-preview .kicker { color: #fff5a8; }
.pro-preview h2 { color: #fff; }
.pro-preview p { color: rgba(255,255,255,.82); }
.pro-preview-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 42px; }
.pro-preview .button { color: var(--ink); background: #fff; }
.best, .related, .guide-products { background: var(--soft); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.product-card { position: relative; display: flex; min-width: 0; max-width: 100%; overflow: hidden; contain: paint; isolation: isolate; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 10px 34px rgba(38,21,48,.06); transition: transform .18s, box-shadow .18s; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(38,21,48,.12); }
.product-card::before { content: ""; position: absolute; z-index: 2; top: 14px; left: 14px; width: 9px; height: 42px; border-radius: 999px; background: var(--swatch, var(--pink)); box-shadow: 0 0 22px var(--swatch, var(--pink)); }
.product-media { display: grid; width: 100%; height: 270px; place-items: center; overflow: hidden; padding: 24px; background: linear-gradient(145deg, #fff, #f5f1f7); }
.card-discount, .hero-discount { position: absolute; z-index: 3; top: 14px; right: 14px; padding: 7px 10px; border-radius: 999px; color: #fff; background: var(--pink-dark); font-size: .72rem; font-weight: 900; box-shadow: 0 8px 20px rgba(185,20,101,.2); }
.product-media img { width: 82%; height: 100%; object-fit: contain; }
.product-copy { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 20px; border-top: 1px solid var(--line); }
.product-family { color: var(--pink-dark); font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-copy h2, .product-copy h3 { min-width: 0; margin-top: 9px; font-size: 1rem; line-height: 1.28; letter-spacing: -.015em; }
.product-copy h2 a, .product-copy h3 a { color: var(--ink); text-decoration: none; }
.product-copy > p:not(.rating) { color: var(--muted); font-size: .83rem; line-height: 1.48; }
.rating { margin-top: auto; color: #f19813; font-size: .8rem; }
.rating .stars { color: #f19813; letter-spacing: .04em; }
.rating span { color: var(--muted); }
.rating.large { margin-top: 18px; font-size: .96rem; }
.rating.empty { color: var(--muted); font-weight: 720; }
.product-bottom { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 8px; margin: auto 0 12px; padding-top: 14px; }
.price-stack { display: grid; grid-template-columns: auto auto; align-items: baseline; gap: 3px 10px; }
.price-stack .old-price { grid-column: 1 / -1; color: var(--muted); font-size: .76rem; }
.price-stack .old-price span { margin-right: 4px; }
.price-stack del { text-decoration-thickness: 1.5px; }
.current-price { font-size: 1.55rem; font-weight: 900; letter-spacing: -.025em; }
.discount-badge { padding: 3px 7px; border-radius: 999px; color: #fff; background: var(--pink-dark); font-size: .68rem; font-weight: 900; }
.price-stack.compact .old-price span { display: none; }
.price-stack.compact .current-price { font-size: 1.14rem; }
.price-stack.compact .discount-badge { font-size: .62rem; }
.stock, .out { color: #187a51; font-size: .7rem; font-weight: 850; text-align: right; }
.out { color: #a43c55; }
.product-detail { display: block; margin: 2px 0 11px; color: var(--pink-dark); font-size: .76rem; font-weight: 850; }
.product-cta { width: 100%; max-width: 100%; min-height: 46px; padding: 10px 13px; white-space: normal; font-size: .76rem; overflow-wrap: anywhere; }
.method { color: #fff; background: #120d18; }
.method .kicker { color: var(--cyan); }
.method ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.method li { min-width: 0; padding: 25px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: rgba(255,255,255,.04); }
.method li > span { color: var(--cyan); font-size: .72rem; font-weight: 900; }
.method h3 { margin-top: 46px; color: #fff; }
.method p { color: rgba(255,255,255,.65); font-size: .9rem; }
.reviews { background: linear-gradient(140deg, #fff2a8, #ffd5ee); }
.review-grid, .faq-grid, .guidance-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.review-card { display: flex; min-width: 0; min-height: 260px; flex-direction: column; padding: 24px; border: 1px solid rgba(255,255,255,.72); border-radius: 24px; background: rgba(255,255,255,.84); box-shadow: 0 14px 38px rgba(58,38,62,.08); }
.review-card .stars { color: #ee8d08; letter-spacing: .09em; }
.review-card blockquote { margin: 10px 0 24px; font-size: 1.08rem; font-weight: 700; }
.review-card footer { display: grid; gap: 4px; margin-top: auto; }
.review-card footer a { font-size: .76rem; }
.review-source { margin-top: 22px; font-size: .78rem; }
.faq-grid details, .product-faq details { min-width: 0; padding: 21px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
summary { cursor: pointer; font-weight: 820; }
details p { margin: 14px 0 0; color: var(--muted); }
.breadcrumb { display: flex; gap: 9px; overflow: hidden; padding-top: 24px; color: var(--muted); font-size: .78rem; white-space: nowrap; }
.breadcrumb span:last-child { overflow: hidden; text-overflow: ellipsis; }
.category-hero, .guide-hero { position: relative; overflow: hidden; padding: clamp(62px, 8vw, 105px) 0; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 90% 20%, rgba(46,233,223,.28), transparent 24%), linear-gradient(130deg, #fce8f4, #ece7ff); }
.category-hero::after, .guide-hero::after { content: ""; position: absolute; right: -90px; bottom: -180px; width: 380px; aspect-ratio: 1; border: 55px solid rgba(255,60,158,.14); border-radius: 50%; }
.category-hero .shell, .guide-hero .shell { position: relative; z-index: 1; }
.category-hero h1, .guide-hero h1 { max-width: 1050px; }
.count { display: inline-block; margin-top: 22px; padding: 8px 13px; border-radius: 999px; color: #fff; background: var(--night); font-size: .8rem; font-weight: 850; }
.catalog-section { background: #fff; }
.color-legend { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.color-legend span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); font-size: .76rem; font-weight: 780; }
.color-legend span::before { content: ""; display: inline-block; width: 10px; height: 10px; margin-right: 6px; border-radius: 50%; background: var(--swatch); }
.category-advice { border-top: 1px solid var(--line); background: linear-gradient(130deg, #f8ffcf, #d5fff8); }
.product-hero { position: relative; overflow: hidden; padding: clamp(56px, 7vw, 92px) 0; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 12%, color-mix(in srgb, var(--swatch) 24%, transparent), transparent 28%), linear-gradient(135deg, #fff, #f2edf5); }
.product-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(42px, 7vw, 92px); }
.product-hero figure { display: grid; width: 100%; height: 510px; min-width: 0; margin: 0; place-items: center; overflow: hidden; padding: 34px; border: 1px solid var(--line); border-radius: 32px; background: #fff; box-shadow: var(--shadow); }
.product-hero figure { position: relative; }
.product-hero figure img { width: 82%; height: 100%; object-fit: contain; }
.product-hero h1 { max-width: 820px; font-size: clamp(2.5rem, 4.6vw, 4.8rem); }
.buy-panel { display: flex; max-width: 620px; min-width: 0; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin-top: 25px; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.82); }
.buy-panel > strong { font-size: 1.5rem; }
.buy-panel .button { width: 100%; max-width: 100%; white-space: normal; }
.no-cart { margin-top: 12px; color: var(--muted); font-size: .8rem; }
.product-portrait { background: #fff; }
.portrait-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: start; gap: clamp(48px, 7vw, 94px); }
.portrait-grid > div > p:not(.kicker) { max-width: 760px; color: var(--muted); font-size: 1.02rem; }
.fact-list { display: grid; gap: 0; margin: 0; border: 1px solid var(--line); border-radius: 26px; background: var(--paper); overflow: hidden; }
.fact-list > div { display: grid; grid-template-columns: minmax(130px, .7fr) minmax(0, 1.3fr); gap: 16px; padding: 17px 20px; border-bottom: 1px solid var(--line); }
.fact-list > div:last-child { border-bottom: 0; }
.fact-list dt { color: var(--muted); font-size: .76rem; font-weight: 850; }
.fact-list dd { margin: 0; font-size: .88rem; font-weight: 760; }
.guidance-grid article { min-width: 0; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.guidance-grid article > span { color: var(--pink); font-size: .72rem; font-weight: 900; }
.guidance-grid h3 { margin-top: 36px; font-size: 1.55rem; }
.product-style { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 85% 10%, color-mix(in srgb, var(--swatch) 50%, transparent), transparent 28%), #110b18; }
.product-style .kicker { color: var(--cyan); }
.product-style h2 { color: #fff; }
.product-style .section-heading > p:last-child { color: rgba(255,255,255,.67); }
.product-style-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-bottom: 28px; }
.product-style-grid article { min-width: 0; min-height: 245px; padding: 26px; border: 1px solid rgba(255,255,255,.14); border-radius: 26px; background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.product-style-grid article > span { color: var(--cyan); font-size: .7rem; font-weight: 900; }
.product-style-grid h3 { margin-top: 58px; color: #fff; font-size: clamp(1.5rem, 2.3vw, 2.35rem); }
.product-style-grid p { color: rgba(255,255,255,.68); }
.product-style > .shell > .text-link { color: #fff; }
.product-reviews { background: linear-gradient(135deg, #fff6b9, #ffd8eb 58%, #d8fdfa); }
.customer-review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.customer-review { display: flex; min-width: 0; min-height: 245px; flex-direction: column; padding: 25px; border: 1px solid rgba(255,255,255,.75); border-radius: 24px; background: rgba(255,255,255,.82); box-shadow: 0 15px 40px rgba(58,38,62,.08); }
.customer-review .stars { color: #e58b08; letter-spacing: .08em; }
.customer-review blockquote { margin: 10px 0 26px; font-size: 1rem; font-weight: 700; }
.customer-review footer { display: grid; gap: 3px; margin-top: auto; }
.customer-review footer span { color: var(--muted); font-size: .75rem; }
.no-product-reviews { padding: 30px; border: 1px solid rgba(255,255,255,.8); border-radius: 24px; background: rgba(255,255,255,.78); }
.no-product-reviews strong { font-size: 1.25rem; }
.no-product-reviews p { max-width: 740px; margin-top: 8px; color: var(--muted); }
.no-product-reviews a { font-weight: 850; }
.safety { color: #fff; background: linear-gradient(135deg, #1b1130, #102f39); }
.safety .kicker { color: var(--cyan); }
.safety h2 { color: #fff; }
.safety-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; }
.safety-grid a { font-weight: 850; }
.product-faq { background: #fff; }
.product-faq details { margin-top: 12px; }
.guide-body { padding: 70px 0; }
.guide-body section { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 20px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.guide-body section > span { color: var(--pink); font-size: .74rem; font-weight: 900; }
.guide-body h2 { font-size: clamp(1.75rem, 3vw, 2.7rem); }
.stylebook-hero { position: relative; overflow: hidden; padding: clamp(85px, 10vw, 145px) 0 70px; color: #fff; background: radial-gradient(circle at 80% 10%, rgba(46,233,223,.25), transparent 26%), radial-gradient(circle at 12% 88%, rgba(255,60,158,.4), transparent 30%), #100b16; }
.stylebook-hero::after { content: "STYLE"; position: absolute; right: -30px; bottom: -75px; color: rgba(255,255,255,.035); font-size: clamp(8rem, 22vw, 22rem); font-weight: 950; line-height: .8; letter-spacing: -.09em; }
.stylebook-hero .shell { position: relative; z-index: 1; }
.stylebook-hero .kicker { color: var(--cyan); }
.stylebook-hero h1 { max-width: 1050px; color: #fff; }
.stylebook-hero .lead { color: rgba(255,255,255,.7); }
.stylebook-index { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; }
.stylebook-index a { padding: 9px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #fff; background: rgba(255,255,255,.06); font-size: .76rem; font-weight: 820; text-decoration: none; }
.stylebook-index span { margin-right: 7px; color: var(--cyan); }
.stylebook-look { min-height: 720px; padding: clamp(82px, 9vw, 132px) 0; scroll-margin-top: 115px; }
.stylebook-look-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: center; gap: clamp(50px, 8vw, 110px); }
.stylebook-look:nth-child(even) .look-copy { order: 2; }
.stylebook-look:nth-child(even) .look-products { order: 1; }
.stylebook-look.split-pop { color: #fff; background: linear-gradient(115deg, #ef2f92 0 50%, #166cde 50%); }
.stylebook-look.cherry-cola { color: #fff; background: radial-gradient(circle at 80% 18%, #e33b3f, transparent 30%), #310713; }
.stylebook-look.candy-cloud { background: linear-gradient(125deg, #ffd3e9, #d8ccff 55%, #c9fff7); }
.stylebook-look.electric-blue { color: #fff; background: radial-gradient(circle at 15% 90%, #1476ff, transparent 35%), #07123e; }
.stylebook-look.acid-art { background: linear-gradient(135deg, #d9ff47, #69ed69 52%, #23d9cc); }
.stylebook-look.metal-smoke { color: #fff; background: linear-gradient(135deg, #0e0f13, #5b5e68 58%, #d8dbe0); }
.look-copy > span { font-size: .72rem; font-weight: 950; letter-spacing: .14em; }
.look-subtitle { margin-top: 34px; font-size: .82rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.look-copy h2 { max-width: 650px; }
.look-copy > p:not(.look-subtitle) { max-width: 650px; font-size: 1.06rem; }
.look-notes { display: grid; gap: 4px; margin-top: 32px; padding-top: 26px; border-top: 1px solid currentColor; }
.look-notes strong { margin-top: 8px; }
.look-notes p { max-width: 650px; opacity: .76; }
.look-products { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 520px; align-items: center; gap: 16px; }
.look-products::before { content: ""; position: absolute; inset: 8% 2%; border: 1px solid rgba(255,255,255,.35); border-radius: 48% 52% 38% 62% / 48% 36% 64% 52%; transform: rotate(-8deg); }
.look-products a { position: relative; display: grid; min-width: 0; padding: 26px 16px 17px; border: 1px solid rgba(255,255,255,.5); border-radius: 28px; color: var(--ink); background: rgba(255,255,255,.86); box-shadow: 0 24px 65px rgba(15,10,20,.18); text-align: center; text-decoration: none; backdrop-filter: blur(12px); }
.look-products a:nth-child(2) { transform: translateY(45px) rotate(3deg); }
.look-products img { width: 100%; height: 330px; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(0,0,0,.18)); }
.look-products span { margin-top: 10px; font-size: .82rem; font-weight: 880; }
.stylebook-rules { color: #fff; background: #100b16; }
.stylebook-rules .kicker { color: var(--cyan); }
.stylebook-rules h2, .stylebook-rules h3 { color: #fff; }
.stylebook-rules ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.stylebook-rules li { min-width: 0; padding: 25px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.05); }
.stylebook-rules li > span { color: var(--cyan); font-size: .7rem; font-weight: 900; }
.stylebook-rules li h3 { margin-top: 45px; }
.stylebook-rules li p { color: rgba(255,255,255,.65); }
.pro-hero { position: relative; overflow: hidden; padding: clamp(75px, 9vw, 125px) 0; color: #fff; background: radial-gradient(circle at 78% 18%, rgba(255,230,107,.23), transparent 25%), linear-gradient(120deg, #171020, #4c1767 55%, #b51d6b); }
.pro-hero .kicker { color: var(--yellow); }
.pro-hero h1 { color: #fff; }
.pro-hero .lead { color: rgba(255,255,255,.72); }
.pro-hero .text-link { color: #fff; }
.pro-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); align-items: center; gap: clamp(45px, 8vw, 100px); }
.pro-statement { position: relative; min-height: 390px; overflow: hidden; padding: 42px; border: 1px solid rgba(255,255,255,.2); border-radius: 34px; background: rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.pro-statement > span { position: absolute; right: -8px; bottom: -50px; color: rgba(255,255,255,.07); font-size: 12rem; font-weight: 950; line-height: 1; letter-spacing: -.09em; }
.pro-statement strong { position: relative; z-index: 1; display: block; margin-top: 120px; font-size: clamp(1.65rem, 3vw, 2.8rem); line-height: 1.03; }
.pro-statement p { position: relative; z-index: 1; margin-top: 18px; color: rgba(255,255,255,.7); }
.pro-benefits { background: #fff; }
.pro-benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.pro-benefit-grid article { min-width: 0; min-height: 260px; padding: 27px; border: 1px solid var(--line); border-radius: 26px; background: var(--paper); }
.pro-benefit-grid article > span { color: var(--pink); font-size: .7rem; font-weight: 900; }
.pro-benefit-grid h3 { margin-top: 45px; font-size: 1.7rem; }
.pro-benefit-grid p { color: var(--muted); }
.pro-workflow { color: #fff; background: #120d18; }
.pro-workflow .kicker { color: var(--cyan); }
.pro-workflow h2 { color: #fff; }
.pro-workflow-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.pro-workflow ol { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.pro-workflow li { display: grid; grid-template-columns: 45px minmax(0, 1fr); gap: 15px; padding: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.05); }
.pro-workflow li span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--cyan); font-weight: 900; }
.pro-workflow li p { margin: 5px 0 0; color: rgba(255,255,255,.72); }
.pro-cta { background: linear-gradient(120deg, #ffe86b, #ff9eca 52%, #9aeff0); }
.pro-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.pro-cta .shell > div { max-width: 790px; }
.pro-cta .button { flex: 0 0 auto; }
.shop-path { padding: 28px 0; color: #fff; background: linear-gradient(110deg, #b91465, #5a35c8); }
.shop-path .shell { display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.shop-path p { display: grid; margin: 0; }
.shop-path span { color: rgba(255,255,255,.76); }
.shop-path a { flex: 0 0 auto; padding: 11px 18px; border-radius: 999px; color: var(--ink); background: #fff; font-weight: 850; text-decoration: none; }
.legal, .not-found { padding: 78px 0; }
.legal h2 { margin-top: 38px; font-size: 1.75rem; }
.legal address { font-style: normal; }
.site-footer { padding: 62px 0 0; color: #ddd5e1; background: #100b16; }
.commercial-data-notice { width: min(var(--max), calc(100% - 36px)); margin: 42px auto 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); color: #a99eae; font-size: .78rem; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr)); gap: 34px; }
.footer-grid > div { display: grid; min-width: 0; align-content: start; gap: 8px; }
.footer-grid strong { color: #fff; }
.footer-grid p { color: #a99eae; }
.footer-grid a { color: #eee8f0; text-decoration: none; }
.footer-grid p a { text-decoration: underline; }
.footer-grid a:hover { color: var(--cyan); }
.footer-line { margin: 48px 0 0; padding: 18px 20px; border-top: 1px solid rgba(255,255,255,.1); color: #a99eae; text-align: center; font-size: .8rem; }
@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr); }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .shade-tool { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .method ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stylebook-rules ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .hero-grid { min-height: 0; grid-template-columns: 1fr; padding-block: 38px; }
  .hero figure { width: 100%; }
  .hero figure img { height: 330px; }
  .universe-card.u1, .universe-card.u2, .universe-card.u3, .universe-card.u4, .universe-card.u5 { grid-column: span 6; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-grid, .guidance-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .style-preview-head, .pro-preview-grid, .product-hero-grid, .portrait-grid, .safety-grid, .stylebook-look-grid, .pro-hero-grid, .pro-workflow-grid { grid-template-columns: 1fr; }
  .style-preview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pro-preview .button { justify-self: start; }
  .product-hero figure { height: 420px; }
  .product-style-grid, .pro-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stylebook-look { min-height: 0; }
  .stylebook-look:nth-child(even) .look-copy, .stylebook-look:nth-child(even) .look-products { order: initial; }
  .look-products { width: min(100%, 620px); min-height: 470px; }
  .pro-statement { min-height: 310px; }
  .pro-statement strong { margin-top: 70px; }
  .pro-cta .shell { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  .shell, .reading { width: min(100% - 28px, 1280px); }
  .section { padding: 62px 0; }
  .disclosure { padding: 5px 12px; font-size: .67rem; line-height: 1.35; }
  .header-row { min-height: 74px; }
  .brand-lockup { width: 128px; }
  .brand-lockup .crazy-logo { width: 128px; }
  .brand-lockup > span { margin-top: 1px; }
  .brand-lockup > span img { width: 55px; }
  .mobile-nav summary { padding: 8px 11px; font-size: .74rem; }
  .hero-grid { gap: 24px; padding-block: 28px 30px; }
  .hero h1 { margin-bottom: 15px; font-size: clamp(2.65rem, 13.5vw, 3.55rem); line-height: .98; }
  .hero .lead { font-size: .98rem; }
  .hero-actions { gap: 12px; margin: 20px 0 16px; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; text-align: center; }
  .hero-points { gap: 6px; }
  .hero-points li { padding: 5px 8px; font-size: .65rem; }
  .hero figure img { height: 220px; border-radius: 25px; object-position: 55% 34%; }
  .hero figcaption { right: 10px; bottom: 10px; padding: 7px 9px; font-size: .61rem; }
  .universe-card.u1, .universe-card.u2, .universe-card.u3, .universe-card.u4, .universe-card.u5 { grid-column: 1 / -1; }
  .universe-card { min-height: 220px; padding: 22px; }
  .style-preview-grid { grid-template-columns: 1fr; }
  .style-preview-card { min-height: 285px; }
  .shade-tool { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shade-results { grid-column: 1 / -1; }
  .product-grid, .method ol, .review-grid, .faq-grid, .guidance-grid, .product-style-grid, .customer-review-grid, .stylebook-rules ol, .pro-benefit-grid, .footer-grid { grid-template-columns: 1fr; }
  .product-card { width: 100%; max-width: 100%; }
  .product-media { height: 285px; padding: 22px; }
  .product-media img { width: 74%; }
  .product-copy { padding: 19px; }
  .product-cta { padding-inline: 12px; }
  .method h3 { margin-top: 28px; }
  .product-hero { padding-top: 42px; }
  .product-hero-grid { gap: 30px; }
  .product-hero figure { height: 330px; padding: 22px; border-radius: 24px; }
  .product-hero figure img { width: 76%; }
  .product-hero h1 { font-size: clamp(2.25rem, 11vw, 3.35rem); }
  .buy-panel { align-items: stretch; flex-direction: column; }
  .price-stack { width: 100%; }
  .fact-list > div { grid-template-columns: 1fr; gap: 3px; }
  .product-style-grid article { min-height: 210px; }
  .product-style-grid h3 { margin-top: 34px; }
  .stylebook-hero { padding-top: 65px; }
  .stylebook-index { display: grid; grid-template-columns: 1fr 1fr; }
  .stylebook-index a { padding: 8px 9px; font-size: .7rem; }
  .stylebook-look { padding: 68px 0; }
  .look-products { min-height: 350px; gap: 8px; }
  .look-products a { padding: 16px 8px 12px; border-radius: 20px; }
  .look-products a:nth-child(2) { transform: translateY(25px) rotate(2deg); }
  .look-products img { height: 230px; }
  .pro-statement { min-height: 270px; padding: 26px; }
  .pro-statement strong { margin-top: 70px; }
  .pro-workflow li { grid-template-columns: 40px minmax(0, 1fr); padding: 16px; }
  .shop-path .shell { align-items: stretch; flex-direction: column; }
  .shop-path a { text-align: center; }
  .guide-body section { grid-template-columns: 38px minmax(0, 1fr); gap: 14px; }
  .breadcrumb { padding-top: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
