*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Figtree',system-ui,sans-serif;font-size:1.05rem;line-height:1.7;color:#2c2416;background:#f7f3ea}
img{display:block;max-width:100%}
a{color:#8a5a12;text-decoration:none}
a:hover{color:#5c3d0c}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.pf-app{min-height:100vh;display:flex;flex-direction:column}

.pf-ribbon{background:#1a1510;color:#cbbfa8;font-size:.72rem;text-align:center;padding:.5rem 1rem}
.pf-ribbon strong{color:#e8c36a}
.pf-ribbon a{color:#e8c36a;text-decoration:underline}

.pf-mast{background:#f7f3ea;border-bottom:1px solid #e4d9c4;position:sticky;top:0;z-index:50}
.pf-mast__inner{max-width:1120px;margin:0 auto;padding:.85rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.pf-mast__brand{display:flex;align-items:center;gap:.65rem;color:#1a1510}
.pf-mast__mark{display:grid;place-items:center;width:2.4rem;height:2.4rem;background:#1a1510;color:#e8c36a;font-family:'Fraunces',serif;font-weight:800;font-size:.95rem;border-radius:4px}
.pf-mast__name{font-family:'Fraunces',serif;font-weight:800;font-size:1.15rem;letter-spacing:-.02em}
.pf-mast__name em{font-style:normal;color:#8a5a12}
.pf-mast__toggle{width:42px;height:42px;border:1px solid #e4d9c4;background:#fff;cursor:pointer;border-radius:4px}
.pf-mast__bars,.pf-mast__bars::before,.pf-mast__bars::after{display:block;width:18px;height:2px;background:#1a1510;margin:0 auto;position:relative}
.pf-mast__bars::before,.pf-mast__bars::after{content:'';position:absolute;left:0}
.pf-mast__bars::before{top:-6px}
.pf-mast__bars::after{top:6px}
.pf-mast__panel{flex-basis:100%}
.pf-mast__nav{display:flex;flex-direction:column;gap:.35rem;padding:.5rem 0 0}
.pf-mast__nav a{color:#2c2416;font-weight:600;font-size:.95rem}
@media(min-width:800px){
	.pf-mast__toggle{display:none}
	.pf-mast__panel,.pf-mast__panel[hidden]{display:block;flex-basis:auto}
	.pf-mast__nav{flex-direction:row;gap:1.4rem;padding:0}
}

.pf-hero{max-width:1120px;margin:0 auto;padding:3rem 1.25rem 2rem}
.pf-kicker{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#8a5a12;margin-bottom:.75rem}
.pf-hero h1{font-family:'Fraunces',serif;font-size:clamp(2rem,5.5vw,3.4rem);font-weight:800;line-height:1.15;color:#1a1510;max-width:16ch}
.pf-hero h1 span{color:#8a5a12}
.pf-hero__lede{margin:1rem 0 1.5rem;max-width:38rem;color:#5c5346}
.pf-hero__cta{display:flex;flex-wrap:wrap;gap:.7rem}

.pf-btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.35rem;border-radius:3px;font-weight:700;font-size:.92rem;border:2px solid transparent;cursor:pointer}
.pf-btn--gold{background:#c9a227;color:#1a1510;border-color:#c9a227}
.pf-btn--gold:hover{background:#b08d1c;color:#1a1510}
.pf-btn--ghost{background:transparent;color:#1a1510;border-color:#1a1510}
.pf-btn--ghost:hover{background:#1a1510;color:#f7f3ea}
.pf-btn--outline-dark{background:transparent;color:#1a1510;border-color:#1a1510}

.pf-year{border-block:1px solid #e4d9c4;background:#fffdf8;overflow-x:auto}
.pf-year__strip{display:flex;min-width:900px;list-style:none;max-width:1120px;margin:0 auto}
.pf-year__strip li{flex:1;padding:.85rem .5rem;font-size:.72rem;color:#5c5346;border-right:1px solid #e4d9c4;text-align:center}
.pf-year__strip span{display:block;font-weight:800;color:#1a1510;font-size:.68rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.2rem}

.pf-partner{max-width:1120px;margin:2rem auto;padding:1.4rem 1.25rem;background:#1a1510;color:#efe6d4;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}
.pf-partner__label{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:#e8c36a;width:100%}
.pf-partner__note{font-size:.78rem;color:#cbbfa8;width:100%}
.pf-partner__note a{color:#e8c36a}

.pf-seasons{max-width:1120px;margin:0 auto;padding:2.5rem 1.25rem}
.pf-seasons__head{margin-bottom:1.5rem;max-width:36rem}
.pf-seasons__head h2{font-family:'Fraunces',serif;font-size:1.9rem;color:#1a1510}
.pf-seasons__head p{color:#5c5346;margin-top:.4rem}

.pf-mosaic{display:grid;gap:1rem}
@media(min-width:700px){.pf-mosaic{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1000px){.pf-mosaic{grid-template-columns:repeat(3,1fr)}.pf-tile--lg{grid-column:span 2}}
.pf-tile{display:block;background:#fff;border:1px solid #e4d9c4;padding:1.35rem 1.25rem;color:#2c2416;min-height:10rem}
.pf-tile:hover{border-color:#c9a227;color:#2c2416;box-shadow:0 8px 24px rgba(26,21,16,.06)}
.pf-tile__tag{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#8a5a12}
.pf-tile h3{font-family:'Fraunces',serif;font-size:1.35rem;margin:.35rem 0 .4rem}
.pf-tile p{font-size:.9rem;color:#5c5346}
.pf-tile--accent{background:#1a1510;color:#efe6d4;border-color:#1a1510}
.pf-tile--accent:hover{color:#efe6d4;border-color:#c9a227}
.pf-tile--accent p{color:#cbbfa8}
.pf-tile--accent .pf-tile__tag{color:#e8c36a}

.pf-note{max-width:720px;margin:0 auto;padding:2rem 1.25rem;text-align:center}
.pf-note p{font-family:'Fraunces',serif;font-size:1.25rem;line-height:1.5;color:#1a1510}

.pf-cta-band{max-width:1120px;margin:1rem auto 2rem;padding:2rem 1.25rem;text-align:center;background:#fffdf8;border:1px dashed #c9a227}
.pf-cta-band p{margin-bottom:.6rem}

.pf-rg{max-width:720px;margin:0 auto 3rem;padding:0 1.25rem;text-align:center}
.pf-rg h2{font-family:'Fraunces',serif;margin-bottom:.6rem}
.pf-rg p{color:#5c5346;margin-bottom:1rem}

.pf-article{max-width:740px;margin:0 auto;padding:2.2rem 1.25rem 3rem}
.pf-article__tag{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#8a5a12}
.pf-article h1{font-family:'Fraunces',serif;font-size:clamp(1.7rem,4vw,2.4rem);margin:.5rem 0 .75rem;color:#1a1510}
.pf-article__lede{color:#5c5346;font-size:1.08rem;margin-bottom:1.5rem}
.pf-toc{background:#fff;border:1px solid #e4d9c4;padding:1rem 1.2rem;margin-bottom:1.8rem}
.pf-toc h2{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#8a5a12;margin-bottom:.4rem}
.pf-toc ol{padding-left:1.2rem}
.pf-article h2{font-family:'Fraunces',serif;font-size:1.3rem;margin:1.6rem 0 .5rem}
.pf-article p,.pf-article li{margin-bottom:.65rem}
.pf-article ul,.pf-article ol{padding-left:1.3rem}
.pf-article__aff{margin:2rem 0;padding:1.3rem;background:#1a1510;color:#efe6d4;text-align:center}
.pf-article__aff p{color:#cbbfa8}
.pf-pager{display:flex;justify-content:space-between;border-top:1px solid #e4d9c4;padding-top:1.2rem;font-weight:700}

.pf-cal{display:grid;gap:.6rem;margin:1rem 0}
.pf-cal__row{display:grid;gap:.25rem;background:#fff;border:1px solid #e4d9c4;padding:.85rem 1rem}
.pf-cal__row strong{font-family:'Fraunces',serif}
@media(min-width:640px){.pf-cal__row{grid-template-columns:11rem 1fr;align-items:center}}

.pf-check{list-style:none;padding:0;counter-reset:ck}
.pf-check li{counter-increment:ck;background:#fff;border:1px solid #e4d9c4;padding:1rem 1rem 1rem 3.2rem;margin-bottom:.65rem;position:relative}
.pf-check li::before{content:counter(ck,decimal-leading-zero);position:absolute;left:.85rem;top:1rem;font-family:'Fraunces',serif;color:#c9a227;font-weight:800}

.pf-legal{max-width:740px;margin:0 auto;padding:2.2rem 1.25rem 3rem}
.pf-legal__body h1{font-family:'Fraunces',serif;font-size:2rem;margin-bottom:1rem}
.pf-legal__body h2{margin:1.4rem 0 .4rem;font-size:1.15rem}
.pf-legal__body ul{padding-left:1.3rem}
.pf-legal__body code{background:#fff;padding:.1rem .35rem;border:1px solid #e4d9c4;font-size:.85rem}
.pf-table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.9rem}
.pf-table th,.pf-table td{border:1px solid #e4d9c4;padding:.55rem .7rem;text-align:left}
.pf-table th{background:#fff}

.pf-foot{background:#1a1510;color:#cbbfa8;padding:2.2rem 1.25rem 1.4rem;margin-top:auto}
.pf-foot__care{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center;padding-bottom:1.4rem;border-bottom:1px solid #3a3228;margin-bottom:1.4rem}
.pf-foot__care img{height:28px;width:auto}
.pf-foot__grid{max-width:1120px;margin:0 auto;display:grid;gap:1.4rem}
@media(min-width:800px){.pf-foot__grid{grid-template-columns:2fr 1fr 1fr 1fr}}
.pf-foot__col h3{color:#efe6d4;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.6rem}
.pf-foot__col p,.pf-foot__col a{font-size:.82rem}
.pf-foot__col nav{display:flex;flex-direction:column;gap:.3rem}
.pf-foot__col a{color:#cbbfa8}
.pf-foot__col a:hover{color:#e8c36a}
.pf-foot__entity{margin-top:.8rem;color:#8a8174}
.pf-foot__bottom{max-width:1120px;margin:1.4rem auto 0;padding-top:1.1rem;border-top:1px solid #3a3228;text-align:center;font-size:.75rem}
.pf-foot__bottom strong{color:#e8c36a}
.pf-foot__disclaimer{margin-top:.4rem;color:#8a8174}
.pf-foot__disclaimer a{color:#8a8174;text-decoration:underline}

.pf-cookie{position:fixed;bottom:0;left:0;right:0;background:#1a1510;color:#cbbfa8;padding:1rem 1.2rem;display:none;flex-wrap:wrap;gap:.8rem;justify-content:center;align-items:center;z-index:80;font-size:.82rem}
.pf-cookie.is-visible{display:flex}
.pf-cookie a{color:#e8c36a}
.pf-cookie__btn{background:#c9a227;color:#1a1510;border:none;padding:.5rem 1.1rem;font-weight:700;cursor:pointer}
