:root{color-scheme:light;--color-black: #0a0a0a;--color-off-black: #111111;--color-white: #ffffff;--color-muted: #6f6d68;--color-gray: #2a2a2a;--color-warm-gray: #b8aa96;--color-sand: #a39480;--color-border: rgba(17, 17, 17, .08);--color-surface: rgba(17, 17, 17, .03);--color-surface-strong: #f4f3f0;--color-text-subtle: rgba(17, 17, 17, .68);--color-text-muted: rgba(17, 17, 17, .55);--max-width: 1200px;--font-base: "Inter", "Helvetica Neue", Arial, sans-serif;--transition-base: .2s ease}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-base);background-color:var(--color-white);color:var(--color-off-black);-webkit-font-smoothing:antialiased}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--color-warm-gray);outline-offset:2px}img{max-width:100%;display:block}button{font-family:inherit}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#fff,#f4f4f2)}.app-main{flex:1}.section{padding:6rem 0}.section--projects{padding-top:4rem}.section--projects .section__title{max-width:36ch;margin-left:auto;margin-right:auto;margin-top:1.5rem}.section--projects .section__description{margin-left:auto;margin-right:auto;text-align:center;font-size:1.28rem}.section--contrasted{background-color:var(--color-surface-strong)}.section__header{margin-bottom:2rem;display:flex;flex-direction:column;gap:.75rem}.section__eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;color:var(--color-muted)}.section__title{font-size:clamp(2rem,4vw,3rem);font-weight:600}.section__description{max-width:48ch;color:var(--color-text-subtle);line-height:1.6}.site-header{position:sticky;top:0;z-index:10;background:#fffffff0;border-bottom:1px solid rgba(17,17,17,.06);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:box-shadow var(--transition-base),transform var(--transition-base)}.site-header--scrolled{box-shadow:0 12px 32px #11111114}.site-header__content{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem}.site-header__brand{display:inline-flex;align-items:center;gap:.75rem;font-weight:600;letter-spacing:.04em}.site-header__brand-text{font-size:.95rem}.site-nav__toggle{display:none;background:#1111110a;border:1px solid rgba(17,17,17,.1);border-radius:999px;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:6px;cursor:pointer;color:inherit}.site-nav__toggle-line{display:block;width:20px;height:2px;background:#111111bf;border-radius:999px}.site-nav{display:flex;align-items:center;gap:1.5rem;font-size:.95rem}.site-nav__link{position:relative;padding-bottom:.2rem;color:var(--color-text-muted);transition:color var(--transition-base)}.site-nav__link:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#11111159;transform:scaleX(0);transform-origin:left;transition:transform var(--transition-base)}.site-nav__link:hover,.site-nav__link.active{color:var(--color-off-black)}.site-nav__link:hover:after,.site-nav__link.active:after{transform:scaleX(1)}.hero{position:relative;min-height:80vh;display:flex;align-items:center;overflow:hidden}.projects-hero{position:relative;min-height:48vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:5rem 1.5rem}.projects-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000073,#0009);pointer-events:none}.projects-hero__background{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transform:scale(1.05)}.projects-hero__content{position:relative;z-index:1;text-align:center}.projects-hero__title{font-size:clamp(3rem,8vw,5rem);letter-spacing:.14em;text-transform:uppercase;color:var(--color-white);font-weight:700;margin:0}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(17,17,17,.06),transparent 60%);pointer-events:none}.hero__background{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transform:scale(1.05);filter:brightness(.82);mix-blend-mode:multiply}.hero__content{position:relative;z-index:1;max-width:640px;padding:6rem 1.5rem}.hero__eyebrow{text-transform:uppercase;letter-spacing:.3em;font-size:.8rem;color:#ffffffd1;margin-bottom:1rem}.hero__title{font-size:clamp(2.75rem,5vw,4.5rem);margin:0 0 1.5rem;line-height:1.1;color:var(--color-white)}.hero__description{color:#ffffffdb;font-size:1.1rem;line-height:1.7;margin-bottom:2.5rem}.hero__actions{display:flex;align-items:center;gap:1rem}.hero__actions .button{background:var(--color-white);color:var(--color-off-black);border-color:#1111112e}.hero__actions .button:hover{background:var(--color-white);border-color:#11111147}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid transparent;font-size:.95rem;font-weight:500;letter-spacing:.04em;padding:.85rem 1.8rem;cursor:pointer;transition:transform var(--transition-base),border-color var(--transition-base),color var(--transition-base),background-color var(--transition-base)}.button--primary{background-color:var(--color-off-black);border-color:var(--color-off-black);color:var(--color-white)}.button--primary:hover{background-color:#1f1f1f;border-color:#1f1f1f;transform:translateY(-2px)}.button--ghost{background:transparent;border-color:#1113;color:var(--color-off-black)}.button--ghost:hover{border-color:#11111159;transform:translateY(-2px)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.stat-card{background:var(--color-surface);padding:1.75rem;border-radius:1rem;border:1px solid var(--color-border);box-shadow:0 18px 40px #11111114;display:flex;flex-direction:column;gap:.4rem}.stat-card__value{font-size:2rem;font-weight:600}.stat-card__label{font-size:.9rem;color:var(--color-text-muted);letter-spacing:.05em;text-transform:uppercase}.values-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:2rem}.reviews-grid{display:flex;flex-direction:column;gap:clamp(2.5rem,3vw,3.5rem);max-width:920px;margin:0 auto;width:100%}.review-card{position:relative;background:var(--color-white);border:1px solid rgba(17,17,17,.08);padding:clamp(2.6rem,4vw,3.2rem);border-radius:1.5rem;box-shadow:0 18px 48px #0a0a0a14;display:flex;flex-direction:column;gap:1.75rem;overflow:hidden}.review-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 0 0 1px #ffffff24}.review-card--accent-one{background:linear-gradient(160deg,#a3948029,#ffffffeb 65%)}.review-card--accent-two{background:linear-gradient(160deg,#b8aa962e,#fffffff5 65%)}.review-card--accent-three{background:linear-gradient(160deg,#e2dacd59,#fffffff0 70%)}.review-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.75rem}.review-card__reviewer{margin:0;font-size:1.4rem;font-weight:600}.review-card__meta{margin:.5rem 0 0;color:var(--color-text-muted);font-size:.95rem;display:flex;flex-wrap:wrap;gap:.5rem .9rem}.review-card__meta-item{display:inline-flex;align-items:center;gap:.55rem}.review-card__dot{display:inline-flex;align-items:center;justify-content:center;width:.7rem}.review-card__rating{display:flex;align-items:center;gap:.4rem;background:#ffffffb8;border:1px solid rgba(17,17,17,.06);padding:.5rem .85rem;border-radius:.85rem;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.review-card__stars{display:flex;gap:.25rem}.review-card__star{font-size:1rem;color:#1113}.review-card__star--filled{color:#f8c04e}.review-card__body{margin:0;line-height:1.85;color:var(--color-off-black);font-size:1.03rem;display:flex;align-items:flex-start;gap:.75rem}.review-card__quote{font-size:2.5rem;line-height:.85;color:#a3948073;font-family:Playfair Display,serif}.review-card__closing-quote{font-size:2.5rem;line-height:.85;color:#a3948073;font-family:Playfair Display,serif;display:inline-flex;align-items:flex-end;align-self:flex-end;margin-left:.35rem}.value-item{padding:1.75rem;background:var(--color-surface);border-radius:1rem;border:1px solid var(--color-border);box-shadow:0 16px 36px #11111112;display:flex;flex-direction:column;gap:.75rem}.value-item__title{font-size:1.15rem;font-weight:500}.value-item__description{color:var(--color-text-subtle);line-height:1.6}.projects-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-bottom:2.5rem}.filter-group{display:flex;gap:.75rem}.filter-chip{border-radius:999px;padding:.65rem 1.2rem;border:1px solid rgba(17,17,17,.12);background:#11111105;color:var(--color-text-muted);cursor:pointer}.filter-chip--active{background:var(--color-off-black);color:var(--color-white);border-color:var(--color-off-black)}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.portfolio-collection{display:flex;flex-direction:column;gap:.1rem;margin-bottom:4rem}.portfolio-collection:last-of-type{margin-bottom:0}.portfolio-collection__header{display:flex;flex-direction:column;gap:.5rem;max-width:52ch;align-items:center;text-align:center;margin:0 auto}.portfolio-collection__title{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:600;margin:.4rem 0 0}.portfolio-collection__description{color:var(--color-text-subtle);line-height:1.65}.portfolio-carousel-card{position:relative;border-radius:1.5rem;overflow:hidden;border:1px solid rgba(17,17,17,.1);min-height:clamp(320px,45vw,480px);box-shadow:0 32px 60px #11111114}.portfolio-carousel-card__image-wrapper{position:relative;width:100%;height:100%;display:block;border:0;padding:0;background:none;cursor:pointer;text-align:left}.portfolio-carousel-card__background{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;will-change:transform}.portfolio-carousel-card__overlay{position:relative;z-index:1;display:flex;flex-direction:column;gap:.75rem;padding:clamp(2rem,5vw,3.5rem);max-width:38ch;color:var(--color-white)}.portfolio-carousel-card__overlay:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(140deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.1) 65%,transparent 100%);z-index:-1;border-radius:1.5rem}.portfolio-carousel-card__badge{align-self:flex-start;padding:.45rem 1rem;border-radius:999px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.75rem;letter-spacing:.12em;text-transform:uppercase}.portfolio-carousel-card__title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:600;margin:0}.portfolio-carousel-card__excerpt{margin:0;color:#ffffffd9;line-height:1.6}.portfolio-carousel-card--empty{display:flex;align-items:center;justify-content:center;min-height:clamp(320px,45vw,420px);background:var(--color-surface);color:var(--color-text-muted);text-align:left}.portfolio-carousel-card--empty .portfolio-carousel-card__overlay:before{display:none}.portfolio-carousel-card--empty .portfolio-carousel-card__badge{background:#1111111f;color:var(--color-off-black)}.portfolio-carousel-card--empty .portfolio-carousel-card__title{color:var(--color-off-black)}.portfolio-carousel-card--empty .portfolio-carousel-card__excerpt{color:var(--color-text-subtle)}.featured-marquee{position:relative;overflow:hidden;padding:1rem 0 0;margin-top:-1rem}.featured-marquee:before,.featured-marquee:after{content:"";position:absolute;top:0;bottom:0;width:120px;pointer-events:none;z-index:2}.featured-marquee:before{left:0;background:linear-gradient(90deg,#fff,#fff0)}.featured-marquee:after{right:0;background:linear-gradient(270deg,#fff,#fff0)}.featured-marquee__track{display:flex;gap:1.5rem;padding:1rem 0 2rem;will-change:transform}.featured-card{position:relative;flex:0 0 360px;border-radius:1.25rem;overflow:hidden;border:1px solid rgba(17,17,17,.08);background:var(--color-white);box-shadow:0 16px 38px #11111114}.featured-card__image{width:100%;height:240px;object-fit:cover;display:block;filter:brightness(.92);transition:transform .6s ease}.featured-card__caption{position:absolute;inset:auto 0 0;padding:1.25rem 1.5rem;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.78) 100%);display:flex;align-items:center;min-height:88px}.featured-card__title{margin:0;font-size:1.1rem;font-weight:500;color:#fffffff2}.featured-card:hover .featured-card__image{transform:scale(1.06)}.project-card{position:relative;overflow:hidden;border-radius:1.25rem;border:1px solid rgba(17,17,17,.08);background:var(--color-white);box-shadow:0 20px 46px #11111114}.project-card__image-wrapper{position:relative;padding-top:66%;overflow:hidden;width:100%;border:none;background:transparent;cursor:pointer}.project-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s ease,transform .6s ease;transform:scale(1.05)}.project-card__image.is-visible{opacity:1;transform:scale(1)}.project-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.6) 100%);padding:1.75rem;gap:.5rem}.project-card__title{font-size:1.2rem;font-weight:500;margin:0;color:var(--color-white)}.project-card__meta{font-size:.9rem;color:#ffffffbf}.project-card__badge{align-self:flex-start;background:#ffffff38;padding:.45rem .9rem;border-radius:999px;font-size:.75rem;letter-spacing:.15em;color:var(--color-white)}.modal-content--collection .project-card__badge{background:#11111114;color:var(--color-off-black)}.project-card__excerpt{color:#ffffffde;margin:0;line-height:1.6}.modal-content--collection .project-card__title{color:var(--color-off-black)}.modal-content--collection .project-card__excerpt{color:var(--color-text-subtle)}.project-card:hover .project-card__image{transform:scale(1.07)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0aa6;display:grid;place-items:center;z-index:20;padding:2rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal-content{max-width:min(960px,90vw);background:var(--color-white);border-radius:1.5rem;border:1px solid rgba(17,17,17,.1);box-shadow:0 28px 64px #11111129;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr);max-height:90vh}.modal-content--project{background:transparent;border:none;box-shadow:none;padding:0;overflow:visible;display:flex;align-items:center;justify-content:center;width:auto;max-width:90vw}.modal-project{position:relative;border-radius:1.5rem;overflow:hidden;max-width:90vw;max-height:90vh}.modal-close--image{position:absolute;top:1rem;right:1rem;margin:0;border:none;background:#1111118c;color:var(--color-white);font-size:1rem;padding:.35rem .75rem;border-radius:999px;cursor:pointer;z-index:1}.modal-close--image:hover,.modal-close--image:focus-visible{background:#111111bf;color:var(--color-white)}.modal-image{width:100%;height:100%;object-fit:cover}.modal-content--project .modal-image{height:auto;max-height:90vh;display:block}.modal-details{padding:2rem;display:flex;flex-direction:column;gap:1rem;overflow-y:auto}.modal-content--collection{display:flex;flex-direction:column;height:min(900px,90vh)}.modal-collection{display:flex;flex-direction:column;height:100%}.modal-collection__header{position:relative;display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 2rem 1.25rem}.modal-collection__title{font-family:Baskerville,Palatino Linotype,Times New Roman,serif;font-size:clamp(2.4rem,6vw,3.4rem);font-weight:400;color:var(--color-off-black);line-height:1;text-align:center}.modal-collection__header .modal-close{position:absolute;top:1.25rem;right:2rem;margin:0}.modal-collage-container{flex:1;overflow-y:auto;padding:0 2rem 2rem}.modal-collection__header .modal-close{margin-left:auto}.modal-collage{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));justify-content:flex-start;justify-items:center;gap:1.5rem;padding:2rem;background:var(--color-surface);border-radius:1.25rem;border:1px solid rgba(17,17,17,.06);max-width:min(1100px,100%);margin:0 auto}.modal-collage__item{position:relative;border-radius:1rem;overflow:hidden;border:1px solid rgba(17,17,17,.08);box-shadow:0 16px 32px #1111111a;width:100%;aspect-ratio:4 / 3}.modal-collage__trigger{display:block;width:100%;height:100%;padding:0;border:none;background:transparent;cursor:zoom-in}.modal-collage__trigger:focus-visible{outline:3px solid rgba(17,17,17,.45);outline-offset:4px}.modal-collage__item--lead{grid-column:span 2;aspect-ratio:3 / 2}.modal-collage__item img{width:100%;height:100%;object-fit:cover}.modal-collage--empty{display:grid;place-items:center;padding:3rem;color:var(--color-text-muted)}.modal-close{align-self:flex-end;border:none;background:transparent;color:var(--color-text-muted);font-size:1.1rem;cursor:pointer}.modal-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;padding:clamp(1.5rem,4vw,3rem);background:#0a0a0acc;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal-lightbox__content{position:relative;max-width:min(960px,95vw);max-height:90vh;border-radius:1.25rem;overflow:hidden;background:var(--color-white);box-shadow:0 36px 72px #0a0a0a59;display:flex;flex-direction:column}.modal-lightbox__close{position:absolute;top:1rem;right:1.25rem;border:none;background:#1111118c;color:var(--color-white);font-size:1rem;padding:.35rem .75rem;border-radius:999px;cursor:pointer}.modal-lightbox__close:hover,.modal-lightbox__close:focus-visible{background:#111111bf;color:var(--color-white)}.modal-lightbox__image{width:100%;height:100%;object-fit:contain;background:var(--color-off-white)}.modal-details p{margin:0;color:var(--color-text-subtle);line-height:1.7}.story-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem}.story-grid__image{position:relative;border-radius:1.5rem;overflow:hidden;border:1px solid rgba(17,17,17,.08);box-shadow:0 18px 42px #1111111f}.story-grid__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.55))}.story-grid__image img{height:100%;width:100%;object-fit:cover}.story-grid__content{display:flex;flex-direction:column;gap:1.5rem}.story-grid__title{font-size:clamp(2rem,3vw,3rem);margin:0}.story-grid__body{color:var(--color-text-subtle);line-height:1.8}.pill-list{display:flex;flex-wrap:wrap;gap:.75rem}.pill-list__item{border-radius:999px;border:1px solid rgba(17,17,17,.1);padding:.5rem 1rem;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.team-card{display:flex;flex-direction:column;gap:.65rem;border:1px solid rgba(17,17,17,.08);border-radius:1.25rem;padding:1.75rem;background:var(--color-white);box-shadow:0 18px 40px #11111114}.team-card__name{margin:0;font-size:1.1rem}.team-card__role{font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted)}.team-card__bio{color:var(--color-text-subtle);line-height:1.6}.contact-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem}.contact-card{border:1px solid rgba(17,17,17,.1);border-radius:1.5rem;background:var(--color-white);box-shadow:0 22px 52px #1111111a;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.contact-card__title{margin:0;font-size:1.8rem}.contact-card__details{display:flex;flex-direction:column;gap:.75rem}.contact-card__link{color:var(--color-off-black);font-size:1rem}.contact-form{display:grid;gap:1rem}.contact-form__label{font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted)}.contact-form__input,.contact-form__textarea{width:100%;padding:.9rem 1rem;border-radius:.9rem;border:1px solid rgba(17,17,17,.12);background:#ffffffeb;color:var(--color-off-black);font-size:1rem}.contact-form__textarea{min-height:180px;resize:vertical}.contact-form__submit{justify-self:flex-start}.site-footer{border-top:1px solid rgba(17,17,17,.08);padding:2.5rem 0;background:var(--color-surface-strong)}.site-footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;align-items:center}.site-footer__brand{display:flex;flex-direction:column;gap:.75rem}.site-footer__copy{color:var(--color-text-muted);font-size:.85rem}.site-footer__links{display:flex;flex-direction:column;gap:.75rem;font-size:.9rem;color:var(--color-text-subtle)}.footer-cta{display:flex;flex-direction:column;gap:.75rem}.footer-cta__title{margin:0;font-size:1.1rem}.footer-cta__text{color:var(--color-text-subtle);line-height:1.6}@media (max-width: 960px){.hero{min-height:70vh}.contact-section,.story-grid{grid-template-columns:1fr}.site-header__content{flex-direction:column;gap:1rem;position:relative}.site-nav{justify-content:center}.featured-card{flex:0 0 280px}}@media (max-width: 720px){.site-header__content{align-items:stretch}.site-nav__toggle{display:inline-flex}.site-nav{position:absolute;top:calc(100% + .75rem);right:1.5rem;left:1.5rem;display:none;flex-direction:column;align-items:stretch;gap:.75rem;padding:1.5rem;border-radius:1.25rem;border:1px solid rgba(17,17,17,.08);background:#fffffff7;box-shadow:0 24px 48px #1111111f}.site-nav--open{display:flex}.site-nav__link{padding:.85rem 1.1rem;border-radius:.9rem}.hero__actions{flex-direction:column;align-items:stretch}.projects-toolbar{flex-direction:column;align-items:flex-start}.filter-group{flex-wrap:wrap}.section{padding:4rem 0}}@media (max-width: 540px){.review-card{padding:2rem;gap:1.65rem}.site-header__brand-text{display:none}.container{padding:0 1rem}}@media (min-width: 960px){.modal-content{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)}.modal-image{height:100%}}.reviews-attribution{text-align:center;margin-top:2.5rem;color:var(--color-text-muted);font-size:.9rem}.reviews-attribution__link{color:#2563eb;text-decoration:underline}.reviews-attribution__link:hover{color:#1d4ed8}
