/*
Theme Name: Luxe Beauty Minimal
Author: Built To Scale Digital
Description: A clean luxury minimal WordPress + WooCommerce theme for makeup and beauty brands with soft neutral colors, elegant typography, and responsive shop styling.
Version: 1.2.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luxe-beauty
Tags: custom-logo, custom-menu, featured-images, e-commerce, woocommerce, blog, responsive-layout
*/

:root {
  --lb-white: #ffffff;
  --lb-ivory: #fbf8f5;
  --lb-beige: #f1e7dd;
  --lb-soft-pink: #f7eceb;
  --lb-stone: #e8e2dd;
  --lb-gray: #f5f4f2;
  --lb-text: #191716;
  --lb-muted: #6f6964;
  --lb-light-text: #938b84;
  --lb-border: #eee7e1;
  --lb-black: #111111;
  --lb-shadow: 0 16px 40px rgba(25, 23, 22, 0.06);
  --lb-soft-shadow: 0 10px 24px rgba(25, 23, 22, 0.045);
  --lb-radius: 18px;
  --lb-radius-sm: 12px;
  --lb-container: 1180px;
  --lb-heading: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  --lb-body: "Inter", "Poppins", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--lb-white);
  color: var(--lb-text);
  font-family: var(--lb-body);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .22s ease, opacity .22s ease, border-color .22s ease; }
a:hover { color: var(--lb-muted); }
button, input, textarea, select { font: inherit; }

.lb-container {
  width: min(calc(100% - 40px), var(--lb-container));
  margin-inline: auto;
}

.lb-section { padding: 92px 0; }
.lb-section--soft { background: var(--lb-ivory); }
.lb-section--border { border-top: 1px solid var(--lb-border); }

.lb-eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--lb-muted);
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 18px;
  font-family: var(--lb-heading);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.015em;
  color: var(--lb-text);
}
h1 { font-size: clamp(42px, 6vw, 76px); }
h2 { font-size: clamp(32px, 4.2vw, 52px); }
h3 { font-size: clamp(22px, 2.3vw, 30px); }
h4 { font-size: 20px; }
p { margin: 0 0 18px; color: var(--lb-muted); }

.lb-lead {
  max-width: 660px;
  font-size: 17px;
  color: var(--lb-muted);
}

.lb-center { text-align: center; }
.lb-center .lb-lead { margin-inline: auto; }

.lb-btn,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .checkout-button,
input[type="submit"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px !important;
  border: 1px solid var(--lb-black) !important;
  border-radius: 999px !important;
  background: var(--lb-black) !important;
  color: var(--lb-white) !important;
  font-family: var(--lb-body) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1 !important;
  cursor: pointer;
  transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.lb-btn:hover,
.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .checkout-button:hover,
input[type="submit"]:hover {
  transform: translateY(-1px);
  background: transparent !important;
  color: var(--lb-black) !important;
  box-shadow: var(--lb-soft-shadow);
}
.lb-btn--light {
  background: transparent !important;
  color: var(--lb-text) !important;
  border-color: var(--lb-border) !important;
}
.lb-btn--light:hover { border-color: var(--lb-black) !important; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(238,231,225,.82);
  backdrop-filter: blur(8px);
}
.admin-bar .site-header { top: 32px; }
.lb-nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-branding { display: flex; align-items: center; min-width: max-content; }
.site-logo-text,
.custom-logo-link {
  display: inline-flex;
  align-items: center;
  font-family: var(--lb-heading);
  font-size: 27px;
  line-height: 1;
  letter-spacing: .02em;
  color: var(--lb-text);
}
.custom-logo { max-height: 42px; width: auto; }
.site-description { display: none; }
.primary-navigation { display: flex; align-items: center; gap: 30px; }
.primary-menu,
.primary-navigation ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 0;
  margin: 0;
}
.primary-navigation a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--lb-text);
}
.primary-navigation a:hover { color: var(--lb-muted); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.lb-icon-link {
  width: 40px;
  height: 40px;
  border: 1px solid var(--lb-border);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--lb-text);
  background: var(--lb-white);
}
.lb-icon-link:hover { border-color: var(--lb-stone); transform: translateY(-1px); }
.lb-cart-count {
  margin-left: 4px;
  font-size: 11px;
  color: var(--lb-muted);
}
.mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--lb-border);
  border-radius: 999px;
  background: var(--lb-white);
  color: var(--lb-text);
  cursor: pointer;
}
.mobile-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  background: var(--lb-text);
  margin: 5px auto;
  transition: transform .22s ease, opacity .22s ease;
}
.menu-open .mobile-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-open .mobile-toggle span:nth-child(2) { opacity: 0; }
.menu-open .mobile-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Hero */
.lb-hero {
  padding: 78px 0 86px;
  background: var(--lb-ivory);
}
.lb-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 72px;
  align-items: center;
}
.lb-hero-copy { max-width: 620px; }
.lb-hero-copy .lb-lead { margin-bottom: 30px; }
.lb-hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.lb-hero-note {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
  color: var(--lb-muted);
  font-size: 13px;
}
.lb-hero-note span { display: inline-flex; align-items: center; gap: 8px; }
.lb-hero-note span:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lb-stone);
}
.placeholder {
  position: relative;
  min-height: 360px;
  border-radius: var(--lb-radius);
  background: var(--lb-gray);
  border: 1px solid var(--lb-border);
  box-shadow: var(--lb-soft-shadow);
  overflow: hidden;
}
.placeholder:after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
.placeholder--tall { min-height: 560px; }
.placeholder--wide { min-height: 300px; }
.placeholder--small { min-height: 190px; }
.placeholder--square { aspect-ratio: 1 / 1; min-height: auto; }

/* Cards and grids */
.lb-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 42px;
}
.lb-section-head > div { max-width: 660px; }
.lb-grid-3,
.lb-grid-4,
.lb-grid-2 {
  display: grid;
  gap: 22px;
}
.lb-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lb-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lb-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lb-card {
  background: var(--lb-white);
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius);
  padding: 24px;
  box-shadow: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.lb-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--lb-soft-shadow);
  border-color: var(--lb-stone);
}
.category-card { padding: 16px; }
.category-card .placeholder { margin-bottom: 18px; }
.category-card h3 { font-size: 22px; margin-bottom: 6px; }
.category-card p { font-size: 14px; margin-bottom: 0; }
.service-card h3 { font-size: 24px; margin-bottom: 10px; }
.service-card p { font-size: 14px; }
.service-card .service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--lb-ivory);
  border: 1px solid var(--lb-border);
  color: var(--lb-muted);
  font-size: 12px;
}
.about-preview {
  display: grid;
  grid-template-columns: minmax(320px, 510px) minmax(0, 1fr);
  align-items: center;
  gap: 70px;
}
.about-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 12px;
}
.about-list li {
  color: var(--lb-muted);
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-list li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lb-stone);
}

/* Product placeholders and WooCommerce loop */
.lb-product-placeholder,
.woocommerce ul.products li.product {
  background: var(--lb-white);
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius);
  padding: 14px 14px 20px !important;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  text-align: left;
}
.lb-product-placeholder:hover,
.woocommerce ul.products li.product:hover {
  transform: translateY(-3px);
  box-shadow: var(--lb-soft-shadow);
  border-color: var(--lb-stone);
}
.lb-product-placeholder .placeholder,
.woocommerce ul.products li.product img {
  border-radius: 14px;
  background: var(--lb-gray);
  margin: 0 0 18px !important;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
}
.lb-product-placeholder h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0 !important;
  margin: 0 0 6px !important;
  font-family: var(--lb-heading);
  font-size: 22px !important;
  font-weight: 500;
  color: var(--lb-text);
}
.lb-product-placeholder p { font-size: 14px; margin: 0 0 14px; }
.woocommerce ul.products li.product .price,
.lb-price {
  display: block;
  margin: 0 0 14px !important;
  color: var(--lb-muted) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.woocommerce span.onsale {
  min-height: auto;
  min-width: auto;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--lb-black);
  color: var(--lb-white);
  font-size: 11px;
  line-height: 1;
  top: 18px;
  left: 18px;
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 180px;
  gap: 18px;
}
.gallery-grid .placeholder { min-height: auto; height: 100%; }
.gallery-grid .gallery-large { grid-column: span 2; grid-row: span 2; }
.gallery-grid .gallery-wide { grid-column: span 2; }

/* Testimonials */
.testimonial-card blockquote {
  margin: 0 0 22px;
  color: var(--lb-muted);
  font-size: 15px;
}
.testimonial-author {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--lb-text);
  font-size: 13px;
  font-weight: 600;
}
.stars { color: var(--lb-muted); letter-spacing: .08em; }

/* Newsletter */
.newsletter-box {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  background: var(--lb-white);
  border: 1px solid var(--lb-border);
  border-radius: 28px;
  padding: clamp(34px, 5vw, 62px);
  box-shadow: var(--lb-soft-shadow);
}
.newsletter-form {
  display: flex;
  gap: 12px;
  max-width: 560px;
  margin: 28px auto 0;
}
.newsletter-form input[type="email"],
.search-form input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--lb-border);
  border-radius: 999px;
  background: var(--lb-white);
  color: var(--lb-text);
  padding: 12px 18px;
  outline: none;
  transition: border-color .22s ease, box-shadow .22s ease;
}
textarea { border-radius: 18px; min-height: 150px; resize: vertical; }
input:focus,
textarea:focus,
select:focus {
  border-color: var(--lb-stone);
  box-shadow: 0 0 0 4px rgba(241,231,221,.55);
}

/* Pages */
.page-hero {
  padding: 70px 0;
  background: var(--lb-ivory);
  border-bottom: 1px solid var(--lb-border);
}
.page-hero .lb-lead { max-width: 720px; }
.content-area { padding: 76px 0; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content a { border-bottom: 1px solid var(--lb-stone); }
.entry-content ul, .entry-content ol { color: var(--lb-muted); }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.post-card { padding: 0; overflow: hidden; }
.post-card .post-thumb-placeholder,
.post-card img { aspect-ratio: 1.25 / 1; width: 100%; object-fit: cover; background: var(--lb-gray); }
.post-card-content { padding: 24px; }
.post-meta {
  color: var(--lb-light-text);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* FAQ */
.faq-list { max-width: 920px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item {
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius-sm);
  background: var(--lb-white);
  overflow: hidden;
}
.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  color: var(--lb-text);
  font-weight: 600;
}
.faq-question:after { content: "+"; font-size: 22px; font-weight: 300; }
.faq-item.is-open .faq-question:after { content: "–"; }
.faq-answer { display: none; padding: 0 24px 22px; }
.faq-item.is-open .faq-answer { display: block; }

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 440px) 1fr;
  gap: 38px;
  align-items: start;
}
.contact-info { display: grid; gap: 16px; }
.contact-info .lb-card p { margin: 0; }
.contact-form { display: grid; gap: 14px; }
.contact-form .two-cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }

/* WooCommerce main */
.woocommerce-page .content-area,
.lb-woocommerce-wrap { padding: 64px 0 84px; }
.lb-woocommerce-wrap .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb {
  color: var(--lb-light-text);
  font-size: 13px;
  margin: 0 0 24px;
}
.lb-woocommerce-wrap .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb a { color: var(--lb-muted); }
.woocommerce-result-count,
.woocommerce-ordering { color: var(--lb-muted); font-size: 14px; }
.woocommerce .woocommerce-ordering select { min-height: 44px; border-radius: 999px; }
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 28px 0 0 !important;
}
.woocommerce ul.products:before,
.woocommerce ul.products:after { display: none !important; }
.woocommerce ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}
.woocommerce ul.products li.product .button { margin-top: 8px !important; width: 100%; }
.woocommerce nav.woocommerce-pagination ul {
  border: 0;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 40px;
}
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 42px;
  min-height: 42px;
  border: 1px solid var(--lb-border);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--lb-text);
  background: var(--lb-white);
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover { background: var(--lb-black); color: var(--lb-white); }

/* Single product */
.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, .92fr);
  gap: 60px;
  align-items: start;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  width: auto !important;
  float: none !important;
}
.woocommerce div.product div.images img {
  border-radius: var(--lb-radius);
  background: var(--lb-gray);
  border: 1px solid var(--lb-border);
}
.woocommerce div.product .product_title {
  font-size: clamp(34px, 4vw, 54px);
  margin-bottom: 12px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--lb-text);
  font-size: 22px;
  font-weight: 500;
}
.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 28px 0;
}
.woocommerce .quantity .qty {
  width: 86px;
  min-height: 50px;
  border: 1px solid var(--lb-border);
  border-radius: 999px;
  text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 58px 0 22px;
  border-bottom: 1px solid var(--lb-border);
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before { border: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  background: transparent;
  padding: 0 18px 0 0;
  margin: 0 18px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--lb-muted);
  padding: 0 0 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--lb-text);
  border-bottom: 1px solid var(--lb-text);
}
.woocommerce-Tabs-panel { color: var(--lb-muted); }
.related.products { grid-column: 1 / -1; margin-top: 50px; }
.related.products > h2 { text-align: center; margin-bottom: 34px; }

/* Cart and checkout */
.woocommerce table.shop_table {
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius);
  overflow: hidden;
  background: var(--lb-white);
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-top: 1px solid var(--lb-border);
  padding: 16px 18px;
}
.woocommerce table.shop_table th { color: var(--lb-text); font-size: 13px; text-transform: uppercase; letter-spacing: .06em; }
.woocommerce table.shop_table td { color: var(--lb-muted); }
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 420px;
  max-width: 100%;
  background: var(--lb-ivory);
  border-radius: var(--lb-radius);
  padding: 24px;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 { font-size: 30px; }
.woocommerce form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 34px;
}
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
#order_review {
  background: var(--lb-white);
  border: 1px solid var(--lb-border);
  border-radius: var(--lb-radius);
  padding: 24px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single {
  border: 1px solid var(--lb-border);
  border-radius: 999px;
  min-height: 50px;
  padding: 10px 16px;
}
.woocommerce form .form-row textarea { border-radius: 18px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 48px; color: var(--lb-text); }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 48px; }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--lb-text);
  background: var(--lb-ivory);
  color: var(--lb-muted);
  border-radius: var(--lb-radius-sm);
}
.woocommerce-message:before,
.woocommerce-info:before { color: var(--lb-text); }
.woocommerce-error:before { color: var(--lb-text); }

/* Footer */
.site-footer {
  background: var(--lb-text);
  color: var(--lb-white);
  padding: 70px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .8fr .8fr 1fr;
  gap: 44px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.site-footer h3,
.site-footer h4 { color: var(--lb-white); }
.site-footer p,
.site-footer a { color: rgba(255,255,255,.68); font-size: 14px; }
.site-footer a:hover { color: var(--lb-white); }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.social-links { display: flex; gap: 10px; margin-top: 18px; }
.social-links a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.78);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  color: rgba(255,255,255,.54);
  font-size: 13px;
}

/* Accessibility */
.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;
}
.skip-link:focus {
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 14px;
  background: var(--lb-black);
  color: var(--lb-white);
  z-index: 100000;
}

/* Responsive */
@media (max-width: 1100px) {
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lb-hero-grid { gap: 48px; grid-template-columns: minmax(0, 1fr) minmax(300px, 430px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .lb-section { padding: 72px 0; }
  .primary-navigation {
    position: fixed;
    inset: 78px 0 auto 0;
    background: var(--lb-white);
    border-bottom: 1px solid var(--lb-border);
    box-shadow: var(--lb-soft-shadow);
    padding: 22px 20px 28px;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform .24s ease, opacity .24s ease;
    display: block;
  }
  .menu-open .primary-navigation { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .primary-menu,
  .primary-navigation ul { display: grid; gap: 0; }
  .primary-navigation li { border-bottom: 1px solid var(--lb-border); }
  .primary-navigation li:last-child { border-bottom: 0; }
  .primary-navigation a { display: block; padding: 14px 0; }
  .mobile-toggle { display: inline-block; }
  .lb-hero-grid,
  .about-preview,
  .contact-grid,
  .woocommerce div.product,
  .woocommerce form.checkout { grid-template-columns: 1fr; }
  .lb-hero { padding-top: 54px; }
  .placeholder--tall { min-height: 420px; }
  .lb-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lb-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .admin-bar .site-header { top: 0; }
  .lb-container { width: min(calc(100% - 28px), var(--lb-container)); }
  .lb-nav { min-height: 70px; }
  .primary-navigation { inset: 70px 0 auto 0; }
  .site-logo-text { font-size: 23px; }
  .nav-actions { gap: 8px; }
  .lb-icon-link { width: 38px; height: 38px; }
  .lb-section { padding: 58px 0; }
  .lb-hero { padding: 42px 0 58px; }
  .lb-hero-grid { gap: 34px; }
  h1 { font-size: clamp(38px, 12vw, 52px); }
  h2 { font-size: clamp(30px, 9vw, 42px); }
  .lb-lead { font-size: 15px; }
  .lb-section-head { display: block; margin-bottom: 30px; }
  .lb-section-head .lb-btn { margin-top: 10px; }
  .lb-grid-2,
  .lb-grid-3,
  .lb-grid-4,
  .blog-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .gallery-grid .gallery-large,
  .gallery-grid .gallery-wide { grid-column: span 1; grid-row: span 1; }
  .newsletter-form { display: grid; }
  .contact-form .two-cols { grid-template-columns: 1fr; }
  .woocommerce ul.products { grid-template-columns: 1fr; gap: 18px; }
  .woocommerce div.product form.cart { display: grid; }
  .woocommerce div.product form.cart .button { width: 100%; }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td { text-align: left !important; }
  .woocommerce-cart .cart-collaterals .cart_totals { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom { flex-direction: column; }
}


/* Clean no-dummy placeholder cards */
.lb-product-placeholder--empty {
  display: block;
  padding: 16px;
}
.lb-product-placeholder--empty .placeholder {
  margin-bottom: 0;
}


/* =========================================================
   FINAL FIX: Slim typography + compact hero heights
   Fix: text was looking over-bold and hero/page hero sections were too tall.
========================================================= */
:root {
  --lb-heading: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --lb-body: "Inter", "Poppins", Arial, sans-serif;
}

body {
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

h1, h2, h3, h4, h5, h6,
.page-title,
.entry-title,
.product_title,
.woocommerce div.product .product_title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.lb-product-placeholder h3,
.site-logo-text,
.custom-logo-link {
  font-family: var(--lb-heading) !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
}

h1,
.page-title,
.entry-title {
  font-size: clamp(34px, 4.8vw, 56px) !important;
  line-height: 1.08 !important;
  margin-bottom: 14px !important;
}

h2 {
  font-size: clamp(28px, 3.2vw, 42px) !important;
  line-height: 1.12 !important;
  margin-bottom: 14px !important;
}

h3 {
  font-size: clamp(20px, 2vw, 25px) !important;
  line-height: 1.18 !important;
}

p,
li,
.lb-lead,
.entry-content,
.woocommerce-Tabs-panel,
.woocommerce table.shop_table td {
  font-weight: 400 !important;
}

.lb-lead {
  font-size: 15.5px !important;
  line-height: 1.75 !important;
}

.lb-eyebrow,
.primary-navigation a,
.lb-btn,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .checkout-button,
input[type="submit"],
.faq-question,
.testimonial-author,
.woocommerce table.shop_table th,
.post-meta,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce ul.products li.product .price,
.lb-price {
  font-weight: 400 !important;
}

.lb-btn,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .checkout-button,
input[type="submit"] {
  font-size: 12px !important;
  letter-spacing: .045em !important;
  min-height: 44px !important;
  padding: 12px 22px !important;
}

.primary-navigation a {
  font-size: 12px !important;
  letter-spacing: .045em !important;
}

.site-logo-text,
.custom-logo-link {
  font-size: 25px !important;
  letter-spacing: .01em !important;
}

/* Fix: compact homepage hero */
.lb-hero {
  padding: 44px 0 52px !important;
}

.lb-hero-grid {
  gap: clamp(28px, 4vw, 48px) !important;
}

.lb-hero h1 {
  font-size: clamp(36px, 4.5vw, 54px) !important;
  line-height: 1.06 !important;
  max-width: 600px !important;
}

.lb-hero-copy .lb-lead {
  margin-bottom: 22px !important;
}

.lb-hero-note {
  margin-top: 22px !important;
  font-size: 12.5px !important;
}

.lb-hero .placeholder--tall {
  min-height: 360px !important;
}

/* Fix: compact inner page hero sections */
.page-hero {
  padding: 34px 0 32px !important;
}

.page-hero h1,
.page-hero .page-title,
.page-hero .entry-title {
  font-size: clamp(30px, 4vw, 44px) !important;
  line-height: 1.08 !important;
  max-width: 820px !important;
}

.page-hero .lb-lead {
  font-size: 14.5px !important;
  max-width: 700px !important;
  margin-bottom: 0 !important;
}

/* Fix: reduce over-tall placeholders across theme */
.placeholder {
  min-height: 280px !important;
}
.placeholder--tall {
  min-height: 380px !important;
}
.placeholder--wide {
  min-height: 230px !important;
}
.placeholder--small {
  min-height: 150px !important;
}
.placeholder--square {
  min-height: auto !important;
}

.category-card .placeholder,
.lb-product-placeholder .placeholder,
.woocommerce ul.products li.product img {
  min-height: auto !important;
}

/* Fix: sections stay airy but not oversized */
.lb-section {
  padding: 64px 0 !important;
}
.content-area,
.woocommerce-page .content-area,
.lb-woocommerce-wrap {
  padding: 54px 0 64px !important;
}
.lb-section-head {
  margin-bottom: 30px !important;
}
.lb-card {
  padding: 22px !important;
}

/* Fix: WooCommerce titles slim */
.woocommerce div.product .product_title {
  font-size: clamp(30px, 3.6vw, 46px) !important;
  font-weight: 400 !important;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 19px !important;
  font-weight: 400 !important;
}

@media (max-width: 900px) {
  .lb-hero {
    padding: 34px 0 42px !important;
  }
  .lb-hero .placeholder--tall,
  .placeholder--tall {
    min-height: 320px !important;
  }
  .page-hero {
    padding: 28px 0 26px !important;
  }
  .lb-section {
    padding: 52px 0 !important;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 14.5px !important;
  }
  .lb-hero {
    padding: 28px 0 34px !important;
  }
  .lb-hero h1 {
    font-size: clamp(30px, 9.5vw, 40px) !important;
    line-height: 1.07 !important;
  }
  h1,
  .page-title,
  .entry-title {
    font-size: clamp(29px, 9vw, 38px) !important;
  }
  h2 {
    font-size: clamp(25px, 7.5vw, 34px) !important;
  }
  h3 {
    font-size: 21px !important;
  }
  .lb-lead {
    font-size: 14.5px !important;
  }
  .page-hero {
    padding: 24px 0 22px !important;
  }
  .page-hero h1,
  .page-hero .page-title,
  .page-hero .entry-title {
    font-size: clamp(27px, 8vw, 34px) !important;
  }
  .placeholder {
    min-height: 220px !important;
  }
  .placeholder--tall,
  .lb-hero .placeholder--tall {
    min-height: 260px !important;
  }
  .placeholder--wide {
    min-height: 190px !important;
  }
  .lb-section {
    padding: 42px 0 !important;
  }
  .content-area,
  .woocommerce-page .content-area,
  .lb-woocommerce-wrap {
    padding: 38px 0 48px !important;
  }
  .lb-card {
    padding: 18px !important;
  }
}


/* =========================================================
   Product Search Bar Responsive Fix
   Added: clean header product search + live dropdown.
========================================================= */
.site-header,
.lb-nav,
.header-product-search {
  overflow: visible !important;
}

.lb-nav {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) minmax(210px, 300px) auto !important;
  align-items: center !important;
  gap: 16px !important;
}

.primary-navigation {
  justify-content: center !important;
  min-width: 0 !important;
}

.primary-menu,
.primary-navigation ul {
  flex-wrap: wrap !important;
  justify-content: center !important;
  row-gap: 8px !important;
}

.header-product-search {
  position: relative !important;
  width: 100% !important;
  min-width: 0 !important;
  z-index: 1002 !important;
}

.lb-product-search-form {
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
}

.lb-product-search-input {
  width: 100% !important;
  min-height: 42px !important;
  border: 1px solid var(--lb-border) !important;
  border-radius: 999px !important;
  background: var(--lb-white) !important;
  color: var(--lb-text) !important;
  padding: 10px 44px 10px 16px !important;
  font-family: var(--lb-body) !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease !important;
}

.lb-product-search-input::placeholder {
  color: var(--lb-light-text) !important;
  opacity: 1 !important;
}

.lb-product-search-input:focus {
  border-color: var(--lb-stone) !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(25, 23, 22, .055) !important;
}

.lb-product-search-submit {
  position: absolute !important;
  top: 50% !important;
  right: 5px !important;
  transform: translateY(-50%) !important;
  width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--lb-text) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.lb-product-search-submit:hover {
  background: var(--lb-ivory) !important;
  color: var(--lb-text) !important;
  transform: translateY(-50%) !important;
  box-shadow: none !important;
}

.lb-product-search-results {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  left: 0 !important;
  right: 0 !important;
  display: none !important;
  width: min(420px, 92vw) !important;
  max-height: min(420px, 65vh) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  background: var(--lb-white) !important;
  border: 1px solid var(--lb-border) !important;
  border-radius: 18px !important;
  box-shadow: 0 22px 58px rgba(25, 23, 22, .11) !important;
  padding: 8px !important;
  z-index: 3000 !important;
}

.lb-product-search-results.is-visible {
  display: block !important;
}

.lb-product-search-item {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 10px !important;
  border-radius: 14px !important;
  color: var(--lb-text) !important;
  text-decoration: none !important;
  transition: background .18s ease, transform .18s ease !important;
}

.lb-product-search-item:hover {
  background: var(--lb-ivory) !important;
  color: var(--lb-text) !important;
  transform: translateY(-1px) !important;
}

.lb-product-search-thumb {
  width: 48px !important;
  height: 48px !important;
  border-radius: 12px !important;
  background: var(--lb-gray) !important;
  border: 1px solid var(--lb-border) !important;
  overflow: hidden !important;
  display: block !important;
}

.lb-product-search-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.lb-product-search-thumb--empty {
  background: var(--lb-soft-pink) !important;
}

.lb-product-search-meta {
  min-width: 0 !important;
  display: grid !important;
  gap: 3px !important;
}

.lb-product-search-title {
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  color: var(--lb-text) !important;
}

.lb-product-search-price,
.lb-product-search-price .woocommerce-Price-amount {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: var(--lb-muted) !important;
}

.lb-product-search-empty,
.lb-product-search-all {
  display: block !important;
  padding: 12px 14px !important;
  border-radius: 14px !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  color: var(--lb-muted) !important;
}

.lb-product-search-all {
  margin-top: 4px !important;
  text-align: center !important;
  background: var(--lb-ivory) !important;
  color: var(--lb-text) !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

.lb-product-search-all:hover {
  background: var(--lb-soft-pink) !important;
  color: var(--lb-text) !important;
}

.lb-mobile-search-focus {
  display: none !important;
}

@media (max-width: 1180px) {
  .lb-nav {
    grid-template-columns: auto minmax(0, 1fr) minmax(180px, 240px) auto !important;
    gap: 12px !important;
  }
  .primary-menu,
  .primary-navigation ul {
    gap: 14px !important;
  }
  .primary-navigation a {
    font-size: 11px !important;
  }
}

@media (max-width: 900px) {
  .lb-nav {
    min-height: auto !important;
    padding: 10px 0 12px !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px 12px !important;
  }

  .site-branding {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
  }

  .site-logo-text,
  .custom-logo-link {
    max-width: 190px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .nav-actions {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-content: flex-end !important;
  }

  .header-product-search {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
  }

  .lb-mobile-search-focus {
    display: inline-flex !important;
  }

  .lb-product-search-input {
    min-height: 40px !important;
    font-size: 12.5px !important;
  }

  .lb-product-search-results {
    width: 100% !important;
    max-height: min(360px, 58vh) !important;
    border-radius: 16px !important;
  }

  .primary-navigation {
    position: fixed !important;
    inset: 126px 14px auto 14px !important;
    width: auto !important;
    border: 1px solid var(--lb-border) !important;
    border-radius: 18px !important;
    padding: 8px 16px !important;
    max-height: calc(100vh - 150px) !important;
    overflow-y: auto !important;
    z-index: 2000 !important;
  }

  body.admin-bar .primary-navigation {
    top: 158px !important;
  }
}

@media (max-width: 640px) {
  .lb-nav {
    padding: 8px 0 10px !important;
  }

  .site-logo-text,
  .custom-logo-link {
    max-width: 165px !important;
    font-size: 22px !important;
  }

  .lb-icon-link,
  .mobile-toggle {
    width: 37px !important;
    height: 37px !important;
    min-width: 37px !important;
  }

  .nav-actions {
    gap: 6px !important;
  }

  .lb-product-search-input {
    min-height: 39px !important;
    padding-left: 14px !important;
    padding-right: 42px !important;
  }

  .lb-product-search-results {
    top: calc(100% + 8px) !important;
    max-height: min(340px, 55vh) !important;
    padding: 6px !important;
  }

  .lb-product-search-item {
    grid-template-columns: 44px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 9px !important;
  }

  .lb-product-search-thumb {
    width: 44px !important;
    height: 44px !important;
  }

  .lb-product-search-title {
    font-size: 12.5px !important;
  }

  .primary-navigation {
    inset: 118px 14px auto 14px !important;
    max-height: calc(100vh - 136px) !important;
  }
}


/* =========================================================
   HERO IMAGE URL FIX
   Fix: home hero placeholder replaced with uploaded beauty image.
   Keeps image clean, cropped, responsive and compact.
========================================================= */
.lb-hero-media {
  width: 100%;
  min-height: 360px;
  border-radius: var(--lb-radius);
  overflow: hidden;
  border: 1px solid var(--lb-border);
  background: var(--lb-gray);
  box-shadow: var(--lb-soft-shadow);
}

.lb-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 900px) {
  .lb-hero-media,
  .lb-hero-media img {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .lb-hero-media,
  .lb-hero-media img {
    min-height: 260px;
  }
}


/* =========================================================
   CATEGORY IMAGE FIX
   Fix: replaced category placeholders with uploaded category images.
   Keeps cards responsive, cropped, minimal and aligned.
========================================================= */
.category-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: calc(var(--lb-radius) - 4px);
  border: 1px solid var(--lb-border);
  background: var(--lb-gray);
  margin-bottom: 18px;
  box-shadow: var(--lb-soft-shadow);
  transition: transform .22s ease;
}

.category-card:hover .category-card-image {
  transform: scale(1.01);
}

@media (max-width: 640px) {
  .category-card-image {
    aspect-ratio: 4 / 3;
    margin-bottom: 14px;
  }
}


/* =========================================================
   ABOUT PREVIEW IMAGE FIX
   Fix: replaced about section placeholder with uploaded image.
   Keeps image elegant, responsive and properly cropped.
========================================================= */
.about-preview-media {
  width: 100%;
  min-height: 320px;
  border-radius: var(--lb-radius);
  overflow: hidden;
  border: 1px solid var(--lb-border);
  background: var(--lb-gray);
  box-shadow: var(--lb-soft-shadow);
}

.about-preview-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 900px) {
  .about-preview-media,
  .about-preview-media img {
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .about-preview-media,
  .about-preview-media img {
    min-height: 230px;
  }
}


/* =========================================================
   IMAGE CORNER RADIUS POLISH
   Fix: all user-added URL images now have softer curved corners
   for a more premium and professional beauty-theme look.
========================================================= */
.lb-hero-media,
.about-preview-media {
  border-radius: 30px;
}

.lb-hero-media img,
.about-preview-media img {
  border-radius: 30px;
}

.category-card-image {
  border-radius: 24px;
}

@media (max-width: 900px) {
  .lb-hero-media,
  .about-preview-media,
  .lb-hero-media img,
  .about-preview-media img {
    border-radius: 24px;
  }

  .category-card-image {
    border-radius: 20px;
  }
}

@media (max-width: 640px) {
  .lb-hero-media,
  .about-preview-media,
  .lb-hero-media img,
  .about-preview-media img {
    border-radius: 20px;
  }

  .category-card-image {
    border-radius: 18px;
  }
}


/* =========================================================
   MOBILE PRODUCT GRID FIX
   Fix: WooCommerce product cards now show 2 products per row
   on mobile/tablet screens, with no horizontal scrolling.
========================================================= */
@media (max-width: 768px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .woocommerce.columns-4 ul.products,
  .related.products ul.products,
  .upsells.products ul.products,
  .cross-sells ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce.columns-4 ul.products li.product,
  .related.products ul.products li.product,
  .upsells.products ul.products li.product,
  .cross-sells ul.products li.product {
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 10px 10px 16px !important;
  }

  .woocommerce ul.products li.product img,
  .woocommerce-page ul.products li.product img {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    object-fit: cover !important;
    border-radius: 16px !important;
    margin-bottom: 12px !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px !important;
    line-height: 1.25 !important;
    margin-bottom: 6px !important;
  }

  .woocommerce ul.products li.product .price,
  .woocommerce-page ul.products li.product .price {
    font-size: 13px !important;
    margin-bottom: 10px !important;
  }

  .woocommerce ul.products li.product .button,
  .woocommerce-page ul.products li.product .button {
    width: 100% !important;
    min-height: 40px !important;
    padding: 10px 8px !important;
    font-size: 10.5px !important;
    text-align: center !important;
  }
}

/* Fix: very small phones keep 2 columns but tighter spacing. */
@media (max-width: 380px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .woocommerce.columns-4 ul.products,
  .related.products ul.products,
  .upsells.products ul.products,
  .cross-sells ul.products {
    gap: 10px !important;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    padding: 8px 8px 14px !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 13.5px !important;
  }
}


/* =========================================================
   MOBILE CATEGORY GRID FIX
   Fix: homepage categories now show 2 cards per row on mobile,
   matching the requested product grid behavior.
========================================================= */
@media (max-width: 768px) {
  .lb-categories-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .lb-categories-grid .category-card {
    padding: 12px !important;
  }

  .lb-categories-grid .category-card h3 {
    font-size: 18px !important;
    margin-bottom: 6px !important;
  }

  .lb-categories-grid .category-card p {
    font-size: 13px !important;
    line-height: 1.45 !important;
    margin-bottom: 0 !important;
  }

  .lb-categories-grid .category-card-image {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    margin-bottom: 12px !important;
    border-radius: 16px !important;
  }
}

@media (max-width: 380px) {
  .lb-categories-grid {
    gap: 10px !important;
  }

  .lb-categories-grid .category-card {
    padding: 10px !important;
  }

  .lb-categories-grid .category-card h3 {
    font-size: 16px !important;
  }

  .lb-categories-grid .category-card p {
    font-size: 12px !important;
  }

  .lb-categories-grid .category-card-image {
    border-radius: 14px !important;
  }
}


/* =========================================================
   HOME FAQ SECTION FIX
   Fix: Social placeholder section replaced with centered FAQs.
   Desktop stays clean; mobile aligns content nicely in center.
========================================================= */
.home-faq-section {
  text-align: center;
}

.home-faq-section .home-faq-head {
  justify-content: center;
  text-align: center;
}

.home-faq-section .home-faq-head > div {
  margin-inline: auto;
}

.home-faq-list {
  max-width: 860px;
  margin-inline: auto;
  text-align: left;
}

.home-faq-list .faq-item {
  border-radius: 22px;
}

@media (max-width: 640px) {
  .home-faq-section .home-faq-head,
  .home-faq-section .home-faq-head > div,
  .home-faq-section .lb-eyebrow,
  .home-faq-section h2,
  .home-faq-section .lb-lead {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }

  .home-faq-list {
    text-align: center;
  }

  .home-faq-list .faq-question {
    text-align: center;
    justify-content: center;
    padding: 18px 42px 18px 18px;
    font-size: 14px;
  }

  .home-faq-list .faq-question:after {
    position: absolute;
    right: 18px;
  }

  .home-faq-list .faq-answer {
    padding: 0 18px 18px;
  }

  .home-faq-list .faq-answer p {
    text-align: center;
    font-size: 13.5px;
    line-height: 1.65;
  }
}


/* =========================================================
   HOME SECTION FLOW POLISH
   Fix: homepage section order is now cleaner and more professional:
   Hero > Categories > Featured Products > Services > About > FAQ > Newsletter.
   Removed the generic experience cards to reduce clutter.
========================================================= */
body.home .lb-section + .lb-section,
body.front-page .lb-section + .lb-section {
  margin-top: 0;
}

body.home .service-card,
body.front-page .service-card {
  min-height: 100%;
}

body.home .home-faq-section,
body.front-page .home-faq-section {
  background: var(--lb-white);
}

body.home .newsletter-box,
body.front-page .newsletter-box {
  max-width: 920px;
  margin-inline: auto;
}


/* =========================================================
   GALLERY PAGE PROFESSIONAL REDESIGN
   Fix: replaced the weak gallery layout with multiple clean,
   premium sections for a more professional page presentation.
========================================================= */
.gallery-page-hero .lb-container {
  max-width: 900px;
}

.gallery-showcase-grid {
  display: grid;
  grid-template-columns: 1.7fr 0.85fr 0.85fr;
  grid-auto-rows: 210px;
  gap: 22px;
}

.gallery-card {
  min-height: 100%;
}

.gallery-card--large {
  grid-row: span 2;
}

.gallery-card--small {
  grid-row: span 1;
}

.gallery-card--wide {
  grid-column: 2 / 4;
}

.gallery-card--tall {
  grid-column: 1 / 2;
  min-height: 280px;
}

.gallery-story-grid {
  display: grid;
  grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
  align-items: center;
  gap: 64px;
}

.gallery-story-media {
  min-height: 520px;
}

.gallery-story-copy {
  display: grid;
  gap: 18px;
}

.gallery-story-copy .about-list {
  margin-top: 0;
  margin-bottom: 8px;
}

.gallery-collection-grid .gallery-collection-card {
  padding: 16px;
}

.gallery-collection-image {
  margin-bottom: 18px;
}

.gallery-collection-card h3 {
  margin-bottom: 8px;
}

.gallery-collection-card p {
  margin-bottom: 0;
}

.gallery-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.gallery-archive-grid .placeholder {
  min-height: auto;
}

@media (max-width: 1100px) {
  .gallery-showcase-grid {
    grid-template-columns: 1.25fr 1fr 1fr;
    grid-auto-rows: 180px;
  }

  .gallery-story-grid {
    gap: 42px;
  }
}

@media (max-width: 900px) {
  .gallery-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 190px;
  }

  .gallery-card--large,
  .gallery-card--wide,
  .gallery-card--tall {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-story-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .gallery-story-media {
    min-height: 360px;
  }

  .gallery-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .gallery-page-hero,
  .gallery-featured-section,
  .gallery-story-section,
  .gallery-categories-section,
  .gallery-archive-section {
    text-align: center;
  }

  .gallery-page-hero .lb-container,
  .gallery-page-hero .lb-lead,
  .gallery-featured-section .lb-section-head > div,
  .gallery-categories-section .lb-section-head > div,
  .gallery-archive-section .lb-section-head > div,
  .gallery-story-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-showcase-grid,
  .gallery-archive-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gallery-showcase-grid {
    grid-auto-rows: 220px;
  }

  .gallery-story-media {
    min-height: 280px;
  }

  .gallery-story-copy {
    text-align: center;
    gap: 14px;
  }

  .gallery-story-copy .about-list {
    text-align: center;
    justify-items: center;
  }

  .gallery-story-copy .about-list li {
    justify-content: center;
  }

  .gallery-collection-grid {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   ADMIN BAR SEARCH REMOVE
   Fix: removes the black WordPress admin-bar search bubble/button
   shown for logged-in admins on the front-end.
========================================================= */
#wpadminbar #wp-admin-bar-search,
#wpadminbar li#wp-admin-bar-search,
#wpadminbar #wp-admin-bar-search-default,
#wpadminbar #adminbarsearch,
#wpadminbar .adminbar-search,
#wpadminbar .ab-top-secondary > #wp-admin-bar-search,
#wpadminbar .ab-top-secondary #wp-admin-bar-search {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}


/* =========================================================
   SHOP SIDEBAR WIDGETS
   Fix: added professional left sidebar on shop page with
   product categories and price range filter.
========================================================= */
.lb-shop-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.lb-shop-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 18px;
}

.lb-shop-widget {
  background: var(--lb-white);
  border: 1px solid var(--lb-border);
  border-radius: 24px;
  padding: 22px;
  box-shadow: var(--lb-soft-shadow);
}

.lb-shop-widget-title {
  font-size: 26px;
  margin-bottom: 16px;
}

.lb-shop-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.lb-shop-category-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 14px;
  border: 1px solid var(--lb-border);
  border-radius: 16px;
  color: var(--lb-text);
  background: var(--lb-ivory);
  font-size: 14px;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.lb-shop-category-list li a:hover,
.lb-shop-category-list li a.is-active {
  background: var(--lb-white);
  border-color: var(--lb-stone);
  color: var(--lb-black);
  transform: translateY(-1px);
}

.lb-shop-category-list li a span {
  color: var(--lb-muted);
  font-size: 12px;
}

.lb-price-filter-form {
  display: grid;
  gap: 14px;
}

.lb-price-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lb-price-field {
  display: grid;
  gap: 8px;
}

.lb-price-field label {
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--lb-muted);
}

.lb-price-field input {
  min-height: 46px;
  border-radius: 14px;
  border: 1px solid var(--lb-border);
  background: var(--lb-white);
  padding: 10px 14px;
}

.lb-shop-filter-btn {
  width: 100%;
  justify-content: center;
}

.lb-shop-content {
  min-width: 0;
}

@media (max-width: 980px) {
  .lb-shop-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lb-shop-sidebar {
    position: static;
  }
}

@media (max-width: 640px) {
  .lb-shop-widget {
    border-radius: 20px;
    padding: 18px;
  }

  .lb-shop-widget-title {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .lb-price-fields {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   GALLERY PAGE CLEAN TEXT REDESIGN
   Fix: removed oversized image-placeholder gallery section.
   New layout uses professional text sections, proper ordering,
   centered mobile alignment, and balanced desktop spacing.
========================================================= */
.gallery-clean-page .page-hero {
  padding-block: 54px 42px;
  text-align: center;
}

.gallery-clean-page .page-hero .lb-container,
.gallery-centered-head > div {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.gallery-clean-page .lb-section {
  padding-block: 74px;
}

.gallery-text-card-grid,
.gallery-collection-grid--text,
.gallery-process-grid {
  align-items: stretch;
}

.gallery-text-card,
.gallery-collection-card--text,
.gallery-process-item,
.gallery-note-panel {
  border: 1px solid var(--lb-border);
  border-radius: 24px;
  background: var(--lb-white);
  box-shadow: var(--lb-soft-shadow);
}

.gallery-text-card,
.gallery-collection-card--text {
  padding: 30px;
}

.gallery-card-number,
.gallery-process-item span,
.gallery-flow-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--lb-ivory);
  border: 1px solid var(--lb-border);
  color: var(--lb-muted);
  font-size: 12px;
  letter-spacing: .08em;
}

.gallery-text-card h3,
.gallery-collection-card--text h3,
.gallery-process-item h3 {
  margin-bottom: 10px;
}

.gallery-text-card p,
.gallery-collection-card--text p,
.gallery-process-item p {
  margin-bottom: 0;
  color: var(--lb-muted);
}

.gallery-direction-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 56px;
  align-items: center;
}

.gallery-direction-copy {
  max-width: 720px;
}

.gallery-note-panel {
  padding: 34px;
}

.gallery-flow-list {
  list-style: none;
  display: grid;
  gap: 16px;
  margin: 20px 0 0;
  padding: 0;
}

.gallery-flow-list li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  color: var(--lb-muted);
  line-height: 1.55;
}

.gallery-flow-list span {
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  font-size: 11px;
}

.gallery-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gallery-process-item {
  padding: 26px;
}

.gallery-process-item span {
  width: auto;
  height: auto;
  min-width: 0;
  border-radius: 999px;
  padding: 8px 13px;
  margin-bottom: 20px;
}

.gallery-cta-box {
  text-align: center;
}

.gallery-cta-box .lb-btn {
  margin-top: 12px;
}

/* Fix: hide any old gallery placeholders if cache/old markup appears. */
.gallery-clean-page .gallery-showcase-grid,
.gallery-clean-page .gallery-archive-grid,
.gallery-clean-page .gallery-collection-image,
.gallery-clean-page .placeholder {
  display: none !important;
}

@media (max-width: 1024px) {
  .gallery-direction-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .gallery-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .gallery-clean-page .page-hero,
  .gallery-clean-page .lb-section,
  .gallery-direction-copy,
  .gallery-note-panel,
  .gallery-text-card,
  .gallery-collection-card--text,
  .gallery-process-item {
    text-align: center;
  }

  .gallery-clean-page .lb-section {
    padding-block: 54px;
  }

  .gallery-text-card-grid,
  .gallery-collection-grid--text,
  .gallery-process-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .gallery-text-card,
  .gallery-collection-card--text,
  .gallery-note-panel,
  .gallery-process-item {
    padding: 22px;
    border-radius: 20px;
  }

  .gallery-direction-copy .about-list {
    justify-items: center;
    text-align: center;
  }

  .gallery-direction-copy .about-list li {
    justify-content: center;
  }

  .gallery-flow-list li {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 8px;
  }

  .gallery-card-number,
  .gallery-process-item span {
    margin-left: auto;
    margin-right: auto;
  }
}


/* =========================================================
   SHOP FILTER PROFESSIONAL POLISH
   Fix: price range filter made compact, soft and premium.
   Also keeps the left filters responsive without looking heavy.
========================================================= */
.lb-shop-layout {
  grid-template-columns: 255px minmax(0, 1fr) !important;
  gap: 30px !important;
}

.lb-shop-sidebar--refined,
.lb-shop-sidebar {
  gap: 14px !important;
}

.lb-shop-widget {
  border-radius: 22px !important;
  padding: 18px !important;
  box-shadow: 0 14px 34px rgba(28, 24, 20, 0.045) !important;
  border-color: rgba(29, 26, 23, 0.09) !important;
}

.lb-shop-widget-head {
  display: grid;
  gap: 3px;
  margin-bottom: 14px;
}

.lb-shop-kicker {
  font-size: 10.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--lb-muted);
}

.lb-shop-widget-title {
  font-size: 21px !important;
  line-height: 1.1 !important;
  margin: 0 !important;
}

.lb-shop-category-list {
  gap: 8px !important;
}

.lb-shop-category-list li a {
  min-height: 42px;
  padding: 9px 12px !important;
  border-radius: 14px !important;
  background: #fbfaf8 !important;
  font-size: 13.5px !important;
  box-shadow: none !important;
}

.lb-shop-category-list li a span:first-child,
.lb-shop-category-list li a > span {
  min-width: 0;
}

.lb-shop-category-list li a em {
  font-style: normal;
  min-width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--lb-white);
  border: 1px solid var(--lb-border);
  color: var(--lb-muted);
  font-size: 11px;
}

.lb-price-filter-form--refined,
.lb-price-filter-form {
  gap: 12px !important;
}

.lb-price-fields--compact,
.lb-price-fields {
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
}

.lb-price-field {
  gap: 6px !important;
}

.lb-price-field label {
  font-size: 10.5px !important;
  letter-spacing: .12em !important;
}

.lb-price-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid var(--lb-border);
  border-radius: 14px;
  background: #fbfaf8;
  overflow: hidden;
}

.lb-price-input-wrap span {
  width: 30px;
  flex: 0 0 30px;
  text-align: center;
  color: var(--lb-muted);
  font-size: 13px;
}

.lb-price-input-wrap input,
.lb-price-field input {
  min-height: 40px !important;
  height: 40px !important;
  width: 100% !important;
  border: 0 !important;
  background: transparent !important;
  padding: 8px 10px 8px 0 !important;
  border-radius: 0 !important;
  font-size: 13px !important;
}

.lb-price-input-wrap input:focus {
  outline: none;
}

.lb-price-input-wrap:focus-within {
  border-color: var(--lb-stone);
  background: var(--lb-white);
}

.lb-shop-filter-btn {
  min-height: 42px !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  letter-spacing: .1em !important;
}

.lb-shop-reset-filter {
  display: inline-flex;
  justify-content: center;
  color: var(--lb-muted);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 980px) {
  .lb-shop-layout {
    grid-template-columns: 1fr !important;
  }

  .lb-shop-sidebar--refined,
  .lb-shop-sidebar {
    position: static !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
}

@media (max-width: 640px) {
  .lb-shop-sidebar--refined,
  .lb-shop-sidebar {
    grid-template-columns: 1fr;
  }

  .lb-shop-widget {
    padding: 16px !important;
    border-radius: 20px !important;
  }
}

/* =========================================================
   GALLERY PAGE ALIGNMENT REBUILD
   Fix: gallery page sections reordered and aligned cleanly.
   No large placeholder/image sections are used.
========================================================= */
.gallery-refined-page .page-hero {
  text-align: center;
  padding-block: 56px 42px !important;
}

.gallery-refined-page .page-hero .lb-container,
.gallery-refined-head > div {
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
}

.gallery-refined-page .lb-section {
  padding-block: 68px !important;
}

.gallery-overview-grid,
.gallery-collections-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: 48px;
  align-items: center;
}

.gallery-overview-copy,
.gallery-collections-copy {
  max-width: 620px;
}

.gallery-overview-panel {
  padding: 30px;
  border: 1px solid var(--lb-border);
  border-radius: 26px;
  background: var(--lb-white);
  box-shadow: 0 16px 46px rgba(28, 24, 20, 0.05);
}

.gallery-overview-panel p {
  margin-bottom: 22px;
  color: var(--lb-muted);
}

.gallery-mini-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery-mini-stats span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--lb-ivory);
  border: 1px solid var(--lb-border);
  font-size: 12px;
  color: var(--lb-muted);
}

.gallery-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.gallery-feature-card {
  padding: 28px !important;
  min-height: 100%;
}

.gallery-feature-card span,
.gallery-flow-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--lb-ivory);
  border: 1px solid var(--lb-border);
  color: var(--lb-muted);
  font-size: 12px;
}

.gallery-feature-card h3 {
  margin-bottom: 8px;
}

.gallery-feature-card p,
.gallery-collection-list p,
.gallery-flow-row p {
  color: var(--lb-muted);
  margin-bottom: 0;
}

.gallery-collection-list {
  display: grid;
  gap: 14px;
}

.gallery-collection-list article {
  padding: 22px 24px;
  border: 1px solid var(--lb-border);
  border-radius: 22px;
  background: var(--lb-white);
}

.gallery-collection-list h3 {
  font-size: 24px;
  margin-bottom: 6px;
}

.gallery-flow-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gallery-flow-row div {
  padding: 24px;
  border: 1px solid var(--lb-border);
  border-radius: 22px;
  background: var(--lb-white);
  box-shadow: 0 14px 34px rgba(28, 24, 20, 0.04);
}

.gallery-flow-row strong {
  display: block;
  margin-bottom: 7px;
  font-family: var(--lb-heading);
  font-size: 23px;
  font-weight: 400;
}

.gallery-refined-cta {
  text-align: center;
  max-width: 900px;
  margin-inline: auto;
}

.gallery-refined-cta .lb-btn {
  margin-top: 12px;
}

/* Hide any previous gallery placeholder layout if old markup/cache appears. */
.gallery-refined-page .placeholder,
.gallery-refined-page .gallery-showcase-grid,
.gallery-refined-page .gallery-archive-grid {
  display: none !important;
}

@media (max-width: 1024px) {
  .gallery-overview-grid,
  .gallery-collections-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .gallery-feature-grid,
  .gallery-flow-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .gallery-refined-page .page-hero,
  .gallery-refined-page .lb-section,
  .gallery-overview-copy,
  .gallery-overview-panel,
  .gallery-collections-copy,
  .gallery-collection-list article,
  .gallery-feature-card,
  .gallery-flow-row div {
    text-align: center !important;
  }

  .gallery-refined-page .lb-section {
    padding-block: 52px !important;
  }

  .gallery-overview-grid,
  .gallery-collections-grid,
  .gallery-feature-grid,
  .gallery-flow-row {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .gallery-overview-panel,
  .gallery-feature-card,
  .gallery-collection-list article,
  .gallery-flow-row div {
    padding: 20px !important;
    border-radius: 20px !important;
  }

  .gallery-mini-stats {
    justify-content: center;
  }

  .gallery-feature-card span,
  .gallery-flow-row span {
    margin-left: auto;
    margin-right: auto;
  }
}


/* =========================================================
   FINAL GALLERY PAGE ALIGNMENT POLISH
   Keeps the Gallery page clean, centered, balanced and
   responsive across desktop, tablet and mobile.
========================================================= */
.gallery-refined-page {
  overflow-x: hidden;
  background: var(--lb-white);
}

.gallery-refined-page .lb-container {
  width: min(calc(100% - 40px), 1120px);
}

.gallery-refined-page .page-hero {
  display: flex;
  align-items: center;
  min-height: auto !important;
  padding: 54px 0 44px !important;
  background: linear-gradient(180deg, var(--lb-ivory), var(--lb-white));
}

.gallery-refined-page .page-hero .lb-container,
.gallery-refined-head > div {
  max-width: 780px !important;
  margin-inline: auto !important;
  text-align: center !important;
}

.gallery-refined-page .page-hero h1,
.gallery-refined-page h2 {
  margin-left: auto;
  margin-right: auto;
}

.gallery-refined-page .lb-lead {
  margin-left: auto;
  margin-right: auto;
}

.gallery-refined-page .lb-section {
  padding: 62px 0 !important;
}

.gallery-refined-overview,
.gallery-refined-collections,
.gallery-refined-cta-section {
  background: var(--lb-white);
}

.gallery-refined-direction,
.gallery-refined-process {
  border-block: 1px solid var(--lb-border);
}

.gallery-overview-grid,
.gallery-collections-grid {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 52px);
  align-items: center;
}

.gallery-overview-copy,
.gallery-collections-copy {
  width: 100%;
  max-width: 520px;
}

.gallery-overview-copy .lb-lead,
.gallery-collections-copy .lb-lead {
  margin-left: 0;
  margin-right: 0;
}

.gallery-overview-panel,
.gallery-collection-list {
  width: 100%;
}

.gallery-overview-panel {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gallery-mini-stats {
  align-items: center;
}

.gallery-feature-grid,
.gallery-flow-row {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  align-items: stretch;
}

.gallery-feature-card,
.gallery-flow-row div,
.gallery-collection-list article {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.gallery-feature-card p,
.gallery-flow-row p,
.gallery-collection-list p {
  margin-top: auto;
}

.gallery-collection-list {
  display: grid;
  gap: 14px;
}

.gallery-collection-list article {
  justify-content: center;
  min-height: 122px;
}

.gallery-flow-row strong {
  font-family: var(--lb-heading) !important;
}

.gallery-refined-cta.newsletter-box {
  width: min(100%, 840px);
  max-width: 840px !important;
  margin-inline: auto !important;
}

@media (max-width: 900px) {
  .gallery-refined-page .lb-container {
    width: min(calc(100% - 32px), 1120px);
  }

  .gallery-overview-grid,
  .gallery-collections-grid {
    grid-template-columns: 1fr !important;
    gap: 22px;
    align-items: start;
  }

  .gallery-overview-copy,
  .gallery-collections-copy,
  .gallery-overview-panel,
  .gallery-collection-list {
    max-width: 720px;
    margin-inline: auto;
    text-align: center;
  }

  .gallery-overview-copy .lb-lead,
  .gallery-collections-copy .lb-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-mini-stats {
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .gallery-refined-page .lb-container {
    width: min(calc(100% - 26px), 1120px);
  }

  .gallery-refined-page .page-hero {
    padding: 44px 0 34px !important;
  }

  .gallery-refined-page .lb-section {
    padding: 44px 0 !important;
  }

  .gallery-refined-page .page-hero h1,
  .gallery-refined-page h2 {
    font-size: clamp(28px, 8vw, 36px) !important;
    line-height: 1.12 !important;
  }

  .gallery-refined-page h3 {
    font-size: 21px !important;
  }

  .gallery-feature-grid,
  .gallery-flow-row {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .gallery-overview-panel,
  .gallery-feature-card,
  .gallery-collection-list article,
  .gallery-flow-row div,
  .gallery-refined-cta.newsletter-box {
    padding: 20px !important;
    border-radius: 20px !important;
  }

  .gallery-feature-card,
  .gallery-flow-row div,
  .gallery-collection-list article {
    align-items: center;
    text-align: center !important;
  }

  .gallery-feature-card p,
  .gallery-flow-row p,
  .gallery-collection-list p {
    margin-top: 0;
  }
}

/* =========================================================
   ABOUT + SERVICES PAGE PROFESSIONAL CONTENT/ALIGNMENT FIX
   Version 1.1.0
   Adds fuller page content, balanced grids, equal-height cards,
   controlled typography and clean mobile alignment.
========================================================= */
.about-pro-page,
.services-pro-page {
  overflow-x: hidden;
}

.about-pro-page .lb-container,
.services-pro-page .lb-container {
  width: min(calc(100% - 40px), 1180px);
}

.about-pro-hero,
.services-pro-hero {
  background:
    radial-gradient(circle at top right, rgba(247, 236, 235, .85), transparent 34%),
    linear-gradient(135deg, #fbf8f5 0%, #ffffff 58%, #f7eceb 100%);
}

.about-pro-hero__inner,
.services-pro-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  align-items: end;
  gap: clamp(28px, 5vw, 70px);
}

.about-pro-hero h1,
.services-pro-hero h1 {
  max-width: 880px !important;
}

.about-hero-points,
.services-hero-card {
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: 12px;
  background: rgba(255,255,255,.82);
  border: 1px solid var(--lb-border);
  border-radius: 28px;
  padding: 24px;
  box-shadow: var(--lb-soft-shadow);
}

.about-hero-points span,
.services-hero-card span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--lb-muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .03em;
}

.about-hero-points span:before,
.services-hero-card span:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lb-stone);
  flex: 0 0 auto;
}

.services-hero-card strong {
  display: block;
  font-family: var(--lb-heading);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 500;
  color: var(--lb-text);
}

.services-hero-card p {
  margin: 0;
  font-size: 14px;
}

.about-pro-split {
  display: grid;
  grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 76px);
}

.about-pro-split--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
}

.about-pro-copy h2,
.about-pro-panel h2,
.about-signature-box h3,
.services-main-section h2,
.service-packages-section h2,
.service-process-section h2 {
  max-width: 780px;
}

.about-pro-media {
  min-height: 450px;
}

.about-pro-media img {
  min-height: 450px;
}

.about-pro-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 12px 18px;
}

.about-pro-list li {
  align-items: flex-start;
  line-height: 1.55;
}

.about-pro-list li:before {
  margin-top: 8px;
}

.about-aligned-head,
.services-aligned-head {
  align-items: flex-start !important;
}

.about-aligned-head .lb-lead,
.services-aligned-head .lb-lead {
  max-width: 430px;
  margin-bottom: 0;
}

.about-values-grid,
.services-pro-grid,
.service-package-grid,
.service-process-grid {
  display: grid;
  gap: 22px;
}

.about-values-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-value-card,
.service-pro-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.about-value-card h3,
.service-pro-card h3,
.service-package-card h3,
.service-process-grid h3 {
  font-size: 23px !important;
  line-height: 1.18 !important;
  margin-bottom: 10px !important;
}

.about-value-card p,
.service-pro-card p,
.service-package-card p,
.service-process-grid p {
  font-size: 14px;
  line-height: 1.7;
}

.about-pro-panel,
.about-signature-box {
  border: 1px solid var(--lb-border);
  border-radius: 30px;
  background: var(--lb-white);
  padding: clamp(28px, 4vw, 46px);
  box-shadow: var(--lb-soft-shadow);
}

.about-pro-panel {
  background: linear-gradient(135deg, #ffffff 0%, #fbf8f5 100%);
}

.about-standard-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.about-standard-list div {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding-top: 14px;
  border-top: 1px solid var(--lb-border);
}

.about-standard-list strong {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .13em;
  color: var(--lb-text);
}

.about-standard-list span {
  color: var(--lb-muted);
  font-size: 14px;
  line-height: 1.7;
}

.about-signature-box {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-signature-box .lb-btn {
  align-self: flex-start;
  margin-top: 10px;
}

.about-pro-cta,
.services-pro-cta {
  max-width: 860px;
}

.services-pro-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.service-pro-card ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 9px;
}

.service-pro-card li {
  position: relative;
  padding-left: 17px;
  color: var(--lb-muted);
  font-size: 13.5px;
  line-height: 1.55;
}

.service-pro-card li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lb-stone);
}

.service-package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.service-package-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--lb-white);
  border: 1px solid var(--lb-border);
  border-radius: 30px;
  padding: clamp(24px, 3vw, 34px);
  box-shadow: var(--lb-soft-shadow);
}

.service-package-card--featured {
  background: linear-gradient(135deg, #ffffff 0%, #f7eceb 100%);
  border-color: var(--lb-stone);
}

.service-package-card span {
  margin-bottom: 14px;
  color: var(--lb-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.service-package-card p {
  flex: 1;
}

.service-package-card a {
  width: fit-content;
  margin-top: 14px;
  border-bottom: 1px solid var(--lb-stone);
  color: var(--lb-text);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.service-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: serviceflow;
}

.service-process-grid article {
  position: relative;
  min-height: 100%;
  background: var(--lb-ivory);
  border: 1px solid var(--lb-border);
  border-radius: 28px;
  padding: 26px;
}

.service-process-grid article:after {
  content: "";
  position: absolute;
  top: 44px;
  right: -14px;
  width: 28px;
  height: 1px;
  background: var(--lb-stone);
}

.service-process-grid article:last-child:after {
  display: none;
}

.service-process-grid span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--lb-white);
  border: 1px solid var(--lb-border);
  color: var(--lb-muted);
  font-size: 12px;
}

@media (max-width: 1024px) {
  .about-values-grid,
  .service-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-process-grid article:after {
    display: none;
  }
}

@media (max-width: 900px) {
  .about-pro-hero__inner,
  .services-pro-hero__inner,
  .about-pro-split,
  .about-pro-split--reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-pro-split--reverse .about-signature-box {
    order: -1;
  }

  .about-hero-points,
  .services-hero-card {
    align-self: auto;
  }

  .about-pro-media,
  .about-pro-media img {
    min-height: 340px;
  }

  .services-pro-grid,
  .service-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .about-aligned-head,
  .services-aligned-head {
    display: block !important;
  }

  .about-aligned-head .lb-lead,
  .services-aligned-head .lb-lead {
    max-width: 100%;
    margin-top: 12px;
  }

  .about-pro-list,
  .about-values-grid,
  .services-pro-grid,
  .service-package-grid,
  .service-process-grid {
    grid-template-columns: 1fr;
  }

  .about-standard-list div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .about-signature-box .lb-btn,
  .services-pro-cta .lb-btn,
  .about-pro-cta .lb-btn {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .about-pro-page .lb-container,
  .services-pro-page .lb-container {
    width: min(calc(100% - 28px), 1180px);
  }

  .about-hero-points,
  .services-hero-card,
  .about-pro-panel,
  .about-signature-box,
  .service-package-card,
  .service-process-grid article {
    border-radius: 22px;
    padding: 20px;
  }

  .about-pro-media,
  .about-pro-media img {
    min-height: 250px;
  }

  .about-value-card h3,
  .service-pro-card h3,
  .service-package-card h3,
  .service-process-grid h3 {
    font-size: 20px !important;
  }
}


/* =========================================================
   PROFESSIONAL BLOG PAGE WITH IMAGE SPACES
   Version 1.1.0
   Adds a full blog page template, posts-page template,
   empty visual placeholders, balanced grids and mobile alignment.
========================================================= */
.blog-pro-page {
  overflow-x: hidden;
}

.blog-pro-page .lb-container {
  width: min(calc(100% - 40px), 1180px);
}

.blog-pro-hero {
  background:
    radial-gradient(circle at 88% 10%, rgba(247, 236, 235, .95), transparent 30%),
    linear-gradient(135deg, #fbf8f5 0%, #ffffff 58%, #f1e7dd 100%);
}

.blog-pro-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
}

.blog-pro-hero__copy {
  max-width: 760px;
}

.blog-pro-hero h1 {
  max-width: 820px !important;
}

.blog-pro-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.blog-hero-card,
.blog-feature-card,
.blog-pro-card,
.blog-process-panel {
  border: 1px solid var(--lb-border);
  border-radius: 30px;
  background: var(--lb-white);
  box-shadow: var(--lb-soft-shadow);
  overflow: hidden;
}

.blog-hero-card {
  align-self: stretch;
  display: grid;
  grid-template-rows: minmax(260px, 1fr) auto;
}

.blog-hero-card__content {
  padding: 22px 24px 24px;
}

.blog-hero-card__content span,
.blog-card-tag,
.blog-topic-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--lb-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.blog-hero-card__content strong {
  display: block;
  font-family: var(--lb-heading);
  color: var(--lb-text);
  font-size: 25px;
  line-height: 1.16;
  font-weight: 500;
}

.blog-image-space {
  position: relative;
  width: 100%;
  min-height: 240px;
  aspect-ratio: 1.28 / 1;
  background:
    linear-gradient(135deg, rgba(251,248,245,.9), rgba(247,236,235,.65)),
    var(--lb-gray);
  border: 1px dashed rgba(25, 23, 22, .13);
  border-radius: 24px;
  overflow: hidden;
}

.blog-image-space:before,
.blog-image-space:after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(25, 23, 22, .07);
  border-radius: 18px;
}

.blog-image-space:after {
  inset: auto auto 28px 28px;
  width: 72px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(25, 23, 22, .08);
}

.blog-image-space--hero {
  min-height: 330px;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.04)),
    url('https://test.builttoscaledigital.com/wp-content/uploads/2026/05/da133ddb-e584-4582-8a16-1930a09a784e.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blog-image-space--hero:before,
.blog-image-space--hero:after {
  display: none;
}

.blog-image-space--featured {
  min-height: 420px;
  aspect-ratio: auto;
  border-radius: 0;
  border: 0;
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.04)),
    url('https://test.builttoscaledigital.com/wp-content/uploads/2026/05/d50ea17e-92b1-4e0e-a4f7-d96a6577111d.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blog-aligned-head {
  align-items: flex-start !important;
}

.blog-aligned-head .lb-lead {
  max-width: 430px;
  margin-bottom: 0;
}

.blog-feature-card {
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1fr);
  align-items: stretch;
}

.blog-feature-card__media {
  display: block;
  min-height: 420px;
  background: var(--lb-gray);
}

.blog-feature-card__media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.blog-feature-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 54px);
}

.blog-feature-card__content h3 {
  font-size: clamp(28px, 3.2vw, 44px) !important;
  line-height: 1.08 !important;
}

.blog-feature-card__content p {
  max-width: 560px;
  line-height: 1.75;
}

.blog-feature-card__content .lb-btn {
  width: fit-content;
  margin-top: 12px;
}


.blog-pro-grid .blog-pro-card:nth-child(1) .blog-image-space {
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.03)),
    url('https://test.builttoscaledigital.com/wp-content/uploads/2026/05/e176fc24-2ca3-4482-a1c2-63dfcb383cfb.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
}

.blog-pro-grid .blog-pro-card:nth-child(2) .blog-image-space {
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.03)),
    url('https://test.builttoscaledigital.com/wp-content/uploads/2026/05/0995e7eb-aaac-4e3f-aed4-609d6c6ad3bf.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
}

.blog-pro-grid .blog-pro-card:nth-child(3) .blog-image-space {
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.03)),
    url('https://test.builttoscaledigital.com/wp-content/uploads/2026/05/02f7c2c7-8c16-49b2-b371-2b19d1c66f1b.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
}

.blog-pro-grid .blog-pro-card:nth-child(-n+3) .blog-image-space:before,
.blog-pro-grid .blog-pro-card:nth-child(-n+3) .blog-image-space:after {
  display: none;
}

.blog-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.blog-topic-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-topic-card h3,
.blog-pro-card h3 {
  font-size: 23px !important;
  line-height: 1.18 !important;
  margin-bottom: 10px !important;
}

.blog-topic-card p,
.blog-pro-card p,
.blog-process-list span {
  font-size: 14px;
  line-height: 1.7;
}

.blog-pro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.blog-pro-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 12px;
}

.blog-pro-card__media {
  display: block;
  border-radius: 22px;
  overflow: hidden;
  background: var(--lb-gray);
}

.blog-pro-card__media img {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
  border-radius: 22px;
}

.blog-pro-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 12px 10px;
}

.blog-pro-card__content p {
  flex: 1;
}

.blog-read-link {
  width: fit-content;
  margin-top: 10px;
  border-bottom: 1px solid var(--lb-stone);
  color: var(--lb-text);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.blog-process-panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
  padding: clamp(28px, 5vw, 52px);
  background: linear-gradient(135deg, #ffffff 0%, #fbf8f5 100%);
}

.blog-process-list {
  display: grid;
  gap: 14px;
}

.blog-process-list div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding-top: 14px;
  border-top: 1px solid var(--lb-border);
}

.blog-process-list strong {
  color: var(--lb-text);
  font-size: 13px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.blog-pro-cta {
  max-width: 860px;
}

@media (max-width: 1024px) {
  .blog-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-pro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .blog-pro-hero__inner,
  .blog-feature-card,
  .blog-process-panel {
    grid-template-columns: 1fr;
  }

  .blog-feature-card__media,
  .blog-feature-card__media img,
  .blog-image-space--featured {
    min-height: 320px;
  }
}

@media (max-width: 720px) {
  .blog-aligned-head {
    display: block !important;
  }

  .blog-aligned-head .lb-lead {
    max-width: 100%;
    margin-top: 12px;
  }

  .blog-pro-actions .lb-btn,
  .blog-feature-card__content .lb-btn,
  .blog-pro-cta .lb-btn {
    width: 100%;
  }

  .blog-topic-grid,
  .blog-pro-grid {
    grid-template-columns: 1fr;
  }

  .blog-process-list div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

@media (max-width: 640px) {
  .blog-pro-page .lb-container {
    width: min(calc(100% - 28px), 1180px);
  }

  .blog-hero-card,
  .blog-feature-card,
  .blog-pro-card,
  .blog-process-panel,
  .blog-topic-card {
    border-radius: 22px;
  }

  .blog-hero-card__content,
  .blog-feature-card__content,
  .blog-process-panel {
    padding: 20px;
  }

  .blog-image-space,
  .blog-image-space--hero,
  .blog-image-space--featured,
  .blog-feature-card__media,
  .blog-feature-card__media img {
    min-height: 230px;
    border-radius: 18px;
  }

  .blog-image-space--hero,
  .blog-image-space--featured {
    border-radius: 0;
  }

  .blog-topic-card h3,
  .blog-pro-card h3 {
    font-size: 20px !important;
  }
}


/* =========================================================
   BLOG PAGE ALIGNMENT POLISH
   Version 1.1.4
   Better section spacing, centered grids, direct image fit and anchor offset.
========================================================= */
.blog-pro-page .lb-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.blog-pro-hero {
  padding: clamp(54px, 6vw, 82px) 0 !important;
}

.blog-featured-section,
.blog-topics-section,
.blog-latest-section,
.blog-process-section,
.blog-pro-page .blog-pro-cta {
  padding-top: clamp(68px, 7vw, 92px) !important;
  padding-bottom: clamp(68px, 7vw, 92px) !important;
}

.blog-latest-section,
.blog-featured-section,
.blog-topics-section {
  scroll-margin-top: 120px;
}

.blog-pro-page .blog-aligned-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, .7fr);
  align-items: start !important;
  gap: clamp(24px, 4vw, 54px);
  margin-bottom: clamp(34px, 4vw, 48px) !important;
}

.blog-pro-page .blog-aligned-head > div {
  max-width: 760px;
}

.blog-pro-page .blog-aligned-head .lb-lead {
  justify-self: end;
  max-width: 450px;
  margin-top: 0;
}

.blog-pro-page .blog-pro-grid {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  gap: clamp(22px, 2.5vw, 32px);
}

.blog-pro-page .blog-pro-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-pro-page .blog-pro-card__media {
  aspect-ratio: 1.34 / 1;
  min-height: 0;
}

.blog-pro-page .blog-pro-card__media img,
.blog-pro-page .blog-pro-card__media .blog-image-space {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: 1.34 / 1;
  object-fit: cover;
  border-radius: 22px;
}

.blog-pro-page .blog-pro-card__content {
  min-height: 220px;
}

.blog-pro-page .blog-card-tag {
  min-height: 16px;
}

@media (max-width: 1024px) {
  .blog-pro-page .blog-pro-grid {
    max-width: 760px;
  }
}

@media (max-width: 900px) {
  .blog-pro-hero {
    padding: 44px 0 58px !important;
  }

  .blog-pro-page .blog-aligned-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .blog-pro-page .blog-aligned-head .lb-lead {
    justify-self: start;
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  .blog-featured-section,
  .blog-topics-section,
  .blog-latest-section,
  .blog-process-section,
  .blog-pro-page .blog-pro-cta {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .blog-pro-page .blog-pro-grid {
    max-width: 460px;
    grid-template-columns: 1fr;
  }

  .blog-pro-page .blog-pro-card__content {
    min-height: auto;
  }
}

@media (max-width: 420px) {
  .blog-pro-page .lb-container {
    width: min(calc(100% - 24px), 1180px);
  }

  .blog-pro-page .blog-pro-card {
    padding: 10px;
  }
}


/* =========================================================
   Version 1.2.0 - FULL CONTENT + MOBILE/DESKTOP SEO POLISH
   Adds SEO-supporting content blocks, safer wrapping, better
   mobile readability, and more balanced desktop spacing.
========================================================= */
.lb-seo-trust-section {
  background: var(--lb-white);
  border-block: 1px solid var(--lb-border);
}

.lb-seo-trust-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.lb-seo-trust-copy {
  max-width: 620px;
}

.lb-seo-trust-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lb-seo-trust-cards article {
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--lb-border);
  border-radius: 22px;
  background: var(--lb-ivory);
}

.lb-seo-trust-cards strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--lb-heading);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 400;
  color: var(--lb-text);
}

.lb-seo-trust-cards span {
  display: block;
  color: var(--lb-muted);
  font-size: 13.5px;
  line-height: 1.65;
}

.site-main,
.site-header,
.site-footer,
.lb-container,
.lb-card,
.woocommerce,
.entry-content {
  overflow-wrap: break-word;
  word-break: normal;
}

.entry-content,
.single .entry-content,
.page .entry-content {
  max-width: 900px;
  margin-inline: auto;
}

.entry-content h2,
.entry-content h3 {
  margin-top: 1.35em;
}

.entry-content p,
.entry-content li {
  font-size: 15.5px;
  line-height: 1.82;
}

.entry-content img,
.single .wp-post-image {
  border-radius: 22px;
}

.post-card h2,
.search .post-card h2,
.archive .post-card h2 {
  font-size: clamp(22px, 2.4vw, 30px) !important;
  line-height: 1.18 !important;
}

.post-card-content .lb-btn {
  margin-top: auto;
}

.post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.post-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.lb-card:focus-within,
.woocommerce ul.products li.product:focus-within,
.blog-pro-card:focus-within {
  box-shadow: 0 0 0 4px rgba(241, 231, 221, .64);
  border-color: var(--lb-stone);
}

@media (min-width: 1181px) {
  .lb-section-head > div,
  .about-pro-copy,
  .services-pro-page .lb-section-head > div,
  .blog-pro-hero__copy {
    max-width: 720px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 54px;
  }
}

@media (max-width: 1024px) {
  .lb-seo-trust-grid {
    grid-template-columns: 1fr;
  }

  .lb-seo-trust-copy {
    max-width: 760px;
    text-align: center;
    margin-inline: auto;
  }

  .lb-seo-trust-copy .lb-lead {
    margin-inline: auto;
  }
}

@media (max-width: 820px) {
  .lb-seo-trust-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .lb-container {
    width: min(calc(100% - 26px), var(--lb-container)) !important;
  }

  .lb-section-head,
  .about-pro-copy,
  .services-pro-page .lb-section-head,
  .lb-seo-trust-copy,
  .newsletter-box,
  .page-hero,
  .contact-info,
  .contact-form,
  .entry-content {
    text-align: center;
  }

  .lb-hero-copy,
  .lb-hero-copy .lb-lead,
  .about-preview > div:last-child,
  .about-preview .lb-lead {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .lb-hero-actions,
  .lb-hero-note,
  .about-list,
  .service-pro-card ul,
  .footer-bottom {
    justify-content: center;
  }

  .lb-hero-actions .lb-btn,
  .newsletter-form .lb-btn,
  .contact-form .lb-btn,
  .lb-seo-trust-section .lb-btn {
    width: 100%;
  }

  .lb-hero-note {
    flex-wrap: wrap;
    gap: 10px 14px;
    text-align: center;
  }

  .lb-seo-trust-cards article {
    padding: 18px;
    border-radius: 18px;
    text-align: center;
  }

  .lb-seo-trust-cards strong {
    font-size: 20px;
  }

  .entry-content p,
  .entry-content li {
    font-size: 14.5px;
    line-height: 1.78;
  }

  .post-card-content {
    text-align: center;
  }

  .post-card-content .lb-btn,
  .blog-read-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .woocommerce div.product .product_title {
    text-align: center;
  }

  .woocommerce div.product p.price,
  .woocommerce div.product span.price,
  .woocommerce div.product .woocommerce-product-details__short-description {
    text-align: center;
  }
}

@media (max-width: 420px) {
  h1,
  .page-title,
  .entry-title {
    font-size: clamp(27px, 8.5vw, 35px) !important;
  }

  h2 {
    font-size: clamp(24px, 7.4vw, 32px) !important;
  }

  .lb-btn,
  .button,
  .wp-element-button,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit,
  .woocommerce .checkout-button,
  input[type="submit"] {
    min-height: 42px !important;
    padding: 11px 14px !important;
    font-size: 10.5px !important;
  }
}


/* =========================================================
   Mobile Footer Accordion Navigation (+ / -)
   Desktop keeps the original footer column layout.
========================================================= */
.footer-col { min-width: 0; }
.footer-accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0 0 18px;
  border: 0;
  background: transparent;
  color: var(--lb-white);
  font-family: var(--lb-heading);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.015em;
  text-align: left;
  cursor: default;
}
.footer-toggle-icon {
  display: none;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  color: var(--lb-white);
  font-family: var(--lb-body);
  font-size: 18px;
  line-height: 1;
  flex: 0 0 auto;
}
.footer-toggle-icon::before { content: "+"; }
.footer-accordion.is-open .footer-toggle-icon::before { content: "−"; }
.footer-accordion-panel { display: block; }

@media (max-width: 640px) {
  .site-footer { padding: 46px 0 24px; }
  .footer-grid {
    gap: 0 !important;
    padding-bottom: 26px;
  }
  .footer-brand {
    padding-bottom: 24px;
    margin-bottom: 2px;
  }
  .footer-brand h3 { margin-bottom: 12px; }
  .footer-brand p {
    max-width: 96%;
    margin-bottom: 14px;
  }
  .footer-accordion {
    border-top: 1px solid rgba(255,255,255,.12);
  }
  .footer-accordion:last-child {
    border-bottom: 1px solid rgba(255,255,255,.12);
  }
  .footer-accordion-toggle {
    min-height: 56px;
    margin: 0;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 0;
  }
  .footer-toggle-icon { display: inline-flex; }
  .footer-accordion-ready .footer-accordion-panel {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    opacity: 0;
    transition: grid-template-rows .26s ease, opacity .2s ease, padding .2s ease;
  }
  .footer-accordion-ready .footer-accordion-panel > * {
    min-height: 0;
  }
  .footer-accordion-ready .footer-accordion.is-open .footer-accordion-panel {
    grid-template-rows: 1fr;
    opacity: 1;
    padding-bottom: 18px;
  }
  .footer-links {
    gap: 0;
    text-align: left;
  }
  .footer-links a {
    display: block;
    padding: 8px 0;
    font-size: 14px;
  }
  .social-links { justify-content: flex-start; }
  .footer-bottom {
    gap: 8px;
    padding-top: 18px;
    text-align: left;
    align-items: flex-start;
  }
}