:root{--bg:#1a1a18;--bg-deep:#111110;--surface:#222220;--surface-2:#2b2a27;--gold:#d4a853;--gold-light:#e8d5a3;--text:#faf8f3;--muted:#aaa18a;--line:rgba(212,168,83,.18);--shadow:0 24px 80px rgba(0,0,0,.28);--shell:min(1320px,calc(100vw - 64px));--header:84px;color-scheme:dark}
html[data-theme=light]{--bg:#f5f1e9;--bg-deep:#ece5d9;--surface:#fffdf8;--surface-2:#e6ded0;--text:#1d1b18;--muted:#6f685d;--line:rgba(120,87,37,.2);--shadow:0 24px 70px rgba(54,43,24,.13);color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;background:var(--bg);color:var(--text);font-family:Jost,Arial,sans-serif;font-weight:300;line-height:1.65;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.shell{width:var(--shell);margin-inline:auto}.skip-link{position:fixed;left:16px;top:-80px;z-index:9999;background:var(--gold);color:#111;padding:12px 18px}.skip-link:focus{top:16px}.site-loader{position:fixed;inset:0;z-index:10000;background:#111110;display:grid;place-content:center;gap:22px;transition:opacity .7s ease,visibility .7s ease}.site-loader.is-hidden{opacity:0;visibility:hidden}.site-loader__mark{font-family:Tenor Sans,sans-serif;letter-spacing:.55em;font-size:.76rem;color:#faf8f3}.site-loader__bar{height:1px;width:220px;background:rgba(255,255,255,.12)}.site-loader__bar span{display:block;width:0;height:100%;background:var(--gold);animation:loadbar 1.2s ease forwards}@keyframes loadbar{to{width:100%}}
.site-header{position:fixed;inset:0 0 auto;z-index:900;height:var(--header);border-bottom:1px solid transparent;transition:.35s ease}.site-header.is-scrolled{background:color-mix(in srgb,var(--bg) 82%,transparent);backdrop-filter:blur(18px);border-color:var(--line)}.site-header__inner{height:100%;display:flex;align-items:center;gap:30px}.brand{margin-right:auto;display:block}.brand img{width:215px;height:auto}.brand-logo--light-bg{display:none}html[data-theme=light] .site-header.is-scrolled .brand-logo--dark-bg,html[data-theme=light] body.menu-open .brand-logo--dark-bg{display:none}html[data-theme=light] .site-header.is-scrolled .brand-logo--light-bg,html[data-theme=light] body.menu-open .brand-logo--light-bg{display:block}.desktop-nav{display:flex;align-items:center;gap:26px}.desktop-nav a,.language-switch a{font-family:Tenor Sans,sans-serif;text-transform:uppercase;letter-spacing:.16em;font-size:.68rem;color:var(--muted);transition:.25s}.desktop-nav a:hover,.desktop-nav a[aria-current=page],.language-switch a:hover,.language-switch a[aria-current=true]{color:var(--gold-light)}.header-actions{display:flex;align-items:center;gap:14px}.language-switch{display:flex;gap:5px;align-items:center;font-size:.72rem}.language-switch span{color:var(--line)}.header-cta{border:1px solid var(--line);padding:11px 15px;font-family:Tenor Sans,sans-serif;text-transform:uppercase;letter-spacing:.14em;font-size:.65rem}.theme-toggle,.menu-toggle{border:0;background:transparent;color:var(--text);padding:8px;cursor:pointer}.theme-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.theme-toggle__sun{display:none}html[data-theme=light] .theme-toggle__sun{display:block}html[data-theme=light] .theme-toggle__moon{display:none}.menu-toggle{display:none;width:42px}.menu-toggle span{display:block;height:1px;background:currentColor;margin:7px 0;transition:.3s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.mobile-menu{position:fixed;inset:var(--header) 0 0;background:var(--bg);border-top:1px solid var(--line)}.mobile-menu__inner{height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:8vh 0 6vh}.mobile-menu nav{display:flex;flex-direction:column}.mobile-menu nav a{font-family:"Cormorant Garamond",serif;font-size:clamp(2.3rem,8vw,4.5rem);line-height:1.1;border-bottom:1px solid var(--line);padding:12px 0}.mobile-menu__meta{display:flex;flex-direction:column;color:var(--muted)}
.home-hero,.page-hero,.project-hero{position:relative;min-height:100svh;background-image:var(--hero-image);background-size:cover;background-position:center;display:flex;align-items:flex-end;isolation:isolate}.page-hero{min-height:78svh}.project-hero{min-height:88svh}.home-hero__overlay,.page-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,10,9,.82) 0%,rgba(10,10,9,.45) 48%,rgba(10,10,9,.18) 100%),linear-gradient(0deg,rgba(10,10,9,.72) 0%,transparent 60%);z-index:-1}.home-hero__content{padding-bottom:11vh;max-width:950px}.home-hero h1,.page-hero h1,.project-hero h1{font-family:"Cormorant Garamond",serif;font-weight:300;font-style:italic;font-size:clamp(3.4rem,7.2vw,7.4rem);line-height:.95;letter-spacing:-.03em;margin:20px 0;color:#faf8f3}.home-hero p,.page-hero p,.project-hero p{font-family:Tenor Sans,sans-serif;text-transform:uppercase;letter-spacing:.2em;font-size:.72rem;color:#e7dfcf;max-width:720px}.award-badge{font-family:Tenor Sans,sans-serif;text-transform:uppercase;letter-spacing:.18em;font-size:.66rem;color:#f4ead7;display:flex;align-items:center;gap:10px}.award-badge span{width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 0 rgba(212,168,83,.5);animation:pulse 2s infinite}@keyframes pulse{70%{box-shadow:0 0 0 10px rgba(212,168,83,0)}100%{box-shadow:0 0 0 0 rgba(212,168,83,0)}}.hero-actions{display:flex;gap:12px;margin-top:34px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:50px;padding:0 24px;border:1px solid var(--line);font-family:Tenor Sans,sans-serif;text-transform:uppercase;letter-spacing:.15em;font-size:.66rem;transition:.25s ease;cursor:pointer}.button:hover{transform:translateY(-2px)}.button--gold{background:var(--gold);border-color:var(--gold);color:#18140e}.button--gold:hover{background:var(--gold-light)}.button--outline{background:transparent;color:inherit}.button--outline:hover{border-color:var(--gold);color:var(--gold-light)}.home-hero__scroll{position:absolute;left:32px;bottom:34px;writing-mode:vertical-rl;font-family:Tenor Sans,sans-serif;text-transform:uppercase;letter-spacing:.2em;font-size:.58rem;color:#ddd4c3;display:flex;align-items:center;gap:10px}.home-hero__scroll span{height:42px;width:1px;background:var(--gold)}.home-hero__count{position:absolute;right:32px;bottom:30px;font-family:"Cormorant Garamond",serif;font-size:1.1rem;color:#f7ecda}.page-hero__content,.project-hero__content{padding-bottom:10vh}.page-hero__content{max-width:1050px}.project-hero__content{max-width:1000px}.page-hero__line{position:absolute;left:6vw;right:6vw;bottom:5vh;height:1px;background:rgba(212,168,83,.42)}
.stats-band{background:var(--bg-deep);border-block:1px solid var(--line)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.stats-grid>div{padding:28px 24px;border-right:1px solid var(--line);display:flex;align-items:baseline;gap:12px;position:relative}.stats-grid>div:last-child{border-right:0}.stats-grid strong{font-family:"Cormorant Garamond",serif;font-weight:300;font-size:2.2rem}.stats-grid span{font-family:Tenor Sans,sans-serif;text-transform:uppercase;letter-spacing:.13em;font-size:.62rem;color:var(--muted)}.section{padding:clamp(80px,11vw,155px) 0}.section--smoke{background:var(--bg-deep)}.section--recognition{background:linear-gradient(135deg,var(--bg-deep),var(--surface))}.section--diaspora{background:linear-gradient(135deg,var(--bg),var(--bg-deep))}.split-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(48px,8vw,120px);align-items:center}.split-grid--media{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr)}.eyebrow{font-family:Tenor Sans,sans-serif;text-transform:uppercase;letter-spacing:.22em;font-size:.63rem;color:var(--gold);display:inline-block;margin-bottom:18px}.section h2,.cta-band h2,.team-card h2{font-family:"Cormorant Garamond",serif;font-weight:300;font-size:clamp(2.6rem,4.8vw,5rem);line-height:1.02;letter-spacing:-.025em;margin:0 0 26px}.section h3{font-family:"Cormorant Garamond",serif;font-weight:400;font-size:1.75rem;margin:.2em 0}.section p{color:var(--muted);font-size:1.02rem}.section-copy{max-width:760px}.section-copy p{max-width:690px}.text-link{display:inline-flex;margin-top:22px;color:var(--gold-light);font-family:Tenor Sans,sans-serif;text-transform:uppercase;letter-spacing:.15em;font-size:.66rem}.image-frame{position:relative;min-height:480px;box-shadow:var(--shadow);overflow:hidden}.image-frame:after{content:"";position:absolute;inset:18px;border:1px solid rgba(212,168,83,.3);pointer-events:none}.image-frame img{width:100%;height:100%;min-height:480px;object-fit:cover}.award-panel{border:1px solid var(--line);padding:48px;min-height:390px;display:flex;flex-direction:column;justify-content:center;background:rgba(212,168,83,.04)}.award-mark{font-size:4rem;color:var(--gold);margin:10px 0}.award-panel h2{font-size:2.5rem}.pillar-list{margin:28px 0}.pillar-list>div{border-left:1px solid var(--line);padding:10px 0 14px 24px;transition:.25s}.pillar-list>div:hover{border-left-color:var(--gold);transform:translateX(5px)}.pillar-list h3{font-size:1.5rem;margin:0}.pillar-list p{margin:4px 0 0}.section-heading{max-width:820px;margin-bottom:52px}.section-heading p{max-width:660px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{min-height:370px;border:1px solid var(--line);padding:38px;position:relative;overflow:hidden;background:color-mix(in srgb,var(--surface) 70%,transparent)}.service-card:before{content:"";position:absolute;left:0;bottom:0;width:2px;height:0;background:var(--gold);transition:.45s}.service-card:hover:before{height:100%}.service-card>span,.service-detail__number{font-family:"Cormorant Garamond",serif;font-size:4rem;color:rgba(212,168,83,.28)}.service-card h3{font-size:2.25rem}.service-card a{position:absolute;bottom:36px;color:var(--gold-light);font-family:Tenor Sans,sans-serif;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase}.featured-grid,.projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.featured-grid .project-card:first-child{grid-row:span 2;min-height:780px}.project-card{min-height:380px;position:relative;overflow:hidden}.project-card>a{position:absolute;inset:0}.project-card__image,.project-card__image img{width:100%;height:100%}.project-card__image img{object-fit:cover;transition:transform .7s ease}.project-card:hover img{transform:scale(1.05)}.project-card__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,10,9,.8),rgba(10,10,9,.02) 70%)}.project-card__content{position:absolute;inset:auto 28px 24px;color:#fff}.project-card__content>span{font-family:Tenor Sans,sans-serif;text-transform:uppercase;letter-spacing:.16em;font-size:.59rem;color:#e7d3a5}.project-card__content h3{font-size:2.1rem;margin:8px 0 2px}.project-card__content p{margin:0;color:#d8d0c4;font-size:.8rem}.project-card__content b{position:absolute;right:0;bottom:8px;font-weight:300;font-size:1.3rem}.center-action{text-align:center;margin-top:44px}.flags{margin:26px 0;color:var(--gold-light);font-family:Tenor Sans,sans-serif;letter-spacing:.14em;font-size:.65rem}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial-card{border:1px solid var(--line);padding:36px;min-height:280px;margin:0;background:var(--surface)}.testimonial-card>span{font-family:"Cormorant Garamond",serif;font-size:5rem;line-height:.6;color:var(--gold)}.testimonial-card p{font-family:"Cormorant Garamond",serif;font-style:italic;font-size:1.35rem;color:var(--text)}.testimonial-card--award{background:var(--gold);color:#18140e}.testimonial-card--award span,.testimonial-card--award p{color:#18140e}.instagram-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.instagram-tile{position:relative;aspect-ratio:1/1;overflow:hidden}.instagram-tile img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease,filter .4s ease}.instagram-tile:after{content:"";position:absolute;inset:0;background:rgba(10,10,9,.12);transition:.3s}.instagram-tile span{position:absolute;z-index:2;inset:50% auto auto 50%;transform:translate(-50%,-50%);font-size:2rem;color:#fff;opacity:0;transition:.3s}.instagram-tile:hover img{transform:scale(1.06);filter:brightness(.7)}.instagram-tile:hover span{opacity:1}.instagram-tile:hover:after{background:rgba(10,10,9,.35)}.cta-band{padding:90px 0;background:var(--gold);color:#17130d}.cta-band__inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-band h2{max-width:760px}.cta-band p{max-width:650px}.cta-band .eyebrow{color:#5e471d}.cta-band .button--gold{background:#17130d;color:#fff;border-color:#17130d}.service-detail .split-grid{grid-template-columns:130px minmax(0,1fr) minmax(300px,.75fr)}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.process-card{border-top:1px solid var(--gold);padding:26px 0}.process-card p{color:var(--text)}.project-filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:34px}.project-filters button{border:1px solid var(--line);background:transparent;color:var(--muted);padding:10px 16px;cursor:pointer;font-family:Tenor Sans,sans-serif;text-transform:uppercase;letter-spacing:.13em;font-size:.61rem}.project-filters button.is-active{background:var(--gold);color:#16120d;border-color:var(--gold)}.project-card[hidden]{display:none}.project-intro{display:grid;grid-template-columns:1.5fr .75fr;gap:90px}.project-data{margin:0;border-top:1px solid var(--line)}.project-data>div{padding:16px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:30px}.project-data dt{color:var(--muted);font-family:Tenor Sans,sans-serif;text-transform:uppercase;letter-spacing:.12em;font-size:.61rem}.project-data dd{margin:0}.project-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.project-gallery a:first-child{grid-column:1/-1}.project-gallery img{width:100%;height:520px;object-fit:cover}.project-gallery a:first-child img{height:720px}.material-swatches{display:grid;grid-template-columns:repeat(2,1fr);height:360px}.project-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:25px;padding-block:50px 90px}.project-nav>div:last-child{text-align:right}.team-grid{display:grid;gap:70px}.team-card{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);gap:70px;align-items:center}.team-card:nth-child(even){grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr)}.team-card:nth-child(even) .team-card__image{order:2}.team-card__image img{width:100%;height:680px;object-fit:cover}.team-card__content>span{color:var(--gold);font-family:Tenor Sans,sans-serif;text-transform:uppercase;letter-spacing:.16em;font-size:.62rem}.team-card dl{border-top:1px solid var(--line)}.team-card dl>div{display:grid;grid-template-columns:120px 1fr;gap:20px;padding:14px 0;border-bottom:1px solid var(--line)}.team-card dt{font-family:Tenor Sans,sans-serif;text-transform:uppercase;letter-spacing:.12em;font-size:.58rem;color:var(--muted)}.team-card dd{margin:0}.social-links{display:flex;gap:18px;flex-wrap:wrap;margin-top:20px}.social-links a{font-size:.72rem;color:var(--gold-light)}.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px}.contact-direct{display:flex;flex-direction:column;gap:10px;margin-top:30px}.contact-direct a{color:var(--gold-light)}.promise{border-left:1px solid var(--gold);padding-left:18px;margin-top:30px}.contact-founders-landscape{margin:28px 0 0;position:relative;overflow:hidden;background:var(--surface);border:1px solid var(--line);aspect-ratio:16/9}.contact-founders-landscape img{display:block;width:100%;height:100%;object-fit:cover}.available-languages{font-family:Tenor Sans,sans-serif;text-transform:uppercase;letter-spacing:.11em;font-size:.6rem!important;color:var(--gold-light)!important}.contact-form-wrap{background:var(--surface);padding:44px;border:1px solid var(--line)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.form-grid label{display:flex;flex-direction:column;gap:8px}.form-grid label.full{grid-column:1/-1}.form-grid label>span{font-family:Tenor Sans,sans-serif;text-transform:uppercase;letter-spacing:.12em;font-size:.6rem;color:var(--muted)}input,select,textarea{width:100%;border:1px solid var(--line);background:var(--bg-deep);color:var(--text);padding:14px 15px;border-radius:0;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(212,168,83,.08)}textarea{resize:vertical}.contact-form .button{margin-top:24px}.form-status{min-height:24px;margin-top:16px}.form-status.success{color:#92c79c}.form-status.error{color:#e3a4a4}.honeypot{position:absolute!important;left:-9999px!important}.contact-map{display:grid;grid-template-columns:.6fr 1.4fr;gap:60px;align-items:center}.contact-map iframe{width:100%;height:500px;border:0;filter:grayscale(1) contrast(.9)}.legal-copy{max-width:850px}.legal-copy h2{margin-bottom:40px}.not-found{min-height:100svh;display:grid;place-items:center;position:relative;overflow:hidden}.not-found__number{position:absolute;font-family:"Cormorant Garamond",serif;font-size:35vw;line-height:1;color:rgba(212,168,83,.06)}.not-found__content{position:relative;text-align:center;max-width:850px}.not-found h1{font-family:"Cormorant Garamond",serif;font-size:clamp(3rem,7vw,6rem);font-weight:300;line-height:1}.not-found .hero-actions{justify-content:center}
.site-footer{background:#0e0e0d;color:#eee9de;padding-top:80px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:45px;padding-bottom:60px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:12px}.footer-brand img{display:block;width:auto;max-width:min(100%,240px);height:auto;max-height:96px;object-fit:contain;object-position:left center;margin-bottom:18px}.footer-brand p,.footer-grid p{color:#9d9687}.footer-grid h2{font-family:Tenor Sans,sans-serif;text-transform:uppercase;letter-spacing:.15em;font-size:.64rem;color:#d9b86d}.footer-grid a{font-size:.82rem;color:#bbb4a6}.footer-bottom{border-top:1px solid rgba(212,168,83,.18);padding:22px 0;display:flex;justify-content:space-between;gap:20px;color:#777266;font-size:.72rem}.footer-bottom div{display:flex;gap:20px}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}.reveal.is-visible{opacity:1;transform:none}.cursor-dot,.cursor-ring{position:fixed;left:0;top:0;pointer-events:none;z-index:9998;border-radius:50%;transform:translate(-50%,-50%)}.cursor-dot{width:7px;height:7px;background:var(--gold)}.cursor-ring{width:38px;height:38px;border:1px solid rgba(212,168,83,.65);transition:width .2s,height .2s,background .2s}.cursor-ring.is-hover{width:58px;height:58px;background:rgba(212,168,83,.08)}
@media(max-width:1100px){:root{--shell:min(100% - 40px,960px)}.desktop-nav,.header-cta{display:none}.menu-toggle{display:block}.service-grid,.testimonial-grid,.process-grid{grid-template-columns:1fr 1fr}.service-detail .split-grid{grid-template-columns:90px 1fr}.service-detail .image-frame{grid-column:2}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/-1}.contact-grid{gap:50px}.cursor-dot,.cursor-ring{display:none}}
@media(max-width:767px){:root{--shell:calc(100% - 32px);--header:72px}.brand img{width:170px}.language-switch{display:none}.home-hero h1,.page-hero h1,.project-hero h1{font-size:clamp(3.2rem,15vw,5rem)}.home-hero__content{padding-bottom:15vh}.home-hero__scroll,.home-hero__count{display:none}.page-hero{min-height:68svh}.stats-grid{grid-template-columns:1fr 1fr}.stats-grid>div:nth-child(2){border-right:0}.stats-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.split-grid,.split-grid--media,.project-intro,.contact-grid,.contact-map{grid-template-columns:1fr}.service-grid,.testimonial-grid,.process-grid,.featured-grid,.projects-grid{grid-template-columns:1fr}.instagram-grid{grid-template-columns:repeat(2,1fr)}.featured-grid .project-card:first-child{grid-row:auto;min-height:440px}.project-card{min-height:420px}.image-frame,.image-frame img{min-height:360px}.section{padding:78px 0}.service-detail .split-grid{grid-template-columns:1fr}.service-detail__number{font-size:3rem}.service-detail .image-frame{grid-column:auto}.project-gallery{grid-template-columns:1fr}.project-gallery a:first-child{grid-column:auto}.project-gallery img,.project-gallery a:first-child img{height:420px}.project-nav{grid-template-columns:1fr;text-align:center}.project-nav>div:last-child{text-align:center}.team-card,.team-card:nth-child(even){grid-template-columns:1fr;gap:30px}.team-card:nth-child(even) .team-card__image{order:0}.team-card__image img{height:520px}.form-grid{grid-template-columns:1fr}.form-grid label.full{grid-column:auto}.contact-form-wrap{padding:26px}.contact-map iframe{height:360px}.cta-band__inner{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.home-hero p,.page-hero p,.project-hero p{font-size:.62rem}.award-panel{padding:30px}.project-card__content h3{font-size:1.8rem}}
@media(max-width:420px){.footer-grid{grid-template-columns:1fr}.footer-grid>div:last-child{grid-column:auto}.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}.stats-grid strong{font-size:1.7rem}.stats-grid>div{padding:20px 14px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}.site-loader{display:none}}

/* Navigation and theme reliability patch — v1.0.2 */
body.menu-open .site-header,
html[data-theme="light"] .site-header{
  background:var(--bg);
  border-bottom-color:var(--line);
}
body.menu-open .site-header{
  -webkit-backdrop-filter:none;
  backdrop-filter:none;
}
html[data-theme="light"] .brand-logo--dark-bg{display:none}
html[data-theme="light"] .brand-logo--light-bg{display:block}
html[data-theme="light"] .site-header .desktop-nav a,
html[data-theme="light"] .site-header .language-switch a{color:var(--muted)}
html[data-theme="light"] .site-header .desktop-nav a:hover,
html[data-theme="light"] .site-header .desktop-nav a[aria-current="page"],
html[data-theme="light"] .site-header .language-switch a:hover,
html[data-theme="light"] .site-header .language-switch a[aria-current="true"]{color:var(--gold)}
html[data-theme="light"] .site-header .theme-toggle,
html[data-theme="light"] .site-header .menu-toggle{color:var(--text)}
html[data-theme="light"] .site-header .header-cta{
  color:var(--text);
  background:rgba(255,255,255,.32);
  border-color:rgba(120,87,37,.34);
}
html[data-theme="light"] .site-header .header-cta:hover{
  color:#17130d;
  background:var(--gold);
  border-color:var(--gold);
}
.mobile-menu{
  position:absolute;
  inset:auto 0 auto 0;
  top:100%;
  width:100%;
  height:calc(100dvh - var(--header));
  min-height:calc(100vh - var(--header));
  overflow-y:auto;
  overscroll-behavior:contain;
  background:var(--bg)!important;
  color:var(--text);
  opacity:1;
  isolation:isolate;
}
.mobile-menu::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:var(--bg);
  pointer-events:none;
}
.mobile-menu__inner{position:relative;z-index:1;min-height:100%}
body.menu-open .mobile-menu{background:var(--bg)!important}
@media(max-width:767px){
  .site-header__inner{gap:8px}
  .brand img{width:150px}
  .header-actions{gap:6px}
  .language-switch{display:flex;gap:3px;white-space:nowrap}
  .language-switch a{font-size:.61rem;letter-spacing:.1em}
  .language-switch span{font-size:.62rem}
  .theme-toggle,.menu-toggle{padding:6px}
  .menu-toggle{width:36px}
  .mobile-menu__inner{padding:4vh 0 4vh}
  .mobile-menu nav a{font-size:clamp(2.25rem,12vw,3.5rem);padding:9px 0}
  .mobile-menu__meta{gap:2px;padding-top:24px}
}
@media(max-width:359px){
  .brand img{width:132px}
  .header-actions{gap:3px}
  .language-switch a{font-size:.57rem}
}


/* Project metadata and accessible gallery lightbox — v1.0.3 */
.project-data>div{align-items:flex-start}.project-data dd{max-width:62%;text-align:right;line-height:1.45}.project-gallery__item{position:relative;display:block;overflow:hidden;cursor:zoom-in}.project-gallery__zoom{position:absolute;right:20px;bottom:20px;width:42px;height:42px;border:1px solid rgba(255,255,255,.55);display:grid;place-items:center;border-radius:50%;font-family:Jost,sans-serif;font-size:1.35rem;font-weight:200;color:#fff;background:rgba(12,12,11,.35);backdrop-filter:blur(8px);opacity:0;transform:translateY(8px);transition:opacity .3s ease,transform .3s ease,background .3s ease}.project-gallery__item:hover .project-gallery__zoom,.project-gallery__item:focus-visible .project-gallery__zoom{opacity:1;transform:translateY(0)}.project-gallery__item:focus-visible{outline:1px solid var(--gold);outline-offset:4px}body.lightbox-open{overflow:hidden}.project-lightbox[hidden]{display:none}.project-lightbox{position:fixed;inset:0;z-index:10000;display:grid;grid-template-columns:minmax(56px,110px) minmax(0,1fr) minmax(56px,110px);align-items:center;background:rgba(8,8,7,.96);padding:70px 22px 28px;color:#fff;animation:lightboxFade .22s ease}.project-lightbox__figure{min-width:0;max-width:1500px;width:100%;height:calc(100svh - 98px);margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}.project-lightbox__figure img{display:block;max-width:100%;max-height:calc(100svh - 155px);width:auto;height:auto;object-fit:contain;box-shadow:0 24px 80px rgba(0,0,0,.28)}.project-lightbox__figure figcaption{width:min(100%,1100px);display:flex;justify-content:space-between;gap:24px;font-family:Tenor Sans,sans-serif;font-size:.61rem;letter-spacing:.12em;text-transform:uppercase;color:#c9c0b1}.project-lightbox__counter{white-space:nowrap;color:#e8d5a3}.project-lightbox button{appearance:none;border:1px solid rgba(232,213,163,.38);background:rgba(18,18,16,.55);color:#fff;cursor:pointer;transition:background .25s ease,border-color .25s ease,transform .25s ease}.project-lightbox button:hover,.project-lightbox button:focus-visible{background:var(--gold);border-color:var(--gold);color:#17130d;outline:none}.project-lightbox__close{position:absolute;top:18px;right:22px;width:48px;height:48px;border-radius:50%;font-size:2rem;font-weight:200;line-height:1}.project-lightbox__nav{width:54px;height:54px;border-radius:50%;font-size:1.3rem;justify-self:center}.project-lightbox__nav:hover{transform:scale(1.06)}@keyframes lightboxFade{from{opacity:0}to{opacity:1}}@media(max-width:767px){.project-data dd{max-width:60%;font-size:.9rem}.project-gallery__zoom{opacity:1;transform:none;width:38px;height:38px;right:14px;bottom:14px}.project-lightbox{grid-template-columns:54px minmax(0,1fr) 54px;padding:70px 4px 18px}.project-lightbox__figure{height:calc(100svh - 88px);gap:12px}.project-lightbox__figure img{max-height:calc(100svh - 160px)}.project-lightbox__figure figcaption{padding-inline:10px;font-size:.52rem;letter-spacing:.08em}.project-lightbox__nav{width:44px;height:44px}.project-lightbox__close{right:14px;top:14px;width:44px;height:44px}}@media(prefers-reduced-motion:reduce){.project-lightbox{animation:none}.project-gallery__zoom{transition:none}}

@media(max-width:767px){.project-lightbox{display:block;padding:70px 10px 18px}.project-lightbox__figure{width:100%}.project-lightbox__nav{position:absolute;top:50%;z-index:2;transform:translateY(-50%);background:rgba(18,18,16,.72)}.project-lightbox__nav:hover{transform:translateY(-50%) scale(1.04)}.project-lightbox__nav--prev{left:12px}.project-lightbox__nav--next{right:12px}}

/* Compact project material palette — v1.0.4 */
.material-swatches{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(10px,1.4vw,18px);
  width:min(100%,440px);
  height:auto;
  justify-self:end;
  align-self:center;
}
.material-swatches span{
  display:block;
  min-width:0;
  aspect-ratio:1/1;
}
@media(max-width:767px){
  .material-swatches{
    width:min(100%,360px);
    justify-self:start;
  }
}

/* Recognition award image rendering — v1.0.7 */
.award-panel--with-logo{background:#151513;color:#faf8f3;border-color:rgba(212,168,83,.25)}
.award-panel__logo{display:flex;align-items:center;justify-content:flex-start;min-height:108px;margin:14px 0 24px}
.award-panel__logo img{display:block;width:auto;max-width:min(100%,320px);max-height:118px;object-fit:contain;object-position:left center}
.award-panel--with-logo h2,.award-panel--with-logo p{color:#faf8f3}
@media(max-width:767px){.award-panel__logo{min-height:82px;margin:12px 0 20px}.award-panel__logo img{max-width:min(100%,250px);max-height:90px}}


/* Footer logo intrinsic proportions — v1.0.8 */
.footer-logo{display:block;width:auto!important;max-width:min(100%,240px);height:auto!important;max-height:96px;object-fit:contain;object-position:left center}
@media(max-width:767px){.footer-logo{max-width:min(100%,220px);max-height:88px}}


/* Header logo containment and vertical centering — v1.0.9 */
.site-header__inner{min-width:0}
.brand{height:100%;display:flex;align-items:center;flex:0 1 220px;min-width:0;padding-block:8px}
.brand img{width:auto!important;height:auto!important;max-width:215px;max-height:calc(var(--header) - 16px);object-fit:contain;object-position:left center}
@media(max-width:1100px){
  .brand{flex-basis:190px}
  .brand img{max-width:190px}
}
@media(max-width:767px){
  .brand{flex-basis:155px;padding-block:7px}
  .brand img{max-width:155px;max-height:calc(var(--header) - 14px)}
}


/* Public image download deterrence — v1.0.10 */
.is-protected-image,
.image-protection-surface,
[data-protected-image]{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  user-select:none;
}
.is-protected-image,
[data-protected-image]{
  -webkit-user-drag:none;
}
.project-gallery__item{
  appearance:none;
  width:100%;
  padding:0;
  border:0;
  background:transparent;
  color:inherit;
  text-align:inherit;
}
.project-gallery .project-gallery__item:first-child{grid-column:1/-1}
.project-gallery .project-gallery__item:first-child img{height:720px}
.project-gallery__item img,
.project-lightbox__figure img{pointer-events:none}
@media(max-width:767px){
  .project-gallery .project-gallery__item:first-child{grid-column:auto}
  .project-gallery img,
  .project-gallery .project-gallery__item:first-child img{height:420px}
}

/* Optional related project bridge — v1.0.14 */
.project-related-section{padding-top:clamp(70px,9vw,120px);padding-bottom:clamp(70px,9vw,120px);background:var(--bg)}
.project-related-card{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(0,1.05fr);min-height:460px;border:1px solid var(--line);background:var(--surface);overflow:hidden;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}
.project-related-card:hover,.project-related-card:focus-visible{transform:translateY(-4px);border-color:rgba(212,168,83,.48);box-shadow:var(--shadow);outline:none}
.project-related-card__image{position:relative;min-height:460px;overflow:hidden;background:var(--bg-deep)}
.project-related-card__image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 62%,rgba(17,17,15,.18))}
.project-related-card__image img{display:block;width:100%;height:100%;min-height:460px;object-fit:cover;transition:transform .7s ease}
.project-related-card:hover .project-related-card__image img{transform:scale(1.035)}
.project-related-card__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(36px,5vw,78px)}
.project-related-card__content .eyebrow{margin-bottom:12px}
.project-related-card__category{font-family:Tenor Sans,sans-serif;text-transform:uppercase;letter-spacing:.16em;font-size:.62rem;color:var(--muted)}
.project-related-card__content h2{font-family:"Cormorant Garamond",serif;font-size:clamp(2.8rem,4.8vw,5rem);font-weight:300;line-height:1.02;margin:18px 0 22px;color:var(--text)}
.project-related-card__content p{max-width:620px;margin:0;color:var(--muted)}
.project-related-card__link{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:38px;padding-top:20px;border-top:1px solid var(--line);font-family:Tenor Sans,sans-serif;text-transform:uppercase;letter-spacing:.14em;font-size:.65rem;color:var(--gold-light)}
.project-related-card__link b{font-size:1.35rem;font-weight:300;transition:transform .25s ease}
.project-related-card:hover .project-related-card__link b{transform:translateX(5px)}
@media(max-width:820px){
  .project-related-card{grid-template-columns:1fr;min-height:0}
  .project-related-card__image,.project-related-card__image img{min-height:0;height:clamp(280px,58vw,470px)}
  .project-related-card__image:after{background:linear-gradient(0deg,rgba(17,17,15,.15),transparent 48%)}
  .project-related-card__content{padding:34px 26px 38px}
  .project-related-card__link{margin-top:28px}
}

/* Administrable CTA image and background — v1.0.17 */
.cta-band{position:relative;isolation:isolate;background-color:var(--cta-bg,var(--gold));background-image:none;background-repeat:no-repeat;background-size:cover;background-position:center;color:#17130d;transition:background-color .25s ease,color .25s ease}
.cta-band--has-image{background-image:linear-gradient(rgba(17,17,16,var(--cta-overlay-opacity,.48)),rgba(17,17,16,var(--cta-overlay-opacity,.48))),var(--cta-image)}
.cta-band--text-dark{color:#17130d}
.cta-band--text-dark .eyebrow{color:#5e471d}
.cta-band--text-dark .button--gold{background:#17130d;color:#fff;border-color:#17130d}
.cta-band--text-light{color:#faf8f3}
.cta-band--text-light .eyebrow{color:var(--gold-light)}
.cta-band--text-light p{color:rgba(250,248,243,.82)}
.cta-band--text-light .button--gold{background:var(--gold);color:#17130d;border-color:var(--gold)}
.cta-band--text-light .button--gold:hover{background:var(--gold-light);border-color:var(--gold-light)}

/* Multiple recognitions manager — v1.0.18 */
.stats-grid--without-recognition{grid-template-columns:repeat(3,1fr)}
.recognition-heading{max-width:900px}
.recognition-heading p{max-width:720px}
.recognition-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.recognition-grid--single{grid-template-columns:minmax(0,1fr)}
.recognition-grid--single .recognition-card{grid-template-columns:minmax(230px,.62fr) minmax(0,1.38fr)}
.recognition-card{display:grid;grid-template-columns:1fr;min-height:390px;border:1px solid var(--line);background:color-mix(in srgb,var(--surface) 82%,transparent);overflow:hidden}
.recognition-card__identity{min-height:180px;padding:34px;display:flex;align-items:flex-end;justify-content:space-between;gap:26px;background:rgba(212,168,83,.045);border-bottom:1px solid var(--line)}
.recognition-card__identity--with-logo{align-items:center}
.recognition-card__identity img{display:block;width:auto;max-width:min(100%,260px);height:auto;max-height:112px;object-fit:contain;object-position:left center}
.recognition-card__identity>div{display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:4px;margin-left:auto}
.recognition-card__identity strong{font-family:Tenor Sans,sans-serif;text-transform:uppercase;letter-spacing:.13em;font-size:.62rem;color:var(--gold-light)}
.recognition-card__identity span{color:var(--muted);font-size:.78rem}
.recognition-card__mark{font-family:"Cormorant Garamond",serif;font-size:4.8rem;line-height:.8;color:var(--gold)}
.recognition-card__content{padding:38px;display:flex;flex-direction:column;align-items:flex-start}
.recognition-card__content h3{font-size:clamp(2rem,3vw,3.2rem);line-height:1.02;margin:0 0 22px}
.recognition-card__content p{margin-top:0}
.recognition-card__content .text-link{margin-top:auto;padding-top:20px}
.recognition-grid--single .recognition-card__identity{border-bottom:0;border-right:1px solid var(--line);min-height:360px;flex-direction:column;align-items:flex-start;justify-content:center}
.recognition-grid--single .recognition-card__identity>div{align-items:flex-start;text-align:left;margin-left:0}
.testimonial-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
@media(max-width:900px){.recognition-grid,.recognition-grid--single{grid-template-columns:1fr}.recognition-grid--single .recognition-card{grid-template-columns:1fr}.recognition-grid--single .recognition-card__identity{min-height:180px;border-right:0;border-bottom:1px solid var(--line);flex-direction:row;align-items:center;justify-content:space-between}.recognition-grid--single .recognition-card__identity>div{align-items:flex-end;text-align:right;margin-left:auto}}
@media(max-width:767px){.stats-grid--without-recognition{grid-template-columns:1fr}.stats-grid--without-recognition>div{border-right:0!important;border-bottom:1px solid var(--line)!important}.stats-grid--without-recognition>div:last-child{border-bottom:0!important}.recognition-card__identity,.recognition-grid--single .recognition-card__identity{padding:26px;align-items:flex-start;flex-direction:column}.recognition-card__identity>div,.recognition-grid--single .recognition-card__identity>div{align-items:flex-start;text-align:left;margin-left:0}.recognition-card__content{padding:28px}}
/* Recognition logos remain legible in light mode — v1.0.18 */
.recognition-card__identity--with-logo{background:#151513;color:#faf8f3}
.recognition-card__identity--with-logo strong{color:#e8d5a3}
.recognition-card__identity--with-logo span{color:#bdb5a8}

/* Light theme interactive contrast — v1.0.22 */
html[data-theme="light"]{
  --gold-ink:#7b5520;
  --gold-ink-hover:#5f3f14;
}

/* Hero CTAs remain on a photographic, deliberately darkened surface. */
html[data-theme="light"] .home-hero .button--outline{
  color:#faf8f3;
  background:rgba(10,10,9,.30);
  border-color:rgba(250,248,243,.58);
  text-shadow:0 1px 12px rgba(0,0,0,.48);
  -webkit-backdrop-filter:blur(4px);
  backdrop-filter:blur(4px);
}
html[data-theme="light"] .home-hero .button--outline:hover,
html[data-theme="light"] .home-hero .button--outline:focus-visible{
  color:#17130d;
  background:var(--gold);
  border-color:var(--gold);
  text-shadow:none;
}

/* Small gold labels and editorial links require a deeper gold on pale surfaces. */
html[data-theme="light"] .section .eyebrow,
html[data-theme="light"] .team-card__content>span{
  color:var(--gold-ink);
}
html[data-theme="light"] .text-link,
html[data-theme="light"] .service-card a,
html[data-theme="light"] .flags,
html[data-theme="light"] .social-links a,
html[data-theme="light"] .contact-direct a,
html[data-theme="light"] .available-languages,
html[data-theme="light"] .project-related-card__link{
  color:var(--gold-ink)!important;
}
html[data-theme="light"] .text-link:hover,
html[data-theme="light"] .text-link:focus-visible,
html[data-theme="light"] .service-card a:hover,
html[data-theme="light"] .service-card a:focus-visible,
html[data-theme="light"] .social-links a:hover,
html[data-theme="light"] .social-links a:focus-visible,
html[data-theme="light"] .contact-direct a:hover,
html[data-theme="light"] .contact-direct a:focus-visible,
html[data-theme="light"] .project-related-card__link:hover,
html[data-theme="light"] .project-related-card__link:focus-visible{
  color:var(--gold-ink-hover)!important;
}

/* Outline buttons used on pale page sections keep a visible hover state. */
html[data-theme="light"] .section .button--outline:hover,
html[data-theme="light"] .section .button--outline:focus-visible{
  color:var(--gold-ink-hover);
  border-color:var(--gold-ink);
  background:rgba(123,85,32,.06);
}


/* Homepage services parallax background — v1.0.25 */
.home-services{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:var(--bg-deep);
}
.home-services__media{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  pointer-events:none;
}
.home-services__media img{
  position:absolute;
  top:-15%;
  left:0;
  width:100%;
  height:130%;
  max-width:none;
  object-fit:cover;
  object-position:center var(--services-background-position,center);
  transform:translate3d(0,var(--services-parallax-y,0px),0) scale(1.025);
  transform-origin:center;
  will-change:transform;
  backface-visibility:hidden;
  -webkit-user-select:none;
  user-select:none;
  pointer-events:none;
}
.home-services__overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:rgba(12,12,11,var(--services-overlay-opacity,.58));
  pointer-events:none;
}
.home-services__overlay:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,rgba(12,12,11,.24),transparent 62%),linear-gradient(0deg,rgba(12,12,11,.24),transparent 55%);
}
.home-services__content{position:relative;z-index:2}
.home-services--has-image{color:#faf8f3}
.home-services--has-image .section-heading p{color:rgba(250,248,243,.78)}
.home-services--has-image .eyebrow{color:#e8d5a3}
.home-services--has-image .service-grid{align-items:stretch}
.home-services--has-image .service-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:390px;
  background:rgba(20,20,18,.72);
  border-color:rgba(232,213,163,.25);
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
  box-shadow:0 18px 55px rgba(0,0,0,.16);
}
.home-services--has-image .service-card h3{color:#faf8f3}
.home-services--has-image .service-card p{color:rgba(250,248,243,.72);margin-bottom:0}
.home-services--has-image .service-card a{
  position:static;
  margin-top:auto;
  padding-top:30px;
  align-self:flex-start;
  color:#e8d5a3;
}
.home-services--has-image .service-card>span{color:rgba(232,213,163,.40)}
html[data-theme="light"] .home-services--has-image .eyebrow{color:#e8d5a3}
html[data-theme="light"] .home-services--has-image .service-card a{color:#e8d5a3!important}
html[data-theme="light"] .home-services--has-image .service-card a:hover,
html[data-theme="light"] .home-services--has-image .service-card a:focus-visible{color:#faf8f3!important}
@media(max-width:767px){
  .home-services__media img{top:-12%;height:124%;transform:translate3d(0,var(--services-parallax-y,0px),0) scale(1.04)}
  .home-services--has-image .service-card{min-height:340px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}
}
@media(prefers-reduced-motion:reduce){
  .home-services__media img{transform:scale(1.025)!important;will-change:auto}
}

/* Homepage testimonials parallax background — v1.0.26 */
.home-testimonials{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:var(--bg);
}
.home-testimonials__media{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  pointer-events:none;
}
.home-testimonials__media img{
  position:absolute;
  top:-15%;
  left:0;
  width:100%;
  height:130%;
  max-width:none;
  object-fit:cover;
  object-position:center var(--testimonials-background-position,center);
  transform:translate3d(0,var(--testimonials-parallax-y,0px),0) scale(1.025);
  transform-origin:center;
  will-change:transform;
  backface-visibility:hidden;
  -webkit-user-select:none;
  user-select:none;
  pointer-events:none;
}
.home-testimonials__overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:rgba(12,12,11,var(--testimonials-overlay-opacity,.62));
  pointer-events:none;
}
.home-testimonials__overlay:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,rgba(12,12,11,.30),transparent 62%),linear-gradient(0deg,rgba(12,12,11,.28),transparent 58%);
}
.home-testimonials__content{position:relative;z-index:2}
.home-testimonials--has-image{color:#faf8f3}
.home-testimonials--has-image .section-heading h2{color:#faf8f3}
.home-testimonials--has-image .eyebrow{color:#e8d5a3}
.home-testimonials--has-image .testimonial-card{
  background:rgba(20,20,18,.72);
  border-color:rgba(232,213,163,.25);
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
  box-shadow:0 18px 55px rgba(0,0,0,.16);
}
.home-testimonials--has-image .testimonial-card>span{color:#e8d5a3}
.home-testimonials--has-image .testimonial-card p{color:#faf8f3}
html[data-theme="light"] .home-testimonials--has-image .eyebrow{color:#e8d5a3}
html[data-theme="light"] .home-testimonials--has-image .testimonial-card p{color:#faf8f3}
@media(max-width:767px){
  .home-testimonials__media img{top:-12%;height:124%;transform:translate3d(0,var(--testimonials-parallax-y,0px),0) scale(1.04)}
  .home-testimonials--has-image .testimonial-card{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}
}
@media(prefers-reduced-motion:reduce){
  .home-testimonials__media img{transform:scale(1.025)!important;will-change:auto}
}


/* Contact founders single landscape image — v1.0.30 */
@media(max-width:767px){
  .contact-founders-landscape{margin-top:24px;aspect-ratio:16/10}
}

/* Philosophy studio premises gallery — v1.0.31 */
.philosophy-studio__intro{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);column-gap:clamp(40px,8vw,120px);align-items:start}
.philosophy-studio__intro .eyebrow{grid-column:1;grid-row:1}
.philosophy-studio__intro h2{grid-column:1;grid-row:2;margin-bottom:0;max-width:650px}
.philosophy-studio__text{grid-column:2;grid-row:1/span 2;padding-top:34px;max-width:720px}
.philosophy-studio__text p:first-child{margin-top:0}
.philosophy-studio__intro .text-link{grid-column:2;margin-top:20px;justify-self:start}
.studio-gallery{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px;margin-top:clamp(48px,7vw,96px)}
.studio-gallery__item{position:relative;overflow:hidden;margin:0;background:var(--surface);border:1px solid var(--line);min-height:280px}
.studio-gallery__item:after{content:"";position:absolute;inset:14px;border:1px solid rgba(232,213,163,.28);pointer-events:none;transition:inset .35s ease,border-color .35s ease}
.studio-gallery__item:hover:after{inset:10px;border-color:rgba(232,213,163,.5)}
.studio-gallery__item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .75s cubic-bezier(.2,.65,.2,1)}
.studio-gallery__item:hover img{transform:scale(1.025)}
.studio-gallery__item--1{grid-column:1/span 7;aspect-ratio:16/10}
.studio-gallery__item--2{grid-column:8/span 5;aspect-ratio:4/5}
.studio-gallery__item--3{grid-column:1/span 5;aspect-ratio:4/5}
.studio-gallery__item--4{grid-column:6/span 7;aspect-ratio:16/10}
.studio-gallery--count-1 .studio-gallery__item--1{grid-column:1/-1;aspect-ratio:16/7}
.studio-gallery--count-2 .studio-gallery__item--1,.studio-gallery--count-2 .studio-gallery__item--2{grid-column:span 6;aspect-ratio:4/3}
.studio-gallery--count-3 .studio-gallery__item--3{grid-column:1/-1;aspect-ratio:16/7}
@media(max-width:900px){
  .philosophy-studio__intro{grid-template-columns:1fr;gap:0}
  .philosophy-studio__intro .eyebrow,.philosophy-studio__intro h2,.philosophy-studio__text,.philosophy-studio__intro .text-link{grid-column:1;grid-row:auto}
  .philosophy-studio__text{padding-top:24px}
  .studio-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:50px}
  .studio-gallery__item,.studio-gallery__item--1,.studio-gallery__item--2,.studio-gallery__item--3,.studio-gallery__item--4,.studio-gallery--count-1 .studio-gallery__item--1,.studio-gallery--count-2 .studio-gallery__item--1,.studio-gallery--count-2 .studio-gallery__item--2,.studio-gallery--count-3 .studio-gallery__item--3{grid-column:auto;aspect-ratio:4/3;min-height:0}
  .studio-gallery--count-3 .studio-gallery__item--3{grid-column:1/-1;aspect-ratio:16/8}
}
@media(max-width:600px){
  .studio-gallery{grid-template-columns:1fr}
  .studio-gallery__item,.studio-gallery--count-3 .studio-gallery__item--3{grid-column:auto;aspect-ratio:4/3}
  .studio-gallery__item:after{inset:10px}
}
