:root{
  --ch-purple:#4838BF;
  --ch-purple-dark:#38279e;
  --ch-purple-soft:#F1ECFF;
  --ch-yellow-soft:#FFF5D9;
  --ch-text:#17142c;
  --ch-muted:#5f5873;
  --ch-line:#e9e5ef;
  --ch-bg:#fff;
  --ch-max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ch-text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.ch-shell,.ch-content-wrap,.ch-home-hero-inner,.ch-subhero-grid{width:min(calc(100% - 48px),var(--ch-max));margin-inline:auto}
.site-main{overflow:hidden}

/* HEADER */
.site-header{position:relative;z-index:30;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(72,56,191,.08)}
.header-inner{min-height:86px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:11px;color:var(--ch-purple);font-weight:800;font-size:18px;white-space:nowrap}
.brand-cup{width:42px;height:42px}
.desktop-nav{margin-left:auto}
.desktop-nav ul,.footer-nav ul,.mobile-menu ul{list-style:none;margin:0;padding:0}
.desktop-nav ul{display:flex;align-items:center;gap:26px}
.desktop-nav a{font-size:14px;font-weight:650}
.desktop-nav .current-menu-item>a{color:var(--ch-purple)}
.header-coffee{display:inline-flex;align-items:center;gap:8px;padding:11px 16px;border-radius:8px;background:var(--ch-purple);color:#fff;font-weight:750;font-size:14px}
.mini-cup{width:19px;height:19px}
.menu-toggle{display:none;margin-left:auto;border:0;background:transparent;padding:6px;cursor:pointer}
.menu-toggle span{display:block;width:30px;height:3px;background:var(--ch-purple);margin:5px 0;border-radius:2px}
.mobile-menu{background:var(--ch-purple);color:#fff;padding:12px 24px 22px}
.mobile-menu li a,.mobile-menu>a{display:block;padding:10px 0;font-weight:700}

/* BUTTONS */
.wp-block-button__link{border-radius:8px!important;font-weight:750!important;padding:13px 20px!important;font-size:15px!important}
.ch-btn-primary .wp-block-button__link{background:var(--ch-purple)!important;color:#fff!important}
.ch-btn-outline .wp-block-button__link{background:#fff!important;color:var(--ch-purple)!important;border:2px solid var(--ch-purple)!important}

/* HOME HERO */
.ch-home-hero{background:linear-gradient(105deg,#fff 0%,#fff 61%,#faf7ff 100%);position:relative}
.ch-home-hero-inner{display:grid;grid-template-columns:49% 51%;min-height:560px;align-items:stretch}
.ch-home-copy{align-self:center;padding:64px 0;z-index:3}
.ch-script{font-family:"Segoe Script","Bradley Hand",cursive;color:var(--ch-purple);font-size:29px;margin:0 0 12px}
.ch-home-title{font-size:72px;line-height:.95;letter-spacing:-3.5px;color:var(--ch-purple);margin:0 0 22px;font-weight:850}
.ch-home-age{font-size:22px;line-height:1.45;margin:0 0 18px;max-width:540px}
.ch-home-age strong{font-weight:850}
.ch-home-intro{font-size:19px;color:#3d374f;max-width:530px;margin:0 0 28px}
.ch-home-actions{gap:14px}
.ch-home-visual{position:relative;min-height:560px;display:flex;align-items:flex-end;justify-content:center}
.ch-home-photo{position:absolute!important;z-index:4;right:0;bottom:0;width:500px!important;max-width:88%;margin:0!important}
.ch-home-photo img{width:100%;height:auto;object-fit:contain;object-position:center bottom}
.ch-blob{position:absolute;width:470px;height:430px;right:-40px;bottom:18px;background:#f0e8ff;border-radius:45% 55% 54% 46% / 42% 46% 54% 58%;z-index:1}
.ch-leaf{position:absolute;width:180px;height:330px;right:10px;bottom:80px;z-index:2;opacity:.28}
.ch-leaf:before,.ch-leaf:after{content:"";position:absolute;inset:0;border:3px solid #b49cf5;border-radius:50% 0 50% 0;transform:rotate(20deg)}
.ch-leaf:after{transform:rotate(-17deg) scale(.72);left:-42px;top:65px}

/* SOCIAL */
.ch-social-section{padding:30px 0 20px;background:#fff}
.ch-section-title{text-align:center;color:var(--ch-purple);font-size:30px;margin:0 0 22px}
.ch-social-grid{gap:16px!important;margin:0!important}
.ch-social-grid>.wp-block-column{margin:0!important}
.ch-social-card{border:1px solid var(--ch-line);border-radius:14px;min-height:140px;padding:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;background:#fff}
.ch-social-card strong{font-size:16px}.ch-social-card>a{color:var(--ch-purple);font-size:22px;font-weight:800}
.ch-social-mark{width:54px;height:54px;border-radius:12px;display:grid;place-items:center;color:#fff;font-weight:900;font-size:33px;line-height:1}
.ch-facebook .ch-social-mark,.ch-platform-card.ch-facebook>span{background:#1877f2}
.ch-instagram .ch-social-mark,.ch-platform-card.ch-instagram>span{background:radial-gradient(circle at 30% 100%,#ffd600 0 20%,#ff7a00 35%,#ff0169 55%,#d300c5 75%,#7638fa 100%)}
.ch-tiktok .ch-social-mark,.ch-platform-card.ch-tiktok>span{background:#050505}
.ch-youtube .ch-social-mark,.ch-platform-card.ch-youtube>span{background:#ff0000;font-size:22px}

/* HOME CARDS */
.ch-home-links{padding:12px 0 8px}
.ch-home-card-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ch-home-card{display:grid!important;grid-template-columns:72px 1fr 36px;gap:18px;align-items:center;border-radius:16px;padding:22px;min-height:200px}
.ch-card-purple{background:linear-gradient(135deg,#f5f0ff,#efe8ff)}
.ch-card-yellow{background:linear-gradient(135deg,#fff9e8,#fff1c9)}
.ch-card-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:rgba(72,56,191,.10);color:var(--ch-purple);font-size:31px;font-weight:700}
.ch-home-card h3{font-size:24px;line-height:1.08;margin:0 0 10px}
.ch-home-card p{margin:0;color:var(--ch-muted);font-size:14px}
.ch-card-arrow{justify-self:end;color:var(--ch-purple);font-size:33px;font-weight:600}

/* COFFEE STRIP */
.ch-coffee-strip{padding:12px 0 34px}
.ch-coffee-card{background:linear-gradient(100deg,#4b37bd,#3a2698);color:#fff;border-radius:16px;padding:22px 28px;display:grid;grid-template-columns:76px 1fr 42px;gap:20px;align-items:center}
.ch-coffee-icon{width:68px;height:68px;border:1px solid rgba(255,255,255,.35);border-radius:50%;display:grid;place-items:center;font-size:31px}
.ch-coffee-card h2{margin:0 0 3px;font-size:25px}.ch-coffee-card p{margin:0;color:#eeeaff}.ch-coffee-card>a{font-size:35px}

/* SUBPAGES */
.ch-subhero{background:linear-gradient(105deg,#fff 0%,#fff 61%,#faf7ff 100%)}
.ch-subhero-grid{display:grid;grid-template-columns:55% 45%;min-height:430px;align-items:end}
.ch-subhero-copy{align-self:center;padding:58px 0}
.ch-subhero h1,.ch-page-head h1{font-size:58px;line-height:1;letter-spacing:-2.5px;color:var(--ch-purple);margin:0 0 22px}
.ch-lead{font-size:19px;max-width:650px;margin:0;color:#363045}
.ch-about-photo,.ch-films-photo,.ch-coffee-photo,.ch-contact-photo{margin:0 auto!important;width:360px!important;align-self:end}
.ch-films-photo,.ch-coffee-photo,.ch-contact-photo{width:390px!important}
.ch-page-head{padding:58px 0 34px;background:linear-gradient(105deg,#fff,#fbf8ff)}
.ch-page-head p{font-size:18px;color:var(--ch-muted);max-width:760px}
.ch-page-actions{margin-top:20px}
.ch-page-section{padding:46px 0 62px}
.ch-page-section h2{font-size:34px;color:var(--ch-purple);margin-top:0}
.ch-info-grid{gap:18px!important;margin-top:30px!important}
.ch-info-card{border:1px solid var(--ch-line);border-radius:16px;padding:24px;background:#fff;height:100%}
.ch-info-card h3{color:var(--ch-purple);font-size:21px;margin:0 0 10px}.ch-info-card p{margin:0;color:var(--ch-muted)}
.ch-quote{background:linear-gradient(100deg,#f7f2ff,#f2ebff);border:0!important;border-radius:16px;padding:26px 34px;margin:34px 0 0!important;color:var(--ch-purple);font-size:24px;font-family:"Segoe Script",cursive}
.ch-quote cite{display:block;text-align:right;font-family:inherit;font-size:17px}

/* TIPS */
.ch-poster-image{width:min(720px,100%)!important;margin:0 auto 42px!important;padding:14px;border-radius:18px;background:#fff;box-shadow:0 14px 40px rgba(44,30,85,.10)}
.ch-tips-heading{text-align:center;margin-bottom:25px!important}
.ch-tips-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.ch-tip-card{border:1px solid var(--ch-line);border-radius:14px;padding:18px;display:grid!important;grid-template-columns:42px 1fr;gap:14px;background:#fff}
.ch-tip-number{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--ch-purple);color:#fff;font-weight:800}
.ch-tip-card h3{font-size:18px;margin:0 0 6px}.ch-tip-card p{font-size:14px;margin:0;color:var(--ch-muted)}

/* FILMS */
.ch-platform-grid{gap:14px!important}
.ch-platform-card{border:1px solid var(--ch-line);border-radius:15px;padding:20px;height:100%;background:#fff}
.ch-platform-card>span{display:grid;width:48px;height:48px;border-radius:11px;place-items:center;color:#fff;font-size:25px;font-weight:850;margin-bottom:13px}
.ch-platform-card h3{font-size:19px;margin:0 0 7px}.ch-platform-card p{font-size:14px;color:var(--ch-muted);min-height:64px}.ch-platform-card a{color:var(--ch-purple);font-weight:800}
.ch-editable-placeholder{border:2px dashed #cfc5ec!important;border-radius:16px;padding:30px;text-align:center;background:#faf8ff;color:var(--ch-muted)}

/* PRESS */
.ch-press-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ch-press-card{border:1px solid var(--ch-line);border-radius:16px;padding:16px;background:#fff}
.ch-press-thumb{height:125px;border-radius:11px;background:linear-gradient(135deg,#efe8ff,#f7f4ff);display:grid;place-items:center;color:#b4a5e8;font-size:52px;margin-bottom:14px}
.ch-press-source{display:inline-block;background:#f0ebff;color:var(--ch-purple);border-radius:999px;padding:4px 9px;font-size:12px;font-weight:750}
.ch-press-card h3{font-size:19px;line-height:1.2;margin:11px 0 18px}.ch-press-card a{color:var(--ch-purple);font-weight:800}
.ch-editor-note{margin-top:26px;padding:16px;border-radius:12px;background:#f8f6ff;color:var(--ch-muted)}

/* COFFEE */
.ch-big-coffee-card{display:grid!important;grid-template-columns:170px 1fr;gap:28px;align-items:center;background:linear-gradient(135deg,#fbf8ff,#f5efff);border-radius:18px;padding:30px;margin-bottom:30px}
.ch-big-cup{width:150px;height:150px;border-radius:50%;background:#eee7ff;display:grid;place-items:center;font-size:70px}
.ch-big-coffee-card h2{margin-bottom:8px}

/* CONTACT */
.ch-contact-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:24px}
.ch-contact-card{border:1px solid var(--ch-line);border-radius:18px;padding:28px}.ch-contact-card h2{margin-top:0}
.ch-contact-side{display:grid;gap:16px}
.ch-contact-form{display:grid;gap:14px}.ch-contact-form label{display:grid;gap:6px;font-weight:700;font-size:14px}.ch-contact-form input,.ch-contact-form textarea{width:100%;padding:13px 14px;border:1px solid #ddd6eb;border-radius:8px;font:inherit;background:#fff}.ch-contact-form button{border:0;border-radius:8px;background:var(--ch-purple);color:#fff;padding:14px 20px;font-weight:800;cursor:pointer}.ch-hp{position:absolute!important;left:-99999px!important}.ch-form-success{padding:12px 14px;background:#eaf8ef;color:#196837;border-radius:8px;margin-bottom:15px}

/* FOOTER */
.site-footer{border-top:1px solid var(--ch-line);padding:36px 0 20px;background:#fff}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:38px}
.footer-brand{display:flex;align-items:center;gap:10px;color:var(--ch-purple);font-size:20px}.footer-cup{width:38px;height:38px}.site-footer p{color:var(--ch-muted);font-size:13px;max-width:330px}.site-footer h3{font-size:14px;margin:4px 0 12px}.footer-nav ul{display:grid;grid-template-columns:1fr 1fr;gap:6px 18px}.footer-nav a{font-size:13px}.footer-socials{display:flex;gap:10px}.footer-socials a{width:36px;height:36px;border:1px solid var(--ch-line);border-radius:8px;display:grid;place-items:center;color:var(--ch-purple)}.footer-social-icon{width:22px;height:22px}.copyright{border-top:1px solid var(--ch-line);margin-top:25px;padding-top:16px;color:#777083;font-size:12px}

/* Gutenberg content defaults */
.ch-editable-page>.wp-block-group:first-child{margin-top:0}
.ch-editable-page .wp-block-image img{border-radius:inherit}
.ch-index{padding:50px 0}

/* Responsive visibility — controls in Gutenberg */
@media(max-width:767px){.ch-hide-mobile{display:none!important}}
@media(min-width:768px) and (max-width:1023px){.ch-hide-tablet{display:none!important}}
@media(min-width:1024px){.ch-hide-desktop{display:none!important}}

/* TABLET */
@media(max-width:900px){
  .desktop-nav,.header-coffee{display:none}.menu-toggle{display:block}.brand{margin-right:auto}
  .ch-home-title{font-size:60px}.ch-home-photo{width:430px!important}.ch-home-card-list{grid-template-columns:1fr}.ch-press-grid{grid-template-columns:1fr 1fr}.ch-subhero h1,.ch-page-head h1{font-size:48px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}
}

/* MOBILE — zgodnie z zaakceptowaną makietą */
@media(max-width:640px){
  html,body{overflow-x:hidden}.ch-shell,.ch-content-wrap,.ch-home-hero-inner,.ch-subhero-grid{width:100%;padding-left:25px;padding-right:25px}
  .site-header{background:linear-gradient(100deg,#4937be,#3d2aa2);border:0}.header-inner{min-height:72px;padding-left:26px;padding-right:26px}.brand{color:#fff}.brand span{display:none}.brand-cup{width:43px;height:43px}.menu-toggle span{background:#fff}.mobile-menu{position:absolute;left:0;right:0;top:72px;z-index:50}

  .ch-home-hero{background:linear-gradient(110deg,#fff 0%,#fff 61%,#fbf8ff 100%)}
  .ch-home-hero-inner{display:grid;grid-template-columns:46% 54%;min-height:344px;padding-left:26px;padding-right:0}
  .ch-home-copy{padding:23px 0 20px;align-self:center;z-index:8;min-width:0}
  .ch-script{font-size:18px;line-height:1.05;margin:0 0 8px;white-space:nowrap}
  .ch-home-title{font-size:39px;line-height:.96;letter-spacing:-1.8px;margin:0;color:var(--ch-purple)}
  .ch-home-age{font-size:13.5px;line-height:1.38;margin:13px -14px 0 0;font-weight:500}.ch-home-age strong{font-size:14px;font-weight:850;white-space:nowrap}
  .ch-home-intro{font-size:13.5px;line-height:1.48;margin:14px -10px 17px 0;max-width:205px}
  .ch-home-actions{display:flex!important;flex-direction:column;align-items:flex-start;gap:8px!important}
  .ch-home-actions .wp-block-button__link{min-width:143px;padding:10px 13px!important;border-radius:6px!important;font-size:12.5px!important}
  .ch-home-visual{height:344px;min-height:344px;position:relative;overflow:visible}
  .ch-home-photo{width:228px!important;max-width:none!important;right:-14px;bottom:0;margin:0!important;z-index:4}
  .ch-blob{width:250px;height:275px;right:-58px;bottom:12px}.ch-leaf{width:95px;height:185px;right:5px;bottom:53px}

  .ch-social-section{padding:18px 0 15px}.ch-section-title{font-size:18px;margin:0 0 14px}
  .ch-social-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px!important}.ch-social-grid>.wp-block-column{min-width:0}
  .ch-social-card{min-height:86px;padding:10px 3px 8px;border-radius:9px;gap:4px}.ch-social-mark{width:36px;height:36px;border-radius:8px;font-size:23px}.ch-social-card strong{font-size:10.8px;white-space:nowrap}.ch-social-card>a{font-size:18px}

  .ch-home-links{padding:0 0 8px}.ch-home-card-list{grid-template-columns:1fr;gap:8px}
  .ch-home-card{min-height:96px;border-radius:9px;padding:13px 14px;grid-template-columns:54px 1fr 22px;gap:12px}.ch-card-icon{width:48px;height:48px;font-size:24px}.ch-home-card h3{font-size:16px;line-height:1.15;margin:0 0 5px}.ch-home-card p{font-size:11.2px;line-height:1.33}.ch-card-arrow{font-size:23px}

  .ch-coffee-strip{padding:0 0 12px}.ch-coffee-card{min-height:96px;border-radius:9px;padding:14px;grid-template-columns:54px 1fr 23px;gap:12px}.ch-coffee-icon{width:48px;height:48px;font-size:25px}.ch-coffee-card h2{font-size:16px;line-height:1.15}.ch-coffee-card p{font-size:11.2px;line-height:1.32}.ch-coffee-card>a{font-size:24px}

  .ch-subhero-grid{grid-template-columns:1fr;min-height:0;padding-top:26px;gap:10px}.ch-subhero-copy{padding:18px 0 4px}.ch-subhero h1,.ch-page-head h1{font-size:40px;line-height:1.02;letter-spacing:-1.8px;margin-bottom:15px}.ch-lead{font-size:15px;line-height:1.55}.ch-about-photo,.ch-films-photo,.ch-coffee-photo,.ch-contact-photo{width:min(82vw,320px)!important;margin:0 auto!important}.ch-page-head{padding:30px 0 22px}.ch-page-head p{font-size:14px}.ch-page-section{padding:32px 0}.ch-page-section h2{font-size:27px}
  .ch-info-grid,.ch-platform-grid{display:grid!important;grid-template-columns:1fr!important}.ch-info-card{padding:20px}.ch-quote{font-size:19px;padding:22px}
  .ch-page-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:8px!important}.ch-page-actions .wp-block-button,.ch-page-actions .wp-block-button__link{width:100%}
  .ch-poster-image{padding:8px;border-radius:12px;margin-bottom:28px!important}.ch-tips-grid{grid-template-columns:1fr}.ch-tip-card{padding:15px}.ch-tip-card h3{font-size:17px}
  .ch-press-grid{grid-template-columns:1fr}.ch-press-card{padding:14px}.ch-press-thumb{height:105px}
  .ch-big-coffee-card{grid-template-columns:1fr;padding:22px;text-align:center}.ch-big-cup{width:120px;height:120px;margin:auto}.ch-contact-grid{grid-template-columns:1fr}.ch-contact-card{padding:20px}
  .footer-grid{grid-template-columns:1fr;gap:24px;padding-left:25px;padding-right:25px}.footer-grid>div:last-child{grid-column:auto}.copyright{padding-left:25px;padding-right:25px}.footer-nav ul{grid-template-columns:1fr 1fr}
}

@media(max-width:370px){
  .ch-home-hero-inner{grid-template-columns:48% 52%;min-height:332px}.ch-home-title{font-size:35px}.ch-home-age,.ch-home-intro{font-size:12.4px}.ch-home-age strong{font-size:12.8px}.ch-home-photo{width:205px!important;right:-18px}.ch-home-actions .wp-block-button__link{min-width:132px;font-size:11.8px!important;padding:9px 10px!important}.ch-social-card strong{font-size:9.8px}.ch-page-actions{grid-template-columns:1fr}
}

/* Korekty dla elementów zbudowanych jako natywne bloki Gutenberga */
.ch-social-card h3{font-size:16px;margin:0;line-height:1.1}
.ch-social-arrow,.ch-card-arrow,.ch-coffee-arrow,.ch-platform-link,.ch-press-link{margin:0!important}
.ch-social-arrow a{color:var(--ch-purple);font-size:22px;font-weight:800}
.ch-card-arrow a{color:var(--ch-purple);font-size:33px;font-weight:600}
.ch-coffee-arrow a{color:#fff;font-size:35px}
.ch-home-card-list>.wp-block-group,.ch-tips-grid>.wp-block-group,.ch-press-grid>.wp-block-group,.ch-contact-grid>.wp-block-group,.ch-contact-side>.wp-block-group{margin-block-start:0!important}
.ch-home-card-copy{margin:0!important}
.ch-home-card-copy>h3,.ch-home-card-copy>p{margin-left:0;margin-right:0}
.ch-coffee-card>.wp-block-group{margin:0!important}
.ch-coffee-card>.wp-block-group>h2,.ch-coffee-card>.wp-block-group>p{margin-left:0;margin-right:0}
.ch-platform-card .ch-platform-link a,.ch-press-card .ch-press-link a{color:var(--ch-purple);font-weight:800}

@media(max-width:640px){
  .ch-social-card h3{font-size:10.8px;white-space:nowrap}
  .ch-social-arrow a{font-size:18px}
  .ch-card-arrow a{font-size:23px}
  .ch-coffee-arrow a{font-size:24px}
}
@media(max-width:370px){.ch-social-card h3{font-size:9.8px}}
.custom-brand-logo{max-height:52px;width:auto}
@media(max-width:640px){.custom-brand-logo{max-height:46px;max-width:120px}.brand:has(.custom-brand-logo) span{display:none}}

/* --- v7 poprawki: czystsze ikony i lepsze docięcie zdjęcia --- */
.ch-icon{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;line-height:1}
.ch-icon svg{display:block;width:1em;height:1em}

.ch-btn-primary .wp-block-button__link,
.ch-btn-outline .wp-block-button__link{display:inline-flex!important;align-items:center;justify-content:center;gap:.45em}
.ch-btn-primary .wp-block-button__link .ch-icon,
.ch-btn-outline .wp-block-button__link .ch-icon{width:1em;height:1em}
.ch-btn-primary .wp-block-button__link .ch-icon svg,
.ch-btn-outline .wp-block-button__link .ch-icon svg{width:1em;height:1em}

.ch-home-visual{overflow:hidden}
.ch-home-visual::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:16px;background:#fff;z-index:5}
.ch-home-photo{z-index:4}
.ch-home-photo img{display:block!important;width:100%;height:auto;object-fit:contain;object-position:center bottom}

.ch-social-card{gap:9px}
.ch-social-mark{background:none!important;overflow:hidden}
.ch-social-mark .ch-icon{width:100%;height:100%}
.ch-social-mark .ch-icon svg{width:100%;height:100%}
.ch-social-arrow a,.ch-card-arrow a,.ch-coffee-arrow a{display:inline-flex;align-items:center;justify-content:center}
.ch-social-arrow a .ch-icon,.ch-card-arrow a .ch-icon,.ch-coffee-arrow a .ch-icon{width:1em;height:1em}
.ch-social-arrow a .ch-icon svg,.ch-card-arrow a .ch-icon svg,.ch-coffee-arrow a .ch-icon svg{width:1em;height:1em}

.ch-card-icon{font-size:0!important}
.ch-card-icon .ch-icon{width:30px;height:30px}
.ch-card-icon .ch-icon svg{width:30px;height:30px}
.ch-coffee-icon{font-size:0!important}
.ch-coffee-icon .ch-icon{width:30px;height:30px;color:#fff}
.ch-coffee-icon .ch-icon svg{width:30px;height:30px}

@media(max-width:640px){
  .ch-home-visual::after{height:12px}
  .ch-social-card{gap:4px}
  .ch-social-mark{width:36px;height:36px}
  .ch-card-icon .ch-icon,.ch-card-icon .ch-icon svg{width:24px;height:24px}
  .ch-coffee-icon .ch-icon,.ch-coffee-icon .ch-icon svg{width:24px;height:24px}
}

/* --- v8: social media bez strzałek, grafiki porad, zdjęcia artykułów --- */
.ch-social-icon-link{display:inline-flex!important;align-items:center;justify-content:center;text-decoration:none!important}
.ch-social-card h3 a{color:var(--ch-text)!important;text-decoration:none!important;font-weight:800}
.ch-social-card h3 a:hover,.ch-social-card h3 a:focus{color:var(--ch-purple)!important}
.ch-social-card .ch-social-arrow{display:none!important}
.ch-social-card{cursor:default}
.ch-social-card .ch-social-mark{transition:transform .16s ease}
@media (hover:hover) and (pointer:fine){.ch-social-icon-link:hover .ch-social-mark{transform:translateY(-2px)}}

.ch-tips-grid-rich{grid-template-columns:1fr 1fr;gap:18px}
.ch-tip-card-rich{grid-template-columns:minmax(150px,38%) 1fr!important;gap:18px!important;padding:14px!important;align-items:center;overflow:hidden}
.ch-tip-media{margin:0!important;min-width:0}
.ch-tip-media .ch-tip-image{margin:0!important;border-radius:11px;overflow:hidden}
.ch-tip-media .ch-tip-image img{display:block;width:100%;aspect-ratio:1.42/1;object-fit:cover;border-radius:11px}
.ch-tip-copy{position:relative;margin:0!important;padding:5px 3px 5px 0}
.ch-tip-copy .ch-tip-number{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--ch-purple);color:#fff;font-weight:850;margin-bottom:8px}
.ch-tip-card-rich h3{font-size:19px!important;line-height:1.16;margin:0 0 7px!important}
.ch-tip-card-rich p{font-size:13.5px!important;line-height:1.48}
.ch-download-poster{margin-top:42px!important;padding-top:34px;border-top:1px solid var(--ch-line)}
.ch-download-poster>h2{margin-top:0}
.ch-download-poster .ch-poster-image{max-width:760px;margin:22px auto 24px!important}

.ch-press-card{overflow:hidden;padding:0!important}
.ch-press-image{margin:0!important;overflow:hidden;background:#f5f2fb}
.ch-press-image a{display:block}
.ch-press-image img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .2s ease}
.ch-press-card .ch-press-source{margin:14px 16px 7px!important;width:max-content}
.ch-press-card h3{margin:0 16px 18px!important;font-size:18px!important;line-height:1.28}
.ch-press-card h3 a{color:var(--ch-text)!important;text-decoration:none!important}
.ch-press-card h3 a:hover,.ch-press-card h3 a:focus{color:var(--ch-purple)!important}
@media (hover:hover) and (pointer:fine){.ch-press-image a:hover img{transform:scale(1.025)}}

.ch-form-error{padding:12px 14px;background:#fff1f1;color:#9b2727;border-radius:8px;margin-bottom:15px}
.ch-form-security{font-size:12px!important;color:var(--ch-muted)!important;text-align:center;margin:0!important}

@media(max-width:640px){
  .ch-tips-grid-rich{grid-template-columns:1fr;gap:10px}
  .ch-tip-card-rich{grid-template-columns:112px 1fr!important;gap:12px!important;padding:10px!important}
  .ch-tip-media .ch-tip-image img{aspect-ratio:1.22/1}
  .ch-tip-copy .ch-tip-number{width:27px;height:27px;font-size:12px;margin-bottom:5px}
  .ch-tip-card-rich h3{font-size:15px!important;margin-bottom:4px!important}
  .ch-tip-card-rich p{font-size:11px!important;line-height:1.38}
  .ch-download-poster{margin-top:28px!important;padding-top:24px}
  .ch-press-card h3{font-size:16px!important}
}
@media(max-width:370px){
  .ch-tip-card-rich{grid-template-columns:92px 1fr!important;gap:10px!important}
  .ch-tip-card-rich h3{font-size:14px!important}.ch-tip-card-rich p{font-size:10.4px!important}
}

/* --- v9: poprawione ikonki i układ po zgłoszeniu użytkownika --- */
.ch-social-card{cursor:default!important}
.ch-social-icon-image{margin:0!important;width:58px!important;height:58px!important}
.ch-social-icon-image a{display:block;width:58px;height:58px}
.ch-social-icon-image img{display:block!important;width:58px!important;height:58px!important;object-fit:contain!important;border-radius:13px!important}
.ch-social-card h3{margin:0!important}
.ch-social-card h3 a{display:inline-block;color:var(--ch-text)!important;text-decoration:none!important;font-weight:800}
.ch-social-card h3 a:hover,.ch-social-card h3 a:focus{color:var(--ch-purple)!important}
.ch-social-card .ch-social-arrow,.ch-social-arrow{display:none!important}

.ch-home-card{grid-template-columns:72px 1fr!important}
.ch-card-icon{font-size:0!important}
.ch-card-icon a{display:grid;place-items:center;width:100%;height:100%}
.ch-card-icon img{display:block;width:32px!important;height:32px!important;object-fit:contain}
.ch-home-card h3 a{color:var(--ch-text)!important;text-decoration:none!important}
.ch-home-card h3 a:hover,.ch-home-card h3 a:focus{color:var(--ch-purple)!important}
.ch-card-arrow{display:none!important}

.ch-coffee-card{grid-template-columns:78px 1fr!important}
.ch-coffee-card h2 a{color:#fff!important;text-decoration:none!important}
.ch-coffee-icon img{width:31px!important;height:31px!important;object-fit:contain;filter:brightness(0) invert(1)}
.ch-coffee-arrow{display:none!important}

.ch-tip-card-rich{grid-template-columns:minmax(155px,38%) 1fr!important}
.ch-tip-media .ch-tip-image{margin:0!important}
.ch-tip-media .ch-tip-image img{display:block!important;width:100%!important;height:100%!important;min-height:150px;object-fit:cover!important;object-position:center!important;border-radius:11px!important}
.ch-tip-copy{align-self:center}
.ch-download-poster{margin-top:48px!important;padding-top:36px;border-top:1px solid var(--ch-line)}
.ch-download-poster .ch-poster-image{margin-top:18px!important}

.ch-press-image{background:#f5f2fb!important}
.ch-press-image img{display:block!important;width:100%!important;aspect-ratio:16/9!important;object-fit:cover!important}
.ch-press-card h3 a{display:inline;color:var(--ch-text)!important;text-decoration:none!important}
.ch-press-card h3 a:hover,.ch-press-card h3 a:focus{color:var(--ch-purple)!important}

@media(max-width:640px){
  .ch-social-icon-image,.ch-social-icon-image a{width:40px!important;height:40px!important}
  .ch-social-icon-image img{width:40px!important;height:40px!important;border-radius:9px!important}
  .ch-social-card{padding:10px 2px 9px!important;min-height:92px!important}
  .ch-social-card h3 a{font-size:10.5px!important;white-space:nowrap}
  .ch-home-card{grid-template-columns:54px 1fr!important}
  .ch-card-icon img{width:25px!important;height:25px!important}
  .ch-coffee-card{grid-template-columns:54px 1fr!important}
  .ch-tip-card-rich{grid-template-columns:118px 1fr!important;gap:12px!important;padding:10px!important}
  .ch-tip-media .ch-tip-image img{min-height:108px!important;aspect-ratio:1.18/1!important}
  .ch-tip-card-rich h3{font-size:15px!important;line-height:1.2!important}
  .ch-tip-card-rich p{font-size:11px!important;line-height:1.4!important}
  .ch-download-poster{margin-top:34px!important;padding-top:26px}
}

@media(max-width:370px){
  .ch-social-icon-image,.ch-social-icon-image a{width:36px!important;height:36px!important}
  .ch-social-icon-image img{width:36px!important;height:36px!important}
  .ch-social-card h3 a{font-size:9.7px!important}
  .ch-tip-card-rich{grid-template-columns:100px 1fr!important;gap:10px!important}
  .ch-tip-media .ch-tip-image img{min-height:96px!important}
}

/* --- v10: dopracowanie kart, hero i podstrony 10 rad --- */
.ch-card-hit{
  position:absolute;
  inset:0;
  z-index:2;
  border-radius:inherit;
}
.ch-card-hit-contrast{z-index:2}
.ch-home-card,.ch-social-card,.ch-coffee-card{position:relative;overflow:hidden}
.ch-home-card > *:not(.ch-card-hit),
.ch-social-card > *:not(.ch-card-hit),
.ch-coffee-card > *:not(.ch-card-hit){position:relative;z-index:3}

.ch-home-card,
.ch-social-card,
.ch-coffee-card{
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.ch-home-card:hover,.ch-home-card:focus-within,
.ch-social-card:hover,.ch-social-card:focus-within,
.ch-coffee-card:hover,.ch-coffee-card:focus-within{
  transform:translateY(-2px);
  box-shadow:0 20px 44px rgba(40,31,99,.10);
}

.ch-home-card{cursor:pointer!important}
.ch-home-card .ch-home-card-copy h3,
.ch-home-card .ch-home-card-copy p{pointer-events:none}
.ch-home-card .ch-card-icon{position:relative;z-index:3}

.ch-coffee-card{cursor:pointer!important}
.ch-coffee-card .wp-block-group,
.ch-coffee-card h2,
.ch-coffee-card p{pointer-events:none}

.ch-social-card{cursor:pointer!important}
.ch-social-card h3,
.ch-social-card figure{pointer-events:none}
.ch-social-card h3 a,
.ch-home-card h3 a,
.ch-coffee-card h2 a{pointer-events:none}

/* hero photo background */
.ch-home-visual{
  background-image:
    radial-gradient(circle at 79% 29%, rgba(185,163,242,.58) 0 8px, transparent 9px),
    radial-gradient(circle at 86% 34%, rgba(185,163,242,.34) 0 4px, transparent 5px),
    radial-gradient(circle at 72% 47%, rgba(185,163,242,.23) 0 6px, transparent 7px),
    radial-gradient(circle at 74% 55%, rgba(185,163,242,.18) 0 3px, transparent 4px);
  background-repeat:no-repeat;
}
.ch-home-visual .ch-blob{
  inset:8% 9% 7% 18%!important;
  background:radial-gradient(circle at 38% 35%, #faf7ff 0%, #f1eaff 58%, #e7ddff 100%)!important;
  border-radius:42% 58% 48% 52% / 34% 39% 61% 66%!important;
  box-shadow:inset 0 0 0 1px rgba(87,67,183,.05);
}
.ch-home-visual .ch-leaf{
  right:8%!important;
  bottom:10%!important;
  width:34%!important;
  height:36%!important;
  opacity:.58!important;
}
.ch-home-visual::after{
  content:"";
  position:absolute;
  right:11%;
  bottom:11%;
  width:30%;
  height:32%;
  background:
    linear-gradient(120deg, transparent 46%, rgba(145,122,231,.38) 47%, rgba(145,122,231,.38) 49%, transparent 50%),
    linear-gradient(60deg, transparent 50%, rgba(145,122,231,.24) 51%, rgba(145,122,231,.24) 53%, transparent 54%);
  opacity:.36;
  border-radius:48% 52% 44% 56% / 40% 40% 60% 60%;
  transform:rotate(-4deg);
  pointer-events:none;
}

/* mobile brand icon */
.site-header .brand .brand-cup{display:inline-flex!important}
@media(max-width:860px){
  .site-header .brand{display:inline-flex!important;align-items:center!important;gap:10px!important;min-height:40px}
  .site-header .brand .brand-cup{width:30px!important;height:30px!important;min-width:30px!important;color:#fff!important;opacity:1!important;visibility:visible!important}
  .site-header .brand span{display:inline-block!important;color:#fff!important;font-size:0!important;line-height:0!important}
  .site-header .brand{position:relative;z-index:5}
}

/* richer tip cards */
.ch-tip-card-rich{
  grid-template-columns:minmax(180px,34%) 1fr!important;
  gap:20px!important;
  align-items:center!important;
}
.ch-tip-media{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:170px;
  padding:8px 4px;
}
.ch-tip-media .ch-tip-image img{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:0!important;
  background:transparent!important;
}
.ch-tip-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:10px;
}
.ch-tip-copy .ch-tip-number{
  order:1;
  margin:0!important;
  align-self:flex-start;
  width:34px;
  height:34px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--ch-purple);
  color:#fff;
  font-weight:800;
  font-size:15px;
  box-shadow:0 10px 20px rgba(79,61,200,.18);
}
.ch-tip-card-rich h3{
  order:2;
  margin:0!important;
  display:flex;
  align-items:center;
  gap:12px;
  font-size:28px;
  line-height:1.18!important;
}
.ch-tip-card-rich p{
  order:3;
  margin:0!important;
}

@media(max-width:640px){
  .ch-home-visual{padding-top:22px!important}
  .ch-home-visual .ch-blob{inset:10% 6% 6% 10%!important}
  .ch-home-visual .ch-leaf{right:6%!important;bottom:12%!important;width:38%!important;height:34%!important}
  .site-header .brand{gap:8px!important}
  .site-header .brand .brand-cup{width:26px!important;height:26px!important;min-width:26px!important}
  .ch-tip-card-rich{grid-template-columns:1fr!important;gap:8px!important;padding:14px!important}
  .ch-tip-media{min-height:140px;padding:2px 0 4px}
  .ch-tip-media .ch-tip-image img{max-height:160px;width:auto!important;max-width:100%!important;margin:0 auto}
  .ch-tip-copy{gap:8px!important}
  .ch-tip-card-rich h3{font-size:19px!important;gap:10px!important}
  .ch-tip-copy .ch-tip-number{width:30px;height:30px;font-size:13px}
}

/* v10.1 doprecyzowanie ułożenia numeru przy tytule */
.ch-tip-copy{
  display:grid!important;
  grid-template-columns:auto 1fr;
  column-gap:12px;
  row-gap:10px;
  align-items:start;
}
.ch-tip-copy .ch-tip-number{grid-column:1;grid-row:1;align-self:start}
.ch-tip-card-rich h3{grid-column:2;grid-row:1;display:block!important;padding-top:3px}
.ch-tip-card-rich p{grid-column:1 / -1;grid-row:2}
@media(max-width:640px){
  .ch-tip-copy{column-gap:10px;row-gap:8px}
  .ch-tip-card-rich h3{padding-top:2px}
}

/* --- FINAL v10.1: wskazane poprawki --- */
/* dekoracyjne tło za zdjęciem */
.ch-home-visual::after{
  left:auto!important;
  right:7%!important;
  bottom:8%!important;
  width:38%!important;
  height:40%!important;
  z-index:2!important;
  background:
    linear-gradient(132deg,transparent 47%,rgba(139,112,224,.28) 48%,rgba(139,112,224,.28) 49.5%,transparent 50.5%),
    linear-gradient(48deg,transparent 50%,rgba(139,112,224,.20) 51%,rgba(139,112,224,.20) 52.5%,transparent 53.5%)!important;
  opacity:.62!important;
  pointer-events:none!important;
}
.ch-home-visual .ch-blob{z-index:1!important}
.ch-home-visual .ch-leaf{z-index:2!important}
.ch-home-photo{z-index:4!important}

/* ikonka kawy w lewym górnym rogu na telefonie */
@media(max-width:640px){
  .site-header .brand .brand-cup{width:43px!important;height:43px!important;min-width:43px!important;color:#fff!important}
  .site-header .header-inner{min-height:86px!important}
  .mobile-menu{top:86px!important}
}

/* cały kafelek social media klikalny + reakcja hover */
.ch-social-card .ch-card-hit{cursor:pointer!important}
.ch-social-card:hover,.ch-social-card:focus-within{border-color:rgba(72,56,191,.28)!important;background:#fcfbff!important}
.ch-social-card:hover .ch-social-icon-image img,.ch-social-card:focus-within .ch-social-icon-image img{transform:scale(1.06)}
.ch-social-icon-image img{transition:transform .16s ease}

/* 10 rad: grafiki bez tła, numer z lewej strony tytułu */
.ch-tip-card-rich{background:#fff!important}
.ch-tip-media,.ch-tip-media .ch-tip-image{background:transparent!important}
.ch-tip-media .ch-tip-image{overflow:visible!important}
.ch-tip-media .ch-tip-image img{background:transparent!important;box-shadow:none!important;border:0!important;object-fit:contain!important}
.ch-tip-copy{grid-template-columns:38px minmax(0,1fr)!important;column-gap:12px!important;align-items:center!important}
.ch-tip-copy .ch-tip-number{grid-column:1!important;grid-row:1!important;align-self:center!important;justify-self:start!important}
.ch-tip-card-rich h3{grid-column:2!important;grid-row:1!important;align-self:center!important;padding-top:0!important}
.ch-tip-card-rich p{grid-column:1 / -1!important;grid-row:2!important}
@media(max-width:640px){
  .ch-tip-card-rich{grid-template-columns:118px minmax(0,1fr)!important;gap:12px!important}
  .ch-tip-media{min-height:105px!important;padding:0!important}
  .ch-tip-media .ch-tip-image img{max-height:120px!important;width:100%!important;height:auto!important}
  .ch-tip-copy{grid-template-columns:30px minmax(0,1fr)!important;column-gap:9px!important}
  .ch-tip-copy .ch-tip-number{width:30px!important;height:30px!important}
  .ch-tip-card-rich h3{font-size:15px!important;line-height:1.18!important}
  .ch-tip-card-rich p{font-size:11px!important;line-height:1.4!important}
}
@media(max-width:390px){
  .ch-tip-card-rich{grid-template-columns:102px minmax(0,1fr)!important;gap:10px!important}
  .ch-tip-media .ch-tip-image img{max-height:105px!important}
}

/* === FINAL v11: kubek, klikalne paski, naturalny hero, lekkie grafiki === */
/* Pewna ikonka kubka prowadząca na stronę główną */
.brand-home-cup{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;min-width:42px;color:var(--ch-purple);line-height:1}
.brand-home-cup svg{display:block;width:100%;height:100%}
@media(max-width:640px){
  .site-header .brand{display:inline-flex!important;position:relative!important;z-index:20!important;margin-right:auto!important;visibility:visible!important;opacity:1!important}
  .brand-home-cup{display:inline-flex!important;width:44px!important;height:44px!important;min-width:44px!important;color:#fff!important;visibility:visible!important;opacity:1!important}
  .site-header .brand>span:last-child{display:none!important}
}

/* Cała powierzchnia trzech pasków na stronie głównej jest linkiem */
.ch-home-card{position:relative!important;cursor:pointer!important}
.ch-home-card .ch-card-hit{position:absolute!important;inset:0!important;z-index:20!important;display:block!important;border-radius:inherit!important}
.ch-home-card .ch-card-icon,.ch-home-card .ch-home-card-copy{position:relative!important;z-index:3!important;pointer-events:none!important}
.ch-home-card .ch-card-icon a,.ch-home-card .ch-home-card-copy a{pointer-events:none!important}
.ch-home-card:hover,.ch-home-card:focus-within{transform:translateY(-2px);box-shadow:0 18px 38px rgba(54,39,132,.13)}

/* Naturalne zdjęcie: pełna fotografia, bez sztucznego wycinania włosów. */
.ch-home-visual{overflow:hidden!important;background:linear-gradient(135deg,#fff 0%,#fcfaff 62%,#f5efff 100%)!important}
.ch-home-visual::after{display:none!important}
.ch-home-visual .ch-leaf{display:none!important}
.ch-home-visual .ch-blob{z-index:1!important;inset:7% 4% 6% 10%!important;width:auto!important;height:auto!important;background:radial-gradient(circle at 36% 34%,rgba(255,255,255,.92),rgba(239,231,255,.86) 58%,rgba(229,218,255,.74) 100%)!important;border-radius:43% 57% 51% 49% / 38% 42% 58% 62%!important}
.ch-hero-floral{position:absolute!important;z-index:3!important;right:-7%!important;bottom:0!important;width:82%!important;height:100%!important;object-fit:contain!important;object-position:right center!important;pointer-events:none!important;opacity:.92!important}
.ch-home-photo-natural{position:absolute!important;z-index:2!important;right:0!important;bottom:-1px!important;width:100%!important;height:100%!important;max-width:none!important;margin:0!important;overflow:hidden!important}
.ch-home-photo-natural img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 48%!important;border-radius:0!important;filter:brightness(1.035) saturate(1.02)!important;-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 87%,rgba(0,0,0,.92) 92%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 87%,rgba(0,0,0,.92) 92%,transparent 100%)}

@media(max-width:640px){
  .ch-home-visual{overflow:hidden!important}
  .ch-home-photo-natural{width:112%!important;right:-9%!important;height:100%!important}
  .ch-home-photo-natural img{object-position:center 46%!important;-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 88%,rgba(0,0,0,.9) 94%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 88%,rgba(0,0,0,.9) 94%,transparent 100%)}
  .ch-hero-floral{right:-18%!important;width:100%!important;height:96%!important;opacity:.8!important}
  .ch-home-visual .ch-blob{inset:8% -12% 5% 1%!important}
}

/* Lekkie ilustracje rad — przezroczyste WebP, ładowane bez ciężkiego tła */
.ch-tip-media .ch-tip-image img{max-width:100%!important;height:auto!important;object-fit:contain!important;background:transparent!important}


/* === FINAL v12: hero jak w zaakceptowanym przykładzie + lżejsze grafiki === */
.menu-toggle{position:relative;z-index:80}
.mobile-menu{z-index:79}
.mobile-menu[hidden]{display:none!important}

/* Kubek w lewym górnym rogu na telefonie i desktopie */
.brand-home-cup,.brand-home-cup svg{display:block}
.brand-home-cup{display:inline-flex!important;align-items:center;justify-content:center;width:42px;height:42px;min-width:42px;line-height:1}
@media(max-width:640px){
  .site-header .brand{display:inline-flex!important;align-items:center!important;gap:10px!important;z-index:90!important}
  .brand-home-cup{display:inline-flex!important;width:42px!important;height:42px!important;min-width:42px!important;color:#fff!important;opacity:1!important;visibility:visible!important}
  .site-header .brand>span:last-child{display:none!important}
}

/* Hero: wracamy do wyciętego zdjęcia i tła kwiatkowego z zaakceptowanego wzoru */
.ch-home-visual{
  overflow:hidden!important;
  background:linear-gradient(135deg,#ffffff 0%,#fcfbff 58%,#f6f0ff 100%)!important;
}
.ch-home-visual::after{display:none!important}
.ch-home-visual .ch-blob{
  position:absolute!important;
  inset:6% -2% 8% 14%!important;
  width:auto!important;
  height:auto!important;
  z-index:1!important;
  background:#efe7ff!important;
  border-radius:46% 54% 46% 54% / 38% 46% 54% 62%!important;
}
.ch-hero-floral{
  position:absolute!important;
  z-index:2!important;
  right:-6%!important;
  bottom:0!important;
  width:80%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:right bottom!important;
  pointer-events:none!important;
  opacity:.98!important;
}
.ch-home-photo-cutout{
  position:absolute!important;
  z-index:4!important;
  right:-3%!important;
  bottom:0!important;
  width:90%!important;
  max-width:540px!important;
  height:auto!important;
  margin:0!important;
}
.ch-home-photo-cutout img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:right bottom!important;
  border-radius:0!important;
  background:transparent!important;
  filter:none!important;
}
/* delikatne odsunięcie od lewej, żeby tekst nie wchodził na zdjęcie */
.ch-home-hero-inner{align-items:stretch!important}

@media(max-width:900px){
  .ch-home-photo-cutout{max-width:470px!important;width:92%!important;right:-5%!important}
}
@media(max-width:640px){
  .ch-home-hero-inner{grid-template-columns:46% 54%!important;min-height:344px!important;padding-left:26px!important;padding-right:0!important}
  .ch-home-visual{height:344px!important;min-height:344px!important}
  .ch-home-visual .ch-blob{inset:8% -14% 6% 6%!important}
  .ch-hero-floral{right:-17%!important;width:98%!important;height:97%!important;opacity:.92!important}
  .ch-home-photo-cutout{width:122%!important;max-width:none!important;right:-23%!important;bottom:0!important}
  .ch-home-photo-cutout img{object-position:right bottom!important}
}
@media(max-width:390px){
  .ch-home-photo-cutout{width:128%!important;right:-28%!important}
}

/* Kolorowe ikonki social: cały kafelek reaguje i pozostaje klikalny */
.ch-social-card{position:relative!important;cursor:pointer!important}
.ch-social-card .ch-card-hit{position:absolute!important;inset:0!important;z-index:20!important;display:block!important;border-radius:inherit!important}
.ch-social-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(54,39,132,.10)}

/* Lżejsze grafiki i stabilniejszy layout dla Core Web Vitals */
.ch-tip-image img,.ch-press-thumb img,.ch-poster-image img,.ch-home-photo-cutout img{height:auto!important}
.ch-tip-image img,.ch-press-thumb img,.ch-social-icon-image img{content-visibility:auto}
