@charset "UTF-8";

/*
Theme Name: Vilsady
Theme URI: https://vilsady.com.ua
Author: TolTolyanich
Author URI: https://sebweo.com
Description: тема для сайту Розсадника Вільчинських в Житомирській області.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.3
Text Domain: vilsady
*/

:root {
    color-scheme: light;
    --bg: #f7faf7;
    --surface: #ffffff;
    --text: #111827;
    --text-soft: #475569;
    --text-muted: #64748b;
    --heading: #0f172a;
    --brand: #166534;
    --brand-soft: #eaf8ee;
    --border: #dce8de;
    --accent: #f59e0b;
    --accent-2: #f22664;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

* {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: Inter, sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: inherit;
    background: var(--bg);
    color: var(--text);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

:focus-visible {
    outline: none;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
}

h1,
h2,
h3,
h4 {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    color: var(--heading);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

i {
    display: inline-block;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: inherit;
}

svg {
    display: flex;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hidden {
    display: none;
}

.overflow-hidden {
    overflow: hidden;
}

.block {
    display: block;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    inset: 0px;
}

.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.bg-emerald-950\/60 {
    background-color: rgb(2 44 34 / 0.6);
}

.bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}

.bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-100-80,
.bg-slate-100\/80 {
    background-color: rgb(241 245 249 / 0.8);
}

.bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.bg-slate-900\/80 {
    background-color: rgb(15 23 42 / 0.8);
}

.bg-sunshine-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(230 36 95 / var(--tw-bg-opacity, 1));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.border {
    border-width: 1px;
}

.border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-slate-200\/80 {
    border-color: rgb(226 232 240 / 0.8);
}

.border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}

.border-b {
    border-bottom-width: 1px;
}

.duration-500 {
    transition-duration: 500ms;
}

.z-10 {
    z-index: 10;
}

.z-40 {
    z-index: 40;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-col {
    flex-direction: column;
}

.inline-flex {
    display: inline-flex;
}

.items-center {
    align-items: center;
}

.self-start {
    align-self: flex-start;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-7 {
    margin-bottom: 1.75rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-9 {
    margin-bottom: 2.25rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-11 {
    margin-bottom: 2.75rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.object-cover {
    object-fit: cover;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-6 {
    padding: 1.5rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pl-11 {
    padding-left: 2.75rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-700 {
    transition-duration: 700ms;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.font-sans {
    font-family: Inter, sans-serif;
}

.font-serif {
    font-family: Playfair Display, serif;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}

.text-slate-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-slate-800 {
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-rose-500 {
    --tw-text-opacity: 1;
    color: rgb(244 63 94 / var(--tw-text-opacity, 1));
    display: flex;
    justify-content: center;
}

.text-rose-500 svg {
    fill: rgb(244 63 94);
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-\[11px\] {
    font-size: 11px;
}

.h-12 {
    height: 3rem;
}

.h-20 {
    height: 5rem;
}

.h-80 {
    height: 20rem;
}

.max-w-2xl {
    max-width: 42rem;
}

.max-w-7xl {
    max-width: 80rem;
}

.max-w-md {
    max-width: 28rem;
}

.max-w-lg {
    max-width: 32rem;
}

.max-w-xl {
    max-width: 36rem;
}

.w-12 {
    width: 3rem;
}

.w-full {
    width: 100%;
}

.shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sunshine-500\/20 {
    --tw-shadow-color: rgb(230 36 95 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-emerald-200 {
    --tw-shadow-color: #a7f3d0;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600-30 {
    --tw-shadow-color: rgb(5 150 105 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.border-emerald-600\/40 {
    border-color: rgb(5 150 105 / 0.4);
    border-style: solid;
}

.border-4 {
    border-width: 4px;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-brand-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-brand-600 svg {
    fill: rgb(22 163 74);
}

.text-brand-700 {
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-emerald-200\/80 {
    color: rgb(167 243 208 / 0.8);
}

.text-emerald-200\/90 {
    color: rgb(167 243 208 / 0.9);
}

.text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.text-emerald-400 svg {
    fill: rgb(52 211 153) !important;
}

.text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-700:hover {
    --tw-text-opacity: 1;
    color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.text-slate-300 {
    --tw-text-opacity: 1;
    color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.text-slate-400 {
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-slate-400 svg {
    fill: rgb(148 163 184);
}

.text-slate-600 {
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-slate-950 {
    --tw-text-opacity: 1;
    color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}

.text-slate-900 {
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.text-sunshine-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.text-sunshine-400 svg {
    fill: rgb(250 204 21);
}

.decoration-sunshine-400 {
    -webkit-text-decoration-color: #facc15;
    text-decoration-color: #facc15;
}

.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.underline-offset-8 {
    text-underline-offset: 8px;
}

.decoration-4 {
    text-decoration-thickness: 4px;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.from-emerald-600 {
    --tw-gradient-from: #059669 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.to-brand-700 {
    --tw-gradient-to: #15803d var(--tw-gradient-to-position);
}

.bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.bg-emerald-500\/20 {
    background-color: rgb(16 185 129 / 0.2);
}

.bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.bg-emerald-600\/30 {
    background-color: rgb(5 150 105 / 0.3);
}

.border-t {
    border-top-width: 1px;
}

.border-emerald-500\/30 {
    border-color: rgb(16 185 129 / 0.3);
}

.border-emerald-800\/80 {
    border-color: rgb(6 95 70 / 0.8);
    border-top-style: solid;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.left-4 {
    left: 1rem;
}

.top-3\.5 {
    top: 0.875rem;
}

.text-\[10px\] {
    font-size: 10px;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

.tracking-widest {
    letter-spacing: 0.1em;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.uppercase {
    text-transform: uppercase;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-full {
    border-radius: 9999px;
}

.leading-relaxed {
    line-height: 1.625;
}

.leading-none {
    line-height: 1;
}

.to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.via-transparent {
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.from-slate-950\/80 {
    --tw-gradient-from: rgb(2 6 23 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.focus\:ring-emerald-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}

.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.focus\:border-brand-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-7 {
    gap: 1.75rem;
}

.gap-8 {
    gap: 2rem;
}

.flex-1 {
    flex: 1 1 0%;
}

.grid {
    display: grid;
}

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

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

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hover\:border-emerald-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
    border-style: solid;
}

.hover\:bg-sunshine-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.promo-bar {
    background: var(--accent-2);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    border-color: #ba023a;
    border-width: 0;
    border-style: solid;
    border-bottom-width: 1px;
}

.promo-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    max-width: 1200px;
    margin: 0 auto;
}

.promo-links {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 30;
}

.site-branding a {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.site-branding img {
    width: 54px;
    height: 54px;
    border-radius: 16px;
}

.header-cta {
    gap: 0.8rem;
}

.telegram-link {
    padding: 0.75rem 1rem;
    gap: 8px;
}

.hero-pattern {
    background-color: #0d381e;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 20px;
}

.hero-pattern::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/suanpa-plumeria-3200799_1920.jpg);
    background-size: cover;
    background-position: center;
    filter: blur(15px);
    transform: scale(1.1);
}

.site-main {
    padding: 1.5rem 1rem 2.5rem;
}

.hero-banner {
    background: linear-gradient(135deg, #0d381e 0%, #166534 56%, #2e7d32 100%);
    color: #fff;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
    padding: 3rem;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(13, 56, 30, 0.2);
    position: relative;
}

.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.14) 0%, transparent 55%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.13);
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #f7fff8;
}

.hero-title {
    font-size: clamp(2.5rem, 3.8vw, 3.7rem);
    line-height: 1.04;
    margin: 1rem 0 0.7rem;
    color: #fff;
    font-weight: 700;
}

.accent-text {
    color: #bbf7d0;
}

.hero-copy {
    max-width: 620px;
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
}

.hero-actions {
    display: flex;
    gap: 0.9rem;
    flex-wrap: wrap;
    margin-top: 1.3rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.2rem;
    border-radius: 999px;
    font-weight: 700;
}

.btn-primary {
    background: #fff;
    color: var(--brand);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.hero-stats div {
    padding-top: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-stats strong {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
}

.hero-stats span {
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.9rem;
}

.hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-visual img {
    width: 100%;
    max-width: 420px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 20px 45px rgba(3, 20, 12, 0.25);
}

.category-strip {
    margin-top: -1rem;
    position: relative;
    z-index: 10;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    background: #fff;
    padding: 1rem;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(22, 101, 52, 0.08);
}

.category-card {
    border: 1px solid var(--border);
    background: linear-gradient(135deg, #f9fdf9 0%, #f3f7f2 100%);
    border-radius: 18px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    text-align: left;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.category-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.category-card span {
    font-weight: 700;
}

.category-card small {
    color: var(--muted);
}

.category-card.is-active {
    background: var(--brand-soft);
    border-color: var(--brand);
}

.header-search-submit {
    position: absolute;
    right: 1.3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: #ffffff;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    transition: opacity 160ms ease, color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.header-search-submit.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.header-search-submit:hover {
    color: var(--brand);
    border-color: #86efac;
    box-shadow: 0 6px 18px rgba(22, 101, 52, 0.14);
}

.header-search-submit:focus-visible {
    outline: 2px solid #86efac;
    outline-offset: 1px;
}

.header-search-suggestions {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.5rem);
    z-index: 60;
    margin: 0;
    padding: 0.4rem;
    list-style: none;
    border: 1px solid #dbe4ea;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.12);
    max-height: 340px;
    overflow-y: auto;
    display: none;
}

.header-search-suggestions.is-open {
    display: block;
}

.header-search-suggestion-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.65rem 0.75rem;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 120ms ease;
}

.header-search-suggestion-item:hover,
.header-search-suggestion-item.is-active {
    background: #f4f9f4;
}

.header-search-suggestion-title {
    color: #0f172a;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.35;
}

.header-search-suggestion-item small {
    color: #64748b;
    font-size: 0.77rem;
    font-style: italic;
    line-height: 1.25;
}

.header-search-suggestion-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
    font-size: 0.75rem;
}

.header-search-suggestion-meta em {
    color: #475569;
    font-style: normal;
}

.header-search-suggestion-meta strong {
    color: var(--brand);
    font-weight: 700;
}

.header-search-suggestion-item.is-view-all {
    border-top: 1px solid #edf2f7;
    margin-top: 0.2rem;
    padding-top: 0.7rem;
    color: var(--brand);
    font-size: 0.84rem;
    font-weight: 700;
}

.catalog-section {
    padding-top: 2.25rem;
}

.catalog-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.catalog-head h2,
.advantages-head h2,
.about-copy h2 {
    margin: 0;
    font-size: clamp(1.7rem, 2.2vw, 2.2rem);
    line-height: 1.2;
    color: var(--heading);
}

.filter-bar {
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.filter-chip {
    border: 1px solid var(--border);
    background: #fff;
    padding: 0.6rem 0.9rem;
    border-radius: 999px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-soft);
}

.filter-chip.is-active {
    background: var(--brand);
    color: #fff;
    border-color: var(--brand);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.2rem;
}

.product-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.05);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.product-card a {
    display: block;
}

.product-media {
    position: relative;
    background: #f2f6ee;
    min-height: 220px;
}

.product-media img,
.product-placeholder {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.product-placeholder {
    background: linear-gradient(135deg, #dff5e3 0%, #c6e7cf 100%);
}

.product-category {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    background: rgba(255, 255, 255, 0.95);
    color: var(--text);
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 700;
}

.product-price {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    background: var(--brand);
    color: #fff;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
}

.product-body {
    padding: 1rem 1rem 1.2rem;
}

.product-badge {
    display: inline-flex;
    margin-bottom: 0.55rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: var(--brand-soft);
    color: var(--brand);
    font-size: 0.75rem;
    font-weight: 700;
}

.product-body h3 {
    margin: 0 0 0.3rem;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--heading);
}

.product-latin {
    margin: 0 0 0.55rem;
    color: var(--text-muted);
    font-size: 0.82rem;
    font-style: italic;
}

.product-excerpt {
    color: var(--text-soft);
}

.product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    font-size: 0.74rem;
    color: var(--muted);
    margin-bottom: 0.8rem;
}

.product-meta span {
    background: #f8faf8;
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
}

.product-link {
    color: var(--brand);
    font-weight: 700;
    font-size: 0.9rem;
}

.advantages-head {
    text-align: center;
    margin-bottom: 1.1rem;
}

.about-card-body {
    padding: 1rem 1.1rem 1.2rem;
}

.about-card-body ul {
    padding-left: 1.1rem;
    color: var(--muted);
}

.site-footer {
    background: linear-gradient(135deg, #0f172a 0%, #111827 100%);
    color: #cbd5e1;
    padding: 2rem 1rem 2.5rem;
    margin-top: 2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.site-footer h3 {
    color: #fff;
    margin-bottom: 0.45rem;
    font-size: 1.02rem;
}

.site-footer p,
.site-footer a {
    color: #cbd5e1;
    font-size: 0.95rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 1rem;
    padding-top: 1rem;
    text-align: center;
    color: #94a3b8;
}

.empty-state {
    padding: 2rem;
    background: #fff;
    border: 1px dashed var(--border);
    border-radius: 16px;
    text-align: center;
}

.search-results {
    padding: 2rem 0 2.6rem;
}

.search-results-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.search-results-head h1 {
    margin: 0;
    font-size: clamp(1.7rem, 2.4vw, 2.2rem);
    color: var(--heading);
}

.search-results-head p {
    margin: 0.3rem 0 0;
    color: var(--text-soft);
}

.search-results-list {
    display: grid;
    gap: 1rem;
}

.search-product-card a {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 0;
}

.search-product-card .product-media,
.search-product-card .product-media img,
.search-product-card .product-placeholder {
    min-height: 100%;
    height: 100%;
}

.search-product-card .product-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-pagination {
    margin-top: 1.4rem;
    display: flex;
    justify-content: center;
    gap: 0.45rem;
}

.search-pagination ul {
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0;
    margin: 0;
}

.search-pagination li {
    margin: 0;
}

.search-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.1rem;
    height: 2.1rem;
    padding: 0 0.6rem;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: #fff;
    color: var(--text-soft);
    font-weight: 600;
}

.search-pagination .page-numbers.current {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

.plant-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    border-bottom: 1px solid var(--border);
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
}

.plant-kicker {
    margin: 0 0 0.35rem;
    color: var(--brand);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.order-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.order-modal[hidden] {
    display: none;
}

.order-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.58);
    backdrop-filter: blur(6px);
}

.order-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 760px);
    max-height: calc(100vh - 2rem);
    overflow: auto;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.22);
    padding: 1.25rem;
}

.order-modal__header {
    padding-right: 2.5rem;
    margin-bottom: 1rem;
}

.order-modal__eyebrow {
    margin-bottom: 0.35rem;
    color: var(--brand);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.order-modal__summary {
    margin-top: 0.45rem;
    color: var(--text-soft);
    font-size: 0.95rem;
}

.order-modal__close {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: var(--text-soft);
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
}

.order-form {
    display: grid;
    gap: 1rem;
}

.order-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.order-form__field {
    display: grid;
    gap: 0.35rem;
}

.order-form__field--full {
    grid-column: 1 / -1;
}

.order-form__field label {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--heading);
}

.order-form__field input,
.order-form__field textarea {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 0.9rem 1rem;
    background: #fff;
    color: var(--text);
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.order-form__field textarea {
    max-width: 750px;
    max-height: 350px;
}

.order-form__field input:focus,
.order-form__field textarea:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 4px rgba(22, 101, 52, 0.1);
}

.order-form__field-error {
    min-height: 1rem;
    color: #b91c1c;
    font-size: 0.8rem;
}

.order-form__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    color: var(--text-muted);
    font-size: 0.85rem;
}

.order-form__meta span {
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    background: #f8faf8;
}

.order-form__actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.order-form__button {
    border-radius: 999px;
    padding: 0.9rem 1.2rem;
    font-weight: 700;
    cursor: pointer;
}

.order-form__button--secondary {
    background: #f1f5f9;
    color: var(--text-soft);
}

.order-form__button--primary {
    background: var(--brand);
    color: #fff;
}

span.required {
    color: red;
}

.order-form__status {
    border-radius: 16px;
    padding: 0.9rem 1rem;
    font-size: 0.92rem;
}

.order-form__status--success {
    background: #ecfdf5;
    color: #166534;
}

.order-form__status--error {
    background: #fef2f2;
    color: #991b1b;
    display: none;
}

.order-form__useful-www {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

body.order-modal-open {
    overflow: hidden;
}

.make-order__btn {
    cursor: pointer;
}

@media (max-width: 720px) {
    .order-modal {
        padding: 0.5rem;
    }

    .order-modal__dialog {
        max-height: calc(100vh - 5rem);
        padding: 1rem;
        border-radius: 22px;
    }

    .order-form__grid {
        grid-template-columns: 1fr;
    }

    .order-form__actions {
        justify-content: stretch;
    }

    .order-form__button {
        width: 100%;
    }
}

.plant-header h1 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 2.8rem);
}

.plant-buybox {
    min-width: 180px;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: var(--brand-soft);
    border: 1px solid rgba(22, 101, 52, 0.12);
    text-align: right;
}

.plant-price-wrap {
    display: grid;
    gap: 0.2rem;
    margin-bottom: 0.8rem;
}

.plant-old-price {
    color: var(--text-muted);
    text-decoration: line-through;
    font-size: 0.95rem;
}

.plant-price {
    color: var(--brand);
    font-size: 1.55rem;
}

.plant-stock {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
}

.plant-stock-in_stock {
    background: #dcfce7;
    color: #166534;
}

.plant-stock-low_stock {
    background: #fef3c7;
    color: #92400e;
}

.plant-stock-out_of_stock,
.plant-stock-unknown {
    background: #fee2e2;
    color: #991b1b;
}

.plant-layout {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 1.4rem;
}

.plant-hero-image,
.gallery-list figure {
    margin: 0;
}

.plant-hero-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 24px;
    border: 1px solid var(--border);
}

.gallery-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.gallery-list img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 18px;
    border: 1px solid var(--border);
}

.image-gallery-item {
    cursor: pointer;
}

.plant-section {
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 1rem 1.1rem;
}

.plant-section .spec-list span.text-xs,
.plant-section.spec-list span {
    display: block;
}

.spec-list p {
    margin: 0;
    color: var(--text-soft);
}

.single-page__layout .entry-content p {
    margin-bottom: 0.75rem;
}

.advantages-block__grid {
    display: grid;
    grid-template-columns: minmax(0, 350fr) minmax(0, 275fr) minmax(0, 205fr);
    grid-auto-rows: 162px;
    gap: 25px;
}

.advantages__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 20px 24px;
    border-radius: 20px;
    background-color: var(--brand-soft);
    border-color: var(--brand);
    border-width: 1px;
    overflow: hidden;
}

.advantages__item--green {
    color: #fff;
}

.advantages__icon svg {
    width: 3rem;
    height: auto;
}

.advantages__text {
    font-size: 1.25rem;
}

.space-x-2> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}



/***============
 ============ респонсив, адаптивні, мобайл стилі  ==========
 ===================***/

@media (min-width: 1280px) {
    .xl\:block {
        display: block;
    }

    .advantages__item--1 {
        grid-column: 1;
        grid-row: 1;
    }

    .advantages__item--2 {
        grid-column: 2;
        grid-row: 1;
    }

    .advantages__item--3 {
        grid-column: 3;
        grid-row: 1 / span 2;
    }

    .advantages__item--4 {
        grid-column: 1;
        grid-row: 2;
    }
}

@media (max-width: 980px) {

    .hero-banner,
    .about-section,
    .product-grid,
    .advantages-grid {
        grid-template-columns: 1fr 1fr;
    }

    .advantages-block__grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
}

/* ── Skeleton shimmer ── */
@keyframes skel-shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.skel {
    display: block;
    background: linear-gradient(90deg, #edf2ed 25%, #dce7dc 50%, #edf2ed 75%);
    background-size: 200% 100%;
    animation: skel-shimmer 1.5s ease-in-out infinite;
    border-radius: 6px;
    flex-shrink: 0;
}

.category-card--skel {
    pointer-events: none;
}

.product-card--skel .product-media {
    height: 220px;
}

@media (min-width: 768px) {
    .md\:block {
        display: block;
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {

    .promo-bar-inner,
    .site-header,
    .catalog-head {
        flex-direction: column;
        gap: 10px;
    }

    .hero-banner,
    .hero-stats,
    .category-grid,
    .product-grid,
    .advantages-grid,
    .about-section,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .plant-layout,
    .plant-header {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .plant-buybox {
        text-align: left;
        width: 100%;
    }

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

    .hero-banner {
        padding: 1.5rem;
    }

    .site-header {
        position: static;
    }

    .header-cta {
        display: none;
    }

    .header-search {
        width: 100%;
        max-width: none;
    }

    .search-results-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-product-card a {
        grid-template-columns: 1fr;
    }

    .search-product-card .product-media {
        min-height: 220px;
    }

    .search-product-card .product-media img,
    .search-product-card .product-placeholder {
        height: 220px;
    }

    .hero-stats {
        display: grid;
    }

    .plant-hero-image img {
        height: 300px;
    }

    .plant-section.grid-cols-2 {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 640px) {
    .sm\:inline {
        display: inline;
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .lg\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .lg\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .lg\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .lg\:text-left {
        text-align: left;
    }

    .lg\:justify-start {
        justify-content: flex-start;
    }
}