/*
Theme Name: Clean Bootstrap 5
Theme URI: https://xn----7sbabaxdtkogovylekcq9x.xn--p1ai/
Author: Site Team
Description: Современная адаптивная тема «Мастерской праздника» на Bootstrap 5 с поддержкой WooCommerce.
Version: 3.0.1
Requires at least: 6.7
Requires PHP: 8.1
Text Domain: clean-bootstrap-5
*/

:root {
  --brand-rose: #efa51e;
  --brand-rose-dark: #cf7f08;
  --brand-gold: #ffd16a;
  --brand-ink: #1b0d06;
  --brand-muted: #d2c2b7;
  --bs-primary: var(--brand-rose);
  --bs-primary-rgb: 239, 63, 131;
}

html { scroll-behavior: smooth; }
body { min-height: 100vh; display: flex; flex-direction: column; color: #241d28; background: #fff; }
main { flex: 1; }
a { text-underline-offset: .18em; }

.site-header { width: 100%; z-index: 1030; }
.site-header--hero { position: absolute; inset: 0 0 auto; border-bottom: 1px solid rgba(255,255,255,.12); }
.site-header--inner { position: relative; border-bottom: 1px solid rgba(255,255,255,.12); background-color: #3b1a0b; background-image: linear-gradient(90deg, rgba(39,16,6,.96), rgba(59,25,9,.83) 52%, rgba(39,16,6,.9)), url('assets/hero-master-prazdnika-brown.webp'); background-position: center, 68% 37%; background-size: cover, cover; box-shadow: 0 8px 30px rgba(43,19,7,.22); }
.site-header .navbar { min-height: 82px; padding: .55rem 0; }
.brand-lockup { display: flex; align-items: center; gap: .75rem; margin-right: 1.5rem; color: #fff; }
.brand-mark { display: grid; place-items: center; width: 62px; height: 62px; overflow: visible; flex: 0 0 62px; }
.brand-mark img { display: block; width: 62px; height: 62px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: 1.02rem; letter-spacing: -.015em; }
.brand-copy small { margin-top: .28rem; color: rgba(255,255,255,.6); font-size: .68rem; font-weight: 500; letter-spacing: .055em; text-transform: uppercase; }
.site-header .nav-link { color: rgba(255,255,255,.78); font-size: .86rem; font-weight: 700; padding: .65rem .72rem !important; white-space: nowrap; transition: color .2s ease; }
.site-header .nav-link:hover, .site-header .nav-link:focus { color: #fff; }
.header-phone { display: grid; color: #fff; text-decoration: none; line-height: 1.1; text-align: right; white-space: nowrap; }
.header-phone strong { font-size: .93rem; }
.header-phone small { color: rgba(255,255,255,.56); font-size: .67rem; margin-top: .28rem; }
.btn-accent { --bs-btn-color: #2c1608; --bs-btn-bg: var(--brand-rose); --bs-btn-border-color: var(--brand-rose); --bs-btn-hover-color: #fff; --bs-btn-hover-bg: var(--brand-rose-dark); --bs-btn-hover-border-color: var(--brand-rose-dark); font-weight: 800; box-shadow: 0 12px 32px rgba(239,165,30,.24); }
.header-cta { padding: .72rem 1rem; border-radius: .6rem; font-size: .82rem; white-space: nowrap; }

.home-hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: stretch; color: #fff; background: #1b0d06 url('assets/hero-master-prazdnika-brown.webp') center center / cover no-repeat; }
.home-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,10,4,.98) 0%, rgba(38,16,6,.9) 29%, rgba(53,24,9,.43) 53%, rgba(30,13,5,.08) 75%), linear-gradient(0deg, rgba(18,8,3,.42), transparent 45%); }
.home-hero__content { position: relative; z-index: 2; display: flex; align-items: center; padding-top: 118px; padding-bottom: 120px; }
.home-hero__copy { width: min(675px, 58vw); }
.hero-eyebrow { display: flex; align-items: center; gap: .65rem; margin-bottom: 1.35rem; color: #eee8f1; font-size: .83rem; font-weight: 700; }
.hero-eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--brand-rose); box-shadow: 0 0 0 6px rgba(239,165,30,.12), 0 0 20px rgba(239,165,30,.7); }
.home-hero h1 { margin: 0; max-width: 660px; color: #fff; font-size: clamp(2.8rem, 4.15vw, 3.45rem); font-weight: 850; line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.home-hero h1 em { display: inline-block; margin-top: .15em; color: var(--brand-rose); font-style: normal; }
.hero-lead { max-width: 620px; margin: 1.55rem 0 0; color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.25vw, 1.18rem); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; margin-top: 1.8rem; }
.hero-actions .btn { padding: .92rem 1.35rem; border-radius: .65rem; font-size: .92rem; }
.hero-text-link { color: #fff; text-decoration: none; font-size: .91rem; font-weight: 800; }
.hero-text-link span { display: inline-block; margin-left: .4rem; transition: transform .2s ease; }
.hero-text-link:hover { color: #fff; }
.hero-text-link:hover span { transform: translateX(4px); }
.hero-trust { display: flex; align-items: center; gap: .7rem; margin-top: 1.45rem; }
.hero-trust__icon { display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 25px; border-radius: 50%; color: #fff; background: var(--brand-rose); font-size: .75rem; font-weight: 900; }
.hero-trust > span:last-child { display: grid; line-height: 1.25; }
.hero-trust strong { font-size: .78rem; }
.hero-trust small { color: rgba(255,255,255,.55); font-size: .7rem; margin-top: .1rem; }
.hero-socials { display: flex; gap: .65rem; margin-top: 1.15rem; }
.hero-socials a { display: block; width: 128px; height: 42px; border: 1px solid rgba(255,255,255,.15); border-radius: .55rem; overflow: hidden; box-shadow: 0 10px 25px rgba(0,0,0,.18); transition: transform .2s ease, border-color .2s ease; }
.hero-socials a:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.38); }
.hero-socials img { display: block; width: 100%; height: 100%; object-fit: cover; }

.hero-facts { position: absolute; inset: auto 0 0; z-index: 3; border-top: 1px solid rgba(255,255,255,.13); background: rgba(25,11,4,.8); backdrop-filter: blur(14px); }
.hero-facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.hero-fact { display: grid; min-height: 94px; align-content: center; padding: 1rem 1.8rem; border-left: 1px solid rgba(255,255,255,.1); }
.hero-fact:last-child { border-right: 1px solid rgba(255,255,255,.1); }
.hero-fact strong { color: #fff; font-size: 1.45rem; line-height: 1; letter-spacing: -.03em; }
.hero-fact span { margin-top: .45rem; color: rgba(255,255,255,.55); font-size: .71rem; }

.home-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 2.2rem; }
.home-section-heading h2 { max-width: 760px; margin: .65rem 0 0; color: #2c1608; font-size: clamp(2rem, 4vw, 3.35rem); font-weight: 850; line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; }
.home-section-heading > p { max-width: 520px; margin: 0; color: #806c5e; font-size: .88rem; line-height: 1.65; }
.home-section-kicker { display: flex; align-items: center; gap: .6rem; color: #c97809; font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.home-section-kicker i { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--brand-rose); box-shadow: 0 0 0 5px rgba(239,165,30,.13); }
.home-heading-link { color: #6a2e0c; font-size: .82rem; font-weight: 800; text-decoration: none; }
.home-heading-link:hover { color: var(--brand-rose-dark); }
.home-categories-section { padding: 6rem 0; background-color: #fffaf5; background-image: linear-gradient(90deg, rgba(255,250,245,.92), rgba(255,250,245,.76) 52%, rgba(255,250,245,.87)), url('assets/home-categories-soft.webp'); background-position: center, right center; background-size: cover; }
.home-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.home-category-card { position: relative; display: grid; min-height: 210px; align-content: space-between; overflow: hidden; padding: 1.45rem; color: #2c1608; border: 1px solid #eaded3; border-radius: 1.05rem; background: linear-gradient(145deg, #fff, #fff6ea); box-shadow: 0 18px 45px rgba(69,32,12,.07); text-decoration: none; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.home-category-card::after { content: ''; position: absolute; width: 130px; height: 130px; right: -55px; top: -55px; border-radius: 50%; background: radial-gradient(circle, rgba(239,165,30,.2), transparent 68%); }
.home-category-card:nth-child(3n+2) { background: linear-gradient(145deg, #fff, #f3fbfa); }
.home-category-card:nth-child(3n+3) { background: linear-gradient(145deg, #fff, #fff2f4); }
.home-category-card:hover { color: #2c1608; border-color: #e5bd7d; box-shadow: 0 23px 55px rgba(69,32,12,.12); transform: translateY(-4px); }
.home-category-card__icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: .8rem; background: var(--brand-rose); font-size: 1.35rem; }
.home-category-card__content { display: grid; margin-top: 1.3rem; }
.home-category-card__content strong { font-size: 1rem; font-weight: 850; }
.home-category-card__content small { margin-top: .5rem; color: #806c5e; font-size: .75rem; line-height: 1.5; }
.home-category-card__arrow { position: absolute; right: 1.25rem; bottom: 1.2rem; color: #c97809; font-weight: 900; }
.home-products-section { padding: 6rem 0; background-color: #fff; background-image: linear-gradient(110deg, rgba(255,255,255,.97) 8%, rgba(255,255,255,.87) 54%, rgba(255,250,245,.91)), url('assets/faq-hero-atelier.webp'); background-position: center, 68% center; background-size: cover; }
.home-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.home-product-card { overflow: hidden; border: 1px solid #eaded3; border-radius: 1rem; background: #fff; box-shadow: 0 18px 45px rgba(69,32,12,.07); }
.home-product-card__image { display: block; aspect-ratio: 1 / 1; overflow: hidden; background: #fff6ec; }
.home-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.home-product-card:hover .home-product-card__image img { transform: scale(1.035); }
.home-product-card__body { padding: 1.2rem; }
.home-product-card h3 { margin: 0; font-size: 1rem; font-weight: 800; }
.home-product-card h3 a { color: #2c1608; text-decoration: none; }
.home-product-card__price { margin: .65rem 0 1rem; color: #c87508; font-size: 1.2rem; font-weight: 850; }
.home-product-card .btn { width: 100%; font-size: .78rem; }
.home-occasions-section { padding: 6rem 0; color: #fff; background-color: #241006; background-image: linear-gradient(105deg, rgba(42,18,6,.96) 8%, rgba(42,18,6,.8) 56%, rgba(18,7,2,.87)), url('assets/home-occasions-dark.webp'); background-position: center; background-size: cover; }
.home-section-heading--light h2 { color: #fff; }
.home-section-heading--light > p { color: rgba(255,255,255,.58); }
.home-occasion-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.home-occasion-card { position: relative; min-height: 205px; overflow: hidden; padding: 1.5rem; color: #fff; border: 1px solid rgba(255,255,255,.11); border-radius: 1rem; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035)); text-decoration: none; transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.home-occasion-card::after { content: ''; position: absolute; width: 160px; height: 160px; right: -80px; bottom: -95px; border-radius: 50%; background: radial-gradient(circle, rgba(239,165,30,.22), transparent 70%); }
.home-occasion-card:hover { color: #fff; border-color: rgba(239,165,30,.45); background: linear-gradient(145deg, rgba(239,165,30,.13), rgba(255,255,255,.04)); transform: translateY(-3px); }
.home-occasion-card > span { color: var(--brand-gold); font-size: .7rem; font-weight: 850; }
.home-occasion-card strong { display: block; margin-top: 1rem; font-size: 1.2rem; }
.home-occasion-card p { max-width: 330px; margin: .55rem 0 0; color: rgba(255,255,255,.58); font-size: .79rem; line-height: 1.55; }
.home-occasion-card small { position: absolute; left: 1.5rem; bottom: 1.35rem; color: #fff; font-size: .72rem; font-weight: 800; }
.home-treatment-section { padding: 6rem 0; background-color: #fffaf5; background-image: linear-gradient(90deg, rgba(255,250,245,.94), rgba(255,250,245,.79) 52%, rgba(255,250,245,.9)), url('assets/home-treatment-soft.webp'); background-position: center; background-size: cover; }
.home-treatment-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.home-treatment-visual { display: grid; min-height: 510px; overflow: hidden; place-items: end start; padding: 2rem; border-radius: 1.25rem; background-image: linear-gradient(180deg, rgba(36,14,4,.08), rgba(32,12,4,.82)), url('assets/faq-hero-atelier.webp'); background-position: 72% center; background-size: cover; box-shadow: 0 25px 65px rgba(69,32,12,.15); }
.home-treatment-visual > span { display: flex; align-items: end; gap: .8rem; color: var(--brand-gold); font-size: 4rem; font-weight: 900; line-height: .8; letter-spacing: -.06em; }
.home-treatment-visual small { color: rgba(255,255,255,.72); font-size: .75rem; font-weight: 700; line-height: 1.35; letter-spacing: 0; }
.home-treatment-copy h2 { margin: .7rem 0 0; color: #2c1608; font-size: clamp(2.1rem, 4vw, 3.5rem); font-weight: 850; line-height: 1; letter-spacing: -.05em; }
.home-treatment-copy > p { margin: 1.3rem 0 0; color: #806c5e; line-height: 1.68; }
.home-treatment-copy ul { display: grid; gap: .65rem; margin: 1.4rem 0; padding: 0; list-style: none; }
.home-treatment-copy li { position: relative; padding-left: 1.7rem; color: #4d3324; font-size: .86rem; font-weight: 700; }
.home-treatment-copy li::before { content: '✓'; position: absolute; left: 0; display: grid; width: 19px; height: 19px; place-items: center; color: #2c1608; border-radius: 50%; background: var(--brand-rose); font-size: .65rem; font-weight: 900; }
.home-delivery-section { padding: 6rem 0; background-color: #fff; background-image: linear-gradient(100deg, rgba(255,255,255,.96), rgba(255,251,246,.82) 58%, rgba(255,255,255,.94)), url('assets/delivery-hero-night.webp'); background-position: center, 74% center; background-size: cover; }
.home-delivery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.home-delivery-grid article { padding: 1.6rem; border: 1px solid #eaded3; border-radius: 1rem; background: linear-gradient(145deg, #fff, #fff8ef); box-shadow: 0 17px 42px rgba(69,32,12,.07); }
.home-delivery-grid article > span { color: #9a795f; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.home-delivery-grid h3 { margin: .55rem 0 0; color: #2c1608; font-size: 1.2rem; font-weight: 850; }
.home-delivery-grid strong { display: block; margin-top: .7rem; color: #c87508; font-size: 2rem; letter-spacing: -.04em; }
.home-delivery-grid p { margin: .55rem 0 0; color: #806c5e; font-size: .8rem; }
.home-delivery-action { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.2rem; padding: 1.2rem 1.4rem; border-radius: .9rem; background: #2c1407; }
.home-delivery-action p { margin: 0; color: rgba(255,255,255,.74); font-size: .86rem; font-weight: 700; }
.home-delivery-action .btn { flex: 0 0 auto; }
.home-trust-section { padding: 6rem 0; color: #fff; background-color: #251006; background-image: linear-gradient(100deg, rgba(53,22,7,.97), rgba(45,18,6,.86) 55%, rgba(18,7,2,.9)), url('assets/contact-hero-atelier.webp'); background-position: center, right center; background-size: cover; }
.home-trust-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.home-trust-copy h2 { max-width: 780px; margin: .7rem 0 0; color: #fff; font-size: clamp(2.1rem, 4vw, 3.5rem); font-weight: 850; line-height: 1; letter-spacing: -.05em; }
.home-benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2rem; }
.home-benefit-grid > div { padding: 1.1rem; border-left: 2px solid var(--brand-rose); background: rgba(255,255,255,.05); }
.home-benefit-grid strong { color: #fff; font-size: .87rem; }
.home-benefit-grid p { margin: .35rem 0 0; color: rgba(255,255,255,.55); font-size: .75rem; line-height: 1.5; }
.home-rating-card { display: grid; padding: 2rem; color: #2c1608; border-radius: 1.2rem; background: linear-gradient(145deg, #fffdf9, #fff1d7); box-shadow: 0 25px 65px rgba(0,0,0,.25); text-decoration: none; }
.home-rating-card:hover { color: #2c1608; }
.home-rating-card__label { color: #8b674f; font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.home-rating-card > strong { margin-top: .55rem; font-size: 5rem; font-weight: 900; line-height: .9; letter-spacing: -.08em; }
.home-rating-card__stars { margin-top: .65rem; color: #ffae13; font-size: 1.25rem; letter-spacing: .08em; }
.home-rating-card p { margin: .5rem 0 1.2rem; color: #806c5e; font-size: .82rem; }
.home-rating-card small { color: #6a2e0c; font-size: .78rem; font-weight: 850; }
.home-process-section { padding: 6rem 0; background-color: #fffaf5; background-image: linear-gradient(90deg, rgba(255,250,245,.93), rgba(255,250,245,.76) 48%, rgba(255,250,245,.9)), url('assets/home-process-soft.webp'); background-position: center; background-size: cover; }
.home-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.home-process-grid article { position: relative; min-height: 190px; padding: 1.4rem; border: 1px solid #eaded3; border-radius: 1rem; background: #fff; }
.home-process-grid article > span { display: grid; width: 38px; height: 38px; place-items: center; color: #2c1608; border-radius: .7rem; background: var(--brand-rose); font-size: .72rem; font-weight: 900; }
.home-process-grid h3 { margin: 1rem 0 0; color: #2c1608; font-size: 1rem; font-weight: 850; }
.home-process-grid p { margin: .5rem 0 0; color: #806c5e; font-size: .76rem; line-height: 1.55; }
.home-faq-section { padding: 6rem 0; background-color: #fff; background-image: linear-gradient(105deg, rgba(255,255,255,.97), rgba(255,250,245,.84) 58%, rgba(255,255,255,.94)), url('assets/footer-balloons-brown.webp'); background-position: center, left center; background-size: cover; }
.home-faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); align-items: start; gap: .8rem 1rem; }
.home-faq-item { border: 1px solid #eaded3; border-radius: .9rem; background: #fffaf5; }
.home-faq-item summary { position: relative; min-height: 70px; padding: 1.25rem 3rem 1.1rem 1.2rem; color: #321b0f; cursor: pointer; list-style: none; font-size: .91rem; font-weight: 800; }
.home-faq-item summary::-webkit-details-marker { display: none; }
.home-faq-item summary::after { content: '+'; position: absolute; right: 1rem; top: 1.05rem; display: grid; width: 32px; height: 32px; place-items: center; color: #6a2e0c; border-radius: 50%; background: #fff0d6; font-size: 1.2rem; transition: transform .2s ease, background .2s ease; }
.home-faq-item[open] summary::after { background: var(--brand-rose); transform: rotate(45deg); }
.home-faq-item > div { padding: 0 3rem 1.25rem 1.2rem; color: #806c5e; font-size: .8rem; line-height: 1.65; }
.home-location-section { padding: 6rem 0; background-color: #fffaf5; background-image: linear-gradient(90deg, rgba(255,250,245,.94), rgba(255,250,245,.8) 50%, rgba(255,250,245,.89)), url('assets/home-location-soft.webp'); background-position: center; background-size: cover; }
.home-location-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: center; gap: clamp(3rem, 7vw, 6rem); }
.home-location-copy h2 { margin: .7rem 0 0; color: #2c1608; font-size: clamp(2.1rem, 4vw, 3.4rem); font-weight: 850; line-height: 1; letter-spacing: -.05em; }
.home-location-data { display: grid; gap: 1rem; margin-top: 1.7rem; }
.home-location-data > div { display: grid; padding-left: 1rem; border-left: 2px solid var(--brand-rose); }
.home-location-data small { color: #a0775c; font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.home-location-data strong, .home-location-data a { margin-top: .25rem; color: #2c1608; font-size: 1rem; font-weight: 850; text-decoration: none; }
.home-location-data span { margin-top: .2rem; color: #806c5e; font-size: .76rem; }
.home-location-actions { display: flex; align-items: center; gap: 1.2rem; margin-top: 1.7rem; }
.home-location-map { min-height: 470px; }
.home-location-map iframe { height: 470px; }
.home-order-section { padding: 6rem 0; background-image: linear-gradient(rgba(255,250,245,.78), rgba(255,250,245,.84)), url('assets/contact-form-balloons-light.webp'); background-position: center; background-size: cover; }
.home-order-section .contact-form-copy h2 { font-size: clamp(2.1rem, 4vw, 3.4rem); }

.error404-page .site-header--hero { background: linear-gradient(180deg, rgba(25,10,4,.35), transparent); }
.error404-hero { position: relative; display: flex; min-height: 100svh; overflow: hidden; align-items: center; color: #fff; background-color: #241006; background-image: linear-gradient(90deg, rgba(24,9,3,.98) 0%, rgba(43,18,7,.88) 46%, rgba(34,14,5,.52) 100%), url('assets/hero-master-prazdnika-brown.webp'); background-position: center, 68% center; background-size: cover; }
.error404-hero::before { content: ''; position: absolute; width: 560px; height: 560px; right: -180px; top: -190px; border-radius: 50%; background: radial-gradient(circle, rgba(239,165,30,.18), transparent 68%); }
.error404-hero::after { content: ''; position: absolute; width: 440px; height: 440px; left: 35%; bottom: -340px; border-radius: 50%; background: radial-gradient(circle, rgba(255,209,106,.12), transparent 70%); }
.error404-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); align-items: center; gap: clamp(3rem, 9vw, 8rem); padding-top: 9rem; padding-bottom: 5rem; }
.error404-hero__kicker { display: flex; align-items: center; gap: .65rem; color: var(--brand-gold); font-size: .75rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.error404-hero__kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--brand-rose); box-shadow: 0 0 0 6px rgba(239,165,30,.13), 0 0 22px rgba(239,165,30,.45); }
.error404-hero h1 { max-width: 720px; margin: 1.1rem 0 0; color: #fff; font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 850; line-height: .94; letter-spacing: -.06em; text-wrap: balance; }
.error404-hero__lead { max-width: 620px; margin: 1.5rem 0 0; color: rgba(255,255,255,.7); font-size: 1.03rem; line-height: 1.65; }
.error404-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.error404-hero__actions .btn { padding: .9rem 1.25rem; border-radius: .65rem; font-size: .88rem; }
.error404-hero__actions .btn-outline-light { --bs-btn-color: #fff; --bs-btn-border-color: rgba(255,255,255,.32); --bs-btn-hover-color: #2b1408; --bs-btn-hover-bg: #fff; --bs-btn-hover-border-color: #fff; }
.error404-hero__links { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem; }
.error404-hero__links a { color: rgba(255,255,255,.66); font-size: .78rem; font-weight: 700; text-decoration: none; }
.error404-hero__links a:hover { color: var(--brand-gold); }
.error404-visual { position: relative; display: grid; min-height: 430px; place-items: center; }
.error404-visual__code { position: relative; z-index: 2; color: rgba(255,255,255,.96); font-size: clamp(8rem, 17vw, 15rem); font-weight: 900; line-height: .75; letter-spacing: -.11em; text-shadow: 0 25px 70px rgba(0,0,0,.32); }
.error404-visual__code span { color: var(--brand-rose); }
.error404-balloon { position: absolute; border: 1px solid rgba(255,255,255,.17); border-radius: 50% 50% 47% 47%; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.02)); box-shadow: inset -18px -22px 35px rgba(0,0,0,.12); }
.error404-balloon::after { content: ''; position: absolute; width: 1px; height: 115px; left: 50%; top: 100%; background: linear-gradient(rgba(255,255,255,.23), transparent); transform: rotate(7deg); transform-origin: top; }
.error404-balloon--one { width: 118px; height: 145px; right: 5%; top: 5%; transform: rotate(8deg); }
.error404-balloon--two { width: 82px; height: 104px; left: 4%; bottom: 10%; border-color: rgba(239,165,30,.28); background: linear-gradient(145deg, rgba(239,165,30,.18), rgba(239,165,30,.02)); transform: rotate(-9deg); }

.site-footer { position: relative; overflow: hidden; margin-top: 0; color: #d8cbc2; background-color: #1b0d06; background-image: linear-gradient(145deg, rgba(45,21,8,.88) 0%, rgba(27,13,6,.91) 48%, rgba(16,8,4,.94) 100%), url('assets/footer-balloons-brown.webp'); background-position: center, center; background-size: cover, cover; background-repeat: no-repeat; }
.footer-glow { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(1px); }
.footer-glow--one { width: 380px; height: 380px; top: -220px; right: 8%; background: radial-gradient(circle, rgba(239,165,30,.16), transparent 68%); }
.footer-glow--two { width: 300px; height: 300px; bottom: -210px; left: -80px; background: radial-gradient(circle, rgba(176,69,25,.16), transparent 70%); }
.footer-cta { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-top: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,.11); }
.footer-kicker { display: block; margin-bottom: .65rem; color: var(--brand-rose); font-size: .74rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.footer-cta h2 { margin: 0; color: #fff; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 850; letter-spacing: -.035em; }
.footer-cta p { max-width: 650px; margin: .7rem 0 0; color: rgba(255,255,255,.6); line-height: 1.55; }
.footer-cta__actions { display: flex; flex: 0 0 auto; gap: .75rem; }
.footer-cta__actions .btn { min-width: 155px; padding: .85rem 1.15rem; border-radius: .65rem; font-size: .86rem; }
.footer-cta__actions .btn-outline-light { --bs-btn-color: #fff; --bs-btn-border-color: rgba(255,255,255,.32); --bs-btn-hover-color: #2b1408; --bs-btn-hover-bg: #fff; --bs-btn-hover-border-color: #fff; }
.footer-main { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .7fr 1fr; gap: clamp(2.2rem, 6vw, 6.5rem); padding-top: 3.3rem; padding-bottom: 3.5rem; }
.footer-brand__lockup { display: flex; align-items: center; gap: .85rem; color: #fff; text-decoration: none; }
.footer-brand__lockup img { width: 72px; height: 72px; object-fit: contain; }
.footer-brand__lockup span { display: grid; line-height: 1.1; }
.footer-brand__lockup strong { font-size: 1.13rem; }
.footer-brand__lockup small { margin-top: .35rem; color: rgba(255,255,255,.5); font-size: .68rem; font-weight: 650; letter-spacing: .04em; text-transform: uppercase; }
.footer-brand > p { max-width: 420px; margin: 1.25rem 0 0; color: rgba(255,255,255,.55); font-size: .88rem; line-height: 1.65; }
.footer-socials { display: flex; gap: .65rem; margin-top: 1.35rem; }
.footer-socials a { display: block; width: 122px; height: 40px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: .55rem; transition: transform .2s ease, border-color .2s ease; }
.footer-socials a:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.35); }
.footer-socials img { display: block; width: 100%; height: 100%; object-fit: cover; }
.footer-column h3 { margin: .2rem 0 1.25rem; color: #fff; font-size: .88rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.footer-column ul { margin: 0; padding: 0; list-style: none; }
.footer-column li + li { margin-top: .68rem; }
.footer-column li a, .footer-email { color: rgba(255,255,255,.56); font-size: .86rem; text-decoration: none; transition: color .2s ease, transform .2s ease; }
.footer-column li a:hover, .footer-email:hover { color: var(--brand-rose); }
.footer-phone { display: block; color: #fff; font-size: 1.3rem; font-weight: 850; letter-spacing: -.025em; text-decoration: none; }
.footer-email { display: inline-block; margin-top: .4rem; }
.footer-contact-block { display: grid; margin-top: 1.2rem; color: rgba(255,255,255,.55); font-size: .82rem; line-height: 1.5; }
.footer-contact-block > strong { margin-bottom: .25rem; color: #fff; font-size: .75rem; }
.footer-contact-block--row { grid-template-columns: 1fr 1.2fr; gap: 1rem; }
.footer-contact-block--row span { display: grid; }
.footer-contact-block--row strong { margin-bottom: .25rem; color: #fff; font-size: .72rem; }
.footer-rating { margin-top: 1.25rem; }
.footer-rating__label { display: block; margin-bottom: .55rem; color: #fff; font-size: .75rem; font-weight: 800; }
.footer-rating__badge { display: flex; align-items: center; min-height: 50px; }
.footer-rating__badge iframe { display: none; width: 150px; height: 50px; border: 0; border-radius: .35rem; background: #fff; }
.footer-rating__badge.is-loaded iframe { display: block; }
.footer-rating__placeholder { display: inline-flex; align-items: center; max-width: 210px; min-height: 50px; padding: .55rem .7rem; color: rgba(255,255,255,.48); border: 1px solid rgba(255,255,255,.12); border-radius: .5rem; background: rgba(16,8,4,.38); font-size: .68rem; line-height: 1.35; }
.footer-rating__badge.is-loaded .footer-rating__placeholder { display: none; }
.footer-legal { position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.09); background: rgba(8,4,2,.24); }
.footer-legal__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 82px; padding-top: 1rem; padding-bottom: 1rem; }
.footer-legal__inner > div:first-child { display: grid; gap: .32rem; color: rgba(255,255,255,.38); font-size: .68rem; }
.footer-legal__links { display: flex; gap: 1.35rem; }
.footer-legal__links a, .footer-privacy-settings { color: rgba(255,255,255,.48); font-size: .7rem; text-decoration: none; }
.footer-legal__links a:hover, .footer-privacy-settings:hover { color: #fff; }
.footer-privacy-settings { padding: 0; border: 0; background: none; }

.standard-page > header { padding-bottom: 1rem; }
.standard-page .entry-content { color: #4c4039; font-size: 1rem; line-height: 1.72; }
.standard-page .entry-content h4, .standard-page .entry-content h5 { color: #2c1608; font-weight: 800; }
.standard-page .entry-content h4 { margin: 1.5rem 0 1rem; font-size: 1.35rem; }
.standard-page .entry-content h5 { margin: 0 0 .8rem; font-size: 1.05rem; }
.standard-page .entry-content .row { margin-left: 0; margin-right: 0; }
.standard-page .entry-content .row > * { padding-left: 0; padding-right: 0; }
.standard-page .entry-content p:last-child { margin-bottom: 0; }

.privacy-consent { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 1100; display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 1rem; width: min(620px, calc(100% - 2.5rem)); padding: 1.35rem; color: #f8f1eb; border: 1px solid rgba(255,255,255,.14); border-radius: 1rem; background: linear-gradient(145deg, rgba(59,26,11,.985), rgba(27,13,6,.99)); box-shadow: 0 24px 70px rgba(33,15,6,.4); }
.privacy-consent[hidden] { display: none; }
.privacy-consent__icon { display: grid; place-items: center; width: 48px; height: 48px; color: #2c1608; border-radius: .85rem; background: var(--brand-rose); }
.privacy-consent__icon svg { width: 27px; height: 27px; }
.privacy-consent__eyebrow { display: block; margin-bottom: .3rem; color: var(--brand-gold); font-size: .66rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.privacy-consent h2 { margin: 0; color: #fff; font-size: 1.25rem; font-weight: 850; letter-spacing: -.02em; }
.privacy-consent p { margin: .55rem 1.5rem 0 0; color: rgba(255,255,255,.68); font-size: .82rem; line-height: 1.55; }
.privacy-consent p a { color: #fff; }
.privacy-consent__actions { display: flex; gap: .65rem; margin-top: 1rem; }
.privacy-consent__actions .btn { padding: .67rem 1rem; border-radius: .55rem; font-size: .78rem; }
.privacy-consent__essential { color: #fff; border: 1px solid rgba(255,255,255,.28); background: transparent; }
.privacy-consent__essential:hover, .privacy-consent__essential:focus { color: #2c1608; background: #fff; }
.privacy-consent__close { position: absolute; top: .65rem; right: .75rem; width: 30px; height: 30px; padding: 0; color: rgba(255,255,255,.62); border: 0; background: transparent; font-size: 1.45rem; line-height: 1; }
.privacy-consent__close[hidden] { display: none; }
.privacy-consent__close:hover { color: #fff; }

.contact-page { color: #38251b; background: #fffaf5; }
.contact-intro { position: relative; overflow: hidden; color: #fff; background: linear-gradient(110deg, #2b1307 0%, #4b210b 58%, #2b1307 100%); }
.contact-intro::after { content: ''; position: absolute; inset: 0; opacity: .3; background: url('assets/footer-balloons-brown.webp') 76% center / cover no-repeat; pointer-events: none; }
body.page-kontakty .site-header--inner { position: absolute; inset: 0 0 auto; z-index: 1030; border-bottom: 1px solid rgba(255,255,255,.12); background: transparent; box-shadow: none; }
body.page-kontakty .contact-intro { background-color: #2b1307; background-image: linear-gradient(90deg, rgba(28,11,4,.9) 0%, rgba(45,18,6,.76) 48%, rgba(31,13,5,.48) 100%), url('assets/contact-hero-atelier.webp'); background-position: center, center; background-size: cover, cover; background-repeat: no-repeat; }
body.page-kontakty .contact-intro::after { display: none; }
.contact-intro__glow { position: absolute; z-index: 1; width: 420px; height: 420px; top: -300px; left: 14%; border-radius: 50%; background: radial-gradient(circle, rgba(239,165,30,.2), transparent 70%); }
.contact-intro__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); align-items: center; gap: 4rem; min-height: 100svh; padding-top: 8rem; padding-bottom: 5rem; }
.contact-kicker { display: flex; align-items: center; gap: .6rem; color: #c98622; font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.contact-intro .contact-kicker { color: #ffd16a; }
.contact-kicker i { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--brand-rose); box-shadow: 0 0 0 5px rgba(239,165,30,.14); }
.contact-intro h1 { max-width: 780px; margin: 1rem 0 0; color: #fff; font-size: clamp(2.5rem, 5vw, 4.6rem); font-weight: 850; line-height: .98; letter-spacing: -.055em; }
.contact-intro__copy > p { max-width: 680px; margin: 1.4rem 0 0; color: rgba(255,255,255,.7); font-size: 1.05rem; line-height: 1.65; }
.contact-intro__actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 1.8rem; }
.contact-intro__actions .btn { padding: .9rem 1.25rem; border-radius: .65rem; font-size: .9rem; }
.contact-text-link { color: #fff; font-size: .88rem; font-weight: 800; text-decoration: none; }
.contact-text-link:hover { color: var(--brand-gold); }
.contact-text-link span { margin-left: .3rem; }
.contact-summary { padding: 2rem; border: 1px solid rgba(255,255,255,.14); border-radius: 1.15rem; background: rgba(25,10,4,.58); box-shadow: 0 26px 60px rgba(0,0,0,.24); backdrop-filter: blur(12px); }
.contact-summary__status { display: flex; align-items: center; gap: .55rem; color: rgba(255,255,255,.7); font-size: .74rem; font-weight: 700; }
.contact-summary__status i { width: 8px; height: 8px; border-radius: 50%; background: #58c66d; box-shadow: 0 0 0 5px rgba(88,198,109,.12); }
.contact-summary__status.is-closed i { background: var(--brand-gold); box-shadow: 0 0 0 5px rgba(239,165,30,.13); }
.contact-summary__phone { display: block; margin-top: 1.2rem; color: #fff; font-size: clamp(1.5rem, 2.4vw, 2rem); font-weight: 850; letter-spacing: -.035em; text-decoration: none; }
.contact-summary__email { display: inline-block; margin-top: .35rem; color: rgba(255,255,255,.62); font-size: .82rem; text-decoration: none; }
.contact-summary__address { display: grid; margin-top: 1.5rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.12); }
.contact-summary__address strong { color: var(--brand-gold); font-size: .72rem; text-transform: uppercase; }
.contact-summary__address span { margin-top: .45rem; color: rgba(255,255,255,.72); font-size: .85rem; line-height: 1.55; }
.contact-cards-section { position: relative; z-index: 3; margin-top: 0; padding-top: 2.25rem; }
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.contact-card { display: grid; grid-template-columns: 44px minmax(0, 1fr); grid-template-rows: auto auto 1fr; align-items: start; gap: .28rem 1rem; padding: 1.55rem; border: 1px solid #eaded3; border-radius: 1rem; background: rgba(255,255,255,.98); box-shadow: 0 18px 50px rgba(69,32,12,.09); }
.contact-card__icon { display: grid; grid-column: 1; grid-row: 1 / 4; place-items: center; width: 44px; height: 44px; color: #5b2a0d; border-radius: .75rem; background: #ffb11f; }
.contact-card__icon svg { width: 24px; height: 24px; }
.contact-card__label { display: block; grid-column: 2; grid-row: 1; margin-top: .05rem; color: #9a795f; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-card > a, .contact-card > strong { grid-column: 2; grid-row: 2; color: #2c1608; font-size: 1.03rem; font-weight: 850; text-decoration: none; }
.contact-card > p { grid-column: 2; grid-row: 3; margin: .28rem 0 0; color: #806c5e; font-size: .8rem; line-height: 1.5; }
.contact-location { padding: 6rem 0; }
.contact-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 2rem; }
.contact-section-heading h2, .contact-form-copy h2 { margin: .65rem 0 0; color: #2c1608; font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 850; letter-spacing: -.045em; }
.contact-section-heading > p { max-width: 500px; margin: 0; color: #806c5e; font-size: .88rem; line-height: 1.6; }
.contact-map__frame { position: relative; overflow: hidden; min-height: 440px; border: 1px solid #e7d7ca; border-radius: 1.2rem; background: #efe2d7; box-shadow: 0 20px 60px rgba(69,32,12,.1); }
.contact-map__frame iframe { display: none; width: 100%; height: 440px; border: 0; }
.contact-map__frame.is-loaded iframe { display: block; }
.contact-map__placeholder { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; padding: 2rem; text-align: center; background: radial-gradient(circle at center, rgba(255,250,245,.9), rgba(235,218,202,.96)), repeating-linear-gradient(45deg, transparent 0 28px, rgba(122,88,64,.05) 28px 30px); }
.contact-map__frame.is-loaded .contact-map__placeholder { display: none; }
.contact-map__pin { display: grid; place-items: center; width: 52px; height: 52px; color: #fff; border-radius: 50% 50% 50% 0; background: #d4472f; transform: rotate(-45deg); box-shadow: 0 14px 30px rgba(120,42,29,.22); }
.contact-map__pin::first-letter { transform: rotate(45deg); }
.contact-map__placeholder strong { margin-top: 1.2rem; color: #2c1608; font-size: 1.2rem; }
.contact-map__placeholder p { max-width: 390px; margin: .5rem 0 1rem; color: #806c5e; font-size: .82rem; }
.contact-map__placeholder .btn { padding: .7rem 1rem; border-radius: .55rem; font-size: .78rem; }
.contact-form-section { padding: 6rem 0; background-color: #f6eadf; background-image: linear-gradient(100deg, rgba(255,250,245,.74), rgba(255,250,245,.6) 48%, rgba(255,250,245,.72)), url('assets/contact-form-balloons-light.webp'); background-position: center; background-size: cover; background-repeat: no-repeat; }
.contact-form-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: clamp(3rem, 8vw, 7rem); }
.contact-form-copy > p { max-width: 500px; margin: 1.1rem 0 0; color: #806c5e; line-height: 1.65; }
.contact-form-note { display: grid; margin-top: 1.5rem; padding: 1.1rem 1.2rem; border-left: 3px solid var(--brand-rose); background: rgba(255,255,255,.48); }
.contact-form-note strong { color: #2c1608; font-size: .86rem; }
.contact-form-note span { margin-top: .25rem; color: #806c5e; font-size: .78rem; }
.contact-form-socials { display: flex; gap: .65rem; margin-top: 1.3rem; }
.contact-form-socials a { display: block; width: 128px; height: 42px; overflow: hidden; border: 1px solid rgba(91,42,13,.16); border-radius: .55rem; box-shadow: 0 10px 25px rgba(69,32,12,.1); transition: transform .2s ease, box-shadow .2s ease; }
.contact-form-socials a:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(69,32,12,.16); }
.contact-form-socials img { display: block; width: 100%; height: 100%; object-fit: cover; }
.contact-form-card { padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid rgba(91,42,13,.12); border-radius: 1.2rem; background: #fff; box-shadow: 0 24px 60px rgba(69,32,12,.1); }
.contact-form-card label { width: 100%; color: #5c4638; font-size: .75rem; font-weight: 750; }
.contact-form-card .contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form-card input:not([type='submit']):not([type='checkbox']), .contact-form-card textarea { width: 100%; margin-top: .4rem; padding: .85rem .95rem; color: #2c1608; border: 1px solid #ddcbbc; border-radius: .6rem; background: #fffaf5; outline: 0; }
.contact-form-card input:focus, .contact-form-card textarea:focus { border-color: var(--brand-rose); box-shadow: 0 0 0 3px rgba(239,165,30,.13); }
.contact-form-card textarea { min-height: 125px; resize: vertical; }
.contact-form-card .wpcf7-acceptance label { display: flex; align-items: flex-start; gap: .55rem; color: #806c5e; font-size: .7rem; font-weight: 500; }
.contact-form-card .wpcf7-acceptance input { margin-top: .2rem; accent-color: var(--brand-rose); }
.contact-form-card .wpcf7-acceptance a { color: #5b2a0d; }
.contact-form-card .wpcf7-submit { width: 100%; margin-top: .8rem; padding: .85rem 1rem; border-radius: .6rem; }
.contact-form-card .wpcf7-spinner { display: none; }
.contact-form-card .wpcf7-response-output { margin: 1rem 0 0 !important; padding: .75rem 1rem !important; border-radius: .55rem; font-size: .78rem; }

.delivery-page { color: #38251b; background: #fffaf5; }
body.page-delivery .site-header--inner { position: absolute; inset: 0 0 auto; z-index: 1030; border-bottom: 1px solid rgba(255,255,255,.12); background: transparent; box-shadow: none; }
.delivery-hero { position: relative; overflow: hidden; color: #fff; background-color: #211006; background-image: linear-gradient(90deg, rgba(24,9,3,.94) 0%, rgba(41,16,5,.79) 48%, rgba(23,9,3,.42) 100%), url('assets/delivery-hero-night.webp'); background-position: center, center; background-size: cover; background-repeat: no-repeat; }
.delivery-hero__grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(330px, .7fr); align-items: center; gap: 4rem; min-height: 100svh; padding-top: 8rem; padding-bottom: 5rem; }
.delivery-kicker { display: flex; align-items: center; gap: .6rem; color: #ffd16a; font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.delivery-kicker i { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--brand-rose); box-shadow: 0 0 0 5px rgba(239,165,30,.14); }
.delivery-hero h1 { max-width: 760px; margin: 1rem 0 0; color: #fff; font-size: clamp(2.7rem, 5.2vw, 4.8rem); font-weight: 850; line-height: .98; letter-spacing: -.055em; }
.delivery-hero__copy > p { max-width: 650px; margin: 1.4rem 0 0; color: rgba(255,255,255,.72); font-size: 1.05rem; line-height: 1.65; }
.delivery-hero__actions { display: flex; align-items: center; gap: 1.4rem; margin-top: 1.8rem; }
.delivery-hero__actions .btn { padding: .9rem 1.25rem; border-radius: .65rem; font-size: .9rem; }
.delivery-summary { padding: 2rem; border: 1px solid rgba(255,255,255,.14); border-radius: 1.15rem; background: rgba(24,9,3,.7); box-shadow: 0 26px 60px rgba(0,0,0,.27); backdrop-filter: blur(12px); }
.delivery-summary__eyebrow { color: rgba(255,255,255,.58); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.delivery-summary h2 { margin: .65rem 0 1.3rem; color: #fff; font-size: 1.45rem; font-weight: 850; }
.delivery-summary__row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .9rem 0; border-top: 1px solid rgba(255,255,255,.11); }
.delivery-summary__row span { display: grid; color: #fff; font-size: .84rem; font-weight: 750; }
.delivery-summary__row small { margin-top: .2rem; color: rgba(255,255,255,.48); font-size: .68rem; font-weight: 500; }
.delivery-summary__row strong { color: var(--brand-gold); font-size: 1.25rem; }
.delivery-summary__note { display: flex; align-items: center; gap: .55rem; margin-top: 1rem; color: rgba(255,255,255,.57); font-size: .7rem; }
.delivery-summary__note i { width: 8px; height: 8px; border-radius: 50%; background: #58c66d; box-shadow: 0 0 0 5px rgba(88,198,109,.12); }
.delivery-tariffs { padding: 6rem 0; }
.delivery-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 2rem; }
.delivery-heading h2 { margin: .65rem 0 0; color: #2c1608; font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 850; letter-spacing: -.045em; }
.delivery-heading > p { max-width: 510px; margin: 0; color: #806c5e; font-size: .88rem; line-height: 1.6; }
.delivery-tariff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.delivery-tariff-card { position: relative; display: grid; overflow: hidden; grid-template-columns: 46px minmax(0, 1fr); grid-template-rows: auto auto auto 1fr; align-items: start; gap: .28rem 1rem; padding: 1.7rem; border: 1px solid #eaded3; border-radius: 1rem; background: #fff; box-shadow: 0 18px 50px rgba(69,32,12,.08); }
.delivery-tariff-card::after { content: ''; position: absolute; width: 140px; height: 140px; right: -70px; bottom: -75px; border-radius: 50%; background: radial-gradient(circle, rgba(239,165,30,.14), transparent 70%); }
.delivery-tariff-card__icon { display: grid; grid-column: 1; grid-row: 1 / 5; place-items: center; width: 46px; height: 46px; color: #5b2a0d; border-radius: .8rem; background: #ffb11f; }
.delivery-tariff-card__icon svg { width: 25px; height: 25px; }
.delivery-tariff-card span { display: block; grid-column: 2; grid-row: 1; margin-top: .05rem; color: #9a795f; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.delivery-tariff-card h3 { grid-column: 2; grid-row: 2; margin: .08rem 0 0; color: #2c1608; font-size: 1.25rem; font-weight: 850; }
.delivery-tariff-card strong { display: block; grid-column: 2; grid-row: 3; margin-top: .35rem; color: #c87508; font-size: 1.9rem; letter-spacing: -.04em; }
.delivery-tariff-card p { grid-column: 2; grid-row: 4; margin: .25rem 0 0; color: #806c5e; font-size: .82rem; line-height: 1.55; }
.delivery-calculator-section { padding: 6rem 0; color: #fff; background: linear-gradient(135deg, #2b1307, #140803); }
.delivery-calculator-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.delivery-calculator-copy h2 { margin: .65rem 0 0; color: #fff; font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 850; letter-spacing: -.045em; }
.delivery-calculator-copy > p { margin: 1.1rem 0 0; color: rgba(255,255,255,.62); line-height: 1.65; }
.delivery-formula { margin-top: 1.5rem; padding: 1.1rem 1.2rem; border-left: 3px solid var(--brand-rose); background: rgba(255,255,255,.06); }
.delivery-formula strong { display: block; color: var(--brand-gold); font-size: .78rem; }
.delivery-formula code { display: block; margin-top: .4rem; color: #fff; font-family: inherit; font-size: .88rem; }
.delivery-examples { display: grid; gap: .65rem; margin-top: 1.2rem; }
.delivery-examples span { color: rgba(255,255,255,.55); font-size: .76rem; }
.delivery-examples b { color: #fff; }
.delivery-calculator { padding: clamp(1.5rem, 4vw, 2.4rem); border: 1px solid rgba(255,255,255,.13); border-radius: 1.2rem; background: rgba(255,255,255,.08); box-shadow: 0 24px 70px rgba(0,0,0,.25); backdrop-filter: blur(10px); }
.delivery-calculator__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.delivery-calculator label { color: rgba(255,255,255,.72); font-size: .74rem; font-weight: 750; }
.delivery-calculator select, .delivery-calculator input { width: 100%; margin-top: .45rem; padding: .85rem .95rem; color: #2c1608; border: 1px solid rgba(255,255,255,.18); border-radius: .6rem; background: #fffaf5; outline: 0; }
.delivery-calculator select:focus, .delivery-calculator input:focus { border-color: var(--brand-rose); box-shadow: 0 0 0 3px rgba(239,165,30,.18); }
.delivery-calculator__result { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.13); }
.delivery-calculator__line { display: flex; justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.6); font-size: .8rem; }
.delivery-calculator__line + .delivery-calculator__line { margin-top: .65rem; }
.delivery-calculator__line strong { color: #fff; }
.delivery-calculator__total { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-top: 1.1rem; padding-top: 1.1rem; border-top: 1px solid rgba(255,255,255,.13); }
.delivery-calculator__total span { color: #fff; font-weight: 800; }
.delivery-calculator__total strong { color: var(--brand-gold); font-size: 2rem; line-height: 1; }
.delivery-calculator__formula { margin: .8rem 0 0; color: rgba(255,255,255,.45); font-size: .68rem; }
.delivery-process { padding: 6rem 0; }
.delivery-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; counter-reset: delivery-step; }
.delivery-process-card { position: relative; padding: 1.6rem; border-top: 1px solid #dbc5b5; counter-increment: delivery-step; }
.delivery-process-card::before { content: '0' counter(delivery-step); display: block; margin-bottom: 1rem; color: #d58b16; font-size: .72rem; font-weight: 850; }
.delivery-process-card h3 { color: #2c1608; font-size: 1.05rem; font-weight: 850; }
.delivery-process-card p { margin: .55rem 0 0; color: #806c5e; font-size: .82rem; line-height: 1.55; }
.delivery-form-section .contact-form-copy h2 { max-width: 540px; }
.delivery-form-id-missing { padding: 1rem; color: #7b3515; border: 1px solid #e2c0ae; border-radius: .6rem; background: #fff6f0; }

body.page-faq .site-header--inner { position: absolute; inset: 0 0 auto; z-index: 1030; border-bottom: 1px solid rgba(255,255,255,.12); background: transparent; box-shadow: none; }
.faq-page { color: #38251b; background: #fffaf5; }
.faq-hero { position: relative; overflow: hidden; color: #fff; background-color: #211006; background-image: linear-gradient(90deg, rgba(24,9,3,.96) 0%, rgba(41,16,5,.82) 48%, rgba(23,9,3,.4) 100%), url('assets/faq-hero-atelier.webp'); background-position: center; background-size: cover; }
.faq-hero__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); align-items: center; gap: 4rem; min-height: 100svh; padding-top: 8rem; padding-bottom: 5rem; }
.faq-kicker { display: flex; align-items: center; gap: .6rem; color: var(--brand-gold); font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.faq-kicker i { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--brand-rose); box-shadow: 0 0 0 5px rgba(239,165,30,.14); }
.faq-hero h1 { max-width: 780px; margin: 1rem 0 0; color: #fff; font-size: clamp(2.8rem, 5.4vw, 5rem); font-weight: 850; line-height: .96; letter-spacing: -.055em; text-wrap: balance; }
.faq-hero__copy > p { max-width: 650px; margin: 1.4rem 0 0; color: rgba(255,255,255,.72); font-size: 1.05rem; line-height: 1.65; }
.faq-hero__actions { display: flex; align-items: center; gap: 1.4rem; margin-top: 1.8rem; }
.faq-hero__actions .btn { padding: .9rem 1.25rem; border-radius: .65rem; font-size: .9rem; }
.faq-summary { padding: 2rem; border: 1px solid rgba(255,255,255,.14); border-radius: 1.15rem; background: rgba(24,9,3,.7); box-shadow: 0 26px 60px rgba(0,0,0,.27); backdrop-filter: blur(12px); }
.faq-summary__eyebrow { color: var(--brand-gold); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.faq-summary h2 { margin: .65rem 0 1rem; color: #fff; font-size: 1.45rem; font-weight: 850; }
.faq-summary__item { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: .8rem; padding: .9rem 0; border-top: 1px solid rgba(255,255,255,.11); }
.faq-summary__number { display: grid; width: 34px; height: 34px; place-items: center; color: #2c1608; border-radius: .6rem; background: var(--brand-rose); font-size: .75rem; font-weight: 900; }
.faq-summary__item span:last-child { display: grid; color: rgba(255,255,255,.62); font-size: .72rem; line-height: 1.35; }
.faq-summary__item strong { margin-bottom: .15rem; color: #fff; font-size: .85rem; }
.faq-section { padding: 6rem 0; background-image: radial-gradient(circle at 8% 18%, rgba(239,165,30,.08), transparent 24%), radial-gradient(circle at 94% 58%, rgba(91,42,13,.07), transparent 27%); }
.faq-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 2.5rem; }
.faq-section-heading h2 { margin: .65rem 0 0; color: #2c1608; font-size: clamp(2.1rem, 4vw, 3.45rem); font-weight: 850; letter-spacing: -.045em; }
.faq-section-heading > p { max-width: 520px; margin: 0; color: #806c5e; font-size: .88rem; line-height: 1.65; }
.faq-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 1.2rem; }
.faq-group { padding: 1.1rem; border: 1px solid #eaded3; border-radius: 1.2rem; background: rgba(255,255,255,.82); box-shadow: 0 22px 55px rgba(69,32,12,.07); }
.faq-group__title { display: flex; align-items: center; gap: .8rem; padding: .45rem .45rem 1rem; color: #2c1608; font-size: 1.1rem; font-weight: 850; }
.faq-group__title i { display: grid; width: 38px; height: 38px; place-items: center; color: #5b2a0d; border-radius: .7rem; background: var(--brand-rose); font-style: normal; }
.faq-item { border-top: 1px solid #eee1d7; }
.faq-item summary { position: relative; display: flex; min-height: 72px; align-items: center; padding: 1.1rem 3rem 1.1rem .45rem; color: #321b0f; cursor: pointer; list-style: none; font-size: .96rem; font-weight: 800; line-height: 1.35; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: .45rem; display: grid; width: 30px; height: 30px; place-items: center; color: #7a3b12; border-radius: 50%; background: #fff3df; font-size: 1.2rem; transition: transform .2s ease, color .2s ease, background .2s ease; }
.faq-item[open] summary::after { color: #2c1608; background: var(--brand-rose); transform: rotate(45deg); }
.faq-item__answer { padding: 0 2.8rem 1.25rem .45rem; color: #806c5e; font-size: .84rem; line-height: 1.68; }
.faq-item__answer strong { color: #4c250e; }
.faq-item__answer a { color: #6a2e0c; font-weight: 750; }
.faq-note { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 1rem; margin-top: 1.4rem; padding: 1.2rem; border-left: 3px solid var(--brand-rose); border-radius: 0 .8rem .8rem 0; background: #fff4e3; }
.faq-note__icon { display: grid; width: 48px; height: 48px; place-items: center; color: #5b2a0d; border-radius: .8rem; background: var(--brand-rose); font-size: 1.35rem; font-weight: 900; }
.faq-note strong { display: block; color: #32180b; }
.faq-note p { margin: .3rem 0 0; color: #806c5e; font-size: .8rem; line-height: 1.55; }
.faq-cta { color: #fff; background: linear-gradient(135deg, #351707, #180a04); }
.faq-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-top: 4rem; padding-bottom: 4rem; }
.faq-cta h2 { margin: .55rem 0 0; color: #fff; font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 850; letter-spacing: -.045em; }
.faq-cta p { max-width: 680px; margin: .85rem 0 0; color: rgba(255,255,255,.62); }
.faq-cta__actions { display: flex; flex: 0 0 auto; gap: .75rem; }
.faq-cta__actions .btn { padding: .9rem 1.2rem; border-radius: .65rem; white-space: nowrap; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { border: 1px solid #e8e2eb; border-radius: 1rem; padding: 1rem; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: .55rem; }

@media (max-width: 1199.98px) {
  .site-header .navbar-collapse { margin-top: .65rem; padding: 1rem; border: 1px solid rgba(255,255,255,.12); border-radius: .8rem; background: rgba(48,21,8,.97); box-shadow: 0 20px 50px rgba(0,0,0,.28); }
  .site-header .nav-link { padding: .62rem .2rem !important; }
  .header-actions { justify-content: space-between; margin-top: .5rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.1); }
  .header-phone { text-align: left; }
  .home-hero__copy { width: min(650px, 66vw); }
  .home-category-grid, .home-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991.98px) {
  .home-hero { background-position: 62% center; }
  .home-hero__shade { background: linear-gradient(90deg, rgba(24,10,4,.97) 0%, rgba(43,18,7,.87) 48%, rgba(45,20,8,.38) 100%); }
  .home-hero__copy { width: min(620px, 78vw); }
  .hero-facts__grid { grid-template-columns: repeat(2, 1fr); }
  .hero-fact { min-height: 78px; }
  .hero-fact:nth-child(3), .hero-fact:nth-child(4) { border-top: 1px solid rgba(255,255,255,.1); }
  .home-hero__content { padding-bottom: 205px; }
  .footer-cta { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1.2fr .8fr; }
  .footer-contacts { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 0 2rem; }
  .footer-contacts h3 { grid-column: 1 / -1; }
  .footer-contact-block--row { margin-top: .7rem; }
  .footer-legal__inner { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .contact-intro__grid { grid-template-columns: 1fr; gap: 2rem; }
  .contact-summary { max-width: 620px; }
  .contact-cards { grid-template-columns: 1fr; }
  .contact-section-heading { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .contact-form-layout { grid-template-columns: 1fr; }
  body.page-kontakty .contact-intro { background-position: center, 68% center; }
  .delivery-hero { background-position: center, 68% center; }
  .delivery-hero__grid { grid-template-columns: 1fr; gap: 2rem; }
  .delivery-summary { max-width: 620px; }
  .delivery-heading { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .delivery-tariff-grid, .delivery-process-grid { grid-template-columns: 1fr; }
  .delivery-calculator-layout { grid-template-columns: 1fr; }
  .error404-hero__grid { grid-template-columns: 1fr; gap: 2.5rem; padding-top: 8rem; }
  .error404-visual { min-height: 300px; }
  .faq-hero__grid { grid-template-columns: 1fr; gap: 2rem; }
  .faq-summary { max-width: 620px; }
  .faq-section-heading { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .faq-columns { grid-template-columns: 1fr; }
  .faq-cta__inner { align-items: flex-start; flex-direction: column; }
  .home-section-heading { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .home-occasion-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-treatment-layout, .home-trust-layout, .home-location-layout { grid-template-columns: 1fr; }
  .home-treatment-visual { min-height: 420px; }
  .home-rating-card { max-width: 620px; }
  .home-process-grid { grid-template-columns: repeat(2, 1fr); }
  .home-location-map { min-height: 410px; }
  .home-location-map iframe { height: 410px; }
}

@media (max-width: 575.98px) {
  .site-header .navbar { min-height: 76px; }
  .site-header--inner { background-image: linear-gradient(90deg, rgba(39,16,6,.94), rgba(66,29,10,.72), rgba(35,14,5,.88)), url('assets/hero-master-prazdnika-brown.webp'); background-position: center, 67% 35%; }
  .brand-mark { width: 50px; height: 50px; flex-basis: 50px; }
  .brand-mark img { width: 50px; height: 50px; }
  .brand-copy strong { font-size: .9rem; }
  .brand-copy small { font-size: .58rem; }
  .home-hero { min-height: 100svh; background-position: 67% center; }
  .home-hero__shade { background: linear-gradient(90deg, rgba(24,10,4,.98), rgba(51,22,8,.83)), linear-gradient(0deg, rgba(20,8,3,.4), transparent); }
  .home-hero__content { align-items: flex-start; padding-top: 125px; padding-bottom: 285px; }
  .home-hero__copy { width: 100%; }
  .hero-eyebrow { margin-bottom: 1rem; font-size: .72rem; }
  .home-hero h1 { font-size: clamp(2rem, 8.5vw, 3.4rem); line-height: 1.03; }
  .hero-lead { margin-top: 1.15rem; font-size: .93rem; line-height: 1.5; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; margin-top: 1.35rem; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { margin-top: 1.2rem; }
  .hero-socials { margin-top: 1rem; }
  .hero-socials a { width: 118px; height: 39px; }
  .hero-facts__grid { padding: 0; }
  .hero-fact { min-height: 70px; padding: .75rem 1rem; }
  .hero-fact strong { font-size: 1.12rem; }
  .hero-fact span { font-size: .62rem; }
  .site-footer { margin-top: 0 !important; background-image: linear-gradient(160deg, rgba(45,21,8,.9), rgba(20,9,4,.94) 62%, rgba(12,6,3,.96)), url('assets/footer-balloons-brown.webp'); background-position: center, 86% center; background-size: cover, auto 100%; }
  .footer-cta { gap: 1.35rem; padding-top: 2.35rem; padding-bottom: 2.35rem; }
  .footer-cta p { font-size: .87rem; }
  .footer-cta__actions { width: 100%; flex-direction: column; }
  .footer-cta__actions .btn { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 2.4rem; padding-top: 2.6rem; padding-bottom: 2.8rem; }
  .footer-brand__lockup img { width: 64px; height: 64px; }
  .footer-contacts { grid-column: auto; display: block; }
  .footer-contact-block--row { grid-template-columns: 1fr; gap: .7rem; }
  .footer-legal__links { align-items: flex-start; flex-direction: column; gap: .55rem; }
  .privacy-consent { right: .65rem; left: .65rem; bottom: .65rem; grid-template-columns: 38px minmax(0, 1fr); gap: .75rem; width: auto; padding: 1rem; border-radius: .85rem; }
  .privacy-consent__icon { width: 38px; height: 38px; border-radius: .7rem; }
  .privacy-consent__icon svg { width: 23px; height: 23px; }
  .privacy-consent h2 { padding-right: 1.2rem; font-size: 1.05rem; }
  .privacy-consent p { margin-right: 0; font-size: .76rem; }
  .privacy-consent__actions { flex-direction: column; }
  .privacy-consent__actions .btn { width: 100%; }
  .contact-intro__grid { min-height: 100svh; padding-top: 7rem; padding-bottom: 4.2rem; }
  .contact-intro h1 { font-size: clamp(2.25rem, 11vw, 3.1rem); }
  .contact-intro__copy > p { font-size: .92rem; }
  .contact-intro__actions { align-items: stretch; flex-direction: column; gap: 1rem; }
  .contact-intro__actions .btn { width: 100%; }
  .contact-summary { padding: 1.4rem; }
  .contact-summary__phone { font-size: 1.45rem; }
  .contact-cards-section { margin-top: 0; padding-top: 1.5rem; }
  .contact-card { padding: 1.3rem; }
  .contact-location, .contact-form-section { padding: 4rem 0; }
  .contact-form-section { background-image: linear-gradient(rgba(255,250,245,.78), rgba(255,250,245,.82)), url('assets/contact-form-balloons-light.webp'); background-position: center, 10% center; background-size: cover, auto 100%; }
  .contact-map__frame { min-height: 390px; border-radius: .9rem; }
  .contact-map__frame iframe { height: 390px; }
  .contact-form-card .contact-form-grid { grid-template-columns: 1fr; }
  body.page-kontakty .contact-intro { background-image: linear-gradient(90deg, rgba(28,11,4,.91), rgba(48,20,7,.72), rgba(25,10,4,.62)), url('assets/contact-hero-atelier.webp'); background-position: center, 78% center; }
  .delivery-hero { background-image: linear-gradient(90deg, rgba(24,9,3,.94), rgba(41,16,5,.76), rgba(23,9,3,.58)), url('assets/delivery-hero-night.webp'); background-position: center, 78% center; }
  .delivery-hero__grid { min-height: 100svh; padding-top: 7rem; padding-bottom: 4.2rem; }
  .delivery-hero h1 { font-size: clamp(2.25rem, 11vw, 3.1rem); }
  .delivery-hero__copy > p { font-size: .92rem; }
  .delivery-hero__actions { align-items: stretch; flex-direction: column; gap: 1rem; }
  .delivery-hero__actions .btn { width: 100%; }
  .delivery-summary { padding: 1.4rem; }
  .delivery-tariffs, .delivery-calculator-section, .delivery-process { padding: 4rem 0; }
  .delivery-calculator__fields { grid-template-columns: 1fr; }
  .delivery-calculator__total strong { font-size: 1.7rem; }
  .error404-hero__grid { padding-top: 7rem; padding-bottom: 3.5rem; }
  .error404-hero h1 { font-size: clamp(2.7rem, 14vw, 3.7rem); }
  .error404-hero__lead { font-size: .92rem; }
  .error404-hero__actions { align-items: stretch; flex-direction: column; }
  .error404-hero__actions .btn { width: 100%; }
  .error404-visual { min-height: 230px; }
  .error404-visual__code { font-size: 8.5rem; }
  .error404-balloon--one { width: 82px; height: 102px; }
  .error404-balloon--two { width: 60px; height: 78px; }
  .faq-hero { background-image: linear-gradient(90deg, rgba(24,9,3,.94), rgba(41,16,5,.76), rgba(23,9,3,.56)), url('assets/faq-hero-atelier.webp'); background-position: center, 74% center; }
  .faq-hero__grid { min-height: 100svh; padding-top: 7rem; padding-bottom: 4.2rem; }
  .faq-hero h1 { font-size: clamp(2.35rem, 11vw, 3.2rem); }
  .faq-hero__copy > p { font-size: .92rem; }
  .faq-hero__actions { align-items: stretch; flex-direction: column; gap: 1rem; }
  .faq-hero__actions .btn { width: 100%; }
  .faq-summary { padding: 1.4rem; }
  .faq-section { padding: 4rem 0; }
  .faq-group { padding: .8rem; }
  .faq-item summary { min-height: 66px; padding: 1rem 2.7rem 1rem .35rem; font-size: .9rem; }
  .faq-item__answer { padding: 0 2.2rem 1.1rem .35rem; }
  .faq-note { grid-template-columns: 40px minmax(0, 1fr); }
  .faq-note__icon { width: 40px; height: 40px; }
  .faq-cta__inner { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .faq-cta__actions { width: 100%; flex-direction: column; }
  .faq-cta__actions .btn { width: 100%; }
  .home-categories-section, .home-products-section, .home-occasions-section, .home-treatment-section, .home-delivery-section, .home-trust-section, .home-process-section, .home-faq-section, .home-location-section, .home-order-section { padding: 4rem 0; }
  .home-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
  .home-category-card { min-height: 190px; padding: 1.05rem; }
  .home-category-card__icon { width: 42px; height: 42px; }
  .home-category-card__content strong { font-size: .86rem; }
  .home-category-card__content small { font-size: .67rem; }
  .home-category-card__arrow { right: .9rem; bottom: .8rem; }
  .home-product-grid, .home-occasion-grid, .home-delivery-grid, .home-benefit-grid, .home-process-grid, .home-faq-grid { grid-template-columns: 1fr; }
  .home-occasion-card { min-height: 190px; }
  .home-treatment-visual { min-height: 330px; padding: 1.3rem; }
  .home-treatment-visual > span { font-size: 3.2rem; }
  .home-delivery-action { align-items: stretch; flex-direction: column; }
  .home-delivery-action .btn { width: 100%; }
  .home-rating-card > strong { font-size: 4rem; }
  .home-location-actions { align-items: flex-start; flex-direction: column; }
  .home-location-map { min-height: 390px; }
  .home-location-map iframe { height: 390px; }
}
