/* ODO Commerce OS v2.8.1 — Final Storefront Visual Recovery
 * Purpose: make the live WordPress/WooCommerce runtime match the approved
 * premium editorial direction even when a Theme Builder condition falls back.
 */
:root{
  --odo-final-paper:#f7f5f0;
  --odo-final-ink:#0f0f10;
  --odo-final-accent:#c9ff2e;
  --odo-final-border:#e4e0d7;
  --odo-final-muted:#6c6963;
  --odo-final-width:1360px;
}
html{scroll-behavior:smooth}
body.odo-commerce-ui{background:var(--odo-final-paper);color:var(--odo-final-ink)}
body.odo-commerce-ui .odo-elementor-runtime-main{overflow:clip}
body.odo-commerce-ui .elementor-widget-odo_hero>.elementor-widget-container,
body.odo-commerce-ui .elementor-widget-odo_trust>.elementor-widget-container,
body.odo-commerce-ui .elementor-widget-odo_categories>.elementor-widget-container,
body.odo-commerce-ui .elementor-widget-odo_collection>.elementor-widget-container,
body.odo-commerce-ui .elementor-widget-odo_editorial>.elementor-widget-container,
body.odo-commerce-ui .elementor-widget-odo_campaign>.elementor-widget-container,
body.odo-commerce-ui .elementor-widget-odo_size_finder>.elementor-widget-container,
body.odo-commerce-ui .elementor-widget-odo_intent>.elementor-widget-container,
body.odo-commerce-ui .elementor-widget-odo_recommendations>.elementor-widget-container,
body.odo-commerce-ui .elementor-widget-odo_recently_viewed>.elementor-widget-container,
body.odo-commerce-ui .elementor-widget-odo_services>.elementor-widget-container,
body.odo-commerce-ui .elementor-widget-odo_reviews>.elementor-widget-container,
body.odo-commerce-ui .elementor-widget-odo_faq>.elementor-widget-container,
body.odo-commerce-ui .elementor-widget-odo_insider>.elementor-widget-container{margin:0;padding:0}

/* Hero: approved split editorial direction */
body.odo-commerce-ui .odo-hero-v280{width:min(1480px,calc(100% - 32px));min-height:clamp(560px,44vw,690px);margin:18px auto 0;border-radius:18px;box-shadow:0 18px 60px rgba(17,17,17,.08)}
body.odo-commerce-ui .odo-hero-v280__copy{padding:clamp(42px,5vw,76px)}
body.odo-commerce-ui .odo-hero-v280 h1{font-size:clamp(52px,5.25vw,78px);max-width:720px}
body.odo-commerce-ui .odo-hero-v280__visual img{width:100%;height:100%;object-fit:cover;object-position:center}
body.odo-commerce-ui .odo-hero-v280__visual--grid{gap:1px;background:#222}
body.odo-commerce-ui .odo-hero-v280__micro{margin-top:26px}

/* Trust strip */
body.odo-commerce-ui .odo-trust-v2{width:min(var(--odo-final-width),calc(100% - 32px));margin:16px auto 0;grid-template-columns:repeat(4,minmax(0,1fr));background:#fff;color:#111;border:1px solid var(--odo-final-border);border-radius:14px;overflow:hidden;box-shadow:none}
body.odo-commerce-ui .odo-trust-v2>div{min-height:94px;padding:20px 22px;border-color:var(--odo-final-border)!important}
body.odo-commerce-ui .odo-trust-v2 small{color:#9a958c}
body.odo-commerce-ui .odo-trust-v2 strong{font-size:13px;color:#111}
body.odo-commerce-ui .odo-trust-v2 span{font-size:11px;line-height:1.45;color:var(--odo-final-muted)}

/* Shared section rhythm */
body.odo-commerce-ui .odo-section{width:min(var(--odo-final-width),calc(100% - 32px));margin:104px auto 0}
body.odo-commerce-ui .odo-section__head{margin-bottom:30px}
body.odo-commerce-ui .odo-section__head h2{max-width:820px;margin:.15em 0 .12em;font-size:clamp(38px,4vw,58px);font-weight:570;line-height:.98;letter-spacing:-.052em}
body.odo-commerce-ui .odo-section__head p{max-width:620px;color:var(--odo-final-muted);font-size:13px;line-height:1.65}
body.odo-commerce-ui .odo-section__head>a{color:#111;text-decoration:none;font-size:11px;font-weight:800}

/* 4-up editorial categories even when the source taxonomy is sparse */
.odo-category-grid-v281{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.odo-category-card-v281{position:relative;min-height:390px;overflow:hidden;border-radius:16px;background:#ded9cf;color:#fff;text-decoration:none;isolation:isolate}
.odo-category-card-v281__media{position:absolute;inset:0;background-image:var(--odo-cat-img);background-size:cover;background-position:center;transition:transform .55s cubic-bezier(.2,.72,.2,1),filter .55s}
.odo-category-card-v281__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03) 35%,rgba(0,0,0,.76) 100%)}
.odo-category-card-v281__meta{position:absolute;z-index:2;left:22px;right:22px;bottom:22px;display:grid;gap:5px;color:#fff}
.odo-category-card-v281__meta small{font-size:9px;font-weight:800;letter-spacing:.12em;opacity:.72}
.odo-category-card-v281__meta strong{font-size:27px;line-height:1;letter-spacing:-.04em}
.odo-category-card-v281__meta em{margin-top:8px;font-size:10px;font-style:normal;font-weight:800}
.odo-category-card-v281:hover .odo-category-card-v281__media{transform:scale(1.025);filter:saturate(1.04)}

/* Premium product cards */
body.odo-commerce-ui .odo-product-grid-v2{gap:34px 14px}
body.odo-commerce-ui .odo-product-card-v2{border:0;background:transparent}
body.odo-commerce-ui .odo-product-card-v2__media-wrap{background:#eeeae2;border-radius:14px;overflow:hidden}
body.odo-commerce-ui .odo-product-card-v2__media{aspect-ratio:4/5;border-radius:14px;background:#eeeae2}
body.odo-commerce-ui .odo-product-card-v2__media img{width:100%;height:100%;object-fit:cover;object-position:center}
body.odo-commerce-ui .odo-product-card-v2__body{padding:13px 2px 0}
.odo-product-brand-prefix{display:block;margin:0 0 5px;color:#77736b;font-size:9px!important;font-weight:820!important;line-height:1.1!important;letter-spacing:.12em!important;text-transform:uppercase}
body.odo-commerce-ui .odo-product-card-v2__top>a{font-size:13px;font-weight:680;line-height:1.32;color:#111}
body.odo-commerce-ui .odo-product-card-v2__top strong{font-size:13px;font-weight:800;color:#111}
body.odo-commerce-ui .odo-product-card-v2__body>small{color:#77736b;font-size:10px}
body.odo-commerce-ui .odo-product-card-v2__sizes{margin-top:10px}
body.odo-commerce-ui .odo-product-card-v2__sizes b{min-width:29px;height:28px;border-color:#ddd8ce;background:#fff;border-radius:6px;font-size:9px}
body.odo-commerce-ui .odo-card-favorite{background:rgba(255,255,255,.86)!important;backdrop-filter:blur(8px)}

/* Editorial + campaign */
body.odo-commerce-ui .odo-editorial{width:min(var(--odo-final-width),calc(100% - 32px));margin:104px auto 0;grid-template-columns:minmax(0,58%) minmax(0,42%);border-radius:18px;overflow:hidden;background:#0f0f10;color:#fff;min-height:560px}
body.odo-commerce-ui .odo-editorial__visual{min-height:560px;background:#222}
body.odo-commerce-ui .odo-editorial__visual img{width:100%;height:100%;object-fit:cover}
body.odo-commerce-ui .odo-editorial__copy{padding:clamp(38px,5vw,72px);align-self:center}
body.odo-commerce-ui .odo-editorial__copy h2{font-size:clamp(44px,4.4vw,64px);line-height:.96;letter-spacing:-.055em;color:#fff}
body.odo-commerce-ui .odo-editorial__copy p{color:rgba(255,255,255,.68);font-size:14px;line-height:1.65}
body.odo-commerce-ui .odo-editorial__product{border-color:rgba(255,255,255,.14)}
body.odo-commerce-ui .odo-editorial__product strong,body.odo-commerce-ui .odo-editorial__product b{color:#fff}
body.odo-commerce-ui .odo-editorial__sizes b{color:#111;background:#fff}
body.odo-commerce-ui .odo-editorial .odo-btn{background:var(--odo-final-accent)!important;color:#111!important}
body.odo-commerce-ui .odo-campaign-widget{width:min(var(--odo-final-width),calc(100% - 32px));margin:72px auto 0;border-radius:18px;background:#101010;color:#fff;overflow:hidden}
body.odo-commerce-ui .odo-campaign-widget h2{color:#fff}

/* Size finder */
body.odo-commerce-ui .odo-size-finder{width:min(var(--odo-final-width),calc(100% - 32px));margin:104px auto 0;padding:48px clamp(28px,4vw,62px);border:1px solid var(--odo-final-border);border-radius:18px;background:#eeeae2;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:42px}
body.odo-commerce-ui .odo-size-finder h2{font-size:clamp(38px,4vw,58px);line-height:.98;letter-spacing:-.052em}
body.odo-commerce-ui .odo-size-finder p{max-width:620px;color:var(--odo-final-muted)}
body.odo-commerce-ui .odo-size-finder__sizes{align-content:center}
body.odo-commerce-ui .odo-size-finder__sizes a{display:grid;place-items:center;min-width:52px;height:52px;border:1px solid #d1cbc0;border-radius:8px;background:#fff;color:#111;text-decoration:none;font-size:12px;font-weight:800;transition:.2s}
body.odo-commerce-ui .odo-size-finder__sizes a:hover{background:#111;color:#fff;border-color:#111;transform:translateY(-2px)}

/* Shop by intent */
.odo-intent-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.odo-intent-card{position:relative;min-height:430px;border-radius:16px;overflow:hidden;background:#111;color:#fff;text-decoration:none;isolation:isolate}
.odo-intent-card__media,.odo-intent-card__media img{position:absolute;inset:0;width:100%;height:100%}
.odo-intent-card__media img{object-fit:cover;transition:transform .55s cubic-bezier(.2,.72,.2,1),filter .55s}
.odo-intent-card__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.82))}
.odo-intent-card__copy{position:absolute;z-index:2;left:22px;right:22px;bottom:22px;display:grid;gap:6px}
.odo-intent-card__copy small{font-size:9px;letter-spacing:.16em;opacity:.68}
.odo-intent-card__copy strong{font-size:26px;line-height:1.02;letter-spacing:-.04em}
.odo-intent-card__copy em{font-size:11px;line-height:1.45;font-style:normal;opacity:.72}
.odo-intent-card__copy b{margin-top:7px;font-size:10px}
.odo-intent-card:hover .odo-intent-card__media img{transform:scale(1.025);filter:contrast(1.02)}

/* Service/value grid */
body.odo-commerce-ui .odo-services-v2{width:min(var(--odo-final-width),calc(100% - 32px));margin:104px auto 0;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
body.odo-commerce-ui .odo-services-v2>a{min-height:210px;border:1px solid var(--odo-final-border);border-radius:14px;background:#fff;color:#111}

/* Real reviews - hidden by widget when there is not enough real data */
.odo-reviews{display:grid!important;grid-template-columns:minmax(220px,.32fr) minmax(0,.68fr);gap:24px;align-items:stretch}
.odo-reviews__score{padding:34px;border:1px solid var(--odo-final-border);border-radius:16px;background:#111;color:#fff}
.odo-reviews__score>strong{display:block;margin:20px 0 8px;font-size:64px;line-height:.9;letter-spacing:-.06em}.odo-reviews__score>strong small{font-size:18px;color:#aaa}
.odo-review-stars{letter-spacing:.08em;color:#d9ad3c;font-size:13px}
.odo-reviews__score p{color:#aaa;font-size:11px}
.odo-reviews__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.odo-reviews__cards article{display:grid;align-content:space-between;min-height:210px;padding:28px;border:1px solid var(--odo-final-border);border-radius:16px;background:#fff}
.odo-reviews__cards blockquote{margin:18px 0;font-size:16px;line-height:1.5;letter-spacing:-.02em}
.odo-reviews__cards footer{display:grid;gap:3px}.odo-reviews__cards footer strong{font-size:11px}.odo-reviews__cards footer span,.odo-reviews__cards footer a{font-size:9px;color:#777;text-decoration:none}

/* FAQ */
.odo-faq{display:grid!important;grid-template-columns:minmax(260px,.34fr) minmax(0,.66fr);gap:70px;align-items:start}
.odo-faq__intro{position:sticky;top:110px}.odo-faq__intro h2{margin:10px 0 14px;font-size:clamp(42px,4vw,58px);line-height:.98;letter-spacing:-.055em}.odo-faq__intro p{color:var(--odo-final-muted);font-size:13px;line-height:1.65}.odo-faq__intro .odo-btn{margin-top:20px}
.odo-faq__items{border-top:1px solid #d9d4ca}.odo-faq__items details{border-bottom:1px solid #d9d4ca}.odo-faq__items summary{display:flex;align-items:center;justify-content:space-between;min-height:72px;cursor:pointer;list-style:none;font-size:14px;font-weight:720}.odo-faq__items summary::-webkit-details-marker{display:none}.odo-faq__items summary span{font-size:22px;font-weight:400;transition:transform .2s}.odo-faq__items details[open] summary span{transform:rotate(45deg)}.odo-faq__items p{max-width:760px;margin:0 0 24px;color:var(--odo-final-muted);font-size:12px;line-height:1.7}

/* Insider CTA; intentionally no fake newsletter form until a consent-aware CRM is connected */
.odo-insider{width:min(var(--odo-final-width),calc(100% - 32px));margin:104px auto 0;padding:48px clamp(28px,5vw,68px);border-radius:18px;background:#111;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:28px;overflow:hidden;position:relative}
.odo-insider:after{content:"ODO / URBAN / ODO / URBAN";position:absolute;right:-3%;bottom:-25px;white-space:nowrap;color:rgba(255,255,255,.035);font-size:88px;font-weight:900;letter-spacing:-.06em;pointer-events:none}
.odo-insider h2{position:relative;z-index:1;margin:8px 0 8px;color:#fff;font-size:clamp(38px,4vw,58px);letter-spacing:-.052em;line-height:.98}.odo-insider p{position:relative;z-index:1;max-width:600px;color:#aaa;font-size:13px}.odo-insider .odo-btn{position:relative;z-index:1;flex:0 0 auto}

/* Woo fallback activation: shop + single pages now inherit the same system */
body.odo-commerce-ui.woocommerce-shop .woocommerce,
body.odo-commerce-ui.tax-product_cat .woocommerce,
body.odo-commerce-ui.tax-product_tag .woocommerce{width:min(var(--odo-final-width),calc(100% - 32px));margin:54px auto 90px}
body.odo-commerce-ui .woocommerce-products-header__title,
body.odo-commerce-ui.woocommerce-shop h1.page-title{font-size:clamp(48px,5vw,76px)!important;color:#111!important;font-weight:570!important;line-height:.95!important;letter-spacing:-.06em!important}
body.odo-commerce-ui .woocommerce ul.products li.product a img{aspect-ratio:4/5!important;object-fit:cover!important;border-radius:14px!important;background:#eeeae2!important}
body.odo-commerce-ui .woocommerce ul.products li.product .odo-product-brand-prefix--loop{margin-top:12px}
body.odo-commerce-ui .woocommerce ul.products li.product .button{border-radius:8px!important;min-height:42px!important}

/* Faceted archive selected by v2.8.1 managed template */
body.odo-commerce-ui .odo-faceted-shop{width:min(var(--odo-final-width),calc(100% - 32px));margin:62px auto 100px}
body.odo-commerce-ui .odo-faceted-shop .odo-section__head h2{font-size:clamp(48px,5vw,76px)}
body.odo-commerce-ui .odo-facets{border-radius:14px;box-shadow:none}

/* Single product reliability-first premium layout */
body.odo-commerce-ui .odo-tb-product{width:min(var(--odo-final-width),calc(100% - 32px));margin:42px auto 100px}
body.odo-commerce-ui .odo-premium-product{grid-template-columns:minmax(0,1.05fr) minmax(390px,.72fr)!important;gap:clamp(44px,5vw,82px)!important}
body.odo-commerce-ui .odo-premium-product__gallery .woocommerce-product-gallery{max-width:none!important}
body.odo-commerce-ui .odo-premium-product__gallery .woocommerce-product-gallery__wrapper{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px!important}
body.odo-commerce-ui .odo-premium-product__gallery .woocommerce-product-gallery__image:first-child{grid-column:1/-1}
body.odo-commerce-ui .odo-premium-product__gallery .woocommerce-product-gallery__image{border-radius:14px!important;overflow:hidden!important;background:#eeeae2!important}
body.odo-commerce-ui .odo-premium-product__gallery .woocommerce-product-gallery__image img{display:block!important;width:100%!important;aspect-ratio:4/5;object-fit:cover!important}
body.odo-commerce-ui .odo-premium-product__summary{top:104px!important;padding-top:14px!important}
body.odo-commerce-ui .odo-premium-product__summary .odo-product-brand-prefix--single{margin-bottom:8px}
body.odo-commerce-ui .odo-premium-product__summary .product_title{font-size:clamp(42px,4.1vw,64px)!important}
body.odo-commerce-ui .odo-premium-product__summary table.variations{margin-top:22px}
body.odo-commerce-ui .odo-premium-product__summary table.variations th{padding:10px 12px 10px 0!important;text-align:left;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
body.odo-commerce-ui .odo-premium-product__summary table.variations select{min-height:48px;border:1px solid #d8d2c8;border-radius:8px;background:#fff;padding:0 12px}
body.odo-commerce-ui .odo-premium-product__summary form.cart .single_add_to_cart_button{border-radius:8px!important;background:#111!important;transition:.2s}
body.odo-commerce-ui .odo-premium-product__summary form.cart .single_add_to_cart_button:hover{background:#222!important;transform:translateY(-1px)}
body.odo-commerce-ui .odo-tb-product .woocommerce-tabs{margin-top:70px;border-top:1px solid var(--odo-final-border)}
body.odo-commerce-ui .odo-tb-product .related{margin-top:84px}

/* Elementor editor compatibility template should be blank-canvas-like. */
body.odo-elementor-editor-compat{margin:0;background:#fff}.odo-elementor-editor-compat__main{min-height:100vh}

@media(max-width:1100px){
  .odo-category-grid-v281,.odo-intent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .odo-category-card-v281{min-height:340px}.odo-intent-card{min-height:380px}
  body.odo-commerce-ui .odo-services-v2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .odo-reviews{grid-template-columns:1fr}.odo-reviews__cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .odo-faq{grid-template-columns:1fr;gap:30px}.odo-faq__intro{position:static}
}
@media(max-width:780px){
  body.odo-commerce-ui .odo-hero-v280{width:calc(100% - 16px);grid-template-columns:1fr;min-height:0;margin-top:8px}
  body.odo-commerce-ui .odo-hero-v280__copy{padding:38px 22px 34px}
  body.odo-commerce-ui .odo-hero-v280 h1{font-size:clamp(45px,13vw,62px)}
  body.odo-commerce-ui .odo-hero-v280__visual{min-height:520px}
  body.odo-commerce-ui .odo-trust-v2{width:calc(100% - 16px);grid-template-columns:1fr 1fr}
  body.odo-commerce-ui .odo-section,body.odo-commerce-ui .odo-editorial,body.odo-commerce-ui .odo-campaign-widget,body.odo-commerce-ui .odo-size-finder,body.odo-commerce-ui .odo-services-v2,.odo-insider{width:calc(100% - 16px);margin-top:64px}
  .odo-category-grid-v281,.odo-intent-grid{grid-template-columns:1fr 1fr;gap:8px}.odo-category-card-v281{min-height:250px}.odo-intent-card{min-height:310px}
  .odo-category-card-v281__meta,.odo-intent-card__copy{left:15px;right:15px;bottom:15px}.odo-category-card-v281__meta strong,.odo-intent-card__copy strong{font-size:20px}
  body.odo-commerce-ui .odo-editorial{grid-template-columns:1fr;min-height:0}.odo-editorial__visual{min-height:480px!important}
  body.odo-commerce-ui .odo-size-finder{grid-template-columns:1fr;padding:34px 22px}.odo-size-finder__sizes{gap:7px!important}
  body.odo-commerce-ui .odo-size-finder__sizes a{min-width:48px;height:48px}
  .odo-reviews__cards{grid-template-columns:1fr}.odo-reviews__score{padding:28px}
  .odo-insider{align-items:flex-start;flex-direction:column;padding:36px 22px}
  body.odo-commerce-ui .odo-premium-product{grid-template-columns:1fr!important;gap:28px!important}
  body.odo-commerce-ui .odo-premium-product__gallery .woocommerce-product-gallery__wrapper{grid-template-columns:1fr 1fr!important}
  body.odo-commerce-ui .odo-premium-product__summary{position:static!important}
}
@media(max-width:520px){
  .odo-category-grid-v281,.odo-intent-grid{grid-template-columns:1fr 1fr}
  .odo-category-card-v281{min-height:220px}.odo-intent-card{min-height:280px}
  body.odo-commerce-ui .odo-services-v2{grid-template-columns:1fr 1fr}.odo-services-v2>a{min-height:180px!important;padding:18px!important}
}
@media(prefers-reduced-motion:reduce){
  .odo-category-card-v281__media,.odo-intent-card__media img{transition:none!important}
}
