/** Shopify CDN: Minification failed

Line 511:16 Unexpected "{"
Line 511:25 Expected ":"
Line 511:32 Unexpected "{"
Line 516:18 Unexpected "{"
Line 516:27 Expected ":"
Line 523:18 Unexpected "{"
Line 523:27 Expected ":"
Line 530:18 Unexpected "{"
Line 530:27 Expected ":"
Line 534:18 Unexpected "{"
... and 56 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:article-content-modern (INDEX:8) */
.am-content{padding:var(--am-pt,8px) 0 var(--am-pb,40px);background:var(--am-bg,transparent)}
/* Mobile-first: single centered column; ToC + social stack. */
.am-content__grid{display:grid;grid-template-columns:minmax(0,var(--am-read,1300px));justify-content:center;gap:20px;width:min(var(--am-read,1300px),calc(100% - 48px));margin-inline:auto}
.am-content__body{min-width:0;font-family:Inter,system-ui,sans-serif;font-size:1.02rem;line-height:1.75;color:#20241f}
.am-content__body :where(h2,h3){font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.02em;color:#20241f;scroll-margin-top:var(--am-anchor,150px)}
.am-content__body h2{font-size:clamp(1.8rem,3vw,2.375rem);line-height:1.18;margin:68px 0 24px}
.am-content__body h3{font-size:1.5rem;margin:40px 0 16px}
.am-content__body p{margin:0 0 1.15em}
.am-content__body img{max-width:100%;height:auto}
.am-content__body a{color:#111111;text-underline-offset:2px}
.am-dropcap>p:first-of-type::first-letter{font-family:Georgia,serif;float:left;font-size:3.6em;line-height:.8;padding:.05em .12em 0 0;color:#111111}
/* Rails: stacked boxes on tablet (1025-1779) */
.am-rail--left{border:1px solid #ded8ce;border-radius:10px;padding:16px;margin-bottom:8px}
.am-rail--right{margin-top:24px}
.am-share{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.am-toc__head{display:flex;align-items:center;justify-content:space-between}
.am-toc__close{display:none;background:transparent;border:0;font-size:26px;line-height:1;cursor:pointer;padding:2px 6px;color:#20241f}
.am-toc__label,.am-share__label{font-size:10px;text-transform:uppercase;letter-spacing:.18em;margin:0 0 16px;font-weight:700;color:#20241f}
.am-toc__list{list-style:none;margin:0;padding:0}
.am-toc__list a{display:block;padding:8px 0;color:#737871;font-size:12px;border-bottom:1px solid #ebe5dd;text-decoration:none;line-height:1.4}
.am-toc__list a:hover,.am-toc__list a.is-active{color:#111111;font-weight:700}
.am-toc__list .am-toc__h3 a{padding-left:12px;font-size:11px}
.am-toc__card{margin-top:28px;background:#111111;color:#fff;padding:24px 20px}
.am-toc__card small{font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:#ead6df}
.am-toc__card strong{font-family:Georgia,serif;font-weight:400;font-size:23px;line-height:1.25;display:block;margin:8px 0 14px}
.am-toc__card a{display:inline-block;border:1px solid rgba(255,255,255,.5);padding:9px 12px;color:#fff;font-size:10px;text-transform:uppercase;letter-spacing:.12em;text-decoration:none}
.am-toc__card a:hover{background:#fff;color:#111111}
.am-share__btn{width:40px;height:40px;border:1px solid #ded8ce;border-radius:50%;display:grid;place-items:center;color:#111111;background:#fff;cursor:pointer;transition:background .15s,color .15s}
.am-share__btn:hover{background:#111111;color:#fff;border-color:#111111}
/* Tab + backdrop hidden except in the mobile drawer breakpoint */
.am-toc-tab,.am-toc-backdrop{display:none}

/* Desktop/laptop (>=1025px): rails beside; the reading column shrinks fluidly
   (capped at --am-read, never solidified) so the layout holds from 1025px up
   instead of jumping to a stacked box. Rail columns are auto-width and collapse
   if a rail is absent. */
@media (min-width:1025px){
  .am-content__grid{grid-template-columns:auto minmax(0,var(--am-read,1300px)) auto;justify-content:center;gap:48px;align-items:start;width:100%;max-width:none;padding:0 24px}
  .am-content__body{grid-column:2}
  .am-rail{position:-webkit-sticky;position:sticky;top:var(--am-sticky,110px);align-self:start;margin-top:1.5rem;max-height:calc(100vh - var(--am-sticky,110px) - 24px);overflow-y:auto;border:0;padding:0}
  .am-rail--left{grid-column:1;width:250px;border:0;border-radius:0;margin-bottom:0}
  .am-rail--right{grid-column:3;display:block;margin-top:1.5rem}
  .am-toc{border-top:1px solid #20241f;padding-top:18px}
  .am-share{display:block}
  .am-share__btn{margin-bottom:10px}
  body:has([data-am-section="content"]){overflow:clip}
}

/* Mobile (<=1024px): ToC becomes an off-canvas drawer via a gutter tab. */
@media (max-width:1024px){
  .am-rail--left{border:0;border-radius:0;padding:0;margin:0}
  .am-toc{position:fixed;top:0;right:0;height:100dvh;width:min(320px,86vw);z-index:1001;background:#fff;padding:20px 18px;overflow-y:auto;overscroll-behavior:contain;border:0;border-radius:14px 0 0 14px;box-shadow:-4px 0 24px rgba(0,0,0,.16);margin:0;max-height:none;transform:translateX(105%);visibility:hidden;transition:transform .3s ease,visibility 0s linear .3s}
  .am-content--toc-open .am-toc{transform:none;visibility:visible;transition:transform .3s ease}
  .am-toc__head{margin-bottom:6px}
  .am-toc__close{display:block}
  .am-toc__label{margin-bottom:0}
  .am-toc-backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:1000}
  .am-content--toc-open .am-toc-backdrop{opacity:1;pointer-events:auto}
  .am-toc-tab{display:flex;align-items:center;gap:6px;position:fixed;right:0;top:45%;z-index:990;background:#111111;color:#fff;border:0;border-radius:10px 0 0 10px;box-shadow:0 2px 10px rgba(0,0,0,.2);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:14px 8px;cursor:pointer;writing-mode:vertical-rl;opacity:0;pointer-events:none;transform:translateX(110%);transition:opacity .35s ease,transform .35s ease}
  .am-content--incontent .am-toc-tab{opacity:1;pointer-events:auto;transform:none}
  .am-content--toc-open .am-toc-tab{opacity:0;pointer-events:none;transform:translateX(110%)}
}
/* END_SECTION:article-content-modern */

/* START_SECTION:article-cta-banner-modern (INDEX:9) */
.am-wrap{width:min(1300px,calc(100% - 48px));margin-inline:auto}
.am-cta{padding:var(--am-pt,32px) 0 var(--am-pb,32px);background:var(--am-bg,transparent)}
.am-cta__box{background:var(--am-box,#f2d9cc);padding:56px;text-align:center}
.am-cta__label{font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:var(--am-label,#9a5d47)}
.am-cta__title{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(1.9rem,3.5vw,2.375rem);letter-spacing:-.02em;color:var(--am-title,#20241f);margin:10px auto 13px;max-width:620px}
.am-cta__text{font-size:.95rem;color:var(--am-body,#6f625c);max-width:520px;margin:0 auto 24px;line-height:1.6}
.am-cta a.am-cta__btn{display:inline-block;background:var(--am-btn-bg,#111111);color:var(--am-btn-text,#fff) !important;text-decoration:none;font-size:12px;text-transform:uppercase;letter-spacing:.1em;padding:15px 30px}
.am-cta a.am-cta__btn:hover{background:var(--am-btn-hover,#333333);color:var(--am-btn-text,#fff) !important}
@media (max-width:560px){.am-cta__box{padding:36px 22px}}
/* END_SECTION:article-cta-banner-modern */

/* START_SECTION:article-faq-modern (INDEX:11) */
.am-faq{padding:var(--am-pt,40px) 0 var(--am-pb,40px);background:var(--am-bg,transparent)}
.am-faq__inner{width:min(1300px,calc(100% - 48px));margin-inline:auto}
.am-faq__label{font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:#111111;margin-bottom:8px}
.am-faq__title{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(1.6rem,2.6vw,2.1rem);letter-spacing:-.02em;color:#20241f;margin:0 0 20px}
.am-faq__item{border-top:1px solid #ded8ce;padding:19px 0}
.am-faq__item:last-child{border-bottom:1px solid #ded8ce}
.am-faq__item summary{font-family:Georgia,serif;font-size:1.3rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px;color:#20241f}
.am-faq__item summary::-webkit-details-marker{display:none}
.am-faq__mark{color:#111111;font-weight:400;transition:transform .2s}
.am-faq__item[open] .am-faq__mark{transform:rotate(45deg)}
.am-faq__answer{margin-top:12px;color:#6f756d;line-height:1.7;font-size:.98rem}
.am-faq__answer p{margin:0 0 .8em}
/* END_SECTION:article-faq-modern */

/* START_SECTION:article-featured-editorial-modern (INDEX:12) */
.am-fe{padding:var(--am-pt,56px) 0 var(--am-pb,56px);background:var(--am-bg,#f7f3ec);color:var(--am-text,#20241f)}
.am-fe__wrap{width:min(1300px,calc(100% - 48px));margin-inline:auto}
.am-fe__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}
.am-fe__eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:var(--am-accent,#d7805f);font-weight:600;margin-bottom:10px}
.am-fe__title{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(2rem,3.6vw,2.9rem);line-height:1.05;letter-spacing:-.02em;color:var(--am-text,#20241f);margin:0}
.am-fe__viewall{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--am-text,#20241f);white-space:nowrap;text-decoration:underline;text-underline-offset:4px}
.am-fe__viewall:hover{opacity:.7}
.am-fe__grid{display:grid;grid-template-columns:repeat(var(--am-fe-cols,4),minmax(0,1fr));gap:24px}
.am-fe__card{display:flex;flex-direction:column;text-decoration:none;color:var(--am-text,#20241f);background:var(--am-card-bg,#fffdf9);border:1px solid var(--am-line,#ded8ce)}
.am-fe__media{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--am-card-bg,#efe7db)}
.am-fe__media img{width:100%;height:100%;object-fit:cover;display:block}
.am-fe__badge{position:absolute;top:12px;left:12px;z-index:1;background:#fff;color:#111;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;padding:6px 10px;border:1px solid rgba(0,0,0,.06)}
.am-fe__info{padding:18px 18px 20px;display:flex;flex-direction:column;flex:1 1 auto}
.am-fe__name{font-weight:700;font-size:.95rem;line-height:1.3;letter-spacing:.01em;margin:0 0 8px;color:var(--am-text,#20241f)}
.am-fe__desc{font-size:.85rem;line-height:1.45;color:var(--am-muted,#6f756d);margin:0 0 10px}
.am-fe__price{font-size:.9rem;font-weight:400;color:var(--am-price,#6f756d);margin:0}
.am-fe__meta{margin-top:auto;padding-top:14px;border-top:1px solid var(--am-line,#ded8ce)}
.am-fe__delivery{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--am-text,#20241f)}
@media (max-width:900px){.am-fe__grid{grid-template-columns:repeat(2,1fr)}.am-fe__head{flex-direction:column;align-items:flex-start;gap:10px}}
@media (max-width:480px){.am-fe__grid{grid-template-columns:1fr 1fr;gap:14px}}
/* END_SECTION:article-featured-editorial-modern */

/* START_SECTION:article-intro-modern (INDEX:13) */
.am-intro{padding:var(--am-pt,40px) 0 var(--am-pb,8px);background:var(--am-bg,transparent)}
.am-intro__inner{width:min(760px,calc(100% - 48px));margin-inline:auto}
.am-intro__rte{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.25rem,2vw,1.6rem);line-height:1.5;color:#20241f}
.am-intro__rte p{margin:0 0 .6em}
/* END_SECTION:article-intro-modern */

/* START_SECTION:article-quote-modern (INDEX:14) */
.am-quote{padding:var(--am-pt,40px) 0 var(--am-pb,40px);background:var(--am-bg,transparent)}
.am-quote__inner{width:min(760px,calc(100% - 48px));margin-inline:auto}
.am-quote__text{margin:0;border-left:4px solid var(--am-accent,#111111);padding:.25em 0 .25em 1.25rem;font-size:clamp(1.35rem,2.6vw,2rem);line-height:1.35;font-style:italic;color:#1f1f1f}
.am-quote__by{margin:.75rem 0 0 calc(1.25rem + 4px);color:var(--am-accent,#111111);font-weight:600}
@media (max-width:749px){.am-quote__inner{padding:0 18px}}
/* END_SECTION:article-quote-modern */

/* START_SECTION:article-suggested-modern (INDEX:15) */
.am-wrap{width:min(1300px,calc(100% - 48px));margin-inline:auto}
.am-rel{padding:var(--am-pt,56px) 0 var(--am-pb,56px);background:var(--am-bg,transparent)}
.am-rel__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}
.am-rel__label{font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:#111111;margin-bottom:8px}
.am-rel__title{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(1.7rem,3vw,2.375rem);letter-spacing:-.02em;color:#20241f;margin:0}
.am-rel__viewall{font-size:12px;color:#111111;white-space:nowrap;text-decoration:underline;text-underline-offset:3px}
.am-rel__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.am-rel__card{text-decoration:none;color:#20241f;background:#fffdf9;border:1px solid #ded8ce}
.am-rel__pic{aspect-ratio:3/2;overflow:hidden;background:#f7f3ec}
.am-rel__pic img{width:100%;height:100%;object-fit:cover}
.am-rel__body{padding:21px}
.am-rel__tag{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:#b28b44}
.am-rel__body h4{font-family:Georgia,serif;font-weight:400;font-size:1.2rem;line-height:1.25;margin:8px 0 12px}
.am-rel__more{font-size:11px;color:#111111;text-transform:uppercase;letter-spacing:.08em}
@media (max-width:900px){.am-rel__grid{grid-template-columns:1fr}}
/* END_SECTION:article-suggested-modern */

/* START_SECTION:article-usp-modern (INDEX:16) */
.am-usp{padding:var(--am-pt,0) 0 var(--am-pb,0);background:var(--am-bg,transparent);color:var(--am-text,#20241f)}
.am-usp__wrap{width:min(1300px,calc(100% - 48px));margin-inline:auto}
.am-usp__row{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(var(--am-usp-cols,3),1fr);border-top:1px solid var(--am-line,#ded8ce);border-bottom:1px solid var(--am-line,#ded8ce)}
.am-usp__item{display:flex;align-items:center;justify-content:center;gap:12px;padding:22px 20px;border-left:1px solid var(--am-line,#ded8ce)}
.am-usp__item:first-child{border-left:none}
.am-usp__icon{flex:none;display:inline-flex}
.am-usp__icon svg{width:22px;height:22px;display:block}
.am-usp__text{font-size:13px;font-weight:700;line-height:1.3;letter-spacing:.01em}
@media (max-width:749px){
  .am-usp__row{grid-template-columns:1fr}
  .am-usp__item{justify-content:flex-start;border-left:none;border-top:1px solid var(--am-line,#ded8ce);padding:16px 2px}
  .am-usp__item:first-child{border-top:none}
}
/* END_SECTION:article-usp-modern */

/* START_SECTION:community-article-giveaway (INDEX:47) */
.caf-giveaway{padding:var(--caf-pt,96px) 0 var(--caf-pb,96px);background:var(--caf-bg,#090909);color:#fff;font-family:var(--caf-sans,Arial,sans-serif)}
.caf-giveaway .caf-shell{width:min(calc(100% - 48px),var(--caf-max,1320px));margin-inline:auto}
.caf-giveaway__shell{position:relative;display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:clamp(2rem,7vw,8rem);align-items:start;padding:clamp(2rem,5vw,5.3rem);background:linear-gradient(135deg,#171717 0%,#080808 75%);border:1px solid rgba(243,214,147,.45)}
.caf-giveaway__shell::before{position:absolute;top:1.3rem;right:1.3rem;width:54px;height:54px;border-top:1px solid var(--caf-gold,#f3d693);border-right:1px solid var(--caf-gold,#f3d693);content:"";opacity:.75}
.caf-giveaway__eyebrow{margin:0;color:var(--caf-gold,#f3d693);font-size:.72rem;font-weight:600;letter-spacing:.16em;line-height:1.25;text-transform:uppercase}
.caf-giveaway__heading{margin:1rem 0 1.1rem;font-size:clamp(2.25rem,4.2vw,4.9rem);font-weight:300;letter-spacing:-.05em;line-height:.98}
.caf-giveaway__subcopy{max-width:360px;margin:0;color:rgba(255,255,255,.72);font-size:1.02rem;font-weight:300;line-height:1.6}
.caf-giveaway__cards{display:grid;grid-template-columns:repeat(var(--caf-cards,2),minmax(0,1fr));gap:1rem;margin:0;padding:0;list-style:none}
.caf-giveaway__card{position:relative;display:flex;min-height:var(--caf-card-min,178px);flex-direction:column;overflow:hidden;text-align:var(--caf-card-align,left)}
/* Last card alone on its row: span every column rather than leave a gap. */
.caf-giveaway__card--wide{grid-column:1 / -1}
.caf-giveaway__card--content{justify-content:flex-start;padding:1.25rem;background:var(--caf-gold,#f3d693);color:#090909}
.caf-giveaway__card--content strong{display:block;font-size:clamp(1.1rem,1.7vw,1.45rem);font-weight:600;letter-spacing:-.02em;line-height:1.18}
.caf-giveaway__card--content small{display:block;margin-top:auto;padding-top:.85rem;font-size:.76rem;line-height:1.3}
.caf-giveaway__card--image{background:#171717}
.caf-giveaway__card-image{display:block;width:100%;height:100%;min-height:var(--caf-card-min,178px);object-fit:cover;object-position:center}
.caf-giveaway__card-caption{position:absolute;right:0;bottom:0;left:0;padding:.85rem 1rem;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.72));color:#fff}
.caf-giveaway__card-caption strong{display:block;font-size:1rem;font-weight:600;line-height:1.2}
.caf-giveaway__card-caption small{display:block;margin-top:.25rem;font-size:.74rem;line-height:1.3;opacity:.85}
.caf-giveaway__actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;margin-top:1.9rem}
.caf-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:.85rem 1.45rem;border:1px solid #fff;background:#fff;color:#090909;font-size:.75rem;font-weight:600;letter-spacing:.11em;text-decoration:none;text-transform:uppercase;transition:background .2s ease,color .2s ease,transform .2s ease}
.caf-button:hover,.caf-button:focus-visible{background:transparent;color:#fff;transform:translateY(-2px)}
/* Second CTA sits on its own row directly under the entry button, so it needs
   a smaller gap than the first row's clearance from the cards above it. */
.caf-giveaway__actions--secondary{margin-top:.9rem}
.caf-giveaway__terms{margin:0;color:rgba(255,255,255,.68);font-size:.76rem;line-height:1.45}
.caf-giveaway__terms a{color:inherit;border-bottom:1px solid rgba(255,255,255,.55);text-decoration:none}
.caf-giveaway__note{margin:1.2rem 0 0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.52);font-size:.7rem;letter-spacing:.04em;line-height:1.55}
@media (max-width:940px){
  .caf-giveaway__cards{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:680px){
  .caf-giveaway .caf-shell{width:min(calc(100% - 32px),var(--caf-max,1320px))}
  .caf-giveaway__shell{grid-template-columns:1fr;gap:2.5rem;padding:1.4rem}
  .caf-giveaway__shell::before{top:.8rem;right:.8rem;width:38px;height:38px}
  .caf-giveaway__heading{max-width:350px}
  .caf-giveaway__cards{grid-template-columns:repeat(var(--caf-cards-mobile,1),minmax(0,1fr))}
  .caf-giveaway__card{min-height:148px}
  .caf-giveaway__actions{flex-direction:column;align-items:stretch}
  .caf-button{width:100%}
}
@media (prefers-reduced-motion:reduce){.caf-button{transition:none}}
.caf-editor-note{margin:0 0 1.25rem;padding:.85rem 1rem;border:1px dashed rgba(9,9,9,.35);background:rgba(243,214,147,.22);color:#4d493f;font-size:.82rem;font-weight:400;line-height:1.5}
.caf-editor-note code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.95em}
.caf-editor-note--dark{border-color:rgba(243,214,147,.5);background:rgba(243,214,147,.1);color:rgba(255,255,255,.82)}
/* Theme sets font-family directly on h1/h2/h3, and a direct rule beats
   inheritance from the section wrapper — so headings must be targeted
   explicitly or the Font stack setting silently does nothing to them.
   Also covers headings inside rich-text metafield content. */
.caf-giveaway h1, .caf-giveaway h2, .caf-giveaway h3, .caf-giveaway h4{font-family:var(--caf-sans,Arial,sans-serif)}

/* ---- Typography controls (schema-driven; appended last so these win
   over the base rules above, including the mobile block) ---- */
.caf-giveaway .caf-giveaway__eyebrow{font-size:var(--tp-eyebrow-size);font-weight:var(--tp-eyebrow-weight);color:var(--tp-eyebrow-color)}
.caf-giveaway .caf-giveaway__heading{font-size:var(--tp-heading-size);font-weight:var(--tp-heading-weight);color:var(--tp-heading-color)}
.caf-giveaway .caf-giveaway__subcopy{font-size:var(--tp-subcopy-size);font-weight:var(--tp-subcopy-weight);color:var(--tp-subcopy-color)}
.caf-giveaway .caf-giveaway__card--content strong{font-size:var(--tp-cardtitle-size);font-weight:var(--tp-cardtitle-weight);color:var(--tp-cardtitle-color)}
.caf-giveaway .caf-giveaway__card--content small{font-size:var(--tp-cardsub-size);font-weight:var(--tp-cardsub-weight);color:var(--tp-cardsub-color)}
.caf-giveaway .caf-button{font-size:var(--tp-button-size);font-weight:var(--tp-button-weight);color:var(--tp-button-color)}
/* The typography rule above is (0,2,0) — the same specificity as
   .caf-button:hover — and comes later, so it was overriding the hover colour
   and rendering dark text on the transparent dark hover background. These
   are (0,3,0) so hover and focus win again. */
.caf-giveaway .caf-button:hover,.caf-giveaway .caf-button:focus-visible{color:var(--tp-button-hover-color);background:var(--tp-button-hover-bg)}
.caf-giveaway .caf-giveaway__terms{font-size:var(--tp-terms-size);font-weight:var(--tp-terms-weight);color:var(--tp-terms-color)}
.caf-giveaway .caf-giveaway__note{font-size:var(--tp-note-size);font-weight:var(--tp-note-weight);color:var(--tp-note-color)}
@media (max-width:680px){
.caf-giveaway .caf-giveaway__eyebrow{font-size:var(--tp-eyebrow-size-m)}
.caf-giveaway .caf-giveaway__heading{font-size:var(--tp-heading-size-m)}
.caf-giveaway .caf-giveaway__subcopy{font-size:var(--tp-subcopy-size-m)}
.caf-giveaway .caf-giveaway__card--content strong{font-size:var(--tp-cardtitle-size-m)}
.caf-giveaway .caf-giveaway__card--content small{font-size:var(--tp-cardsub-size-m)}
.caf-giveaway .caf-button{font-size:var(--tp-button-size-m)}
.caf-giveaway .caf-giveaway__terms{font-size:var(--tp-terms-size-m)}
.caf-giveaway .caf-giveaway__note{font-size:var(--tp-note-size-m)}
}
/* END_SECTION:community-article-giveaway */

/* START_SECTION:community-article-hero (INDEX:48) */
.caf-hero-section{padding:var(--caf-pt,32px) 0 var(--caf-pb,72px);background:var(--caf-bg,#fbfaf7);color:var(--caf-ink,#090909);font-family:var(--caf-sans,Arial,sans-serif)}
.caf-hero-section .caf-shell{width:min(calc(100% - 48px),var(--caf-max,1320px));margin-inline:auto}
.caf-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;padding:1.05rem 0;color:var(--caf-muted,#6d6a65);font-size:.72rem;font-weight:600;letter-spacing:.12em;line-height:1.25;text-transform:uppercase}
.caf-breadcrumb a{color:inherit;text-decoration:none}
.caf-breadcrumb a:hover,.caf-breadcrumb a:focus-visible{text-decoration:underline}
.caf-breadcrumb__slash{color:var(--caf-gold-deep,#d3ad55)}
.caf-hero{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:clamp(2rem,6vw,7.5rem);align-items:center;padding:clamp(2.5rem,6vw,6.5rem) 0 0}
.caf-hero__copy{max-width:610px}
.caf-eyebrow{margin:0;color:#4d493f;font-size:.72rem;font-weight:600;letter-spacing:.16em;line-height:1.25;text-transform:uppercase}
.caf-hero__title{max-width:670px;margin:1.1rem 0 1.6rem;font-size:clamp(2.55rem,5vw,5.35rem);font-weight:400;letter-spacing:-.045em;line-height:.98}
.caf-hero__deck{max-width:520px;margin:0;color:#383630;font-size:clamp(1.12rem,1.6vw,1.42rem);font-weight:300;line-height:1.5}
.caf-hero__cta{display:inline-flex;box-sizing:border-box;width:var(--caf-cta-width,auto);max-width:100%;min-height:50px;align-items:center;justify-content:center;margin:1.9rem 0 0;padding:.85rem 1.6rem;border:1px solid var(--caf-cta-bg,#090909);background:var(--caf-cta-bg,#090909);color:var(--caf-cta-ink,#ffffff);font-size:.75rem;font-weight:600;letter-spacing:.11em;line-height:1.2;text-align:center;text-decoration:none;text-transform:uppercase;transition:background .2s ease,color .2s ease,transform .2s ease}
.caf-hero__cta:hover,.caf-hero__cta:focus-visible{background:transparent;color:var(--caf-cta-bg,#090909);transform:translateY(-2px)}
@media (prefers-reduced-motion:reduce){.caf-hero__cta{transition:none}.caf-hero__cta:hover,.caf-hero__cta:focus-visible{transform:none}}
.caf-hero__meta{display:flex;flex-wrap:wrap;gap:.6rem 1.2rem;margin:2.2rem 0 0;padding:1rem 0 0;border-top:1px solid rgba(9,9,9,.16);color:var(--caf-muted,#6d6a65);font-size:.78rem;letter-spacing:.08em;list-style:none;text-transform:uppercase}
.caf-hero__media{position:relative;margin:0;min-height:var(--caf-media-min,570px)}
.caf-hero__image{display:block;width:100%;height:100%;min-height:var(--caf-media-min,570px);object-fit:cover;object-position:center center}
.caf-hero__note{position:absolute;right:-1rem;bottom:-1rem;max-width:205px;padding:1.15rem 1.2rem;background:var(--caf-gold,#f3d693);color:#090909;font-size:.82rem;line-height:1.35}
.caf-hero__note strong{display:block;margin-bottom:.3rem;font-size:1.08rem;font-weight:600}
@media (max-width:940px){
  .caf-hero{grid-template-columns:minmax(0,1fr);gap:3rem}
  .caf-hero__copy{max-width:740px}
  .caf-hero__media,.caf-hero__image{min-height:var(--caf-media-min-mobile,420px)}
}
@media (max-width:680px){
  .caf-hero-section .caf-shell{width:min(calc(100% - 32px),var(--caf-max,1320px))}
  .caf-breadcrumb{padding:.85rem 0;font-size:.62rem}
  .caf-hero{padding-top:2.35rem}
  .caf-hero__title{font-size:clamp(2.7rem,13vw,4.2rem)}
  .caf-hero__meta{margin-top:1.65rem}
  .caf-hero__note{right:.75rem;bottom:-.8rem;max-width:164px;padding:.9rem;font-size:.73rem}
  .caf-hero__note strong{font-size:.95rem}
}
/* Theme sets font-family directly on h1/h2/h3, and a direct rule beats
   inheritance from the section wrapper — so headings must be targeted
   explicitly or the Font stack setting silently does nothing to them.
   Also covers headings inside rich-text metafield content. */
.caf-hero-section h1, .caf-hero-section h2, .caf-hero-section h3, .caf-hero-section h4{font-family:var(--caf-sans,Arial,sans-serif)}

/* ---- Typography controls (schema-driven; appended last so these win
   over the base rules above, including the mobile block) ---- */
.caf-hero-section .caf-breadcrumb{font-size:var(--tp-breadcrumb-size);font-weight:var(--tp-breadcrumb-weight);color:var(--tp-breadcrumb-color)}
.caf-hero-section .caf-eyebrow{font-size:var(--tp-eyebrow-size);font-weight:var(--tp-eyebrow-weight);color:var(--tp-eyebrow-color)}
.caf-hero-section .caf-hero__title{font-size:var(--tp-title-size);font-weight:var(--tp-title-weight);color:var(--tp-title-color)}
.caf-hero-section .caf-hero__deck{font-size:var(--tp-deck-size);font-weight:var(--tp-deck-weight);color:var(--tp-deck-color)}
.caf-hero-section .caf-hero__meta{font-size:var(--tp-meta-size);font-weight:var(--tp-meta-weight);color:var(--tp-meta-color)}
.caf-hero-section .caf-hero__note strong{font-size:var(--tp-notetitle-size);font-weight:var(--tp-notetitle-weight);color:var(--tp-notetitle-color)}
.caf-hero-section .caf-hero__note{font-size:var(--tp-notebody-size);font-weight:var(--tp-notebody-weight);color:var(--tp-notebody-color)}
@media (max-width:680px){
.caf-hero-section .caf-breadcrumb{font-size:var(--tp-breadcrumb-size-m)}
.caf-hero-section .caf-eyebrow{font-size:var(--tp-eyebrow-size-m)}
.caf-hero-section .caf-hero__title{font-size:var(--tp-title-size-m)}
.caf-hero-section .caf-hero__deck{font-size:var(--tp-deck-size-m)}
.caf-hero-section .caf-hero__meta{font-size:var(--tp-meta-size-m)}
.caf-hero-section .caf-hero__note strong{font-size:var(--tp-notetitle-size-m)}
.caf-hero-section .caf-hero__note{font-size:var(--tp-notebody-size-m)}
}
/* END_SECTION:community-article-hero */

/* START_SECTION:community-article-intro (INDEX:49) */
.caf-intro{padding:var(--caf-pt,80px) 0 var(--caf-pb,80px);background:var(--caf-bg,#f5f0e8);color:var(--caf-ink,#090909);font-family:var(--caf-sans,Arial,sans-serif)}
.caf-intro .caf-shell{width:min(calc(100% - 48px),var(--caf-max,1320px));margin-inline:auto}
.caf-intro__grid{display:grid;grid-template-columns:minmax(120px,.3fr) minmax(0,1fr);gap:clamp(2rem,7vw,9.5rem);align-items:start}
.caf-section-number{margin:0;color:var(--caf-gold-deep,#d3ad55);font-size:.8rem;font-weight:600;letter-spacing:.16em;line-height:1.25;text-transform:uppercase}
.caf-intro__title{max-width:840px;margin:-.22rem 0 2.1rem;font-size:clamp(2rem,3.45vw,3.75rem);font-weight:400;letter-spacing:-.035em;line-height:1.08}
.caf-intro__columns{display:grid;grid-template-columns:repeat(var(--caf-intro-cols,2),minmax(0,1fr));gap:clamp(1.5rem,4vw,4rem);max-width:850px}
/* metafield_tag wraps rich text in a container element, which would otherwise
   be the single grid item with every paragraph stacked inside it. Dissolving
   any non-paragraph direct child promotes the <p>s to grid items. */
.caf-intro__columns > :not(p){display:contents}
.caf-intro__columns p{margin:0;color:#3e3b36;font-size:1.05rem;font-weight:300;line-height:1.72}
@media (max-width:680px){
  .caf-intro .caf-shell{width:min(calc(100% - 32px),var(--caf-max,1320px))}
  .caf-intro__grid{grid-template-columns:1fr;gap:1.25rem}
  .caf-intro__title{margin-top:0}
  .caf-intro__columns{grid-template-columns:1fr;gap:1.25rem}
  .caf-intro__columns p{font-size:1rem}
}
.caf-editor-note{margin:0 0 1.25rem;padding:.85rem 1rem;border:1px dashed rgba(9,9,9,.35);background:rgba(243,214,147,.22);color:#4d493f;font-size:.82rem;font-weight:400;line-height:1.5}
.caf-editor-note code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.95em}
.caf-editor-note--dark{border-color:rgba(243,214,147,.5);background:rgba(243,214,147,.1);color:rgba(255,255,255,.82)}
/* Theme sets font-family directly on h1/h2/h3, and a direct rule beats
   inheritance from the section wrapper — so headings must be targeted
   explicitly or the Font stack setting silently does nothing to them.
   Also covers headings inside rich-text metafield content. */
.caf-intro h1, .caf-intro h2, .caf-intro h3, .caf-intro h4{font-family:var(--caf-sans,Arial,sans-serif)}

/* ---- Typography controls (schema-driven; appended last so these win
   over the base rules above, including the mobile block) ---- */
.caf-intro .caf-section-number{font-size:var(--tp-number-size);font-weight:var(--tp-number-weight);color:var(--tp-number-color)}
.caf-intro .caf-intro__title{font-size:var(--tp-title-size);font-weight:var(--tp-title-weight);color:var(--tp-title-color)}
.caf-intro .caf-intro__columns p{font-size:var(--tp-body-size);font-weight:var(--tp-body-weight);color:var(--tp-body-color)}
@media (max-width:680px){
.caf-intro .caf-section-number{font-size:var(--tp-number-size-m)}
.caf-intro .caf-intro__title{font-size:var(--tp-title-size-m)}
.caf-intro .caf-intro__columns p{font-size:var(--tp-body-size-m)}
}
/* END_SECTION:community-article-intro */

/* START_SECTION:community-article-outro (INDEX:50) */
.caf-outro{padding:var(--caf-pt,96px) 0 var(--caf-pb,72px);background:var(--caf-bg,#fbfaf7);color:var(--caf-ink,#090909);font-family:var(--caf-sans,Arial,sans-serif)}
.caf-outro .caf-shell{width:min(calc(100% - 48px),var(--caf-max,1320px));margin-inline:auto}
.caf-outro__grid{display:grid;grid-template-columns:minmax(120px,.3fr) minmax(0,1fr);gap:clamp(2rem,7vw,9.5rem);align-items:start}
.caf-outro__copy{max-width:760px}
.caf-outro__heading{margin:0 0 1.2rem;font-size:clamp(2.2rem,4vw,4.25rem);font-weight:400;letter-spacing:-.045em;line-height:1}
.caf-outro__body p{margin:0 0 1rem;color:#3e3b36;font-size:1.05rem;font-weight:300;line-height:1.72}
.caf-outro__link-card{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-top:2rem;padding:1.35rem 0 1rem;border-top:1px solid var(--caf-ink,#090909);border-bottom:1px solid var(--caf-ink,#090909);color:inherit;text-decoration:none;transition:padding .25s cubic-bezier(.2,.75,.25,1),color .2s ease}
.caf-outro__link-card:hover,.caf-outro__link-card:focus-visible{padding-right:.7rem;color:#524839}
.caf-outro__link-card strong{display:block;margin-bottom:.15rem;font-size:clamp(1.3rem,2.2vw,2.1rem);font-weight:400;letter-spacing:-.025em;line-height:1.1}
.caf-outro__domain{color:var(--caf-muted,#6d6a65);font-size:.76rem;letter-spacing:.12em;text-transform:uppercase}
.caf-outro__arrow{flex:0 0 auto;font-size:1.65rem;font-weight:300;line-height:1}
/* Dividers: every cell carries a top and left rule and is pulled back 1px, so
   adjacent rules collapse into one line and the grid's outermost rules fall
   outside the clip. This survives wrapping — auto-fit gives no way to know
   which cell starts a row, so a `+ .caf-outro__link` rule would put a stray
   left border on the first cell of every row after the first. */
.caf-outro__links{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:clamp(4rem,8vw,7rem);border-top:1px solid rgba(9,9,9,.16);border-bottom:1px solid rgba(9,9,9,.16);overflow:hidden}
.caf-outro__link{display:flex;min-height:96px;align-items:center;justify-content:space-between;gap:1rem;margin:-1px 0 0 -1px;padding:1rem 1.4rem;border-top:1px solid rgba(9,9,9,.16);border-left:1px solid rgba(9,9,9,.16);color:inherit;text-decoration:none;transition:background .2s ease}
.caf-outro__link:hover,.caf-outro__link:focus-visible{background:#f5f0e8}
/* Inset, because the clip above would otherwise cut the focus ring off. */
.caf-outro__link:focus-visible{outline:2px solid var(--caf-ink,#090909);outline-offset:-4px}
.caf-outro__link-label{display:block;margin-bottom:.2rem;color:var(--caf-muted,#6d6a65);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase}
.caf-outro__link strong{display:block;font-size:1.15rem;font-weight:400}
@media (max-width:680px){
  .caf-outro .caf-shell{width:min(calc(100% - 32px),var(--caf-max,1320px))}
  .caf-outro__grid{grid-template-columns:1fr;gap:1.25rem}
  .caf-outro__links{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){.caf-outro__link-card,.caf-outro__link{transition:none}}
.caf-editor-note{margin:0 0 1.25rem;padding:.85rem 1rem;border:1px dashed rgba(9,9,9,.35);background:rgba(243,214,147,.22);color:#4d493f;font-size:.82rem;font-weight:400;line-height:1.5}
.caf-editor-note code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.95em}
.caf-editor-note--dark{border-color:rgba(243,214,147,.5);background:rgba(243,214,147,.1);color:rgba(255,255,255,.82)}
/* Theme sets font-family directly on h1/h2/h3, and a direct rule beats
   inheritance from the section wrapper — so headings must be targeted
   explicitly or the Font stack setting silently does nothing to them.
   Also covers headings inside rich-text metafield content. */
.caf-outro h1, .caf-outro h2, .caf-outro h3, .caf-outro h4{font-family:var(--caf-sans,Arial,sans-serif)}

/* ---- Typography controls (schema-driven; appended last so these win
   over the base rules above, including the mobile block) ---- */
.caf-outro .caf-section-number{font-size:var(--tp-number-size);font-weight:var(--tp-number-weight);color:var(--tp-number-color)}
.caf-outro .caf-outro__heading{font-size:var(--tp-heading-size);font-weight:var(--tp-heading-weight);color:var(--tp-heading-color)}
.caf-outro .caf-outro__body p{font-size:var(--tp-body-size);font-weight:var(--tp-body-weight);color:var(--tp-body-color)}
.caf-outro .caf-outro__link-card strong{font-size:var(--tp-linktitle-size);font-weight:var(--tp-linktitle-weight);color:var(--tp-linktitle-color)}
.caf-outro .caf-outro__domain{font-size:var(--tp-linkdomain-size);font-weight:var(--tp-linkdomain-weight);color:var(--tp-linkdomain-color)}
.caf-outro .caf-outro__link-label{font-size:var(--tp-ilabel-size);font-weight:var(--tp-ilabel-weight);color:var(--tp-ilabel-color)}
.caf-outro .caf-outro__link strong{font-size:var(--tp-ititle-size);font-weight:var(--tp-ititle-weight);color:var(--tp-ititle-color)}
@media (max-width:680px){
.caf-outro .caf-section-number{font-size:var(--tp-number-size-m)}
.caf-outro .caf-outro__heading{font-size:var(--tp-heading-size-m)}
.caf-outro .caf-outro__body p{font-size:var(--tp-body-size-m)}
.caf-outro .caf-outro__link-card strong{font-size:var(--tp-linktitle-size-m)}
.caf-outro .caf-outro__domain{font-size:var(--tp-linkdomain-size-m)}
.caf-outro .caf-outro__link-label{font-size:var(--tp-ilabel-size-m)}
.caf-outro .caf-outro__link strong{font-size:var(--tp-ititle-size-m)}
}
/* END_SECTION:community-article-outro */

/* START_SECTION:community-article-story (INDEX:51) */
.caf-story-set{font-family:var(--caf-sans,Arial,sans-serif);color:var(--caf-ink,#090909)}
.caf-story{padding:var(--caf-pt,96px) 0 var(--caf-pb,96px);background:var(--caf-bg,#fbfaf7)}
.caf-story--flipped{background:var(--caf-bg-alt,#f5f0e8)}
.caf-story .caf-shell{width:min(calc(100% - 48px),var(--caf-max,1320px));margin-inline:auto}
.caf-story__head{display:grid;grid-template-columns:minmax(120px,.3fr) minmax(0,1fr);gap:clamp(2rem,7vw,9.5rem);align-items:baseline;margin-bottom:clamp(2.75rem,5vw,5rem)}
.caf-story__heading{max-width:860px;margin:0;font-size:clamp(2.05rem,4.2vw,4.65rem);font-weight:400;letter-spacing:-.04em;line-height:1.02}
.caf-story__layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(250px,.85fr);gap:clamp(2rem,7vw,8rem);align-items:start}
.caf-story--flipped .caf-story__layout{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}
.caf-story--flipped .caf-story__copy{grid-column:2;grid-row:1}
.caf-story--flipped .caf-story__note{grid-column:1;grid-row:1}
.caf-story__layout--single{grid-template-columns:minmax(0,1fr)}
.caf-story__copy{max-width:700px}
.caf-story__copy p{margin:0;color:#3e3b36;font-size:1.05rem;font-weight:300;line-height:1.72}
.caf-story__copy p+p{margin-top:1.25rem}
.caf-story-set--lead .caf-story__copy p:first-child{color:var(--caf-ink,#090909);font-size:clamp(1.25rem,2vw,1.7rem);line-height:1.35}
/* No pull quote on this chapter: the copy spans the full width, so flow the
   paragraphs into columns rather than leave a half-empty row. Same approach as
   the intro section — each <p> becomes a grid cell, so a paragraph is never
   split down the middle the way column-count would split it. */
.caf-story--flipped .caf-story__layout--single{grid-template-columns:minmax(0,1fr)}
.caf-story--flipped .caf-story__layout--single .caf-story__copy{grid-column:1;grid-row:1}
.caf-story__copy--cols{display:grid;grid-template-columns:repeat(var(--caf-story-cols,2),minmax(0,1fr));gap:clamp(1.5rem,4vw,4rem);max-width:none}
/* metafield_tag wraps rich text in a container element, which would otherwise be
   the single grid item with every paragraph stacked inside it. */
.caf-story__copy--cols > :not(p){display:contents}
.caf-story__copy--cols p+p{margin-top:0}
.caf-story__note{padding:1.6rem 1.7rem 1.8rem;border-top:1px solid var(--caf-ink,#090909);border-bottom:1px solid var(--caf-ink,#090909)}
.caf-story__quote-mark{display:block;margin-bottom:.6rem;color:var(--caf-gold-deep,#d3ad55);font-size:3.5rem;font-weight:300;line-height:.6}
.caf-story__note p{margin:0;font-size:clamp(1.35rem,2.3vw,2rem);font-weight:300;letter-spacing:-.02em;line-height:1.22}
.caf-story__note small{display:block;margin-top:1rem;color:var(--caf-muted,#6d6a65);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}
.caf-story__media{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:clamp(2.5rem,5vw,4.5rem)}
.caf-story__media--2{grid-template-columns:minmax(0,1.5fr) minmax(220px,.5fr)}
.caf-story__figure{position:relative;margin:0;min-height:var(--caf-media-min,460px);overflow:hidden;background:#eee6da}
.caf-story__image{display:block;width:100%;height:100%;min-height:var(--caf-media-min,460px);object-fit:cover;object-position:50% 20%}
.caf-story__figure figcaption{position:absolute;right:1rem;bottom:1rem;left:1rem;display:flex;justify-content:space-between;gap:1rem;padding-top:.7rem;border-top:1px solid rgba(255,255,255,.72);color:#fff;font-size:.72rem;letter-spacing:.12em;text-shadow:0 1px 8px rgba(0,0,0,.26);text-transform:uppercase}
@media (max-width:680px){
  .caf-story .caf-shell{width:min(calc(100% - 32px),var(--caf-max,1320px))}
  .caf-story__head{grid-template-columns:1fr;gap:1.25rem}
  .caf-story__layout,.caf-story--flipped .caf-story__layout{grid-template-columns:1fr;gap:2.25rem}
  .caf-story--flipped .caf-story__copy,.caf-story--flipped .caf-story__note{grid-column:auto;grid-row:auto}
  .caf-story__copy--cols{grid-template-columns:1fr;gap:1.5rem}
  .caf-story__note{padding:1.3rem 0}
  .caf-story__media,.caf-story__media--2{grid-template-columns:1fr}
  .caf-story__figure,.caf-story__image{min-height:320px}
}
.caf-editor-note{margin:0 0 1.25rem;padding:.85rem 1rem;border:1px dashed rgba(9,9,9,.35);background:rgba(243,214,147,.22);color:#4d493f;font-size:.82rem;font-weight:400;line-height:1.5}
.caf-editor-note code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.95em}
.caf-editor-note--dark{border-color:rgba(243,214,147,.5);background:rgba(243,214,147,.1);color:rgba(255,255,255,.82)}
/* Theme sets font-family directly on h1/h2/h3, and a direct rule beats
   inheritance from the section wrapper — so headings must be targeted
   explicitly or the Font stack setting silently does nothing to them.
   Also covers headings inside rich-text metafield content. */
.caf-story-set h1, .caf-story-set h2, .caf-story-set h3, .caf-story-set h4{font-family:var(--caf-sans,Arial,sans-serif)}

/* ---- Typography controls (schema-driven; appended last so these win
   over the base rules above, including the mobile block) ---- */
.caf-story-set .caf-section-number{font-size:var(--tp-number-size);font-weight:var(--tp-number-weight);color:var(--tp-number-color)}
.caf-story-set .caf-story__heading{font-size:var(--tp-heading-size);font-weight:var(--tp-heading-weight);color:var(--tp-heading-color)}
.caf-story-set .caf-story__copy p{font-size:var(--tp-body-size);font-weight:var(--tp-body-weight);color:var(--tp-body-color)}
.caf-story-set .caf-story__note p{font-size:var(--tp-quote-size);font-weight:var(--tp-quote-weight);color:var(--tp-quote-color)}
.caf-story-set .caf-story__note small{font-size:var(--tp-quotecap-size);font-weight:var(--tp-quotecap-weight);color:var(--tp-quotecap-color)}
.caf-story-set .caf-story__figure figcaption{font-size:var(--tp-figcap-size);font-weight:var(--tp-figcap-weight);color:var(--tp-figcap-color)}
@media (max-width:680px){
.caf-story-set .caf-section-number{font-size:var(--tp-number-size-m)}
.caf-story-set .caf-story__heading{font-size:var(--tp-heading-size-m)}
.caf-story-set .caf-story__copy p{font-size:var(--tp-body-size-m)}
.caf-story-set .caf-story__note p{font-size:var(--tp-quote-size-m)}
.caf-story-set .caf-story__note small{font-size:var(--tp-quotecap-size-m)}
.caf-story-set .caf-story__figure figcaption{font-size:var(--tp-figcap-size-m)}
}
/* END_SECTION:community-article-story */

/* START_SECTION:footer-modern (INDEX:87) */
.am-wrap{width:min(1300px,calc(100% - 48px));margin-inline:auto}
.am-foot{background:var(--am-bg,#111111);color:#d5ddd6;padding:var(--am-pt,58px) 0 var(--am-pb,30px)}
.am-foot__grid{display:grid;grid-template-columns:1.35fr repeat(4,1fr);gap:46px}
.am-foot__logo{font-family:Georgia,'Times New Roman',serif;font-size:28px;letter-spacing:.11em;color:#fff}
.am-foot__logo small{display:block;font-family:Inter,system-ui,sans-serif;font-size:9px;letter-spacing:.2em;color:#c99aae;margin-top:7px}
.am-foot__blurb{color:#c9b3bd;font-size:.85rem;line-height:1.6;margin:16px 0 0;max-width:34ch}
.am-foot__col h5{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#fff;margin:0 0 14px}
.am-foot__col a{display:block;color:#d5ddd6;text-decoration:none;font-size:.85rem;padding:5px 0;opacity:.8}
.am-foot__col a:hover{opacity:1;color:#f2d9cc}
.am-foot__bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.12);margin-top:46px;padding-top:22px;font-size:.75rem;color:#a98da0}
@media (max-width:900px){.am-foot__grid{grid-template-columns:1fr 1fr;gap:32px}}
@media (max-width:560px){.am-foot__grid{grid-template-columns:1fr}}
/* END_SECTION:footer-modern */

/* START_SECTION:index-media-gallery (INDEX:103) */
.media-gallery-{{ section.id }} {
    padding-top: var(--section-margin-top);
    padding-bottom: var(--section-margin-bottom);
  }

  .media-gallery-{{ section.id }}.page-width {
    max-width: var(--page-width);
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .media-gallery-{{ section.id }} .grid-item {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: background 0.3s ease;
  }

  .media-gallery-{{ section.id }} .view-mode--carousel .grid-item {
    padding: 0 1rem;
  }

  .media-gallery-{{ section.id }} .grid-item:hover {
    background: {{ section.settings.hover_background }};
  }

  .media-gallery-{{ section.id }} .grid-item img {
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .media-gallery-{{ section.id }} .text-left { text-align: left; }
  .media-gallery-{{ section.id }} .text-center { text-align: center; }
  .media-gallery-{{ section.id }} .text-right { text-align: right; }

  .media-gallery-{{ section.id }} .object-cover { object-fit: cover !important; }
  .media-gallery-{{ section.id }} .object-contain { object-fit: contain !important; }
  .media-gallery-{{ section.id }} .object-fill { object-fit: fill !important; }
  .media-gallery-{{ section.id }} .object-none { object-fit: none !important; }
  .media-gallery-{{ section.id }} .object-scale-down { object-fit: scale-down !important; }

  .media-gallery-{{ section.id }}.view-mode--carousel .custom-carousel:not(.slick-initialized) {
    display: flex;
    gap: var(--media-gallery-gap, {{ section.settings.column_gap | default: 1 }}rem);
    max-height: 360px;
    overflow: hidden;
  }

  .media-gallery-{{ section.id }}.view-mode--carousel .custom-carousel:not(.slick-initialized) > .grid-item {
    flex: 0 0 var(--media-gallery-item-width);
    max-width: var(--media-gallery-item-width);
  }

  .media-gallery-{{ section.id }} .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    touch-action: pan-y;
    user-select: none;
  }

  .media-gallery-{{ section.id }} .slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .media-gallery-{{ section.id }} .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .media-gallery-{{ section.id }} .slick-track:before,
  .media-gallery-{{ section.id }} .slick-track:after {
    display: table;
    content: '';
  }

  .media-gallery-{{ section.id }} .slick-track:after {
    clear: both;
  }

  .media-gallery-{{ section.id }} .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
  }

  .media-gallery-{{ section.id }} .slick-initialized .slick-slide {
    display: block;
  }

  .media-gallery-{{ section.id }} .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #222;
    font: 28px/1 Arial, sans-serif;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .media-gallery-{{ section.id }} .slick-prev {
    left: 8px;
  }

  .media-gallery-{{ section.id }} .slick-next {
    right: 8px;
  }

  .media-gallery-{{ section.id }} .slick-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
  }

  .media-gallery-{{ section.id }} .slick-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #bdbdbd;
    color: transparent;
    font-size: 0;
  }

  .media-gallery-{{ section.id }} .slick-dots .slick-active button {
    background: #222;
  }

  @media screen and (max-width: 767px) {
    .media-gallery-{{ section.id }}.view-mode--carousel .custom-carousel:not(.slick-initialized) > .grid-item {
      flex-basis: var(--media-gallery-mobile-item-width);
      max-width: var(--media-gallery-mobile-item-width);
    }
  }
/* END_SECTION:index-media-gallery */

/* START_SECTION:marketing-hub-listing (INDEX:139) */
.marketing-hub-listing {
    width: 100%;
  }

  .marketing-hub-listing__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px 24px;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }

  .marketing-hub-listing__header--center {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .marketing-hub-listing__heading {
    margin: 0;
  }

  .marketing-hub-listing__subtitle {
    margin: 8px 0 0;
    max-width: 700px;
    opacity: 0.85;
  }

  .marketing-hub-listing__view-all {
    flex-shrink: 0;
  }

  .marketing-hub-listing__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(var(--mhl-cols-mobile, 2), minmax(0, 1fr));
    gap: 24px 16px;
  }

  .marketing-hub-listing__item {
    min-width: 0;
  }

  @media screen and (min-width: 768px) {
    .marketing-hub-listing__grid {
      grid-template-columns: repeat(var(--mhl-cols, 4), minmax(0, 1fr));
    }
  }

  @media screen and (max-width: 749px) {
    .marketing-hub-listing__header {
      margin-bottom: 24px;
    }
  }
/* END_SECTION:marketing-hub-listing */

/* START_SECTION:newsletter-modern (INDEX:151) */
.am-wrap{width:min(1300px,calc(100% - 48px));margin-inline:auto}
.am-news{padding:var(--am-pt,74px) 0 var(--am-pb,74px);background:var(--am-bg,#111111);color:#fff}
.am-news__grid{display:grid;grid-template-columns:1fr .8fr;gap:90px;align-items:center}
.am-news__title{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(1.9rem,3.4vw,2.7rem);line-height:1.1;margin:0 0 10px;color:#fff}
.am-news__text{color:#ead6df;font-size:.9rem;max-width:550px;margin:0;line-height:1.6}
.am-news__lbl{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:#ead6df;margin-bottom:10px}
.am-news__row{display:flex;gap:0;border-bottom:1px solid rgba(255,255,255,.5)}
.am-news__row input{flex:1;background:transparent;border:0;color:#fff;font-size:1rem;padding:10px 0;outline:none}
.am-news__row input::placeholder{color:rgba(255,255,255,.55)}
.am-news__row button{background:transparent;border:0;color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;white-space:nowrap;padding:0 4px}
.am-news__ok{color:#fff}
.am-news__err{color:#f2d9cc;font-size:.85rem;margin:8px 0 0}
@media (max-width:820px){.am-news__grid{grid-template-columns:1fr;gap:28px}}
/* END_SECTION:newsletter-modern */