@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap');
:root {
  --paper:#f8f3eb; --paper-2:#fffaf4; --ink:#29231f; --muted:#746b65; --wine:#702b49; --wine-dark:#542038;
  --rose:#ddb5bf; --sage:#aab7a2; --line:rgba(74,49,43,.15); --white:#fff; --shadow:0 22px 60px rgba(72,40,42,.12);
  --serif:'Fraunces', Georgia, serif; --sans:'Manrope', Arial, sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.6}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.narrow{width:min(820px,calc(100% - 40px));margin-inline:auto}.section{padding:88px 0}.section--tight{padding:58px 0}.section--white{background:rgba(255,255,255,.48)}.section--sage{background:linear-gradient(120deg,rgba(170,183,162,.25),rgba(255,255,255,.32))}.eyebrow{display:block;color:#9b6578;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:700;margin-bottom:10px}.section-title{font-family:var(--serif);font-size:clamp(2.3rem,5vw,4rem);line-height:.95;margin:0 0 20px}.section-intro{max-width:600px;color:var(--muted);font-size:1rem}.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:34px}.section-head__text{max-width:620px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:12px 25px;border-radius:999px;border:1px solid transparent;font-weight:700;transition:.2s ease;background:transparent}.btn:hover{transform:translateY(-2px)}.btn--primary{color:white;background:var(--wine);box-shadow:0 10px 24px rgba(112,43,73,.22)}.btn--primary:hover{background:var(--wine-dark)}.btn--outline{border-color:var(--wine);color:var(--wine)}.btn--ghost{border-color:var(--line);background:rgba(255,255,255,.6)}.btn--small{min-height:40px;padding:8px 18px;font-size:.88rem}.btn-row{display:flex;gap:12px;flex-wrap:wrap}
.site-header{position:sticky;top:0;z-index:50;background:rgba(248,243,235,.9);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{font-family:var(--serif);font-size:2rem;font-weight:700;line-height:.9}.brand small{display:block;font-family:var(--sans);font-size:.58rem;letter-spacing:.2em;font-weight:600;color:var(--muted);margin-top:7px}.desktop-nav{display:flex;align-items:center;gap:34px;font-size:.92rem}.desktop-nav a{position:relative}.desktop-nav a:after{content:'';position:absolute;left:0;right:0;bottom:-8px;height:1px;background:var(--wine);transform:scaleX(0);transition:.2s}.desktop-nav a:hover:after,.desktop-nav a.is-active:after{transform:scaleX(1)}.menu-button{display:none;border:0;background:transparent;width:44px;height:44px;border-radius:50%}.menu-button span{display:block;width:22px;height:2px;background:var(--ink);margin:5px auto}.mobile-nav{display:none;padding:8px 20px 20px;border-top:1px solid var(--line)}.mobile-nav a{display:block;padding:11px 0}.mobile-nav.is-open{display:block}
.hero{position:relative;overflow:hidden;padding:74px 0 72px}.hero:before{content:'';position:absolute;inset:auto -80px -160px auto;width:420px;height:420px;border-radius:50%;background:rgba(221,181,191,.18);filter:blur(4px)}.hero-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:54px;align-items:center}.hero h1{font-family:var(--serif);font-size:clamp(4rem,7.5vw,7.4rem);line-height:.82;letter-spacing:-.035em;margin:15px 0 28px}.hero-copy>p{max-width:520px;font-size:1.08rem;color:#504742;margin-bottom:28px}.hero-note{display:flex;align-items:flex-start;gap:12px;margin-top:23px;color:var(--muted);font-size:.88rem}.hero-note svg{flex:none}.hero-visual{position:relative}.hero-photo{aspect-ratio:1.14/1;border-radius:43% 57% 54% 46% / 42% 36% 64% 58%;overflow:hidden;box-shadow:var(--shadow);transform:rotate(1deg);background:#ddd}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-visual:after{content:'';position:absolute;inset:7% -3% -4% 7%;border:1px solid rgba(112,43,73,.38);border-radius:49% 51% 60% 40% / 44% 43% 57% 56%;z-index:-1}.botanical{position:absolute;width:150px;opacity:.45;pointer-events:none}.botanical--hero{right:-20px;bottom:-46px}.botanical--left{left:-45px;top:80px;transform:scaleX(-1)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-grid--featured{grid-template-columns:repeat(4,1fr)}.product-card{background:rgba(255,255,255,.55);border:1px solid var(--line);border-radius:30px;overflow:hidden;transition:.25s}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-card__image{display:block;aspect-ratio:4/4.6;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:.4s}.product-card:hover .product-card__image img{transform:scale(1.035)}.product-card__body{padding:22px}.product-card h3{font-family:var(--serif);font-size:1.8rem;line-height:1;margin:0 0 10px}.product-card p{font-size:.9rem;color:var(--muted);margin:0 0 20px}.product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:.86rem}.product-card__meta a{color:var(--wine);font-weight:700}.product-card--compact .product-card__body{padding:18px}.product-card--compact h3{font-size:1.55rem}.product-card--compact p{display:none}
.custom-banner{position:relative;overflow:hidden;display:grid;grid-template-columns:.92fr 1.08fr;gap:40px;align-items:center;background:linear-gradient(120deg,rgba(221,181,191,.3),rgba(170,183,162,.25));border:1px solid var(--line);border-radius:42px;padding:24px 34px 24px 24px}.custom-banner__image{height:330px;border-radius:34px;overflow:hidden}.custom-banner__image img{width:100%;height:100%;object-fit:cover}.custom-banner h2{font-family:var(--serif);font-size:clamp(2.4rem,5vw,4.4rem);line-height:.95;margin:0 0 17px}.custom-banner strong{display:block;font-size:1.1rem;margin:18px 0}.custom-banner .botanical{right:10px;bottom:-60px;width:145px}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step-card{padding:28px 22px;background:rgba(255,255,255,.55);border:1px solid var(--line);border-radius:26px;text-align:center}.step-card__icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#f2e1dc;margin:0 auto 16px;color:var(--wine);font-family:var(--serif);font-size:1.7rem}.step-card h3{font-family:var(--serif);font-size:1.45rem;margin:0 0 8px}.step-card p{font-size:.88rem;color:var(--muted);margin:0}
.about-band{display:grid;grid-template-columns:.72fr 1.08fr 1fr;gap:32px;align-items:stretch}.about-copy,.quote-panel{border-radius:38px;padding:38px}.about-copy{background:rgba(255,255,255,.56)}.about-copy h2{font-family:var(--serif);font-size:3.4rem;line-height:.9;margin:0 0 20px}.about-duo{display:grid;grid-template-columns:1fr 1fr;gap:14px;min-height:390px}.about-person{position:relative;overflow:hidden;margin:0;min-height:390px;border-radius:34px;background:#e6ddd4;box-shadow:var(--shadow)}.about-person:first-child{transform:translateY(18px)}.about-person img{height:100%;width:100%;object-fit:cover}.about-person--sara img{object-position:center center}.about-person--tereza img{object-position:54% center}.about-person figcaption,.story-photo figcaption{position:absolute;left:16px;bottom:16px;padding:7px 14px;border-radius:999px;background:rgba(255,250,244,.9);color:var(--wine-dark);font-weight:700;font-size:.82rem;box-shadow:0 8px 24px rgba(50,24,34,.14);backdrop-filter:blur(8px)}.quote-panel{display:flex;align-items:center;background:var(--wine);color:#fff;font-family:var(--serif);font-size:clamp(2rem,3.7vw,3.6rem);line-height:1.1;position:relative;overflow:hidden}.quote-panel:after{content:'♡';position:absolute;right:28px;bottom:10px;font-size:5rem;color:rgba(255,255,255,.22)}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;align-items:stretch}.contact-card{background:rgba(255,255,255,.58);border:1px solid var(--line);border-radius:34px;padding:36px}.contact-card h2{font-family:var(--serif);font-size:3.4rem;line-height:.95;margin:0 0 24px}.contact-list{display:grid;gap:12px;margin:22px 0 28px}.contact-list a,.contact-list span{display:flex;gap:12px;align-items:center}.map-card{position:relative;border-radius:34px;overflow:hidden;min-height:420px;background:linear-gradient(135deg,#ded8cd,#f6f0e9)}.map-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.75)}.map-overlay{position:absolute;right:22px;bottom:22px;background:rgba(255,250,244,.92);border-radius:22px;padding:17px 19px;box-shadow:var(--shadow)}
.site-footer{background:var(--wine-dark);color:#f9eee8;padding:50px 0 20px}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:30px}.site-footer h3{font-family:var(--serif);font-size:1.35rem;margin:0 0 13px}.site-footer p,.site-footer a{font-size:.85rem;color:rgba(255,255,255,.78)}.site-footer a{display:block;margin:6px 0}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.18);margin-top:32px;padding-top:18px;font-size:.76rem;color:rgba(255,255,255,.65)}.mobile-order-bar{display:none}
.page-hero{padding:72px 0 50px}.page-hero h1{font-family:var(--serif);font-size:clamp(3.6rem,8vw,7rem);line-height:.85;margin:12px 0 22px}.page-hero p{max-width:650px;color:var(--muted)}
.detail-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:start}.detail-image{border-radius:44px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/5}.detail-image img{width:100%;height:100%;object-fit:cover}.detail-copy{position:sticky;top:110px}.detail-copy h1{font-family:var(--serif);font-size:clamp(3.6rem,6vw,6rem);line-height:.84;margin:0 0 22px}.detail-copy>p{color:var(--muted);font-size:1.05rem}.price-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:30px 0}.price-options div{border:1px solid var(--line);border-radius:22px;padding:17px;text-align:center;background:rgba(255,255,255,.55)}.price-options div.is-highlighted{border-color:var(--wine);background:rgba(221,181,191,.18)}.price-options span,.price-options strong{display:block}.product-note{background:rgba(170,183,162,.17);border-radius:22px;padding:18px;font-size:.87rem;margin:22px 0}.small-note{font-size:.82rem;color:var(--muted)}
.order-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:34px;align-items:start}.order-stack{display:grid;gap:22px}.order-item,.form-card,.summary-card{background:rgba(255,255,255,.62);border:1px solid var(--line);border-radius:30px;padding:26px}.order-item__top{display:grid;grid-template-columns:105px 1fr auto;gap:20px;align-items:start}.order-item__image{width:105px;height:125px;border-radius:22px;object-fit:cover}.remove-button{border:0;background:#f2dfdf;color:#7f2e42;width:38px;height:38px;border-radius:50%;font-weight:700}.field-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:20px}.field{display:grid;gap:7px}.field--full{grid-column:1/-1}.field label{font-size:.82rem;font-weight:700}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);background:var(--paper-2);border-radius:16px;padding:13px 14px;color:var(--ink)}.field textarea{min-height:110px;resize:vertical}.checkbox-row{display:flex;align-items:flex-start;gap:10px;margin-top:14px}.checkbox-row input{margin-top:5px}.summary-card{position:sticky;top:105px}.summary-card h2,.form-card h2{font-family:var(--serif);font-size:2.3rem;line-height:1;margin:0 0 20px}.summary-row,.summary-total{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--line);font-size:.87rem}.summary-total{font-size:1.05rem;border:0;padding-top:20px}.summary-total strong{font-size:1.35rem;color:var(--wine)}.form-divider{height:1px;background:var(--line);margin:22px 0}.demo-warning{padding:16px 18px;border-radius:18px;background:#fff2d6;color:#765620;font-size:.83rem;margin-bottom:18px}
dialog{border:0;border-radius:32px;padding:0;max-width:520px;width:calc(100% - 32px);box-shadow:var(--shadow);background:var(--paper-2)}dialog::backdrop{background:rgba(28,18,20,.55)}.dialog-inner{padding:36px}.dialog-inner h2{font-family:var(--serif);font-size:2.7rem;line-height:.95;margin:0 0 16px}
.story-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:48px;align-items:center}.story-gallery{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:end}.story-photo{position:relative;overflow:hidden;margin:0;min-height:560px;border-radius:42px;background:#e6ddd4;box-shadow:var(--shadow)}.story-photo--sara{min-height:520px}.story-photo--tereza{transform:translateY(28px)}.story-photo img{width:100%;height:100%;object-fit:cover}.story-photo--sara img{object-position:center center}.story-photo--tereza img{object-position:53% center}.story-copy h2{font-family:var(--serif);font-size:4rem;line-height:.9;margin:0 0 24px}.founder-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.founder-card{background:rgba(255,255,255,.55);padding:26px;border-radius:28px}.founder-card h3{font-family:var(--serif);font-size:2rem;margin:0 0 10px}
.legal{background:rgba(255,255,255,.58);border:1px solid var(--line);border-radius:32px;padding:36px}.legal h2{font-family:var(--serif);font-size:2rem;margin-top:36px}.legal h2:first-child{margin-top:0}.legal blockquote{margin:20px 0;padding:18px;border-left:3px solid var(--wine);background:rgba(221,181,191,.15)}
.admin-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:26px}.admin-orders{display:grid;gap:20px}.admin-order{background:rgba(255,255,255,.62);border:1px solid var(--line);border-radius:28px;padding:25px}.admin-order__head{display:flex;justify-content:space-between;align-items:start;gap:20px}.admin-order__head h2{font-family:var(--serif);font-size:2rem;margin:4px 0 0}.admin-order__head select{border:1px solid var(--line);border-radius:999px;padding:9px 14px;background:var(--paper-2)}.admin-order__grid{display:grid;grid-template-columns:1.4fr 1fr .7fr;gap:26px;border-top:1px solid var(--line);padding-top:20px;margin-top:20px}.admin-order__grid h3{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.empty-state{text-align:center;background:rgba(255,255,255,.55);padding:60px;border-radius:30px}
@media (max-width:980px){.desktop-nav,.header-cta{display:none}.menu-button{display:block}.hero-grid,.custom-banner,.detail-grid,.story-grid,.contact-grid,.order-layout{grid-template-columns:1fr}.hero-copy{order:1}.hero-visual{order:2}.hero-photo{max-height:620px}.product-grid--featured{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:repeat(2,1fr)}.about-band{grid-template-columns:1fr 1fr}.about-duo{min-height:430px}.about-person{min-height:430px}.story-gallery{max-width:760px;margin-inline:auto}.quote-panel{grid-column:1/-1;min-height:300px}.detail-copy{position:static}.summary-card{position:static}.footer-grid{grid-template-columns:1fr 1fr}.admin-order__grid{grid-template-columns:1fr 1fr}.admin-order__grid>div:last-child{grid-column:1/-1}}
@media (max-width:650px){.container,.narrow{width:min(100% - 28px,1180px)}.section{padding:64px 0}.site-header .brand{font-size:1.65rem}.header-inner{height:68px}.hero{padding-top:45px}.hero h1{font-size:4rem}.hero-grid{gap:36px}.hero-photo{aspect-ratio:.95/1}.btn-row .btn{flex:1}.section-head{align-items:start;flex-direction:column}.product-grid,.product-grid--featured{grid-template-columns:1fr}.product-card{display:grid;grid-template-columns:125px 1fr;border-radius:24px}.product-card__image{aspect-ratio:auto;height:100%}.product-card__body{padding:18px}.product-card__body p{display:none}.product-card h3{font-size:1.55rem}.product-card__meta{display:block}.product-card__meta a{display:block;margin-top:8px}.custom-banner{padding:15px;grid-template-columns:1fr;border-radius:28px}.custom-banner__image{height:240px}.custom-banner__copy{padding:5px 8px 18px}.steps-grid{grid-template-columns:1fr 1fr;gap:10px}.step-card{padding:20px 12px}.step-card__icon{width:52px;height:52px}.about-band{grid-template-columns:1fr}.about-copy,.quote-panel{padding:28px}.about-copy h2{font-size:2.9rem}.about-duo{grid-template-columns:1fr 1fr;gap:10px;min-height:330px}.about-person{min-height:330px;border-radius:24px}.about-person:first-child{transform:translateY(10px)}.story-gallery{gap:10px}.story-photo,.story-photo--sara{min-height:390px;border-radius:26px}.story-photo--tereza{transform:translateY(12px)}.about-person figcaption,.story-photo figcaption{left:10px;bottom:10px;padding:6px 11px}.quote-panel{grid-column:auto;min-height:280px}.contact-card{padding:28px}.contact-card h2{font-size:2.8rem}.map-card{min-height:330px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}.mobile-order-bar{display:block;position:fixed;left:10px;right:10px;bottom:10px;z-index:60;background:var(--wine);color:#fff;text-align:center;border-radius:999px;padding:14px;font-weight:700;box-shadow:0 12px 30px rgba(74,31,49,.3)}body{padding-bottom:72px}.page-hero{padding:48px 0 28px}.detail-grid{gap:30px}.price-options{grid-template-columns:1fr}.order-item__top{grid-template-columns:82px 1fr auto}.order-item__image{width:82px;height:100px}.field-grid{grid-template-columns:1fr}.admin-toolbar{align-items:stretch;flex-direction:column}.admin-order__head{flex-direction:column}.admin-order__grid{grid-template-columns:1fr}.admin-order__grid>div:last-child{grid-column:auto}}

/* Live order form integration */
.form-status{padding:14px 16px;border-radius:14px;margin-bottom:18px;font-weight:650;line-height:1.45}
.form-status--error{background:#fff0f1;color:#7b1f3a;border:1px solid rgba(123,31,58,.22)}
.form-status--success{background:#eef6ed;color:#315437;border:1px solid rgba(49,84,55,.2)}
.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
button[disabled]{opacity:.62;cursor:wait}

/* =========================================================
   EDITORIAL REDESIGN — Važ.si.vazby
   Směr: vínová, krémová, velké fotografie, čistá typografie.
   Fraunces + Manrope zůstávají zachované.
   ========================================================= */
:root{
  --paper:#f3eee6;
  --paper-2:#fbf8f2;
  --ink:#261c20;
  --muted:#70666a;
  --wine:#7a2c50;
  --wine-dark:#351822;
  --rose:#d8a8b7;
  --sage:#a8b1a3;
  --line:rgba(53,24,34,.18);
  --shadow:0 18px 50px rgba(45,20,30,.11);
}
body{background:var(--paper);letter-spacing:-.005em}
.container{width:min(1220px,calc(100% - 48px))}
.section{padding:104px 0}
.section--tight{padding:72px 0}
.section--white{background:#fffdf9}
.section--sage{background:#ede4e3}

/* Typografie a správné centrování */
.eyebrow{margin:0 auto 14px;color:var(--wine);text-align:center;letter-spacing:.19em}
.section-title{text-align:center;max-width:900px;margin:0 auto 24px;line-height:.98;letter-spacing:-.025em}
.section-intro{max-width:680px;margin:0 auto;color:var(--muted);text-align:center}
.section-head{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:18px;margin-bottom:48px}
.section-head__text{max-width:760px;margin-inline:auto}
.small-note{text-align:center;max-width:760px;margin:28px auto 0;line-height:1.65}

/* Tlačítka: méně kulatá, více redakční */
.btn{min-height:50px;padding:13px 25px;border-radius:3px;text-transform:uppercase;letter-spacing:.09em;font-size:.75rem;font-weight:700}
.btn:hover{transform:translateY(-2px)}
.btn--primary{box-shadow:none;background:var(--wine)}
.btn--outline{border-color:currentColor}
.btn--ghost{border-color:var(--line);background:transparent}
.btn--small{min-height:42px;padding:10px 18px;font-size:.7rem}
.btn-row{justify-content:center}

/* Hlavička */
.site-header{background:rgba(243,238,230,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}
.header-inner{height:82px}
.brand{font-size:1.9rem;letter-spacing:-.035em}
.brand small{letter-spacing:.24em;font-size:.52rem;margin-top:8px}
.desktop-nav{gap:38px;font-size:.84rem;text-transform:uppercase;letter-spacing:.08em}
.desktop-nav a:after{bottom:-12px}
.menu-button{border-radius:3px}

/* Hero: centrální titul nad panoramatickou fotografií — žádný split-screen */
.hero{padding:96px 0 0;background:var(--wine-dark);color:#fffaf4}
.hero:before,.hero-visual:after,.botanical{display:none!important}
.hero-grid{display:grid;grid-template-columns:1fr;gap:0;align-items:center}
.hero-copy{max-width:980px;margin:0 auto;text-align:center;padding-bottom:70px}
.hero .eyebrow{color:#e3bdc8}
.hero h1{max-width:980px;margin:20px auto 30px;font-size:clamp(4.4rem,9vw,8.6rem);line-height:.84;letter-spacing:-.05em;text-align:center;text-wrap:balance}
.hero-copy>p{max-width:650px;margin:0 auto 34px;color:rgba(255,250,244,.78);font-size:1.1rem;text-align:center}
.hero-note{justify-content:center;margin:28px auto 0;color:rgba(255,250,244,.65);text-align:left;width:max-content;max-width:100%}
.hero-visual{width:100%;margin:0 auto}
.hero-photo{width:100%;aspect-ratio:16/7;border-radius:6px 6px 0 0;box-shadow:none;transform:none;background:#27161d}
.hero-photo img{object-position:center 48%;filter:saturate(.92) contrast(1.03)}

/* Produktové karty: fotografie + typografie, bez krémových boxů a cenových bublin */
.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:44px 28px}
.product-grid--featured{grid-template-columns:repeat(4,minmax(0,1fr));gap:40px 22px}
.product-card{background:transparent;border:0;border-radius:0;overflow:visible;text-align:center;transition:.25s ease}
.product-card:hover{transform:none;box-shadow:none}
.product-card__image{aspect-ratio:4/5;border-radius:5px;overflow:hidden;background:#e5ded7;box-shadow:none}
.product-card__image img{transition:transform .55s ease,filter .35s ease}
.product-card:hover .product-card__image img{transform:scale(1.025);filter:saturate(1.06)}
.product-card__body{padding:20px 8px 0;text-align:center}
.product-card h3{font-size:2rem;line-height:1.05;margin:0 0 10px;text-align:center;letter-spacing:-.02em}
.product-card p{max-width:360px;margin:0 auto 16px;color:var(--muted);font-size:.86rem;line-height:1.6;text-align:center}
.product-card__meta{justify-content:center;gap:18px;font-size:.8rem;text-align:center}
.product-card__meta strong{font-weight:700;color:var(--ink)}
.product-card__meta a{color:var(--wine);font-size:.72rem;text-transform:uppercase;letter-spacing:.09em;border-bottom:1px solid currentColor;padding-bottom:2px}
.product-card--compact .product-card__body{padding:18px 5px 0}
.product-card--compact h3{font-size:1.8rem}
[data-page="home"] .product-card p{display:none}

/* Banner na přání: výrazná vínová plocha, minimální zaoblení */
.custom-banner{grid-template-columns:1fr 1fr;gap:0;background:var(--wine);color:#fffaf4;border:0;border-radius:6px;padding:0;min-height:480px}
.custom-banner__image{height:100%;min-height:480px;border-radius:6px 0 0 6px}
.custom-banner__image img{filter:saturate(.9);object-position:center}
.custom-banner__copy{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:58px 56px}
.custom-banner .eyebrow{color:#e7c3cd}
.custom-banner h2{max-width:560px;margin:0 auto 22px;text-align:center;letter-spacing:-.03em}
.custom-banner p{max-width:520px;margin-inline:auto;color:rgba(255,250,244,.78)}
.custom-banner strong{margin:18px 0 26px}
.custom-banner .btn--primary{background:#fffaf4;color:var(--wine-dark)}

/* Proces: bez kartiček, jen čistá číslovaná osnova */
.steps-grid{gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.step-card{padding:38px 24px;background:transparent;border:0;border-right:1px solid var(--line);border-radius:0;text-align:center}
.step-card:last-child{border-right:0}
.step-card__icon{width:auto;height:auto;margin:0 auto 14px;border-radius:0;background:transparent;color:var(--wine);font-size:2.5rem;line-height:1}
.step-card h3{font-size:1.55rem}
.step-card p{max-width:230px;margin-inline:auto}

/* O nás: ostré, fotografické a vínové */
.about-band{grid-template-columns:.85fr 1.15fr .9fr;gap:18px}
.about-copy,.quote-panel{border-radius:5px;padding:42px}
.about-copy{display:flex;flex-direction:column;justify-content:center;text-align:center;background:transparent;border:1px solid var(--line)}
.about-copy h2{text-align:center;font-size:3.5rem;letter-spacing:-.035em}
.about-copy p{text-align:center;color:var(--muted)}
.about-duo{gap:10px}
.about-person{border-radius:5px;box-shadow:none}
.about-person:first-child{transform:translateY(16px)}
.about-person figcaption,.story-photo figcaption{left:50%;bottom:14px;transform:translateX(-50%);border-radius:2px;background:rgba(255,250,244,.94);box-shadow:none;text-transform:uppercase;letter-spacing:.1em;font-size:.68rem}
.quote-panel{justify-content:center;text-align:center;background:var(--wine-dark);font-size:clamp(2rem,3.4vw,3.35rem)}
.quote-panel:after{display:none}

/* Kontakt */
.contact-grid{gap:18px}
.contact-card{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:transparent;border:1px solid var(--line);border-radius:5px;padding:52px}
.contact-card h2{text-align:center;letter-spacing:-.03em}
.contact-list{justify-items:center}
.contact-list a,.contact-list span{text-align:center}
.map-card{border-radius:5px;min-height:480px}
.map-card img{filter:saturate(.85)}
.map-overlay{right:18px;bottom:18px;border-radius:3px;padding:16px 18px;box-shadow:none;text-align:center}

/* Patička */
.site-footer{background:var(--wine-dark);padding-top:64px}
.site-footer h3{text-transform:none}
.footer-grid{text-align:left}

/* Vnitřní stránky: tmavý, centrovaný nadpisový pás */
.page-hero{padding:92px 0;background:var(--wine-dark);color:#fffaf4;text-align:center}
.page-hero .eyebrow{color:#e3bdc8}
.page-hero h1{max-width:980px;margin:18px auto 26px;text-align:center;line-height:.88;letter-spacing:-.045em;text-wrap:balance}
.page-hero p{max-width:720px;margin:0 auto;color:rgba(255,250,244,.72);text-align:center}

/* Detail produktu a formuláře: čisté obdélníkové bloky */
.detail-grid{gap:70px}
.detail-image{border-radius:5px;box-shadow:none}
.detail-copy{text-align:center}
.detail-copy h1{text-align:center;letter-spacing:-.04em}
.detail-copy>p{text-align:center}
.price-options{gap:8px}
.price-options div{border-radius:3px;background:transparent;padding:20px 14px}
.price-options div.is-highlighted{background:#f0e1e6}
.product-note{border-radius:3px;background:#eee3e4;text-align:center}
.order-item,.form-card,.summary-card{border-radius:5px;background:#fffdf9;padding:28px}
.order-item__image{border-radius:3px}
.field input,.field select,.field textarea{border-radius:3px;background:#fffdf9}
.remove-button{border-radius:3px}
.summary-card h2,.form-card h2{text-align:center}
dialog{border-radius:5px}

/* Příběh a právní stránky */
.story-grid{gap:64px}
.story-photo{border-radius:5px;box-shadow:none}
.story-copy{text-align:center}
.story-copy h2{text-align:center;letter-spacing:-.035em}
.founder-card{border-radius:5px;background:#fffdf9;border:1px solid var(--line);text-align:center}
.legal{border-radius:5px;background:#fffdf9}
.admin-order,.empty-state{border-radius:5px}

@media (max-width:980px){
  .container{width:min(100% - 36px,1220px)}
  .hero{padding-top:78px}
  .hero-copy{padding-bottom:56px}
  .hero-photo{aspect-ratio:4/2.4}
  .product-grid--featured,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .custom-banner{grid-template-columns:1fr}
  .custom-banner__image{min-height:430px;border-radius:5px 5px 0 0}
  .steps-grid{grid-template-columns:repeat(2,1fr)}
  .step-card:nth-child(2){border-right:0}
  .step-card:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .about-band{grid-template-columns:1fr 1fr}
  .about-copy{min-height:430px}
  .quote-panel{grid-column:1/-1;min-height:300px}
}

@media (max-width:650px){
  .container,.narrow{width:min(100% - 26px,1220px)}
  .section{padding:72px 0}
  .header-inner{height:70px}
  .site-header .brand{font-size:1.55rem}
  .hero{padding-top:58px}
  .hero-copy{padding-bottom:42px}
  .hero h1{font-size:clamp(3.8rem,18vw,5.6rem);line-height:.87}
  .hero-copy>p{font-size:.98rem}
  .hero-photo{aspect-ratio:4/3;border-radius:4px 4px 0 0}
  .hero-note{width:auto;text-align:center;justify-content:center;align-items:center;flex-direction:column}
  .btn-row{width:100%}
  .btn-row .btn{flex:1 1 100%}
  .section-head{margin-bottom:34px}
  .product-grid,.product-grid--featured{grid-template-columns:1fr;gap:42px}
  .product-card{display:block;border-radius:0}
  .product-card__image{height:auto;aspect-ratio:4/5;border-radius:4px}
  .product-card__body{padding:18px 8px 0}
  .product-card__body p{display:block}
  [data-page="home"] .product-card p{display:none}
  .product-card__meta{display:flex;justify-content:center}
  .product-card__meta a{display:inline-block;margin-top:0}
  .custom-banner{border-radius:4px}
  .custom-banner__image{height:310px;min-height:310px}
  .custom-banner__copy{padding:42px 24px}
  .steps-grid{grid-template-columns:1fr}
  .step-card{border-right:0;border-bottom:1px solid var(--line)!important}
  .step-card:last-child{border-bottom:0!important}
  .about-band{grid-template-columns:1fr}
  .about-copy,.quote-panel{padding:32px 24px}
  .about-copy{min-height:auto}
  .about-duo{min-height:350px}
  .about-person{border-radius:4px}
  .about-person:first-child{transform:translateY(8px)}
  .contact-card{padding:38px 24px}
  .map-card{min-height:360px;border-radius:4px}
  .page-hero{padding:68px 0}
  .page-hero h1{font-size:clamp(3.5rem,17vw,5.4rem)}
  .detail-copy{text-align:center}
  .mobile-order-bar{left:8px;right:8px;bottom:8px;border-radius:3px;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}
}

/* =========================================================
   MĚKKÝ ORGANICKÝ REDESIGN V2
   Přátelský, vzdušný a moderní směr bez tvrdých obdélníků.
   Fraunces + Manrope zůstávají zachované.
   ========================================================= */
:root{
  --paper:#fbf6ef;
  --paper-2:#fffaf5;
  --ink:#2c2723;
  --muted:#746963;
  --wine:#7a2f50;
  --wine-dark:#5b203c;
  --rose:#edcbd3;
  --blush:#f5e3df;
  --sage:#b9c4b1;
  --line:rgba(78,52,48,.11);
  --shadow-soft:0 26px 70px rgba(88,54,54,.12);
}
body{
  background:
    radial-gradient(circle at 7% 12%,rgba(237,203,211,.22),transparent 24rem),
    radial-gradient(circle at 93% 35%,rgba(185,196,177,.17),transparent 28rem),
    var(--paper);
}
.container{width:min(1220px,calc(100% - 44px))}
.section{padding:104px 0}
.section--tight{padding:70px 0 92px}
.section--white,.section--sage{background:transparent}
.section-head{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:18px;margin-bottom:48px}
.section-head__text,.section-head>div{max-width:760px}
.section-title{text-align:center;letter-spacing:-.035em;line-height:.98}
.section-intro{max-width:680px;margin-inline:auto;text-align:center}
.eyebrow{text-align:center;color:#9d5d75;letter-spacing:.18em}
.small-note{text-align:center;color:var(--muted);max-width:720px;margin:28px auto 0;font-size:.84rem}

/* Navigace jako lehký plovoucí pruh, ne tvrdá lišta */
.site-header{top:12px;background:transparent;border:0;backdrop-filter:none;padding:0 14px}
.header-inner{
  height:72px;
  margin-inline:auto;
  padding:0 24px;
  border-radius:999px;
  background:rgba(255,250,245,.88);
  border:1px solid rgba(90,58,53,.08);
  box-shadow:0 12px 34px rgba(75,47,46,.08);
  backdrop-filter:blur(20px);
}
.desktop-nav{gap:32px;font-size:.82rem;text-transform:none;letter-spacing:.025em}
.desktop-nav a:after{bottom:-7px}
.menu-button{border-radius:50%}

/* Hero: centrovaný text a velká organická fotografie */
.hero{
  padding:94px 0 112px;
  color:var(--ink);
  background:transparent;
  overflow:hidden;
}
.hero:before{
  display:block!important;
  content:'';
  position:absolute;
  width:520px;height:520px;
  left:-210px;top:40px;
  border-radius:50%;
  background:rgba(237,203,211,.24);
  filter:blur(2px);
}
.hero:after{
  content:'';
  position:absolute;
  width:430px;height:430px;
  right:-170px;bottom:50px;
  border-radius:50%;
  background:rgba(185,196,177,.2);
  z-index:-1;
}
.hero-grid{display:grid;grid-template-columns:1fr;gap:40px;position:relative}
.hero-copy{max-width:950px;margin:0 auto;text-align:center;padding:0;z-index:2}
.hero .eyebrow{color:#9d5d75}
.hero h1{
  max-width:1050px;
  margin:20px auto 28px;
  font-size:clamp(4.6rem,9vw,8.7rem);
  line-height:.86;
  letter-spacing:-.052em;
  text-align:center;
  text-wrap:balance;
}
.hero-copy>p{max-width:650px;margin:0 auto 32px;color:#584d47;text-align:center;font-size:1.08rem}
.hero .btn-row{justify-content:center}
.hero-note{justify-content:center;align-items:center;width:auto;margin:28px auto 0;text-align:left;color:var(--muted)}
.hero-visual{width:100%;max-width:1060px;margin:12px auto 0;position:relative}
.hero-photo{
  width:100%;
  aspect-ratio:16/8.4;
  border-radius:47% 53% 45% 55% / 40% 38% 62% 60%;
  overflow:hidden;
  transform:rotate(-.4deg);
  box-shadow:var(--shadow-soft);
  background:#dfd7d1;
}
.hero-photo img{object-position:center 48%;filter:saturate(.95) contrast(1.01)}
.hero-visual:after{
  display:block!important;
  content:'';
  position:absolute;
  inset:5% -2% -5% 4%;
  z-index:-1;
  border:1px solid rgba(122,47,80,.27);
  border-radius:52% 48% 56% 44% / 44% 52% 48% 56%;
}

/* Produkty: volné fotografie, žádné karty ani boxy */
.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:62px 34px}
.product-grid--featured{grid-template-columns:repeat(4,minmax(0,1fr));gap:58px 28px}
.product-card{background:transparent;border:0;border-radius:0;overflow:visible;text-align:center}
.product-card:hover{transform:none;box-shadow:none}
.product-card__image{
  aspect-ratio:4/5;
  overflow:hidden;
  background:#e9e0d8;
  border-radius:46% 54% 48% 52% / 39% 42% 58% 61%;
  box-shadow:0 18px 48px rgba(80,50,49,.09);
}
.product-card:nth-child(even) .product-card__image{border-radius:54% 46% 57% 43% / 46% 38% 62% 54%}
.product-card:nth-child(3n) .product-card__image{border-radius:43% 57% 50% 50% / 54% 43% 57% 46%}
.product-card__image img{transition:transform .6s ease,filter .35s ease}
.product-card:hover .product-card__image img{transform:scale(1.035);filter:saturate(1.04)}
.product-card__body{padding:24px 12px 0;text-align:center}
.product-card h3{font-size:2rem;text-align:center;margin-bottom:10px;letter-spacing:-.025em}
.product-card p{max-width:350px;margin:0 auto 17px;text-align:center;line-height:1.65}
.product-card__meta{justify-content:center;gap:20px;text-align:center}
.product-card__meta a{font-size:.78rem;text-transform:none;letter-spacing:0;border:0;padding:0;color:var(--wine)}
.product-card__meta a:after{content:'  →';transition:.2s}
.product-card__meta a:hover:after{padding-left:4px}
.product-card--compact .product-card__body{padding-top:20px}
.product-card--compact h3{font-size:1.78rem}

/* Kytice na přání: otevřená kompozice se dvěma organickými plochami */
.custom-banner{
  position:relative;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:center;
  min-height:520px;
  padding:40px 28px;
  background:transparent;
  color:var(--ink);
  border:0;
  border-radius:0;
  overflow:visible;
}
.custom-banner:before{
  content:'';
  position:absolute;
  width:56%;height:95%;
  right:-2%;top:2%;
  background:rgba(245,227,223,.8);
  border-radius:47% 53% 44% 56% / 42% 37% 63% 58%;
  z-index:-1;
}
.custom-banner__image{
  height:520px;
  min-height:0;
  border-radius:55% 45% 53% 47% / 40% 48% 52% 60%;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
  transform:rotate(-1deg);
}
.custom-banner__copy{align-items:center;justify-content:center;text-align:center;padding:40px 34px}
.custom-banner .eyebrow{color:#9d5d75}
.custom-banner h2{text-align:center;color:var(--ink);max-width:560px}
.custom-banner p{color:var(--muted);text-align:center}
.custom-banner strong{color:var(--wine-dark)}
.custom-banner .btn--primary{background:var(--wine);color:#fff}

body[data-page="home"] .custom-banner__image img{object-position:42% 68%}

/* Proces: volné kruhy a text, žádné linkované buňky */
.steps-grid{grid-template-columns:repeat(4,1fr);gap:34px;border:0}
.step-card{position:relative;padding:18px 16px;background:transparent;border:0!important;border-radius:0;text-align:center}
.step-card__icon{
  width:76px;height:76px;
  display:grid;place-items:center;
  margin:0 auto 20px;
  border-radius:50%;
  background:linear-gradient(145deg,#f1d8de,#f8ece8);
  color:var(--wine);
  font-size:2rem;
  box-shadow:0 12px 30px rgba(105,56,73,.1);
}
.step-card:nth-child(even) .step-card__icon{background:linear-gradient(145deg,#dfe5da,#f4f0e8)}
.step-card h3{font-size:1.52rem}
.step-card p{max-width:245px;margin-inline:auto}

/* O nás: otevřený text, fotografie v měkkých tvarech, citát jako organická bublina */
.about-band{grid-template-columns:.9fr 1.15fr .95fr;gap:38px;align-items:center}
.about-copy{background:transparent;border:0;border-radius:0;padding:20px 10px;text-align:center;min-height:0}
.about-copy h2{text-align:center;font-size:3.7rem}
.about-copy p{text-align:center;color:var(--muted)}
.about-copy .btn{margin-inline:auto}
.about-duo{gap:14px;min-height:430px}
.about-person{
  min-height:410px;
  border-radius:48% 52% 46% 54% / 40% 44% 56% 60%;
  box-shadow:0 16px 42px rgba(78,45,48,.1);
}
.about-person:nth-child(2){border-radius:55% 45% 52% 48% / 46% 38% 62% 54%}
.about-person:first-child{transform:translateY(22px)}
.about-person figcaption,.story-photo figcaption{
  left:50%;bottom:17px;transform:translateX(-50%);
  border-radius:999px;
  background:rgba(255,250,245,.88);
  text-transform:none;letter-spacing:.02em;font-size:.78rem;
  box-shadow:0 8px 20px rgba(60,35,42,.08)
}
.quote-panel{
  min-height:400px;
  padding:54px 44px;
  justify-content:center;
  text-align:center;
  background:var(--wine);
  border-radius:46% 54% 55% 45% / 41% 38% 62% 59%;
  box-shadow:0 24px 55px rgba(91,32,60,.16);
  font-size:clamp(2rem,3.2vw,3.3rem)
}
.quote-panel:after{display:block;content:'·';right:34px;bottom:12px;font-size:6rem;color:rgba(255,255,255,.18)}

/* Kontakt: volný text a organická fotografie */
.contact-grid{grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}
.contact-card{background:transparent;border:0;border-radius:0;padding:20px;text-align:center;align-items:center}
.contact-card h2{text-align:center}
.contact-list{justify-items:center}
.contact-list a,.contact-list span{justify-content:center;text-align:center}
.map-card{
  min-height:500px;
  border-radius:52% 48% 44% 56% / 43% 39% 61% 57%;
  box-shadow:var(--shadow-soft);
}
.map-overlay{right:8%;bottom:7%;border-radius:999px;padding:15px 24px;text-align:center;background:rgba(255,250,245,.9);box-shadow:0 10px 26px rgba(66,39,42,.1)}

/* Vnitřní stránky: světlé a měkké, bez tmavého obdélníkového pásu */
.page-hero{
  position:relative;
  overflow:hidden;
  padding:118px 0 90px;
  background:transparent;
  color:var(--ink);
  text-align:center
}
.page-hero:before{
  content:'';position:absolute;left:50%;top:50%;transform:translate(-50%,-48%);
  width:min(82vw,900px);height:360px;
  border-radius:50%;
  background:rgba(245,227,223,.66);
  z-index:-1;
  filter:blur(.2px)
}
.page-hero .eyebrow{color:#9d5d75}
.page-hero h1{text-align:center;color:var(--ink)}
.page-hero p{color:var(--muted);text-align:center}
.detail-image{border-radius:48% 52% 45% 55% / 40% 44% 56% 60%;box-shadow:var(--shadow-soft)}
.detail-copy{text-align:center}
.price-options{gap:12px}
.price-options div{border-radius:24px;background:rgba(255,255,255,.55);border:1px solid var(--line)}
.price-options div.is-highlighted{background:#f3e1e6}
.product-note{border-radius:24px;background:rgba(237,203,211,.35);text-align:center}
.order-item,.form-card,.summary-card,.legal,.founder-card,.admin-order,.empty-state{
  border-radius:32px;
  background:rgba(255,253,249,.78);
  border:1px solid rgba(78,52,48,.08);
  box-shadow:0 14px 40px rgba(78,48,48,.06)
}
.order-item__image{border-radius:25px}
.field input,.field select,.field textarea{border-radius:18px;background:rgba(255,253,249,.92)}
.remove-button{border-radius:999px}
dialog{border-radius:32px}
.story-photo{border-radius:49% 51% 47% 53% / 41% 45% 55% 59%;box-shadow:var(--shadow-soft)}
.story-copy{text-align:center}

/* Patička zůstává tmavší, ale s měkčím přechodem */
.site-footer{position:relative;background:var(--wine-dark);padding-top:78px;border-radius:44px 44px 0 0}

@media (max-width:980px){
  .container{width:min(100% - 34px,1220px)}
  .section{padding:88px 0}
  .hero{padding:78px 0 94px}
  .hero-photo{aspect-ratio:4/2.5}
  .product-grid,.product-grid--featured{grid-template-columns:repeat(2,minmax(0,1fr));gap:52px 26px}
  .custom-banner{grid-template-columns:1fr;gap:44px;padding:28px 10px}
  .custom-banner:before{width:92%;height:48%;right:4%;top:auto;bottom:-1%}
  .custom-banner__image{height:470px}
  .steps-grid{grid-template-columns:repeat(2,1fr);gap:40px 20px}
  .about-band{grid-template-columns:1fr 1fr}
  .about-copy{padding:0 24px}
  .quote-panel{grid-column:1/-1;min-height:330px;max-width:700px;margin:30px auto 0}
  .contact-grid{gap:36px}
}

@media (max-width:650px){
  .container,.narrow{width:min(100% - 24px,1220px)}
  .site-header{top:8px;padding:0 8px}
  .header-inner{height:66px;padding:0 17px}
  .section{padding:74px 0}
  .hero{padding:62px 0 76px}
  .hero h1{font-size:clamp(3.65rem,18vw,5.3rem);line-height:.88}
  .hero-copy>p{font-size:.98rem}
  .hero-photo{aspect-ratio:4/3.25;border-radius:44% 56% 47% 53% / 38% 45% 55% 62%}
  .hero-note{flex-direction:column;text-align:center}
  .hero .btn-row{max-width:330px;margin-inline:auto}
  .hero .btn-row .btn{flex:1 1 100%}
  .section-head{margin-bottom:38px}
  .product-grid,.product-grid--featured{grid-template-columns:1fr;gap:52px}
  .product-card{max-width:430px;margin-inline:auto}
  .product-card__image{border-radius:44% 56% 48% 52% / 39% 43% 57% 61%}
  .custom-banner{gap:30px}
  .custom-banner__image{height:360px;border-radius:52% 48% 55% 45% / 42% 48% 52% 58%}
  .custom-banner__copy{padding:32px 18px 40px}
  .custom-banner:before{height:53%;width:100%;right:0}
  .steps-grid{grid-template-columns:1fr;gap:30px}
  .step-card{border:0!important;padding:12px}
  .about-band{grid-template-columns:1fr;gap:40px}
  .about-copy{padding:0 12px}
  .about-copy h2{font-size:3.1rem}
  .about-duo{min-height:365px}
  .about-person{min-height:360px}
  .about-person:first-child{transform:translateY(12px)}
  .quote-panel{min-height:315px;padding:44px 30px;border-radius:45% 55% 48% 52% / 38% 44% 56% 62%}
  .contact-grid{grid-template-columns:1fr;gap:42px}
  .contact-card{padding:10px}
  .map-card{min-height:390px;border-radius:46% 54% 48% 52% / 42% 38% 62% 58%}
  .page-hero{padding:92px 0 72px}
  .page-hero:before{width:115vw;height:330px}
  .mobile-order-bar{left:10px;right:10px;bottom:10px;border-radius:999px;text-transform:none;letter-spacing:0;font-size:.82rem}
  .site-footer{border-radius:30px 30px 0 0}
}

/* =========================================================
   OPRAVA ZAROVNÁNÍ TEXTU V ORGANICKÝCH TVARECH
   ========================================================= */
.about-band{
  grid-template-columns:minmax(250px,.9fr) minmax(420px,1.2fr) minmax(360px,1.05fr);
  gap:34px;
}
.quote-panel{
  position:relative;
  isolation:isolate;
  min-height:430px;
  padding:64px 58px;
  background:transparent;
  border-radius:0;
  box-shadow:none;
  overflow:visible;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:clamp(1.8rem,2.55vw,2.75rem);
  line-height:1.08;
  text-wrap:balance;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}
.quote-panel::before{
  content:'';
  position:absolute;
  inset:0;
  z-index:-1;
  background:var(--wine);
  border-radius:46% 54% 55% 45% / 41% 38% 62% 59%;
  box-shadow:0 24px 55px rgba(91,32,60,.16);
}
.quote-panel::after{display:none}

.map-overlay{
  right:14%;
  bottom:11%;
  max-width:190px;
  padding:14px 22px;
  line-height:1.35;
  white-space:normal;
}

@media (max-width:1180px){
  .about-band{grid-template-columns:1fr 1.15fr;gap:40px}
  .about-copy{padding-inline:22px}
  .quote-panel{
    grid-column:1/-1;
    width:min(100%,620px);
    min-height:320px;
    margin:26px auto 0;
    padding:54px 64px;
    font-size:clamp(1.85rem,3.7vw,2.75rem);
  }
}

@media (max-width:650px){
  .about-band{grid-template-columns:1fr}
  .quote-panel{
    grid-column:auto;
    width:min(100%,420px);
    min-height:300px;
    padding:46px 34px;
    margin:4px auto 0;
    font-size:clamp(1.72rem,8vw,2.25rem);
    line-height:1.08;
  }
  .map-overlay{
    right:15%;
    bottom:12%;
    max-width:170px;
    padding:12px 18px;
    font-size:.9rem;
  }
}


/* =========================================================
   FINÁLNÍ ZAROVNÁNÍ CITÁTU A ADRESNÍHO ŠTÍTKU
   ========================================================= */
.quote-panel{
  min-height:460px;
  padding:62px 42px;
  font-size:clamp(1.65rem,2vw,2.15rem);
  line-height:1.16;
}
.quote-panel::before{
  inset:8px 0;
  border-radius:43% 57% 50% 50% / 34% 38% 62% 66%;
}
.quote-panel > span{
  display:block;
  width:min(100%,285px);
  margin:auto;
  text-align:center;
  text-wrap:balance;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}
.map-overlay{
  left:50%;
  right:auto;
  bottom:7%;
  transform:translateX(-50%);
  width:max-content;
  max-width:78%;
}

@media (max-width:1180px){
  .quote-panel{
    min-height:340px;
    padding:50px 44px;
    font-size:clamp(1.65rem,3.2vw,2.1rem);
  }
  .quote-panel > span{width:min(100%,420px)}
}

@media (max-width:650px){
  .quote-panel{
    min-height:320px;
    padding:44px 30px;
    font-size:clamp(1.55rem,7.1vw,1.95rem);
  }
  .quote-panel > span{width:min(100%,310px)}
  .map-overlay{bottom:8%;max-width:82%}
}

/* =========================================================
   BRAND UPDATE — 84023C + logo z vizitky
   Fraunces + Manrope zůstávají pro obsah webu.
   ========================================================= */
:root{
  --wine:#84023c;
  --wine-dark:#84023c;
}

/* Jednotná vínová značka */
.eyebrow,
.page-hero .eyebrow,
.product-card__meta a,
.summary-total strong,
.step-card__icon{
  color:#84023c;
}
.btn--primary{background:#84023c;box-shadow:0 10px 24px rgba(132,2,60,.20)}
.btn--primary:hover{background:#84023c}
.btn--outline{border-color:#84023c;color:#84023c}
.desktop-nav a:after{background:#84023c}
.hero-visual:after{border-color:rgba(132,2,60,.34)}
.quote-panel::before{background:#84023c;box-shadow:0 24px 55px rgba(132,2,60,.15)}
.site-footer{background:#84023c}
.mobile-order-bar{background:#84023c}

/* Logo – typografie převzatá přímo z dodané vizitky jako obrazová značka. */
.brand{
  display:inline-flex;
  align-items:center;
  line-height:1;
  flex:none;
}
.brand .brand-logo{
  display:block;
  width:clamp(166px,15vw,218px);
  height:auto;
  max-height:58px;
  object-fit:contain;
}
.site-footer .brand .brand-logo{
  width:210px;
  max-height:none;
}

@media (max-width:650px){
  .brand .brand-logo{width:164px;max-height:48px}
  .site-footer .brand .brand-logo{width:188px}
}

/* Header wordmark – pouze název značky, bez sloganu. */
.site-header .brand .brand-wordmark{
  width:clamp(172px,14vw,210px);
  max-height:42px;
  object-fit:contain;
}
@media (max-width:650px){
  .site-header .brand .brand-wordmark{
    width:160px;
    max-height:36px;
  }
}

/* 2026-08-15: oprava wordmarku + nahraná botanická kresba */
.site-header .brand{
  overflow:visible;
  padding:4px 0 7px;
}
.site-header .brand .brand-wordmark{
  display:block;
  width:clamp(174px,14vw,214px);
  height:auto;
  max-height:none;
  object-fit:contain;
  overflow:visible;
}

/* Vlastní nahraná kytička – jemný dekor, aby nekonkurovala fotkám ani textu. */
.hero > .botanical--left{
  width:118px;
  left:-18px;
  top:118px;
  opacity:.10;
  transform:scaleX(-1) rotate(-8deg);
  filter:none;
}
.hero .botanical--hero{
  width:126px;
  right:-6px;
  bottom:-28px;
  opacity:.11;
  transform:rotate(7deg);
  filter:none;
}
.custom-banner > .botanical{
  width:104px;
  right:20px;
  bottom:-12px;
  opacity:.085;
  transform:rotate(10deg);
  filter:none;
}

@media (max-width:650px){
  .site-header .brand{padding:3px 0 5px}
  .site-header .brand .brand-wordmark{
    width:162px;
    max-height:none;
  }
  .hero > .botanical--left{width:92px;left:-22px;top:102px;opacity:.08}
  .hero .botanical--hero{width:96px;right:-16px;bottom:-18px;opacity:.09}
  .custom-banner > .botanical{width:84px;right:10px;bottom:-8px;opacity:.07}
}

/* 2026-08-15: finální dorovnání wordmarku v hlavičce */
.site-header .header-inner{
  align-items:center;
}
.site-header .brand{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0;
}
.site-header .brand .brand-wordmark{
  display:block;
  width:auto;
  height:44px;
  max-width:214px;
  max-height:none;
  object-fit:contain;
}
@media (max-width:650px){
  .site-header .brand{
    min-height:42px;
    padding:0;
  }
  .site-header .brand .brand-wordmark{
    width:auto;
    height:38px;
    max-width:172px;
  }
}

/* 2026-08-15: optické (ne jen geometrické) vycentrování wordmarku */
.site-header .brand{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.site-header .brand .brand-wordmark{
  display:block;
  width:auto;
  height:45px;
  max-width:220px;
  margin:0;
  transform:none;
  object-fit:contain;
  object-position:center center;
}
@media (max-width:650px){
  .site-header .brand .brand-wordmark{
    height:39px;
    max-width:178px;
  }
}

/* 2026-08-15: nová dekorativní kytička z uživatelského PNG */
.quote-panel{
  position:relative;
  overflow:hidden;
}
.quote-panel::before{
  content:'';
  position:absolute;
  left:18px;
  bottom:14px;
  width:132px;
  height:220px;
  background:url('../images/floral-branch-user.png') center/contain no-repeat;
  opacity:.12;
  transform:rotate(-10deg);
  transform-origin:bottom left;
  pointer-events:none;
}
.quote-panel span,
.quote-panel > *{
  position:relative;
  z-index:1;
}

.page-hero{
  position:relative;
}
.page-hero::after{
  content:'';
  position:absolute;
  right:8%;
  top:18%;
  width:126px;
  height:220px;
  background:url('../images/floral-branch-user.png') center/contain no-repeat;
  opacity:.085;
  transform:rotate(13deg);
  pointer-events:none;
}

.contact-grid{
  position:relative;
}
.contact-grid::after{
  content:'';
  position:absolute;
  right:-18px;
  top:-34px;
  width:120px;
  height:210px;
  background:url('../images/floral-branch-user.png') center/contain no-repeat;
  opacity:.08;
  transform:rotate(16deg);
  pointer-events:none;
}

@media (max-width:980px){
  .page-hero::after{
    width:102px;
    height:184px;
    right:4%;
    top:20%;
    opacity:.07;
  }
  .contact-grid::after{
    width:96px;
    height:170px;
    right:-8px;
    top:-20px;
    opacity:.065;
  }
}

@media (max-width:650px){
  .quote-panel::before{
    width:94px;
    height:154px;
    left:14px;
    bottom:10px;
    opacity:.10;
  }
  .page-hero::after{
    width:82px;
    height:140px;
    right:2%;
    top:14%;
    opacity:.06;
  }
  .contact-grid::after{
    width:74px;
    height:126px;
    right:-2px;
    top:-8px;
    opacity:.055;
  }
}

/* 2026-08-15: jemně výraznější dekor a čitelnější text v quote panelu */
.quote-panel{
  background:#84023c !important;
  color:#fff !important;
  text-align:center;
}
.quote-panel span{
  display:block;
  width:min(100%, 420px);
  margin-inline:auto;
  color:#fff !important;
  text-shadow:0 2px 10px rgba(0,0,0,.10);
}
.quote-panel::before{
  opacity:.18 !important;
  left:20px;
  bottom:12px;
}
.page-hero::after{
  opacity:.11 !important;
}
.contact-grid::after{
  opacity:.10 !important;
}
@media (max-width:650px){
  .quote-panel::before{opacity:.14 !important;}
  .page-hero::after{opacity:.08 !important;}
  .contact-grid::after{opacity:.075 !important;}
}


/* 2026-08-15: světlejší a čitelnější patička + sjednocený kontakt */
.site-footer{background:#84023c;color:#fff6f0}
.site-footer .brand{color:#fff6f0}
.site-footer .brand small{display:block;color:rgba(255,246,240,.82);margin-top:6px;letter-spacing:.16em;font-size:.66rem}
.site-footer h3{color:#fff6f0}
.site-footer p,.site-footer a{color:rgba(255,246,240,.92)}
.site-footer a:hover{color:#ffffff}
.footer-bottom{color:rgba(255,246,240,.82);border-top:1px solid rgba(255,246,240,.18)}
.footer-bottom a,.footer-bottom span{color:inherit}


/* 2026-08-15: bez teček v názvu + patička ve stylu wordmarku */
.site-footer .footer-brand{display:inline-flex;flex-direction:column;align-items:flex-start;text-decoration:none}
.site-footer .footer-brand__image{display:block;width:188px;max-width:100%;height:auto;filter:brightness(0) invert(1) saturate(0) brightness(1.18);margin-bottom:10px}
.site-footer .footer-brand small{display:block;color:rgba(255,246,240,.88);margin-top:0;letter-spacing:.18em;font-size:.72rem;font-weight:700}
.site-footer .footer-contact{text-align:center}
.site-footer .footer-contact h3{text-align:center}
.site-footer .footer-address{max-width:20ch;margin:0 auto 12px;text-align:center;line-height:1.5}
.site-footer .footer-copyright-brand{font-family:var(--serif);font-style:italic;font-weight:600;letter-spacing:-.025em}
@media (max-width:650px){
  .site-footer .footer-brand__image{width:170px}
}

/* 2026-08-15: finální sjednocení textů a zarovnání */
.site-footer .footer-grid{
  grid-template-columns:1.12fr .9fr 1.28fr 1.08fr;
  align-items:start;
  column-gap:54px;
}
.site-footer .footer-grid > div{min-width:0}
.site-footer .footer-brand-column,
.site-footer .footer-links-column,
.site-footer .footer-info-column{
  text-align:left;
}
.site-footer .footer-contact{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  width:100%;
}
.site-footer .footer-contact h3{
  width:100%;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.site-footer .footer-contact .footer-address{
  width:100%;
  max-width:28ch;
  margin:0 auto 12px;
  text-align:center;
  line-height:1.55;
}
.site-footer .footer-contact a{
  display:block;
  width:100%;
  margin:6px auto;
  text-align:center;
  white-space:normal;
}
.site-footer .footer-brand{
  align-items:flex-start;
}
.site-footer .footer-brand__image{
  width:188px;
  margin:0 0 10px;
}
.site-footer .footer-copyright{
  display:inline-flex;
  align-items:center;
  gap:8px;
  white-space:nowrap;
}
.site-footer .footer-copyright-wordmark{
  display:inline-block;
  width:84px;
  height:auto;
  filter:brightness(0) invert(1) saturate(0) brightness(1.18);
}
.site-footer .footer-domain{
  color:rgba(255,246,240,.82);
  margin:0;
}
.site-footer .footer-domain:hover{color:#fff}

.contact-wordmark-heading{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0 0 26px !important;
}
.contact-wordmark-heading img{
  width:min(290px,82%);
  height:auto;
}
.contact-card .contact-list{
  justify-items:center;
  text-align:center;
}
.contact-card .contact-list span,
.contact-card .contact-list a{
  justify-content:center;
  text-align:center;
  width:100%;
}
.contact-card > p{text-align:center}

@media (max-width:980px){
  .site-footer .footer-grid{
    grid-template-columns:1fr 1fr;
    column-gap:46px;
    row-gap:42px;
  }
}
@media (max-width:650px){
  .site-footer .footer-grid{
    grid-template-columns:1fr;
    gap:34px;
    text-align:center;
  }
  .site-footer .footer-brand-column,
  .site-footer .footer-links-column,
  .site-footer .footer-info-column,
  .site-footer .footer-contact{
    align-items:center;
    text-align:center;
  }
  .site-footer .footer-brand{align-items:center}
  .site-footer .footer-links-column a,
  .site-footer .footer-info-column a{text-align:center}
  .site-footer .footer-contact .footer-address{max-width:30ch}
  .site-footer .footer-bottom{
    align-items:center;
    text-align:center;
  }
  .site-footer .footer-copyright{justify-content:center}
}

/* 2026-08-15: optické dorovnání patičky */
.site-footer .footer-brand-column{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.site-footer .footer-brand{
  width:200px;
  align-items:center;
}
.site-footer .footer-brand__image{
  width:188px;
  margin-left:auto;
  margin-right:auto;
}
.site-footer .footer-brand small{
  width:100%;
  text-align:center;
}
.site-footer .footer-brand-column > p{
  width:200px;
  margin-top:12px;
  text-align:center;
}
.site-footer .footer-links-column h3,
.site-footer .footer-links-column a,
.site-footer .footer-info-column h3,
.site-footer .footer-info-column a{
  text-align:left;
}
@media (max-width:650px){
  .site-footer .footer-brand-column{align-items:center}
  .site-footer .footer-links-column h3,
  .site-footer .footer-links-column a,
  .site-footer .footer-info-column h3,
  .site-footer .footer-info-column a{text-align:center}
}


/* 2026-08-15: dorovnání kontaktu a patičky */
.contact-wordmark-heading{margin:0 0 10px !important;}
.contact-card .contact-list{margin:8px 0 28px;}
.contact-card > p{max-width:32ch;margin-left:auto;margin-right:auto;}
.contact-card .btn-row{justify-content:center;}

.site-footer .footer-contact{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  text-align:left;
}
.site-footer .footer-contact h3{
  width:auto;
  margin:0 0 13px;
  text-align:left;
}
.site-footer .footer-contact .footer-address{
  width:auto;
  max-width:17ch;
  margin:0 0 16px;
  text-align:left;
  line-height:1.42;
}
.site-footer .footer-contact a{
  width:auto;
  margin:0 0 12px;
  text-align:left;
}
@media (max-width:650px){
  .site-footer .footer-contact,
  .site-footer .footer-contact h3,
  .site-footer .footer-contact .footer-address,
  .site-footer .footer-contact a{
    align-items:center;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
  }
}


/* 2026-08-15: typograficky čistá adresa v patičce */
.site-footer .footer-contact .footer-address{
  max-width:none;
  white-space:nowrap;
  line-height:1.5;
  margin-bottom:18px;
}
@media (max-width:760px){
  .site-footer .footer-contact .footer-address{
    white-space:normal;
    max-width:28ch;
  }
}


/* 2026-08-15: interaktivní mapa místo fotografie v kontaktu */
.map-card--interactive{
  position:relative;
  overflow:hidden;
  background:#e7e0d8;
}
.map-card--interactive iframe{
  display:block;
  width:100%;
  height:100%;
  min-height:480px;
  border:0;
  filter:saturate(.82) contrast(.98);
}
@media (max-width:980px){
  .map-card--interactive iframe{min-height:430px;}
}
@media (max-width:650px){
  .map-card--interactive iframe{min-height:390px;}
}

/* 2026-08-15: homepage hero + navigace, která se objeví až po jemném scrollu */
body[data-page="home"] .site-header{
  position:fixed;
  left:0;
  right:0;
  top:12px;
  z-index:80;
  transform:translateY(-125%);
  opacity:0;
  pointer-events:none;
  transition:transform .46s cubic-bezier(.22,.8,.28,1), opacity .34s ease;
  will-change:transform,opacity;
}
body[data-page="home"] .site-header.is-scroll-visible{
  transform:translateY(0);
  opacity:1;
  pointer-events:auto;
}

body[data-page="home"] .hero{
  min-height:100svh;
  padding:clamp(76px,9vh,104px) 0 0;
  display:flex;
  align-items:stretch;
  overflow:hidden;
}
body[data-page="home"] .hero-grid{
  min-height:calc(100svh - clamp(76px,9vh,104px));
  display:flex;
  flex-direction:column;
  gap:0;
  width:100%;
}
body[data-page="home"] .hero-copy{
  width:100%;
  max-width:980px;
  margin:0 auto;
}
body[data-page="home"] .hero h1{
  margin-top:16px;
  margin-bottom:22px;
}
body[data-page="home"] .hero-copy>p{
  margin-bottom:26px;
}
body[data-page="home"] .hero-note{
  margin-top:22px;
}
body[data-page="home"] .hero-visual{
  width:min(1120px,calc(100vw - 54px));
  max-width:none;
  margin:auto auto 0;
  padding-top:clamp(34px,4.5vh,54px);
}
body[data-page="home"] .hero-photo{
  width:100%;
  height:clamp(245px,31vh,340px);
  aspect-ratio:auto;
  border-radius:48% 52% 18% 18% / 44% 40% 14% 14%;
  transform:none;
  box-shadow:0 24px 70px rgba(72,40,42,.13);
}
body[data-page="home"] .hero-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 47%;
}
body[data-page="home"] .hero-visual:after{
  inset:calc(4.5vh + 4%) -1.2% -5% 3.2%;
  border-radius:50% 50% 21% 20% / 45% 41% 16% 15%;
}
body[data-page="home"] .hero > .botanical--left,
body[data-page="home"] .hero .botanical--hero{
  display:block!important;
}
body[data-page="home"] .hero > .botanical--left{
  opacity:.11;
  top:24%;
}
body[data-page="home"] .hero .botanical--hero{
  opacity:.10;
  right:1%;
  bottom:4%;
}

@media (max-width:650px){
  body[data-page="home"] .site-header{top:8px;}
  body[data-page="home"] .hero{
    min-height:100svh;
    padding:58px 0 0;
  }
  body[data-page="home"] .hero-grid{
    min-height:calc(100svh - 58px);
  }
  body[data-page="home"] .hero h1{
    margin-top:12px;
    margin-bottom:18px;
  }
  body[data-page="home"] .hero-copy>p{margin-bottom:22px;}
  body[data-page="home"] .hero-note{margin-top:18px;}
  body[data-page="home"] .hero-visual{
    width:calc(100vw - 28px);
    padding-top:32px;
  }
  body[data-page="home"] .hero-photo{
    height:clamp(220px,30vh,290px);
    border-radius:46% 54% 18% 18% / 35% 41% 14% 14%;
  }
  body[data-page="home"] .hero > .botanical--left{opacity:.07;top:20%;}
  body[data-page="home"] .hero .botanical--hero{opacity:.075;}
}

@media (prefers-reduced-motion:reduce){
  body[data-page="home"] .site-header{transition:none;}
}

/* 2026-08-15: editorial hero podle nových referencí; vysouvací navigace zůstává */
body[data-page="home"] .hero.hero--editorial{
  min-height:100svh;
  padding:clamp(64px,7vh,84px) 0 42px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 5% 34%, rgba(132,2,60,.055) 0 17%, transparent 17.2%),
    linear-gradient(180deg,#fbf7f1 0%,#f8f1ea 100%);
}
body[data-page="home"] .hero.hero--editorial:before{
  content:"";
  display:block;
  position:absolute;
  width:520px;
  height:520px;
  right:-260px;
  top:-190px;
  border-radius:50%;
  background:rgba(132,2,60,.035);
  filter:none;
}
body[data-page="home"] .hero.hero--editorial:after{display:none;}
body[data-page="home"] .hero--editorial .hero-grid{
  min-height:auto;
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(480px,1.14fr);
  gap:clamp(34px,5vw,80px);
  align-items:center;
  width:100%;
}
body[data-page="home"] .hero--editorial .hero-copy{
  max-width:610px;
  margin:0;
  justify-self:end;
  text-align:left;
  padding:0 0 0 clamp(72px,7vw,140px);
  z-index:4;
}
body[data-page="home"] .hero--editorial .eyebrow{
  text-align:left;
  margin:0 0 18px;
  color:#a15873;
}
body[data-page="home"] .hero--editorial h1{
  max-width:none;
  margin:0 0 28px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  font-size:clamp(4.45rem,7.25vw,7.8rem);
  line-height:.80;
  letter-spacing:-.055em;
  text-align:left;
  color:var(--ink);
}
body[data-page="home"] .hero--editorial h1 span{display:block;}
body[data-page="home"] .hero--editorial h1 .hero-title-accent{
  color:#84023c;
  font-weight:500;
}
body[data-page="home"] .hero--editorial .hero-copy>p{
  max-width:500px;
  margin:0 0 30px;
  color:#625650;
  text-align:left;
  font-size:1.04rem;
  line-height:1.75;
}
body[data-page="home"] .hero--editorial .btn-row{
  justify-content:flex-start;
  gap:12px;
}
body[data-page="home"] .hero--editorial .hero-meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px 0;
  margin-top:32px;
  color:#6d625c;
  font-size:.76rem;
  letter-spacing:.025em;
}
body[data-page="home"] .hero--editorial .hero-meta span{
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
}
body[data-page="home"] .hero--editorial .hero-meta span:not(:last-child):after{
  content:"";
  width:1px;
  height:18px;
  margin:0 16px;
  background:rgba(132,2,60,.25);
}
body[data-page="home"] .hero--editorial .hero-visual{
  width:100%;
  height:min(74vh,690px);
  min-height:560px;
  margin:0;
  padding:0;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
body[data-page="home"] .hero--editorial .hero-soft-shape{
  position:absolute;
  width:83%;
  height:84%;
  right:1%;
  top:8%;
  background:#ead6d7;
  border-radius:54% 46% 48% 52% / 42% 55% 45% 58%;
  transform:rotate(3deg);
}
body[data-page="home"] .hero--editorial .hero-photo{
  position:relative;
  z-index:2;
  width:min(78%,590px);
  height:92%;
  aspect-ratio:auto;
  overflow:hidden;
  border-radius:48% 52% 47% 53% / 38% 43% 57% 62%;
  box-shadow:0 30px 80px rgba(57,31,36,.18);
  transform:translateY(16px) rotate(.8deg);
  background:#788078;
}
body[data-page="home"] .hero--editorial .hero-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:52% 58%;
  filter:saturate(.96) contrast(1.02);
}
body[data-page="home"] .hero--editorial .hero-visual:after{
  display:block;
  content:"";
  position:absolute;
  z-index:1;
  width:74%;
  height:90%;
  right:4%;
  top:4%;
  border:1px solid rgba(132,2,60,.28);
  border-radius:47% 53% 54% 46% / 39% 44% 56% 61%;
  transform:rotate(-2deg);
  pointer-events:none;
}
body[data-page="home"] .hero--editorial .hero-roundel{
  position:absolute;
  z-index:5;
  left:4%;
  bottom:6%;
  width:132px;
  height:132px;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  background:#fffaf4;
  color:#442e35;
  box-shadow:0 16px 42px rgba(66,37,45,.12);
  border:1px solid rgba(132,2,60,.12);
  font-size:.72rem;
  line-height:1.35;
}
body[data-page="home"] .hero--editorial .hero-roundel strong{
  font-family:var(--serif);
  font-size:1.05rem;
  color:#84023c;
  margin-bottom:2px;
}
body[data-page="home"] .hero--editorial > .botanical--left{
  display:block!important;
  width:142px;
  left:-18px;
  top:14%;
  opacity:.12;
  transform:scaleX(-1) rotate(-7deg);
}
body[data-page="home"] .hero--editorial .botanical--hero{
  display:block!important;
  z-index:4;
  width:150px;
  right:-6px;
  top:8%;
  bottom:auto;
  opacity:.16;
  transform:rotate(8deg);
}
body[data-page="home"] .hero-scroll-cue{
  position:absolute;
  left:50%;
  bottom:12px;
  width:26px;
  height:38px;
  transform:translateX(-50%);
  border:1px solid rgba(132,2,60,.24);
  border-radius:99px;
  opacity:.7;
}
body[data-page="home"] .hero-scroll-cue span{
  display:block;
  width:3px;
  height:7px;
  margin:7px auto 0;
  border-radius:99px;
  background:#84023c;
  animation:vsv-scroll-cue 1.9s ease-in-out infinite;
}
@keyframes vsv-scroll-cue{
  0%,100%{transform:translateY(0);opacity:.45}
  50%{transform:translateY(11px);opacity:1}
}

@media (max-width:980px){
  body[data-page="home"] .hero.hero--editorial{
    padding:76px 0 54px;
  }
  body[data-page="home"] .hero--editorial .hero-grid{
    grid-template-columns:1fr 1fr;
    gap:28px;
  }
  body[data-page="home"] .hero--editorial h1{
    font-size:clamp(4rem,9vw,5.8rem);
  }
  body[data-page="home"] .hero--editorial .hero-visual{
    min-height:510px;
    height:64vh;
  }
  body[data-page="home"] .hero--editorial .hero-meta span:not(:last-child):after{margin:0 10px;}
}

@media (max-width:760px){
  body[data-page="home"] .hero.hero--editorial{
    min-height:auto;
    padding:54px 0 62px;
  }
  body[data-page="home"] .hero--editorial .hero-grid{
    display:flex;
    flex-direction:column;
    gap:34px;
  }
  body[data-page="home"] .hero--editorial .hero-copy{
    max-width:620px;
    justify-self:auto;
    padding:0;
    text-align:center;
  }
  body[data-page="home"] .hero--editorial .eyebrow{text-align:center;}
  body[data-page="home"] .hero--editorial h1{
    align-items:center;
    text-align:center;
    font-size:clamp(3.8rem,17vw,5.5rem);
    line-height:.83;
  }
  body[data-page="home"] .hero--editorial .hero-copy>p{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }
  body[data-page="home"] .hero--editorial .btn-row{
    justify-content:center;
    max-width:360px;
    margin-inline:auto;
  }
  body[data-page="home"] .hero--editorial .hero-meta{
    justify-content:center;
    margin-top:26px;
    font-size:.72rem;
  }
  body[data-page="home"] .hero--editorial .hero-meta span:not(:last-child):after{margin:0 9px;}
  body[data-page="home"] .hero--editorial .hero-visual{
    min-height:0;
    height:520px;
    max-width:610px;
    margin:0 auto;
  }
  body[data-page="home"] .hero--editorial .hero-photo{
    width:78%;
    height:94%;
  }
  body[data-page="home"] .hero--editorial .hero-roundel{
    width:112px;
    height:112px;
    left:3%;
    bottom:3%;
  }
  body[data-page="home"] .hero--editorial > .botanical--left{width:100px;top:7%;opacity:.08;}
  body[data-page="home"] .hero--editorial .botanical--hero{width:112px;right:-4px;top:5%;opacity:.12;}
  body[data-page="home"] .hero-scroll-cue{display:none;}
}

@media (max-width:480px){
  body[data-page="home"] .hero.hero--editorial{padding-top:44px;}
  body[data-page="home"] .hero--editorial h1{font-size:clamp(3.45rem,18vw,4.65rem);}
  body[data-page="home"] .hero--editorial .hero-meta{gap:7px 0;}
  body[data-page="home"] .hero--editorial .hero-meta span:not(:last-child):after{display:none;}
  body[data-page="home"] .hero--editorial .hero-meta{flex-direction:column;}
  body[data-page="home"] .hero--editorial .hero-visual{height:440px;}
  body[data-page="home"] .hero--editorial .hero-photo{width:84%;}
  body[data-page="home"] .hero--editorial .hero-roundel{width:96px;height:96px;font-size:.66rem;}
  body[data-page="home"] .hero--editorial .hero-roundel strong{font-size:.9rem;}
}


/* 2026-08-15: jemný přechod mezi hero a první sekcí na homepage */
body[data-page="home"] .hero.hero--editorial{
  padding-bottom:clamp(82px,10vh,128px);
}
body[data-page="home"] .hero.hero--editorial:after{
  content:"";
  display:block;
  position:absolute;
  left:0;
  right:0;
  bottom:-2px;
  height:clamp(120px,18vh,210px);
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(120% 85% at 50% 0%, rgba(255,253,249,0) 42%, rgba(255,253,249,.55) 70%, rgba(255,253,249,.95) 90%, #fffdf9 100%),
    linear-gradient(180deg, rgba(248,241,234,0) 0%, rgba(252,248,244,.8) 72%, #fffdf9 100%);
}
body[data-page="home"] .hero.hero--editorial + .section{
  position:relative;
  z-index:2;
  margin-top:calc(clamp(120px,18vh,210px) * -0.55);
  padding-top:clamp(128px,18vh,176px);
  background:linear-gradient(180deg, rgba(255,253,249,0) 0%, rgba(255,253,249,.84) 18%, #fffdf9 42%, #fffdf9 100%);
}
@media (max-width:760px){
  body[data-page="home"] .hero.hero--editorial{
    padding-bottom:86px;
  }
  body[data-page="home"] .hero.hero--editorial + .section{
    margin-top:-56px;
    padding-top:108px;
  }
}


/* 2026-08-16: výraznější ombré přechod mezi hero a první sekcí */
body[data-page="home"] .hero.hero--editorial{
  padding-bottom:clamp(124px,16vh,188px);
}
body[data-page="home"] .hero.hero--editorial:after{
  content:"";
  position:absolute;
  left:-6%;
  right:-6%;
  bottom:-10px;
  height:clamp(180px,24vh,280px);
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(115% 120% at 50% 8%, rgba(216,168,183,0) 28%, rgba(216,168,183,.16) 48%, rgba(216,168,183,.42) 66%, rgba(255,253,249,.92) 88%, #fffdf9 100%),
    linear-gradient(180deg, rgba(243,238,230,0) 0%, rgba(228,205,213,.18) 36%, rgba(216,168,183,.34) 58%, rgba(255,250,246,.90) 84%, #fffdf9 100%);
  filter: blur(6px);
}
body[data-page="home"] .hero.hero--editorial + .section{
  position:relative;
  z-index:2;
  margin-top:calc(clamp(180px,24vh,280px) * -0.52);
  padding-top:clamp(158px,21vh,220px);
  background:linear-gradient(180deg, rgba(255,253,249,0) 0%, rgba(255,247,250,.86) 10%, rgba(248,233,238,.72) 24%, rgba(255,253,249,.96) 54%, #fffdf9 100%);
}
body[data-page="home"] .hero.hero--editorial + .section:before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  transform:translate(-50%,-58%);
  width:min(1320px,118%);
  height:clamp(180px,22vh,240px);
  border-radius:50%;
  background:radial-gradient(ellipse at center, rgba(216,168,183,.28) 0%, rgba(243,238,230,.78) 42%, rgba(255,253,249,.97) 68%, rgba(255,253,249,0) 100%);
  filter: blur(22px);
  opacity:.95;
  pointer-events:none;
  z-index:-1;
}
@media (max-width:760px){
  body[data-page="home"] .hero.hero--editorial{
    padding-bottom:112px;
  }
  body[data-page="home"] .hero.hero--editorial:after{
    height:170px;
    left:-10px;
    right:-10px;
    bottom:-6px;
  }
  body[data-page="home"] .hero.hero--editorial + .section{
    margin-top:-74px;
    padding-top:128px;
  }
  body[data-page="home"] .hero.hero--editorial + .section:before{
    width:112%;
    height:160px;
    transform:translate(-50%,-50%);
    filter:blur(18px);
  }
}


/* 2026-08-16: sezonní kytice – jistota centrování obrázků */
.product-card__image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}


/* 2026-08-16: Kytice na přání – organická fotka a stabilní sazba textu */
body[data-page="custom"] .page-hero{padding:104px 0 82px}
body[data-page="custom"] .page-hero:before{width:min(86vw,930px);height:378px;top:51%}
body[data-page="custom"] .page-hero .container{position:relative;z-index:1}
body[data-page="custom"] .page-hero h1{max-width:820px;margin:18px auto 22px;line-height:.9;letter-spacing:-.045em;text-wrap:balance}
body[data-page="custom"] .page-hero p{max-width:860px;margin:0 auto;line-height:1.65;font-size:1.04rem;text-wrap:pretty}
body[data-page="custom"] .page-hero .btn-row{justify-content:center;margin-top:26px}
body[data-page="custom"] .custom-story-section{padding-top:22px}
body[data-page="custom"] .custom-story-grid{grid-template-columns:1.04fr .96fr;gap:72px;align-items:center}
body[data-page="custom"] .custom-story-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:560px;margin:0}
body[data-page="custom"] .custom-story-blob{position:absolute;inset:auto 8% 8% 0;height:74%;background:radial-gradient(ellipse at center, rgba(233,210,217,.56) 0%, rgba(233,210,217,.22) 46%, rgba(255,253,249,0) 76%);filter:blur(14px);z-index:0;border-radius:50%}
body[data-page="custom"] .custom-story-photo{position:relative;z-index:1;width:min(100%,560px);aspect-ratio:0.88/1;min-height:0;margin:0;border-radius:56% 44% 49% 51% / 42% 48% 52% 58%;overflow:hidden;box-shadow:0 24px 54px rgba(72,38,44,.14);transform:rotate(-2deg)}
body[data-page="custom"] .custom-story-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:42% 70%}
body[data-page="custom"] .custom-story-copy{max-width:560px;text-align:left;margin-inline:auto}
body[data-page="custom"] .custom-story-copy .eyebrow,
body[data-page="custom"] .custom-story-copy h2,
body[data-page="custom"] .custom-story-copy p{text-align:left}
body[data-page="custom"] .custom-story-copy h2{font-size:clamp(2.8rem,5vw,4.2rem);line-height:.96;letter-spacing:-.035em;margin:0 0 20px;text-wrap:balance}
body[data-page="custom"] .custom-story-copy p{margin:0 0 14px;line-height:1.72;color:var(--muted);text-wrap:pretty}
body[data-page="custom"] .custom-story-highlights{display:flex;flex-wrap:wrap;gap:12px 14px;margin-top:26px}
body[data-page="custom"] .custom-story-highlights span{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 18px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(139,101,121,.14);box-shadow:0 12px 24px rgba(81,49,58,.06);font-weight:600;color:var(--wine-dark)}
@media (max-width:980px){
  body[data-page="custom"] .custom-story-grid{grid-template-columns:1fr;gap:42px}
  body[data-page="custom"] .custom-story-visual{order:1;min-height:0}
  body[data-page="custom"] .custom-story-copy{order:2;max-width:700px;text-align:center}
  body[data-page="custom"] .custom-story-copy .eyebrow,
  body[data-page="custom"] .custom-story-copy h2,
  body[data-page="custom"] .custom-story-copy p{text-align:center}
  body[data-page="custom"] .custom-story-highlights{justify-content:center}
}
@media (max-width:760px){
  body[data-page="custom"] .page-hero{padding:76px 0 54px}
  body[data-page="custom"] .page-hero:before{width:min(94vw,680px);height:330px;top:48%}
  body[data-page="custom"] .custom-story-section{padding-top:6px}
  body[data-page="custom"] .custom-story-visual{min-height:0}
  body[data-page="custom"] .custom-story-photo{width:min(100%,460px);aspect-ratio:.9/1;border-radius:52% 48% 56% 44% / 42% 46% 54% 58%;transform:none}
  body[data-page="custom"] .custom-story-blob{inset:auto -2% 10% -2%;height:68%;filter:blur(12px)}
  body[data-page="custom"] .custom-story-copy h2{font-size:clamp(2.35rem,10vw,3.3rem)}
  body[data-page="custom"] .custom-story-highlights{gap:10px}
  body[data-page="custom"] .custom-story-highlights span{min-height:40px;padding:9px 16px;font-size:.94rem}
}


/* 2026-08-16: upozornění na sezónnost u kytice na přání */
body[data-page="custom"] .custom-season-note{
  display:block;
  margin:24px 0 4px;
  padding:20px 22px;
  background:linear-gradient(135deg,rgba(245,227,223,.82),rgba(255,250,246,.92));
  border:1px solid rgba(132,2,60,.10);
  border-radius:34px 46px 38px 50px / 42px 34px 48px 36px;
  box-shadow:0 12px 28px rgba(78,39,48,.06);
  color:var(--ink);
}
body[data-page="custom"] .custom-season-note strong{
  display:block;
  margin-bottom:7px;
  color:var(--wine);
  font-weight:700;
}
body[data-page="custom"] .custom-season-note span{
  display:block;
  color:var(--muted);
  line-height:1.6;
}
@media (max-width:980px){
  body[data-page="custom"] .custom-season-note{
    max-width:620px;
    margin:24px auto 4px;
    text-align:center;
  }
}


/* 2026-08-16: O nás na homepage – sladění s organickým stylem webu */
body[data-page="home"] .about-band{
  position:relative;
  display:grid;
  grid-template-columns:minmax(285px,.92fr) minmax(500px,1.22fr) minmax(330px,.92fr);
  gap:42px;
  align-items:center;
  padding:22px 0 30px;
}
body[data-page="home"] .about-band::before{
  content:"";
  position:absolute;
  left:-86px;
  bottom:-34px;
  width:180px;
  height:300px;
  background:url('../images/floral-branch-user.png') center/contain no-repeat;
  opacity:.075;
  transform:rotate(-13deg);
  pointer-events:none;
}
body[data-page="home"] .about-copy{
  background:transparent;
  border-radius:0;
  padding:20px 8px;
  text-align:center;
}
body[data-page="home"] .about-copy .eyebrow,
body[data-page="home"] .about-copy h2,
body[data-page="home"] .about-copy p{
  text-align:center;
}
body[data-page="home"] .about-copy h2{
  max-width:8.6ch;
  margin:14px auto 24px;
  font-size:clamp(3.55rem,4.6vw,5.2rem);
  line-height:.9;
  letter-spacing:-.045em;
  text-wrap:balance;
}
body[data-page="home"] .about-copy p{
  max-width:34ch;
  margin:0 auto 24px;
  line-height:1.7;
  color:var(--muted);
  text-wrap:pretty;
}
body[data-page="home"] .about-copy .btn{
  margin-inline:auto;
}
body[data-page="home"] .about-duo{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  min-height:520px;
  align-items:center;
}
body[data-page="home"] .about-person,
body[data-page="home"] .about-person:first-child{
  position:relative;
  min-height:510px;
  height:510px;
  margin:0;
  transform:none;
  border-radius:50% 50% 48% 52% / 38% 38% 62% 62%;
  overflow:hidden;
  background:#e9dfd7;
  border:9px solid rgba(255,250,244,.88);
  box-shadow:0 22px 52px rgba(67,38,48,.13);
}
body[data-page="home"] .about-person--sara{transform:translateY(14px)}
body[data-page="home"] .about-person--tereza{transform:translateY(-8px)}
body[data-page="home"] .about-person img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
body[data-page="home"] .about-person--sara img{object-position:center center}
body[data-page="home"] .about-person--tereza img{object-position:50% 45%}
body[data-page="home"] .about-person figcaption{
  left:50%;
  right:auto;
  bottom:18px;
  transform:translateX(-50%);
  padding:8px 18px;
  border-radius:999px;
  background:rgba(255,250,244,.92);
  color:var(--wine-dark);
  font-size:.78rem;
  font-weight:700;
  letter-spacing:0;
  text-transform:none;
  box-shadow:0 8px 24px rgba(58,28,40,.13);
  backdrop-filter:blur(8px);
}
body[data-page="home"] .quote-panel{
  position:relative;
  isolation:isolate;
  width:100%;
  min-height:510px;
  margin:0;
  padding:72px 48px 92px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#84023c !important;
  border-radius:48% 48% 30% 30% / 28% 28% 13% 13%;
  box-shadow:0 24px 58px rgba(132,2,60,.18);
  color:#fff;
  text-align:center;
  font-family:var(--serif);
  font-size:clamp(1.85rem,2.35vw,2.55rem);
  line-height:1.12;
}
body[data-page="home"] .quote-panel::before{
  content:"";
  position:absolute;
  inset:auto 20px 4px auto;
  width:170px;
  height:210px;
  background:url('../images/floral-branch-user.png') center/contain no-repeat;
  opacity:.14 !important;
  transform:rotate(16deg);
  pointer-events:none;
  z-index:0;
}
body[data-page="home"] .quote-panel::after{
  content:"";
  display:block;
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 50% 26%,rgba(255,255,255,.055),rgba(255,255,255,0) 42%);
  pointer-events:none;
  z-index:0;
}
body[data-page="home"] .quote-panel > span{
  position:relative;
  z-index:1;
  display:block;
  width:min(100%,310px);
  margin:auto;
  color:#fff !important;
  text-shadow:none;
  text-wrap:balance;
}

/* Nová fotografie Terezy i na stránce O nás */
body[data-page="about"] .story-photo--tereza img{
  object-position:50% 45%;
}

@media (max-width:1180px){
  body[data-page="home"] .about-band{
    grid-template-columns:1fr 1.18fr;
    gap:40px;
  }
  body[data-page="home"] .about-duo{min-height:500px}
  body[data-page="home"] .about-person,
  body[data-page="home"] .about-person:first-child{height:485px;min-height:485px}
  body[data-page="home"] .quote-panel{
    grid-column:1/-1;
    width:min(100%,660px);
    min-height:360px;
    margin:20px auto 0;
    padding:64px 58px 82px;
    border-radius:46% 54% 44% 56% / 36% 38% 62% 64%;
  }
  body[data-page="home"] .quote-panel > span{width:min(100%,430px)}
}

@media (max-width:760px){
  body[data-page="home"] .about-band{
    grid-template-columns:1fr;
    gap:32px;
    padding-top:4px;
  }
  body[data-page="home"] .about-band::before{
    width:120px;
    height:210px;
    left:-42px;
    bottom:6px;
  }
  body[data-page="home"] .about-copy{padding:0 4px}
  body[data-page="home"] .about-copy h2{
    max-width:9ch;
    font-size:clamp(3.25rem,15vw,4.3rem);
  }
  body[data-page="home"] .about-duo{
    gap:12px;
    min-height:380px;
  }
  body[data-page="home"] .about-person,
  body[data-page="home"] .about-person:first-child{
    height:365px;
    min-height:365px;
    border-width:6px;
  }
  body[data-page="home"] .about-person--sara{transform:translateY(8px)}
  body[data-page="home"] .about-person--tereza{transform:translateY(-5px)}
  body[data-page="home"] .about-person--tereza img{object-position:50% 44%}
  body[data-page="home"] .quote-panel{
    grid-column:auto;
    width:min(100%,430px);
    min-height:330px;
    padding:54px 34px 76px;
    margin:0 auto;
    border-radius:47% 53% 44% 56% / 34% 38% 62% 66%;
    font-size:clamp(1.65rem,7.5vw,2.1rem);
  }
  body[data-page="home"] .quote-panel::before{
    width:130px;
    height:160px;
    right:8px;
    bottom:0;
  }
  body[data-page="home"] .quote-panel > span{width:min(100%,320px)}
}


.care-hero{text-align:center;position:relative;overflow:hidden}.care-hero .container{max-width:860px}.care-hero p{margin:0 auto}.care-hero::before,.care-hero::after{content:"";position:absolute;border-radius:50%;pointer-events:none}.care-hero::before{width:320px;height:220px;left:-70px;top:70px;background:rgba(221,181,191,.18)}.care-hero::after{width:220px;height:220px;right:-60px;bottom:10px;border:1px solid rgba(112,43,73,.22)}.care-steps{grid-template-columns:repeat(3,1fr)}.care-step{padding:30px 24px;text-align:left}.care-step .step-card__icon{margin:0 0 16px;background:rgba(221,181,191,.24)}.care-step h3{font-size:1.55rem}.care-step p{font-size:.94rem;line-height:1.6}.care-split{display:grid;grid-template-columns:1fr 1fr;gap:24px}.care-panel{background:rgba(255,255,255,.6);border:1px solid var(--line);border-radius:34px;padding:34px;box-shadow:var(--shadow)}.care-panel h2{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);line-height:.95;margin:10px 0 18px}.care-panel p{color:var(--muted)}.care-panel ul{margin:18px 0 0;padding-left:20px;color:var(--muted);display:grid;gap:10px}.care-panel--alert{background:linear-gradient(135deg,var(--wine-dark),var(--wine));color:#fff;border:none}.care-panel--alert .eyebrow,.care-panel--alert p,.care-panel--alert li{color:rgba(255,255,255,.9)}.care-reminder{background:rgba(170,183,162,.16);border:1px solid rgba(170,183,162,.35);border-radius:28px;padding:22px 24px;margin-top:26px}.care-reminder p{margin:0;color:#4d5348}.care-cta{text-align:center}.care-cta-card{background:rgba(255,255,255,.55);border:1px solid var(--line);border-radius:34px;padding:34px;max-width:760px;margin:0 auto}.care-cta-card h2{font-family:var(--serif);font-size:clamp(2.2rem,4vw,3.3rem);line-height:.95;margin:0 0 14px}.care-cta-card p{max-width:560px;margin:0 auto 20px;color:var(--muted)}
@media (max-width:980px){.care-steps{grid-template-columns:repeat(2,1fr)}.care-split{grid-template-columns:1fr}}
@media (max-width:650px){.care-hero::before{width:180px;height:150px;left:-55px;top:90px}.care-hero::after{width:140px;height:140px;right:-45px;bottom:25px}.care-steps{grid-template-columns:1fr}.care-step{text-align:left;padding:24px 20px}.care-panel{padding:26px}}


/* 2026-08-16: Články / květinový zápisník */
.articles-hero{padding:112px 0 72px;background:var(--paper)}
.articles-hero__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:end}
.articles-hero h1{font-family:var(--serif);font-size:clamp(4.2rem,7.2vw,7.6rem);line-height:.84;letter-spacing:-.055em;margin:18px 0 0;max-width:800px;text-wrap:balance}
.articles-hero__aside{max-width:420px;padding-bottom:12px}
.articles-hero__aside p{font-size:1.08rem;line-height:1.72;color:var(--muted);margin:0}
.articles-section{padding-top:46px}
.article-filters{display:flex;justify-content:center;gap:8px;width:max-content;max-width:100%;margin:0 auto 82px;padding:7px;background:rgba(255,255,255,.68);border:1px solid var(--line);border-radius:999px;box-shadow:0 18px 38px rgba(78,45,55,.07)}
.article-filter{padding:11px 20px;border-radius:999px;font-size:.88rem;color:var(--muted)}
.article-filter.is-active{background:var(--wine);color:#fff}
.articles-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:70px 28px;align-items:start}
.article-card{grid-column:span 4;color:inherit;text-decoration:none}
.article-card--large{grid-column:span 5}
.article-card--offset{grid-column:span 4;margin-top:82px}
.article-card__image{aspect-ratio:4/3;overflow:hidden;border-radius:28px;background:#e7e0d9}
.article-card--large .article-card__image{aspect-ratio:1.08/1}
.article-card__image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;transition:transform .55s ease}
.article-card:hover .article-card__image img{transform:scale(1.025)}
.article-card__meta{display:flex;justify-content:space-between;gap:18px;margin:15px 0 12px;color:var(--wine);font-size:.72rem;text-transform:uppercase;letter-spacing:.09em}
.article-card h2{font-family:var(--serif);font-size:clamp(2rem,3vw,3.15rem);line-height:1;letter-spacing:-.03em;margin:0 0 12px;text-wrap:balance}
.article-card p{margin:0;color:var(--muted);line-height:1.65;font-size:.92rem;max-width:44ch}
.articles-note{text-align:center}
.articles-note__inner{max-width:720px;margin:0 auto}
.articles-note h2{font-family:var(--serif);font-size:clamp(2.8rem,5vw,4.4rem);line-height:.95;letter-spacing:-.04em;margin:14px 0}
.articles-note p{color:var(--muted);margin:0}
.article-page{padding:72px 0 100px}
.article-page__hero{text-align:center}
.article-back{display:inline-block;margin-bottom:48px;color:var(--muted);font-size:.84rem}
.article-page__hero h1{font-family:var(--serif);font-size:clamp(4rem,7vw,7rem);line-height:.88;letter-spacing:-.05em;max-width:980px;margin:16px auto 24px;text-wrap:balance}
.article-lead{max-width:760px;margin:0 auto 46px;color:var(--muted);font-size:1.08rem;line-height:1.7}
.article-page__image{max-width:980px;height:min(64vw,660px);margin:0 auto 72px;border-radius:42% 58% 48% 52% / 44% 46% 54% 56%;overflow:hidden}
.article-page__image img{width:100%;height:100%;object-fit:cover;object-position:center}
.article-body{font-size:1.03rem;line-height:1.78;color:var(--ink)}
.article-body h2{font-family:var(--serif);font-size:clamp(2.2rem,4vw,3.4rem);line-height:1;letter-spacing:-.03em;margin:50px 0 16px}
.article-body p{color:var(--muted);margin:0 0 22px}
.article-body blockquote{margin:38px 0;padding:28px 34px;border:0;border-radius:30px;background:rgba(221,181,191,.24);font-family:var(--serif);font-size:1.8rem;line-height:1.16;color:var(--wine-dark);text-align:center}
@media (max-width:980px){.articles-hero__grid{grid-template-columns:1fr;gap:28px}.articles-hero__aside{max-width:620px}.articles-grid{grid-template-columns:repeat(2,1fr)}.article-card,.article-card--large,.article-card--offset{grid-column:auto;margin-top:0}.article-card--large .article-card__image{aspect-ratio:4/3}}
@media (max-width:650px){.articles-hero{padding:76px 0 44px}.articles-hero h1{font-size:clamp(3.8rem,16vw,5.4rem)}.article-filters{margin-bottom:46px;overflow-x:auto;justify-content:flex-start;width:100%}.article-filter{white-space:nowrap}.articles-grid{grid-template-columns:1fr;gap:48px}.article-card__image,.article-card--large .article-card__image{aspect-ratio:4/3;border-radius:22px}.article-page{padding-top:48px}.article-back{margin-bottom:34px}.article-page__hero h1{font-size:clamp(3.4rem,14vw,5rem)}.article-page__image{height:110vw;max-height:560px;border-radius:42% 58% 52% 48% / 38% 44% 56% 62%;margin-bottom:52px}.article-body blockquote{font-size:1.5rem;padding:24px 20px}}


/* 2026-08-17: Články — organický hero sladěný s Važ si vazby */
body[data-page="articles"] .articles-hero--floral{position:relative;overflow:hidden;padding:92px 0 72px;background:linear-gradient(180deg,var(--paper) 0%,#fffaf7 100%)}
body[data-page="articles"] .articles-hero__layout{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:64px;align-items:center;min-height:590px}
body[data-page="articles"] .articles-hero__copy{position:relative;z-index:2;max-width:670px;padding-left:14px}
body[data-page="articles"] .articles-hero__copy .eyebrow{margin-bottom:22px}
body[data-page="articles"] .articles-hero__copy h1{font-family:var(--serif);font-size:clamp(4.4rem,7.3vw,7.2rem);line-height:.86;letter-spacing:-.055em;margin:0;color:var(--ink);text-wrap:balance}
body[data-page="articles"] .articles-hero__copy p{max-width:560px;margin:30px 0 0;color:var(--muted);font-size:1.05rem;line-height:1.72;text-wrap:pretty}
body[data-page="articles"] .article-filters--hero{justify-content:flex-start;margin:34px 0 0;width:max-content;max-width:100%;background:rgba(255,255,255,.76);box-shadow:0 16px 34px rgba(78,45,55,.08)}
body[data-page="articles"] .articles-hero__art{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center}
body[data-page="articles"] .articles-hero__blob{position:absolute;width:min(500px,92%);aspect-ratio:1.04/1;border-radius:58% 42% 48% 52% / 44% 58% 42% 56%;background:radial-gradient(circle at 34% 30%,rgba(255,255,255,.72) 0%,rgba(247,220,228,.74) 42%,rgba(227,181,195,.46) 100%);box-shadow:0 34px 68px rgba(132,2,60,.09);transform:rotate(-7deg)}
body[data-page="articles"] .articles-hero__blob:before{content:"";position:absolute;inset:-26px 22px 34px -22px;border:1.5px solid rgba(132,2,60,.26);border-radius:54% 46% 58% 42% / 48% 54% 46% 52%;transform:rotate(9deg)}
body[data-page="articles"] .articles-hero__blob:after{content:"";position:absolute;width:44%;height:44%;right:-11%;bottom:-7%;border-radius:50%;background:rgba(242,215,222,.42);filter:blur(1px)}
body[data-page="articles"] .articles-hero__branch{position:absolute;display:block;object-fit:contain;filter:drop-shadow(0 18px 22px rgba(91,32,52,.08));transform-origin:50% 100%}
body[data-page="articles"] .articles-hero__branch--front{width:min(340px,62%);height:auto;right:17%;bottom:13px;opacity:.92;transform:rotate(7deg)}
body[data-page="articles"] .articles-hero__branch--back{width:min(250px,48%);height:auto;right:-2%;top:18px;opacity:.17;transform:rotate(24deg) scaleX(-1);filter:none}
body[data-page="articles"] .articles-section{padding-top:62px}
body[data-page="articles"] .articles-grid{margin-top:0}
@media (max-width:980px){
  body[data-page="articles"] .articles-hero--floral{padding:72px 0 54px}
  body[data-page="articles"] .articles-hero__layout{grid-template-columns:1fr;gap:30px;min-height:0}
  body[data-page="articles"] .articles-hero__copy{max-width:760px;padding-left:0;text-align:center;margin:0 auto}
  body[data-page="articles"] .articles-hero__copy p{margin:24px auto 0}
  body[data-page="articles"] .article-filters--hero{justify-content:center;margin:30px auto 0}
  body[data-page="articles"] .articles-hero__art{min-height:350px}
  body[data-page="articles"] .articles-hero__blob{width:min(430px,70vw)}
  body[data-page="articles"] .articles-hero__branch--front{width:min(285px,45vw);right:33%;transform:translateX(50%) rotate(5deg)}
  body[data-page="articles"] .articles-hero__branch--back{width:min(210px,34vw);right:13%;top:8px}
}
@media (max-width:650px){
  body[data-page="articles"] .articles-hero--floral{padding:58px 0 34px}
  body[data-page="articles"] .articles-hero__copy h1{font-size:clamp(3.7rem,16vw,5rem);line-height:.88}
  body[data-page="articles"] .articles-hero__copy p{font-size:.98rem;line-height:1.65;margin-top:22px}
  body[data-page="articles"] .article-filters--hero{width:100%;justify-content:flex-start;overflow-x:auto;margin-top:26px;padding:6px}
  body[data-page="articles"] .articles-hero__art{min-height:285px;margin-top:4px}
  body[data-page="articles"] .articles-hero__blob{width:min(330px,84vw)}
  body[data-page="articles"] .articles-hero__branch--front{width:min(220px,56vw);right:31%;bottom:0}
  body[data-page="articles"] .articles-hero__branch--back{width:min(165px,42vw);right:5%;top:10px}
  body[data-page="articles"] .articles-section{padding-top:46px}
}

/* Sezónnost květin — zvýrazněný přehled oblíbených květin */
.article-page__image img.seasonality-hero-photo{object-position:center 22%}
.article-body .seasonal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:30px 0 46px}
.article-body .seasonal-card{padding:24px 22px 20px;border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.64);box-shadow:0 12px 28px rgba(53,24,34,.05)}
.article-body .seasonal-card__season{display:inline-flex;align-items:center;padding:7px 12px;margin-bottom:12px;border-radius:999px;background:rgba(122,44,80,.09);color:var(--wine);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.article-body .seasonal-card h3{font-family:var(--serif);font-size:1.65rem;line-height:1.02;letter-spacing:-.025em;margin:0 0 10px;color:var(--ink)}
.article-body .seasonal-card p{margin:0;color:var(--muted)}
@media (max-width:650px){.article-body .seasonal-grid{grid-template-columns:1fr;gap:14px}}


/* 2026-08-18: gastronomie article */
.gastro-photo-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:26px;align-items:start;margin:10px 0 22px}
.gastro-photo-card{background:rgba(255,255,255,.68);border:1px solid var(--line);border-radius:28px;padding:16px;box-shadow:0 12px 28px rgba(53,24,34,.05)}
.gastro-photo-card--compact{max-width:540px;margin-left:auto}
.gastro-photo-card img{display:block;width:100%;height:auto;border-radius:22px}
.gastro-photo-card figcaption{margin-top:12px;color:var(--muted);font-size:.95rem;line-height:1.55}
.gastro-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:30px 0}
.gastro-card{padding:24px 22px;border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.64);box-shadow:0 12px 28px rgba(53,24,34,.05)}
.gastro-card h3{margin:0 0 10px;font-family:var(--serif);font-size:1.6rem;line-height:1.02;letter-spacing:-.025em;color:var(--ink)}
.gastro-card p{margin:0;color:var(--muted)}
.gastro-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:28px 0}
.gastro-step{padding:20px 20px 18px;border-radius:24px;background:rgba(221,181,191,.18);border:1px solid rgba(122,44,80,.12)}
.gastro-step__num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--wine);color:#fff;font-size:.82rem;font-weight:700;margin-bottom:10px}
.gastro-step h3{margin:0 0 8px;font-family:var(--serif);font-size:1.35rem;line-height:1.05;color:var(--wine-dark)}
.gastro-step p{margin:0;color:var(--muted)}
.gastro-list{margin:18px 0 0;padding-left:18px;color:var(--muted)}
.gastro-list li{margin:0 0 10px}
.gastro-note{margin:32px 0;padding:24px 26px;border-radius:30px;background:rgba(255,255,255,.6);border:1px solid var(--line)}
.gastro-note h3{margin:0 0 12px;font-family:var(--serif);font-size:1.7rem;line-height:1.02}
.gastro-note p:last-child{margin-bottom:0}
.gastro-cta{margin-top:34px;padding:30px;border-radius:34px;background:linear-gradient(135deg,rgba(255,255,255,.72),rgba(221,181,191,.22));border:1px solid rgba(122,44,80,.12)}
.gastro-cta h2{margin-top:0}
.gastro-cta .btn{margin-top:6px}
@media (max-width:900px){.gastro-photo-grid,.gastro-split,.gastro-steps{grid-template-columns:1fr}.gastro-photo-card--compact{max-width:none;margin-left:0}}


/* 2026-08-18: mýty o péči */
.myths-intro{margin-bottom:26px}
.myths-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:30px 0}
.myth-card{padding:24px 22px;border-radius:28px;border:1px solid var(--line);background:rgba(255,255,255,.68);box-shadow:0 12px 28px rgba(53,24,34,.05)}
.myth-card__badge{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:rgba(221,181,191,.24);color:var(--wine-dark);font-size:.7rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;margin-bottom:14px}
.myth-card h2{margin:0 0 12px;font-family:var(--serif);font-size:clamp(1.7rem,2.6vw,2.3rem);line-height:.98;letter-spacing:-.03em}
.myth-card p{margin:0 0 12px;color:var(--muted)}
.myth-card p:last-child{margin-bottom:0}
.myth-card strong{color:var(--ink)}
.myth-cta{margin-top:36px;padding:30px;border-radius:34px;background:linear-gradient(135deg,rgba(255,255,255,.74),rgba(221,181,191,.22));border:1px solid rgba(122,44,80,.12);text-align:center}
.myth-cta h2{margin-top:0}
.myth-cta p{max-width:620px;margin:0 auto 18px;color:var(--muted)}
@media (max-width:780px){.myths-grid{grid-template-columns:1fr}}


/* 2026-08-20: launch countdown and pre-launch order gate */
.launch-countdown{
  margin-top:24px;
  padding:22px 24px;
  border:1px solid rgba(132,2,60,.14);
  border-radius:28px;
  background:linear-gradient(135deg,rgba(255,255,255,.8),rgba(221,181,191,.18));
  box-shadow:0 16px 38px rgba(70,31,48,.07);
}
.launch-countdown[hidden]{display:none!important}
.launch-countdown__intro strong{display:block;font-family:var(--serif);font-size:1.75rem;line-height:1.02;color:var(--ink);margin:2px 0 8px}
.launch-countdown__intro p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.55}
.launch-countdown__time{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:18px}
.launch-countdown__time>div{padding:13px 8px 11px;border-radius:18px;background:rgba(255,255,255,.7);text-align:center;border:1px solid rgba(132,2,60,.08)}
.launch-countdown__time strong{display:block;font-family:var(--serif);font-size:1.65rem;line-height:1;color:var(--wine-dark);font-variant-numeric:tabular-nums}
.launch-countdown__time span{display:block;margin-top:5px;color:var(--muted);font-size:.68rem;text-transform:uppercase;letter-spacing:.08em}
.launch-countdown__note{margin:14px 0 0!important;color:var(--muted)!important;font-size:.78rem!important;line-height:1.45!important}
.launch-countdown--standalone{max-width:650px;margin:28px auto 22px;padding:18px}
.is-prelaunch a.is-launch-locked{background:rgba(132,2,60,.1);border-color:rgba(132,2,60,.18);color:var(--wine-dark);box-shadow:none}
.is-prelaunch a.is-launch-locked:hover{transform:none;background:rgba(132,2,60,.14)}
.launch-order-lock{min-height:calc(100vh - 78px);display:grid;align-items:center;padding:70px 0 90px;background:radial-gradient(circle at 50% 18%,rgba(221,181,191,.23),transparent 32%),var(--cream)}
.launch-order-lock[hidden]{display:none!important}
.launch-order-lock__inner{max-width:850px;text-align:center}
.launch-order-lock h1{font-family:var(--serif);font-size:clamp(3.5rem,8vw,6.8rem);line-height:.9;letter-spacing:-.05em;margin:14px 0 22px;text-wrap:balance}
.launch-order-lock__inner>p{max-width:690px;margin:0 auto;color:var(--muted);font-size:1.05rem;line-height:1.72}
.launch-order-lock__note{font-size:.9rem!important;margin:0 auto 24px!important}
[data-after-launch][hidden]{display:none!important}
@media(max-width:650px){
  .launch-countdown{padding:18px 16px;border-radius:24px}
  .launch-countdown__time{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .launch-countdown__time strong{font-size:1.5rem}
  .launch-order-lock{padding:54px 0 80px}
  .launch-order-lock h1{font-size:clamp(3rem,15vw,4.7rem)}
}
