:root {
  --ink: #211917;
  --muted: #6d5d59;
  --line: #eaded9;
  --soft: #faf7f5;
  --blush: #e8c7bc;
  --rose: #9b6256;
  --deep: #442b27;
  --white: #fff;
  --shadow: 0 24px 70px rgba(60, 38, 33, .12);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--white); }
a { color: inherit; text-decoration: none; }
p { color: var(--muted); line-height: 1.7; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px clamp(20px, 5vw, 72px); background: rgba(255,255,255,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { font-size: 22px; font-weight: 700; letter-spacing: .02em; white-space: nowrap; }
.brand span { color: var(--rose); }
.nav { display: flex; align-items: center; gap: 22px; font-size: 14px; color: var(--muted); }
.nav a:hover { color: var(--ink); }
.nav-quote { padding: 10px 14px; border: 1px solid var(--deep); color: var(--deep); }
.mobile-label { display: none; }
.hero { min-height: 680px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 560px); align-items: center; gap: clamp(32px, 6vw, 80px); padding: clamp(48px, 8vw, 88px) clamp(20px, 5vw, 72px); background: linear-gradient(115deg, #fff 0%, #fff 48%, #faf1ee 48%, #f4dfd8 100%); }
.hero h1, .page-hero h1 { margin: 12px 0 18px; max-width: 760px; font-size: clamp(44px, 8vw, 86px); line-height: .96; letter-spacing: 0; }
.hero-copy p { max-width: 620px; font-size: 19px; }
.eyebrow, .tag { margin: 0; color: var(--rose); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; background: var(--deep); color: var(--white); font-weight: 700; border: 1px solid var(--deep); }
.button.secondary { background: transparent; color: var(--deep); }
.button.light { background: var(--white); color: var(--deep); border-color: var(--white); }
.section, .split-section, .process, .page-hero, .product-detail, .cta-band { padding: clamp(48px, 7vw, 86px) clamp(20px, 5vw, 72px); }
.section h2, .split-section h2, .process h2, .cta-band h2 { margin: 10px 0 18px; max-width: 760px; font-size: clamp(30px, 4vw, 48px); line-height: 1.05; letter-spacing: 0; }
.category-grid, .product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.category-card, .product-card { border: 1px solid var(--line); background: var(--white); }
.category-card { min-height: 190px; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; }
.category-card span, .product-card h3 { font-size: 21px; font-weight: 700; }
.category-card:hover, .product-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); transition: .2s ease; }
.product-card { overflow: hidden; }
.product-copy { padding: 22px; }
.product-copy h3 { margin: 8px 0 10px; }
.text-link { color: var(--rose); font-weight: 700; }
.split-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr); gap: clamp(28px, 5vw, 70px); align-items: center; background: var(--soft); }
.feature-list { display: grid; gap: 12px; }
.feature-list div, .spec-table div { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.feature-list span, .spec-table span { color: var(--muted); line-height: 1.6; }
.process ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; padding: 0; margin: 30px 0 0; list-style: none; counter-reset: steps; }
.process li { counter-increment: steps; padding: 24px; border: 1px solid var(--line); background: #fff; }
.process li::before { content: counter(steps, decimal-leading-zero); display: block; color: var(--rose); font-weight: 700; margin-bottom: 32px; }
.process span { display: block; margin-top: 8px; color: var(--muted); line-height: 1.6; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--deep); color: var(--white); }
.cta-band p, .cta-band .eyebrow { color: #eaded9; }
.cta-band h2 { color: var(--white); }
.page-hero { background: var(--soft); }
.page-hero p { max-width: 760px; font-size: 18px; }
.product-detail { display: grid; grid-template-columns: minmax(320px, 520px) minmax(0, 1fr); gap: clamp(28px, 6vw, 80px); align-items: center; }
.product-detail h1 { font-size: clamp(38px, 6vw, 68px); line-height: 1; }
.spec-table { max-width: 920px; border-top: 1px solid var(--line); }
.footer { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 24px; padding: 34px clamp(20px, 5vw, 72px); border-top: 1px solid var(--line); background: #1f1715; color: #fff; }
.footer p, .footer span, .footer a { color: #d9cbc6; }
.footer span { display: block; margin-bottom: 8px; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
.lash-visual { min-height: 380px; display: grid; place-items: center; background: radial-gradient(circle at 70% 20%, #fff 0 16%, transparent 17%), linear-gradient(135deg, #f8eae5, #d7b7ad); overflow: hidden; position: relative; }
.lash-visual::before, .lash-visual::after { content: ""; position: absolute; width: 62%; height: 28%; border-bottom: 8px solid #171313; border-radius: 0 0 90% 90%; transform: rotate(-8deg); }
.lash-visual::before { top: 31%; left: 17%; box-shadow: 0 18px 0 rgba(23,19,19,.12); }
.lash-visual::after { top: 48%; left: 23%; transform: rotate(8deg); opacity: .86; }
.tray { width: 78%; height: 64%; border: 1px solid rgba(255,255,255,.68); background: rgba(255,255,255,.34); box-shadow: var(--shadow); transform: rotate(-4deg); }
.tray span { position: absolute; width: 2px; height: 70px; background: #171313; top: 36%; left: 38%; transform-origin: bottom; opacity: .55; }
.tray span:nth-child(2) { left: 46%; height: 86px; transform: rotate(11deg); }
.tray span:nth-child(3) { left: 54%; height: 82px; transform: rotate(18deg); }
.tray span:nth-child(4) { left: 62%; height: 64px; transform: rotate(26deg); }
@media (max-width: 920px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .nav { width: 100%; flex-wrap: wrap; gap: 14px 18px; overflow: visible; padding-bottom: 4px; }
  .hero, .split-section, .product-detail { grid-template-columns: 1fr; }
  .category-grid, .product-grid, .process ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero { min-height: auto; }
}
@media (max-width: 620px) {
  .site-header { position: static; }
  .desktop-label { display: none; }
  .mobile-label { display: inline; }
  .nav-quote { padding: 9px 12px; }
  .eyebrow { letter-spacing: .12em; }
  .category-grid, .product-grid, .process ol, .footer { grid-template-columns: 1fr; }
  .feature-list div, .spec-table div { grid-template-columns: 1fr; gap: 6px; }
  .cta-band { align-items: flex-start; flex-direction: column; }
  .lash-visual { min-height: 300px; }
}
