.page-row{align-items:flex-start;display:flex;justify-content:center;padding-bottom:1rem;padding-left:1rem;padding-right:1rem;width:100%}.page-row__section{border-radius:1rem}@media (min-width: 768px){.page-row__section{border-radius:1.5rem}}@media (min-width: 1280px){.page-row__section{border-radius:2rem}}.page-row__section{align-items:center;clip-path:inset(0 round 1rem);display:flex;flex-direction:column;gap:1.5rem;justify-content:center;max-width:112.5rem;min-height:75vh;padding:4rem 1.5rem;width:100%}@media (min-width: 768px){.page-row__section{clip-path:inset(0 round 1.5rem);gap:3rem;padding:8rem 4rem}}.page-row__section--dark{background-color:#060606;color:#fff}.page-row__section--light,.page-row__section--medium{background-color:#ebebeb;color:#1a1a1a}.page-row__section--transparent{background-color:transparent;color:#1a1a1a}.page-row__section--no-clip{clip-path:none}.accordion{border-top:.5px solid rgba(26,26,26,.25);border-bottom:.5px solid rgba(26,26,26,.25);padding:3rem 0;width:100%}.accordion+.accordion{border-top:none}.accordion__header{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;justify-content:space-between;text-align:left;-webkit-appearance:none;-webkit-tap-highlight-color:transparent;width:100%}.accordion__header:hover{opacity:.8}.accordion__header:focus{outline:2px solid #060606;outline-offset:2px}.accordion__header-text{color:inherit;flex:1;font-size:1.5rem;line-height:1.2}.accordion__header-icon{align-items:center;color:inherit;display:flex;flex-shrink:0;height:14px;justify-content:center;margin-left:1.5rem;transition:transform .3s ease;width:1.125rem}.accordion__header-icon--open{transform:rotate(180deg)}.accordion__content{color:inherit;font-size:1.125rem;line-height:1.4;max-width:65ch;padding-top:1rem}.card-stack{aspect-ratio:1/1;margin-bottom:90px;position:relative;width:100%}.card-stack__item{border-radius:2rem;cursor:pointer;left:0;overflow:hidden;position:absolute;transition:all .6s cubic-bezier(.4,0,.2,1);width:100%}.card-stack__item--position-0{top:0;transform:scale(1);z-index:4}.card-stack__item--position-1{top:30px;transform:scale(.95);z-index:3}.card-stack__item--position-2{top:60px;transform:scale(.9);z-index:2}.card-stack__item--position-3{top:90px;transform:scale(.85);z-index:1}.card-stack__item--swapping{animation:card-stack-swap .6s ease-in-out forwards}@keyframes card-stack-swap{0%{transform:scale(1);z-index:4}40%{transform:scale(1) translate(120%);z-index:4}50%{transform:scale(.85) translate(120%);z-index:0}to{transform:scale(.85);top:90px;z-index:1}}.card-stack__dots{bottom:-82px;display:flex;gap:10px;justify-content:center;left:50%;position:absolute;transform:translate(-50%)}.card-stack__dot{background-color:#fff6;border:none;border-radius:4px;cursor:pointer;height:6px;padding:0;width:16px}.card-stack__dot:hover{background-color:#ffffffb3}.card-stack__dot--active{background-color:#fff}.card-stack--video .card-stack__item{aspect-ratio:1/1;height:auto}.card-stack--video video{border-radius:2rem;height:100%;object-fit:cover;width:100%}.card-stack--principles .card-stack__item{aspect-ratio:1/1;background-color:#1f1f1f;color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:3rem}.card-stack--principles .card-stack__item h3{font-size:2.25rem;font-weight:400;margin:0;position:relative;z-index:1}.card-stack--principles .card-stack__item p{font-size:1.125rem;line-height:1.4;margin:0;opacity:.7;position:relative;z-index:1}.card-stack__item--has-video{background-color:transparent}.card-stack__item--has-video:after{background-color:#00000026;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.card-stack__item-video,.card-stack__item-image{top:0;right:0;bottom:0;left:0;height:100%;object-fit:cover;object-position:center;position:absolute;transform:scale(1.2);transition:opacity .5s ease-in-out;width:100%;z-index:-1}.card-stack__item-video--fading{opacity:0}.card-stack__item--zoomed:after{background-color:#00000080}.card-stack__item--zoomed .card-stack__item-video{transform:scale(1.3) translate(20px)}.card-stack__item--darkened:after{background-color:#0009}.footer{background:#f3f3ef;padding:60px 40px;width:100%}@media (max-width: 800px){.footer{padding:40px 24px}}.footer__top{max-width:900px;margin:0 auto 40px;display:flex;flex-direction:column;gap:40px}@media (min-width: 768px){.footer__top{flex-direction:row;gap:80px}}.footer__logo-section{display:flex;flex-direction:column;gap:16px}.footer__logo{height:auto;max-width:120px}.footer__bbb{height:auto;max-width:100px}.footer__nav{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;flex:1}@media (min-width: 768px){.footer__nav{grid-template-columns:repeat(4,1fr)}}.footer__col h3{font-family:Aeonik TRIAL,sans-serif;font-size:.875rem;font-weight:500;margin-bottom:12px;color:#1a1a18}.footer__col ul{list-style:none;padding:0;margin:0}.footer__col li{margin-bottom:8px}.footer__col a{font-size:.8125rem;color:#7a7a72;text-decoration:none}.footer__col a:hover{color:#1a1a18}.footer__bottom{max-width:900px;margin:0 auto;padding-top:32px;border-top:1px solid #e2e2da}.footer__bottom p{font-family:Aeonik TRIAL,sans-serif;font-size:.6875rem;color:#7a7a72;line-height:1.5;margin-bottom:8px}.footer__bottom p:last-child{margin-bottom:0}.footer__bottom p a{color:#7a7a72;text-decoration:underline}.footer__bottom p a:hover{color:#1a1a18}.hero-section{display:flex;flex-direction:column;height:calc(100vh - 2rem);width:100%;padding-top:1rem;padding-bottom:1rem}@media (orientation: landscape){.hero-section{flex-direction:row}}.hero-section__primary{align-items:center;background-color:#ebebeb;border-top-right-radius:2rem;border-bottom-right-radius:2rem;display:flex;flex-direction:column;font-weight:400;font-size:20vw;justify-content:center;line-height:.9;margin-right:1rem;margin-bottom:1rem;height:calc(65vh - 2rem);width:calc(100% - 1rem)}.hero-section__primary div{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}@media (orientation: landscape){.hero-section__primary{font-size:11vw;height:calc(100vh - 4rem);width:65%}}.hero-section__primary-year{font-style:italic;opacity:.25}.hero-section__secondary{background-color:#060606;border-top-left-radius:2rem;border-bottom-left-radius:2rem;display:flex;align-items:center;align-self:flex-end;justify-content:center;height:calc(35vh - 2rem);overflow:hidden;width:calc(100% - 1rem)}.hero-section__secondary img{width:30%;height:30%;object-fit:contain;object-position:center}.hero-section__secondary svg{width:18vw;height:18vw}@media (orientation: landscape){.hero-section__secondary{height:calc(100vh - 4rem);width:35%}.hero-section__secondary svg{width:9.9vw;height:9.9vw}}.section-layout{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;max-width:1440px;width:100%}@media (min-width: 768px){.section-layout{gap:3rem}}@media (min-width: 768px){.section-layout--split{flex-direction:row}}.section-layout--stacked{flex-direction:column}.section-layout--stacked .section-layout__text{align-items:flex-start;margin:0 auto;text-align:left}@media (min-width: 768px){.section-layout--stacked .section-layout__text{align-items:center;max-width:580px;text-align:center}}@media (min-width: 1440px){.section-layout--stacked .section-layout__text{max-width:720px}}@media (min-width: 1800px){.section-layout--stacked .section-layout__text{max-width:860px}}.section-layout--left-aligned{align-items:flex-start}.section-layout--left-aligned .section-layout__text{align-items:flex-start;margin:0;text-align:left;max-width:1440px}.section-layout__text{display:flex;flex:1;flex-direction:column;gap:1.5rem;justify-content:center;margin-bottom:3rem;max-width:720px}@media (min-width: 768px){.section-layout__text{margin-bottom:0}}.section-layout--stacked .section-layout__text{max-width:1440px}.section-layout__text-heading{color:inherit;font-size:1.5rem;line-height:1.2;margin:0;max-width:65ch;opacity:.5;transition:font-size .2s ease}.section-layout__text-subheading{color:inherit;font-size:2.25rem;line-height:1.2;margin:0;max-width:30ch;transition:font-size .2s ease}@media (min-width: 768px){.section-layout__text-subheading{font-size:2.75rem}}.section-layout__text-copy{color:inherit;font-size:1.125rem;line-height:1.4;margin:0;max-width:480px}@media (min-width: 1440px){.section-layout__text-copy{max-width:600px}}@media (min-width: 1800px){.section-layout__text-copy{max-width:720px}}.section-layout__text-copy a{color:inherit;font-family:JetBrains Mono,monospace;opacity:.5}.section-layout__media{align-items:center;border-radius:1rem;display:flex;flex:1;justify-content:flex-end;max-width:100%;padding:0;width:100%}@media (min-width: 768px){.section-layout__media{justify-content:flex-end;max-width:720px;padding:0}}.section-layout__media img,.section-layout__media video{border-radius:1.5rem;height:auto;max-height:none;object-fit:contain;max-width:100%;object-position:center;transition:max-width .2s ease,opacity .6s ease-in-out;width:100%}@media (min-width: 768px){.section-layout__media img,.section-layout__media video{aspect-ratio:1/1;height:100%;max-height:100%;max-width:50vw}}.section-layout__media--cropped video{clip-path:inset(1% 15%)}.section-layout__media--wide{aspect-ratio:16/9;background-color:#000;border-radius:1.5rem;flex:none;max-width:none;overflow:hidden;padding:0;width:100%}@media (min-width: 768px){.section-layout__media--wide{flex:1;max-width:1080px}}.section-layout__media--wide video,.section-layout__media--wide img{aspect-ratio:auto;border-radius:0;height:100%;max-width:100%;object-fit:cover;width:100%}.section-layout__media--faded video{opacity:0}.section-layout__content{max-width:720px}.section-layout__content--full-width{max-width:1440px;width:100%}.section-layout__full-bleed{position:relative;width:100vw}.slat{border-color:#ffffff40;border-top-style:solid;border-top-width:.5px;padding:3rem 0;width:100%}.slat:last-child{border-bottom-width:.5px;border-bottom-style:solid}.slat__row{align-items:center;display:flex;justify-content:space-between;width:100%}.slat__text{color:inherit;flex:1;font-size:1.5rem;line-height:1.2}.slat__button{color:inherit;font-family:JetBrains Mono,monospace;font-size:1.125rem;margin-left:1.5rem;opacity:.5;text-decoration:none;transition:opacity .2s ease}.slat__button:hover{opacity:.8}.principle-pill{align-items:center;color:inherit;display:inline-flex;font-family:JetBrains Mono,monospace;font-size:1.125rem;gap:.5rem;line-height:1.4;margin-top:1rem;opacity:.5;width:fit-content}.principle-pill__arrow{flex-shrink:0}.design-page{min-height:100vh;overflow-x:hidden;width:100%}.locations-carousel{overflow:hidden;padding-bottom:3rem}.locations-carousel__track{animation:scroll 120s linear infinite;display:flex;gap:1rem;width:fit-content}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.location-tile{background-color:#fff;border-radius:100px;color:#1a1a1a;flex-shrink:0;font-size:1.25rem;font-weight:500;padding:1rem 1.5rem;white-space:nowrap}.schedule-graphic{align-items:center;display:flex;justify-content:flex-end;width:100%}@media (min-width: 768px){.schedule-graphic{flex:1;max-width:100%}}.schedule-graphic svg{height:auto;max-width:100%;width:100%}.blog-tiles-container{width:calc(100% + 3rem);margin-left:-1.5rem;margin-right:-1.5rem}@media (min-width: 768px){.blog-tiles-container{width:calc(100% + 8rem);margin-left:-4rem;margin-right:-4rem}}.blog-tiles{display:flex;gap:1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-top:60px;padding-bottom:100px;margin-top:-60px;margin-bottom:-60px;scroll-snap-type:x mandatory}.blog-tiles::-webkit-scrollbar{display:none}.blog-tiles{-ms-overflow-style:none;scrollbar-width:none}.blog-tiles>*{scroll-snap-align:start}.blog-tiles__spacer{flex-shrink:0}.blog-tiles__spacer-end{flex-shrink:0;width:40px}@media (min-width: 768px){.blog-tiles__spacer-end{width:80px}}@font-face{font-family:Aeonik TRIAL;font-style:normal;font-weight:300;src:url(/fonts/AeonikTRIAL-Light.otf) format("opentype")}@font-face{font-family:Aeonik TRIAL;font-style:italic;font-weight:300;src:url(/fonts/AeonikTRIAL-LightItalic.otf) format("opentype")}@font-face{font-family:Aeonik TRIAL;font-style:normal;font-weight:400;src:url(/fonts/AeonikTRIAL-Regular.otf) format("opentype")}@font-face{font-family:Aeonik TRIAL;font-style:italic;font-weight:400;src:url(/fonts/AeonikTRIAL-RegularItalic.otf) format("opentype")}@font-face{font-family:Aeonik TRIAL;font-style:normal;font-weight:500;src:url(/fonts/AeonikTRIAL-Medium.otf) format("opentype")}@font-face{font-family:Aeonik TRIAL;font-style:italic;font-weight:500;src:url(/fonts/AeonikTRIAL-MediumItalic.otf) format("opentype")}*{margin:0;padding:0;box-sizing:border-box}html{font-size:15px;scroll-behavior:smooth}@media (min-width: 480px){html{font-size:16px}}@media (min-width: 768px){html{font-size:17px}}@media (min-width: 1024px){html{font-size:20px}}@media (min-width: 1800px){html{font-size:24px}}body{font-family:Aeonik TRIAL,sans-serif;font-size:1.125rem;line-height:1.4;letter-spacing:.85;color:#1a1a1a;background-color:#fafaf8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.2;margin-bottom:1rem}h1{font-size:2.25rem}@media (min-width: 768px){h1{font-size:3.5rem}}h2{font-size:1.75rem}@media (min-width: 768px){h2{font-size:3rem}}h3{font-size:1.5rem}@media (min-width: 768px){h3{font-size:2.75rem}}h4{font-size:1.25rem}@media (min-width: 768px){h4{font-size:2.25rem}}p{line-height:1.4;margin-bottom:1rem}a{color:inherit;text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.7}.container{margin:0 auto;max-width:1440px;padding:0 1rem}@media (min-width: 768px){.container{padding:0 1.5rem}}.text-italic{font-style:italic}.text-bold{font-weight:600}
