:root {
	/* Color tokens. */
	--lemio-color-primary: #0f3d3a;
	--lemio-color-primary-hover: #0b302e;
	--lemio-color-primary-active: #082724;
	--lemio-color-accent: #34c3a1;
	--lemio-color-accent-hover: #28ad8e;
	--lemio-color-accent-soft: #e8f7f2;
	--lemio-color-success: #22c55e;
	--lemio-color-warning: #f59e0b;
	--lemio-color-danger: #ef4444;
	--lemio-color-info: #3882f6;
	--lemio-color-text: #0f172a;
	--lemio-color-muted: #64748b;
	--lemio-color-surface: #fff;
	--lemio-color-bg: #f7faf9;
	--lemio-color-border: #e6e8ec;
	--lemio-color-overlay: rgba(15,23,42,.48);
	/* Typography tokens. */
	--lemio-font-sans: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
	--lemio-text-xs: .75rem;
	--lemio-text-sm: .875rem;
	--lemio-text-md: 1rem;
	--lemio-text-lg: 1.125rem;
	--lemio-text-xl: 1.25rem;
	--lemio-text-2xl: 1.5rem;
	--lemio-text-3xl: 2rem;
	--lemio-leading-tight: 1.25;
	--lemio-leading-body: 1.5;
	/* Spacing tokens: 4px base scale. */
	--lemio-space-1: .25rem;
	--lemio-space-2: .5rem;
	--lemio-space-3: .75rem;
	--lemio-space-4: 1rem;
	--lemio-space-5: 1.25rem;
	--lemio-space-6: 1.5rem;
	--lemio-space-7: 2rem;
	--lemio-space-8: 2.5rem;
	--lemio-space-9: 4rem;
	/* Radius, elevation, and motion tokens. */
	--lemio-radius-xs: 6px;
	--lemio-radius-sm: 8px;
	--lemio-radius-md: 12px;
	--lemio-radius-card: 12px;
	--lemio-radius-lg: 20px;
	--lemio-radius-pill: 9999px;
	--lemio-shadow-sm: 0 1px 2px rgba(15,61,58,.06);
	--lemio-shadow-md: 0 4px 12px rgba(15,61,58,.08);
	--lemio-shadow-lg: 0 12px 24px rgba(15,61,58,.12);
	--lemio-shadow-hover: 0 8px 16px rgba(15,61,58,.12);
	--lemio-transition-fast: 150ms ease;
	--lemio-transition-normal: 250ms ease;
	--lemio-transition-slow: 300ms ease;
	/* Backward-compatible aliases used by existing templates. */
	--lemio-shadow-card: var(--lemio-shadow-md);
	--lemio-font-sans: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
	--lemio-container: 1240px;
	/*
	 * Legacy spacing names are intentionally retained while templates migrate
	 * incrementally to the expanded scale.
	 */
	--lemio-space-section: var(--lemio-space-9);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--lemio-color-bg);color:var(--lemio-color-text);font-family:var(--lemio-font-sans);font-size:var(--lemio-text-md);line-height:var(--lemio-leading-body)}
img{display:block;max-width:100%;height:auto}
a{color:var(--lemio-color-primary);text-decoration-thickness:1px;text-underline-offset:3px}
a:hover{color:var(--lemio-color-primary-hover)}
h1,h2,h3,h4{color:var(--lemio-color-text);font-weight:750;line-height:var(--lemio-leading-tight)}
.header-account-link{display:inline-flex;align-items:center;gap:.4rem}.header-account-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}
button,input,select,textarea{font:inherit}
:focus-visible{outline:3px solid #f2a65a;outline-offset:3px}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),select,textarea{width:100%;min-height:44px;padding:.65rem .75rem;border:1px solid var(--lemio-color-border);border-radius:var(--lemio-radius-md);background:var(--lemio-color-surface);color:var(--lemio-color-text);transition:border-color var(--lemio-transition-fast),box-shadow var(--lemio-transition-fast)}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):hover,select:hover,textarea:hover{border-color:#c8ced8}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,select:focus,textarea:focus{border-color:var(--lemio-color-accent);box-shadow:0 0 0 3px rgba(52,195,161,.16);outline:0}
label,.field label{color:var(--lemio-color-text);font-size:var(--lemio-text-sm);font-weight:700}
.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}
.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;margin:8px;padding:12px 18px;background:#fff;z-index:10000}
.lemio-container{width:min(calc(100% - 2rem),var(--lemio-container));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--lemio-color-border);box-shadow:var(--lemio-shadow-sm);backdrop-filter:blur(12px)}
.header-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand-text{font-weight:850;font-size:1.45rem;letter-spacing:.12em;text-decoration:none}
.site-brand,.custom-logo-link{display:flex;align-items:center;min-width:0}
.custom-logo{display:block;max-width:min(220px,52vw);max-height:42px;width:auto;height:auto;object-fit:contain}
.header-navigation{display:none;position:absolute;left:0;right:0;top:74px;background:#fff;padding:1rem;border-bottom:1px solid var(--lemio-color-border)}
.header-navigation.is-open{display:block}
.primary-nav,.header-actions{display:flex;flex-direction:column;gap:1rem}
.primary-nav a,.profile-link{text-decoration:none;font-weight:650;transition:color var(--lemio-transition-fast),background-color var(--lemio-transition-fast)}
.primary-nav ul,.site-footer ul{list-style:none;padding:0;margin:0}
.language-switcher{display:flex;gap:.25rem}
.language-switcher a{padding:.3rem .45rem;border-radius:6px;text-decoration:none;font-size:.78rem;font-weight:800}
.language-switcher a.is-current,.language-switcher a[aria-current="true"]{background:var(--lemio-color-accent-soft);color:var(--lemio-color-primary)}
.menu-toggle{display:grid;gap:4px;background:transparent;border:0;padding:10px}
.menu-toggle span{display:block;width:24px;height:2px;background:var(--lemio-color-primary)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:var(--lemio-space-2);min-height:44px;padding:.625rem 1.125rem;border:1px solid var(--lemio-color-accent);border-radius:var(--lemio-radius-md);background:var(--lemio-color-accent);color:var(--lemio-color-primary);text-decoration:none;font-weight:750;cursor:pointer;transition:transform var(--lemio-transition-fast),box-shadow var(--lemio-transition-fast),background-color var(--lemio-transition-fast),border-color var(--lemio-transition-fast)}
.button:hover{background:var(--lemio-color-accent-hover);border-color:var(--lemio-color-accent-hover);color:var(--lemio-color-primary);box-shadow:var(--lemio-shadow-md);transform:translateY(-1px)}
.button:active{transform:translateY(0)}
.button:disabled,.button[aria-disabled="true"]{opacity:.48;pointer-events:none}
.button-secondary{border-color:var(--lemio-color-primary);background:var(--lemio-color-surface);color:var(--lemio-color-primary)}
.button-secondary:hover{background:var(--lemio-color-accent-soft);border-color:var(--lemio-color-primary);color:var(--lemio-color-primary)}
.button-outline{border-color:var(--lemio-color-accent);background:transparent;color:var(--lemio-color-primary)}
.button-ghost{border-color:transparent;background:transparent;color:var(--lemio-color-primary);box-shadow:none}
.button-danger{border-color:var(--lemio-color-danger);background:var(--lemio-color-danger);color:#fff}
.button-small{min-height:38px;padding:.45rem .9rem}
.hero{padding:var(--lemio-space-9) 0;background:linear-gradient(145deg,var(--lemio-color-bg) 30%,var(--lemio-color-accent-soft))}
.hero-grid{display:grid;gap:2rem;align-items:center}
.hero h1,.page-hero h1{font-size:clamp(2.35rem,8vw,4.8rem);line-height:1.04;letter-spacing:-.045em;margin:.5rem 0 1.25rem}
.hero-copy>p{font-size:1.12rem;max-width:650px;color:var(--lemio-color-muted)}
.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;font-weight:850;color:#277b69}
.button-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}
.hero-art{min-height:330px;position:relative;border:1px solid var(--lemio-color-border);border-radius:var(--lemio-radius-lg);background:#fff8e7;overflow:hidden;box-shadow:var(--lemio-shadow-lg)}
.pet-shape{position:absolute;border-radius:48% 48% 35% 35%}
.pet-shape-one{width:46%;height:72%;left:15%;bottom:-8%;background:var(--lemio-color-primary);transform:rotate(-8deg)}
.pet-shape-two{width:38%;height:62%;right:13%;bottom:-4%;background:var(--lemio-color-accent);transform:rotate(10deg)}
.paw{position:absolute;right:12%;top:12%;font-size:4rem;color:#e8b46d;transform:rotate(45deg)}
.section{padding:var(--lemio-space-9) 0}
.section-soft{background:#edf6f1}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.6rem}
.section-heading h2,.cta h2{font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.15;margin:.3rem 0}
.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}
.category-card{display:flex;align-items:center;gap:.7rem;padding:1rem;background:#fff;border:1px solid var(--lemio-color-border);border-radius:var(--lemio-radius-card);text-decoration:none;box-shadow:var(--lemio-shadow-sm);transition:transform var(--lemio-transition-normal),box-shadow var(--lemio-transition-normal),border-color var(--lemio-transition-normal)}
.category-card:hover{transform:translateY(-2px);border-color:rgba(52,195,161,.5);box-shadow:var(--lemio-shadow-hover)}
.category-icon{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;background:var(--lemio-color-accent-soft);border-radius:50%}
.category-icon svg{width:24px;height:24px}
.listing-grid{display:grid;gap:1.25rem}
.listing-card{display:flex;flex-direction:column;height:100%;overflow:hidden;background:#fff;border:1px solid var(--lemio-color-border);border-radius:var(--lemio-radius-card);box-shadow:var(--lemio-shadow-sm);transition:transform var(--lemio-transition-normal),box-shadow var(--lemio-transition-normal)}
.listing-card:hover{transform:translateY(-2px);box-shadow:var(--lemio-shadow-hover)}
.listing-image,.lemio-listing-card__media{display:block;position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:var(--lemio-color-accent-soft)}
.listing-image img,.lemio-listing-card__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform var(--lemio-transition-normal)}
.listing-card:hover .listing-image img{transform:scale(1.025)}
.badge{position:absolute;left:.8rem;top:.8rem;padding:.3rem .7rem;border:1px solid rgba(52,195,161,.22);border-radius:var(--lemio-radius-pill);background:#fff;color:var(--lemio-color-primary);font-size:var(--lemio-text-xs);font-weight:800;box-shadow:var(--lemio-shadow-sm)}
.badge-success{background:#ecfdf3;color:#08783d}.badge-warning{background:#fff8e6;color:#995c00}.badge-danger{background:#fff0f0;color:#b42318}.badge-info{background:#eff6ff;color:#175cd3}
.badge-static{position:static;display:inline-block;background:var(--lemio-color-accent-soft);box-shadow:none}
.lemio-listing-verification-badge{display:inline-flex;align-items:center;width:max-content;max-width:100%;margin:.05rem 0 .55rem;padding:.22rem .55rem;border-radius:var(--lemio-radius-pill);background:#e8f7f0;color:#08783d;font-size:var(--lemio-text-xs);font-weight:800;line-height:1.25}
.listing-card{position:relative}.lemio-favorite-button{position:absolute;z-index:3;right:.75rem;top:.75rem;display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid var(--lemio-color-border);border-radius:50%;background:#fff;color:var(--lemio-color-muted);font-size:1.25rem;line-height:1;box-shadow:var(--lemio-shadow-sm);cursor:pointer;transition:transform var(--lemio-transition-fast),color var(--lemio-transition-fast),background var(--lemio-transition-fast)}.lemio-favorite-button:hover{transform:scale(1.06)}.lemio-favorite-button.is-favorite{border-color:#f3a6ad;background:#fff1f2;color:#d92d48}.lemio-favorite-button--single{position:static;float:right}.lemio-favorite-button:disabled{cursor:wait;opacity:.6}
.lemio-listing-actions{position:relative;display:flex;justify-content:flex-end;align-items:center;gap:.55rem;margin-bottom:.65rem}.lemio-listing-actions .lemio-favorite-button{flex:0 0 40px}.lemio-share{position:relative}.lemio-share__toggle{min-height:40px;padding:.55rem .9rem;border:1px solid var(--lemio-color-border);border-radius:var(--lemio-radius-pill);background:#fff;color:var(--lemio-color-primary);font:inherit;font-size:.88rem;font-weight:800;box-shadow:var(--lemio-shadow-sm);cursor:pointer}.lemio-share__toggle:hover{border-color:var(--lemio-color-accent);background:var(--lemio-color-accent-soft)}.lemio-share__panel{position:absolute;z-index:8;top:calc(100% + .45rem);right:0;display:grid;min-width:190px;max-width:calc(100vw - 2rem);padding:.45rem;border:1px solid var(--lemio-color-border);border-radius:12px;background:#fff;box-shadow:var(--lemio-shadow-lg)}.lemio-share__panel[hidden]{display:none}.lemio-share__panel a,.lemio-share__panel button{display:block;width:100%;min-height:44px;padding:.65rem .75rem;border:0;border-radius:8px;background:transparent;color:var(--lemio-color-text);font:inherit;font-size:.88rem;text-align:left;text-decoration:none;cursor:pointer}.lemio-share__panel a:hover,.lemio-share__panel button:hover{background:var(--lemio-color-accent-soft);color:var(--lemio-color-primary)}
.listing-content{display:flex;flex:1;flex-direction:column;padding:1.1rem}
.listing-content h3{font-size:1.2rem;line-height:1.25;margin:0 0 .6rem}
.listing-content h3 a{text-decoration:none}
.listing-price{font-size:1.12rem}
.listing-content p{color:var(--lemio-color-muted);margin:.55rem 0}
.listing-location{font-weight:700;color:var(--lemio-color-text)!important}
.listing-meta{display:flex;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.8rem;border-top:1px solid var(--lemio-color-border);font-size:.78rem;color:var(--lemio-color-muted)}
.trust-grid{display:grid;gap:1rem}
.trust-grid article{padding:1.5rem;border-left:4px solid var(--lemio-color-accent);background:#fff;border-radius:0 var(--lemio-radius-card) var(--lemio-radius-card) 0}
.trust-grid span{font-weight:900;color:#5aa98c}
.trust-grid h2{font-size:1.2rem}
.cta{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;padding:2rem;border-radius:24px;background:var(--lemio-color-primary);color:#fff}
.cta.lemio-card{border-color:var(--lemio-color-primary);background:var(--lemio-color-primary);box-shadow:var(--lemio-shadow-lg)}.cta h2{color:#fff}
.cta .eyebrow{color:var(--lemio-color-accent)}
.cta .button{background:var(--lemio-color-accent);border-color:var(--lemio-color-accent);color:var(--lemio-color-primary)}
.page-hero{padding:3rem 0 2rem;background:var(--lemio-color-accent-soft)}
.page-hero h1{font-size:clamp(2.3rem,6vw,4rem)}
.filters{display:grid;gap:1rem;margin-bottom:2rem;padding:1rem;background:#fff;border:1px solid var(--lemio-color-border);border-radius:var(--lemio-radius-card)}
.field{display:flex;flex-direction:column;gap:.35rem}
.field label{font-size:.8rem;font-weight:800}
.field input,.field select{width:100%;min-height:44px;padding:.65rem .75rem;border:1px solid #b9cbc4;border-radius:var(--lemio-radius-sm);background:#fff}
.filter-actions{display:flex;align-items:center;gap:1rem}
.empty-state{text-align:center;padding:4rem 1rem;background:#fff;border:1px dashed #afc9be;border-radius:var(--lemio-radius-card)}
.empty-icon{display:grid;place-items:center;width:68px;height:68px;margin:0 auto 1rem;border-radius:50%;background:var(--lemio-color-accent-soft);font-weight:900}
.pagination ul{display:flex;justify-content:center;gap:.35rem;list-style:none;padding:2rem 0 0}
.pagination a,.pagination span{display:grid;place-items:center;min-width:40px;height:40px;padding:0 .5rem;border:1px solid var(--lemio-color-border);border-radius:8px;text-decoration:none}
.pagination .current{background:var(--lemio-color-primary);color:#fff}
.back-link{display:inline-block;margin-bottom:1rem}
.detail-grid{display:grid;gap:1.5rem}
.detail-main-image,.lemio-listing-hero{display:flex;align-items:center;justify-content:center;width:100%;overflow:hidden;background:var(--lemio-color-accent-soft);border-radius:var(--lemio-radius-card)}
.detail-main-image img,.lemio-listing-hero__image{display:block;max-width:100%;width:100%;height:auto;max-height:70vh;object-fit:contain;object-position:center}
.gallery-thumbs,.lemio-listing-gallery{display:flex;gap:.5rem;overflow-x:auto;overflow-y:hidden;padding:.65rem 0;scrollbar-width:thin}
.gallery-thumbs button,.lemio-listing-gallery__thumb{flex:0 0 82px;aspect-ratio:1/1;padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;background:var(--lemio-color-surface);cursor:pointer}
.gallery-thumbs button:hover,.lemio-listing-gallery__thumb:hover{border-color:var(--lemio-color-accent)}
.gallery-thumbs button.is-active,.lemio-listing-gallery__thumb.is-active{border-color:var(--lemio-color-primary);box-shadow:0 0 0 2px var(--lemio-color-accent-soft)}
.gallery-thumbs img,.lemio-listing-gallery__thumb img{display:block;width:100%;height:100%;aspect-ratio:1/1;object-fit:cover;object-position:center}
.detail-description,.detail-sidebar{background:#fff;border:1px solid var(--lemio-color-border);border-radius:var(--lemio-radius-card);padding:1.25rem}
.detail-sidebar h1{font-size:clamp(2rem,5vw,3rem);line-height:1.08;margin:.8rem 0}
.detail-price{font-size:1.65rem;font-weight:900;margin-bottom:1rem}
.detail-facts{margin:0}.detail-facts div{padding:.8rem 0;border-top:1px solid var(--lemio-color-border)}.detail-facts dt{font-size:.78rem;font-weight:800;color:var(--lemio-color-muted)}.detail-facts dd{margin:0}
.owner-card,.contact-card,.safety-note{margin-top:1rem;padding:1rem;border-radius:12px;background:var(--lemio-color-accent-soft)}
.owner-card h2,.contact-card h2{margin:.2rem 0;font-size:1.15rem}.owner-logo{width:54px;height:54px;object-fit:contain;border-radius:50%;float:right}.owner-logo-placeholder{display:grid;place-items:center;background:var(--color-primary-soft,#e7f5f1);color:var(--color-primary,#087f6b);font-weight:800}
.contact-card{display:flex;flex-direction:column;gap:.6rem}.contact-card p{margin:0}
.lemio-contact-row{display:grid;gap:.1rem;padding:.15rem 0}.lemio-contact-label{color:var(--lemio-color-muted);font-size:.78rem;font-weight:700;line-height:1.25;text-transform:uppercase;letter-spacing:.04em}.lemio-contact-value{font-weight:600;line-height:1.35;overflow-wrap:anywhere}
.safety-note{background:#fff7e8;border:1px solid #f0d7aa}.safety-note p{margin:.25rem 0 0}
.content-narrow{max-width:780px}.content-card{padding:1.25rem;background:#fff;border-radius:var(--lemio-radius-card);margin-bottom:1rem}
/* Reusable UI primitives. */
.lemio-card{border:1px solid var(--lemio-color-border);border-radius:var(--lemio-radius-card);background:var(--lemio-color-surface);box-shadow:var(--lemio-shadow-sm)}
.lemio-card--interactive{transition:transform var(--lemio-transition-normal),box-shadow var(--lemio-transition-normal)}.lemio-card--interactive:hover{transform:translateY(-2px);box-shadow:var(--lemio-shadow-hover)}
.lemio-nav{display:flex;align-items:center;gap:var(--lemio-space-4)}.lemio-nav a{border-radius:var(--lemio-radius-sm);text-decoration:none}.lemio-nav a[aria-current="page"]{color:var(--lemio-color-accent-hover)}
.lemio-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:var(--lemio-space-4);background:var(--lemio-color-overlay);opacity:0;visibility:hidden;transition:opacity var(--lemio-transition-slow),visibility var(--lemio-transition-slow)}
.lemio-modal.is-open{opacity:1;visibility:visible}.lemio-modal[hidden]{display:none}.lemio-modal__dialog{width:min(100%,520px);max-height:min(80vh,720px);overflow:auto;padding:var(--lemio-space-6);border-radius:var(--lemio-radius-card);background:var(--lemio-color-surface);box-shadow:var(--lemio-shadow-lg)}
.lemio-toast-region{position:fixed;right:var(--lemio-space-4);bottom:var(--lemio-space-4);z-index:1100;display:grid;gap:var(--lemio-space-2);width:min(calc(100% - 2rem),380px);pointer-events:none}.lemio-toast{display:flex;align-items:flex-start;gap:var(--lemio-space-3);padding:var(--lemio-space-4);border:1px solid var(--lemio-color-border);border-radius:var(--lemio-radius-card);background:var(--lemio-color-surface);box-shadow:var(--lemio-shadow-lg);pointer-events:auto}
.lemio-empty-state,.empty-state{display:grid;justify-items:center;gap:var(--lemio-space-3);text-align:center}.lemio-empty-state>:where(h2,p),.empty-state>:where(h2,p){margin:0}.lemio-empty-state p,.empty-state p{color:var(--lemio-color-muted)}
.pagination a,.pagination span{transition:background-color var(--lemio-transition-fast),border-color var(--lemio-transition-fast),color var(--lemio-transition-fast)}.pagination a:hover{border-color:var(--lemio-color-accent);background:var(--lemio-color-accent-soft)}
.site-footer{padding:3rem 0 1rem;background:#052f32;color:#dce9e5}
.site-footer a{color:#fff}.footer-grid{display:grid;gap:2rem}.footer-bottom{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.16);font-size:.8rem}
/* WooCommerce compatibility: presentation only; commerce logic remains plugin-owned. */
.woocommerce .woocommerce-notices-wrapper>*,.woocommerce-message,.woocommerce-info,.woocommerce-error{margin:0 0 1rem;padding:1rem 1.15rem;border:1px solid var(--lemio-color-border);border-left:4px solid var(--lemio-color-accent);border-radius:var(--lemio-radius-sm);background:var(--lemio-color-surface);color:var(--lemio-color-text);list-style:none}
.woocommerce-error{border-left-color:#c75959}.woocommerce-message{border-left-color:#4d9b76}
.woocommerce-account :is(.woocommerce-message,.woocommerce-info,.woocommerce-error){position:relative;padding-left:3.25rem}
.woocommerce-account :is(.woocommerce-message,.woocommerce-info,.woocommerce-error)::before{left:1.15rem;top:1rem;margin:0}
.woocommerce-account .wc-block-components-notice-banner{display:flex;gap:.75rem}.woocommerce-account .wc-block-components-notice-banner__content{min-width:0}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{min-height:44px;padding:.65rem 1.15rem;border:1px solid var(--lemio-color-primary);border-radius:var(--lemio-radius-pill);background:var(--lemio-color-primary);color:#fff;font-weight:750}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:var(--lemio-color-primary-hover);color:#fff}
.woocommerce form .form-row label{display:block;margin-bottom:.35rem;font-weight:750}
.woocommerce form .input-text,.woocommerce form select,.woocommerce form textarea,.woocommerce .quantity .qty{min-height:44px;padding:.65rem .75rem;border:1px solid #b9cbc4;border-radius:var(--lemio-radius-sm);background:#fff}
.woocommerce ul.products{display:grid;grid-template-columns:1fr;gap:1.25rem;margin:0;padding:0;list-style:none}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none}
.woocommerce ul.products li.product{width:auto!important;margin:0!important;padding:1rem;border:1px solid var(--lemio-color-border);border-radius:var(--lemio-radius-card);background:#fff;box-shadow:var(--lemio-shadow-card)}
.woocommerce ul.products li.product img{border-radius:12px}.woocommerce ul.products li.product .woocommerce-loop-product__title{color:var(--lemio-color-text);font-size:1.15rem}.woocommerce ul.products li.product .price,.woocommerce div.product p.price{color:var(--lemio-color-primary);font-weight:850}
.woocommerce div.product{display:grid;gap:2rem}.woocommerce div.product div.images,.woocommerce div.product div.summary{width:auto;float:none}.woocommerce div.product div.images img{border-radius:var(--lemio-radius-card)}
.woocommerce table.shop_table{width:100%;border:1px solid var(--lemio-color-border);border-collapse:separate;border-spacing:0;border-radius:var(--lemio-radius-card);background:#fff;overflow:hidden}.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:.85rem;border-bottom:1px solid var(--lemio-color-border);text-align:left}
.woocommerce-cart .cart-collaterals,.woocommerce-checkout #order_review,.woocommerce-account .woocommerce-MyAccount-content{padding:1.25rem;border:1px solid var(--lemio-color-border);border-radius:var(--lemio-radius-card);background:#fff}
.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0}.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:.55rem .85rem;border-radius:var(--lemio-radius-pill);background:var(--lemio-color-accent-soft);text-decoration:none}
@media (min-width:640px){.category-grid{grid-template-columns:repeat(3,1fr)}.listing-grid{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(3,1fr)}.filters{grid-template-columns:repeat(2,1fr)}.field-wide{grid-column:span 2}.cta{flex-direction:row;justify-content:space-between;align-items:center}.footer-grid{grid-template-columns:2fr 1fr 1fr}}
@media (min-width:640px) and (max-width:899px){.detail-main-image,.lemio-listing-hero{height:clamp(360px,62vw,560px)}.detail-main-image img,.lemio-listing-hero__image{width:100%;height:100%;max-height:560px;object-fit:contain}}
@media (min-width:640px){.woocommerce ul.products{grid-template-columns:repeat(2,1fr)}}
@media (min-width:900px){.custom-logo{max-height:54px;max-width:240px}.menu-toggle{display:none}.header-navigation{display:flex;position:static;align-items:center;justify-content:space-between;flex:1;padding:0;border:0;background:transparent}.primary-nav,.header-actions{flex-direction:row;align-items:center}.primary-nav ul{display:flex;gap:1.25rem}.hero{padding:var(--lemio-space-9) 0}.hero-grid{grid-template-columns:1.08fr .92fr}.category-grid{grid-template-columns:repeat(6,1fr)}.listing-grid{grid-template-columns:repeat(4,1fr)}.filters{grid-template-columns:2fr repeat(5,1fr);align-items:end}.field-wide{grid-column:auto}.filter-actions{grid-column:1/-1}.detail-grid{grid-template-columns:minmax(0,1.55fr) minmax(310px,.65fr);align-items:start}.detail-sidebar{position:sticky;top:96px}.detail-main-image,.lemio-listing-hero{height:clamp(420px,52vw,680px);min-height:420px;max-height:680px}.detail-main-image img,.lemio-listing-hero__image{width:100%;height:100%;max-height:680px;object-fit:contain}.gallery-thumbs button,.lemio-listing-gallery__thumb{flex-basis:96px}.woocommerce ul.products{grid-template-columns:repeat(3,1fr)}.woocommerce div.product{grid-template-columns:minmax(0,1fr) minmax(320px,.75fr)}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important}}

/* LEMIO approved brand composition. */
body{background:var(--lemio-color-bg);background-image:radial-gradient(circle at 8% 17%,rgba(52,195,161,.055) 0 2px,transparent 3px),radial-gradient(circle at 92% 64%,rgba(15,61,58,.04) 0 3px,transparent 4px);background-size:54px 54px,76px 76px}
.lemio-ui-icon{width:22px;height:22px;flex:0 0 auto}
.site-header{box-shadow:0 1px 0 rgba(15,61,58,.08);background:rgba(255,255,255,.985)}
.header-inner{min-height:82px}
.brand-text{display:flex;align-items:center;gap:.55rem;color:var(--lemio-color-primary);letter-spacing:0;text-decoration:none}
.lemio-brand-logo{display:block;width:190px;height:auto;max-height:54px;object-fit:contain}.brand-fallback{font-size:1.48rem;font-weight:850;letter-spacing:.09em}.brand-text:has(.lemio-brand-logo:not([hidden])) .brand-fallback{display:none}
.primary-nav a,.profile-link{position:relative;padding:.55rem .25rem;color:var(--lemio-color-text);font-size:.9rem}
.primary-nav a::after{content:"";position:absolute;left:.25rem;right:.25rem;bottom:.15rem;height:2px;border-radius:2px;background:var(--lemio-color-accent);transform:scaleX(0);transition:transform var(--lemio-transition-fast)}
.primary-nav a:hover::after,.primary-nav a[aria-current="page"]::after{transform:scaleX(1)}
.header-actions{gap:.65rem}.header-message-link,.header-account-link{display:inline-flex;align-items:center;gap:.38rem}.header-message-link{padding:.48rem .58rem;border-radius:var(--lemio-radius-sm);background:var(--lemio-color-accent-soft)}
.lemio-unread-badge{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:var(--lemio-radius-pill);background:var(--lemio-color-danger);color:#fff;font-size:.7rem;font-weight:850}
.language-switcher{padding:.2rem;border:1px solid var(--lemio-color-border);border-radius:var(--lemio-radius-pill);background:#fff}.language-switcher a{min-width:31px;text-align:center;border-radius:var(--lemio-radius-pill)}
.hero{position:relative;overflow:hidden;padding:clamp(3.5rem,7vw,7rem) 0;background:linear-gradient(118deg,#f7faf9 0%,#f7faf9 45%,#e6f7f1 100%)}
.hero::before,.hero::after{content:"";position:absolute;border-radius:50%;pointer-events:none}.hero::before{width:260px;height:260px;left:-120px;top:-120px;background:rgba(52,195,161,.12)}.hero::after{width:340px;height:340px;right:-180px;bottom:-210px;border:52px solid rgba(15,61,58,.045)}
.hero-grid{position:relative;z-index:1}.hero-copy{max-width:670px}.hero h1{max-width:760px;font-size:clamp(2.7rem,6vw,5.2rem)}.hero-copy>p{max-width:580px;font-size:clamp(1rem,2vw,1.18rem)}
.hero-art{min-height:0;border:0;background:transparent;box-shadow:none;overflow:visible}.hero-art::after{content:"";position:absolute;right:-3%;top:-2%;width:112px;height:140px;background:url("../decor/leaf.png") center/contain no-repeat;opacity:.6;z-index:-1}.lemio-hero-illustration{display:block;width:100%;height:auto;filter:drop-shadow(0 22px 20px rgba(15,61,58,.13))}
.hero-paw{position:absolute;color:var(--lemio-color-accent);opacity:.28}.hero-paw .lemio-ui-icon{width:48px;height:48px;fill:currentColor;stroke:none}.hero-paw-one{left:-1rem;top:5%;transform:rotate(-20deg)}.hero-paw-two{right:1rem;bottom:10%;transform:rotate(20deg) scale(.7)}
.section{position:relative}.section-heading{margin-bottom:2rem}.section-heading>div{max-width:700px}.section-heading>a{font-weight:750;text-decoration:none;border-bottom:2px solid var(--lemio-color-accent)}
.category-grid{gap:1rem}.category-card{position:relative;flex-direction:column;justify-content:center;min-height:142px;padding:1.25rem .6rem;text-align:center;border-color:transparent;background:transparent;box-shadow:none}.category-card:hover{background:#fff}
.category-icon{width:84px;height:84px;flex-basis:84px;border:7px solid #fff;background:linear-gradient(145deg,#e4f7f0,#c9efe4);box-shadow:0 5px 16px rgba(15,61,58,.1);overflow:hidden}.category-icon .category-asset{width:100%;height:100%;object-fit:contain;border-radius:50%}.category-card:nth-child(2n) .category-icon{background:linear-gradient(145deg,#fff1dc,#f9d8a9)}.category-card:nth-child(3n) .category-icon{background:linear-gradient(145deg,#eef1ff,#d9def7)}
.section-soft{background:linear-gradient(180deg,#edf7f3 0%,#f7faf9 100%)}.listing-grid{gap:1.35rem}.listing-card{border:0;box-shadow:0 5px 18px rgba(15,61,58,.085)}.listing-card:hover{transform:translateY(-5px);box-shadow:0 16px 30px rgba(15,61,58,.14)}.listing-image::after{content:"";position:absolute;inset:auto 0 0;height:24%;background:linear-gradient(transparent,rgba(15,23,42,.12));pointer-events:none}.listing-content{padding:1.15rem 1.2rem 1.25rem}.listing-content h3{font-size:1.13rem}.listing-price{color:var(--lemio-color-primary);font-weight:850}
.trust-section{overflow:hidden}.trust-section::before{content:"";position:absolute;width:290px;height:290px;right:-170px;top:10%;border:45px solid rgba(52,195,161,.075);border-radius:48% 52% 44% 56%}
.trust-grid article{position:relative;min-height:225px;padding:1.65rem;border:0;border-radius:var(--lemio-radius-lg);box-shadow:var(--lemio-shadow-md);overflow:hidden}.trust-grid article:nth-child(2){background:var(--lemio-color-primary);color:#fff}.trust-grid article:nth-child(2) h2{color:#fff}.trust-grid article:nth-child(2) p{color:#d6e8e5}.trust-icon{display:grid!important;place-items:center;width:50px;height:50px;border-radius:50%;background:var(--lemio-color-accent-soft);color:var(--lemio-color-primary)}.trust-icon .lemio-ui-icon{width:25px;height:25px}.trust-number{position:absolute;right:1rem;top:.6rem;font-size:3rem!important;color:rgba(52,195,161,.22)!important}.trust-grid p{color:var(--lemio-color-muted)}
.cta{position:relative;overflow:hidden;padding:clamp(2rem,5vw,4rem);border-radius:28px;background:linear-gradient(118deg,#0f3d3a,#185b54)}.cta::before{content:"";position:absolute;left:48%;bottom:-34px;width:96px;height:96px;background:url("../decor/heart.png") center/contain no-repeat;opacity:.16}.cta::after{content:"";position:absolute;width:230px;height:230px;right:-65px;top:-95px;border:36px solid rgba(52,195,161,.22);border-radius:46%}.cta>*{position:relative;z-index:1}
.page-hero{position:relative;overflow:hidden;padding:clamp(2.8rem,6vw,5.5rem) 0 2.8rem;background:linear-gradient(120deg,#e8f7f2,#f7faf9)}.page-hero::after{content:"";position:absolute;width:310px;height:310px;right:4%;top:-190px;border:45px solid rgba(52,195,161,.12);border-radius:50%}.page-hero h1{margin-bottom:.75rem}.page-hero p{color:var(--lemio-color-muted);font-weight:650}
.filters{position:relative;z-index:2;margin-top:-1rem;padding:1.3rem;border:0;box-shadow:var(--lemio-shadow-lg)}.filters input,.filters select{background:#fbfdfc}.filter-actions{justify-content:flex-end}.filter-actions>a{font-weight:700}
.archive-categories{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.65rem;margin:-1.6rem 0 1.2rem;position:relative;z-index:3}.archive-categories a{display:grid;justify-items:center;gap:.35rem;padding:.75rem .4rem;border:1px solid var(--lemio-color-border);border-radius:12px;background:#fff;color:var(--lemio-color-text);font-size:.78rem;font-weight:750;text-align:center;text-decoration:none;box-shadow:var(--lemio-shadow-sm)}.archive-categories a span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--lemio-color-accent-soft);color:var(--lemio-color-primary);overflow:hidden}.archive-categories .category-asset{width:100%;height:100%;object-fit:cover}.archive-categories a:hover,.archive-categories a.is-active{border-color:var(--lemio-color-accent);background:var(--lemio-color-accent-soft);transform:translateY(-2px)}
.empty-state{min-height:330px;align-content:center;border:0;background:linear-gradient(145deg,#fff,#f0f8f5);box-shadow:var(--lemio-shadow-sm)}.empty-state-illustration{width:min(100%,280px);height:auto;margin:0 auto;object-fit:contain}.empty-icon{width:86px;height:86px;background:#dff5ed;color:var(--lemio-color-primary);font-size:1.6rem}
.pagination a,.pagination span{border:0;background:#fff;box-shadow:var(--lemio-shadow-sm);font-weight:750}.pagination .current{background:var(--lemio-color-primary)}
.back-link{display:inline-flex;align-items:center;padding:.5rem .8rem;border-radius:var(--lemio-radius-pill);background:#fff;text-decoration:none;font-weight:700;box-shadow:var(--lemio-shadow-sm)}
.detail-media{padding:10px;border-radius:18px;background:#fff;box-shadow:var(--lemio-shadow-md)}.detail-main-image,.lemio-listing-hero{border-radius:14px;background:linear-gradient(145deg,#eef5f2,#e2ece8)}.lemio-listing-gallery{padding:.75rem .1rem .1rem}.lemio-listing-gallery__thumb{border-radius:12px}
.detail-description{margin-top:1.5rem;padding:clamp(1.4rem,3vw,2rem);border:0;box-shadow:var(--lemio-shadow-sm)}.detail-sidebar{padding:clamp(1.3rem,2.2vw,1.8rem);border:0;box-shadow:var(--lemio-shadow-lg)}.detail-facts div{display:grid;grid-template-columns:110px 1fr;gap:1rem}.detail-facts dd{text-align:right;font-weight:700}.owner-card,.contact-card{padding:1.15rem;background:#f1f9f6}.owner-card{border-left:3px solid var(--lemio-color-accent)}.contact-card{border:1px solid #d6eee6;background:#fff}.contact-card .button{width:100%}.safety-note{display:grid;grid-template-columns:auto 1fr;column-gap:.75rem}.safety-note::before{content:"✓";grid-row:1/3;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#f2a65a;color:#fff;font-weight:900}

/* Account and Messaging plugin presentation, intentionally theme-owned. */
body .lemio-account-page{--color-background:var(--lemio-color-bg);--color-surface:#fff;--color-border:var(--lemio-color-border);--color-primary:var(--lemio-color-primary);--color-primary-soft:var(--lemio-color-accent-soft);--color-muted:var(--lemio-color-muted);--radius-lg:20px;--radius-sm:10px;--shadow-sm:var(--lemio-shadow-md);padding:clamp(2rem,5vw,4.5rem) 1rem;background:linear-gradient(140deg,#f7faf9,#edf7f3)}
body .lemio-account-layout{grid-template-columns:270px minmax(0,1fr);gap:1.75rem}
body .lemio-account-sidebar{position:sticky;top:105px;padding:1.5rem;border:0;border-top:5px solid var(--lemio-color-accent);border-radius:20px;box-shadow:var(--lemio-shadow-md)}
body .lemio-account-sidebar .lemio-account-avatar{width:104px;height:104px;padding:4px;border:2px solid var(--lemio-color-accent);background:#fff}
body .lemio-account-sidebar nav{gap:.3rem;margin-top:.5rem}body .lemio-account-sidebar nav a{padding:.72rem .85rem;border-radius:10px;font-weight:650}body .lemio-account-sidebar nav a:hover,body .lemio-account-sidebar nav a.is-active{background:var(--lemio-color-accent-soft);color:var(--lemio-color-primary)}
body .lemio-account-content{min-height:560px;padding:clamp(1.4rem,3vw,2.4rem);border:0;border-radius:20px;box-shadow:var(--lemio-shadow-md)}body .lemio-account-content>h1{margin-top:0;font-size:clamp(1.8rem,4vw,2.5rem)}
body .lemio-account-stats>div{border:0;border-radius:14px;background:var(--lemio-color-accent-soft)}body .lemio-account-stats>div:nth-child(2){background:#fff3df}body .lemio-account-listings article,body .lemio-account-list article{border:0;background:#f9fbfa;box-shadow:inset 0 0 0 1px var(--lemio-color-border)}
body .lemio-messaging-app{height:min(690px,72vh);min-height:540px;overflow:hidden;border:0;border-radius:18px;background:#fff;box-shadow:var(--lemio-shadow-md)}
body .lemio-conversation-panel{background:#f7faf9;border-color:var(--lemio-color-border)}body .lemio-conversation-panel>h2{padding:1.2rem 1rem;margin:0;border-bottom:1px solid var(--lemio-color-border)}
body .lemio-conversation-item{margin:.35rem .55rem;padding:.85rem;border:0;border-radius:12px;background:transparent}body .lemio-conversation-item:hover,body .lemio-conversation-item.is-active{background:#e2f5ef}
body .lemio-conversation-item img,body .lemio-chat-header img{border:3px solid #fff;box-shadow:0 0 0 1px var(--lemio-color-border)}
body .lemio-chat-header{min-height:76px;padding:1rem 1.2rem;border-color:var(--lemio-color-border);background:#fff}
body .lemio-message-list{padding:1.2rem;background-color:#f5faf8;background-image:radial-gradient(rgba(52,195,161,.12) 1px,transparent 1px);background-size:22px 22px}
body .lemio-message{max-width:min(76%,520px);padding:.72rem .9rem;border-radius:14px 14px 14px 4px;background:#fff;box-shadow:0 2px 7px rgba(15,61,58,.08)}body .lemio-message.is-own{border-radius:14px 14px 4px 14px;background:#d9f4eb;color:var(--lemio-color-text)}
body .lemio-message-form{gap:.7rem;padding:1rem;border-color:var(--lemio-color-border);background:#fff}body .lemio-message-form textarea{min-height:48px;max-height:130px;border-radius:14px;background:#f7faf9;resize:none}body .lemio-message-form .button{border-radius:12px}
body .lemio-chat-empty{position:relative;display:grid;place-content:center;min-height:100%;padding:190px 3rem 3rem;text-align:center;background-color:#f7fbfa;background-image:url("../illustrations/empty-messages.webp"),linear-gradient(145deg,#fff,#eff8f5);background-repeat:no-repeat;background-position:center calc(50% - 75px),center;background-size:min(260px,70%) auto,cover}
.site-footer{position:relative;overflow:hidden;background-image:url("../decor/footer-pattern.webp"),linear-gradient(135deg,#052f32,#0f3d3a);background-repeat:no-repeat;background-position:right bottom,center;background-size:min(480px,42vw) auto,cover}.site-footer>*{position:relative;z-index:1}

@media (max-width:1099px){
	.header-actions{gap:.35rem}.primary-nav ul{gap:.6rem}.primary-nav a,.profile-link{font-size:.82rem}.header-message-link span,.header-account-link span{display:none}
	.brand-copy small{display:none}
}
@media (max-width:899px){
	.header-inner{min-height:72px}.lemio-brand-logo{width:162px;max-height:46px}
	.header-navigation{top:72px;padding:1.1rem 1rem 1.4rem;box-shadow:var(--lemio-shadow-lg)}.header-navigation.is-open{display:grid;gap:1rem}.primary-nav,.header-actions{align-items:stretch}.lemio-nav{align-items:stretch}.primary-nav a,.profile-link{display:flex;align-items:center;min-height:42px;padding:.55rem .65rem;border-radius:8px}.header-message-link span,.header-account-link span{display:inline}.language-switcher{width:max-content}
	.hero-copy{text-align:center}.hero-copy>p{margin-inline:auto}.button-row{justify-content:center}.hero-art{max-width:620px;margin:auto}
	body .lemio-account-layout{grid-template-columns:1fr}body .lemio-account-sidebar{position:static}body .lemio-account-sidebar nav{display:flex;overflow-x:auto;padding-bottom:.35rem}body .lemio-account-sidebar nav a{white-space:nowrap}
}
@media (max-width:767px){
	.section{padding:3.2rem 0}.hero{padding:3.3rem 0}.hero-grid{gap:2.2rem}.hero h1{font-size:clamp(2.45rem,12vw,3.6rem)}.hero-art{margin-inline:-.5rem}
	.category-grid{grid-template-columns:repeat(3,1fr);gap:.45rem}.category-card{min-height:116px;padding:.65rem .2rem;font-size:.78rem}.category-icon{width:68px;height:68px;flex-basis:68px;border-width:5px}
	.archive-categories{display:flex;overflow-x:auto;margin-top:-1rem;padding:.2rem .05rem .65rem;scroll-snap-type:x mandatory}.archive-categories a{flex:0 0 92px;scroll-snap-align:start}
	.section-heading{align-items:flex-start}.section-heading>a{font-size:.85rem;white-space:nowrap}.listing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.listing-content{padding:.8rem}.listing-content h3{font-size:.95rem}.listing-meta{display:none}.listing-price{font-size:.95rem}.badge{left:.5rem;top:.5rem}
	.trust-grid{grid-template-columns:1fr}.trust-grid article{min-height:0}.cta{text-align:center;align-items:center}.cta .button{width:100%}
	.filters{margin-top:-.5rem;padding:1rem}.detail-media{margin-inline:-.5rem;padding:6px}.detail-sidebar{position:static}.detail-facts div{grid-template-columns:95px 1fr}
	body .lemio-account-page{padding:1.25rem .75rem}body .lemio-account-sidebar{padding:1.05rem}body .lemio-account-content{padding:1.15rem}
	body .lemio-messaging-app{height:68vh;min-height:510px;border-radius:14px}body .lemio-messaging-app:not(.is-chat-open) .lemio-chat-panel{display:none}body .lemio-messaging-app.is-chat-open .lemio-conversation-panel{display:none}body .lemio-messaging-app.is-chat-open .lemio-chat-panel{display:flex}body .lemio-message{max-width:86%}
}
@media (min-width:1440px){
	:root{--lemio-container:1320px}.header-inner{min-height:88px}.hero-grid{grid-template-columns:1fr .92fr;gap:5rem}.hero h1{font-size:5.35rem}.category-icon{width:94px;height:94px;flex-basis:94px}.listing-grid{gap:1.65rem}.detail-grid{grid-template-columns:minmax(0,1.65fr) 390px}
}
@media (min-width:1920px){
	:root{--lemio-container:1480px}.hero{padding:8rem 0}.hero-grid{gap:7rem}.section{padding:5.5rem 0}.listing-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}

/* Homepage reference composition: hero, quick categories, and full footer. */
.home .hero{min-height:370px;padding:2.5rem 0 0;background-color:#f5fbf9;background-image:radial-gradient(circle,rgba(52,195,161,.18) 1.3px,transparent 1.5px),linear-gradient(105deg,#fbfdfc 5%,#f0faf7 70%,#e6f6f1 100%);background-position:calc(50% + 320px) 130px,center;background-size:13px 13px,auto}
.home .hero::before{width:230px;height:150px;left:-75px;top:35px;border-radius:45% 55% 52% 48%;background:linear-gradient(145deg,rgba(52,195,161,.05),rgba(52,195,161,.16))}
.home .hero::after{width:360px;height:260px;right:-100px;bottom:-120px;border:0;border-radius:52% 48% 0 0;background:rgba(52,195,161,.07);transform:rotate(-8deg)}
.home .hero-grid{grid-template-columns:minmax(390px,.84fr) minmax(520px,1.16fr);gap:2.5rem;min-height:330px;align-items:end}
.home .hero-copy{align-self:center;padding:0 0 2rem}.home .hero h1{max-width:560px;margin:.8rem 0 1.25rem;font-size:clamp(2.8rem,4.25vw,4.25rem);line-height:1.04;letter-spacing:-.048em}.home .hero-copy>p{max-width:510px;margin:0;color:#718096;font-size:1rem;line-height:1.75}.home .hero .eyebrow{color:#13715e;font-size:.72rem}
.home .hero .button-row{gap:.75rem;margin-top:1.4rem}.home .hero .button{min-width:176px}
.home .hero-art{align-self:end;display:flex;align-items:flex-end;justify-content:center;height:330px}.home .hero-art::before{content:"";position:absolute;inset:auto 2% 0 0;height:210px;border-radius:48% 52% 0 0;background:linear-gradient(115deg,rgba(52,195,161,.07),rgba(52,195,161,.14));z-index:-1}.home .hero-art::after{right:3%;top:3%;width:82px;height:102px;opacity:.42}.home .lemio-hero-illustration{width:min(100%,580px);height:auto;max-height:330px;object-fit:contain;object-position:center bottom;filter:none}
.home .hero-paw{display:none}
.quick-categories-section{overflow:hidden;padding:1.7rem 0 3rem;background:#fff}.quick-categories-section::before,.quick-categories-section::after{content:"";position:absolute;width:145px;height:145px;background-image:radial-gradient(circle,var(--lemio-color-accent) 1.4px,transparent 1.6px);background-size:13px 13px;opacity:.25}.quick-categories-section::before{left:-20px;top:72px}.quick-categories-section::after{right:-15px;bottom:48px}
.quick-categories-heading{justify-content:center;margin-bottom:1.55rem;text-align:center}.quick-categories-heading h2{margin:.35rem 0 0;font-size:1.75rem}.quick-categories-heading .eyebrow{font-size:.67rem;color:#13715e}
.quick-categories-section .category-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:1.05rem;max-width:1040px;margin:0 auto}
.quick-categories-section .category-card{min-height:172px;padding:1rem .65rem;border:1px solid #eef1f0;border-radius:16px;background:#fff;box-shadow:0 7px 20px rgba(15,61,58,.09)}
.quick-categories-section .category-card:hover{border-color:#cae9df;background:#fff;box-shadow:0 13px 26px rgba(15,61,58,.14);transform:translateY(-4px)}
.quick-categories-section .category-icon{width:78px;height:78px;flex-basis:78px;margin-bottom:.15rem;border:5px solid #fff;box-shadow:0 4px 13px rgba(15,61,58,.15)}.quick-categories-section .category-card strong{font-size:.9rem}.quick-categories-section .category-card small{color:var(--lemio-color-muted);font-size:.72rem;line-height:1.25}
.quick-categories-action{display:flex;justify-content:center;margin-top:1.3rem}.quick-categories-action .button{min-height:42px;padding:.55rem 1.2rem;border-color:#5fae9d;background:#fff;font-size:.8rem}.quick-categories-action .button span{margin-left:.35rem;color:var(--lemio-color-accent);font-size:1.15rem}
.site-footer{isolation:isolate;width:100%;margin-top:58px;padding:2.2rem 0 1rem;overflow:visible;background-color:#073f3c;background-image:radial-gradient(circle,rgba(52,195,161,.2) 1.4px,transparent 1.7px),linear-gradient(112deg,#06413e,#073532);background-position:left bottom,center;background-size:13px 13px,auto;color:#dcebe8}
.site-footer::before{content:"";position:absolute;z-index:-1;left:0;right:0;top:-58px;height:76px;background:#073f3c;clip-path:polygon(0 54%,10% 20%,25% 45%,42% 64%,59% 58%,76% 55%,86% 72%,91% 35%,96% 70%,100% 54%,100% 100%,0 100%)}
.site-footer::after{content:"";position:absolute;z-index:-1;right:0;bottom:0;width:31%;height:72%;border-radius:65% 0 0 0;background:rgba(52,195,161,.065);pointer-events:none}
.footer-wave{display:none}
.footer-main{display:grid;grid-template-columns:minmax(180px,1.15fr) minmax(0,4fr) minmax(230px,1.25fr);gap:2rem;align-items:start}.footer-columns{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.4rem}
.footer-brand{padding-right:1.5rem}.footer-brand>a{display:inline-block}.footer-brand img{width:170px;height:auto;max-height:48px;object-fit:contain;object-position:left center}.footer-brand>p{max-width:270px;margin:1rem 0;color:#d1e0de;font-size:.82rem;line-height:1.65}
.footer-socials{display:flex;gap:.6rem}.footer-socials span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#fff;color:var(--lemio-color-primary);font-size:.85rem;font-weight:850}
.footer-column,.footer-newsletter{min-height:124px;padding-left:1.2rem;border-left:1px solid rgba(255,255,255,.14)}.site-footer h2{margin:0 0 .85rem;color:#fff;font-size:.74rem;font-weight:850;line-height:1.35;letter-spacing:.04em;text-transform:uppercase}.site-footer ul{display:grid;gap:.55rem}.site-footer li{font-size:.76rem;line-height:1.4}.site-footer a{color:#e8f3f1;text-decoration:none}.site-footer a:hover{color:var(--lemio-color-accent)}
.lemio-legal-document{max-width:860px;margin-inline:auto}.lemio-legal-document>h1:first-child{margin-top:0}.lemio-legal-document h2{margin-top:2rem}.lemio-legal-document h3{margin-top:1.5rem}.lemio-legal-document li+li{margin-top:.4rem}.lemio-legal-document code{padding:.12rem .3rem;border-radius:4px;background:var(--lemio-color-accent-soft)}
.footer-newsletter p{max-width:260px;margin:0 0 1rem;color:#d1e0de;font-size:.78rem;line-height:1.55}.footer-newsletter-control{display:grid;grid-template-columns:1fr 46px;max-width:270px}.footer-newsletter-control input{min-width:0;height:43px;min-height:43px;padding:.55rem .8rem;border:0;border-radius:9px 0 0 9px;background:#fff;color:var(--lemio-color-text);font-size:.8rem}.footer-newsletter-control button{display:grid;place-items:center;border:0;border-radius:0 9px 9px 0;background:var(--lemio-color-accent);color:#fff;font-size:1.15rem;cursor:pointer}
.site-footer .footer-bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin-top:1.35rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.16);font-size:.75rem}.footer-bottom>span:last-child{text-align:right}.footer-bottom img{width:30px;height:30px;object-fit:contain;filter:grayscale(1) brightness(0) invert(1)}.footer-bottom b{color:var(--lemio-color-accent);font-size:1rem}

@media (max-width:1023px){
	.home .hero{padding-top:2.5rem}.home .hero-grid{grid-template-columns:.9fr 1.1fr;gap:1rem}.home .hero h1{font-size:clamp(2.55rem,5vw,3.5rem)}.home .hero-art{height:300px}.home .lemio-hero-illustration{max-height:300px}
	.quick-categories-section .category-grid{grid-template-columns:repeat(3,1fr);max-width:700px}.footer-main{grid-template-columns:1fr}.footer-brand{padding-right:0}.footer-columns{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem 1rem}.footer-newsletter{padding:1.4rem 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.14)}.footer-newsletter p{display:inline-block;margin-right:1.5rem;vertical-align:middle}.footer-newsletter-control{display:inline-grid;vertical-align:middle}
}
@media (max-width:767px){
	.home .hero{padding:2.7rem 0 0}.home .hero-grid{display:flex;min-height:0;flex-direction:column;gap:.5rem;align-items:stretch}.home .hero-copy{align-self:auto;padding:0 0 1.5rem;text-align:left}.home .hero h1{font-size:clamp(2.55rem,11.5vw,3.6rem)}.home .hero-copy>p{margin:0}.home .hero .button-row{justify-content:flex-start}.home .hero .button{min-width:0;flex:1}.home .hero-art{width:100%;height:auto;min-height:230px}.home .lemio-hero-illustration{width:min(100%,500px);max-height:none;margin:0 auto}.home .hero-art::before{height:150px}
	.quick-categories-section{padding:2.1rem 0 3rem}.quick-categories-section .category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.quick-categories-section .category-card{min-height:155px;padding:.8rem .4rem}.quick-categories-section .category-icon{width:70px;height:70px;flex-basis:70px}.quick-categories-action .button{width:auto}
	.site-footer{margin-top:48px;padding-top:1.5rem}.site-footer::before{top:-48px;height:62px}.footer-main{grid-template-columns:1fr;gap:1.6rem}.footer-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem 1rem}.footer-brand{padding:0}.footer-column,.footer-newsletter{min-height:0;padding-left:0;border-left:0}.footer-newsletter{padding-top:1.3rem}.footer-newsletter p{display:block;margin:0 0 1rem}.footer-newsletter-control{display:grid;max-width:none;width:100%}.site-footer .footer-bottom{grid-template-columns:1fr auto;margin-top:1.5rem;row-gap:.65rem}.footer-bottom img{justify-self:end}.footer-bottom>span:last-child{grid-column:1/-1;text-align:left}
}
@media (max-width:420px){
	.home .hero .button-row{display:grid;grid-template-columns:1fr 1fr}.home .hero .button{padding-inline:.65rem;font-size:.78rem}.home .hero-art{min-height:205px}
	.footer-columns{grid-template-columns:1fr}
}
@media (min-width:1440px){
	.home .hero{min-height:390px}.home .hero-grid{min-height:350px}.home .hero-art{height:350px}.home .lemio-hero-illustration{max-height:350px}.quick-categories-section .category-grid{max-width:1080px}.footer-main{gap:2.5rem}
}
@media (min-width:1920px){
	.home .hero{min-height:470px;padding-top:3.5rem}.home .hero-grid{min-height:410px}.home .hero-art{height:410px}.home .lemio-hero-illustration{max-height:410px}.quick-categories-section{padding-top:2.2rem}.quick-categories-section .category-grid{max-width:1180px}
}

/* Visual mascot override for the existing LEMIO AI launcher. */
.lemio-ai .lemio-ai__toggle{width:70px;height:70px}
.lemio-ai .lemio-ai__toggle [data-ai-launcher-image]{width:66px;height:66px;object-fit:contain;content:url("../icons/ui/pet-assistant.png")}
@media (max-width:600px){.lemio-ai .lemio-ai__toggle{width:64px;height:64px}.lemio-ai .lemio-ai__toggle [data-ai-launcher-image]{width:60px;height:60px}}
