@font-face { font-family: Catchy; src: url('../fonts/CatchyMager-subset.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: Deja; src: url('../fonts/DejaVuSans-subset.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: Deja; src: url('../fonts/DejaVuSans-Bold-subset.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: Liberation; src: url('../fonts/LiberationSans-Regular.ttf') format('truetype'); font-display: swap; }
@font-face { font-family: Liberation; src: url('../fonts/LiberationSans-Bold.ttf') format('truetype'); font-weight: 700; font-display: swap; }

:root {
    --kaki-primary: #6a6c60;
    --kaki-secondary: #6b7b5b;
    --sage: #9cad9b;
    --mastic-dark: #b5a483;
    --mastic-light: #e8e1ca;
    --hero-media-background: var(--kaki-primary);
    --forest: var(--kaki-primary);
    --green: var(--kaki-secondary);
    --leaf: var(--kaki-primary);
    --mint: var(--sage);
    --cream: var(--mastic-light);
    --paper: #fff;
    --ink: #3d4a4a;
    --mastic: var(--mastic-dark);
    --accent: var(--mastic-dark);
    --line: rgba(61, 74, 74, .18);
    --serif: Catchy, Georgia, serif;
    --sans: Deja, Arial, sans-serif;
    --project-sans: Liberation, Arial, sans-serif;
    --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-gutter: stable; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); }
body.menu-open, body.is-loading, body.modal-open { overflow: hidden; }
html.no-js { scroll-behavior: auto; }
html.no-js body.is-loading { overflow: auto; }
html.no-js .site-loader { display: none; }
html.no-js [data-reveal], html.no-js .reveal-item, html.no-js .commitment-media, html.no-js .commitment-card .meta, html.no-js .commitment-card p { opacity: 1 !important; transform: none !important; }
html.no-js body.is-loading [data-reveal], html.no-js body.is-loading .reveal-item { opacity: 1 !important; transform: none !important; }
html.no-js .approach-media { clip-path: inset(0) !important; }
html.no-js .residence-media { transform: none !important; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--mint); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 300; top: 12px; left: 12px; padding: 11px 16px; background: var(--paper); color: var(--forest); font-size: 12px; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: none; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }

.site-loader { position: fixed; z-index: 200; inset: 0; display: grid; place-content: center; justify-items: center; gap: 25px; color: var(--cream); background: var(--forest); }
.loader-brand { width: min(250px, 62vw); opacity: 0; transform: translateY(18px); animation: loader-brand-in .8s .12s cubic-bezier(.22,1,.36,1) forwards; }
.loader-brand img { width: 100%; height: auto; }
.loader-botanical { width: 155px; overflow: visible; fill: none; stroke: #fff; stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; }
.loader-botanical path { vector-effect: non-scaling-stroke; }
.loader-stem { stroke-dasharray: 190; stroke-dashoffset: 190; animation: loader-draw 2.15s .08s cubic-bezier(.65,0,.35,1) infinite both; }
.loader-leaf { opacity: 0; transform-box: fill-box; transform-origin: center bottom; animation: loader-leaf-in 2.15s ease-out infinite both; }
.loader-leaf--1 { animation-delay: .28s; }
.loader-leaf--2 { animation-delay: .38s; }
.loader-leaf--3 { animation-delay: .48s; }
.loader-leaf--4 { animation-delay: .58s; }
.site-loader.is-ready { pointer-events: none; animation: loader-exit .95s cubic-bezier(.76,0,.24,1) forwards; }
.site-loader.is-ready .loader-brand, .site-loader.is-ready .loader-botanical { transition: opacity .42s ease, transform .6s cubic-bezier(.22,1,.36,1); opacity: 0; transform: translateY(-15px); }

.page-progress { position: fixed; inset: 0 auto 0 0; z-index: 80; width: 3px; background: rgba(255,255,255,.1); }
.page-progress span { display: block; width: 100%; height: 0; background: var(--mint); will-change: height; }
.starfield { position: fixed; inset: 0; z-index: 30; pointer-events: none; overflow: hidden; }
.starfield i { position: absolute; width: clamp(7px, .7vw, 12px); aspect-ratio: 1; background: url('../images/ui/star-homaya-white.png') center / contain no-repeat; opacity: 0; animation: twinkle var(--duration) ease-in-out var(--delay) infinite; }

.site-header { position: fixed; z-index: 70; top: 0; left: 0; right: 0; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 4vw, 68px); color: var(--cream); background: var(--hero-media-background); transition: color .45s, background .45s, transform .45s; }
.site-header.scrolled { background: rgba(106,108,96,.9); backdrop-filter: blur(14px); }
.site-header.light:not(.scrolled) { color: var(--cream); }
.brand { display: block; width: 128px; flex: 0 0 auto; }
.brand-logo { display: block; width: 100%; aspect-ratio: 709 / 378; background: #fff; -webkit-mask: url('../images/logo-homaya-white.png') center / contain no-repeat; mask: url('../images/logo-homaya-white.png') center / contain no-repeat; transition: background-color .45s; }
.site-header.light:not(.scrolled) .brand-logo { background: #fff; }
.main-nav { display: flex; gap: clamp(18px, 2.2vw, 36px); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.main-nav a { position: relative; opacity: .68; transition: opacity .25s; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .35s; }
.main-nav a:hover { opacity: 1; }
.main-nav a:hover::after { right: 0; }
.menu-button { display: none; width: 40px; height: 40px; padding: 10px; border: 0; background: none; color: inherit; }
.menu-button span { display: block; height: 1px; margin: 6px 0; background: currentColor; transition: transform .35s; }
.menu-open .menu-button span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-open .menu-button span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 65; inset: 0; display: grid; align-content: center; gap: 8px; padding: 90px 28px 30px; color: var(--cream); background: var(--forest); transform: translateY(-105%); transition: transform .65s cubic-bezier(.22,1,.36,1); }
.mobile-menu.open { transform: none; }
.mobile-menu a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.14); font: 36px var(--serif); }

.chapter { position: relative; z-index: 2; padding: clamp(105px, 11vw, 170px) max(24px, calc((100vw - var(--container)) / 2)); overflow: hidden; }
main > .chapter, main > .scroll-statement { z-index: var(--section-z, 2); }
main > :is(.chapter, .scroll-statement):not(:first-child) { margin-top: -28px; border-radius: 0; box-shadow: 0 -18px 55px rgba(61,74,74,.08); }
.js .chapter:not(.hero) { clip-path: inset(0 2.5vw 0); transform: translateY(52px) scale(.992); transform-origin: 50% 0; transition: clip-path 1.05s cubic-bezier(.22,1,.36,1), transform 1.05s cubic-bezier(.22,1,.36,1); will-change: clip-path, transform; }
.js .chapter:not(.hero).section-entered { clip-path: inset(0); transform: none; }
.js .chapter:not(.hero).section-settled { clip-path: none; will-change: auto; }
.chapter--dark { color: var(--cream); background: var(--forest); }
.chapter--green { color: var(--cream); background: var(--green); }
.chapter--paper { background: var(--paper); }
.chapter--sage { background: var(--mastic-light); }
.chapter--mastic { background: var(--cream); }
.chapter--sage-green { background: var(--sage); }
.chapter-label { margin: 0 0 25px; color: var(--leaf); font-size: 10px; letter-spacing: .23em; text-transform: uppercase; }
.chapter--dark .chapter-label, .chapter--green .chapter-label { color: var(--mint); }
.section-head { width: 100%; max-width: 960px; margin-bottom: clamp(60px, 8vw, 110px); }
.section-head--wide { max-width: none; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2, .contact h2 { margin: 0; font: clamp(50px, 6.15vw, 86px)/.98 var(--serif); font-weight: 400; letter-spacing: -.035em; }
.section-title--single { white-space: nowrap; }
.section-head > p:last-child { margin: 25px 0 0; font: 21px/1.35 var(--serif); }
.section-head em { color: var(--mint); }
.contact h2 em { color: var(--ink); }

.hero { min-height: 108svh; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: clamp(12px, 2vh, 24px); padding-top: 105px; padding-bottom: 120px; background: var(--paper); text-align: center; }
.hero::after, .hero-animation::before { content: none; }
.hero-animation { width: min(860px, 88vw); aspect-ratio: 16 / 9; opacity: 1; pointer-events: none; }
.hero-copy { position: relative; z-index: 2; flex: none; }
.hero h1 { max-width: 1120px; margin: 0 auto 30px; font: clamp(46px, 5.8vw, 82px)/.95 var(--serif); font-weight: 400; letter-spacing: -.04em; }
.hero h1 em { color: var(--mint); }
.hero .scroll-cue { color: var(--green); }
.listen-button { width: min(370px, 78vw); padding: 0; border: 0; background: transparent; cursor: pointer; transition: transform .35s cubic-bezier(.22,1,.36,1), filter .35s; }
.listen-button img { width: 100%; height: auto; }
.listen-button:hover { transform: translateY(-4px) scale(1.015); filter: drop-shadow(0 14px 20px rgba(61,74,74,.2)); }
.leaf-button { display: inline-flex; align-items: center; gap: 16px; min-height: 48px; padding: 0 23px; border: 1px solid currentColor; border-radius: 100px; background: var(--cream); color: var(--forest); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; transition: transform .3s, box-shadow .3s; }
.leaf-button:hover { transform: translateY(-3px); box-shadow: 0 12px 35px rgba(0,0,0,.18); }
.leaf-button b { font-size: 10px; }
.leaf-button--light { background: transparent; color: var(--cream); }
.scroll-cue { position: absolute; bottom: 48px; left: 50%; display: grid; justify-items: center; gap: 8px; transform: translateX(-50%); color: var(--mint); font-size: 7px; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue i { width: 22px; height: 36px; border: 1px solid currentColor; border-radius: 20px; }
.scroll-cue i::after { content: ''; display: block; width: 2px; height: 7px; margin: 7px auto; border-radius: 2px; background: currentColor; animation: scroll-dot 1.8s ease-in-out infinite; }

.approach-list { display: grid; gap: 0; }
.approach-row { min-height: 470px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 135px); align-items: center; }
.approach-row:nth-child(even) .approach-media { order: -1; }
.approach-copy { max-width: 460px; }
.approach-copy .num { color: var(--accent); font-size: 10px; letter-spacing: .18em; }
.approach-copy h3 { margin: 18px 0 24px; color: var(--green); font: clamp(48px, 6vw, 83px)/.92 var(--serif); font-weight: 400; }
.approach-copy p { margin: 0; color: rgba(61,74,74,.72); font-size: 14px; line-height: 1.85; }
.media-shell { position: relative; margin: 0; overflow: hidden; background: transparent; }
.media-shell.hero-animation { position: relative; }
.media-shell video, .media-shell img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: normal; }
.js .media-shell img { opacity: 0; transition: opacity .18s ease; }
.media-shell video { position: absolute; inset: 0; opacity: 0; transition: opacity .5s; }
.media-shell.loaded video { opacity: 1; }
.js .media-shell.loaded img { opacity: 0; }
.js .media-shell.image-playing img, .js .media-shell.fallback-active img { opacity: 1; }
.media-shell.finished video { opacity: 1; }
.media-shell[data-media-frame]::after {
    content: '';
    position: absolute;
    z-index: 5;
    inset: clamp(5px, .7vw, 10px);
    background: center / contain no-repeat;
    opacity: 0;
    clip-path: inset(0 100% 100% 0);
    pointer-events: none;
    transition: clip-path .72s cubic-bezier(.22,1,.36,1), opacity .12s ease;
}
.media-shell[data-media-frame="light"]::after { background-image: url('../images/ui/cadre-contour-blanc.png'); }
.media-shell[data-media-frame="dark"]::after { background-image: url('../images/ui/cadre-contour-noir.png'); }
.media-shell[data-media-frame].frame-active::after { opacity: 1; clip-path: inset(0); }
.media-on-dark { background: transparent; }
.media-on-dark video, .media-on-dark img { filter: none; mix-blend-mode: normal; }
.approach-media { aspect-ratio: 1 / 1; background: transparent; clip-path: inset(0 50% 0 50%); transition: clip-path 1.2s cubic-bezier(.22,1,.36,1); }
.approach-row.visible .approach-media { clip-path: inset(0); }

.residence-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 80px 42px; }
.residence-card { text-align: center; }
.residence-media { width: min(250px, 90%); aspect-ratio: 1; margin: 0 auto 25px; background: transparent; transform: scale(.84); transition: transform .9s cubic-bezier(.22,1,.36,1); }
.residence-card.visible .residence-media { transform: none; }
.residence-card .meta { color: var(--leaf); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.residence-card h3 { max-width: 310px; margin: 13px auto 12px; color: var(--green); font: 27px/1.1 var(--serif); font-weight: 400; }
.residence-card .lead { margin: 0 0 7px; font-weight: 700; font-size: 12px; }
.residence-card .body { max-width: 330px; margin: 0 auto; color: rgba(61,74,74,.65); font-size: 11px; line-height: 1.6; }

.scroll-statement { position: relative; z-index: 2; min-height: 100svh; display: grid; background: var(--paper); }
.statement-sticky { position: relative; min-height: inherit; display: grid; place-content: center; gap: 18px; padding: clamp(90px, 10vw, 150px) 24px; text-align: center; overflow: hidden; }
.statement-copy { width: min(1050px, 92vw); margin: 0 auto; }
.statement-copy p { margin: 0 auto; font: clamp(30px, 3.7vw, 54px)/1.18 var(--serif); }
.statement-copy p + p { margin-top: .12em; }
.statement-animation { width: min(1100px, 94vw); aspect-ratio: 1200 / 514; margin: 0 auto 2px; background: transparent; }
.statement-accent { color: var(--mint); }

.commitment-seal { width: min(620px, 82vw); aspect-ratio: 4 / 3; margin: -55px auto 80px; overflow: visible; background: transparent; }
.commitment-seal[data-media-frame]::after { inset: 0; background-size: 100% 100%; }
.commitment-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 95px 10vw; }
.commitment-card { text-align: center; }
.commitment-media { width: min(250px, 90%); aspect-ratio: 1; margin: 0 auto 25px; overflow: visible; background: transparent; transform: translateY(20px) scale(.9); opacity: 0; transition: transform .8s, opacity .8s; }
.commitment-media[data-media-frame]::after { inset: -6%; }
.commitment-card.visible .commitment-media { transform: none; opacity: 1; }
.commitment-card .meta { display: inline-block; color: var(--leaf); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; opacity: 0; transform: translateY(12px); transition: opacity .55s .15s ease, transform .7s .15s cubic-bezier(.22,1,.36,1); }
.commitment-card h3 { max-width: 500px; margin: 14px auto; font: 27px/1.18 var(--serif); font-weight: 400; }
.commitment-card h3 .split-letter { transition-delay: calc(180ms + var(--letter) * 18ms); }
.commitment-card p { max-width: 520px; margin: 0 auto; color: rgba(61,74,74,.72); font-size: 12px; line-height: 1.72; opacity: 0; transform: translateY(16px); transition: opacity .7s .4s ease, transform .8s .4s cubic-bezier(.22,1,.36,1); }
.commitment-card.visible .meta, .commitment-card.visible p { opacity: 1; transform: none; }
.commitments .section-head h2 { color: #fff; }
.commitments .commitment-card .meta { color: rgba(255,255,255,.82); }
.commitments .commitment-card h3 { color: var(--sage); }
.commitments .commitment-card p { color: rgba(255,255,255,.78); }

.projects .section-head > p:last-child { color: rgba(61,74,74,.7); }
.projects-head h2 { max-width: 1180px; }
.project-stage { display: grid; grid-template-columns: 74px minmax(0, 1fr) 74px; gap: 18px; align-items: center; }
.project-track { --project-gap: 32px; display: flex; gap: var(--project-gap); overflow-x: auto; overscroll-behavior-inline: contain; padding: 10px 2px 30px; scroll-padding-inline: 2px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.project-track::-webkit-scrollbar { display: none; }
.project-window { position: relative; flex: 0 0 calc((100% - (var(--project-gap) * 2)) / 3); min-width: 0; overflow: hidden; scroll-snap-align: start; scroll-snap-stop: normal; text-align: center; cursor: pointer; }
.project-open { position: absolute; z-index: 4; inset: 0; width: 100%; padding: 0; border: 0; background: transparent; cursor: pointer; }
.project-open:focus-visible { outline: 2px solid var(--mint); outline-offset: 4px; }
.window-frame { position: relative; aspect-ratio: 3 / 4; overflow: hidden; border: 0; background: transparent; }
.window-frame img { width: 100%; height: 100%; object-fit: contain; transition: transform .75s cubic-bezier(.22,1,.36,1); }
.project-window:hover img { transform: translateY(-6px) scale(1.012); }
.project-window h3 { margin: 19px 0 3px; color: var(--ink); font: 28px/1 var(--serif); font-weight: 400; }
.project-window .project-location { margin: 0; color: var(--forest); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.project-arrow { width: 74px; height: 62px; padding: 0; border: 0; background: transparent; cursor: pointer; transition: transform .3s; }
.project-arrow img { width: 100%; height: 100%; object-fit: contain; }
.project-arrow:hover { transform: scale(1.08); }

.team-experience { position: relative; width: min(1080px, 100%); aspect-ratio: 16 / 9; margin: -55px auto 0; overflow: hidden; background: var(--paper); }
.team-doors { position: absolute; inset: 0; width: 100%; height: 100%; background: var(--paper); }
.team-choice-video { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: 0; background: #fff; mix-blend-mode: normal; }
.team-experience.is-playing .team-doors, .team-experience.is-opening .team-doors { opacity: 0; }
.team-experience.is-playing .team-choice-video, .team-experience.is-opening .team-choice-video { opacity: 1; }
.team-hotspots { position: absolute; z-index: 3; inset: 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.team-hotspots button { position: relative; border: 0; background: transparent; cursor: pointer; }
.team-hotspots button:focus-visible { outline: 2px solid var(--leaf); outline-offset: -6px; }
.team-hotspots span, .team-hotspots small { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.team-experience.is-playing .team-hotspots, .team-experience.is-opening .team-hotspots, .team-experience.is-loading .team-hotspots, .team-experience.is-resetting .team-hotspots { pointer-events: none; opacity: 0; }
.team-conclusion { width: min(980px, 100%); margin: clamp(70px, 8vw, 115px) auto 0; text-align: center; }
.team-conclusion p { margin: 0; font: clamp(29px, 3.4vw, 50px)/1.18 var(--serif); }
.team-conclusion p + p { margin-top: .12em; }
.contact { padding-bottom: 0; }
.contact.chapter--sage-green { background: var(--sage); }
.contact-bird { position: absolute; z-index: 0; top: 145px; right: max(-35px, calc((100vw - var(--container)) / 2)); width: clamp(160px, 22vw, 300px); aspect-ratio: 1; overflow: visible; opacity: 1; }
.contact-bird video, .contact-bird img { filter: none; }
.contact-bird[data-media-frame]::after { inset: -10%; }
.contact-heading, .contact-layout, .contact-directory { position: relative; z-index: 1; }
.contact-heading { max-width: 1120px; padding-right: clamp(0px, 5vw, 75px); }
.contact .chapter-label { color: var(--forest); }
.contact-heading > p:last-child { max-width: 750px; margin: 35px 0 0; color: rgba(61,74,74,.76); font: 19px/1.6 var(--serif); }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; margin-top: 90px; }
.contact-details { display: grid; align-content: start; gap: 22px; font-size: 13px; }
.contact-details > a { font: 26px var(--serif); }
.contact-details address { padding-top: 16px; border-top: 1px solid rgba(61,74,74,.18); color: rgba(61,74,74,.68); font-style: normal; line-height: 1.6; }
.contact-details address b { display: block; color: var(--mint); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.contact-form { display: grid; gap: 28px; }
.contact-form label { display: grid; gap: 8px; color: rgba(61,74,74,.62); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 8px 0; resize: vertical; border: 0; border-bottom: 1px solid rgba(61,74,74,.3); outline: 0; background: transparent; color: var(--ink); font-size: 16px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--mint); }
.contact-form button { justify-self: start; }
.contact-form [data-form-feedback] { min-height: 18px; color: var(--green); font-size: 11px; }
.contact-form [data-form-feedback][data-status="error"] { color: #8b3e32; }
.contact-form [data-form-feedback][data-status="success"] { color: var(--ink); }
.contact-form [type="submit"]:disabled { cursor: wait; opacity: .58; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form .leaf-button--light { border-color: var(--ink); background: var(--ink); color: #fff; }
.form-privacy { margin: -12px 0 0; color: rgba(61,74,74,.62); font-size: 10px; line-height: 1.55; }
.form-privacy button { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: inherit; cursor: pointer; }
.contact-directory { left: 50%; width: 100vw; margin-top: 130px; padding: clamp(95px, 9vw, 135px) max(24px, calc((100vw - var(--container)) / 2)) clamp(95px, 9vw, 135px); background: var(--paper); transform: translateX(-50%); }
.office-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 70px clamp(35px, 7vw, 95px); margin-top: 0; }
.office-card { text-align: center; }
.office-media { width: min(310px, 90%); aspect-ratio: 1; margin: 0 auto 24px; opacity: .8; }
.office-card .meta { margin: 0 0 10px; color: var(--green); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.office-card h3 { margin: 0 0 12px; font: 29px/1.1 var(--serif); font-weight: 400; }
.office-card address { max-width: 400px; margin: 0 auto 8px; color: rgba(61,74,74,.66); font: 11px/1.6 var(--sans); font-style: normal; }
.office-card > a { color: var(--green); font-size: 11px; }
.site-footer { position: relative; left: 50%; width: 100vw; margin: 0; padding: clamp(70px, 8vw, 115px) max(24px, calc((100vw - var(--container)) / 2)) 38px; background: var(--hero-media-background); color: rgba(255,255,255,.76); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; transform: translateX(-50%); }
.site-footer-logo { display: grid; justify-items: center; }
.site-footer-logo img { width: clamp(145px, 14vw, 205px); height: auto; }
.site-footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 35px; margin-top: 38px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.24); }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; padding-bottom: 2px; }
.site-footer button { padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; letter-spacing: inherit; text-transform: inherit; }
.site-footer a, .site-footer button { transition: color .25s, opacity .25s; }
.site-footer a:hover, .site-footer button:hover { color: #fff; }
.site-footer-top { justify-self: end; padding-bottom: 2px; }

[data-reveal], .reveal-item { opacity: 0; transform: translateY(42px); transition: opacity .9s cubic-bezier(.22,1,.36,1), transform .9s cubic-bezier(.22,1,.36,1); transition-delay: var(--delay, 0ms); }
[data-reveal].visible, .reveal-item.visible { opacity: 1; transform: none; }
body.is-loading [data-reveal], body.is-loading .reveal-item { opacity: 0 !important; transform: translateY(42px) !important; }
.split-word { display: inline-block; overflow: visible; vertical-align: bottom; }
.split-letter { display: inline-block; padding-inline: .014em; margin-inline: -.014em; opacity: 0; transform: translate3d(0, .88em, 0) rotate(2deg); transition: opacity .42s ease-out, transform .64s cubic-bezier(.22,1,.36,1); transition-delay: calc(var(--letter) * 20ms); }
.visible .split-letter { opacity: 1; transform: none; }
body.is-loading .split-letter { opacity: 0 !important; transform: translate3d(0, .88em, 0) rotate(2deg) !important; }

.modal { width: min(1020px, calc(100% - 30px)); height: min(700px, calc(100svh - 48px)); max-height: none; padding: 0; overflow: hidden; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 30px 120px rgba(0,0,0,.35); }
.modal--project { width: min(970px, calc(100% - 30px)); height: min(970px, calc(100svh - 30px)); padding: 14px; overflow: auto; background: var(--paper); scrollbar-width: none; }
.modal--project::-webkit-scrollbar { display: none; }
.modal::backdrop, .film-modal::backdrop, .legal-modal::backdrop { background: rgba(61,74,74,.86); backdrop-filter: blur(8px); }
.modal-close { position: absolute; z-index: 2; top: 13px; right: 17px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--paper); color: var(--forest); font: 27px var(--serif); cursor: pointer; }
.modal > [data-modal-content] { height: 100%; }
[data-modal-panel] { height: 100%; }
.modal-inner { display: grid; grid-template-columns: .95fr 1.05fr; grid-template-rows: minmax(0, 1fr); height: 100%; min-height: 0; overflow: hidden; }
.modal-inner > img { align-self: stretch; width: 100%; height: 100%; min-height: 100%; object-fit: cover; }
.modal-person-media { position: relative; align-self: stretch; width: 100%; height: 100%; min-height: 100%; margin: 0; overflow: hidden; background: #fff; }
.modal-person-media img, .modal-person-media video { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: normal; background: #fff; }
.js .modal-person-media img { opacity: 0; transition: opacity .18s ease; }
.modal-person-media video { position: absolute; inset: 0; opacity: 0; transition: opacity .45s; }
.modal-person-media.loaded video { opacity: 1; }
.js .modal-person-media.loaded img { opacity: 0; }
.js .modal-person-media.fallback-active img { opacity: 1; }
.modal-copy { min-height: 0; padding: 55px 42px; overflow-y: auto; scrollbar-width: none; }
.modal-copy::-webkit-scrollbar { display: none; }
.modal-copy .chapter-label { margin-bottom: 16px; }
.modal-copy h2 { margin: 0 0 23px; color: var(--green); font: 52px/1 var(--serif); font-weight: 400; }
.modal-copy > p { color: rgba(61,74,74,.68); font-size: 13px; line-height: 1.7; }
.modal-copy > .project-subtitle { margin: -10px 0 20px; color: var(--green); font: 20px/1.3 var(--serif); }
.project-sheet-scroll { min-height: 100%; display: grid; place-items: center; }
.project-sheet { position: relative; container-type: inline-size; width: min(900px, 100%, calc(100svh - 78px)); aspect-ratio: 1; overflow: hidden; background: var(--paper) url('../images/ui/project-sheet-frame.webp?v=20260722-5') center / 100% 100% no-repeat; color: var(--ink); font-family: var(--project-sans); }
.project-sheet h2 { position: absolute; z-index: 2; top: 9.1%; left: 9.15%; width: 78%; margin: 0; color: var(--green); font: 7.1cqw/.9 var(--serif); font-weight: 400; letter-spacing: -.035em; }
.project-sheet-photo { position: absolute; top: 17.45%; left: 9.2%; width: 81.4%; height: 41.8%; margin: 0; overflow: hidden; background: var(--mastic-light); }
.project-sheet-photo img { width: 100%; height: 100%; object-fit: cover; }
.project-sheet-intro { position: absolute; z-index: 2; top: 61.2%; left: 11%; width: 43%; }
.project-sheet-subtitle { margin: 0 0 1.6cqw; color: var(--ink); font: 3.4cqw/1.08 var(--serif); }
.project-sheet-description { margin: 0; color: var(--ink); font-size: 1.5cqw; line-height: 1.44; }
.project-sheet-architect { margin: 3cqw 0 0; color: var(--ink); font-size: 1.36cqw; line-height: 1.35; }
.project-sheet-facts { position: absolute; z-index: 3; top: 48.8%; right: 10.9%; width: 32.4%; min-height: 39.2%; display: grid; align-content: start; gap: 1.28cqw; margin: 0; padding: 1.65cqw 1.45cqw; background: var(--mastic-light); }
.project-sheet-facts > div { display: grid; gap: .42cqw; }
.project-sheet-facts dt { margin: 0; color: var(--green); font-size: 1.58cqw; font-weight: 700; letter-spacing: .015em; line-height: 1.02; text-transform: uppercase; }
.project-sheet-facts dd { margin: 0; color: var(--ink); font-size: 1.32cqw; line-height: 1.26; }
.project-sheet--detailed .project-sheet-photo { height: 34.8%; }
.project-sheet--detailed .project-sheet-intro { top: 52.5%; width: 20.5%; }
.project-sheet--detailed .project-sheet-subtitle { font-size: 2.7cqw; }
.project-sheet--detailed .project-sheet-description { font-size: 1.28cqw; line-height: 1.3; }
.project-sheet--detailed .project-sheet-architect { margin-top: 1.8cqw; font-size: 1.12cqw; }
.project-sheet--detailed .project-sheet-facts { top: 41.8%; right: 10.9%; width: 58%; min-height: 46.5%; gap: .95cqw; padding: 1.15cqw 1.35cqw; }
.project-sheet--detailed .project-sheet-facts > div { gap: .34cqw; }
.project-sheet--detailed .project-sheet-facts dt { font-size: 1.35cqw; }
.project-sheet--detailed .project-sheet-facts dd { font-size: 1.2cqw; line-height: 1.17; }
.modal-copy > .person-role { margin: -12px 0 22px; color: var(--leaf); font-size: 10px; font-weight: 700; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.person-career { display: grid; gap: 15px; margin-top: 28px; padding-top: 21px; border-top: 1px solid var(--line); }
.career-entry { display: grid; gap: 3px; color: rgba(61,74,74,.62); font-size: 12px; line-height: 1.45; }
.career-entry strong { color: var(--green); font-size: 12px; }
.career-entry span { display: block; }
.film-modal { width: min(1180px, calc(100% - 30px)); padding: 0; border: 0; overflow: hidden; background: #fff; box-shadow: 0 30px 120px rgba(0,0,0,.5); }
.film-modal video { width: 100%; max-height: 88svh; background: #fff; }
.legal-modal { width: min(760px, calc(100% - 30px)); max-height: calc(100svh - 48px); padding: 0; overflow: hidden; border: 0; background: #fff; color: var(--ink); box-shadow: 0 30px 120px rgba(0,0,0,.35); }
.legal-copy { max-height: calc(100svh - 48px); padding: 58px clamp(25px, 6vw, 65px); overflow-y: auto; }
.legal-copy h2 { margin: 0 0 35px; color: var(--green); font: clamp(42px, 6vw, 64px)/1 var(--serif); font-weight: 400; }
.legal-copy h3 { margin: 30px 0 8px; color: var(--green); font: 22px/1.2 var(--serif); font-weight: 400; }
.legal-copy p { margin: 0 0 12px; color: rgba(61,74,74,.76); font-size: 12px; line-height: 1.75; }
.legal-copy a { text-decoration: underline; text-underline-offset: 3px; }
.modal[open], .film-modal[open], .legal-modal[open] { animation: modal-enter .5s cubic-bezier(.22,1,.36,1) both; }
.modal[open]::backdrop, .film-modal[open]::backdrop, .legal-modal[open]::backdrop { animation: backdrop-enter .4s ease both; }
.modal[open] .modal-inner > :first-child { animation: modal-visual-enter .65s .06s cubic-bezier(.22,1,.36,1) both; }
.modal[open] .modal-copy { animation: modal-copy-enter .58s .12s cubic-bezier(.22,1,.36,1) both; }
.modal--project[open] .project-sheet { animation: modal-copy-enter .58s .08s cubic-bezier(.22,1,.36,1) both; }
.noscript { position: fixed; z-index: 100; bottom: 10px; left: 10px; right: 10px; padding: 12px; background: var(--ink); color: white; text-align: center; }

@keyframes twinkle { 0%,100% { opacity: 0; transform: scale(.68) rotate(-8deg); } 48% { opacity: .65; transform: scale(1) rotate(0); } 68% { opacity: .14; } }
@keyframes scroll-dot { 0%,100% { transform: translateY(0); opacity: 1; } 50% { transform: translateY(12px); opacity: .3; } }
@keyframes loader-brand-in { to { opacity: 1; transform: none; } }
@keyframes loader-draw { 0%,12% { stroke-dashoffset: 190; } 78%,100% { stroke-dashoffset: 0; } }
@keyframes loader-leaf-in { 0%,25% { opacity: 0; transform: scale(.25) rotate(-12deg); } 75%,100% { opacity: .95; transform: none; } }
@keyframes loader-exit { 0% { clip-path: inset(0); } 100% { clip-path: inset(0 0 100% 0); visibility: hidden; } }
@keyframes modal-enter { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes backdrop-enter { from { opacity: 0; } to { opacity: 1; } }
@keyframes modal-visual-enter { from { opacity: .15; clip-path: inset(0 100% 0 0); } to { opacity: 1; clip-path: inset(0); } }
@keyframes modal-copy-enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@media (max-width: 960px) {
    .main-nav { display: none; }
    .menu-button { display: block; }
    .approach-row { min-height: 0; gap: 45px; }
    .residence-grid { gap: 65px 24px; }
    .commitment-grid { gap: 75px 45px; }
    .project-track { --project-gap: 24px; }
    .project-window { flex-basis: calc((100% - var(--project-gap)) / 2); }
}

@media (max-width: 820px) {
    .approach-row { grid-template-columns: 1fr; gap: 22px; padding: 24px 0 58px; }
    .approach-row .approach-media, .approach-row:nth-child(even) .approach-media { order: -1; }
    .approach-copy { max-width: none; }
    .approach-media { width: min(440px, 100%); margin: auto; }
    .approach-copy h3 { margin: 10px 0 20px; }
    .modal--project { width: calc(100% - 16px); height: calc(100svh - 16px); padding: 8px; overflow: hidden; }
    .modal--project > [data-modal-content], .modal--project [data-modal-panel] { height: 100%; min-height: 0; }
    .modal--project .modal-close { position: absolute; top: 15px; right: 15px; z-index: 5; background: rgba(255,255,255,.94); box-shadow: 0 3px 16px rgba(61,74,74,.12); }
    .project-sheet-scroll { display: block; height: 100%; min-height: 0; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scroll-padding-top: 58px; }
    .project-sheet {
        width: 100%;
        min-height: 100%;
        aspect-ratio: auto;
        padding: 66px clamp(24px, 6vw, 44px) 58px;
        overflow: visible;
        border: 1px solid var(--ink);
        background: var(--paper);
    }
    .project-sheet h2, .project-sheet-photo, .project-sheet-intro, .project-sheet-facts { position: relative; inset: auto; width: auto; min-height: 0; }
    .project-sheet h2 { margin: 0 0 28px; font-size: clamp(46px, 9vw, 68px); line-height: .94; }
    .project-sheet-photo, .project-sheet--detailed .project-sheet-photo { height: auto; aspect-ratio: 16 / 9; margin: 0 0 30px; }
    .project-sheet-intro, .project-sheet--detailed .project-sheet-intro { width: auto; }
    .project-sheet-subtitle, .project-sheet--detailed .project-sheet-subtitle { margin-bottom: 18px; font-size: clamp(27px, 5vw, 34px); }
    .project-sheet-description, .project-sheet--detailed .project-sheet-description { font-size: 14px; line-height: 1.58; }
    .project-sheet-architect, .project-sheet--detailed .project-sheet-architect { margin-top: 24px; font-size: 13px; }
    .project-sheet-facts, .project-sheet--detailed .project-sheet-facts { width: auto; min-height: 0; gap: 19px; margin: 32px 0 0; padding: 27px 23px; }
    .project-sheet-facts dt, .project-sheet--detailed .project-sheet-facts dt { font-size: 14px; }
    .project-sheet-facts > div, .project-sheet--detailed .project-sheet-facts > div { gap: 6px; }
    .project-sheet-facts dd, .project-sheet--detailed .project-sheet-facts dd { font-size: 14px; line-height: 1.42; }
}

@media (max-width: 700px) {
    main > :is(.chapter, .scroll-statement):not(:first-child) { margin-top: -18px; border-radius: 0; }
    .js .chapter:not(.hero) { clip-path: inset(0 12px 0); transform: translateY(34px) scale(.995); }
    .js .chapter:not(.hero).section-entered { clip-path: inset(0); }
    .chapter { padding-left: 22px; padding-right: 22px; }
    .section-head h2, .contact h2 { font-size: clamp(45px, 13vw, 68px); }
    .section-title--single { white-space: normal; }
    .brand { width: 110px; }
    .hero { min-height: 105svh; gap: 16px; padding-top: 95px; padding-bottom: 110px; }
    .hero-animation { width: 100%; opacity: 1; }
    .residence-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .residence-card h3 { font-size: 22px; }
    .commitment-grid { grid-template-columns: 1fr; }
    .commitment-seal { margin-top: -25px; }
    .project-stage { grid-template-columns: 32px minmax(0, 1fr) 32px; gap: 6px; align-items: center; }
    .project-track { --project-gap: 12px; width: 100%; padding-right: 0; padding-left: 0; scroll-padding-inline: 0; }
    .project-arrow { display: flex; align-items: center; justify-content: center; width: 32px; height: 58px; }
    .project-arrow img { width: 32px; height: 42px; }
    .project-window { flex-basis: 100%; min-width: 0; }
    .team-experience { width: calc(100% + 20px); margin-left: -10px; }
    .team-conclusion { margin-top: 58px; }
    .team-conclusion p { font-size: 29px; }
    .contact { display: flex; flex-direction: column; }
    .contact-heading { order: 1; }
    .contact-bird { position: relative; order: 2; top: auto; right: auto; width: min(220px, 62vw); margin: 52px auto 28px; opacity: 1; }
    .contact-layout { order: 3; grid-template-columns: 1fr; gap: 70px; margin-top: 45px; }
    .contact-directory { order: 4; }
    .site-footer { order: 5; }
    .contact-bird video, .contact-bird img { filter: none; }
    .contact-heading { padding-right: 0; }
    .contact-directory { margin-top: 100px; padding-top: 90px; }
    .office-grid { grid-template-columns: 1fr; }
    .site-footer { padding: 64px 24px 30px; text-align: center; line-height: 1.55; }
    .site-footer-logo img { width: min(190px, 58vw); }
    .site-footer-bottom { grid-template-columns: 1fr; justify-items: center; gap: 24px; margin-top: 30px; padding-top: 25px; }
    .site-footer-bottom > span { max-width: 290px; }
    .site-footer nav { width: 100%; justify-content: center; gap: 12px 18px; line-height: 1.8; }
    .site-footer-top { width: 100%; justify-self: center; padding-top: 20px; padding-bottom: 0; border-top: 1px solid rgba(255,255,255,.2); }
    .modal { height: min(780px, calc(100svh - 24px)); }
    .modal-inner { display: grid; grid-template-columns: 1fr; grid-template-rows: minmax(240px, 40%) minmax(0, 1fr); }
    .modal-inner > img { height: 100%; }
    .modal-person-media { height: auto; }
    .modal--person .modal-copy { border-top: 22px solid var(--paper); padding: 42px 24px 55px; scroll-padding-top: 22px; }
}

@media (max-width: 440px) {
    .residence-grid { grid-template-columns: 1fr; }
    .residence-media { width: 220px; }
    .statement-copy p { font-size: 29px; }
    .statement-animation { width: 110vw; }
    .project-sheet { padding-right: 22px; padding-left: 22px; }
    .project-sheet-facts, .project-sheet--detailed .project-sheet-facts { margin-right: -8px; margin-left: -8px; padding: 24px 20px; }
}
