:root{--teal:#008c8c;--black:#000;--dark-grey:#626262;--light-grey:#f4f1ed;--white:#fff;--green:#50b812;--yellow:#f8f15b;--red:#eb0000;--pink:#de73be;--blue:#6185f2;--serif:"Cormorant Garamond",Georgia,serif;--sans:"Inter",-apple-system,sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{background:var(--black);color:var(--white);font-family:var(--sans);overflow-x:hidden}.section{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.section--short{min-height:auto;padding:6rem 0}.hero{height:100vh;position:relative}.hero__bg{background-size:cover;background-position:50%}.hero__bg,.hero__overlay{position:absolute;inset:0}.hero__overlay{background:linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.6))}.hero__content{position:relative;z-index:2;padding:0 8vw;max-width:900px}.hero__eyebrow{font-family:var(--sans);font-size:.75rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--teal);margin-bottom:1.5rem}.hero__title{font-family:var(--serif);font-size:clamp(3rem,7vw,6rem);font-weight:600;line-height:1.05;letter-spacing:-.02em;margin-bottom:1.5rem}.hero__subtitle{font-family:var(--sans);font-size:clamp(1rem,2vw,1.25rem);font-weight:300;color:var(--light-grey);max-width:500px;line-height:1.6}.hero__line{width:60px;height:2px;background:var(--teal);margin:2rem 0}.hero__scroll{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.5;animation:pulse 2s ease-in-out infinite}.hero__scroll span{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase}.hero__scroll-arrow{width:1px;height:30px;background:var(--white);position:relative}.hero__scroll-arrow:after{content:"";position:absolute;bottom:0;left:-3px;width:7px;height:7px;border-right:1px solid var(--white);border-bottom:1px solid var(--white);transform:rotate(45deg)}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.8}}.split{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.split__image{position:relative;overflow:hidden}.split__image img{width:100%;height:100%;object-fit:cover}.split__content{display:flex;flex-direction:column;justify-content:center;padding:4rem 6vw}.split__content--dark{background:var(--black)}.split__content--light{background:var(--light-grey);color:var(--black)}.split__content--teal{background:var(--teal)}.eyebrow{font-family:var(--sans);font-size:.7rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--teal);margin-bottom:1rem}.eyebrow--white{color:var(--white)}.heading{font-family:var(--serif);font-size:clamp(2rem,4.5vw,3.5rem);font-weight:600;line-height:1.1;margin-bottom:1.5rem}.heading--small{font-size:clamp(1.5rem,3vw,2.2rem)}.body-text{font-family:var(--sans);font-size:.95rem;font-weight:300;line-height:1.7;color:var(--dark-grey)}.body-text--light{color:hsla(0,0%,100%,.7)}.accent-text{color:var(--teal);font-weight:500}.italic-quote{font-family:var(--serif);font-style:italic;font-size:1.1rem;line-height:1.5}.fullbleed{position:relative;min-height:100vh;display:flex;align-items:center}.fullbleed__bg{position:absolute;inset:0}.fullbleed__bg img{width:100%;height:100%;object-fit:cover}.fullbleed__overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.7),rgba(0,0,0,.3))}.fullbleed__content{position:relative;z-index:2;padding:4rem 8vw;max-width:700px}.quote-section{background:var(--teal);min-height:70vh;display:flex;align-items:center;justify-content:center;padding:4rem 8vw;text-align:center}.quote-section__text{font-family:var(--serif);font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:600;line-height:1.3;max-width:800px;color:var(--white)}.quote-section__sub{font-family:var(--sans);font-size:.9rem;font-weight:300;color:hsla(0,0%,100%,.75);margin-top:1.5rem}.pillars{background:var(--light-grey);padding:6rem 8vw;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.pillars__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.pillar-card{background:var(--white);padding:2rem;position:relative;border-left:3px solid var(--teal)}.pillar-card__name{font-family:var(--sans);font-size:.7rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--black);margin-bottom:.75rem}.pillar-card__desc{font-family:var(--sans);font-size:.9rem;font-weight:300;color:var(--dark-grey);line-height:1.6}.fourcs{background:var(--black);padding:6rem 8vw}.fourcs__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-top:3rem}.fourc-item{text-align:center}.fourc-item__number{width:56px;height:56px;border-radius:50%;background:var(--teal);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.5rem}.fourc-item__name,.fourc-item__number{font-family:var(--serif);font-weight:600}.fourc-item__name{font-size:1.3rem;margin-bottom:.75rem}.fourc-item__desc{font-family:var(--sans);font-size:.85rem;font-weight:300;color:var(--dark-grey);line-height:1.6}.stats-section{background:var(--teal);padding:6rem 8vw}.stats__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.stat-card{background:hsla(0,0%,100%,.1);padding:2rem;text-align:center}.stat-card__value{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1;margin-bottom:.5rem}.stat-card__label{font-family:var(--sans);font-size:.85rem;font-weight:400}.stat-card__hint{font-family:var(--sans);font-size:.7rem;font-weight:300;opacity:.6;font-style:italic;margin-top:.25rem}.not-section{background:var(--black);padding:6rem 8vw;min-height:80vh;display:flex;flex-direction:column;justify-content:center}.not-section__item{display:flex;align-items:center;gap:1.5rem;padding:1rem 0;border-bottom:1px solid hsla(0,0%,100%,.06)}.not-section__line{width:32px;height:2px;background:var(--teal);flex-shrink:0}.not-section__text{font-family:var(--sans);font-size:1.05rem;font-weight:300;color:var(--light-grey);line-height:1.5}.not-section__footnote{font-family:var(--sans);font-size:.85rem;font-weight:400;color:var(--teal);font-style:italic;margin-top:2rem}.spaces{background:var(--black);padding:4rem 4vw}.spaces__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem;margin-top:2rem}.space-card{position:relative;aspect-ratio:4/3;overflow:hidden;cursor:default}.space-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.space-card:hover img{transform:scale(1.05)}.space-card__label{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(transparent,rgba(0,0,0,.8))}.space-card__name{font-family:var(--serif);font-size:1.1rem;font-weight:600}.space-card__desc{font-family:var(--sans);font-size:.75rem;font-weight:300;color:hsla(0,0%,100%,.7);margin-top:.25rem}.tone-section{background:var(--light-grey);color:var(--black);padding:6rem 8vw}.tone__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem;margin-top:2rem}.tone-card{background:var(--white);padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-left:3px solid var(--teal)}.tone-card__trait{font-family:var(--serif);font-size:1.15rem;font-weight:600;color:var(--black)}.tone-card__not{font-weight:300;font-style:italic}.tone-card__not,.tone__banned{font-family:var(--sans);font-size:.8rem;color:var(--dark-grey)}.tone__banned{margin-top:2rem}.tone__banned strong{color:var(--red)}.photo-section{background:var(--black);padding:6rem 8vw}.photo__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-top:2.5rem}.photo-card__img{width:100%;aspect-ratio:3/2;object-fit:cover;margin-bottom:1rem}.photo-card__title{font-family:var(--serif);font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.photo-card__desc{font-family:var(--sans);font-size:.8rem;font-weight:300;color:hsla(0,0%,100%,.6);line-height:1.5}.palette-section{background:var(--light-grey);color:var(--black);padding:6rem 8vw}.palette__row{display:flex;gap:1rem;margin-top:1.5rem}.palette__swatch{flex:1 1;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:var(--sans);font-size:.75rem;font-weight:400;text-align:center;gap:.25rem}.palette__swatch span{font-size:.65rem;opacity:.7}.palette__label{font-family:var(--sans);font-size:.85rem;font-weight:500;color:var(--dark-grey);margin-top:2.5rem;margin-bottom:.5rem}.values-section{background:var(--teal);padding:6rem 8vw;min-height:80vh;justify-content:center}.values-section,.values__list{display:flex;flex-direction:column}.values__list{margin-top:2.5rem;gap:.5rem}.value-item{background:hsla(0,0%,100%,.08);padding:1.25rem 1.5rem;font-family:var(--sans);font-size:.95rem;font-weight:300;line-height:1.5;border-left:2px solid hsla(0,0%,100%,.3)}.closing{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center}.closing__bg{position:absolute;inset:0}.closing__bg img{width:100%;height:100%;object-fit:cover}.closing__overlay{position:absolute;inset:0;background:rgba(0,0,0,.6)}.closing__content{position:relative;z-index:2;max-width:700px;padding:4rem 2rem}.closing__quote{font-family:var(--serif);font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:600;line-height:1.3;margin-bottom:2rem}.closing__line{width:60px;height:2px;background:var(--teal);margin:0 auto 1.5rem}.closing__brand{font-family:var(--serif);font-size:1.3rem;letter-spacing:.15em;margin-bottom:.5rem}.closing__address{font-family:var(--sans);font-size:.8rem;font-weight:300;color:var(--dark-grey)}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-delay{transition-delay:.15s}.fade-in-delay-2{transition-delay:.3s}.fade-in-delay-3{transition-delay:.45s}@media (max-width:900px){.split{grid-template-columns:1fr}.split__image{height:40vh}.fourcs__grid,.photo__grid,.pillars__grid,.spaces__grid,.stats__grid{grid-template-columns:repeat(2,1fr)}.tone__grid{grid-template-columns:1fr}}@media (max-width:600px){.fourcs__grid,.photo__grid,.pillars__grid,.spaces__grid,.stats__grid{grid-template-columns:1fr}.palette__row{flex-wrap:wrap}.palette__swatch{flex-grow:0;flex-shrink:0;flex-basis:calc(33% - 0.67rem)}}