.content-block{margin-block:40px}.content-block:first-child{margin-top:0}.content-block:last-child{margin-bottom:0}.content-block__children>.content-block{margin-block:20px}.content-block--container .cols{display:grid;grid-template-columns:var(--cols-template,repeat(var(--cols,1),minmax(0,1fr)));grid-gap:32px;gap:32px}.content-block--container .cols__col{min-width:0}.content-block--container[data-width=narrow]{max-width:720px;margin-inline:auto}.content-block--container[data-width=full]{width:100vw;margin-inline:calc(50% - 50vw);padding-inline:0}.content-block--box[data-bg=white],.content-block--container[data-bg=white]{background:var(--struct-bg-white,#ffffff)}.content-block--box[data-bg=light],.content-block--container[data-bg=light]{background:var(--struct-bg-light,#f4f4f5)}.content-block--box[data-bg=strong],.content-block--container[data-bg=strong]{background:var(--struct-bg-strong,var(--accent,#2b2b2f))}.content-block--box[data-border=normal],.content-block--container[data-border=normal]{border:1px solid var(--struct-border,rgba(0,0,0,.12))}.content-block--box[data-border=strong],.content-block--container[data-border=strong]{border:2px solid var(--struct-border-strong,rgba(0,0,0,.42))}.content-block--box[data-pad-top=none],.content-block--container[data-pad-top=none]{padding-top:0}.content-block--box[data-pad-top=small],.content-block--container[data-pad-top=small]{padding-top:16px}.content-block--box[data-pad-top=normal],.content-block--container[data-pad-top=normal]{padding-top:32px}.content-block--box[data-pad-top=large],.content-block--container[data-pad-top=large]{padding-top:64px}.content-block--box[data-pad-bottom=none],.content-block--container[data-pad-bottom=none]{padding-bottom:0}.content-block--box[data-pad-bottom=small],.content-block--container[data-pad-bottom=small]{padding-bottom:16px}.content-block--box[data-pad-bottom=normal],.content-block--container[data-pad-bottom=normal]{padding-bottom:32px}.content-block--box[data-pad-bottom=large],.content-block--container[data-pad-bottom=large]{padding-bottom:64px}.content-block--box:is([data-bg=light],[data-bg=strong],[data-border=normal],[data-border=strong]),.content-block--container:is([data-bg=light],[data-bg=strong],[data-border=normal],[data-border=strong]){padding-inline:32px}.block-text-image{display:flex;align-items:flex-start;gap:24px}.block-text-image__text{flex:1 1;min-width:0}.block-text-image__image img{display:block;width:100%;height:auto}.block-image{margin:0}.block-image img{display:block;width:100%;height:auto}.block-image figcaption{margin-top:8px;font-size:.875em;opacity:.7}.block-image--left{margin-right:auto}.block-image--center{margin-inline:auto}.block-image--right{margin-left:auto}.block-gallery__grid{display:grid;grid-template-columns:repeat(var(--gallery-columns,2),1fr);grid-gap:12px;gap:12px}.block-gallery__item{display:block;overflow:hidden;padding:0;border:0;background:none;cursor:pointer;width:100%}.block-gallery__item img{display:block;width:100%;aspect-ratio:var(--gallery-ratio,3/2);object-fit:var(--gallery-fit,cover);object-position:var(--gallery-pos,center top);transition:transform .2s ease}.block-gallery__item:focus-visible img,.block-gallery__item:hover img{transform:scale(1.03)}.gallery-lightbox{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:clamp(.5rem,4vw,3rem);background:rgba(0,0,0,.9)}.gallery-lightbox__figure{margin:0;max-width:100%;max-height:100%;display:flex;flex-direction:column;align-items:center;gap:.75rem}.gallery-lightbox__image{display:block;max-width:100%;max-height:85vh;width:auto;height:auto;object-fit:contain}.gallery-lightbox__close,.gallery-lightbox__nav{position:absolute;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:hsla(0,0%,100%,.1);color:#fff;cursor:pointer;transition:background .15s ease}.gallery-lightbox__close:focus-visible,.gallery-lightbox__close:hover,.gallery-lightbox__nav:focus-visible,.gallery-lightbox__nav:hover{background:hsla(0,0%,100%,.25)}.gallery-lightbox__close .material-symbols-outlined,.gallery-lightbox__nav .material-symbols-outlined{font-size:2rem}.gallery-lightbox__close{top:1rem;right:1rem;width:3rem;height:3rem}.gallery-lightbox__nav{top:50%;transform:translateY(-50%);width:3.5rem;height:3.5rem}.gallery-lightbox__nav--prev{left:1rem}.gallery-lightbox__nav--next{right:1rem}.gallery-lightbox__counter{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);color:hsla(0,0%,100%,.85);font-size:.9rem;letter-spacing:.05em}@media(max-width:768px){.gallery-lightbox__nav{width:2.75rem;height:2.75rem}.gallery-lightbox__nav--prev{left:.25rem}.gallery-lightbox__nav--next{right:.25rem}}.block-separator{border:0;border-top:1px solid;opacity:.15;margin-block:40px}.block-html img,.block-text img{max-width:100%;height:auto}@media(max-width:768px){.content-block--container .cols{grid-template-columns:1fr}.block-text-image{flex-direction:column}.block-text-image .block-text-image__image{width:100%!important}.block-gallery__grid{grid-template-columns:repeat(var(--gallery-columns-mobile,1),1fr)}.block-gallery__item img{aspect-ratio:var(--gallery-ratio-mobile,3/2);object-fit:var(--gallery-fit-mobile,cover);object-position:var(--gallery-pos-mobile,center top)}}:root{--accent:#c6654c;--struct-bg-white:#ffffff;--struct-bg-light:#f9f5ec;--struct-bg-strong:var(--accent);--struct-bg-strong-fg:#ffffff;--struct-border:rgba(0,0,0,0.12);--struct-border-strong:var(--accent)}.content-block--box[data-bg=transparent],.content-block--container[data-bg=transparent]{background:rgba(0,0,0,0)}.content-block--box,.content-block--container{padding-block:32px}.content-block--box[data-bg=strong],.content-block--container[data-bg=strong]{color:var(--struct-bg-strong-fg,#ffffff)}.content-block--box[data-bg=strong] .h-like,.content-block--box[data-bg=strong] h1,.content-block--box[data-bg=strong] h2,.content-block--box[data-bg=strong] h3,.content-block--box[data-bg=strong] h4,.content-block--box[data-bg=strong] li,.content-block--box[data-bg=strong] p,.content-block--box[data-bg=strong] td,.content-block--box[data-bg=strong] th,.content-block--container[data-bg=strong] .h-like,.content-block--container[data-bg=strong] h1,.content-block--container[data-bg=strong] h2,.content-block--container[data-bg=strong] h3,.content-block--container[data-bg=strong] h4,.content-block--container[data-bg=strong] li,.content-block--container[data-bg=strong] p,.content-block--container[data-bg=strong] td,.content-block--container[data-bg=strong] th{color:inherit}.content-block--box[data-bg=strong] li::marker,.content-block--container[data-bg=strong] li::marker{color:hsla(0,0%,100%,.6)}.content-block--box[data-bg=strong] a:not(.btn),.content-block--container[data-bg=strong] a:not(.btn){color:inherit;text-decoration:underline}.content-block--box[data-bg=strong] a:not(.btn):active,.content-block--box[data-bg=strong] a:not(.btn):focus,.content-block--box[data-bg=strong] a:not(.btn):hover,.content-block--container[data-bg=strong] a:not(.btn):active,.content-block--container[data-bg=strong] a:not(.btn):focus,.content-block--container[data-bg=strong] a:not(.btn):hover{color:inherit;text-decoration:none}.content-block--box[data-bg=strong] td,.content-block--box[data-bg=strong] th,.content-block--container[data-bg=strong] td,.content-block--container[data-bg=strong] th{border-color:hsla(0,0%,100%,.25)}.content-block--box[data-bg=strong] th,.content-block--container[data-bg=strong] th{background:hsla(0,0%,100%,.15)}.content-block--box[data-bg=strong] .btn.btn-primary,.content-block--box[data-bg=strong] .btn.btn-primary.focus,.content-block--box[data-bg=strong] .btn.btn-primary:focus,.content-block--box[data-bg=strong] .btn.btn-primary:hover,.content-block--box[data-bg=strong] .btn.btn-primary:not(:disabled):not(.disabled).active,.content-block--box[data-bg=strong] .btn.btn-primary:not(:disabled):not(.disabled):active,.content-block--box[data-bg=strong] .btn.btn-primary:not(:disabled):not(.disabled):active:focus,.content-block--container[data-bg=strong] .btn.btn-primary,.content-block--container[data-bg=strong] .btn.btn-primary.focus,.content-block--container[data-bg=strong] .btn.btn-primary:focus,.content-block--container[data-bg=strong] .btn.btn-primary:hover,.content-block--container[data-bg=strong] .btn.btn-primary:not(:disabled):not(.disabled).active,.content-block--container[data-bg=strong] .btn.btn-primary:not(:disabled):not(.disabled):active,.content-block--container[data-bg=strong] .btn.btn-primary:not(:disabled):not(.disabled):active:focus{background:#fff;color:#c6654c;border-color:#fff;text-decoration:none;box-shadow:0 4px 14px rgba(62,43,27,.18)}.content-block--box[data-bg=strong] .btn.btn-default,.content-block--container[data-bg=strong] .btn.btn-default{color:#fff;background:rgba(0,0,0,0);border-color:hsla(0,0%,100%,.6);text-decoration:none}.content-block--box[data-bg=strong] .btn.btn-default:focus,.content-block--box[data-bg=strong] .btn.btn-default:hover,.content-block--box[data-bg=strong] .btn.btn-default:not(:disabled):not(.disabled):active,.content-block--box[data-bg=strong] .btn.btn-default:not(:disabled):not(.disabled):active:focus,.content-block--container[data-bg=strong] .btn.btn-default:focus,.content-block--container[data-bg=strong] .btn.btn-default:hover,.content-block--container[data-bg=strong] .btn.btn-default:not(:disabled):not(.disabled):active,.content-block--container[data-bg=strong] .btn.btn-default:not(:disabled):not(.disabled):active:focus{color:#fff;background:hsla(0,0%,100%,.16);border-color:hsla(0,0%,100%,.85);text-decoration:none;box-shadow:none}.content-block--box[data-pad-inline=none],.content-block--container[data-pad-inline=none]{padding-inline:0}.content-block--box[data-pad-inline=small],.content-block--container[data-pad-inline=small]{padding-inline:16px}.content-block--box[data-pad-inline=normal],.content-block--container[data-pad-inline=normal]{padding-inline:32px}.content-block--box[data-pad-inline=large],.content-block--container[data-pad-inline=large]{padding-inline:64px}.content-block--box{border-radius:16px;overflow:hidden}:root{--info-bg:#ffffff}[data-bg=strong],[data-bg=white]{--info-bg:#f9f5ec}.content-block--info{display:flex;align-items:flex-start;gap:16px;background:var(--info-bg);border-radius:16px;padding:32px}.content-block--info .info-block__icon{flex:0 0 auto;width:32px;height:32px;margin-top:2px;background:var(--accent,#c6654c);-webkit-mask:url(/images/bulb.svg) no-repeat center/contain;mask:url(/images/bulb.svg) no-repeat center/contain}.content-block--info .block-text{flex:1 1 auto;min-width:0}.content-block--container.content-block--top{width:100vw;margin-inline:calc(50% - 50vw);margin-block:0}.content-block--container.content-block--top>.cols{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}@media(max-width:767px){.content-block--container.content-block--top>.cols{padding-inline:16px}}.content-block--container.content-block--top[data-width=narrow]{max-width:none;margin-inline:calc(50% - 50vw)}.content-block--container.content-block--top[data-width=narrow]>.cols{max-width:720px}.content-block--container.content-block--top[data-width=full]>.cols{max-width:none}.content-block--container.content-block--top{padding-inline:0}@media(max-width:767px){.content-block--container.content-block--top>.cols{padding-inline:24px}}.cols__col>.content-block:first-child,.content-block--box>.content-block:first-child{margin-top:0}.cols__col>.content-block:last-child,.content-block--box>.content-block:last-child{margin-bottom:0}.block-html>:first-child,.block-text>:first-child{margin-top:0}.block-html>:last-child,.block-text>:last-child{margin-bottom:0}.block-html>p:empty:last-child,.block-text>p:empty:last-child{display:none}.block-html>:has(+p:empty:last-child),.block-text>:has(+p:empty:last-child){margin-bottom:0}.page-header{padding-block:48px 32px}.page-header__title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:700;font-size:clamp(2.5rem,5vw,4rem);line-height:1.05;color:#3e2b1b;margin:0 0 16px}.page-header__title u{position:relative;display:inline-block;text-decoration:none}.page-header__title u:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-8px;height:10px;background:var(--pillar);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:100% 100%;mask-size:100% 100%}.page-header__subtitle{font-weight:600;font-size:1.25rem;line-height:1.4;color:#3e2b1b;margin:0 0 16px}.page-header__lede{color:#6b5544;font-size:1.125rem;line-height:1.55;max-width:620px;margin:0}.back-link{display:inline-block;margin-bottom:24px;color:#6b5544;text-decoration:none;font-size:.875rem;font-weight:500}.back-link:hover{color:#c6654c}.filter-bar{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;padding:22px 24px;background:#fff;border-radius:16px;box-shadow:0 2px 12px rgba(62,43,27,.05)}.filter-options,.filter-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.filter-options{flex:0 0 auto;max-width:100%}.filter-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#6b5544;min-width:96px;margin-right:4px}.filter-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border-radius:999px;background:#fff;border:1.5px solid #ece4d3;color:#3e2b1b;font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.filter-pill:hover{border-color:#c6654c}.filter-pill.is-active{background:#3e2b1b;border-color:#3e2b1b;color:#fff}.filter-pill__dot{width:10px;height:10px;display:inline-block}.filter-pill__dot,.filter-pill__pillar-icon{border-radius:50%;flex-shrink:0;background:var(--pillar)}.filter-pill__pillar-icon{width:22px;height:22px;padding:3px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center}.filter-pill__pillar-icon img{width:100%;height:100%;object-fit:contain;display:block}.result-count{color:#6b5544;font-size:.875rem;margin:4px 4px 18px}.result-count strong{color:#3e2b1b;font-weight:600}.list-empty{padding:60px 24px;text-align:center;color:#6b5544;background:#f9f5ec;border-radius:16px;font-size:1rem}.list-empty__reset{background:none;color:#c6654c;font:inherit;font-weight:600;cursor:pointer;padding:0;border:none;border-bottom:1.5px dashed #c6654c}.list-divider{display:flex;align-items:center;gap:14px;margin:24px 0 4px;color:#6b5544;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.list-divider:after{content:"";flex:1 1 auto;height:1px;background:#ece4d3}.challenge-grid>.list-divider{grid-column:1/-1}@media(max-width:990px){.filter-bar{gap:22px}.filter-label{width:100%;min-width:0;margin:0 0 2px}}@media(max-width:720px){.filter-bar{padding:18px}.filter-options,.filter-row{gap:6px}.filter-pill{padding:6px 12px;font-size:.8125rem}}.hero{padding-block:56px 80px;position:relative;overflow:hidden}.hero__grid{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}@media(max-width:767px){.hero__grid{padding-inline:16px}}.hero__grid{display:grid;grid-template-columns:1fr 1.4fr;grid-gap:32px;gap:32px;align-items:center}.hero__title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:600;font-size:clamp(2.5rem,5.4vw,4.25rem);line-height:1.05;margin-bottom:22px;color:#3e2b1b}.hero__title u{position:relative;display:inline-block;text-decoration:none}.hero__title u:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-8px;height:10px;background:var(--pillar);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:100% 100%;mask-size:100% 100%}.hero__lede{max-width:520px;margin-bottom:32px;color:#6b5544;font-size:1.0625rem;line-height:1.6}.hero__cta{gap:12px;flex-wrap:wrap}.hero__cta,.hero__proof{display:flex;align-items:center}.hero__proof{gap:16px;max-width:460px;margin:22px 0 0}.hero__proof-faces{display:flex;flex-shrink:0}.hero__proof-faces img{width:50px;height:50px;border-radius:50%;object-fit:cover;border:3px solid #f9f5ec;background:#f9f5ec}.hero__proof-faces img+img{margin-left:-24px}.hero__proof-text{margin:0;color:#3e2b1b;font-size:1.0625rem;line-height:1.5}.hero__proof-text strong{color:#c6654c;font-weight:700;font-size:1.25rem}.hero__proof-cta{color:#6b5544;font-size:.9375rem}.hero__art{position:relative;margin-right:min(0px,600px - 50vw)}.hero__art picture{display:block}.hero__art img{display:block;width:100%;height:auto;border-radius:16px}@media(max-width:900px){.hero{padding-block:32px 48px}.hero__grid{grid-template-columns:1fr;gap:32px}.hero__art{margin-right:0}}.pillar--rostlinne{--pillar:#9b9839}.pillar--plytvani{--pillar:#9a6ba7}.pillar--sezonne{--pillar:#e4b229}.pillar--cista{--pillar:#977056}.pillar--ferove{--pillar:#5a79ae}:root{--pillar:#c6654c}.article-detail,.challenge-detail,.pillar-detail{--accent:var(--pillar)}.pillar-tag{gap:10px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#6b5544}.pillar-tag,.pillar-tag__icon{display:inline-flex;align-items:center}.pillar-tag__icon{width:34px;height:34px;border-radius:50%;justify-content:center;background:var(--pillar);flex-shrink:0}.pillar-tag__icon img{width:60%;height:60%;display:block;filter:brightness(0) invert(1)}.pillar-hero{margin-block:24px 56px}.pillar-hero__back{display:inline-block;margin-bottom:40px;color:#6b5544;font-size:.95rem;text-decoration:none}.pillar-hero__back:hover{color:#3e2b1b}@media(min-width:768px){.pillar-hero__back{display:none}}.pillar-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,42%);grid-gap:56px;gap:56px;align-items:center}.pillar-hero__body{min-width:0}.pillar-hero__badge{display:flex;align-items:center;gap:14px;margin-bottom:20px}.pillar-hero__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:48px;height:48px;border-radius:50%;background:var(--pillar)}.pillar-hero__icon img{width:26px;height:26px;filter:brightness(0) invert(1)}.pillar-hero__eyebrow{color:var(--pillar);font-weight:700;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase}.pillar-hero__title{margin:0 0 24px;font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:700;font-size:clamp(2.4rem,5vw,4rem);line-height:1.05;color:#3e2b1b}.pillar-hero__title u{position:relative;display:inline-block;text-decoration:none}.pillar-hero__title u:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-8px;height:10px;background:var(--pillar);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:100% 100%;mask-size:100% 100%}.pillar-hero__desc{color:#6b5544;font-size:1.05rem;line-height:1.7}.pillar-hero__desc p{margin:0 0 1em}.pillar-hero__desc p:last-child{margin-bottom:0}.pillar-hero__desc strong{display:block;margin-bottom:.8em;color:#3e2b1b;font-weight:500;font-size:1.4rem;line-height:1.4}.pillar-hero__media{min-width:0}.pillar-hero__frame{background:#fff;padding:8px;border-radius:20px;box-shadow:0 20px 50px rgba(62,43,27,.16);transform:rotate(-1deg)}.pillar-hero__frame img{display:block;width:100%;height:auto;border-radius:12px}@media(max-width:767px){.pillar-hero__grid{grid-template-columns:1fr;gap:32px}.pillar-hero__media{order:-1}.pillar-hero__frame{transform:none}}.pillar-compass{background:#fff;padding-block:100px}.pillar-compass__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}@media(max-width:767px){.pillar-compass__inner{padding-inline:16px}}.pillar-compass__inner{display:grid;grid-template-columns:minmax(0,440px) minmax(0,480px);justify-content:center;align-items:center;grid-gap:56px 48px;gap:56px 48px}.pillar-compass__text{display:contents}.pillar-compass__intro{grid-column:1/-1;grid-row:1;text-align:center}.pillar-compass__panel{grid-column:1;grid-row:2;align-self:start;margin-top:80px}.pillar-compass__title{margin:0;font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:700;font-size:clamp(2.25rem,4.4vw,3.5rem);line-height:1.1;color:#3e2b1b}.pillar-compass__title u{position:relative;display:inline-block;text-decoration:none}.pillar-compass__title u:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-6px;height:8px;background:var(--pillar);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:100% 100%;mask-size:100% 100%}.pillar-compass__subtitle{margin:22px auto 0;max-width:540px;color:#6b5544;font-size:1rem;line-height:1.6}.pillar-compass__dial{position:relative;grid-column:2;grid-row:2;width:100%;max-width:480px;aspect-ratio:1}.pillar-compass__svg{display:block;width:100%;height:100%;overflow:visible}.pillar-compass__dial--static .pillar-compass__needle{transition:none}.pillar-compass__plate{fill:#fff}.pillar-compass__wedge{fill:var(--pillar);fill-opacity:.2;cursor:pointer;transition:fill-opacity .25s ease}.pillar-compass__wedge.is-active,.pillar-compass__wedge:hover{fill-opacity:.32}.pillar-compass__wedge:focus{outline:none}.pillar-compass__wedge:focus-visible{outline:none;fill-opacity:.5}.pillar-compass__arc{fill:none;stroke:var(--pillar);stroke-width:23.481}.pillar-compass__sep{stroke:#fff;stroke-width:14.557;stroke-linecap:butt}.pillar-compass__rose{fill:#cdcbc2}.pillar-compass__ring{fill:none;stroke:rgba(62,43,27,.3);stroke-width:1.713}.pillar-compass__tick-halo{fill:#fff;stroke:#fff;stroke-width:7}.pillar-compass__tick{fill:#ccc}.pillar-compass__needle,.pillar-compass__needle-swing{transform-box:view-box;transform-origin:315px 315px}.pillar-compass__needle{transition:transform .7s cubic-bezier(.22,1,.36,1)}.pillar-compass__needle-swing.is-swinging{animation:compass-swing .62s cubic-bezier(.33,1,.68,1)}.pillar-compass__needle-tip{fill:#c6654c;stroke:#c6654c;stroke-width:4;stroke-linejoin:round}.pillar-compass__needle-tail{fill:#9b9886;stroke:#9b9886;stroke-width:4;stroke-linejoin:round}.pillar-compass__icon{position:absolute;width:9%;aspect-ratio:1;transform:translate(-50%,-50%);background:var(--pillar);opacity:.85;pointer-events:none;transition:opacity .25s ease,transform .25s ease;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.pillar-compass__icon.is-active{opacity:1;transform:translate(-50%,-50%) scale(1.12)}.pillar-compass__panel-title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:700;font-size:clamp(1.75rem,2.8vw,2.5rem);line-height:1.15;color:#3e2b1b;text-wrap:balance}.pillar-compass__panel-title p{margin:0}.pillar-compass__panel-title u{position:relative;display:inline-block;text-decoration:none}.pillar-compass__panel-title u:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-4px;height:6px;background:var(--pillar);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:100% 100%;mask-size:100% 100%}.pillar-compass__panel-perex{margin-top:18px;max-width:460px;color:#6b5544;font-size:1.0625rem;line-height:1.6}.pillar-compass__panel-perex p{margin:0}.pillar-compass__cta{display:inline-flex;align-items:center;margin-top:26px;padding:14px 28px;border-radius:999px;background:var(--pillar);color:#fff;font-weight:600;text-decoration:none;transition:filter .2s ease,transform .2s ease}.pillar-compass__cta:hover{color:#fff;filter:brightness(.92);transform:translateY(-2px)}.pillar-compass__dots{list-style:none;display:flex;gap:12px;margin:40px 0 0;padding:0}.pillar-compass__dot{width:16px;height:16px;padding:0;border:0;border-radius:50%;background:#d9d5cc;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.pillar-compass__dot:hover{transform:scale(1.15)}.pillar-compass__dot.is-active{background:#c6654c}@media(max-width:1080px){.pillar-compass{padding-block:72px}.pillar-compass__inner{grid-template-columns:minmax(0,1fr);justify-items:center;gap:32px;text-align:center}.pillar-compass__intro{grid-column:1;grid-row:1}.pillar-compass__dial{grid-column:1;grid-row:2;max-width:420px}.pillar-compass__panel{grid-column:1;grid-row:3;max-width:480px;margin-top:0}.pillar-compass__panel-perex{margin-inline:auto}.pillar-compass__dots{justify-content:center;margin-top:28px}}@media(max-width:560px){.pillar-compass{padding-block:56px}.pillar-compass__icon{width:11%}}@keyframes compass-swing{0%{transform:rotate(0deg)}18%{transform:rotate(var(--swing,0deg))}40%{transform:rotate(calc(var(--swing, 0deg) * -.55))}60%{transform:rotate(calc(var(--swing, 0deg) * .3))}80%{transform:rotate(calc(var(--swing, 0deg) * -.14))}to{transform:rotate(0deg)}}@media(prefers-reduced-motion:reduce){.pillar-compass__needle{transition:none}.pillar-compass__needle-swing.is-swinging{animation:none}}.pillar-overview__mission{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,40%);align-items:center;grid-gap:48px;gap:48px;margin-block:8px 64px}.pillar-overview__title{margin:0 0 24px;font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:700;font-size:clamp(2.25rem,4.4vw,3.5rem);line-height:1.06;color:#3e2b1b;text-wrap:balance}.pillar-overview__title u{position:relative;display:inline-block;text-decoration:none}.pillar-overview__title u:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-8px;height:10px;background:var(--pillar);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:100% 100%;mask-size:100% 100%}.pillar-overview__lede{margin:0 0 18px;color:#3e2b1b;font-size:1.1875rem;line-height:1.6}.pillar-overview__text{margin:0;color:#6b5544;font-size:1.0625rem;line-height:1.65}.pillar-overview__band{margin-bottom:88px;scroll-margin-top:100px}.pillar-overview__band-title{margin:0 0 14px;font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:700;font-size:clamp(2rem,2.6vw,2.375rem);line-height:1.12;letter-spacing:-.01em;color:#3e2b1b}.pillar-overview__band-lede{margin:0;color:#6b5544;font-size:1.0625rem;line-height:1.6}.pillar-overview__band-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;margin:44px 0 0;padding:0;list-style:none}.pillar-overview__band-points{display:grid;grid-gap:14px;gap:14px;margin:40px 0 0;padding:0;list-style:none}.pillar-overview__point{position:relative;padding-left:28px;color:#6b5544;font-size:1.0625rem;line-height:1.6}.pillar-overview__point:before{content:"";position:absolute;left:2px;top:.6em;width:9px;height:9px;border-radius:50%;background:#c6654c}.pillar-overview__point strong{color:#3e2b1b;font-weight:600}.pillar-overview__intro-box{margin-bottom:64px}.pillar-overview__cta-box{margin-bottom:88px;position:relative}.pillar-overview__cta-box:before{content:"";position:absolute;inset:0;background:url(/images/line.svg) 50%/cover no-repeat;opacity:.6;pointer-events:none}.pillar-overview__cta-box .pillar-overview__band{position:relative;margin-bottom:0}.pillar-overview__cta-box .pillar-overview__step-num{background:#fff;color:#c6654c}.pillar-overview__band-cta{margin:30px 0 0;font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:2rem;font-weight:700;line-height:1.2}@media(max-width:767px){.pillar-overview__band-cta{font-size:1.625rem}}.pillar-overview__step{display:flex;flex-direction:column;gap:12px}.pillar-overview__step-num{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;flex-shrink:0;background:#c6654c;border-radius:60% 40% 55% 45%/50% 60% 40% 50%;color:#fff;font-size:1.5rem;font-weight:700;line-height:1}.pillar-overview__step-num,.pillar-overview__step-title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif}.pillar-overview__step-title{margin:0;font-size:1.25rem;font-weight:600;line-height:1.25;letter-spacing:-.01em;color:#3e2b1b;text-wrap:balance}.pillar-overview__step-text{margin:0;color:#6b5544;font-size:.9375rem;line-height:1.55}@media(min-width:1300px){.pillar-overview__band{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px;align-items:start}.pillar-overview__band-list,.pillar-overview__band-points{grid-column:2/-1;margin-top:0}.pillar-overview__band--split .pillar-overview__band-head{grid-column:1/3}.pillar-overview__band--split .pillar-overview__band-points{grid-column:3/-1}.pillar-overview__cta-box .pillar-overview__band-cta,.pillar-overview__cta-box .pillar-overview__band-head,.pillar-overview__cta-box .pillar-overview__band-list{grid-column:1/-1}.pillar-overview__cta-box .pillar-overview__band-cta{margin-top:0}}.pillar-overview .pillar-compass__dial--static{grid-column:auto;grid-row:auto;max-width:100%;margin-inline:auto;pointer-events:none}.pillar-overview__dial-slot--compact{display:none}@media(max-width:900px){.pillar-overview__mission{grid-template-columns:minmax(0,1fr);gap:40px;margin-bottom:48px}.pillar-overview__band-list{grid-template-columns:1fr;gap:28px}.pillar-overview__dial-slot--wide{display:none}.pillar-overview__dial-slot--compact{display:block;flex:0 0 44%;margin-left:auto}.pillar-overview__dial-slot--compact .pillar-compass__dial--static{width:125%;max-width:none}}.pillar-overview__cta-line{display:block;margin-top:.3em}.pillar-overview .content-block[data-bg=strong] a.pillar-overview__cta{display:inline-block;padding:.08em .55em .14em;border-radius:999px;background:#fff;color:#c6654c;text-decoration:none;transition:background .15s ease,color .15s ease}.pillar-overview .content-block[data-bg=strong] a.pillar-overview__cta:focus,.pillar-overview .content-block[data-bg=strong] a.pillar-overview__cta:hover{background:#3e2b1b;color:#fff;text-decoration:none}.pillar-tiles{margin-block:8px 80px}.pillar-tiles__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin:0;padding:0;list-style:none}.pillar-tiles__grid>li{display:flex}.pillar-tiles__intro{align-items:flex-start}.pillar-tiles__title{margin:0;font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(1.75rem,2.6vw,2.375rem);line-height:1.12;letter-spacing:-.01em;color:#3e2b1b;text-wrap:balance}.pillar-tiles__title span{display:block}.pillar-tiles__title span+span{margin-top:.35em}.pillar-tiles__title strong{font-weight:700}@media(max-width:1299px){.pillar-tiles__intro{grid-column:1/-1;margin-bottom:8px}}@media(max-width:900px){.pillar-tiles__intro{align-items:center;overflow:hidden;margin-right:-24px}}@media(max-width:720px){.pillar-tiles__intro{margin-right:-16px}}@media(max-width:640px){.pillar-tiles__intro{padding-bottom:8px}}@media(max-width:1000px){.pillar-tiles__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.pillar-tiles__grid{grid-template-columns:1fr}}.pillar-tile{display:flex;flex-direction:column;gap:14px;width:100%;padding:28px 26px;background:#fff;border-radius:16px;box-shadow:0 2px 12px rgba(62,43,27,.05);text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease}.pillar-tile:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(62,43,27,.12)}.pillar-tile__icon{display:inline-flex;align-items:center;justify-content:center;width:76px;height:76px;flex-shrink:0;background:var(--pillar);border-radius:60% 40% 55% 45%/50% 60% 40% 50%;transition:transform .3s ease,border-radius .8s ease-in-out}.pillar-tile__icon img{width:46%;height:46%;display:block;filter:brightness(0) invert(1)}.pillar-tile:hover .pillar-tile__icon{transform:rotate(8deg) scale(1.05);border-radius:50% 60% 40% 55%/60% 40% 60% 40%}.pillar-tile__title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:600;line-height:1.2;letter-spacing:-.01em;margin:0;transition:color .15s ease}.pillar-tile:hover .pillar-tile__title{color:var(--pillar)}.pillar-tile__fact{margin:0;color:#6b5544;font-size:.9rem;line-height:1.55}.pillar-tile__label{display:block;margin-bottom:3px;color:var(--pillar);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.pillar-tile__step{margin:auto 0 0;padding:14px 16px;border-radius:12px;background:color-mix(in srgb,var(--pillar) 10%,white);color:#3e2b1b;font-size:.9rem;line-height:1.5}.pillar-tile__quote{display:block}.pillar-tile__perex{color:#6b5544;font-size:.9rem;line-height:1.55}.pillar-tile__perex p{margin:0}.pillar-tile .card-go{margin-top:auto;align-self:flex-start}.pillar-tile__step+.card-go{margin-top:0}.card-go{display:inline-flex;align-items:center;gap:6px;color:#c6654c;font-size:.875rem;font-weight:600}.card-go .arr{display:inline-block;transition:transform .15s ease}.card-go--quiet{color:#6b5544}a:hover .card-go .arr{transform:translateX(3px)}.challenge-card__body .card-go,.home-articles__body .card-go{margin-top:auto;align-self:flex-start}.article-card__body .card-go{align-self:flex-start;margin-top:12px}.progress-goal{font-weight:400;opacity:.75;white-space:nowrap}.content-block--highlights{display:flex;flex-direction:column;gap:18px}:root{--tile-bg:#ffffff}[data-bg=white]{--tile-bg:#f9f5ec}.highlights__title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.75rem;font-weight:600;line-height:1.2;letter-spacing:-.01em;margin:0}.content-slider{position:relative}.content-slider__track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 0 14px;scrollbar-width:thin;scrollbar-color:rgba(62,43,27,.25) rgba(0,0,0,0)}.content-slider__track:focus-visible{outline:2px solid #c6654c;outline-offset:4px}.content-slider__item{flex:0 0 320px;max-width:100%;scroll-snap-align:start;display:flex}.content-slider__item>*{flex:1 1 auto;min-width:0}.content-slider .challenge-card,.content-slider .home-articles__card,.content-slider .quiz-card{background:var(--tile-bg)}.content-slider__nav{display:flex;justify-content:flex-end;gap:8px}.content-slider__arrow{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;background:rgba(0,0,0,0);border:1.5px solid #ece4d3;color:#3e2b1b;font-size:1rem;line-height:1;cursor:pointer;transition:border-color .15s ease,color .15s ease,opacity .15s ease}.content-slider__arrow:hover:not(:disabled){border-color:#c6654c;color:#c6654c}.content-slider__arrow:disabled{opacity:.35;cursor:default}@media(max-width:560px){.content-slider__item{flex-basis:86%}.highlights__title{font-size:1.45rem}}.content-block--highlights_text{margin-block:24px}.card-teaser{position:relative;display:flex;align-items:center;min-height:440px}.card-teaser__panel{position:relative;width:100%;background:var(--tile-bg,#ffffff);border-radius:20px;padding:44px 52px;box-shadow:0 12px 32px rgba(0,0,0,.05)}.card-teaser__body{max-width:45%}.card-teaser--reverse .card-teaser__body{margin-left:auto}.card-teaser__title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:clamp(1.5rem,2.4vw,1.875rem);margin:0 0 14px}.card-teaser__title u{position:relative;display:inline-block;text-decoration:none}.card-teaser__title u:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-4px;height:6px;background:var(--pillar);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:100% 100%;mask-size:100% 100%}.card-teaser__text{font-size:1rem;color:#6b5544;line-height:1.6;margin:0 0 24px}.card-teaser__text p{margin:0 0 12px}.card-teaser__text p:last-child{margin-bottom:0}.card-teaser__text h1,.card-teaser__text h2,.card-teaser__text h3,.card-teaser__text h4,.card-teaser__text h5{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;color:#3e2b1b;line-height:1.25;margin:0 0 14px}.card-teaser__text h1 u,.card-teaser__text h2 u,.card-teaser__text h3 u,.card-teaser__text h4 u,.card-teaser__text h5 u{position:relative;display:inline-block;text-decoration:none}.card-teaser__text h1 u:after,.card-teaser__text h2 u:after,.card-teaser__text h3 u:after,.card-teaser__text h4 u:after,.card-teaser__text h5 u:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-4px;height:6px;background:var(--pillar);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:100% 100%;mask-size:100% 100%}.card-teaser__text :not(:first-child):is(h1,h2,h3,h4,h5){margin-top:22px}.card-teaser__text h1,.card-teaser__text h2{font-size:clamp(1.5rem,2.4vw,1.875rem)}.card-teaser__text h3{font-size:1.375rem}.card-teaser__text h4{font-size:1.125rem}.card-teaser__text h4 u{position:relative;display:inline-block;text-decoration:none}.card-teaser__text h4 u:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-3px;height:5px;background:var(--pillar);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:100% 100%;mask-size:100% 100%}.card-teaser__text h5{font-size:1rem}.card-teaser__text h5 u{position:relative;display:inline-block;text-decoration:none}.card-teaser__text h5 u:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-3px;height:5px;background:var(--pillar);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:100% 100%;mask-size:100% 100%}.card-teaser__fan{position:absolute;top:0;bottom:0;width:46%;display:flex;align-items:center;justify-content:center;z-index:2;pointer-events:none}.card-teaser:not(.card-teaser--reverse) .card-teaser__fan{right:0}.card-teaser--reverse .card-teaser__fan{left:0}.step-fan{position:relative;width:100%;max-width:560px;height:430px}.step-fan__card{position:absolute;top:0;left:50%;width:320px;margin-left:-160px;height:416px;transform-origin:50% 92%;transform:translate(var(--x,0),var(--y,0)) rotate(var(--rot,0)) scale(var(--s,1));transition:transform .3s cubic-bezier(.2,.7,.3,1);cursor:pointer;pointer-events:auto;filter:drop-shadow(0 14px 26px rgba(0,0,0,.16))}.step-fan__card>*{width:100%!important;height:100%}.step-fan .home-articles__card{position:relative}.step-fan .home-articles__card .home-articles__body{padding-bottom:40px}.step-fan .home-articles__card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:44px;background:linear-gradient(180deg,rgba(255,255,255,0),#ffffff);pointer-events:none}@media(max-width:900px){.card-teaser{display:block;min-height:0}.card-teaser__panel{padding:30px 26px}.card-teaser__body{max-width:none}.card-teaser--reverse .card-teaser__body{margin-left:0}.card-teaser__fan{position:static;width:auto;margin-top:16px;pointer-events:auto}.step-fan{width:100%;max-width:none;height:auto;display:flex;gap:14px;overflow-x:auto;padding:16px 4px 8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.step-fan__card{position:static;left:auto;margin:0;flex:0 0 260px;width:260px;height:auto;transform:none!important;scroll-snap-align:center;filter:drop-shadow(0 8px 16px rgba(0,0,0,.12))}}.note-link{display:flex;flex-direction:column;gap:6px;padding:18px 20px;border:1px solid rgba(0,0,0,0);border-radius:12px;background:#ece4d3;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease}.note-link:hover{border-color:#c6654c;box-shadow:0 6px 18px rgba(62,43,27,.07);text-decoration:none}.note-link__title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:700;font-size:1.0625rem;line-height:1.25;color:#3e2b1b}.note-link__text{font-size:.9375rem;line-height:1.5;color:#6b5544}.note-link .card-go{margin-top:4px}.page-header__row{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;flex-wrap:nowrap}.page-header__row .page-header__main{flex:1 1 auto;max-width:620px}.page-header__row .note-link{flex:0 0 300px;margin-top:6px}@media(max-width:800px){.page-header__row{flex-direction:column;gap:20px}.page-header__row .note-link{flex:1 1 100%;max-width:none;margin-top:0}.page-header__row .note-link__text{display:none}}.quiz-list{display:flex;flex-direction:column;gap:12px;margin-bottom:80px}.quiz-card{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:24px;gap:24px;background:#fff;border-radius:16px;padding:20px 26px;text-decoration:none;color:inherit;box-shadow:0 2px 12px rgba(62,43,27,.05);transition:transform .15s ease,box-shadow .15s ease}.quiz-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(62,43,27,.1)}.quiz-card:hover .quiz-card__title{color:#c6654c}.quiz-card__meta{display:flex;align-items:center;gap:12px;margin-bottom:8px;flex-wrap:wrap}.quiz-card__title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:clamp(1.125rem,1.7vw,1.375rem);font-weight:600;line-height:1.25;letter-spacing:-.01em;margin:0;text-wrap:balance;transition:color .15s ease}.quiz-card__aside{display:flex;align-items:center;flex-shrink:0}.quiz-card--tile{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:0;overflow:hidden;isolation:isolate}.quiz-card--tile .quiz-card__media{position:relative;aspect-ratio:16/10;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--pillar,#c6654c) 14%,white)}.quiz-card--tile .quiz-card__qmark{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:clamp(7.5rem,15vw,10.625rem);font-weight:600;line-height:1;color:color-mix(in srgb,var(--pillar,#c6654c) 45%,white)}.quiz-card--tile .quiz-card__body{display:flex;flex-direction:column;gap:10px;padding:20px 24px 24px;flex:1 1}.quiz-card--tile .quiz-card__meta{margin-bottom:0}.quiz-card--tile .card-go{margin-top:auto;align-self:flex-start}.quiz-diff{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.quiz-diff__dots{display:inline-flex;gap:3px}.quiz-diff__dots i{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.25;display:inline-block}.quiz-diff__dots i.on{opacity:1}.quiz-diff--easy{color:#2c814f;background:rgba(44,129,79,.1)}.quiz-diff--medium{color:#b8860b;background:rgba(228,178,41,.16)}.quiz-diff--hard{color:#b0432b;background:rgba(198,101,76,.12)}@media(max-width:720px){.quiz-card{grid-template-columns:1fr;gap:14px;padding:18px 20px}.quiz-card__aside{justify-content:space-between}}.quiz-hero{max-width:760px;margin:0 auto;padding:24px 0 32px}.quiz-hero__meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:16px}.quiz-hero__title{margin:0 0 16px;font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:700;font-size:clamp(2.25rem,5vw,3.5rem);line-height:1.05;color:#3e2b1b}.quiz-hero__title u{position:relative;display:inline-block;text-decoration:none}.quiz-hero__title u:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-6px;height:8px;background:var(--pillar);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:100% 100%;mask-size:100% 100%}.quiz-hero__lede{color:#6b5544;font-size:1.125rem;line-height:1.55;max-width:620px}.quiz-hero__lede p{margin:0 0 .6em}.quiz-hero__lede p:last-child{margin-bottom:0}.quiz-run{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:24px;padding-bottom:8px}.quiz-q{position:relative;overflow:hidden;background:linear-gradient(135deg,#f9f5ec,#f2ebdb);border-radius:20px;padding:40px;scroll-margin-top:24px}.quiz-q:before{content:"?";position:absolute;top:-20px;right:-10px;font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:700;font-size:220px;line-height:1;color:var(--pillar);opacity:.1;pointer-events:none}.quiz-q.is-past{opacity:.85}.quiz-q>*{position:relative}.quiz-q__kicker{display:block;margin-bottom:12px;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#c6654c}.quiz-q__progress{display:inline-block;margin-left:8px;padding:2px 10px;border-radius:999px;background:rgba(62,43,27,.08);color:#6b5544;font-weight:600}.quiz-q__title{margin:0 0 10px;font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:600;font-size:clamp(1.5rem,2.6vw,2.125rem);line-height:1.2;color:#3e2b1b}.quiz-q__lede{margin:0 0 24px;color:#6b5544;font-size:.9375rem;line-height:1.55}.quiz-q__options{display:flex;flex-direction:column;gap:10px}.quiz-q__feedback{margin-top:20px;background:#fff;border-radius:14px;border-left:4px solid #2c814f;padding:18px 20px;animation:quizFade .25s ease}.quiz-q__feedback.is-wrong{border-left-color:#c6654c}.quiz-q__result{display:inline-block;margin-bottom:4px;font-weight:700;font-size:.9375rem;color:#2c814f}.is-wrong .quiz-q__result{color:#c6654c}.quiz-q__explain{margin:4px 0 14px;font-size:.875rem;line-height:1.55;color:#6b5544}.quiz-q__actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.quiz-opt{display:grid;grid-template-columns:36px 1fr auto;align-items:center;grid-gap:14px;gap:14px;background:#fff;border:2px solid rgba(0,0,0,0);border-radius:14px;padding:16px 20px;cursor:pointer;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:500;color:#3e2b1b;text-align:left;transition:border-color .2s ease,background .2s ease,transform .2s ease,opacity .2s ease}.quiz-opt:not(:disabled):hover{border-color:#c6654c;transform:translateX(2px)}.quiz-opt__letter{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f9f5ec;color:#6b5544;font-weight:600;font-size:.875rem}.quiz-opt__check{width:22px;height:22px;color:#2c814f;opacity:0}.quiz-opt.is-correct{border-color:#2c814f}.quiz-opt.is-correct .quiz-opt__letter{background:#2c814f;color:#fff}.quiz-opt.is-correct .quiz-opt__check{opacity:1}.quiz-opt.is-wrong{border-color:#c6654c}.quiz-opt.is-wrong .quiz-opt__letter{background:#c6654c;color:#fff}.quiz-opt:disabled{cursor:default}.quiz-q.is-answered .quiz-opt:disabled:not(.is-correct):not(.is-wrong){opacity:.5}.quiz-finish{max-width:760px;margin:40px auto 0;padding:56px 0 80px;border-top:1px solid #ece4d3;text-align:center;scroll-margin-top:24px}.quiz-finish__kicker{display:block;margin-bottom:10px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#2c814f}.quiz-finish__score{margin:0 0 12px;font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:700;font-size:clamp(1.75rem,3.6vw,2.5rem);line-height:1.1;color:#3e2b1b}.quiz-finish__big{color:#c6654c}.quiz-finish__tagline{max-width:540px;margin:0 auto 32px;color:#6b5544;font-size:1rem}.quiz-finish__actions{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}.quiz-finish__note{margin:24px 0 0;font-size:.8125rem;color:#6b5544;opacity:.7}.quiz-done{max-width:760px;margin:0 auto;padding:48px 0 56px;text-align:center}.quiz-done__mark{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:18px;border-radius:50%;color:#fff;background:#2c814f}.quiz-done__mark svg{width:28px;height:28px}.quiz-done__title{margin:0 0 10px;font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:700;font-size:clamp(1.75rem,3.6vw,2.5rem);line-height:1.1;color:#3e2b1b}.quiz-done__meta{margin:0 0 28px;color:#6b5544;font-size:1rem}.quiz-done__meta strong{color:#2c814f;font-weight:800}.quiz-done__actions{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}.quiz-done__note{margin:22px 0 0;font-size:.8125rem;color:#6b5544;opacity:.7}.quiz-restart{background:none;color:#6b5544;font:inherit;font-size:.875rem;cursor:pointer;padding:0 2px 2px;border:none;border-bottom:1.5px dashed #6b5544}.quiz-restart:hover{color:#c6654c;border-color:#c6654c}@keyframes quizFade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.quiz-after{animation:quizAfterIn 2s ease-out}@keyframes quizAfterIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.quiz-after{animation:none}}@media(max-width:720px){.quiz-q{padding:28px 24px}.quiz-q:before{font-size:160px}}.quiz-finish__reward{display:inline-flex;align-items:center;gap:8px;margin:4px 0 20px;font-size:.9375rem;font-weight:600}.quiz-finish__reward svg{width:18px;height:18px;flex-shrink:0}.quiz-finish__reward strong{font-weight:800}.quiz-finish__reward.is-done{color:#2c814f}.quiz-finish__reward.is-short{color:#c6654c}.quiz-finish__reward.is-hint{color:#6b5544;font-weight:500}.quiz-finish__reward.is-hint a{color:#c6654c;font-weight:600}.home-quiz{background:#fff;padding-block:60px 80px}.home-quiz__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}@media(max-width:767px){.home-quiz__inner{padding-inline:16px}}.home-quiz__head{text-align:center;margin-bottom:40px}.home-quiz__title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:700;font-size:clamp(2.25rem,4.4vw,3.5rem);line-height:1.1;color:#3e2b1b}.home-quiz__title u{position:relative;display:inline-block;text-decoration:none}.home-quiz__title u:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-6px;height:8px;background:var(--pillar);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:100% 100%;mask-size:100% 100%}.home-quiz__subtitle{margin:14px auto 0;max-width:540px;color:#6b5544;font-size:1.0625rem;line-height:1.6}.home-quiz__list{margin-bottom:0}.home-quiz__list .quiz-card{background:#f9f5ec}.home-quiz__more{margin-top:36px;text-align:center}.home-quiz__card{position:relative;overflow:hidden;max-width:980px;margin:0 auto;padding:48px;border-radius:24px;background:#f9f5ec;box-shadow:0 2px 16px rgba(62,43,27,.05);display:grid;grid-template-columns:1fr 1.2fr;grid-gap:40px;gap:40px;align-items:start;scroll-margin-top:96px}.home-quiz__card:before{content:"?";position:absolute;top:-40px;right:-20px;font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:280px;font-weight:700;line-height:1;color:color-mix(in srgb,var(--pillar) 20%,transparent);pointer-events:none;z-index:0}.home-quiz__card--finish{display:block;text-align:center}.home-quiz__text{position:relative;z-index:1}.home-quiz__kicker{display:block;margin-bottom:12px;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--pillar)}.home-quiz__progress{display:inline-block;margin-left:10px;padding:2px 10px;border-radius:999px;background:rgba(62,43,27,.08);color:#6b5544;font-weight:600;letter-spacing:.02em}.home-quiz__question{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:clamp(1.5rem,2.6vw,2.125rem);line-height:1.2;color:#3e2b1b;margin-bottom:12px}.home-quiz__lede{color:#6b5544;font-size:.9375rem;line-height:1.55}.home-quiz__side{position:relative;z-index:1;display:flex;flex-direction:column;gap:16px}.home-quiz__options{display:flex;flex-direction:column;gap:10px}.home-quiz__opt{display:grid;grid-template-columns:36px 1fr auto;align-items:center;grid-gap:14px;gap:14px;padding:16px 20px;border:2px solid rgba(0,0,0,0);border-radius:14px;background:#fff;color:#3e2b1b;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:500;text-align:left;cursor:pointer;transition:border-color .2s ease,transform .2s ease,opacity .2s ease}.home-quiz__opt:not(:disabled):hover{border-color:var(--pillar);transform:translateX(2px)}.home-quiz__opt:disabled{cursor:default}.home-quiz__opt.is-correct{border-color:#2c814f}.home-quiz__opt.is-correct .home-quiz__letter{background:#2c814f;color:#fff}.home-quiz__opt.is-correct .home-quiz__check{opacity:1}.home-quiz__opt.is-wrong{border-color:#c6654c}.home-quiz__opt.is-wrong .home-quiz__letter{background:#c6654c;color:#fff}.home-quiz__card.is-answered .home-quiz__opt:not(.is-correct):not(.is-wrong){opacity:.5}.home-quiz__letter{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#f9f5ec;color:#6b5544;font-size:.875rem;font-weight:600}.home-quiz__check{width:24px;height:24px;color:#2c814f;opacity:0}.home-quiz__feedback{padding:18px 20px;border-radius:14px;background:#fff;border-left:4px solid #2c814f;animation:homeQuizFadeIn .25s ease}.home-quiz__feedback.is-wrong{border-left-color:#c6654c}.home-quiz__result{display:inline-block;margin-bottom:4px;font-size:.9375rem;font-weight:700;letter-spacing:.01em;color:#2c814f}.home-quiz__feedback.is-wrong .home-quiz__result{color:#c6654c}.home-quiz__explain{margin:4px 0 14px;font-size:.875rem;line-height:1.55;color:#6b5544}.home-quiz__feedback-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.home-quiz__finish{position:relative;z-index:1}.home-quiz__score{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:clamp(1.5rem,2.6vw,2.125rem);line-height:1.2;color:#3e2b1b;margin-bottom:8px}.home-quiz__big{color:var(--pillar);white-space:nowrap}.home-quiz__tagline{margin:0 auto 24px;max-width:460px;color:#6b5544;font-size:1rem;line-height:1.55}.home-quiz__finish-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px}@media(max-width:767px){.home-quiz{padding-bottom:64px}.home-quiz__card{grid-template-columns:1fr;gap:28px;padding:32px 24px}}@keyframes homeQuizFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.article-list{display:flex;flex-direction:column;gap:16px;margin-bottom:80px}.article-card{display:grid;grid-template-columns:280px 1fr;grid-gap:28px;gap:28px;align-items:stretch;background:#fff;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 2px 12px rgba(62,43,27,.05);transition:transform .15s ease,box-shadow .15s ease}.article-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(62,43,27,.1)}.article-card:hover .article-card__title{color:#c6654c}.article-card:not(:has(.article-card__thumb)){grid-template-columns:1fr}.article-card__thumb{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:#f9f5ec}.article-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.article-card__body{display:flex;flex-direction:column;justify-content:center;padding:24px 28px 24px 0;min-width:0}.article-card:not(:has(.article-card__thumb)) .article-card__body{padding:24px 28px}.article-card__meta{display:flex;align-items:center;gap:12px;margin-bottom:10px;flex-wrap:wrap}.article-card__date,.article-card__read{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;color:#6b5544;font-weight:500}.article-card__date:before,.article-card__read:before{content:"";width:4px;height:4px;background:#6b5544;border-radius:50%;opacity:.5}.article-card__title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:clamp(1.25rem,2vw,1.625rem);font-weight:600;line-height:1.2;letter-spacing:-.01em;margin:0 0 8px;text-wrap:balance;transition:color .15s ease}.article-card__excerpt{color:#6b5544;font-size:.9375rem;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-card__excerpt p{margin:0}@media(max-width:900px){.article-card{grid-template-columns:240px 1fr;gap:32px}}@media(max-width:720px){.article-card{grid-template-columns:1fr;gap:0}.article-card__thumb{aspect-ratio:16/9}.article-card__body{padding:20px 22px 24px}}.article-detail{margin-block:24px 80px}.article-hero{max-width:720px;margin:0 auto 40px;padding-inline:24px}.article-hero__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:18px}.article-hero__date,.article-hero__read{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;color:#6b5544;font-weight:500}.article-hero__date:before,.article-hero__read:before{content:"";width:4px;height:4px;background:#6b5544;border-radius:50%;opacity:.5}.article-hero__title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:700;font-size:clamp(2rem,4vw,3rem);line-height:1.08;color:#3e2b1b;margin:0 0 20px;text-wrap:balance}.article-hero__title u{position:relative;display:inline-block;text-decoration:none}.article-hero__title u:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-6px;height:8px;background:var(--pillar);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:100% 100%;mask-size:100% 100%}.article-hero__lede{color:#6b5544;font-size:1.1875rem;line-height:1.6;margin:0}.article-hero__lede p:last-child{margin-bottom:0}.article-hero__image{margin:32px 0 12px;background:#fff;padding:8px;border-radius:20px;box-shadow:0 20px 50px rgba(62,43,27,.16);transform:rotate(-1deg)}.article-hero__image img{display:block;width:100%;height:auto;border-radius:12px}.home-articles{background:#f9f5ec;padding-block:100px}.home-articles__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}@media(max-width:767px){.home-articles__inner{padding-inline:16px}}.home-articles__head{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:48px}.home-articles__title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:700;font-size:clamp(2rem,4vw,3rem);line-height:1.1;color:#3e2b1b}.home-articles__subtitle{margin-top:8px;max-width:520px;color:#6b5544;font-size:1.0625rem;line-height:1.6}.home-articles__more{flex-shrink:0}.home-articles__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.home-articles__card{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;isolation:isolate;text-decoration:none;color:inherit;box-shadow:0 2px 12px rgba(62,43,27,.05);transition:transform .2s ease,box-shadow .2s ease}.home-articles__card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(62,43,27,.12)}.home-articles__card:hover .home-articles__card-title{color:#c6654c}.home-articles__media{position:relative;aspect-ratio:16/10;background:color-mix(in srgb,var(--pillar,#c6654c) 14%,white);flex-shrink:0}.home-articles__media img{width:100%;height:100%;object-fit:cover;display:block}.home-articles__badge{position:absolute;bottom:12px;left:12px;background:rgba(0,0,0,.65);color:#fff;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:500;line-height:1}.home-articles__body{display:flex;flex-direction:column;gap:10px;padding:22px 24px 24px;flex:1 1}.home-articles__date{display:block;margin-top:-4px;font-size:.8125rem;font-weight:500;color:#6b5544}.home-articles__card-title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:600;line-height:1.22;letter-spacing:-.01em;margin:0;text-wrap:balance;transition:color .15s ease}.home-articles__excerpt{color:#6b5544;font-size:.9375rem;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-articles__excerpt p{margin:0}.home-articles__card.is-read .home-articles__media img{opacity:.9}@media(max-width:1100px){.home-articles__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.home-articles{padding-block:56px}.home-articles__head{flex-direction:column;align-items:flex-start}}@media(max-width:560px){.home-articles__grid{grid-template-columns:1fr}}.material-list{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.material-list:last-child{margin-bottom:80px}.list-divider+.material-list{margin-top:20px}.material-card{display:grid;grid-template-columns:280px 1fr;align-items:stretch;width:100%;background:#fff;border-radius:16px;overflow:hidden;isolation:isolate;text-align:left;text-decoration:none;color:inherit;font-family:inherit;border:0;padding:0;box-shadow:0 2px 12px rgba(62,43,27,.05);transition:transform .15s ease,box-shadow .15s ease}.material-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(62,43,27,.1)}.material-card:hover .material-card__title{color:#c6654c}.material-card:not(:has(.material-card__thumb)){grid-template-columns:1fr}.material-card__thumb{width:100%;aspect-ratio:4/3;overflow:hidden;background:color-mix(in srgb,var(--pillar,#c6654c) 14%,white)}.material-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.material-card__thumb--page{display:flex;align-items:center;justify-content:center;padding:14px}.material-card__thumb--page img{width:auto;height:100%;max-width:100%;object-fit:contain;border-radius:3px;box-shadow:0 2px 10px rgba(62,43,27,.18)}.material-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;letter-spacing:.08em;color:var(--pillar,#c6654c);opacity:.65}.material-card__main{display:flex;flex-direction:column;min-width:0}.material-card__body{display:flex;flex-direction:column;gap:10px;padding:22px 28px 18px;flex:1 1;justify-content:center}.material-card__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.material-card__points{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:500;color:#6b5544}.material-card__points svg{width:13px;height:13px}.material-card__points:before{content:"";width:4px;height:4px;margin-right:2px;background:#6b5544;border-radius:50%;opacity:.5}.material-card__title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:600;line-height:1.22;letter-spacing:-.01em;margin:0;text-wrap:balance;transition:color .15s ease}.material-card__desc{color:#6b5544;font-size:.9375rem;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.material-card__desc p{margin:0}.material-card__foot{display:flex;flex-direction:column;gap:10px;padding:14px 28px 16px;border-top:1px solid #ece4d3}.material-card__get{display:inline-flex;align-items:center;gap:8px;font-size:.9375rem;font-weight:700;color:#c6654c}.material-card__get svg{width:17px;height:17px}.material-card__file{font-size:.8125rem;font-weight:500;color:#6b5544}.material-card__file:before{content:"";display:inline-block;width:4px;height:4px;margin-right:8px;vertical-align:2px;background:#6b5544;border-radius:50%;opacity:.5}.material-card__gate{display:inline-flex;align-items:flex-start;gap:8px;font-size:.875rem;font-weight:500;line-height:1.4;color:#6b5544}.material-card__progress{display:block;height:6px;border-radius:999px;background:color-mix(in srgb,var(--pillar,#c6654c) 16%,white);overflow:hidden}.material-card__progress-fill{display:block;height:100%;border-radius:999px;background:var(--pillar,#c6654c);transition:width .3s ease}.material-card.is-locked{cursor:pointer}.material-card.is-locked .material-card__thumb img{filter:grayscale(1);opacity:.45}@media(max-width:900px){.material-card{grid-template-columns:220px 1fr}}@media(max-width:720px){.material-card{grid-template-columns:1fr}.material-card__thumb{aspect-ratio:16/9}.material-card__body{padding:20px 22px 16px}.material-card__foot{padding:14px 22px 16px}}.filter-pill .type-icon{width:17px;height:17px;flex-shrink:0}.challenge-type-tag{display:inline-flex;align-items:center;gap:10px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#6b5544}.challenge-type-tag__icon{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#3e2b1b;color:#fff;flex-shrink:0}.challenge-type-tag__icon svg{width:60%;height:60%;display:block}.challenge-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-bottom:80px}.challenge-card{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;isolation:isolate;text-decoration:none;color:inherit;box-shadow:0 2px 12px rgba(62,43,27,.05);transition:transform .2s ease,box-shadow .2s ease}.challenge-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(62,43,27,.12)}.challenge-card:hover .challenge-card__title{color:#c6654c}.challenge-card__photo{position:relative;overflow:hidden;flex-shrink:0}.challenge-card__img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.challenge-card__photo:not(.is-empty):after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(25deg,var(--pillar,#3e2b1b) 0,transparent 72%);opacity:.85}.challenge-card__photo.is-empty{aspect-ratio:16/9;background:color-mix(in srgb,var(--pillar,#c6654c) 16%,white)}.challenge-card__illu,.challenge-card__photo.is-empty{display:flex;align-items:center;justify-content:center}.challenge-card__illu{width:92px;height:92px;border-radius:60% 40% 55% 45%/50% 60% 40% 50%;background:var(--pillar,#c6654c)}.challenge-card__illu img{width:58%;height:58%;display:block}.challenge-card__badges{position:absolute;bottom:16px;left:16px;z-index:2;display:flex;flex-direction:column;gap:8px;pointer-events:none}.challenge-card__badge{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.25)}.challenge-card__blob{width:38px;height:38px;flex-shrink:0;border-radius:60% 40% 55% 45%/50% 60% 40% 50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,.18)}.challenge-card__blob img,.challenge-card__blob svg{width:60%;height:60%;display:block}.challenge-card__blob--type{background:#3e2b1b}.challenge-card__blob--type svg{fill:none;stroke:#fff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round}.challenge-card__blob--pillar{background:var(--pillar,#c6654c)}.challenge-card__body{display:flex;flex-direction:column;gap:12px;padding:22px 24px 24px;flex:1 1}.challenge-card__kicker{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:.8125rem;color:#6b5544}.challenge-card__points{color:#c6654c;font-weight:700}.challenge-card__sep{opacity:.5}.challenge-card__title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.375rem;font-weight:600;line-height:1.18;letter-spacing:-.01em;margin:0;text-wrap:balance;transition:color .15s ease}.challenge-card__title u{text-decoration:none}.challenge-card__excerpt{color:#6b5544;font-size:.9375rem;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.challenge-card__excerpt p{margin:0}@media(max-width:960px){.challenge-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.challenge-grid{grid-template-columns:1fr}}.challenge-detail{margin-block:24px 80px}.challenge-hero{margin:0 0 40px}.challenge-hero__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);grid-gap:56px;gap:56px;align-items:center}.challenge-hero__body{min-width:0}.challenge-hero__badges{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:18px}.challenge-hero__title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:700;font-size:clamp(2rem,4vw,3rem);line-height:1.08;color:#3e2b1b;margin:0 0 20px;text-wrap:balance}.challenge-hero__title u{position:relative;display:inline-block;text-decoration:none}.challenge-hero__title u:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-6px;height:8px;background:var(--pillar);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:100% 100%;mask-size:100% 100%}.challenge-hero__lede{color:#6b5544;font-size:1.1875rem;line-height:1.6;margin:0 0 28px}.challenge-hero__lede p:last-child{margin-bottom:0}.challenge-hero__cta .btn:disabled{opacity:.55;cursor:not-allowed}.challenge-hero__media{min-width:0}.challenge-hero__frame{background:#fff;padding:8px;border-radius:20px;box-shadow:0 20px 50px rgba(62,43,27,.16);transform:rotate(-1deg)}.challenge-hero__frame img{display:block;width:100%;height:auto;border-radius:12px;aspect-ratio:4/4.4;object-fit:cover}@media(max-width:960px){.challenge-hero__grid{grid-template-columns:1fr;gap:32px}.challenge-hero__media{order:1}.challenge-hero__frame{transform:none}.challenge-hero__frame img{aspect-ratio:4/3}}@media(max-width:767px){.challenge-hero{padding-inline:calc(24px - 16px)}}.challenge-meta{display:flex;flex-wrap:wrap;align-items:center;gap:24px;margin:0 0 28px;padding:18px 22px;background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(62,43,27,.05)}.challenge-meta__items{display:flex;flex-wrap:wrap;gap:28px;margin:0}.challenge-meta .challenge-hero__cta{margin:0 0 0 auto}@media(max-width:520px){.challenge-meta{align-items:stretch}.challenge-meta .challenge-hero__cta{margin:0}.challenge-meta .challenge-hero__cta .btn{width:100%;justify-content:center}}.challenge-meta__item{display:flex;flex-direction:column;gap:2px}.challenge-meta__item dt{font-size:.6875rem;text-transform:uppercase;letter-spacing:.08em;color:#6b5544;font-weight:600}.challenge-meta__item dd{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.125rem;font-weight:600;color:#3e2b1b;margin:0}.challenge-meta__item dd.challenge-meta__points{color:#c6654c}.challenge-card__kicker--done{color:#2c814f;font-weight:700;gap:4px}.challenge-card__kicker--done svg{width:15px;height:15px}.challenge-card__kicker--done .challenge-card__points{color:#2c814f}.challenge-card__kicker--done .challenge-card__sep{color:#2c814f;opacity:.45}.challenge-hero__cta-done{display:inline-flex;align-items:center;gap:8px;background:color-mix(in srgb,#2c814f 12%,white);color:#2c814f;border:1.5px solid #2c814f;font-weight:700}.challenge-hero__cta-done svg{width:18px;height:18px}.challenge-hero__cta-done:hover{background:color-mix(in srgb,#2c814f 20%,white);color:#2c814f}.challenge-hero__cta-error{margin:8px 0 0;color:#c6654c;font-size:.875rem}.home-challenges{position:relative;background:#f9f5ec;border-radius:40px 40px 0 0;margin-top:-20px;padding-block:80px;scroll-margin-top:80px}.home-challenges__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}@media(max-width:767px){.home-challenges__inner{padding-inline:16px}}.home-challenges__head{text-align:center;margin-bottom:48px}.home-challenges__title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:700;font-size:clamp(2.25rem,4.4vw,3.5rem);line-height:1.1;color:#3e2b1b}.home-challenges__title u{position:relative;display:inline-block;text-decoration:none}.home-challenges__title u:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-6px;height:8px;background:var(--pillar);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:100% 100%;mask-size:100% 100%}.home-challenges__subtitle{margin:14px auto 0;max-width:540px;color:#6b5544;font-size:1.0625rem;line-height:1.6}.home-challenges__more{margin-top:40px;text-align:center}.challenge-cta{position:relative;margin:56px 0 0;padding:40px 32px;background:#c6654c;border-radius:20px;color:#fff;overflow:hidden}.challenge-cta:before{background-image:var(--cta-image,none);background-size:cover;background-position:50%;filter:grayscale(.4);opacity:.2}.challenge-cta--photo:after,.challenge-cta:before{content:"";position:absolute;inset:0;pointer-events:none}.challenge-cta--photo:after{background:linear-gradient(90deg,rgba(62,43,27,.34),rgba(62,43,27,.1))}.challenge-cta__action,.challenge-cta__text{position:relative;z-index:1}.challenge-cta__text{max-width:600px;margin:0 0 28px;font-size:1.0625rem;line-height:1.65}.challenge-cta__text blockquote,.challenge-cta__text dd,.challenge-cta__text dt,.challenge-cta__text h1,.challenge-cta__text h2,.challenge-cta__text h3,.challenge-cta__text h4,.challenge-cta__text h5,.challenge-cta__text h6,.challenge-cta__text li,.challenge-cta__text p,.challenge-cta__text td,.challenge-cta__text th{color:#fff}.challenge-cta__text li::marker{color:hsla(0,0%,100%,.5)}.challenge-cta__text p{margin:0 0 1em}.challenge-cta__text p:last-child{margin-bottom:0}.challenge-cta__text a{color:#fff}.challenge-cta__text>:first-child{margin-top:0}.challenge-cta__action .btn.btn-primary,.challenge-cta__action .btn.btn-primary:focus,.challenge-cta__action .btn.btn-primary:hover,.challenge-cta__action .btn.btn-primary:not(:disabled):not(.disabled):active,.challenge-cta__action .btn.btn-primary:not(:disabled):not(.disabled):active:focus{background:#fff;color:#c6654c;border-color:#fff;box-shadow:0 4px 14px rgba(62,43,27,.18)}.challenge-cta__action .challenge-hero__cta-done,.challenge-cta__action .challenge-hero__cta-done:hover{background:hsla(0,0%,100%,.16);border-color:hsla(0,0%,100%,.6);color:#fff}.challenge-cta .challenge-hero__cta-error{color:#fff}@media(max-width:767px){.challenge-cta{margin-top:40px;padding:32px 20px}}.challenge-progress{display:flex;flex-direction:column;gap:10px;width:100%}.challenge-progress--done{flex-direction:row;flex-wrap:wrap;align-items:center;gap:16px}.challenge-progress--done .challenge-hero__cta-done svg{stroke-width:3}.challenge-progress .mv-actions{margin-top:0}.challenge-meta .challenge-hero__cta:has(.challenge-progress){flex:1 1 100%;min-width:0;margin:4px 0 0;padding-top:16px;border-top:1px solid rgba(62,43,27,.1)}.mv-tabs{display:inline-flex;background:color-mix(in srgb,#f9f5ec,#3e2b1b 10%);border-radius:999px;padding:4px;gap:2px;margin-bottom:20px}.mv-tab{gap:8px;padding:8px 18px;border:none;background:rgba(0,0,0,0);font:inherit;font-size:.875rem;font-weight:600;color:#6b5544;cursor:pointer;transition:background .15s ease,color .15s ease}.mv-tab,.mv-tab__count{display:inline-flex;align-items:center;border-radius:999px}.mv-tab__count{justify-content:center;min-width:20px;height:20px;padding:0 6px;background:rgba(62,43,27,.12);color:#3e2b1b;font-size:.6875rem;font-weight:700;line-height:1}.mv-tab.is-active{background:#fff;color:#3e2b1b;box-shadow:0 1px 3px rgba(0,0,0,.05),0 6px 20px rgba(0,0,0,.04)}.mv-tab.is-active .mv-tab__count{background:#c6654c;color:#fff}.mv-list{padding:0 0 80px;display:flex;flex-direction:column;gap:14px}.mv-item{background:#fff;border-radius:18px;box-shadow:0 1px 3px rgba(0,0,0,.05),0 6px 20px rgba(0,0,0,.04);padding:22px;display:grid;grid-template-columns:180px 1fr;grid-gap:24px;gap:24px;align-items:start;scroll-margin-top:100px}.mv-item__title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:clamp(1.375rem,2.4vw,1.75rem);margin:0;line-height:1.2;color:#3e2b1b}.mv-photo{position:relative;overflow:hidden;aspect-ratio:1;border-radius:14px;background-size:cover;background-position:50%}.mv-photo.no-photo{background:linear-gradient(25deg,color-mix(in srgb,var(--pillar,#2c814f) 22%,transparent) 0,transparent 100%)}.mv-photo .mv-blob-illu,.mv-photo.no-photo{display:flex;align-items:center;justify-content:center}.mv-photo .mv-blob-illu{width:clamp(56px,50%,110px);aspect-ratio:1;border-radius:60% 40% 55% 45%/50% 60% 40% 50%;background:var(--pillar,#2c814f)}.mv-photo .mv-blob-illu img{width:58%;height:58%}.mv-photo-done{display:none;position:absolute;inset:0;border-radius:inherit;flex-direction:column;align-items:center;justify-content:center;gap:8px;background-color:color-mix(in srgb,var(--pillar,#3e2b1b) 82%,transparent);color:#fff}.mv-photo-done .mv-check{width:42%;height:auto;stroke-width:2.5}.mv-photo-done .mv-photo-points{font-weight:700;font-size:1.0625rem}.mv-body,.mv-item.is-done .mv-photo-done{display:flex}.mv-body{min-width:0;flex-direction:column;gap:10px}.mv-badges{display:flex;flex-wrap:wrap;gap:8px}.mv-kicker{font-size:.8125rem}.mv-kicker__points{color:#2c814f;font-weight:700}.mv-subtitle{color:#6b5544;font-size:.9375rem;line-height:1.45;margin:-2px 0 0}.mv-subtitle p{margin:0}.mv-progress-label{display:flex;justify-content:space-between;align-items:center;font-size:.8125rem;color:#6b5544}.mv-progress-label__title{color:#3e2b1b;font-weight:700;letter-spacing:.02em}.mv-progress-label__count{color:#3e2b1b;font-weight:600}.mv-days{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:8px;gap:8px}.mv-weeks{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px}.mv-days .day,.mv-weeks .week{background:color-mix(in srgb,#f9f5ec,#3e2b1b 6%);border:1.5px solid #ece4d3;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;position:relative}.mv-days .day .day-fill,.mv-weeks .week .week-fill{background:#fff;border:1px solid rgba(62,43,27,.22);color:#6b5544;font:inherit;font-size:.75rem;font-weight:600;border-radius:999px;padding:5px 14px;cursor:pointer;line-height:1}.mv-days .day .day-fill:hover,.mv-weeks .week .week-fill:hover{color:#3e2b1b;border-color:#3e2b1b}.mv-days .day .is-primary.day-fill,.mv-weeks .week .is-primary.week-fill{background:#2c814f;border:none;color:#fff;box-shadow:0 3px 10px rgba(44,129,79,.24)}.mv-days .day .is-primary.day-fill:hover,.mv-weeks .week .is-primary.week-fill:hover{background:color-mix(in srgb,#2c814f,black 12%);color:#fff}.mv-days .day .day-fill:disabled,.mv-weeks .week .week-fill:disabled{opacity:.5;cursor:default}.mv-days .day .day-undo,.mv-weeks .week .week-undo{position:absolute;top:5px;right:5px;width:20px;height:20px;border:none;background:rgba(0,0,0,0);color:#6b5544;font-size:.875rem;line-height:1;opacity:.35;cursor:pointer;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center}.mv-days .day .day-undo:hover,.mv-weeks .week .week-undo:hover{opacity:1;color:#c6654c}.mv-days .day .day-check,.mv-weeks .week .week-check{color:#2c814f;stroke-width:2}.mv-days .day{padding:10px 6px;min-height:92px}.mv-days .day.done{background:color-mix(in srgb,#2c814f 6%,white);border:1px solid #2c814f}.mv-days .day.done .day-label,.mv-days .day.done .week-date,.mv-days .day.done .week-num{color:rgba(62,43,27,.5)}.mv-days .day.missed{background:#fff;border:1.5px dashed rgba(62,43,27,.25)}.mv-days .day.now{background:#fff;border:2px solid #3e2b1b}.mv-days .day.now:before{content:"";position:absolute;top:-6px;left:50%;transform:translateX(-50%) rotate(-135deg);width:11px;height:11px;box-sizing:border-box;background:#fff;border-top:2px solid #3e2b1b;border-left:2px solid #3e2b1b}.mv-days .day.future{background:color-mix(in srgb,#f9f5ec,#3e2b1b 6%)}.mv-days .day.future .day-label,.mv-days .day.future .week-date,.mv-days .day.future .week-num{color:rgba(62,43,27,.32)}.mv-days .day .day-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b5544;line-height:1}.mv-days .day .day-date{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.125rem;font-weight:600;line-height:1}.mv-days .day .day-check{width:22px;height:22px}.mv-days .day.now .day-label{color:#3e2b1b}.mv-weeks .week{padding:14px 8px;min-height:108px}.mv-weeks .week.done{background:color-mix(in srgb,#2c814f 6%,white);border:1px solid #2c814f}.mv-weeks .week.done .day-label,.mv-weeks .week.done .week-date,.mv-weeks .week.done .week-num{color:rgba(62,43,27,.5)}.mv-weeks .week.missed{background:#fff;border:1.5px dashed rgba(62,43,27,.25)}.mv-weeks .week.now{background:#fff;border:2px solid #3e2b1b}.mv-weeks .week.now:before{content:"";position:absolute;top:-6px;left:50%;transform:translateX(-50%) rotate(-135deg);width:11px;height:11px;box-sizing:border-box;background:#fff;border-top:2px solid #3e2b1b;border-left:2px solid #3e2b1b}.mv-weeks .week.future{background:color-mix(in srgb,#f9f5ec,#3e2b1b 6%)}.mv-weeks .week.future .day-label,.mv-weeks .week.future .week-date,.mv-weeks .week.future .week-num{color:rgba(62,43,27,.32)}.mv-weeks .week .week-num{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.375rem;font-weight:700;line-height:1;color:#6b5544}.mv-weeks .week .week-date{font-size:.6875rem;color:#6b5544;letter-spacing:.02em}.mv-weeks .week .week-check{width:24px;height:24px}.mv-weeks .week.now .week-date,.mv-weeks .week.now .week-num{color:#3e2b1b}.mv-actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-top:6px}.mv-link{background:none;border:none;border-bottom:1.5px dashed #6b5544;padding:0 0 1px;color:#6b5544;font:inherit;font-size:.875rem;font-weight:500;cursor:pointer}.mv-link:hover{color:#c6654c;border-color:#c6654c}.mv-link:disabled{opacity:.5;cursor:default}.btn-success{background:#2c814f;color:#fff;border:none}.btn-success:hover{background:color-mix(in srgb,#2c814f,black 12%);color:#fff}.btn.btn-success:focus,.btn.btn-success:not(:disabled):not(.disabled):active,.btn.btn-success:not(:disabled):not(.disabled):active:focus{background:color-mix(in srgb,#2c814f,black 12%);color:#fff;border-color:rgba(0,0,0,0);box-shadow:none}.mv-empty{text-align:center;padding:48px 24px;color:#6b5544}@media(max-width:767px){.mv-days{--mv-days-visible:3.5;--mv-days-bleed:0px;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:max(76px,(100% + 2*var(--mv-days-bleed) - (var(--mv-days-visible) - 1)*8px)/var(--mv-days-visible));overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;margin-inline:calc(-1*var(--mv-days-bleed));padding:8px var(--mv-days-bleed) 2px;margin-top:-8px;scrollbar-width:none}.mv-days::-webkit-scrollbar{display:none}.mv-days .day{scroll-snap-align:center}.mv-item .mv-days{--mv-days-bleed:16px}.challenge-meta .mv-days{--mv-days-bleed:22px}}@media(max-width:960px){.mv-item{grid-template-columns:120px 1fr;padding:16px;gap:16px}.mv-weeks{gap:6px}}@media(max-width:560px){.mv-item{grid-template-columns:1fr}.mv-photo{aspect-ratio:16/9}}.lb{margin-bottom:80px}.lb-empty,.lb-list__empty{color:#6b5544;padding:32px 4px}.lb-types{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.lb-type{display:inline-flex;align-items:center;gap:8px;padding:9px 18px;border-radius:999px;background:#fff;border:1.5px solid #ece4d3;color:#3e2b1b;font:inherit;font-weight:600;font-size:.9375rem;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.lb-type:hover{border-color:#c6654c}.lb-type.is-active{background:#3e2b1b;border-color:#3e2b1b;color:#fff}.lb-type__you{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff;padding:2px 7px;border-radius:999px}.lb-type.is-active .lb-type__you,.lb-type__you{background:#c6654c}.lb-card{background:#fff;border:1px solid #ece4d3;border-radius:16px;box-shadow:0 8px 32px rgba(62,43,27,.08);overflow:hidden}.lb-cardhead{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;border-bottom:1px solid #ece4d3}.lb-cardhead h2{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.375rem;font-weight:600;margin-top:0;margin-bottom:8px}.lb-cardhead .sub{font-size:.8125rem;color:#6b5544;margin-bottom:0}.lb-cardhead .sub strong{color:#c6654c;font-weight:700}.lb-jump{padding:0;border:none;background:none;color:inherit;font:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:3px;transition:color .15s ease}.lb-jump:hover{color:#c6654c}.lb-headctl{display:flex;align-items:center;gap:10px;flex-shrink:0;flex-wrap:wrap}.lb-refcheck{display:inline-flex;align-items:center;gap:8px;font-size:.8125rem;font-weight:600;color:#3e2b1b;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.lb-refcheck input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;margin:0;border:1.5px solid #ece4d3;border-radius:5px;background:#fff;cursor:pointer;display:inline-grid;place-content:center;transition:background .15s ease,border-color .15s ease}.lb-refcheck input:before{content:"";width:9px;height:9px;background:#fff;-webkit-clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);transform:scale(0);transition:transform .15s ease}.lb-refcheck input:hover{border-color:#ce89bb}.lb-refcheck input:checked{background:#ce89bb;border-color:#ce89bb}.lb-refcheck input:checked:before{transform:scale(1)}.lb-filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:14px 24px;border-bottom:1px solid #ece4d3;background:#f3ede0}.lb-filters .filter-label{min-width:0}.lb-filters .filter-pill__pillar-icon--community{background:#ce89bb}.lb-grid{display:grid;grid-template-columns:56px 1fr 200px 116px;align-items:center;grid-gap:14px;gap:14px}.lb-thead{padding:12px 24px;font-size:.6875rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:#6b5544;border-bottom:1px solid #ece4d3;background:#fff}.lb-thead .r-rank{text-align:center}.lb-thead .r-num{text-align:right}.lb-list{position:relative;max-height:66vh;overflow-y:auto;scroll-behavior:smooth}.lb-row{padding:12px 24px;border-top:1px solid #ece4d3}.lb-row:first-child{border-top:none}.lb-row .rank{text-align:center;font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:600;font-size:1.125rem;color:#6b5544}.lb-row .rank .medal{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;color:#fff;font-size:.9375rem}.lb-row .rank .medal.g1{background:linear-gradient(135deg,#e9c44c,#c99a19)}.lb-row .rank .medal.g2{background:linear-gradient(135deg,#c7cbd1,#9aa0a8)}.lb-row .rank .medal.g3{background:linear-gradient(135deg,#d9986b,#b6764a)}.lb-row.is-you{background:#efe6d6;box-shadow:inset 4px 0 0 #c6654c;scroll-margin:40vh}.lb-who{display:flex;align-items:center;gap:12px;min-width:0;color:inherit;text-decoration:none}.lb-who:hover .lb-nick{color:#c6654c;text-decoration:underline}.lb-who:hover .lb-ava{box-shadow:0 0 0 2px #c6654c}.lb-ava{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.875rem;flex-shrink:0;overflow:hidden}.lb-ava img{width:100%;height:100%;object-fit:cover}.lb-nick{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lb-youchip{flex-shrink:0;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:#c6654c;color:#fff;padding:2px 8px;border-radius:999px}.lb-dist{display:flex;gap:1px;width:100%;height:12px;border-radius:999px;overflow:hidden;background:rgba(62,43,27,.08)}.lb-dist i{display:block;height:100%;background:var(--pillar,#c6654c);transition:opacity .15s ease,width .25s ease}.lb-dist .lb-dist__community{background:#ce89bb}.lb-row .pts{text-align:right;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.lb-row .pts small{font-weight:600;color:#6b5544;font-size:.75rem;margin-left:3px}.lb-row .pts .pts-total{display:block;margin-top:2px;font-weight:600;font-size:.6875rem;color:#6b5544}@media(max-width:960px){.lb-grid{grid-template-columns:48px 1fr 96px;gap:10px}.lb-row .lb-dist,.lb-thead .r-dist{display:none}.lb-filters,.lb-row,.lb-thead{padding-left:16px;padding-right:16px}.lb-cardhead{flex-direction:column;align-items:flex-start}}.pf{margin:48px 0 80px;max-width:860px}.pf-head{display:flex;align-items:center;gap:24px;margin-bottom:32px}@media(max-width:599px){.pf-head{flex-wrap:wrap;gap:16px}}.pf-avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;flex-shrink:0}.pf-avatar--initial{display:inline-flex;align-items:center;justify-content:center;background:#c6654c;color:#fff;font-weight:700;font-size:2rem}.pf-id{flex:1 1;min-width:0}.pf-type{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b5544;margin-bottom:4px}.pf-name{margin:0;font-size:1.75rem;line-height:1.15;word-break:break-word}.pf-region{display:inline-flex;align-items:center;gap:6px;margin-top:8px;color:#6b5544;font-size:.9375rem}.pf-region svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pf-block{margin-bottom:36px}.pf-block__head{display:flex;align-items:center;gap:10px;margin-bottom:16px}.pf-block__title{margin:0 0 16px;font-size:1.25rem}.pf-block__head .pf-block__title{margin-bottom:0}.pf-count{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;padding:0 8px;border-radius:999px;background:#3e2b1b;color:#fff;font-size:.8125rem;font-weight:700}.pf-empty{color:#6b5544;padding:8px 0}.pf-axis{padding:20px 22px;background:#fff;border:1.5px solid #ece4d3;border-radius:16px}.pf-axis__total{display:flex;align-items:baseline;gap:8px;margin-bottom:12px}.pf-axis__num{font-size:1.75rem;font-weight:800;line-height:1;color:#c6654c}.pf-axis__lbl{font-size:.875rem;color:#6b5544}.pf-axis__bar{display:flex;width:100%;height:18px;border-radius:999px;background:#ece4d3;overflow:hidden}.pf-axis__bar span{height:100%;background:var(--pillar,#c6654c);box-shadow:inset -1px 0 0 hsla(0,0%,100%,.65)}.pf-axis__bar span:last-child{box-shadow:none}.pf-axis__legend{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:10px 24px}.pf-axis__legend li{display:inline-flex;align-items:center;gap:8px}.pf-axis__dot{width:11px;height:11px;border-radius:50%;background:var(--pillar,#6b5544);flex-shrink:0}.pf-axis__name{font-weight:600}.pf-axis__pts{font-weight:800;color:#3e2b1b;white-space:nowrap}.pf-axis__pts small{font-weight:600;color:#6b5544}.pf-cc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:16px;gap:16px}.pf-cc-card{background:#fff;border-radius:14px;border:1.5px solid #ece4d3;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.pf-cc-card:hover{transform:translateY(-3px);border-color:var(--pillar,#c6654c);box-shadow:0 8px 24px rgba(62,43,27,.1)}.pf-cc-photo{position:relative;height:96px;background-size:cover;background-position:50%;background-color:color-mix(in srgb,var(--pillar,#c6654c) 16%,white)}.pf-cc-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(25deg,color-mix(in srgb,var(--pillar,#c6654c) 70%,transparent) 0,transparent 70%)}.pf-cc-photo.is-empty:after{background:none}.pf-cc-illu{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.pf-cc-illu img{width:40px;height:40px;filter:brightness(0) invert(1);opacity:.9}.pf-cc-tags{position:absolute;top:10px;left:10px;right:10px;z-index:2;display:flex;flex-wrap:wrap;gap:6px}.pf-cc-tag{display:inline-flex;align-items:center;gap:5px;background:#fff;border-radius:999px;padding:3px 10px;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#3e2b1b}.pf-cc-tag--type{background:rgba(62,43,27,.82);color:#fff}.pf-cc-dot{width:7px;height:7px;border-radius:50%;background:var(--pillar,#c6654c)}.pf-cc-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:6px;flex:1 1}.pf-cc-body h3{margin:0;font-size:.9375rem;line-height:1.25}.pf-cc-meta{font-size:.75rem;color:#6b5544}.pf-badges{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:14px;gap:14px}.pf-badge{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:18px 14px;background:#fff;border:1.5px solid #ece4d3;border-radius:14px}.pf-badge__ico{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:color-mix(in srgb,var(--pillar,#c6654c) 16%,transparent);font-size:1.75rem}.pf-badge__ico img{width:36px;height:36px;object-fit:contain}.pf-badge__name{font-weight:700;font-size:.9375rem;line-height:1.25}.pf-badge__date{font-size:.75rem;color:#6b5544}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 12px 5px 10px;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.02em;white-space:nowrap}.status-pill svg{width:13px;height:13px}.status-pill svg.status-pill__play{width:15px;height:15px}.status-pill--done{background:color-mix(in srgb,#2c814f 12%,white);color:#2c814f}.status-pill--active{background:#fff;color:#c6654c}.status-pill--corner{position:absolute;top:12px;left:12px;z-index:2;box-shadow:0 2px 8px rgba(0,0,0,.12)}.auth-wrap{max-width:460px;margin:0 auto;padding:48px 0 80px}.auth-card{background:#fff;border-radius:16px;box-shadow:0 2px 16px rgba(62,43,27,.06);padding:32px 30px 30px}.auth-tabs{display:flex;gap:4px;background:#f9f5ec;border-radius:999px;padding:4px;margin-bottom:24px}.auth-tab{flex:1 1;border:none;background:none;cursor:pointer;padding:10px;border-radius:999px;font-family:inherit;font-weight:600;font-size:.9375rem;color:#6b5544;transition:background .15s ease,color .15s ease}.auth-tab.is-active{background:#fff;color:#3e2b1b;box-shadow:0 1px 4px rgba(62,43,27,.1)}.auth-head{margin-bottom:20px}.auth-head h1{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.625rem;margin:0 0 6px}.auth-head p{color:#6b5544;font-size:.9375rem;margin:0}.auth-error{background:rgba(192,57,43,.08);border:1px solid rgba(192,57,43,.3);color:#c0392b;border-radius:10px;padding:10px 14px;font-size:.875rem;margin-bottom:16px}.acct-types{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-bottom:18px}.acct-type{display:flex;align-items:center;justify-content:center;text-align:center;padding:12px 6px;border:1.5px solid #ece4d3;border-radius:12px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.acct-type input{position:absolute;opacity:0;pointer-events:none}.acct-type__name{font-weight:600;font-size:.8125rem;color:#3e2b1b}.acct-type:hover{border-color:rgba(198,101,76,.5)}.acct-type.is-active{border-color:#c6654c;background:rgba(198,101,76,.05)}.auth-sent{text-align:center}.auth-sent__icon{display:block;width:130px;height:auto;margin:10px auto 20px}.auth-sent__actions{margin:14px 0 10px}.acct-types--pick{grid-template-columns:1fr;gap:10px}.acct-types--pick .acct-type{justify-content:flex-start;text-align:left;gap:14px;padding:14px 16px;background:#fff;font-family:inherit}.acct-types--pick .acct-type__icon{flex:0 0 auto;width:48px;height:48px}.acct-types--pick .acct-type__text{display:flex;flex-direction:column;gap:3px}.acct-types--pick .acct-type__name{font-size:.9375rem}.acct-types--pick .acct-type__desc{font-size:.8125rem;color:#6b5544;line-height:1.35}.field{margin-bottom:14px}.field>label{display:block;font-size:.8125rem;font-weight:600;color:#3e2b1b;margin-bottom:6px}.field input,.field select{width:100%;box-sizing:border-box;padding:11px 13px;border:1.5px solid #ece4d3;border-radius:10px;font-family:inherit;font-size:.9375rem;color:#3e2b1b;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.field input:focus,.field select:focus{outline:none;border-color:#c6654c;box-shadow:0 0 0 3px rgba(198,101,76,.12)}.field-password{position:relative}.field-password input{padding-right:44px}.field-password__toggle{position:absolute;top:50%;right:6px;transform:translateY(-50%);width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:none;border-radius:8px;color:#6b5544;cursor:pointer;transition:color .15s ease}.field-password__toggle:hover{color:#3e2b1b}.field-password__toggle:focus-visible{outline:2px solid #c6654c;outline-offset:1px}.field-password__toggle svg{width:20px;height:20px}.field-check{display:flex;align-items:flex-start;gap:10px;margin:6px 0 20px;font-size:.8125rem;color:#6b5544;line-height:1.4}.field-check input{width:18px;height:18px;margin-top:1px;flex-shrink:0;accent-color:#c6654c}.auth-submit{width:100%;justify-content:center}.auth-forgot{display:flex;justify-content:flex-end;margin:-6px 0 16px}.auth-link{display:inline-block;margin-top:14px;background:none;border:none;padding:0;font:inherit;font-size:.875rem;font-weight:600;color:#c6654c;cursor:pointer;text-decoration:none}.auth-link:hover{color:#a84f3a}.auth-forgot .auth-link{margin-top:0;font-weight:500}.auth-back{display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:0;margin:0 0 10px;font:inherit;font-size:.8125rem;font-weight:600;color:#6b5544;cursor:pointer}.auth-back:hover{color:#c6654c}.account{max-width:640px;margin:0 auto;padding:48px 0 80px}.account__kicker{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#c6654c;margin-bottom:12px}.account__name{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.1;margin:0 0 8px}.account__meta{color:#6b5544;font-size:1rem;margin:0 0 32px}.account__panel{background:#fff;border-radius:16px;box-shadow:0 2px 12px rgba(62,43,27,.05);padding:24px 28px;margin-bottom:24px}.account__panel h2{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.25rem;margin:0 0 16px}.account__details{margin:0;display:flex;flex-direction:column;gap:12px}.account__details div{display:flex;justify-content:space-between;gap:16px}.account__details dt{color:#6b5544;font-size:.9375rem}.account__details dd{margin:0;font-weight:600;color:#3e2b1b;text-align:right}.account__note{color:#6b5544;font-size:.9375rem;margin:0 0 24px}.auth-success{background:rgba(46,125,79,.08);border:1px solid rgba(46,125,79,.3);color:#2e7d4f;border-radius:10px;padding:10px 14px;font-size:.875rem;margin-bottom:16px}.auth-social{margin-bottom:20px}.auth-social__google{display:flex;justify-content:center;margin-bottom:10px}.auth-social__facebook{display:block;width:100%;max-width:320px;margin:0 auto;box-sizing:border-box;padding:11px 13px;border:none;border-radius:10px;background:#1877f2;color:#fff;font-family:inherit;font-size:.9375rem;font-weight:600;cursor:pointer;transition:opacity .15s ease}.auth-social__facebook:hover:not(:disabled){opacity:.9}.auth-social__facebook:disabled{opacity:.6;cursor:default}.auth-social__divider{display:flex;align-items:center;gap:12px;margin-top:18px;color:#6b5544;font-size:.8125rem}.auth-social__divider:after,.auth-social__divider:before{content:"";flex:1 1;height:1px;background:#ece4d3}.auth-menu{display:inline-flex;align-items:center;gap:8px;min-width:90px;font-weight:600;font-size:.9375rem;color:#3e2b1b;text-decoration:none;white-space:nowrap}.auth-menu:hover{color:#c6654c}.auth-menu__avatar{object-fit:cover}.auth-menu__avatar,.auth-menu__initial{width:28px;height:28px;border-radius:50%}.auth-menu__initial{display:inline-flex;align-items:center;justify-content:center;background:#c6654c;color:#fff;font-size:.8125rem;font-weight:700}.profile-form .btn{margin-top:6px}.profile-form__actions{display:flex;align-items:center;gap:16px}.profile-form__actions .auth-link{margin-top:0}.field-hint{margin:6px 0 0;font-size:.8125rem;color:#6b5544}.field-optional{font-weight:400;color:#6b5544}.avatar-upload{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.avatar-upload__preview{width:72px;height:72px;border-radius:50%;overflow:hidden;background:#f9f5ec;display:flex;align-items:center;justify-content:center;flex-shrink:0}.avatar-upload__preview img{width:100%;height:100%;object-fit:cover}.avatar-upload__initial{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.75rem;font-weight:700;color:#6b5544}.avatar-upload__actions{display:flex;align-items:center;gap:14px}.avatar-upload__pick{cursor:pointer}.avatar-upload__pick input{display:none}.avatar-upload__pick.is-busy{opacity:.6;pointer-events:none}.avatar-upload__remove{border:none;background:none;padding:0;font-family:inherit;font-size:.875rem;color:#6b5544;text-decoration:underline;cursor:pointer}.avatar-upload__remove:hover:not(:disabled){color:#c0392b}.avatar-upload__remove:disabled{opacity:.6;cursor:default}.avatar-upload .auth-error{flex-basis:100%;margin:0}.ao-kicker{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#c6654c;margin-bottom:12px}.ao-kicker--community{color:#ce89bb}.ao-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:22px}.ao-section-head h2{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:clamp(1.5rem,2.8vw,1.875rem);margin:0 0 6px}.ao-section-sub{color:#6b5544;font-size:.875rem;max-width:520px;margin:0}.ao-head{padding:40px 0 8px}.ao-profile{display:flex;align-items:center;gap:22px;margin-bottom:16px}.ao-avatar{width:78px;height:78px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid #fff;box-shadow:0 2px 12px rgba(62,43,27,.05)}.ao-avatar--initial{display:inline-flex;align-items:center;justify-content:center;background:#c6654c;color:#fff;font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:2rem;font-weight:700}.ao-profile__id{min-width:0}.ao-profile__name{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:clamp(1.875rem,4vw,2.75rem);line-height:1.05;margin:0 0 8px}.ao-profile__meta{display:inline-flex;align-items:center;gap:6px;font-size:.9375rem;color:#6b5544}.ao-profile__meta svg{width:15px;height:15px;stroke:#c6654c;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ao-lede{color:#6b5544;font-size:1.125rem;max-width:620px;margin:0}.ao-badges,.ao-badges-empty{padding:28px 0 8px}.ao-badges-empty p{background:#fff;border:1px dashed #ece4d3;border-radius:20px;padding:28px 32px;color:#6b5544;font-size:1rem;margin:0}.ao-badges-card{background:#fff;border-radius:20px;padding:40px 44px;box-shadow:0 2px 12px rgba(62,43,27,.05);display:grid;grid-template-columns:1fr auto;grid-gap:44px;gap:44px;align-items:center;position:relative;overflow:hidden}.ao-badges-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 16% 28%,rgba(228,178,41,.1),transparent 46%);pointer-events:none}.ao-badges-main{display:flex;flex-direction:column;gap:22px;min-width:0;position:relative}.ao-spotlight{display:flex;align-items:center;gap:30px}.ao-ring{position:relative;width:132px;height:132px;flex-shrink:0}.ao-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.ao-ring .ao-ring-bg{fill:none;stroke:rgba(62,43,27,.08);stroke-width:10}.ao-ring .ao-ring-fg{fill:none;stroke:#c6654c;stroke-width:10;stroke-linecap:round;transition:stroke-dashoffset .4s ease}.ao-ring .ao-ring-ico{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:46px}.ao-ring .ao-ring-ico img{width:52px;height:52px;object-fit:contain}.ao-ring .ao-ring-ico[class*=is-tier-]{inset:14px}.ao-spot-text h2{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:clamp(1.5rem,3vw,2.125rem);margin:0 0 8px;line-height:1.1}.ao-spot-text p{color:#6b5544;font-size:.9375rem;max-width:400px;margin:0 0 14px;line-height:1.5}.ao-spot-progress{display:inline-block;font-size:.8125rem;font-weight:700;color:#3e2b1b;background:#f2ebdc;padding:6px 14px;border-radius:999px;margin-bottom:18px}.ao-spot-cta{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;border-radius:999px;background:#c6654c;color:#fff;font-weight:600;font-size:.9375rem;text-decoration:none;transition:background .15s ease,transform .15s ease}.ao-spot-cta:hover{background:#a84f3a;transform:translateY(-1px);color:#fff}.ao-minis-lbl,.ao-recent-lbl{display:block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#6b5544;margin-bottom:10px}.ao-minis{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.ao-mini{display:flex;align-items:center;gap:10px;background:#f2ebdc;border-radius:14px;padding:10px 12px;min-width:0}.ao-mini-ico,.ao-recent-ico{width:38px;height:38px;border-radius:50%;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:19px;line-height:1;background:rgba(62,43,27,.06)}.ao-mini-ico img,.ao-recent-ico img{width:22px;height:22px;object-fit:contain}.ao-mini-txt,.ao-recent-txt{min-width:0}.ao-mini-name{display:block;font-size:.78rem;font-weight:600;color:#3e2b1b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ao-mini-prog{font-size:.6875rem;color:#6b5544}.ao-badges-side{border-left:1px solid #ece4d3;padding-left:44px;display:flex;flex-direction:column;gap:22px}.ao-counts{display:flex;gap:36px}.ao-count-num{display:block;font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:2.875rem;line-height:1;color:#3e2b1b}.ao-count-num--accent{color:#c6654c}.ao-count-num--community{color:#ce89bb}.ao-count-lbl{font-size:.8125rem;color:#6b5544}.ao-recent-grid{display:grid;grid-template-columns:repeat(2,minmax(0,168px));grid-gap:10px;gap:10px}.ao-recent-card{position:relative;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #ece4d3;border-radius:14px;box-shadow:0 2px 12px rgba(62,43,27,.05);padding:10px 12px;min-width:0}.ao-recent-name{display:block;font-size:.78rem;font-weight:600;color:#3e2b1b;line-height:1.2}.ao-recent-date{font-size:.6875rem;color:#6b5544}.ao-pillars{padding:36px 0 24px}.ao-pillars>.ao-collink{margin-top:20px}.ao-total{font-size:.875rem;color:#6b5544;white-space:nowrap}.ao-total b{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.5rem;color:#c6654c;font-weight:600}.ao-legend{display:flex;flex-wrap:wrap;gap:6px 16px;margin-top:12px;font-size:.8125rem;color:#6b5544}.ao-legend span{display:inline-flex;align-items:center;gap:6px}.ao-tdot{display:inline-block;width:8px;height:8px;border-radius:50%;border:1.5px solid}.ao-tdot--bronze{border-color:#b07a3f}.ao-tdot--silver{border-color:#7a808a}.ao-tdot--gold{border-color:#c99a2e}.ao-pp-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:16px;gap:16px}.ao-pp-card{position:relative;overflow:hidden;background:#fff;border-radius:14px;padding:22px 20px;box-shadow:0 2px 12px rgba(62,43,27,.05)}.ao-pp-blob{position:absolute;top:-18px;right:-18px;width:88px;height:88px;border-radius:60% 40% 52% 48%/52% 46% 54% 48%;display:flex;align-items:center;justify-content:center;background:var(--pillar)}.ao-pp-blob img{width:32px;height:32px;transform:translate(-6px,6px);filter:brightness(0) invert(1)}.ao-pp-name{display:block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#3e2b1b;padding-right:56px;margin-bottom:12px}.ao-pp-val{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.875rem;line-height:1;color:#3e2b1b;margin-bottom:10px}.ao-pp-val span{font-size:.9375rem;color:#6b5544}.ao-pp-tier{display:inline-flex;align-items:center;gap:5px;font-size:.656rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:4px 9px;border-radius:999px;margin-bottom:12px;border:1.5px solid rgba(0,0,0,0)}.ao-tier-none{background:rgba(62,43,27,.06);color:#6b5544}.ao-tier-bronze{background:rgba(176,122,63,.16);color:#8a5a28;border-color:#b07a3f}.ao-tier-silver{background:rgba(122,128,138,.2);color:#5d626b;border-color:#7a808a}.ao-tier-gold{background:rgba(201,154,46,.2);color:#8a6710;border-color:#c99a2e}.ao-pp-bar{height:6px;background:rgba(62,43,27,.08);border-radius:999px;overflow:hidden;margin-bottom:10px}.ao-pp-bar>span{display:block;height:100%;border-radius:999px;background:var(--pillar)}.ao-pp-sub{font-size:.6875rem;color:#6b5544}.ao-invite{padding:8px 0 24px}.ao-invite-card{position:relative;overflow:hidden;display:flex;gap:32px;align-items:center;flex-wrap:wrap;background:#fff;border-radius:14px;box-shadow:inset 0 0 0 1px rgba(206,137,187,.22);padding:28px 30px}.ao-invite-blob{position:absolute;top:-18px;right:-18px;width:88px;height:88px;border-radius:60% 40% 52% 48%/52% 46% 54% 48%;display:flex;align-items:center;justify-content:center;background:#ce89bb}.ao-invite-blob img{width:34px;height:34px;transform:translate(-6px,6px)}.ao-invite-text{flex:1 1 320px;min-width:0}.ao-invite-text h2{margin:4px 0 8px}.ao-invite-text p{color:#6b5544;font-size:.9375rem;max-width:560px;margin:0 0 16px}.ao-invite-linkrow{display:flex;gap:10px;flex-wrap:wrap}.ao-invite-input{flex:1 1 240px;min-width:0;font-size:.875rem;color:#3e2b1b;background:rgba(62,43,27,.04);border:1px solid #ece4d3;border-radius:999px;padding:11px 18px}.ao-invite-copy{flex:0 0 auto;font-size:.875rem;font-weight:600;color:#fff;background:#ce89bb;border:none;border-radius:999px;padding:11px 22px;cursor:pointer;transition:opacity .15s ease}.ao-invite-copy:hover{opacity:.88}.ao-invite-copy:disabled{opacity:.5;cursor:default}.ao-invite-stats{display:flex;gap:28px;flex:0 0 auto}.ao-challenges{padding:28px 0 24px}.ao-head-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;border-radius:999px;background:#c6654c;color:#fff;font-weight:600;font-size:.9375rem;text-decoration:none;white-space:nowrap;box-shadow:0 2px 12px rgba(62,43,27,.05);transition:background .15s ease,transform .15s ease}.ao-head-btn:hover{background:#a84f3a;transform:translateY(-1px);color:#fff}.ao-challenges-empty{background:#f2ebdc;border:1.5px dashed #ece4d3;border-radius:20px;padding:40px 32px;text-align:center}.ao-challenges-empty h3{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.375rem;margin:0 0 8px}.ao-challenges-empty p{color:#6b5544;font-size:.9375rem;max-width:420px;margin:0 auto 20px}.ao-rail{display:flex;gap:18px;overflow-x:auto;overflow-y:visible;padding:6px 4px 18px;margin:0 -4px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.ao-rail::-webkit-scrollbar{height:8px}.ao-rail::-webkit-scrollbar-thumb{background:#ece4d3;border-radius:999px}.ao-rail::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.ao-ch-card{flex:0 0 300px;scroll-snap-align:start;background:#fff;border-radius:20px;box-shadow:0 2px 12px rgba(62,43,27,.05);overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease}.ao-ch-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(62,43,27,.1)}.ao-ch-card--add{background:#f2ebdc;box-shadow:none;border:1.5px dashed #ece4d3;align-items:center;justify-content:center;text-align:center}.ao-ch-card--add:hover{box-shadow:0 2px 12px rgba(62,43,27,.05)}.ao-ch-add{padding:40px 24px}.ao-ch-add h3{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.1875rem;margin:0 0 6px}.ao-ch-add p{color:#6b5544;font-size:.875rem;margin:0 0 8px}.ao-ch-add__cta{color:#c6654c;font-weight:600;font-size:.875rem}.ao-ch-photo{position:relative;height:132px;background-size:cover;background-position:50%;background-color:color-mix(in srgb,var(--pillar) 16%,white)}.ao-ch-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(25deg,color-mix(in srgb,var(--pillar) 70%,transparent) 0,transparent 70%)}.ao-ch-photo.is-empty:after{background:none}.ao-ch-illu{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:1}.ao-ch-illu img{width:52px;height:52px;filter:brightness(0) invert(1);opacity:.9}.ao-ch-tag{position:absolute;top:14px;left:14px;z-index:2;display:inline-flex;align-items:center;gap:6px;background:#fff;border-radius:999px;padding:4px 12px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#3e2b1b}.ao-ch-dot{width:8px;height:8px;border-radius:50%;background:var(--pillar)}.ao-ch-body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:10px;flex:1 1}.ao-ch-body h3{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.1875rem;line-height:1.2;margin:0}.ao-ch-meta{font-size:.8125rem;color:#6b5544}.ao-ch-sep{opacity:.5}.ao-ch-progress{margin-top:auto}.ao-ch-segs{display:flex;gap:4px}.ao-ch-seg{flex:1 1;height:4px;border-radius:2px;background:rgba(62,43,27,.08)}.ao-ch-seg.is-done{background:#2c814f}.ao-ch-seg.is-now{background:rgba(62,43,27,.45)}.ao-ch-seg.is-missed{background:#c6654c}.ao-ch-prog-label{margin-top:8px;font-size:.75rem;color:#6b5544;font-weight:600}.ao-learned{padding:28px 0 24px}.ao-panels{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.ao-panel{background:#fff;border-radius:20px;padding:28px 32px;box-shadow:0 2px 12px rgba(62,43,27,.05);display:flex;flex-direction:column;gap:16px}.ao-panel-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.ao-panel-head h3{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.375rem;margin:0}.ao-panel-count{font-size:.8125rem;color:#6b5544;white-space:nowrap}.ao-panel-count b{color:#c6654c;font-weight:700;font-size:.9375rem}.ao-panel-empty{color:#6b5544;font-size:.9375rem;margin:0}.ao-panel-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.ao-panel-list li a{display:flex;align-items:center;gap:14px;padding:12px 10px;border-radius:10px;color:inherit;text-decoration:none;transition:background .15s ease}.ao-panel-list li a:hover{background:#f2ebdc}.ao-it-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:var(--pillar)}.ao-it-title{flex:1 1;font-weight:500;font-size:.9375rem;color:#3e2b1b}.ao-it-meta{font-size:.75rem;color:#6b5544;white-space:nowrap}.ao-panel-cta{margin-top:auto;color:#c6654c;text-decoration:none;font-weight:600;font-size:.875rem;padding-top:6px}.ao-panel-cta:hover{text-decoration:underline}.ao-materials{padding:28px 0 24px;display:flex;flex-direction:column;align-items:flex-start;gap:18px}.ao-materials .ao-section-head{width:100%;margin-bottom:0}.ao-materials__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px;width:100%}.ao-material{display:grid;grid-template-columns:96px 1fr;align-items:stretch;background:#fff;border-radius:20px;overflow:hidden;color:inherit;text-decoration:none;box-shadow:0 2px 12px rgba(62,43,27,.05);transition:transform .15s ease,box-shadow .15s ease}.ao-material:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(62,43,27,.1)}.ao-material:hover .ao-material__title{color:#c6654c}.ao-material__thumb{position:relative;overflow:hidden;background:color-mix(in srgb,var(--pillar,#c6654c) 14%,white)}.ao-material__thumb img{width:100%;height:100%;object-fit:cover;display:block}.ao-material__thumb--page{display:flex;align-items:center;justify-content:center;padding:10px}.ao-material__thumb--page img{width:auto;height:100%;max-width:100%;object-fit:contain;border-radius:2px;box-shadow:0 2px 8px rgba(62,43,27,.18)}.ao-material__type{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:.875rem;font-weight:700;letter-spacing:.06em;color:var(--pillar,#c6654c);opacity:.65}.ao-material__body{display:flex;flex-direction:column;gap:8px;padding:16px 18px;min-width:0}.ao-material__title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1rem;font-weight:600;line-height:1.25;color:#3e2b1b;transition:color .15s ease}.ao-material__get{display:inline-flex;align-items:center;gap:6px;margin-top:auto;font-size:.8125rem;font-weight:700;color:#c6654c}.ao-material__get svg{width:14px;height:14px}.ao-material .pillar-tag{font-size:.6875rem;gap:7px}.ao-material .pillar-tag__icon{width:24px;height:24px}.ao-collink{display:inline-flex;align-items:center;gap:4px;margin-top:4px;font-size:.8125rem;font-weight:600;color:#6b5544;text-decoration:none;transition:color .15s ease}.ao-collink:hover{color:#c6654c}.ao-coll{padding:40px 0 64px}.ao-coll-head{max-width:640px;margin-bottom:32px}.ao-coll-title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:clamp(1.875rem,4vw,2.75rem);line-height:1.05;margin:0 0 12px}.ao-coll-lede{color:#6b5544;font-size:1.125rem;margin:0 0 18px}.ao-coll-empty{background:#f2ebdc;border:1.5px dashed #ece4d3;border-radius:20px;padding:40px 32px;color:#6b5544;font-size:1rem;margin:0}.ao-coll-group{margin-bottom:40px}.ao-coll-group-title{display:flex;align-items:center;gap:10px;font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.375rem;margin:0 0 18px;padding-bottom:12px;border-bottom:1px solid #ece4d3}.ao-coll-group-count{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;padding:0 8px;border-radius:999px;background:#f2ebdc;color:#6b5544;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:.8125rem;font-weight:700}.ao-coll-group-empty{color:#6b5544;font-size:.9375rem;margin:0;background:#f2ebdc;border:1.5px dashed #ece4d3;border-radius:14px;padding:24px 28px}.ao-coll-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.ao-coll-card{position:relative;background:#fff;border:1px solid #ece4d3;border-radius:14px;padding:28px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;transition:transform .15s ease,box-shadow .15s ease}.ao-coll-card.is-earned{box-shadow:0 2px 12px rgba(62,43,27,.05);border-color:rgba(0,0,0,0)}.ao-coll-card.is-earned:hover,.ao-coll-card.is-progress:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(62,43,27,.1)}.ao-coll-card.is-locked,.ao-coll-card.is-progress{background:#f2ebdc;border-style:dashed}.ao-coll-reward{position:absolute;top:14px;right:14px;font-size:.6875rem;font-weight:700;color:#2c814f;background:color-mix(in srgb,#2c814f 12%,white);padding:3px 9px;border-radius:999px;letter-spacing:.02em}.ao-coll-card.is-locked .ao-coll-reward,.ao-coll-card.is-progress .ao-coll-reward{color:#6b5544;background:rgba(62,43,27,.06)}.ao-coll-ico{width:72px;height:72px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:34px;line-height:1;margin-bottom:6px;background:color-mix(in srgb,var(--pillar) 15%,white)}.ao-coll-ico img{width:40px;height:40px;object-fit:contain}.ao-coll-card.is-locked .ao-coll-ico,.ao-coll-card.is-progress .ao-coll-ico{background:rgba(62,43,27,.06);filter:grayscale(.5);opacity:.75}.ao-coll-name{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.125rem;line-height:1.2;margin:0}.ao-coll-desc{font-size:.8125rem;color:#6b5544;line-height:1.45;margin:0}.ao-coll-earned{display:inline-flex;align-items:center;gap:6px;margin-top:8px;font-size:.8125rem;font-weight:700;color:#2c814f}.ao-coll-earned svg{width:14px;height:14px}.ao-coll-tiers{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;list-style:none;margin:4px 0 0;padding:0}.ao-coll-tier{font-size:.6875rem;font-weight:700;line-height:1;padding:4px 9px;border-radius:999px;border:1.5px solid;color:#6b5544;opacity:.45}.ao-coll-tier.is-earned{opacity:1}.ao-coll-tier--bronze.is-earned{color:#8a5a28;border-color:#b07a3f;background:rgba(176,122,63,.14)}.ao-coll-tier--silver.is-earned{color:#5d626b;border-color:#7a808a;background:rgba(122,128,138,.18)}.ao-coll-tier--gold.is-earned{color:#8a6710;border-color:#c99a2e;background:rgba(201,154,46,.18)}.ao-coll-held{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin-bottom:8px;font-size:.75rem;font-weight:700;color:#2c814f}.ao-coll-held svg{width:12px;height:12px}.ao-coll-prog{width:100%;margin-top:8px}.ao-coll-bar{height:8px;background:rgba(62,43,27,.08);border-radius:999px;overflow:hidden}.ao-coll-bar>span{display:block;height:100%;border-radius:999px;background:#2c814f}.ao-coll-prog-lbl{display:block;margin-top:8px;font-size:.8125rem;font-weight:600;color:#3e2b1b}.ao-coll-pillar{position:absolute;top:14px;left:14px;display:inline-flex;align-items:center;gap:6px;font-size:.6875rem;font-weight:700;color:#6b5544;background:rgba(62,43,27,.06);padding:3px 9px;border-radius:999px;letter-spacing:.02em}.ao-coll-pillar:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--pillar)}.ao-coll-pillar.is-community:before{background:#ce89bb}.ao-coll-pillar.is-general:before{background:rgba(62,43,27,.2)}@media(max-width:960px){.ao-badges-card{grid-template-columns:1fr;gap:28px;padding:28px}.ao-spotlight{flex-direction:column;text-align:center;align-items:center}.ao-badges-side{border-left:none;border-top:1px solid #ece4d3;padding-left:0;padding-top:24px}.ao-counts,.ao-recent-grid{justify-content:center}.ao-pp-grid{grid-template-columns:repeat(2,1fr)}.ao-panels{grid-template-columns:1fr}.ao-panel{padding:24px 22px}.ao-coll-grid{grid-template-columns:repeat(2,1fr)}.ao-section-head{flex-direction:column;align-items:flex-start}.ao-materials__grid{grid-template-columns:1fr}}@media(max-width:560px){.ao-coll-grid,.ao-minis,.ao-pp-grid{grid-template-columns:1fr}.ao-recent-grid{grid-template-columns:repeat(2,1fr)}.ao-avatar{width:64px;height:64px}}.header-actions{display:flex;align-items:center;gap:14px;flex-shrink:0}.header-actions--loading{min-width:200px}.auth-login{display:inline-flex;align-items:center;padding:10px 18px;border-radius:999px;background:rgba(0,0,0,0);border:1.5px solid #ece4d3;color:#3e2b1b;text-decoration:none;font-weight:600;font-size:.875rem;white-space:nowrap;transition:border-color .15s ease,color .15s ease,transform .15s ease}.auth-login:hover{border-color:#c6654c;color:#3e2b1b;transform:translateY(-1px)}.auth-signin{display:inline-flex;align-items:center;padding:10px 18px;border-radius:999px;background:#c6654c;border:1.5px solid #c6654c;color:#fff;text-decoration:none;font-weight:600;font-size:.875rem;white-space:nowrap;transition:background .15s ease,border-color .15s ease,transform .15s ease}.auth-signin:hover{background:#a84f3a;border-color:#a84f3a;color:#fff;transform:translateY(-1px)}.my-challenges-btn{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border-radius:999px;background:#fff;border:1.5px solid #ece4d3;color:#3e2b1b;text-decoration:none;font-weight:600;font-size:.875rem;white-space:nowrap;transition:border-color .15s ease,transform .15s ease}.my-challenges-btn:hover{border-color:#c6654c;transform:translateY(-1px)}.my-challenges-btn[aria-current=page]{border-color:#c6654c;background:rgba(198,101,76,.06)}.my-challenges-btn.has-count{padding-left:8px}.my-challenges-btn__count{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;flex-shrink:0;background:#c6654c;color:#fff;font-size:.875rem;font-weight:700;line-height:1}.account-dd{position:relative}.account-dd__trigger{display:inline-flex;align-items:center;gap:10px;padding:6px 14px 6px 6px;border-radius:999px;background:#fff;border:1.5px solid #ece4d3;cursor:pointer;font-family:inherit;font-weight:600;font-size:.875rem;color:#3e2b1b;white-space:nowrap;transition:border-color .15s ease,transform .15s ease}.account-dd__trigger:hover{border-color:#c6654c;transform:translateY(-1px)}.account-dd__trigger[aria-current=page]{border-color:#c6654c;background:rgba(198,101,76,.06)}.account-dd.is-open .account-dd__trigger{border-color:#c6654c}.account-dd__avatar{object-fit:cover}.account-dd__avatar,.account-dd__initial{width:32px;height:32px;border-radius:50%;flex-shrink:0}.account-dd__initial{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c6654c,#a84f3a);color:#fff;font-size:.8125rem;font-weight:700}.account-dd__chevron{font-size:.625rem;transition:transform .15s ease}.account-dd.is-open .account-dd__chevron{transform:rotate(180deg)}.account-dd__menu{position:absolute;top:calc(100% + 10px);right:0;min-width:220px;background:#fff;border:1px solid #ece4d3;border-radius:14px;box-shadow:0 8px 28px rgba(62,43,27,.1);padding:8px;z-index:60;animation:mobileMenuIn .22s cubic-bezier(.22,1,.36,1)}.account-dd__menu[hidden]{display:none}.account-dd__item{display:flex;align-items:center;gap:12px;width:100%;box-sizing:border-box;padding:10px 12px;border:none;background:none;border-radius:10px;font-family:inherit;font-size:.9375rem;font-weight:500;color:#3e2b1b;text-decoration:none;text-align:left;cursor:pointer;transition:background .15s ease,color .15s ease}.account-dd__item:hover{background:rgba(198,101,76,.08);color:#c6654c}.account-dd__item:hover .account-dd__ico{color:#c6654c}.account-dd__item:disabled{opacity:.6;cursor:default}.account-dd__ico{display:inline-flex;flex-shrink:0;width:20px;height:20px;color:#6b5544;transition:color .15s ease}.account-dd__ico svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.account-dd__sep{height:1px;background:#ece4d3;margin:6px 4px}@media(max-width:767px){.account-dd__label{display:none}.account-dd__menu{right:0}.header-actions--loading{min-width:0}}@media(max-width:560px){.auth-login,.my-challenges-btn{display:none}}.mv-dd{position:relative}.mv-dd .my-challenges-btn{cursor:pointer;font-family:inherit}.mv-dd.is-open .my-challenges-btn{border-color:#c6654c}.mv-dd__chevron{font-size:.625rem;transition:transform .15s ease}.mv-dd.is-open .mv-dd__chevron{transform:rotate(180deg)}.mv-dd__menu{position:absolute;top:calc(100% + 10px);right:0;width:320px;max-width:calc(100vw - 32px);background:#fff;border:1px solid #ece4d3;border-radius:14px;box-shadow:0 8px 28px rgba(62,43,27,.1);padding:0;overflow:hidden;z-index:60;animation:mobileMenuIn .22s cubic-bezier(.22,1,.36,1)}.mv-dd__menu[hidden]{display:none}.mv-dd__item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-left:3px solid var(--pillar,#c6654c)}.mv-dd__item+.mv-dd__item{margin-top:4px}.mv-dd__item:hover{background:rgba(198,101,76,.06)}.mv-dd__body{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1 auto;text-decoration:none}.mv-dd__body:hover .mv-dd__title{color:#c6654c}.mv-dd__title{color:#3e2b1b;font-size:.9375rem;font-weight:600;line-height:1.3;text-decoration:none}.mv-dd__title:hover{color:#c6654c}.mv-dd__meta,.mv-dd__waiting{color:#6b5544;font-size:.75rem}.mv-dd__waiting{flex-shrink:0;white-space:nowrap}.mv-dd__item .btn{flex-shrink:0}.mv-dd__all{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:4px;padding:12px 14px;border-top:1px solid #ece4d3;background:rgba(198,101,76,.06);color:#c6654c;font-size:.875rem;font-weight:700;text-decoration:none;transition:background .15s ease}.mv-dd__all span{transition:transform .15s ease}.mv-dd__all:hover{background:rgba(198,101,76,.12);color:#c6654c}.mv-dd__all:hover span{transform:translateX(3px)}@media(max-width:560px){.mv-dd{display:none}}.ap{padding:40px 0 64px}.ap-head{max-width:640px;margin-bottom:32px}.ap-title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:clamp(1.875rem,4vw,2.75rem);line-height:1.05;margin:0 0 12px}.ap-lede{color:#6b5544;font-size:1.125rem;margin:0 0 20px}.ap-total{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.ap-total__num{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:700;line-height:1;color:#c6654c}.ap-total__label{color:#6b5544;font-size:.9375rem}.ap-empty{background:#f2ebdc;border:1.5px dashed #ece4d3;border-radius:20px;padding:40px 32px;color:#6b5544;font-size:1rem;margin:0}.ap-list{display:flex;flex-direction:column;gap:20px}.ap-group{background:#fff;border-radius:20px;box-shadow:0 2px 12px rgba(62,43,27,.05);padding:22px 26px 10px}.ap-group:has(.ap-group__note){padding-bottom:22px}.ap-group:not([open]){padding-bottom:22px}.ap-group:not([open]) .ap-group__head{padding-bottom:0;border-bottom:0}.ap-group__head{display:flex;align-items:center;gap:12px;padding-bottom:14px;border-bottom:1px solid #ece4d3;cursor:pointer;list-style:none}.ap-group__head::-webkit-details-marker{display:none}.ap-group__head:hover .ap-group__chev{color:#c6654c}.ap-group__head:focus-visible{outline:2px solid #c6654c;outline-offset:3px;border-radius:6px}.ap-group__chev{display:inline-flex;flex-shrink:0;color:#6b5544;transition:transform .2s ease,color .15s ease}.ap-group__chev svg{width:18px;height:18px}.ap-group[open] .ap-group__chev{transform:rotate(180deg)}.ap-group__title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.25rem;margin:0;flex:1 1;min-width:0}.ap-group__note{color:#6b5544;font-size:.9375rem;line-height:1.55;margin:14px 0 0}.ap-group--referral{--pillar:#ce89bb}.ap-dial{position:relative;width:72px;height:72px;flex-shrink:0;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;line-height:1;color:var(--pillar,#c6654c);background:color-mix(in srgb,var(--pillar,#c6654c) 10%,white);border-radius:50%}.ap-dial__ring{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg);overflow:visible}.ap-dial__track{fill:none;stroke:rgba(62,43,27,.09);stroke-width:5}.ap-dial__arc{fill:none;stroke:var(--pillar,#c6654c);stroke-width:5}.ap-dial__num{font-weight:700;font-size:1.0625rem;white-space:nowrap}.ap-dial__unit{font-size:.6875rem;font-weight:600;opacity:.75;margin-top:3px}.ap-rest{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin:0;padding:2px 4px;font-size:.875rem;color:#6b5544}.ap-rest__label{font-weight:600}.ap-rest__pillar{display:inline-flex;align-items:center;gap:7px}.ap-rest__dot{width:9px;height:9px;border-radius:50%;background:var(--pillar,#c6654c);opacity:.55}.ap-friends{list-style:none;margin:14px 0 0;padding:0}.ap-friend{display:flex;align-items:center;gap:12px;padding:10px 12px;margin-inline:-12px;border-radius:12px;color:inherit;text-decoration:none;transition:background .15s ease}.ap-friend:hover{background:#f2ebdc}.ap-friend:hover .ap-friend__name{color:#c6654c}.ap-friend__avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;flex-shrink:0}.ap-friend__avatar--initial{display:inline-flex;align-items:center;justify-content:center;background:rgba(62,43,27,.08);color:#6b5544;font-weight:700;font-size:.875rem}.ap-friend__text{display:flex;flex-direction:column;gap:2px;flex:1 1;min-width:0}.ap-friend__name{font-weight:500;font-size:.9375rem;transition:color .15s ease}.ap-friend__meta{font-size:.8125rem;color:#6b5544}.ap-friend__points{flex-shrink:0;width:72px;text-align:center;font-weight:700;font-size:.9375rem;color:var(--pillar,#ce89bb);white-space:nowrap}.ap-entries{list-style:none;margin:0;padding:0}.ap-entry{display:flex;align-items:center;gap:12px;padding:13px 0}.ap-entry+.ap-entry{border-top:1px solid rgba(236,228,211,.7)}.ap-entry__text{display:flex;flex-direction:column;gap:3px;flex:1 1;min-width:0}.ap-entry__title{font-weight:500;font-size:.9375rem;color:#3e2b1b}.ap-entry__meta{font-size:.8125rem;color:#6b5544}.ap-entry__type{font-weight:700;color:#6b5544}.ap-entry__points{flex-shrink:0;width:72px;text-align:center;font-weight:700;font-size:.9375rem;color:var(--pillar,#c6654c);white-space:nowrap}@media(max-width:560px){.ap-group{padding-inline:20px}.ap-entry{align-items:flex-start}.ap-entry__points{width:64px;margin-top:1px}.ap-dial,.ap-friend__points{width:64px}.ap-dial{height:64px}}.invite{max-width:680px;margin:48px auto 64px;text-align:center}.invite__kicker{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#c6654c;margin-bottom:20px}.invite__from{display:flex;align-items:center;justify-content:center;gap:18px;text-align:left;margin-bottom:24px}.invite__avatar{width:72px;height:72px;flex-shrink:0;border-radius:50%;object-fit:cover;box-shadow:0 0 0 3px rgba(198,101,76,.28)}.invite__fromtext h1{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.75rem;line-height:1.2;font-weight:600;margin-bottom:0}.invite__fromtext h1 strong{color:#c6654c}.invite__region{font-size:.875rem;color:#6b5544;margin-top:4px}.invite__lede{font-size:1.0625rem;line-height:1.6;color:#6b5544;margin:0 auto 32px;max-width:560px}.invite__actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:20px}.invite__note{font-size:.9375rem;color:#6b5544}.invite__note a{color:#c6654c;font-weight:600}@media(max-width:560px){.invite__from{flex-direction:column;text-align:center;gap:12px}.invite__fromtext h1{font-size:1.5rem}}.how-hero{padding:72px 0 40px;text-align:center}.how-hero__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}@media(max-width:767px){.how-hero__inner{padding-inline:16px}}.how-hero__inner{max-width:720px}.how-hero__inner h1{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:clamp(2rem,4.5vw,2.875rem);margin:0 0 16px}.how-hero__inner h1 u{position:relative;display:inline-block;text-decoration:none}.how-hero__inner h1 u:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-6px;height:8px;background:var(--pillar);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:100% 100%;mask-size:100% 100%}.how-hero__inner h1 u{white-space:nowrap}.how-hero__inner p{font-size:1.0625rem;line-height:1.6;color:#6b5544;margin:0}.how-flow{padding-bottom:72px}.how-flow__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}@media(max-width:767px){.how-flow__inner{padding-inline:16px}}.how-flow__inner{display:flex;flex-direction:column;gap:80px}.how-section{padding-block:64px}.how-section--paper{background:#fff}.how-section__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}@media(max-width:767px){.how-section__inner{padding-inline:16px}}.how-section__head{margin-bottom:28px}.how-section__head h2{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.75rem;margin:0 0 6px}.how-section__head p{color:#6b5544;margin:0}.how-section__cta{margin-top:20px}.how-section--split .how-section__inner{display:grid;grid-template-columns:minmax(0,300px) 1fr;align-items:start;grid-gap:48px;gap:48px}.how-section--split .how-section__head{margin-bottom:0}.how-section__more{margin-top:28px;text-align:center}.how-section .home-articles__grid{grid-template-columns:repeat(3,1fr)}.badge-teaser{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.badge-teaser__item{display:flex;gap:16px;align-items:flex-start;background:#fff;border-radius:16px;padding:20px}.how-section--paper .badge-teaser__item{background:#f9f5ec}.badge-teaser__icon{position:relative;flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:rgba(198,101,76,.1);font-size:1.5rem}.badge-teaser__icon img{width:34px;height:34px;object-fit:contain}.badge-teaser__check{position:absolute;right:-4px;bottom:-4px;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#2c814f;color:#fff;font-size:.75rem;font-weight:700;border:2px solid #fff}.badge-teaser__body h3{font-size:1rem;margin:0 0 4px}.badge-teaser__body p{font-size:.875rem;color:#6b5544;line-height:1.45;margin:0}.badge-teaser__item.is-earned .badge-teaser__icon{background:rgba(198,101,76,.18)}.how-cta{padding:72px 0 88px;text-align:center}.how-cta__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}@media(max-width:767px){.how-cta__inner{padding-inline:16px}}.how-cta h2{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:clamp(2.25rem,6vw,3.75rem);line-height:1.1;margin:0 0 28px}.how-cta__note{margin:16px 0 0;font-size:.9375rem}.how-cta__note a{color:#6b5544}@media(max-width:900px){.how-section--split .how-section__inner{display:block}.how-section--split .how-section__head{margin-bottom:28px}.badge-teaser{grid-template-columns:repeat(2,1fr)}.how-flow__inner{gap:56px}}@media(max-width:760px){.how-hero{padding-top:48px}.how-section{padding-block:44px}}@media(max-width:560px){.badge-teaser{grid-template-columns:1fr}}.auth-prompt{position:fixed;inset:0;z-index:1100;display:grid;place-items:center;padding:24px;background:rgba(62,43,27,.45);animation:auth-prompt-fade .2s ease}.auth-prompt__card{position:relative;width:100%;max-width:420px;background:#fff;border-radius:22px;box-shadow:0 24px 60px rgba(0,0,0,.24),0 4px 12px rgba(0,0,0,.08);padding:36px 32px 32px;text-align:center;animation:auth-prompt-in .32s cubic-bezier(.16,1,.3,1)}.auth-prompt__close{position:absolute;top:12px;right:14px;width:34px;height:34px;border:none;background:none;border-radius:50%;font-size:26px;line-height:1;color:#6b5544;cursor:pointer;transition:background .15s ease,color .15s ease}.auth-prompt__close:hover{background:#ece4d3;color:#3e2b1b}.auth-prompt__title{margin:0 0 10px;font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.375rem;line-height:1.25;color:#3e2b1b}.auth-prompt__text{margin:0 0 24px;color:#6b5544;font-size:.9375rem;line-height:1.5}.auth-prompt__actions{display:flex;flex-direction:column;gap:10px}.auth-prompt__actions .btn{width:100%;justify-content:center}@keyframes auth-prompt-fade{0%{opacity:0}to{opacity:1}}@keyframes auth-prompt-in{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.signup-cta{background:#f9f5ec;margin-top:44px}.signup-cta__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}@media(max-width:767px){.signup-cta__inner{padding-inline:16px}}.signup-cta__card{background:#c6654c;border-radius:24px;color:#fff;padding:72px 40px;text-align:center;--pillar:rgba(255,255,255,0.7)}.signup-cta__title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:700;font-size:clamp(2rem,4.4vw,3rem);line-height:1.1;margin:0;color:#fff;text-wrap:balance}.signup-cta__title u{position:relative;display:inline-block;text-decoration:none}.signup-cta__title u:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-6px;height:8px;background:var(--pillar);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:100% 100%;mask-size:100% 100%}.signup-cta__lede{margin:18px auto 0;max-width:560px;color:hsla(0,0%,100%,.92);font-size:1.0625rem;line-height:1.6}.signup-cta__points{list-style:none;padding:0;margin:28px 0 0;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.signup-cta__points li{margin:0;padding:8px 16px;border-radius:999px;background:hsla(0,0%,100%,.16);font-size:.9375rem;font-weight:600;line-height:1.2}.signup-cta__actions{margin-top:36px;display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.signup-cta__actions .btn.btn-primary,.signup-cta__actions .btn.btn-primary:focus,.signup-cta__actions .btn.btn-primary:hover,.signup-cta__actions .btn.btn-primary:not(:disabled):not(.disabled):active,.signup-cta__actions .btn.btn-primary:not(:disabled):not(.disabled):active:focus{background:#fff;color:#c6654c;border-color:#fff;box-shadow:0 4px 14px rgba(62,43,27,.18)}.signup-cta .btn:focus-visible{outline-color:#fff}@media(max-width:767px){.signup-cta__card{padding:48px 24px}}.home-continue{background:#f9f5ec;padding-block:60px 40px}.home-continue__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}@media(max-width:767px){.home-continue__inner{padding-inline:16px}}.home-continue__head{text-align:center;margin-bottom:36px}.home-continue__title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:700;font-size:clamp(2rem,4.4vw,3rem);line-height:1.1;color:#3e2b1b;margin:0}.home-continue__title u{position:relative;display:inline-block;text-decoration:none}.home-continue__title u:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-6px;height:8px;background:var(--pillar);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:100% 100%;mask-size:100% 100%}.home-continue__subtitle{margin:14px auto 0;max-width:540px;color:#6b5544;font-size:1.0625rem;line-height:1.6}.home-continue__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media(max-width:900px){.home-continue__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.home-continue__grid{grid-template-columns:1fr}}.home-continue__item{position:relative;isolation:isolate;overflow:hidden;min-height:280px;display:flex;flex-direction:column;gap:10px;padding:22px;border-radius:16px;background:#3e2b1b;box-shadow:0 2px 12px rgba(62,43,27,.05);color:#fff;transition:transform .2s ease,box-shadow .2s ease}.home-continue__item:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(62,43,27,.18)}.home-continue__link{color:inherit;text-decoration:none}.home-continue__link:active,.home-continue__link:focus,.home-continue__link:hover{color:inherit}.home-continue__link:after{content:"";position:absolute;inset:0;z-index:1}.home-continue__link:focus-visible{outline:2px solid #fff;outline-offset:3px;border-radius:4px}.home-continue__photo{position:absolute;inset:0;z-index:-1;background:var(--pillar,#c6654c)}.home-continue__photo img{width:100%;height:100%;object-fit:cover;display:block}.home-continue__photo:after{content:"";position:absolute;inset:0;background:color-mix(in srgb,color-mix(in srgb,var(--pillar,#c6654c) 50%,black) 70%,transparent)}.home-continue__action{position:relative;z-index:2;margin-top:auto;padding-top:6px;align-self:flex-start}.home-continue__item-title{font-size:1.125rem;font-weight:700;line-height:1.3;margin:0;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.35)}.home-continue .pillar-tag{color:#fff}.home-continue__state{font-size:.8125rem;color:hsla(0,0%,100%,.85)}.home-continue__state--done{color:color-mix(in srgb,#2c814f 30%,white);font-weight:600}.home-continue__state--done:before{content:"✓ "}.home-continue__bar{display:block;height:6px;border-radius:999px;background:hsla(0,0%,100%,.28);overflow:hidden}.home-continue__bar-fill{display:block;height:100%;border-radius:999px;background:color-mix(in srgb,#2c814f 35%,white)}.home-continue .card-go,.home-continue .card-go--quiet{color:#fff}.home-continue__more{margin-top:32px;text-align:center}.home-community{background:#f9f5ec;padding-block:40px 0;margin-bottom:44px}.home-community__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}@media(max-width:767px){.home-community__inner{padding-inline:16px}}.home-community__card{position:relative;display:flex;align-items:center;gap:28px;padding:40px;border-radius:24px;background:#c6654c;color:#fff;--pillar:rgba(255,255,255,0.7)}@media(max-width:767px){.home-community__card{flex-direction:column;align-items:flex-start;padding:28px 24px;gap:18px}}.home-community__blob{flex-shrink:0;width:84px;height:84px;border-radius:50%;background:hsla(0,0%,100%,.16);display:inline-flex;align-items:center;justify-content:center}.home-community__blob img{width:48%;height:48%;display:block}.home-community__text{flex:1 1 auto;min-width:0}.home-community__title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:700;font-size:clamp(1.5rem,3vw,2rem);line-height:1.15;margin:0;color:#fff}.home-community__title u{position:relative;display:inline-block;text-decoration:none}.home-community__title u:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-4px;height:6px;background:var(--pillar);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1, 60 5 T 120 5 T 198 4' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:100% 100%;mask-size:100% 100%}.home-community__lede{margin:10px 0 0;max-width:560px;color:hsla(0,0%,100%,.92);font-size:1rem;line-height:1.6}.home-community__linkrow{margin-top:18px;display:flex;gap:10px;max-width:560px}@media(max-width:560px){.home-community__linkrow{flex-direction:column}}.home-community__input{flex:1 1 auto;min-width:0;padding:11px 14px;border-radius:999px;border:1px solid hsla(0,0%,100%,.35);background:hsla(0,0%,100%,.12);color:#fff;font:inherit;font-size:.9375rem}.home-community__input::placeholder{color:hsla(0,0%,100%,.6)}.home-community__input:focus-visible{outline:2px solid #fff;outline-offset:2px}.home-community__copy{flex-shrink:0;padding:11px 20px;border-radius:999px;border:none;background:#fff;color:#c6654c;font:inherit;font-weight:600;font-size:.9375rem;cursor:pointer}.home-community__copy:disabled{opacity:.6;cursor:default}.home-community__copy:focus-visible{outline:2px solid #fff;outline-offset:2px}.badge-toaster{position:fixed;z-index:1000;top:24px;left:50%;transform:translateX(-50%);flex-direction:column;gap:12px;width:max-content;max-width:min(460px,100vw - 32px);pointer-events:none}.badge-toast,.badge-toaster{display:flex;align-items:center}.badge-toast{pointer-events:auto;gap:18px;padding:18px 24px 18px 18px;background:#fff;border-radius:22px;box-shadow:0 18px 44px rgba(0,0,0,.18),0 3px 8px rgba(0,0,0,.08);animation:badge-toast-in .5s cubic-bezier(.16,1,.3,1)}.badge-toast.is-leaving{animation:badge-toast-out .32s cubic-bezier(.5,0,.75,0) forwards}.badge-toast__icon{flex:0 0 auto;width:68px;height:68px;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:color-mix(in srgb,#2c814f 12%,white)}.badge-toast__icon img{width:100%;height:100%;object-fit:cover}.badge-toast__icon[class*=is-tier-]{padding:3px}.badge-toast__icon-fallback{font-size:34px;line-height:1}.badge-toast__body{display:flex;flex-direction:column;gap:2px;min-width:0}.badge-toast__kicker{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2c814f}.badge-toast__reward{text-transform:none}.badge-toast__title{font-size:1.2rem;font-weight:700;line-height:1.2;color:#3e2b1b}.badge-toast__desc{font-size:.9rem;line-height:1.35;color:color-mix(in srgb,#3e2b1b 62%,white);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge-toast__link{margin-top:8px;align-self:flex-start;font-size:.82rem;font-weight:600;color:#c6654c;text-decoration:none;border-bottom:1px solid rgba(0,0,0,0);transition:border-color .15s ease}.badge-toast__link:hover{border-bottom-color:currentColor}.badge-toast__close{flex:0 0 auto;align-self:flex-start;margin:-4px -6px 0 2px;width:30px;height:30px;border:0;background:rgba(0,0,0,0);cursor:pointer;border-radius:50%;font-size:24px;line-height:1;color:color-mix(in srgb,#3e2b1b 40%,white)}.badge-toast__close:hover{color:#3e2b1b;background:color-mix(in srgb,#3e2b1b 8%,white)}@keyframes badge-toast-in{0%{opacity:0;transform:translateY(calc(-100% - 40px))}60%{opacity:1}to{opacity:1;transform:translateY(0)}}@keyframes badge-toast-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(calc(-100% - 40px))}}@media(max-width:560px){.badge-toaster{top:16px;left:16px;right:16px;transform:none;width:auto;max-width:none}.badge-toast__desc{white-space:normal}}@media(prefers-reduced-motion:reduce){.badge-toast,.badge-toast.is-leaving{animation-duration:.01ms}}.is-tier-bronze,.is-tier-gold,.is-tier-silver{border-style:solid;border-width:3px;border-radius:50%}.is-tier-bronze{border-color:#b07a3f}.is-tier-silver{border-color:#7a808a}.is-tier-gold{border-color:#c99a2e}.badge-new{position:absolute;top:-5px;right:-5px;width:12px;height:12px;border-radius:50%;background:#c6654c;box-shadow:0 0 0 2.5px #fff;pointer-events:none}.confirm-modal,.info-modal{position:fixed;inset:0;z-index:1100;display:grid;place-items:center;padding:24px;background:rgba(62,43,27,.45);animation:confirm-modal-fade .2s ease}.confirm-modal__card,.info-modal__card{width:100%;max-width:420px;background:#fff;border-radius:22px;box-shadow:0 24px 60px rgba(0,0,0,.24),0 4px 12px rgba(0,0,0,.08);padding:32px;text-align:center;animation:confirm-modal-in .32s cubic-bezier(.16,1,.3,1)}.confirm-modal__title,.info-modal__title{margin:0 0 10px;font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.375rem;line-height:1.25;color:#3e2b1b}.confirm-modal__text,.info-modal__text{margin:0 0 24px;color:#6b5544;font-size:.9375rem;line-height:1.5}.confirm-modal__actions,.info-modal__actions{display:flex;gap:10px}.confirm-modal__actions .btn,.info-modal__actions .btn{flex:1 1;justify-content:center}.confirm-modal__confirm,.info-modal__confirm{color:#fff}.confirm-modal__confirm:disabled,.info-modal__confirm:disabled{opacity:.6}.confirm-modal__confirm--danger,.info-modal__confirm--danger{background:#c62828;border-color:#c62828}.confirm-modal__confirm--danger:hover:not(:disabled),.info-modal__confirm--danger:hover:not(:disabled){background:#a01f1f;border-color:#a01f1f;color:#fff}.confirm-modal__confirm--positive,.info-modal__confirm--positive{background:#2c814f;border-color:#2c814f}.confirm-modal__confirm--positive:hover:not(:disabled),.info-modal__confirm--positive:hover:not(:disabled){background:color-mix(in srgb,#2c814f,black 12%);border-color:color-mix(in srgb,#2c814f,black 12%);color:#fff}@media(max-width:420px){.confirm-modal__actions,.info-modal__actions{flex-direction:column-reverse}}@keyframes confirm-modal-fade{0%{opacity:0}to{opacity:1}}@keyframes confirm-modal-in{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.celebrate{position:fixed;inset:0;z-index:1100;display:grid;place-items:center;padding:24px;background:rgba(62,43,27,.45);animation:celebrate-fade .2s ease}.celebrate__card{width:100%;max-width:460px;background:#fff;border-radius:22px;box-shadow:0 24px 60px rgba(0,0,0,.24),0 4px 12px rgba(0,0,0,.08);padding:32px;text-align:center;animation:celebrate-in .36s cubic-bezier(.16,1,.3,1)}.celebrate__kicker{display:block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:#2c814f;margin-bottom:6px}.celebrate__title{margin:0 0 14px;font-size:1.75rem;line-height:1.15;color:#3e2b1b}.celebrate__points,.celebrate__title{font-family:Bricolage Grotesque,Georgia,Times New Roman,serif}.celebrate__points{display:inline-block;font-size:1.5rem;color:#2c814f;background:color-mix(in srgb,#2c814f 12%,white);padding:8px 20px;border-radius:999px;animation:celebrate-pop .45s cubic-bezier(.16,1,.3,1) .1s backwards}.celebrate__pillar{margin-top:26px;text-align:left}.celebrate__pillar-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}.celebrate__pillar-ico{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--pillar);flex-shrink:0}.celebrate__pillar-ico img{width:60%;height:60%;filter:brightness(0) invert(1)}.celebrate__pillar-name{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#3e2b1b}.celebrate__tier{margin-left:auto;font-size:.6875rem;font-weight:700;padding:4px 10px;border-radius:999px;border:1.5px solid rgba(0,0,0,0);background:rgba(62,43,27,.06);color:#6b5544;white-space:nowrap;transition:color .3s ease,border-color .3s ease,background .3s ease}.celebrate__tier.is-tier-bronze{border-color:#b07a3f;color:#8a5a28;background:rgba(176,122,63,.14)}.celebrate__tier.is-tier-silver{border-color:#7a808a;color:#5d626b;background:rgba(122,128,138,.18)}.celebrate__tier.is-tier-gold{border-color:#c99a2e;color:#8a6710;background:rgba(201,154,46,.18)}.celebrate__bar{position:relative;height:12px;margin:0 2px}.celebrate__track{position:absolute;inset:0;border-radius:999px;overflow:hidden;background:rgba(62,43,27,.08)}.celebrate__fill{display:block;height:100%;border-radius:999px;background:var(--pillar);transition:width 1.1s cubic-bezier(.22,1,.36,1) .25s}.celebrate__mark{position:absolute;top:50%;width:14px;height:14px;transform:translate(-50%,-50%);background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.18);transition:background .3s ease 1.1s}.celebrate__bar .celebrate__mark{border-width:2px}.celebrate__mark.is-tier-bronze.is-passed{background:#b07a3f}.celebrate__mark.is-tier-silver.is-passed{background:#7a808a}.celebrate__mark.is-tier-gold.is-passed{background:#c99a2e}.celebrate__scale{position:relative;height:34px;margin:8px 2px 0;font-size:.75rem;color:#6b5544}.celebrate__tick{position:absolute;top:0;white-space:nowrap;transition:color .3s ease 1.1s}.celebrate__tick--bronze.is-passed{color:#8a5a28;font-weight:600}.celebrate__tick--silver.is-passed{color:#5d626b;font-weight:600}.celebrate__tick--gold.is-passed{color:#8a6710;font-weight:600}.celebrate__value{top:17px;white-space:nowrap;font-weight:700;color:#3e2b1b}.celebrate__nowline,.celebrate__value{position:absolute;transition:left 1.1s cubic-bezier(.22,1,.36,1) .25s}.celebrate__nowline{top:-8px;width:1px;height:22px;transform:translateX(-50%);background:rgba(62,43,27,.28)}.celebrate__plain{margin:0;font-size:.875rem;color:#6b5544}.celebrate__next{margin:10px 0 0;font-size:.8125rem;color:#6b5544;min-height:1.2em}.celebrate__cta{margin-top:26px;width:100%;justify-content:center}.points-fly{position:fixed;z-index:1200;pointer-events:none;font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-size:1.25rem;color:#fff;background:#2c814f;padding:6px 16px;border-radius:999px;box-shadow:0 8px 24px rgba(0,0,0,.2);white-space:nowrap}@media(prefers-reduced-motion:reduce){.celebrate__fill{transition:none}.celebrate,.celebrate__card,.celebrate__points{animation:none}}@keyframes celebrate-fade{0%{opacity:0}to{opacity:1}}@keyframes celebrate-in{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes celebrate-pop{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.breadcrumb{margin-bottom:24px;padding:0;background:none;border-radius:0}.breadcrumb ol{margin:0;padding:0;display:flex;gap:8px;list-style:none;font-size:.9rem;color:#6b5544}.breadcrumb ol li{margin:0}.breadcrumb ol li:before{content:none}.breadcrumb ol li:not(:last-child):after{content:"›";margin-left:8px}.breadcrumb a{color:#3e2b1b;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span[aria-current]{color:#3e2b1b;opacity:.6}#content>.container>.back-link--crumbs,#content>.container>.breadcrumb{margin-top:48px}.breadcrumb--detail{display:none}.breadcrumb--detail ol{flex-wrap:wrap}@media(min-width:768px){.breadcrumb--detail{display:block}.back-link--crumbs{display:none}}#cc-main{--cc-font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;--cc-bg:#f9f5ec;--cc-primary-color:#3e2b1b;--cc-secondary-color:#6b5544;--cc-separator-border-color:#ece4d3;--cc-link-color:#c6654c;--cc-btn-primary-bg:#c6654c;--cc-btn-primary-color:#f9f5ec;--cc-btn-primary-border-color:#c6654c;--cc-btn-primary-hover-bg:#a84f3a;--cc-btn-primary-hover-color:#f9f5ec;--cc-btn-primary-hover-border-color:#a84f3a;--cc-btn-secondary-bg:#ece4d3;--cc-btn-secondary-color:#3e2b1b;--cc-btn-secondary-border-color:#ece4d3;--cc-btn-secondary-hover-bg:#6b5544;--cc-btn-secondary-hover-color:#f9f5ec;--cc-btn-secondary-hover-border-color:#6b5544;--cc-cookie-category-block-bg:#f9f5ec;--cc-cookie-category-block-border:#ece4d3;--cc-cookie-category-block-hover-bg:#ece4d3;--cc-cookie-category-block-hover-border:#6b5544;--cc-section-category-border:#ece4d3;--cc-toggle-on-bg:#c6654c;--cc-toggle-off-bg:#6b5544;--cc-footer-bg:#f9f5ec;--cc-footer-color:#6b5544;--cc-footer-border-color:#ece4d3}.lang-switcher{display:flex;gap:6px;margin-left:24px}.lang-switcher__item{display:inline-block;padding:8px;font-size:.8rem;font-weight:600;text-decoration:none;color:#6b5544;border:1px solid #6b5544;border-radius:3px;transition:all .2s}.lang-switcher__item:hover{color:#c6654c;border-color:#c6654c}.lang-switcher__item--active{color:#f9f5ec;background:#c6654c;border-color:#c6654c}.h-like,h1,h2,h3,h4,h5,h6{line-height:1.2;font-family:Bricolage Grotesque,Georgia,Times New Roman,serif;font-weight:700;color:#3e2b1b}.h1-like,h1{margin:0 0 24px;font-size:44px}.h2-like,h2{margin:32px 0 24px;font-size:32px}.h3-like,h3{margin:32px 0 16px;font-size:24px}.h4-like,h4{margin:24px 0 16px;font-size:20px}p{margin:0 0 16px;color:#3e2b1b}a{color:#c6654c;text-decoration:underline;transition:color .2s ease;outline:none}a:active,a:focus,a:hover{color:#a84f3a;text-decoration:none}button{font:inherit;transition:all .2s ease}.btn,[role=button],button{-webkit-tap-highlight-color:rgba(0,0,0,0)}.btn:focus,[role=button]:focus,button:focus{outline:none}.btn:focus-visible,[role=button]:focus-visible,button:focus-visible{outline:2px solid #c6654c;outline-offset:2px}ul{list-style:disc}ol,ul{padding-left:24px}ol{list-style:decimal}li{margin-bottom:8px}li::marker{color:#c6654c}ol ol,ol ul,ul ol,ul ul{margin:8px 0 0}table{width:100%;margin-bottom:24px;border-collapse:separate;border-spacing:0}td,th{padding:8px 16px;text-align:left;border-bottom:1px solid #ece4d3}th{font-weight:600;background:rgba(198,101,76,.1);border-bottom:none}th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}table p{margin-bottom:0}hr{border:0;border-top:1px solid #ece4d3;margin:24px 0}b,strong{font-weight:700}img{max-width:100%;height:auto}@media(max-width:767px){.h1-like,h1{font-size:34px}.h2-like,h2{font-size:26px}.h3-like,h3{font-size:21px}}html{font-size:100%;overflow-y:scroll;scroll-behavior:smooth;-webkit-text-size-adjust:100%;box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;background-color:#f9f5ec;color:#3e2b1b;-webkit-font-smoothing:antialiased;overflow-x:clip}.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}@media(max-width:767px){.container{padding-inline:16px}}.container{padding-block:48px}.container-fluid{padding:48px 0}.container-full{padding:40px 24px;width:100%}#content{min-height:400px}#content>.container{padding-block:0}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 22px;border-radius:999px;cursor:pointer;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:600;font-size:15px;line-height:1.2;text-decoration:none;border:none;white-space:nowrap;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.btn:active,.btn:focus,.btn:hover{transform:translateY(-1px)}.btn .arr{transition:transform .2s ease}.btn:active .arr,.btn:focus .arr,.btn:hover .arr{transform:translateX(3px)}.btn.btn-default{color:#3e2b1b;background:rgba(0,0,0,0);border:1.5px solid rgba(62,43,27,.18)}.btn.btn-default:active,.btn.btn-default:focus,.btn.btn-default:hover{background:rgba(62,43,27,.04)}.btn.btn-primary{color:#fff;background:#c6654c;box-shadow:0 4px 14px rgba(198,101,76,.25)}.btn.btn-primary:active,.btn.btn-primary:focus,.btn.btn-primary:hover{background:#a84f3a}.btn.focus,.btn:focus{box-shadow:none}.btn.btn-primary.focus,.btn.btn-primary:focus,.btn.btn-primary:not(:disabled):not(.disabled).active,.btn.btn-primary:not(:disabled):not(.disabled):active,.btn.btn-primary:not(:disabled):not(.disabled):active:focus{color:#fff;background:#a84f3a;border-color:#a84f3a;box-shadow:0 4px 14px rgba(198,101,76,.25)}.btn.btn-default:focus,.btn.btn-default:not(:disabled):not(.disabled):active,.btn.btn-default:not(:disabled):not(.disabled):active:focus{color:#3e2b1b;background:rgba(62,43,27,.04);border-color:rgba(62,43,27,.18);box-shadow:none}.btn-lg{padding:16px 26px;font-size:16px}.btn-sm{padding:10px 16px;font-size:14px}@media(max-width:767px){.container{padding-block:32px}}#header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(249,245,236,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #ece4d3}#header .header-inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}@media(max-width:767px){#header .header-inner{padding-inline:16px}}#header .header-inner{display:flex;align-items:center;gap:32px;padding-block:18px;position:relative}#header .logo{display:flex;align-items:center;flex-shrink:0}#header .logo a{display:block;line-height:0}#header .logo .logo-svg,#header .logo img{height:60px;width:auto;display:block}#header .logo .logo-svg{overflow:visible}#header .logo .logo-svg__mark{transform-box:view-box;transform-origin:52.2px 52.5px}#header .logo .logo-svg.is-spinning .logo-svg__mark{animation:logoSpin .8s cubic-bezier(.4,0,.2,1)}@media(prefers-reduced-motion:reduce){#header .logo .logo-svg.is-spinning .logo-svg__mark{animation:none}}#header .menu{flex:1 1}#header .menu>ul{display:flex;justify-content:center;align-items:center;margin:0;padding:0;gap:28px}#header .menu>ul li{list-style-type:none;padding:0;margin:0;position:relative}#header .menu>ul li:before{content:""}#header .menu>ul li>.nav-trigger,#header .menu>ul li>a,#header .menu>ul li>span{display:inline-block;padding:6px 0;position:relative;color:#3e2b1b;text-decoration:none;font-weight:500;font-size:15px}#header .menu>ul li>.nav-trigger{background:none;border:0;cursor:pointer;font-family:inherit;line-height:inherit}#header .menu>ul li>a:hover{color:#c6654c}#header .menu>ul li>a:hover:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#c6654c;border-radius:2px}#header .menu>ul li>span{cursor:default}#header .menu>ul li.selected>a{color:#c6654c}#header .menu>ul li.selected>a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#c6654c;border-radius:2px}#header .has-children{position:relative}#header .submenu{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);margin-top:4px;min-width:200px;background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.12);padding:8px;flex-direction:column;gap:0;z-index:100}#header .submenu:before{content:"";position:absolute;left:0;right:0;top:-8px;height:8px}#header .has-children:focus-within>.submenu,#header .has-children:hover>.submenu{display:flex}#header .menu>ul>li.has-children:hover>.nav-trigger,#header .menu>ul>li.has-children:hover>a,#header .menu>ul>li.has-children:hover>span{color:#c6654c}#header .menu>ul>li.has-children:hover>.nav-trigger:after,#header .menu>ul>li.has-children:hover>a:after,#header .menu>ul>li.has-children:hover>span:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#c6654c;border-radius:2px}#header .menu .submenu .has-children:hover>a,#header .menu .submenu .has-children:hover>span{background:#f9f5ec;color:#c6654c}#header .nav-chevron{display:inline-block;vertical-align:middle;font-size:20px;line-height:0;opacity:.5;position:relative;top:-2px}#header .submenu .submenu{top:-8px;left:100%;transform:none;margin:0 0 0 6px}#header .submenu .submenu:before{left:-8px;right:auto;top:0;bottom:0;width:8px;height:auto}#header .submenu .nav-chevron{margin-left:auto;transform:rotate(-90deg)}#header .submenu li{width:100%}#header .menu .submenu a,#header .menu .submenu li>span{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;font-size:14px;font-weight:500;color:#3e2b1b;text-decoration:none}#header .menu .submenu a:after,#header .menu .submenu li>span:after{display:none}#header .submenu a:hover{background:#f9f5ec;color:#c6654c}#header .menu .submenu a{display:flex;align-items:center;gap:10px}#header .submenu .nav-pdot{display:block;flex-shrink:0;padding:0;width:8px;height:8px;border-radius:50%;background:var(--pillar,currentColor)}#header .mobile-menu-toggle{display:none;z-index:1000;margin-left:auto;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}#header .mobile-menu-toggle span{display:block;width:24px;height:2px;background:#3e2b1b;border-radius:2px;transition:all .3s}#header .mobile-menu-toggle--open span:first-child{transform:rotate(45deg) translate(4px,5px)}#header .mobile-menu-toggle--open span:nth-child(2){opacity:0}#header .mobile-menu-toggle--open span:nth-child(3){transform:rotate(-45deg) translate(4px,-5px)}#header .mobile-menu-wrapper{display:none}@media(max-width:960px){#header .header-inner{gap:12px}#header .mobile-menu-toggle{display:flex}#header .menu>ul{display:none}#header .mobile-menu-wrapper{display:none;position:absolute;top:calc(100% + 10px);left:0;right:0;margin-inline:24px;max-height:calc(100dvh - 96px);overflow:hidden auto;padding:10px;background:#fff;border:1px solid #ece4d3;border-radius:16px;box-shadow:0 16px 40px rgba(62,43,27,.16);z-index:200}}@media(max-width:960px)and (max-width:767px){#header .mobile-menu-wrapper{margin-inline:16px}}@media(max-width:960px){#header .mobile-menu-wrapper--open{display:block;animation:mobileMenuIn .22s cubic-bezier(.22,1,.36,1)}#header .mobile-menu-wrapper ul{flex-direction:column;gap:2px;margin:0;padding:0}#header .mobile-menu-wrapper li{width:100%;list-style:none}#header .mobile-menu-wrapper a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 22px;border-radius:14px;font-size:16px;font-weight:600;line-height:1.25;color:#3e2b1b;text-decoration:none;transition:background .15s ease,color .15s ease}#header .mobile-menu-wrapper a:after{content:"→";display:inline-block;flex-shrink:0;font-size:15px;color:rgba(62,43,27,.28);transition:transform .15s ease,color .15s ease}#header .mobile-menu-wrapper a:focus-visible,#header .mobile-menu-wrapper a:hover{color:#c6654c;background:rgba(198,101,76,.08)}#header .mobile-menu-wrapper a:focus-visible:after,#header .mobile-menu-wrapper a:hover:after{color:#c6654c;transform:translateX(3px)}#header .mobile-menu-wrapper .selected>a{color:#c6654c;background:rgba(198,101,76,.1)}#header .mobile-menu-wrapper .selected>a:after{color:#c6654c}#header .mobile-menu-wrapper>ul>li>span{display:block;padding:16px 22px 6px;font-size:12px;font-weight:700;line-height:1.3;text-transform:uppercase;letter-spacing:.07em;color:#6b5544;cursor:default}#header .mobile-menu-wrapper .nav-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:15px 22px;border:0;border-radius:14px;background:none;cursor:pointer;font-family:inherit;font-size:16px;font-weight:600;line-height:1.25;color:#3e2b1b;text-align:left;transition:background .15s ease,color .15s ease}#header .mobile-menu-wrapper .nav-trigger:focus-visible,#header .mobile-menu-wrapper .nav-trigger:hover{color:#c6654c;background:rgba(198,101,76,.08)}#header .mobile-menu-wrapper .nav-trigger:focus-visible:after,#header .mobile-menu-wrapper .nav-trigger:hover:after{color:#c6654c}#header .mobile-menu-wrapper .nav-chevron{display:none}#header .mobile-menu-wrapper .nav-trigger:after{content:"→";display:inline-block;flex-shrink:0;font-size:15px;color:rgba(62,43,27,.28);transform:rotate(90deg);transition:transform .15s ease,color .15s ease}#header .mobile-menu-wrapper .is-open>.nav-trigger:after{transform:rotate(-90deg)}#header .mobile-menu-wrapper .submenu{position:static;transform:none;display:flex!important;box-shadow:none;min-width:0;border-radius:0;margin:2px 0 6px 14px;padding:2px 0 2px 12px;border:0;border-left:2px solid rgba(198,101,76,.22);background:rgba(0,0,0,0);gap:2px}#header .mobile-menu-wrapper .nav-pillars>.submenu{display:none!important}#header .mobile-menu-wrapper .nav-pillars.is-open>.submenu{display:flex!important}#header .mobile-menu-wrapper .submenu a{padding:12px 18px;font-size:15px;font-weight:500;color:#6b5544;justify-content:flex-start}#header .mobile-menu-wrapper .submenu a:after{font-size:13px;margin-left:auto}#header .mobile-menu-wrapper .submenu a:focus-visible,#header .mobile-menu-wrapper .submenu a:hover{color:#c6654c;background:rgba(198,101,76,.08)}}@keyframes mobileMenuIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes logoSpin{0%{transform:rotate(0deg)}to{transform:rotate(-359.9deg)}}#footer{margin-top:96px;background:#3e2b1b;color:hsla(0,0%,100%,.85);padding:64px 0 32px}#footer .footer-inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}@media(max-width:767px){#footer .footer-inner{padding-inline:16px}}#footer .footer-main{display:grid;grid-template-columns:1.3fr 1fr 1.1fr;grid-gap:56px;gap:56px;margin-bottom:36px;align-items:start}#footer .brand{display:inline-block;line-height:0;text-decoration:none}#footer .brand-logo{display:block;height:56px;width:auto}#footer .footer-tag{margin:22px 0 0;max-width:280px;font-size:17px;line-height:1.4;color:hsla(0,0%,100%,.85)}#footer h3{margin:0 0 18px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:400;font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:hsla(0,0%,100%,.7)}#footer .footer-nav ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}#footer .footer-nav li{margin:0;padding:0}#footer .footer-nav li:before{content:none}#footer .footer-nav a,#footer .footer-nav span{font-size:16px;line-height:1.4;color:hsla(0,0%,100%,.7);text-decoration:none;transition:color .15s ease}#footer .footer-nav a:hover{color:#fff}#footer .footer-nav span{cursor:default}#footer .footer-contact{display:flex;flex-direction:column;gap:18px}#footer .footer-contact .footer-contact-panel{background:hsla(0,0%,100%,.05);border-radius:16px;padding:18px 22px 20px}#footer .footer-contact .footer-contact-panel h3{margin-bottom:10px}#footer .footer-contact .footer-mail{display:inline-block;font-size:16px;line-height:1.4;color:#fff;text-decoration:underline;text-underline-offset:3px;transition:-webkit-text-decoration-color .15s ease;transition:text-decoration-color .15s ease;transition:text-decoration-color .15s ease,-webkit-text-decoration-color .15s ease}#footer .footer-contact .footer-mail:hover{text-decoration:none}#footer .footer-contact .footer-links{list-style:none;margin:0;padding:0 0 0 22px;display:flex;flex-direction:column;gap:10px}#footer .footer-contact .footer-links li{margin:0;padding:0}#footer .footer-contact .footer-links li:before{content:none}#footer .footer-contact .footer-links a{font-size:14px;color:hsla(0,0%,100%,.5);text-decoration:underline;text-underline-offset:3px;transition:color .15s ease}#footer .footer-contact .footer-links a:hover{color:#fff}#footer .footer-bottom{padding-top:26px;border-top:1px solid hsla(0,0%,100%,.1);font-size:14px;color:hsla(0,0%,100%,.5)}#footer .footer-bottom p{margin:0;color:inherit}#footer .footer-badges{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap;margin-bottom:26px}#footer .footer-operator{display:flex;align-items:center;gap:30px}#footer .footer-operator h3{margin:0;line-height:1.5;white-space:nowrap}#footer .footer-operator a{display:inline-block;line-height:0;opacity:.85;transition:opacity .15s ease}#footer .footer-operator a:hover{opacity:1}#footer .footer-operator img{display:block;width:100%;max-width:130px;height:auto}#footer .footer-funding img{display:block;width:100%;max-width:340px;height:auto}#footer .footer-bottom-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:22px;border-top:1px solid hsla(0,0%,100%,.1)}#footer .footer-bottom-bar .footer-made a{color:inherit;text-decoration:underline;text-underline-offset:3px;transition:color .15s ease}#footer .footer-bottom-bar .footer-made a:hover{color:#fff}#footer .footer-bottom-bar .footer-top{color:inherit;text-decoration:none;transition:color .15s ease}#footer .footer-bottom-bar .footer-top:hover{color:#fff}#content:has(.content-blocks>.content-block--container.content-block--top:last-child)+#footer{margin-top:0}@media(max-width:960px){#footer .footer-main{grid-template-columns:1fr 1fr;gap:32px}#footer .footer-brand{grid-column:1/-1}}@media(max-width:767px){#footer{margin-top:64px}#footer .footer-main{grid-template-columns:1fr;gap:36px}#footer .footer-badges{flex-direction:column;align-items:flex-start;gap:24px}#footer .footer-operator{gap:12px}#footer .footer-bottom-bar,#footer .footer-operator{flex-direction:column;align-items:flex-start}}.not-found{text-align:center;padding:80px 24px}.not-found h1{font-size:6rem;color:#505050;line-height:1}.not-found p{font-size:1.2rem;color:#a6a6a6;margin-top:8px}