*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:#111;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.oda-main{overflow:hidden}

/* HEADER — recalé visuellement sur le Shopify ODA : annonce + header compact + logo source original */
.oda-announcement{height:32px;background:#303940;color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:12px;line-height:1;font-weight:400;position:relative;z-index:61}
.oda-announcement__track{position:relative;width:100%;height:100%}
.oda-announcement__item{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:0 20px;opacity:0;transform:translateY(6px);transition:opacity .28s ease,transform .28s ease;pointer-events:none}
.oda-announcement__item.is-active{opacity:1;transform:none}
.oda-header{height:60px;background:#fff;border-bottom:1px solid rgba(0,0,0,.06);position:sticky;top:0;z-index:60}
.admin-bar .oda-header{top:32px}
.oda-header__inner{width:100%;max-width:1130px;height:60px;margin:0 auto;padding:0 0;display:grid;grid-template-columns:auto auto 1fr;gap:24px;align-items:center}
.oda-logo{display:flex;align-items:center;justify-content:center;width:50px;height:50px;text-decoration:none;overflow:hidden;flex:0 0 50px}
.oda-logo img{display:block;width:50px;height:50px;object-fit:contain}
.oda-nav{display:flex;align-items:center;justify-content:flex-start;gap:16px;height:100%;margin-left:0}
.oda-nav a{display:inline-flex;align-items:center;height:100%;color:#111;text-decoration:none;font-size:13px;line-height:1;font-weight:400;white-space:nowrap;transition:opacity .18s ease}
.oda-nav a:hover{opacity:.62}
.oda-cart-link{justify-self:end;display:flex;align-items:center;justify-content:center;width:34px;height:34px;color:#111;text-decoration:none;position:relative}
.oda-cart-icon{width:22px;height:22px;display:block}
.oda-cart-count{position:absolute;right:-1px;top:0;background:#111;color:#fff;border:2px solid #fff;border-radius:999px;min-width:17px;height:17px;padding:0 4px;display:flex;align-items:center;justify-content:center;font-size:9px;line-height:1;font-weight:600}
.oda-menu-toggle,.oda-mobile-nav{display:none}

.oda-footer{border-top:1px solid #eee;padding:36px 22px}
.oda-footer__inner{max-width:1300px;margin:auto;display:flex;justify-content:space-between;font-size:13px}
.oda-basic-page{max-width:1000px;margin:60px auto;padding:0 22px}.oda-source-empty{display:none}

@media(max-width:1000px){
  .admin-bar .oda-header{top:46px}
  .oda-header__inner{padding:0 20px;max-width:none;grid-template-columns:auto 1fr auto auto;gap:12px}
  .oda-logo img{width:44px;height:44px}
  .oda-logo{width:44px;height:44px;flex-basis:44px}
  .oda-nav{display:none}
  .oda-cart-link{grid-column:3}
  .oda-menu-toggle{grid-column:4;display:flex;width:34px;height:34px;border:0;background:transparent;padding:8px;flex-direction:column;justify-content:center;gap:5px;cursor:pointer}
  .oda-menu-toggle span{display:block;width:18px;height:1.5px;background:#111;transition:transform .2s ease}
  .oda-menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.25px) rotate(45deg)}
  .oda-menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.25px) rotate(-45deg)}
  .oda-mobile-nav{position:absolute;left:0;right:0;top:60px;background:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:12px 20px 18px;display:none;flex-direction:column;gap:0;box-shadow:0 12px 24px rgba(0,0,0,.05)}
  .oda-mobile-nav.is-open{display:flex}
  .oda-mobile-nav a{padding:13px 0;color:#111;text-decoration:none;font-size:14px;border-bottom:1px solid #f1f1f1}
  .oda-mobile-nav a:last-child{border-bottom:0}
}
@media(max-width:782px){.admin-bar .oda-header{top:46px}}

/* Quand la barre admin WordPress est visible, on conserve l'annonce au-dessus du header. */
.admin-bar .oda-announcement{position:sticky;top:32px;z-index:62}
.admin-bar .oda-header{top:64px}
@media(max-width:782px){.admin-bar .oda-announcement{top:46px}.admin-bar .oda-header{top:78px}}

/* =========================================================
   ACCUEIL — HEADER EDITORIAL / FLOATING NAV
   Inspiré d'un header DTC premium : logo libre à gauche,
   navigation dans une capsule blanche à droite.
   Cette variante s'applique uniquement à la page d'accueil.
   ========================================================= */
.oda-home-header{
  height:96px;
  background:#fff;
  position:relative;
  z-index:60;
}
.oda-home-header__inner{
  width:100%;
  max-width:1500px;
  height:96px;
  margin:0 auto;
  padding:0 30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
}
.oda-home-logo{
  width:78px;
  height:78px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  flex:0 0 78px;
}
.oda-home-logo img{
  display:block;
  width:78px;
  height:78px;
  object-fit:contain;
}
.oda-home-nav-shell{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:58px;
  padding:7px 12px 7px 20px;
  background:rgba(255,255,255,.97);
  border:1px solid rgba(17,17,17,.06);
  border-radius:18px;
  box-shadow:0 8px 28px rgba(24,31,35,.07);
}
.oda-home-nav{
  display:flex;
  align-items:center;
  gap:6px;
}
.oda-home-nav a{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  border-radius:14px;
  color:#111;
  text-decoration:none;
  font-size:13px;
  line-height:1;
  font-weight:450;
  white-space:nowrap;
  transition:background .18s ease,opacity .18s ease,transform .18s ease;
}
.oda-home-nav a:hover{
  background:#f6f6f4;
}
.oda-home-nav__featured{
  background:#f5f3ef;
  font-weight:600!important;
}
.oda-home-nav__dot{
  width:5px;
  height:5px;
  margin-right:7px;
  border-radius:50%;
  background:#303940;
  flex:0 0 5px;
}
.oda-home-cart{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#111;
  text-decoration:none;
  position:relative;
  border-left:1px solid rgba(17,17,17,.08);
  padding-left:10px;
  margin-left:2px;
}
.oda-home-cart .oda-cart-count{
  right:-2px;
  top:-2px;
}
.oda-home-menu-toggle{display:none}
.oda-home-mobile-nav{display:none}

/* La page d'accueil garde un header très aérien et non sticky au premier écran. */
.home .oda-announcement{position:relative;top:auto}
.home .oda-home-header{position:relative;top:auto}
.admin-bar.home .oda-announcement{position:relative;top:auto}
.admin-bar.home .oda-home-header{top:auto}

@media(max-width:1100px){
  .oda-home-header{height:76px}
  .oda-home-header__inner{height:76px;padding:0 18px}
  .oda-home-logo,.oda-home-logo img{width:62px;height:62px;flex-basis:62px}
  .oda-home-nav-shell{display:none}
  .oda-home-menu-toggle{display:flex;margin-left:auto}
  .oda-home-mobile-nav{top:76px}
  .oda-home-mobile-nav.is-open{display:flex}
}

@media(max-width:782px){
  .oda-home-header{height:70px}
  .oda-home-header__inner{height:70px;padding:0 16px}
  .oda-home-logo,.oda-home-logo img{width:56px;height:56px;flex-basis:56px}
  .oda-home-mobile-nav{top:70px}
}

/* =========================================================
   ODA CARE V3 · Shopify fidelity + WooCommerce completion
   ========================================================= */

/* Header current Shopify layout, plus conversion CTA requested for WordPress. */
.oda-header{height:60px;background:#fff;border-bottom:1px solid rgba(0,0,0,.06);position:sticky;top:0;z-index:900}
.oda-header__inner{width:100%;max-width:1200px;height:60px;margin:0 auto;padding:0 18px;display:grid;grid-template-columns:auto 1fr auto;gap:30px;align-items:center}
.oda-logo{width:82px;height:52px;display:flex;align-items:center;justify-content:flex-start;overflow:visible;flex:0 0 82px}
.oda-logo img{width:82px;height:52px;object-fit:contain}
.oda-nav{display:flex;align-items:center;justify-content:flex-start;gap:22px;height:100%;margin:0}
.oda-nav a{font-size:13px;font-weight:400;letter-spacing:-.015em}
.oda-header__actions{justify-self:end;display:flex;align-items:center;gap:9px}
.oda-header-cta{height:36px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;background:#111;color:#fff;text-decoration:none;font-size:10.5px;line-height:1;font-weight:700;letter-spacing:.045em;white-space:nowrap;transition:transform .18s ease,background .18s ease}
.oda-header-cta:hover{background:#303940;transform:translateY(-1px)}
.oda-cart-link{justify-self:auto}
.oda-mobile-nav__cta{margin-top:12px!important;padding:13px 15px!important;border-radius:7px!important;background:#111!important;color:#fff!important;text-align:center!important;border:0!important;font-weight:700!important;letter-spacing:.035em}

@media(max-width:1000px){
  .oda-header__inner{padding:0 16px;grid-template-columns:auto 1fr auto;gap:10px}
  .oda-logo,.oda-logo img{width:72px;height:48px;flex-basis:72px}
  .oda-nav{display:none}
  .oda-header-cta{display:none}
  .oda-header__actions{grid-column:3;gap:7px}
  .oda-cart-link{grid-column:auto}
  .oda-menu-toggle{grid-column:auto}
}

/* Full footer, based on current Shopify reassurance + footer groups. */
.oda-footer-reassurance{display:grid;grid-template-columns:repeat(4,1fr);padding:42px max(22px,4vw);gap:0;background:#fff;border-top:1px solid #eceeed;border-bottom:1px solid #eceeed}
.oda-footer-reassurance__item{text-align:center;padding:12px 26px;border-right:1px solid #eceeed}
.oda-footer-reassurance__item:last-child{border-right:0}
.oda-footer-reassurance__icon{width:42px;height:42px;border-radius:50%;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;border:1px solid #dfe3e3;font-size:18px;color:#303940}
.oda-footer-reassurance strong{display:block;font-size:13px;line-height:1.2;font-weight:600}
.oda-footer-reassurance p{margin:6px 0 0;color:#767d80;font-size:11px;line-height:1.4}
.oda-footer{border:0;background:#303940;color:#fff;padding:56px max(24px,5vw) 24px}
.oda-footer__grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.15fr .75fr 1.1fr;gap:70px}
.oda-footer__brand img{width:92px;height:auto;filter:brightness(0) invert(1);margin-bottom:22px}
.oda-footer__brand p{max-width:340px;margin:0 0 8px;color:rgba(255,255,255,.62);font-size:12px;line-height:1.55}
.oda-footer__signature{color:#fff!important;font-size:13px!important;font-weight:500!important}
.oda-footer__title{margin:0 0 18px;color:rgba(255,255,255,.55);font-size:10px;font-weight:650;letter-spacing:.11em;text-transform:uppercase}
.oda-footer__menu{display:flex;flex-direction:column;align-items:flex-start}
.oda-footer__menu a,.oda-footer__menu li a{display:block;color:#fff;text-decoration:none;margin:0 0 11px;font-size:12px;line-height:1.3;opacity:.86;list-style:none}
.oda-footer__menu ul,.oda-footer__menu li{padding:0;margin:0;list-style:none}
.oda-footer__newsletter>p:not(.oda-footer__title){max-width:440px;margin:0 0 17px;color:rgba(255,255,255,.62);font-size:12px;line-height:1.55}
.oda-footer__newsletter form{display:grid;grid-template-columns:1fr 44px;border-bottom:1px solid rgba(255,255,255,.38);align-items:center}
.oda-footer__newsletter label{display:block}
.oda-footer__newsletter input{width:100%;height:46px;border:0;outline:0;background:transparent;color:#fff;font-family:inherit;font-size:13px}
.oda-footer__newsletter input::placeholder{color:rgba(255,255,255,.48)}
.oda-footer__newsletter button{height:44px;border:0;background:transparent;color:#fff;font-size:21px;cursor:pointer}
.oda-footer__newsletter-status{min-height:18px;margin-top:8px;color:rgba(255,255,255,.7);font-size:10px}
.oda-footer__bottom{max-width:1280px;margin:52px auto 0;padding-top:19px;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:space-between;gap:30px}
.oda-footer__bottom p{margin:0;color:rgba(255,255,255,.45);font-size:10px}
.oda-footer__policies{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.oda-footer__policies a{color:rgba(255,255,255,.58);text-decoration:none;font-size:10px}
@media(max-width:850px){
  .oda-footer-reassurance{grid-template-columns:1fr 1fr;padding:30px 16px}.oda-footer-reassurance__item:nth-child(2){border-right:0}.oda-footer-reassurance__item:nth-child(-n+2){border-bottom:1px solid #eceeed}
  .oda-footer__grid{grid-template-columns:1fr;gap:42px}.oda-footer__bottom{align-items:flex-start;flex-direction:column}
}
@media(max-width:520px){.oda-footer-reassurance{grid-template-columns:1fr}.oda-footer-reassurance__item{border-right:0;border-bottom:1px solid #eceeed!important}.oda-footer-reassurance__item:last-child{border-bottom:0!important}}

/* Global cart drawer mirroring the Shopify interaction, backed by WooCommerce. */
.oda-global-cart{position:fixed;inset:0;z-index:5000;pointer-events:none;visibility:hidden}
.oda-global-cart.is-open{pointer-events:auto;visibility:visible}
.oda-global-cart__overlay{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(0,0,0,.34);opacity:0;transition:opacity .28s ease;cursor:pointer}
.oda-global-cart.is-open .oda-global-cart__overlay{opacity:1}
.oda-global-cart__panel{position:absolute;right:0;top:0;width:min(430px,100%);height:100%;background:#fff;transform:translateX(102%);transition:transform .3s cubic-bezier(.2,.7,.2,1);box-shadow:-12px 0 40px rgba(0,0,0,.08);overflow:auto}
.oda-global-cart.is-open .oda-global-cart__panel{transform:none}
.oda-global-cart__content{min-height:100%;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.oda-global-cart__head{padding:20px;border-bottom:1px solid #eceeee;display:flex;justify-content:space-between;align-items:flex-start;gap:20px;position:sticky;top:0;background:#fff;z-index:3}
.oda-global-cart__eyebrow{margin:0 0 4px;color:#788084;font-size:9px;letter-spacing:.11em;text-transform:uppercase;font-weight:650}
.oda-global-cart__head h2{margin:0;font-size:20px;line-height:1;letter-spacing:-.04em}.oda-global-cart__head h2 span{color:#7b8285;font-weight:400;font-size:13px}
.oda-global-cart__close{width:34px;height:34px;border:1px solid #dedede;border-radius:50%;background:#fff;font-size:19px;cursor:pointer}
.oda-global-cart__body{padding:17px 20px 8px;flex:1}
.oda-global-cart__shipping{padding:14px;border-radius:9px;background:#f5f6f5;margin-bottom:18px}
.oda-global-cart__shipping-top{display:flex;justify-content:space-between;gap:16px;font-size:11px;color:#4d5558}.oda-global-cart__shipping-top strong{font-weight:650}
.oda-global-cart__bar{height:5px;background:#dfe3e2;border-radius:999px;overflow:hidden;margin-top:10px}.oda-global-cart__bar span{display:block;height:100%;border-radius:999px;background:#303940;transition:width .3s ease}
.oda-global-cart__item{display:grid;grid-template-columns:74px 1fr;gap:13px;padding:15px 0;border-bottom:1px solid #eceeee}
.oda-global-cart__image{display:block;width:74px;height:82px;border-radius:8px;overflow:hidden;background:#f4f4f2}.oda-global-cart__item-img{width:100%!important;height:100%!important;object-fit:cover!important;margin:0!important}
.oda-global-cart__item-copy{min-width:0}.oda-global-cart__item-top{display:flex;justify-content:space-between;gap:14px}.oda-global-cart__name{display:block;color:#111;text-decoration:none;font-size:12px;font-weight:650;line-height:1.25}.oda-global-cart__item-top p{margin:5px 0;color:#747b7f;font-size:10px;line-height:1.35}.oda-global-cart__qty{display:inline-block;margin-top:5px;padding:5px 8px;border-radius:999px;background:#f3f4f3;font-size:9px;color:#5f676a}.oda-global-cart__remove{width:25px;height:25px;flex:0 0 25px;border:0;background:transparent;color:#8b9193;font-size:17px;cursor:pointer}.oda-global-cart__prices{display:flex;align-items:center;gap:7px;margin-top:10px;font-size:12px}.oda-global-cart__prices del{color:#999}.oda-global-cart__prices strong{font-weight:700}
.oda-global-cart__promo{margin:17px 0;padding:13px 14px;border-radius:9px;background:#f7e8dc;display:flex;flex-direction:column;gap:4px}.oda-global-cart__promo strong{font-size:11px}.oda-global-cart__promo span{font-size:10px;line-height:1.4}
.oda-global-cart__reassurance{padding:8px 0 18px;display:grid;gap:9px}.oda-global-cart__reassurance span{font-size:10.5px;color:#5f676a}
.oda-global-cart__foot{padding:17px 20px 20px;border-top:1px solid #eceeee;position:sticky;bottom:0;background:#fff}.oda-global-cart__subtotal{display:flex;justify-content:space-between;gap:20px;margin-bottom:13px;font-size:12px}.oda-global-cart__subtotal strong{font-size:15px}.oda-global-cart__primary,.oda-global-cart__secondary{height:46px;border-radius:8px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:11px;font-weight:650}.oda-global-cart__primary{background:#111;color:#fff}.oda-global-cart__secondary{margin-top:8px;background:#f5f5f3;color:#111;border:1px solid #e2e2df}.oda-global-cart__foot>p{margin:10px 0 0;text-align:center;color:#93989a;font-size:8.5px}.oda-global-cart__empty{padding:70px 20px;display:flex;flex-direction:column;align-items:center;text-align:center}.oda-global-cart__empty p{margin:0 0 20px;color:#6e7578;font-size:13px}.oda-global-cart__empty .oda-global-cart__primary{width:100%;max-width:280px}

/* WooCommerce cart, checkout and account, kept native for reliability but visually aligned. */
.woocommerce-cart .oda-main,.woocommerce-checkout .oda-main,.woocommerce-account .oda-main{background:#f8f8f6;min-height:70vh;padding:55px 20px 90px}
.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-account .woocommerce{max-width:1180px;margin:0 auto;background:#fff;border-radius:14px;padding:clamp(22px,4vw,50px)}
.woocommerce table.shop_table{border:1px solid #e4e7e6!important;border-radius:10px!important;overflow:hidden}.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:15px!important;border-color:#eceeed!important}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{border-radius:8px!important;font-family:Inter,sans-serif!important}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout #place_order{background:#111!important;color:#fff!important;font-weight:650!important;font-size:13px!important}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{min-height:48px;border:1px solid #dde1e1;border-radius:8px;padding:10px 12px;font-family:Inter,sans-serif}
.woocommerce form .form-row textarea{min-height:110px}
.woocommerce-checkout h3,.woocommerce-account h2{letter-spacing:-.035em}

/* WordPress utility helpers */
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* FAQ */
.oda-faq-page{padding:85px 24px 110px;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.oda-faq-page__hero{max-width:1000px;margin:0 auto 55px}.oda-faq-page__eyebrow{margin:0 0 12px;color:#657984;font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:700}.oda-faq-page__hero h1{margin:0;font-size:clamp(48px,6vw,78px);line-height:.95;letter-spacing:-.065em;font-weight:550}.oda-faq-page__hero h1 span{color:#909799;font-weight:450}.oda-faq-page__hero>p:not(.oda-faq-page__eyebrow){max-width:630px;color:#6b7377;font-size:14px;line-height:1.6;margin:20px 0 0}.oda-faq-page__search{max-width:620px;height:52px;margin-top:30px;border:1px solid #e0e3e3;border-radius:999px;padding:0 17px;display:flex;align-items:center;gap:9px;background:#f8f8f6}.oda-faq-page__search input{width:100%;border:0;outline:0;background:transparent;font-family:inherit;font-size:13px}.oda-faq-page__list{max-width:1000px;margin:0 auto;border-top:1px solid #e3e6e5}.oda-faq-page__item{border-bottom:1px solid #e3e6e5}.oda-faq-page__item>button{width:100%;min-height:70px;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:25px;text-align:left;padding:20px 0;font-family:inherit;font-size:15px;font-weight:550;cursor:pointer}.oda-faq-page__item>button b{font-size:21px;font-weight:400}.oda-faq-page__answer{max-height:0;overflow:hidden;transition:max-height .34s ease}.oda-faq-page__item.is-open .oda-faq-page__answer{max-height:280px}.oda-faq-page__answer p{max-width:780px;margin:0;padding:0 0 24px;color:#697175;font-size:13px;line-height:1.65}.oda-faq-page__contact{max-width:1000px;margin:55px auto 0;padding:35px;border-radius:14px;background:#f5f3ef;display:flex;align-items:center;justify-content:space-between;gap:30px}.oda-faq-page__contact p{margin:0;color:#737b7f;font-size:11px}.oda-faq-page__contact h2{margin:5px 0 0;font-size:34px;letter-spacing:-.05em}.oda-faq-page__contact a{height:44px;padding:0 18px;border-radius:7px;background:#111;color:#fff;text-decoration:none;display:flex;align-items:center;font-size:11px;font-weight:650}

/* Contact */
.oda-contact-page{min-height:calc(100vh - 92px);display:grid;grid-template-columns:1fr 1fr;background:#f5f3ef;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.oda-contact-page__intro{padding:90px clamp(28px,6vw,90px);display:flex;flex-direction:column;justify-content:center}.oda-contact-page__eyebrow{margin:0 0 12px;color:#637984;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.oda-contact-page__intro h1{margin:0;font-size:clamp(50px,6vw,82px);line-height:.93;letter-spacing:-.07em;font-weight:550}.oda-contact-page__intro h1 span{color:#919799;font-weight:450}.oda-contact-page__intro>p:not(.oda-contact-page__eyebrow){max-width:580px;margin:23px 0 0;color:#687175;font-size:14px;line-height:1.65}.oda-contact-page__details{margin-top:46px;border-top:1px solid #dadedd}.oda-contact-page__details div{padding:13px 0;border-bottom:1px solid #dadedd;display:flex;justify-content:space-between;gap:20px;font-size:11px}.oda-contact-page__details span{color:#7e8588}.oda-contact-page__form-wrap{background:#fff;padding:78px clamp(28px,6vw,86px);display:flex;flex-direction:column;justify-content:center}.oda-contact-page__form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.oda-contact-page__form label{display:flex;flex-direction:column;gap:7px}.oda-contact-page__form label span{font-size:10px;font-weight:650}.oda-contact-page__form label:nth-of-type(3),.oda-contact-page__form label:nth-of-type(4){grid-column:1/-1}.oda-contact-page__form input,.oda-contact-page__form select,.oda-contact-page__form textarea{width:100%;border:1px solid #dfe3e2;border-radius:8px;background:#fff;padding:13px;font-family:inherit;font-size:13px;outline:0}.oda-contact-page__form input:focus,.oda-contact-page__form select:focus,.oda-contact-page__form textarea:focus{border-color:#8aa2ae}.oda-contact-page__form button{grid-column:1/-1;height:48px;border:0;border-radius:7px;background:#111;color:#fff;font-family:inherit;font-size:11px;font-weight:700;cursor:pointer}.oda-contact-page__notice{margin-bottom:18px;padding:13px 15px;border-radius:8px;background:#f7e6dd;font-size:11px}.oda-contact-page__notice.is-success{background:#e5f1e9}

/* Journal */
.oda-journal-page{padding:95px max(18px,3vw) 110px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.oda-journal-page__hero{max-width:1100px;margin:0 auto 55px}.oda-journal-page__hero>p{margin:0 0 12px;color:#657984;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.oda-journal-page__hero h1{margin:0;font-size:clamp(52px,6.4vw,86px);line-height:.93;letter-spacing:-.07em;font-weight:550}.oda-journal-page__hero h1 span{color:#93999b;font-weight:450}.oda-journal-page__hero>div{max-width:610px;margin-top:20px;color:#697175;font-size:14px}.oda-journal-page__grid{max-width:1340px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.oda-journal-card{display:flex;flex-direction:column;overflow:hidden;border-radius:14px;background:#f7f7f5;color:#111;text-decoration:none}.oda-journal-card__media{aspect-ratio:1.2/1;overflow:hidden;background:#eaf0f2}.oda-journal-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.oda-journal-card:hover .oda-journal-card__media img{transform:scale(1.025)}.oda-journal-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#5e747f;font-size:13px;font-weight:650}.oda-journal-card__copy{padding:23px;min-height:295px;display:flex;flex-direction:column}.oda-journal-card__copy>span{color:#7a8387;font-size:9px;letter-spacing:.1em;text-transform:uppercase}.oda-journal-card__copy h2{margin:45px 0 10px;font-size:24px;line-height:1.05;letter-spacing:-.045em}.oda-journal-card__copy p{margin:0;color:#697175;font-size:12px;line-height:1.6}.oda-journal-card__copy small{margin-top:auto;padding-top:28px;font-size:10px}.oda-journal-card.is-placeholder{cursor:default}

/* Articles */
.oda-article-page{padding:95px 20px 110px}.oda-article-page__head{max-width:900px;margin:0 auto 45px}.oda-article-page__head>p{margin:0 0 12px;color:#657984;font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:700}.oda-article-page__head h1{margin:0;font-size:clamp(48px,6vw,82px);line-height:.95;letter-spacing:-.067em}.oda-article-page__head>span{display:block;margin-top:17px;color:#81878a;font-size:10px}.oda-article-page__hero{max-width:1240px;margin:0 auto 55px;border-radius:14px;overflow:hidden}.oda-article-page__hero img{width:100%;max-height:720px;object-fit:cover}.oda-article-page__content{max-width:760px;margin:0 auto;color:#424a4d;font-size:15px;line-height:1.78}.oda-article-page__content h2{margin:55px 0 17px;color:#111;font-size:36px;line-height:1.05;letter-spacing:-.05em}.oda-article-page__content h3{margin:38px 0 12px;color:#111;font-size:25px;letter-spacing:-.04em}.oda-article-page__content img{border-radius:12px;margin:30px 0}.oda-article-page__back{max-width:760px;margin:55px auto 0;padding-top:20px;border-top:1px solid #e4e6e6}.oda-article-page__back a{font-size:11px}

/* 404 */
.oda-404-page{min-height:70vh;padding:100px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.oda-404-page>p{margin:0 0 13px;color:#657984;font-size:10px;letter-spacing:.12em}.oda-404-page h1{margin:0;font-size:clamp(52px,7.5vw,100px);line-height:.9;letter-spacing:-.075em;font-weight:550}.oda-404-page h1 span{color:#969b9d;font-weight:450}.oda-404-page>div{display:flex;gap:8px;margin-top:34px}.oda-404-page a{height:44px;padding:0 18px;border-radius:7px;border:1px solid #111;display:flex;align-items:center;text-decoration:none;font-size:11px}.oda-404-page a:last-child{background:#111;color:#fff}

@media(max-width:850px){.oda-faq-page{padding:65px 18px 80px}.oda-faq-page__contact{align-items:flex-start;flex-direction:column}.oda-contact-page{grid-template-columns:1fr}.oda-contact-page__intro,.oda-contact-page__form-wrap{padding:62px 20px}.oda-contact-page__form{grid-template-columns:1fr}.oda-contact-page__form label:nth-of-type(3),.oda-contact-page__form label:nth-of-type(4),.oda-contact-page__form button{grid-column:auto}.oda-journal-page{padding:68px 10px 80px}.oda-journal-page__hero{padding:0 10px}.oda-journal-page__grid{grid-template-columns:1fr}.oda-journal-card__copy{min-height:250px}.oda-404-page>div{flex-direction:column}}
.oda-science-sticky{position:fixed;left:50%;bottom:14px;transform:translateX(-50%);z-index:1500;width:calc(100% - 280px);max-width:1260px;min-width:760px;padding:10px 12px 10px 20px;border-radius:9px;background:#111;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 14px 40px rgba(0,0,0,.16);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.oda-science-sticky__copy{min-width:0}.oda-science-sticky__copy strong{display:block;font-size:12px;line-height:1.25}.oda-science-sticky__copy span{display:block;margin-top:3px;color:rgba(255,255,255,.48);font-size:9.5px}.oda-science-sticky button{min-width:310px;height:42px;border:0;border-radius:7px;background:#f4f4f4;color:#111;font-family:inherit;font-size:11px;font-weight:700;cursor:pointer}.oda-science-sticky button.is-loading{opacity:.65;cursor:wait}
@media(max-width:900px){.oda-science-sticky{width:calc(100% - 20px);min-width:0;bottom:10px;padding:10px 10px 10px 14px}.oda-science-sticky__copy span{display:none}.oda-science-sticky button{min-width:165px;font-size:10px}}
