:root {
  --ilx-ink: #121111;
  --ilx-ink-soft: #302c2c;
  --ilx-paper: #f6f3ef;
  --ilx-surface: #ffffff;
  --ilx-gold: #bf8d47;
  --ilx-burgundy: #741f2b;
  --ilx-line: #ded7d0;
}


.ilx-storefront { background: var(--ilx-paper); color: var(--ilx-ink); overflow: hidden; }
.ilx-storefront *, .ilx-storefront *::before, .ilx-storefront *::after { box-sizing: border-box; }
.ilx-shell { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.ilx-section { padding: 104px 0; }
.ilx-kicker { margin: 0 0 14px; color: var(--ilx-burgundy); font-size: 12px; font-weight: 700; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; }
.ilx-kicker--light { color: #e5c38e; }
.ilx-storefront h1, .ilx-storefront h2, .ilx-storefront h3, .ilx-storefront p { margin-top: 0; }
.ilx-storefront h1, .ilx-storefront h2 { color: inherit; font-weight: 650; letter-spacing: 0; line-height: 1.02; }
.ilx-storefront h1 { font-size: clamp(44px, 6vw, 78px); max-width: 760px; }
.ilx-storefront h1 span { color: #e5c38e; display: block; }
.ilx-storefront h2 { font-size: clamp(34px, 4vw, 54px); max-width: 680px; }
.ilx-storefront h3 { font-size: 18px; line-height: 1.3; }
.ilx-storefront a:focus-visible, .ilx-storefront input:focus-visible { outline: 3px solid #e5c38e; outline-offset: 4px; }

.ilx-home-hero { color: #fff; min-height: clamp(500px, 38.4vw, 740px); overflow: hidden; position: relative; display: grid; align-items: center; }
.ilx-home-hero__image, .ilx-home-hero__veil { height: 100%; inset: 0; position: absolute; width: 100%; }
.ilx-home-hero__image { object-fit: cover; object-position: center; }
.ilx-home-hero__veil { background: linear-gradient(90deg, rgba(0, 28, 42, .42) 0%, rgba(0, 38, 56, .18) 40%, transparent 62%); }
.ilx-home-hero__content { display: flex; flex-direction: column; align-items: center; justify-content: center; padding-right: 55%; position: relative; text-align: center; z-index: 1; }
.ilx-storefront .ilx-home-hero h1 { color: #fff; font-size: clamp(28px, 2.25vw, 40px); font-weight: 650; line-height: 1.12; margin: 0; max-width: 520px; text-shadow: 0 2px 20px rgba(0, 22, 34, .24); }
.ilx-home-hero__copy { color: #fff; font-size: 13px; font-weight: 650; line-height: 1.4; margin: 10px 0 0; max-width: 500px; }
.ilx-home-hero .ilx-actions { justify-content: center; margin-top: 24px; }
.ilx-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.ilx-button { align-items: center; border: 1px solid transparent; display: inline-flex; font-size: 13px; font-weight: 700; justify-content: center; letter-spacing: 0; min-height: 48px; padding: 13px 22px; text-decoration: none !important; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.ilx-button:hover { transform: translateY(-2px); }
.ilx-button--primary { background: var(--ilx-burgundy); color: #fff !important; }
.ilx-button--primary:hover { background: #5d1420; }
.ilx-button--quiet { border-color: rgba(255,255,255,.7); color: #fff !important; }
.ilx-button--quiet:hover { border-color: #fff; }
.ilx-button--hero-primary, .ilx-button--hero-secondary { border-radius: 999px; min-height: 42px; min-width: 112px; padding: 10px 22px; }
.ilx-button--hero-primary { background: #4f93c9; border-color: #fff; color: #fff !important; }
.ilx-button--hero-primary:hover { background: #367fb8; }
.ilx-button--hero-secondary { background: #fff; border-color: #fff; color: #171717 !important; }
.ilx-button--hero-secondary:hover { background: #f1f1f1; }

.ilx-proof-strip { background: var(--ilx-ink); color: #fff; }
.ilx-proof-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ilx-proof-strip p { border-right: 1px solid rgba(255,255,255,.16); margin: 0; padding: 28px 24px; }
.ilx-proof-strip p:last-child { border-right: 0; }
.ilx-proof-strip strong, .ilx-proof-strip span { display: block; }
.ilx-proof-strip strong { font-size: 14px; font-weight: 700; }
.ilx-proof-strip span { color: rgba(255,255,255,.64); font-size: 13px; margin-top: 5px; }

.ilx-xray { background: #f5f5f5; padding: 72px 0 64px; }
.ilx-xray > .ilx-shell { width: min(1840px, calc(100% - 64px)); }
.ilx-xray__grid, .ilx-compare__grid { align-items: center; display: grid; gap: clamp(28px, 4vw, 64px); grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); }
.ilx-xray__copy { padding-left: 4px; }
.ilx-storefront .ilx-xray__copy h2 { font-size: clamp(34px, 3.4vw, 54px); font-weight: 500; line-height: 1.06; margin: 0; max-width: 520px; }
.ilx-xray__copy .ilx-kicker { color: #111; font-size: 12px; font-weight: 500; margin-bottom: 16px; text-transform: none; }
.ilx-button--xray { background: #050505; border-radius: 999px; color: #fff !important; margin-top: 38px; min-height: 48px; padding: 12px 25px; }
.ilx-button--xray:hover { background: #292929; }
.ilx-xray__copy > p:not(.ilx-kicker), .ilx-compare p:not(.ilx-kicker) { color: #544f4b; font-size: 17px; line-height: 1.7; margin: 24px 0 0; max-width: 570px; }
.ilx-facts { border-top: 1px solid var(--ilx-line); margin: 32px 0 26px; }
.ilx-facts div { border-bottom: 1px solid var(--ilx-line); padding: 16px 0; }
.ilx-facts dt { font-size: 14px; font-weight: 700; }
.ilx-facts dd { color: #625c57; font-size: 14px; line-height: 1.55; margin: 5px 0 0; }
.ilx-text-link { color: var(--ilx-ink) !important; display: inline-flex; font-size: 14px; font-weight: 700; gap: 8px; text-decoration: none !important; }
.ilx-text-link:hover { color: var(--ilx-burgundy) !important; }
.ilx-xray__canvas { aspect-ratio: 4 / 3; background: #f5f5f5; overflow: hidden; position: relative; user-select: none; }
.ilx-xray .ilx-xray__canvas { aspect-ratio: 1.58 / 1; }
.ilx-xray__base, .ilx-xray__layer, .ilx-xray__layer img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.ilx-xray__base, .ilx-xray__layer img { object-fit: contain; object-position: center; }
.ilx-xray .ilx-xray__base, .ilx-xray .ilx-xray__layer img { object-fit: cover; }
.ilx-xray__layer { clip-path: inset(0 0 0 var(--xray-position)); }
.ilx-xray__label { color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .08em; position: absolute; text-shadow: 0 1px 7px rgba(0,0,0,.55); text-transform: uppercase; top: 18px; z-index: 5; }
.ilx-xray__label--outside { left: 18px; }
.ilx-xray__label--inside { right: 18px; }
.ilx-xray__divider { background: #111; bottom: 6%; left: var(--xray-position); pointer-events: none; position: absolute; top: 6%; transform: translateX(-1px); width: 2px; z-index: 6; }
.ilx-xray__divider span { align-items: center; background: #050505; border: 2px solid #fff; border-radius: 8px; box-shadow: 0 6px 18px rgba(0,0,0,.2); color: #fff; display: flex; font-size: 18px; height: 50px; justify-content: center; left: 50%; line-height: 1; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 50px; }
.ilx-xray__control { appearance: none; background: transparent; cursor: ew-resize; height: 100%; inset: 0; margin: 0; opacity: 0; position: absolute; touch-action: pan-y; width: 100%; z-index: 7; }
.ilx-xray__control::-webkit-slider-thumb { appearance: none; height: 64px; width: 64px; }
.ilx-xray__control::-moz-range-thumb { border: 0; height: 64px; width: 64px; }
.ilx-xray__hint { color: #746d67; font-size: 12px; margin: 12px 0 0; text-align: center; }

.ilx-collection { background: #ede8e2; }
.ilx-section-heading { align-items: end; display: flex; gap: 24px; justify-content: space-between; margin-bottom: 40px; }
.ilx-section-heading h2 { margin-bottom: 0; }
.ilx-need-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); }
.ilx-need-grid a { background: #fff; border: 1px solid #d7d0c9; color: var(--ilx-ink) !important; min-height: 172px; padding: 25px; text-decoration: none !important; transition: background-color .2s ease, transform .2s ease; }
.ilx-need-grid a:hover { background: #f8f5f1; transform: translateY(-3px); }
.ilx-need-grid strong, .ilx-need-grid span { display: block; }
.ilx-need-grid strong { font-size: 20px; font-weight: 650; }
.ilx-need-grid span { color: #625c57; font-size: 14px; line-height: 1.55; margin-top: 12px; }

.ilx-bestsellers { background: var(--ilx-surface); }
.ilx-product-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.ilx-product-card { background: #fff; border: 1px solid var(--ilx-line); min-width: 0; }
.ilx-product-card__image { aspect-ratio: 1 / 1; background: #f4f1ed; display: block; overflow: hidden; }
.ilx-product-card__image img { height: 100%; object-fit: contain; transition: transform .25s ease; width: 100%; }
.ilx-product-card:hover .ilx-product-card__image img { transform: scale(1.04); }
.ilx-product-card__body { padding: 18px; }
.ilx-product-card__eyebrow { color: var(--ilx-burgundy); font-size: 11px; font-weight: 700; letter-spacing: .08em; margin-bottom: 8px; text-transform: uppercase; }
.ilx-product-card h3 { min-height: 70px; }
.ilx-product-card h3 a { color: var(--ilx-ink) !important; text-decoration: none !important; }
.ilx-product-card__price { font-size: 15px; font-weight: 700; margin: 16px 0; }

.ilx-compare { background: var(--ilx-ink); color: #fff; overflow: hidden; }
.ilx-compare__grid { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
.ilx-compare h2 { color: #fff; }
.ilx-compare p:not(.ilx-kicker) { color: rgba(255,255,255,.72); }
.ilx-compare img { display: block; max-width: 100%; }
.ilx-compare .ilx-button { margin-top: 30px; }

.ilx-product-xray { background: #f0ece7; margin-top: 48px; padding: 88px 0; }
.ilx-product-xray__grid { align-items: center; display: grid; gap: clamp(38px, 7vw, 90px); grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); }
.ilx-product-xray h2 { font-size: clamp(32px, 3.7vw, 48px); line-height: 1.05; margin-bottom: 0; }
.ilx-product-xray p:not(.ilx-kicker) { color: #544f4b; font-size: 17px; line-height: 1.7; margin: 22px 0 26px; max-width: 530px; }
.ilx-product-xray .ilx-xray__canvas { background: #fff; }

.ilx-scratch[hidden] { display: none; }

@media (max-width: 900px) {
  .ilx-section { padding: 76px 0; }
  .ilx-proof-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .ilx-proof-strip p:nth-child(2) { border-right: 0; }
  .ilx-proof-strip p:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .ilx-xray__grid, .ilx-compare__grid { grid-template-columns: 1fr; }
  .ilx-xray > .ilx-shell { width: min(100% - 40px, 760px); }
  .ilx-xray__copy { max-width: 640px; padding-left: 0; }
  .ilx-product-xray__grid { grid-template-columns: 1fr; }
  .ilx-need-grid { grid-template-columns: 1fr; }
  .ilx-product-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .ilx-shell { width: min(100% - 32px, 1200px); }
  .ilx-home-hero { min-height: 560px; }
  .ilx-home-hero__image { object-position: 62% center; }
  .ilx-home-hero__veil { background: linear-gradient(180deg, rgba(0,27,43,.08) 22%, rgba(0,26,42,.74) 100%); }
  .ilx-home-hero__content { align-items: center; align-self: end; padding: 0 0 42px; }
  .ilx-storefront .ilx-home-hero h1 { font-size: 29px; max-width: 340px; }
  .ilx-home-hero__copy { font-size: 12px; }
  .ilx-home-hero .ilx-actions { display: flex; gap: 10px; margin-top: 20px; }
  .ilx-home-hero .ilx-button { min-width: 128px; width: auto; }
  .ilx-storefront h1 { font-size: clamp(40px, 12vw, 52px); line-height: 1.04; }
  .ilx-storefront h2 { font-size: clamp(30px, 9vw, 40px); line-height: 1.08; }
  .ilx-home-hero__copy { font-size: 13px; }
  .ilx-actions { display: grid; grid-template-columns: 1fr; }
  .ilx-button { width: 100%; }
  .ilx-proof-strip__grid { grid-template-columns: 1fr; }
  .ilx-proof-strip p, .ilx-proof-strip p:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.16); border-right: 0; padding: 20px 0; }
  .ilx-proof-strip p:last-child { border-bottom: 0; }
  .ilx-section-heading { align-items: start; flex-direction: column; margin-bottom: 28px; }
  .ilx-product-xray { margin-top: 28px; padding: 64px 0; }
  .ilx-xray { padding: 58px 0 36px; }
  .ilx-xray__grid { gap: 24px; }
  .ilx-xray__copy { text-align: center; }
  .ilx-storefront .ilx-xray__copy h2 { font-size: 36px; margin-inline: auto; }
  .ilx-button--xray { margin-top: 28px; width: auto; }
  .ilx-xray .ilx-xray__canvas { aspect-ratio: 4 / 3; margin-inline: -10px; width: calc(100% + 20px); }
  .ilx-xray .ilx-xray__base, .ilx-xray .ilx-xray__layer img { object-fit: contain; object-position: center; }
  .ilx-xray__divider span { height: 46px; width: 46px; }
  .ilx-product-grid { gap: 10px; }
  .ilx-product-card__body { padding: 13px; }
  .ilx-product-card__eyebrow { font-size: 10px; }
  .ilx-product-card h3 { font-size: 15px; min-height: 79px; }
  .ilx-product-card__price { margin: 12px 0; }
  .ilx-product-card .ilx-text-link { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .ilx-storefront *, .ilx-storefront *::before, .ilx-storefront *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
