
:root{--sky:#A0D7F5;--blue:#004C77;--deep:#063A59;--cream:#FFF8F0;--ink:#0D2533;--peach:#F8D7C7;--line:#C7DFEC;--white:#fff;--r:28px;}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:var(--cream)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit}
.announcement{background:var(--deep);color:white;text-align:center;padding:9px 20px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:700}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,248,240,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(13,37,51,.09)}.header-inner{max-width:1380px;margin:auto;height:88px;display:grid;grid-template-columns:220px 1fr auto;align-items:center;gap:28px;padding:0 28px}
.logo img{height:52px;width:auto}.nav{display:flex;justify-content:center;gap:28px;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.nav a:hover{color:var(--blue)}
.actions{display:flex;align-items:center;gap:10px}.icon-btn{width:44px;height:44px;border:1px solid rgba(13,37,51,.16);border-radius:999px;display:grid;place-items:center;background:white}.cart{position:relative}.cart b{position:absolute;right:-4px;top:-6px;background:var(--blue);color:white;font-size:10px;width:18px;height:18px;display:grid;place-items:center;border-radius:99px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:999px;padding:15px 22px;font-size:12px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;border:1px solid transparent;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--blue);color:white}.btn-dark{background:var(--deep);color:white}.btn-light{background:white;color:var(--deep)}.btn-outline{border-color:rgba(13,37,51,.25);background:transparent}
.wrap{max-width:1380px;margin:auto;padding:0 28px}.section{padding:74px 0}.section-sm{padding:44px 0}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.2em;font-weight:800;color:var(--blue);display:flex;align-items:center;gap:10px}.eyebrow:before{content:'';width:28px;height:1px;background:currentColor}
h1,h2,h3{font-family:'Playfair Display',Georgia,serif;margin:0;line-height:.95}h1{font-size:clamp(52px,6.2vw,98px)}h2{font-size:clamp(38px,4.2vw,64px)}h3{font-size:27px}p{line-height:1.7;color:#49616f}
.hero{padding:22px 0 52px}.hero-card{min-height:690px;border-radius:38px;background:linear-gradient(120deg,var(--sky) 0 55%,#cfeafd 55%);position:relative;overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr}.hero-copy{padding:64px 64px;z-index:3;display:flex;flex-direction:column;justify-content:center}.hero-copy h1{color:var(--deep);max-width:700px}.hero-copy h1 em{color:var(--blue);font-style:italic}.hero-copy p{font-size:20px;max-width:560px;color:#355769;margin:28px 0 34px}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}
.hero-art{position:relative;min-height:690px}.hero-main{position:absolute;right:5%;top:8%;width:64%;aspect-ratio:1/1.05;object-fit:cover;border-radius:30px;box-shadow:0 28px 80px rgba(2,56,88,.18);transform:rotate(2deg)}.hero-mini{position:absolute;left:2%;bottom:9%;width:43%;aspect-ratio:1/1;object-fit:cover;border-radius:26px;border:10px solid var(--cream);box-shadow:0 22px 60px rgba(2,56,88,.18);transform:rotate(-5deg)}.hero-sticker{position:absolute;right:3%;bottom:8%;width:150px;height:150px;border-radius:50%;background:var(--peach);display:grid;place-items:center;text-align:center;padding:16px;color:var(--deep);font-family:'Playfair Display';font-weight:700;font-size:24px;line-height:1}
.marquee{overflow:hidden;background:white;border-block:1px solid var(--line)}.marquee-track{display:flex;width:max-content;animation:mar 28s linear infinite;padding:15px 0}.marquee span{font-size:13px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;padding:0 34px;color:var(--deep)}.marquee span:after{content:'✦';margin-left:68px;color:var(--blue)}@keyframes mar{to{transform:translateX(-50%)}}
.section-head{display:grid;grid-template-columns:1fr .8fr;align-items:end;gap:30px;margin-bottom:36px}.section-head p{font-size:18px;max-width:560px;margin:0 0 6px auto}
.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.cat{background:white;border:1px solid var(--line);border-radius:22px;padding:28px 22px;min-height:180px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s}.cat:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(3,58,89,.1)}.cat .num{font-size:11px;color:var(--blue);font-weight:800;letter-spacing:.12em}.cat strong{font-family:'Playfair Display';font-size:28px;color:var(--deep)}.cat small{color:#6c7f89}
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:white;border-radius:26px;overflow:hidden;border:1px solid rgba(13,37,51,.08);transition:.22s}.product-card:hover{transform:translateY(-5px);box-shadow:0 20px 60px rgba(3,58,89,.11)}.prod-img{aspect-ratio:1/1;overflow:hidden;background:#eef7fc}.prod-img img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card:hover .prod-img img{transform:scale(1.035)}.prod-info{padding:20px}.prod-cat{font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:var(--blue)}.prod-info h3{font-family:'DM Sans';font-size:18px;line-height:1.3;margin:8px 0 8px}.prod-info p{font-size:13px;line-height:1.5;margin:0;min-height:40px}.prod-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:18px}.price{font-weight:800;color:var(--deep)}.add{width:40px;height:40px;border-radius:50%;background:var(--deep);color:white;display:grid;place-items:center;font-size:20px}
.feature-strip{display:grid;grid-template-columns:1.15fr .85fr;background:var(--deep);border-radius:36px;overflow:hidden;color:white}.feature-copy{padding:70px}.feature-copy h2{color:white}.feature-copy p{color:#cfe0e9;font-size:18px}.feature-image{min-height:520px}.feature-image img{width:100%;height:100%;object-fit:cover}
.story{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.story-media{position:relative}.story-media img{border-radius:34px;aspect-ratio:1/1;object-fit:cover}.story-card{position:absolute;right:-30px;bottom:38px;background:var(--sky);padding:26px 30px;border-radius:20px;max-width:260px;color:var(--deep);box-shadow:0 18px 50px rgba(3,58,89,.13)}.story-card strong{font-family:'Playfair Display';font-size:28px;display:block}.story-copy p{font-size:18px}.story-copy .btn{margin-top:14px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{border:1px solid var(--line);border-radius:24px;padding:32px;background:white}.step b{color:var(--blue);font-size:12px;letter-spacing:.15em}.step h3{margin:34px 0 10px;font-size:28px}.step p{font-size:14px;margin:0}
.cta{background:var(--sky);border-radius:38px;padding:78px;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}.cta h2{color:var(--deep)}.cta p{font-size:18px}
.page-hero{padding:54px 0 40px}.page-hero-inner{background:var(--sky);border-radius:34px;padding:60px;display:grid;grid-template-columns:1fr .75fr;gap:40px;align-items:center}.page-hero p{font-size:19px}
.shop-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:34px}.chip{border:1px solid var(--line);background:white;border-radius:99px;padding:11px 17px;font-size:12px;font-weight:700;cursor:pointer}.chip.active{background:var(--deep);color:white;border-color:var(--deep)}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px}.contact-card{background:white;border:1px solid var(--line);border-radius:28px;padding:34px}.contact-card h3{font-size:28px;margin-bottom:12px}.contact-card form{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{font-size:12px;font-weight:700;letter-spacing:.05em}input,textarea,select{width:100%;padding:15px;border:1px solid #bfd8e5;border-radius:14px;background:#fbfeff;font:inherit}textarea{min-height:150px;resize:vertical}.full{grid-column:1/-1}
.legal{max-width:920px;margin:auto;background:white;border:1px solid var(--line);border-radius:30px;padding:48px}.legal h2{font-size:36px;margin:38px 0 14px}.legal h3{font-family:'DM Sans';font-size:20px;margin-top:28px}.legal p,.legal li{color:#49616f;line-height:1.75}
footer{background:var(--deep);color:white;margin-top:72px}.footer-inner{max-width:1380px;margin:auto;padding:72px 28px 26px;display:grid;grid-template-columns:1.3fr repeat(3,.7fr);gap:50px}.footer-logo{height:58px;width:auto;margin-bottom:20px}footer p,footer a{color:#cfe0e9;font-size:14px}footer h4{text-transform:uppercase;letter-spacing:.16em;font-size:11px;margin:0 0 18px}footer ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.copyright{max-width:1380px;margin:auto;padding:22px 28px;border-top:1px solid rgba(255,255,255,.12);color:#9eb5c2;font-size:12px;display:flex;justify-content:space-between;gap:20px}
.mobile-toggle{display:none}
@media(max-width:1100px){.header-inner{grid-template-columns:180px 1fr auto}.nav{display:none}.mobile-toggle{display:grid}.hero-card{grid-template-columns:1fr}.hero-copy{padding:58px 48px 20px}.hero-art{min-height:560px}.category-grid{grid-template-columns:repeat(3,1fr)}.products{grid-template-columns:repeat(2,1fr)}.feature-strip,.story,.page-hero-inner,.contact-grid{grid-template-columns:1fr}.feature-image{min-height:400px}.section-head{grid-template-columns:1fr}.section-head p{margin-left:0}.footer-inner{grid-template-columns:1.2fr 1fr 1fr}}
@media(max-width:720px){.announcement{font-size:10px}.header-inner{height:74px;padding:0 16px;grid-template-columns:150px 1fr auto}.logo img{height:42px}.actions .btn{display:none}.wrap{padding:0 16px}.hero{padding:16px 0 46px}.hero-card{border-radius:26px}.hero-copy{padding:42px 28px 16px}h1{font-size:58px}h2{font-size:44px}.hero-copy p{font-size:17px}.hero-art{min-height:480px}.hero-main{width:70%;right:4%}.hero-mini{width:45%;left:4%;bottom:6%}.hero-sticker{width:110px;height:110px;font-size:18px}.section{padding:66px 0}.category-grid{grid-template-columns:repeat(2,1fr)}.cat{min-height:145px;padding:22px 18px}.products{grid-template-columns:1fr 1fr;gap:12px}.prod-info{padding:14px}.prod-info p{display:none}.prod-info h3{font-size:15px}.feature-copy{padding:42px 28px}.story{gap:34px}.story-card{right:12px}.steps{grid-template-columns:1fr}.cta{padding:46px 28px;grid-template-columns:1fr}.page-hero-inner{padding:44px 28px}.contact-card form{grid-template-columns:1fr}.full{grid-column:auto}.footer-inner{grid-template-columns:1fr 1fr;gap:34px}.copyright{flex-direction:column}}

/* WordPress/AJ parity lock */
body.leto-site, body.leto-site.ajsb-site{margin:0!important;background:var(--cream)!important;color:var(--ink)!important;font-family:'DM Sans',Arial,sans-serif!important}
body.leto-site .aj-section, body.leto-site .aj-container{all:unset}
body.leto-site main{display:block}
body.leto-site .leto-page-title{font-size:clamp(48px,5.8vw,84px)!important}
body.leto-site .leto-rich h2{font-size:34px;line-height:1.06;margin:34px 0 12px}
body.leto-site .leto-rich h3{font-family:'DM Sans',Arial,sans-serif;font-size:20px;line-height:1.3;margin:26px 0 8px}
body.leto-site .leto-rich ul{padding-left:22px;color:#49616f;line-height:1.75}
body.leto-site .leto-rich p{margin:0 0 16px}
.leto-svg{width:18px;height:18px;display:block;flex:0 0 auto}
.icon-btn .leto-svg{width:20px;height:20px}
.mobile-toggle{cursor:pointer}
.mobile-panel{display:none}
@media(max-width:1100px){
 .mobile-panel.is-open{display:block;position:absolute;top:88px;left:20px;right:20px;background:white;border:1px solid var(--line);border-radius:20px;padding:14px;box-shadow:0 20px 60px rgba(3,58,89,.14)}
 .mobile-panel a{display:block;padding:13px 14px;border-radius:12px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
 .mobile-panel a:hover{background:#eef8fd}
}
@media(max-width:720px){
 .section{padding:56px 0}.section-sm{padding:38px 0}
 h1{font-size:50px}h2{font-size:38px}
 .hero{padding:12px 0 36px}
 .page-hero{padding:38px 0 30px}
 .page-hero-inner{padding:38px 24px}
 .mobile-panel.is-open{top:74px;left:12px;right:12px}
}
.woocommerce-message,.woocommerce-info,.woocommerce-error{max-width:1380px;margin:22px auto;padding:16px 20px;border:1px solid var(--line);background:white;border-radius:14px;color:var(--ink)}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:var(--blue)!important;color:white!important;border-radius:999px!important;padding:14px 20px!important;font-size:12px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:var(--deep)!important;color:white!important}
.leto-woo-shell{max-width:1380px;margin:auto;padding:52px 28px}
.leto-woo-card{background:white;border:1px solid var(--line);border-radius:28px;padding:30px}
.leto-product-detail{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.leto-product-detail .woocommerce-product-gallery{width:100%!important;float:none!important}
.leto-product-detail .summary{width:100%!important;float:none!important;margin:0!important}
.leto-product-detail .product_title{font-family:'Playfair Display',Georgia,serif;font-size:clamp(46px,5.2vw,76px);line-height:.98;color:var(--deep);margin:10px 0 18px}
.leto-product-detail .price{font-size:26px!important;color:var(--deep)!important;font-weight:800}
.leto-product-detail .woocommerce-product-details__short-description{font-size:17px;line-height:1.7;color:#49616f}
.leto-product-detail table.variations{margin:18px 0}.leto-product-detail select{min-width:240px}
.leto-cart-count{font-style:normal}
.woocommerce-cart table.shop_table,.woocommerce-checkout .woocommerce-checkout-review-order-table,.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{background:white;border:1px solid var(--line);border-radius:22px;padding:18px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{padding:13px 14px;border:1px solid var(--line);border-radius:12px;background:#fbfeff}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}
.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;padding:11px 12px;border-radius:10px}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{background:#eef8fd;color:var(--blue);font-weight:700}
@media(max-width:850px){.leto-product-detail{grid-template-columns:1fr;gap:30px}.leto-woo-shell{padding:34px 16px}}

/* =========================================================
   LETO 1.0.1 — exact header/footer + contrast parity lock
   Prevent theme/AJ/Woo styles from changing approved design.
   ========================================================= */
body.leto-site .site-header,
body.leto-site .site-header * ,
body.leto-site footer,
body.leto-site footer * { box-sizing:border-box; }

/* Buttons: always preserve readable text/icon contrast. */
body.leto-site a.btn.btn-primary,
body.leto-site a.btn.btn-primary:link,
body.leto-site a.btn.btn-primary:visited,
body.leto-site button.btn.btn-primary,
body.leto-site .btn-primary,
body.leto-site .btn-primary span,
body.leto-site .btn-primary svg,
body.leto-site .woocommerce a.button,
body.leto-site .woocommerce a.button:visited,
body.leto-site .woocommerce button.button,
body.leto-site .woocommerce input.button,
body.leto-site .woocommerce #respond input#submit,
body.leto-site .single_add_to_cart_button,
body.leto-site .checkout-button,
body.leto-site #place_order {
  color:#fff !important;
  fill:none !important;
  stroke:currentColor !important;
  text-shadow:none !important;
  opacity:1 !important;
}
body.leto-site a.btn.btn-primary,
body.leto-site button.btn.btn-primary,
body.leto-site .btn-primary {
  background:#004C77 !important;
  border-color:#004C77 !important;
}
body.leto-site a.btn.btn-primary:hover,
body.leto-site button.btn.btn-primary:hover,
body.leto-site .btn-primary:hover,
body.leto-site .woocommerce a.button:hover,
body.leto-site .woocommerce button.button:hover,
body.leto-site .single_add_to_cart_button:hover,
body.leto-site #place_order:hover {
  background:#063A59 !important;
  border-color:#063A59 !important;
  color:#fff !important;
}

/* Exact header on marketing + every WooCommerce page. */
body.leto-site .announcement {
  background:#063A59 !important;
  color:#fff !important;
}
body.leto-site .site-header {
  background:rgba(255,248,240,.96) !important;
  border-bottom:1px solid rgba(13,37,51,.09) !important;
  margin:0 !important;
  padding:0 !important;
  width:100% !important;
}
body.leto-site .header-inner {
  width:100% !important;
  max-width:1380px !important;
  height:88px !important;
  margin:0 auto !important;
  padding:0 28px !important;
  display:grid !important;
  grid-template-columns:220px 1fr auto !important;
  align-items:center !important;
  gap:28px !important;
}
body.leto-site .site-header .logo,
body.leto-site .site-header .logo:link,
body.leto-site .site-header .logo:visited { color:#0D2533 !important; }
body.leto-site .site-header .logo img {
  display:block !important;
  height:52px !important;
  width:auto !important;
  max-width:180px !important;
  object-fit:contain !important;
  margin:0 !important;
}
body.leto-site .site-header .nav a,
body.leto-site .site-header .nav a:link,
body.leto-site .site-header .nav a:visited {
  color:#0D2533 !important;
  text-decoration:none !important;
}
body.leto-site .site-header .nav a:hover { color:#004C77 !important; }
body.leto-site .site-header .icon-btn,
body.leto-site .site-header .icon-btn:visited {
  color:#0D2533 !important;
  background:#fff !important;
}

/* Exact footer — same typography/logo/contrast on ALL pages including WooCommerce. */
body.leto-site footer {
  display:block !important;
  width:100% !important;
  margin-top:72px !important;
  padding:0 !important;
  background:#063A59 !important;
  color:#fff !important;
  font-family:'DM Sans',Arial,sans-serif !important;
  font-size:14px !important;
  line-height:1.65 !important;
}
body.leto-site footer .footer-inner {
  width:100% !important;
  max-width:1380px !important;
  margin:0 auto !important;
  padding:72px 28px 26px !important;
  display:grid !important;
  grid-template-columns:1.3fr repeat(3,.7fr) !important;
  gap:50px !important;
  align-items:start !important;
}
body.leto-site footer .footer-logo {
  display:block !important;
  width:auto !important;
  height:58px !important;
  max-width:185px !important;
  max-height:58px !important;
  object-fit:contain !important;
  object-position:left center !important;
  margin:0 0 20px 0 !important;
  padding:0 !important;
}
body.leto-site footer h4,
body.leto-site footer h4 a {
  color:#fff !important;
  opacity:1 !important;
}
body.leto-site footer p,
body.leto-site footer li,
body.leto-site footer span,
body.leto-site footer small {
  color:#cfe0e9 !important;
  opacity:1 !important;
}
body.leto-site footer a,
body.leto-site footer a:link,
body.leto-site footer a:visited {
  color:#cfe0e9 !important;
  opacity:1 !important;
  text-decoration:none !important;
}
body.leto-site footer a:hover { color:#fff !important; }
body.leto-site footer ul {
  list-style:none !important;
  padding:0 !important;
  margin:0 !important;
  display:grid !important;
  gap:10px !important;
}
body.leto-site footer .copyright {
  width:100% !important;
  max-width:1380px !important;
  margin:0 auto !important;
  padding:22px 28px !important;
  border-top:1px solid rgba(255,255,255,.12) !important;
  color:#9eb5c2 !important;
}
body.leto-site footer .copyright,
body.leto-site footer .copyright * { color:#9eb5c2 !important; }

/* Product image / summary consistency. */
body.leto-site .leto-product-detail > div:first-child,
body.leto-site .leto-product-detail .woocommerce-product-gallery {
  min-width:0 !important;
  width:100% !important;
}
body.leto-site .leto-product-detail .woocommerce-product-gallery img,
body.leto-site .leto-product-detail .woocommerce-product-gallery__wrapper img,
body.leto-site .leto-product-detail .wp-post-image {
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-height:650px !important;
  object-fit:cover !important;
  border-radius:22px !important;
  opacity:1 !important;
  visibility:visible !important;
}
body.leto-site .leto-product-detail .product_meta {
  color:#49616f !important;
  font-size:13px !important;
  line-height:1.7 !important;
}
body.leto-site .leto-product-detail .product_meta a { color:#004C77 !important; }
body.leto-site .leto-product-detail .quantity .qty { color:#0D2533 !important; }
body.leto-site .leto-product-detail .price,
body.leto-site .leto-product-detail .price .amount,
body.leto-site .woocommerce-Price-amount,
body.leto-site .woocommerce-Price-currencySymbol { color:#063A59 !important; }

@media(max-width:1100px){
 body.leto-site .header-inner{grid-template-columns:180px 1fr auto !important;}
 body.leto-site footer .footer-inner{grid-template-columns:1.2fr 1fr 1fr !important;}
}
@media(max-width:720px){
 body.leto-site .header-inner{height:74px !important;padding:0 16px !important;grid-template-columns:150px 1fr auto !important;}
 body.leto-site .site-header .logo img{height:42px !important;max-width:150px !important;}
 body.leto-site footer .footer-inner{grid-template-columns:1fr 1fr !important;gap:34px !important;padding:50px 18px 24px !important;}
 body.leto-site footer .footer-logo{height:48px !important;max-height:48px !important;max-width:160px !important;}
 body.leto-site footer .copyright{padding:20px 18px !important;}
}

/* =========================================================
   LETO 1.0.2 — WooCommerce product + global chrome parity
   The single product view uses the imported product image directly
   instead of depending on WooCommerce gallery/theme markup.
   ========================================================= */
body.leto-site .leto-product-section{
  padding:54px 0 62px !important;
  background:#FFF8F0 !important;
}
body.leto-site .leto-woo-shell{
  width:100% !important;
  max-width:1380px !important;
  margin:0 auto !important;
  padding:0 28px !important;
}
body.leto-site .leto-product-detail{
  width:100% !important;
  min-height:0 !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(0,0.92fr) !important;
  gap:58px !important;
  align-items:center !important;
  padding:42px !important;
  background:#fff !important;
  border:1px solid #C7DFEC !important;
  border-radius:30px !important;
  box-shadow:none !important;
  overflow:hidden !important;
}
body.leto-site .leto-product-media{
  min-width:0 !important;
  width:100% !important;
  background:#eef7fc !important;
  border-radius:24px !important;
  overflow:hidden !important;
  aspect-ratio:1/1 !important;
}
body.leto-site .leto-product-main-image{
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  object-fit:cover !important;
  object-position:center !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  opacity:1 !important;
  visibility:visible !important;
}
body.leto-site .leto-product-summary{
  width:100% !important;
  float:none !important;
  margin:0 !important;
  padding:0 8px !important;
}
body.leto-site .leto-product-summary .eyebrow{
  margin-bottom:18px !important;
}
body.leto-site .leto-product-summary .product_title{
  font-family:'Playfair Display',Georgia,serif !important;
  font-size:clamp(42px,4.3vw,64px) !important;
  line-height:.98 !important;
  letter-spacing:-.025em !important;
  color:#063A59 !important;
  margin:0 0 22px !important;
  max-width:650px !important;
}
body.leto-site .leto-product-price,
body.leto-site .leto-product-price .price,
body.leto-site .leto-product-price .amount,
body.leto-site .leto-product-price .woocommerce-Price-amount,
body.leto-site .leto-product-price .woocommerce-Price-currencySymbol{
  color:#063A59 !important;
  font-family:'DM Sans',Arial,sans-serif !important;
  font-size:25px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
}
body.leto-site .leto-product-price{margin:0 0 26px !important;}
body.leto-site .leto-product-summary .woocommerce-product-details__short-description,
body.leto-site .leto-product-summary .woocommerce-product-details__short-description p{
  color:#49616f !important;
  font-size:16px !important;
  line-height:1.7 !important;
  margin:0 !important;
}
body.leto-site .leto-product-summary .woocommerce-product-details__short-description{margin-bottom:26px !important;}
body.leto-site .leto-product-buy form.cart{
  display:flex !important;
  align-items:stretch !important;
  gap:12px !important;
  margin:0 !important;
  padding:0 !important;
}
body.leto-site .leto-product-buy .quantity{margin:0 !important;float:none !important;}
body.leto-site .leto-product-buy .quantity .qty{
  width:68px !important;
  height:52px !important;
  padding:0 10px !important;
  border:1px solid #C7DFEC !important;
  border-radius:14px !important;
  background:#fff !important;
  color:#0D2533 !important;
}
body.leto-site .leto-product-buy .single_add_to_cart_button{
  min-height:52px !important;
  flex:1 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:999px !important;
  background:#004C77 !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:800 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
}
body.leto-site .leto-product-buy .single_add_to_cart_button:hover{background:#063A59 !important;color:#fff !important;}
body.leto-site .leto-product-meta{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px 22px !important;
  margin-top:20px !important;
  padding-top:18px !important;
  border-top:1px solid #e4edf2 !important;
  color:#637985 !important;
  font-size:12px !important;
  line-height:1.5 !important;
}
body.leto-site .leto-product-meta strong{
  color:#0D2533 !important;
  font-size:10px !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
  margin-right:6px !important;
}
body.leto-site .leto-product-meta a{color:#004C77 !important;text-decoration:none !important;}
body.leto-site .leto-related .section-head{margin-bottom:34px !important;}
body.leto-site .leto-related .section-head h2{font-size:clamp(38px,4vw,58px) !important;}

/* Force the exact same approved footer dimensions on custom Woo templates. */
body.leto-site main + footer,
body.leto-site footer{
  width:100% !important;
  max-width:none !important;
  background:#063A59 !important;
  margin:72px 0 0 !important;
  padding:0 !important;
  overflow:hidden !important;
}
body.leto-site footer .footer-inner{
  width:100% !important;
  max-width:1380px !important;
  margin:0 auto !important;
  padding:64px 28px 28px !important;
  display:grid !important;
  grid-template-columns:minmax(260px,1.25fr) repeat(3,minmax(150px,.65fr)) !important;
  gap:48px !important;
  align-items:start !important;
}
body.leto-site footer .footer-inner > div{min-width:0 !important;width:auto !important;}
body.leto-site footer .footer-logo,
body.leto-site footer img.footer-logo{
  display:block !important;
  width:132px !important;
  height:auto !important;
  max-width:132px !important;
  max-height:70px !important;
  object-fit:contain !important;
  object-position:left center !important;
  margin:0 0 20px !important;
}
body.leto-site footer h4{
  color:#fff !important;
  font-family:'DM Sans',Arial,sans-serif !important;
  font-size:11px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
  margin:0 0 18px !important;
}
body.leto-site footer p,
body.leto-site footer li,
body.leto-site footer a,
body.leto-site footer a:link,
body.leto-site footer a:visited{
  color:#cfe0e9 !important;
  font-family:'DM Sans',Arial,sans-serif !important;
  font-size:14px !important;
  line-height:1.65 !important;
}
body.leto-site footer p{margin:0 0 14px !important;max-width:330px !important;}
body.leto-site footer .copyright{
  width:100% !important;
  max-width:1380px !important;
  margin:0 auto !important;
  padding:20px 28px 24px !important;
  display:flex !important;
  justify-content:space-between !important;
  gap:20px !important;
  border-top:1px solid rgba(255,255,255,.12) !important;
  color:#9eb5c2 !important;
  font-size:12px !important;
}

@media(max-width:980px){
  body.leto-site .leto-product-detail{grid-template-columns:1fr !important;gap:32px !important;padding:30px !important;}
  body.leto-site .leto-product-media{max-width:680px !important;margin:0 auto !important;}
  body.leto-site footer .footer-inner{grid-template-columns:1.2fr 1fr 1fr !important;}
  body.leto-site footer .footer-inner > div:last-child{grid-column:2 / -1 !important;}
}
@media(max-width:720px){
  body.leto-site .leto-product-section{padding:28px 0 42px !important;}
  body.leto-site .leto-woo-shell{padding:0 16px !important;}
  body.leto-site .leto-product-detail{padding:18px !important;border-radius:22px !important;gap:24px !important;}
  body.leto-site .leto-product-media{border-radius:18px !important;}
  body.leto-site .leto-product-summary{padding:0 2px !important;}
  body.leto-site .leto-product-summary .product_title{font-size:40px !important;line-height:1 !important;margin-bottom:16px !important;}
  body.leto-site .leto-product-price,body.leto-site .leto-product-price *{font-size:22px !important;}
  body.leto-site .leto-product-buy form.cart{flex-direction:column !important;}
  body.leto-site .leto-product-buy .quantity .qty{width:100% !important;}
  body.leto-site footer{margin-top:54px !important;}
  body.leto-site footer .footer-inner{grid-template-columns:1fr 1fr !important;gap:32px 24px !important;padding:48px 18px 24px !important;}
  body.leto-site footer .footer-inner > div:first-child{grid-column:1 / -1 !important;}
  body.leto-site footer .footer-inner > div:last-child{grid-column:auto !important;}
  body.leto-site footer .footer-logo,body.leto-site footer img.footer-logo{width:116px !important;max-width:116px !important;}
  body.leto-site footer .copyright{padding:20px 18px !important;flex-direction:column !important;}
}

/* LETO 1.0.3 — deterministic product media + Woo chrome parity */
body.leto-site .leto-product-media{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}
body.leto-site .leto-product-summary .product_title{font-size:clamp(38px,3.7vw,56px)!important}
body.leto-site footer .footer-logo{width:132px!important;max-width:132px!important;height:auto!important}
@media(max-width:720px){body.leto-site .leto-product-summary .product_title{font-size:36px!important}body.leto-site footer .footer-logo{width:116px!important;max-width:116px!important}}


/* =========================================================
   LETO 1.0.4 — WooCommerce Cart / Checkout parity + footer menus
   Root cause fix: the original generic `form{display:grid}` rule was
   affecting WooCommerce forms. Woo forms now own their layout explicitly.
   ========================================================= */
body.leto-site.woocommerce-cart .section-sm,
body.leto-site.leto-cart-page .section-sm,
body.leto-site.woocommerce-checkout .section-sm,
body.leto-site.leto-checkout-page .section-sm{padding-top:38px!important;padding-bottom:62px!important;}

body.leto-site.leto-cart-page .leto-woo-card,
body.leto-site.leto-checkout-page .leto-woo-card{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
}

/* ---------- notices ---------- */
body.leto-site .woocommerce-notices-wrapper{grid-column:1/-1!important;width:100%!important;}
body.leto-site .woocommerce-message,
body.leto-site .woocommerce-info,
body.leto-site .woocommerce-error{
  position:relative!important;
  width:100%!important;
  max-width:none!important;
  margin:0 0 16px!important;
  padding:17px 170px 17px 54px!important;
  border:1px solid #B7DFC5!important;
  border-radius:16px!important;
  background:#F1FFF5!important;
  color:#183E2A!important;
  font-size:14px!important;
  line-height:1.5!important;
  box-shadow:none!important;
}
body.leto-site .woocommerce-info{border-color:#C7DFEC!important;background:#F4FBFF!important;color:#234D64!important;}
body.leto-site .woocommerce-error{border-color:#F2C6C6!important;background:#FFF5F5!important;color:#7B2828!important;}
body.leto-site .woocommerce-message:before,
body.leto-site .woocommerce-info:before,
body.leto-site .woocommerce-error:before{left:20px!important;top:17px!important;color:#27A65B!important;}
body.leto-site .woocommerce-message .button,
body.leto-site .woocommerce-info .button,
body.leto-site .woocommerce-error .button,
body.leto-site .woocommerce-message a.button.wc-forward{
  position:absolute!important;
  right:14px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  margin:0!important;
  padding:10px 16px!important;
  min-height:0!important;
  background:#004C77!important;
  border:0!important;
  color:#fff!important;
  border-radius:999px!important;
  font-size:10px!important;
  line-height:1.2!important;
  letter-spacing:.09em!important;
  text-transform:uppercase!important;
}

/* ---------- CART ---------- */
body.leto-site.leto-cart-page .leto-woo-card > .woocommerce,
body.leto-site.woocommerce-cart .leto-woo-card > .woocommerce{
  display:grid!important;
  grid-template-columns:minmax(0,1.45fr) minmax(330px,.72fr)!important;
  gap:26px!important;
  align-items:start!important;
  width:100%!important;
}
body.leto-site.leto-cart-page .woocommerce-cart-form,
body.leto-site.woocommerce-cart .woocommerce-cart-form{
  grid-column:1!important;
  width:100%!important;
  float:none!important;
  margin:0!important;
  padding:26px!important;
  background:#fff!important;
  border:1px solid #C7DFEC!important;
  border-radius:26px!important;
}
body.leto-site.leto-cart-page .cart-collaterals,
body.leto-site.woocommerce-cart .cart-collaterals{
  grid-column:2!important;
  width:100%!important;
  float:none!important;
  margin:0!important;
}
body.leto-site .cart-collaterals .cart_totals{
  width:100%!important;
  float:none!important;
  margin:0!important;
  padding:26px!important;
  background:#fff!important;
  border:1px solid #C7DFEC!important;
  border-radius:26px!important;
  position:sticky!important;
  top:118px!important;
}
body.leto-site .cart-collaterals .cart_totals h2{
  font-family:'Playfair Display',Georgia,serif!important;
  font-size:32px!important;
  line-height:1!important;
  margin:0 0 18px!important;
  color:#0D2533!important;
}
body.leto-site table.shop_table{
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-collapse:collapse!important;
  background:transparent!important;
  border-radius:0!important;
  table-layout:auto!important;
}
body.leto-site table.shop_table thead th{
  padding:0 12px 15px!important;
  border:0!important;
  border-bottom:1px solid #E0EDF3!important;
  color:#617885!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}
body.leto-site table.shop_table tbody td{
  padding:18px 12px!important;
  border:0!important;
  border-bottom:1px solid #E8F0F4!important;
  color:#0D2533!important;
  vertical-align:middle!important;
  font-size:14px!important;
}
body.leto-site table.shop_table td.product-remove{width:34px!important;padding-left:0!important;padding-right:4px!important;}
body.leto-site table.shop_table td.product-remove a.remove{
  width:30px!important;height:30px!important;display:grid!important;place-items:center!important;
  color:#8D2635!important;background:#FFF3F5!important;border-radius:50%!important;font-size:18px!important;
}
body.leto-site table.shop_table td.product-thumbnail{width:96px!important;}
body.leto-site table.shop_table td.product-thumbnail img,
body.leto-site .leto-cart-thumb{
  width:78px!important;height:78px!important;max-width:78px!important;object-fit:cover!important;
  border-radius:14px!important;background:#EEF8FD!important;margin:0!important;
}
body.leto-site table.shop_table td.product-name a{color:#0D2533!important;font-weight:700!important;text-decoration:none!important;}
body.leto-site table.shop_table td.product-price,
body.leto-site table.shop_table td.product-subtotal{white-space:nowrap!important;font-weight:700!important;color:#063A59!important;}
body.leto-site table.shop_table .quantity .qty{
  width:66px!important;height:44px!important;padding:0 10px!important;text-align:center!important;
  border:1px solid #C7DFEC!important;border-radius:12px!important;background:#fff!important;color:#0D2533!important;
}
body.leto-site .woocommerce-cart-form td.actions{
  padding:20px 0 0!important;border:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;flex-wrap:wrap!important;
}
body.leto-site .woocommerce-cart-form td.actions .coupon{display:flex!important;gap:10px!important;align-items:center!important;float:none!important;}
body.leto-site .woocommerce-cart-form td.actions .coupon .input-text{
  width:170px!important;min-height:44px!important;margin:0!important;padding:0 14px!important;border:1px solid #C7DFEC!important;border-radius:999px!important;
}
body.leto-site .woocommerce-cart-form td.actions button.button{
  min-height:44px!important;margin:0!important;padding:0 18px!important;
}
body.leto-site .cart_totals table.shop_table th,
body.leto-site .cart_totals table.shop_table td{padding:14px 0!important;font-size:14px!important;}
body.leto-site .cart_totals table.shop_table th{color:#49616F!important;font-weight:600!important;text-transform:none!important;letter-spacing:0!important;}
body.leto-site .cart_totals table.shop_table td{text-align:right!important;color:#063A59!important;font-weight:800!important;}
body.leto-site .wc-proceed-to-checkout{padding:20px 0 0!important;}
body.leto-site .wc-proceed-to-checkout a.checkout-button{
  width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important;min-height:52px!important;margin:0!important;
}

/* ---------- CHECKOUT ---------- */
body.leto-site.leto-checkout-page form.checkout.woocommerce-checkout,
body.leto-site.woocommerce-checkout form.checkout.woocommerce-checkout{
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(380px,.78fr)!important;
  grid-template-rows:auto auto!important;
  gap:22px 28px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}
body.leto-site .woocommerce-checkout #customer_details{
  grid-column:1!important;
  grid-row:1 / span 2!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  display:block!important;
}
body.leto-site .woocommerce-checkout #customer_details:before,
body.leto-site .woocommerce-checkout #customer_details:after{display:none!important;content:none!important;}
body.leto-site .woocommerce-checkout #customer_details .col-1,
body.leto-site .woocommerce-checkout #customer_details .col-2{
  width:100%!important;
  float:none!important;
  margin:0 0 22px!important;
  padding:28px!important;
  background:#fff!important;
  border:1px solid #C7DFEC!important;
  border-radius:26px!important;
}
body.leto-site .woocommerce-checkout #order_review_heading{
  grid-column:2!important;
  grid-row:1!important;
  align-self:end!important;
  margin:0!important;
  padding:0 4px 4px!important;
  font-family:'Playfair Display',Georgia,serif!important;
  font-size:32px!important;
  line-height:1!important;
  color:#0D2533!important;
}
body.leto-site .woocommerce-checkout #order_review{
  grid-column:2!important;
  grid-row:2!important;
  width:100%!important;
  float:none!important;
  margin:0!important;
  padding:26px!important;
  background:#fff!important;
  border:1px solid #C7DFEC!important;
  border-radius:26px!important;
  align-self:start!important;
}
body.leto-site .woocommerce-checkout h3,
body.leto-site .woocommerce-billing-fields > h3,
body.leto-site .woocommerce-additional-fields > h3{
  font-family:'Playfair Display',Georgia,serif!important;
  font-size:32px!important;
  line-height:1!important;
  margin:0 0 22px!important;
  color:#0D2533!important;
}
body.leto-site .woocommerce form .form-row{
  display:block!important;
  width:100%!important;
  float:none!important;
  margin:0 0 15px!important;
  padding:0!important;
}
body.leto-site .woocommerce form .form-row-first,
body.leto-site .woocommerce form .form-row-last{
  width:calc(50% - 8px)!important;
  display:inline-block!important;
  vertical-align:top!important;
}
body.leto-site .woocommerce form .form-row-first{margin-right:12px!important;}
body.leto-site .woocommerce form .form-row label{
  display:block!important;margin:0 0 7px!important;color:#49616F!important;font-size:11px!important;font-weight:800!important;letter-spacing:.06em!important;
}
body.leto-site .woocommerce form .form-row input.input-text,
body.leto-site .woocommerce form .form-row textarea,
body.leto-site .woocommerce form .form-row select,
body.leto-site .select2-container .select2-selection--single{
  width:100%!important;min-height:48px!important;padding:0 14px!important;border:1px solid #C7DFEC!important;border-radius:12px!important;background:#FBFEFF!important;color:#0D2533!important;box-shadow:none!important;
}
body.leto-site .woocommerce form .form-row textarea{min-height:130px!important;padding-top:13px!important;}
body.leto-site .select2-container .select2-selection--single .select2-selection__rendered{line-height:46px!important;padding:0!important;color:#0D2533!important;}
body.leto-site .select2-container .select2-selection--single .select2-selection__arrow{height:46px!important;right:8px!important;}
body.leto-site .woocommerce-checkout-review-order-table{border:0!important;padding:0!important;margin:0 0 18px!important;background:transparent!important;}
body.leto-site .woocommerce-checkout-review-order-table th,
body.leto-site .woocommerce-checkout-review-order-table td{padding:13px 0!important;border-bottom:1px solid #E5EEF2!important;font-size:13px!important;}
body.leto-site .woocommerce-checkout-review-order-table th{color:#49616F!important;font-weight:700!important;}
body.leto-site .woocommerce-checkout-review-order-table td{text-align:right!important;color:#063A59!important;}
body.leto-site #payment{
  margin-top:14px!important;padding:18px!important;background:#F5FBFE!important;border:1px solid #D7E9F1!important;border-radius:18px!important;
}
body.leto-site #payment ul.payment_methods{padding:0!important;border:0!important;}
body.leto-site #payment div.payment_box{background:#fff!important;border-radius:12px!important;color:#49616F!important;}
body.leto-site #payment div.payment_box:before{border-bottom-color:#fff!important;}
body.leto-site #place_order{width:100%!important;min-height:52px!important;margin-top:10px!important;float:none!important;}
body.leto-site .woocommerce-privacy-policy-text p{font-size:12px!important;line-height:1.55!important;color:#6C7F89!important;}

/* Woo Blocks compatibility if Cart/Checkout pages are converted to blocks later. */
body.leto-site .wc-block-cart,
body.leto-site .wc-block-checkout{max-width:1324px!important;margin:0 auto!important;}
body.leto-site .wc-block-components-sidebar-layout{gap:28px!important;}
body.leto-site .wc-block-components-main,
body.leto-site .wc-block-components-sidebar{background:#fff!important;border:1px solid #C7DFEC!important;border-radius:26px!important;padding:26px!important;}
body.leto-site .wc-block-components-button{background:#004C77!important;color:#fff!important;border-radius:999px!important;}

@media(max-width:960px){
  body.leto-site.leto-cart-page .leto-woo-card > .woocommerce,
  body.leto-site.woocommerce-cart .leto-woo-card > .woocommerce,
  body.leto-site.leto-checkout-page form.checkout.woocommerce-checkout,
  body.leto-site.woocommerce-checkout form.checkout.woocommerce-checkout{
    grid-template-columns:1fr!important;
  }
  body.leto-site .woocommerce-checkout #customer_details,
  body.leto-site .woocommerce-checkout #order_review_heading,
  body.leto-site .woocommerce-checkout #order_review,
  body.leto-site.leto-cart-page .woocommerce-cart-form,
  body.leto-site.woocommerce-cart .woocommerce-cart-form,
  body.leto-site.leto-cart-page .cart-collaterals,
  body.leto-site.woocommerce-cart .cart-collaterals{
    grid-column:1!important;grid-row:auto!important;
  }
  body.leto-site .cart-collaterals .cart_totals{position:static!important;}
}
@media(max-width:680px){
  body.leto-site .woocommerce-message,
  body.leto-site .woocommerce-info,
  body.leto-site .woocommerce-error{padding:16px 18px!important;}
  body.leto-site .woocommerce-message .button,
  body.leto-site .woocommerce-info .button,
  body.leto-site .woocommerce-error .button,
  body.leto-site .woocommerce-message a.button.wc-forward{position:static!important;transform:none!important;display:inline-flex!important;margin:12px 0 0!important;}
  body.leto-site .woocommerce-cart-form{padding:18px!important;overflow-x:auto!important;}
  body.leto-site table.shop_table{min-width:640px!important;}
  body.leto-site .cart-collaterals .cart_totals{padding:20px!important;}
  body.leto-site .woocommerce-checkout #customer_details .col-1,
  body.leto-site .woocommerce-checkout #customer_details .col-2,
  body.leto-site .woocommerce-checkout #order_review{padding:20px!important;}
  body.leto-site .woocommerce form .form-row-first,
  body.leto-site .woocommerce form .form-row-last{width:100%!important;display:block!important;margin-right:0!important;}
  body.leto-site .woocommerce-checkout #order_review_heading{font-size:28px!important;}
}


/* =========================================================
   LETO 1.1.0 — reference-driven redesign
   Structural target: client-approved Crumble Pakistan reference.
   Client branding/content only; no reference-site copy or assets.
   ========================================================= */
body.leto-site{--leto-ref-ink:#0D2533;--leto-ref-blue:#004C77;--leto-ref-deep:#063A59;--leto-ref-cream:#FFF8F0;--leto-ref-sky:#EAF6FC;--leto-ref-line:#D8E6EE;background:#fff;color:var(--leto-ref-ink)}
body.leto-site main{overflow:hidden}
body.leto-site .leto-ref-container{width:min(100% - 48px,1480px);margin:0 auto}
body.leto-site .announcement{display:none!important}
body.leto-site .site-header.leto-ref-header{position:sticky!important;top:0!important;z-index:80!important;background:#fff!important;border-bottom:1px solid rgba(13,37,51,.10)!important;backdrop-filter:blur(14px)!important}
body.leto-site .leto-ref-header-inner{height:76px!important;max-width:1600px!important;padding:0 28px!important;display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;gap:18px!important;position:relative!important}
body.leto-site .leto-ref-header-left,body.leto-site .leto-ref-header-actions{display:flex!important;align-items:center!important;gap:8px!important}
body.leto-site .leto-ref-header-actions{justify-content:flex-end!important}
body.leto-site .leto-ref-logo{display:flex!important;align-items:center!important;justify-content:center!important;min-width:190px!important}
body.leto-site .leto-ref-logo img{height:50px!important;max-width:180px!important;width:auto!important;object-fit:contain!important}
body.leto-site .leto-ref-header .icon-btn{width:42px!important;height:42px!important;min-width:42px!important;border:0!important;background:transparent!important;border-radius:50%!important;color:var(--leto-ref-ink)!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;position:relative!important}
body.leto-site .leto-ref-header .icon-btn:hover{background:#f5f8fa!important}
body.leto-site .leto-ref-header .icon-btn .leto-svg{width:22px!important;height:22px!important}
body.leto-site .leto-ref-header .leto-cart-count{position:absolute!important;right:0!important;top:1px!important;width:18px!important;height:18px!important;min-width:18px!important;border-radius:99px!important;background:var(--leto-ref-blue)!important;color:#fff!important;font-size:9px!important;line-height:18px!important;text-align:center!important;font-weight:800!important}
body.leto-site .leto-ref-menu-panel{display:none!important;position:absolute!important;left:28px!important;top:68px!important;width:min(360px,calc(100vw - 56px))!important;padding:20px!important;background:#fff!important;border:1px solid var(--leto-ref-line)!important;border-radius:18px!important;box-shadow:0 24px 70px rgba(13,37,51,.15)!important;z-index:95!important}
body.leto-site .leto-ref-menu-panel.is-open{display:grid!important;gap:2px!important}
body.leto-site .leto-ref-menu-panel a{padding:12px 10px!important;border-bottom:1px solid #eef3f6!important;color:var(--leto-ref-ink)!important;font-weight:600!important;text-decoration:none!important}
body.leto-site .leto-ref-menu-panel a:last-child{border-bottom:0!important}
body.leto-site .leto-ref-search-panel{display:none;position:absolute;left:28px;right:28px;top:68px;padding:16px;background:#fff;border:1px solid var(--leto-ref-line);border-radius:18px;box-shadow:0 24px 70px rgba(13,37,51,.15);z-index:94}
body.leto-site .leto-ref-search-panel.is-open{display:block}
body.leto-site .leto-ref-search-panel form{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}
body.leto-site .leto-ref-search-panel input{width:100%;height:48px;border:1px solid var(--leto-ref-line);border-radius:999px;padding:0 18px;font:inherit;color:var(--leto-ref-ink);outline:0}
body.leto-site .leto-ref-search-panel input:focus{border-color:var(--leto-ref-blue);box-shadow:0 0 0 3px rgba(0,76,119,.08)}

body.leto-site .leto-ref-hero-slider{width:100%;height:clamp(600px,72vw,820px);max-height:820px;min-height:600px;background:var(--leto-ref-sky);position:relative;overflow:hidden}
body.leto-site .leto-ref-slides,body.leto-site .leto-ref-slide{position:absolute;inset:0}
body.leto-site .leto-ref-slide{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .55s ease,visibility .55s ease;background:linear-gradient(115deg,#f4fbff 0%,#e4f5fd 56%,#d5edf8 100%)}
body.leto-site .leto-ref-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:2}
body.leto-site .leto-ref-slide-copy{padding:clamp(56px,7vw,118px) clamp(32px,6vw,100px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;z-index:3}
body.leto-site .leto-ref-slide-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.17em;font-weight:800;color:var(--leto-ref-blue);margin-bottom:22px}
body.leto-site .leto-ref-slide h1{font-family:'Playfair Display',Georgia,serif!important;font-size:clamp(48px,5.3vw,82px)!important;line-height:.98!important;letter-spacing:-.03em!important;max-width:690px!important;margin:0 0 24px!important;color:var(--leto-ref-deep)!important}
body.leto-site .leto-ref-slide p{font-size:clamp(16px,1.3vw,20px);line-height:1.65;max-width:620px;margin:0 0 30px;color:#3d5b6b}
body.leto-site .leto-ref-slide-media{position:relative;overflow:hidden;min-width:0}
body.leto-site .leto-ref-slide-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(228,245,253,.32),transparent 24%);pointer-events:none}
body.leto-site .leto-ref-slide-media img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.02);transition:transform 6s ease}
body.leto-site .leto-ref-slide.is-active .leto-ref-slide-media img{transform:scale(1.07)}
body.leto-site .leto-slider-arrow{position:absolute;top:50%;z-index:6;width:48px;height:48px;border:1px solid rgba(13,37,51,.16);border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.88);color:var(--leto-ref-ink);cursor:pointer;transform:translateY(-50%);backdrop-filter:blur(8px)}
body.leto-site .leto-slider-prev{left:24px}body.leto-site .leto-slider-next{right:24px}body.leto-site .leto-slider-arrow .leto-svg{width:22px;height:22px}
body.leto-site .leto-slider-dots{position:absolute;left:50%;bottom:26px;transform:translateX(-50%);z-index:7;display:flex;gap:8px;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.78);backdrop-filter:blur(8px)}
body.leto-site .leto-slider-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(13,37,51,.27);cursor:pointer}.leto-slider-dots button.is-active{width:26px;border-radius:999px;background:var(--leto-ref-deep)}

body.leto-site .leto-ref-section{padding:78px 0;background:#fff}
body.leto-site .leto-ref-heading-row{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}
body.leto-site .leto-ref-heading-row h2,body.leto-site .leto-ref-centered-heading h2{font-family:'DM Sans',Arial,sans-serif!important;font-size:clamp(30px,3vw,44px)!important;line-height:1.05!important;letter-spacing:-.035em!important;margin:0!important;color:var(--leto-ref-ink)!important;font-weight:700!important}
body.leto-site .leto-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--leto-ref-ink)!important;font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;text-decoration:none!important;border-bottom:1px solid currentColor;padding-bottom:3px}
body.leto-site .leto-text-link .leto-svg{width:14px;height:14px}
body.leto-site .leto-ref-product-rail-wrap{position:relative}
body.leto-site .leto-ref-product-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(250px,calc((100% - 72px)/4));gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 2px 16px}.leto-ref-product-rail::-webkit-scrollbar{display:none}
body.leto-site .leto-ref-product-rail .product-card{scroll-snap-align:start}
body.leto-site .leto-rail-arrow{position:absolute;top:38%;z-index:5;width:44px;height:44px;border-radius:50%;border:1px solid var(--leto-ref-line);background:#fff;color:var(--leto-ref-ink);display:flex;align-items:center;justify-content:center;box-shadow:0 12px 28px rgba(13,37,51,.11);cursor:pointer}.leto-rail-prev{left:-20px}.leto-rail-next{right:-20px}.leto-rail-arrow .leto-svg{width:20px;height:20px}
body.leto-site .product-card.leto-ref-product-card{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;transform:none!important}
body.leto-site .product-card.leto-ref-product-card>a{text-decoration:none!important;color:inherit!important;display:block}
body.leto-site .product-card.leto-ref-product-card .prod-img{position:relative;aspect-ratio:1/1;border-radius:2px!important;background:#f5f5f3!important;overflow:hidden!important}
body.leto-site .product-card.leto-ref-product-card .prod-img img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
body.leto-site .product-card.leto-ref-product-card:hover .prod-img img{transform:scale(1.025)}
body.leto-site .leto-product-badge{position:absolute;left:12px;top:12px;z-index:2;padding:7px 10px;border-radius:3px;background:#fff;color:var(--leto-ref-ink);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;box-shadow:0 3px 12px rgba(0,0,0,.07)}
body.leto-site .product-card.leto-ref-product-card .prod-info{padding:16px 1px 0!important}
body.leto-site .product-card.leto-ref-product-card .prod-cat{font-size:10px!important;letter-spacing:.1em!important;color:#6d7c85!important;margin-bottom:6px}
body.leto-site .product-card.leto-ref-product-card h3{font-family:'DM Sans',Arial,sans-serif!important;font-size:17px!important;line-height:1.35!important;font-weight:600!important;letter-spacing:-.01em!important;margin:0 0 7px!important;color:var(--leto-ref-ink)!important}
body.leto-site .product-card.leto-ref-product-card .prod-bottom{margin:0!important}.product-card.leto-ref-product-card .price{font-size:14px!important;font-weight:600!important;color:var(--leto-ref-ink)!important}

body.leto-site .leto-ref-process{background:var(--leto-ref-cream)}
body.leto-site .leto-ref-centered-heading{text-align:center;margin-bottom:44px}
body.leto-site .leto-ref-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px;align-items:start}
body.leto-site .leto-ref-process-card{text-align:center;padding:12px 14px}
body.leto-site .leto-ref-process-icon{width:94px;height:94px;margin:0 auto 22px;border-radius:50%;background:#fff;border:1px solid #e0eaef;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px rgba(13,37,51,.06)}
body.leto-site .leto-ref-process-icon span{font-family:'Playfair Display',Georgia,serif;font-size:28px;color:var(--leto-ref-blue);font-weight:700}
body.leto-site .leto-ref-process-card h3{font-family:'DM Sans',Arial,sans-serif!important;font-size:18px!important;margin:0 0 10px!important;font-weight:700!important;color:var(--leto-ref-ink)!important}
body.leto-site .leto-ref-process-card p{font-size:14px;line-height:1.55;color:#60727c;margin:0 auto;max-width:270px}

body.leto-site .leto-ref-promos{padding-top:34px}
body.leto-site .leto-ref-promo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
body.leto-site .leto-ref-promo-card{background:var(--leto-ref-sky);min-width:0}
body.leto-site .leto-ref-promo-media{aspect-ratio:1.6/1;overflow:hidden}.leto-ref-promo-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.leto-ref-promo-card:hover .leto-ref-promo-media img{transform:scale(1.02)}
body.leto-site .leto-ref-promo-copy{padding:30px 32px 34px}.leto-ref-promo-copy h2{font-family:'DM Sans',Arial,sans-serif!important;font-size:clamp(26px,2.6vw,38px)!important;line-height:1.05!important;letter-spacing:-.03em!important;margin:0 0 14px!important}.leto-ref-promo-copy p{font-size:15px;line-height:1.65;max-width:580px;margin:0 0 22px}

body.leto-site .leto-ref-story{padding-top:44px}.leto-ref-story-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:70px;align-items:center}.leto-ref-story-media{min-width:0}.leto-ref-story-media img{display:block;width:100%;aspect-ratio:1.15/1;object-fit:cover}.leto-ref-story-copy h2{font-family:'DM Sans',Arial,sans-serif!important;font-size:clamp(34px,4vw,58px)!important;line-height:1!important;letter-spacing:-.04em!important;margin:10px 0 24px!important}.leto-ref-story-copy p{font-size:16px;line-height:1.75;color:#4d626e}.leto-ref-story-copy .btn{margin-top:10px}

body.leto-site .leto-ref-newsletter{background:var(--leto-ref-deep);color:#fff;padding:64px 0}.leto-ref-newsletter-inner{display:grid;grid-template-columns:1fr minmax(360px,.8fr);gap:70px;align-items:center}.leto-ref-newsletter .eyebrow{color:#a0d7f5}.leto-ref-newsletter h2{font-family:'DM Sans',Arial,sans-serif!important;font-size:clamp(34px,3.8vw,52px)!important;letter-spacing:-.04em!important;line-height:1!important;margin:9px 0 14px!important;color:#fff!important}.leto-ref-newsletter p{color:#cfe0e9;max-width:650px;margin:0}.leto-newsletter-form{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:start}.leto-newsletter-form input{height:52px;border:1px solid rgba(255,255,255,.25);border-radius:0;background:transparent;color:#fff;padding:0 16px;font:inherit;outline:0}.leto-newsletter-form input::placeholder{color:#cfe0e9}.leto-newsletter-form input:focus{border-color:#fff}.leto-newsletter-status{grid-column:1/-1;color:#cfe0e9;font-size:12px;min-height:18px}

body.leto-site footer.leto-ref-footer{margin-top:0!important;background:#041f30!important}.leto-ref-footer-top{max-width:1480px;margin:0 auto;padding:66px 24px 42px;display:grid;grid-template-columns:1.3fr .75fr .9fr .7fr;gap:54px}.leto-ref-footer-brand p{max-width:360px}.leto-ref-socials{display:flex;gap:18px;margin-top:18px}.leto-ref-footer h4{font-size:11px!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:#fff!important;margin:0 0 18px!important}.leto-ref-footer ul{display:grid!important;gap:10px!important}.leto-ref-footer .footer-logo{height:58px!important;max-width:180px!important;width:auto!important;object-fit:contain!important;margin:0 0 20px!important}
body.leto-site footer.leto-ref-footer .copyright{max-width:1480px!important;padding:22px 24px!important}

body.leto-site .leto-ref-shop-heading{padding:74px 0 34px;background:#fff}.leto-ref-shop-heading .leto-page-title{font-family:'DM Sans',Arial,sans-serif!important;font-size:clamp(44px,5vw,72px)!important;line-height:1!important;letter-spacing:-.045em!important;margin:10px 0 14px!important}.leto-ref-shop-heading p{font-size:17px;max-width:680px;margin:0}.leto-ref-shop-section{padding-top:24px!important}.leto-ref-shop-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:34px 24px!important}

body.leto-site .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}
body.leto-site .leto-svg{display:block;width:1em;height:1em;fill:none;stroke:currentColor}

@media(max-width:1100px){
 body.leto-site .leto-ref-slide{grid-template-columns:.95fr 1.05fr}.leto-ref-product-rail{grid-auto-columns:minmax(250px,calc((100% - 48px)/3))!important}.leto-ref-process-grid{grid-template-columns:repeat(2,1fr)!important;row-gap:42px!important}.leto-ref-story-grid{gap:42px}.leto-ref-footer-top{grid-template-columns:1.1fr repeat(2,.8fr)!important}.leto-ref-footer-top>div:last-child{display:none}.leto-ref-shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:782px){
 body.leto-site .leto-ref-container{width:min(100% - 32px,1480px)}
 body.leto-site .leto-ref-header-inner{height:70px!important;padding:0 16px!important}.leto-ref-header .leto-account-link{display:none!important}.leto-ref-logo{min-width:130px!important}.leto-ref-logo img{height:44px!important;max-width:150px!important}.leto-ref-header .icon-btn{width:40px!important;height:40px!important;min-width:40px!important}.leto-ref-menu-panel{left:16px!important;top:64px!important;width:calc(100vw - 32px)!important}.leto-ref-search-panel{left:16px!important;right:16px!important;top:64px!important}.leto-ref-search-panel form{grid-template-columns:1fr!important}.leto-ref-search-panel .btn{width:100%!important;justify-content:center!important}
 body.leto-site .leto-ref-hero-slider{height:auto!important;min-height:0!important;max-height:none!important}.leto-ref-slides{position:relative!important;min-height:690px}.leto-ref-slide{grid-template-columns:1fr!important;grid-template-rows:auto 1fr!important;min-height:690px!important}.leto-ref-slide:not(.is-active){position:absolute!important}.leto-ref-slide-copy{padding:48px 24px 36px!important;min-height:320px!important}.leto-ref-slide h1{font-size:clamp(42px,12vw,58px)!important}.leto-ref-slide-media{min-height:370px!important;grid-row:2}.leto-ref-slide-media:after{display:none}.leto-slider-arrow{top:auto!important;bottom:20px!important;width:44px!important;height:44px!important}.leto-slider-prev{left:18px!important}.leto-slider-next{right:18px!important}.leto-slider-dots{bottom:28px!important}
 body.leto-site .leto-ref-section{padding:56px 0}.leto-ref-heading-row{align-items:center;margin-bottom:24px}.leto-ref-product-rail{grid-auto-columns:minmax(72vw,280px)!important;gap:16px!important}.leto-rail-arrow{display:none!important}.leto-ref-process-grid{grid-template-columns:1fr 1fr!important;gap:34px 12px!important}.leto-ref-process-card{padding:0 6px!important}.leto-ref-process-icon{width:76px!important;height:76px!important;margin-bottom:16px!important}.leto-ref-process-icon span{font-size:24px!important}.leto-ref-process-card h3{font-size:16px!important}.leto-ref-process-card p{font-size:13px!important}
 .leto-ref-promo-grid{grid-template-columns:1fr!important;gap:18px!important}.leto-ref-promo-copy{padding:24px!important}.leto-ref-story-grid{grid-template-columns:1fr!important;gap:30px!important}.leto-ref-story-media img{aspect-ratio:1/1!important}.leto-ref-newsletter-inner{grid-template-columns:1fr!important;gap:28px!important}.leto-newsletter-form{grid-template-columns:1fr!important}.leto-newsletter-form .btn{width:100%!important;justify-content:center!important}.leto-ref-footer-top{grid-template-columns:1fr 1fr!important;gap:36px 24px!important;padding:50px 18px 30px!important}.leto-ref-footer-brand{grid-column:1/-1}.leto-ref-footer .copyright{padding:20px 18px!important;display:grid!important;gap:8px!important}.leto-ref-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:26px 14px!important}.leto-ref-shop-heading{padding:48px 0 24px!important}.leto-ref-shop-heading .leto-page-title{font-size:44px!important}
}
@media(max-width:420px){body.leto-site .leto-ref-header-left{gap:2px!important}.leto-ref-header-actions{gap:2px!important}.leto-ref-logo img{height:40px!important;max-width:132px!important}.leto-ref-slide-copy{padding:42px 20px 30px!important}.leto-ref-slide-media{min-height:330px!important}.leto-ref-process-grid{grid-template-columns:1fr!important}.leto-ref-shop-grid{grid-template-columns:1fr 1fr!important}.leto-ref-footer-top{grid-template-columns:1fr!important}.leto-ref-footer-brand{grid-column:auto!important}}

/* About / Contact parity with the reference's simple content pages. */
body.leto-site .contact-grid{max-width:1180px!important;margin:0 auto!important;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)!important;gap:70px!important;align-items:start!important}
body.leto-site .contact-grid>div:first-child h2{font-family:'DM Sans',Arial,sans-serif!important;font-size:clamp(42px,4.6vw,66px)!important;line-height:1!important;letter-spacing:-.045em!important;margin:10px 0 20px!important}
body.leto-site .contact-grid>div:first-child>p{font-size:17px!important;line-height:1.7!important;max-width:520px!important}
body.leto-site .contact-card{border:1px solid var(--leto-ref-line)!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;padding:30px!important}
body.leto-site .contact-card h3{font-family:'DM Sans',Arial,sans-serif!important;font-size:22px!important}
body.leto-site .contact-card input,body.leto-site .contact-card textarea{border-radius:0!important;border-color:var(--leto-ref-line)!important;background:#fff!important}
@media(max-width:782px){body.leto-site .contact-grid{grid-template-columns:1fr!important;gap:28px!important}.contact-card{padding:22px!important}}


/* =========================================================

/* =========================================================
   LETO 1.1.7 — consolidated reference-parity layer
   One final layer only. No legacy parity overrides below this point.
   ========================================================= */
:root{
  --leto-brand:#004C77;
  --leto-deep:#0D2533;
  --leto-sky:#A0D7F5;
  --leto-sky-soft:#D7ECFA;
  --leto-peach:#F8D7C7;
  --leto-cream:#FFF8F0;
  --leto-copy:#49616F;
  --leto-line:#BFD6E5;
}
body.leto-site{background:var(--leto-cream)!important;color:var(--leto-deep)!important}

/* Header */
body.leto-site .leto-ref-header{height:80px!important;background:#fff!important;border:0!important;box-shadow:none!important}
body.leto-site .leto-ref-header-inner{height:80px!important;width:min(100% - 48px,1480px)!important;max-width:1480px!important;margin:0 auto!important;padding:0!important;display:grid!important;grid-template-columns:190px minmax(0,1fr) auto!important;gap:28px!important;align-items:center!important}
body.leto-site .leto-ref-logo img{height:52px!important;max-width:170px!important;width:auto!important;object-fit:contain!important}
body.leto-site .leto-desktop-nav{display:flex!important;align-items:center!important;justify-content:center!important;gap:clamp(22px,2vw,38px)!important;white-space:nowrap!important}
body.leto-site .leto-desktop-nav a{font-family:'DM Sans',Arial,sans-serif!important;font-size:12px!important;line-height:1!important;font-weight:800!important;letter-spacing:.025em!important;text-transform:uppercase!important;color:var(--leto-brand)!important;text-decoration:none!important;padding:31px 0 29px!important;border:0!important}
body.leto-site .leto-ref-header .icon-btn{color:var(--leto-brand)!important;width:38px!important;height:38px!important;min-width:38px!important;background:transparent!important;border:0!important}
body.leto-site .leto-ref-header .leto-menu-toggle{display:none!important}

/* Hero: finished campaign artwork, rendered pixel-for-pixel from lossless PNG assets. */
body.leto-site .leto-ref-hero-slider{position:relative!important;width:100vw!important;margin-left:calc(50% - 50vw)!important;aspect-ratio:12/5!important;height:auto!important;min-height:0!important;max-height:none!important;background:var(--leto-sky)!important;overflow:hidden!important}
body.leto-site .leto-ref-slides,body.leto-site .leto-ref-slide,body.leto-site .leto-ref-slide-link,body.leto-site .leto-ref-slide-picture{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;display:block!important}
body.leto-site .leto-ref-slide{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .38s ease!important}
body.leto-site .leto-ref-slide.is-active{opacity:1!important;visibility:visible!important;pointer-events:auto!important;z-index:2!important}
body.leto-site .leto-ref-slide-picture::after,body.leto-site .leto-ref-slide-copy,body.leto-site .leto-slider-dots{display:none!important;content:none!important}
body.leto-site .leto-ref-slide-picture img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center center!important;filter:none!important;transform:none!important;image-rendering:auto!important}
body.leto-site .leto-slider-arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:8!important;width:42px!important;height:42px!important;border-radius:50%!important;background:rgba(255,255,255,.96)!important;color:var(--leto-brand)!important;border:1px solid rgba(0,76,119,.16)!important;box-shadow:0 5px 18px rgba(13,37,51,.10)!important;opacity:0!important;transition:opacity .18s ease!important}
body.leto-site .leto-ref-hero-slider:hover .leto-slider-arrow,body.leto-site .leto-slider-arrow:focus-visible{opacity:1!important}
body.leto-site .leto-slider-prev{left:14px!important}body.leto-site .leto-slider-next{right:14px!important}

/* Best sellers: match the four-card reference geometry. */
body.leto-site .leto-ref-best-sellers{background:#fff!important;padding:24px 0 72px!important}
body.leto-site .leto-ref-best-sellers .leto-ref-container{width:min(100% - 72px,1480px)!important}
body.leto-site .leto-ref-best-sellers .leto-ref-heading-row{display:flex!important;align-items:center!important;justify-content:space-between!important;margin:0 0 44px!important}
body.leto-site .leto-ref-best-sellers .leto-ref-heading-row h2{font-family:'DM Sans',Arial,sans-serif!important;font-size:36px!important;line-height:1!important;letter-spacing:-.045em!important;font-weight:800!important;color:var(--leto-brand)!important;margin:0!important}
body.leto-site .leto-ref-best-sellers .leto-text-link{font-family:'DM Sans',Arial,sans-serif!important;font-size:14px!important;font-weight:600!important;letter-spacing:0!important;text-transform:none!important;color:var(--leto-brand)!important;border-bottom:1px solid var(--leto-brand)!important;padding-bottom:5px!important;text-decoration:none!important}
body.leto-site .leto-ref-product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;align-items:stretch!important}
body.leto-site .leto-ref-best-sellers .leto-ref-product-card{height:486px!important;min-height:486px!important;border:2px solid var(--leto-brand)!important;border-radius:10px!important;background:var(--leto-cream)!important;padding:0!important;overflow:hidden!important;box-shadow:none!important}
body.leto-site .leto-ref-best-sellers .leto-ref-product-card>a{height:100%!important;display:flex!important;flex-direction:column!important;color:inherit!important;text-decoration:none!important}
body.leto-site .leto-ref-best-sellers .prod-img{position:relative!important;height:306px!important;min-height:306px!important;aspect-ratio:auto!important;background:#F7F1E6!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;padding:0!important}
body.leto-site .leto-ref-best-sellers .prod-img img{display:block!important;width:250px!important;height:250px!important;max-width:calc(100% - 34px)!important;max-height:250px!important;object-fit:cover!important;padding:0!important;margin:auto!important;filter:none!important;transform:none!important;image-rendering:auto!important}
body.leto-site .leto-ref-best-sellers .leto-product-badge{position:absolute!important;left:16px!important;top:16px!important;z-index:4!important;background:#fff!important;color:var(--leto-brand)!important;border:0!important;border-radius:9px!important;padding:7px 10px!important;font-size:10px!important;line-height:1!important;letter-spacing:.04em!important;box-shadow:none!important}
body.leto-site .leto-ref-best-sellers .prod-info{padding:20px 22px 24px!important;display:flex!important;flex:1!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;text-align:center!important;min-width:0!important}
body.leto-site .leto-ref-best-sellers .prod-cat{display:none!important}
body.leto-site .leto-ref-best-sellers .prod-info h3{font-family:'DM Sans',Arial,sans-serif!important;font-size:20px!important;line-height:1.18!important;font-weight:700!important;letter-spacing:-.02em!important;color:var(--leto-brand)!important;margin:0!important;min-height:54px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;text-align:center!important}
body.leto-site .leto-ref-best-sellers .prod-bottom{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;margin:auto 0 0!important;text-align:center!important}
body.leto-site .leto-ref-best-sellers .price{display:block!important;width:100%!important;text-align:center!important;font-family:'DM Sans',Arial,sans-serif!important;font-size:14px!important;line-height:1.2!important;font-weight:700!important;color:var(--leto-brand)!important;margin:0!important}
body.leto-site .leto-ref-best-sellers .price .amount{color:inherit!important}
body.leto-site .leto-ref-product-rail-wrap,body.leto-site .leto-ref-product-rail{display:none!important}

/* Process strip */
body.leto-site .leto-ref-process{background:#F7F2E8!important;padding:34px 0!important}
body.leto-site .leto-ref-process .leto-ref-heading-row{display:none!important}
body.leto-site .leto-ref-process .leto-ref-container{width:min(100% - 72px,1480px)!important}
body.leto-site .leto-ref-process-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:44px!important}
body.leto-site .leto-ref-process-card{display:grid!important;grid-template-columns:64px 1fr!important;gap:16px!important;text-align:left!important;align-items:start!important;padding:0!important}
body.leto-site .leto-ref-process-media{width:64px!important;height:64px!important;margin:0!important;overflow:hidden!important;border-radius:10px!important}
body.leto-site .leto-ref-process-media img{width:64px!important;height:64px!important;object-fit:cover!important;border-radius:10px!important;filter:none!important}
body.leto-site .leto-ref-process-no{display:none!important}
body.leto-site .leto-ref-process-card h3{font-family:'DM Sans',Arial,sans-serif!important;font-size:16px!important;line-height:1.2!important;font-weight:700!important;color:var(--leto-brand)!important;margin:1px 0 6px!important}
body.leto-site .leto-ref-process-card p{font-size:14px!important;line-height:1.42!important;color:var(--leto-brand)!important;margin:0!important}

/* Two reference-like promo boxes. */
body.leto-site .leto-ref-promos{background:#fff!important;padding:50px 0 58px!important}
body.leto-site .leto-ref-promos .leto-ref-container{width:min(100% - 72px,1480px)!important}
body.leto-site .leto-ref-promo-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important}
body.leto-site .leto-ref-promo-card{min-height:320px!important;display:grid!important;grid-template-columns:210px 1fr!important;align-items:center!important;gap:28px!important;background:#fff!important;border:1px solid var(--leto-line)!important;border-radius:10px!important;padding:34px 30px!important}
body.leto-site .leto-ref-promo-media{width:210px!important;height:220px!important;aspect-ratio:auto!important;overflow:hidden!important;align-self:center!important;background:transparent!important}
body.leto-site .leto-ref-promo-media img{width:100%!important;height:100%!important;object-fit:contain!important;filter:none!important;transform:none!important}
body.leto-site .leto-ref-promo-copy{padding:0!important}
body.leto-site .leto-ref-promo-copy h2{font-family:'DM Sans',Arial,sans-serif!important;font-size:29px!important;line-height:1.08!important;font-weight:700!important;color:var(--leto-brand)!important;margin:0 0 14px!important}
body.leto-site .leto-ref-promo-copy p{font-size:15px!important;line-height:1.45!important;color:var(--leto-brand)!important;margin:0 0 24px!important}
body.leto-site .leto-ref-promo-copy .leto-text-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:156px!important;height:54px!important;padding:0 22px!important;border:0!important;border-radius:9px!important;background:var(--leto-brand)!important;color:#fff!important;font-size:13px!important;font-weight:800!important;letter-spacing:.04em!important;text-transform:uppercase!important;text-decoration:none!important}
body.leto-site .leto-ref-promo-copy::after{display:none!important;content:none!important}

/* Story */
body.leto-site .leto-ref-story{background:var(--leto-sky-soft)!important;padding:0!important}
body.leto-site .leto-ref-story .leto-ref-container{width:min(100% - 120px,1660px)!important}
body.leto-site .leto-ref-story-grid{display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr)!important;gap:70px!important;padding:58px 0 72px!important;align-items:center!important}
body.leto-site .leto-ref-story-copy{grid-column:1!important;grid-row:1!important}
body.leto-site .leto-ref-story-media{grid-column:2!important;grid-row:1!important;display:flex!important;align-items:center!important;justify-content:center!important}
body.leto-site .leto-ref-story-copy .eyebrow,body.leto-site .leto-ref-story-copy .btn{display:none!important}
body.leto-site .leto-ref-story-copy h2{font-family:'DM Sans',Arial,sans-serif!important;font-size:34px!important;line-height:1.05!important;font-weight:800!important;letter-spacing:-.03em!important;color:var(--leto-brand)!important;margin:0 0 24px!important}
body.leto-site .leto-ref-story-copy p{font-size:16px!important;line-height:1.6!important;color:var(--leto-brand)!important;max-width:1000px!important}
body.leto-site .leto-ref-story-media img{width:100%!important;max-width:480px!important;max-height:520px!important;aspect-ratio:1/1!important;object-fit:contain!important;border-radius:28px!important;filter:none!important;mix-blend-mode:normal!important}

/* Newsletter: LETO palette only — remove legacy Crumble cobalt. */
body.leto-site .leto-ref-newsletter{background:var(--leto-cream)!important;color:var(--leto-deep)!important;padding:58px 0 76px!important}
body.leto-site .leto-ref-newsletter .leto-ref-container{width:min(100% - 72px,1480px)!important}
body.leto-site .leto-ref-newsletter-inner{display:grid!important;grid-template-columns:1fr minmax(420px,.8fr)!important;gap:60px!important;align-items:center!important;background:#fff!important;border:1px solid var(--leto-line)!important;border-radius:18px!important;padding:34px 38px!important}
body.leto-site .leto-ref-newsletter .eyebrow{color:var(--leto-sky)!important}
body.leto-site .leto-ref-newsletter h2{font-family:'DM Sans',Arial,sans-serif!important;font-size:clamp(34px,3.4vw,52px)!important;line-height:1!important;letter-spacing:-.045em!important;color:var(--leto-deep)!important;margin:8px 0 14px!important}
body.leto-site .leto-ref-newsletter p{color:var(--leto-copy)!important;max-width:650px!important;margin:0!important}
body.leto-site .leto-newsletter-form{display:grid!important;grid-template-columns:1fr auto!important;gap:10px!important;align-items:start!important}
body.leto-site .leto-newsletter-form input{height:52px!important;border:1px solid var(--leto-line)!important;border-radius:0!important;background:#fff!important;color:var(--leto-deep)!important;padding:0 16px!important;font:inherit!important;outline:0!important}
body.leto-site .leto-newsletter-form input::placeholder{color:#9AB1BE!important}
body.leto-site .leto-newsletter-form .btn,body.leto-site .leto-newsletter-form .btn.btn-dark{height:52px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:var(--leto-brand)!important;border:1px solid var(--leto-brand)!important;color:#fff!important;padding:0 28px!important;box-shadow:none!important}
body.leto-site .leto-newsletter-status{grid-column:1/-1!important;color:var(--leto-copy)!important}

@media(max-width:1100px){
  body.leto-site .leto-ref-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
  body.leto-site .leto-ref-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px!important}
  body.leto-site .leto-ref-promo-card{grid-template-columns:170px 1fr!important}
  body.leto-site .leto-ref-promo-media{width:170px!important;height:190px!important}
  body.leto-site .leto-ref-story-grid{grid-template-columns:1fr 360px!important;gap:34px!important}
  body.leto-site .leto-ref-newsletter-inner{grid-template-columns:1fr!important;gap:28px!important}
}
@media(max-width:782px){
  body.leto-site .leto-ref-header{height:70px!important}
  body.leto-site .leto-ref-header-inner{height:70px!important;width:100%!important;padding:0 16px!important;grid-template-columns:1fr auto!important;gap:16px!important}
  body.leto-site .leto-desktop-nav{display:none!important}
  body.leto-site .leto-ref-header .leto-menu-toggle{display:flex!important}
  body.leto-site .leto-ref-logo img{height:43px!important;max-width:145px!important}
  body.leto-site .leto-ref-hero-slider{aspect-ratio:3/4!important;width:100%!important;margin-left:0!important}
  body.leto-site .leto-slider-arrow{opacity:.92!important;width:38px!important;height:38px!important}
  body.leto-site .leto-slider-prev{left:8px!important}body.leto-site .leto-slider-next{right:8px!important}
  body.leto-site .leto-ref-best-sellers{padding:22px 0 48px!important}
  body.leto-site .leto-ref-best-sellers .leto-ref-container,body.leto-site .leto-ref-process .leto-ref-container,body.leto-site .leto-ref-promos .leto-ref-container,body.leto-site .leto-ref-newsletter .leto-ref-container{width:min(100% - 32px,1480px)!important}
  body.leto-site .leto-ref-best-sellers .leto-ref-heading-row{margin-bottom:28px!important}
  body.leto-site .leto-ref-best-sellers .leto-ref-heading-row h2{font-size:30px!important}
  body.leto-site .leto-ref-product-grid{display:flex!important;overflow-x:auto!important;gap:12px!important;scroll-snap-type:x mandatory!important;padding-bottom:8px!important;scrollbar-width:none!important}
  body.leto-site .leto-ref-product-grid::-webkit-scrollbar{display:none!important}
  body.leto-site .leto-ref-product-grid .leto-ref-product-card{flex:0 0 82vw!important;height:450px!important;min-height:450px!important;scroll-snap-align:start!important}
  body.leto-site .leto-ref-best-sellers .prod-img{height:280px!important;min-height:280px!important}
  body.leto-site .leto-ref-best-sellers .prod-img img{width:230px!important;height:230px!important;max-height:230px!important}
  body.leto-site .leto-ref-process-grid{grid-template-columns:1fr!important;gap:24px!important}
  body.leto-site .leto-ref-promo-grid{grid-template-columns:1fr!important}
  body.leto-site .leto-ref-promo-card{grid-template-columns:130px 1fr!important;min-height:250px!important;padding:24px 20px!important}
  body.leto-site .leto-ref-promo-media{width:130px!important;height:150px!important}
  body.leto-site .leto-ref-promo-copy h2{font-size:23px!important}
  body.leto-site .leto-ref-promo-copy p{font-size:14px!important}
  body.leto-site .leto-ref-story .leto-ref-container{width:min(100% - 32px,1660px)!important}
  body.leto-site .leto-ref-story-grid{grid-template-columns:1fr!important;gap:28px!important;padding:48px 0!important}
  body.leto-site .leto-ref-story-copy{grid-column:1!important;grid-row:1!important}
  body.leto-site .leto-ref-story-media{grid-column:1!important;grid-row:2!important}
  body.leto-site .leto-ref-story-copy h2{font-size:30px!important}
  body.leto-site .leto-ref-story-copy p{font-size:15px!important}
  body.leto-site .leto-newsletter-inner{grid-template-columns:1fr!important;gap:28px!important;padding:28px 22px!important}
  body.leto-site .leto-newsletter-form{grid-template-columns:1fr!important}
  body.leto-site .leto-newsletter-form .btn{width:100%!important}
}
