/* JOVI / JM Brands site styles — built on tokens.css */
@import url('tokens.css');

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: var(--surface-warm); color: var(--fg-1); }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
input, textarea, select { font-family: inherit; font-size: var(--fs-body); }
:focus-visible { outline: 3px solid var(--jovi-yellow); outline-offset: 2px; border-radius: 4px; }

/* ---------- Layout primitives ---------- */
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 880px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-sm { padding: 48px 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 22px; border-radius: var(--radius-pill);
  font-weight: 600; font-size: 15px; line-height: 1;
  transition: transform var(--dur-base) var(--ease-snap), background var(--dur-base);
  border: 2px solid transparent; white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--jovi-red); color: var(--jovi-yellow); }
.btn-primary:hover { background: #C8003C; }
.btn-yellow  { background: var(--jovi-yellow); color: var(--jovi-red); border-color: var(--jovi-red); }
.btn-yellow:hover { background: #FFD400; }
.btn-ghost   { background: transparent; color: var(--fg-1); border-color: var(--ink-300); }
.btn-ghost:hover { border-color: var(--ink-900); background: var(--surface-base); }
.btn-dark    { background: var(--ink-900); color: var(--jovi-yellow); }
.btn-dark:hover { background: var(--ink-800); }
.btn-sm { padding: 9px 16px; font-size: 13px; }
.btn-lg { padding: 18px 28px; font-size: 17px; }

/* ---------- Header ---------- */
.hdr { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border-1); }
.hdr-strip { background: var(--ink-900); color: var(--jovi-yellow); font-size: 12.5px; padding: 8px 0; text-align: center; letter-spacing: .04em; }
.hdr-strip strong { color: var(--jovi-yellow); }
.hdr-row { display: flex; align-items: center; gap: 24px; padding: 14px 0; }
.hdr-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.hdr-logo img { height: 38px; width: auto; }
.hdr-logo-by { font-size: 11px; color: var(--fg-3); line-height: 1.1; letter-spacing: .04em; text-transform: uppercase; font-weight: 600; }
.hdr-nav { display: flex; gap: 6px; flex: 1; justify-content: center; flex-wrap: wrap; }
.hdr-nav a { padding: 8px 12px; border-radius: var(--radius-pill); font-weight: 500; font-size: 14.5px; color: var(--fg-2); }
.hdr-nav a:hover { background: var(--ink-100); text-decoration: none; color: var(--fg-1); }
.hdr-nav a.active { background: var(--jovi-yellow); color: var(--jovi-red); font-weight: 600; }
.hdr-actions { display: flex; gap: 6px; align-items: center; flex-shrink: 0; }
.hdr-icon-btn { width: 40px; height: 40px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--border-1); background: var(--surface-base); position: relative; }
.hdr-icon-btn:hover { border-color: var(--ink-900); }
.hdr-icon-btn .badge { position: absolute; top: -4px; right: -4px; background: var(--jovi-red); color: var(--jovi-yellow); border-radius: 999px; font-size: 11px; font-weight: 700; min-width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; padding: 0 5px; }
.lang-pill { display: inline-flex; padding: 3px; border-radius: 999px; background: var(--ink-100); }
.lang-pill button { padding: 5px 10px; font-size: 12px; font-weight: 600; border-radius: 999px; color: var(--fg-3); }
.lang-pill button.active { background: var(--ink-900); color: var(--jovi-yellow); }

/* ---------- Hero ---------- */
.hero-wrap { background: var(--jovi-yellow); position: relative; overflow: hidden; border-bottom: 4px solid var(--jovi-red); }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 16px; align-items: center; padding: 80px 0; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--jovi-red); color: var(--jovi-yellow); padding: 8px 14px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero h1 { font-size: clamp(48px, 6vw, 84px); font-weight: 800; letter-spacing: -.03em; line-height: 1; margin: 22px 0 20px; color: var(--ink-900); }
.hero p { font-size: 18px; color: var(--ink-800); max-width: 560px; line-height: 1.6; }
.hero-ctas { margin-top: 28px; display: flex; gap: 12px; flex-wrap: wrap; }
/* ---------- Why-JM dark strip (Home, matches About page) ---------- */
.why-strip { background: var(--ink-900); color: #fff; padding: 64px 0; }
.why-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--jovi-yellow); margin-bottom: 28px; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.why-cred { border-left: 3px solid var(--jovi-yellow); padding-left: 18px; }
.why-cred .num { font-size: 44px; font-weight: 800; color: var(--jovi-yellow); line-height: 1; margin-bottom: 10px; letter-spacing: -.02em; }
.why-cred .lbl { font-size: 14px; color: rgba(255,255,255,.85); line-height: 1.45; }
@media (max-width: 980px) { .why-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; } }
@media (max-width: 520px) { .why-grid { grid-template-columns: 1fr; } }

/* ---------- Hero stats (legacy) ---------- */
.hero-stats { margin-top: 36px; display: grid; grid-template-columns: repeat(3, auto); gap: 28px; max-width: 540px; }
.hero-stat strong { display: block; font-size: 28px; font-weight: 800; color: var(--jovi-red); line-height: 1; }
.hero-stat span { font-size: 12px; color: var(--ink-700); text-transform: uppercase; letter-spacing: .08em; font-weight: 600; }
.hero-art { position: relative; width: 100%; aspect-ratio: 1/1; max-width: 672px; margin-left: 0; justify-self: start; align-self: center; }
.hero-art.simple { display: flex; align-items: center; justify-content: center; }
.hero-art.simple img { width: 108%; height: 108%; object-fit: contain; filter: drop-shadow(0 30px 50px rgba(0,0,0,.25)); }
.hero-art .pill { position: absolute; inset: 0; border-radius: 50% / 60%; background: #FFF8DD; border: 4px solid var(--jovi-red); box-shadow: 0 24px 60px -20px rgba(0,0,0,.25); }
.hero-art .pill img { position: absolute; width: 96%; height: 96%; object-fit: contain; top: 2%; left: 2%; filter: drop-shadow(0 24px 36px rgba(0,0,0,.22)); }
.hero-art .floater { position: absolute; width: 24%; aspect-ratio: 1/1; border-radius: 50%; background: var(--jovi-yellow); border: 3px solid var(--ink-900); padding: 8px; }
.hero-art .floater img { width: 100%; height: 100%; object-fit: contain; }
.hero-art .f1 { top: -4%; right: 8%; transform: rotate(-12deg); }
.hero-art .f2 { bottom: 4%; left: -6%; transform: rotate(8deg); background: #FFE0EB; border-color: var(--jovi-red); }
.hero-art .f3 { top: 50%; right: -8%; transform: rotate(15deg); background: var(--surface-warm); }

/* ---------- Trust strip ---------- */
.trust { display: flex; gap: 32px; flex-wrap: wrap; align-items: center; justify-content: center; padding: 24px 0; background: var(--ink-900); color: var(--jovi-yellow); }
.trust-item { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 500; }
.trust-item strong { color: var(--jovi-yellow); font-weight: 700; }
.trust-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--jovi-yellow); opacity: .5; }

/* ---------- Section heads ---------- */
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 36px; flex-wrap: wrap; }
.section-head h2 { font-size: 40px; font-weight: 800; letter-spacing: -.02em; line-height: 1.05; }
.section-head .sub { color: var(--fg-3); font-size: 16px; margin-top: 6px; }
.section-head .right { color: var(--fg-2); font-size: 14px; font-weight: 600; }

/* ---------- Find-your-fit cards (image-led, JOVI brand-guide style) ---------- */
.fit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.fit-card { padding: 24px 22px 22px; border-radius: var(--radius-lg); border: 2px solid var(--ink-900); position: relative; overflow: hidden; cursor: pointer; transition: transform var(--dur-base) var(--ease-snap), box-shadow var(--dur-base); display: flex; flex-direction: column; min-height: 360px; }
.fit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.fit-num { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .8; margin-bottom: 8px; }
.fit-art { position: relative; flex: 1; min-height: 150px; display: flex; align-items: center; justify-content: center; margin: 8px 0 16px; }
.fit-blob { position: absolute; width: 70%; aspect-ratio: 1/1; border-radius: 50% 60% 40% 50% / 50% 40% 60% 50%; left: 15%; top: 10%; }
.fit-art img { position: relative; max-width: 90%; max-height: 150px; object-fit: contain; z-index: 1; filter: drop-shadow(0 8px 20px rgba(0,0,0,.18)); }
.fit-bottom { position: relative; }
.fit-bottom h3 { font-size: 28px; font-weight: 800; letter-spacing: -.02em; line-height: 1; margin-bottom: 6px; }
.fit-bottom p { font-size: 13px; line-height: 1.4; opacity: .9; max-width: 75%; }
.fit-arrow { position: absolute; bottom: 0; right: 0; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 18px; }
@media (max-width: 980px) { .fit-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .fit-grid { grid-template-columns: 1fr; } }

/* ---------- Product card ---------- */
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.prod-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.prod-price-row { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; margin-top: 6px; }
.prod-price-row .prod-price { font-size: 18px; font-weight: 800; color: var(--jovi-red); }
.prod-price-row .prod-price .from { font-size: 12px; font-weight: 600; color: var(--fg-3); }
.prod-price-row .prod-weight { font-size: 12px; font-weight: 600; color: var(--fg-3); white-space: nowrap; }
.prod-rating-row { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--fg-3); flex-wrap: wrap; }
.prod-rating-row .prod-stars { color: var(--jovi-red); letter-spacing: .1em; }
.prod-rating-row .prod-rate-num { font-weight: 700; color: var(--ink-900); }
.prod-rating-row .prod-swatches { margin-left: auto; display: flex; gap: 3px; }
.prod-weight-pick { padding: 8px 12px; border-radius: var(--radius-pill); border: 1.5px solid var(--ink-300); font-size: 13px; font-weight: 500; background: white; }
.prod-weight-pick:focus { border-color: var(--jovi-red); outline: none; }
.prod { background: var(--surface-base); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border-1); display: flex; flex-direction: column; transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base); cursor: pointer; }
.prod:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.prod-img { aspect-ratio: 1/1; background: var(--ink-100); position: relative; overflow: hidden; }
.prod-img img { width: 100%; height: 100%; object-fit: contain; padding: 16px; }
.prod-tag { position: absolute; top: 12px; left: 12px; background: var(--jovi-red); color: var(--jovi-yellow); font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px; letter-spacing: .04em; text-transform: uppercase; }
.prod-tag.craft { background: var(--ink-900); }
.prod-tag.play { background: var(--jovi-play-blue); color: white; }
.prod-tag.explore { background: var(--jovi-explore-red); color: white; }
.prod-tag.party { background: var(--jovi-party-orange); color: white; }
.prod-body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.prod-name { font-size: 16px; font-weight: 700; line-height: 1.3; color: var(--ink-900); }
.prod-tagline { font-size: 13px; color: var(--fg-3); line-height: 1.45; }
.prod-meta { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 12px; }
.prod-price { font-size: 18px; font-weight: 800; color: var(--jovi-red); }
.prod-price small { font-size: 12px; font-weight: 500; color: var(--fg-3); margin-left: 4px; }
.prod-rating { font-size: 12px; color: var(--fg-3); display: flex; align-items: center; gap: 4px; }
.prod-cta { margin-top: 12px; }
.prod-swatches { display: flex; gap: 4px; }
.prod-swatch { width: 16px; height: 16px; border-radius: 50%; border: 1.5px solid white; box-shadow: 0 0 0 1px var(--ink-300); }

/* ---------- Categories ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cat-card { padding: 28px 24px; border-radius: var(--radius-lg); border: 2px solid var(--ink-900); display: flex; flex-direction: column; gap: 8px; aspect-ratio: 1/1.05; position: relative; overflow: hidden; cursor: pointer; transition: transform var(--dur-base) var(--ease-snap); }
.cat-card:hover { transform: translateY(-4px) rotate(-1deg); }
.cat-card .num { font-size: 12px; font-weight: 700; opacity: .7; letter-spacing: .12em; }
.cat-card h3 { font-size: 38px; font-weight: 800; letter-spacing: -.02em; }
.cat-card .age { font-size: 13px; font-weight: 500; opacity: .85; }
.cat-card .arrow { position: absolute; bottom: 18px; right: 18px; width: 40px; height: 40px; border-radius: 50%; background: var(--ink-900); color: var(--jovi-yellow); display: flex; align-items: center; justify-content: center; font-weight: 700; }

/* ---------- Brand strip ---------- */
.brand-strip { background: var(--jovi-red); color: var(--jovi-yellow); padding: 80px 0; }
.brand-strip h2 { color: var(--jovi-yellow); font-size: 44px; font-weight: 800; letter-spacing: -.02em; margin-bottom: 20px; }
.brand-strip p { font-size: 18px; line-height: 1.6; opacity: .95; max-width: 720px; }
.brand-strip .vision { margin-top: 28px; padding-left: 18px; border-left: 4px solid var(--jovi-yellow); font-size: 22px; font-weight: 600; max-width: 720px; line-height: 1.4; opacity: 1; }
.brand-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.brand-stats .stat { padding: 22px; border-radius: var(--radius-md); background: rgba(255,220,0,.12); border: 2px solid var(--jovi-yellow); }
.brand-stats strong { display: block; font-size: 44px; font-weight: 800; line-height: 1; margin-bottom: 8px; }
.brand-stats span { font-size: 14px; opacity: .9; }

/* ---------- Filter bar (Shop) ---------- */
.filter-bar { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin-bottom: 28px; }
.filter-pill { padding: 8px 16px; border-radius: 999px; border: 1.5px solid var(--ink-300); font-size: 13.5px; font-weight: 500; transition: all var(--dur-base); }
.filter-pill:hover { border-color: var(--ink-900); }
.filter-pill.active { background: var(--ink-900); color: var(--jovi-yellow); border-color: var(--ink-900); }
.filter-bar .spacer { flex: 1; }
.filter-bar select { padding: 8px 14px; border-radius: 999px; border: 1.5px solid var(--ink-300); background: white; font-weight: 500; font-size: 13.5px; }

/* ---------- PDP ---------- */
.pdp-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; padding: 40px 0; }
.pdp-gallery { position: sticky; top: 100px; align-self: start; }
.pdp-mainimg { background: var(--surface-base); border: 1px solid var(--border-1); border-radius: var(--radius-lg); aspect-ratio: 1/1; overflow: hidden; padding: 24px; display: flex; align-items: center; justify-content: center; }
.pdp-mainimg img { max-height: 100%; object-fit: contain; }
.pdp-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 12px; }
.pdp-thumb { background: var(--surface-base); border: 1.5px solid var(--border-1); border-radius: var(--radius-md); aspect-ratio: 1/1; padding: 10px; cursor: pointer; transition: border-color var(--dur-base); }
.pdp-thumb.active { border-color: var(--jovi-red); }
.pdp-thumb img { width: 100%; height: 100%; object-fit: contain; }
.pdp-eyebrow { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--jovi-red); font-weight: 700; }
.pdp h1 { font-size: 44px; font-weight: 800; letter-spacing: -.02em; line-height: 1.05; margin: 10px 0 8px; }
.pdp .tagline { font-size: 18px; color: var(--fg-2); line-height: 1.5; margin-bottom: 20px; }
.pdp-price { font-size: 36px; font-weight: 800; color: var(--jovi-red); margin-bottom: 4px; }
.pdp-price small { color: var(--fg-3); font-size: 14px; font-weight: 500; }
.pdp-meta { display: flex; gap: 8px; flex-wrap: wrap; margin: 14px 0 22px; }
.pdp-meta span { padding: 4px 10px; background: var(--ink-100); border-radius: 999px; font-size: 12px; font-weight: 500; color: var(--fg-2); }
.pdp-section { margin-bottom: 22px; }
.pdp-section .lbl { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--fg-3); margin-bottom: 10px; }
.pdp-variants { display: flex; gap: 10px; }
.pdp-variant { display: flex; align-items: center; gap: 10px; padding: 8px 14px 8px 8px; border: 2px solid var(--border-1); border-radius: 999px; cursor: pointer; transition: border-color var(--dur-base); }
.pdp-variant.active { border-color: var(--jovi-red); }
.pdp-variant .swatch { width: 24px; height: 24px; border-radius: 50%; border: 1px solid rgba(0,0,0,.1); }
.pdp-variant span { font-weight: 500; font-size: 13.5px; }
.qty-stepper { display: inline-flex; align-items: center; border: 2px solid var(--border-1); border-radius: 999px; overflow: hidden; }
.qty-stepper button { width: 36px; height: 36px; font-size: 18px; font-weight: 700; }
.qty-stepper input { width: 40px; text-align: center; border: 0; font-weight: 600; }
.pdp-actions { display: flex; gap: 10px; margin: 24px 0 16px; flex-wrap: wrap; }
.pdp-marketplaces { display: flex; gap: 8px; align-items: center; padding: 14px; background: var(--ink-100); border-radius: var(--radius-md); margin-top: 8px; }
.pdp-marketplaces .lbl { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--fg-3); }
.pdp-marketplaces a { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; background: white; border: 1px solid var(--border-1); border-radius: 999px; font-size: 13px; font-weight: 600; }
.pdp-marketplaces a img { height: 16px; width: auto; }
.pdp-highlights { background: var(--ink-100); padding: 22px; border-radius: var(--radius-md); margin-top: 20px; }
.pdp-highlights h4 { font-size: 14px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 12px; color: var(--fg-3); font-weight: 700; }
.pdp-highlights ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.pdp-highlights li { display: flex; gap: 10px; font-size: 14.5px; line-height: 1.4; }
.pdp-highlights li::before { content: "✦"; color: var(--jovi-red); font-weight: 800; }

/* Reviews */
.reviews { display: flex; flex-direction: column; gap: 16px; }
.review { padding: 20px; border: 1px solid var(--border-1); border-radius: var(--radius-md); background: var(--surface-base); }
.review-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.review-name { font-weight: 700; font-size: 14px; }
.review-name span { color: var(--fg-3); font-weight: 500; margin-left: 8px; }
.review-stars { color: var(--jovi-red); letter-spacing: .15em; }
.review p { font-size: 14.5px; line-height: 1.55; color: var(--fg-2); }

/* ---------- Cart drawer ---------- */
.drawer-mask { position: fixed; inset: 0; background: rgba(24,21,18,.4); z-index: 100; opacity: 0; pointer-events: none; transition: opacity var(--dur-base); }
.drawer-mask.open { opacity: 1; pointer-events: auto; }
.drawer { position: fixed; top: 0; right: 0; height: 100%; width: 440px; max-width: 100%; background: var(--surface-base); z-index: 101; transform: translateX(100%); transition: transform var(--dur-base) var(--ease-out); display: flex; flex-direction: column; }
.drawer.open { transform: translateX(0); }
.drawer-head { padding: 20px 24px; border-bottom: 1px solid var(--border-1); display: flex; justify-content: space-between; align-items: center; }
.drawer-head h3 { font-size: 22px; font-weight: 800; }
.drawer-body { flex: 1; overflow-y: auto; padding: 16px 24px; }
.drawer-foot { padding: 20px 24px; border-top: 1px solid var(--border-1); background: var(--surface-warm); }
.cart-line { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border-1); }
.cart-line .img { width: 72px; height: 72px; background: var(--ink-100); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; padding: 8px; flex-shrink: 0; }
.cart-line .img img { max-width: 100%; max-height: 100%; }
.cart-line .info { flex: 1; }
.cart-line .name { font-weight: 600; font-size: 14px; }
.cart-line .v { font-size: 12px; color: var(--fg-3); }
.cart-line .ctrls { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; }
.cart-line .price { font-weight: 700; color: var(--jovi-red); }
.cart-line .qty { display: flex; align-items: center; gap: 6px; font-size: 13px; }
.cart-line .qty button { width: 24px; height: 24px; border-radius: 50%; background: var(--ink-100); font-weight: 700; }

.subtotal-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; }
.subtotal-row .l { color: var(--fg-3); font-size: 13px; text-transform: uppercase; letter-spacing: .06em; font-weight: 600; }
.subtotal-row .r { font-size: 24px; font-weight: 800; color: var(--ink-900); }
.cart-checkouts { display: flex; flex-direction: column; gap: 8px; }
.cart-checkouts .btn { width: 100%; }
.cart-note { font-size: 12px; color: var(--fg-3); margin-top: 12px; line-height: 1.5; }

/* ---------- About / pages ---------- */
.banner { background: var(--ink-900); color: var(--jovi-yellow); padding: 64px 0; }
.banner h1 { font-size: 56px; font-weight: 800; letter-spacing: -.02em; line-height: 1; }
.banner .eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; opacity: .7; margin-bottom: 14px; }
.banner p { font-size: 18px; opacity: .85; max-width: 640px; margin-top: 14px; line-height: 1.55; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 40px 0; }
.timeline-item { padding: 24px; border-radius: var(--radius-lg); background: var(--surface-base); border: 1px solid var(--border-1); }
.timeline-item .yr { font-family: var(--font-wordmark); font-size: 36px; color: var(--jovi-red); }
.timeline-item h4 { font-size: 16px; font-weight: 700; margin: 8px 0 6px; }
.timeline-item p { font-size: 13.5px; color: var(--fg-2); line-height: 1.5; }

/* ---------- #JoviCreates IG/TT-style cards ---------- */
.ig-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ig-card { background: white; border: 1px solid var(--border-1); border-radius: var(--radius-md); overflow: hidden; cursor: pointer; transition: transform var(--dur-base), box-shadow var(--dur-base); display: flex; flex-direction: column; }
.ig-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.ig-head { display: flex; align-items: center; gap: 10px; padding: 12px 14px; }
.ig-avatar { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; flex-shrink: 0; }
.ig-meta { flex: 1; min-width: 0; }
.ig-handle { font-size: 13px; font-weight: 700; color: var(--ink-900); }
.ig-city { font-size: 11px; color: var(--fg-3); }
.ig-platform { width: 24px; height: 24px; border-radius: 50%; background: var(--ink-900); color: var(--jovi-yellow); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ig-photo { aspect-ratio: 1/1; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.ig-blob { position: absolute; width: 80%; aspect-ratio: 1/1; border-radius: 50% 40% 50% 60%; left: 10%; top: 10%; }
.ig-photo img { position: relative; max-width: 75%; max-height: 75%; object-fit: contain; z-index: 1; filter: drop-shadow(0 8px 20px rgba(0,0,0,.2)); }
.ig-actions { display: flex; align-items: center; gap: 12px; padding: 10px 14px 4px; font-size: 16px; }
.ig-actions .ig-heart { color: var(--jovi-red); }
.ig-actions .ig-likes { margin-left: auto; font-size: 11px; font-weight: 700; color: var(--fg-2); }
.ig-caption { padding: 4px 14px 8px; font-size: 12.5px; line-height: 1.4; color: var(--fg-2); }
.ig-caption strong { color: var(--ink-900); }
.ig-tag { padding: 0 14px 12px; font-size: 11px; color: var(--fg-3); font-family: var(--font-mono, ui-monospace, monospace); }
@media (max-width: 980px) { .ig-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .ig-grid { grid-template-columns: 1fr; } }
.contact-wa-row .val a { color: var(--jovi-yellow); white-space: nowrap; }

/* ---------- Blog ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.blog-card { padding: 28px; border-radius: var(--radius-lg); background: var(--surface-base); border: 1px solid var(--border-1); cursor: pointer; transition: transform var(--dur-base); }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.blog-card .meta { font-size: 12px; color: var(--fg-3); display: flex; gap: 12px; text-transform: uppercase; letter-spacing: .06em; font-weight: 600; }
.blog-card .meta .tag { color: var(--jovi-red); }
.blog-card h3 { font-size: 24px; font-weight: 800; margin: 14px 0 10px; line-height: 1.2; letter-spacing: -.01em; }
.blog-card p { font-size: 15px; line-height: 1.5; color: var(--fg-2); }

/* ---------- FAQ ---------- */
.faq { display: flex; flex-direction: column; gap: 8px; }
.faq-item { background: var(--surface-base); border: 1px solid var(--border-1); border-radius: var(--radius-md); padding: 20px 24px; }
.faq-item summary { font-size: 17px; font-weight: 700; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 24px; color: var(--jovi-red); font-weight: 700; transition: transform var(--dur-base); }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin-top: 12px; color: var(--fg-2); font-size: 15px; line-height: 1.6; }

/* ---------- Schools page ---------- */
.school-hero { background: var(--jovi-yellow); padding: 80px 0; border-bottom: 4px solid var(--jovi-red); }
.school-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 28px 0; }
.school-card { padding: 28px; background: var(--surface-base); border: 2px solid var(--ink-900); border-radius: var(--radius-lg); }
.school-card .num { font-family: var(--font-wordmark); font-size: 56px; color: var(--jovi-red); line-height: 1; }
.school-card h4 { font-size: 18px; font-weight: 700; margin: 8px 0 6px; }
.school-card p { font-size: 14px; color: var(--fg-2); line-height: 1.5; }
.school-tiers { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 24px; }
.school-tier { padding: 24px; border-radius: var(--radius-lg); border: 2px solid var(--ink-900); background: white; }
.school-tier.feat { background: var(--ink-900); color: var(--jovi-yellow); }
.school-tier .qty { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; opacity: .7; }
.school-tier h4 { font-size: 28px; font-weight: 800; margin: 6px 0; }
.school-tier .save { font-size: 14px; color: var(--jovi-red); font-weight: 700; }
.school-tier.feat .save { color: var(--jovi-yellow); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--fg-3); }
.field input, .field select, .field textarea { padding: 12px 14px; border-radius: var(--radius-md); border: 1.5px solid var(--border-1); background: white; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--jovi-red); outline: none; }
.field textarea { min-height: 120px; resize: vertical; }
.contact-info { background: var(--ink-900); color: var(--jovi-yellow); padding: 32px; border-radius: var(--radius-lg); }
.contact-info h3 { font-size: 24px; font-weight: 800; margin-bottom: 18px; }
.contact-info .row { padding: 14px 0; border-bottom: 1px solid rgba(255,220,0,.15); }
.contact-info .row:last-child { border: 0; }
.contact-info .lbl { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; opacity: .6; font-weight: 700; }
.contact-info .val { font-size: 16px; font-weight: 600; margin-top: 4px; }

/* ---------- Newsletter ---------- */
.newsletter { background: var(--ink-900); color: white; padding: 64px 0; }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.newsletter h2 { font-size: 36px; font-weight: 800; color: var(--jovi-yellow); letter-spacing: -.02em; }
.newsletter p { color: rgba(255,255,255,.75); margin-top: 8px; }
.newsletter .form { display: flex; gap: 8px; }
.newsletter input { flex: 1; padding: 16px 20px; border-radius: 999px; border: 0; background: white; color: var(--ink-900); }

/* ---------- Footer ---------- */
.footer { background: var(--ink-900); color: rgba(255,220,0,.75); padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 40px; }
.footer h5 { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--jovi-yellow); font-weight: 700; margin-bottom: 14px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.footer ul a { color: rgba(255,220,0,.75); font-size: 14px; }
.footer ul a:hover { color: var(--jovi-yellow); }
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-logo img { height: 40px; }
.footer .legal { padding-top: 24px; border-top: 1px solid rgba(255,220,0,.15); font-size: 12.5px; opacity: .65; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; }

.marketplace-row { display: flex; gap: 8px; }
.marketplace-row a { width: 36px; height: 36px; border-radius: 50%; background: var(--jovi-yellow); display: inline-flex; align-items: center; justify-content: center; padding: 6px; }
.marketplace-row a img { max-width: 100%; max-height: 100%; }

/* ---------- Sticky marketplace bar (mobile-ish/desktop) ---------- */
.sticky-mp { position: fixed; bottom: 16px; right: 16px; display: flex; flex-direction: column; gap: 8px; z-index: 60; }
.sticky-mp a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; background: var(--ink-900); color: var(--jovi-yellow); font-weight: 700; font-size: 13px; box-shadow: var(--shadow-lg); }
.sticky-mp a img { height: 18px; width: 18px; object-fit: contain; }
.sticky-mp a:hover { text-decoration: none; transform: translateX(-2px); }

/* ---------- Misc ---------- */
.tag-chip { display: inline-block; padding: 4px 10px; border-radius: 999px; background: var(--ink-100); color: var(--fg-2); font-size: 12px; font-weight: 600; }
.crumbs { padding: 16px 0; font-size: 13px; color: var(--fg-3); }
.crumbs a:hover { color: var(--ink-900); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { margin: 0 auto; max-width: 420px; }
  .pdp-grid { grid-template-columns: 1fr; gap: 32px; }
  .pdp-gallery { position: static; }
  .prod-grid, .prod-grid.cols-3 { grid-template-columns: repeat(2, 1fr); }
  .cat-grid { grid-template-columns: repeat(2,1fr); }
  .ugc-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .timeline, .school-grid, .school-tiers { grid-template-columns: 1fr 1fr; }
  .blog-grid, .contact-grid, .newsletter-inner { grid-template-columns: 1fr; }
  .brand-stats { grid-template-columns: 1fr; }
  .hdr-nav { display: none; }
  .hdr-burger { display: inline-flex; }
  .hdr-lang-desktop, .hdr-search-desktop { display: none; }
  .hdr-logo-divider, .hdr-logo .jm-logo-mark + svg, .hdr-logo > :nth-child(2), .hdr-logo > :nth-child(3) { display: none; }
}

/* ---------- Mobile menu ---------- */
.hdr-burger { align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid rgba(0,0,0,.12); background: #fff; border-radius: 10px; color: var(--ink-900); cursor: pointer; margin-right: 4px; }
.hdr-burger:hover { background: var(--bg-1); }
/* Show burger only on tablet/mobile. These media queries are placed AFTER the
   base `.hdr-burger { ... }` rule so they win the cascade — the previous file
   had a base `display: none` here that overrode the responsive @media block
   above, leaving mobile users with no nav at all. */
@media (min-width: 1025px) { .hdr-burger { display: none; } }
@media (max-width: 1024px) { .hdr-burger { display: inline-flex; } }
.mobile-menu { position: fixed; inset: 0; z-index: 1000; }
.mm-scrim { position: absolute; inset: 0; background: rgba(15,20,25,.55); backdrop-filter: blur(2px); animation: mmFade .2s ease; }
.mm-panel { position: absolute; top: 0; left: 0; bottom: 0; width: min(86vw, 360px); background: var(--bg-0); display: flex; flex-direction: column; box-shadow: 6px 0 40px rgba(0,0,0,.25); animation: mmSlide .25s cubic-bezier(.2,.7,.2,1); }
@keyframes mmFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes mmSlide { from { transform: translateX(-100%); } to { transform: translateX(0); } }
.mm-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--bd); }
.mm-close { width: 40px; height: 40px; border: 1px solid var(--bd); background: #fff; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--ink-900); cursor: pointer; }
.mm-nav { flex: 1; overflow-y: auto; padding: 8px 0; }
.mm-nav a { display: flex; align-items: center; justify-content: space-between; padding: 16px 22px; font-size: 17px; font-weight: 600; color: var(--ink-900); text-decoration: none; border-bottom: 1px solid var(--bd); }
.mm-nav a.active { background: var(--jovi-yellow); }
.mm-nav a svg { opacity: .4; }
.mm-foot { padding: 20px 22px 24px; border-top: 1px solid var(--bd); display: flex; flex-direction: column; gap: 14px; }
.mm-lang-label { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--fg-3); }
.mm-lang { align-self: flex-start; }
.mm-wa { display: inline-flex; align-items: center; gap: 10px; padding: 12px 16px; background: #25D366; color: #fff; border-radius: 12px; text-decoration: none; font-weight: 600; font-size: 14px; justify-content: center; }
.mm-wa:hover { filter: brightness(.95); }
@media (max-width: 640px) {
  .hero h1 { font-size: 44px; }
  .section { padding: 56px 0; }
  .prod-grid, .prod-grid.cols-3, .cat-grid, .ugc-grid, .footer-grid, .timeline, .school-grid, .school-tiers { grid-template-columns: 1fr; }
  .section-head h2 { font-size: 30px; }
}
