:root {
  --ink: #171917;
  --muted: #4a4b47;
  --cream: #eef4f8;
  --cream-deep: #dfeaf2;
  --paper: #fffefd;
  --hero-bg: #fdf6f7;
  --sage: #dce6ef;
  --theme: #B2CEE1;
  --theme-deep: #6f8faa;
  --green: #6f8faa;
  --gold: #c5a15a;
  --gold-dark: #a98543;
  --theme-soft: #dcebf4;
  --theme-soft-hover: #c9e0ed;
  --gold-soft: #eee2c4;
  --gold-soft-hover: #e5d3a7;
  --line: rgba(23, 25, 23, .13);
  --heading: 'Marcellus', Georgia, serif;
  --body: 'Montserrat', Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--body); font-size: 16px; line-height: 1.65; }
h1, h2, h3, h4 { color: #3e3311; font-family: var(--heading); font-weight: 400; line-height: 1.08; }
h1 { font-size: clamp(2.7rem, 6vw, 5.7rem); }
h2 { font-size: clamp(30px, 3vw, 40px); }
.copy-h1 { font-size: clamp(30px, 3vw, 40px); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; border-radius: 0; }
.container { max-width: 1240px; padding-left: 25px; padding-right: 25px; }
.narrow { max-width: 850px; }
.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 9999; background: var(--ink); color: #fff; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.lead-small { color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.center-copy { max-width: 720px; margin: 0 auto; color: var(--muted); font-size: 1.08rem; line-height: 1.8; text-align: center; }

.status-dot { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; }
.status-dot.active { background: #5caa68; box-shadow: 0 0 0 4px rgba(92,170,104,.16); animation: statusPulse 1.8s ease-in-out infinite; }
.status-dot.refill { background: #e39a38; box-shadow: 0 0 0 4px rgba(227,154,56,.14); }
.status-dot.offline { background: #d64545; box-shadow: 0 0 0 4px rgba(214,69,69,.14); }
@keyframes statusPulse { 0%, 100% { opacity: .55; box-shadow: 0 0 0 3px rgba(92,170,104,.12); } 50% { opacity: 1; box-shadow: 0 0 0 6px rgba(92,170,104,.22); } }

.site-header { position: relative; z-index: 100; background: transparent; }
.header-main-row { padding: 1.6rem 0; border-bottom: 0; }
.brand { display: inline-flex; align-items: center; justify-content: center; width: 148px; height: 62px; padding: 0; background: transparent; }
.brand img { width: 144px; height: 59px; object-fit: contain; border-radius: 0; }
.header-contact a, .header-actions > a:first-child { font-size: .83rem; font-weight: 500; letter-spacing: .03em; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 1.3rem; }
.header-main-row .desktop-nav { min-height: 0; gap: clamp(1rem, 2.4vw, 2.4rem); border-bottom: 0; }
.desktop-nav > a, .nav-dropdown > a { position: relative; padding: .25rem 0; color: #3e3311; font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; }
.desktop-nav > a::after, .nav-dropdown > a::after { display: none; }
.desktop-nav > a:hover, .nav-dropdown > a:hover { color: var(--theme-deep); }
.nav-dropdown { display: flex; align-items: center; }
.nav-dropdown > a { display: inline-flex; align-items: center; gap: .3rem; cursor: pointer; }
.nav-dropdown > a svg { width: 13px; height: 13px; transition: transform .2s; }
.nav-dropdown > a[aria-expanded="true"] svg { transform: rotate(180deg); }
.dropdown-menu { padding: .55rem 0; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); box-shadow: 0 18px 45px rgba(23,25,23,.12); }
.dropdown-item { padding: .55rem 1.2rem; font-size: .85rem; }
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active { color: var(--ink); background: var(--cream); }
.mobile-header { min-height: 78px; align-items: center; justify-content: space-between; }
.mobile-header .brand, .mobile-nav .brand { width: 123px; height: 50px; }
.mobile-header .brand img, .mobile-nav .brand img { width: 119px; height: 49px; }
.menu-button { padding: .5rem; border: 0; background: transparent; }
.menu-button svg { width: 28px; height: 28px; }
.mobile-nav { width: min(380px, 92vw); background: #f6fafc; }
.mobile-nav .offcanvas-header { padding: 1rem 1.25rem; border-bottom: 1px solid var(--line); }
.mobile-nav nav > a { display: block; padding: .8rem 0; border-bottom: 1px solid var(--line); font-family: var(--heading); font-size: 1.35rem; }
.mobile-subnav { padding: .45rem 0 .45rem 1.2rem; border-bottom: 1px solid var(--line); }
.mobile-subnav a { display: block; padding: .35rem 0; color: var(--muted); font-size: .9rem; }
.mobile-contact { display: flex; flex-direction: column; gap: .25rem; margin-top: 2rem; font-size: .9rem; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border-radius: 0; font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: none; transition: transform .2s, background .2s, border-color .2s, color .2s; }
.btn svg { width: 15px; }
.btn:hover { transform: translateY(-2px); }
.btn-dark-flower { padding: .88rem 1.55rem; border: 1px solid var(--theme-soft); color: var(--ink); background: var(--theme-soft); }
.btn-dark-flower:hover { color: var(--ink); background: var(--theme-soft-hover); border-color: var(--theme-soft-hover); }
.btn-dark-flower.btn-sm, .btn-outline-flower.btn-sm { padding: .6rem 1.1rem; font-size: .8rem; }
.btn-outline-flower { padding: .82rem 1.45rem; border: 1px solid var(--gold-soft); color: var(--ink); background: var(--gold-soft); }
.btn-outline-flower:hover { color: var(--ink); background: var(--gold-soft-hover); border-color: var(--gold-soft-hover); }
.btn-light-flower { padding: .85rem 1.4rem; border: 1px solid var(--theme-soft); background: var(--theme-soft); color: var(--ink); }
.btn-light-flower:hover { border-color: var(--theme-soft-hover); color: var(--ink); background: var(--theme-soft-hover); }
.btn-outline-light-flower { padding: .85rem 1.4rem; border: 1px solid var(--gold-soft); color: var(--ink); background: var(--gold-soft); }
.btn-outline-light-flower:hover { border-color: var(--gold-soft-hover); color: var(--ink); background: var(--gold-soft-hover); }
.text-link { display: inline-flex; align-items: center; gap: .45rem; border-bottom: 1px solid var(--ink); padding-bottom: .15rem; font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.text-link svg { width: 15px; transition: transform .2s; }
.text-link:hover svg { transform: translateX(4px); }
.round-link { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; }
.round-link svg { width: 17px; }
.round-link:hover { color: #fff; background: var(--ink); }

.hero { position: relative; }
@keyframes heroSectionFade { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.hero-photo { opacity: 0; animation: heroSectionFade .7s ease-out forwards; }
.hero-photo:nth-child(1) { animation-delay: .1s; }
.hero-photo:nth-child(2) { animation-delay: .25s; }
.hero-photo:nth-child(3) { animation-delay: .4s; }
@keyframes heroCardFade { from { opacity: 0; transform: translate(-50%, 14px); } to { opacity: 1; transform: translate(-50%, 0); } }
.hero-card { opacity: 0; animation: heroCardFade .7s ease-out forwards; animation-delay: .6s; }
@media (prefers-reduced-motion: reduce) {
  .hero-photo, .hero-card { opacity: 1; animation: none; }
}
.hero-photos { display: flex; align-items: stretch; justify-content: space-evenly; min-height: 80vh; padding-bottom: 150px; box-sizing: border-box; }
.hero-photo { position: relative; overflow: hidden; width: 31%; }
.hero-photo .ratio { height: 100%; }
.hero-photo .ratio::before { display: none; }
.hero-card { position: absolute; left: 50%; bottom: 7%; transform: translateX(-50%); z-index: 2; width: min(600px, 92vw); padding: 3rem 2.5rem; background: #fff; box-shadow: 0 25px 60px rgba(23,25,23,.18); }

.page-hero-row > div { opacity: 0; animation: heroSectionFade .7s ease-out forwards; }
.page-hero-row > div:nth-child(1) { animation-delay: .1s; }
.page-hero-row > div:nth-child(2) { animation-delay: .3s; }
@media (prefers-reduced-motion: reduce) {
  .page-hero-row > div { opacity: 1; animation: none; }
}
.hero-card h1 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.1rem); letter-spacing: -.02em; }
.hero-card .lead { max-width: 460px; margin: 1.2rem auto 1.6rem; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: .9rem; }
.hero-actions .btn { min-width: 140px; }

.img-placeholder { position: relative; overflow: hidden; border-radius: 0; border: 1px solid #c8c9c2; background-color: var(--cream-deep); background-image: linear-gradient(135deg, transparent 49.7%, rgba(66,86,72,.13) 50%, transparent 50.3%), linear-gradient(45deg, transparent 49.7%, rgba(66,86,72,.13) 50%, transparent 50.3%); background-size: 42px 42px; }
.img-placeholder::before { content: ''; position: absolute; inset: 12px; border: 1px solid rgba(66,86,72,.16); }
.img-placeholder-inner { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1rem; color: var(--green); text-align: center; }
.img-placeholder-inner svg { width: 27px; margin-bottom: .65rem; stroke-width: 1.2; }
.img-placeholder-inner span { max-width: 230px; font-family: var(--heading); font-size: 1.04rem; }
.img-placeholder-inner small { margin-top: .25rem; color: var(--muted); font-size: .67rem; letter-spacing: .04em; }
.ratio-hero-full { --bs-aspect-ratio: 100%; }
.ratio-portrait { --bs-aspect-ratio: 145%; }
.ratio-product { --bs-aspect-ratio: 116%; }
.ratio-product-detail { --bs-aspect-ratio: 100%; }
.ratio-wide { --bs-aspect-ratio: 67%; }
.ratio-square { --bs-aspect-ratio: 100%; }
.ratio-tall { --bs-aspect-ratio: 136%; }
.ratio-gallery { --bs-aspect-ratio: 78%; }
.ratio-gallery-wide { --bs-aspect-ratio: 58%; }
.ratio-gallery-tall { --bs-aspect-ratio: 136%; }
.ratio-9x16 { --bs-aspect-ratio: 177.78%; }
.media-frame { overflow: hidden; border-radius: 0; background: var(--cream-deep); }
.media-frame img { width: 100%; height: 100%; object-fit: cover; }


.section { padding: 6.2rem 0; }
.section-tint { background: var(--cream); }
.section-heading { margin-bottom: 3rem; }

.reveal-el { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; will-change: opacity, transform; }
.reveal-el.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal-el { opacity: 1; transform: none; transition: none; }
}
.section-heading h2 { margin: 0; }
.section-heading.split { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.service-card { display: block; height: 100%; border: 0; border-radius: 0; background: var(--paper); box-shadow: 0 2px 14px rgba(23,25,23,.07); transition: transform .2s, box-shadow .2s; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 14px 30px rgba(23,25,23,.12); }
.service-card .card-body { display: flex; min-height: 300px; flex-direction: column; padding: 2rem; }
.service-icon { margin-bottom: 2.6rem; color: var(--green); }
.service-icon svg { width: 34px; height: 34px; stroke-width: 1.25; }
.service-card h3 { margin-bottom: 1rem; }
.service-card p { flex: 1; color: var(--muted); font-size: .93rem; }
.service-card .btn { align-self: flex-start; pointer-events: none; }
.service-card-photo .card-body { min-height: 0; }
.service-card-image img { transition: transform .3s; }
.service-card-photo:hover .service-card-image img { transform: scale(1.05); }

.services-section { background: #f9f9f9; }
.faq-section-blue { background: var(--theme-soft); }
.services-intro { max-width: 640px; margin: 0 auto 1rem; }
.services-intro .lead-small { margin-top: 1rem; }
.bento-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(3, 270px); gap: 1rem; }
.bento-tile { position: relative; display: flex; align-items: flex-end; overflow: hidden; background-size: cover; background-position: center; color: #fff; transition: transform .3s; }
.bento-tile:hover { transform: scale(1.02); }
.bento-tile-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,11,9,.88) 0%, rgba(10,11,9,0) 65%); }
.bento-tile-body { position: relative; z-index: 1; padding: 1.1rem 1.2rem; }
.bento-tile-body h3 { margin: 0; color: #fff; font-size: 1.1rem; font-weight: 600; }
.bento-tile-body p { margin: .3rem 0 0; color: rgba(255,255,255,.85); font-size: .8rem; }
.bento-tile-a { grid-column: 1 / 3; grid-row: 1 / 3; }
.bento-tile-b { grid-column: 3 / 5; grid-row: 1 / 2; }
.bento-tile-c { grid-column: 3 / 4; grid-row: 2 / 3; }
.bento-tile-d { grid-column: 4 / 5; grid-row: 2 / 3; }
.bento-tile-e { grid-column: 1 / 3; grid-row: 3 / 4; }
.bento-tile-f { grid-column: 3 / 5; grid-row: 3 / 4; }

.product-card { overflow: hidden; border-radius: 0; background: transparent; box-shadow: none; transition: transform .2s; }
.product-card:hover { transform: translateY(-4px); }
.product-image-link { position: relative; display: block; overflow: hidden; }
.product-image-link .img-placeholder, .product-image-link .media-frame { border-radius: 0; transition: transform .35s; }
.product-card:hover .product-image-link .img-placeholder, .product-card:hover .product-image-link .media-frame { transform: scale(1.015); }
.product-price-badge { position: absolute; right: 1rem; bottom: 1rem; z-index: 2; display: flex; width: 78px; height: 78px; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: var(--ink); background: var(--theme); font-family: var(--body); line-height: 1.05; }
.product-price-badge small { font-size: .67rem; font-weight: 500; }
.product-price-badge strong { margin-top: .15rem; font-size: 1.08rem; font-weight: 600; }
.product-card-body { padding: 1.25rem 0 1.5rem; }
.product-category { margin: 0 0 .45rem; color: var(--green); font-size: .69rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.product-card .product-category { display: none; }
.product-card h3 { margin: 0 0 1rem; font-family: var(--body); font-size: 1rem; font-weight: 500; }
.product-code { display: block; color: var(--muted); font-size: .72rem; }
.product-card .round-link { display: none; }
.catalog-note { display: flex; width: 100%; max-width: none; align-items: flex-start; gap: .9rem; margin: 3rem 0 0; padding: 1rem 0; border-top: 1px solid rgba(111,143,170,.35); border-bottom: 1px solid rgba(111,143,170,.35); background: transparent; }
.catalog-note svg { width: 19px; flex: 0 0 19px; margin-top: 3px; color: var(--theme-deep); }
.catalog-note p { margin: 0; color: var(--theme-deep); font-size: .86rem; }

.news-photo { height: 100%; }
.news-photo .ratio { height: 100%; }
.news-photo .ratio::before { display: none; }
.news-grid { display: grid; grid-template-columns: 1.2fr 1fr; grid-template-rows: repeat(2, auto); gap: 1.5rem; height: 100%; }
.news-tile { padding: 1.8rem; border: 0; background: var(--paper); }
.news-tile-large { background: #f7e3dd; }
.news-tile-large .news-date { color: #b5765a; }
.news-tile:nth-child(2) { background: #e9e5f5; }
.news-tile:nth-child(2) .news-date { color: #8072ad; }
.news-tile:nth-child(3) { background: #e2f0e3; }
.news-tile:nth-child(3) .news-date { color: #5f8f6d; }
.news-tile-large { grid-column: 1; grid-row: 1 / 3; }
.news-tile:nth-child(2) { grid-column: 2; grid-row: 1; }
.news-tile:nth-child(3) { grid-column: 2; grid-row: 2; }
.news-date, .news-tile > span { display: block; margin-bottom: .5rem; color: var(--green); font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.news-tile h3 { margin: .5rem 0 1rem; font-size: 1.15rem; line-height: 1.4; }
.news-tile-large h3 { font-size: 1.4rem; }
.news-tile p { margin: 0; color: var(--muted); font-size: .9rem; }
.news-tile-btn { margin-top: 1rem; padding: .75rem 1.3rem; border: 1px solid transparent; color: #fff; transition: opacity .2s; }
.news-tile-btn, .news-tile-btn:hover, .news-tile-btn:focus, .news-tile-btn:active, .news-tile-btn:visited { color: #fff; border-color: transparent; outline: none; box-shadow: none; }
.news-tile-btn:hover, .news-tile-btn:focus { transform: none; opacity: .8; }
.news-tile-large .news-tile-btn { background: #b5765a; }
.news-tile:nth-child(2) .news-tile-btn { background: #8072ad; }
.news-tile:nth-child(3) .news-tile-btn { background: #5f8f6d; }
.gallery-teaser-heading { margin: 0 auto 2.5rem; }
.gallery-teaser-heading h2 { margin-bottom: .8rem; }
.gallery-teaser-heading p { margin: 0 auto; max-width: 560px; }
.gallery-teaser-cta { margin-top: 2.5rem; }

.page-header { padding: 0 0 2.8rem; border-bottom: 0; background: transparent; text-align: center; }

.kvetomaty-page, .kytica-page, .kytice-page, .kontakt-page, .sluzby-page, .rozvoz-page, .smutocna-page, .svadba-page, .crepniky-page, .vyzdoby-page, .firemna-page, .galeria-page { padding-top: 3.8rem; }
.page-header h1 { max-width: 920px; margin: 0 auto; font-size: clamp(2.15rem, 4vw, 3.2rem); letter-spacing: -.02em; }
.page-header .lead { max-width: 720px; margin: 1.1rem auto 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.breadcrumb { font-size: .75rem; }
.breadcrumb-item + .breadcrumb-item::before { color: #9c9e97; }
.breadcrumb-item.active { color: var(--muted); }
.category-nav { display: flex; align-items: stretch; flex-direction: column; flex-wrap: wrap; gap: 0; }
.category-nav button { padding: .78rem 1rem; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--muted); background: transparent; font-size: .88rem; letter-spacing: 0; text-align: left; }
.category-nav button:hover { color: var(--theme-deep); background: var(--theme-soft); }
.category-nav button.active { color: #fff; background: var(--ink); }
.catalog-heading-row { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-bottom: 2.4rem; }
.catalog-filter { display: flex; flex: 0 0 auto; flex-direction: column; align-items: center; gap: .6rem; }
.catalog-filter-btn { display: inline-flex; align-items: center; gap: .5rem; flex: 0 0 auto; white-space: nowrap; }
.catalog-filter-btn svg { width: 16px; }
.catalog-filter-status { color: var(--muted); font-size: .8rem; text-align: center; }
.catalog-filter-status strong { color: var(--ink); }
.catalog-heading { text-align: left; }
.catalog-heading h1 { margin: 0 0 .8rem; font-size: clamp(2.2rem, 4vw, 3.4rem); }
.catalog-heading p { max-width: 680px; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.catalog-offcanvas { width: min(360px, 88vw); }
.catalog-offcanvas .offcanvas-header { padding: 1.3rem 1.5rem; border-bottom: 1px solid var(--line); }
.catalog-offcanvas .offcanvas-title { font-size: 1.3rem; }
.catalog-offcanvas .offcanvas-body { padding: 1.5rem; }
.catalog-offcanvas .catalog-note { margin-top: 2rem; }

.faq-accordion { border-top: 1px solid var(--line); }
.faq-accordion .accordion-item { border: 0; border-bottom: 1px solid var(--line); border-radius: 6px; background: transparent; }
.faq-accordion .accordion-button { padding: 1.4rem 0; color: var(--ink); background: transparent; box-shadow: none; font-family: var(--heading); font-size: 1.15rem; }
.faq-accordion .accordion-button::after { background-size: 1rem; }
.faq-accordion .accordion-body { padding: 0 2.5rem 1.4rem 0; color: var(--muted); font-size: .94rem; }

.machine-card { height: 100%; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.machine-card-top { position: relative; }
.availability { position: absolute; z-index: 3; top: .7rem; left: .7rem; display: inline-flex; align-items: center; gap: .3rem; padding: .3rem .55rem; color: #fff; background: #5caa68; border-radius: 6px; font-size: .6rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.availability svg { width: 11px; }
.availability.refill { color: var(--ink); background: #ead7a8; }
.availability.unavailable { background: #e39a38; }
.machine-card-body { padding: 2rem; }
.machine-card-body h2 { font-size: 2rem; }
.machine-card-wide { height: auto; max-width: 900px; margin: 0 auto; }
.machine-card-wide .machine-card-body { position: static; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; height: 100%; }
.machine-card-body > .availability { position: static; margin-bottom: 1rem; padding: 0; color: var(--muted); background: transparent; font-size: .78rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.machine-card-body > .availability.refill { color: var(--muted); }
.machine-card-body > .availability.offline { color: #d64545; }
.machine-card-photo { position: relative; height: 100%; min-height: 260px; }
.machine-card-photo .ratio { height: 100%; }
.machine-card-photo .ratio::before { display: none; }
.machine-meta { display: flex; flex-direction: column; gap: .55rem; margin: 1.5rem 0; }
.machine-meta span { display: flex; align-items: center; gap: .5rem; color: var(--muted); font-size: .86rem; }
.machine-meta svg { width: 16px; color: var(--green); }
.machine-note { margin-bottom: 1.5rem; padding: .8rem 1rem; background: var(--cream); border-radius: 6px; font-size: .8rem; }
.steps-list { margin: 0; padding: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 56px 1fr; gap: 1.2rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.steps-list li > span { color: var(--green); font-family: var(--heading); font-size: 1.35rem; }
.steps-list strong { font-family: var(--heading); font-size: 1.2rem; font-weight: 400; }
.steps-list p { margin: .25rem 0 0; color: var(--muted); font-size: .86rem; }

.updated-label { display: inline-flex; align-items: center; gap: .4rem; margin-top: .8rem; color: var(--muted); font-size: .75rem; }
.updated-label svg { width: 15px; }
.harvest-card { height: 100%; border: 1px solid var(--line); border-radius: 0; overflow: hidden; background: var(--paper); }
.harvest-card-body { padding: 1.4rem; }
.harvest-card-body h3 { margin: 0; font-size: 1.1rem; }
.harvest-card-body strong { display: block; margin: .35rem 0 .7rem; }
.harvest-card-body p { margin: 0; color: var(--muted); font-size: .85rem; }

.info-grid { display: flex; flex-direction: column; gap: .55rem; margin: 1.8rem 0; }
.info-grid > div { display: flex; flex-wrap: wrap; gap: .4rem; font-size: .92rem; }
.info-grid span, .info-grid strong { display: inline; }
.info-grid span { color: var(--muted); }
.info-grid span::after { content: ':'; }
.info-grid strong { font-family: var(--body); font-weight: 600; }

.wedding-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: .9rem; }
.gallery-photo { display: block; position: relative; padding: 0; overflow: hidden; border-radius: 0; border: 0; background: none; cursor: zoom-in; }
.gallery-photo .media-frame { transition: transform .35s; }
.gallery-photo:hover .media-frame { transform: scale(1.02); }
.gallery-photo > span { position: absolute; right: .8rem; bottom: .8rem; display: flex; width: 38px; height: 38px; align-items: center; justify-content: center; color: #fff; background: rgba(23,25,23,.72); }
.gallery-photo > span svg { width: 16px; }

.product-gallery { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: .8rem; aspect-ratio: 4 / 3; }
.product-gallery-lightbox:first-child { grid-column: 1; grid-row: 1 / 3; }
.product-gallery .ratio { height: 100%; }
.product-gallery .ratio::before { display: none; }
.product-detail-panel { position: sticky; top: 1.5rem; }
.product-detail-panel h1 { margin: .3rem 0 .8rem; font-size: clamp(30px, 3vw, 40px); }
.detail-code { color: var(--muted); font-size: .8rem; }
.product-detail-panel hr { margin: 1.7rem 0; border-color: var(--line); opacity: 1; }
.size-list { display: grid; grid-template-columns: repeat(3, minmax(78px, 112px)); justify-content: start; gap: .55rem; margin: 1.5rem 0 1.7rem; }
.size-list > div { display: flex; min-height: 62px; flex-direction: column; align-items: center; justify-content: center; gap: .15rem; padding: .55rem .4rem; background: #f0f2f3; text-align: center; }
.size-list > div span { font-size: .78rem; }
.size-list > div strong { color: var(--theme-deep); font-family: var(--body); font-size: .9rem; }
.product-specs { margin-bottom: 1.7rem; }
.product-specs > div { display: grid; grid-template-columns: 110px 1fr; padding: .45rem 0; font-size: .82rem; }
.product-specs dt { color: var(--muted); font-weight: 400; }
.product-specs dd { margin: 0; }
.order-tip { margin: 1rem 0 0; color: var(--muted); font-size: .75rem; }

.placeholder-gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-flow: dense; gap: 1rem; }
.gallery-placeholder-item { position: relative; }
.gallery-placeholder-item.wide { grid-column: span 2; }
.gallery-placeholder-item.tall { grid-row: span 2; }
.gallery-placeholder-item > span { position: absolute; left: 1rem; bottom: 1rem; padding: .35rem .6rem; color: #fff; background: var(--ink); font-size: .7rem; text-transform: uppercase; }
.gallery-price-section { margin-bottom: 4.5rem; text-align: left; }
.gallery-price-label { margin: 0 0 2rem; color: var(--muted); font-size: clamp(15px, 1.5vw, 20px); }
.gallery-photo-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; text-align: left; }
.gallery-grid-photo { display: block; width: 100%; padding: 0; overflow: hidden; border-radius: 0; border: 0; background: transparent; cursor: zoom-in; }
.gallery-grid-photo .media-frame { transition: transform .35s; }
.gallery-grid-photo:hover .media-frame { transform: scale(1.05); }
.product-gallery-lightbox { display: block; width: 100%; padding: 0; overflow: hidden; border-radius: 0; border: 0; background: transparent; cursor: zoom-in; }
.product-gallery-lightbox .media-frame { transition: transform .35s; }
.product-gallery-lightbox:hover .media-frame { transform: scale(1.05); }

.contact-card { height: 100%; padding: 2.2rem; background: var(--paper); box-shadow: 0 2px 14px rgba(23,25,23,.07); }
.contact-card h3 { margin: 0; font-size: 1.15rem; }
.contact-card .contact-lines { margin: 1.2rem 0 0; }
.contact-lines { margin: 2rem 0; }
.contact-lines > a, .contact-lines > div { display: block; padding: .35rem 0; color: var(--muted); font-size: .85rem; }
.contact-socials { display: flex; gap: .6rem; }
.contact-socials a { display: inline-flex; align-items: center; gap: .5rem; padding: .6rem 1.1rem; border-radius: 0; color: #fff; font-size: .82rem; font-weight: 600; transition: transform .2s, filter .2s; }
.contact-socials a:hover { transform: translateY(-2px); filter: brightness(1.08); }
.contact-socials svg { width: 15px; }
.contact-socials .social-fb { background: #1877f2; }
.contact-socials .social-ig { background: #C13584; }
.map-placeholder .img-placeholder { border: 0; }
.contact-form-wrap { padding: 3rem; border: 0; border-radius: 0; background: var(--theme-soft); }
.contact-form-wrap h2 { font-size: 1.92rem; }
.contact-form-wrap form { margin-top: 2rem; }
.contact-form-wrap label { margin-bottom: .35rem; font-size: .72rem; font-weight: 600; text-transform: uppercase; }
.form-control, .form-select { min-height: 49px; border: 1px solid var(--line); border-radius: 0; background: #fff; }
.form-control::placeholder { font-size: 13px; }
.form-control:focus, .form-select:focus { border-color: var(--green); box-shadow: 0 0 0 .15rem rgba(66,86,72,.12); }
.form-note { color: var(--muted); font-size: .75rem; }
.order-checklist { display: flex; flex-direction: column; gap: 0; margin: 1.8rem 0 0; padding: 0; list-style: none; }
.order-checklist li { display: flex; align-items: center; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid rgba(23,25,23,.1); font-size: .92rem; }
.order-checklist li:first-child { padding-top: 0; }
.order-checklist span { display: flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 32px; height: 32px; color: var(--theme-deep); font-family: var(--heading); font-size: .95rem; }

.not-found { padding: 9rem 0; }
.not-found h1 { font-size: clamp(3rem, 7vw, 6rem); }
.not-found p { max-width: 560px; margin: 1.5rem auto 2rem; color: var(--muted); }

.site-footer { padding: 5rem 0 1.5rem; border-top: 1px solid var(--cream); background: transparent; }
.site-footer a { text-decoration: none; }
.footer-main { display: flex; align-items: flex-start; justify-content: space-between; gap: 2.5rem; flex-wrap: wrap; }
.footer-col h3 { margin: 0 0 1rem; color: var(--theme-deep); font-family: var(--heading); font-size: 1.15rem; font-weight: 500; letter-spacing: normal; text-transform: none; }
.footer-col-menu { flex: 0 0 auto; }
.footer-nav { display: flex; flex-direction: column; }
.footer-nav a { display: block; padding: .26rem 0; color: #222; font-size: 16.44px; font-weight: 300; }
.footer-col-brand { display: flex; flex: 1 1 auto; flex-direction: column; align-items: center; text-align: center; }
.footer-brand { width: 162px; height: 67px; }
.footer-brand img { width: 158px; height: 64px; }
.social-links { display: flex; gap: .6rem; margin-top: 1.2rem; }
.social-links a { display: inline-flex; align-items: center; padding: .6rem 1.1rem; border: 0; border-radius: 0; color: #fff; font-size: .82rem; font-weight: 600; transition: transform .2s, filter .2s; }
.social-links a:hover { transform: translateY(-2px); filter: brightness(1.08); }
.social-links .social-fb { background: #1877f2; }
.social-links .social-ig { background: #C13584; }
.footer-col-contact { flex: 0 0 auto; text-align: right; }
.footer-col-contact > a { display: block; padding: .26rem 0; color: #222; font-size: 16.44px; font-weight: 300; }
.footer-muted { margin-top: 1rem; color: #222; font-size: 16.44px; font-weight: 300; }
.footer-legal { display: flex; gap: 1.6rem; margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid var(--cream); }
.footer-legal a { color: #222; font-size: .8rem; font-weight: 300; }
.footer-legal a:hover { color: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 1.2rem; padding-top: 1.2rem; border-top: 1px solid var(--cream); color: #222; font-size: .72rem; font-weight: 300; }
.back-to-top { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 50; display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 0; color: #fff; background: var(--ink); transition: opacity .2s; }
.back-to-top svg { width: 17px; }

@media (max-width: 991.98px) {
  .machine-card-photo { height: auto; min-height: 0; }
  .machine-card-photo .ratio { height: auto; }
  .machine-card-photo .ratio::before { display: block; }
  .machine-card-wide .machine-card-body { align-items: stretch; }
  .hero-photos { min-height: 70vh; padding-bottom: 90px; }
  .hero-card { padding: 2.2rem 1.8rem; }
  .section { padding: 4.5rem 0; }
  .gallery-photo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wedding-gallery { grid-template-columns: 1fr 1fr; }
  .product-detail-panel { position: static; }
  .placeholder-gallery { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767.98px) {
  .product-card h3 { font-size: .85rem; }
  .product-code { font-size: .65rem; }
  .bento-grid { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .bento-tile { grid-column: auto !important; grid-row: auto !important; min-height: 200px; }
  .catalog-heading-row { flex-direction: column; align-items: stretch; }
  .catalog-heading { text-align: center; }
  .catalog-heading p { margin-left: auto; margin-right: auto; }
  .catalog-filter-btn { justify-content: center; }
  .hero-photos { flex-direction: column; min-height: 0; padding-bottom: 0; }
  .hero-photo { width: 100%; height: 220px; }
  .hero-photo:nth-child(2), .hero-photo:nth-child(3) { display: none; }
  .hero-card { position: static; width: 95%; margin: -2rem auto 0; padding: 2rem 1.5rem; box-shadow: 0 12px 30px rgba(23,25,23,.15); animation: heroSectionFade .7s ease-out forwards; animation-delay: .6s; }
  .hero-card .lead { font-size: 1rem; }
  .section-heading.split { display: block; }
  .section-heading.split .text-link, .section-heading.split .updated-label { margin-top: 1rem; }
  .news-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .news-tile-large, .news-tile:nth-child(2), .news-tile:nth-child(3) { grid-column: 1; grid-row: auto; }
  .news-photo { height: auto; }
  .news-photo .ratio { height: auto; }
  .news-photo .ratio::before { display: block; }
  .gallery-strip { grid-template-columns: 1fr 1fr; }
  .gallery-photo-grid { grid-template-columns: 1fr 1fr; gap: .8rem; }
  .page-header { padding: 0 0 3rem; }
  .kvetomaty-page, .kytica-page, .kytice-page, .kontakt-page, .sluzby-page, .rozvoz-page, .smutocna-page, .svadba-page, .crepniky-page, .vyzdoby-page, .firemna-page, .galeria-page { padding-top: 3rem; }
  .wedding-gallery { grid-template-columns: 1fr; }
  .product-gallery { grid-template-columns: 1fr; grid-template-rows: auto; aspect-ratio: auto; }
  .product-gallery-lightbox:first-child { grid-column: auto; grid-row: auto; }
  .product-gallery .ratio { height: auto; }
  .product-gallery .ratio::before { display: block; }
  .placeholder-gallery { display: block; }
  .gallery-placeholder-item { margin-bottom: .9rem; }
  .contact-form-wrap { padding: 1.5rem; }
  .footer-main { flex-direction: column; align-items: center; text-align: center; gap: 2.2rem; }
  .footer-col-contact { text-align: center; }
  .footer-legal { justify-content: center; gap: 1rem; }
  .footer-legal a { font-size: .7rem; }
}

@media (max-width: 480px) {
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .section { padding: 3.7rem 0; }
}

/* Private demo analytics */
.analytics-admin { min-height: 100vh; color: #ebe8df; background: #11110f; }
.analytics-login-shell { display: grid; min-height: 100vh; padding: 32px 25px; place-items: center; }
.analytics-login-card { width: 100%; max-width: 480px; padding: 48px; border: 1px solid #34332e; background: #171715; }
.analytics-label { display: block; margin-bottom: 18px; color: var(--gold); font-size: 10px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.analytics-login-card h1, .analytics-dashboard h1 { margin: 0 0 20px; color: #fff; font-family: 'Marcellus', serif; font-size: clamp(46px, 6vw, 70px); line-height: 1; }
.analytics-login-card > p, .analytics-dashboard-header p { color: #96948c; font-size: 14px; line-height: 1.75; }
.analytics-login-card form { margin-top: 35px; }
.analytics-login-card label { display: block; margin-bottom: 9px; color: #aaa89f; font-size: 12px; }
.analytics-login-card input { width: 100%; height: 52px; padding: 0 15px; border: 1px solid #3c3b35; border-radius: 0; outline: 0; color: #fff; background: #10100f; font-family: 'Montserrat', sans-serif; }
.analytics-login-card input:focus { border-color: var(--gold); }
.analytics-login-card button, .analytics-logout { min-height: 48px; margin-top: 14px; padding: 0 24px; border: 0; color: #fff; background: var(--gold); font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 400; cursor: pointer; }
.analytics-error { margin-top: 22px; padding: 13px 15px; color: #efc5bc; background: #3a211d; font-size: 13px; }
.analytics-dashboard { width: min(1240px, calc(100% - 50px)); margin: 0 auto; padding: 72px 0 90px; }
.analytics-dashboard-header { display: flex; padding-bottom: 55px; border-bottom: 1px solid #302f2a; justify-content: space-between; gap: 50px; align-items: flex-end; }
.analytics-dashboard-header p { max-width: 680px; margin: 0; }
.analytics-dashboard-header code { color: var(--gold); }
.analytics-logout { margin: 0; flex: 0 0 auto; color: #d1cec4; background: #282824; }
.analytics-stats { display: grid; padding: 50px 0; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid #302f2a; }
.analytics-stats > div { min-height: 105px; padding: 4px 35px; border-right: 1px solid #302f2a; }
.analytics-stats > div:first-child { padding-left: 0; }
.analytics-stats > div:last-child { border-right: 0; }
.analytics-stats span { display: block; margin-bottom: 18px; color: #7e7c75; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.analytics-stats strong { display: block; color: #fff; font-family: 'Marcellus', serif; font-size: 38px; font-weight: 500; line-height: 1.2; }
.analytics-stats > div:last-child strong { font-family: 'Montserrat', sans-serif; font-size: 17px; font-weight: 400; }
.analytics-table-section { padding-top: 58px; }
.analytics-table-heading { display: flex; margin-bottom: 28px; justify-content: space-between; align-items: end; gap: 20px; }
.analytics-table-heading h2 { margin: 0; color: #fff; font-family: 'Marcellus', serif; font-size: 34px; }
.analytics-table-heading span { color: #77756f; font-size: 12px; }
.analytics-table-wrap { overflow-x: auto; }
.analytics-table-section table { width: 100%; border-collapse: collapse; }
.analytics-table-section th, .analytics-table-section td { padding: 18px 15px; border-bottom: 1px solid #2b2a26; text-align: left; }
.analytics-table-section th { color: #77756f; font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.analytics-table-section td { color: #c9c6bd; font-size: 14px; }
.analytics-table-section td code { color: var(--gold); }
.analytics-empty { padding: 34px 0; color: #85837c; }

@media (max-width: 767.98px) {
    .analytics-login-card { padding: 35px 24px; }
    .analytics-dashboard { width: calc(100% - 50px); padding-top: 45px; }
    .analytics-dashboard-header { align-items: flex-start; flex-direction: column; }
    .analytics-stats { grid-template-columns: 1fr; }
    .analytics-stats > div, .analytics-stats > div:first-child { min-height: 0; padding: 25px 0; border-right: 0; border-bottom: 1px solid #302f2a; }
    .analytics-stats > div:last-child { border-bottom: 0; }
