:root {
  --page-canvas-max: 2560px;
  --white: #ffffff;
  --paper: #ffffff;
  --ivory: #ffffff;
  --cream: #ffffff;
  --gold: #d4b77f;
  --gold-strong: #b9852e;
  --ink: #1a1a1a;
  --muted: #6b6b6b;
  --line: #eadfce;
  --soft-shadow: 0 18px 48px rgba(32, 24, 15, 0.08);
  --signature-font: "Caveat", "Segoe Script", "Bradley Hand ITC", cursive;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Montserrat", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: var(--sans); background: #fff; overflow-x: hidden; }
body > main { width: min(100%, var(--page-canvas-max)); margin-inline: auto; }
body > .topbar, body > .cj-footer-new-wrap { width: min(100%, var(--page-canvas-max)); margin-inline: auto; }
img, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid rgba(212, 183, 127, 0.42); outline-offset: 3px; }
.cj-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; }

.topbar { display: none; }
.header { position: absolute; top: 0; left: 50%; right: auto; width: min(100%, var(--page-canvas-max)); transform: translateX(-50%); z-index: 30; background: rgba(7, 6, 5, 0.92); border-bottom: 1px solid rgba(255, 255, 255, 0.22); backdrop-filter: none; }
.nav { width: min(1440px, calc(100% - 112px)); min-height: 92px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: clamp(18px, 2.2vw, 32px); }
.nav-left, .nav-right { display: flex; align-items: center; color: #fff; font-size: 14px; font-family: var(--serif); font-weight: 600; text-transform: uppercase; letter-spacing: 0; text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55); }
.nav-left { gap: clamp(18px, 2.4vw, 34px); }
.nav-right { flex: none; width: max-content; justify-self: end; justify-content: flex-end; gap: clamp(14px, 2vw, 34px); }
.nav-left a, .nav-icon { transition: color 0.18s ease, opacity 0.18s ease; }
.nav-left a:hover, .nav-icon:hover { color: var(--gold-strong); }
.nav-icon { position: relative; width: 34px; height: 34px; display: inline-grid; place-items: center; border: 0; background: transparent; color: #fff; cursor: pointer; padding: 0; }
.nav-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.42)); }
.mobile-menu-toggle { display: none; }
.elumira-cart-trigger b { position: absolute; right: -7px; top: 0; display: inline-grid; place-items: center; min-width: 19px; height: 19px; border-radius: 50%; background: var(--gold-strong); color: #fff; font-size: 10px; font-weight: 800; }
.logo { display: flex; align-items: center; justify-content: center; min-width: 0; text-align: center; }
.logo img { height: 64px; width: auto; object-fit: contain; }
.brand-wordmark { grid-column: 1; grid-row: 1; justify-content: flex-start; flex-direction: column; color: #fff; font-family: var(--serif); line-height: 0.92; text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55); }
.brand-wordmark span { font-size: 42px; font-weight: 500; letter-spacing: 0; text-transform: uppercase; }
.brand-wordmark small { display: none; }
.nav-left { grid-column: 2; justify-content: center; }
.nav-right { grid-column: 3; }

.hero { padding-top: 92px; background: #111; }
.hero-media { position: relative; width: 100%; height: clamp(620px, 56.25vw, 1000px); margin: 0; overflow: hidden; border-radius: 0; background: #1a1512; box-shadow: none; }
.hero-media::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.46) 32%, rgba(0, 0, 0, 0.08) 72%), linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 28%); pointer-events: none; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center; }
.hero-video { z-index: 1; background: #1a1512; }
.hero-media-empty .hero-video { display: none; }
.hero-copy { position: absolute; left: max(52px, calc((100% - 1360px) / 2 + 52px)); top: clamp(120px, 18vh, 190px); bottom: auto; z-index: 3; width: min(760px, calc(100% - 104px)); transform: none; color: #fff; }
.kicker { display: block; margin-bottom: 14px; color: var(--gold); font-size: 16px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5); }
.hero h1 { margin: 0 0 18px; font-family: var(--serif); font-size: 76px; font-weight: 600; line-height: 0.96; letter-spacing: 0; }
.hero p { max-width: 520px; margin: 0; font-size: 18px; line-height: 1.55; }
.hero-signature { margin: 18px 0 30px; color: #fff8e8; font-family: var(--signature-font); font-size: 54px; font-weight: 700; line-height: 1.04; letter-spacing: 0; text-shadow: 0 3px 18px rgba(0, 0, 0, 0.58); }
.hero-actions, .combo-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.btn-dark, .btn-light, .card-btn { position: relative; min-height: 50px; padding: 0 26px; border-radius: 2px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; overflow: hidden; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; cursor: pointer; transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease; }
.btn-dark { background: #1a1a1a; color: #fff; border-color: #1a1a1a; }
.btn-light { background: linear-gradient(110deg, #aa741f 0%, #d8ae62 46%, #f2dfb2 70%, #b98329 100%); color: #21160b; border-color: #b47d27; box-shadow: 0 10px 28px rgba(200, 146, 56, 0.22); }
.btn-dark:hover, .card-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(26, 26, 26, 0.13); }
.btn-light:hover { transform: translateY(-2px); background: linear-gradient(110deg, #aa741f 0%, #d8ae62 46%, #f2dfb2 70%, #b98329 100%); box-shadow: 0 16px 34px rgba(200, 146, 56, 0.3); }
.btn-light::after { content: ""; position: absolute; inset: -40% auto -40% -35%; width: 24%; transform: skewX(-18deg); background: rgba(255, 255, 255, 0.55); transition: left 0.55s ease; }
.btn-light:hover::after { left: 115%; }
.hero-trust { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; min-height: clamp(104px, 8.2vw, 118px); padding: 12px max(40px, calc((100% - 1360px) / 2 + 64px)); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; gap: clamp(16px, 1.7vw, 24px); color: #fff; background: rgba(12, 10, 8, 0.72); border-top: 0; backdrop-filter: blur(5px); }
.hero-trust::before { content: ""; position: absolute; left: 0; right: 0; top: -42px; height: 42px; pointer-events: none; background: linear-gradient(180deg, rgba(12, 10, 8, 0), rgba(12, 10, 8, 0.72)); }
.hero-trust span { min-width: 0; display: grid; grid-template-columns: clamp(40px, 3.9vw, 56px) minmax(0, 1fr); grid-template-rows: auto auto; column-gap: clamp(10px, 1.25vw, 18px); align-items: center; justify-content: start; text-align: left; text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42); }
.hero-trust svg { grid-row: 1 / 3; width: clamp(38px, 3.5vw, 50px); height: clamp(38px, 3.5vw, 50px); color: #fff; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.hero-trust svg text { fill: currentColor; stroke: none; font-family: var(--sans); font-size: 8px; font-weight: 800; letter-spacing: 0; }
.hero-trust b { display: block; color: #fff; font-size: 17px; font-weight: 800; line-height: 1.1; }
.hero-trust small { display: block; margin-top: 5px; color: rgba(255, 255, 255, 0.78); font-size: 14px; font-weight: 500; line-height: 1.25; }

.elumira-collection-strip { position: relative; width: 100%; margin: 0; padding: 0; overflow: hidden; background: #fffdf8; }
.elumira-collection-strip::before, .elumira-collection-strip::after { content: ""; position: absolute; pointer-events: none; }
.elumira-collection-strip::before { left: 50%; top: 16px; width: min(1060px, 88vw); height: 226px; transform: translateX(-50%); background: radial-gradient(circle at 22% 48%, rgba(255, 255, 255, 0.84) 0 2%, rgba(210, 174, 89, 0.5) 9%, transparent 32%), radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.76) 0 3%, rgba(196, 204, 210, 0.4) 11%, transparent 34%), radial-gradient(circle at 74% 49%, rgba(255, 255, 255, 0.68) 0 3%, rgba(25, 103, 72, 0.22) 12%, transparent 35%); filter: blur(20px); opacity: 0.66; animation: jewelBandAura 8s ease-in-out infinite; }
.elumira-collection-strip::after { left: 22%; right: 22%; top: 154px; height: 6px; background: linear-gradient(90deg, transparent 0%, rgba(218, 181, 88, 0.38) 24%, rgba(255, 255, 255, 0.58) 39%, rgba(196, 205, 212, 0.34) 55%, rgba(32, 102, 72, 0.16) 72%, transparent 100%); filter: blur(4px); opacity: 0.34; animation: jewelBandRay 8s ease-in-out infinite; }
.hero-showcase, .section, .tennis-story, .combo-wrap, .trust-band, .brand-story { width: min(1360px, calc(100% - 96px)); margin: 0 auto; }
.collection-intro, .hero-showcase-heading { max-width: 820px; margin: 0 auto 32px; text-align: center; }
.elumira-collection-strip .collection-intro { position: absolute; left: 50%; top: clamp(42px, 5.8vw, 78px); z-index: 3; width: min(1040px, calc(100% - 48px)); margin: 0; padding: 0 24px; transform: translateX(-50%); }
.collection-intro span, .hero-showcase-heading span { color: var(--gold-strong); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.collection-intro h2, .hero-showcase-heading h2, .tennis-copy h2, .combo-content h2, .story-copy h2 { margin: 8px 0 0; font-family: var(--serif); font-size: 44px; font-weight: 600; line-height: 1.04; letter-spacing: 0; }
.elumira-collection-strip .collection-intro h2 { font-size: 62px; line-height: 0.98; }
.gem-title { position: relative; display: inline-block; color: #16110d; isolation: isolate; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.58); }
.gem-title::before, .gem-title::after { content: ""; position: absolute; pointer-events: none; z-index: -1; }
.gem-title::before { inset: -0.62em -0.4em; background: radial-gradient(circle at 20% 45%, rgba(255, 255, 255, 0.96) 0 2%, rgba(217, 178, 83, 0.62) 6%, transparent 28%), radial-gradient(circle at 51% 58%, rgba(255, 255, 255, 0.88) 0 2%, rgba(200, 209, 216, 0.52) 7%, transparent 29%), radial-gradient(circle at 80% 47%, rgba(255, 255, 255, 0.86) 0 2%, rgba(18, 120, 78, 0.4) 7%, transparent 30%); filter: blur(12px); opacity: 0.82; transform: scale(0.98); animation: gemTitleAura 7s ease-in-out infinite; }
.gem-title::after { left: -6%; right: -6%; top: 66%; height: 0.14em; background: linear-gradient(90deg, transparent 0%, rgba(215, 175, 81, 0.72) 18%, rgba(255, 255, 255, 0.84) 25%, transparent 36%, rgba(195, 207, 215, 0.58) 50%, rgba(255, 255, 255, 0.74) 57%, transparent 68%, rgba(30, 102, 72, 0.3) 79%, transparent 100%); filter: blur(1.8px); opacity: 0; transform: scaleX(0.38); transform-origin: center; animation: gemTitleRay 7.5s ease-in-out infinite; }
.collection-intro p, .hero-showcase-heading p, .tennis-copy p, .combo-content p, .story-copy p { margin: 10px 0 0; color: var(--muted); font-size: 17px; line-height: 1.58; }
.elumira-collection-strip .collection-intro p { margin-top: 18px; color: #5e5850; font-size: 21px; line-height: 1.48; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42); }
.collection-feature { position: relative; z-index: 1; width: 100%; display: block; padding-top: 0; overflow: hidden; background: transparent; }
.collection-feature::before { display: none; }
.collection-feature::after { content: ""; position: absolute; left: 0; right: 0; top: 0; z-index: 1; height: clamp(300px, 28vw, 430px); pointer-events: none; background: linear-gradient(180deg, rgba(14, 11, 8, 0.72) 0%, rgba(32, 26, 20, 0.6) 26%, rgba(104, 91, 74, 0.34) 58%, rgba(229, 222, 211, 0.14) 82%, rgba(255, 253, 248, 0) 100%); }
.collection-feature picture, .collection-feature-image { width: 100%; height: auto; display: block; }
.collection-feature-video-wrap { position: absolute; left: clamp(34px, 6vw, 112px); top: clamp(156px, 11.5vw, 198px); z-index: 2; width: min(760px, 56vw); aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.18); box-shadow: 0 28px 72px rgba(10, 8, 6, 0.32); background: #16120f; transform: none; }
.collection-feature-video { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.collection-feature-copy { position: absolute; left: auto; right: clamp(34px, 6vw, 112px); top: clamp(210px, 17vw, 280px); bottom: auto; z-index: 2; width: min(360px, 28vw); color: #111; pointer-events: none; text-align: left; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42); transform: none; }
.collection-feature-kicker { display: block; color: #9c7130; font-family: var(--serif); font-size: clamp(12px, 0.75vw, 14px); font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; }
.collection-feature-title { display: block; margin-top: 6px; font-family: var(--serif); font-size: clamp(32px, 2.55vw, 46px); font-weight: 500; line-height: 0.98; letter-spacing: 0; }
.collection-feature-text { display: block; max-width: 320px; margin: 8px 0 0; color: #5f5a54; font-size: clamp(13px, 0.82vw, 15px); line-height: 1.32; }
.collection-feature-cta { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 42px; margin-top: 13px; padding: 0 22px; border-radius: 2px; overflow: hidden; background: linear-gradient(110deg, #d8d7d1 0%, #fffaf0 38%, #bfc4c7 58%, #f6efe1 76%, #9fa4a7 100%); color: #171410; border: 1px solid rgba(155, 148, 136, 0.74); box-shadow: 0 12px 30px rgba(28, 24, 18, 0.16); font-size: 11px; font-weight: 800; text-transform: uppercase; transition: transform 0.18s ease, box-shadow 0.18s ease; }
.collection-feature-cta::after { content: ""; position: absolute; inset: -40% auto -40% -35%; width: 24%; transform: skewX(-18deg); background: rgba(255, 255, 255, 0.62); transition: left 0.55s ease; }
.collection-feature:hover .collection-feature-cta { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(28, 24, 18, 0.22); }
.collection-feature:hover .collection-feature-cta::after { left: 115%; }

@keyframes gemTitleAura {
  0%, 100% { opacity: 0.46; transform: scale(0.97); }
  38% { opacity: 0.68; transform: scale(1); }
  47% { opacity: 0.92; transform: scale(1.035); }
  58% { opacity: 0.56; transform: scale(0.99); }
}

@keyframes gemTitleRay {
  0%, 39%, 100% { opacity: 0; transform: scaleX(0.34); }
  46% { opacity: 0.98; transform: scaleX(1); }
  56% { opacity: 0; transform: scaleX(1.12); }
}

@keyframes jewelBandAura {
  0%, 100% { opacity: 0.48; transform: translateX(-50%) scale(0.98); }
  48% { opacity: 0.76; transform: translateX(-50%) scale(1.02); }
}

@keyframes jewelBandRay {
  0%, 100% { opacity: 0.32; transform: scaleX(0.82); }
  48% { opacity: 0.64; transform: scaleX(1); }
}

.hero-showcase { padding: clamp(40px, 4vw, 58px) 0 clamp(26px, 2.4vw, 34px); }
.hero-product-viewport { width: 100%; min-width: 0; overflow: hidden; padding: 4px 0 12px; }
.hero-product-track { display: flex; align-items: stretch; gap: 14px; transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1); will-change: transform; }
.hero-feature-card { flex: 0 0 calc((100% - 28px) / 3); min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: var(--soft-shadow); }
.hero-feature-card a { display: block; color: inherit; }
.hero-feature-image { aspect-ratio: 1.12 / 1; height: auto; padding: clamp(12px, 1.25vw, 18px); display: flex; align-items: center; justify-content: center; background: #fff; }
.hero-feature-image img, .product-image img, .combo-product img, .cart-item-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.hero-feature-content { padding: 16px 16px 18px; border-top: 1px solid #f0e7db; }
.hero-feature-content small, .elumira-card-category, .elumira-card-subtitle { display: block; color: var(--muted); font-size: 12px; }
.hero-feature-content strong { display: block; min-height: 46px; margin-top: 6px; font-family: var(--serif); font-size: 21px; line-height: 1.18; }
.hero-feature-content span { display: block; margin-top: 10px; font-weight: 700; }

.section { padding: 62px 0 42px; }
.elumira-product-toolbar { margin: 0 0 24px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.elumira-category-btn { min-height: 38px; padding: 0 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); font-size: 13px; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.elumira-category-btn:hover { border-color: var(--gold); color: var(--gold-strong); }
.elumira-collections { display: grid; gap: 42px; }
.elumira-collection { scroll-margin-top: 120px; }
.elumira-collection-heading { margin-bottom: 20px; display: flex; align-items: end; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.elumira-collection-heading h2 { margin: 0; font-family: var(--serif); font-size: 32px; font-weight: 600; }
.elumira-collection-heading span { color: var(--muted); font-size: 13px; }
.product-grid { width: 100%; display: grid; gap: 22px; }
.product-grid.six, .product-grid.five { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #fff; transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease; }
.product-card:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: var(--soft-shadow); }
.product-image { aspect-ratio: 1.05 / 1; height: auto; min-height: 220px; padding: 20px; display: flex; align-items: center; justify-content: center; background: #fff; }
.product-content { padding: 16px 16px 18px; border-top: 1px solid #f0e7db; }
.product-content h3 { min-height: 54px; margin: 6px 0 8px; font-family: var(--serif); font-size: 23px; font-weight: 600; line-height: 1.16; }
.price { margin: 8px 0 14px; font-size: 16px; font-weight: 700; }
.elumira-compare { margin-left: 7px; color: var(--muted); font-size: 14px; text-decoration: line-through; }
.elumira-badge { color: var(--gold-strong); font-size: 12px; font-weight: 800; }
.elumira-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.card-btn { width: 100%; min-height: 42px; padding: 0 10px; border-color: var(--line); background: #fff; color: var(--ink); font-size: 12px; }
.card-btn-cart { border-color: #1a1a1a; background: #1a1a1a; color: #fff; }

.tennis-story { margin-top: clamp(36px, 4vw, 52px); display: grid; grid-template-columns: minmax(0, 3fr) minmax(300px, 2fr); align-items: stretch; overflow: hidden; border-radius: 12px; background: #fff; box-shadow: var(--soft-shadow); }
.tennis-photo { width: 100%; min-width: 0; aspect-ratio: 16 / 9; overflow: hidden; }
.tennis-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.story-photo { min-width: 0; min-height: 0; overflow: hidden; }
.story-photo img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center; }
.tennis-copy { min-width: 0; padding: clamp(32px, 4vw, 54px); }
.combo-content, .story-copy { padding: clamp(32px, 3.4vw, 54px); }
.tennis-copy .btn-dark, .story-copy .btn-dark { margin-top: 26px; }
.combo-wrap { padding: 58px 0 0; }
.combo { display: grid; grid-template-columns: minmax(0, 48%) minmax(0, 52%); align-items: stretch; overflow: hidden; border-radius: 12px; background: linear-gradient(90deg, #fff, var(--cream)); box-shadow: var(--soft-shadow); }
.combo-photo { position: relative; min-width: 0; min-height: 0; overflow: hidden; }
.combo-photo > img { width: 100%; height: 100%; min-height: 0; display: block; object-fit: cover; object-position: center; }
.combo-benefits, .steps { margin: 22px 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.combo-benefits span, .step { min-height: 72px; padding: 14px; border: 1px solid rgba(212, 183, 127, 0.52); border-radius: 8px; background: rgba(255, 253, 248, 0.72); color: #41362d; font-size: 13px; line-height: 1.35; }
.step b { display: block; margin-bottom: 5px; color: var(--ink); font-size: 12px; }
.combo-product-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; max-height: 300px; overflow: auto; padding: 2px; }
.combo-product { display: grid; grid-template-columns: 18px 56px minmax(0, 1fr) auto; gap: 9px; align-items: center; padding: 9px; border: 1px solid var(--line); border-radius: 8px; background: #fff; cursor: pointer; }
.combo-product input { accent-color: var(--gold-strong); }
.combo-product span { width: 56px; height: 52px; display: grid; place-items: center; background: var(--ivory); }
.combo-product b { font-family: var(--serif); font-size: 15px; line-height: 1.15; }
.combo-product small { color: var(--muted); font-size: 12px; white-space: nowrap; }
.combo-actions { margin-top: 18px; }
.combo-actions button { flex: 0 0 auto; }
.combo-actions button:disabled { opacity: 0.42; cursor: not-allowed; box-shadow: none; }
.combo-summary { color: var(--muted); font-size: 14px; }

.trust-band { margin-top: clamp(42px, 4vw, 58px); padding: clamp(46px, 5vw, 76px) 0 clamp(38px, 4.5vw, 62px); background: #fff; border-top: 1px solid rgba(181, 133, 58, 0.28); border-bottom: 1px solid rgba(181, 133, 58, 0.28); }
.trust-band-heading { width: min(860px, 100%); margin: 0 auto clamp(34px, 4vw, 54px); text-align: center; }
.trust-band-heading > span { display: inline-flex; align-items: center; gap: 16px; color: var(--gold-strong); font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.trust-band-heading > span::before, .trust-band-heading > span::after { content: ""; width: 70px; height: 1px; background: rgba(181, 133, 58, 0.58); }
.trust-band-heading h2 { margin: 14px 0 0; font-family: var(--serif); font-size: clamp(38px, 4vw, 58px); font-weight: 600; line-height: 1.04; letter-spacing: 0; }
.trust-band-heading p { margin: 10px 0 0; color: var(--muted); font-family: var(--serif); font-size: clamp(17px, 1.5vw, 22px); line-height: 1.4; }
.trust-band-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.trust-band article { min-width: 0; padding: 0 clamp(14px, 2vw, 28px); display: grid; justify-items: center; align-content: start; gap: 9px; text-align: center; border-left: 1px solid rgba(181, 133, 58, 0.36); }
.trust-band article:first-child { border-left: 0; }
.trust-icon { width: clamp(70px, 6vw, 92px); height: clamp(70px, 6vw, 92px); display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-strong); }
.trust-icon svg { width: 42%; height: 42%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.trust-band strong { margin-top: 8px; font-family: var(--serif); font-size: clamp(18px, 1.55vw, 25px); font-weight: 600; line-height: 1.1; }
.trust-band article > span:not(.trust-icon) { color: var(--muted); font-size: clamp(13px, 1vw, 16px); line-height: 1.35; }
.brand-story { margin-top: clamp(42px, 4vw, 58px); height: clamp(420px, 39.3vw, 566px); display: grid; grid-template-columns: minmax(300px, 43%) minmax(0, 57%); align-items: stretch; overflow: hidden; border-radius: 12px; background: var(--cream); }
.newsletter-consent-copy, .newsletter-status { grid-column: 1 / -1; color: var(--muted); font-size: 12px; line-height: 1.45; }
.newsletter-consent-copy { display: flex; align-items: flex-start; gap: 8px; }
.newsletter-consent-copy input { flex: 0 0 auto; margin-top: 2px; }
.cj-footer-new-wrap { margin-top: 0; }
.cj-footer-new-wrap .cj-footer-new-inner { width: min(1360px, calc(100% - 96px)); }
.elumira-brand-footer { --elumira-footer-ivory: #f7f2e9; width: min(100%, var(--page-canvas-max)); margin: clamp(14px, 1.6vw, 20px) auto 0; padding: 16px 0 14px; background: var(--elumira-footer-ivory); border-top: 1px solid rgba(181, 133, 58, 0.22); border-bottom: 0; }
.elumira-brand-footer-inner { width: min(1360px, calc(100% - 96px)); margin: 0 auto; display: grid; grid-template-columns: minmax(160px, 1fr) minmax(105px, 0.46fr) minmax(125px, 0.52fr); gap: clamp(12px, 1.6vw, 22px); align-items: start; }
.elumira-footer-mark { display: grid; gap: 4px; align-content: start; }
.elumira-footer-mark strong { font-family: var(--serif); font-size: clamp(30px, 2.5vw, 40px); font-weight: 700; letter-spacing: 0.02em; line-height: 0.9; }
.elumira-footer-mark span { color: var(--gold-strong); font-size: 10px; letter-spacing: 0.48em; text-transform: uppercase; }
.elumira-footer-links { display: grid; gap: 4px; }
.elumira-footer-links h2 { margin: 0 0 1px; font-size: 11.5px; font-weight: 900; letter-spacing: 0.04em; text-transform: uppercase; }
.elumira-footer-links a { color: var(--muted); font-size: 12px; line-height: 1.25; text-decoration: none; }
.elumira-footer-links a:hover { color: var(--gold-strong); }
.elumira-brand-footer .cj-footer-new-preface { width: min(1360px, calc(100% - 96px)); margin: 10px auto 0; padding: 10px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); color: #28221c; background: transparent; border-top: 1px solid #ddcdb7; border-bottom: 0; }
.elumira-brand-footer .cj-footer-new-preface-item { min-width: 0; padding: 0 clamp(10px, 1.35vw, 18px); display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 8px; align-items: start; }
.elumira-brand-footer .cj-footer-new-preface-item:first-child { padding-left: 0; }
.elumira-brand-footer .cj-footer-new-preface-item:last-child { padding-right: 0; }
.elumira-brand-footer .cj-footer-new-preface-item + .cj-footer-new-preface-item { border-left: 1px solid #ddcdb7; }
.elumira-brand-footer .cj-footer-new-preface-item > svg { width: 30px; height: 30px; padding: 7px; color: #a8793e; border: 1px solid #e2d5c2; border-radius: 50%; background: #fbf8f2; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.elumira-brand-footer .cj-footer-new-preface-item h2 { margin: 0 0 2px; font-family: var(--serif); font-size: clamp(15px, 1.02vw, 17px); line-height: 1.05; }
.elumira-brand-footer .cj-footer-new-preface-item p { margin: 0 0 4px; color: #5d5348; font-size: 10.8px; line-height: 1.22; }
.elumira-brand-footer .cj-footer-new-preface-item > div > a { color: #8f642f; font-size: 11.5px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.elumira-brand-footer .cj-footer-new-preface-form > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.elumira-brand-footer .cj-footer-new-preface-form input[type="email"] { min-width: 0; height: 29px; padding: 0 9px; border: 1px solid #d9c9b2; border-radius: 6px 0 0 6px; background: #fffdf9; }
.elumira-brand-footer .cj-footer-new-preface-form button { min-height: 29px; padding: 0 10px; border: 0; border-radius: 0 6px 6px 0; color: #fff; background: #9a6a31; font: inherit; font-weight: 700; cursor: pointer; }
.elumira-brand-footer .cj-footer-new-preface-form > label { margin-top: 3px; display: flex; gap: 5px; align-items: flex-start; color: #5d5348; font-size: 9.6px; line-height: 1.18; }
.elumira-brand-footer .cj-footer-new-preface-form > label input { margin: 1px 0 0; }
.elumira-brand-footer .cj-footer-new-preface-form a { text-decoration: underline; }
.elumira-preface-newsletter { display: block; margin-top: 6px; }
.elumira-preface-newsletter > div { display: grid; grid-template-columns: minmax(0, 1fr) 34px; }
.elumira-preface-newsletter input[type="email"] { min-width: 0; height: 30px; padding: 0 9px; border: 1px solid #d9c9b2; border-radius: 6px 0 0 6px; background: #fffdf9; }
.elumira-preface-newsletter button { min-height: 30px; border: 0; border-radius: 0 6px 6px 0; color: #fff; background: #9a6a31; font-weight: 700; cursor: pointer; }
.elumira-preface-newsletter > label { margin-top: 5px; display: flex; gap: 5px; align-items: flex-start; color: #5d5348; font-size: 9.5px; line-height: 1.18; }
.elumira-preface-newsletter > label input { margin: 1px 0 0; }
.elumira-preface-newsletter a { text-decoration: underline; }
.elumira-empty { padding: 34px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--muted); text-align: center; }
.elumira-product-placeholder, .elumira-demo-placeholder, .elumira-demo-thumb { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, #fff7eb, #efe0cc); color: var(--gold-strong); font-weight: 800; text-transform: uppercase; text-align: center; }

.toast { position: fixed; right: 18px; bottom: 18px; z-index: 60; padding: 12px 15px; background: #111; color: #fff; border-radius: 8px; font-size: 13px; opacity: 0; transform: translateY(10px); transition: 0.2s; }
.toast.show { opacity: 1; transform: none; }
.cart-backdrop { position: fixed; inset: 0; z-index: 80; background: rgba(22, 17, 13, 0.42); backdrop-filter: blur(2px); }
.cart-drawer { position: fixed; top: 0; right: 0; z-index: 81; width: min(420px, 100%); height: 100dvh; display: flex; flex-direction: column; background: #fff; box-shadow: -24px 0 60px rgba(22, 17, 13, 0.18); transform: translateX(100%); transition: transform 0.24s ease; }
.cart-drawer[aria-hidden="false"] { transform: none; }
.cart-drawer-head, .cart-drawer-foot { padding: 20px 22px; border-bottom: 1px solid var(--line); }
.cart-drawer-head { display: flex; align-items: center; justify-content: space-between; }
.cart-drawer-head h2 { margin: 0; font-family: var(--serif); font-weight: 600; }
.cart-drawer-head button { border: 0; background: transparent; font-size: 28px; cursor: pointer; }
.cart-drawer-body { flex: 1; padding: 18px 22px; overflow: auto; }
.cart-items { display: grid; gap: 12px; }
.cart-item { display: grid; grid-template-columns: 68px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.cart-item-image { width: 68px; height: 68px; display: grid; place-items: center; background: var(--ivory); }
.cart-item-copy strong, .cart-item-copy small { display: block; }
.cart-item-copy strong { font-family: var(--serif); font-size: 16px; }
.cart-item-copy small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.cart-item-actions { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.cart-item-actions button { width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 6px; background: #fff; cursor: pointer; }
.cart-item-actions [data-cart-remove] { width: auto; padding: 0 7px; }
.cart-drawer-foot { display: grid; gap: 10px; margin-top: 20px; border-top: 1px solid var(--line); border-bottom: 0; }
.cart-drawer-foot > div { display: flex; justify-content: space-between; font-size: 16px; }
.cart-drawer .btn { min-height: 44px; padding: 0 20px; display: flex; align-items: center; justify-content: center; border: 1px solid #16110d; border-radius: 8px; font-size: 13px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.cart-drawer .btn-primary { background: #16110d; color: #fff; }
.cart-drawer .btn-secondary { background: #fff; color: #16110d; }
body.cart-drawer-open { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn-dark, .btn-light, .card-btn, .cart-drawer, .hero-product-track { transition: none; }
  .gem-title::before, .gem-title::after { animation: none; }
}

@media (max-width: 1280px) {
  .topbar { gap: 30px; padding-inline: 32px; }
  .nav, .hero-showcase, .section, .tennis-story, .combo-wrap, .trust-band, .brand-story { width: min(1180px, calc(100% - 64px)); }
  .cj-footer-new-wrap .cj-footer-new-preface, .cj-footer-new-wrap .cj-footer-new-bottom { padding-inline: 32px; }
  .cj-footer-new-wrap .cj-footer-new-inner { width: min(1180px, calc(100% - 64px)); }
  .elumira-brand-footer-inner { width: min(1180px, calc(100% - 64px)); gap: clamp(16px, 2.4vw, 28px); }
  .elumira-brand-footer .cj-footer-new-preface { width: min(1180px, calc(100% - 64px)); }
  .hero h1 { font-size: 70px; }
  .hero-feature-card { flex-basis: calc((100% - 28px) / 3); }
}

@media (max-width: 1050px) {
  .hero-feature-card { flex-basis: calc((100% - 14px) / 2); }
  .combo { grid-template-columns: minmax(0, 44%) minmax(0, 56%); }
  .combo-benefits, .steps { gap: 8px; }
  .combo-benefits span, .step { min-height: 0; padding: 12px 10px; font-size: 12px; }
  .combo-product-list { grid-template-columns: 1fr; }
  .trust-band-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
  .trust-band article:nth-child(4) { border-left: 1px solid rgba(181, 133, 58, 0.36); }
  .elumira-brand-footer-inner { grid-template-columns: minmax(190px, 1fr) repeat(2, minmax(120px, 0.55fr)); }
  .elumira-brand-footer .cj-footer-new-preface { grid-template-columns: 1fr; margin-top: 12px; padding-top: 8px; }
  .elumira-brand-footer .cj-footer-new-preface-item { padding: 10px 0; }
  .elumira-brand-footer .cj-footer-new-preface-item + .cj-footer-new-preface-item { border-top: 1px solid #ddcdb7; border-left: 0; }
}

@media (max-height: 760px) and (min-width: 769px) {
  .hero-copy { top: 108px; }
  .hero h1 { font-size: 58px; }
  .hero p { font-size: 16px; }
  .hero-signature { margin: 14px 0 24px; font-size: 42px; }
  .hero-trust { min-height: 104px; }
}

@media (max-width: 1024px) {
  .topbar { grid-template-columns: repeat(2, auto); gap: 8px 28px; }
  .nav { min-height: 78px; display: flex; justify-content: space-between; }
  .nav-left { display: none; }
  .elumira-menu-open .nav-left { position: absolute; left: 32px; right: 32px; top: calc(100% + 10px); display: grid; gap: 0; padding: 12px 0; background: rgba(10, 9, 8, 0.94); border: 1px solid rgba(255, 255, 255, 0.18); box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28); }
  .elumira-menu-open .nav-left a { padding: 14px 18px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .elumira-menu-open .nav-left a:last-child { border-bottom: 0; }
  .mobile-menu-toggle { display: inline-grid; }
  .nav-right { width: auto; display: grid; grid-template-columns: repeat(5, 34px); gap: 18px; }
  .brand-wordmark span { font-size: clamp(31px, 5vw, 42px); }
  .hero { padding-top: 78px; }
  .hero-media { width: 100%; height: clamp(520px, 72vw, 720px); }
  .hero-video { inset: 0; width: 100%; height: 100%; object-position: 57% center; }
  .hero-copy { left: 34px; top: 132px; width: min(540px, calc(100% - 68px)); }
  .hero h1 { font-size: 54px; }
  .collection-feature { aspect-ratio: auto; }
  .collection-feature::before { height: 100%; background: linear-gradient(180deg, rgba(7, 6, 4, 0.9) 0%, rgba(11, 10, 8, 0.72) 25%, rgba(42, 35, 28, 0.24) 52%, rgba(255, 253, 248, 0.16) 68%, rgba(255, 253, 248, 0.82) 100%), radial-gradient(circle at 25% 18%, rgba(255, 255, 255, 0.4), rgba(218, 181, 88, 0.2) 17%, transparent 42%), radial-gradient(circle at 52% 16%, rgba(245, 247, 241, 0.34), rgba(198, 204, 204, 0.18) 18%, transparent 41%), radial-gradient(circle at 73% 18%, rgba(212, 234, 218, 0.23), rgba(41, 105, 74, 0.1) 22%, transparent 45%); }
  .collection-feature img { width: 100%; height: auto; object-fit: contain; object-position: center; }
  .collection-feature-video-wrap { left: 50%; right: auto; top: clamp(170px, 18vw, 220px); bottom: auto; width: min(620px, 72vw); transform: translateX(-50%); }
  .collection-feature-copy { left: 50%; top: clamp(440px, 52vw, 540px); right: auto; bottom: auto; width: min(500px, calc(100% - 40px)); transform: translateX(-50%); text-align: center; }
  .collection-feature-text { margin-inline: auto; }
  .product-grid.six, .product-grid.five { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .brand-story { grid-template-columns: minmax(300px, 43%) minmax(0, 57%); }
  .tennis-story { grid-template-columns: minmax(0, 3fr) minmax(280px, 2fr); }
}

@media (max-width: 900px) {
  .combo { grid-template-columns: minmax(0, 40%) minmax(0, 60%); }
  .combo-content { padding: clamp(26px, 3.8vw, 34px); }
  .combo-photo > img { object-fit: contain; }
}

@media (max-width: 768px) {
  .topbar { display: none; }
  .nav, .hero-showcase, .section, .tennis-story, .combo-wrap, .trust-band, .brand-story { width: calc(100% - 32px); }
  .cj-footer-new-wrap .cj-footer-new-preface, .cj-footer-new-wrap .cj-footer-new-bottom { padding-inline: 16px; }
  .cj-footer-new-wrap .cj-footer-new-inner { width: calc(100% - 32px); }
  .elumira-brand-footer { margin-top: 12px; padding: 16px 0 12px; }
  .elumira-brand-footer-inner { width: calc(100% - 32px); grid-template-columns: 1fr 1fr; gap: 12px 14px; }
  .elumira-brand-footer .cj-footer-new-preface { width: calc(100% - 32px); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 12px; margin-top: 10px; padding-top: 10px; }
  .elumira-footer-mark { min-height: 0; grid-column: 1 / -1; }
  .elumira-footer-mark strong { font-size: 25px; }
  .elumira-footer-mark span { font-size: 9px; }
  .elumira-footer-links { gap: 3px; }
  .elumira-footer-links h2 { font-size: 10.5px; }
  .elumira-footer-links a { font-size: 10.5px; line-height: 1.22; }
  .elumira-brand-footer .cj-footer-new-preface-item { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 7px; padding: 0; border: 0; }
  .elumira-brand-footer .cj-footer-new-preface-item + .cj-footer-new-preface-item { border: 0; }
  .elumira-brand-footer .cj-footer-new-preface-item > svg { width: 26px; height: 26px; padding: 6px; }
  .elumira-brand-footer .cj-footer-new-preface-item h2 { font-size: 13.5px; }
  .elumira-brand-footer .cj-footer-new-preface-item p, .elumira-brand-footer .cj-footer-new-preface-item > div > a { font-size: 10px; line-height: 1.2; }
  .cj-footer-new-wrap .cj-footer-new-inner { padding: 18px 0 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 14px; }
  .cj-footer-new-wrap .cj-footer-new-brand { grid-column: 1 / -1; }
  .cj-footer-new-wrap .cj-footer-new-brand, .cj-footer-new-wrap .cj-footer-new-col, .cj-footer-new-wrap .cj-footer-new-col:nth-child(even) { padding: 0; border-left: 0; border-bottom: 0; }
  .cj-footer-new-wrap .cj-footer-new-logo { margin-bottom: 4px; font-size: 24px; }
  .cj-footer-new-wrap .cj-footer-new-brand .cj-footer-new-signature { margin-bottom: 6px; font-size: 13px; }
  .cj-footer-new-wrap .cj-footer-new-brand p { max-width: 100%; font-size: 10.5px; line-height: 1.32; }
  .cj-footer-new-wrap .cj-footer-new-col h3 { margin: 0 0 5px; font-size: 10.5px; }
  .cj-footer-new-wrap .cj-footer-new-col ul { gap: 3px; }
  .cj-footer-new-wrap .cj-footer-new-col a { font-size: 10.5px; line-height: 1.22; }
  .cj-footer-new-wrap .cj-footer-new-bottom { padding: 10px 16px; grid-template-columns: 1fr; gap: 5px; text-align: left; font-size: 10px; }
  .cj-footer-new-wrap .cj-footer-new-bottom nav { grid-column: auto; grid-row: auto; gap: 6px 10px; justify-content: flex-start; }
  .cj-footer-new-wrap .cj-footer-new-payment { justify-self: start; }
  .nav { min-height: 72px; gap: 14px; }
  .nav-right { grid-template-columns: repeat(4, 30px); gap: 10px; }
  .nav-icon { width: 30px; height: 30px; }
  .nav-icon svg { width: 22px; height: 22px; }
  .hero { padding-top: 72px; }
  .hero-media { height: clamp(560px, 92vw, 680px); aspect-ratio: auto; min-height: 0; border-radius: 0; background: #1a1512; }
  .hero-video { inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center top; background: #1a1512; }
  .hero-media::after { background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.72)); }
  .hero-copy { left: 22px; right: 22px; top: clamp(225px, 50vw, 320px); bottom: auto; width: auto; transform: none; }
  .hero h1 { font-size: clamp(40px, 6vw, 46px); }
  .hero p { font-size: 16px; }
  .hero-signature { margin: 14px 0 24px; font-size: 34px; }
  .hero-trust { min-height: 112px; padding: 10px clamp(14px, 3.9vw, 20px); grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 8px clamp(10px, 3vw, 14px); }
  .hero-trust span { grid-template-columns: clamp(28px, 7.8vw, 34px) minmax(0, 1fr); column-gap: clamp(7px, 2.3vw, 10px); }
  .hero-trust svg { width: clamp(26px, 7vw, 30px); height: clamp(26px, 7vw, 30px); }
  .hero-trust b { min-width: 0; font-size: clamp(11px, 3.25vw, 14px); overflow-wrap: anywhere; }
  .hero-trust small { margin-top: 3px; font-size: clamp(9px, 2.55vw, 11px); line-height: 1.15; }
  .trust-band { padding-block: 20px 16px; }
  .trust-band-heading { margin-bottom: 16px; }
  .trust-band-heading > span { gap: 10px; font-size: 10px; }
  .trust-band-heading > span::before, .trust-band-heading > span::after { width: 30px; }
  .trust-band-heading h2 { margin-top: 8px; font-size: clamp(25px, 6.4vw, 32px); line-height: 1.04; }
  .trust-band-heading p { margin-top: 6px; font-size: clamp(12px, 3.1vw, 14px); line-height: 1.3; }
  .trust-band-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border-top: 1px solid rgba(181, 133, 58, 0.24); }
  .trust-band article { min-height: 0; padding: 12px 8px; display: grid; grid-template-columns: 34px minmax(0, 1fr); justify-items: start; align-items: center; gap: 8px; text-align: left; border-left: 0; border-top: 1px solid rgba(181, 133, 58, 0.18); }
  .trust-band article:nth-child(odd) { border-right: 1px solid rgba(181, 133, 58, 0.18); }
  .trust-band article:first-child, .trust-band article:nth-child(2) { border-top: 0; }
  .trust-band article:last-child { border-right: 0; }
  .trust-icon { grid-row: 1 / 3; width: 34px; height: 34px; }
  .trust-band strong { margin-top: 0; font-size: clamp(13px, 3.4vw, 15px); line-height: 1.08; }
  .trust-band article > span:not(.trust-icon) { font-size: clamp(10.5px, 2.75vw, 12px); line-height: 1.18; }
  .product-grid.six, .product-grid.five { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .elumira-collection-strip::before { top: 0; height: clamp(145px, 31vw, 215px); opacity: 0.9; filter: blur(17px); animation-delay: -3.4s; }
  .elumira-collection-strip::after { top: clamp(76px, 14vw, 104px); opacity: 0.6; animation-delay: -3.4s; }
  .collection-feature { height: clamp(380px, 88vw, 560px); min-height: 0; padding-top: 0; background: #f7f4ee; }
  .collection-feature::after { height: clamp(190px, 42vw, 280px); background: linear-gradient(180deg, rgba(14, 11, 8, 0.58) 0%, rgba(58, 50, 40, 0.36) 34%, rgba(213, 207, 197, 0.12) 72%, rgba(255, 253, 248, 0) 100%); }
  .collection-feature picture { position: absolute; inset: 0; height: 100%; }
  .collection-feature img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
  .collection-feature-video-wrap { left: 22px; right: 22px; top: clamp(150px, 25vw, 190px); bottom: auto; width: auto; transform: none; }
  .elumira-collection-strip .collection-intro { position: absolute; left: 50%; top: clamp(22px, 4.6vw, 34px); z-index: 3; width: min(560px, calc(100% - 36px)); margin: 0; padding: 0; transform: translateX(-50%); }
  .elumira-collection-strip .collection-intro h2 { font-size: clamp(24px, 5vw, 33px); line-height: 1.04; }
  .elumira-collection-strip .collection-intro p { margin-top: 6px; font-size: clamp(12px, 2vw, 13.5px); line-height: 1.3; }
  .collection-intro h2, .hero-showcase-heading h2, .combo-content h2, .story-copy h2 { font-size: 36px; }
  .tennis-story { grid-template-columns: 1fr; }
  .tennis-photo { aspect-ratio: 4 / 3; }
  .tennis-photo img, .story-photo img { object-position: center top; }
  .tennis-copy { padding: clamp(28px, 6vw, 40px) clamp(22px, 5vw, 34px); }
  .tennis-copy h2 { font-size: clamp(32px, 7vw, 36px); }
  .combo-content, .story-copy { padding: 34px 24px; }
  .combo-product-list { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .hero-feature-card { flex-basis: 86%; }
  .combo { grid-template-columns: 1fr; }
  .combo-photo { aspect-ratio: 16 / 10; background: #fff; }
  .combo-photo > img { object-fit: contain; object-position: center top; }
  .brand-story { height: auto; grid-template-columns: 1fr; }
  .story-photo { aspect-ratio: 4 / 3; }
}

@media (max-width: 430px) {
  .nav { width: calc(100% - 24px); }
  .brand-wordmark span { font-size: clamp(24px, 7.2vw, 31px); }
  .brand-wordmark small { font-size: 8px; }
  .nav-right { grid-template-columns: repeat(5, clamp(24px, 6.2vw, 28px)); gap: clamp(2px, 1.2vw, 5px); }
  .nav-icon { width: clamp(26px, 6.5vw, 28px); height: clamp(26px, 6.5vw, 28px); }
  .nav-icon svg { width: 20px; height: 20px; }
  .hero { padding-top: 72px; }
  .hero-media { height: clamp(520px, 118vw, 620px); aspect-ratio: auto; min-height: 0; }
  .hero-copy { left: 18px; right: 18px; top: clamp(165px, 48vw, 210px); bottom: auto; }
  .kicker { margin-bottom: 10px; font-size: 13px; }
  .hero h1 { font-size: clamp(31px, 9.2vw, 36px); }
  .hero p { font-size: 15px; line-height: 1.45; }
  .hero-signature { margin: 12px 0 18px; font-size: clamp(25px, 7.9vw, 31px); }
  .hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(8px, 2.6vw, 12px); }
  .hero-actions .btn-dark, .hero-actions .btn-light { width: 100%; min-height: 46px; padding-inline: clamp(8px, 3vw, 14px); font-size: clamp(9px, 2.65vw, 11px); text-align: center; }
  .hero-trust { min-height: 108px; gap: 7px clamp(6px, 2vw, 9px); padding: 9px clamp(10px, 3.7vw, 16px); }
  .hero-trust span { grid-template-columns: clamp(25px, 7.2vw, 30px) minmax(0, 1fr); }
  .hero-trust svg { width: clamp(24px, 6.6vw, 27px); height: clamp(24px, 6.6vw, 27px); }
  .product-grid.six, .product-grid.five { grid-template-columns: 1fr; }
  .elumira-collection-strip::before { top: 0; height: clamp(125px, 37vw, 160px); opacity: 0.92; filter: blur(15px); animation-delay: -3.4s; }
  .elumira-collection-strip::after { top: clamp(72px, 22vw, 94px); opacity: 0.64; animation-delay: -3.4s; }
  .elumira-collection-strip .collection-intro { position: absolute; left: 50%; top: clamp(16px, 5vw, 24px); z-index: 3; width: calc(100% - 28px); margin: 0; padding: 0; transform: translateX(-50%); }
  .elumira-collection-strip .collection-intro h2 { font-size: clamp(21px, 6vw, 26px); line-height: 1.04; }
  .elumira-collection-strip .collection-intro p { margin-top: 5px; font-size: clamp(11px, 3vw, 12.5px); line-height: 1.28; }
  .collection-feature { height: clamp(360px, 100vw, 430px); min-height: 0; padding-top: 0; background: #f7f4ee; }
  .collection-feature::after { height: clamp(170px, 50vw, 220px); background: linear-gradient(180deg, rgba(14, 11, 8, 0.58) 0%, rgba(58, 50, 40, 0.35) 34%, rgba(213, 207, 197, 0.12) 72%, rgba(255, 253, 248, 0) 100%); }
  .collection-feature picture { position: absolute; inset: 0; height: 100%; }
  .collection-feature img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
  .collection-feature-video-wrap { left: 18px; right: 18px; top: clamp(150px, 42vw, 180px); width: auto; transform: none; }
  .collection-feature-copy { left: 18px; top: auto; bottom: 18px; width: calc(100% - 36px); transform: none; text-align: left; }
  .collection-feature-title { font-size: clamp(30px, 9vw, 38px); }
  .collection-feature-text { max-width: 310px; font-size: clamp(12px, 3.3vw, 14px); }
  .collection-feature-cta { min-height: 44px; padding-inline: clamp(18px, 6vw, 24px); }
  .product-image { min-height: 0; }
  .story-copy { padding: clamp(28px, 8vw, 34px) clamp(20px, 6vw, 24px); }
  .story-copy h2 { font-size: clamp(32px, 9.2vw, 36px); }
  .combo-content { padding: clamp(26px, 7vw, 34px) clamp(18px, 6vw, 24px); }
  .combo-benefits, .steps { margin-block: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .combo-benefits span, .step { padding: 10px 8px; font-size: clamp(10px, 2.8vw, 12px); }
  .step b { font-size: clamp(9px, 2.6vw, 11px); }
  .combo-product { grid-template-columns: 18px 48px minmax(0, 1fr); }
  .combo-product span { width: 48px; height: 46px; }
  .combo-product small { grid-column: 3; white-space: normal; }
  .combo-actions { align-items: stretch; gap: 10px; }
  .combo-actions button { width: 100%; }
  .cart-drawer-head, .cart-drawer-foot { padding-inline: clamp(16px, 5.5vw, 22px); }
  .cart-drawer-body { min-height: 0; padding-inline: clamp(16px, 5.5vw, 22px); }
  .cart-item { grid-template-columns: 58px minmax(0, 1fr); align-items: start; }
  .cart-item-image { width: 58px; height: 58px; }
  .cart-item-copy { min-width: 0; }
  .cart-item-copy a { overflow-wrap: anywhere; }
  .cart-item > strong { grid-column: 2; }
  .cart-item-actions { flex-wrap: wrap; }
}

@media (max-width: 768px) {
  .elumira-brand-footer {
    margin-top: 0;
    padding: 18px 0 16px;
  }
  .elumira-brand-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
  }
  .elumira-footer-mark {
    grid-column: 1 / -1;
  }
  .elumira-footer-mark strong {
    font-size: clamp(28px, 8vw, 36px);
  }
  .elumira-footer-links h2 {
    margin-bottom: 6px;
    font-size: 12px;
  }
  .elumira-footer-links a {
    font-size: 12px;
    line-height: 1.35;
  }
  .elumira-brand-footer .cj-footer-new-preface {
    width: calc(100% - 32px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
    margin-top: 14px;
    padding-top: 14px;
  }
  .elumira-brand-footer .cj-footer-new-preface-item {
    display: block;
    padding: 0;
  }
  .elumira-brand-footer .cj-footer-new-preface-item:nth-child(1) {
    order: 1;
  }
  .elumira-brand-footer .cj-footer-new-preface-item:nth-child(3) {
    order: 2;
  }
  .elumira-brand-footer .cj-footer-new-preface-item:nth-child(2) {
    order: 3;
    grid-column: 1 / -1;
    padding-top: 12px;
    border-top: 1px solid #ddcdb7;
  }
  .elumira-brand-footer .cj-footer-new-preface-item > svg {
    display: block;
    width: 28px;
    height: 28px;
    padding: 6px;
  }
  .elumira-brand-footer .cj-footer-new-preface-item h2 {
    font-size: 16px;
    line-height: 1.08;
  }
  .elumira-brand-footer .cj-footer-new-preface-item p,
  .elumira-brand-footer .cj-footer-new-preface-item > div > a {
    font-size: 12px;
    line-height: 1.25;
  }
  .elumira-preface-newsletter {
    display: block;
    margin-top: 8px;
  }
  .elumira-preface-newsletter > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
  }
  .elumira-preface-newsletter input[type="email"] {
    min-width: 0;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #d9c9b2;
    border-radius: 6px 0 0 6px;
    background: #fffdf9;
  }
  .elumira-preface-newsletter button {
    min-height: 38px;
    border: 0;
    border-radius: 0 6px 6px 0;
    color: #fff;
    background: #9a6a31;
    font-weight: 700;
  }
  .elumira-preface-newsletter > label {
    margin-top: 6px;
    display: flex;
    gap: 6px;
    align-items: flex-start;
    color: #5d5348;
    font-size: 10px;
    line-height: 1.18;
  }
  .cj-footer-new-wrap {
    margin-top: 0;
    border-radius: 22px 22px 0 0;
    overflow: hidden;
  }
  .cj-footer-new-wrap .cj-footer-new-inner {
    width: calc(100% - 32px);
    padding: 24px 0 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 22px;
  }
  .cj-footer-new-wrap .cj-footer-new-brand {
    grid-column: 1 / -1;
    padding-bottom: 4px;
  }
  .cj-footer-new-wrap .cj-footer-new-brand,
  .cj-footer-new-wrap .cj-footer-new-col,
  .cj-footer-new-wrap .cj-footer-new-col:nth-child(even) {
    border: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .cj-footer-new-wrap .cj-footer-new-logo {
    font-size: 32px;
  }
  .cj-footer-new-wrap .cj-footer-new-brand .cj-footer-new-signature {
    font-size: 15px;
  }
  .cj-footer-new-wrap .cj-footer-new-brand p,
  .cj-footer-new-wrap .cj-footer-new-col a {
    font-size: 13px;
    line-height: 1.4;
  }
  .cj-footer-new-wrap .cj-footer-new-col h3 {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .cj-footer-new-wrap .cj-footer-new-col ul {
    gap: 7px;
  }
  .cj-footer-new-wrap .cj-footer-new-bottom {
    padding: 14px 16px 16px;
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: left;
    font-size: 12px;
  }
  .cj-footer-new-wrap .cj-footer-new-bottom nav {
    justify-content: flex-start;
  }
}
