/*
Theme Name: OVA Laboratories — Maison Final v4
Theme URI: https://ovalaboratories.com/
Author: OVA Laboratories
Description: Definitive bespoke French luxury editorial theme for OVA Laboratories. Mobile-first, desktop-ready, WooCommerce-ready, journal-ready, with editable imagery, product catalogue, payments, standards and contact details.
Version: 4.0.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: ova-maison
*/

:root{
  --ova-ivory:#f7f3ec;
  --ova-cream:#efe6d8;
  --ova-paper:#fbf8f3;
  --ova-ink:#171411;
  --ova-muted:#796f64;
  --ova-gold:#b38d54;
  --ova-gold-soft:#d0b684;
  --ova-leather:#2b1a12;
  --ova-leather-2:#4a2b1c;
  --ova-line:rgba(54,39,27,.16);
  --ova-max:1480px;
  --ova-serif:"Cormorant Garamond",Georgia,"Times New Roman",serif;
  --ova-sans:Inter,Arial,Helvetica,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ova-paper);color:var(--ova-ink);font-family:var(--ova-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.ova-menu-open{overflow:hidden}
a{color:inherit}
img{display:block;max-width:100%;height:auto}
button,input,textarea,select{font:inherit}
.ova-wrap{width:min(var(--ova-max),calc(100% - 56px));margin-inline:auto}
.ova-serif{font-family:var(--ova-serif)}
.ova-kicker{font-size:.69rem;letter-spacing:.34em;text-transform:uppercase;color:var(--ova-muted)}
.ova-rule{width:56px;height:1px;background:var(--ova-gold);margin:20px 0}
.ova-btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:52px;padding:0 30px;border:1px solid var(--ova-ink);background:var(--ova-ink);color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:.2em;font-size:.68rem;transition:.25s ease}
.ova-btn:hover{background:#000;transform:translateY(-2px)}
.ova-btn.ghost{background:transparent;color:var(--ova-ink)}
.ova-btn.ghost:hover{background:var(--ova-ink);color:#fff}
.ova-section-title{font-family:var(--ova-serif);font-size:clamp(3.1rem,5.3vw,5.8rem);line-height:.92;font-weight:500;margin:18px 0 26px}
.ova-body-copy{font-family:var(--ova-serif);font-size:1.31rem;line-height:1.65;color:#514940}

/* Header */
.site-header{position:sticky;top:0;z-index:100;background:rgba(250,247,242,.965);backdrop-filter:blur(10px);border-bottom:1px solid rgba(38,29,22,.08)}
.header-inner{height:90px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;position:relative}
.menu-toggle{justify-self:start;width:48px;height:48px;border:0;background:transparent;cursor:pointer;position:relative;color:var(--ova-ink)}
.menu-toggle span{position:absolute;left:7px;width:31px;height:1.8px;background:currentColor;transition:.25s ease}
.menu-toggle span:nth-child(1){top:15px}.menu-toggle span:nth-child(2){top:24px}.menu-toggle span:nth-child(3){top:33px}
.menu-toggle[aria-expanded="true"] span:nth-child(1){top:24px;transform:rotate(45deg)}
.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.menu-toggle[aria-expanded="true"] span:nth-child(3){top:24px;transform:rotate(-45deg)}
.brand{text-align:center;text-decoration:none;line-height:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:4px;padding-bottom:4px}
.brand-main{display:block;font-family:var(--ova-serif);font-size:2.2rem;font-weight:500;letter-spacing:.015em;line-height:.92;margin:0}
.brand-sub{display:block;width:100%;margin-top:4px;padding-left:0;font-size:.56rem;letter-spacing:.34em;text-transform:uppercase;text-align:center;line-height:1.05}
.header-actions{justify-self:end;display:flex;align-items:center;gap:10px}
.header-link{width:46px;height:46px;display:grid;place-items:center;text-decoration:none;position:relative}
.header-link svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.cart-count{position:absolute;top:4px;right:0;min-width:18px;height:18px;border-radius:9px;background:var(--ova-gold);color:#fff;display:grid;place-items:center;font-size:.57rem;padding:0 4px}
.desktop-nav{position:absolute;left:50%;top:100%;transform:translate(-50%,-1px);display:flex;gap:34px;padding:0 26px;height:38px;align-items:center;background:rgba(250,247,242,.97);border:1px solid rgba(38,29,22,.07);border-top:0;opacity:0;pointer-events:none;transition:.25s;white-space:nowrap}
.site-header:hover .desktop-nav{opacity:1;pointer-events:auto}
.desktop-nav a{text-decoration:none;text-transform:uppercase;letter-spacing:.16em;font-size:.58rem}
.nav-drawer{position:fixed;z-index:99;inset:84px auto 0 0;width:min(450px,92vw);padding:56px 46px;background:linear-gradient(145deg,#21140e,#3c2419);color:#f8f0e6;transform:translateX(-103%);transition:.35s ease;box-shadow:26px 0 70px rgba(0,0,0,.22);overflow:auto}
.nav-drawer.is-open{transform:translateX(0)}
.nav-drawer:before{content:"";position:absolute;inset:0;opacity:.13;background:radial-gradient(circle at 20% 20%,#fff 0 1px,transparent 1.5px) 0 0/17px 17px,linear-gradient(125deg,transparent 0 48%,rgba(255,255,255,.12) 50%,transparent 52%)}
.nav-drawer>*{position:relative;z-index:1}
.nav-drawer a{display:block;text-decoration:none;font-family:var(--ova-serif);font-size:2.25rem;line-height:1;margin:0 0 24px}
.nav-drawer small{display:block;margin-top:46px;color:#c9b8a7;line-height:1.9;font-size:.65rem;letter-spacing:.18em;text-transform:uppercase}

/* Hero — approved Paris salon direction */
.hero{position:relative;overflow:hidden;background:#21150f;color:#fff}
.hero-grid{min-height:760px;display:grid;grid-template-columns:.44fr .56fr;position:relative}
.hero-copy{position:relative;z-index:3;padding:88px clamp(34px,6vw,90px);display:flex;align-items:center;background:linear-gradient(105deg,rgba(35,20,13,.99) 0%,rgba(51,30,20,.98) 77%,rgba(50,29,19,.82) 100%)}
.hero-copy:before{content:"";position:absolute;inset:0;opacity:.23;background:radial-gradient(ellipse at 18% 72%,rgba(146,90,51,.7),transparent 36%),linear-gradient(90deg,rgba(255,255,255,.02),transparent 20%),repeating-linear-gradient(90deg,transparent 0 117px,rgba(203,156,111,.07) 118px,transparent 120px)}
.hero-copy-inner{position:relative;z-index:1;max-width:570px}
.hero .ova-kicker{color:#c9b7a5}
.hero-brand{font-family:var(--ova-serif);font-size:clamp(6.2rem,9.4vw,10.7rem);line-height:.72;font-weight:500;letter-spacing:-.04em;margin:30px 0 0}
.hero-labs{font-family:var(--ova-serif);font-size:clamp(1.55rem,2.25vw,2.65rem);letter-spacing:.28em;margin:40px 0 0;white-space:nowrap}
.hero-quote{font-family:var(--ova-serif);font-size:clamp(1.72rem,2.5vw,2.7rem);line-height:1.18;font-style:italic;color:#ede2d5;margin-top:34px}
.hero-note{margin-top:28px;font-size:.62rem;letter-spacing:.24em;line-height:1.9;color:#cdbdad;text-transform:uppercase}
.hero .ova-btn{margin-top:38px;border-color:#d7c1a9;background:rgba(0,0,0,.38)}
.hero .ova-btn:hover{background:#000}
.hero-visual{position:relative;min-height:760px;overflow:hidden;background:#c8b7a5}
.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-visual:before{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,rgba(37,22,14,.24),transparent 24%),linear-gradient(0deg,rgba(29,18,12,.12),transparent 34%)}
.hero-leather-chair{position:absolute;z-index:4;left:-17%;bottom:-11%;width:54%;height:48%;border-radius:46% 52% 12% 16%;background:radial-gradient(ellipse at 45% 32%,#7b4b2e 0,#4a2b1c 38%,#26150f 72%);box-shadow:inset 0 0 0 2px rgba(230,176,121,.08),inset -28px -24px 55px rgba(0,0,0,.48),22px 20px 38px rgba(0,0,0,.28);opacity:.92}
.hero-leather-chair:before,.hero-leather-chair:after{content:"";position:absolute;border-radius:50%;background:rgba(0,0,0,.18);box-shadow:0 0 0 2px rgba(160,105,68,.12)}
.hero-leather-chair:before{width:10px;height:10px;left:45%;top:24%;box-shadow:66px 19px 0 rgba(0,0,0,.17),132px -5px 0 rgba(0,0,0,.15),29px 71px 0 rgba(0,0,0,.15),103px 85px 0 rgba(0,0,0,.15)}
.hero-seal{position:absolute;z-index:6;left:0;bottom:-32px;transform:translateX(-50%);width:66px;height:66px;border-radius:50%;background:var(--ova-paper);border:1px solid var(--ova-gold);display:grid;place-items:center;font-family:var(--ova-serif);font-size:1.1rem;color:var(--ova-gold)}

/* Values */
.values{background:#f4eee6;border-bottom:1px solid var(--ova-line)}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.value{padding:26px 22px;display:flex;align-items:center;justify-content:center;gap:14px;border-right:1px solid var(--ova-line);text-align:center}
.value:last-child{border-right:0}.value-icon{font-family:var(--ova-serif);font-size:1.6rem;color:#937044}.value strong{font-family:var(--ova-serif);font-size:.95rem;font-weight:500;letter-spacing:.05em}

/* Maison */
.maison{padding:102px 0;background:var(--ova-paper)}
.maison-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:stretch}
.maison-copy{padding:26px 0;align-self:center}
.maison-media{position:relative;min-height:590px;background:#e0d3c4;overflow:hidden}
.maison-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.76) sepia(.08)}
.maison-media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(46,30,19,.08),transparent 46%)}
.maison-link{display:inline-flex;align-items:center;gap:22px;text-decoration:none;text-transform:uppercase;letter-spacing:.19em;font-size:.65rem;border-bottom:1px solid var(--ova-gold);padding-bottom:10px;margin-top:16px}

/* Signature products */
.formulations{padding:98px 0;background:#f1e8dc}
.section-head{text-align:center;max-width:930px;margin:0 auto 50px}
.section-head .ova-section-title{font-size:clamp(3.05rem,4.8vw,5.1rem)}
.section-head p{font-family:var(--ova-serif);font-size:1.2rem;line-height:1.6;color:#5f554b}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.product-card{background:#fbf8f3;border:1px solid rgba(52,36,25,.08);min-height:455px;display:flex;flex-direction:column;text-decoration:none;transition:.28s ease;overflow:hidden}
.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 48px rgba(66,45,28,.10)}
.product-image{height:300px;background:linear-gradient(145deg,#f6f1e9,#e9dfd2);display:grid;place-items:center;overflow:hidden;position:relative}
.product-image img{width:100%;height:100%;object-fit:contain;object-position:center center}
.product-placeholder{width:104px;height:205px;border-radius:27px 27px 42px 42px;background:linear-gradient(90deg,#dad7d1,#fff,#cbc8c2);border:1px solid #d0c9c0;box-shadow:0 18px 30px rgba(45,35,25,.09);position:relative}
.product-placeholder:before{content:"";position:absolute;left:50%;top:-32px;transform:translateX(-50%);width:62px;height:50px;border-radius:7px 7px 2px 2px;background:linear-gradient(90deg,#222,#f0f0ef,#1e1e1e)}
.product-placeholder:after{content:"OVA";position:absolute;inset:0;display:grid;place-items:center;font-family:var(--ova-serif);font-size:1.9rem;color:#2b2825}
.product-copy{padding:24px 22px 26px;text-align:center;display:flex;flex:1;flex-direction:column}
.product-name{font-family:var(--ova-serif);font-size:1.52rem;line-height:1.02;text-transform:uppercase;letter-spacing:.025em}
.product-sub{font-family:var(--ova-serif);font-size:1rem;color:#5f574f;margin-top:8px;line-height:1.35}
.product-cta{margin-top:auto;padding-top:18px;font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:#7e6b58}
.product-price{font-family:var(--ova-serif);font-size:1.1rem;margin-top:8px}

/* Standards */
.standards{padding:62px 0;background:#faf7f2;border-top:1px solid var(--ova-line);border-bottom:1px solid var(--ova-line)}
.standards-title{text-align:center;font-size:.65rem;letter-spacing:.31em;text-transform:uppercase;color:#7b6d60;margin-bottom:30px}
.standards-grid{display:grid;grid-template-columns:repeat(4,1fr);max-width:920px;margin:auto}
.standard{text-align:center;padding:8px 18px;border-right:1px solid var(--ova-line)}
.standard:last-child{border-right:0}.standard strong{display:block;font-family:var(--ova-serif);font-size:2rem;font-weight:500}.standard span{font-size:.57rem;letter-spacing:.14em;text-transform:uppercase;color:#817469;line-height:1.55}

/* Founder / salon */
.founder{position:relative;background:linear-gradient(125deg,#1e120d,#3e2519);color:#f6eee5;overflow:hidden}
.founder:before{content:"";position:absolute;inset:0;opacity:.18;background:radial-gradient(circle at 15% 22%,#fff 0 1px,transparent 1.6px) 0 0/18px 18px,repeating-linear-gradient(125deg,transparent 0 82px,rgba(255,255,255,.08) 84px,transparent 86px)}
.founder-grid{position:relative;z-index:1;display:grid;grid-template-columns:.86fr 1.14fr;min-height:580px}
.founder-copy{padding:78px clamp(34px,6vw,88px);display:flex;flex-direction:column;justify-content:center}
.founder-copy .ova-kicker{color:#c6b29e}.founder-copy h2{font-family:var(--ova-serif);font-size:clamp(3rem,4.7vw,5rem);line-height:.96;font-weight:500;margin:18px 0 26px}.founder-copy p{font-family:var(--ova-serif);font-size:1.25rem;line-height:1.62;color:#e2d4c6}
.founder-meta{display:grid;gap:12px;margin-top:20px;padding-top:22px;border-top:1px solid rgba(255,255,255,.16);color:#cdbdac;font-size:.78rem;line-height:1.55}
.salon-media{min-height:580px;position:relative;background:radial-gradient(ellipse at 32% 82%,#75452b 0 11%,#422719 34%,#21120c 68%);overflow:hidden}
.salon-media.has-image{background:#2a1a12}.salon-media img{width:100%;height:100%;object-fit:cover;opacity:.95}
.salon-media:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(35,20,13,.35),transparent 50%),linear-gradient(0deg,rgba(20,11,7,.26),transparent 45%);z-index:1}
.salon-media:after{content:"OVA";position:absolute;right:8%;bottom:7%;z-index:2;width:112px;height:112px;border:1px solid rgba(215,181,139,.45);border-radius:50%;display:grid;place-items:center;font-family:var(--ova-serif);font-size:2rem;color:rgba(235,214,190,.65)}

/* Atelier */
.atelier{padding:86px 0;background:#18120e;color:#f4ebe1}
.atelier-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:60px;align-items:center}
.atelier-media{min-height:470px;background:#302016;overflow:hidden}.atelier-media img{width:100%;height:100%;object-fit:cover}
.atelier-copy .ova-kicker{color:#bca58f}.atelier-copy h2{font-family:var(--ova-serif);font-size:clamp(3rem,4.8vw,5rem);line-height:.94;font-weight:500;margin:18px 0 24px}.atelier-copy p{font-family:var(--ova-serif);font-size:1.23rem;line-height:1.65;color:#d9ccbf}

/* Journal */
.journal{padding:98px 0;background:#fff}
.journal-head{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:42px}
.journal-head p{max-width:520px;color:#62584f;line-height:1.7}
.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.post-card{border:1px solid rgba(51,36,25,.1);text-decoration:none;background:#fbf8f3;overflow:hidden;transition:.25s}.post-card:hover{transform:translateY(-4px)}
.post-thumb{height:260px;background:#e8ded2;overflow:hidden}.post-thumb img{width:100%;height:100%;object-fit:cover}
.post-copy{padding:24px}.post-meta{font-size:.58rem;letter-spacing:.17em;text-transform:uppercase;color:#8a7b6c}.post-title{font-family:var(--ova-serif);font-size:1.8rem;line-height:1.05;margin-top:10px}.post-excerpt{font-family:var(--ova-serif);font-size:1rem;line-height:1.55;color:#5a5148;margin-top:12px}

/* Instagram */
.instagram{padding:80px 0;background:#f3ece3;border-top:1px solid var(--ova-line)}
.instagram-head{text-align:center;margin-bottom:34px}.instagram-head h2{font-family:var(--ova-serif);font-size:2.7rem;font-weight:500;margin:10px 0 4px}.instagram-handle{font-size:.66rem;letter-spacing:.18em;color:#8a755e}
.instagram-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.instagram-tile{aspect-ratio:1;background:#dfd2c2;overflow:hidden}.instagram-tile img{width:100%;height:100%;object-fit:cover;transition:.3s}.instagram-tile:hover img{transform:scale(1.03)}
.instagram-placeholder{height:100%;display:grid;place-items:center;font-family:var(--ova-serif);font-size:1.35rem;color:#7e6f61;background:linear-gradient(145deg,#efe7dd,#d8cabc)}

/* Payments */
.payments{padding:68px 0;background:#fbf8f3}
.payments-head{text-align:center;max-width:700px;margin:0 auto 34px}.payments-head h2{font-family:var(--ova-serif);font-size:2.8rem;font-weight:500;margin:12px 0}.payments-head p{color:#6b6157;line-height:1.65}
.payment-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:980px;margin:auto}.payment-method{padding:24px 16px;text-align:center;border:1px solid var(--ova-line);background:#fff}.payment-method strong{display:block;font-family:var(--ova-serif);font-size:1.35rem;font-weight:500}.payment-method span{display:block;font-size:.57rem;letter-spacing:.14em;text-transform:uppercase;color:#8c7c6c;margin-top:6px;line-height:1.45}

/* Contact */
.contact{padding:92px 0;background:#e8ddd0}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}
.contact-details{display:grid;gap:15px;margin-top:28px}.contact-row{padding-bottom:14px;border-bottom:1px solid rgba(48,34,24,.15)}.contact-label{font-size:.57rem;letter-spacing:.19em;text-transform:uppercase;color:#7b6e62}.contact-value{font-family:var(--ova-serif);font-size:1.25rem;margin-top:5px}.contact-value a{text-decoration:none}
.ova-contact-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ova-contact-form .full{grid-column:1/-1}.ova-contact-form input,.ova-contact-form textarea{width:100%;border:1px solid rgba(48,34,24,.16);background:rgba(255,255,255,.58);padding:15px 16px;color:var(--ova-ink);outline:none}.ova-contact-form textarea{min-height:150px;resize:vertical}.ova-contact-form input:focus,.ova-contact-form textarea:focus{border-color:var(--ova-gold)}.ova-form-status{grid-column:1/-1;padding:12px 14px;background:#fff8e7;border:1px solid #d7bd88;font-size:.8rem}

/* Footer leather */
.site-footer{position:relative;background:linear-gradient(125deg,#1b110c,#352117);color:#ede2d7;padding:54px 0 34px;overflow:hidden}
.site-footer:before{content:"";position:absolute;inset:0;opacity:.18;background:radial-gradient(circle at 13% 18%,#fff 0 1px,transparent 1.5px) 0 0/19px 19px,repeating-linear-gradient(125deg,transparent 0 91px,rgba(255,255,255,.08) 93px,transparent 95px)}
.footer-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr repeat(4,1fr);gap:34px}.footer-brand{font-family:var(--ova-serif);font-size:2.7rem;line-height:.75}.footer-labs{font-size:.57rem;letter-spacing:.32em;text-transform:uppercase;margin-top:12px}.footer-copy{font-family:var(--ova-serif);font-size:1rem;line-height:1.55;color:#d0c0b0;margin-top:22px}.footer-col h4{font-size:.57rem;letter-spacing:.19em;text-transform:uppercase;color:#bda994;margin:0 0 15px}.footer-col a{display:block;text-decoration:none;font-family:var(--ova-serif);font-size:.95rem;color:#dbcfc3;margin:0 0 8px}.footer-bottom{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.14);margin-top:38px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:.58rem;letter-spacing:.13em;text-transform:uppercase;color:#ad9b89}

/* Articles */
.article-shell{width:min(900px,calc(100% - 44px));margin:76px auto 110px}.article-shell h1{font-family:var(--ova-serif);font-size:clamp(3.3rem,6vw,6.3rem);line-height:.94;font-weight:500}.article-meta{font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:#88796c;margin:18px 0 36px}.article-content{font-family:Georgia,"Times New Roman",serif;font-size:1.08rem;line-height:1.9;color:#342f2a}.article-content img{margin:36px auto}.article-content h2,.article-content h3{font-family:var(--ova-serif);font-weight:500;line-height:1.1}.article-content h2{font-size:2.5rem}.article-content h3{font-size:2rem}

/* WooCommerce */
.woocommerce .site-main,.woocommerce-page .site-main{width:min(var(--ova-max),calc(100% - 56px));margin:70px auto 100px}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{background:#fbf8f3;border:1px solid var(--ova-line);padding:18px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:var(--ova-serif);font-size:1.4rem!important;color:var(--ova-ink)}.woocommerce div.product .product_title{font-family:var(--ova-serif);font-size:3.2rem}.woocommerce button.button,.woocommerce a.button,.woocommerce input.button{background:var(--ova-ink)!important;color:#fff!important;border-radius:0!important;font-weight:400!important;letter-spacing:.11em;text-transform:uppercase}.ova-showcase-mode .woocommerce .price,.ova-showcase-mode .woocommerce .single_add_to_cart_button,.ova-showcase-mode .woocommerce .add_to_cart_button{display:none!important}

/* Responsive */
@media(max-width:1120px){
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1.2fr repeat(2,1fr)}
  .footer-col:nth-child(n+4){display:none}
}
@media(max-width:820px){
  .ova-wrap{width:min(var(--ova-max),calc(100% - 28px))}
  .header-inner{height:72px}.nav-drawer{inset:72px auto 0 0}.brand-main{font-size:2rem}.brand-sub{font-size:.5rem}.desktop-nav{display:none}
  .hero-grid{min-height:720px;display:block;position:relative}
  .hero-visual{position:absolute;inset:0;min-height:720px;z-index:0}
  .hero-visual img{width:100%;height:100%;object-fit:cover;object-position:58% center}
  .hero-visual:before{background:linear-gradient(90deg,rgba(34,18,11,.40) 0%,rgba(34,18,11,.10) 44%,transparent 68%),linear-gradient(0deg,rgba(29,18,12,.12),transparent 34%)}
  .hero-copy{position:relative;z-index:3;width:54%;min-height:720px;padding:62px 16px 50px 24px;background:linear-gradient(90deg,rgba(35,19,12,.97) 0%,rgba(52,30,19,.95) 72%,rgba(52,30,19,.68) 100%)}
  .hero-copy-inner{max-width:390px}
  .hero-brand{font-size:5rem}.hero-labs{font-size:.88rem;letter-spacing:.15em;margin-top:26px}.hero-quote{font-size:1.34rem}.hero-note{font-size:.48rem;letter-spacing:.15em;max-width:240px}.hero-leather-chair{display:none}.hero .ova-btn{min-height:45px;padding:0 20px;font-size:.58rem}
  .values-grid{grid-template-columns:repeat(2,1fr)}.value:nth-child(2){border-right:0}.value:nth-child(-n+2){border-bottom:1px solid var(--ova-line)}
  .maison{padding:70px 0}.maison-grid{grid-template-columns:1fr 1fr;gap:18px}.maison-media{min-height:420px}.maison-copy .ova-section-title{font-size:2.55rem}.ova-body-copy{font-size:1rem}.maison-link{font-size:.53rem}
  .founder-grid{grid-template-columns:1fr}.salon-media{min-height:410px;order:-1}.founder-copy{padding:54px 26px}
  .atelier-grid{grid-template-columns:1fr;gap:30px}.atelier-media{min-height:340px}.atelier{padding:60px 0}
  .journal-head{display:block}.journal-head p{margin-top:18px}.posts-grid{grid-template-columns:1fr}.post-card{display:grid;grid-template-columns:.44fr .56fr}.post-thumb{height:100%;min-height:210px}
  .instagram-grid{grid-template-columns:repeat(3,1fr)}
  .payment-grid{grid-template-columns:repeat(2,1fr)}
  .contact-grid{grid-template-columns:1fr;gap:40px}.contact{padding:66px 0}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-col:nth-child(n+3){display:none}.footer-bottom{display:block;line-height:1.8}
}
@media(max-width:520px){
  .hero-grid{min-height:690px}.hero-copy{width:56%;min-height:690px;padding:54px 10px 46px 18px}.hero-visual{min-height:690px}.hero-visual img{object-position:57% center}.hero-brand{font-size:4.1rem}.hero-labs{font-size:.64rem;letter-spacing:.10em;white-space:normal;line-height:1.45}.hero-quote{font-size:1.08rem;line-height:1.22}.hero-note{max-width:180px;font-size:.44rem;letter-spacing:.12em}.hero .ova-btn{min-height:42px;padding:0 14px;font-size:.52rem}.hero-seal{display:none}
  .maison-grid{grid-template-columns:.53fr .47fr;gap:12px}.maison-media{min-height:360px}.maison-copy{padding:4px 0}.maison-copy .ova-section-title{font-size:2.05rem}.ova-body-copy{font-size:.88rem;line-height:1.5}.maison-link{font-size:.46rem;letter-spacing:.12em;gap:8px}.ova-kicker{font-size:.52rem;letter-spacing:.23em}
  .formulations{padding:72px 0}.product-grid{grid-template-columns:1fr 1fr;gap:9px}.product-card{min-height:330px}.product-image{height:205px}.product-copy{padding:16px 12px}.product-name{font-size:1.1rem}.product-sub{font-size:.82rem}.product-cta{font-size:.5rem}.product-placeholder{transform:scale(.72)}
  .standards-grid{grid-template-columns:repeat(2,1fr);gap:18px}.standard:nth-child(2){border-right:0}.standard:nth-child(-n+2){border-bottom:1px solid var(--ova-line);padding-bottom:22px}.standard:nth-child(n+3){padding-top:22px}.standard strong{font-size:1.7rem}
  .post-card{grid-template-columns:1fr}.post-thumb{min-height:230px}.instagram-grid{grid-template-columns:repeat(2,1fr)}
  .ova-contact-form{grid-template-columns:1fr}.ova-contact-form .full{grid-column:auto}
  .footer-grid{grid-template-columns:1fr}.footer-col{display:none!important}.footer-brand{font-size:2.4rem}
}

/* OVA v2.2 — precision header + curated catalog details */
.site-header .brand{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;line-height:1}
.site-header .brand-main{display:block;margin:0;line-height:.9}
.site-header .brand-sub{display:block;width:100%;margin-top:7px;padding-left:0!important;text-align:center;line-height:1;letter-spacing:.34em;text-transform:uppercase}
.product-details{margin-top:16px;border-top:1px solid var(--ova-line);padding-top:12px;text-align:left}
.product-details summary{cursor:pointer;list-style:none;text-align:center;font-size:.56rem;letter-spacing:.16em;text-transform:uppercase;color:#7b6b5c}
.product-details summary::-webkit-details-marker{display:none}
.product-details summary:after{content:' +';font-size:.8rem}
.product-details[open] summary:after{content:' −'}
.product-detail-block{margin-top:14px;padding-top:12px;border-top:1px solid rgba(54,39,27,.10)}
.product-detail-block strong{display:block;font-size:.52rem;letter-spacing:.16em;text-transform:uppercase;color:#8a7663;margin-bottom:6px}
.product-detail-block p{margin:0;font-family:var(--ova-serif);font-size:.93rem;line-height:1.45;color:#554a40}
.product-price{font-family:var(--ova-serif);font-size:1.25rem;margin-top:10px;color:#5f4834}
.product-cta{display:block;text-decoration:none}
@media(max-width:820px){
  .site-header .header-inner{height:86px}
  .site-header .brand{padding-top:6px;padding-bottom:6px}
  .site-header .brand-main{font-size:1.62rem;line-height:.94}
  .site-header .brand-sub{font-size:.42rem;letter-spacing:.24em;margin-top:3px;line-height:1.08}
}
@media(max-width:520px){
  .product-details{margin-top:11px;padding-top:9px}
  .product-details summary{font-size:.45rem;letter-spacing:.12em}
  .product-detail-block p{font-size:.76rem;line-height:1.38}
  .product-price{font-size:1rem;margin-top:7px}
}


/* OVA v2.3 — compact luxury product gallery
   Reduce visual dominance of the catalogue while keeping 2-column mobile browsing. */
@media (min-width:821px){
  .product-grid{gap:13px}
  .product-card{min-height:370px}
  .product-image{height:220px;padding:12px}
  .product-copy{padding:16px 16px 18px}
  .product-name{font-size:1.2rem}
  .product-sub{font-size:.84rem;margin-top:6px}
  .product-price{font-size:1rem;margin-top:6px}
  .product-details{margin-top:11px;padding-top:9px}
  .product-cta{padding-top:12px}
}
@media (max-width:820px){
  .formulations{padding:56px 0}
  .section-head{margin-bottom:26px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .product-card{min-height:0}
  .product-image{height:138px;padding:8px}
  .product-copy{padding:10px 8px 12px}
  .product-name{font-size:.86rem;line-height:1.06}
  .product-sub{font-size:.66rem;line-height:1.28;margin-top:5px}
  .product-price{font-size:.82rem;margin-top:5px}
  .product-details{margin-top:8px;padding-top:7px}
  .product-details summary{font-size:.38rem;letter-spacing:.10em}
  .product-detail-block{margin-top:8px;padding-top:7px}
  .product-detail-block strong{font-size:.40rem;letter-spacing:.10em}
  .product-detail-block p{font-size:.66rem;line-height:1.32}
  .product-cta{padding-top:9px;font-size:.39rem;letter-spacing:.11em}
}
@media (max-width:520px){
  .formulations{padding:48px 0}
  .product-grid{gap:6px}
  .product-image{height:118px;padding:7px}
  .product-copy{padding:9px 7px 11px}
  .product-name{font-size:.78rem;line-height:1.05}
  .product-sub{font-size:.60rem;line-height:1.25}
  .product-price{font-size:.76rem;margin-top:4px}
  .product-details summary{font-size:.35rem;letter-spacing:.09em}
  .product-detail-block p{font-size:.60rem;line-height:1.28}
  .product-cta{font-size:.35rem;letter-spacing:.09em}
}

@media(max-width:520px){
  .site-header .header-inner{height:88px}
  .site-header .brand{padding-top:8px;padding-bottom:6px}
  .site-header .brand-main{font-size:1.5rem}
  .site-header .brand-sub{font-size:.38rem;letter-spacing:.20em;margin-top:2px}
}


/* ============================================================
   OVA MAISON DEFINITIVE — FINAL PRECISION OVERRIDES v3.0
   ============================================================ */

/* Mobile header: show the complete OVA / LABORATORIES lock-up.
   It intentionally scrolls normally on phones so WordPress preview chrome
   cannot clip the upper half of the brand. */
@media (max-width:820px){
  .site-header{position:relative!important;top:auto!important}
  .header-inner,.site-header .header-inner{height:92px!important}
  .site-header .brand{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:8px 0 7px!important;line-height:1!important}
  .site-header .brand-main{display:block!important;font-size:1.72rem!important;line-height:.94!important;margin:0!important;letter-spacing:.015em!important}
  .site-header .brand-sub{display:block!important;width:auto!important;margin:4px 0 0!important;padding:0!important;font-size:.39rem!important;line-height:1!important;letter-spacing:.25em!important;text-align:center!important;white-space:nowrap!important}
  .nav-drawer{inset:92px auto 0 0!important}
}
@media (max-width:520px){
  .header-inner,.site-header .header-inner{height:90px!important}
  .site-header .brand{padding:8px 0 6px!important}
  .site-header .brand-main{font-size:1.62rem!important}
  .site-header .brand-sub{font-size:.37rem!important;letter-spacing:.22em!important;margin-top:3px!important}
}

/* Hero: preserve the approved dark French leather salon scene. */
@media (max-width:820px){
  .hero-copy{width:53%!important;background:linear-gradient(90deg,rgba(34,18,11,.985) 0%,rgba(54,31,19,.94) 72%,rgba(54,31,19,.62) 100%)!important}
  .hero-visual img{object-position:56% center!important}
}
@media (max-width:520px){
  .hero-copy{width:54%!important}
  .hero-visual img{object-position:55% center!important}
  .hero-brand{font-size:3.95rem!important}
  .hero-labs{font-size:.61rem!important;letter-spacing:.095em!important}
  .hero-quote{font-size:1.04rem!important}
}

/* Catalogue: deliberately restrained on mobile — two compact editorial cards. */
.product-image img{object-fit:contain!important;object-position:center center!important}
@media (min-width:821px){
  .product-grid{gap:14px!important}
  .product-card{min-height:350px!important}
  .product-image{height:205px!important;padding:12px!important}
  .product-copy{padding:15px 15px 17px!important}
  .product-name{font-size:1.14rem!important}
  .product-sub{font-size:.80rem!important;line-height:1.32!important}
  .product-price{font-size:.98rem!important}
}
@media (max-width:820px){
  .formulations{padding:48px 0!important}
  .section-head{margin-bottom:24px!important}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  .product-card{min-height:0!important}
  .product-image{height:124px!important;padding:7px!important}
  .product-copy{padding:9px 7px 10px!important}
  .product-name{font-size:.80rem!important;line-height:1.05!important}
  .product-sub{font-size:.59rem!important;line-height:1.25!important;margin-top:5px!important}
  .product-price{font-size:.76rem!important;margin-top:5px!important}
  .product-details{margin-top:7px!important;padding-top:7px!important}
  .product-details summary{font-size:.34rem!important;letter-spacing:.09em!important}
  .product-detail-block{margin-top:8px!important;padding-top:7px!important}
  .product-detail-block strong{font-size:.36rem!important;letter-spacing:.10em!important}
  .product-detail-block p{font-size:.58rem!important;line-height:1.29!important}
  .product-cta{padding-top:8px!important;font-size:.34rem!important;letter-spacing:.09em!important}
}
@media (max-width:520px){
  .product-grid{gap:6px!important}
  .product-image{height:108px!important;padding:6px!important}
  .product-copy{padding:8px 6px 9px!important}
  .product-name{font-size:.73rem!important}
  .product-sub{font-size:.55rem!important}
  .product-price{font-size:.70rem!important}
  .product-details summary{font-size:.32rem!important}
  .product-detail-block p{font-size:.54rem!important}
  .product-cta{font-size:.32rem!important}
}

/* Cleaner mobile rhythm throughout the long homepage. */
@media (max-width:520px){
  .values{display:none}
  .standards{padding:44px 0!important}
  .standards-title{font-size:.54rem!important;letter-spacing:.23em!important;margin-bottom:24px!important}
  .founder-copy{padding:46px 22px!important}
  .founder-copy h2{font-size:2.45rem!important}
  .founder-copy p{font-size:1rem!important}
  .payments{padding:54px 0!important}
  .payments-head h2{font-size:2.25rem!important}
  .contact{padding:58px 0!important}
}


/* ============================================================
   OVA FINAL APPROVED HERO + MICRO CATALOG v3.1
   User-approved leather salon hero; compact, fully visible product imagery.
   ============================================================ */

/* Use the approved salon image as the entire first screen. */
.hero{background:#24160f!important}
.hero-grid{position:relative!important;display:block!important;min-height:760px!important;overflow:hidden!important}
.hero-visual{position:absolute!important;inset:0!important;z-index:0!important;min-height:760px!important;background:#2a190f!important}
.hero-visual img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important}
.hero-visual:before{content:""!important;position:absolute!important;inset:0!important;z-index:2!important;background:linear-gradient(90deg,rgba(30,15,9,.50) 0%,rgba(30,15,9,.23) 39%,rgba(30,15,9,.04) 63%,rgba(30,15,9,.02) 100%)!important}
.hero-copy{position:relative!important;z-index:3!important;width:46%!important;min-height:760px!important;padding:84px clamp(34px,5vw,76px)!important;display:flex!important;align-items:center!important;background:linear-gradient(90deg,rgba(38,20,13,.90) 0%,rgba(47,25,16,.76) 70%,rgba(47,25,16,.28) 100%)!important}
.hero-copy:before{opacity:.10!important}
.hero-leather-chair,.hero-seal{display:none!important}
.hero-brand{font-size:clamp(5.8rem,8.7vw,9.8rem)!important}
.hero-labs{font-size:clamp(1.25rem,1.7vw,2rem)!important;letter-spacing:.22em!important}
.hero-quote{font-size:clamp(1.55rem,2.1vw,2.25rem)!important}
.hero-note{max-width:360px!important}

/* Catalogue — calm editorial thumbnails, never cropped. */
.product-grid{align-items:start!important}
.product-card{min-height:0!important}
.product-image{background:#efe7dc!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}
.product-image img{width:auto!important;height:auto!important;max-width:82%!important;max-height:82%!important;object-fit:contain!important;object-position:center!important}
.product-copy{text-align:center!important}

@media (min-width:821px){
  .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
  .product-image{height:170px!important;padding:8px!important}
  .product-image img{max-width:78%!important;max-height:78%!important}
  .product-copy{padding:13px 12px 15px!important}
  .product-name{font-size:1.03rem!important;line-height:1.06!important}
  .product-sub{font-size:.74rem!important;line-height:1.28!important;margin-top:5px!important}
  .product-price{font-size:.90rem!important;margin-top:5px!important}
  .product-details{margin-top:9px!important;padding-top:8px!important}
  .product-details summary{font-size:.45rem!important;letter-spacing:.12em!important}
  .product-cta{font-size:.44rem!important;padding-top:10px!important}
}

@media (max-width:820px){
  .hero-grid{min-height:690px!important}
  .hero-visual{min-height:690px!important}
  .hero-visual img{object-position:center center!important}
  .hero-copy{width:50%!important;min-height:690px!important;padding:50px 12px 42px 20px!important;background:linear-gradient(90deg,rgba(35,18,11,.87) 0%,rgba(48,25,16,.68) 74%,rgba(48,25,16,.18) 100%)!important}
  .hero-brand{font-size:4.25rem!important}
  .hero-labs{font-size:.66rem!important;letter-spacing:.10em!important;line-height:1.4!important}
  .hero-quote{font-size:1.08rem!important;line-height:1.22!important}
  .hero-note{font-size:.43rem!important;letter-spacing:.12em!important;max-width:180px!important}
  .hero .ova-btn{min-height:41px!important;padding:0 13px!important;font-size:.50rem!important}

  .formulations{padding:42px 0!important}
  .section-head{max-width:570px!important;margin-bottom:22px!important}
  .section-head .ova-section-title{font-size:2.35rem!important;line-height:.96!important}
  .section-head p{font-size:.91rem!important;line-height:1.42!important}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}
  .product-image{height:92px!important;padding:5px!important}
  .product-image img{max-width:70%!important;max-height:70%!important}
  .product-copy{padding:7px 6px 8px!important}
  .product-name{font-size:.68rem!important;line-height:1.04!important}
  .product-sub{font-size:.49rem!important;line-height:1.20!important;margin-top:4px!important}
  .product-price{font-size:.62rem!important;margin-top:4px!important}
  .product-details{margin-top:6px!important;padding-top:6px!important}
  .product-details summary{font-size:.28rem!important;letter-spacing:.08em!important}
  .product-detail-block{margin-top:6px!important;padding-top:6px!important}
  .product-detail-block strong{font-size:.31rem!important;letter-spacing:.08em!important}
  .product-detail-block p{font-size:.47rem!important;line-height:1.25!important}
  .product-cta{font-size:.28rem!important;letter-spacing:.07em!important;padding-top:7px!important}
}

@media (max-width:520px){
  .hero-grid,.hero-visual{min-height:660px!important}
  .hero-visual img{object-position:50% 50%!important}
  .hero-copy{width:48%!important;min-height:660px!important;padding:46px 8px 38px 18px!important}
  .hero-brand{font-size:3.75rem!important}
  .hero-labs{font-size:.57rem!important;letter-spacing:.085em!important}
  .hero-quote{font-size:.98rem!important}
  .hero-note{font-size:.40rem!important;max-width:155px!important}

  .ova-wrap{width:min(var(--ova-max),calc(100% - 30px))!important}
  .formulations{padding:36px 0!important}
  .section-head{margin-bottom:18px!important}
  .section-head .ova-section-title{font-size:2.05rem!important}
  .section-head p{font-size:.82rem!important}
  .product-grid{gap:5px!important}
  .product-image{height:74px!important;padding:4px!important}
  .product-image img{max-width:64%!important;max-height:64%!important}
  .product-copy{padding:6px 5px 7px!important}
  .product-name{font-size:.61rem!important;line-height:1.03!important}
  .product-sub{font-size:.44rem!important;line-height:1.18!important;margin-top:3px!important}
  .product-price{font-size:.57rem!important;margin-top:3px!important}
  .product-details{margin-top:5px!important;padding-top:5px!important}
  .product-details summary{font-size:.25rem!important;letter-spacing:.07em!important}
  .product-detail-block p{font-size:.43rem!important}
  .product-cta{font-size:.25rem!important;letter-spacing:.06em!important;padding-top:6px!important}
}


/* =========================================================
   OVA MAISON — FINAL PRECISION v3.3
   Approved hero + balanced product photography.
   ========================================================= */

/* HERO: use the exact approved Paris/leather-salon image as the full scene. */
.hero{
  background:#26170f !important;
}
.hero-grid{
  position:relative !important;
  display:block !important;
  min-height:760px !important;
  overflow:hidden !important;
}
.hero-visual{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  min-height:760px !important;
  background:#2b1a11 !important;
}
.hero-visual img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
}
.hero-visual:before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  background:
    linear-gradient(90deg,
      rgba(31,15,9,.48) 0%,
      rgba(31,15,9,.30) 30%,
      rgba(31,15,9,.08) 55%,
      rgba(31,15,9,.01) 78%,
      transparent 100%) !important;
}
.hero-copy{
  position:relative !important;
  z-index:3 !important;
  width:45% !important;
  min-height:760px !important;
  padding:82px clamp(34px,5vw,72px) !important;
  display:flex !important;
  align-items:center !important;
  background:
    linear-gradient(90deg,
      rgba(38,19,12,.78) 0%,
      rgba(45,23,14,.61) 72%,
      rgba(45,23,14,.14) 100%) !important;
}
.hero-copy:before{
  opacity:.07 !important;
}
.hero-leather-chair,
.hero-seal{
  display:none !important;
}

/* PRODUCT CARDS: balanced—not huge, not thumbnail-small. */
.product-card{
  min-height:0 !important;
}
.product-image{
  position:relative !important;
  height:190px !important;
  padding:0 !important;
  overflow:hidden !important;
  background:#eee5d9 !important;
  display:block !important;
}
.product-image img{
  position:absolute !important;
  left:0 !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:initial !important;
  object-position:initial !important;
}
.product-copy{
  padding:14px 13px 16px !important;
}
.product-name{
  font-size:1.08rem !important;
  line-height:1.08 !important;
}
.product-sub{
  font-size:.79rem !important;
  line-height:1.34 !important;
  margin-top:6px !important;
}
.product-price{
  font-size:.96rem !important;
  margin-top:6px !important;
}
.product-details{
  margin-top:10px !important;
  padding-top:9px !important;
}
.product-cta{
  padding-top:11px !important;
}

@media (max-width:820px){
  .hero-grid,
  .hero-visual{
    min-height:690px !important;
  }
  .hero-visual img{
    object-position:center center !important;
  }
  .hero-copy{
    width:48% !important;
    min-height:690px !important;
    padding:50px 10px 42px 18px !important;
    background:
      linear-gradient(90deg,
        rgba(34,17,10,.72) 0%,
        rgba(45,23,14,.53) 76%,
        rgba(45,23,14,.10) 100%) !important;
  }
  .hero-brand{
    font-size:4.1rem !important;
  }
  .hero-labs{
    font-size:.63rem !important;
    letter-spacing:.095em !important;
    line-height:1.4 !important;
  }
  .hero-quote{
    font-size:1.06rem !important;
    line-height:1.22 !important;
  }
  .hero-note{
    font-size:.42rem !important;
    letter-spacing:.115em !important;
    max-width:175px !important;
  }
  .hero .ova-btn{
    min-height:41px !important;
    padding:0 13px !important;
    font-size:.50rem !important;
  }

  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }
  .product-image{
    height:118px !important;
  }
  .product-copy{
    padding:10px 8px 12px !important;
  }
  .product-name{
    font-size:.86rem !important;
    line-height:1.07 !important;
  }
  .product-sub{
    font-size:.64rem !important;
    line-height:1.28 !important;
    margin-top:5px !important;
  }
  .product-price{
    font-size:.78rem !important;
    margin-top:5px !important;
  }
  .product-details{
    margin-top:8px !important;
    padding-top:7px !important;
  }
  .product-details summary{
    font-size:.36rem !important;
    letter-spacing:.09em !important;
  }
  .product-cta{
    padding-top:9px !important;
    font-size:.36rem !important;
    letter-spacing:.09em !important;
  }
}

@media (max-width:520px){
  .hero-grid,
  .hero-visual{
    min-height:660px !important;
  }
  .hero-copy{
    width:47% !important;
    min-height:660px !important;
    padding:44px 8px 36px 17px !important;
    background:
      linear-gradient(90deg,
        rgba(32,16,10,.70) 0%,
        rgba(43,22,13,.50) 76%,
        rgba(43,22,13,.08) 100%) !important;
  }
  .hero-brand{
    font-size:3.72rem !important;
  }
  .hero-labs{
    font-size:.56rem !important;
    letter-spacing:.082em !important;
  }
  .hero-quote{
    font-size:.97rem !important;
  }
  .hero-note{
    font-size:.39rem !important;
    max-width:150px !important;
  }

  .formulations{
    padding:46px 0 !important;
  }
  .product-grid{
    gap:7px !important;
  }
  .product-image{
    height:104px !important;
  }
  .product-copy{
    padding:9px 7px 11px !important;
  }
  .product-name{
    font-size:.80rem !important;
  }
  .product-sub{
    font-size:.60rem !important;
  }
  .product-price{
    font-size:.74rem !important;
  }
  .product-details summary{
    font-size:.34rem !important;
  }
  .product-cta{
    font-size:.34rem !important;
  }
}


/* ==========================================================
   OVA LABORATORIES — MAISON FINAL v4
   Final approved visual direction:
   - visible French leather salon
   - visible Eiffel Tower
   - exact OVA identity alignment
   - medium, editorial product image scale
   ========================================================== */

/* HERO */
.hero{background:#24150e !important}
.hero-grid{
  position:relative !important;
  display:block !important;
  overflow:hidden !important;
  min-height:760px !important;
}
.hero-visual{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  min-height:760px !important;
}
.hero-visual img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
}
.hero-visual:before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  background:linear-gradient(90deg,
    rgba(27,14,9,.66) 0%,
    rgba(31,16,10,.48) 27%,
    rgba(31,16,10,.18) 48%,
    rgba(31,16,10,.03) 66%,
    transparent 82%) !important;
}
.hero-copy{
  position:relative !important;
  z-index:3 !important;
  width:43% !important;
  min-height:760px !important;
  padding:74px clamp(30px,4.6vw,70px) !important;
  display:flex !important;
  align-items:center !important;
  background:linear-gradient(90deg,
    rgba(31,15,9,.57) 0%,
    rgba(31,15,9,.35) 72%,
    rgba(31,15,9,0) 100%) !important;
}
.hero-copy:before{opacity:.04 !important}
.hero-leather-chair,.hero-seal{display:none !important}

/* OVA identity: location and Laboratories centered to OVA, not left-floating */
.hero-identity{
  display:inline-flex !important;
  flex-direction:column !important;
  align-items:center !important;
  text-align:center !important;
  width:max-content !important;
  max-width:100% !important;
}
.hero-location{
  width:100% !important;
  text-align:center !important;
  margin:0 0 23px !important;
  letter-spacing:.30em !important;
}
.hero-brand{
  margin:0 !important;
  text-align:center !important;
  line-height:.78 !important;
}
.hero-labs{
  width:100% !important;
  text-align:center !important;
  margin:24px 0 0 !important;
  padding-left:.20em !important;
  letter-spacing:.20em !important;
  white-space:nowrap !important;
}
.hero-copy-inner>.ova-rule{
  margin-top:34px !important;
}
.hero-quote{margin-top:54px !important}

/* PRODUCT CATALOGUE */
.product-grid{
  align-items:start !important;
}
.product-card{
  min-height:0 !important;
  overflow:hidden !important;
}
.product-image{
  height:205px !important;
  padding:0 !important;
  overflow:hidden !important;
  background:#eee4d7 !important;
}
.product-image img{
  display:block !important;
  position:static !important;
  transform:none !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center 48% !important;
}
.product-copy{
  padding:14px 13px 16px !important;
}
.product-name{
  font-size:1.08rem !important;
  line-height:1.08 !important;
}
.product-sub{
  font-size:.79rem !important;
  line-height:1.32 !important;
  margin-top:6px !important;
}
.product-price{
  font-size:.96rem !important;
  margin-top:6px !important;
}
.product-details{
  margin-top:10px !important;
  padding-top:9px !important;
}
.product-cta{
  padding-top:11px !important;
}

/* MOBILE: show the square hero almost completely, so leather + Eiffel are visible. */
@media (max-width:820px){
  .hero-grid{
    min-height:0 !important;
    height:auto !important;
    aspect-ratio:1/1 !important;
  }
  .hero-visual{
    min-height:0 !important;
    height:100% !important;
  }
  .hero-visual img{
    object-position:center center !important;
  }
  .hero-visual:before{
    background:linear-gradient(90deg,
      rgba(25,12,8,.62) 0%,
      rgba(29,14,9,.42) 31%,
      rgba(29,14,9,.13) 52%,
      rgba(29,14,9,0) 72%) !important;
  }
  .hero-copy{
    position:absolute !important;
    inset:0 auto 0 0 !important;
    width:45% !important;
    min-height:0 !important;
    padding:44px 9px 35px 19px !important;
    background:linear-gradient(90deg,
      rgba(27,13,8,.53) 0%,
      rgba(27,13,8,.26) 72%,
      rgba(27,13,8,0) 100%) !important;
  }
  .hero-copy-inner{
    max-width:100% !important;
  }
  .hero-identity{
    width:100% !important;
    align-items:center !important;
  }
  .hero-location{
    margin-bottom:18px !important;
    font-size:.46rem !important;
    letter-spacing:.24em !important;
  }
  .hero-brand{
    font-size:3.85rem !important;
  }
  .hero-labs{
    margin-top:18px !important;
    padding-left:.16em !important;
    font-size:.57rem !important;
    letter-spacing:.13em !important;
  }
  .hero-copy-inner>.ova-rule{
    margin-top:25px !important;
  }
  .hero-quote{
    margin-top:34px !important;
    font-size:.96rem !important;
    line-height:1.23 !important;
  }
  .hero-note{
    margin-top:28px !important;
    max-width:165px !important;
    font-size:.39rem !important;
    line-height:1.6 !important;
    letter-spacing:.11em !important;
  }
  .hero .ova-btn{
    margin-top:31px !important;
    min-height:40px !important;
    padding:0 13px !important;
    font-size:.49rem !important;
  }

  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:9px !important;
  }
  .product-image{
    height:142px !important;
  }
  .product-copy{
    padding:10px 8px 12px !important;
  }
  .product-name{
    font-size:.85rem !important;
    line-height:1.07 !important;
  }
  .product-sub{
    font-size:.63rem !important;
    line-height:1.28 !important;
    margin-top:5px !important;
  }
  .product-price{
    font-size:.77rem !important;
    margin-top:5px !important;
  }
  .product-details{
    margin-top:8px !important;
    padding-top:7px !important;
  }
  .product-details summary{
    font-size:.35rem !important;
    letter-spacing:.085em !important;
  }
  .product-cta{
    padding-top:9px !important;
    font-size:.35rem !important;
    letter-spacing:.085em !important;
  }
}

@media (max-width:520px){
  .hero-copy{
    width:44% !important;
    padding:38px 7px 28px 17px !important;
  }
  .hero-location{
    margin-bottom:15px !important;
    font-size:.41rem !important;
  }
  .hero-brand{
    font-size:3.45rem !important;
  }
  .hero-labs{
    margin-top:15px !important;
    font-size:.51rem !important;
    letter-spacing:.115em !important;
  }
  .hero-quote{
    margin-top:29px !important;
    font-size:.87rem !important;
  }
  .hero-note{
    margin-top:23px !important;
    font-size:.36rem !important;
  }
  .hero .ova-btn{
    margin-top:26px !important;
  }

  .formulations{
    padding:46px 0 !important;
  }
  .product-grid{
    gap:7px !important;
  }
  .product-image{
    height:126px !important;
  }
  .product-name{
    font-size:.79rem !important;
  }
  .product-sub{
    font-size:.59rem !important;
  }
  .product-price{
    font-size:.73rem !important;
  }
}
