*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--black:#1c1917;--white:#fff;--paper:#f7f5ee;--off-white:#eceae2;--gray-100:#e8e4db;--gray-300:#c6c2b6;--gray-500:#8a8680;--gray-700:#46423d;--serif:Georgia, "Times New Roman", serif;--sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--max-w:1100px;--nav-h:64px}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{background:var(--paper);color:var(--black);font-family:var(--sans);-webkit-font-smoothing:antialiased;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site{flex-direction:column;min-height:100vh;display:flex}.site-main{padding-top:var(--nav-h);flex:1}.site-header{height:var(--nav-h);background:var(--paper);border-bottom:1px solid var(--gray-300);z-index:100;position:fixed;top:0;left:0;right:0}.site-header__inner{max-width:var(--max-w);justify-content:space-between;align-items:center;gap:2rem;height:100%;margin:0 auto;padding:0 2rem;display:flex}.site-header__logo{flex-shrink:0;align-items:center;line-height:0;display:flex}.site-header__logo-img{width:auto;height:48px;transition:opacity .18s;display:block}.site-header__logo:hover .site-header__logo-img{opacity:.72}.site-header__nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:0;display:flex}.nav-link{letter-spacing:.1em;text-transform:uppercase;color:var(--gray-700);white-space:nowrap;padding:.4rem .8rem;font-size:.75rem;transition:color .15s}.nav-link:hover{color:var(--black)}.nav-link--active{color:var(--black);font-weight:600}.site-footer{border-top:1px solid var(--gray-300);text-align:center;color:var(--gray-500);letter-spacing:.05em;padding:3.5rem 2rem 2.5rem;font-size:.78rem}.site-footer__wordmark{opacity:.82;width:210px;max-width:72%;height:auto;margin:0 auto 1.75rem;display:block}.page{max-width:var(--max-w);margin:0 auto;padding:5rem 2rem 7rem}.hero{max-width:var(--max-w);border-bottom:1px solid var(--gray-300);margin:0 auto;padding:7rem 2rem 5rem}.hero__eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--gray-500);margin-bottom:1.75rem;font-size:.7rem}.hero__h1{font-family:var(--serif);letter-spacing:-.03em;margin-bottom:1.75rem;font-size:clamp(4rem,12vw,10rem);font-weight:400;line-height:.95}.hero__sub{font-family:var(--serif);color:var(--gray-700);max-width:500px;margin-bottom:2rem;font-size:clamp(1rem,2.5vw,1.35rem);font-style:italic}.hero__body{color:var(--gray-700);max-width:520px;margin-bottom:3rem;font-size:.97rem;line-height:1.8}.hero__links{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.hero__link{letter-spacing:.14em;text-transform:uppercase;border-bottom:1px solid var(--black);padding-bottom:2px;font-size:.78rem;transition:opacity .15s}.hero__link:hover{opacity:.45}.img-placeholder{background:var(--gray-100);width:100%;color:var(--gray-500);letter-spacing:.14em;text-transform:uppercase;justify-content:center;align-items:center;font-size:.72rem;display:flex}.img-placeholder--hero{aspect-ratio:16/6}.img-placeholder--wide{aspect-ratio:16/7}.img-placeholder--square{aspect-ratio:1}.img-placeholder--tall{aspect-ratio:3/4}.img-placeholder--card{aspect-ratio:4/3}.editorial-image{background-color:var(--gray-100);border-radius:4px;margin-bottom:2rem;padding:2.5rem}.editorial-image img{border-radius:2px;width:100%;height:auto;display:block}@media (width<=768px){.editorial-image{padding:1.5rem}}.archival-image{background-color:var(--off-white);border:1px solid var(--gray-300);text-align:center;border-radius:3px;margin-bottom:4rem;padding:2rem 2rem 1.5rem}.archival-image img{width:100%;max-width:860px;height:auto;margin:0 auto;display:block}.archival-image__caption{color:var(--gray-500);letter-spacing:.1em;font-size:.72rem;font-family:var(--serif);margin-top:1rem;font-style:italic}@media (width<=768px){.archival-image{padding:1.25rem 1.25rem 1rem}}.page-hero{border-bottom:1px solid var(--gray-300);margin-bottom:4rem;padding:4rem 0 3rem}.page-hero__label{letter-spacing:.22em;text-transform:uppercase;color:var(--gray-500);margin-bottom:1rem;font-size:.7rem}.page-hero__h1{font-family:var(--serif);letter-spacing:-.015em;margin-bottom:1.25rem;font-size:clamp(2.2rem,6vw,4.5rem);font-weight:400;line-height:1.05}.page-hero__intro{color:var(--gray-700);max-width:600px;font-size:1rem;line-height:1.8}.prose h2{font-family:var(--serif);letter-spacing:-.01em;margin:3.5rem 0 1rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:400}.prose h3{letter-spacing:.1em;text-transform:uppercase;color:var(--gray-700);margin:2.5rem 0 .75rem;font-size:.85rem;font-weight:600}.prose p{color:var(--gray-700);margin-bottom:1.25rem;font-size:.97rem;line-height:1.85}.prose p:last-child{margin-bottom:0}.prose ul{margin:0 0 1.25rem 1.5rem}.prose li{color:var(--gray-700);margin-bottom:.5rem;font-size:.97rem;line-height:1.75}.prose a{border-bottom:1px solid var(--gray-300);transition:border-color .15s}.prose a:hover{border-color:var(--black)}.two-col{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;margin:3.5rem 0;display:grid}.section-divider{border:none;border-top:1px solid var(--gray-300);margin:4rem 0}.hero-split{border-bottom:1px solid var(--gray-300)}.hero-split__inner{max-width:var(--max-w);grid-template-columns:1fr 1fr;align-items:center;gap:5rem;margin:0 auto;padding:6rem 2rem 5rem;display:grid}.hero-split__text{min-width:0}.hero-split__image{background-color:var(--gray-100);border-radius:4px;justify-content:center;align-items:center;display:flex;overflow:hidden}.hero-split__image img{object-fit:cover;width:100%;max-width:520px;height:auto;display:block}@media (width<=768px){.hero-split__inner{grid-template-columns:1fr;gap:2.5rem;padding:4rem 1.25rem 3rem}.hero-split__image{order:1}.hero-split__text{order:0}.hero-split__image img{max-width:100%}}.nav-cards{background:var(--gray-300);border:1px solid var(--gray-300);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1px;margin:5rem 0 0;display:grid}.nav-card{background:var(--paper);padding:2.5rem 2rem;transition:background .15s;display:block}.nav-card:hover{background:var(--off-white)}.nav-card__label{letter-spacing:.2em;text-transform:uppercase;color:var(--gray-500);margin-bottom:.75rem;font-size:.68rem}.nav-card__title{font-family:var(--serif);margin-bottom:.75rem;font-size:1.35rem;font-weight:400;line-height:1.25}.nav-card__desc{color:var(--gray-700);font-size:.86rem;line-height:1.65}.nav-card__arrow{letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid var(--black);margin-top:1.25rem;padding-bottom:1px;font-size:.72rem;display:inline-block}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.gallery-item__caption{color:var(--gray-500);letter-spacing:.04em;margin-top:.75rem;font-size:.78rem}.gallery-img-slot{background:var(--gray-100);border-radius:2px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.gallery-img-slot--square{aspect-ratio:1}.gallery-img-slot--card{aspect-ratio:4/3}.gallery-slot__num{letter-spacing:.14em;text-transform:uppercase;color:var(--gray-500);-webkit-user-select:none;user-select:none;z-index:0;font-size:.72rem;position:relative}.gallery-img-real{object-fit:cover;opacity:0;z-index:1;width:100%;height:100%;transition:opacity .35s;display:block;position:absolute;inset:0}.gallery-img-real--visible{opacity:1}.timeline{margin:1rem 0}.timeline__item{border-top:1px solid var(--gray-300);grid-template-columns:90px 1fr;gap:2.5rem;padding:2.25rem 0;display:grid}.timeline__item:last-child{border-bottom:1px solid var(--gray-300)}.timeline__year{font-family:var(--serif);color:var(--gray-500);padding-top:.15rem;font-size:1.25rem;font-weight:400}.timeline__body h3{letter-spacing:.06em;text-transform:uppercase;color:var(--black);margin-bottom:.5rem;font-size:.9rem;font-weight:600}.timeline__body p{color:var(--gray-700);font-size:.92rem;line-height:1.75}.pull-quote{border-left:2px solid var(--black);margin:3.5rem 0;padding:.25rem 0 .25rem 2rem}.pull-quote p{font-family:var(--serif);color:var(--black);margin:0;font-size:clamp(1.1rem,2.5vw,1.5rem);font-style:italic;line-height:1.5}.cta-strip{background:var(--black);color:var(--white);text-align:center;margin-top:6rem;padding:5rem 2rem}.cta-strip h2{font-family:var(--serif);margin-bottom:1rem;font-size:clamp(1.5rem,4vw,2.75rem);font-weight:400}.cta-strip p{color:#999;max-width:440px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:.92rem}.cta-strip__link{letter-spacing:.16em;text-transform:uppercase;color:var(--white);border:1px solid #ffffff80;padding:.8rem 2.25rem;font-size:.78rem;transition:background .15s,color .15s,border-color .15s;display:inline-block}.cta-strip__link:hover{background:var(--white);color:var(--black);border-color:var(--white)}.use-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2.5rem;margin:3rem 0;display:grid}.use-card{border-top:2px solid var(--black);padding-top:1.5rem}.use-card__num{letter-spacing:.2em;text-transform:uppercase;color:var(--gray-500);margin-bottom:.75rem;font-size:.7rem}.use-card__title{font-family:var(--serif);margin-bottom:.75rem;font-size:1.2rem;font-weight:400}.use-card__desc{color:var(--gray-700);font-size:.88rem;line-height:1.7}@media (width<=768px){.site-header__inner{gap:1rem;padding:0 1.25rem}.nav-link{padding:.3rem .5rem;font-size:.68rem}.hero{padding:4.5rem 1.25rem 3.5rem}.page{padding:3rem 1.25rem 5rem}.two-col{grid-template-columns:1fr;gap:2.5rem}.timeline__item{grid-template-columns:70px 1fr;gap:1.25rem}.pull-quote{padding-left:1.25rem}.cta-strip{padding:3.5rem 1.25rem}}.plan-root *,.plan-root :before,.plan-root :after{box-sizing:border-box;margin:0;padding:0}.plan-root{--p-paper:#f7f5ee;--p-ink:#1c1917;--p-muted:#8a8680;--p-rule:#c6c2b6;--p-serif:Georgia, "Times New Roman", serif;--p-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--p-panel-w:220px;--p-chapter-h:52px;--p-subnav-h:40px;background:var(--p-paper);min-height:100vh;color:var(--p-ink);font-family:var(--p-sans);-webkit-font-smoothing:antialiased;line-height:1.65}.plan-chapters{z-index:20;background:var(--p-paper);border-bottom:1px solid var(--p-rule);height:var(--p-chapter-h);position:sticky;top:0}.plan-chapters__inner{align-items:center;gap:1.5rem;height:100%;padding:0 1.5rem;display:flex}.plan-chapters__brand{font-family:var(--p-serif);color:var(--p-muted);letter-spacing:.02em;white-space:nowrap;flex-shrink:0;font-size:.75rem;font-style:italic}.plan-chapters__list{scrollbar-width:none;gap:0;list-style:none;display:flex;overflow-x:auto}.plan-chapters__list::-webkit-scrollbar{display:none}.plan-chapter-btn{cursor:pointer;font-family:var(--p-sans);letter-spacing:.18em;text-transform:uppercase;color:var(--p-muted);height:var(--p-chapter-h);white-space:nowrap;background:0 0;border:none;padding:0 1rem;font-size:.6rem;transition:color .15s;position:relative}.plan-chapter-btn:hover,.plan-chapter-btn--active{color:var(--p-ink)}.plan-chapter-btn--active:after{content:"";background:var(--p-ink);height:1px;position:absolute;bottom:0;left:1rem;right:1rem}.plan-layout{min-height:calc(100vh - var(--p-chapter-h));align-items:flex-start;display:flex}.plan-nav{width:var(--p-panel-w);top:var(--p-chapter-h);height:calc(100vh - var(--p-chapter-h));border-right:1px solid var(--p-rule);flex-direction:column;flex-shrink:0;justify-content:space-between;padding:3rem 2rem;display:flex;position:sticky;overflow-y:auto}.plan-nav__eyebrow{letter-spacing:.28em;text-transform:uppercase;color:var(--p-muted);margin-bottom:.65rem;font-size:.58rem}.plan-nav__title{font-family:var(--p-serif);color:var(--p-ink);font-size:.98rem;font-style:italic;font-weight:400;line-height:1.35}.plan-nav__toc{margin-top:3rem;list-style:none}.plan-nav__link{cursor:pointer;text-align:left;width:100%;font-family:var(--p-sans);letter-spacing:.1em;text-transform:uppercase;color:var(--p-muted);background:0 0;border:none;align-items:baseline;gap:.55rem;padding:.6rem 0;font-size:.63rem;line-height:1.4;transition:color .15s;display:flex}.plan-nav__link:hover,.plan-nav__link--active{color:var(--p-ink)}.plan-nav__num{letter-spacing:.06em;color:var(--p-muted);font-variant-numeric:tabular-nums;flex-shrink:0;padding-top:.1em;font-size:.52rem;transition:color .15s}.plan-nav__link--active .plan-nav__num{color:var(--p-ink)}.plan-nav__foot{border-top:1px solid var(--p-rule);letter-spacing:.2em;text-transform:uppercase;color:var(--p-muted);padding-top:2rem;font-size:.56rem;line-height:2.2}.plan-body{flex-direction:column;flex:1;min-width:0;display:flex}.plan-content{flex:1;min-width:0}.plan-mobile-subnav{display:none}.plan-hero{max-width:860px;padding:5rem 5rem 0;line-height:0}.plan-hero__img{width:100%;max-width:580px;height:auto;display:block}.plan-section{border-bottom:1px solid var(--p-rule);max-width:860px;scroll-margin-top:calc(var(--p-chapter-h) + 2rem);padding:5rem}.plan-section--last{border-bottom:none;padding-bottom:9rem}.plan-section__label{letter-spacing:.26em;text-transform:uppercase;color:var(--p-muted);margin-bottom:1.5rem;font-size:.58rem}.plan-narrative .plan-section__label{margin-bottom:4.5rem}.plan-narrative__body{max-width:580px}.plan-narrative__body p{font-family:var(--p-serif);color:#3e3a35;font-size:1.06rem;line-height:2}.plan-narrative__body p+p{margin-top:1.75em}.plan-narrative__body p em{font-style:italic}.plan-claire__name{font-family:var(--p-serif);letter-spacing:-.01em;color:var(--p-ink);margin-bottom:4.5rem;font-size:clamp(2rem,3.5vw,3rem);font-style:italic;font-weight:400;line-height:1.1}.plan-portrait{width:100%;margin:3.5rem 0 4rem}.plan-portrait__img{width:100%;height:auto;display:block}.plan-portrait__caption{font-family:var(--p-serif);letter-spacing:.09em;color:var(--p-muted);margin-top:1rem;font-size:.72rem;font-style:italic;line-height:1.6}.plan-collection-chapter{min-height:calc(100vh - var(--p-chapter-h))}.plan-collection-view__hero{max-width:860px;padding:4rem 5rem 0;line-height:0}.plan-collection-view__hero-img{cursor:pointer;width:100%;max-width:580px;height:auto;transition:opacity .18s;display:block}.plan-collection-view__hero-img:hover{opacity:.85}.plan-collection-view__body{max-width:680px;padding:4rem 5rem 8rem}.plan-collection-view__eyebrow{letter-spacing:.28em;text-transform:uppercase;color:var(--p-muted);margin-bottom:.85rem;font-size:.54rem}.plan-collection-view__title{font-family:var(--p-serif);color:var(--p-ink);margin-bottom:.75rem;font-size:clamp(2rem,3.5vw,3rem);font-style:italic;font-weight:400;line-height:1.1}.plan-collection-view__season{letter-spacing:.22em;text-transform:uppercase;color:var(--p-muted);border-bottom:1px solid var(--p-rule);margin-bottom:2.75rem;padding-bottom:2.75rem;font-size:.52rem}.plan-collection-view__desc p{font-family:var(--p-serif);color:#46423d;font-size:.97rem;line-height:1.88}.plan-collection-view__desc p+p{margin-top:1rem}.plan-placeholder{min-height:calc(100vh - var(--p-chapter-h));flex-direction:column;justify-content:center;padding:6rem 5rem;display:flex}.plan-placeholder__title{font-family:var(--p-serif);color:var(--p-ink);margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,3rem);font-style:italic;font-weight:400;line-height:1.1}.plan-placeholder__note{letter-spacing:.2em;text-transform:uppercase;color:var(--p-muted);font-size:.6rem}.plan-lightbox{z-index:200;cursor:zoom-out;background:#120f0ded;justify-content:center;align-items:center;padding:2rem;animation:.2s plan-lightbox-in;display:flex;position:fixed;inset:0}@keyframes plan-lightbox-in{0%{opacity:0}to{opacity:1}}.plan-lightbox__close{cursor:pointer;color:#f7f5ee8c;font-size:1.6rem;line-height:1;font-family:var(--p-sans);letter-spacing:-.02em;background:0 0;border:none;padding:.35rem .5rem;font-weight:300;transition:color .15s;position:fixed;top:1.5rem;right:1.75rem}.plan-lightbox__close:hover{color:#f7f5ee}.plan-lightbox__frame{cursor:default;justify-content:center;align-items:center;max-width:min(1200px,100vw - 4rem);max-height:calc(100vh - 4rem);display:flex}.plan-lightbox__img{object-fit:contain;width:100%;height:auto;max-height:calc(100vh - 4rem);display:block}@media (width<=860px){.plan-nav{display:none}.plan-mobile-subnav{top:var(--p-chapter-h);z-index:10;background:var(--p-paper);border-bottom:1px solid var(--p-rule);display:block;position:sticky}.plan-mobile-subnav__list{scrollbar-width:none;padding:0 1.5rem;list-style:none;display:flex;overflow-x:auto}.plan-mobile-subnav__list::-webkit-scrollbar{display:none}.plan-mobile-subnav__btn{cursor:pointer;font-family:var(--p-sans);letter-spacing:.14em;text-transform:uppercase;color:var(--p-muted);white-space:nowrap;height:var(--p-subnav-h);background:0 0;border:none;padding:.85rem .75rem;font-size:.58rem;transition:color .15s;position:relative}.plan-mobile-subnav__btn--active{color:var(--p-ink)}.plan-mobile-subnav__btn--active:after{content:"";background:var(--p-ink);height:1px;position:absolute;bottom:0;left:.75rem;right:.75rem}.plan-chapters__brand{display:none}.plan-chapters__inner{padding:0}.plan-hero{padding:3.5rem 2rem 0}.plan-section{scroll-margin-top:calc(var(--p-chapter-h) + var(--p-subnav-h) + 1rem);padding:3.5rem 2rem}.plan-section--last{padding-bottom:6rem}.plan-collection-view__hero{padding:2.5rem 2rem 0}.plan-collection-view__hero-img{max-width:100%}.plan-collection-view__body{padding:3rem 2rem 5rem}.plan-placeholder{justify-content:flex-start;padding:4rem 2rem}}@media (width<=480px){.plan-hero{padding:3rem 1.35rem 0}.plan-section,.plan-collection-view__body,.plan-placeholder{padding-left:1.35rem;padding-right:1.35rem}}
