
/* DSGVO: Local fonts placeholder */
@font-face {
  font-family: 'Inter';
  src: local('Arial');
}

:root{--ld-bg:#f6f3ee;--ld-surface:#fbf8f4;--ld-surface-2:#efe7dc;--ld-surface-3:#e7ded2;--ld-text:#1f1f1c;--ld-muted:#6d655d;--ld-line:#d9cfc3;--ld-accent:#ea6b0b;--ld-accent-hover:#cf5c05;--ld-dark:#2a2724;--ld-container:1280px;--ld-radius-sm:8px;--ld-shadow-soft:0 18px 40px rgba(42,39,36,.06);--ld-shadow-card:0 14px 34px rgba(42,39,36,.05)}
*,*::before,*::after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--ld-bg);color:var(--ld-text);font-family:Inter,"Helvetica Neue",Arial,sans-serif;line-height:1.58;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{max-width:100%;height:auto;display:block}figure{margin:0}a{text-decoration:none;color:inherit;transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .25s ease,opacity .25s ease}a:hover{color:var(--ld-accent)}
button,input,select,textarea{font:inherit}ul,ol{margin:0;padding:0;list-style:none}
h1,h2,h3,h4,h5,h6{margin:0 0 .5em;font-family:"Cormorant Garamond",Georgia,serif;font-weight:600;letter-spacing:-.02em;line-height:1.03;color:var(--ld-text)}
h1{font-size:clamp(3rem,7vw,5.7rem)}h2{font-size:clamp(2.3rem,4vw,3.9rem)}h3{font-size:clamp(1.5rem,2.2vw,2.1rem)}p{margin:0 0 1rem;color:var(--ld-muted)}
.lead{font-size:1.22rem;line-height:1.78;color:#4f4944}.eyebrow{display:inline-block;margin-bottom:1rem;color:#6b625b;font-size:.82rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.container,.site-shell{width:min(calc(100% - 48px), var(--ld-container));margin-inline:auto}.section{padding:104px 0}.section--compact{padding:72px 0}.section-title{margin-bottom:12px}.section-intro{max-width:44rem;margin-bottom:32px;font-size:1.05rem}
.button,button,input[type="submit"],.wp-element-button,.wp-block-button__link,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.single_add_to_cart_button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border:1px solid transparent;border-radius:var(--ld-radius-sm);background:var(--ld-accent);color:#fff;font-size:.96rem;font-weight:800;line-height:1;cursor:pointer}
.button:hover,button:hover,input[type="submit"]:hover,.wp-element-button:hover,.wp-block-button__link:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover,.single_add_to_cart_button:hover{background:var(--ld-accent-hover);color:#fff}
.button--secondary,.button.is-outline{background:transparent;color:var(--ld-text);border-color:#bfb2a3}.button--secondary:hover,.button.is-outline:hover{background:#f0e8de;color:var(--ld-text);border-color:#b7a896}
.site-header{position:sticky;top:0;z-index:50;background:rgba(246,243,238,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(217,207,195,.85);box-shadow:0 6px 18px rgba(42,39,36,.04)}
.site-header__inner{width:min(calc(100% - 48px), var(--ld-container));min-height:102px;margin-inline:auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:36px}
.site-logo-wrap{display:inline-flex;align-items:center;max-width:420px}.site-logo-wrap img,.site-logo-default,.custom-logo{width:auto;max-height:84px;display:block}
.main-navigation{justify-self:center}.main-navigation ul{display:flex;align-items:center;gap:34px}.main-navigation a{color:#3b332e;font-size:.98rem;font-weight:500;opacity:.92}.main-navigation a[href*="shop"]{color:#ea6b0b;font-weight:600}.main-navigation .current-menu-item>a,.main-navigation a:hover{color:var(--ld-accent)}
.header-actions{display:flex;align-items:center;gap:12px}.header-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(191,178,163,.78);border-radius:999px;color:#3b332e;background:rgba(255,255,255,.25)}.header-icon:hover{background:rgba(255,255,255,.58);color:var(--ld-accent)}.header-icon svg{width:18px;height:18px;display:block}.cart-count{position:absolute;top:-3px;right:-3px;min-width:18px;height:18px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--ld-accent);color:#fff;font-size:.68rem;font-weight:700}
.menu-toggle{display:none;background:transparent;border:0;min-height:auto;padding:0;color:var(--ld-text)}.menu-toggle__bars{width:28px;height:20px;position:relative}.menu-toggle__bars span{position:absolute;left:0;width:100%;height:2px;background:currentColor;border-radius:999px}.menu-toggle__bars span:nth-child(1){top:0}.menu-toggle__bars span:nth-child(2){top:9px}.menu-toggle__bars span:nth-child(3){bottom:0}
.hero{padding:34px 0 22px}.hero__stage{background:linear-gradient(135deg,#efe7dc 0%,#f6f1ea 100%);border:1px solid rgba(217,207,195,.75);box-shadow:0 22px 48px rgba(42,39,36,.08);overflow:visible;border-radius:22px}.hero__wrap{display:grid;grid-template-columns:1fr 1.1fr;gap:44px;align-items:center;padding:62px}.hero__content h1{margin-bottom:18px}.hero__text{max-width:34rem;margin-bottom:32px;font-size:1.04rem}.hero__actions{display:flex;flex-wrap:wrap;gap:14px}.hero__actions .button:first-child{min-width:210px}.hero__actions .button:last-child{min-width:190px}.hero__points{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.hero__point{padding:16px 18px;background:rgba(255,255,255,.7);backdrop-filter:blur(4px);border:1px solid #d8cfc4;border-radius:10px}.hero__point strong{display:block;font-size:.95rem;color:var(--ld-text);margin-bottom:6px}.hero__point span{font-size:.92rem;color:#5f554d}.hero__image-wrap{overflow:hidden;background:var(--ld-surface-3)}.hero__image-wrap--featured{border-radius:14px;border:1px solid #d8cfc4;box-shadow:0 30px 60px rgba(0,0,0,0.12);transform:translateY(10px);background:#f7f1ea}.hero__image-wrap--featured img{width:100%;aspect-ratio:1.15/.92;object-fit:cover;object-position:center;border-radius:10px}
.featured-products-section{padding-top:38px}.section-headline-row{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.desktop-only-inline{display:inline-flex}
.usp-section{padding-top:28px}.usp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.usp-card{background:linear-gradient(180deg,#fbf7f2 0%,#f4ece2 100%);border:1px solid rgba(217,207,195,.82);padding:26px;box-shadow:var(--ld-shadow-card)}.usp-card h3{font-size:1.7rem;margin-bottom:10px}.usp-card p{margin:0}
.categories-section{background:#f4ede4}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.category-card,.woocommerce ul.products li.product,ul.products li.product,.market-card{background:var(--ld-surface);border:1px solid rgba(217,207,195,.75);overflow:hidden;box-shadow:var(--ld-shadow-card);border-radius:12px}
.category-card__image img,.woocommerce ul.products li.product a img,ul.products li.product a img{width:100%;margin:0;aspect-ratio:1.18/.82;object-fit:cover;transition:transform .3s ease,filter .3s ease}.category-card:hover .category-card__image img,.woocommerce ul.products li.product:hover a img,ul.products li.product:hover a img{transform:scale(1.02);filter:brightness(.98)}.category-card__content,.showcase-card__content{padding:24px}.category-card__title{margin:0 0 8px;font-size:1.8rem}.category-card__meta{margin-bottom:14px;color:#524a43}.category-card__link{color:var(--ld-accent);font-weight:600}
.market-section{background:linear-gradient(180deg,#f8f4ef 0%,#f3ede6 100%);border-top:1px solid rgba(217,207,195,.6);border-bottom:1px solid rgba(217,207,195,.6);scroll-margin-top:120px}.market-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.market-card{padding:24px}.market-card--next{background:linear-gradient(180deg,#f6eee6 0%,#f2e8dd 100%);border-color:#c9b29a;transform:translateY(-2px)}.market-card__badge{display:inline-block;margin-bottom:16px;padding:6px 10px;border-radius:999px;background:#f0d7c1;color:#5e4938;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.market-card__date{display:block;color:#6b5848;font-size:.95rem;font-weight:600;margin-bottom:8px}.market-card__title{margin-bottom:10px;font-size:2rem}.market-card__meta{display:grid;gap:8px;margin-bottom:18px}.market-card__meta span{color:#5a5048;font-size:.95rem}.market-empty{padding:24px;background:var(--ld-surface);border:1px solid rgba(217,207,195,.75)}
.showcase-section{background:#fbf8f4}.showcase-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:26px}.showcase-card{background:var(--ld-surface-2);border:1px solid rgba(217,207,195,.75);box-shadow:var(--ld-shadow-card);overflow:hidden;border-radius:14px}.showcase-card img{width:100%;aspect-ratio:1.15/.82;object-fit:cover}
.trust-section{background:#f4ede4}.trust-box{background:linear-gradient(180deg,#fbf7f2 0%,#f0e7dc 100%);border:1px solid #d8cfc4;padding:42px;box-shadow:var(--ld-shadow-card)}.trust-box h2{margin-bottom:14px}
.woocommerce .woocommerce-breadcrumb,.ld-breadcrumb{margin:20px 0 24px;color:var(--ld-muted);font-size:.92rem}.woocommerce-products-header{margin-bottom:30px}.woocommerce-products-header__title.page-title{margin-bottom:10px}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;margin-bottom:34px;background:var(--ld-surface);border:1px solid rgba(217,207,195,.75)}.woocommerce .woocommerce-ordering select{min-height:44px;padding:0 14px;background:#f7f2eb;border:1px solid #cfc2b3;color:var(--ld-text)}.woocommerce .woocommerce-result-count{color:var(--ld-muted)}
.woocommerce ul.products,ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin:0}.woocommerce ul.products::before,.woocommerce ul.products::after,ul.products::before,ul.products::after{display:none!important}.woocommerce ul.products li.product,ul.products li.product{width:auto!important;float:none!important;margin:0!important;transition:all .25s ease}.woocommerce ul.products li.product:hover,ul.products li.product:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,0.08)}.woocommerce ul.products li.product .woocommerce-loop-product__title,ul.products li.product .woocommerce-loop-product__title{padding:20px 20px 6px;margin:0;font-size:1.95rem;font-family:"Cormorant Garamond",Georgia,serif;line-height:1.05}.woocommerce ul.products li.product .price,ul.products li.product .price{display:block;padding:0 20px;margin:0 0 18px;color:#443b34;font-size:1.08rem;font-weight:600}.woocommerce ul.products li.product .button,ul.products li.product .button{margin:0 20px 20px!important;min-height:44px;padding:0 18px;font-weight:700;width:calc(100% - 40px)}
.single-product .product-wrap{padding-top:18px}.single-product div.product{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:start}.single-product div.product .woocommerce-product-gallery,.single-product div.product .summary{float:none!important;width:100%!important;margin:0!important}.woocommerce-product-gallery__wrapper{overflow:hidden;background:var(--ld-surface-2);box-shadow:var(--ld-shadow-soft);border:1px solid rgba(217,207,195,.75)}.woocommerce div.product div.images img{width:100%;aspect-ratio:1/1;object-fit:cover}.single-product .product_title{margin-bottom:14px;font-size:clamp(2.6rem,4vw,4.2rem)}.single-product div.product p.price,.single-product div.product span.price{margin-bottom:18px;color:#2d2824;font-size:1.32rem;font-weight:600}.woocommerce-product-details__short-description{margin-bottom:26px}.woocommerce-product-details__short-description p{font-size:1.08rem;line-height:1.75;color:#524a43}.single-product form.cart{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:28px}.single-product .quantity .qty{width:82px;min-height:50px;border:1px solid #cfc2b3;background:#f7f2eb;text-align:center}.ld-product-trust{display:grid;gap:10px;margin:26px 0 28px;padding:20px 0;border-top:1px solid rgba(217,207,195,.75);border-bottom:1px solid rgba(217,207,195,.75)}.ld-product-trust li{color:#4d463f;font-size:.98rem}
.page-hero{padding:54px 0 14px}.page-hero__inner{background:var(--ld-surface-2);padding:42px;border:1px solid rgba(217,207,195,.75)}
.site-footer-wrap{margin-top:96px;background:linear-gradient(180deg,#5b4031 0%,#4b3429 35%,#3d2b22 100%);color:rgba(255,248,242,.92)}.site-footer{padding:68px 0 44px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:32px}.footer-title{margin-bottom:14px;color:#fff7f1;font-size:1.8rem}.site-footer p,.site-footer a{color:rgba(255,245,239,.82)}.site-footer a:hover{color:#fff}.footer-menu{display:grid;gap:10px}.footer-logo{max-height:58px;width:auto;margin-bottom:16px}.footer-bottom{display:flex;justify-content:space-between;gap:24px;padding-top:28px;margin-top:28px;border-top:1px solid rgba(255,255,255,.14);font-size:.92rem}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media (max-width:1180px){.category-grid,.market-grid,.woocommerce ul.products,ul.products,.usp-grid{grid-template-columns:repeat(2,1fr)}.hero__wrap,.showcase-grid,.single-product div.product{grid-template-columns:1fr;gap:32px}}
@media (max-width:900px){.site-header__inner{min-height:84px;position:relative}.main-navigation{display:none;position:absolute;left:0;right:0;top:calc(100% + 1px);background:#f7f1ea;border-bottom:1px solid rgba(217,207,195,.85);padding:20px 24px 24px}.main-navigation.is-open{display:block}.main-navigation ul{flex-direction:column;align-items:flex-start;gap:18px}.menu-toggle{display:inline-flex;justify-self:center}.header-actions .header-icon--search{display:none}.hero__wrap{padding:34px}.site-logo-wrap img,.site-logo-default,.custom-logo{max-height:60px}.usp-grid{grid-template-columns:1fr}.section-headline-row{display:block}.desktop-only-inline{display:none}}
@media (max-width:640px){.container,.site-shell{width:min(calc(100% - 28px), var(--ld-container))}.section{padding:72px 0}.hero{padding-top:28px}.hero__actions{flex-direction:column;align-items:stretch}.button,.button--secondary,.wp-block-button__link,.woocommerce a.button,.single_add_to_cart_button{width:100%}.category-grid,.market-grid,.woocommerce ul.products,ul.products{grid-template-columns:1fr;gap:22px}.shop-toolbar,.footer-bottom{flex-direction:column;align-items:flex-start}.page-hero__inner,.showcase-card__content,.trust-box{padding:28px}}


/* V8.6 hero correction */
.hero__image-wrap--featured{
  background: transparent;
  border: 0;
  box-shadow: 0 28px 56px rgba(42,39,36,.10);
  transform: translateY(0);
}
.hero__image-wrap--featured img{
  border-radius: 12px;
  aspect-ratio: 1.12 / .82;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 900px){
  .hero__image-wrap--featured img{
    aspect-ratio: 1.1 / .85;
  }
}


/* V8.7 premium refinements */
.hero__wrap{
  grid-template-columns: .94fr 1.06fr;
  gap: 36px;
}
.hero__content{
  padding-right: 6px;
}
.hero__content h1{
  font-size: clamp(4rem, 6.8vw, 6.2rem);
  line-height: .98;
}
.hero__content .lead{
  font-size: 1.16rem;
  max-width: 34rem;
}
.hero__text{
  max-width: 33rem;
  font-size: 1.06rem;
}
.hero__actions .button:first-child{
  background: #e56b0a;
  min-width: 198px;
}
.hero__actions .button:first-child:hover{
  background: #cf5f05;
}
.hero__actions .button:last-child{
  min-width: 170px;
}
.hero__image-wrap--featured{
  box-shadow: 0 34px 64px rgba(42,39,36,.13);
}
.hero__image-wrap--featured img{
  aspect-ratio: 1.22 / .82;
  object-fit: cover;
  object-position: center;
}
.hero__media{
  display: flex;
  align-items: center;
}
.hero__image-wrap--featured{
  width: 100%;
}
@media (max-width: 1180px){
  .hero__wrap{
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hero__content h1{
    font-size: clamp(3.4rem, 10vw, 5.2rem);
  }
}
@media (max-width: 640px){
  .hero__content h1{
    font-size: clamp(3rem, 12vw, 4.4rem);
  }
}


/* V8.8 final refinements */
.hero__wrap{
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
}
.hero__image-wrap--featured{
  box-shadow: 0 40px 80px rgba(0,0,0,0.12);
}
.hero__actions .button:first-child{
  min-width: 220px;
}
.featured-products-section .section-intro{
  max-width: 48rem;
}
.featured-products-section .woocommerce ul.products,
.featured-products-section ul.products{
  gap: 32px;
}
.featured-products-section .woocommerce ul.products li.product,
.featured-products-section ul.products li.product{
  padding-bottom: 4px;
}
.trust-mini-bar{
  padding: 18px 0 0;
}
.trust-mini-bar__inner{
  width:min(calc(100% - 48px), var(--ld-container));
  margin-inline:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  padding:18px 24px;
  border-top:1px solid rgba(217,207,195,.85);
  border-bottom:1px solid rgba(217,207,195,.85);
  color:#625850;
  font-size:.92rem;
  letter-spacing:.02em;
}
.trust-mini-bar__inner span{
  text-align:center;
}
.woocommerce ul.products li.product .button,
ul.products li.product .button{
  min-height:46px;
}
.woocommerce ul.products li.product:hover,
ul.products li.product:hover{
  transform:translateY(-7px);
  box-shadow:0 24px 46px rgba(0,0,0,0.09);
}
@media (max-width:1180px){
  .hero__wrap{
    grid-template-columns:1fr;
  }
}
@media (max-width:900px){
  .trust-mini-bar__inner{
    grid-template-columns:1fr;
    text-align:center;
  }
}


/* V9.3 safe design optimisation */
:root{
  --ld-accent:#e26708;
  --ld-accent-hover:#ca5904;
}

/* Header */
.site-header{
  background: rgba(246,243,238,.96);
  box-shadow: 0 8px 24px rgba(42,39,36,.05);
}
.site-header__inner{
  min-height: 108px;
}
.site-logo-wrap img,
.site-logo-default,
.custom-logo{
  max-height: 88px;
}
.main-navigation a{
  font-size: 1rem;
  letter-spacing: .01em;
}

/* Hero */
.hero{
  padding: 28px 0 18px;
}
.hero__stage{
  border-radius: 26px;
  box-shadow: 0 26px 60px rgba(42,39,36,.09);
}
.hero__wrap{
  grid-template-columns: .92fr 1.08fr;
  gap: 40px;
  padding: 56px;
}
.hero__content h1{
  font-size: clamp(3.8rem, 6vw, 5.8rem);
  line-height: .98;
  margin-bottom: 16px;
}
.hero__content .lead{
  font-size: 1.18rem;
  max-width: 34rem;
}
.hero__text{
  font-size: 1.04rem;
  max-width: 33rem;
}
.hero__actions .button:first-child{
  min-width: 220px;
}
.hero__actions .button:last-child{
  min-width: 180px;
}
.hero__image-wrap--featured{
  box-shadow: 0 42px 82px rgba(42,39,36,.14);
}
.hero__image-wrap--featured img{
  border-radius: 14px;
}

/* Sections */
.section{
  padding: 92px 0;
}
.section--compact{
  padding: 62px 0;
}
.section-title{
  margin-bottom: 10px;
}
.section-intro{
  max-width: 46rem;
}

/* Feature / trust areas */
.features{
  padding: 34px 0 18px;
}
.features__grid{
  gap: 22px;
}
.features__grid > div{
  background: linear-gradient(180deg,#fbf7f2 0%,#f3ebe2 100%);
  border: 1px solid rgba(217,207,195,.85);
  padding: 22px;
  box-shadow: var(--ld-shadow-card);
}
.features h3{
  font-size: 1.35rem;
  margin-bottom: 8px;
}
.trust-mini-bar{
  padding-top: 10px;
}
.trust-mini-bar__inner{
  background: rgba(255,255,255,.32);
  border-radius: 10px;
}

/* Shop and cards */
.shop-toolbar,
.shop-toolbar--enhanced{
  border-radius: 12px;
}
.woocommerce ul.products,
ul.products{
  gap: 30px;
}
.woocommerce ul.products li.product,
ul.products li.product{
  border-radius: 14px;
  overflow: hidden;
}
.ld-product-card__media{
  background: #f3ece3;
}
.ld-product-card__media img,
.woocommerce ul.products li.product a img,
ul.products li.product a img{
  aspect-ratio: 1.04 / .86 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-product__title{
  font-size: 2rem;
  line-height: 1.02;
}
.woocommerce ul.products li.product .price,
ul.products li.product .price{
  font-size: 1.05rem;
}
.woocommerce ul.products li.product .button,
ul.products li.product .button{
  min-height: 48px;
  border-radius: 8px;
}
.woocommerce ul.products li.product:hover,
ul.products li.product:hover{
  transform: translateY(-8px);
  box-shadow: 0 26px 46px rgba(42,39,36,.10);
}

/* Content pages */
.page-hero{
  padding: 42px 0 10px;
}
.page-hero__inner{
  border-radius: 18px;
}
.prose-card,
.info-card,
.contact-card,
.shop-hero__inner{
  border-radius: 14px;
}
.prose-card p,
.prose-card li{
  font-size: 1.03rem;
}

/* CTA after markets */
.cta-shop{
  background: linear-gradient(180deg,#dfd2c4 0%,#d4c3b2 100%);
}
.cta-shop__inner{
  max-width: 52rem;
  margin: 0 auto;
}
.cta-shop h2{
  font-size: clamp(2rem, 3vw, 3rem);
}
.cta-shop .button{
  min-width: 220px;
}

/* Footer */
.site-footer-wrap{
  margin-top: 80px;
}
.footer-grid{
  gap: 36px;
}

/* Mobile */
@media (max-width: 1180px){
  .hero__wrap{
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
@media (max-width: 900px){
  .site-header__inner{
    min-height: 84px;
  }
  .site-logo-wrap img,
  .site-logo-default,
  .custom-logo{
    max-height: 60px;
  }
  .hero__wrap{
    padding: 34px;
  }
  .hero__content h1{
    font-size: clamp(3.2rem, 10vw, 4.8rem);
  }
  .features__grid{
    grid-template-columns: 1fr 1fr;
  }
  .woocommerce ul.products,
  ul.products{
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
  }
}
@media (max-width: 640px){
  .section{
    padding: 72px 0;
  }
  .section--compact{
    padding: 48px 0;
  }
  .hero{
    padding-top: 18px;
  }
  .hero__wrap{
    padding: 22px;
    gap: 20px;
  }
  .hero__content h1{
    font-size: clamp(2.8rem, 12vw, 4rem);
  }
  .hero__content .lead,
  .hero__text{
    font-size: 1rem;
  }
  .hero__actions{
    gap: 10px;
  }
  .hero__actions .button:first-child,
  .hero__actions .button:last-child,
  .cta-shop .button{
    width: 100%;
    min-width: 0;
  }
  .features__grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .features__grid > div{
    padding: 18px;
  }
  .trust-mini-bar__inner{
    padding: 14px 16px;
  }
  .woocommerce ul.products,
  ul.products{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  ul.products li.product .woocommerce-loop-product__title{
    font-size: 1.8rem;
  }
  .page-hero{
    padding-top: 24px;
  }
  .page-hero__inner,
  .prose-card,
  .info-card,
  .contact-card,
  .shop-hero__inner{
    padding: 20px;
  }
}


/* V9.3.1 CTA after markets */
.cta-shop--after-markets{
  padding: 54px 0 0;
}
.cta-shop__inner{
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(180deg,#e3d6c7 0%,#d9cab9 100%);
  border: 1px solid rgba(191,178,163,.9);
  box-shadow: var(--ld-shadow-card);
  padding: 38px 28px;
}
.cta-shop__inner h2{
  margin-bottom: 10px;
  font-size: clamp(2rem,3vw,3rem);
}
.cta-shop__inner p{
  margin-bottom: 18px;
  color: #5d554d;
}
@media (max-width: 640px){
  .cta-shop--after-markets{
    padding-top: 34px;
  }
  .cta-shop__inner{
    padding: 24px 18px;
  }
}


/* V9.3.2 feature section */
.ld-features--home{
  padding: 34px 0 10px;
}
.ld-features__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.ld-feature-card{
  background: linear-gradient(180deg,#fbf7f2 0%,#f2e8dd 100%);
  border:1px solid rgba(217,207,195,.88);
  box-shadow: var(--ld-shadow-card);
  padding:22px 20px;
}
.ld-feature-card h3{
  font-size:1.35rem;
  margin-bottom:8px;
}
.ld-feature-card p{
  margin:0;
  color:#5f5750;
  line-height:1.7;
}
@media (max-width: 900px){
  .ld-features__grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width: 640px){
  .ld-features--home{
    padding-top:24px;
  }
  .ld-features__grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  .ld-feature-card{
    padding:18px 16px;
  }
}


/* V9.3.3 product cards */
.ld-product-card{
  display:flex !important;
  flex-direction:column;
  justify-content:space-between;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(217,207,195,.9);
  background:linear-gradient(180deg,#fcfaf7 0%,#f5ede4 100%);
  box-shadow:0 16px 34px rgba(42,39,36,.06);
}
.ld-product-card__link{
  display:block;
}
.ld-product-card__media{
  overflow:hidden;
  background:#f2e9de;
}
.ld-product-card__media img{
  width:100%;
  aspect-ratio:1.02 / .9 !important;
  object-fit:cover;
  object-position:center;
  transition:transform .35s ease;
}
.ld-product-card:hover .ld-product-card__media img{
  transform:scale(1.03);
}
.ld-product-card__body{
  padding:0 0 2px;
}
.ld-product-card .woocommerce-loop-product__title{
  padding:22px 22px 8px !important;
  margin:0 !important;
  font-size:2rem !important;
  line-height:1.02 !important;
  min-height:unset !important;
}
.ld-product-card .price{
  display:flex !important;
  flex-wrap:wrap;
  gap:8px;
  align-items:baseline;
  padding:0 22px !important;
  margin:0 0 18px !important;
  color:#2f2924 !important;
  font-size:1.12rem !important;
  font-weight:700 !important;
}
.ld-product-card .price del{
  opacity:.55;
}
.ld-product-card__actions{
  padding:0 22px 22px;
  margin-top:auto;
}
.ld-product-card__button{
  width:100%;
  min-height:48px;
  justify-content:center;
  border-radius:9px;
}
.woocommerce ul.products li.product.ld-product-card:hover,
ul.products li.product.ld-product-card:hover{
  transform:translateY(-8px);
  box-shadow:0 24px 46px rgba(42,39,36,.11);
}
@media (max-width:900px){
  .ld-product-card .woocommerce-loop-product__title{
    font-size:1.75rem !important;
    padding:18px 18px 8px !important;
  }
  .ld-product-card .price{
    padding:0 18px !important;
    margin-bottom:14px !important;
    font-size:1.04rem !important;
  }
  .ld-product-card__actions{
    padding:0 18px 18px;
  }
}
@media (max-width:640px){
  .ld-product-card{
    border-radius:14px;
  }
  .ld-product-card__media img{
    aspect-ratio:1.04 / .88 !important;
  }
  .ld-product-card .woocommerce-loop-product__title{
    font-size:1.62rem !important;
  }
}


/* V9.3.5 Shop UX */
.ld-shop-hero{
  padding: 46px 0 14px;
}
.ld-shop-hero__inner{
  background: var(--ld-surface-2);
  border: 1px solid rgba(217,207,195,.78);
  border-radius: 10px;
  padding: 40px 42px;
}
.ld-shop-hero__title{
  margin-bottom: 8px;
}
.ld-shop-hero__desc{
  max-width: 42rem;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #5f5750;
}
.ld-breadcrumb{
  margin: 18px 0 24px;
  color: var(--ld-muted);
  font-size: .92rem;
  list-style: none;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.ld-breadcrumb li:not(:last-child)::after{
  content: "/";
  margin-left: 8px;
  color: var(--ld-line);
}
.ld-breadcrumb a{
  color: var(--ld-muted);
  text-decoration: none;
}
.ld-breadcrumb a:hover{
  color: var(--ld-accent);
}
.ld-shop-toolbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  margin-bottom: 34px;
  background: var(--ld-surface);
  border: 1px solid rgba(217,207,195,.75);
  border-radius: 8px;
}
.ld-shop-toolbar .woocommerce-result-count{
  margin: 0;
  color: var(--ld-muted);
  font-size: .95rem;
}
.ld-shop-toolbar .woocommerce-ordering{
  margin: 0;
  float: none;
}
.ld-shop-toolbar .woocommerce-ordering select{
  min-height: 44px;
  padding: 0 14px;
  background: #f7f2eb;
  border: 1px solid #cfc2b3;
  color: var(--ld-text);
  border-radius: 8px;
  font-family: inherit;
  cursor: pointer;
}

/* Product grid follows uploaded shop mockup */
.woocommerce ul.products,
ul.products{
  gap: 28px;
}
.ld-product-card--shopux{
  background: var(--ld-surface);
  border: 1px solid rgba(217,207,195,.75);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--ld-shadow-card);
  transition: all .25s ease;
}
.ld-product-card--shopux:hover{
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,.08);
}
.ld-product-card--shopux .ld-product-card__media{
  background: var(--ld-surface-2);
}
.ld-product-card--shopux .ld-product-card__media img{
  width: 100%;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover;
  display: block;
  transition: transform .3s ease, filter .3s ease;
}
.ld-product-card--shopux:hover .ld-product-card__media img{
  transform: scale(1.02);
  filter: brightness(.98);
}
.ld-product-card--shopux .ld-product-card__body{
  padding: 20px 20px 0;
}
.ld-product-card--shopux .woocommerce-loop-product__title{
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.95rem !important;
  line-height: 1.05 !important;
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
  min-height: unset !important;
}
.ld-product-card--shopux .price{
  display: block !important;
  margin: 0 0 18px 0 !important;
  padding: 0 !important;
  color: #443b34 !important;
  font-size: 1.08rem !important;
  font-weight: 600 !important;
}
.ld-product-card--shopux .ld-product-card__actions{
  margin-top: auto;
  padding: 12px 20px 20px;
  border-top: 1px solid rgba(217,207,195,.3);
}
.ld-product-card--shopux .ld-product-card__button{
  width: 100%;
  min-height: 44px;
  padding: 0 18px;
}

/* Responsive */
@media (max-width: 900px){
  .ld-shop-hero__inner{
    padding: 28px;
  }
  .ld-shop-toolbar{
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 640px){
  .ld-shop-hero{
    padding-top: 28px;
  }
  .ld-shop-hero__inner{
    padding: 22px 20px;
  }
  .ld-shop-hero__desc{
    font-size: .98rem;
  }
  .ld-product-card--shopux .woocommerce-loop-product__title{
    font-size: 1.75rem !important;
  }
}


/* V9.3.6 cards fix */
.woocommerce ul.products,
ul.products{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 32px !important;
  margin: 0 !important;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after,
ul.products::before,
ul.products::after{
  display: none !important;
}
.woocommerce ul.products li.product.ld-product-card,
ul.products li.product.ld-product-card{
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  height: 100%;
  display: flex !important;
  flex-direction: column;
}
.ld-product-card--shopux{
  min-height: 100%;
}
.ld-product-card--shopux .ld-product-card__link{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
}
.ld-product-card--shopux .ld-product-card__media{
  flex: 0 0 auto;
}
.ld-product-card--shopux .ld-product-card__media img{
  width: 100%;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover;
  object-position: center;
  display: block;
}
.ld-product-card--shopux .ld-product-card__body{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 20px 20px 0;
}
.ld-product-card--shopux .woocommerce-loop-product__title{
  font-size: 2rem !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  line-height: 1.02 !important;
  margin: 0 0 10px 0 !important;
}
.ld-product-card--shopux .price{
  margin: 0 0 18px 0 !important;
}
.ld-product-card--shopux .ld-product-card__actions{
  margin-top: auto;
  padding: 12px 20px 20px;
  border-top: 1px solid rgba(217,207,195,.3);
}
.ld-product-card--shopux .ld-product-card__button{
  width: 100%;
  min-height: 46px;
  margin: 0;
}
@media (max-width: 980px){
  .woocommerce ul.products,
  ul.products{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }
}
@media (max-width: 640px){
  .woocommerce ul.products,
  ul.products{
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .ld-product-card--shopux .woocommerce-loop-product__title{
    font-size: 1.8rem !important;
  }
}


/* V9.3.7 cleanup */

/* remove duplicate breadcrumb */
.woocommerce-breadcrumb{
  display:none !important;
}

/* spacing fix */
.ld-breadcrumb{
  margin-bottom:30px;
}

/* product card price alignment */
.ld-product-card--shopux .price{
  display:flex;
  justify-content:flex-end;
  font-size:1.1rem;
}

/* title + price row */
.ld-product-card--shopux .ld-product-card__body{
  display:flex;
  flex-direction:column;
}

/* button better spacing */
.ld-product-card__actions{
  padding-top:10px;
}

/* remove ugly empty space */
.ld-product-card--shopux{
  padding-bottom:0;
}


/* V9.3.8 premium cards */
.ld-product-card--premium{
  background: var(--ld-surface);
  border: 1px solid rgba(217,207,195,.8);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(42,39,36,.06);
  transition: all .25s ease;
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.ld-product-card--premium:hover{
  transform: translateY(-6px);
  box-shadow: 0 22px 42px rgba(42,39,36,.10);
}
.ld-product-card--premium .ld-product-card__link{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ld-product-card--premium .ld-product-card__media{
  background: #f1ebe2;
}
.ld-product-card--premium .ld-product-card__media img{
  width: 100%;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover;
  object-position: center;
  display: block;
}
.ld-product-card--premium .ld-product-card__body{
  padding: 18px 18px 0;
}
.ld-product-card--premium .ld-product-card__header{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
}
.ld-product-card--premium .woocommerce-loop-product__title{
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 2.15rem !important;
  line-height: 1.02 !important;
  min-height: unset !important;
  flex: 1 1 auto;
}
.ld-product-card--premium .ld-product-card__price{
  flex: 0 0 auto;
}
.ld-product-card--premium .price{
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  color: #2d2824 !important;
  font-size: 1.18rem !important;
  font-weight: 700 !important;
  white-space: nowrap;
}
.ld-product-card--premium .price del{
  opacity: .5;
  margin-right: 6px;
}
.ld-product-card--premium .ld-product-card__actions{
  margin-top: 14px;
  padding: 0 18px 18px;
}
.ld-product-card--premium .ld-product-card__button{
  width: 100%;
  min-height: 46px;
  border-radius: 9px;
}
@media (max-width: 900px){
  .ld-product-card--premium .woocommerce-loop-product__title{
    font-size: 1.9rem !important;
  }
  .ld-product-card--premium .price{
    font-size: 1.08rem !important;
  }
}
@media (max-width: 640px){
  .ld-product-card--premium .ld-product-card__body{
    padding: 16px 16px 0;
  }
  .ld-product-card--premium .ld-product-card__actions{
    padding: 0 16px 16px;
  }
  .ld-product-card--premium .woocommerce-loop-product__title{
    font-size: 1.75rem !important;
  }
}



/* V9.3.9 card match */
.woocommerce-breadcrumb{
  display:none !important;
}
.ld-breadcrumb{
  margin: 18px 0 26px;
}
.woocommerce ul.products,
ul.products{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:34px !important;
  margin:0 !important;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after,
ul.products::before,
ul.products::after{
  display:none !important;
}
.woocommerce ul.products li.product.ld-product-card,
ul.products li.product.ld-product-card{
  width:auto !important;
  float:none !important;
  margin:0 !important;
}
.ld-product-card--match{
  background:var(--ld-surface);
  border:1px solid rgba(217,207,195,.82);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 14px 30px rgba(42,39,36,.05);
  transition:all .25s ease;
  display:flex !important;
  flex-direction:column;
  height:100%;
}
.ld-product-card--match:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 38px rgba(42,39,36,.09);
}
.ld-product-card--match .ld-product-card__link{
  display:flex;
  flex-direction:column;
  text-decoration:none;
  color:inherit;
}
.ld-product-card--match .ld-product-card__media{
  background:#eef0ef;
}
.ld-product-card--match .ld-product-card__media img{
  width:100%;
  aspect-ratio:1 / 1 !important;
  object-fit:cover;
  object-position:center;
  display:block;
}
.ld-product-card--match .ld-product-card__body{
  padding:18px 20px 10px;
}
.ld-product-card--match .ld-product-card__header{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:14px;
  align-items:end;
}
.ld-product-card--match .woocommerce-loop-product__title{
  margin:0 !important;
  padding:0 !important;
  min-height:unset !important;
  font-family:"Cormorant Garamond", Georgia, serif !important;
  font-size:2.25rem !important;
  line-height:1.02 !important;
  color:var(--ld-text) !important;
}
.ld-product-card--match .ld-product-card__price-wrap{
  text-align:right;
}
.ld-product-card--match .price{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  color:#2d2824 !important;
  font-size:1.18rem !important;
  font-weight:700 !important;
  white-space:nowrap;
}
.ld-product-card--match .price del{
  opacity:.55;
  margin-right:6px;
}
.ld-product-card--match .ld-product-card__actions{
  padding:0 20px 18px;
  margin-top:auto;
}
.ld-product-card--match .ld-product-card__button{
  width:100%;
  min-height:56px;
  border-radius:12px;
  font-size:1rem;
  font-weight:800;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18);
}
.ld-product-card--match .ld-product-card__button:hover{
  transform:none;
}
@media (max-width:980px){
  .woocommerce ul.products,
  ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:24px !important;
  }
  .ld-product-card--match .woocommerce-loop-product__title{
    font-size:2rem !important;
  }
}
@media (max-width:640px){
  .woocommerce ul.products,
  ul.products{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
  .ld-product-card--match{
    border-radius:16px;
  }
  .ld-product-card--match .ld-product-card__body{
    padding:16px 18px 10px;
  }
  .ld-product-card--match .ld-product-card__actions{
    padding:0 18px 18px;
  }
  .ld-product-card--match .woocommerce-loop-product__title{
    font-size:1.95rem !important;
  }
  .ld-product-card--match .price{
    font-size:1.12rem !important;
  }
}



/* V9.4.0 button + about/contact */
.woocommerce-breadcrumb{
  display:none !important;
}

/* Button and product card refinement to match target image */
.ld-product-card--match .ld-product-card__body{
  padding: 16px 18px 8px;
}
.ld-product-card--match .ld-product-card__header{
  align-items: center;
}
.ld-product-card--match .woocommerce-loop-product__title{
  font-size: 2.05rem !important;
}
.ld-product-card--match .price{
  font-size: 1.08rem !important;
}
.ld-product-card--match .ld-product-card__actions{
  padding: 0 18px 18px;
}
.ld-product-card--match .ld-product-card__button{
  width: calc(100% - 8px);
  margin: 0 auto;
  min-height: 48px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: none;
}
.ld-product-card--match .ld-product-card__button:hover{
  background: var(--ld-accent-hover);
}

/* Generic page content */
.page-content-section{
  padding-top: 64px;
}
.ld-page-card,
.entry-content{
  max-width: 900px;
}
.entry-content p,
.entry-content li{
  color: #5f5750;
  font-size: 1.04rem;
  line-height: 1.78;
}
.entry-content h2,
.entry-content h3{
  margin-top: 1.3rem;
}
.entry-content ul{
  padding-left: 1.2rem;
  list-style: disc;
}

/* About page */
.ld-story-layout{
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  gap: 44px;
  align-items: center;
  margin-bottom: 52px;
}
.ld-story-visual{
  min-width: 0;
}
.ld-story-image,
.ld-placeholder-box{
  width: 100%;
  aspect-ratio: 1.08 / 1;
  border-radius: 12px;
  border: 1px solid rgba(217,207,195,.78);
  box-shadow: var(--ld-shadow-soft);
}
.ld-placeholder-box{
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg,#efe7dc 0%,#e6ddd2 100%);
  color: #8e7d6d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
}
.ld-values-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 48px;
}
.ld-value-card{
  background: linear-gradient(180deg,#fbf7f2 0%,#f4ece2 100%);
  border: 1px solid rgba(217,207,195,.82);
  padding: 30px;
  border-radius: 12px;
  box-shadow: var(--ld-shadow-card);
}
.ld-value-card h3{
  margin-bottom: 10px;
  color: var(--ld-accent);
  font-size: 1.45rem;
}
.ld-value-card p{
  margin: 0;
  font-size: .96rem;
  line-height: 1.65;
}
.ld-page-cta{
  background: linear-gradient(135deg,#efe7dc 0%,#f6f1ea 100%);
  border: 1px solid rgba(217,207,195,.75);
  padding: 52px;
  border-radius: 12px;
  text-align: center;
  box-shadow: var(--ld-shadow-soft);
}
.ld-page-cta h2{
  margin-bottom: 12px;
}
.ld-page-cta p{
  max-width: 40rem;
  margin: 0 auto 24px;
}

/* Contact page */
.ld-contact-quick{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}
.ld-quick-card{
  background: var(--ld-surface);
  border: 1px solid rgba(217,207,195,.75);
  border-radius: 12px;
  padding: 28px;
  text-align: center;
}
.ld-quick-card h3{
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.ld-quick-card p{
  margin: 0;
  font-size: .94rem;
}
.ld-contact-layout{
  display: grid;
  grid-template-columns: 1fr .86fr;
  gap: 48px;
  align-items: start;
}
.ld-contact-copy form,
.ld-contact-copy .wpcf7 form{
  display: grid;
  gap: 14px;
}
.ld-contact-copy input[type="text"],
.ld-contact-copy input[type="email"],
.ld-contact-copy input[type="tel"],
.ld-contact-copy textarea,
.ld-contact-copy select{
  width: 100%;
  min-height: 50px;
  padding: 12px 16px;
  border: 1px solid rgba(217,207,195,.75);
  border-radius: 8px;
  background: var(--ld-surface);
  color: var(--ld-text);
  font-family: inherit;
  font-size: .95rem;
}
.ld-contact-copy textarea{
  min-height: 140px;
  resize: vertical;
}
.ld-info-box{
  background: linear-gradient(135deg,#fbf7f2 0%,#f4ece2 100%);
  border: 1px solid rgba(217,207,195,.82);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
}
.ld-info-box h4{
  margin-bottom: 12px;
  font-size: 1.05rem;
}
.ld-info-box p{
  margin: 0;
  font-size: .94rem;
  line-height: 1.65;
}

/* Responsive */
@media (max-width: 1180px){
  .ld-story-layout,
  .ld-contact-layout{
    grid-template-columns: 1fr;
  }
  .ld-values-grid,
  .ld-contact-quick{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px){
  .ld-values-grid,
  .ld-contact-quick{
    grid-template-columns: 1fr;
  }
  .ld-page-cta{
    padding: 36px 24px;
  }
}


/* V9.4.1 premium product cards */
.woocommerce ul.products li.product.ld-product-card.ld-product-card--v941,
ul.products li.product.ld-product-card.ld-product-card--v941{
  background:#fcfaf7;
  border:1px solid rgba(217,207,195,.82);
  border-radius:20px;
  box-shadow:0 10px 24px rgba(42,39,36,.04);
  overflow:hidden;
  transition:border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}
.woocommerce ul.products li.product.ld-product-card.ld-product-card--v941:hover,
ul.products li.product.ld-product-card.ld-product-card--v941:hover{
  transform:translateY(-3px);
  border-color:rgba(196,175,151,.95);
  box-shadow:0 18px 36px rgba(42,39,36,.07);
}
.ld-product-card--v941 .ld-product-card__link{
  display:flex;
  flex-direction:column;
  height:100%;
  color:inherit;
}
.ld-product-card--v941 .ld-product-card__media{
  background:#f3eee7;
  overflow:hidden;
}
.ld-product-card--v941 .ld-product-card__media img{
  width:100%;
  aspect-ratio:4 / 5 !important;
  object-fit:cover;
  object-position:center;
  transition:transform .45s ease;
}
.ld-product-card--v941:hover .ld-product-card__media img{
  transform:scale(1.018);
}
.ld-product-card--v941 .ld-product-card__body{
  padding:18px 20px 10px;
}
.ld-product-card--v941 .ld-product-card__meta{
  margin:0 0 10px;
  color:#7b7268;
  font-size:.75rem;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  line-height:1.4;
}
.ld-product-card--v941 .ld-product-card__meta a{
  color:inherit;
}
.ld-product-card--v941 .ld-product-card__meta a:hover{
  color:var(--ld-accent);
}
.ld-product-card--v941 .woocommerce-loop-product__title{
  margin:0 0 10px !important;
  padding:0 !important;
  min-height:0 !important;
  font-family:"Cormorant Garamond", Georgia, serif !important;
  font-size:1.9rem !important;
  font-weight:600;
  line-height:1.02 !important;
  letter-spacing:-.015em;
  color:var(--ld-text) !important;
}
.ld-product-card--v941 .ld-product-card__price-wrap{
  margin-top:auto;
}
.ld-product-card--v941 .price{
  display:flex !important;
  align-items:baseline;
  gap:8px;
  margin:0 !important;
  padding:0 !important;
  color:#2f2925 !important;
  font-size:1.02rem !important;
  font-weight:600 !important;
  line-height:1.35;
}
.ld-product-card--v941 .price del{
  opacity:.52;
  color:#847a70;
}
.ld-product-card--v941 .price ins{
  text-decoration:none;
  color:#2f2925;
}
.ld-product-card--v941 .ld-product-card__actions{
  margin-top:auto;
  padding:0 20px 20px;
}
.ld-product-card--v941 .ld-product-card__button,
.woocommerce ul.products li.product.ld-product-card.ld-product-card--v941 .ld-product-card__button{
  width:100%;
  min-height:46px;
  margin:0 !important;
  border-radius:999px;
  border:1px solid rgba(191,178,163,.9);
  background:transparent;
  color:var(--ld-text);
  font-size:.94rem;
  font-weight:600;
  letter-spacing:.01em;
  box-shadow:none;
}
.ld-product-card--v941 .ld-product-card__button:hover,
.woocommerce ul.products li.product.ld-product-card.ld-product-card--v941 .ld-product-card__button:hover{
  background:#f4ede4;
  border-color:#c8b6a0;
  color:var(--ld-text);
}
.ld-product-card--v941 .onsale{
  top:14px;
  left:14px;
  right:auto;
  min-width:auto;
  min-height:auto;
  padding:8px 10px;
  border-radius:999px;
  line-height:1;
  font-size:.72rem;
  font-weight:700;
  background:rgba(255,249,242,.96);
  color:#b85f18;
  border:1px solid rgba(200,116,42,.16);
}
@media (max-width:980px){
  .ld-product-card--v941 .woocommerce-loop-product__title{
    font-size:1.72rem !important;
  }
}
@media (max-width:640px){
  .ld-product-card--v941 .ld-product-card__body{
    padding:16px 16px 8px;
  }
  .ld-product-card--v941 .ld-product-card__actions{
    padding:0 16px 16px;
  }
  .ld-product-card--v941 .woocommerce-loop-product__title{
    font-size:1.58rem !important;
  }
  .ld-product-card--v941 .price{
    font-size:.98rem !important;
  }
}


/* V9.5 shop UX refinement */
.ld-shop-hero__inner--v95{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr);
  gap:28px;
  align-items:end;
  border-radius:18px;
}
.ld-shop-hero__copy{
  min-width:0;
}
.ld-shop-hero__meta{
  display:grid;
  gap:12px;
}
.ld-shop-hero__meta-item{
  padding:16px 18px;
  background:rgba(255,255,255,.56);
  border:1px solid rgba(217,207,195,.75);
  border-radius:12px;
}
.ld-shop-hero__meta-item strong{
  display:block;
  margin-bottom:4px;
  font-size:.95rem;
  color:var(--ld-text);
}
.ld-shop-hero__meta-item span{
  color:#5f5750;
  font-size:.92rem;
  line-height:1.55;
}
.ld-shop-filters{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 28px;
}
.ld-shop-filter-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(217,207,195,.9);
  background:#fff;
  color:#4e463f;
  text-decoration:none;
  font-size:.92rem;
  font-weight:600;
  transition:background-color .22s ease,border-color .22s ease,color .22s ease,transform .22s ease;
}
.ld-shop-filter-chip:hover{
  background:#f8f2eb;
  border-color:#d6c6b5;
  color:var(--ld-text);
  transform:translateY(-1px);
}
.ld-shop-filter-chip.is-active{
  background:#f3e8db;
  border-color:#d0b291;
  color:#6b3d11;
}
.ld-shop-section--v95{
  padding-top:0;
}
.ld-shop-toolbar--v95{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:16px 24px;
  padding:18px 22px;
  margin-bottom:28px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(217,207,195,.78);
  box-shadow:0 10px 24px rgba(42,39,36,.035);
}
.ld-shop-toolbar--v95 .ld-shop-toolbar__result{
  min-width:0;
}
.ld-shop-toolbar--v95 .woocommerce-result-count{
  font-size:.95rem;
  color:#655c53;
}
.ld-shop-toolbar--v95 .ld-shop-toolbar__sort{
  display:flex;
  align-items:center;
  gap:12px;
}
.ld-shop-toolbar__label{
  font-size:.8rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#8c7e71;
  font-weight:700;
}
.ld-shop-toolbar--v95 .woocommerce-ordering{
  margin:0;
}
.ld-shop-toolbar--v95 .woocommerce-ordering select{
  min-width:230px;
  min-height:46px;
  border-radius:999px;
  background:#faf7f2;
  border:1px solid #d8c9b9;
  padding:0 18px;
}
.woocommerce ul.products li.product.ld-product-card.ld-product-card--v95,
ul.products li.product.ld-product-card.ld-product-card--v95{
  border-radius:20px;
  border-color:rgba(217,207,195,.78);
  box-shadow:0 12px 28px rgba(42,39,36,.045);
}
.woocommerce ul.products li.product.ld-product-card.ld-product-card--v95:hover,
ul.products li.product.ld-product-card.ld-product-card--v95:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 36px rgba(42,39,36,.08);
}
.ld-product-card--v95 .ld-product-card__media{
  background:#f4efe8;
}
.ld-product-card--v95 .ld-product-card__body{
  padding:16px 18px 8px;
}
.ld-product-card--v95 .ld-product-card__meta{
  margin-bottom:10px;
  color:#8a7d70;
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:700;
}
.ld-product-card--v95 .ld-product-card__meta a{
  color:inherit;
  text-decoration:none;
}
.ld-product-card--v95 .woocommerce-loop-product__title{
  font-family:"Cormorant Garamond", Georgia, serif !important;
  font-size:2rem !important;
  line-height:1.02 !important;
  margin:0 0 12px !important;
}
.ld-product-card--v95 .ld-product-card__price-wrap{
  display:flex;
  justify-content:flex-start;
}
.ld-product-card--v95 .price{
  font-size:1.02rem !important;
  font-weight:600 !important;
  color:#3f3832 !important;
}
.ld-product-card--v95 .price ins{
  text-decoration:none;
  color:#7d4312;
}
.ld-product-card--v95 .ld-product-card__actions{
  padding:0 18px 18px;
}
.ld-product-card--v95 .ld-product-card__button{
  width:100%;
  min-height:48px;
  border-radius:999px;
  background:transparent;
  color:var(--ld-text);
  border:1px solid #d7c6b4;
  font-size:.94rem;
  font-weight:700;
  box-shadow:none;
}
.ld-product-card--v95 .ld-product-card__button:hover{
  background:#f6eee5;
  color:var(--ld-text);
  border-color:#cdb396;
}
.ld-shop-pagination .woocommerce-pagination{
  margin-top:34px;
}
.ld-shop-pagination .woocommerce-pagination ul.page-numbers{
  border:none;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.ld-shop-pagination .woocommerce-pagination ul.page-numbers li{
  border:none;
  float:none;
}
.ld-shop-pagination .woocommerce-pagination ul.page-numbers a,
.ld-shop-pagination .woocommerce-pagination ul.page-numbers span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:44px;
  height:44px;
  padding:0 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(217,207,195,.9);
  color:var(--ld-text);
}
.ld-shop-pagination .woocommerce-pagination ul.page-numbers span.current{
  background:#f3e8db;
  border-color:#d0b291;
  color:#6b3d11;
}
@media (max-width:980px){
  .ld-shop-hero__inner--v95{
    grid-template-columns:1fr;
  }
  .ld-shop-toolbar--v95{
    grid-template-columns:1fr;
    align-items:flex-start;
  }
  .ld-shop-toolbar--v95 .ld-shop-toolbar__sort{
    width:100%;
    flex-wrap:wrap;
  }
  .ld-shop-toolbar--v95 .woocommerce-ordering,
  .ld-shop-toolbar--v95 .woocommerce-ordering select{
    width:100%;
  }
}
@media (max-width:640px){
  .ld-shop-hero__inner--v95{
    padding:22px 20px;
    gap:18px;
  }
  .ld-shop-hero__meta-item{
    padding:14px 16px;
  }
  .ld-shop-filters{
    gap:8px;
    margin-bottom:22px;
    overflow-x:auto;
    flex-wrap:nowrap;
    padding-bottom:2px;
  }
  .ld-shop-filter-chip{
    white-space:nowrap;
    min-height:40px;
    font-size:.88rem;
  }
  .ld-shop-toolbar--v95{
    padding:16px;
    gap:12px;
  }
  .ld-shop-toolbar__label{
    width:100%;
  }
  .ld-product-card--v95 .woocommerce-loop-product__title{
    font-size:1.8rem !important;
  }
}


/* =========================
   LaserDesign V9.6.2
   Premium Single Product
   ========================= */
.woocommerce div.product.ld-single-product--v96{
  margin-top: 6px;
}
.ld-single-product--v96 .ld-single-product__top{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);
  gap:42px;
  align-items:start;
  margin-bottom:42px;
}
.ld-single-product--v96 .ld-single-product__gallery .woocommerce-product-gallery{
  margin:0 !important;
  float:none !important;
  width:100% !important;
  background:#f5f1ea;
  border:1px solid rgba(217,207,195,.82);
}
.ld-single-product--v96 .woocommerce-product-gallery__wrapper{
  background:#f5f1ea;
}
.ld-single-product--v96 .woocommerce div.product div.images img{
  display:block;
  width:100%;
}
.ld-single-product--v96 .ld-single-product__summary{
  margin:0 !important;
  float:none !important;
  width:100% !important;
}
.ld-single-product--v96 .ld-single-product__summary-card{
  padding:10px 0 0;
}
.ld-single-product__kicker{
  margin:0 0 12px;
  color:#8a7d70;
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:700;
}
.ld-single-product__kicker a{
  color:inherit;
  text-decoration:none;
}
.ld-single-product__intro{
  margin:0 0 18px;
  color:#655c53;
  font-size:1rem;
  line-height:1.7;
}
.ld-single-product--v96 div.product p.price,
.ld-single-product--v96 div.product span.price,
.ld-single-product--v96 p.price,
.ld-single-product--v96 span.price{
  margin:0 0 10px;
  color:#2d2722;
  font-weight:600;
  font-size:1.9rem;
}
.ld-single-product--v96 .woocommerce-product-details__short-description p{
  color:#4f473f;
  line-height:1.8;
}
.ld-single-product--v96 form.cart{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center;
  margin:26px 0 22px !important;
}
.ld-single-product--v96 form.cart .quantity{
  margin:0 !important;
}
.ld-single-product--v96 .quantity .qty{
  min-height:52px;
  min-width:86px;
  border-radius:14px;
  border:1px solid #d8c9b9;
  background:#faf7f2;
  padding:0 14px;
  text-align:center;
}
.ld-single-product--v96 .single_add_to_cart_button,
.ld-single-product--v96 .woocommerce button.button.alt.single_add_to_cart_button,
.ld-single-product--v96 .woocommerce-variation-add-to-cart .single_add_to_cart_button{
  min-height:52px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid #d7c6b4 !important;
  background:transparent !important;
  color:#1f1f1b !important;
  box-shadow:none !important;
  font-size:.95rem;
  font-weight:700;
}
.ld-single-product--v96 .single_add_to_cart_button:hover,
.ld-single-product--v96 .woocommerce button.button.alt.single_add_to_cart_button:hover,
.ld-single-product--v96 .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover{
  background:#f6eee5 !important;
  color:#1f1f1b !important;
  border-color:#cdb396 !important;
}
.ld-single-product__assurance{
  margin:22px 0 0;
  padding:14px 0 0;
  border-top:1px solid rgba(217,207,195,.72);
  color:#7a6d61;
  line-height:1.7;
}
.ld-product-trust{
  list-style:none;
  margin:22px 0 0;
  padding:18px 0 0;
  border-top:1px solid rgba(217,207,195,.72);
  display:grid;
  gap:10px;
}
.ld-product-trust li{
  position:relative;
  padding-left:18px;
  color:#5a5148;
}
.ld-product-trust li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#c8742a;
}
.ld-single-product--v96 .product_meta{
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid rgba(217,207,195,.72);
  color:#655c53;
}
.ld-single-product__details{
  margin-top:24px;
}
.ld-single-product__details .woocommerce-tabs ul.tabs{
  display:flex;
  gap:8px;
  border:none;
  padding:0;
}
.ld-single-product__details .woocommerce-tabs ul.tabs::before,
.ld-single-product__details .woocommerce-tabs ul.tabs::after{
  display:none !important;
}
.ld-single-product__details .woocommerce-tabs ul.tabs li{
  border:1px solid #d9cfc3;
  background:#f7f2eb;
  border-radius:12px 12px 0 0;
}
.ld-single-product__details .woocommerce-tabs ul.tabs li a{
  color:#4a433d;
}
.ld-single-product__details .woocommerce-tabs .panel{
  padding-top:18px;
}
@media (max-width:980px){
  .ld-single-product--v96 .ld-single-product__top{
    grid-template-columns:1fr;
    gap:28px;
  }
}
@media (max-width:640px){
  .ld-single-product--v96 .ld-single-product__summary-card{
    padding-top:0;
  }
  .ld-single-product--v96 form.cart{
    align-items:stretch;
  }
  .ld-single-product--v96 .quantity .qty,
  .ld-single-product--v96 .single_add_to_cart_button{
    width:100%;
  }
  .ld-single-product__details .woocommerce-tabs ul.tabs{
    flex-wrap:wrap;
  }
}


/* V9.7 about page premium refinement */
.page-hero--about .page-hero__inner{
  padding: 54px;
}
.page-content-section--about{
  padding-top: 34px;
}
.ld-about-intro-grid{
  display:grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 34px;
  align-items:start;
  margin-bottom: 34px;
}
.ld-about-intro-copy{
  padding: 36px;
  background: linear-gradient(180deg,#fbf8f4 0%,#f5ede4 100%);
  border:1px solid rgba(217,207,195,.78);
  border-radius: 18px;
  box-shadow: var(--ld-shadow-card);
}
.ld-about-intro-copy p:last-child{
  margin-bottom:0;
}
.ld-about-intro-aside{
  display:grid;
  gap: 20px;
}
.ld-about-image-card,
.ld-about-note-card,
.ld-about-trust-card,
.ld-about-story-strip{
  border:1px solid rgba(217,207,195,.78);
  border-radius: 18px;
  background: #fbf8f4;
  box-shadow: var(--ld-shadow-card);
}
.ld-about-image-card{
  overflow:hidden;
  padding: 0;
}
.ld-about-image-card .ld-story-image,
.ld-about-image-card .ld-placeholder-box{
  border:0;
  border-radius:0;
  box-shadow:none;
  aspect-ratio: 1 / 1.08;
}
.ld-about-note-card{
  padding: 28px;
  background: linear-gradient(180deg,#f5ede4 0%,#fbf8f4 100%);
}
.ld-about-note-card h3{
  margin: 8px 0 10px;
  font-size: clamp(1.7rem,2.4vw,2.4rem);
}
.ld-about-note-card p{
  margin:0;
  color: var(--ld-muted);
}
.ld-about-trust-grid{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
  margin-bottom: 28px;
}
.ld-about-trust-card{
  padding: 28px;
}
.ld-about-trust-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #efe4d6;
  color: var(--ld-accent);
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .06em;
}
.ld-about-trust-card h3{
  margin-bottom: 10px;
  font-size: 1.45rem;
}
.ld-about-trust-card p{
  margin:0;
  color: var(--ld-muted);
  font-size: .98rem;
  line-height: 1.7;
}
.ld-about-story-strip{
  display:grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 28px;
  align-items:center;
  padding: 34px;
  margin-bottom: 28px;
  background: linear-gradient(135deg,#efe5d9 0%,#f8f4ee 100%);
}
.ld-about-story-strip h2{
  margin: 8px 0 10px;
}
.ld-about-story-strip p{
  margin:0;
  color: var(--ld-muted);
}
.ld-about-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap: 14px;
}
.ld-about-list li{
  position:relative;
  padding: 16px 18px 16px 48px;
  background: rgba(255,255,255,.72);
  border:1px solid rgba(217,207,195,.72);
  border-radius: 14px;
  color: var(--ld-text);
}
.ld-about-list li::before{
  content:'✓';
  position:absolute;
  left:18px;
  top:50%;
  transform:translateY(-50%);
  width:18px;
  height:18px;
  border-radius:999px;
  color: var(--ld-accent);
  font-weight:700;
}
.ld-values-grid--about{
  margin-bottom: 28px;
}
.ld-page-cta--about{
  border-radius: 18px;
  padding: 48px 40px;
}
.ld-page-cta__actions{
  display:flex;
  gap: 14px;
  justify-content:center;
  flex-wrap:wrap;
}
@media (max-width: 1180px){
  .ld-about-intro-grid,
  .ld-about-story-strip,
  .ld-about-trust-grid{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px){
  .page-hero--about .page-hero__inner,
  .ld-about-intro-copy,
  .ld-about-note-card,
  .ld-about-trust-card,
  .ld-about-story-strip,
  .ld-page-cta--about{
    padding: 28px 22px;
  }
  .ld-page-cta__actions{
    flex-direction:column;
  }
}


/* V9.7.1 about page fix */
.ld-about-intro-grid--v971{
  align-items:stretch;
}
.ld-about-intro-grid--v971 .ld-about-intro-copy{
  min-height:100%;
}
.ld-about-intro-copy .eyebrow{
  display:inline-block;
  margin-bottom:12px;
}
.ld-about-intro-copy h2{
  margin: 0 0 16px;
  font-size: clamp(2rem, 3vw, 3rem);
}
.ld-about-image-card--workshop{
  min-height: 100%;
}
.ld-placeholder-box--about{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:10px;
  min-height:100%;
  padding:34px;
  background: linear-gradient(180deg,#f1e8dc 0%, #e9ddcf 100%);
}
.ld-placeholder-box--about h3{
  margin:0;
  font-size: clamp(1.6rem,2.4vw,2.3rem);
}
.ld-placeholder-box--about p{
  margin:0;
  color: var(--ld-muted);
  max-width: 34ch;
}
.ld-about-workshop-card{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  margin-bottom: 28px;
  padding: 30px;
  border:1px solid rgba(217,207,195,.78);
  border-radius:18px;
  background: linear-gradient(135deg,#f8f3ec 0%,#efe5d8 100%);
  box-shadow: var(--ld-shadow-card);
}
.ld-about-workshop-card__copy h2{
  margin:8px 0 10px;
}
.ld-about-workshop-card__copy p{
  margin:0;
  color: var(--ld-muted);
}
.ld-about-workshop-card__panel{
  min-height:220px;
  border-radius:16px;
  border:1px solid rgba(217,207,195,.72);
  background: rgba(255,255,255,.6);
  display:flex;
  align-items:flex-end;
  justify-content:flex-start;
  padding: 24px;
}
.ld-about-workshop-quote{
  font-family: var(--ld-font-serif);
  font-size: clamp(2rem,2.8vw,3rem);
  line-height:1.05;
  color:#a58d70;
  max-width: 9ch;
}
@media (max-width: 1180px){
  .ld-about-workshop-card{
    grid-template-columns:1fr;
  }
}
@media (max-width: 768px){
  .ld-placeholder-box--about,
  .ld-about-workshop-card,
  .ld-about-workshop-card__panel{
    padding:22px;
  }
}


/* V9.7.2 about premium finishing */
.ld-about-intro-grid--v971{align-items:stretch;gap:32px;margin-bottom:34px}
.ld-about-intro-copy,.ld-about-intro-aside{min-height:100%}
.ld-about-image-card--workshop{height:100%;min-height:540px;border-radius:28px;overflow:hidden;position:relative;background:linear-gradient(180deg,#efe6da 0%,#e8ddcf 100%);border:1px solid rgba(217,207,195,.85);box-shadow:0 18px 50px rgba(42,39,36,.06)}
.ld-placeholder-box--visual{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:540px;padding:48px 40px;background:linear-gradient(180deg,rgba(255,250,245,.2) 0%,rgba(255,250,245,.06) 26%,rgba(92,66,47,.04) 100%)}
.ld-placeholder-box__glow{position:absolute;inset:auto -30px -40px auto;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle, rgba(226,103,8,.17) 0%, rgba(226,103,8,0) 68%);filter:blur(6px);pointer-events:none}
.ld-placeholder-box--visual::before{content:'';position:absolute;top:38px;left:38px;right:38px;height:58%;border-radius:22px;border:1px solid rgba(120,95,76,.12);background:linear-gradient(135deg,rgba(255,255,255,.34),rgba(255,255,255,.08));box-shadow:inset 0 1px 0 rgba(255,255,255,.3)}
.ld-placeholder-box--visual::after{content:'';position:absolute;top:78px;left:76px;width:120px;height:120px;border-radius:28px;border:1px solid rgba(120,95,76,.12);background:rgba(255,255,255,.22);box-shadow:0 20px 40px rgba(42,39,36,.05)}
.ld-placeholder-box--visual > *{position:relative;z-index:2}
.ld-placeholder-box--visual h3{max-width:12ch;margin:8px 0 12px;font-size:clamp(2.1rem,3vw,3.15rem);line-height:.95}
.ld-placeholder-box--visual p{max-width:26rem;font-size:1.04rem;line-height:1.72;color:#655b53}
.ld-about-mini-points{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 0;padding:0;list-style:none}
.ld-about-mini-points li{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.62);border:1px solid rgba(120,95,76,.12);font-size:.9rem;color:#5b5047}
.ld-about-note-card{margin-top:18px;padding:28px 30px;border-radius:22px;background:#fbf7f2;border:1px solid rgba(217,207,195,.78);box-shadow:0 14px 34px rgba(42,39,36,.04)}
.ld-about-proof-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:0 0 34px;padding:0}
.ld-about-proof-strip span{display:flex;align-items:center;justify-content:center;min-height:64px;padding:16px 18px;border-radius:18px;background:#f8f3ec;border:1px solid rgba(217,207,195,.75);color:#5a5149;font-size:.95rem;font-weight:600;letter-spacing:.01em;box-shadow:0 10px 24px rgba(42,39,36,.03)}
.ld-page-cta--about{margin-top:14px}
@media (max-width:1180px){.ld-about-image-card--workshop,.ld-placeholder-box--visual{min-height:460px}}
@media (max-width:900px){.ld-about-proof-strip{grid-template-columns:1fr}.ld-about-image-card--workshop,.ld-placeholder-box--visual{min-height:420px}.ld-placeholder-box--visual{padding:32px 26px}.ld-placeholder-box--visual::before{top:24px;left:24px;right:24px}.ld-placeholder-box--visual::after{top:54px;left:42px;width:96px;height:96px}}


/* V9.7.3a safe about balancing patch */
.ld-about-intro-copy{display:flex;flex-direction:column;justify-content:space-between;min-height:100%}
.ld-about-intro-copy .entry-content > *:last-child{margin-bottom:0}
.ld-about-intro-meta{margin-top:26px;padding-top:22px;border-top:1px solid rgba(217,207,195,.72)}
.ld-about-intro-points{display:grid;gap:10px;margin:0 0 22px;padding:0;list-style:none}
.ld-about-intro-points li{position:relative;padding-left:26px;color:#5f564f;line-height:1.6}
.ld-about-intro-points li::before{content:'';position:absolute;left:0;top:.55em;width:10px;height:10px;border-radius:50%;background:#d47524;box-shadow:0 0 0 4px rgba(212,117,36,.10)}
.ld-about-intro-actions{display:flex;flex-wrap:wrap;gap:12px}
.ld-about-intro-actions .button{min-width:160px;justify-content:center}
@media (max-width:900px){.ld-about-intro-meta{margin-top:22px;padding-top:18px}.ld-about-intro-actions{flex-direction:column}.ld-about-intro-actions .button{width:100%}}


/* V9.8a safe contact patch */

.ld-contact-safe-block{margin-top:34px;padding:28px;border:1px solid rgba(217,207,195,.8);background:linear-gradient(180deg,#fbf7f2 0%,#f5eee6 100%);box-shadow:var(--ld-shadow-card);border-radius:18px}
.ld-contact-safe-block__intro h2{margin-bottom:10px}
.ld-contact-safe-block__intro p{max-width:52rem;color:#5a5149}
.ld-contact-safe-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px}
.ld-contact-safe-card{padding:18px 18px 16px;border-radius:14px;background:rgba(255,255,255,.72);border:1px solid rgba(217,207,195,.72)}
.ld-contact-safe-card h3{margin:0 0 8px;font-size:1.05rem}
.ld-contact-safe-card p{margin:0;color:#5a5149}
.ld-contact-safe-card a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(226,103,8,.25)}
.ld-contact-safe-card a:hover{border-color:rgba(226,103,8,.55)}
.ld-contact-safe-cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}
.page-content-section--contact .ld-contact-copy > * + *{margin-top:18px}
@media (max-width:900px){.ld-contact-safe-grid{grid-template-columns:1fr}.ld-contact-safe-block{padding:24px}}


/* V9.8b contact form support */
.ld-contact-safe-form-wrap{margin-top:22px;padding:22px;border-radius:18px;background:rgba(255,255,255,.78);border:1px solid rgba(217,207,195,.76)}
.ld-contact-safe-form-head h3{margin:0 0 8px}
.ld-contact-safe-form-head p{margin:0;color:#5a5149}
.ld-contact-safe-form{margin-top:18px}
.ld-contact-safe-form form{display:grid;gap:14px}
.ld-contact-safe-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.ld-contact-safe-form textarea,
.ld-contact-safe-form select{width:100%;padding:14px 16px;border-radius:14px;border:1px solid rgba(217,207,195,.95);background:#fffdf9;color:#2c2824;font:inherit;box-sizing:border-box}
.ld-contact-safe-form textarea{min-height:170px;resize:vertical}
.ld-contact-safe-form input:focus,
.ld-contact-safe-form textarea:focus,
.ld-contact-safe-form select:focus{outline:none;border-color:rgba(212,117,36,.58);box-shadow:0 0 0 3px rgba(212,117,36,.10)}
.ld-contact-safe-form input[type="submit"],
.ld-contact-safe-form button,
.ld-contact-safe-form .wpcf7-submit,
.ld-contact-safe-form .wpforms-submit{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:999px;border:1px solid #d8cbbb;background:transparent;color:#1f1f1b;cursor:pointer;transition:all .2s ease}
.ld-contact-safe-form input[type="submit"]:hover,
.ld-contact-safe-form button:hover,
.ld-contact-safe-form .wpcf7-submit:hover,
.ld-contact-safe-form .wpforms-submit:hover{background:#f6efe6;border-color:#cdb79d}
.ld-contact-safe-form .wpcf7-not-valid-tip,.ld-contact-safe-form .wpforms-error{font-size:.88rem;color:#b14f28}
.ld-contact-safe-form-wrap--fallback{display:grid;gap:12px}
.ld-contact-safe-fallback-mail{margin:0;font-weight:600}
.ld-contact-safe-fallback-mail a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(226,103,8,.25)}


/* V9.8c Contact Form 7 premium styling */
.ld-contact-safe-form .wpcf7,
.ld-contact-safe-form .wpforms-container{max-width:none;margin:0}
.ld-contact-safe-form .wpcf7 form > p{margin:0 0 14px}
.ld-contact-safe-form .wpcf7 form p:last-of-type{margin-bottom:0}
.ld-contact-safe-form .wpcf7 label,
.ld-contact-safe-form .wpforms-field-label{display:block;margin:0 0 8px;color:#3b342e;font-size:.95rem;font-weight:600;letter-spacing:.01em}
.ld-contact-safe-form .wpcf7-form-control-wrap{display:block;margin-top:8px}
.ld-contact-safe-form .wpcf7-list-item{margin:0}
.ld-contact-safe-form .wpcf7-acceptance label,
.ld-contact-safe-form .wpforms-field-checkbox label{display:flex;gap:10px;align-items:flex-start;font-size:.9rem;font-weight:400;color:#5a5149}
.ld-contact-safe-form input[type="checkbox"],
.ld-contact-safe-form input[type="radio"]{accent-color:#c8742a;transform:translateY(2px)}
.ld-contact-safe-form .wpcf7-submit,
.ld-contact-safe-form .wpforms-submit{min-width:180px;font-weight:600;letter-spacing:.01em}
.ld-contact-safe-form .wpcf7-spinner{margin:10px 0 0}
.ld-contact-safe-form .wpcf7-response-output,
.ld-contact-safe-form .wpforms-confirmation-container,
.ld-contact-safe-form .wpforms-error-container{margin:16px 0 0 !important;padding:14px 16px !important;border-radius:14px;border:1px solid rgba(217,207,195,.92);font-size:.94rem;line-height:1.6;background:#fffdf9}
.ld-contact-safe-form .wpcf7 form.sent .wpcf7-response-output,
.ld-contact-safe-form .wpforms-confirmation-container{border-color:rgba(106,132,88,.28);background:#f6faf3;color:#35512c}
.ld-contact-safe-form .wpcf7 form.invalid .wpcf7-response-output,
.ld-contact-safe-form .wpcf7 form.unaccepted .wpcf7-response-output,
.ld-contact-safe-form .wpcf7 form.failed .wpcf7-response-output,
.ld-contact-safe-form .wpforms-error-container{border-color:rgba(177,79,40,.22);background:#fff8f5;color:#8a4022}
.ld-contact-safe-form .screen-reader-response{position:absolute!important;left:-9999px!important}
.ld-contact-safe-form .wpcf7-not-valid{border-color:rgba(177,79,40,.42)!important;background:#fffaf8}
.ld-contact-safe-form .wpcf7-not-valid-tip{margin-top:8px}
.ld-contact-safe-form .wpcf7 form.submitting .wpcf7-submit{opacity:.7;pointer-events:none}
.ld-contact-safe-form .wpcf7 textarea::placeholder,
.ld-contact-safe-form .wpcf7 input::placeholder,
.ld-contact-safe-form .wpforms-container input::placeholder,
.ld-contact-safe-form .wpforms-container textarea::placeholder{color:#998f83}



/* V9.8e final contact polish */
.ld-contact-safe-form-wrap{
  background: linear-gradient(180deg, rgba(255,255,255,.86) 0%, rgba(252,248,242,.96) 100%);
  box-shadow: 0 18px 45px rgba(39, 30, 18, 0.05);
}

.ld-contact-safe-form-head h3{
  margin-bottom: 10px;
}

.ld-contact-safe-form-head p{
  max-width: 42rem;
}

.ld-contact-safe-form form{
  gap: 16px;
}

.ld-contact-safe-form .wpcf7 form > p{
  margin: 0 0 16px;
}

.ld-contact-safe-form .wpcf7 label,
.ld-contact-safe-form .wpforms-field-label{
  color: #2f2924;
  font-weight: 600;
}

.ld-contact-safe-form .wpcf7-form-control-wrap{
  margin-top: 10px;
}

.ld-contact-safe-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.ld-contact-safe-form textarea,
.ld-contact-safe-form select{
  background: linear-gradient(180deg, #fffdfa 0%, #fbf6ef 100%);
  border: 1px solid rgba(216, 203, 187, 0.95);
  border-radius: 16px;
  padding: 15px 17px;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease, background-color .22s ease;
}

.ld-contact-safe-form textarea{
  min-height: 180px;
}

.ld-contact-safe-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):hover,
.ld-contact-safe-form textarea:hover,
.ld-contact-safe-form select:hover{
  border-color: rgba(200, 116, 42, 0.34);
}

.ld-contact-safe-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.ld-contact-safe-form textarea:focus,
.ld-contact-safe-form select:focus{
  border-color: rgba(200, 116, 42, 0.62);
  box-shadow: 0 0 0 4px rgba(200, 116, 42, 0.10);
  background: #fffdfa;
  transform: translateY(-1px);
}

.ld-contact-safe-form textarea::placeholder,
.ld-contact-safe-form input::placeholder,
.ld-contact-safe-form .wpforms-container input::placeholder,
.ld-contact-safe-form .wpforms-container textarea::placeholder{
  color: #9c9184;
}

.ld-contact-safe-form .wpcf7-acceptance,
.ld-contact-safe-form .wpforms-field-checkbox{
  margin-top: 4px;
}

.ld-contact-safe-form .wpcf7-acceptance label,
.ld-contact-safe-form .wpforms-field-checkbox label{
  gap: 12px;
  color: #5d544c;
  line-height: 1.6;
}

.ld-contact-safe-form input[type="checkbox"],
.ld-contact-safe-form input[type="radio"]{
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  flex: 0 0 auto;
  accent-color: #c8742a;
}

.ld-contact-safe-form .wpcf7-submit,
.ld-contact-safe-form .wpforms-submit,
.ld-contact-safe-form input[type="submit"],
.ld-contact-safe-form button{
  min-height: 48px;
  min-width: 196px;
  padding: 0 24px;
  font-weight: 600;
  letter-spacing: 0.01em;
  background: linear-gradient(180deg, #fffaf4 0%, #f7efe5 100%);
  border-color: rgba(205, 183, 157, 0.95);
  box-shadow: 0 8px 20px rgba(39, 30, 18, 0.04);
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease;
}

.ld-contact-safe-form .wpcf7-submit:hover,
.ld-contact-safe-form .wpforms-submit:hover,
.ld-contact-safe-form input[type="submit"]:hover,
.ld-contact-safe-form button:hover{
  background: linear-gradient(180deg, #fbf2e8 0%, #f3e7da 100%);
  border-color: rgba(200, 116, 42, 0.48);
  box-shadow: 0 12px 24px rgba(39, 30, 18, 0.07);
  transform: translateY(-1px);
}

.ld-contact-safe-form .wpcf7-submit:active,
.ld-contact-safe-form .wpforms-submit:active,
.ld-contact-safe-form input[type="submit"]:active,
.ld-contact-safe-form button:active{
  transform: translateY(0);
}

.ld-contact-safe-form .wpcf7-response-output,
.ld-contact-safe-form .wpforms-confirmation-container,
.ld-contact-safe-form .wpforms-error-container{
  position: relative;
  padding: 16px 18px 16px 48px !important;
  border-radius: 16px;
}

.ld-contact-safe-form .wpcf7 form.sent .wpcf7-response-output,
.ld-contact-safe-form .wpforms-confirmation-container{
  border-color: rgba(106, 132, 88, 0.28);
  background: linear-gradient(180deg, #f7fbf3 0%, #eef7e8 100%);
  color: #35512c;
}

.ld-contact-safe-form .wpcf7 form.sent .wpcf7-response-output::before,
.ld-contact-safe-form .wpforms-confirmation-container::before{
  content: "✓";
  position: absolute;
  left: 18px;
  top: 15px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(106, 132, 88, 0.14);
  color: #35512c;
  font-size: 0.9rem;
  font-weight: 700;
}

.ld-contact-safe-form .wpcf7 form.invalid .wpcf7-response-output,
.ld-contact-safe-form .wpcf7 form.unaccepted .wpcf7-response-output,
.ld-contact-safe-form .wpcf7 form.failed .wpcf7-response-output,
.ld-contact-safe-form .wpforms-error-container{
  background: linear-gradient(180deg, #fffaf7 0%, #fff2ec 100%);
}

.ld-contact-safe-form .wpcf7-not-valid-tip,
.ld-contact-safe-form .wpforms-error{
  font-size: .86rem;
  margin-top: 9px;
}

@media (max-width: 900px){
  .ld-contact-safe-form-wrap{
    padding: 20px;
  }

  .ld-contact-safe-form .wpcf7-submit,
  .ld-contact-safe-form .wpforms-submit,
  .ld-contact-safe-form input[type="submit"],
  .ld-contact-safe-form button{
    width: 100%;
  }
}



/* V9.8g contact layout balance + sticky aside */
.page-content-section--contact .ld-contact-layout{
  grid-template-columns:minmax(0,1.28fr) minmax(280px,.72fr);
  gap:32px;
  align-items:start;
}
.page-content-section--contact .ld-contact-copy{
  min-width:0;
}
.page-content-section--contact .ld-contact-aside{
  position:sticky;
  top:112px;
  align-self:start;
}
.page-content-section--contact .ld-contact-safe-block{
  margin-top:24px;
}
.page-content-section--contact .ld-contact-safe-form-wrap{
  max-width:none;
}
@media (max-width:1180px){
  .page-content-section--contact .ld-contact-layout{
    grid-template-columns:1fr;
    gap:24px;
  }
  .page-content-section--contact .ld-contact-aside{
    position:static;
    top:auto;
  }
}


/* V9.9 final contact polish */
.page-content-section--contact .ld-contact-layout{grid-template-columns:minmax(0,1.5fr) minmax(240px,.5fr);gap:28px 32px;align-items:start;}
.page-content-section--contact .ld-contact-copy{max-width:none;}
.page-content-section--contact .ld-contact-aside{top:124px;}
.page-content-section--contact .ld-contact-aside > * + *{margin-top:18px;}
.page-content-section--contact .ld-contact-safe-grid{gap:14px;margin-top:18px;}
.page-content-section--contact .ld-contact-safe-card{min-height:0;padding:16px 18px 18px;}
.page-content-section--contact .ld-contact-safe-card h3{margin-bottom:10px;}
.page-content-section--contact .ld-contact-safe-form-wrap{padding:26px 24px 24px;}
.page-content-section--contact .ld-contact-safe-form-head{max-width:42rem;}
.page-content-section--contact .ld-contact-safe-form form{gap:16px;}
.page-content-section--contact .ld-contact-safe-form .wpcf7-submit,.page-content-section--contact .ld-contact-safe-form .wpforms-submit,.page-content-section--contact .ld-contact-safe-form input[type="submit"],.page-content-section--contact .ld-contact-safe-form button{min-width:210px;}
@media (max-width:1180px){.page-content-section--contact .ld-contact-layout{grid-template-columns:1fr;gap:24px;}.page-content-section--contact .ld-contact-aside{position:static;top:auto;}.page-content-section--contact .ld-contact-safe-form-wrap{padding:24px 20px;}}
@media (max-width:720px){.page-content-section--contact .ld-contact-safe-grid{grid-template-columns:1fr;}.page-content-section--contact .ld-contact-safe-form-wrap{padding:22px 18px 20px;}}


/* V9.9.1 – Kontakt-Icons */
.ld-quick-card{
  position:relative;
  text-align:center;
}
.ld-quick-card__icon{
  width:62px;
  height:62px;
  margin:0 auto 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(247,240,231,.96) 100%);
  border:1px solid rgba(217,207,195,.9);
  box-shadow:0 8px 22px rgba(49,36,23,.05);
}
.ld-quick-card__icon svg{
  width:30px;
  height:30px;
  stroke:#7b5326;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.ld-quick-card h3{
  margin-top:0;
}
.ld-quick-card--mail .ld-quick-card__icon,
.ld-quick-card--reply .ld-quick-card__icon,
.ld-quick-card--markets .ld-quick-card__icon{
  background:linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(246,238,228,.98) 100%);
}
@media (max-width:720px){
  .ld-quick-card__icon{
    width:56px;
    height:56px;
    margin-bottom:14px;
  }
  .ld-quick-card__icon svg{
    width:27px;
    height:27px;
  }
}


/* V9.9.2 – Contact icon polish */
.ld-quick-card{
  padding-top: 34px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}
.ld-quick-card:hover{
  transform: translateY(-2px);
  border-color: rgba(205,191,173,.95);
  box-shadow: 0 16px 34px rgba(49,36,23,.06);
}
.ld-quick-card__icon{
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 14px;
  background: #f8f4ee;
  border: 1px solid #e5d8c7;
  box-shadow: none;
}
.ld-quick-card__icon svg{
  width: 22px;
  height: 22px;
  stroke: #7a5a3a;
  stroke-width: 1.65;
}
.ld-quick-card:hover .ld-quick-card__icon{
  background: #f3ebe2;
  border-color: #d8cbbb;
}
.ld-quick-card h3{
  margin-top: 6px;
}
@media (max-width:720px){
  .ld-quick-card{padding-top: 28px;}
  .ld-quick-card__icon{
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    border-radius: 13px;
  }
  .ld-quick-card__icon svg{
    width: 20px;
    height: 20px;
  }
}


/* LaserDesign V9.9.3 — inline contact heading icons */
.ld-inline-icon{display:inline-flex;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-right:.5rem;vertical-align:-0.12em;color:#8d5f2f;flex:0 0 auto;}
.ld-inline-icon svg{width:100%;height:100%;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;fill:none;}
.ld-quick-card h3,.ld-contact-safe-card h3{display:flex;align-items:center;gap:0;line-height:1.2;}
.ld-quick-card h3{justify-content:center;}
.ld-contact-safe-card h3{justify-content:flex-start;}


/* V10.0 premium homepage */
.ld-home-hero{
  padding-top: 32px;
}
.ld-home-hero__shell{
  display:grid;
  grid-template-columns: minmax(0,1.08fr) minmax(320px,.92fr);
  gap: 34px;
  padding: 42px;
  background: linear-gradient(180deg,#efe7dc 0%, #e9dfd2 100%);
  border:1px solid rgba(217,207,195,.9);
  border-radius: 28px;
  box-shadow: 0 26px 60px rgba(42,39,36,.08);
}
.ld-home-hero__content h1{
  font-size: clamp(4rem, 7vw, 6rem);
  line-height: .95;
  margin: 8px 0 18px;
}
.ld-home-hero__text{
  max-width: 40rem;
  font-size: 1.04rem;
  color: #574f47;
}
.ld-home-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top: 24px;
}
.ld-home-hero__visual{
  display:grid;
  gap: 18px;
  align-self: stretch;
}
.ld-home-hero__card{
  border-radius: 22px;
  border:1px solid rgba(217,207,195,.92);
  background: rgba(255,252,247,.74);
  box-shadow: 0 18px 34px rgba(42,39,36,.05);
}
.ld-home-hero__card--main{
  padding: 28px;
  min-height: 280px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:
    radial-gradient(circle at top right, rgba(229,103,8,.12), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(248,242,235,.84));
}
.ld-home-hero__card--main h3{
  margin: 12px 0 10px;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: .98;
}
.ld-home-hero__card--main p{
  margin:0;
  color:#5d554d;
  max-width: 28rem;
}
.ld-home-hero__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius:999px;
  border:1px solid rgba(216,203,187,.95);
  background:#fff9f3;
  color:#6c543b;
  font-size:.88rem;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.ld-home-hero__card--mini{
  display:grid;
  gap: 12px;
  padding: 22px;
}
.ld-home-hero__card--mini span{
  display:flex;
  align-items:center;
  gap:10px;
  color:#493f37;
}
.ld-home-hero__card--mini span::before{
  content:'';
  width:8px;
  height:8px;
  border-radius:999px;
  background: var(--ld-accent);
  flex:0 0 auto;
}
.ld-home-values__grid{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}
.ld-home-value-card{
  padding: 28px;
  background:#fffdfa;
  border:1px solid rgba(217,207,195,.88);
  border-radius: 24px;
  box-shadow: 0 14px 30px rgba(42,39,36,.04);
}
.ld-home-value-card__icon{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(216,203,187,.95);
  background:#f8f2ea;
  color:#7a5a3a;
  margin-bottom:14px;
}
.ld-home-value-card h3{ margin:0 0 8px; }
.ld-home-value-card p{ margin:0; color:#5f564d; }
.ld-section-head{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  align-items:end;
  margin-bottom: 28px;
}
.ld-home-featured .products,
.ld-home-featured ul.products{
  margin-top: 0;
}
.ld-home-featured__cta{
  margin-top: 26px;
}
.ld-home-fallback-card{
  padding: 24px;
  border-radius: 20px;
  background:#fffdfa;
  border:1px solid rgba(217,207,195,.88);
}
.ld-home-story__grid{
  display:grid;
  grid-template-columns: minmax(0,1.05fr) minmax(300px,.95fr);
  gap: 28px;
}
.ld-home-story__panel{
  padding: 34px;
  border-radius: 26px;
  border:1px solid rgba(217,207,195,.88);
  background:#fffdfa;
  box-shadow: 0 16px 30px rgba(42,39,36,.04);
}
.ld-home-story__panel--text h2{
  margin: 10px 0 14px;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: .98;
}
.ld-home-story__panel--text p{
  color:#5a524a;
  max-width: 42rem;
}
.ld-home-story__quote{
  margin:0;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.15;
  font-family: "Cormorant Garamond", Georgia, serif;
}
.ld-home-story__tags{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top: 24px;
}
.ld-home-story__tags span{
  padding: 10px 14px;
  border-radius: 999px;
  border:1px solid rgba(216,203,187,.95);
  background:#f8f2ea;
  color:#5f4c3e;
  font-size:.94rem;
}
.ld-home-cta__box{
  display:grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 24px;
  align-items:center;
  padding: 34px;
  border-radius: 28px;
  border:1px solid rgba(217,207,195,.9);
  background: linear-gradient(180deg,#f0e7db 0%, #ebe0d2 100%);
  box-shadow: 0 20px 40px rgba(42,39,36,.05);
}
.ld-home-cta__box h2{
  margin: 10px 0 12px;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: .98;
}
.ld-home-cta__box p{ margin:0; color:#5b524a; max-width: 42rem; }
.ld-home-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
  justify-content:flex-end;
}
@media (max-width: 1180px){
  .ld-home-hero__shell,
  .ld-section-head,
  .ld-home-story__grid,
  .ld-home-cta__box{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px){
  .ld-home-values__grid{
    grid-template-columns:1fr;
  }
  .ld-home-hero__shell,
  .ld-home-story__panel,
  .ld-home-cta__box{
    padding: 28px;
  }
}
@media (max-width: 640px){
  .ld-home-hero__actions,
  .ld-home-cta__actions{
    flex-direction:column;
    align-items:stretch;
  }
}


/* V10.1 customizer-first homepage */
.ld-home-hero__image-card{
  min-height: 280px;
  overflow: hidden;
  border-radius: 22px;
  border:1px solid rgba(217,207,195,.92);
  background: rgba(255,252,247,.74);
  box-shadow: 0 18px 34px rgba(42,39,36,.05);
}
.ld-home-hero__image-card img{
  display:block;
  width:100%;
  height:100%;
  min-height:280px;
  object-fit:cover;
}
.ld-home-points{
  padding-top: 18px;
}
.ld-home-showcase__grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);
  gap:28px;
  align-items:center;
  padding:34px;
  border-radius:26px;
  border:1px solid rgba(217,207,195,.88);
  background:#fffdfa;
  box-shadow:0 16px 30px rgba(42,39,36,.04);
}
.ld-home-showcase__content .section-title{
  margin:10px 0 12px;
}
.ld-home-showcase__content .section-intro{
  margin:0;
  color:#5a524a;
  max-width:42rem;
}
.ld-home-showcase__media{
  overflow:hidden;
  border-radius:22px;
  background:#f3ece3;
  min-height:260px;
}
.ld-home-showcase__media img{
  width:100%;
  height:100%;
  min-height:260px;
  object-fit:cover;
  display:block;
}
@media (max-width:1180px){
  .ld-home-showcase__grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:900px){
  .ld-home-showcase__grid{
    padding:28px;
  }
}


/* V10.2.1 contact form restore */
.ld-contact-form-block{margin-top:28px;padding:28px;border:1px solid rgba(217,207,195,.88);border-radius:22px;background:#fffdfa;box-shadow:0 14px 30px rgba(42,39,36,.04)}
.ld-contact-form-block__head{margin-bottom:18px}
.ld-contact-form-block__head h3{margin:0 0 8px;font-size:clamp(1.35rem,1.8vw,1.7rem)}
.ld-contact-form-block__head p{margin:0;color:#6a6057}


/* V10.3 single product conversion polish */
.single-product .ld-single-product__top{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:52px;
  align-items:start;
}
.ld-single-product__summary-card{
  position:sticky;
  top:122px;
  padding:28px;
  border:1px solid rgba(217,207,195,.82);
  border-radius:22px;
  background:linear-gradient(180deg,#fdfaf6 0%, #f7f1e9 100%);
  box-shadow:0 20px 44px rgba(42,39,36,.06);
}
.ld-single-product__kicker{
  margin:0 0 12px;
  color:#7b6858;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.ld-single-product__intro{
  margin:0 0 24px;
  color:#564d45;
  font-size:1.02rem;
  line-height:1.7;
}
.ld-single-product__assurance{
  margin:0 0 18px;
  color:#6a5a4b;
  font-size:.95rem;
  font-weight:600;
}
.ld-product-highlights{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:0 0 22px;
}
.ld-product-highlights__item{
  min-height:112px;
  padding:16px;
  border:1px solid rgba(217,207,195,.84);
  border-radius:16px;
  background:rgba(255,255,255,.72);
}
.ld-product-highlights__item strong{
  display:block;
  margin-bottom:8px;
  color:#2d2824;
  font-size:.92rem;
}
.ld-product-highlights__item span{
  display:block;
  color:#5d554d;
  font-size:.92rem;
  line-height:1.5;
}
.single-product form.cart{
  gap:12px;
  margin-bottom:18px;
}
.single-product form.cart .single_add_to_cart_button{
  flex:1 1 220px;
}
.ld-product-purchase-note{
  padding:18px 20px;
  border:1px solid rgba(201,178,154,.92);
  border-radius:18px;
  background:rgba(240,221,202,.34);
}
.ld-product-purchase-note strong{
  display:block;
  margin-bottom:6px;
  color:#2c2824;
}
.ld-product-purchase-note p{
  margin:0 0 10px;
  color:#5b524a;
}
.ld-product-purchase-note a{
  color:var(--ld-accent);
  font-weight:700;
}
.single-product .related.products,
.single-product .upsells.products{
  margin-top:28px;
}
.single-product .related.products > h2,
.single-product .upsells.products > h2,
.single-product .woocommerce-tabs h2{
  margin-bottom:18px;
}
@media (max-width:1180px){
  .single-product .ld-single-product__top{
    grid-template-columns:1fr;
    gap:30px;
  }
  .ld-single-product__summary-card{
    position:static;
  }
  .ld-product-highlights{
    grid-template-columns:1fr;
  }
}
@media (max-width:640px){
  .ld-single-product__summary-card{
    padding:22px;
    border-radius:18px;
  }
  .ld-product-highlights__item{
    min-height:auto;
  }
}


/* V10.3.1 about visual placeholder finishing */
.ld-placeholder-box--visual{
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 72% 18%, rgba(226,103,8,.16) 0%, rgba(226,103,8,0) 24%),
    linear-gradient(180deg, rgba(255,252,248,.62) 0%, rgba(247,240,232,.78) 46%, rgba(235,226,216,.96) 100%);
}
.ld-placeholder-box--visual::before{
  top:34px;
  left:34px;
  right:34px;
  height:56%;
  border-radius:24px;
  border:1px solid rgba(120,95,76,.10);
  background:
    linear-gradient(180deg, rgba(255,255,255,.50), rgba(255,255,255,.16)),
    linear-gradient(135deg, rgba(229,103,8,.05), rgba(255,255,255,0) 42%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.42), 0 18px 44px rgba(42,39,36,.05);
}
.ld-placeholder-box--visual::after{
  top:66px;
  left:66px;
  width:126px;
  height:126px;
  border-radius:30px;
  border:1px solid rgba(120,95,76,.10);
  background:
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(248,240,232,.78)),
    linear-gradient(90deg, rgba(196,168,141,.12) 0%, rgba(255,255,255,0) 100%);
  box-shadow: 0 18px 40px rgba(42,39,36,.06);
}
.ld-placeholder-box--visual .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
  letter-spacing:.16em;
}
.ld-placeholder-box--visual .eyebrow::before{
  content:'';
  width:34px;
  height:1px;
  background:rgba(212,117,36,.48);
}
.ld-placeholder-box--visual h3{
  max-width:10ch;
  margin:6px 0 14px;
  text-wrap:balance;
}
.ld-placeholder-box--visual p{
  max-width:29rem;
  margin:0;
}
.ld-about-mini-points{
  margin-top:24px;
  max-width:31rem;
}
.ld-about-mini-points li{
  background:rgba(255,255,255,.82);
  box-shadow:0 8px 18px rgba(42,39,36,.04);
}
@media (max-width:900px){
  .ld-placeholder-box--visual::before{top:22px;left:22px;right:22px;height:52%;}
  .ld-placeholder-box--visual::after{top:50px;left:40px;width:92px;height:92px;}
}


/* V10.3.2 about workshop image */
.ld-about-image-card--workshop{
  min-height: auto;
  padding: 22px;
  background: linear-gradient(180deg,#f4ede4 0%,#ece2d6 100%);
}
.ld-about-visual-card{
  display:flex;
  flex-direction:column;
  height:100%;
}
.ld-about-visual-card__media{
  overflow:hidden;
  border-radius:22px;
  background:#e9dfd2;
  border:1px solid rgba(217,207,195,.9);
  box-shadow:0 16px 36px rgba(42,39,36,.06);
}
.ld-about-visual-card__media .ld-story-image--workshop{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:2.08 / 1;
  object-fit:cover;
  border:none;
  box-shadow:none;
  border-radius:22px;
}
.ld-about-visual-card__content{
  padding:22px 18px 10px;
}
.ld-about-visual-card__content .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.ld-about-visual-card__content .eyebrow::before{
  content:'';
  width:26px;
  height:1px;
  background:rgba(212,117,36,.48);
}
.ld-about-visual-card__content h3{
  margin:12px 0 12px;
  max-width:10ch;
  font-size:clamp(2.15rem,3vw,3.2rem);
  line-height:.95;
}
.ld-about-visual-card__content p{
  margin:0;
  max-width:26rem;
  color:#655b53;
}
.ld-about-visual-card__content .ld-about-mini-points{
  margin-top:22px;
}
@media (max-width:900px){
  .ld-about-image-card--workshop{
    padding:18px;
  }
  .ld-about-visual-card__content{
    padding:18px 8px 4px;
  }
}

/* V10.5 product conversion refinement */
.ld-product-delivery-note{
  display:grid;
  gap:6px;
  margin:14px 0 0;
  padding:14px 0 0;
  border-top:1px solid rgba(217,207,195,.72);
}
.ld-product-delivery-note span{
  position:relative;
  padding-left:18px;
  color:#655c53;
  font-size:.92rem;
  line-height:1.55;
}
.ld-product-delivery-note span::before{
  content:'';
  position:absolute;
  left:0;
  top:.72em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--ld-accent);
}

.ld-sticky-cart-bar{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:9999;
  padding:10px 0 calc(10px + env(safe-area-inset-bottom));
  background:rgba(255,253,250,.96);
  border-top:1px solid rgba(217,207,195,.92);
  box-shadow:0 -10px 30px rgba(42,39,36,.08);
  backdrop-filter:blur(10px);
}
.ld-sticky-cart-bar[hidden]{
  display:none !important;
}
.ld-sticky-cart-bar__inner{
  display:flex;
  align-items:center;
  gap:14px;
}
.ld-sticky-cart-bar__meta{
  min-width:0;
  flex:1 1 auto;
}
.ld-sticky-cart-bar__title{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#201d19;
  font-size:.98rem;
}
.ld-sticky-cart-bar__price,
.ld-sticky-cart-bar__price .amount{
  color:#6b5d50;
  font-size:.92rem;
  font-weight:700;
}
.ld-sticky-cart-bar__button{
  flex:0 0 auto;
  min-height:50px;
  padding:0 22px;
  border:none;
  border-radius:999px;
  background:var(--ld-accent);
  color:#fff;
  font-size:.95rem;
  font-weight:800;
  cursor:pointer;
}
.ld-sticky-cart-bar__button:hover{
  background:var(--ld-accent-hover);
}
@media (min-width:769px){
  .ld-sticky-cart-bar{
    display:none !important;
  }
}
@media (max-width:768px){
  body.single-product{
    padding-bottom:92px;
  }
  .ld-sticky-cart-bar__inner{
    gap:10px;
  }
  .ld-sticky-cart-bar__button{
    min-width:154px;
    padding:0 18px;
  }
}
@media (max-width:480px){
  .ld-sticky-cart-bar__title{
    font-size:.92rem;
  }
  .ld-sticky-cart-bar__price,
  .ld-sticky-cart-bar__price .amount{
    font-size:.86rem;
  }
  .ld-sticky-cart-bar__button{
    min-width:140px;
    font-size:.9rem;
  }
}


/* V10.5.1 Produktblatt Layout-Fix */
.single-product div.product.ld-single-product--v96{
  display:block;
}
.single-product .ld-single-product__details{
  clear:both;
  display:block;
  width:100%;
  margin-top:34px;
}
.single-product .ld-single-product__gallery{
  min-width:0;
}
.single-product .ld-single-product__gallery .woocommerce-product-gallery{
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 18px 40px rgba(42,39,36,.06);
}
.single-product .ld-single-product__gallery .flex-viewport{
  border-radius:22px;
}
.single-product .ld-single-product__gallery .woocommerce-product-gallery__image{
  background:#f5f1ea;
}
.single-product .ld-single-product__details .woocommerce-tabs{
  padding:28px 32px 30px;
  border:1px solid rgba(217,207,195,.82);
  border-radius:24px;
  background:linear-gradient(180deg,#fdfaf6 0%, #f7f1e9 100%);
  box-shadow:0 18px 42px rgba(42,39,36,.05);
}
.single-product .ld-single-product__details .woocommerce-tabs ul.tabs{
  margin:0 0 20px;
  flex-wrap:wrap;
}
.single-product .ld-single-product__details .woocommerce-tabs ul.tabs li{
  margin:0;
  border-radius:14px;
  background:#fffdfa;
}
.single-product .ld-single-product__details .woocommerce-tabs ul.tabs li.active{
  border-color:rgba(201,178,154,.95);
  background:#fbf4ec;
}
.single-product .ld-single-product__details .woocommerce-tabs ul.tabs li::before,
.single-product .ld-single-product__details .woocommerce-tabs ul.tabs li::after{
  display:none !important;
}
.single-product .ld-single-product__details .woocommerce-tabs .panel{
  margin:0;
  padding-top:8px;
}
.single-product .ld-single-product__details .woocommerce-tabs h2:first-child{
  margin-top:0;
}
.single-product .ld-single-product__details .woocommerce-Tabs-panel p,
.single-product .ld-single-product__details .woocommerce-Tabs-panel li{
  color:#554c44;
  line-height:1.8;
}
@media (max-width: 980px){
  .single-product .ld-single-product__details .woocommerce-tabs{
    padding:24px 22px;
    border-radius:20px;
  }
}
@media (max-width: 640px){
  .single-product .ld-single-product__details{
    margin-top:26px;
  }
  .single-product .ld-single-product__details .woocommerce-tabs{
    padding:20px 18px;
  }
}


/* V10.6 product page polish */
.ld-product-jumplinks{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0 0;
}
.ld-product-jumplinks a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 14px;
  border:1px solid rgba(217,207,195,.9);
  border-radius:999px;
  background:rgba(255,253,250,.88);
  color:#5a5148;
  font-size:.9rem;
  font-weight:700;
  transition:transform .2s ease, border-color .2s ease, background .2s ease;
}
.ld-product-jumplinks a:hover{
  transform:translateY(-1px);
  border-color:rgba(201,178,154,.95);
  background:#fbf4ec;
}

.single-product .ld-single-product__gallery .woocommerce-product-gallery__image img{
  transition:transform .45s ease;
}
.single-product .ld-single-product__gallery .woocommerce-product-gallery__image:hover img{
  transform:scale(1.02);
}
.single-product .ld-single-product__gallery .flex-control-thumbs{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}
.single-product .ld-single-product__gallery .flex-control-thumbs li{
  width:auto !important;
  float:none !important;
}
.single-product .ld-single-product__gallery .flex-control-thumbs img{
  border-radius:14px;
  border:1px solid rgba(217,207,195,.82);
  background:#f5f1ea;
  opacity:1;
}

.single-product .ld-single-product__details .woocommerce-tabs ul.tabs li a{
  min-height:44px;
  display:inline-flex;
  align-items:center;
}
.single-product .ld-single-product__details .woocommerce-Tabs-panel--description h2,
.single-product .ld-single-product__details .woocommerce-Tabs-panel--reviews h2,
.single-product .ld-single-product__details #reviews h2{
  margin:0 0 16px;
  font-size:clamp(2rem,3vw,3.2rem);
  line-height:.95;
}
.single-product .ld-single-product__details #reviews #comments,
.single-product .ld-single-product__details #reviews #review_form_wrapper{
  padding:22px 24px;
  border:1px solid rgba(217,207,195,.74);
  border-radius:20px;
  background:rgba(255,253,250,.82);
}
.single-product .ld-single-product__details #reviews #comments{
  margin-bottom:18px;
}
.single-product .ld-single-product__details .comment-form input,
.single-product .ld-single-product__details .comment-form textarea,
.single-product .ld-single-product__details .comment-form select{
  border-radius:14px;
  border:1px solid rgba(217,207,195,.88);
  background:#fffdfa;
}
.single-product .ld-single-product__details .comment-form input,
.single-product .ld-single-product__details .comment-form select{
  min-height:46px;
}
.single-product .ld-single-product__details .comment-form .submit{
  min-height:48px;
  padding:0 18px;
  border:none;
  border-radius:999px;
  background:var(--ld-accent);
  color:#fff;
  font-weight:800;
}

.single-product .related.products,
.single-product .upsells.products{
  margin-top:34px;
}
.single-product .related.products > h2,
.single-product .upsells.products > h2{
  margin:0 0 18px;
  font-size:clamp(2rem,3vw,3rem);
  line-height:.95;
}
.single-product .related.products ul.products,
.single-product .upsells.products ul.products{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}
.single-product .related.products ul.products li.product,
.single-product .upsells.products ul.products li.product{
  width:auto !important;
  margin:0 !important;
  padding:18px;
  border:1px solid rgba(217,207,195,.82);
  border-radius:22px;
  background:linear-gradient(180deg,#fffdfa 0%,#f7f1e9 100%);
  box-shadow:0 16px 34px rgba(42,39,36,.04);
}
.single-product .related.products ul.products li.product img,
.single-product .upsells.products ul.products li.product img{
  border-radius:18px;
  overflow:hidden;
}
.single-product .related.products ul.products li.product .button,
.single-product .upsells.products ul.products li.product .button{
  min-height:42px;
  border-radius:999px;
}

@media (max-width:980px){
  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:640px){
  .ld-product-jumplinks{
    gap:8px;
  }
  .ld-product-jumplinks a{
    flex:1 1 calc(50% - 8px);
  }
  .single-product .ld-single-product__gallery .flex-control-thumbs{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products{
    grid-template-columns:1fr;
  }
  .single-product .ld-single-product__details #reviews #comments,
  .single-product .ld-single-product__details #reviews #review_form_wrapper{
    padding:18px;
  }
}


/* V10.6.1 Minimal single-product summary */
.single-product .ld-single-product__summary-card{
  padding: 28px;
}
.single-product .ld-single-product__summary-card .product_title{
  margin-bottom: 16px;
}
.single-product .ld-single-product__summary-card p.price,
.single-product .ld-single-product__summary-card span.price{
  margin-bottom: 18px;
}
.single-product .ld-single-product__summary-card .woocommerce-product-details__short-description{
  margin-bottom: 22px;
}
.single-product .ld-single-product__summary-card .woocommerce-product-details__short-description p{
  margin-bottom: 0;
  font-size: 1.06rem;
  line-height: 1.7;
}
.single-product .ld-single-product__summary-card form.cart{
  margin-bottom: 0;
  padding-top: 4px;
}
.single-product .ld-single-product__summary-card .quantity .qty{
  min-height: 48px;
}
.single-product .ld-single-product__summary-card .single_add_to_cart_button{
  min-height: 48px;
}

/* V10.6.2 header icon fix */
.header-icon .ld-icon{
  width:18px;
  height:18px;
  display:block;
  object-fit:contain;
}


/* V10.7B Cart Drawer */
.ld-cart-drawer-open{overflow:hidden}
.ld-cart-drawer{position:fixed;inset:0;z-index:120}
.ld-cart-drawer__backdrop{position:absolute;inset:0;background:rgba(34,30,26,.24);backdrop-filter:blur(3px)}
.ld-cart-drawer__panel{position:absolute;top:0;right:0;width:min(420px,100%);height:100%;background:var(--ld-surface);border-left:1px solid rgba(217,207,195,.9);box-shadow:-18px 0 40px rgba(42,39,36,.12);display:flex;flex-direction:column}
.ld-cart-drawer__inner{display:flex;flex-direction:column;min-height:100%}
.ld-cart-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:26px 24px 18px;border-bottom:1px solid rgba(217,207,195,.75)}
.ld-cart-drawer__header h2{margin:0;font-size:clamp(2rem,3vw,2.6rem)}
.ld-cart-drawer__close{min-height:auto;width:42px;height:42px;padding:0;border-radius:999px;background:#fff;color:var(--ld-text);border:1px solid rgba(191,178,163,.78);font-size:1.5rem;line-height:1}
.ld-cart-drawer__close:hover{background:#f7f1ea;color:var(--ld-accent)}
.ld-cart-drawer__body{flex:1 1 auto;padding:20px 24px;overflow:auto}
.ld-cart-drawer__footer{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:18px 24px 24px;border-top:1px solid rgba(217,207,195,.75);background:#f8f4ee}
.ld-cart-drawer .woocommerce-mini-cart{display:grid;gap:14px}
.ld-cart-drawer .woocommerce-mini-cart-item{display:grid!important;grid-template-columns:72px 1fr auto;gap:14px;align-items:start;padding:14px 0;border-bottom:1px solid rgba(217,207,195,.65)}
.ld-cart-drawer .woocommerce-mini-cart-item a{font-weight:600;color:var(--ld-text)}
.ld-cart-drawer .woocommerce-mini-cart-item img{width:72px;height:72px;object-fit:cover;border-radius:12px;border:1px solid rgba(217,207,195,.7);background:#f3ece3}
.ld-cart-drawer .woocommerce-mini-cart-item .remove{order:3;justify-self:end;position:static!important;width:28px;height:28px;line-height:26px;border-radius:999px;border:1px solid rgba(191,178,163,.78);text-align:center;color:#7d7267!important}
.ld-cart-drawer .woocommerce-mini-cart-item .remove:hover{background:#f0e8de;color:var(--ld-accent)!important}
.ld-cart-drawer .woocommerce-mini-cart__total,.ld-cart-drawer .woocommerce-mini-cart__buttons{padding-top:16px}
.ld-cart-drawer .woocommerce-mini-cart__total{display:flex;justify-content:space-between;border-top:1px solid rgba(217,207,195,.75);font-weight:700;color:var(--ld-text)}
.ld-cart-drawer .woocommerce-mini-cart__buttons{display:none}
.ld-cart-drawer .woocommerce-mini-cart__empty-message{margin:0;color:var(--ld-muted)}
@media (max-width: 640px){.ld-cart-drawer__panel{width:100%}.ld-cart-drawer__footer{grid-template-columns:1fr}}


/* V10.7.1 Mobile optimization */
.ld-cart-drawer__panel{
  max-width:100vw;
}
.ld-cart-drawer__header .eyebrow{
  margin-bottom:8px;
}
.ld-cart-drawer__footer .button,
.ld-cart-drawer__footer .button--secondary{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.ld-cart-drawer .woocommerce-mini-cart-item .quantity,
.ld-cart-drawer .woocommerce-mini-cart-item .variation,
.ld-cart-drawer .woocommerce-mini-cart-item .amount{
  color:var(--ld-muted);
  font-size:.96rem;
}
.ld-cart-drawer .woocommerce-mini-cart-item .quantity,
.ld-cart-drawer .woocommerce-mini-cart-item .variation{
  display:block;
  margin-top:6px;
}
.ld-cart-drawer .woocommerce-mini-cart-item .quantity .amount{
  color:var(--ld-text);
  font-weight:700;
}

@media (max-width: 900px){
  .single-product .ld-single-product__shell{
    gap:24px;
  }
  .single-product .ld-single-product__summary-card{
    padding:24px;
  }
}

@media (max-width: 640px){
  .ld-cart-drawer{
    align-items:flex-end;
  }
  .ld-cart-drawer__panel{
    top:auto;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:min(88vh, 760px);
    border-left:none;
    border-top:1px solid rgba(217,207,195,.9);
    border-radius:24px 24px 0 0;
    box-shadow:0 -16px 40px rgba(42,39,36,.16);
    overflow:hidden;
  }
  .ld-cart-drawer__header{
    padding:18px 18px 14px;
    gap:12px;
  }
  .ld-cart-drawer__header h2{
    font-size:clamp(1.5rem,7vw,2rem);
  }
  .ld-cart-drawer__close{
    width:40px;
    height:40px;
    font-size:1.35rem;
    flex:0 0 auto;
  }
  .ld-cart-drawer__body{
    padding:14px 18px 12px;
  }
  .ld-cart-drawer .woocommerce-mini-cart{
    gap:10px;
  }
  .ld-cart-drawer .woocommerce-mini-cart-item{
    grid-template-columns:60px 1fr auto;
    gap:12px;
    padding:12px 0;
  }
  .ld-cart-drawer .woocommerce-mini-cart-item img{
    width:60px;
    height:60px;
    border-radius:10px;
  }
  .ld-cart-drawer .woocommerce-mini-cart-item a{
    line-height:1.35;
    font-size:.98rem;
  }
  .ld-cart-drawer .woocommerce-mini-cart-item .remove{
    width:26px;
    height:26px;
    line-height:24px;
    font-size:1rem;
  }
  .ld-cart-drawer .woocommerce-mini-cart__total{
    font-size:1rem;
  }
  .ld-cart-drawer__footer{
    grid-template-columns:1fr;
    gap:10px;
    padding:14px 18px calc(18px + env(safe-area-inset-bottom));
  }
  .single-product .ld-single-product__shell,
  .single-product div.product{
    gap:20px;
  }
  .single-product .ld-single-product__summary-card{
    padding:20px;
    border-radius:20px;
  }
  .single-product .ld-single-product__summary-card .product_title{
    margin-bottom:12px;
  }
  .single-product .ld-single-product__summary-card p.price,
  .single-product .ld-single-product__summary-card span.price{
    margin-bottom:14px;
  }
  .single-product .ld-single-product__summary-card .woocommerce-product-details__short-description{
    margin-bottom:18px;
  }
  .single-product .ld-single-product__summary-card form.cart{
    gap:10px;
  }
  .single-product .ld-single-product__summary-card .quantity .qty,
  .single-product .ld-single-product__summary-card .single_add_to_cart_button{
    min-height:50px;
  }
}


/* V10.8 mobile refinement */
@media (max-width: 900px){
  .site-header{
    backdrop-filter: blur(10px);
  }
  .site-header__inner{
    width:min(calc(100% - 24px), var(--ld-container));
    min-height:84px;
    grid-template-columns:auto 1fr auto;
    gap:14px;
  }
  .site-logo-wrap{
    max-width:150px;
  }
  .site-logo-wrap img,
  .site-logo-default,
  .custom-logo{
    max-height:42px;
  }
  .menu-toggle{
    width:44px;
    height:44px;
    border:1px solid rgba(191,178,163,.78);
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.28);
    justify-self:center;
  }
  .menu-toggle:hover{
    background:rgba(255,255,255,.58);
    color:var(--ld-accent);
  }
  .main-navigation{
    top:calc(100% + 10px);
    left:12px;
    right:12px;
    padding:18px;
    border:1px solid rgba(217,207,195,.88);
    border-radius:20px;
    box-shadow:0 24px 44px rgba(42,39,36,.12);
    background:rgba(251,248,244,.98);
    backdrop-filter:blur(12px);
  }
  .main-navigation ul{
    gap:14px;
  }
  .main-navigation a{
    width:100%;
    display:block;
    padding:12px 14px;
    border-radius:14px;
    background:#f4ede4;
    font-size:1rem;
  }
  .header-actions{
    gap:8px;
  }
  .header-icon{
    width:44px;
    height:44px;
  }
}

@media (max-width: 768px){
  .container,
  .site-shell,
  .site-header__inner{
    width:min(calc(100% - 20px), var(--ld-container));
  }
  .section{
    padding:68px 0;
  }
  .section--compact{
    padding:44px 0;
  }
  .ld-home-hero{
    padding-top:18px;
  }
  .ld-home-hero__shell{
    gap:22px;
    padding:22px 18px;
    border-radius:22px;
  }
  .ld-home-hero__content .eyebrow{
    margin-bottom:10px;
    font-size:.76rem;
    letter-spacing:.12em;
  }
  .ld-home-hero__content h1{
    margin:4px 0 14px;
    font-size:clamp(2.9rem, 14vw, 4.25rem);
    line-height:.88;
    letter-spacing:-.035em;
    overflow-wrap:anywhere;
    hyphens:auto;
  }
  .ld-home-hero__content .lead{
    margin-bottom:12px;
    font-size:1.03rem;
    line-height:1.55;
  }
  .ld-home-hero__text{
    margin-bottom:0;
    font-size:.98rem;
    line-height:1.6;
  }
  .ld-home-hero__visual{
    gap:14px;
  }
  .ld-home-hero__image-card,
  .ld-home-hero__image-card img{
    min-height:220px;
    border-radius:18px;
  }
  .ld-home-hero__card--mini{
    grid-template-columns:1fr;
    gap:10px;
    padding:16px 18px;
  }
  .ld-home-hero__actions,
  .ld-home-cta__actions,
  .ld-page-cta__actions,
  .ld-about-intro-actions{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:10px;
  }
  .ld-home-hero__actions .button,
  .ld-home-cta__actions .button,
  .ld-page-cta__actions .button,
  .ld-about-intro-actions .button{
    width:100%;
    min-width:0;
  }
  .ld-home-value-card,
  .ld-home-story__panel,
  .ld-home-showcase__grid,
  .ld-home-cta__box,
  .ld-page-hero--about .page-hero__inner,
  .ld-about-intro-copy,
  .ld-about-note-card,
  .ld-about-trust-card,
  .ld-about-story-strip,
  .ld-page-cta--about,
  .ld-contact-safe-block,
  .ld-contact-form-block,
  .ld-product-sheet,
  .single-product .woocommerce-tabs .panel{
    border-radius:20px;
  }
  .ld-home-showcase__grid,
  .ld-home-story__panel,
  .ld-home-cta__box{
    padding:22px 18px;
  }
  .ld-home-showcase__media,
  .ld-home-showcase__media img{
    min-height:220px;
    border-radius:18px;
  }
  .ld-home-story__panel--text h2,
  .ld-home-cta__box h2{
    font-size:clamp(2rem, 10vw, 2.8rem);
  }
  .ld-home-story__quote{
    font-size:clamp(1.5rem, 7vw, 2rem);
  }
  .woocommerce ul.products,
  ul.products{
    grid-template-columns:1fr 1fr;
    gap:16px;
  }
  .single-product div.product{
    grid-template-columns:1fr;
    gap:20px;
  }
  .single-product div.product .woocommerce-product-gallery,
  .single-product div.product .summary{
    max-width:none;
  }
  .single-product div.product .summary{
    padding:18px;
    border-radius:20px;
  }
  .single-product .summary .product_title{
    font-size:clamp(2.6rem, 14vw, 3.6rem);
    line-height:.9;
    overflow-wrap:anywhere;
  }
  .single-product .summary .price{
    font-size:2rem;
  }
  .single-product form.cart{
    display:grid;
    grid-template-columns:96px 1fr;
    gap:10px;
  }
  .single-product form.cart .quantity,
  .single-product form.cart .single_add_to_cart_button{
    width:100%;
    margin:0;
  }
  .single-product .woocommerce-tabs{
    margin-top:26px;
  }
  .single-product .woocommerce-tabs ul.tabs{
    display:flex;
    gap:8px;
    overflow:auto;
    padding-bottom:4px;
    scrollbar-width:none;
  }
  .single-product .woocommerce-tabs ul.tabs::-webkit-scrollbar{
    display:none;
  }
  .single-product .woocommerce-tabs ul.tabs li a{
    white-space:nowrap;
  }
  .ld-cart-drawer__panel{
    width:min(100vw, 100%);
    border-radius:22px 22px 0 0;
  }
}

@media (max-width: 640px){
  .site-header__inner{
    min-height:76px;
    grid-template-columns:auto auto 1fr;
    align-items:center;
    gap:10px;
  }
  .site-branding{
    min-width:0;
  }
  .site-logo-wrap{
    max-width:116px;
  }
  .site-logo-wrap img,
  .site-logo-default,
  .custom-logo{
    max-height:30px;
  }
  .header-actions{
    justify-self:end;
  }
  .header-icon,
  .menu-toggle{
    width:42px;
    height:42px;
  }
  .ld-home-hero__shell{
    padding:18px 16px;
  }
  .ld-home-hero__content h1{
    font-size:clamp(2.6rem, 15vw, 3.6rem);
  }
  .ld-home-hero__content .lead{
    font-size:.98rem;
  }
  .ld-home-hero__text{
    font-size:.94rem;
  }
  .ld-home-value-card{
    padding:22px 18px;
  }
  .woocommerce ul.products,
  ul.products{
    grid-template-columns:1fr;
  }
}


/* V11.0 + V11.1 Premium image focus ------------------------------------------------ */
:root{
  --ld-radius-premium:28px;
  --ld-shadow-premium:0 22px 56px rgba(42,39,36,.08);
  --ld-shadow-thumb:0 10px 22px rgba(42,39,36,.05);
}

.single-product .ld-single-product__top{
  gap:40px;
  align-items:start;
}

.single-product .ld-single-product__gallery{
  position:relative;
}

.single-product .ld-single-product__gallery .woocommerce-product-gallery{
  position:sticky;
  top:118px;
  padding:18px;
  border-radius:var(--ld-radius-premium);
  border:1px solid rgba(217,207,195,.82);
  background:linear-gradient(180deg,#fbf8f4 0%,#f4ede3 100%);
  box-shadow:var(--ld-shadow-premium);
  overflow:hidden;
}

.single-product .ld-single-product__gallery .woocommerce-product-gallery::before{
  content:'';
  position:absolute;
  inset:auto -14% 62% auto;
  width:220px;
  height:220px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(234,107,11,.14) 0%, rgba(234,107,11,0) 68%);
  pointer-events:none;
}

.single-product .ld-single-product__gallery .flex-viewport{
  border-radius:24px;
  border:1px solid rgba(217,207,195,.7);
  background:linear-gradient(180deg,#f9f4ed 0%,#f3ebdf 100%);
  overflow:hidden;
}

.single-product .ld-single-product__gallery .woocommerce-product-gallery__wrapper{
  background:transparent;
  border:0;
  box-shadow:none;
}

.single-product .ld-single-product__gallery .woocommerce-product-gallery__image a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:clamp(420px,58vw,720px);
  padding:clamp(20px,2.6vw,34px);
  background:radial-gradient(circle at 78% 22%, rgba(234,107,11,.08) 0%, rgba(234,107,11,0) 22%), linear-gradient(180deg,#faf5ee 0%,#f2eadf 100%);
}

.single-product .ld-single-product__gallery .woocommerce-product-gallery__image img{
  width:100%;
  height:100%;
  max-height:calc(min(72vh, 720px) - 64px);
  aspect-ratio:1 / 1;
  object-fit:contain;
  transform:scale(1);
  transform-origin:center center;
  transition:transform .6s ease, filter .35s ease;
}

@media (hover:hover){
  .single-product .ld-single-product__gallery .woocommerce-product-gallery__image:hover img{
    transform:scale(1.045);
    filter:saturate(1.02) contrast(1.01);
  }
}

.single-product .ld-single-product__gallery .flex-control-thumbs{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:16px;
}

.single-product .ld-single-product__gallery .flex-control-thumbs li{
  float:none !important;
  width:auto !important;
  margin:0 !important;
  padding:6px;
  border-radius:18px;
  border:1px solid rgba(217,207,195,.82);
  background:#fffdfa;
  box-shadow:var(--ld-shadow-thumb);
  overflow:hidden;
}

.single-product .ld-single-product__gallery .flex-control-thumbs img{
  width:100%;
  aspect-ratio:1 / 1;
  object-fit:cover;
  border-radius:12px;
  opacity:.88;
  transform:scale(1);
  transition:transform .28s ease, opacity .28s ease, filter .28s ease;
}

.single-product .ld-single-product__gallery .flex-control-thumbs img.flex-active,
.single-product .ld-single-product__gallery .flex-control-thumbs li:hover img{
  opacity:1;
  transform:scale(1.04);
  filter:saturate(1.03);
}

.single-product .ld-single-product__summary-card{
  padding:32px;
  border-radius:var(--ld-radius-premium);
  border:1px solid rgba(217,207,195,.82);
  background:linear-gradient(180deg,#fffdfa 0%,#f8f2ea 100%);
  box-shadow:0 18px 42px rgba(42,39,36,.05);
}

.single-product .ld-single-product__summary-card .product_title{
  margin-bottom:12px;
  line-height:.96;
}

.single-product .ld-single-product__summary-card p.price,
.single-product .ld-single-product__summary-card span.price{
  margin-bottom:14px;
}

.single-product .ld-single-product__summary-card .woocommerce-product-details__short-description{
  margin-bottom:22px;
}

.single-product .ld-single-product__summary-card form.cart{
  margin-bottom:0;
}

.single-product .ld-single-product__details .woocommerce-tabs{
  border-radius:var(--ld-radius-premium);
  border:1px solid rgba(217,207,195,.78);
  background:linear-gradient(180deg,#fffdfa 0%,#f8f2ea 100%);
  box-shadow:0 18px 42px rgba(42,39,36,.04);
}

.single-product .ld-single-product__details .woocommerce-tabs .panel{
  background:transparent;
}

@media (max-width: 960px){
  .single-product .ld-single-product__top{
    gap:22px;
  }

  .single-product .ld-single-product__gallery .woocommerce-product-gallery{
    position:relative;
    top:auto;
    padding:14px;
  }

  .single-product .ld-single-product__gallery .woocommerce-product-gallery__image a{
    min-height:clamp(280px,72vw,520px);
    padding:18px;
  }

  .single-product .ld-single-product__gallery .flex-control-thumbs{
    grid-template-columns:repeat(4,minmax(72px,1fr));
    gap:10px;
    overflow:auto;
  }

  .single-product .ld-single-product__summary-card{
    padding:24px;
  }
}

@media (max-width: 640px){
  .single-product .ld-single-product__gallery .woocommerce-product-gallery{
    padding:12px;
    border-radius:22px;
  }

  .single-product .ld-single-product__gallery .flex-viewport{
    border-radius:18px;
  }

  .single-product .ld-single-product__gallery .woocommerce-product-gallery__image a{
    min-height:min(78vw, 420px);
    padding:14px;
  }

  .single-product .ld-single-product__gallery .flex-control-thumbs{
    grid-template-columns:repeat(4, 86px);
    padding-bottom:4px;
  }

  .single-product .ld-single-product__summary-card{
    padding:20px;
    border-radius:22px;
  }
}


/* V11.2 product gallery alignment + premium product sheet */
.single-product .ld-single-product__top{
  gap:36px;
  align-items:start;
}

.single-product .ld-single-product__gallery,
.single-product .ld-single-product__summary{
  align-self:start;
}

.single-product .ld-single-product__gallery .woocommerce-product-gallery{
  top:32px;
  padding:18px 18px 16px;
}

.single-product .ld-single-product__gallery .flex-viewport{
  margin:0;
}

.single-product .ld-single-product__gallery .woocommerce-product-gallery__image a{
  align-items:flex-start;
  justify-content:center;
  min-height:clamp(390px, 50vw, 620px);
  padding:22px 24px 12px;
}

.single-product .ld-single-product__gallery .woocommerce-product-gallery__image img{
  object-position:center top;
  max-height:calc(min(68vh, 620px) - 40px);
}

.single-product .ld-single-product__gallery .flex-control-thumbs{
  margin-top:14px;
}

.single-product .ld-single-product__summary-card{
  padding:34px 30px 26px;
}

.single-product .ld-single-product__summary-card .product_title{
  margin-bottom:10px;
}

.single-product .ld-single-product__summary-card p.price,
.single-product .ld-single-product__summary-card span.price{
  margin-bottom:14px;
}

.single-product .ld-single-product__summary-card .woocommerce-product-details__short-description{
  margin-bottom:18px;
}

.single-product .ld-single-product__summary-card .woocommerce-product-details__short-description p{
  color:#5d544b;
  line-height:1.72;
}

.single-product .ld-single-product__summary-card form.cart{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid rgba(217,207,195,.72);
}

.single-product .ld-single-product__summary-card .single_add_to_cart_button,
.single-product .ld-single-product__summary-card button.single_add_to_cart_button{
  background:var(--ld-accent);
  border-color:var(--ld-accent);
  color:#fff;
  box-shadow:0 12px 24px rgba(229,103,8,.16);
}

.single-product .ld-single-product__summary-card .single_add_to_cart_button:hover,
.single-product .ld-single-product__summary-card button.single_add_to_cart_button:hover{
  background:#d85f07;
  border-color:#d85f07;
}

.single-product .ld-single-product__details{
  margin-top:28px;
}

@media (max-width: 960px){
  .single-product .ld-single-product__top{
    gap:22px;
  }

  .single-product .ld-single-product__gallery .woocommerce-product-gallery{
    top:auto;
    padding:14px;
  }

  .single-product .ld-single-product__gallery .woocommerce-product-gallery__image a{
    min-height:clamp(280px, 72vw, 480px);
    padding:18px 18px 10px;
  }

  .single-product .ld-single-product__summary-card{
    padding:24px;
  }
}

@media (max-width: 640px){
  .single-product .ld-single-product__gallery .woocommerce-product-gallery{
    padding:12px;
  }

  .single-product .ld-single-product__gallery .woocommerce-product-gallery__image a{
    min-height:min(78vw, 360px);
    padding:14px 14px 8px;
  }

  .single-product .ld-single-product__summary-card{
    padding:20px;
  }
}


/* V11.3 footer refinement */
.site-footer-wrap{
  margin-top:88px;
  background:linear-gradient(180deg,#4c362a 0%,#3f2d24 100%);
  color:rgba(255,247,240,.92);
}
.site-footer{
  padding:56px 0 30px;
}
.ld-footer-top{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,1.55fr);
  gap:44px;
  align-items:start;
}
.ld-footer-brand{
  padding:28px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  background:rgba(255,248,242,.05);
  box-shadow:0 18px 42px rgba(0,0,0,.12);
}
.footer-logo{
  max-height:56px;
  width:auto;
  margin-bottom:16px;
}
.ld-footer-brand__text{
  margin:0 0 20px;
  color:rgba(255,245,239,.82);
  max-width:34rem;
}
.ld-footer-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.ld-footer-badges span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,248,242,.08);
  color:#fff8f2;
  font-size:.9rem;
}
.ld-footer-links{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.ld-footer-col{
  min-height:100%;
  padding:24px 24px 22px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,248,242,.04);
}
.ld-footer-col--contact{
  background:linear-gradient(180deg,rgba(255,248,242,.08) 0%, rgba(255,248,242,.05) 100%);
}
.footer-title{
  margin:0 0 14px;
  color:#fff7f1;
  font-size:1.35rem;
}
.footer-menu--stack,
.footer-menu ul{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}
.site-footer p,
.site-footer a{
  color:rgba(255,245,239,.84);
}
.site-footer a:hover{
  color:#fff;
}
.ld-footer-actions{
  display:grid;
  gap:12px;
  margin-top:18px;
}
.ld-footer-actions .button{
  width:100%;
  justify-content:center;
}
.ld-footer-textlink{
  font-weight:600;
}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  margin-top:28px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.12);
  font-size:.92rem;
}
.ld-footer-legal{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}
@media (max-width: 1080px){
  .ld-footer-top{
    grid-template-columns:1fr;
  }
  .ld-footer-links{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .ld-footer-col--contact{
    grid-column:1 / -1;
  }
}
@media (max-width: 720px){
  .site-footer{
    padding:46px 0 26px;
  }
  .ld-footer-brand,
  .ld-footer-col{
    padding:22px 20px;
    border-radius:20px;
  }
  .ld-footer-links{
    grid-template-columns:1fr;
  }
  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}

/* V11.4 footer socials + newsletter + legal */
.ld-footer-links{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.ld-footer-col--newsletter{
  background:linear-gradient(180deg,rgba(255,248,242,.09) 0%, rgba(255,248,242,.05) 100%);
}
.ld-footer-socials{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.ld-footer-socials a{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,248,242,.08);
  color:#fff8f2;
  font-weight:600;
}
.ld-footer-newsletter{
  margin-top:14px;
}
.ld-newsletter-fallback,
.ld-footer-newsletter form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
}
.ld-newsletter-fallback input,
.ld-footer-newsletter input[type="email"],
.ld-footer-newsletter input[type="text"]{
  min-height:48px;
  width:100%;
  padding:0 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.94);
  color:#2d241f;
}
.ld-footer-newsletter .button,
.ld-newsletter-fallback .button{
  min-height:48px;
  width:auto;
  padding:0 18px;
}
.ld-footer-note{
  margin:12px 0 0;
  font-size:.92rem;
  color:rgba(255,245,239,.72);
}
.ld-footer-legal a{
  position:relative;
}
.ld-footer-legal a::after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:-2px;
  height:1px;
  background:currentColor;
  opacity:.22;
}
@media (max-width: 1180px){
  .ld-footer-links{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .ld-footer-col--contact,
  .ld-footer-col--newsletter{
    grid-column:auto;
  }
}
@media (max-width: 720px){
  .ld-footer-socials{
    margin-top:16px;
  }
  .ld-newsletter-fallback,
  .ld-footer-newsletter form{
    grid-template-columns:1fr;
  }
  .ld-footer-newsletter .button,
  .ld-newsletter-fallback .button{
    width:100%;
  }
}


/* V11.5 footer premium finish + mobile optimization */
.site-footer-wrap{
  margin-top:72px;
  position:relative;
  background:linear-gradient(180deg,#4b3529 0%, #3c2b23 100%);
}
.site-footer-wrap::before{
  content:'';
  display:block;
  height:1px;
  background:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,240,230,.26) 22%, rgba(255,240,230,.26) 78%, rgba(255,255,255,0) 100%);
}
.site-footer{
  padding:52px 0 26px;
}
.ld-footer-top{
  gap:32px;
}
.ld-footer-brand{
  padding:30px;
  border-radius:26px;
  background:linear-gradient(180deg,rgba(255,248,242,.08) 0%, rgba(255,248,242,.045) 100%);
}
.ld-footer-kicker{
  display:inline-flex;
  margin-bottom:14px;
  color:rgba(255,239,229,.68);
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.footer-logo{
  margin-bottom:18px;
}
.ld-footer-brand__text{
  font-size:1rem;
  line-height:1.7;
}
.ld-footer-badges{
  gap:12px;
}
.ld-footer-badges span{
  min-height:40px;
  padding:0 15px;
}
.ld-footer-links{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.ld-footer-col{
  padding:24px 22px 22px;
}
.ld-footer-col--newsletter{
  background:linear-gradient(180deg,rgba(255,248,242,.11) 0%, rgba(255,248,242,.05) 100%);
}
.footer-title{
  margin-bottom:12px;
  font-size:1.18rem;
}
.footer-menu--stack,
.footer-menu ul{
  gap:12px;
}
.ld-footer-socials{
  gap:12px;
  margin-top:20px;
}
.ld-footer-socials a{
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  background:rgba(255,248,242,.1);
  font-size:.95rem;
}
.ld-footer-socials a:hover{
  background:rgba(255,248,242,.16);
}
.ld-footer-newsletter{
  margin-top:16px;
}
.ld-newsletter-fallback,
.ld-footer-newsletter form{
  gap:12px;
}
.ld-footer-newsletter input[type="email"],
.ld-footer-newsletter input[type="text"],
.ld-newsletter-fallback input{
  min-height:50px;
  border-radius:16px;
}
.ld-footer-newsletter .button,
.ld-newsletter-fallback .button{
  min-height:50px;
  border-radius:16px;
}
.footer-bottom{
  align-items:flex-start;
  gap:16px;
  margin-top:24px;
  padding-top:22px;
}
.ld-footer-copy{
  color:rgba(255,245,239,.72);
}
.ld-footer-legal{
  gap:14px 18px;
}
.ld-footer-legal a{
  display:inline-flex;
}
@media (max-width: 1180px){
  .ld-footer-links{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .ld-footer-col--newsletter{
    grid-column:1 / -1;
  }
}
@media (max-width: 720px){
  .site-footer-wrap{
    margin-top:60px;
  }
  .site-footer{
    padding:40px 0 calc(24px + env(safe-area-inset-bottom));
  }
  .ld-footer-top{
    gap:18px;
  }
  .ld-footer-brand,
  .ld-footer-col{
    padding:20px 18px;
    border-radius:20px;
  }
  .ld-footer-brand__text{
    font-size:.98rem;
    line-height:1.65;
  }
  .ld-footer-badges{
    display:grid;
    grid-template-columns:1fr;
  }
  .ld-footer-badges span{
    justify-content:center;
  }
  .ld-footer-links{
    grid-template-columns:1fr;
    gap:14px;
  }
  .ld-footer-socials{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
  }
  .ld-footer-socials a{
    justify-content:center;
    padding:0 10px;
    min-height:44px;
    text-align:center;
    font-size:.88rem;
  }
  .ld-newsletter-fallback,
  .ld-footer-newsletter form{
    grid-template-columns:1fr;
  }
  .ld-footer-newsletter .button,
  .ld-newsletter-fallback .button{
    width:100%;
  }
  .footer-bottom{
    gap:14px;
  }
  .ld-footer-legal{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:100%;
    gap:10px;
  }
  .ld-footer-legal a{
    min-height:42px;
    align-items:center;
  }
}
@media (max-width: 420px){
  .ld-footer-socials{
    grid-template-columns:1fr;
  }
  .ld-footer-legal{
    grid-template-columns:1fr;
  }
}


/* V11.5.2 MarktDesk plugin integration */
.ld-marketdesk-embed .mhb-calendar{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin-top:28px;
}
.ld-marketdesk-embed .mhb-market-card{
  position:relative;
  padding:26px 24px;
  border:1px solid rgba(217,207,195,.82);
  border-radius:24px;
  background:#fffdfa;
  box-shadow:0 14px 30px rgba(42,39,36,.05);
}
.ld-marketdesk-embed .mhb-market-card:first-child{
  border-color:rgba(229,103,8,.28);
  box-shadow:0 18px 36px rgba(42,39,36,.07);
}
.ld-marketdesk-embed .mhb-market-card:first-child::before{
  content:"Nächster Termin";
  display:inline-flex;
  margin-bottom:14px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(229,103,8,.10);
  color:var(--ld-accent);
  font-size:.76rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ld-marketdesk-embed .mhb-market-date{
  margin-bottom:10px;
  color:#7e6f63;
  font-size:.92rem;
  font-weight:600;
}
.ld-marketdesk-embed .mhb-market-name{
  margin-bottom:10px;
  color:#2a2724;
  font-family:var(--ld-font-display, Georgia, serif);
  font-size:clamp(1.35rem,1.9vw,1.75rem);
  line-height:1.08;
}
.ld-marketdesk-embed .mhb-market-location{
  color:#5f564e;
  line-height:1.5;
}
.ld-marketdesk-embed .mhb-badge{
  display:inline-flex;
  align-items:center;
  margin-top:16px;
  padding:7px 11px;
  border-radius:999px;
  background:#f3ece3;
  color:#6f6155;
  font-size:.8rem;
  font-weight:600;
}
.ld-marketdesk-embed .mhb-empty,
.ld-marketdesk-embed .mhb-error,
.market-empty{
  padding:22px 24px;
  border-radius:20px;
  border:1px solid rgba(217,207,195,.82);
  background:#fffdfa;
  color:#5b524a;
}
@media (max-width: 1024px){
  .ld-marketdesk-embed .mhb-calendar{grid-template-columns:1fr;}
}
@media (max-width: 768px){
  .ld-marketdesk-embed .mhb-calendar{gap:16px;}
  .ld-marketdesk-embed .mhb-market-card{padding:22px 18px;border-radius:20px;}
  .ld-marketdesk-embed .mhb-market-name{font-size:1.4rem;}
}


/* V11.5.3 Firefox compatibility */
.header-icon .ld-icon,
.ld-inline-icon svg,
.ld-quick-card__icon svg{
  width:18px;
  height:18px;
  display:block;
  flex:0 0 18px;
  color:currentColor;
}
.header-icon .ld-icon{
  width:18px;
  height:18px;
  stroke:currentColor;
  fill:none;
}
.header-icon .ld-icon circle,
.header-icon .ld-icon path,
.header-icon .ld-icon rect,
.header-icon .ld-icon line,
.header-icon .ld-icon polyline{
  vector-effect:non-scaling-stroke;
}
.site-logo-wrap img,
.site-logo-default,
.custom-logo,
.woocommerce-product-gallery img,
.wp-post-image,
.attachment-woocommerce_thumbnail,
.attachment-shop_single,
.attachment-full,
.ld-home-category-card__media img,
.ld-about-workshop-card__media img,
.ld-home-showcase__media img,
.ld-hero-media img,
img[loading]{
  opacity:1 !important;
  visibility:visible !important;
  display:block;
  image-rendering:auto;
}
@supports (-moz-appearance:none) {
  .header-icon .ld-icon{
    transform:none !important;
    filter:none !important;
  }
  .woocommerce-product-gallery img,
  .wp-post-image,
  .attachment-woocommerce_thumbnail,
  .attachment-shop_single,
  .attachment-full,
  .ld-home-category-card__media img,
  .ld-about-workshop-card__media img,
  .ld-home-showcase__media img,
  .ld-hero-media img,
  .site-logo-wrap img,
  .site-logo-default,
  .custom-logo{
    min-height:auto !important;
    height:auto !important;
  }
}


/* V11.6 market highlight */
.ld-market-head{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
  gap:28px;
  align-items:start;
  margin-bottom:26px;
}
.ld-market-highlight{
  padding:28px;
  border-radius:28px;
  background:linear-gradient(180deg,#fff8f1 0%,#f6ede4 100%);
  border:1px solid rgba(201,178,154,.82);
  box-shadow:0 18px 42px rgba(42,39,36,.06);
}
.ld-market-highlight__badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:14px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(229,103,8,.12);
  color:#8d5326;
  font-size:.76rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ld-market-highlight__date{
  display:block;
  margin-bottom:10px;
  color:#6d5d4f;
  font-size:.98rem;
  font-weight:700;
}
.ld-market-highlight__title{
  margin:0 0 12px;
  font-size:clamp(1.8rem,2.4vw,2.45rem);
  line-height:1.02;
}
.ld-market-highlight__meta{
  margin:0 0 6px;
  color:#5a5048;
}
.ld-market-highlight__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  margin-top:18px;
}
.ld-market-highlight__link{
  color:var(--ld-accent);
  font-weight:700;
}
.ld-marketdesk-embed .mhb-market-card:first-child .mhb-market-date::before{
  content:'Als nächstes';
  display:inline-block;
  margin-right:10px;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(229,103,8,.12);
  color:#8d5326;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  vertical-align:middle;
}
.ld-marketdesk-embed .mhb-market-location,
.market-card__meta span{
  display:flex;
  align-items:center;
  gap:8px;
}
@media (max-width: 980px){
  .ld-market-head{grid-template-columns:1fr;}
}
@media (max-width: 640px){
  .ld-market-highlight{padding:22px 18px;border-radius:22px;}
  .ld-market-highlight__actions{flex-direction:column;align-items:stretch;}
  .ld-market-highlight__actions .button,.ld-market-highlight__link{text-align:center;}
}


/* V11.6.6 product card CTA refinement */
.ld-product-card--v95 .ld-product-card__button,
.ld-product-card .ld-product-card__button,
.woocommerce ul.products li.product.ld-product-card .ld-product-card__button{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  width:100%;
  min-height:52px;
  padding:14px 18px;
  font-size:1.04rem;
  font-weight:700;
  line-height:1.2;
  letter-spacing:.01em;
}

.ld-product-card--v95 .ld-product-card__actions,
.ld-product-card .ld-product-card__actions{
  display:flex;
}


/* V12 final finish: privacy-safe footer fallback + stable CTA alignment */
.ld-newsletter-fallback{
  display:grid;
  gap:12px;
  align-items:start;
}
.ld-newsletter-fallback p{
  margin:0;
}
.ld-newsletter-fallback .button{
  width:100%;
  justify-content:center;
  text-align:center;
}
.cookie-note{
  padding:14px 0 20px;
  font-size:.92rem;
  color:#6b6057;
}
.cookie-note a{
  color:inherit;
  text-decoration:underline;
}
.market-card .button,
.market-card .ld-button,
.ld-product-card .button,
.ld-product-card .ld-button{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  width:100%;
  font-size:1rem;
}


/* V12.3.1 Product gallery starts unzoomed */
.single-product .ld-single-product__gallery .woocommerce-product-gallery__image img,
.single-product .woocommerce-product-gallery__image img,
.woocommerce div.product div.images .woocommerce-product-gallery__image img{
  transform:scale(1) !important;
  transform-origin:center center;
}

.single-product .ld-single-product__gallery .woocommerce-product-gallery__image a,
.single-product .woocommerce-product-gallery__image a{
  align-items:flex-start;
}

@media (hover:hover){
  .single-product .ld-single-product__gallery .woocommerce-product-gallery__image:hover img,
  .single-product .woocommerce-product-gallery__image:hover img{
    transform:scale(1.02) !important;
  }
}

@media (hover:none){
  .single-product .ld-single-product__gallery .woocommerce-product-gallery__image:hover img,
  .single-product .woocommerce-product-gallery__image:hover img{
    transform:scale(1) !important;
  }
}


/* V12.4.1 Blog integration */
.ld-home-blog__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
.ld-home-blog-card{border-radius:24px;overflow:hidden;border:1px solid rgba(217,207,195,.85);background:#fffdfa;box-shadow:0 14px 30px rgba(42,39,36,.05);transition:transform .25s ease, box-shadow .25s ease;}
.ld-home-blog-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(42,39,36,.08);}
.ld-home-blog-card__link{display:block;height:100%;}
.ld-home-blog-card__media{aspect-ratio:1.2/0.85;background:#f3ece3;overflow:hidden;}
.ld-home-blog-card__media img{width:100%;height:100%;object-fit:cover;display:block;}
.ld-home-blog-card__placeholder{width:100%;height:100%;background:linear-gradient(180deg,#f2e8dc 0%, #eadfd1 100%);}
.ld-home-blog-card__content{padding:22px;}
.ld-home-blog-card__meta{display:inline-block;margin-bottom:10px;color:#8b7766;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;}
.ld-home-blog-card h2,.ld-home-blog-card h3{margin:0 0 12px;font-size:clamp(1.3rem,1.8vw,1.7rem);line-height:1.15;}
.ld-home-blog-card p{margin:0 0 16px;color:#5b524a;}
.ld-home-blog-card__cta{display:inline-flex;align-items:center;gap:8px;color:var(--ld-accent);font-weight:700;}
.ld-home-blog-card__cta::after{content:'→';}
.ld-home-blog__cta{margin-top:24px;display:flex;justify-content:center;}
@media (max-width: 980px){.ld-home-blog__grid{grid-template-columns:1fr;}}


/* V12.5.3 editorial single post */
.ld-post-hero{padding-top:32px;padding-bottom:24px}
.ld-post-hero__card{
  border:1px solid rgba(217,207,195,.85);
  border-radius:30px;
  background:#f6efe7;
  box-shadow:0 10px 28px rgba(42,39,36,.04);
  padding:clamp(32px,5vw,72px);
}
.ld-post-hero__meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px 18px;
  margin-bottom:14px;
  color:#8d7d6f;
  font-size:.83rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ld-post-hero__kicker{
  display:inline-flex;
  align-items:center;
  padding:8px 14px;
  border-radius:999px;
  background:#eddccc;
  color:#8b6337;
}
.ld-post-hero__title{
  margin:0;
  max-width:12ch;
  font-size:clamp(3rem,7.2vw,5.8rem);
  line-height:.96;
  letter-spacing:-.04em;
  text-wrap:balance;
}
.ld-post-hero__lead{
  max-width:60ch;
  margin:22px 0 0;
  font-size:1.18rem;
  line-height:1.65;
  color:#4d453d;
}
.ld-post-cover{padding-top:0;padding-bottom:20px}
.ld-post-cover__media{
  width:min(calc(100% - 48px), 1180px);
  margin-inline:auto;
}
.ld-post-cover__media img{
  width:100%;
  border-radius:28px;
  box-shadow:0 14px 36px rgba(42,39,36,.08);
}
.ld-post-layout{max-width:760px;margin-inline:auto}
.ld-entry-content{
  font-size:1.08rem;
  line-height:1.82;
  color:#3e3934;
}
.ld-entry-content > * + *{margin-top:1.4em}
.ld-entry-content p{margin:0}
.ld-entry-content p:first-of-type{
  font-size:1.26rem;
  line-height:1.72;
  color:#2f2823;
}
.ld-entry-content p:first-of-type::first-letter{
  float:left;
  font-size:4.2rem;
  line-height:.88;
  padding-right:10px;
  margin-top:2px;
}
.ld-entry-content h2,.ld-entry-content h3,.ld-entry-content h4{
  margin-top:2.2em;
  margin-bottom:.45em;
  line-height:1.05;
  letter-spacing:-.03em;
}
.ld-entry-content h2{font-size:clamp(2.2rem,4.1vw,3.5rem)}
.ld-entry-content h3{font-size:clamp(1.5rem,2.7vw,2.2rem)}
.ld-entry-content ul,.ld-entry-content ol{padding-left:1.25em;list-style:revert}
.ld-entry-content blockquote{
  margin:2.5em 0;
  padding:0 0 0 22px;
  border-left:4px solid var(--ld-accent);
  color:#5f5348;
  font-size:1.2rem;
  line-height:1.7;
  font-style:italic;
}
.ld-entry-content hr{
  border:0;
  border-top:1px solid #e7ddd2;
  margin:3em 0;
}
.ld-post-end{
  margin-top:52px;
  padding-top:30px;
  border-top:1px solid #e7ddd2;
}
.ld-post-end__inner{
  display:grid;
  gap:10px;
}
.ld-post-end__inner p{max-width:52ch}
.ld-related-posts{padding-top:12px}
.ld-related-posts__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.ld-related-post-card{
  border:1px solid rgba(217,207,195,.85);
  border-radius:24px;
  overflow:hidden;
  background:#fffdfa;
  box-shadow:0 10px 28px rgba(42,39,36,.04);
  transition:transform .25s ease, box-shadow .25s ease;
}
.ld-related-post-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(42,39,36,.08);
}
.ld-related-post-card__link{display:block;height:100%}
.ld-related-post-card__media{aspect-ratio:1.2/0.8;background:#efe7dc;overflow:hidden}
.ld-related-post-card__media img{width:100%;height:100%;object-fit:cover}
.ld-related-post-card__placeholder{
  width:100%;height:100%;
  background:
    radial-gradient(circle at top right, rgba(229,103,8,.14), transparent 24%),
    linear-gradient(180deg,#f2e8dc 0%, #eadfd1 100%);
}
.ld-related-post-card__content{padding:22px}
.ld-related-post-card__meta{
  display:inline-block;
  margin-bottom:8px;
  color:#8d7d6f;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ld-related-post-card h3{margin:0 0 10px;font-size:clamp(1.6rem,2vw,2.1rem);line-height:1.02}
.ld-related-post-card p{margin:0}
@media (max-width:900px){
  .ld-post-hero__card{border-radius:22px;padding:24px 20px 28px}
  .ld-post-hero__title{max-width:none;font-size:clamp(2.4rem,11vw,4rem)}
  .ld-post-cover__media{width:min(calc(100% - 24px),1180px)}
  .ld-post-layout{max-width:calc(100% - 24px)}
  .ld-entry-content{font-size:1rem;line-height:1.75}
  .ld-entry-content p:first-of-type{font-size:1.1rem}
  .ld-entry-content p:first-of-type::first-letter{font-size:3.1rem;padding-right:8px}
  .ld-entry-content h2{font-size:clamp(1.9rem,9vw,2.7rem)}
  .ld-entry-content h3{font-size:clamp(1.35rem,6vw,1.8rem)}
  .ld-related-posts__grid{grid-template-columns:1fr}
}



/* V12.5.4 editorial single post */
.ld-post-hero{padding-top:32px;padding-bottom:28px}
.ld-post-hero__card{
  border:1px solid rgba(217,207,195,.85);
  border-radius:30px;
  background:#f6efe7;
  box-shadow:0 10px 28px rgba(42,39,36,.04);
  padding:clamp(28px,4vw,44px);
}
.ld-post-hero__grid{
  display:grid;
  gap:clamp(28px,4vw,52px);
  align-items:center;
}
.ld-post-hero__grid.has-media{
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
}
.ld-post-hero__content{min-width:0}
.ld-post-hero__meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px 18px;
  margin-bottom:14px;
  color:#8d7d6f;
  font-size:.83rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ld-post-hero__kicker{
  display:inline-flex;
  align-items:center;
  padding:8px 14px;
  border-radius:999px;
  background:#eddccc;
  color:#8b6337;
}
.ld-post-hero__title{
  margin:0;
  max-width:9.5ch;
  font-size:clamp(3rem,6.4vw,5.5rem);
  line-height:.95;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.ld-post-hero__lead{
  max-width:44ch;
  margin:22px 0 0;
  font-size:1.16rem;
  line-height:1.68;
  color:#4d453d;
}
.ld-post-hero__media{
  min-width:0;
  align-self:stretch;
}
.ld-post-hero__media img{
  width:100%;
  height:100%;
  min-height:340px;
  object-fit:cover;
  border-radius:28px;
  box-shadow:0 14px 36px rgba(42,39,36,.08);
}

.ld-post-layout{max-width:760px;margin-inline:auto}
.ld-entry-content{
  font-size:1.08rem;
  line-height:1.82;
  color:#3e3934;
}
.ld-entry-content > * + *{margin-top:1.4em}
.ld-entry-content p{margin:0}
.ld-entry-content p:first-of-type{
  font-size:1.26rem;
  line-height:1.72;
  color:#2f2823;
}
.ld-entry-content p:first-of-type::first-letter{
  float:left;
  font-size:4.2rem;
  line-height:.88;
  padding-right:10px;
  margin-top:2px;
}
.ld-entry-content h2,.ld-entry-content h3,.ld-entry-content h4{
  margin-top:2.2em;
  margin-bottom:.45em;
  line-height:1.05;
  letter-spacing:-.03em;
}
.ld-entry-content h2{font-size:clamp(2.2rem,4.1vw,3.5rem)}
.ld-entry-content h3{font-size:clamp(1.5rem,2.7vw,2.2rem)}
.ld-entry-content ul,.ld-entry-content ol{padding-left:1.25em;list-style:revert}
.ld-entry-content blockquote{
  margin:2.5em 0;
  padding:0 0 0 22px;
  border-left:4px solid var(--ld-accent);
  color:#5f5348;
  font-size:1.2rem;
  line-height:1.7;
  font-style:italic;
}
.ld-entry-content hr{
  border:0;
  border-top:1px solid #e7ddd2;
  margin:3em 0;
}
.ld-post-end{
  margin-top:52px;
  padding-top:30px;
  border-top:1px solid #e7ddd2;
}
.ld-post-end__inner{
  display:grid;
  gap:10px;
}
.ld-post-end__inner p{max-width:52ch}
.ld-related-posts{padding-top:12px}
.ld-related-posts__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.ld-related-post-card{
  border:1px solid rgba(217,207,195,.85);
  border-radius:24px;
  background:#fffdfa;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(42,39,36,.04);
}
.ld-related-post-card__link{display:block;height:100%}
.ld-related-post-card__media{aspect-ratio:1.18/.78;background:#f2ebe3;overflow:hidden}
.ld-related-post-card__media img{width:100%;height:100%;object-fit:cover}
.ld-related-post-card__placeholder{width:100%;height:100%;background:linear-gradient(180deg,#f2e8dc 0%, #eadfd1 100%)}
.ld-related-post-card__content{padding:20px}
.ld-related-post-card__meta{
  display:inline-block;
  margin-bottom:10px;
  color:#8d7d6f;
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ld-related-post-card h3{margin:0 0 10px;font-size:clamp(1.5rem,2vw,2rem);line-height:1.02}
.ld-related-post-card p{margin:0;color:#5b524a}

@media (max-width: 1024px){
  .ld-post-hero__grid.has-media{
    grid-template-columns:1fr;
  }
  .ld-post-hero__media{
    order:-1;
  }
  .ld-post-hero__title{
    max-width:none;
  }
}

@media (max-width: 900px){
  .ld-post-hero{padding-top:18px;padding-bottom:20px}
  .ld-post-hero__card{
    border-radius:22px;
    padding:20px;
  }
  .ld-post-hero__title{
    font-size:clamp(2.4rem,11vw,4rem);
  }
  .ld-post-hero__lead{
    font-size:1.05rem;
    margin-top:16px;
  }
  .ld-post-hero__media img{
    min-height:220px;
    border-radius:18px;
  }
  .ld-post-layout{max-width:calc(100% - 8px)}
  .ld-entry-content{
    font-size:1rem;
    line-height:1.75;
  }
  .ld-entry-content p:first-of-type{
    font-size:1.1rem;
  }
  .ld-entry-content p:first-of-type::first-letter{
    font-size:3.1rem;
    padding-right:8px;
  }
  .ld-entry-content h2{font-size:clamp(1.9rem,9vw,2.7rem)}
  .ld-entry-content h3{font-size:clamp(1.35rem,6vw,1.8rem)}
  .ld-related-posts__grid{grid-template-columns:1fr}
}



/* V12.5.5 editorial depth + calmer hero image */
.ld-post-hero__card{
  box-shadow:
    0 18px 40px rgba(42,39,36,.06),
    0 2px 8px rgba(42,39,36,.03);
}
.ld-post-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  gap:clamp(28px,4vw,56px);
  align-items:center;
}
.ld-post-hero__image{
  max-height:460px;
  overflow:hidden;
  border-radius:24px;
  box-shadow:
    0 18px 38px rgba(42,39,36,.10),
    0 6px 16px rgba(42,39,36,.05);
}
.ld-post-hero__image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:translateZ(0);
}
.ld-post-hero__text{
  position:relative;
  z-index:2;
}
@media (hover:hover) and (pointer:fine){
  .ld-post-hero__image{
    transition:transform .25s ease, box-shadow .25s ease;
  }
  .ld-post-hero__image:hover{
    transform:translateY(-2px);
    box-shadow:
      0 24px 50px rgba(42,39,36,.12),
      0 8px 20px rgba(42,39,36,.06);
  }
}
@media (max-width: 980px){
  .ld-post-hero__grid{
    grid-template-columns:1fr;
    gap:22px;
  }
  .ld-post-hero__image{
    max-height:320px;
  }
}



/* V12.5.6 CTA Conversion Upgrade */
.ld-blog-more,
.ld-related-cta,
.ld-post-more{
  background:#f3ebe2;
  border:1px solid rgba(217,207,195,.8);
  border-radius:28px;
  padding:60px;
  margin:80px auto;
  max-width:1100px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:40px;
  align-items:center;
  box-shadow:
    0 12px 30px rgba(42,39,36,.05),
    0 2px 8px rgba(42,39,36,.03);
}
.ld-blog-more h2,
.ld-related-cta h2,
.ld-post-more h2{
  margin:0 0 10px;
}
.ld-blog-more p,
.ld-related-cta p,
.ld-post-more p{
  margin:0;
  max-width:500px;
}
.ld-blog-more .button,
.ld-related-cta .button,
.ld-post-more .button,
.ld-blog-more a.button,
.ld-related-cta a.button,
.ld-post-more a.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 32px;
  min-height:56px;
  border-radius:14px;
  font-size:1rem;
  font-weight:700;
  white-space:nowrap;
  background:var(--ld-accent);
  color:#fff;
  border:none;
  box-shadow:0 10px 20px rgba(229,103,8,.16);
}
@media (hover:hover) and (pointer:fine){
  .ld-blog-more .button,
  .ld-related-cta .button,
  .ld-post-more .button{
    transition:transform .2s ease, box-shadow .2s ease, filter .2s ease;
  }
  .ld-blog-more .button:hover,
  .ld-related-cta .button:hover,
  .ld-post-more .button:hover{
    transform:translateY(-1px);
    box-shadow:0 14px 26px rgba(229,103,8,.2);
    filter:saturate(1.03);
  }
}
@media (max-width:900px){
  .ld-blog-more,
  .ld-related-cta,
  .ld-post-more{
    grid-template-columns:1fr;
    text-align:left;
    padding:30px 20px;
    gap:20px;
    margin:50px 12px;
  }
  .ld-blog-more .button,
  .ld-related-cta .button,
  .ld-post-more .button,
  .ld-blog-more a.button,
  .ld-related-cta a.button,
  .ld-post-more a.button{
    width:100%;
  }
}



/* V12.5.8 actual editorial CTA card fix */
.single-post .ld-post-end{
  margin-top:72px;
  padding-top:0;
  border-top:none;
}

.single-post .ld-post-end__inner{
  background:#f3ebe2;
  border:1px solid rgba(217,207,195,.82);
  border-radius:28px;
  padding:56px;
  box-shadow:
    0 12px 30px rgba(42,39,36,.05),
    0 2px 8px rgba(42,39,36,.03);
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:40px;
  align-items:center;
}

.single-post .ld-post-end__inner .eyebrow{
  grid-column:1 / -1;
  margin-bottom:4px;
}

.single-post .ld-post-end__inner h2{
  margin:0;
  max-width:12ch;
  line-height:.96;
  letter-spacing:-0.04em;
}

.single-post .ld-post-end__inner p{
  margin:0;
  max-width:520px;
  color:#6b5e52;
}

.single-post .ld-post-end__inner .button,
.single-post .ld-post-end__inner a.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:16px 32px;
  border-radius:14px;
  white-space:nowrap;
  background:var(--ld-accent);
  color:#fff;
  border:none;
  box-shadow:0 10px 20px rgba(229,103,8,.16);
  text-decoration:none;
}

.single-post .ld-post-end__inner .button:hover,
.single-post .ld-post-end__inner a.button:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 26px rgba(229,103,8,.2);
}

@media (max-width: 900px){
  .single-post .ld-post-end__inner{
    grid-template-columns:1fr;
    gap:20px;
    padding:28px 20px;
    border-radius:22px;
  }

  .single-post .ld-post-end__inner h2,
  .single-post .ld-post-end__inner p{
    max-width:none;
  }

  .single-post .ld-post-end__inner .button,
  .single-post .ld-post-end__inner a.button{
    width:100%;
  }
}


/* V12.5.9 CTA refinement for actual blog ending block */
.single-post .ld-post-end__inner{
  display:grid !important;
  grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr) !important;
  gap:48px !important;
  align-items:start !important;
  background:#f4ece3 !important;
  border:1px solid rgba(217,207,195,.82) !important;
  border-radius:30px !important;
  padding:44px 46px !important;
  box-shadow:
    0 12px 30px rgba(42,39,36,.05),
    0 2px 8px rgba(42,39,36,.03) !important;
}
.single-post .ld-post-end__inner > *{min-width:0;}
.single-post .ld-post-end__eyebrow{
  margin:0 0 14px !important;
  letter-spacing:.12em !important;
}
.single-post .ld-post-end__title{
  margin:0 !important;
  max-width:9ch !important;
  font-size:clamp(2.9rem,4.8vw,4.5rem) !important;
  line-height:.96 !important;
  letter-spacing:-.04em !important;
  text-wrap:balance !important;
}
.single-post .ld-post-end__text{
  margin:0 0 22px !important;
  max-width:36ch !important;
  font-size:1.04rem !important;
  line-height:1.7 !important;
  color:#5c5148 !important;
}
.single-post .ld-post-end__cta,
.single-post .ld-post-end__actions{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:flex-end !important;
  align-self:center !important;
}
.single-post .ld-post-end__cta .button,
.single-post .ld-post-end__actions .button,
.single-post .ld-post-end__cta a,
.single-post .ld-post-end__actions a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:56px !important;
  padding:16px 30px !important;
  border-radius:14px !important;
  background:var(--ld-accent) !important;
  color:#fff !important;
  border:none !important;
  box-shadow:0 10px 20px rgba(229,103,8,.16) !important;
  white-space:nowrap !important;
  text-decoration:none !important;
  font-weight:700 !important;
}
@media (max-width: 980px){
  .single-post .ld-post-end__inner{
    grid-template-columns:1fr !important;
    gap:24px !important;
    padding:28px 22px !important;
    border-radius:22px !important;
  }
  .single-post .ld-post-end__title{
    max-width:none !important;
    font-size:clamp(2.2rem,10vw,3.1rem) !important;
  }
  .single-post .ld-post-end__text{max-width:none !important;}
  .single-post .ld-post-end__cta,
  .single-post .ld-post-end__actions{
    justify-content:flex-start !important;
    align-self:auto !important;
  }
  .single-post .ld-post-end__cta .button,
  .single-post .ld-post-end__actions .button,
  .single-post .ld-post-end__cta a,
  .single-post .ld-post-end__actions a{
    width:100% !important;
  }
}



/* V12.6.0 shop breadcrumb + taxonomy navigation */
.ld-breadcrumb--shop{
  margin: 22px 0 18px;
}
.ld-breadcrumb__list{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px 12px;
  margin:0;
  padding:0;
  list-style:none;
}
.ld-breadcrumb__item{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#7a6d60;
  font-size:.93rem;
}
.ld-breadcrumb__item:not(:last-child)::after{
  content:'/';
  color:#b5a79a;
}
.ld-breadcrumb__item a{
  color:inherit;
  text-decoration:none;
}
.ld-breadcrumb__item a:hover{
  color:var(--ld-text);
}
.ld-breadcrumb__item.is-current span{
  color:#4b433c;
  font-weight:600;
}

.ld-shop-taxonomy-nav{
  display:grid;
  gap:16px;
  margin:0 0 30px;
}
.ld-shop-taxonomy-nav__group{
  padding:16px 18px 18px;
  border-radius:18px;
  background:#fffdfa;
  border:1px solid rgba(217,207,195,.78);
  box-shadow:0 8px 22px rgba(42,39,36,.03);
}
.ld-shop-taxonomy-nav__label{
  display:block;
  margin:0 0 12px;
  color:#7a6d60;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.ld-shop-taxonomy-nav__chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.ld-shop-filter-chip--sub{
  background:#fcf8f3;
}
.ld-shop-filter-chip--sub.is-active{
  background:#efe4d7;
}

@media (max-width: 768px){
  .ld-breadcrumb--shop{
    margin-top:16px;
  }
  .ld-shop-taxonomy-nav{
    gap:12px;
  }
  .ld-shop-taxonomy-nav__group{
    padding:14px 14px 16px;
    border-radius:16px;
  }
  .ld-shop-taxonomy-nav__label{
    margin-bottom:10px;
    font-size:.78rem;
  }
}
