/* Záhrada s nápadom — vyvážená typografia
   Posledná vrstva štýlov: drží titulky čitateľné bez zbytočne veľkých rozmerov. */

:root{
  --type-hero:clamp(2.75rem,3.6vw,4.25rem);
  --type-section:clamp(2.35rem,3.35vw,4rem);
  --type-card:clamp(1.55rem,1.75vw,2rem);
}

html{
  font-size:16px;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}
body{line-height:1.62}
p,li,input,textarea,select,button{line-height:1.55}
h1,h2,h3,h4{text-wrap:balance}

/* Hlavný titulok na titulke */
.hero h1{
  font-size:var(--type-hero);
  line-height:1.02;
  letter-spacing:-.045em;
  max-width:15ch;
}
.hero-copy>p{
  font-size:clamp(.98rem,.25vw + .9rem,1.08rem);
  line-height:1.6;
  max-width:610px;
}

/* Menšie texty nech nie sú príliš drobné */
.desktop-nav a{font-size:.82rem}
.mobile-nav a{font-size:.92rem}
.eyebrow,.hero-edition,.hero-signature span,
.side-card .label,.kicker,.section-index,
.photo-badge,.cms-post-body .tag,.project-story .tag{
  font-size:.7rem;
}
.btn{font-size:.86rem}
.hero-proof{font-size:.76rem}
.quick a span{font-size:.69rem}
.quick a small{font-size:.75rem}

/* Pravé karty */
.side-card h2{
  font-size:var(--type-card);
  line-height:1.08;
  letter-spacing:-.038em;
}
.side-card p{font-size:.9rem;line-height:1.6}
.compact p{font-size:.8rem}

/* Nadpisy hlavných sekcií */
.section-head h2,
.submit-grid h2,
.contact h2,
.contact-heading h2{
  font-size:var(--type-section);
  line-height:1.04;
  letter-spacing:-.04em;
}
.section-sidecopy p,.section-head>p{font-size:.9rem;line-height:1.62}

/* Karty a projekty */
.cms-post-body h3{
  font-size:clamp(1.6rem,2.05vw,2.7rem);
  line-height:1.05;
}
.cms-post-body p{font-size:.9rem}
.project-story h3{
  font-size:clamp(2rem,2.8vw,3.35rem);
  line-height:1.04;
}
.project-story p,.project-detail-copy p{font-size:.92rem}
.project-story .lead{font-size:1rem}
.project-detail-copy h4{
  font-size:clamp(1.85rem,2.4vw,2.9rem);
  line-height:1.05;
}

/* Články */
.post-dynamic-head h1,
.project-page-head h1{
  font-size:clamp(2.6rem,4vw,4.5rem);
  line-height:1.02;
  letter-spacing:-.045em;
}
.post-rich-text{font-size:1rem;line-height:1.75}

/* Bazár */
.bazar-hero h1{
  font-size:clamp(2.4rem,3.6vw,3.8rem);
  line-height:1.03;
  letter-spacing:-.04em;
}
.bazar-detail h1{
  font-size:clamp(2rem,3vw,3.15rem);
  line-height:1.04;
}
.bazar-card h3{font-size:1.28rem;line-height:1.14}
.bazar-card p{font-size:.9rem}

/* Tablet */
@media(max-width:1180px){
  :root{
    --type-hero:clamp(2.55rem,4.1vw,3.4rem);
    --type-section:clamp(2.25rem,4vw,3.45rem);
  }
  .hero h1{max-width:15ch}
}

/* Mobil */
@media(max-width:900px){
  :root{
    --type-hero:clamp(2.35rem,6.8vw,3rem);
    --type-section:clamp(2.15rem,6.8vw,3rem);
  }
  .hero h1{
    max-width:14ch;
    line-height:1.04;
  }
  .hero-copy>p{font-size:.98rem}
  .side-card h2{font-size:clamp(1.55rem,5vw,1.9rem)}
}

/* Malé telefóny */
@media(max-width:620px){
  :root{
    --type-hero:clamp(2.15rem,8vw,2.65rem);
    --type-section:clamp(2rem,8vw,2.65rem);
  }
  .hero h1{
    max-width:100%;
    line-height:1.06;
    letter-spacing:-.035em;
  }
  .project-story h3{font-size:clamp(1.9rem,8.5vw,2.6rem)}
  .project-detail-copy h4{font-size:clamp(1.7rem,7.5vw,2.3rem)}
  .post-dynamic-head h1,.project-page-head h1{font-size:clamp(2.2rem,9vw,3.1rem)}
  .bazar-hero h1{font-size:clamp(2.1rem,9vw,2.85rem)}
}


/* Formulár „Pochváľ sa“ — silnejší kontrast a pohodlné čítanie */
.submit-copy .kicker{
  color:#fff2bd !important;
  font-size:.76rem;
}
.submit-copy>p{
  color:rgba(255,255,255,.94) !important;
  font-size:1rem !important;
  line-height:1.68 !important;
  font-weight:500;
}
.submit-copy ul{
  color:rgba(255,255,255,.96) !important;
  font-size:.9rem !important;
  line-height:1.85 !important;
}
.submit-copy li{
  margin:.2rem 0;
}

.idea-form{
  color:#294b38;
}
.form-head span{
  color:#607466 !important;
  font-size:.7rem !important;
}
.form-head strong{
  color:#254633;
  font-size:1.55rem;
  line-height:1.1;
}
.idea-form label{
  color:#3e5c49 !important;
  font-size:.84rem !important;
  font-weight:750 !important;
  line-height:1.4;
}
.idea-form input,
.idea-form textarea{
  color:#294b38 !important;
  font-size:.95rem !important;
  line-height:1.5;
}
.idea-form input::placeholder,
.idea-form textarea::placeholder{
  color:#6c796f;
  opacity:1;
}
.idea-form .upload{
  color:#356846 !important;
  font-size:.86rem !important;
}
.idea-form .check{
  color:#526e5b !important;
  font-size:.82rem !important;
  line-height:1.5;
  font-weight:560 !important;
}
.idea-form .btn{
  font-size:.9rem;
}
.form-note{
  color:#73877a !important;
  font-size:.8rem !important;
  line-height:1.5;
}

@media(max-width:620px){
  .submit-copy>p{font-size:.98rem !important}
  .submit-copy ul{font-size:.88rem !important}
  .idea-form label{font-size:.82rem !important}
  .idea-form .check{font-size:.8rem !important}
}


/* =========================================================
   Celowebová čitateľnosť — verejné stránky
   Jednotné minimum pre texty, formuláre a kontrast.
   ========================================================= */

:root{
  --readable-text:#355344;
  --readable-muted:#587064;
  --readable-soft:#6b7d73;
  --readable-on-dark:rgba(255,255,255,.94);
  --readable-on-dark-soft:rgba(255,255,255,.84);
  --form-text:#294b38;
  --form-label:#3f5d4a;
  --form-placeholder:#6d7b72;
}

/* Základné texty na svetlom pozadí */
.section-sidecopy p,
.section-head>p,
.cms-post-body p,
.project-story p,
.project-detail-copy p,
.community-card p,
.contact-heading>p,
.contact-card p,
.footer p,
.noncommercial span,
.post-dynamic-head>p,
.project-page-head>p,
.project-page-copy p,
.project-detail-text p,
.notes-grid p{
  color:var(--readable-muted);
}

.section-sidecopy p,
.section-head>p,
.cms-post-body p,
.project-story p,
.project-detail-copy p,
.community-card p,
.contact-heading>p,
.contact-card p,
.footer p,
.noncommercial span{
  font-size:clamp(.92rem,.12vw + .9rem,1rem);
  line-height:1.65;
}

/* Drobné informačné texty majú čitateľné minimum */
.quick a small,
.project-detail-copy small,
.project-page-main figcaption,
.project-detail-panel figcaption,
.post-hero figcaption,
.post-photo figcaption,
.community-card small,
.contact-overline,
.footer>small,
.article-share-row>span,
.share-status,
.share-option b{
  font-size:.78rem;
  line-height:1.45;
}

.quick a span,
.kicker,
.section-index,
.photo-badge,
.cms-post-body .tag,
.project-story .tag{
  font-size:.72rem;
}

.project-facts span{font-size:.75rem}
.project-link,.side-card a{font-size:.82rem}

/* Tmavé a zelené plochy — vždy svetlý text */
.studio-dark-section .section-head h2,
.studio-dark-section .kicker,
.studio-dark-section .section-index,
.studio-dark-section .section-sidecopy p,
.video-card h3,
.video-card p,
.submit-copy,
.submit-copy p,
.submit-copy li,
.submit-copy .kicker,
.submit-grid h2,
.accent-card h2,
.accent-card p,
.accent-card a,
.project-contact-box h2,
.project-contact-box p,
.project-contact-box .kicker{
  color:var(--readable-on-dark);
}

.studio-dark-section .section-sidecopy p,
.video-card p,
.project-contact-box p{
  color:var(--readable-on-dark-soft);
}

.video-card p{font-size:.9rem;line-height:1.6}
.video-card h3{font-size:1.6rem;line-height:1.12}
.studio-dark-section .section-sidecopy p{font-size:.92rem}

/* Kontakt a spodná časť stránky */
.contact-card strong{
  font-size:1.35rem;
  line-height:1.2;
}
.contact-card p{font-size:.95rem}
.contact-overline{
  color:#587263;
  font-weight:800;
}
.noncommercial strong{
  font-size:.96rem;
  line-height:1.45;
}
.noncommercial span{font-size:.92rem}
.footer-links a{font-size:.9rem}
.footer>small{color:#667a6d}

/* Všetky verejné formuláre */
.idea-form label,
.bazar-filters label,
.bazar-form-card label,
.report-box label,
.bazar-login label{
  color:var(--form-label) !important;
  font-size:.85rem !important;
  line-height:1.4;
  font-weight:760 !important;
}

.idea-form input,
.idea-form textarea,
.idea-form select,
.bazar-filters input,
.bazar-filters select,
.bazar-form-card input,
.bazar-form-card textarea,
.bazar-form-card select,
.report-box input,
.report-box textarea,
.report-box select,
.bazar-login input{
  color:var(--form-text) !important;
  font-family:inherit;
  font-size:1rem !important;
  line-height:1.5;
}

.idea-form input::placeholder,
.idea-form textarea::placeholder,
.bazar-filters input::placeholder,
.bazar-form-card input::placeholder,
.bazar-form-card textarea::placeholder,
.report-box input::placeholder,
.report-box textarea::placeholder,
.bazar-login input::placeholder{
  color:var(--form-placeholder) !important;
  opacity:1;
}

.idea-form .check,
.bazar-check{
  color:#4e6a59 !important;
  font-size:.84rem !important;
  line-height:1.5;
  font-weight:560 !important;
}

.idea-form .check input,
.bazar-check input{
  width:18px;
  height:18px;
  flex:0 0 auto;
}

.idea-form .upload,
.bazar-upload{
  color:#356846 !important;
  font-size:.86rem !important;
  line-height:1.5;
}

.form-note,
.bazar-help,
.bazar-message,
.bazar-form-message{
  color:#667b6e !important;
  font-size:.82rem !important;
  line-height:1.55;
}

.bazar-message.error,
.bazar-form-message.error{color:#963c36 !important}
.bazar-message.ok,
.bazar-form-message.ok{color:#2f6d42 !important}

button,
.btn,
.bazar-mini-btn,
.mini,
.contact-link{
  font-family:inherit;
  font-size:.88rem;
  line-height:1.35;
}

/* Bazár — zoznam, účet, pravidlá a detail */
.bazar-hero-copy>p{
  color:var(--readable-muted);
  font-size:1rem;
  line-height:1.65;
}
.bazar-principles span{
  color:var(--readable-muted);
  font-size:.82rem;
  line-height:1.5;
}
.bazar-notice p{
  color:var(--readable-muted);
  font-size:.9rem;
  line-height:1.6;
}
.bazar-card p{
  color:var(--readable-muted);
  font-size:.9rem;
  line-height:1.58;
}
.bazar-meta,
.bazar-card-meta,
.detail-meta{
  color:#687d70;
  font-size:.78rem;
  line-height:1.5;
}
.soft-tag,
.pill,
.status-pill,
.cover-mark{
  font-size:.68rem;
  line-height:1.25;
}
.bazar-card-link{font-size:.82rem}
.bazar-form-card h3{font-size:1.25rem;line-height:1.2}
.my-ad p,
.my-ad-info p{
  color:#65796c;
  font-size:.78rem;
  line-height:1.45;
}
.my-ad-info h3{font-size:1rem;line-height:1.25}
.mini,
.bazar-mini-btn{font-size:.76rem}
.rules-grid p,
.privacy-note p{
  color:var(--readable-muted);
  font-size:.88rem;
  line-height:1.6;
}
.detail-description{
  color:#465f50;
  font-size:.98rem;
  line-height:1.72;
}
.contact-link{font-size:.82rem}

/* Zdieľanie a pomocné dialógy */
.share-panel-head h2{font-size:1.55rem;line-height:1.15}
.share-option b{font-size:.8rem}
.share-status{font-size:.82rem}
.article-share-row>span{font-size:.82rem}

/* Článok */
.post-intro p,
.post-rich-text p{
  color:#425f4e;
  font-size:1rem;
  line-height:1.78;
}
.post-intro h2{
  font-size:clamp(2rem,3.2vw,3.2rem);
  line-height:1.04;
}

/* Mobil: žiadne mikropísmo vo formulároch ani pomocných textoch */
@media(max-width:620px){
  .idea-form label,
  .bazar-filters label,
  .bazar-form-card label,
  .report-box label,
  .bazar-login label{
    font-size:.84rem !important;
  }

  .idea-form input,
  .idea-form textarea,
  .idea-form select,
  .bazar-filters input,
  .bazar-filters select,
  .bazar-form-card input,
  .bazar-form-card textarea,
  .bazar-form-card select,
  .report-box input,
  .report-box textarea,
  .report-box select,
  .bazar-login input{
    font-size:1rem !important;
  }

  .idea-form .check,
  .bazar-check{
    font-size:.82rem !important;
  }

  .form-note,
  .bazar-help,
  .bazar-message,
  .bazar-form-message,
  .rules-grid p,
  .privacy-note p{
    font-size:.82rem !important;
  }

  .footer-links a{font-size:.88rem}
  .footer>small{font-size:.78rem}
}


/* Väčšie minimum písma + 6. položka Komunitný bazár */
.brand-text small{font-size:.72rem}
.desktop-nav a{font-size:.9rem}
.mobile-nav a{font-size:.96rem}

.eyebrow,
.hero-edition,
.hero-signature span,
.side-card .label,
.kicker,
.section-index,
.photo-badge,
.cms-post-body .tag,
.project-story .tag,
.video-placeholder small,
.community-card small{
  font-size:.8rem;
  line-height:1.35;
}

.hero-proof,
.hero-proof span{
  font-size:.84rem;
}
.hero-proof b{font-size:.72rem}

.quick{
  grid-template-columns:repeat(6,1fr);
}
.quick a span{
  font-size:.8rem;
}
.quick a b{
  font-size:1.2rem;
  line-height:1.18;
}
.quick a small{
  font-size:.86rem;
  line-height:1.45;
}
.quick a:nth-child(6){
  background:#eef3e6 !important;
}

.project-facts span,
.project-detail-copy small,
.project-page-main figcaption,
.project-detail-panel figcaption,
.post-hero figcaption,
.post-photo figcaption,
.contact-overline,
.footer>small,
.article-share-row>span,
.share-status,
.share-option b{
  font-size:.84rem;
}

.form-note,
.bazar-help,
.bazar-message,
.bazar-form-message{
  font-size:.86rem !important;
}

.idea-form label,
.bazar-filters label,
.bazar-form-card label,
.report-box label,
.bazar-login label{
  font-size:.9rem !important;
}

.idea-form .check,
.bazar-check{
  font-size:.88rem !important;
}

.bazar-meta,
.bazar-card-meta,
.detail-meta,
.my-ad p,
.my-ad-info p{
  font-size:.84rem;
}

.soft-tag,
.pill,
.status-pill,
.cover-mark{
  font-size:.76rem;
}

.mini,
.bazar-mini-btn{
  font-size:.82rem;
}

@media(max-width:1180px){
  .quick{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:900px){
  .quick{grid-template-columns:repeat(2,1fr)}
  .quick a:last-child{grid-column:auto}
}

@media(max-width:620px){
  .eyebrow,
  .hero-edition,
  .side-card .label,
  .kicker,
  .section-index,
  .photo-badge,
  .cms-post-body .tag,
  .project-story .tag{
    font-size:.78rem;
  }

  .hero-proof,
  .hero-proof span{font-size:.82rem}

  .quick a span{font-size:.78rem}
  .quick a small{font-size:.84rem}

  .idea-form label,
  .bazar-filters label,
  .bazar-form-card label,
  .report-box label,
  .bazar-login label{
    font-size:.88rem !important;
  }

  .idea-form .check,
  .bazar-check,
  .form-note,
  .bazar-help,
  .bazar-message,
  .bazar-form-message{
    font-size:.86rem !important;
  }

  .footer>small{font-size:.84rem}
}


/* Blogové karty a archív */
.cms-post-card.is-blog{
  background:linear-gradient(145deg,rgba(255,253,247,.96),rgba(239,246,231,.96));
}
.cms-post-card.is-blog .tag{
  background:#6c9d5f;
}
.cms-post-card.is-blog .cms-post-placeholder{
  background:
    radial-gradient(circle at 78% 24%,rgba(244,232,173,.42),transparent 26%),
    linear-gradient(145deg,#dfeccf,#9fc58a);
  color:#244a33;
}
.blog-hero{
  padding-top:70px;
  padding-bottom:34px;
}
.blog-hero h1{
  margin:14px 0 18px;
  font-family:var(--studio-serif);
  font-size:clamp(2.7rem,4.5vw,5rem);
  line-height:1;
  letter-spacing:-.045em;
  color:var(--spring-ink);
}
.blog-hero p{
  max-width:760px;
  color:var(--readable-muted);
  font-size:1rem;
  line-height:1.7;
}
.blog-list-section{
  padding-top:28px;
}
.blog-page .cms-post-grid{
  padding-bottom:90px;
}
.blog-page .cms-post-card:first-child,
.blog-page .cms-post-card:nth-child(4n+4){
  grid-column:span 4;
}
@media(max-width:900px){
  .blog-page .cms-post-card,
  .blog-page .cms-post-card:first-child,
  .blog-page .cms-post-card:nth-child(4n+4){grid-column:span 6}
}
@media(max-width:620px){
  .blog-hero{padding-top:40px}
  .blog-page .cms-post-card,
  .blog-page .cms-post-card:first-child,
  .blog-page .cms-post-card:nth-child(4n+4){grid-column:1/-1}
}


/* Homepage — samostatný výber najnovších blogov */
.home-blog-section{
  position:relative;
  margin-top:18px;
  padding-top:72px;
  padding-bottom:78px;
}
.home-blog-section:before{
  content:"";
  position:absolute;
  inset:20px -24px 18px;
  z-index:-1;
  border-radius:38px;
  background:linear-gradient(145deg,rgba(238,246,229,.72),rgba(251,248,240,.5));
  border:1px solid rgba(82,123,83,.1);
}
.home-blog-grid .cms-post-card,
.home-blog-grid .cms-post-card:nth-child(1),
.home-blog-grid .cms-post-card:nth-child(4n+4),
.home-blog-grid .cms-post-card:only-child{
  grid-column:span 4;
  display:block;
  min-height:0;
}
.home-blog-grid .cms-post-image,
.home-blog-grid .cms-post-card:only-child .cms-post-image{
  min-height:270px;
  aspect-ratio:4/3;
}
.home-blog-grid .cms-post-body,
.home-blog-grid .cms-post-card:only-child .cms-post-body{
  padding:24px;
}
.home-blog-grid .cms-post-body h3{
  font-size:clamp(1.45rem,1.75vw,2rem);
  line-height:1.08;
  letter-spacing:-.035em;
}
.home-blog-grid .cms-post-body p{
  font-size:.94rem;
  line-height:1.6;
}
.home-blog-more{
  display:flex;
  justify-content:center;
  margin-top:30px;
}
.home-blog-more .btn{
  min-width:220px;
  justify-content:center;
}

@media(max-width:900px){
  .home-blog-section{
    padding-top:58px;
    padding-bottom:64px;
  }
  .home-blog-grid .cms-post-card,
  .home-blog-grid .cms-post-card:nth-child(1),
  .home-blog-grid .cms-post-card:nth-child(4n+4),
  .home-blog-grid .cms-post-card:only-child{
    grid-column:span 6;
  }
}

@media(max-width:620px){
  .home-blog-section{
    padding-top:44px;
    padding-bottom:52px;
  }
  .home-blog-section:before{
    inset:12px -10px 10px;
    border-radius:26px;
  }
  .home-blog-grid .cms-post-card,
  .home-blog-grid .cms-post-card:nth-child(1),
  .home-blog-grid .cms-post-card:nth-child(4n+4),
  .home-blog-grid .cms-post-card:only-child{
    grid-column:1/-1;
  }
  .home-blog-grid .cms-post-image,
  .home-blog-grid .cms-post-card:only-child .cms-post-image{
    min-height:235px;
  }
  .home-blog-grid .cms-post-body h3{
    font-size:1.55rem;
  }
}


/* Blog — kategórie a filtrovanie */
.blog-filter-section{
  padding-top:18px;
  padding-bottom:18px;
}
.blog-filter-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:22px;
}
.blog-filter-head h2{
  margin:7px 0 0;
  font-family:var(--studio-serif);
  font-size:clamp(1.8rem,2.6vw,2.8rem);
  line-height:1.05;
  letter-spacing:-.04em;
  color:var(--spring-ink);
}
.blog-filter-summary{
  margin:0;
  color:#60776a;
  font-size:.92rem;
  font-weight:700;
  white-space:nowrap;
}
.blog-category-filters{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  padding:14px;
  border:1px solid rgba(67,105,71,.12);
  border-radius:24px;
  background:rgba(246,248,239,.78);
}
.blog-filter-chip{
  appearance:none;
  border:1px solid rgba(55,91,61,.18);
  border-radius:999px;
  background:#fffdf7;
  color:#31523d;
  min-height:44px;
  padding:9px 12px 9px 15px;
  display:inline-flex;
  align-items:center;
  gap:9px;
  font:inherit;
  font-size:.9rem;
  font-weight:780;
  line-height:1.2;
  cursor:pointer;
  transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.blog-filter-chip:hover{
  transform:translateY(-1px);
  border-color:rgba(55,91,61,.36);
  box-shadow:0 7px 20px rgba(33,67,46,.08);
}
.blog-filter-chip b{
  display:grid;
  place-items:center;
  min-width:28px;
  height:28px;
  padding:0 7px;
  border-radius:999px;
  background:#e8f0df;
  color:#41664a;
  font-size:.8rem;
  line-height:1;
}
.blog-filter-chip.is-active,
.blog-filter-chip[aria-pressed="true"]{
  background:#5f965f;
  border-color:#5f965f;
  color:#fff;
}
.blog-filter-chip.is-active b,
.blog-filter-chip[aria-pressed="true"] b{
  background:rgba(255,255,255,.18);
  color:#fff;
}
.blog-filter-chip:focus-visible{
  outline:3px solid rgba(95,150,95,.3);
  outline-offset:3px;
}
.blog-empty-state{
  margin:20px 0 70px;
  padding:34px;
  border:1px dashed rgba(55,91,61,.24);
  border-radius:26px;
  text-align:center;
  background:rgba(243,247,235,.7);
  color:#4f6959;
}
.blog-empty-state strong{
  display:block;
  margin-bottom:6px;
  color:#294b38;
  font-family:var(--studio-serif);
  font-size:1.45rem;
}
.blog-empty-state span{
  font-size:.94rem;
  line-height:1.55;
}

@media(max-width:760px){
  .blog-filter-head{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }
  .blog-filter-summary{
    white-space:normal;
  }
  .blog-category-filters{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding:12px;
    margin-right:-16px;
    padding-right:28px;
    border-radius:20px 0 0 20px;
    scrollbar-width:thin;
  }
  .blog-filter-chip{
    flex:0 0 auto;
    min-height:46px;
    font-size:.9rem;
  }
}


/* Facebook connection panel */
.facebook-connect{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);
  gap:28px;
  align-items:center;
  padding-top:54px;
  padding-bottom:54px;
}
.facebook-connect-copy{
  max-width:620px;
}
.facebook-connect-copy h2{
  margin:10px 0 14px;
  font-family:var(--studio-serif);
  font-size:clamp(2.2rem,4vw,4.2rem);
  line-height:.98;
  letter-spacing:-.045em;
  color:var(--spring-ink);
}
.facebook-connect-copy>p{
  margin:0;
  max-width:560px;
  color:#607466;
  font-size:1rem;
  line-height:1.68;
}
.facebook-connect-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.facebook-connect-copy>small{
  display:block;
  margin-top:12px;
  color:#78887d;
  font-size:.75rem;
}
.facebook-page-link{
  background:#4267b2!important;
  border-color:#4267b2!important;
}
.facebook-load-btn:disabled{
  opacity:.65;
  cursor:default;
}
.facebook-window{
  overflow:hidden;
  min-height:430px;
  border:1px solid rgba(42,73,52,.12);
  border-radius:30px;
  background:#fffdf7;
  box-shadow:0 22px 58px rgba(42,73,52,.09);
}
.facebook-window-top{
  min-height:88px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:13px;
  padding:16px 18px;
  border-bottom:1px solid rgba(42,73,52,.1);
  background:
    radial-gradient(circle at 85% 10%,rgba(66,103,178,.08),transparent 35%),
    #fbfcf7;
}
.facebook-page-avatar{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:17px;
  background:#edf3e5;
}
.facebook-page-avatar img{
  width:43px;
  height:43px;
  object-fit:contain;
}
.facebook-page-meta{
  min-width:0;
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  column-gap:7px;
}
.facebook-page-meta strong{
  overflow:hidden;
  color:#294b38;
  font-size:.98rem;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.facebook-page-meta small{
  grid-column:2;
  color:#7b8b80;
  font-size:.72rem;
}
.facebook-badge{
  grid-row:1/3;
  display:grid;
  place-items:center;
  width:26px;
  height:26px;
  border-radius:50%;
  background:#4267b2;
  color:#fff;
  font-family:Arial,sans-serif;
  font-size:1rem;
  font-weight:900;
}
.facebook-window-top>a{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid rgba(42,73,52,.12);
  border-radius:50%;
  color:#315b3e;
  text-decoration:none;
}
.facebook-frame-wrap{
  min-height:342px;
  display:grid;
  place-items:center;
  background:
    linear-gradient(rgba(250,252,247,.94),rgba(250,252,247,.94)),
    radial-gradient(circle at 20% 20%,#dce9d5,transparent 35%);
}
.facebook-frame-wrap.is-loaded{
  min-height:620px;
  display:block;
  background:#fff;
}
.facebook-frame-wrap iframe{
  display:block;
  width:100%;
  max-width:100%;
  min-height:620px;
}
.facebook-placeholder{
  max-width:360px;
  padding:32px;
  text-align:center;
  color:#687b6f;
}
.facebook-placeholder-icon{
  width:58px;
  height:58px;
  margin:0 auto 14px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:#4267b2;
  color:#fff;
  font-family:Arial,sans-serif;
  font-size:2rem;
  font-weight:900;
}
.facebook-placeholder strong{
  display:block;
  color:#294b38;
  font-family:var(--studio-serif);
  font-size:1.45rem;
}
.facebook-placeholder p{
  margin:8px 0 0;
  font-size:.86rem;
  line-height:1.55;
}

@media(max-width:860px){
  .facebook-connect{
    grid-template-columns:1fr;
    gap:20px;
  }
}
@media(max-width:560px){
  .facebook-connect{
    padding-top:38px;
    padding-bottom:38px;
  }
  .facebook-window{
    min-height:390px;
    border-radius:24px;
  }
  .facebook-connect-actions{
    flex-direction:column;
  }
  .facebook-connect-actions .btn{
    width:100%;
    justify-content:center;
  }
  .facebook-frame-wrap.is-loaded,
  .facebook-frame-wrap iframe{
    min-height:560px;
    height:560px;
  }
}


/* Facebook links across public site */
.desktop-nav .nav-facebook{
  width:34px;
  height:34px;
  min-width:34px;
  padding:0!important;
  display:inline-grid;
  place-items:center;
  border-radius:50%;
  background:#4267b2;
  color:#fff!important;
  font-family:Arial,Helvetica,sans-serif;
  font-weight:900;
  text-decoration:none;
}
.desktop-nav .nav-facebook:hover{
  background:#365899;
  transform:translateY(-1px);
}
.desktop-nav .nav-facebook>span:first-child{
  font-size:1rem;
  line-height:1;
}
.desktop-nav .nav-facebook-text{display:none}

.mobile-nav .mobile-facebook{
  display:flex;
  align-items:center;
  gap:9px;
  color:#31523d;
}
.mobile-nav .mobile-facebook>span{
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#4267b2;
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-weight:900;
  line-height:1;
}

.footer-facebook-link{
  display:inline-flex!important;
  align-items:center;
  gap:7px;
  color:#31523d!important;
  font-weight:800;
  text-decoration:none;
}
.footer-facebook-link>span{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#4267b2;
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-weight:900;
  font-size:.82rem;
  line-height:1;
}
.footer-facebook-standalone{
  width:max-content;
  max-width:100%;
  margin-top:4px;
}

@media(max-width:900px){
  .desktop-nav .nav-facebook{display:none}
}
