html.rove-age-unverified,
html.rove-age-unverified body,
body.rove-no-scroll { overflow: hidden; }

.rove-container { width: min(calc(100% - 48px), var(--rove-container)); margin-inline: auto; }
.rove-kicker { margin: 0 0 14px; color: var(--rove-accent); font-size: .74rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.rove-button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 28px;
  border: 1px solid var(--rove-accent); border-radius: 999px; background: var(--rove-accent); color: #fff;
  font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase;
  cursor: pointer; transition: transform .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease;
}
.rove-button:hover, .rove-button:focus-visible { transform: translateY(-2px); background: var(--rove-accent-2); border-color: var(--rove-accent-2); }
.rove-button--ghost { background: rgba(0,0,0,.16); border-color: rgba(255,255,255,.55); backdrop-filter: blur(8px); }
.rove-button--ghost:hover, .rove-button--ghost:focus-visible { background: #fff; border-color: #fff; color: #111; }
.rove-button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

/* Age gate */
.rove-age-gate {
  position: fixed; inset: 0; z-index: 999999; display: grid; place-items: center; padding: 24px;
  background: #070609; opacity: 1; visibility: visible; transition: opacity .32s ease, visibility .32s ease;
}
.rove-age-gate.is-dismissed { opacity: 0; visibility: hidden; }
.rove-age-verified .rove-age-gate { display: none !important; }
.rove-age-gate__backdrop {
  position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(6,4,8,.98) 0%, rgba(12,4,18,.92) 48%, rgba(9,2,15,.82) 100%), var(--rove-age-bg);
  background-size: cover; background-position: center; filter: saturate(.95);
}
.rove-age-gate__backdrop::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 45%, rgba(111,18,166,.26), transparent 34%); }
.rove-age-card {
  position: relative; z-index: 2; width: min(100%, 620px); padding: clamp(34px, 6vw, 66px);
  border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: rgba(12,10,15,.88);
  text-align: center; box-shadow: 0 36px 120px rgba(0,0,0,.58); backdrop-filter: blur(18px);
  transform: translateY(12px); transition: transform .35s ease;
}
.rove-age-gate.is-visible .rove-age-card { transform: translateY(0); }
.rove-age-logo { width: min(190px, 58vw); max-height: 92px; object-fit: contain; margin: 0 auto 30px; display: block; }
.rove-age-card h2 { margin: 0 0 16px; font-size: clamp(2.25rem, 7vw, 4.5rem); line-height: .96; letter-spacing: -.065em; text-transform: uppercase; }
.rove-age-card > p:not(.rove-kicker) { max-width: 470px; margin: 0 auto; color: #d2cfd5; }
.rove-age-card > small { display: block; max-width: 450px; margin: 20px auto 0; color: #8e8993; font-size: .7rem; line-height: 1.5; }
.rove-age-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 30px; }

/* Header */
.site-header { position: relative; z-index: 1000; background: #080809; }
.rove-front-page .site-header { position: absolute; inset: 0 0 auto; background: transparent; }
.rove-announcement { border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(5,5,6,.78); backdrop-filter: blur(12px); }
.rove-announcement__row { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 28px; }
.rove-announcement p { margin: 0; text-align: center; font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.rove-announcement a { color: var(--rove-accent); font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.rove-header-main { border-bottom: 1px solid rgba(255,255,255,.11); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled .rove-header-main { background: rgba(6,6,7,.96); box-shadow: 0 16px 45px rgba(0,0,0,.3); backdrop-filter: blur(18px); }
.rove-front-page .site-header.is-scrolled { position: fixed; }
.rove-front-page .site-header.is-scrolled .rove-announcement { display: none; }
.rove-header-grid { min-height: 88px; display: grid; grid-template-columns: 225px 1fr 170px; align-items: center; gap: 30px; }
.site-branding { display: flex; align-items: center; }
.custom-logo-link, .rove-bundled-logo { display: inline-flex; align-items: center; text-decoration: none; }
.custom-logo, .rove-bundled-logo img { width: auto; max-width: 205px; max-height: 68px; object-fit: contain; }
.rove-menu { display: flex; align-items: center; justify-content: center; gap: clamp(17px, 2.25vw, 38px); margin: 0; padding: 0; list-style: none; }
.rove-menu > li { position: relative; }
.rove-menu a { display: block; padding: 32px 0; color: #fff; font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.rove-menu > li > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 24px; height: 2px; background: var(--rove-accent); transition: right .22s ease; }
.rove-menu > li:hover > a::after, .rove-menu > .current-menu-item > a::after { right: 0; }
.rove-menu .sub-menu { position: absolute; top: calc(100% - 9px); left: -24px; min-width: 260px; margin: 0; padding: 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: #111114; box-shadow: var(--rove-shadow); list-style: none; opacity: 0; visibility: hidden; transform: translateY(9px); transition: .2s ease; }
.rove-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.rove-menu .sub-menu a { padding: 11px 13px; border-radius: 9px; font-size: .72rem; }
.rove-menu .sub-menu a:hover { background: rgba(255,255,255,.08); }
.rove-header-actions { display: flex; justify-content: flex-end; gap: 4px; }
.rove-icon-button { position: relative; width: 43px; height: 43px; display: inline-grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #fff; cursor: pointer; text-decoration: none; }
.rove-icon-button:hover, .rove-icon-button:focus-visible { background: rgba(255,255,255,.11); }
.rove-icon-button svg { width: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.rove-cart-count { position: absolute; top: 0; right: -1px; min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; border-radius: 999px; background: var(--rove-accent); font-size: .61rem; font-weight: 900; }
.rove-menu-toggle { display: none; width: 43px; height: 43px; padding: 9px; border: 0; background: transparent; cursor: pointer; }
.rove-menu-toggle span:not(.screen-reader-text) { display: block; width: 23px; height: 2px; margin: 5px 0; background: #fff; }
.rove-search-panel { position: absolute; left: 0; right: 0; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); background: #0d0d0f; }
.rove-search-form { display: flex; gap: 10px; }
.rove-search-form label { flex: 1; }
.rove-search-form input[type="search"] { width: 100%; min-height: 52px; padding: 0 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: #060607; color: #fff; outline: none; }
.rove-search-form input[type="search"]:focus { border-color: var(--rove-accent); }
.rove-search-form input[type="submit"] { min-width: 120px; border: 0; border-radius: 999px; background: var(--rove-accent); color: #fff; font-weight: 900; text-transform: uppercase; cursor: pointer; }

/* Mobile drawer */
.rove-mobile-drawer { position: fixed; top: 0; bottom: 0; left: 0; z-index: 10002; width: min(89vw, 420px); padding: 22px; background: #0b0b0d; transform: translateX(-105%); transition: transform .26s ease; overflow-y: auto; }
.rove-mobile-drawer.is-open { transform: translateX(0); }
.rove-mobile-drawer__header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--rove-line); }
.rove-mobile-drawer__header .custom-logo, .rove-mobile-drawer__header .rove-bundled-logo img { max-width: 155px; max-height: 66px; }
.rove-mobile-drawer__header button { width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; font-size: 1.8rem; line-height: 1; cursor: pointer; }
.rove-mobile-menu, .rove-mobile-drawer .rove-menu { display: block; margin: 22px 0; padding: 0; list-style: none; }
.rove-mobile-menu > li, .rove-mobile-drawer .rove-menu > li { border-bottom: 1px solid var(--rove-line); }
.rove-mobile-menu a, .rove-mobile-drawer .rove-menu a { display: block; padding: 16px 0; font-size: .88rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.rove-mobile-menu .sub-menu, .rove-mobile-drawer .rove-menu .sub-menu { display: none; position: static; min-width: 0; margin: 0 0 10px; padding: 0 0 0 16px; border: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; list-style: none; }
.rove-mobile-menu .submenu-open > .sub-menu, .rove-mobile-drawer .submenu-open > .sub-menu { display: block; }
.rove-mobile-drawer__actions { display: grid; gap: 10px; padding-top: 16px; }
.rove-drawer-overlay { position: fixed; inset: 0; z-index: 10001; background: rgba(0,0,0,.68); opacity: 0; transition: opacity .24s ease; }
.rove-drawer-overlay.is-visible { opacity: 1; }

/* Hero */
.rove-hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; background: #050506; }
.rove-hero__media, .rove-hero__poster, .rove-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; }
.rove-hero__poster, .rove-hero__video { object-fit: cover; object-position: center; }
.rove-hero__poster { z-index: 0; }
.rove-hero__video { z-index: 1; }
.rove-hero__veil { position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(4,4,5,.92) 0%, rgba(4,4,5,.68) 43%, rgba(4,4,5,.18) 76%, rgba(4,4,5,.5) 100%), linear-gradient(0deg, rgba(4,4,5,.92) 0%, transparent 34%, rgba(4,4,5,.3) 100%); }
.rove-hero__veil::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 74% 45%, rgba(104,10,154,.2), transparent 31%); }
.rove-hero__content { position: relative; z-index: 3; padding-top: 138px; padding-bottom: 150px; }
.rove-hero__copy { max-width: 780px; }
.rove-hero h1 { max-width: 900px; margin: 0; font-size: clamp(4.2rem, 7.8vw, 8.8rem); line-height: .84; letter-spacing: -.075em; text-transform: uppercase; text-wrap: balance; }
.rove-hero__lede { max-width: 650px; margin: 28px 0 0; color: #d0cdd3; font-size: clamp(1rem, 1.6vw, 1.25rem); line-height: 1.65; }
.rove-hero-nav { position: absolute; z-index: 4; left: 0; right: 0; bottom: 0; border-top: 1px solid rgba(255,255,255,.16); background: rgba(6,6,7,.58); backdrop-filter: blur(16px); }
.rove-hero-nav__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.rove-hero-nav a { min-height: 88px; display: flex; align-items: center; gap: 16px; padding: 18px 24px; border-right: 1px solid rgba(255,255,255,.14); text-decoration: none; transition: background .2s ease; }
.rove-hero-nav a:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.rove-hero-nav a:hover { background: rgba(255,106,0,.17); }
.rove-hero-nav small { color: var(--rove-accent); font-weight: 900; }
.rove-hero-nav span { font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

/* Marquee */
.rove-marquee { overflow: hidden; border-top: 1px solid #1d1d20; border-bottom: 1px solid #1d1d20; background: #09090a; }
.rove-marquee__track { width: max-content; display: flex; align-items: center; gap: 24px; padding: 17px 0; animation: rove-marquee 24s linear infinite; }
.rove-marquee span { color: #fff; font-size: .74rem; font-weight: 900; letter-spacing: .17em; }
.rove-marquee i { color: var(--rove-accent); font-style: normal; }
@keyframes rove-marquee { to { transform: translateX(-50%); } }

/* Section framework */
.rove-section { padding: clamp(78px, 9vw, 138px) 0; }
.rove-section--light { background: var(--rove-paper); color: #111114; }
.rove-section--dark { background: #0b0b0d; color: #fff; }
.rove-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 34px; margin-bottom: 52px; }
.rove-section-heading h2 { max-width: 880px; margin: 0; font-size: clamp(3rem, 6vw, 6.8rem); line-height: .88; letter-spacing: -.068em; text-transform: uppercase; }
.rove-section-heading > a { padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: .73rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.rove-section-heading--dark .rove-kicker { color: #b8460b; }

/* Category grid */
.rove-category-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.rove-category-card { position: relative; min-height: 480px; display: flex; align-items: flex-end; padding: 30px; border-radius: var(--rove-radius); background-size: cover; background-position: center; color: #fff; text-decoration: none; overflow: hidden; isolation: isolate; }
.rove-category-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(145deg, #242429, #09090b); transition: transform .5s ease; }
.rove-category-card:hover::before { transform: scale(1.04); }
.rove-category-card__overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(4,4,5,.94) 0%, rgba(4,4,5,.24) 62%, rgba(4,4,5,.12) 100%); }
.rove-category-card__number { position: absolute; top: 24px; right: 26px; color: rgba(255,255,255,.5); font-size: .76rem; font-weight: 900; letter-spacing: .14em; }
.rove-category-card__content { display: block; }
.rove-category-card small { display: block; margin-bottom: 8px; color: var(--rove-accent-2); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.rove-category-card strong { display: block; max-width: 92%; font-size: clamp(2rem, 3.4vw, 3.9rem); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.rove-category-card em { display: inline-block; margin-top: 22px; font-size: .7rem; font-style: normal; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.rove-category-card--1::before { background: radial-gradient(circle at 70% 20%, rgba(255,106,0,.55), transparent 28%), linear-gradient(145deg,#27242a,#08080a); }
.rove-category-card--2::before { background: radial-gradient(circle at 30% 30%, rgba(104,18,158,.7), transparent 34%), linear-gradient(145deg,#24132d,#08080a); }
.rove-category-card--3::before { background: radial-gradient(circle at 70% 65%, rgba(244,44,128,.45), transparent 30%), linear-gradient(145deg,#222328,#09090b); }
.rove-category-card--4::before { background: radial-gradient(circle at 25% 65%, rgba(35,141,177,.48), transparent 31%), linear-gradient(145deg,#152126,#08080a); }
.rove-category-card--5::before { background: radial-gradient(circle at 75% 30%, rgba(171,35,215,.55), transparent 32%), linear-gradient(145deg,#24162a,#08080a); }
.rove-category-card--6::before { background: radial-gradient(circle at 30% 25%, rgba(113,170,41,.42), transparent 32%), linear-gradient(145deg,#1c2118,#08080a); }

/* Campaign image */
.rove-campaign { position: relative; min-height: min(900px, 90svh); display: flex; align-items: flex-end; overflow: hidden; background: #12031b; }
.rove-campaign__image { position: absolute; inset: 0; background-image: var(--rove-campaign-image); background-size: cover; background-position: center; transform: scale(1.01); }
.rove-campaign__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,2,15,.94) 0%, rgba(10,2,15,.7) 42%, rgba(10,2,15,.08) 76%), linear-gradient(0deg, rgba(10,2,15,.92) 0%, transparent 48%); }
.rove-campaign__content { position: relative; z-index: 2; padding-top: 120px; padding-bottom: 105px; }
.rove-campaign__copy { max-width: 640px; }
.rove-campaign h2 { margin: 0; font-size: clamp(3.5rem, 7vw, 7.5rem); line-height: .88; letter-spacing: -.07em; text-transform: uppercase; }
.rove-campaign p:not(.rove-kicker) { max-width: 580px; margin: 26px 0 34px; color: #d5ccd9; font-size: 1.05rem; }

/* WooCommerce product sections */
.rove-products-section { overflow: hidden; }
.rove-products-section ul.products,
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 0 0 20px; border: 1px solid #ddd8d0; border-radius: 18px; background: #fff; overflow: hidden; transition: transform .24s ease, box-shadow .24s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(0,0,0,.1); }
.woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 1; margin: 0; padding: 24px; background: #f7f6f3; object-fit: contain; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 18px 18px 0; color: #141416; font-size: 1.02rem; line-height: 1.2; }
.woocommerce ul.products li.product .price { padding: 0 18px; color: #141416; font-size: .98rem; font-weight: 900; }
.woocommerce ul.products li.product .price del { color: #8e8b88; opacity: 1; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .button { width: calc(100% - 36px); min-height: 44px; display: inline-flex; justify-content: center; align-items: center; margin: 12px 18px 0; padding: 0 15px; border-radius: 999px; background: #111114; color: #fff; font-size: .7rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.woocommerce ul.products li.product .button:hover { background: var(--rove-accent); }
.woocommerce span.onsale { min-width: 0; min-height: 0; margin: 14px !important; padding: 7px 11px; border-radius: 999px; background: var(--rove-accent); line-height: 1; font-size: .66rem; font-weight: 900; }
.rove-empty-state { padding: 70px 30px; border: 1px dashed #c9c2b8; border-radius: 20px; background: rgba(255,255,255,.55); text-align: center; }
.rove-empty-state h3 { margin: 0 0 8px; font-size: 1.8rem; }
.rove-empty-state p { margin: 0; color: #5d5954; }

/* Format cards */
.rove-format-section { padding: clamp(85px, 10vw, 145px) 0; background: #0b0b0d; }
.rove-format-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.rove-format-card { position: relative; min-height: 520px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(30px, 5vw, 60px); border-radius: 24px; color: #fff; text-decoration: none; overflow: hidden; isolation: isolate; }
.rove-format-card::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .92; transition: transform .4s ease; }
.rove-format-card:hover::before { transform: scale(1.04); }
.rove-format-card--orange::before { background: radial-gradient(circle at 75% 30%, rgba(255,189,114,.48), transparent 22%), linear-gradient(145deg,#ff6a00,#7b2300); }
.rove-format-card--purple::before { background: radial-gradient(circle at 75% 30%, rgba(227,124,255,.42), transparent 22%), linear-gradient(145deg,#7017a5,#20052f); }
.rove-format-card__index { font-size: .75rem; font-weight: 900; letter-spacing: .18em; }
.rove-format-card small { font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.rove-format-card h3 { margin: 9px 0 16px; font-size: clamp(3rem, 5vw, 6rem); line-height: .84; letter-spacing: -.07em; text-transform: uppercase; }
.rove-format-card p { max-width: 500px; margin: 0; color: rgba(255,255,255,.82); }
.rove-format-card > strong { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }

/* Story */
.rove-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 820px; background: #151518; }
.rove-story__media { min-height: 620px; background-size: cover; background-position: center; position: relative; }
.rove-story__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 62%, #151518), linear-gradient(0deg, rgba(5,5,6,.25), transparent); }
.rove-story__copy { display: grid; place-items: center; padding: clamp(55px, 8vw, 125px); }
.rove-story__copy h2 { margin: 0; font-size: clamp(3rem, 5.4vw, 6.2rem); line-height: .9; letter-spacing: -.067em; text-transform: uppercase; }
.rove-story__copy > div > p:not(.rove-kicker) { margin: 26px 0 35px; color: var(--rove-muted); }
.rove-stat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; margin: 0 0 36px; }
.rove-stat-grid > div { padding: 18px; border: 1px solid var(--rove-line); border-radius: 14px; background: rgba(255,255,255,.02); }
.rove-stat-grid strong { display: block; color: var(--rove-accent); font-size: 1.45rem; }
.rove-stat-grid span { display: block; margin-top: 7px; color: #d0ced2; font-size: .68rem; line-height: 1.35; text-transform: uppercase; }

/* Editorial */
.rove-editorial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.rove-article-card { border: 1px solid var(--rove-line); border-radius: 18px; background: #111114; overflow: hidden; }
.rove-article-card__image { min-height: 270px; display: grid; place-items: center; background: radial-gradient(circle at 70% 20%, rgba(255,106,0,.25), transparent 22%), #222228; }
.rove-article-card__image img { width: 100%; height: 270px; object-fit: cover; }
.rove-article-card__image span { color: rgba(255,255,255,.17); font-size: 4rem; font-weight: 950; letter-spacing: .18em; }
.rove-article-card--2 .rove-article-card__image { background: radial-gradient(circle at 30% 30%, rgba(119,25,174,.55), transparent 26%), #19151d; }
.rove-article-card--3 .rove-article-card__image { background: radial-gradient(circle at 72% 58%, rgba(39,127,159,.42), transparent 26%), #151c20; }
.rove-article-card__body { padding: 25px; }
.rove-article-card small { color: var(--rove-accent); font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.rove-article-card h3 { margin: 12px 0; font-size: 1.55rem; line-height: 1.12; }
.rove-article-card h3 a { text-decoration: none; }
.rove-article-card p { margin: 0; color: var(--rove-muted); }

/* WooCommerce archives and single products */
.rove-shop-main { min-height: 70vh; padding: 80px 0 120px; background: var(--rove-paper); color: #151517; }
.rove-shop-main .woocommerce-breadcrumb { margin-bottom: 30px; color: #726e69; }
.rove-shop-main .woocommerce-products-header__title, .rove-shop-main .product_title { font-size: clamp(3rem, 6vw, 6rem); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.woocommerce .woocommerce-ordering select { min-height: 46px; padding: 0 42px 0 16px; border: 1px solid #cbc6be; border-radius: 999px; background: #fff; }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; margin: 3px; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #fff; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--rove-accent); color: #fff; }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(360px,.92fr); gap: clamp(35px,6vw,90px); }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width: auto; float: none; }
.woocommerce div.product div.images img { border-radius: 18px; background: #fff; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: #151517; font-size: 1.55rem; font-weight: 900; }
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 12px; }
.woocommerce .quantity .qty { min-height: 52px; border: 1px solid #bbb5ad; border-radius: 999px; }
.woocommerce div.product form.cart .button { min-height: 52px; padding: 0 30px; border-radius: 999px; background: var(--rove-accent); }
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 999px 999px 0 0; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--rove-accent); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--rove-accent); }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: 999px; }

/* Standard pages/posts */
.rove-content-main { min-height: 70vh; padding: 90px 0 120px; background: var(--rove-paper); color: #151517; }
.rove-content-shell { max-width: 1040px; }
.rove-page-header { margin-bottom: 45px; }
.rove-page-header h1 { margin: 0; font-size: clamp(3rem, 7vw, 7rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.rove-page-featured { margin-bottom: 45px; border-radius: 20px; overflow: hidden; }
.rove-prose .entry-content { font-size: 1.08rem; }
.rove-prose .entry-content h2, .rove-prose .entry-content h3 { line-height: 1.08; letter-spacing: -.04em; }
.rove-prose .entry-content a { color: #b8460b; }
.rove-post-list { display: grid; gap: 24px; }
.rove-post-card { display: grid; grid-template-columns: 300px 1fr; border: 1px solid #d5d1ca; border-radius: 18px; background: #fff; overflow: hidden; }
.rove-post-card__image img { width: 100%; height: 100%; min-height: 240px; object-fit: cover; }
.rove-post-card__body { padding: 30px; }
.rove-post-card__body h2 { margin: 8px 0; font-size: 2rem; line-height: 1.05; }
.rove-post-card__body h2 a { text-decoration: none; }
.rove-error-page { max-width: 900px; padding: 70px; border: 1px dashed #c7c1b7; border-radius: 20px; background: rgba(255,255,255,.55); text-align: center; }
.rove-error-page h1 { font-size: clamp(3rem, 8vw, 7rem); line-height: .9; }

/* Footer */
.rove-newsletter { padding: 76px 0; background: linear-gradient(110deg,#ff6a00,#ca4300); }
.rove-newsletter__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 56px; }
.rove-newsletter .rove-kicker { color: rgba(255,255,255,.72); }
.rove-newsletter h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5.5rem); line-height: .86; letter-spacing: -.06em; text-transform: uppercase; }
.rove-newsletter__grid > div > p:last-child { max-width: 520px; margin-bottom: 0; color: rgba(255,255,255,.82); }
.rove-newsletter-form { display: flex; gap: 10px; }
.rove-newsletter-form input { width: 100%; min-height: 56px; padding: 0 21px; border: 1px solid rgba(255,255,255,.58); border-radius: 999px; background: rgba(0,0,0,.08); color: #fff; outline: none; }
.rove-newsletter-form input::placeholder { color: rgba(255,255,255,.82); }
.rove-newsletter-form .rove-button { border-color: #fff; background: #fff; color: #111; }
.rove-footer-main { padding: 86px 0; background: #09090a; }
.rove-footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 46px; }
.rove-footer-brand .custom-logo, .rove-footer-brand .rove-bundled-logo img { max-width: 210px; max-height: 90px; }
.rove-footer-brand p { max-width: 360px; color: var(--rove-muted); }
.rove-footer-shop { display: inline-block; margin-top: 10px; color: var(--rove-accent); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.rove-footer-grid h3 { margin: 0 0 18px; font-size: .73rem; letter-spacing: .14em; text-transform: uppercase; }
.rove-footer-grid ul { margin: 0; padding: 0; list-style: none; }
.rove-footer-grid li { margin: 10px 0; }
.rove-footer-grid li a { color: var(--rove-muted); text-decoration: none; }
.rove-footer-grid li a:hover { color: #fff; }
.rove-footer-bottom { padding: 30px 0; border-top: 1px solid var(--rove-line); background: #060607; color: #969398; font-size: .73rem; }
.rove-footer-disclaimer { max-width: 920px; margin: 0 0 18px; }
.rove-footer-bottom__row { display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--rove-line); padding-top: 18px; }
.rove-footer-bottom p { margin: 0; }
.rove-footer-legal { display: flex; gap: 20px; }
.rove-footer-legal a { text-decoration: none; }
.rove-mobile-shopbar { display: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .rove-hero__video { display: none; }
}

@media (max-width: 1180px) {
  .primary-navigation { display: none; }
  .rove-menu-toggle { display: block; }
  .rove-header-grid { grid-template-columns: auto 1fr auto; }
  .site-branding { justify-content: center; }
  .rove-header-actions { min-width: 96px; }
  .rove-category-grid { grid-template-columns: repeat(2,1fr); }
  .rove-products-section ul.products, .woocommerce ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .rove-story { grid-template-columns: 1fr; }
  .rove-story__media { min-height: 650px; }
  .rove-story__media::after { background: linear-gradient(0deg,#151518,transparent 45%); }
  .rove-footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  body { padding-bottom: 66px; }
  .rove-container { width: min(calc(100% - 28px), var(--rove-container)); }
  .rove-announcement__row { min-height: 34px; }
  .rove-announcement p { font-size: .58rem; letter-spacing: .08em; }
  .rove-announcement a { display: none; }
  .rove-header-grid { min-height: 72px; gap: 8px; }
  .custom-logo, .rove-bundled-logo img { max-width: 150px; max-height: 54px; }
  .rove-account-link { display: none; }
  .rove-icon-button { width: 38px; height: 38px; }
  .rove-header-actions { min-width: 80px; }
  .rove-hero { min-height: 880px; align-items: flex-end; }
  .rove-hero__media { opacity: .9; }
  .rove-hero__veil { background: linear-gradient(0deg,rgba(4,4,5,.96) 0%,rgba(4,4,5,.65) 54%,rgba(4,4,5,.35) 100%); }
  .rove-hero__content { padding-top: 160px; padding-bottom: 210px; }
  .rove-hero h1 { font-size: clamp(3.7rem, 15vw, 6.2rem); line-height: .85; }
  .rove-hero__lede { font-size: .96rem; }
  .rove-hero-nav__grid { grid-template-columns: repeat(2,1fr); }
  .rove-hero-nav a { min-height: 70px; padding: 13px 14px; }
  .rove-hero-nav a:nth-child(3), .rove-hero-nav a:nth-child(4) { border-top: 1px solid rgba(255,255,255,.13); }
  .rove-hero-nav span { font-size: .62rem; }
  .rove-section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 34px; }
  .rove-section-heading h2 { font-size: clamp(3rem, 13vw, 5rem); }
  .rove-category-grid { grid-template-columns: 1fr; }
  .rove-category-card { min-height: 390px; }
  .rove-campaign { min-height: 760px; align-items: flex-end; }
  .rove-campaign__image { background-position: 67% center; }
  .rove-campaign__shade { background: linear-gradient(0deg,rgba(10,2,15,.98) 0%,rgba(10,2,15,.68) 53%,rgba(10,2,15,.18) 100%); }
  .rove-campaign__content { padding-top: 100px; padding-bottom: 70px; }
  .rove-products-section ul.products, .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .woocommerce ul.products li.product a img { padding: 14px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 14px 12px 0; font-size: .86rem; }
  .woocommerce ul.products li.product .price { padding: 0 12px; font-size: .84rem; }
  .woocommerce ul.products li.product .button { width: calc(100% - 20px); margin: 10px 10px 0; padding-inline: 8px; font-size: .62rem; }
  .rove-format-grid { grid-template-columns: 1fr; }
  .rove-format-card { min-height: 460px; }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .rove-story__media { min-height: 470px; }
  .rove-story__copy { padding: 62px 24px; }
  .rove-stat-grid { grid-template-columns: 1fr; }
  .rove-editorial-grid { grid-template-columns: 1fr; }
  .rove-newsletter__grid { grid-template-columns: 1fr; }
  .rove-newsletter-form { flex-direction: column; }
  .rove-footer-grid { grid-template-columns: 1fr 1fr; }
  .rove-footer-brand { grid-column: 1 / -1; }
  .rove-footer-bottom__row { flex-direction: column; }
  .rove-post-card { grid-template-columns: 1fr; }
  .rove-age-actions { grid-template-columns: 1fr; }
  .rove-error-page { padding: 42px 20px; }
  .rove-mobile-shopbar { position: fixed; z-index: 9990; left: 0; right: 0; bottom: 0; min-height: 66px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.13); background: rgba(8,8,9,.97); backdrop-filter: blur(16px); }
  .rove-mobile-shopbar a { position: relative; display: grid; place-items: center; align-content: center; gap: 1px; color: #fff; font-size: .61rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
  .rove-mobile-shopbar a + a { border-left: 1px solid rgba(255,255,255,.1); }
  .rove-mobile-shopbar span { color: var(--rove-accent); font-size: 1.05rem; line-height: 1; }
  .rove-mobile-shopbar b { position: absolute; top: 8px; left: calc(50% + 9px); width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; background: var(--rove-accent); font-size: .56rem; }
}

@media (max-width: 500px) {
  .rove-age-gate { padding: 14px; }
  .rove-age-card { padding: 34px 20px; border-radius: 22px; }
  .rove-age-card h2 { font-size: 2.55rem; }
  .rove-button-row { display: grid; }
  .rove-button-row .rove-button { width: 100%; }
  .rove-hero { min-height: 820px; }
  .rove-hero__content { padding-bottom: 200px; }
  .rove-hero h1 { font-size: clamp(3.25rem, 16vw, 4.6rem); }
  .rove-hero-nav a { gap: 9px; }
  .rove-hero-nav small { display: none; }
  .rove-category-card { min-height: 350px; padding: 24px; }
  .rove-category-card strong { font-size: 2.45rem; }
  .rove-campaign { min-height: 700px; }
  .rove-format-card { min-height: 420px; padding: 28px; }
  .rove-footer-grid { grid-template-columns: 1fr; }
  .rove-newsletter { padding: 62px 0; }
}

/* Version 1.5 quality-products and brand profile */
.rove-quality-showcase { position: relative; min-height: min(760px,86svh); display: flex; align-items: center; overflow: hidden; isolation: isolate; background: #050506; }
.rove-quality-showcase__media { position: absolute; inset: 0; z-index: -3; }
.rove-quality-showcase__media picture,.rove-quality-showcase__image { width: 100%; height: 100%; display: block; }
.rove-quality-showcase__image { object-fit: cover; object-position: center; transform: scale(1.012); }
.rove-quality-showcase__shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.12) 48%,rgba(0,0,0,.76) 79%,rgba(0,0,0,.92) 100%),linear-gradient(0deg,rgba(0,0,0,.58),transparent 45%); }
.rove-quality-showcase__layout { width: 100%; display: flex; justify-content: flex-end; padding-top: clamp(80px,9vw,135px); padding-bottom: clamp(80px,9vw,135px); }
.rove-quality-showcase__card { width: min(520px,45vw); padding: clamp(34px,4.6vw,62px); border: 1px solid rgba(255,255,255,.12); background: rgba(4,4,5,.95); box-shadow: 0 35px 100px rgba(0,0,0,.48); backdrop-filter: blur(9px); }
.rove-quality-showcase__card::before { content: ""; display: block; width: 72px; height: 5px; margin-bottom: 30px; background: var(--rove-accent); }
.rove-quality-showcase__card h2 { margin: 0; font-size: clamp(3.25rem,5.4vw,6.2rem); line-height: .82; letter-spacing: -.07em; text-transform: uppercase; text-wrap: balance; }
.rove-quality-showcase__card > p:not(.rove-kicker) { margin: 25px 0 32px; color: #f0edf1; font-size: 1.08rem; line-height: 1.55; }

.rove-brand-profile { position: relative; overflow: hidden; background: radial-gradient(circle at 12% 2%,rgba(255,106,0,.12),transparent 25%),linear-gradient(180deg,#0d0d0f,#070708); }
.rove-brand-profile::before { content: "ROVE"; position: absolute; right: -2vw; top: -3vw; color: rgba(255,255,255,.018); font-size: min(29vw,470px); font-weight: 950; line-height: 1; letter-spacing: -.11em; pointer-events: none; }
.rove-brand-profile__heading { position: relative; max-width: 1080px; margin-bottom: 58px; }
.rove-brand-profile__heading h2 { max-width: 1000px; margin: 0; font-size: clamp(3.5rem,7vw,8rem); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; text-wrap: balance; }
.rove-brand-profile__heading > p:last-child { max-width: 760px; margin: 26px 0 0; color: var(--rove-muted); font-size: 1.08rem; }
.rove-brand-profile__grid { position: relative; display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 18px; }
.rove-brand-profile__card { position: relative; min-height: 330px; display: flex; flex-direction: column; padding: clamp(28px,3.5vw,48px); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.018)); box-shadow: 0 25px 80px rgba(0,0,0,.16); overflow: hidden; }
.rove-brand-profile__card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(90deg,var(--rove-accent),transparent); opacity: .9; }
.rove-brand-profile__card--1 { grid-column: span 5; }
.rove-brand-profile__card--2 { grid-column: span 7; }
.rove-brand-profile__card--3,.rove-brand-profile__card--4,.rove-brand-profile__card--5 { grid-column: span 4; }
.rove-brand-profile__number { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: auto; border: 1px solid rgba(255,106,0,.72); border-radius: 50%; color: var(--rove-accent); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.rove-brand-profile__card h3 { margin: 58px 0 16px; font-size: clamp(1.9rem,3vw,3.15rem); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.rove-brand-profile__card p { margin: 0; color: #c8c5cb; font-size: .96rem; line-height: 1.72; }
.rove-brand-profile__cta { margin-top: 34px; }

@media (max-width: 1020px) {
  .rove-quality-showcase { min-height: 760px; align-items: flex-end; }
  .rove-quality-showcase__shade { background: linear-gradient(0deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.74) 49%,rgba(0,0,0,.06) 82%); }
  .rove-quality-showcase__layout { justify-content: flex-start; padding-top: 330px; padding-bottom: 56px; }
  .rove-quality-showcase__card { width: min(640px,100%); }
  .rove-brand-profile__card--1,.rove-brand-profile__card--2 { grid-column: span 6; }
  .rove-brand-profile__card--3,.rove-brand-profile__card--4 { grid-column: span 6; }
  .rove-brand-profile__card--5 { grid-column: span 12; }
}
@media (max-width: 680px) {
  .rove-quality-showcase { min-height: 690px; }
  .rove-quality-showcase__image { object-position: 38% center; }
  .rove-quality-showcase__layout { padding-top: 290px; padding-bottom: 28px; }
  .rove-quality-showcase__card { padding: 30px 24px; border-radius: 14px; }
  .rove-quality-showcase__card h2 { font-size: clamp(3rem,15vw,4.7rem); }
  .rove-quality-showcase__card > p:not(.rove-kicker) { font-size: .98rem; }
  .rove-brand-profile__heading { margin-bottom: 38px; }
  .rove-brand-profile__heading h2 { font-size: clamp(3rem,14vw,5rem); }
  .rove-brand-profile__grid { grid-template-columns: 1fr; }
  .rove-brand-profile__card--1,.rove-brand-profile__card--2,.rove-brand-profile__card--3,.rove-brand-profile__card--4,.rove-brand-profile__card--5 { grid-column: auto; }
  .rove-brand-profile__card { min-height: 0; padding: 28px 24px 32px; }
  .rove-brand-profile__card h3 { margin-top: 38px; }
}

/* Version 1.2 editable content sections */
.rove-age-logo { width: min(220px, 62vw); max-height: none; }
.rove-age-logo a { display: block; }
.rove-age-logo img { width: 100%; max-height: 110px; object-fit: contain; }
.rove-centered-heading { max-width: 860px; margin: 0 auto 54px; text-align: center; }
.rove-centered-heading h2 { margin: 0 0 18px; font-size: clamp(3rem, 6vw, 6.2rem); line-height: .88; letter-spacing: -.06em; text-transform: uppercase; }
.rove-centered-heading > p:last-child { max-width: 700px; margin: 0 auto; color: var(--rove-muted); font-size: 1.05rem; }
.rove-benefits-section { position: relative; overflow: hidden; }
.rove-benefits-section::before { content: "ROVE"; position: absolute; left: 50%; top: 10px; transform: translateX(-50%); color: rgba(255,255,255,.018); font-size: 24vw; font-weight: 950; line-height: 1; letter-spacing: -.1em; pointer-events: none; }
.rove-benefits-grid { position: relative; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.rove-benefit-card { min-height: 315px; padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--rove-radius); background: linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025)); box-shadow: 0 22px 70px rgba(0,0,0,.16); }
.rove-benefit-card > span { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 70px; border: 1px solid rgba(255,106,0,.6); border-radius: 50%; color: var(--rove-accent); font-size: .7rem; font-weight: 900; }
.rove-benefit-card h3 { margin: 0 0 12px; font-size: clamp(1.55rem,2.4vw,2.4rem); line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }
.rove-benefit-card p { margin: 0; color: var(--rove-muted); }
.rove-section-intro { max-width: 680px; margin: 16px 0 0; color: #6c6864; font-size: 1rem; }
.rove-category-card__excerpt { display: block; max-width: 410px; margin-top: 12px; color: rgba(255,255,255,.78); font-size: .86rem; font-style: normal; line-height: 1.45; }
.rove-newsletter-form-wrap { min-width: 0; }
.rove-editor-hint { display: block; margin-top: 10px; color: rgba(255,255,255,.72); font-size: .72rem; }
.rove-footer-contact { display: grid; gap: 5px; margin-top: 20px; }
.rove-footer-contact a { color: var(--rove-muted); text-decoration: none; }
.rove-footer-contact a:hover { color: #fff; }
.rove-footer-socials { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 18px; }
.rove-footer-socials a { color: var(--rove-accent); font-size: .7rem; font-weight: 850; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }

.rove-content-main { padding: 0 0 120px; }
.rove-page-hero { position: relative; min-height: 500px; display: flex; align-items: flex-end; overflow: hidden; background-image: var(--rove-page-hero); background-position: center; background-size: cover; color: #fff; }
.rove-page-hero::before { content: ""; position: absolute; inset: 0; background: var(--rove-page-hero) center/cover no-repeat; transform: scale(1.02); }
.rove-page-hero__shade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(5,5,7,.96),rgba(5,5,7,.18) 80%); }
.rove-page-hero__content { position: relative; z-index: 1; padding-top: 190px; padding-bottom: 72px; }
.rove-page-hero h1 { max-width: 1050px; margin: 0; font-size: clamp(3.8rem,9vw,9rem); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
.rove-content-shell { padding-top: 80px; }
.rove-prose { max-width: 1040px; }
.rove-prose .entry-content > * { max-width: 820px; margin-left: auto; margin-right: auto; }
.rove-prose .entry-content > .alignwide { max-width: 1100px; }
.rove-prose .entry-content > .alignfull { max-width: none; }
.rove-prose h2 { margin-top: 2.1em; font-size: clamp(2.2rem,5vw,4.8rem); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.rove-prose h3 { margin-top: 1.7em; font-size: clamp(1.45rem,2.5vw,2.2rem); line-height: 1; letter-spacing: -.035em; text-transform: uppercase; }
.rove-prose p, .rove-prose li { font-size: 1.05rem; }
.rove-prose details { max-width: 820px; margin: 0 auto 12px; padding: 20px 22px; border: 1px solid #ddd8d1; border-radius: 14px; background: #fff; }
.rove-prose summary { cursor: pointer; font-weight: 850; }
.rove-prose details p { margin-bottom: 0; color: #5d5954; }

.rove-category-hero { position: relative; min-height: 480px; display: flex; align-items: flex-end; margin: -30px 0 58px; overflow: hidden; border-radius: 26px; background-image: var(--rove-category-hero); background-position: center; background-size: cover; color: #fff; }
.rove-category-hero::before { content: ""; position: absolute; inset: 0; background: var(--rove-category-hero) center/cover no-repeat; transform: scale(1.025); }
.rove-category-hero__shade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(5,5,7,.96),rgba(5,5,7,.15) 82%); }
.rove-category-hero__content { position: relative; z-index: 1; max-width: 900px; padding: 58px; }
.rove-category-hero h1 { margin: 0; font-size: clamp(3.7rem,8vw,8.2rem); line-height: .82; letter-spacing: -.07em; text-transform: uppercase; }
.rove-category-hero__content > p:last-child { max-width: 700px; margin: 22px 0 0; color: rgba(255,255,255,.85); font-size: 1.05rem; }
.rove-category-features { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin: 0 0 70px; }
.rove-category-features article { padding: 28px; border: 1px solid #ded8d0; border-radius: 18px; background: #fff; }
.rove-category-features span { color: var(--rove-accent); font-size: .72rem; font-weight: 900; }
.rove-category-features h2 { margin: 45px 0 10px; font-size: 1.35rem; line-height: 1; letter-spacing: -.035em; text-transform: uppercase; }
.rove-category-features p { margin: 0; color: #6d6862; font-size: .9rem; }
.rove-category-guide { margin: 80px 0 0; padding: clamp(34px,6vw,78px); border-radius: 26px; background: #101012; color: #fff; }
.rove-category-guide h2 { max-width: 800px; margin: 0 0 24px; font-size: clamp(2.7rem,5vw,5.7rem); line-height: .88; letter-spacing: -.055em; text-transform: uppercase; }
.rove-category-guide__content { max-width: 850px; color: var(--rove-muted); }
.rove-category-guide__content h3 { color: #fff; }
.rove-category-guide .rove-button { margin-top: 24px; }

.rove-contact-form { max-width: 820px; margin-top: 34px; padding: clamp(24px,5vw,52px); border: 1px solid #ddd8d1; border-radius: 22px; background: #fff; box-shadow: 0 20px 60px rgba(25,20,15,.08); }
.rove-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.rove-contact-form p { margin: 0 0 18px; }
.rove-contact-form label { display: block; margin-bottom: 7px; font-size: .76rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.rove-contact-form input, .rove-contact-form textarea { width: 100%; padding: 14px 16px; border: 1px solid #d7d1c9; border-radius: 10px; background: #faf9f7; color: #111; outline: 0; }
.rove-contact-form input:focus, .rove-contact-form textarea:focus { border-color: var(--rove-accent); box-shadow: 0 0 0 3px rgba(255,106,0,.12); }
.rove-form-notice { max-width: 820px; padding: 14px 18px; border-radius: 10px; }
.rove-form-notice--success { background: #e8f6ec; color: #17622b; }
.rove-form-notice--error { background: #fff0ef; color: #952d27; }

@media (max-width: 900px) {
  .rove-benefits-grid, .rove-category-features { grid-template-columns: 1fr; }
  .rove-benefit-card { min-height: auto; }
  .rove-benefit-card > span { margin-bottom: 40px; }
  .rove-page-hero { min-height: 430px; }
  .rove-page-hero__content { padding-top: 160px; padding-bottom: 54px; }
  .rove-category-hero { min-height: 430px; }
  .rove-category-hero__content { padding: 38px 28px; }
}

@media (max-width: 620px) {
  .rove-centered-heading { text-align: left; }
  .rove-centered-heading > p:last-child { margin-left: 0; }
  .rove-page-hero { min-height: 380px; }
  .rove-page-hero h1 { font-size: clamp(3.2rem,16vw,5.2rem); }
  .rove-content-shell { padding-top: 52px; }
  .rove-category-hero { min-height: 390px; border-radius: 18px; }
  .rove-category-hero h1 { font-size: clamp(3.1rem,15vw,5.1rem); }
  .rove-form-grid { grid-template-columns: 1fr; gap: 0; }
  .rove-category-card__excerpt { font-size: .78rem; }
}

/* Version 1.3 performance and mobile refinements */
.rove-age-gate__backdrop { overflow: hidden; background: #08030d; filter: none; }
.rove-age-gate__backdrop picture,
.rove-age-gate__image { position: absolute; inset: 0; width: 100%; height: 100%; }
.rove-age-gate__image { object-fit: cover; object-position: center; filter: saturate(.92); }
.rove-age-gate__backdrop::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg,rgba(6,4,8,.98),rgba(12,4,18,.92) 48%,rgba(9,2,15,.82)); }
.rove-age-gate__backdrop::after { z-index: 2; }

.rove-hero__media picture { position: absolute; inset: 0; width: 100%; height: 100%; }
.rove-hero__video { opacity: 0; transition: opacity .6s ease; }
.rove-hero__video.is-ready { opacity: 1; }

.rove-category-card::before { z-index: -3; }
.rove-category-card__media { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.rove-category-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .55s ease; }
.rove-category-card:hover .rove-category-card__media img { transform: scale(1.035); }

.rove-campaign__image { background: none; transform: none; overflow: hidden; }
.rove-campaign__image picture,
.rove-campaign__media-image { width: 100%; height: 100%; display: block; }
.rove-campaign__media-image { object-fit: cover; object-position: center; transform: scale(1.01); }

.rove-story__media { background: #09090b; overflow: hidden; }
.rove-story__media picture,
.rove-story__media-image { width: 100%; height: 100%; display: block; }
.rove-story__media-image { object-fit: cover; object-position: center; }
.rove-story__media::after { z-index: 1; pointer-events: none; }

.rove-quality-showcase,
.rove-brand-profile,
.rove-benefits-section,
.rove-collections-section,
.rove-products-section,
.rove-format-section,
.rove-education-section,
.rove-newsletter,
.rove-footer-main { content-visibility: auto; contain-intrinsic-size: 1px 900px; }

.rove-icon-button,
.rove-menu-toggle,
.rove-mobile-drawer__header button { min-width: 44px; min-height: 44px; }

@media (max-width: 820px) {
  .rove-campaign__media-image { object-position: 67% center; }
  .rove-age-card { backdrop-filter: blur(10px); }
  .rove-announcement, .site-header.is-scrolled .rove-header-main, .rove-mobile-shopbar { backdrop-filter: blur(10px); }
  body.rove-mobile-product-columns-1 .woocommerce ul.products,
  body.rove-mobile-product-columns-1 .rove-products-section ul.products { grid-template-columns: 1fr; }
  body.rove-mobile-product-columns-1 .woocommerce ul.products li.product a img { aspect-ratio: 4 / 3; }
}

@media (max-width: 500px) {
  .rove-container { width: min(calc(100% - 28px), var(--rove-container)); }
  .rove-age-actions { grid-template-columns: 1fr; }
  .rove-age-card > small { margin-top: 14px; }
  .rove-hero { min-height: 760px; }
  .rove-hero__content { padding-bottom: 180px; }
  .rove-hero-nav__grid { overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
  .rove-hero-nav__grid::-webkit-scrollbar { display: none; }
  .rove-hero-nav a { min-width: 152px; scroll-snap-align: start; }
  .woocommerce ul.products li.product .button { min-height: 42px; }
}

@media (prefers-reduced-data: reduce) {
  .rove-hero__video { display: none !important; }
}

@media (min-width: 1181px) {
  body.rove-desktop-product-columns-2 .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.rove-desktop-product-columns-3 .woocommerce ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); }
  body.rove-desktop-product-columns-4 .woocommerce ul.products { grid-template-columns: repeat(4,minmax(0,1fr)); }
  body.rove-desktop-product-columns-5 .woocommerce ul.products { grid-template-columns: repeat(5,minmax(0,1fr)); }
}

/* Version 1.4 reference-inspired editable collection pages */
.rove-ref-hero { position: relative; min-height: min(820px,82vh); display: flex; align-items: flex-end; margin: -30px 0 74px; overflow: hidden; border-radius: 28px; background: #09060e; color: #fff; isolation: isolate; }
.rove-ref-hero__media { position: absolute; inset: 0; z-index: -3; background-image: var(--rove-ref-hero); background-position: center; background-size: cover; transform: scale(1.02); }
.rove-ref-hero__veil { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,rgba(6,4,9,.97) 0%,rgba(8,3,12,.78) 42%,rgba(8,2,14,.28) 78%),linear-gradient(0deg,rgba(5,4,8,.9),transparent 52%); }
.rove-ref-hero--ice-packs .rove-ref-hero__veil { background: radial-gradient(circle at 70% 48%,rgba(113,0,171,.28),transparent 34%),linear-gradient(90deg,rgba(5,2,9,.98) 0%,rgba(16,2,27,.76) 50%,rgba(12,2,22,.28) 82%),linear-gradient(0deg,rgba(7,2,12,.92),transparent 58%); }
.rove-ref-hero__content { width: min(900px,92%); padding: clamp(44px,7vw,92px); }
.rove-ref-hero h1 { max-width: 850px; margin: 0; font-size: clamp(4rem,8.6vw,9rem); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; text-wrap: balance; }
.rove-ref-hero__content > p:not(.rove-kicker) { max-width: 700px; margin: 24px 0 28px; color: rgba(255,255,255,.82); font-size: clamp(.98rem,1.35vw,1.16rem); line-height: 1.7; }
.rove-ref-section { margin: 0 0 86px; }
.rove-ref-section--intro { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(300px,.92fr); gap: clamp(34px,7vw,110px); align-items: end; padding: 0 clamp(6px,3vw,36px); }
.rove-ref-section--intro h2,.rove-ref-section-heading h2,.rove-ref-story h2,.rove-ref-cta h2,.rove-ref-products-heading h2 { margin: 0; font-size: clamp(2.8rem,5.5vw,6.2rem); line-height: .88; letter-spacing: -.06em; text-transform: uppercase; text-wrap: balance; }
.rove-ref-section--intro > p { margin: 0 0 4px; color: #625d58; font-size: 1.02rem; line-height: 1.8; }
.rove-ref-section-heading { max-width: 920px; margin: 0 0 36px; }
.rove-ref-collections { margin: 0 0 88px; }
.rove-ref-collection-list { display: grid; gap: 22px; }
.rove-ref-collection-card { min-height: 520px; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(340px,.88fr); overflow: hidden; border-radius: 24px; background: #111114; color: #fff; }
.rove-ref-collection-card.is-reversed { grid-template-columns: minmax(340px,.88fr) minmax(0,1.12fr); }
.rove-ref-collection-card.is-reversed .rove-ref-collection-card__media { order: 2; }
.rove-ref-collection-card__media { min-height: 470px; overflow: hidden; background: #1a171c; }
.rove-ref-collection-card__media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s ease; }
.rove-ref-collection-card:hover .rove-ref-collection-card__media img { transform: scale(1.035); }
.rove-ref-collection-card__content { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(32px,5vw,72px); background: radial-gradient(circle at 88% 10%,rgba(255,106,0,.18),transparent 30%),#111114; }
.rove-ref-collection-card.is-reversed .rove-ref-collection-card__content { background: radial-gradient(circle at 12% 10%,rgba(117,37,167,.26),transparent 30%),#111114; }
.rove-ref-collection-card__content > span { margin-bottom: auto; color: rgba(255,255,255,.48); font-size: .75rem; font-weight: 900; letter-spacing: .16em; }
.rove-ref-collection-card h3 { margin: 34px 0 16px; font-size: clamp(2.9rem,5vw,5.8rem); line-height: .84; letter-spacing: -.065em; text-transform: uppercase; }
.rove-ref-collection-card p { max-width: 520px; margin: 0 0 24px; color: rgba(255,255,255,.7); line-height: 1.65; }
.rove-ref-collection-card a,.rove-ref-strain-card a { color: #fff; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.rove-ref-story { min-height: 640px; display: grid; grid-template-columns: minmax(0,1.06fr) minmax(360px,.94fr); margin: 0 0 24px; overflow: hidden; border-radius: 26px; background: #110819; color: #fff; }
.rove-ref-story__media { min-height: 560px; overflow: hidden; background: #1a0926; }
.rove-ref-story__media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.rove-ref-story__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px,6vw,82px); background: radial-gradient(circle at 20% 20%,rgba(159,45,226,.34),transparent 36%),linear-gradient(145deg,#180922,#0d0711); }
.rove-ref-story__content p:last-child { max-width: 600px; color: rgba(255,255,255,.75); line-height: 1.75; }
.rove-ref-feature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin: 0 0 90px; }
.rove-ref-feature-grid article { min-height: 260px; display: flex; flex-direction: column; padding: 30px; border: 1px solid #dcd6cf; border-radius: 18px; background: #fff; }
.rove-ref-feature-grid article > span { color: var(--rove-accent); font-size: .72rem; font-weight: 900; }
.rove-ref-feature-grid h3 { margin: auto 0 12px; font-size: 1.5rem; line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.rove-ref-feature-grid p { margin: 0; color: #68625c; line-height: 1.55; }
.rove-ref-formats,.rove-ref-strains { margin: 0 0 92px; }
.rove-ref-format-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.rove-ref-format-grid article { min-height: 300px; display: flex; flex-direction: column; justify-content: flex-end; padding: 34px; overflow: hidden; border-radius: 20px; background: radial-gradient(circle at 76% 14%,rgba(167,45,234,.46),transparent 28%),linear-gradient(145deg,#1d0a29,#0c0810); color: #fff; }
.rove-ref-format-grid article:nth-child(2) { background: radial-gradient(circle at 76% 14%,rgba(255,106,0,.35),transparent 28%),linear-gradient(145deg,#24130b,#0d0908); }
.rove-ref-format-grid article:nth-child(3) { background: radial-gradient(circle at 76% 14%,rgba(43,139,179,.4),transparent 28%),linear-gradient(145deg,#0b1c24,#080c0f); }
.rove-ref-format-grid strong { font-size: clamp(2.4rem,4vw,4.4rem); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.rove-ref-format-grid span { margin: 8px 0 30px; color: var(--rove-accent-2); font-weight: 900; }
.rove-ref-format-grid p { margin: 0; color: rgba(255,255,255,.7); }
.rove-ref-strain-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.rove-ref-strain-card { position: relative; min-height: 330px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(28px,4vw,48px); overflow: hidden; border-radius: 20px; background: radial-gradient(circle at 78% 14%,rgba(132,43,188,.48),transparent 29%),linear-gradient(145deg,#1b0a25,#0c0910); color: #fff; isolation: isolate; }
.rove-ref-strain-card::before { content: ""; position: absolute; inset: auto -10% -45% 35%; z-index: -1; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.025),0 0 0 70px rgba(255,255,255,.018); }
.rove-ref-strain-card--2 { background: radial-gradient(circle at 78% 14%,rgba(224,40,126,.42),transparent 29%),linear-gradient(145deg,#250a19,#0d080b); }
.rove-ref-strain-card--3 { background: radial-gradient(circle at 78% 14%,rgba(44,131,172,.45),transparent 29%),linear-gradient(145deg,#0b1b23,#080c0f); }
.rove-ref-strain-card--4 { background: radial-gradient(circle at 78% 14%,rgba(255,108,0,.42),transparent 29%),linear-gradient(145deg,#251307,#0d0907); }
.rove-ref-strain-card--5 { background: radial-gradient(circle at 78% 14%,rgba(116,160,39,.42),transparent 29%),linear-gradient(145deg,#17200c,#090c07); }
.rove-ref-strain-card--6 { background: radial-gradient(circle at 78% 14%,rgba(184,41,210,.4),transparent 29%),linear-gradient(145deg,#200b25,#0d080f); }
.rove-ref-strain-card small { margin-bottom: auto; color: var(--rove-accent-2); font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.rove-ref-strain-card h3 { max-width: 580px; margin: 48px 0 12px; font-size: clamp(2.2rem,4vw,4.4rem); line-height: .88; letter-spacing: -.055em; text-transform: uppercase; }
.rove-ref-strain-card p { max-width: 520px; margin: 0 0 20px; color: rgba(255,255,255,.72); line-height: 1.6; }
.rove-ref-cta { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 40px; align-items: end; margin: 0 0 92px; padding: clamp(38px,6vw,78px); border-radius: 24px; background: radial-gradient(circle at 82% 25%,rgba(255,106,0,.24),transparent 30%),#111114; color: #fff; }
.rove-ref-cta p:not(.rove-kicker) { max-width: 650px; margin: 22px 0 0; color: rgba(255,255,255,.7); line-height: 1.65; }
.rove-ref-products-heading { margin: 0 0 34px; padding-top: 10px; }
.rove-ref-products-heading h2 { color: #161416; }

@media (max-width: 980px) {
  .rove-ref-hero { min-height: 700px; }
  .rove-ref-section--intro,.rove-ref-story,.rove-ref-collection-card,.rove-ref-collection-card.is-reversed { grid-template-columns: 1fr; }
  .rove-ref-collection-card.is-reversed .rove-ref-collection-card__media { order: 0; }
  .rove-ref-collection-card__media,.rove-ref-story__media { min-height: 420px; }
  .rove-ref-feature-grid,.rove-ref-format-grid { grid-template-columns: 1fr; }
  .rove-ref-feature-grid article { min-height: 220px; }
  .rove-ref-format-grid article { min-height: 240px; }
  .rove-ref-cta { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 700px) {
  .rove-ref-hero { min-height: 620px; margin-bottom: 56px; border-radius: 18px; }
  .rove-ref-hero__veil { background: linear-gradient(0deg,rgba(6,3,9,.98) 0%,rgba(8,3,12,.72) 65%,rgba(8,2,12,.34)); }
  .rove-ref-hero__content { width: 100%; padding: 32px 24px 42px; }
  .rove-ref-hero h1 { font-size: clamp(3.4rem,16vw,5.5rem); }
  .rove-ref-section { margin-bottom: 62px; }
  .rove-ref-section--intro { gap: 22px; padding: 0; }
  .rove-ref-section--intro h2,.rove-ref-section-heading h2,.rove-ref-story h2,.rove-ref-cta h2,.rove-ref-products-heading h2 { font-size: clamp(2.6rem,12vw,4.2rem); }
  .rove-ref-collection-card { min-height: 0; border-radius: 18px; }
  .rove-ref-collection-card__media,.rove-ref-story__media { min-height: 330px; }
  .rove-ref-collection-card__content,.rove-ref-story__content { padding: 30px 24px; }
  .rove-ref-collection-card__content > span { margin-bottom: 50px; }
  .rove-ref-collection-card h3 { font-size: clamp(2.7rem,13vw,4.2rem); }
  .rove-ref-story { min-height: 0; border-radius: 18px; }
  .rove-ref-feature-grid { gap: 12px; margin-bottom: 64px; }
  .rove-ref-strain-grid { grid-template-columns: 1fr; }
  .rove-ref-strain-card { min-height: 290px; padding: 26px; border-radius: 17px; }
  .rove-ref-cta { margin-bottom: 68px; padding: 32px 24px; border-radius: 18px; }
}

/* v1.6.0: automatic mega menu */
.primary-navigation { min-width: 0; }
.rove-menu--mega > .rove-mega-parent { position: static; }
.rove-menu--mega .rove-mega-menu {
  left: 50%; top: calc(100% - 6px); width: min(1120px, calc(100vw - 48px)); min-width: 0;
  display: grid; grid-template-columns: repeat(3,minmax(0,1fr)) minmax(230px,.9fr); gap: 8px;
  padding: 24px; border-radius: 20px; transform: translate(-50%,12px);
  background: linear-gradient(145deg,rgba(20,20,23,.99),rgba(8,8,10,.99));
}
.rove-menu--mega li:hover > .rove-mega-menu,
.rove-menu--mega li:focus-within > .rove-mega-menu { transform: translate(-50%,0); }
.rove-menu--mega .rove-mega-menu--shop { grid-template-columns: repeat(3,minmax(0,1fr)) minmax(250px,.9fr); }
.rove-menu--mega .rove-mega-column,
.rove-menu--mega .rove-mega-feature { min-width: 0; padding: 18px; border-radius: 14px; }
.rove-menu--mega .rove-mega-column { background: rgba(255,255,255,.035); }
.rove-menu--mega .rove-mega-heading { display: block; padding: 0 0 13px; color: #fff; font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.rove-menu--mega span.rove-mega-heading { cursor: default; }
.rove-menu--mega .rove-mega-links { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; }
.rove-menu--mega .rove-mega-links a { padding: 9px 0; color: #bdbac0; font-size: .75rem; font-weight: 700; letter-spacing: .02em; text-transform: none; }
.rove-menu--mega .rove-mega-links a:hover { color: #fff; background: transparent; transform: translateX(3px); }
.rove-menu--mega .rove-mega-feature { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; min-height: 240px; background: radial-gradient(circle at 80% 15%,rgba(255,106,0,.32),transparent 36%),#161117; }
.rove-menu--mega .rove-mega-feature .rove-kicker { padding: 0; }
.rove-menu--mega .rove-mega-feature strong { margin: 0 0 22px; font-size: 1.3rem; line-height: 1.05; text-transform: uppercase; }
.rove-menu--mega .rove-mega-feature .rove-button { min-height: 43px; padding: 0 18px; font-size: .66rem; }

/* v1.6.0: dedicated shop and category pages */
.rove-shop-main { padding-top: 0; }
.rove-shop-hero { position: relative; margin: 0 -24px 26px; padding: clamp(44px,7vw,90px) clamp(24px,5vw,72px); overflow: hidden; border-radius: 0 0 28px 28px; background: #101014; color: #fff; isolation: isolate; }
.rove-shop-hero__glow { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 85% 10%,rgba(255,106,0,.42),transparent 28%),radial-gradient(circle at 15% 90%,rgba(116,32,162,.36),transparent 34%); }
.rove-shop-hero .woocommerce-breadcrumb { margin: 0 0 46px; color: rgba(255,255,255,.58); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.rove-shop-hero .woocommerce-breadcrumb a { color: #fff; }
.rove-shop-hero__content { max-width: 820px; }
.rove-shop-hero h1 { margin: 0; font-size: clamp(3.7rem,8vw,8rem); line-height: .82; letter-spacing: -.065em; text-transform: uppercase; }
.rove-shop-hero__content > p:last-child { max-width: 700px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 1.04rem; line-height: 1.7; }
.rove-shop-category-nav { display: flex; gap: 8px; margin: 0 0 32px; padding: 4px 0 10px; overflow-x: auto; scrollbar-width: thin; }
.rove-shop-category-nav a { flex: 0 0 auto; padding: 12px 17px; border: 1px solid #d2cdc5; border-radius: 999px; background: #fff; color: #262328; font-size: .68rem; font-weight: 900; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.rove-shop-category-nav a:hover,.rove-shop-category-nav a.is-active { border-color: #111114; background: #111114; color: #fff; }
.rove-shop-layout { display: grid; grid-template-columns: minmax(230px,280px) minmax(0,1fr); gap: clamp(24px,4vw,54px); align-items: start; }
.rove-shop-layout--no-sidebar { grid-template-columns: 1fr; }
.rove-shop-sidebar { position: sticky; top: 110px; display: grid; gap: 22px; padding: 24px; border: 1px solid #ddd8d0; border-radius: 18px; background: #fff; }
.rove-shop-sidebar__header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid #e5e1db; }
.rove-shop-sidebar__header strong { font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.rove-shop-sidebar__header button { display: none; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #f1efeb; font-size: 1.35rem; cursor: pointer; }
.rove-shop-sidebar__section h2,.rove-shop-sidebar .widget-title { margin: 0 0 15px; color: #1c191d; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.rove-shop-tree,.rove-shop-tree ul { margin: 0; padding: 0; list-style: none; }
.rove-shop-tree > li { padding: 10px 0; border-bottom: 1px solid #ece8e2; }
.rove-shop-tree a { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #2a272b; font-size: .86rem; font-weight: 800; text-decoration: none; }
.rove-shop-tree a:hover { color: var(--rove-accent); }
.rove-shop-tree a small { color: #99938c; font-size: .66rem; }
.rove-shop-tree ul { display: grid; gap: 7px; padding: 12px 0 2px 14px; }
.rove-shop-tree ul a { color: #716b65; font-size: .78rem; font-weight: 600; }
.rove-shop-catalog { min-width: 0; }
.rove-shop-catalog .woocommerce-notices-wrapper:empty { display: none; }
.rove-shop-catalog .woocommerce-result-count { margin-top: 14px; color: #736e68; }
.rove-shop-catalog .woocommerce-ordering { margin-bottom: 24px; }
.rove-shop-filter-toggle { display: none; width: 100%; min-height: 50px; align-items: center; justify-content: space-between; margin: 0 0 18px; padding: 0 18px; border: 1px solid #ccc7bf; border-radius: 12px; background: #fff; color: #1b181c; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.rove-shop-filter-overlay { position: fixed; inset: 0; z-index: 10020; background: rgba(0,0,0,.68); opacity: 0; transition: opacity .22s ease; }
.rove-shop-filter-overlay.is-visible { opacity: 1; }

/* v1.6.0: polished single product page */
.single-product .rove-shop-main { padding: clamp(44px,6vw,86px) 0 110px; }
.single-product .woocommerce-breadcrumb { margin-bottom: 28px; color: #77716b; }
.single-product .woocommerce div.product { align-items: start; }
.single-product .woocommerce div.product div.images { position: sticky; top: 118px; }
.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper { border-radius: 22px; overflow: hidden; background: #fff; }
.single-product .woocommerce div.product div.images img { padding: clamp(18px,3vw,42px); object-fit: contain; }
.single-product .woocommerce div.product div.summary { padding: clamp(10px,2vw,24px) 0; }
.rove-product-kicker { margin: 0 0 13px; }
.rove-product-kicker a { color: var(--rove-accent); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.single-product .woocommerce div.product .product_title { max-width: 760px; margin: 0 0 20px; font-size: clamp(2.6rem,5vw,5.6rem); line-height: .88; }
.single-product .woocommerce-product-details__short-description { color: #625d57; font-size: 1rem; line-height: 1.75; }
.single-product .product_meta { display: grid; gap: 7px; margin-top: 24px; padding-top: 22px; border-top: 1px solid #ded9d1; color: #77716a; font-size: .74rem; }
.single-product .product_meta a { color: #2d292e; font-weight: 800; text-decoration: none; }
.rove-product-confidence { display: grid; gap: 10px; margin-top: 27px; }
.rove-product-confidence > div { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; padding: 15px; border: 1px solid #ddd8d0; border-radius: 13px; background: #fff; }
.rove-product-confidence > div > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #111114; color: #fff; font-size: .62rem; font-weight: 900; }
.rove-product-confidence p { margin: 0; }
.rove-product-confidence strong,.rove-product-confidence small { display: block; }
.rove-product-confidence strong { margin-bottom: 3px; color: #211e22; font-size: .77rem; text-transform: uppercase; }
.rove-product-confidence small { color: #716b65; line-height: 1.45; }
.rove-product-service-notice { grid-column: 1 / -1; margin: 24px 0 34px; padding: 18px 22px; border-left: 4px solid var(--rove-accent); border-radius: 10px; background: #fff4eb; color: #673014; font-size: .84rem; line-height: 1.6; }
.single-product .woocommerce div.product .woocommerce-tabs { margin-top: 28px; padding-top: 34px; border-top: 1px solid #d9d4cc; }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 30px; }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; padding: 0; border: 1px solid #d0cbc3; border-radius: 999px; background: #fff; }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-color: #111114; background: #111114; }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 12px 18px; color: #211e22; font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: #fff; }
.single-product .related.products,.single-product .up-sells { grid-column: 1 / -1; margin-top: 52px; }
.single-product .related.products > h2,.single-product .up-sells > h2 { font-size: clamp(2.4rem,5vw,5rem); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }

@media (max-width: 1180px) {
  .rove-header-grid { grid-template-columns: 190px 1fr 140px; gap: 16px; }
  .rove-menu { gap: 18px; }
  .rove-menu a { font-size: .66rem; }
  .rove-menu--mega .rove-mega-menu { width: calc(100vw - 30px); }
}

@media (max-width: 1100px) {
  .rove-mobile-navigation .rove-menu--mega .rove-mega-menu,
  .rove-mobile-drawer .rove-menu--mega .rove-mega-menu { width: auto; display: none; padding: 0 0 12px 14px; transform: none; }
  .rove-mobile-drawer .rove-menu--mega .submenu-open > .rove-mega-menu { display: block; }
  .rove-mobile-drawer .rove-menu--mega .rove-mega-column,.rove-mobile-drawer .rove-menu--mega .rove-mega-feature { padding: 5px 0; background: transparent; min-height: 0; }
  .rove-mobile-drawer .rove-menu--mega .rove-mega-heading { padding: 10px 0 7px; color: #fff; font-size: .72rem; }
  .rove-mobile-drawer .rove-menu--mega .rove-mega-links { padding-left: 10px; }
  .rove-mobile-drawer .rove-menu--mega .rove-mega-links a { padding: 9px 0; color: #aaa5ad; font-size: .72rem; }
  .rove-mobile-drawer .rove-menu--mega .rove-mega-feature { display: none; }
}

@media (max-width: 900px) {
  .rove-shop-layout { grid-template-columns: 1fr; }
  .rove-shop-filter-toggle { display: flex; }
  .rove-shop-sidebar-wrap { position: fixed; inset: 0 auto 0 0; z-index: 10021; width: min(88vw,380px); transform: translateX(-105%); transition: transform .24s ease; }
  .rove-shop-sidebar-wrap:has(.rove-shop-sidebar.is-open) { transform: translateX(0); }
  .rove-shop-sidebar { position: absolute; inset: 0; top: 0; height: 100%; overflow-y: auto; border: 0; border-radius: 0; }
  .rove-shop-sidebar__header button { display: inline-grid; place-items: center; }
  .single-product .woocommerce div.product div.images { position: static; }
}

@media (max-width: 700px) {
  .rove-shop-hero { margin-inline: -16px; padding: 38px 20px 48px; border-radius: 0 0 20px 20px; }
  .rove-shop-hero .woocommerce-breadcrumb { margin-bottom: 32px; }
  .rove-shop-hero h1 { font-size: clamp(3.3rem,17vw,5.4rem); }
  .rove-shop-category-nav { margin-inline: -4px; }
  .rove-shop-category-nav a { padding: 10px 14px; font-size: .62rem; }
  .single-product .woocommerce div.product .product_title { font-size: clamp(2.55rem,13vw,4.5rem); }
  .single-product .woocommerce div.product form.cart { display: grid; grid-template-columns: 88px minmax(0,1fr); }
  .single-product .woocommerce div.product form.cart .button { width: 100%; padding-inline: 14px; }
  .rove-product-confidence > div { grid-template-columns: 30px 1fr; padding: 13px; }
}
