:root {
    --allma-bg: #02080c;
    --allma-bg-2: #050d12;
    --allma-panel: #071116;
    --allma-panel-2: #0b151b;
    --allma-line: #1b2930;
    --allma-line-soft: rgba(153, 177, 187, .13);
    --allma-text: #f8fafb;
    --allma-muted: #aeb8bd;
    --allma-orange: #ff681e;
    --allma-orange-2: #ff8d25;
    --allma-shadow: 0 18px 45px rgba(0,0,0,.34);
    --allma-radius: 10px;
    --allma-shell: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--allma-bg); }
body.allma-theme {
    margin: 0;
    color: var(--allma-text);
    background:
        radial-gradient(circle at 75% 4%, rgba(255,93,22,.08), transparent 22%),
        linear-gradient(180deg, #02080b, #030a0e 65%, #02070a);
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    overflow-x: hidden;
}
body.admin-bar .allma-site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.allma-shell { width: min(calc(100% - 48px), var(--allma-shell)); margin-inline: auto; }
.allma-site-main { min-height: 55vh; }
.elementor-widget-allma_header > .elementor-widget-container,
.elementor-widget-allma_footer > .elementor-widget-container,
.elementor-widget-allma_hero > .elementor-widget-container,
.elementor-widget-allma_categories > .elementor-widget-container,
.elementor-widget-allma_products > .elementor-widget-container,
.elementor-widget-allma_banner > .elementor-widget-container,
.elementor-widget-allma_values > .elementor-widget-container,
.elementor-widget-allma_testimonials > .elementor-widget-container,
.elementor-widget-allma_stats > .elementor-widget-container,
.elementor-widget-allma_contact > .elementor-widget-container { margin: 0 !important; padding: 0 !important; }
.elementor-section.elementor-section-stretched > .elementor-container { max-width: none !important; }
.allma-front-page .elementor-column-gap-no > .elementor-column > .elementor-element-populated { padding: 0 !important; }

/* Header */
.allma-site-header {
    position: relative;
    z-index: 80;
    min-height: 66px;
    background: rgba(2, 8, 12, .94);
    border-bottom: 1px solid rgba(255,255,255,.035);
    backdrop-filter: blur(16px);
}
.allma-header-inner { min-height: 66px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.allma-logo { display: inline-flex; align-items: baseline; white-space: nowrap; font-family: Manrope, Inter, sans-serif; letter-spacing: -.7px; font-weight: 800; font-size: 24px; }
.allma-logo span { color: #f4f7f9; }
.allma-logo strong { color: var(--allma-orange); font-weight: 800; }
.allma-logo em { color: #818a90; font-style: normal; font-weight: 500; }
.allma-main-nav { justify-self: center; }
.allma-main-nav ul { display: flex; gap: 34px; align-items: center; list-style: none; padding: 0; margin: 0; }
.allma-main-nav li { margin: 0; }
.allma-main-nav a { display: inline-flex; align-items: center; gap: 5px; color: #e9eef0; font-size: 13px; font-weight: 600; transition: .2s ease; }
.allma-main-nav a:hover { color: var(--allma-orange); }
.allma-main-nav li:nth-child(-n+3) > a::after { content: '⌄'; font-size: 10px; color: #9fa9ae; transform: translateY(-1px); }
.allma-header-actions { display: flex; align-items: center; gap: 9px; }
.allma-search-form { width: 232px; height: 42px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--allma-line); background: #071116; border-radius: 7px; padding: 0 12px; transition: .2s ease; }
.allma-search-form:focus-within { border-color: rgba(255,104,30,.58); box-shadow: 0 0 0 3px rgba(255,104,30,.08); }
.allma-search-form input[type="search"] { width: 100%; min-width: 0; color: #dce3e6; border: 0; outline: 0; background: transparent; font-size: 12px; }
.allma-search-form input::placeholder { color: #77838a; }
.allma-search-icon { color: #d9e0e2; font-size: 20px; transform: rotate(-18deg); }
.allma-icon-link { position: relative; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #eff4f5; font-size: 23px; }
.allma-icon-link:hover { background: #0b151a; color: var(--allma-orange); }
.allma-user-icon { width: 15px; height: 15px; border: 1.8px solid currentColor; border-radius: 50%; display: block; position: relative; transform: translateY(-3px); }
.allma-user-icon::after { content: ''; position: absolute; left: -4px; top: 13px; width: 20px; height: 10px; border: 1.8px solid currentColor; border-top-left-radius: 12px; border-top-right-radius: 12px; border-bottom: 0; }
.allma-heart-icon { line-height: 1; font-size: 27px; }
.allma-cart-icon { width: 19px; height: 13px; border: 1.8px solid currentColor; border-top: 0; transform: skew(-7deg); position: relative; }
.allma-cart-icon::before { content: ''; position: absolute; left: -4px; top: -5px; width: 7px; height: 5px; border-top: 1.8px solid currentColor; }
.allma-cart-icon::after { content: '•  •'; position: absolute; top: 7px; left: 0; letter-spacing: 5px; font-size: 13px; }
.allma-cart-count { position: absolute; right: -1px; top: -3px; min-width: 17px; height: 17px; padding: 0 4px; display: grid; place-items: center; border-radius: 999px; background: var(--allma-orange); color: #111; font-size: 10px; font-weight: 800; }
.allma-mobile-toggle { display: none; width: 38px; height: 36px; border: 0; background: transparent; padding: 7px; }
.allma-mobile-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; border-radius: 2px; }

/* Shared heading */
.allma-kicker { display: flex; align-items: center; gap: 10px; color: #e8edef; font-size: 11px; font-weight: 800; letter-spacing: 2.4px; text-transform: uppercase; }
.allma-kicker::before { content: ''; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--allma-orange); box-shadow: 0 0 12px var(--allma-orange), 0 0 26px rgba(255,104,30,.4); }
.allma-section { position: relative; padding: 30px 0 36px; background: #030a0e; }
.allma-section h2, .allma-banner h2, .allma-contact h2, .allma-stats h2 { margin: 4px 0 0; font-family: Manrope, Inter, sans-serif; font-size: clamp(31px, 3vw, 44px); line-height: 1.08; letter-spacing: -1.7px; font-weight: 800; }
.allma-section h2 span, .allma-banner h2 span, .allma-contact h2 span, .allma-stats h2 span { color: var(--allma-orange); }
.allma-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 17px; }
.allma-text-link { color: var(--allma-orange); font-size: 13px; font-weight: 700; white-space: nowrap; padding-bottom: 8px; }
.allma-text-link:hover { color: #ff9c4e; }
.allma-btn { min-height: 43px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 24px; background: linear-gradient(90deg, #ff6b1e, #ff8c25); color: #111; padding: 0 24px; font-weight: 800; font-size: 13px; cursor: pointer; box-shadow: 0 8px 28px rgba(255,104,30,.16); transition: .2s ease; }
.allma-btn:hover { transform: translateY(-1px); box-shadow: 0 10px 34px rgba(255,104,30,.3); color: #080808; }

/* Hero */
.allma-hero { position: relative; overflow: hidden; background: #02080c; border-bottom: 1px solid rgba(255,255,255,.04); }
.allma-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 18% 44%, rgba(7,40,55,.24), transparent 35%), radial-gradient(circle at 69% 55%, rgba(255,89,19,.11), transparent 26%); pointer-events: none; }
.allma-hero-grid { position: relative; min-height: 390px; display: grid; grid-template-columns: 45% 55%; align-items: stretch; }
.allma-hero-copy { position: relative; z-index: 4; padding: 48px 0 35px 4px; align-self: center; }
.allma-hero-copy h1 { max-width: 560px; margin: 10px 0 12px; font-family: Manrope, Inter, sans-serif; font-weight: 800; font-size: clamp(43px, 5vw, 67px); line-height: .98; letter-spacing: -3px; }
.allma-hero-copy h1 span { color: var(--allma-orange); }
.allma-hero-copy > p { max-width: 500px; margin: 0; color: #e0e5e7; font-size: 16px; line-height: 1.45; }
.allma-hero-buttons { display: flex; align-items: center; gap: 20px; margin-top: 25px; }
.allma-play-link { display: inline-flex; align-items: center; gap: 10px; color: #e6ebed; font-size: 13px; font-weight: 600; }
.allma-play { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid #9aa5aa; border-radius: 50%; font-size: 11px; padding-left: 2px; }
.allma-play-link:hover .allma-play { color: var(--allma-orange); border-color: var(--allma-orange); }
.allma-hero-visual { position: relative; min-height: 390px; margin-right: calc((100vw - min(calc(100vw - 48px), var(--allma-shell))) / -2); background-image: linear-gradient(90deg, #02080c 0%, rgba(2,8,12,.4) 20%, rgba(2,8,12,0) 48%), var(--allma-hero-image); background-size: cover; background-position: center 44%; filter: saturate(1.1) contrast(1.02); }
.allma-hero-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,8,12,.15), rgba(2,8,12,.02) 65%, #02080c 100%); }
.allma-feature-bar { position: relative; z-index: 6; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(185,205,214,.11); min-height: 86px; }
.allma-feature-item { display: flex; align-items: center; gap: 14px; padding: 15px 24px 15px 0; position: relative; }
.allma-feature-item:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 18px; bottom: 18px; width: 1px; background: rgba(185,205,214,.13); }
.allma-feature-item:not(:first-child) { padding-left: 24px; }
.allma-feature-icon { width: 49px; height: 49px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #27363d; border-radius: 50%; color: var(--allma-orange); font-size: 24px; }
.allma-feature-item strong { display: block; font-size: 14px; }
.allma-feature-item small { display: block; margin-top: 3px; color: #9eaaaf; font-size: 11px; }

/* Categories */
.allma-categories { padding-top: 25px; }
.allma-category-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 12px; }
.allma-category-card { min-width: 0; border: 1px solid var(--allma-line); border-radius: 8px; overflow: hidden; background: linear-gradient(180deg,#081116,#050c10); box-shadow: 0 10px 30px rgba(0,0,0,.12); transition: .25s ease; }
.allma-category-card:hover { border-color: rgba(255,104,30,.45); transform: translateY(-2px); box-shadow: 0 16px 36px rgba(0,0,0,.25); }
.allma-category-image { aspect-ratio: 1.34/1; overflow: hidden; background: #081117; }
.allma-category-image img { width: 100%; height: 100%; object-fit: cover; transition: .35s ease; }
.allma-category-card:hover img { transform: scale(1.025); }
.allma-category-card strong { display: block; padding: 10px 12px 1px; font-size: 13px; }
.allma-category-card > span { display: block; min-height: 31px; padding: 0 12px 10px; color: #9ba8ae; font-size: 10px; }

/* Products */
.allma-products-section { padding-top: 24px; }
.allma-products-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 15px; }
.allma-product-filters { display: flex; align-items: center; gap: 18px; padding-bottom: 4px; }
.allma-product-filters button { border: 0; background: transparent; color: #a8b2b7; font-size: 11px; cursor: pointer; padding: 7px 10px; border-radius: 6px; }
.allma-product-filters button.is-active { border: 1px solid #f4f6f7; color: #fff; }
.allma-product-filters button:hover { color: var(--allma-orange); }
.allma-product-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 13px; }
.allma-product-card { min-width: 0; border: 1px solid var(--allma-line); border-radius: 8px; background: linear-gradient(180deg,#071116,#050c10); overflow: hidden; transition: .25s ease; box-shadow: 0 10px 30px rgba(0,0,0,.13); }
.allma-product-card:hover { transform: translateY(-3px); border-color: rgba(255,104,30,.42); box-shadow: 0 16px 42px rgba(0,0,0,.3); }
.allma-product-card.is-hidden { display: none; }
.allma-product-image { position: relative; display: block; aspect-ratio: 1.38/1; overflow: hidden; background: #071015; }
.allma-product-image img { width: 100%; height: 100%; object-fit: cover; transition: .35s ease; }
.allma-product-card:hover .allma-product-image img { transform: scale(1.025); }
.allma-wishlist { position: absolute; right: 7px; top: 7px; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: rgba(2,7,10,.55); color: #fff; font-size: 21px; line-height: 1; }
.allma-product-body { padding: 10px 11px 11px; }
.allma-product-title { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 600; font-size: 12px; color: #f3f6f7; }
.allma-product-body small { display: block; height: 17px; overflow: hidden; margin-top: 1px; color: #9ca8ad; font-size: 9px; white-space: nowrap; text-overflow: ellipsis; }
.allma-product-price-row { display: flex; justify-content: space-between; align-items: end; gap: 10px; margin-top: 9px; }
.allma-product-price-row strong { font-size: 15px; font-weight: 600; color: #f9fbfc; }
.allma-product-price-row del { color: #6e797e; font-size: 10px; }
.allma-product-price-row ins { text-decoration: none; }
.allma-mini-cart { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #24343b; border-radius: 50%; background: #0c161b; font-size: 13px; }
.allma-mini-cart:hover { border-color: var(--allma-orange); }

/* Banner */
.allma-banner { position: relative; min-height: 190px; overflow: hidden; display: flex; align-items: center; background: #060c10; border-top: 1px solid #152127; border-bottom: 1px solid #17252c; }
.allma-banner::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(90deg, #061016 0%, #061016 31%, rgba(6,16,22,.78) 42%, rgba(3,8,12,.02) 75%), var(--allma-banner-image); background-size: cover; background-position: right center; }
.allma-banner::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,7,10,.4), transparent 45%); }
.allma-banner .allma-shell { position: relative; z-index: 2; }
.allma-banner-copy { max-width: 590px; padding: 22px 0 24px; }
.allma-banner h2 { font-size: clamp(31px,3.1vw,45px); }
.allma-banner p { margin: 5px 0 13px; color: #e1e6e8; font-size: 13px; }
.allma-banner .allma-btn { min-height: 38px; font-size: 11px; }

/* Values */
.allma-values { padding-top: 23px; padding-bottom: 23px; background: radial-gradient(circle at 88% 65%, rgba(255,92,19,.08), transparent 22%), #030a0e; }
.allma-values-head { align-items: start; margin-bottom: 13px; }
.allma-values-head blockquote { position: relative; width: 245px; margin: -6px 12px 0 0; padding: 0 10px 0 20px; color: #e9edef; font-family: cursive; font-size: 14px; line-height: 1.4; transform: rotate(-3deg); }
.allma-values-head blockquote::after { content: ''; display: block; width: 105px; height: 2px; margin-top: 12px; background: var(--allma-orange); }
.allma-values-head blockquote b { display: block; margin-top: 7px; color: #fff; font-family: Inter, sans-serif; font-size: 10px; transform: rotate(3deg); }
.allma-values-head blockquote b span { color: var(--allma-orange); }
.allma-values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; max-width: 970px; }
.allma-values-grid article { min-height: 112px; display: grid; grid-template-columns: 50px 1fr; gap: 12px; border: 1px solid #233039; border-radius: 8px; background: linear-gradient(135deg, rgba(9,19,24,.95), rgba(5,12,16,.9)); padding: 13px; }
.allma-value-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid #3b3c30; border-radius: 50%; color: var(--allma-orange); font-size: 22px; }
.allma-values-grid h3 { margin: 1px 0 6px; font-size: 13px; }
.allma-values-grid p { margin: 0; color: #aab5ba; font-size: 9px; line-height: 1.4; }

/* Testimonials */
.allma-testimonials { padding-top: 15px; padding-bottom: 19px; background-image: linear-gradient(180deg,rgba(3,10,14,.9),rgba(3,10,14,.76)), url('../images/reviews-bg.jpg'); background-size: cover; background-position: center; }
.allma-testimonials h2 { margin-top: 2px; margin-bottom: 12px; font-size: clamp(28px,2.8vw,40px); }
.allma-testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr) 220px; gap: 10px; }
.allma-testimonial, .allma-rating-card { border: 1px solid #26353d; border-radius: 8px; background: linear-gradient(160deg,rgba(11,23,29,.93),rgba(7,15,20,.94)); box-shadow: 0 12px 32px rgba(0,0,0,.22); }
.allma-testimonial { min-height: 128px; padding: 12px; }
.allma-person { display: grid; grid-template-columns: 39px 1fr auto; gap: 10px; align-items: center; }
.allma-person > b { align-self: start; color: #b6c3c9; font-size: 28px; line-height: 1; }
.allma-avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(140deg,#f3f4f5,#777f84); color: #12171a; font-weight: 800; font-size: 10px; border: 2px solid #f1f2f3; }
.allma-person strong { display: block; font-size: 11px; }
.allma-person small { display: block; color: #98a5ab; font-size: 8px; }
.allma-stars { color: #ff9b1f; letter-spacing: 1px; font-size: 10px; }
.allma-testimonial p { margin: 8px 0 0; color: #c8d0d3; font-size: 9px; line-height: 1.45; }
.allma-rating-card { display: flex; flex-direction: column; justify-content: center; align-items: start; padding: 15px 17px; }
.allma-rating-card > strong { font-size: 29px; line-height: 1; }
.allma-rating-card > .allma-stars { margin-top: 4px; font-size: 12px; }
.allma-rating-card > small { margin-top: 6px; color: #a7b2b7; font-size: 9px; }
.allma-rating-logos { display: flex; gap: 10px; margin-top: 13px; font-size: 10px; }
.allma-rating-logos b:first-child { color: #44a2ff; }
.allma-rating-logos b:last-child { color: #55d8a6; }

/* Stats */
.allma-stats { position: relative; border-top: 1px solid rgba(255,255,255,.04); border-bottom: 1px solid #17252c; background: linear-gradient(90deg,#07151b,#041016 48%,#071117); }
.allma-stats::before { content:''; position:absolute; inset:0; background: radial-gradient(circle at 46% 0%,rgba(49,145,182,.18),transparent 32%),radial-gradient(circle at 90% 40%,rgba(255,95,19,.08),transparent 20%); }
.allma-stats-grid { position: relative; min-height: 104px; display: grid; grid-template-columns: 1.55fr repeat(4,.75fr); align-items: center; gap: 8px; }
.allma-stats-title h2 { font-size: clamp(27px,2.5vw,38px); }
.allma-stat { display: flex; align-items: center; gap: 12px; }
.allma-stat > span { color: var(--allma-orange); font-size: 26px; }
.allma-stat strong { display: block; font-size: 21px; line-height: 1; }
.allma-stat small { display: block; margin-top: 5px; color: #a3afb4; font-size: 8px; }

/* Contact */
.allma-contact { position: relative; overflow: hidden; background: radial-gradient(circle at 84% 40%, rgba(255,88,17,.12), transparent 22%), #030a0e; border-bottom: 1px solid #152129; }
.allma-contact-grid { min-height: 236px; display: grid; grid-template-columns: 34% 39% 27%; align-items: center; }
.allma-contact-copy { padding: 20px 32px 20px 0; }
.allma-contact h2 { margin-top: 5px; font-size: clamp(31px,3.2vw,45px); }
.allma-contact-copy > p { margin: 10px 0 13px; color: #cbd3d7; font-size: 11px; max-width: 420px; }
.allma-contact-badges { display: flex; flex-wrap: wrap; gap: 13px; font-size: 9px; font-weight: 600; }
.allma-contact-badges span { color: #e6ebed; }
.allma-contact-badges span::first-letter { color: var(--allma-orange); }
.allma-contact-form-wrap { padding: 18px; border-left: 1px solid rgba(255,255,255,.04); border-right: 1px solid rgba(255,255,255,.04); }
.allma-contact-form { display: grid; gap: 8px; }
.allma-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.allma-contact-form input:not([type="checkbox"]), .allma-contact-form select, .allma-contact-form textarea { width: 100%; border: 1px solid #1a2a32; outline: 0; border-radius: 5px; background: #0a151b; color: #e9edef; padding: 9px 11px; font-size: 9px; }
.allma-contact-form input:not([type="checkbox"]), .allma-contact-form select { height: 35px; }
.allma-contact-form textarea { resize: vertical; min-height: 54px; }
.allma-contact-form input:focus, .allma-contact-form select:focus, .allma-contact-form textarea:focus { border-color: rgba(255,104,30,.5); }
.allma-contact-form ::placeholder { color: #7f8c92; }
.allma-consent { display: flex; align-items: center; gap: 7px; color: #9eaaaf; font-size: 8px; }
.allma-consent input { accent-color: var(--allma-orange); }
.allma-contact-form .allma-btn { width: 100%; min-height: 35px; border-radius: 5px; font-size: 10px; }
.allma-form-message { margin-bottom: 8px; padding: 8px 10px; border-radius: 5px; font-size: 10px; }
.allma-form-message.is-success { background: rgba(53,181,119,.13); border: 1px solid rgba(53,181,119,.35); color: #a8ecc9; }
.allma-form-message.is-error { background: rgba(225,73,73,.12); border: 1px solid rgba(225,73,73,.34); color: #ffb4b4; }
.allma-contact-visual { position: relative; align-self: stretch; background-image: linear-gradient(90deg,#030a0e 0%,rgba(3,10,14,.18) 28%), var(--allma-contact-image); background-size: cover; background-position: center; }
.allma-contact-visual span { position: absolute; right: 10px; bottom: 18px; color: var(--allma-orange); font-family: cursive; font-size: 14px; transform: rotate(-5deg); }

/* Footer */
.allma-site-footer { background: #02080c; }
.allma-footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr .7fr 1.25fr 1.2fr; gap: 25px; padding-top: 24px; padding-bottom: 22px; }
.allma-footer-grid > div { min-width: 0; }
.allma-footer-grid h4 { margin: 0 0 6px; color: #f1f4f5; font-size: 9px; }
.allma-footer-grid a, .allma-footer-grid span { display: block; margin: 3px 0; color: #a8b3b8; font-size: 8px; }
.allma-footer-grid a:hover { color: var(--allma-orange); }
.allma-footer-brand .allma-logo { font-size: 21px; }
.allma-footer-brand p { margin: 5px 0 0; color: #8f9ba0; font-size: 9px; }
.allma-footer-slogan { align-self: center; color: var(--allma-orange); font-family: cursive; font-size: 18px !important; line-height: 1.25; transform: rotate(-7deg); text-align: center; }
.allma-footer-bottom { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #142027; color: #7f8a8f; font-size: 8px; }
.allma-footer-bottom > span:last-child { display: flex; gap: 32px; }
.allma-footer-bottom a:hover { color: var(--allma-orange); }

/* Generic content / WooCommerce */
.allma-content-wrap, .allma-woocommerce-wrap { padding-top: 55px; padding-bottom: 70px; }
.allma-article { max-width: 850px; }
.allma-article h1, .allma-woocommerce-wrap h1 { font-family: Manrope, sans-serif; font-size: 46px; }
.allma-article p { color: #c0c9cd; }
.allma-404 { padding: 100px 0 130px; text-align: center; }
.allma-404 .allma-kicker { justify-content: center; }
.allma-404 h1 { margin: 15px 0 8px; font-size: 52px; }
.allma-404 p { color: #aab5ba; margin-bottom: 25px; }
.woocommerce .woocommerce-breadcrumb { color: #7f8c92; }
.woocommerce .woocommerce-breadcrumb a { color: #bbc4c8; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; float: none !important; padding: 12px; border: 1px solid var(--allma-line); border-radius: 10px; background: #071116; }
.woocommerce ul.products li.product a img { border-radius: 7px; margin-bottom: 12px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: #f4f6f7; font-size: 14px; }
.woocommerce ul.products li.product .price { color: #fff; font-weight: 700; }
.woocommerce ul.products li.product .button, .woocommerce button.button, .woocommerce a.button, .woocommerce input.button, .woocommerce #respond input#submit { background: var(--allma-orange); color: #111; border-radius: 5px; font-weight: 800; }
.woocommerce div.product .product_title, .woocommerce div.product p.price, .woocommerce div.product span.price { color: #fff; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--allma-orange); }
.woocommerce div.product div.images img { border-radius: 10px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { background: #0a151b; border-color: #223038; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: #101c22; color: #fff; }
.woocommerce-message, .woocommerce-info { background: #0b171c; color: #e4eaec; border-top-color: var(--allma-orange); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--allma-orange); }
.woocommerce table.shop_table, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { border-color: #223038; }
.woocommerce table.shop_table td, .woocommerce table.shop_table th { border-color: #1b292f; }
.woocommerce input.input-text, .woocommerce textarea, .woocommerce select { background: #0a151b; color: #fff; border: 1px solid #26353d; padding: 10px; }
.select2-container--default .select2-selection--single { background: #0a151b; border-color: #26353d; color: #fff; }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: #fff; }

/* Elementor editor quality of life */
.elementor-editor-active .allma-site-header { position: relative; }
.elementor-editor-active .allma-category-card,
.elementor-editor-active .allma-product-card { cursor: default; }

/* Responsive */
@media (max-width: 1120px) {
    .allma-shell { width: min(calc(100% - 36px), var(--allma-shell)); }
    .allma-header-inner { gap: 14px; }
    .allma-main-nav ul { gap: 17px; }
    .allma-search-form { width: 190px; }
    .allma-category-grid { grid-template-columns: repeat(3,1fr); }
    .allma-product-grid { grid-template-columns: repeat(3,1fr); }
    .allma-product-filters { gap: 7px; flex-wrap: wrap; justify-content: flex-end; }
    .allma-values-grid { max-width: none; }
    .allma-testimonial-grid { grid-template-columns: repeat(2,1fr); }
    .allma-rating-card { min-height: 130px; }
    .allma-stats-grid { grid-template-columns: 1.3fr repeat(2,1fr); padding: 17px 0; }
    .allma-stats-title { grid-row: span 2; }
    .allma-contact-grid { grid-template-columns: 34% 43% 23%; }
    .allma-footer-grid { grid-template-columns: 1.4fr repeat(4,1fr); }
    .allma-footer-slogan { grid-column: 1/-1; text-align: right; width: 230px; justify-self: end; }
}

@media (max-width: 860px) {
    body.admin-bar .allma-site-header { top: 46px; }
    .allma-site-header { position: sticky; top: 0; }
    .allma-header-inner { min-height: 62px; grid-template-columns: auto auto; justify-content: space-between; }
    .allma-mobile-toggle { display: block; order: 3; }
    .allma-main-nav { position: absolute; left: 0; top: 62px; width: 100%; display: none; background: #050d12; border-bottom: 1px solid #1c2a31; padding: 12px 18px 18px; }
    .allma-site-header.is-open .allma-main-nav { display: block; }
    .allma-main-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
    .allma-main-nav a { display: flex; padding: 11px 5px; border-bottom: 1px solid rgba(255,255,255,.04); }
    .allma-header-actions { grid-column: 1/-1; display: none; padding-bottom: 12px; }
    .allma-site-header.is-open .allma-header-actions { display: flex; }
    .allma-search-form { flex: 1; width: auto; }
    .allma-hero-grid { grid-template-columns: 1fr; min-height: 0; }
    .allma-hero-copy { padding: 50px 0 30px; }
    .allma-hero-visual { min-height: 360px; margin: 0 calc((100vw - min(calc(100vw - 36px), var(--allma-shell))) / -2); background-position: center; }
    .allma-feature-bar { grid-template-columns: repeat(2,1fr); }
    .allma-feature-item:nth-child(2)::after { display: none; }
    .allma-category-grid { grid-template-columns: repeat(2,1fr); }
    .allma-products-heading { align-items: flex-start; flex-direction: column; }
    .allma-product-filters { justify-content: flex-start; }
    .allma-product-grid { grid-template-columns: repeat(2,1fr); }
    .allma-values-head blockquote { display: none; }
    .allma-values-grid { grid-template-columns: repeat(2,1fr); }
    .allma-testimonial-grid { grid-template-columns: 1fr 1fr; }
    .allma-contact-grid { grid-template-columns: 1fr 1fr; }
    .allma-contact-copy { padding-right: 24px; }
    .allma-contact-visual { grid-column: 1/-1; min-height: 220px; }
    .allma-footer-grid { grid-template-columns: repeat(3,1fr); }
    .allma-footer-brand { grid-column: span 3; }
    .woocommerce ul.products { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 560px) {
    .allma-shell { width: min(calc(100% - 28px), var(--allma-shell)); }
    .allma-logo { font-size: 21px; }
    .allma-hero-copy { padding-top: 38px; }
    .allma-hero-copy h1 { font-size: 44px; letter-spacing: -2.2px; }
    .allma-hero-copy > p { font-size: 14px; }
    .allma-hero-buttons { align-items: flex-start; flex-direction: column; }
    .allma-hero-visual { min-height: 270px; margin-left: -14px; margin-right: -14px; }
    .allma-feature-bar { grid-template-columns: 1fr; }
    .allma-feature-item { padding-left: 0 !important; }
    .allma-feature-item:not(:last-child)::after { left: 0; right: 0; top: auto; bottom: 0; width: auto; height: 1px; }
    .allma-section { padding: 27px 0 30px; }
    .allma-section h2, .allma-banner h2, .allma-contact h2 { font-size: 32px; }
    .allma-section-head { align-items: flex-start; flex-direction: column; gap: 8px; }
    .allma-category-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
    .allma-category-card strong { font-size: 11px; }
    .allma-product-grid { grid-template-columns: 1fr; }
    .allma-product-filters { gap: 3px; }
    .allma-banner { min-height: 260px; align-items: flex-end; }
    .allma-banner::before { background-image: linear-gradient(0deg,#061016 0%,rgba(6,16,22,.86) 54%,rgba(3,8,12,.08) 100%), var(--allma-banner-image); background-position: 68% center; }
    .allma-banner-copy { padding-top: 70px; }
    .allma-values-grid { grid-template-columns: 1fr; }
    .allma-testimonial-grid { grid-template-columns: 1fr; }
    .allma-stats-grid { grid-template-columns: 1fr 1fr; }
    .allma-stats-title { grid-column: 1/-1; grid-row: auto; }
    .allma-stat { padding: 8px 0; }
    .allma-contact-grid { grid-template-columns: 1fr; }
    .allma-contact-copy { padding: 30px 0 14px; }
    .allma-contact-form-wrap { padding: 15px 0 25px; border: 0; }
    .allma-form-row { grid-template-columns: 1fr; }
    .allma-contact-visual { min-height: 220px; margin: 0 -14px; }
    .allma-footer-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
    .allma-footer-brand { grid-column: 1/-1; }
    .allma-footer-slogan { grid-column: 1/-1; }
    .allma-footer-bottom { align-items: flex-start; flex-direction: column; padding: 14px 0 18px; }
    .allma-footer-bottom > span:last-child { gap: 12px; flex-wrap: wrap; }
    .woocommerce ul.products { grid-template-columns: 1fr; }
}

/* ================================================================
   Reference lock — desktop composition matched to the supplied artboard.
   The artboard is 948px wide; desktop rules scale smoothly up to 1440px.
   ================================================================ */
@media (min-width: 861px) {
    :root {
        --allma-shell-reference: min(87.34vw, 1256px);
    }

    .allma-shell { width: var(--allma-shell-reference); }

    /* Header sits on top of the hero in the reference. */
    .allma-front-page .allma-site-header {
        position: absolute;
        inset: 0 0 auto 0;
        z-index: 90;
        min-height: clamp(44px, 4.64vw, 67px);
        background: linear-gradient(180deg, rgba(2,8,12,.82), rgba(2,8,12,.26) 72%, rgba(2,8,12,0));
        border-bottom: 0;
        backdrop-filter: none;
    }
    .allma-front-page .allma-header-inner { min-height: clamp(44px, 4.64vw, 67px); }
    .allma-header-inner { grid-template-columns: auto 1fr auto; gap: clamp(13px, 1.8vw, 28px); }
    .allma-logo { font-size: clamp(20px, 1.8vw, 26px); letter-spacing: -.75px; }
    .allma-main-nav ul { gap: clamp(18px, 2vw, 30px); }
    .allma-main-nav a { gap: 4px; font-size: clamp(9px, .82vw, 12px); font-weight: 600; }
    .allma-main-nav li:nth-child(-n+3) > a::after { font-size: 8px; transform: translateY(-1px); }
    .allma-header-actions { gap: clamp(5px, .72vw, 10px); }
    .allma-search-form {
        width: clamp(148px, 15.9vw, 229px);
        height: clamp(31px, 2.92vw, 42px);
        gap: 7px;
        border-color: rgba(131,151,160,.22);
        background: rgba(7,17,22,.80);
        border-radius: 6px;
        padding-inline: 10px;
    }
    .allma-search-form input[type="search"] { font-size: clamp(8.5px, .72vw, 10.5px); }
    .allma-search-icon { font-size: clamp(15px, 1.35vw, 19px); }
    .allma-icon-link { width: clamp(25px, 2.36vw, 34px); height: clamp(25px, 2.36vw, 34px); font-size: clamp(18px, 1.8vw, 25px); }
    .allma-user-icon { transform: scale(.84) translateY(-3px); }
    .allma-heart-icon { font-size: clamp(21px, 2vw, 28px); }
    .allma-cart-icon { transform: skew(-7deg) scale(.88); }
    .allma-cart-count { right: -1px; top: -4px; min-width: 14px; height: 14px; font-size: 8px; }

    /* Shared typography / spacing. */
    .allma-kicker {
        gap: 8px;
        font-size: clamp(8.3px, .72vw, 10.3px);
        letter-spacing: clamp(1.55px, .17vw, 2.4px);
    }
    .allma-kicker::before { width: 5px; height: 5px; box-shadow: 0 0 9px var(--allma-orange), 0 0 20px rgba(255,104,30,.34); }
    .allma-section { padding: clamp(14px, 1.62vw, 24px) 0 clamp(13px, 1.7vw, 25px); }
    .allma-section h2,
    .allma-banner h2,
    .allma-contact h2,
    .allma-stats h2 {
        margin-top: 3px;
        font-size: clamp(27px, 2.78vw, 40px);
        line-height: 1.04;
        letter-spacing: clamp(-1.75px, -.13vw, -1px);
    }
    .allma-section-head { margin-bottom: clamp(9px, 1vw, 15px); }
    .allma-text-link { padding-bottom: 6px; font-size: clamp(9px, .82vw, 12px); }
    .allma-btn {
        min-height: clamp(29px, 2.98vw, 43px);
        gap: 9px;
        padding: 0 clamp(17px, 1.7vw, 24px);
        border-radius: 999px;
        font-size: clamp(9px, .86vw, 12.5px);
        box-shadow: 0 6px 22px rgba(255,104,30,.15);
    }

    /* Hero. */
    .allma-hero { border-bottom-color: rgba(122,151,164,.12); }
    .allma-hero-grid { min-height: clamp(294px, 27.05vw, 390px); grid-template-columns: 46.2% 53.8%; }
    .allma-hero-copy { padding: clamp(66px, 6.3vw, 91px) 0 clamp(18px, 2vw, 29px) 3px; }
    .allma-hero-copy h1 {
        max-width: 520px;
        margin: 7px 0 9px;
        font-size: clamp(38px, 3.85vw, 55px);
        line-height: .96;
        letter-spacing: clamp(-2.25px, -.18vw, -1.6px);
    }
    .allma-hero-copy > p { max-width: 390px; font-size: clamp(10.5px, 1.02vw, 14.5px); line-height: 1.42; }
    .allma-hero-buttons { gap: clamp(15px, 1.4vw, 20px); margin-top: clamp(14px, 1.55vw, 22px); }
    .allma-play-link { gap: 8px; font-size: clamp(8.5px, .82vw, 12px); }
    .allma-play { width: clamp(29px, 2.7vw, 39px); height: clamp(29px, 2.7vw, 39px); font-size: 9px; border-color: rgba(218,226,229,.72); }
    .allma-hero-visual {
        min-height: clamp(294px, 27.05vw, 390px);
        margin-right: calc((100vw - var(--allma-shell-reference)) / -2);
        background-image: linear-gradient(90deg, #02080c 0%, rgba(2,8,12,.72) 14%, rgba(2,8,12,.14) 39%, rgba(2,8,12,0) 58%), var(--allma-hero-image);
        background-position: center 46%;
        filter: saturate(1.08) contrast(1.025);
    }
    .allma-feature-bar { min-height: clamp(56px, 5.95vw, 86px); }
    .allma-feature-item { gap: clamp(9px, .95vw, 14px); padding: 9px clamp(15px, 1.65vw, 24px) 9px 0; }
    .allma-feature-item:not(:first-child) { padding-left: clamp(15px, 1.65vw, 24px); }
    .allma-feature-item:not(:last-child)::after { top: 11px; bottom: 11px; }
    .allma-feature-icon { width: clamp(38px, 3.45vw, 49px); height: clamp(38px, 3.45vw, 49px); font-size: clamp(19px, 1.7vw, 24px); }
    .allma-feature-item strong { font-size: clamp(9.5px, .9vw, 13px); }
    .allma-feature-item small { margin-top: 1px; font-size: clamp(7.3px, .67vw, 9.7px); }

    /* Categories. */
    .allma-categories { padding-top: clamp(14px, 1.6vw, 23px); }
    .allma-category-grid { grid-template-columns: repeat(6, minmax(0,1fr)); gap: clamp(8px, .93vw, 13px); }
    .allma-category-card { border-radius: 6px; }
    .allma-category-image { aspect-ratio: 1.34 / 1; }
    .allma-category-card strong { padding: 8px 10px 0; font-size: clamp(9.2px, .83vw, 12px); }
    .allma-category-card > span { min-height: 29px; padding: 1px 10px 8px; font-size: clamp(7.1px, .66vw, 9.5px); }

    /* Products. */
    .allma-products-section { padding-top: clamp(13px, 1.5vw, 22px); padding-bottom: clamp(12px, 1.35vw, 20px); }
    .allma-products-heading { gap: 18px; margin-bottom: clamp(8px, .96vw, 14px); }
    .allma-product-filters { gap: clamp(7px, .9vw, 13px); padding-bottom: 1px; }
    .allma-product-filters button { padding: 5px 8px; border-radius: 5px; font-size: clamp(7.3px, .7vw, 10px); }
    .allma-product-grid { grid-template-columns: repeat(5,minmax(0,1fr)); gap: clamp(8px, .94vw, 13px); }
    .allma-product-card { border-radius: 7px; }
    .allma-product-image { aspect-ratio: 1.34 / 1; }
    .allma-wishlist { right: 6px; top: 6px; width: 21px; height: 21px; font-size: 18px; }
    .allma-product-body { min-height: clamp(73px, 7.4vw, 106px); padding: 8px 9px 9px; }
    .allma-product-title { font-size: clamp(8.8px, .82vw, 11.8px); }
    .allma-product-body small { height: 16px; margin-top: 1px; font-size: clamp(7.2px, .67vw, 9.6px); }
    .allma-product-price-row { margin-top: clamp(7px, .72vw, 10px); }
    .allma-product-price-row strong { font-size: clamp(11.5px, 1.05vw, 15px); }
    .allma-mini-cart { width: clamp(25px, 2.1vw, 30px); height: clamp(25px, 2.1vw, 30px); font-size: 12px; }

    /* Mid-page banner. */
    .allma-banner { min-height: clamp(136px, 14.35vw, 190px); }
    .allma-banner::before {
        background-image: linear-gradient(90deg, #061016 0%, #061016 25%, rgba(6,16,22,.80) 36%, rgba(3,8,12,.06) 64%), var(--allma-banner-image);
        background-position: center center;
    }
    .allma-banner-copy { max-width: 480px; padding: 16px 0 18px; }
    .allma-banner h2 { font-size: clamp(26px, 2.75vw, 39px); }
    .allma-banner p { margin: 4px 0 10px; font-size: clamp(8.7px, .84vw, 12px); }
    .allma-banner .allma-btn { min-height: clamp(29px, 2.65vw, 38px); font-size: clamp(8px, .72vw, 10.5px); }

    /* Values. */
    .allma-values { padding-top: clamp(9px, 1.08vw, 16px); padding-bottom: clamp(10px, 1.15vw, 17px); }
    .allma-values-head { margin-bottom: clamp(6px, .75vw, 11px); }
    .allma-values-head blockquote {
        width: clamp(154px, 15.7vw, 226px);
        margin: -4px 6px 0 0;
        padding-left: 13px;
        font-size: clamp(10px, .9vw, 13px);
        line-height: 1.34;
    }
    .allma-values-head blockquote::after { width: clamp(78px, 8vw, 115px); margin-top: 8px; }
    .allma-values-head blockquote b { margin-top: 5px; font-size: clamp(7px, .62vw, 9px); }
    .allma-values-grid { width: 81.2%; max-width: none; grid-template-columns: repeat(4,1fr); gap: clamp(6px, .72vw, 10px); }
    .allma-values-grid article {
        min-height: clamp(74px, 7.8vw, 112px);
        grid-template-columns: clamp(35px, 3.35vw, 48px) 1fr;
        gap: clamp(7px, .72vw, 10px);
        border-radius: 7px;
        padding: clamp(7px, .76vw, 11px);
    }
    .allma-value-icon { width: clamp(35px, 3.2vw, 46px); height: clamp(35px, 3.2vw, 46px); font-size: clamp(18px, 1.55vw, 22px); }
    .allma-values-grid h3 { margin: 0 0 4px; font-size: clamp(8.2px, .75vw, 10.8px); }
    .allma-values-grid p { font-size: clamp(6.1px, .55vw, 8px); line-height: 1.35; }

    /* The supplied high-resolution reviews image is an exact 2x crop of the
       reference. Use it for the testimonial + metrics band on desktop to keep
       avatars, logos, stars, landscape and micro-spacing pixel-identical. */
    .allma-testimonials {
        height: 16.0338vw;
        min-height: 0;
        max-height: 231px;
        padding: 0;
        background-image: url('../images/reviews-bg.jpg');
        background-size: 100% auto;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .allma-testimonials > .allma-shell { opacity: 0; visibility: hidden; height: 100%; overflow: hidden; }
    .allma-stats {
        height: 7.173vw;
        min-height: 0;
        max-height: 103px;
        border: 0;
        background-image: url('../images/reviews-bg.jpg');
        background-size: 100% auto;
        background-position: center calc(-16.0338vw);
        background-repeat: no-repeat;
    }
    .allma-stats::before { display: none; }
    .allma-stats > .allma-shell { opacity: 0; visibility: hidden; height: 100%; overflow: hidden; }

    /* Contact. */
    .allma-contact-grid { min-height: clamp(153px, 16.2vw, 233px); grid-template-columns: 34.8% 37.4% 27.8%; }
    .allma-contact-copy { padding: 12px clamp(18px, 2vw, 29px) 12px 0; }
    .allma-contact h2 { margin-top: 4px; font-size: clamp(25.5px, 2.66vw, 38px); line-height: .95; }
    .allma-contact-copy > p { margin: 7px 0 9px; max-width: 320px; font-size: clamp(7.8px, .72vw, 10.4px); line-height: 1.45; }
    .allma-contact-badges { gap: clamp(7px, .8vw, 11px); font-size: clamp(6.3px, .58vw, 8.3px); }
    .allma-contact-form-wrap { padding: clamp(10px, 1.1vw, 16px); }
    .allma-contact-form { gap: 5px; }
    .allma-form-row { gap: 6px; }
    .allma-contact-form input:not([type="checkbox"]),
    .allma-contact-form select,
    .allma-contact-form textarea { border-radius: 4px; padding: 6px 8px; font-size: clamp(6.4px, .58vw, 8.4px); }
    .allma-contact-form input:not([type="checkbox"]), .allma-contact-form select { height: clamp(22px, 2.3vw, 33px); }
    .allma-contact-form textarea { min-height: clamp(29px, 3.1vw, 45px); }
    .allma-consent { gap: 5px; font-size: clamp(5.6px, .5vw, 7.2px); }
    .allma-contact-form .allma-btn { min-height: clamp(22px, 2.2vw, 32px); font-size: clamp(6.7px, .59vw, 8.5px); }
    .allma-contact-visual {
        margin-right: calc((100vw - var(--allma-shell-reference)) / -2);
        background-position: center center;
    }
    .allma-contact-visual span { right: clamp(18px, 2.4vw, 35px); bottom: clamp(15px, 1.7vw, 25px); font-size: clamp(11px, 1.1vw, 16px); }

    /* Footer. */
    .allma-footer-grid {
        grid-template-columns: 1.45fr .66fr 1.05fr .68fr 1.32fr 1.05fr;
        gap: clamp(10px, 1.15vw, 17px);
        padding-top: clamp(13px, 1.35vw, 20px);
        padding-bottom: clamp(12px, 1.28vw, 18px);
    }
    .allma-footer-grid h4 { margin-bottom: 4px; font-size: clamp(6.8px, .61vw, 8.8px); }
    .allma-footer-grid a, .allma-footer-grid span { margin: 2px 0; font-size: clamp(5.9px, .54vw, 7.8px); line-height: 1.35; }
    .allma-footer-brand .allma-logo { font-size: clamp(17px, 1.55vw, 22px); }
    .allma-footer-brand p { margin-top: 4px; font-size: clamp(6.5px, .58vw, 8.4px); }
    .allma-footer-slogan { font-size: clamp(14px, 1.35vw, 19px) !important; }
    .allma-footer-bottom { min-height: clamp(39px, 4vw, 58px); font-size: clamp(5.7px, .5vw, 7.2px); }
    .allma-footer-bottom > span:last-child { gap: clamp(18px, 2.2vw, 32px); }
}

/* Keep the reference desktop composition intact down to the supplied 948px
   artboard. The compact/mobile layout begins only below 861px. */
@media (min-width: 861px) and (max-width: 1120px) {
    .allma-category-grid { grid-template-columns: repeat(6,minmax(0,1fr)); }
    .allma-product-grid { grid-template-columns: repeat(5,minmax(0,1fr)); }
    .allma-values-grid { grid-template-columns: repeat(4,1fr); }
    .allma-testimonial-grid { grid-template-columns: repeat(3,1fr) 220px; }
    .allma-stats-grid { grid-template-columns: 1.55fr repeat(4,.75fr); padding: 0; }
    .allma-stats-title { grid-row: auto; }
    .allma-contact-grid { grid-template-columns: 34.8% 37.4% 27.8%; }
    .allma-footer-grid { grid-template-columns: 1.45fr .66fr 1.05fr .68fr 1.32fr 1.05fr; }
    .allma-footer-slogan { grid-column: auto; width: auto; justify-self: stretch; text-align: center; }
    .allma-product-filters { flex-wrap: nowrap; justify-content: flex-end; }
}

/* Fine icon treatment: avoid platform-dependent emoji rendering. */
.allma-search-icon { position: relative; display: inline-block; width: 13px; height: 13px; flex: 0 0 13px; font-size: 0 !important; transform: none; }
.allma-search-icon::before { content: ''; position: absolute; width: 7px; height: 7px; left: 1px; top: 1px; border: 1.4px solid currentColor; border-radius: 50%; }
.allma-search-icon::after { content: ''; position: absolute; width: 5px; height: 1.4px; left: 8px; top: 9px; border-radius: 2px; background: currentColor; transform: rotate(45deg); transform-origin: left center; }
.allma-mini-cart { position: relative; font-size: 0 !important; color: #dbe3e6; }
.allma-mini-cart::before { content: ''; position: absolute; width: 11px; height: 8px; left: 8px; top: 8px; border: 1.4px solid currentColor; border-top: 0; transform: skew(-7deg); }
.allma-mini-cart::after { content: '•  •'; position: absolute; left: 8px; top: 12px; letter-spacing: 3px; font-size: 8px; line-height: 1; color: currentColor; }
.allma-contact-badges span { display: inline-flex; align-items: center; gap: 5px; }
.allma-contact-badges span::before { display: grid; place-items: center; width: 15px; height: 15px; flex: 0 0 15px; border-radius: 50%; background: var(--allma-orange); color: #fff; font-size: 8px; line-height: 1; }
.allma-contact-badges span:nth-child(1)::before { content: '◇'; }
.allma-contact-badges span:nth-child(2)::before { content: '↗'; }
.allma-contact-badges span:nth-child(3)::before { content: '◆'; font-size: 6px; }
@media (min-width: 861px) {
    .allma-contact-badges span::before { width: clamp(12px, 1.25vw, 18px); height: clamp(12px, 1.25vw, 18px); flex-basis: clamp(12px, 1.25vw, 18px); font-size: clamp(5px, .58vw, 8px); }
}

/* Exact vertical rhythm from the supplied 948×1659 reference. */
@media (min-width: 861px) {
    .allma-hero-grid { height: min(31.0127vw, 446px); min-height: 0; }
    .allma-hero-visual { min-height: 0; height: 100%; margin-left: clamp(-76px, -5.3vw, -50px); width: calc(100% + clamp(50px, 5.3vw, 76px)); }
    .allma-feature-bar { height: min(5.9072vw, 85px); min-height: 0; }
    .allma-feature-item { padding-top: 6px; padding-bottom: 6px; }

    .allma-categories { height: min(23.2068vw, 334px); padding-top: min(1.5823vw, 23px); padding-bottom: min(.8439vw, 12px); overflow: hidden; }
    .allma-category-card > span { min-height: 22px; padding-bottom: 4px; }

    .allma-products-section { height: min(29.0084vw, 418px); padding-top: min(1.4768vw, 21px); padding-bottom: min(1.2658vw, 18px); overflow: hidden; }

    .allma-banner { height: min(14.0295vw, 202px); min-height: 0; }
    .allma-banner::before {
        background-image: linear-gradient(90deg, #061016 0%, #061016 26%, rgba(6,16,22,.78) 40%, rgba(3,8,12,.12) 55%, rgba(3,8,12,0) 70%), var(--allma-banner-image);
        background-size: 100% 100%, 53% 100%;
        background-position: center center, right center;
        background-repeat: no-repeat;
    }

    .allma-values { height: min(14.7679vw, 213px); padding-top: min(.8439vw, 12px); padding-bottom: min(.5274vw, 8px); overflow: hidden; }
    .allma-values-head { margin-bottom: min(.5274vw, 8px); }

    .allma-contact-grid { height: min(16.0338vw, 231px); min-height: 0; }
    .allma-contact { height: min(16.0338vw, 231px); overflow: hidden; }

    .allma-footer-grid { height: min(11.7089vw, 169px); padding-top: min(1.4768vw, 21px); padding-bottom: min(1.1603vw, 17px); }
    .allma-footer-bottom { height: min(6.1181vw, 88px); min-height: 0; }
    .allma-site-footer { height: min(17.827vw, 257px); overflow: hidden; }
    .allma-footer-brand .allma-logo { display: inline-flex; white-space: nowrap; }
    .allma-footer-brand .allma-logo span,
    .allma-footer-brand .allma-logo strong { display: inline; margin: 0; color: inherit; font-size: inherit; }
    .allma-footer-brand .allma-logo span { color: #f4f7f9; }
    .allma-footer-brand .allma-logo strong { color: var(--allma-orange); }
}

/* Final pixel-alignment corrections after overlay comparison with the source. */
@media (min-width: 861px) {
    .allma-hero-grid { grid-template-columns: 45% 55%; }
    .allma-feature-bar { height: calc(min(5.9072vw, 85px) - 1px); }
    .allma-hero-visual { margin-left: 0; width: auto; }
    .allma-hero-copy h1 { white-space: nowrap; }

    .allma-banner::before { background-size: 100% 100%, 50.5% 100%; }

    .allma-values-head { position: relative; }
    .allma-values-head blockquote {
        position: absolute;
        right: 0;
        top: min(3.15vw, 45px);
        margin: 0;
        z-index: 3;
        font-family: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive;
    }

    .allma-testimonials {
        height: 16.0338vw;
        max-height: 231px;
        background-image: url('../images/reviews-stats-exact.png');
        background-size: 100% auto;
        background-position: top center;
    }
    .allma-stats {
        height: 9.4937vw;
        max-height: 137px;
        background-image: url('../images/reviews-stats-exact.png');
        background-size: 100% auto;
        background-position: center calc(-16.0338vw);
    }

    .allma-contact,
    .allma-contact-grid { height: 13.8186vw; max-height: 199px; }
    .allma-contact-grid { grid-template-columns: 35.4% 34.6% 30%; }
    .allma-contact-visual {
        background-image: url('../images/contact-exact.png');
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .allma-contact-visual span { display: none; }
}

/* Final reference-pass refinements: 948px source artboard measurements. */
@media (min-width: 861px) {
    /* Match the source paragraph wrap (3 lines at 948px). */
    .allma-hero-copy > p { max-width: 350px; }

    /* Source banner copy is vertically centered; image occupies the right half. */
    .allma-banner-copy { padding-top: 0; padding-bottom: 0; }

    /* Bring the four principle cards up to the measured source position. */
    .allma-values-head { margin-bottom: 0; }

    /* Reference boundaries: contact 1360–1516, footer 1516–1659 at 948px. */
    .allma-contact,
    .allma-contact-grid { height: 16.4557vw; max-height: 237px; }

    .allma-site-footer { height: 15.0844vw; max-height: 217px; }
    .allma-footer-grid {
        height: 11.3924vw;
        max-height: 164px;
        padding-top: min(1.4768vw, 21px);
        padding-bottom: min(1.1603vw, 17px);
    }
    .allma-footer-bottom {
        height: 3.6920vw;
        max-height: 53px;
        min-height: 0;
    }
}

/* Asset transforms measured directly against the supplied 948px reference. */
@media (min-width: 861px) {
    /* hero-visual.jpg appears at exactly 50% intrinsic scale in the source:
       x=454.8, y=35.9, w=512, h=269 on the 948px artboard. */
    .allma-hero-visual {
        background-size: 100% 100%, 54.0084vw 28.3755vw;
        background-position: center, left 2.3446vw top 3.7864vw;
        background-repeat: no-repeat;
    }
    .allma-hero-copy { transform: translateY(-8px); }
    .allma-hero-copy h1 {
        font-size: clamp(36px, 3.80vw, 54px);
        letter-spacing: -2px;
    }
    .allma-hero-copy > p { max-width: 310px; }

    /* cta-visual.jpg also appears at exactly 50% intrinsic scale:
       x=469.9, y=856.0, w=478, h=124 on the source artboard. */
    .allma-banner::before {
        background-size: 100% 100%, 50.4219vw 13.0802vw;
        background-position: center, left 49.5692vw top 1.1580vw;
        background-repeat: no-repeat;
    }

    /* Fine contact/footer typography alignment from the final reference pass. */
    .allma-contact-copy { padding-top: 8px; padding-bottom: 8px; }
    .allma-contact-form-wrap { padding-top: 6px; padding-bottom: 6px; }
    .allma-footer-grid h4 { font-size: 7.6px; }
    .allma-footer-grid a,
    .allma-footer-grid span { font-size: 6.5px; }
    .allma-footer-brand p { font-size: 7px; }
    .allma-footer-bottom { font-size: 6px; }
}

/* Last micro-alignment pass: labels, hero text flow and small typography. */
@media (min-width: 861px) {
    /* In the reference the orange marker sits 13px outside the content rail,
       while the uppercase label itself starts exactly on the rail. */
    .allma-kicker {
        position: relative;
        display: block;
        padding-left: 0;
    }
    .allma-kicker::before {
        position: absolute;
        left: -13px;
        top: 50%;
        transform: translateY(-50%);
    }

    .allma-hero-copy {
        padding-left: 0;
        transform: translateY(-13px);
    }
    .allma-hero-copy > p { max-width: 285px; }

    .allma-banner .allma-btn { padding-left: 26px; padding-right: 26px; }

    .allma-values-grid article { grid-template-columns: 40px 1fr; }
    .allma-value-icon { width: 40px; height: 40px; }
    .allma-values-head blockquote {
        font-size: 11.5px;
        line-height: 1.36;
    }

    .allma-footer-grid h4 { font-size: 8.1px; }
    .allma-footer-grid a,
    .allma-footer-grid span { font-size: 7.1px; }
    .allma-footer-brand p { font-size: 7.2px; }
}

@media (min-width: 861px) {
    /* Three-line hero paragraph changes the centered copy block height; -4px
       is the measured final offset for the 948px reference. */
    .allma-hero-copy { transform: translateY(-4px); }
}

/* The hero and banner artwork in the supplied screenshot is the original
   raster asset at a measured scale/offset, without an additional darkening
   pass. Keep the image layer untouched so its luminance matches the source. */
@media (min-width: 861px) {
    .allma-hero-visual {
        background-image: var(--allma-hero-image);
        filter: none;
    }
    .allma-hero-visual::after { display: none; }

    .allma-banner::before {
        background-image: var(--allma-banner-image);
    }
    .allma-banner::after { display: none; }
}
@media (min-width: 861px) {
    .allma-hero-visual {
        background-size: 54.0084vw 28.3755vw;
        background-position: left 2.3446vw top 3.7864vw;
        background-repeat: no-repeat;
    }
    .allma-banner::before {
        background-size: 50.4219vw 13.0802vw;
        background-position: left 49.5692vw top 1.1580vw;
        background-repeat: no-repeat;
    }
}
@media (min-width: 861px) {
    /* Exact three-line paragraph wrapping from the reference at 948px. */
    .allma-hero-copy > p { max-width: 255px; }
}

/* Contact form measured against the source field rectangles at 948px. */
@media (min-width: 861px) {
    .allma-contact-form-wrap { padding-top: 10px; }
    .allma-contact-form {
        width: min(26.8987vw, 387px);
        margin-left: min(.1582vw, 2.3px);
    }
    .allma-contact-form input:not([type="checkbox"]),
    .allma-contact-form select { height: 21px; }
    .allma-consent {
        height: 10px;
        min-height: 10px;
        transform: translateY(-2px);
    }
    .allma-consent input {
        width: 10px;
        height: 10px;
        margin: 0;
    }
    .allma-contact-form .allma-btn {
        height: 24px;
        min-height: 24px;
        margin-top: -3px;
    }
}
@media (min-width: 861px) {
    .allma-contact-form-wrap {
        align-self: stretch;
        padding: 0;
    }
    .allma-contact-form {
        width: min(26.8987vw, 387px);
        margin-top: min(1.3766vw, 19.8px);
        margin-left: min(1.2553vw, 18.1px);
    }
}

/* Handwritten details and final header icon cleanup. */
@media (min-width: 861px) {
    .allma-values-head blockquote,
    .allma-footer-slogan {
        font-family: "Caveat", "Segoe Print", "Bradley Hand", cursive;
    }
    .allma-values-head blockquote { font-size: 13px; }
    .allma-footer-slogan {
        position: relative;
        font-size: clamp(17px, 1.9vw, 27px) !important;
        line-height: 1.02;
        font-weight: 600;
    }
    .allma-footer-slogan::after {
        content: '';
        display: block;
        width: min(9.4937vw, 137px);
        height: 2px;
        margin: 8px auto 0;
        border-radius: 999px;
        background: var(--allma-orange);
        transform: rotate(-4deg);
        transform-origin: center;
    }
    .allma-heart-icon { font-size: 18px; }
}

/* Use drawn wheels instead of font bullets so the cart icon is deterministic
   and never leaks a stray glyph below the header. */
.allma-cart-icon::after {
    content: '';
    width: 3px;
    height: 3px;
    left: 2px;
    top: 12px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 10px 0 0 currentColor;
    letter-spacing: 0;
    font-size: 0;
}
@media (min-width: 861px) {
    .allma-footer-slogan { white-space: nowrap; }
}

/* Reference iconography: deterministic vector symbols instead of font glyphs. */
@media (min-width: 861px) {
    .allma-feature-item:nth-child(1) .allma-feature-icon,
    .allma-feature-item:nth-child(2) .allma-feature-icon,
    .allma-feature-item:nth-child(4) .allma-feature-icon {
        color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px 20px;
    }
    .allma-feature-item:nth-child(1) .allma-feature-icon { background-image: url('../images/icon-download.svg'); }
    .allma-feature-item:nth-child(2) .allma-feature-icon { background-image: url('../images/icon-shield.svg'); }
    .allma-feature-item:nth-child(4) .allma-feature-icon { background-image: url('../images/icon-headset.svg'); }

    .allma-values-grid article { padding: 11px; grid-template-columns: 44px 1fr; gap: 9px; }
    .allma-value-icon {
        width: 44px;
        height: 44px;
        color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px 24px;
    }
    .allma-values-grid article:nth-child(1) .allma-value-icon { background-image: url('../images/icon-gem.svg'); }
    .allma-values-grid article:nth-child(2) .allma-value-icon { background-image: url('../images/icon-shield.svg'); }
    .allma-values-grid article:nth-child(3) .allma-value-icon { background-image: url('../images/icon-scale.svg'); }
    .allma-values-grid article:nth-child(4) .allma-value-icon { background-image: url('../images/icon-rocket.svg'); }
}

/* --------------------------------------------------------------------------
 * v1.1.6 - Pixel-locked homepage matching the supplied 948x1659 artwork.
 * The PNG is the idle visual layer; interaction is implemented with fully
 * transparent percentage-based hotspots so it cannot shift the artwork.
 * ----------------------------------------------------------------------- */
body.allma-reference-home {
    margin: 0 !important;
    padding: 0 !important;
    min-width: 0;
    background: #02080c !important;
    overflow-x: hidden;
}
body.allma-reference-home .allma-reference-stage {
    position: relative;
    width: min(100%, 948px);
    margin: 0 auto;
    padding: 0;
    min-height: 0;
    line-height: 1;
    background: #02080c;
    isolation: isolate;
}
.allma-reference-artwork {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    user-select: none;
    -webkit-user-drag: none;
}
.allma-reference-hotspots,
.allma-reference-search,
.allma-reference-contact {
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
    z-index: 5;
}
.allma-hotspot,
.allma-anchor,
.allma-reference-search input,
.allma-reference-search button,
.allma-reference-contact .rf,
.allma-reference-contact .rf-consent,
.allma-reference-contact .rf-submit {
    position: absolute;
    display: block;
    pointer-events: auto;
}
.allma-hotspot {
    background: transparent !important;
    border: 0 !important;
    outline-offset: -2px;
}
.allma-hotspot:focus-visible,
.allma-reference-search input:focus-visible,
.allma-reference-contact .rf:focus-visible,
.allma-reference-contact .rf-submit:focus-visible {
    outline: 1px solid rgba(255, 111, 31, .9);
}

/* Header / nav hotspots. */
.hs-logo { left: 6.0%; top: .45%; width: 16.7%; height: 2.0%; }
.hs-nav-products { left: 23.0%; top: .45%; width: 6.6%; height: 1.9%; }
.hs-nav-categories { left: 29.5%; top: .45%; width: 7.5%; height: 1.9%; }
.hs-nav-resources { left: 37.0%; top: .45%; width: 6.5%; height: 1.9%; }
.hs-nav-about { left: 43.5%; top: .45%; width: 7.2%; height: 1.9%; }
.hs-nav-contact { left: 50.7%; top: .45%; width: 5.5%; height: 1.9%; }
.hs-account { left: 75.1%; top: .25%; width: 3.2%; height: 2.3%; }
.hs-favorites { left: 79.0%; top: .25%; width: 3.2%; height: 2.3%; }
.hs-cart { left: 83.0%; top: .15%; width: 4.0%; height: 2.6%; }

/* Hero actions. */
.hs-hero-products { left: 6.2%; top: 13.55%; width: 15.0%; height: 2.05%; }
.hs-hero-video { left: 22.6%; top: 13.45%; width: 12.6%; height: 2.15%; }

/* Categories. */
.hs-cat-all { left: 76.0%; top: 22.65%; width: 16.0%; height: 2.0%; }
.hs-cat-1 { left: 6.1%; top: 24.7%; width: 13.5%; height: 9.2%; }
.hs-cat-2 { left: 21.0%; top: 24.7%; width: 13.4%; height: 9.2%; }
.hs-cat-3 { left: 35.8%; top: 24.7%; width: 13.4%; height: 9.2%; }
.hs-cat-4 { left: 50.7%; top: 24.7%; width: 13.4%; height: 9.2%; }
.hs-cat-5 { left: 65.6%; top: 24.7%; width: 13.4%; height: 9.2%; }
.hs-cat-6 { left: 80.4%; top: 24.7%; width: 13.1%; height: 9.2%; }

/* Product cards / banner. */
.hs-product-1 { left: 6.2%; top: 38.1%; width: 15.0%; height: 11.9%; }
.hs-product-2 { left: 23.0%; top: 38.1%; width: 15.0%; height: 11.9%; }
.hs-product-3 { left: 39.8%; top: 38.1%; width: 15.0%; height: 11.9%; }
.hs-product-4 { left: 56.6%; top: 38.1%; width: 15.0%; height: 11.9%; }
.hs-product-5 { left: 73.4%; top: 38.1%; width: 18.2%; height: 11.9%; }
.hs-banner-cta { left: 6.2%; top: 55.65%; width: 16.0%; height: 2.1%; }

/* Invisible anchors align scroll targets to the actual reference sections. */
.allma-anchor { left: 0; width: 1px; height: 1px; pointer-events: none; }
.anchor-categories { top: 21.05%; }
.anchor-products { top: 34.55%; }
.anchor-banner { top: 50.9%; }
.anchor-values { top: 59.2%; }
.anchor-contact { top: 80.8%; }

/* Search: transparent at rest, readable while the user types. */
.allma-reference-search input[type="search"] {
    left: 59.0%;
    top: .36%;
    width: 14.6%;
    height: 1.75%;
    padding: 0 1.0%;
    color: transparent;
    caret-color: #f4f7f9;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: clamp(7px, .82vw, 10px);
}
.allma-reference-search input[type="search"]:focus {
    color: #dfe6e9;
    background: rgba(7, 17, 22, .97);
    border-radius: 6px;
}
.allma-reference-search button {
    left: 58.6%;
    top: .28%;
    width: 15.7%;
    height: 2.1%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.allma-reference-search input[type="search"] { z-index: 2; }
.allma-reference-search button { z-index: 1; }

/* Contact form overlays. Idle state remains visually identical to the source. */
.allma-reference-contact .rf,
.allma-reference-contact .rf-submit,
.allma-reference-contact .rf-consent {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: transparent;
    outline: 0;
    resize: none;
    appearance: none;
    -webkit-appearance: none;
    font-size: clamp(6px, .72vw, 9px);
    line-height: 1.2;
}
.allma-reference-contact .rf:focus {
    padding: 0 .8%;
    color: #dfe6e9;
    background: rgba(7, 17, 22, .97);
    border: 1px solid rgba(79, 100, 110, .55);
    border-radius: 4px;
}
.allma-reference-contact select.rf:focus {
    color: #dfe6e9;
}
.allma-reference-contact select.rf:focus option {
    color: #111;
    background: #fff;
}
.rf-name { left: 38.55%; top: 82.72%; width: 12.8%; height: 1.25%; }
.rf-email { left: 52.55%; top: 82.72%; width: 12.7%; height: 1.25%; }
.rf-phone { left: 38.55%; top: 84.18%; width: 12.8%; height: 1.25%; }
.rf-project { left: 52.55%; top: 84.18%; width: 12.7%; height: 1.25%; }
.rf-message { left: 38.55%; top: 85.65%; width: 26.7%; height: 2.05%; }
.rf-consent { left: 38.55%; top: 88.15%; width: 21.2%; height: 1.2%; cursor: pointer; }
.rf-consent input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.rf-submit { left: 38.55%; top: 89.05%; width: 26.7%; height: 1.45%; cursor: pointer; }

/* Do not let WP/Elementor generic rules inject margins into the locked artboard. */
body.allma-reference-home #wpadminbar ~ .allma-reference-stage { margin-top: 0; }
@media (max-width: 782px) {
    body.admin-bar.allma-reference-home { padding-top: 0 !important; }
}
