*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}.site-loading{text-align:center;min-height:100svh;font-family:var(--font,system-ui, sans-serif);color:#444;place-items:center;padding:2rem;display:grid}.site-loading--error{color:#8b2e2e}body{font-family:var(--font);color:var(--color-text-soft);-webkit-font-smoothing:antialiased;background:#fff;margin:0;font-size:14px;font-weight:300;line-height:1.65;overflow-x:clip}.title-duo{font-family:var(--font);letter-spacing:-.02em;color:var(--color-text);margin:0;font-size:clamp(34px,3.6vw,48px);line-height:1.08}.title-duo__regular{font-weight:400}.title-duo__light{font-weight:200}.title-duo__accent{color:var(--brand);font-weight:500}.label-caps{letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:400}#root{max-width:100%;min-height:100vh;overflow-x:clip}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit}ul{margin:0;padding:0;list-style:none}:root{--font:"Jost", system-ui, sans-serif;--font-serif:"Cormorant Garamond", Georgia, "Times New Roman", serif;--layout-max:1320px;--layout-gutter:clamp(48px, 7vw, 96px);--layout-gutter-half:clamp(24px, 3.5vw, 48px);--layout-cols:minmax(0, 1.05fr) minmax(280px, .85fr);--layout-gap:clamp(40px, 5vw, 72px);--graphite:#1e1a17;--color-text:var(--graphite);--color-text-muted:#4a4a4a;--color-text-soft:#3a3a3a;--brand:#b89456;--brand-hover:#9a7848;--section-gold:#c9a46a;--section-gold-hover:#ad8f55;--section-gold-rgb:201, 164, 106;--float-edge:24px;--float-btn-size:48px;--float-safe:calc(var(--float-edge) + var(--float-btn-size) + var(--float-edge));--header-h:88px;--project-line-thickness:1px;--brand-gallery-photo-aspect:3.5 / 4.5;--brand-gallery-photo-max-h:min(44svh, 400px)}.container{width:min(100% - 48px,1320px);margin-inline:auto}.layout-inner{width:min(calc(100% - 2 * var(--layout-gutter)), var(--layout-max));margin-inline:auto}.hero .layout-inner{width:min(calc(100% - 2 * var(--layout-gutter-half)), calc((100% + var(--layout-max)) / 2))}.layout-grid{grid-template-columns:var(--layout-cols);gap:var(--layout-gap);display:grid}@media (width<=640px){:root{--layout-gutter:clamp(20px, 5vw, 32px);--layout-gutter-half:clamp(16px, 4vw, 24px);--layout-gap:clamp(28px, 6vw, 40px);--float-edge:16px;--header-h:80px}body{overscroll-behavior-x:none;touch-action:pan-y pinch-zoom}.title-duo{font-size:clamp(28px,8vw,38px)}}.image-lightbox{z-index:2000;box-sizing:border-box;touch-action:none;background:#0a0908eb;justify-content:center;align-items:center;padding:clamp(16px,4vw,32px);display:flex;position:fixed;inset:0}.image-lightbox__close{top:max(12px, env(safe-area-inset-top,0px));right:max(12px, env(safe-area-inset-right,0px));z-index:2;color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;width:44px;height:44px;margin:0;padding:0;position:absolute}.image-lightbox__close:before,.image-lightbox__close:after{content:"";background:currentColor;width:18px;height:1.5px;position:absolute;top:50%;left:50%}.image-lightbox__close:before{transform:translate(-50%,-50%)rotate(45deg)}.image-lightbox__close:after{transform:translate(-50%,-50%)rotate(-45deg)}.image-lightbox__nav{z-index:2;color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;width:48px;height:48px;margin:0;padding:0;display:none;position:absolute;top:50%;transform:translateY(-50%)}.image-lightbox__nav:before{content:"";border-top:2px solid;border-right:2px solid;width:10px;height:10px;position:absolute;top:50%;left:50%}.image-lightbox__nav--prev{left:max(16px, env(safe-area-inset-left,0px))}.image-lightbox__nav--prev:before{transform:translate(-35%,-50%)rotate(-135deg)}.image-lightbox__nav--next{right:max(16px, env(safe-area-inset-right,0px))}.image-lightbox__nav--next:before{transform:translate(-65%,-50%)rotate(45deg)}.image-lightbox__stage{flex-direction:column;justify-content:center;align-items:center;gap:12px;width:min(100%,1200px);max-height:100%;display:flex}.image-lightbox__img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:auto;max-width:100%;height:auto;max-height:min(88dvh,900px);display:block}.image-lightbox__counter{letter-spacing:.08em;color:#ffffffb8;margin:0;font-size:12px;font-weight:400}@media (width>=900px){.image-lightbox__nav{justify-content:center;align-items:center;display:flex}}.btn{font-family:var(--font);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;padding:14px 28px;font-size:11px;font-weight:400;transition:background .3s,color .3s,border-color .3s,transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1);display:inline-flex}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #100e0c14}.btn--outline-light{color:#fff;border-color:#ffffffb3}.btn--outline-light:hover{color:#fff;background:#ffffff1f;border-color:#fff}.btn--outline-dark{color:var(--color-text);border-color:var(--color-text)}.btn--outline-dark:hover{background:var(--color-text);color:#fff}.btn--outline-brand{border:1px solid var(--brand);color:var(--brand);background:0 0}.btn--outline-brand:hover{background:var(--brand);color:#fff}.btn--solid{color:#fff;background:var(--color-text);border-color:var(--color-text);width:100%;padding:16px}.btn--solid:hover{background:#151210;border-color:#151210}.btn--brand-callback{letter-spacing:.12em;text-transform:uppercase;color:var(--brand);white-space:nowrap;border:1px solid;justify-content:center;align-items:center;gap:10px;padding:12px 20px;font-size:12px;font-weight:400;transition:background .3s,color .3s,border-color .3s;display:inline-flex}.btn--brand-callback:hover{background:var(--brand-hover);border-color:var(--brand-hover);color:#fff}.header{--brand:var(--section-gold);--brand-hover:var(--section-gold-hover);z-index:100;border-bottom:1px solid rgba(var(--section-gold-rgb), .28);background:#fff;position:sticky;top:0}.header__inner{width:100%;max-width:none;min-height:var(--header-h);padding-inline:var(--layout-gutter-half);box-sizing:border-box;align-items:center;gap:clamp(28px,4vw,56px);display:flex}.header__brand{color:var(--brand);flex-shrink:0;align-items:center;gap:10px;display:inline-flex}.header__brand-copy{flex-direction:column;align-items:flex-start;gap:0;display:inline-flex}.header__brand-mark{object-fit:contain;width:auto;height:auto;max-height:76px;display:block}.header__brand-name{font-family:var(--font-serif);letter-spacing:.32em;white-space:nowrap;font-size:18px;font-weight:400}.header__brand-subtitle{font-family:var(--font-serif);letter-spacing:.04em;color:color-mix(in srgb, var(--brand) 82%, #201b16);white-space:nowrap;font-size:13px;font-weight:500}.header__nav{flex:1;justify-content:center;min-width:0;display:flex}.header__menu{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(20px,2.2vw,32px);display:flex}.header__link{letter-spacing:.14em;text-transform:uppercase;color:var(--color-text);white-space:nowrap;align-items:center;gap:4px;font-size:13px;font-weight:300;transition:color .25s;display:inline-flex}.header__link:hover{color:var(--brand-hover)}.header__chevron{opacity:.7;font-size:11px}.header__menu-item--has-dropdown{position:relative}.header__dropdown{opacity:0;visibility:hidden;background:#fff;border:1px solid #ebebeb;min-width:220px;padding:12px 0;transition:opacity .2s,visibility .2s;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 12px 32px #00000014}.header__menu-item--has-dropdown:hover .header__dropdown{opacity:1;visibility:visible}.header__dropdown a{letter-spacing:.04em;text-transform:none;color:var(--brand);padding:8px 20px;font-size:12px;display:block}.header__dropdown a:hover{color:var(--brand-hover);background:rgba(var(--section-gold-rgb), .12)}.header__actions{flex-shrink:0;align-items:center;gap:24px;display:flex}.header__lang{flex-shrink:0;position:relative}.header__lang-toggle,.header__lang-option{box-shadow:none;font-family:var(--font);letter-spacing:.14em;text-transform:uppercase;color:var(--brand);cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:500;transition:color .2s}.header__lang-toggle:hover,.header__lang-option:hover{color:var(--brand-hover)}.header__lang-menu{z-index:120;box-shadow:none;background:0 0;border:none;flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex;position:absolute;top:calc(100% + 6px);right:0}.header__lang-menu li{background:0 0;margin:0;padding:0}.header__lang-option{white-space:nowrap;font-weight:400}.header__lang-menu li[aria-selected=true] .header__lang-option{font-weight:500}.header__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.header__burger span{background:currentColor;width:22px;height:1px;transition:transform .25s,opacity .2s;display:block}.header__mobile-backdrop,.header__mobile-panel{display:none}.hero{background:#1a1816;width:100%}.hero__frame{--hero-w:3200;--hero-h-ratio:1350;--hero-max-h:calc(100svh - var(--header-h));width:100%;height:min(calc(100vw * var(--hero-h-ratio) / var(--hero-w)), var(--hero-max-h));contain-intrinsic-size:auto 720px;position:relative;overflow:hidden}.hero__picture{width:100%;height:100%;margin:0;display:block;position:absolute;inset:0}.hero__bg{object-fit:cover;object-position:center center;filter:brightness(1.08)contrast(1.02)saturate(1.03);width:100%;height:100%;display:block}.hero__overlay{pointer-events:none;background:linear-gradient(95deg,#100e0c7a 0%,#100e0c4d 24%,#100e0c24 46%,#100e0c0a 62%,#0000 80%);position:absolute;inset:0}.hero__inner{z-index:1;box-sizing:border-box;height:100%;padding-bottom:var(--float-edge);flex-direction:column;justify-content:center;display:flex;position:absolute;inset:0}.hero__bottom{flex:1;justify-content:space-between;align-items:center;gap:clamp(32px,5vw,64px);width:100%;min-height:0;display:flex;position:relative}.hero__content{color:#fff;flex:0 auto;min-width:0;max-width:620px;margin-left:clamp(10px,1.2vw,18px);transform:none}.hero__title{font-family:var(--font);letter-spacing:-.02em;text-transform:none;color:#fff;margin:0 0 24px;font-size:clamp(34px,4.5vw,56px);font-weight:400;line-height:1.1}.hero__text{color:#fff;max-width:540px;margin:0;font-size:clamp(14px,1.4vw,16px);font-weight:400;line-height:1.65}.hero__scroll{z-index:2;box-sizing:border-box;color:#ffffffe6;filter:drop-shadow(0 1px 6px #000000a6);justify-content:center;align-items:center;height:35px;margin-top:0;padding-bottom:2px;transition:color .25s,transform .25s;display:inline-flex;position:absolute;bottom:0;left:clamp(10px,1.2vw,18px)}.hero__scroll:hover{color:#fff;transform:translateY(4px)}.hero__caption{z-index:1;letter-spacing:.14em;text-transform:uppercase;text-align:right;color:#fff;flex-shrink:0;margin:0;padding-bottom:2px;font-size:10px;font-weight:500;line-height:1.65;position:absolute;bottom:0;right:clamp(4px,.8vw,12px)}.floating-btn{z-index:90;width:var(--float-btn-size);height:var(--float-btn-size);box-sizing:border-box;bottom:var(--float-edge);appearance:none;font:inherit;color:inherit;cursor:pointer;background-color:#0000;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;margin:0;padding:0;text-decoration:none;transition:color .2s,border-color .2s,background-color .2s,transform .2s,opacity .25s,visibility .25s;display:flex;position:fixed}.floating-btn:focus{outline:none}.floating-btn:focus-visible{outline:2px solid var(--section-gold);outline-offset:2px}.floating-btn--top{left:var(--float-edge);cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;right:auto}.floating-btn--top.is-visible{opacity:1;visibility:visible;pointer-events:auto}.floating-btn--wa{right:var(--float-edge);left:auto}.floating-btn--on-dark{color:#fff;background-color:#0000;border-color:#ffffff61}.floating-btn--on-light{color:var(--color-text);background-color:#0000;border-color:#1e1a1759}.floating-btn--on-dark:hover,.floating-btn--on-light:hover{transform:translateY(-2px)}.floating-btn--on-dark:hover{color:#fff;border-color:#fff}.floating-btn--on-light:hover{border-color:var(--color-text);color:var(--color-text)}.floating-btn--wa-float{color:#fff;background:0 0;border:1px solid #ffffffa6}.floating-btn--wa-float:hover{background:#25d366;border-color:#25d366;transform:translateY(-2px)scale(1.05)}.floating-btn--gold,.floating-btn--top.floating-btn--gold,.floating-btn--wa.floating-btn--gold{border-color:var(--section-gold);color:var(--section-gold);background-color:#0000}.floating-btn--gold:hover{border-color:var(--section-gold-hover);color:var(--section-gold-hover);transform:translateY(-2px)}.about{--brand:var(--section-gold);--brand-hover:var(--section-gold-hover);background:#ebe8e3;min-height:clamp(520px,62vh,700px);padding:0;position:relative;overflow:hidden}.about__visual{z-index:0;position:absolute;inset:0}.about__picture{width:100%;height:100%;margin:0;display:block}.about__photo{object-fit:cover;object-position:72% center;filter:contrast(1.06)saturate(1.04)brightness(.99);width:100%;height:100%;display:block;transform:scale(1.015)}.about__inner{z-index:1;align-items:center;min-height:clamp(520px,62vh,700px);padding:clamp(48px,7vw,88px) 0;display:flex;position:relative}.about__sheet{background:0 0;width:min(100%,520px);padding:0;position:relative}.about__eyebrow,.about__title,.about__copy p{text-shadow:0 0 12px #ffffffd9,0 1px 2px #ffffffa6}.about__eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--brand);margin:0 0 clamp(18px,2.5vw,24px);font-size:11px;font-weight:500}.about__title{margin:0 0 clamp(22px,3vw,32px)}.about__sheet .title-duo__light,.about__sheet .title-duo__regular{color:var(--color-text)}.about__sheet .title-duo__accent{color:var(--brand)}.about__copy p{color:#3d3d3d;max-width:440px;margin:0 0 18px;font-size:14px;font-weight:400;line-height:1.75}.about__copy p:last-child{margin-bottom:0}.about__btn{margin-top:clamp(24px,3vw,32px)}.projects{scroll-margin-top:var(--header-h);background:#fff;padding:40px 0 0}.projects__header{padding:30px 0 38px}.projects__head{justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px;display:flex}.projects__head .projects__title.title-duo{letter-spacing:-.02em;align-items:center;gap:.32em;margin:0;padding:0;font-size:clamp(30px,3.2vw,44px);line-height:1;display:flex}.projects__head .projects__title .title-duo__regular,.projects__head .projects__title .title-duo__light{line-height:1}.projects__head .projects__btn.btn{box-sizing:border-box;letter-spacing:.16em;flex-shrink:0;justify-content:center;align-items:center;height:40px;min-height:40px;margin:0;padding:0 22px;font-size:10px;line-height:1;display:inline-flex;transform:translate(5px)}.projects__grid{grid-template-columns:repeat(4,1fr);gap:0;width:100%;display:grid}a.project-card{color:inherit;text-decoration:none;display:block}.project-card{aspect-ratio:1/1.12;cursor:pointer;transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s;position:relative;overflow:hidden}.project-card--soon{cursor:default;background:#eceae6}.project-card__placeholder{background:linear-gradient(145deg,#e8e5e0 0%,#d8d4cd 100%);width:100%;height:100%}.project-card img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.project-card:hover img{transform:scale(1.055)}.project-card:hover{transform:translateY(-5px);box-shadow:0 18px 28px #14110e24}.project-card__overlay{pointer-events:none;background:linear-gradient(#0000 0%,#0006 100%);padding:20px 18px 18px;position:absolute;bottom:0;left:0;right:0}.project-card__label{flex-direction:column;align-items:stretch;width:fit-content;max-width:90%;display:inline-flex}.project-card__line{border:none;border-top:var(--project-line-thickness) solid #ffffffeb;background:0 0;width:100%;height:0;margin:0 0 12px;padding:0;display:block}.project-card__caption{letter-spacing:.12em;text-transform:uppercase;color:#fff;margin:0;font-size:10px;font-weight:400;line-height:1.4}.project-card__meta{letter-spacing:.14em;text-transform:uppercase;color:#ffffffd9;margin:6px 0 0;font-size:9px;font-weight:300;line-height:1.35}.projects-index{background:#fff}.projects-index__hero{box-sizing:border-box;min-height:calc(100svh - var(--header-h));height:calc(100svh - var(--header-h));color:#fff;align-items:center;display:flex;position:relative;overflow:hidden}.projects-index__picture{width:100%;height:100%;margin:0;display:block;position:absolute;inset:0}.projects-index__hero-bg{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.projects-index__hero-inner{z-index:1;padding-block:clamp(56px,12vh,140px);box-sizing:border-box;width:100%;padding-left:60px;position:relative}.projects-index__title.title-duo{color:#fff;text-shadow:0 1px 12px #00000073;max-width:12ch;margin:0 0 clamp(20px,3vh,28px);font-size:clamp(40px,5.2vw,68px);line-height:1.04}.projects-index__title .title-duo__regular{color:#fff;font-weight:500}.projects-index__title .title-duo__light{color:#fff;font-weight:400}.projects-index__hero-copy{max-width:38em}.projects-index__intro{color:#fffffffa;text-shadow:0 1px 10px #00000073;max-width:100%;margin:0;font-size:clamp(14px,1.45vw,16px);font-weight:400;line-height:1.75}.projects-index__intro--compact{display:none}.projects-index__grid .project-card{aspect-ratio:4/5}.projects-index__grid-filler{pointer-events:none;align-self:stretch;min-height:0;position:relative;overflow:hidden}.projects-index__grid-filler-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.complectation{--complectation-bg:#f5f2ee;--complectation-accent:#b59371;--complectation-ratio-w:1895;--complectation-ratio-h:830;background:var(--complectation-bg)}.complectation__frame{width:100%;line-height:0;position:relative}.complectation__picture{width:100%;margin:0;display:block}.complectation__photo{object-fit:contain;object-position:left top;filter:contrast(1.08)saturate(1.05)brightness(1.01);width:100%;height:auto;max-height:none;display:block}.complectation__shade{background:linear-gradient(90deg, transparent 0%, transparent 36%, #f5f2ee73 48%, #f5f2eee0 58%, var(--complectation-bg) 70%);pointer-events:none;position:absolute;inset:0}.complectation__inner{z-index:1;box-sizing:border-box;pointer-events:none;align-items:center;display:flex;position:absolute;inset:0}.complectation__grid{pointer-events:auto;grid-template-columns:minmax(0,1.08fr) minmax(280px,520px);align-items:center;width:100%;min-height:0;display:grid}.complectation__copy{box-sizing:border-box;grid-column:2;max-width:34em;margin-left:clamp(-96px,-12vw,-200px)}.complectation__copy-wide{display:inline}.complectation__copy-mobile{display:none}.complectation__eyebrow{letter-spacing:.2em;color:var(--complectation-accent);margin:0 0 14px;font-weight:500}.complectation__title{font-family:var(--font);letter-spacing:-.01em;color:#1a1a1a;margin:0 0 18px;font-size:clamp(30px,3.2vw,44px);font-weight:400;line-height:1.12}.complectation__text{color:#4a4a4a;margin:0 0 clamp(22px,3vw,30px);font-size:13px;font-weight:300;line-height:1.75}.complectation__list{flex-direction:column;gap:clamp(14px,2vw,18px);margin:0 0 clamp(24px,3.5vw,32px);padding:0;list-style:none;display:flex}.complectation__item{align-items:center;gap:14px;display:flex}.complectation__item-icon{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.complectation__item-icon img{object-fit:contain;width:28px;height:28px;display:block}.complectation__item-label{letter-spacing:.01em;color:#3a3a3a;font-size:13px;font-weight:400;line-height:1.45}.complectation__note{max-width:32em;color:var(--complectation-accent);margin:0;font-size:13px;font-weight:400;line-height:1.65}@media (width<=900px){.complectation__shade{background:linear-gradient(180deg, transparent 0%, #f5f2ee40 40%, #f5f2eeeb 62%, var(--complectation-bg) 78%)}.complectation__grid{grid-template-columns:1fr;align-items:end;padding-block:clamp(28px,7vw,44px)}.complectation__copy{grid-column:1;max-width:none;margin-left:0}.complectation__photo{object-position:center top}}.glamping{background:#0a0908}.glamping__banner{color:#fff;width:100%;height:clamp(300px,38vw,480px);text-decoration:none;display:block;position:relative;overflow:hidden}.glamping__banner-img{object-fit:cover;object-position:center 55%;filter:brightness(.92)contrast(1.04)saturate(1.06);width:100%;height:100%;transition:transform .7s cubic-bezier(.22,1,.36,1),filter .7s;position:absolute;inset:0}.glamping__banner-shade{background:linear-gradient(#08070614 0%,#08070647 42%,#0807069e 72%,#080706e0 100%);position:absolute;inset:0}.glamping__banner-content{z-index:1;box-sizing:border-box;pointer-events:none;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:clamp(28px,4.5vw,52px) clamp(20px,4vw,60px);display:flex;position:absolute;inset:0}.glamping__title{max-width:16ch;font-family:var(--font);letter-spacing:.1em;text-transform:uppercase;color:#fff;text-shadow:0 1px 14px #00000073;margin:0 0 clamp(12px,1.8vw,18px);font-size:clamp(34px,4.8vw,58px);font-weight:300;line-height:1.04}.glamping__intro{letter-spacing:.02em;color:#ffffffeb;text-shadow:0 1px 10px #0006;max-width:38em;margin:0;font-size:clamp(13px,1.35vw,15px);font-weight:300;line-height:1.7}.glamping__banner:hover .glamping__banner-img{filter:brightness(.98)contrast(1.05)saturate(1.08);transform:scale(1.02)}.glamping__banner:focus-visible{outline:2px solid var(--section-gold);outline-offset:-4px}.brand{--brand-accent:var(--section-gold);--brand-rule-color:color-mix(in srgb, var(--section-gold) 38%, #fff);--brand-rule-width:clamp(72px, 8vw, 104px);box-sizing:border-box;background:#fff;overflow:visible}.brand__main{grid-template-columns:minmax(0,.82fr) minmax(0,1.38fr);align-items:center;gap:clamp(28px,3.8vw,48px);padding:clamp(64px,6.5vh + 20px,84px) 0 clamp(58px,4.8vh + 20px,76px);display:grid}.brand__copy{max-width:400px;padding-top:clamp(4px,1vh,8px)}.brand__eyebrow{color:var(--brand-accent);letter-spacing:.2em;margin:0 0 12px;font-weight:500}.brand__title{font-family:var(--font);letter-spacing:.04em;text-transform:uppercase;color:var(--color-text);margin:0 0 16px;font-size:clamp(36px,4vw,52px);font-weight:500;line-height:1.05}.brand__rule{width:var(--brand-rule-width);background:var(--brand-rule-color);border:none;height:1px;min-height:1px;max-height:1px;margin:0 0 20px;padding:0;display:block}.brand__text{color:#3a3a3a;max-width:36em;margin:0;font-size:13px;font-weight:300;line-height:1.75}.brand__gallery{grid-template-columns:repeat(3,1fr);gap:clamp(8px,1.1vw,14px);margin:0;padding:0;list-style:none;display:grid}.brand__gallery-item{width:100%;max-height:var(--brand-gallery-photo-max-h);aspect-ratio:var(--brand-gallery-photo-aspect);background:#eceae6;margin:0;overflow:hidden}.brand__gallery-item img{width:100%;height:100%;max-height:var(--brand-gallery-photo-max-h);aspect-ratio:var(--brand-gallery-photo-aspect);object-fit:cover;object-position:center;transition:transform .7s cubic-bezier(.22,1,.36,1),filter .7s;display:block}.brand__gallery-item:hover img{filter:contrast(1.04)saturate(1.04);transform:scale(1.04)}.brand__features{border-top:none}.brand__features-inner{border-top:1px solid color-mix(in srgb, var(--section-gold) 32%, #fff);padding:clamp(36px,4.5vh,52px) 0 clamp(60px,5vh + 20px,78px)}.brand__features-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:clamp(16px,2.5vw,32px);margin:0;padding:0;list-style:none;display:grid}.brand__feature{text-align:left;flex-direction:row;align-items:flex-start;gap:clamp(14px,1.6vw,18px);display:flex}.brand__feature-icon{width:48px;height:48px;color:var(--brand-accent);flex-shrink:0;justify-content:center;align-items:flex-start;margin:0;display:flex}.brand__feature-icon img{object-fit:contain;object-position:center center;width:44px;height:44px;display:block}.brand__feature-body{flex-direction:column;gap:6px;min-width:0;display:flex}.brand__feature-title{font-family:var(--font);letter-spacing:.12em;text-transform:uppercase;color:var(--brand-accent);margin:0;font-size:10px;font-weight:500;line-height:1.35}.brand__feature-text{color:#3a3a3a;white-space:pre-line;margin:0;font-size:12px;font-weight:300;line-height:1.55}.brand-banner{aspect-ratio:2400/2000;background:#eceae6;width:100%;max-width:100%;height:auto;margin:0;position:relative;overflow:hidden}.brand-banner__picture{width:100%;height:100%;line-height:0;display:block}.brand-banner__img{object-fit:contain;object-position:center center;width:100%;height:100%;display:block}.band-section{background-color:var(--color-text);background-image:var(--band-bg-image);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:clamp(580px,62vh,760px);padding:clamp(72px,9vw,100px) 0;position:relative;overflow:hidden}.band-section__bg{z-index:0;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.motion-reveal{opacity:1}.motion-reveal.is-inview{animation:.55s ease-out both section-fade-in}@keyframes section-fade-in{0%{opacity:.88}to{opacity:1}}@media (prefers-reduced-motion:reduce){.motion-reveal.is-inview,.hero__bg,.band-section__bg,.project-card,.project-card img,.brand__gallery-item img,.btn,.floating-btn{transition:none!important;animation:none!important;transform:none!important}}.band-section__overlay{z-index:1;background:linear-gradient(105deg,#0a0a0a61 0%,#0a0a0a1f 55%,#0a0a0a47 100%);position:absolute;inset:0}.band-section__inner{z-index:2;color:#fff;align-items:start;position:relative}.band-section__spec{z-index:2;letter-spacing:.08em;text-transform:uppercase;color:#ffffff6b;pointer-events:none;max-width:min(420px,90vw);margin:0;font-size:10px;font-weight:400;line-height:1.5;position:absolute;bottom:clamp(14px,2vw,22px);right:clamp(16px,3vw,32px)}.team-leader{--team-text-width:min(52%, 620px);--team-pad-y:clamp(20px, 3vh, 32px);--team-header-top:clamp(24px, 3.5vh, 40px);--team-text-shift:clamp(96px, 15vh, 148px);--team-gap:clamp(20px, 3vw, 36px);--team-photo-bg:#f3f0f3;box-sizing:border-box;background:var(--team-photo-bg);height:calc(100vh - 78px);min-height:calc(100vh - 78px);color:var(--color-text);padding:0;position:relative;overflow:hidden}.team-leader>.layout-inner{width:100%;max-width:none;padding-left:var(--layout-gutter);margin-inline:0;padding-right:0}.team-leader__inner{z-index:4;height:100%;padding:calc(var(--team-pad-y) + var(--team-text-shift) + clamp(16px, 2.5vh, 28px)) 0 var(--team-pad-y);pointer-events:none;flex-direction:column;justify-content:flex-start;gap:clamp(16px,2.5vh,28px);display:flex;position:relative}.team-leader__header{top:calc(var(--team-pad-y) + var(--team-header-top));z-index:5;padding-left:var(--layout-gutter);box-sizing:border-box;pointer-events:none;justify-content:space-between;align-items:flex-start;gap:clamp(24px,4vw,48px);padding-right:clamp(20px,3vw,40px);display:flex;position:absolute;left:0;right:0}.team-leader__inner a,.team-leader__inner button{pointer-events:auto}.team-leader__eyebrow{flex:auto;align-items:center;gap:12px;min-width:0;margin:0;display:flex}.team-leader__eyebrow-text{letter-spacing:.28em;text-transform:uppercase;flex-shrink:0;font-size:11px;font-weight:400;line-height:1}.team-leader__eyebrow-line{border:none;border-top:var(--project-line-thickness) solid #1e1a1759;background:0 0;flex:auto;align-self:center;max-width:clamp(44px,5vw,64px);height:0}.team-leader__tagline{letter-spacing:.28em;text-transform:uppercase;text-align:right;color:var(--color-text);flex-direction:column;align-items:flex-end;gap:1px;margin:0;font-size:11px;font-weight:400;line-height:1;display:flex}.team-leader__tagline--header{pointer-events:none;flex-shrink:0}.team-leader__tagline-line{border:none;border-left:var(--project-line-thickness) solid #1e1a1759;background:0 0;width:0;height:clamp(32px,5vh,52px);margin-top:8px;display:block}.team-leader__visual{z-index:3;pointer-events:none;background:var(--team-photo-bg);width:56%;max-width:760px;height:100%;position:absolute;top:0;bottom:0;right:0;overflow:hidden}.team-leader__photo{object-fit:contain;object-position:right top;width:auto;max-width:none;height:100%;min-height:100%;display:block;position:absolute;top:0;right:0;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#0003 5%,#0000008c 10%,#000000d9 16%,#000 24% 100%);mask-image:linear-gradient(90deg,#0000 0%,#0003 5%,#0000008c 10%,#000000d9 16%,#000 24% 100%)}.team-leader__content{z-index:2;min-height:0;width:var(--team-text-width);pointer-events:none;flex-direction:column;flex:1;justify-content:flex-start;gap:clamp(16px,2.4vh,28px);max-width:620px;display:flex;position:relative}.team-leader__studio-label,.team-leader__copy-mobile{display:none}.team-leader__copy-wide{display:inline}.team-leader__title{font-family:var(--font);letter-spacing:-.02em;text-transform:uppercase;margin:0;font-size:clamp(36px,5.6vh,62px);font-weight:500;line-height:1.02}.team-leader__rule{border:none;border-top:var(--project-line-thickness) solid #1e1a1773;background:0 0;width:clamp(64px,10vw,120px);height:0;margin:clamp(14px,2vh,22px) 0 clamp(12px,1.8vh,20px);display:block}.team-leader__name{font-family:var(--font-serif);margin:0;font-size:clamp(28px,4.2vh,44px);font-style:italic;font-weight:400;line-height:1.12}.team-leader__bio{color:#1e1a17e6;flex:0 auto;max-width:none;margin:0;padding-right:clamp(8px,1.5vw,20px);font-size:clamp(15px,1.75vh,18px);font-weight:400;line-height:1.55}.team-leader__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(10px,1.5vw,20px);width:100%;max-width:100%;margin-top:clamp(20px,3.5vh,40px);padding-top:0;display:grid}.team-leader__stat{flex-direction:column;gap:clamp(8px,1.2vh,12px);min-width:0;padding:0 clamp(10px,1.4vw,18px);display:flex;position:relative}.team-leader__stat:not(:first-child):before{content:"";border:none;border-left:var(--project-line-thickness) solid #1e1a1738;width:0;height:clamp(52px,7vh,64px);position:absolute;top:50%;left:0;transform:translateY(-50%)}.team-leader__stat:first-child{padding-left:0}.team-leader__stat-value{font-family:var(--font);letter-spacing:-.03em;font-size:clamp(30px,4.4vh,48px);font-weight:500;line-height:1}.team-leader__stat-value--symbol{font-weight:400;line-height:.9}.team-leader__stat-label{letter-spacing:.12em;text-transform:uppercase;color:#1e1a178c;font-size:12px;font-weight:400}.team-leader__visual-fade,.team-leader:before{display:none}.contact.band-section{box-sizing:border-box;contain-intrinsic-size:auto 655px;height:655px;min-height:655px;max-height:655px;scroll-margin-top:var(--header-h)}.contact .band-section__bg{object-position:center center}.contact .band-section__overlay{background:linear-gradient(#0000001f 0%,#0000000a 45%,#0000001a 100%)}.contact .band-section__inner.contact__inner{z-index:2;box-sizing:border-box;justify-content:center;align-items:center;width:100%;max-width:none;margin:0;padding:0;display:flex;position:absolute;inset:0}.contact__content{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:min(92%,520px);margin:0;padding-inline:clamp(16px,3vw,32px);display:flex}.contact__title{text-align:center;color:#fff;width:100%;margin:0 0 clamp(24px,3vh,32px);font-size:clamp(34px,3.8vw,48px);line-height:1.06}.contact__title .title-duo__regular,.contact__title .title-duo__light{color:#fff}.contact__channels{border-top:1px solid #ffffff38;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:clamp(28px,5vw,48px) clamp(48px,8vw,88px);width:100%;margin:0;padding:clamp(20px,2.5vh,28px) 0 0;list-style:none;display:flex}.contact__channel{flex-direction:column;align-items:center;gap:10px;min-width:min(100%,200px);margin:0;display:flex}.contact__channel-icon{color:#ffffffe6;justify-content:center;align-items:center;display:flex}.contact__channel-icon svg{display:block}.contact__channel-body{flex-direction:column;align-items:center;gap:8px;min-width:0;display:flex}.contact__label{letter-spacing:.16em;text-transform:uppercase;color:#ffffffa6;font-size:10px;font-weight:500}.contact__phones{flex-direction:column;align-items:center;gap:6px;display:flex}.contact__value{color:#fff;font-size:clamp(17px,1.85vw,21px);font-weight:400;line-height:1.35;text-decoration:none;transition:opacity .2s}.contact__value:hover{opacity:.82;text-underline-offset:3px;text-decoration:underline}.contact__note{text-align:center;color:#fff;border-top:1px solid #ffffff38;width:100%;max-width:28em;margin:clamp(22px,3vh,28px) 0 0;padding-top:clamp(18px,2vh,24px);font-size:clamp(13px,1.35vw,15px);font-style:italic;font-weight:400;line-height:1.65}.footer{--footer-gold:var(--section-gold);--footer-gold-hover:var(--section-gold-hover);--footer-line:rgba(var(--section-gold-rgb), .28);color:var(--footer-gold);padding:clamp(48px, 7vw, 80px) 0 calc(clamp(40px, 5.5vw, 56px) + env(safe-area-inset-bottom,0px));scroll-margin-top:var(--header-h);background:#12100e;flex-shrink:0;position:relative;overflow:hidden}.footer:before{content:"";z-index:1;background:linear-gradient(90deg, transparent 0%, rgba(var(--section-gold-rgb), .12) 16%, rgba(var(--section-gold-rgb), .52) 50%, rgba(var(--section-gold-rgb), .12) 84%, transparent 100%);pointer-events:none;height:1px;position:absolute;top:0;left:0;right:0}.footer__glow{z-index:0;background:radial-gradient(ellipse 95% 72% at 50% 100%, rgba(var(--section-gold-rgb), .07) 0%, rgba(var(--section-gold-rgb), .045) 22%, rgba(var(--section-gold-rgb), .025) 40%, rgba(var(--section-gold-rgb), .012) 58%, rgba(var(--section-gold-rgb), .004) 78%, transparent 100%);filter:blur(28px);opacity:.92;pointer-events:none;width:min(160%,1100px);height:95%;position:absolute;top:-55%;left:50%;transform:translate(-50%)}.footer a,.footer p,.footer span,.footer li,.footer h3,.footer button{color:var(--footer-gold)}.footer__shell{z-index:1;box-sizing:border-box;position:relative}.footer__grid{text-align:center;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(32px,5vw,64px);margin-inline:auto;padding-bottom:clamp(36px,4.5vw,52px);display:grid}.footer__col{flex-direction:column;align-items:center;display:flex}.footer__col ul{flex-direction:column;align-items:center;gap:2px;display:flex}.footer__col-title{text-align:center;letter-spacing:.18em;text-transform:uppercase;width:100%;color:var(--footer-gold);margin:0 0 14px;font-size:10px;font-weight:500;line-height:1.4}.footer__col li{margin:0}.footer__col a{letter-spacing:.02em;color:var(--footer-gold);font-size:13px;font-weight:400;line-height:1.7;transition:color .2s}.footer__col--nav a{letter-spacing:.06em;text-transform:uppercase}.footer__col a:hover{color:var(--footer-gold-hover)}.footer__text-line{letter-spacing:.02em;color:var(--footer-gold);font-size:13px;font-weight:400;line-height:1.7}.footer__col--contacts p{color:var(--footer-gold);margin:0 0 4px;font-size:13px;font-weight:400;line-height:1.7}.footer__social{justify-content:center;align-items:center;width:100%;margin-top:10px;display:flex}.footer__social a{color:var(--footer-gold);justify-content:center;align-items:center;transition:color .2s,opacity .2s;display:inline-flex}.footer__social a:hover{color:var(--footer-gold-hover)}.footer__bar{z-index:2;border-top:1px solid var(--footer-line);grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:16px;padding-top:clamp(28px,3.5vw,36px);display:grid;position:relative}.footer__copy{letter-spacing:.02em;color:var(--footer-gold);margin:0;font-size:11px;font-weight:400;line-height:1.5}.footer__copy--left{text-align:left}.footer__copy--right{text-align:right}.footer__brand-text{letter-spacing:.28em;text-transform:uppercase;white-space:nowrap;color:var(--footer-gold);flex-shrink:0;font-size:10px;font-weight:500;transition:color .2s,opacity .2s}.footer__brand-text:hover{color:var(--footer-gold-hover)}@media (width<=1200px){.projects__grid{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,640px)}.footer__col--contacts{grid-column:1/-1}}@media (width<=992px){.header__nav,.header__actions{display:none}.header__inner{justify-content:space-between;gap:16px}.header__brand-mark{max-height:52px}.header__brand-name{letter-spacing:.24em;font-size:14px}.header__brand-subtitle{letter-spacing:.04em;font-size:9px}.header__burger{z-index:101;color:var(--color-text);display:flex}.header--open .header__burger span:first-child{transform:translateY(6px)rotate(45deg)}.header--open .header__burger span:nth-child(2){opacity:0}.header--open .header__burger span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.header--open .header__burger{opacity:0;pointer-events:none}.header__mobile-backdrop{z-index:109;opacity:0;visibility:hidden;cursor:pointer;background:#1e1a1761;border:none;margin:0;padding:0;transition:opacity .3s,visibility .3s;display:block;position:fixed;inset:0}.header--open .header__mobile-backdrop{opacity:1;visibility:visible}.header__mobile-panel{z-index:110;width:100%;height:100svh;max-height:100svh;padding:0 var(--layout-gutter-half) calc(var(--float-safe) + 12px);box-sizing:border-box;opacity:0;visibility:hidden;background:#fff;flex-direction:column;justify-content:flex-start;transition:opacity .28s,visibility .28s;display:flex;position:fixed;inset:0;overflow-y:auto}.header--open .header__mobile-panel{opacity:1;visibility:visible}.header__mobile-bar{padding:max(env(safe-area-inset-top,0px), 10px) 0 clamp(8px, 2vw, 12px);flex-shrink:0;justify-content:flex-end;align-items:center;display:flex}.header__mobile-close{width:44px;height:44px;color:var(--color-text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.header__mobile-nav{flex:1;justify-content:center;align-items:center;min-height:0;display:flex}.header__mobile-menu{flex-direction:column;align-items:center;gap:clamp(18px,4.5vw,24px);width:100%;margin:0;padding:0;display:flex}.header__mobile-link{text-align:center}.header__mobile-lang{flex-shrink:0;justify-content:center;align-items:center;padding:clamp(16px,4vw,24px) 0;display:flex}.header__mobile-lang .header__lang{margin-inline:auto}.header__mobile-lang .header__lang-menu{left:50%;right:auto;transform:translate(-50%)}.header__mobile-link{letter-spacing:.1em;text-transform:uppercase;color:var(--color-text);font-size:clamp(17px,4.2vw,21px);font-weight:400}.header__mobile-actions{border-top:1px solid rgba(var(--section-gold-rgb), .28);flex-direction:column;flex-shrink:0;align-items:stretch;gap:0;margin-top:0;padding-top:clamp(16px,4vw,24px);display:flex}.header__mobile-callback{justify-content:center;width:100%}.layout-grid{grid-template-columns:1fr;gap:40px}.projects__btn{grid-column:1;justify-self:start}.about__photo{object-position:center 42%}.about__inner{justify-content:center;align-items:center;min-height:clamp(480px,78svh,640px);padding:clamp(32px,6vw,48px) 0}.about__sheet{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;width:100%;max-width:520px;padding:0}.about__eyebrow,.about__title,.about__copy p{text-shadow:0 0 14px #ffffffeb,0 1px 3px #ffffffbf}.brand{max-height:none;overflow:visible}.brand__main{grid-template-columns:1fr;gap:32px;padding:68px 0 60px}.brand__gallery-item,.brand__gallery-item img{max-height:min(44svh,400px)}.brand__copy{max-width:none}.brand__features-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px}.contact__content{width:min(100%,420px)}.contact__channels{flex-direction:column;align-items:center;gap:24px}.band-section{min-height:clamp(440px,58svh,620px);padding:clamp(56px,10vw,80px) 0}.project-page__title-line{white-space:normal}.project-page__title--single .project-page__title-line{white-space:nowrap}.project-page__hero{max-height:min(58vh,520px)}.brand-banner{aspect-ratio:2400/2000}}@media (width<=900px){.projects-index__hero-inner{padding-left:var(--layout-gutter-half);padding-right:var(--layout-gutter-half)}.projects-index__title.title-duo,.projects-index__intro{max-width:none}.team-leader>.layout-inner{width:min(calc(100% - 2 * var(--layout-gutter)), var(--layout-max));padding-right:var(--layout-gutter);margin-inline:auto}.team-leader{height:auto;min-height:0;max-height:none}.team-leader:before{display:none}.team-leader__visual{width:100%;max-width:none;min-height:clamp(380px,62vw,520px);position:relative}.team-leader__header{padding-left:var(--layout-gutter);padding-right:var(--layout-gutter);flex-direction:column;align-items:flex-start;gap:16px;top:clamp(16px,3vw,24px)}.team-leader__tagline--header{text-align:left;align-items:flex-start}.team-leader__inner{justify-content:flex-start;gap:clamp(20px,4vw,32px);padding-top:calc(clamp(16px,3vw,24px) + clamp(96px,15vh,148px) + 20px)}.team-leader__content{flex:none;justify-content:flex-start;gap:clamp(20px,4vw,28px);width:100%;max-width:none}.team-leader__bio{flex:none;max-width:none;padding-right:0}.team-leader__stats{margin-top:0}.team-leader__photo{object-position:center bottom;left:50%;right:auto;transform:translate(-50%);-webkit-mask-image:none;mask-image:none}.team-leader__visual-fade{z-index:1;pointer-events:none;background:linear-gradient(#0000 42%,#ffffff1f 58%,#ffffff61 72%,#ffffffb8 86%,#fffffff2 100%);display:block;position:absolute;inset:0}}@media (width<=640px){.projects__head{flex-flow:wrap;justify-content:space-between;align-items:center;gap:12px 16px;margin-bottom:22px}.projects__head .projects__title.title-duo{flex:auto;min-width:0;font-size:clamp(26px,7.5vw,34px);transform:none}.projects__head .projects__btn.btn{flex-shrink:0;align-self:center;margin:0;transform:none}.projects__header{padding:24px 0 30px}.projects__btn{margin-bottom:0}.projects__grid{grid-template-columns:1fr}.hero__frame{height:100svh;min-height:100svh;max-height:none}.hero__bg{filter:none;transform:none!important}.hero__inner{padding-bottom:max(var(--float-edge), env(safe-area-inset-bottom,0px));justify-content:center}.hero__title{margin-bottom:clamp(12px,2.5vh,18px);font-size:clamp(26px,7.2vw,36px);line-height:1.12}.hero__text{max-width:none;font-size:clamp(13px,3.6vw,15px);line-height:1.65}.hero__bottom{flex:1;grid-template-rows:1fr auto;grid-template-columns:auto 1fr;align-items:end;column-gap:12px;width:100%;min-height:0;padding-bottom:clamp(12px,3svh,24px);display:grid}.hero__content{grid-area:1/1/auto/-1;place-self:center start;max-width:none;margin-top:0;margin-left:0;transform:none}.hero__scroll{grid-area:2/1;align-self:end;margin:0;padding-bottom:2px;position:relative;bottom:auto;left:auto}.hero__caption{text-align:right;grid-area:2/2;place-self:end;margin:0;padding-bottom:2px;font-size:9px;line-height:1.65;position:static}.about__visual:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#f8f4ed 0%,#f6f1ea 14%,#f6f1eafa 28%,#f3ede5f0 38%,#efe9e0db 44%,#ebe4dbb8 48%,#e6dfd685 52%,#e1dad152 56%,#dcd5cc24 60%,#0000 66%);position:absolute;inset:0}.about__photo{object-position:72% center}.about__inner.layout-inner{width:calc(100% - var(--layout-gutter-half));margin-left:0;margin-right:auto}.about__inner{min-height:clamp(520px,88svh,680px);padding:clamp(24px, 5vw, 36px) var(--layout-gutter-half);box-sizing:border-box;justify-content:flex-start;align-items:center;padding-left:clamp(18px,4vw,24px)}.about__sheet{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;width:100%;max-width:21rem;margin:0;padding:0}.about__eyebrow,.about__title,.about__copy p{text-shadow:none}.about__eyebrow{max-width:13.5rem;margin-bottom:clamp(20px,4vw,26px)}.about__title{max-width:13.5rem;margin-bottom:clamp(26px,5vw,32px)}.about__sheet .title-duo__light,.about__sheet .title-duo__regular{color:#2b2b2b;text-shadow:none}.about__sheet .title-duo__accent{color:var(--brand);text-shadow:none}.about__copy{flex-direction:column;gap:clamp(20px,4.5vw,26px);max-width:13.5rem;display:flex}.about__copy p{color:#2b2b2b;max-width:min(13.5rem,26ch);margin:0;font-size:13px;line-height:1.88}.about__btn{margin-top:clamp(28px,5vw,36px)}.team-leader{--team-mobile-bg:#fff;background:var(--team-mobile-bg);flex-direction:column;height:auto;min-height:0;max-height:none;display:flex;position:relative;overflow:visible}.team-leader__header{top:clamp(16px,4vw,22px);right:var(--layout-gutter-half);z-index:4;pointer-events:none;flex-direction:column;align-items:flex-end;gap:0;width:auto;padding:0;display:flex;position:absolute;left:auto}.team-leader__header .team-leader__eyebrow{display:none}.team-leader__header .team-leader__tagline--header{text-align:right;letter-spacing:.22em;align-items:flex-end;gap:0;font-size:8px}.team-leader__header .team-leader__tagline-line{height:clamp(20px,4.5vw,28px);margin-top:4px;margin-left:auto}.team-leader__visual{background:#fff;flex:none;width:100%;max-width:none;height:76svh;min-height:clamp(460px,72svh,640px);max-height:none;position:relative;overflow:hidden}.team-leader__photo{object-fit:cover;object-position:center 18%;width:100%;max-width:none;height:100%;min-height:100%;position:absolute;inset:0;transform:none;-webkit-mask-image:none;mask-image:none}.team-leader__visual-fade{display:none}.team-leader>.layout-inner{width:100%;max-width:none;padding-inline:var(--layout-gutter-half);margin-inline:0}.team-leader__inner{z-index:2;pointer-events:none;background:#fff;flex:none;gap:0;height:auto;margin-top:0;padding:clamp(28px,6.5vw,36px) 0 clamp(30px,7vw,40px);position:relative}.team-leader__content{pointer-events:auto;flex:none;gap:clamp(16px,4vw,22px);width:100%;max-width:none}.team-leader__studio-label{letter-spacing:.28em;text-transform:uppercase;color:#1e1a17b8;margin:0;font-size:10px;font-weight:400;line-height:1;display:block}.team-leader__copy-wide{display:none}.team-leader__copy-mobile{display:inline}.team-leader__title{letter-spacing:-.01em;color:#1a1816;margin:0;font-size:clamp(21px,6vw,27px);font-weight:600;line-height:1.08}.team-leader__rule{width:clamp(44px,12vw,56px);margin:0}.team-leader__name{margin:0;font-size:clamp(22px,6.2vw,28px);line-height:1.1}.team-leader__bio{color:#2a2623;margin:0;padding-right:0;font-size:13px;font-weight:400;line-height:1.55}.team-leader__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;width:100%;margin-top:clamp(4px,1vw,8px);display:grid}.team-leader__stat{text-align:center;border-top:none;flex-direction:column;justify-content:flex-start;align-items:center;gap:6px;min-width:0;padding:6px 4px}.team-leader__stat:not(:first-child):before{height:auto;display:block;top:8px;bottom:8px;transform:none}.team-leader__stat:first-child{padding-left:4px}.team-leader__stat-value{font-size:clamp(24px,6.8vw,30px);font-weight:500}.team-leader__stat-label{letter-spacing:.1em;text-align:center;color:#1e1a1794;font-size:8px;line-height:1.35}.brand__gallery-item,.brand__gallery-item img{max-height:320px}.brand__gallery{gap:8px}.brand__features-grid{grid-template-columns:1fr;gap:28px}.brand__features-inner{padding:34px 0 64px}.brand__main{gap:28px;padding:48px 0 44px}.brand__title{font-size:clamp(28px,8vw,40px)}.brand__gallery{grid-template-columns:1fr;gap:12px;width:100%;max-width:min(100%,400px);margin-inline:auto}.brand__gallery-item,.brand__gallery-item img{aspect-ratio:4/5;max-height:none}.brand-banner{aspect-ratio:auto;background:#f5f2ee;height:auto}.brand-banner__picture{height:auto}.brand-banner__img{object-fit:contain;object-position:center top;width:100%;height:auto}.contact__content{width:100%;padding-inline:var(--layout-gutter-half);box-sizing:border-box}.contact__channels{gap:20px;width:100%}.contact__channel{width:min(100%,280px)}.contact__note{max-width:none;padding-inline:4px}.header__brand-mark{max-height:54px}.header__brand-name{letter-spacing:.2em;font-size:16px}.header__brand-subtitle{letter-spacing:.03em;white-space:normal;max-width:54vw;font-size:12.5px;line-height:1.22;display:block}.header__brand-copy{gap:1px}.footer{padding-top:clamp(40px,8vw,56px)}.glamping__banner{height:clamp(260px,52vw,380px)}.glamping__banner-content{padding:clamp(24px, 6vw, 36px) var(--layout-gutter)}.glamping__title{max-width:none;font-size:clamp(28px,7.5vw,40px)}.band-section{min-height:clamp(380px,52svh,520px);padding:clamp(48px,10vw,64px) 0}.contact__title{font-size:clamp(28px,8vw,38px)}.contact.band-section{height:auto;min-height:clamp(480px,85svh,655px);max-height:none}.footer__grid{grid-template-columns:1fr;gap:24px}.footer__bar{grid-template-columns:1fr;justify-items:center;gap:10px}.footer__copy--left,.footer__copy--right{text-align:center}.project-page__title-line{white-space:normal;font-size:clamp(32px,9vw,52px)}.project-page__title--single .project-page__title-line{white-space:normal;letter-spacing:.04em;font-size:clamp(22px,6vw,34px)}.project-page__hero{width:100%;max-width:100%;max-height:min(56vh,480px);margin-left:0;margin-right:0}.project-slide--wide .project-slide__frame{width:100%;max-width:100%;margin-left:0}.project-slide--accent{padding-left:var(--layout-gutter-half);padding-right:var(--layout-gutter-half)}.project-slide--accent .project-slide__frame{max-width:100%}}.project-page{--project-mosaic-gap:clamp(6px, .75vw, 10px);--project-intro-col-gap:clamp(32px, 4vw, 56px);background:#fff}.project-page__intro{padding:calc(var(--header-h) + clamp(20px, 3vw, 32px)) 0 clamp(28px, 4vw, 44px)}.project-page__intro-row--with-desc.project-page__intro-row--with-video{padding-bottom:clamp(8px,1.5vw,16px)}.project-page__intro-head{max-width:var(--layout-max);flex-direction:column;gap:0;display:flex}.project-page__crumbs{letter-spacing:.08em;text-transform:uppercase;color:#a8a8a8;flex-wrap:wrap;align-items:center;gap:8px 10px;margin-bottom:clamp(20px,3vw,32px);font-size:11px;font-weight:300;display:flex}.project-page__crumb-home{color:inherit;opacity:.75;transition:opacity .2s;display:inline-flex}.project-page__crumb-home:hover{opacity:1}.project-page__crumb{color:inherit;transition:opacity .2s}.project-page__crumb:hover{opacity:.55}.project-page__crumb--current{color:#6e6e6e;max-width:28ch}.project-page__crumb-sep{opacity:.4;font-weight:300}.project-page__intro-row{justify-content:space-between;align-items:flex-start;gap:clamp(20px,4vw,48px);width:100%;display:flex}.project-page__intro-main{flex:auto;min-width:0}.project-page__intro-row--with-video{align-items:stretch;gap:var(--project-intro-col-gap);grid-template-columns:minmax(0,1fr) auto;display:grid}.project-page__intro-row--with-video .project-page__intro-main{max-width:min(100%,66ch)}.project-page__intro-row--with-video .project-page__title{margin:0;padding:0}.project-page__intro-row--with-video .project-page__title-line{white-space:normal;overflow-wrap:normal;text-wrap:pretty;letter-spacing:.05em;box-sizing:content-box;min-height:2.2em;font-size:clamp(24px,3.6vw,52px);line-height:1.1}.project-page__intro-row--with-video .project-page__title-line--lg{letter-spacing:.045em;font-size:clamp(22px,3.25vw,47px)}.project-page__intro-row--with-video .project-page__title-line--xl{letter-spacing:.04em;font-size:clamp(20px,3vw,44px)}.project-page__intro-row--with-video .project-page__title--single .project-page__title-line{white-space:normal}.project-page--mosaic .project-page__intro-row--with-video .project-page__title-line{font-size:clamp(22px,3.2vw,48px);line-height:1.12}.project-page--mosaic .project-page__intro-row--with-video .project-page__title-line--lg{font-size:clamp(20px,2.9vw,43px)}.project-page--mosaic .project-page__intro-row--with-video .project-page__title-line--xl{font-size:clamp(18px,2.7vw,40px)}.project-page__intro-desc{border-top:1px solid #00000014;grid-template-columns:1fr;gap:clamp(22px,2.8vw,32px);margin-top:clamp(22px,3vw,36px);padding-top:clamp(18px,2.5vw,28px);display:grid}.project-page__intro-row--with-desc:not(.project-page__intro-row--with-video) .project-page__intro-desc{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(24px,4vw,48px) clamp(32px,5vw,64px);max-width:920px}.project-desc-block--intro .project-desc-block__label{margin-bottom:8px}.project-desc-block--intro .project-desc-block__title{margin-bottom:10px;font-size:clamp(15px,1.6vw,17px);line-height:1.35}.project-desc-block--intro .project-desc-block__text{text-wrap:pretty;font-size:clamp(12px,1.2vw,14px);line-height:1.75}.project-page__intro-row--with-video .project-desc-block--intro .project-desc-block__title{text-wrap:pretty}.project-page__intro-media{justify-content:flex-end;place-self:stretch end;align-items:flex-start;min-height:0;line-height:0;display:flex}.project-page__intro-video{object-fit:contain;object-position:top right;border-radius:4px;width:100%;height:100%;display:block}.project-page__title{font-family:var(--font);color:var(--color-text);flex-direction:column;gap:0;margin:0;font-weight:300;display:flex}.project-page__title-line{letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;font-size:clamp(36px,5.2vw,64px);line-height:.96;display:block}.project-page__title--single{flex-flow:row}.project-page__title--single .project-page__title-line{white-space:nowrap;display:block}.project-page--mosaic .project-page__title-line{letter-spacing:.05em;font-size:clamp(22px,3.6vw,56px)}.project-mosaic{box-sizing:border-box;width:100%;max-width:100%;padding-inline:var(--project-mosaic-gap);gap:var(--project-mosaic-gap);margin-bottom:var(--project-mosaic-gap);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.project-mosaic__cell{background:#f3f1ed;margin:0;overflow:hidden}.project-mosaic__cell img,.project-gallery-hit__img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.project-gallery-hit{cursor:zoom-in;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:none;width:100%;height:100%;margin:0;padding:0;line-height:0;display:block}.project-page__hero-hit{width:100%;height:100%}.project-page__hero-hit .project-gallery-hit__img{object-fit:cover;width:100%;height:100%}.project-mosaic__cell--portrait{aspect-ratio:3/4}.project-mosaic__cell--landscape,.project-mosaic__cell--hero{aspect-ratio:16/9;grid-column:1/-1;width:100%}.project-page__hero{width:100vw;max-width:100vw;margin:0 calc(50% - 50vw) var(--project-mosaic-gap);aspect-ratio:16/9;background:#f3f1ed;max-height:min(72vh,820px);overflow:hidden}.project-page__hero-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.project-page__gallery{flex-direction:column;gap:clamp(48px,7vw,96px);padding-bottom:clamp(64px,9vw,120px);display:flex}.project-slide{animation:.9s cubic-bezier(.22,1,.36,1) both project-slide-in;animation-delay:calc(var(--slide-index,0) * 60ms);margin:0}@keyframes project-slide-in{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.project-slide__frame{background:#f3f1ed;overflow:hidden}.project-slide__frame img{object-fit:cover;width:100%;height:100%;display:block}.project-slide--wide .project-slide__frame{aspect-ratio:16/9;width:100vw;max-height:min(82vh,920px);margin-left:calc(50% - 50vw)}.project-slide--inset{padding-left:var(--layout-gutter);padding-right:var(--layout-gutter)}.project-slide--inset .project-slide__frame{width:100%;max-width:var(--layout-max);aspect-ratio:3/2;max-height:min(70vh,720px);margin:0 auto}.project-slide--accent{padding-right:var(--layout-gutter);padding-left:clamp(48px,12vw,180px)}.project-slide--accent .project-slide__frame{aspect-ratio:5/4;max-width:min(92%,1080px);max-height:min(75vh,800px);margin-left:auto}.project-page__description{border-top:1px solid #00000014;padding:clamp(48px,6vw,88px) 0 clamp(64px,8vw,96px)}.project-page__description-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(32px,5vw,64px) clamp(40px,6vw,80px);display:grid}.project-desc-block__label{letter-spacing:.14em;text-transform:uppercase;color:#8a8a8a;margin:0 0 10px;font-size:10px;font-weight:400}.project-desc-block__title{color:var(--color-text);margin:0 0 14px;font-size:18px;font-weight:400;line-height:1.3}.project-desc-block__text{color:#4a4a4a;margin:0;font-size:14px;font-weight:300;line-height:1.8}.project-page__description-placeholder{color:#7a7a7a;max-width:640px;margin:0;font-size:14px;font-weight:300;line-height:1.75}@media (width<=900px){.project-page__description-grid{grid-template-columns:1fr;gap:28px}.project-page__intro-row--with-desc:not(.project-page__intro-row--with-video) .project-page__intro-desc{grid-template-columns:1fr;max-width:none}.project-page__intro-row--with-video{grid-template-columns:1fr}.project-page__intro-row--with-video .project-page__intro-main{max-width:none}.project-page__intro-media{place-self:start stretch;width:100%;max-width:100%;height:auto!important}.project-page__intro-video{object-position:center;width:100%;max-width:100%;height:auto;max-height:min(52vh,420px)}.project-page__intro-media--portrait .project-page__intro-video{max-width:min(88vw,360px);margin-inline:auto}}@media (width<=640px){.project-page__intro{padding-top:calc(var(--header-h) + 12px);padding-bottom:20px}.project-page__crumbs{gap:6px 8px;font-size:10px}.project-page__crumb--current{max-width:none}.project-page__intro-row--with-video{gap:20px}.project-page__intro-desc{margin-top:18px;padding-top:18px}.project-page__intro-row--with-desc:not(.project-page__intro-row--with-video) .project-page__intro-desc{grid-template-columns:1fr}.project-page__intro-media{max-width:100%}.project-page__intro-row--with-video .project-page__title-line{letter-spacing:.04em;font-size:clamp(20px,5.5vw,32px)}.project-page--mosaic .project-page__title-line{white-space:normal;letter-spacing:.04em;font-size:clamp(18px,5vw,32px);line-height:1.08}.project-page{--project-mosaic-gap:5px}.project-page__description{padding:36px 0 48px}.project-desc-block__title{font-size:16px}.project-desc-block__text{font-size:13px;line-height:1.75}.projects-index__hero{min-height:calc(100dvh - var(--header-h));height:calc(100dvh - var(--header-h))}.projects-index__hero-inner{padding-left:var(--layout-gutter-half);padding-right:var(--layout-gutter-half);padding-block:clamp(28px,8svh,72px)}.projects-index__title.title-duo{max-width:none;font-size:clamp(28px,8vw,40px);line-height:1.08}.projects-index__title .title-duo__regular,.projects-index__title .title-duo__light{font-weight:500}.projects-index__intro{max-width:none;font-size:13px;font-weight:500;line-height:1.65}.projects-index__hero-bg{object-fit:cover;object-position:center center}.project-card__label{max-width:100%}.project-card__caption{letter-spacing:.1em;text-wrap:pretty;font-size:9px;line-height:1.45}.project-card__overlay{padding:16px 14px 14px}}@media (width<=480px){.projects-index__hero-copy{width:88%;max-width:88%}.projects-index__title.title-duo{max-width:100%;margin-bottom:clamp(18px,5vw,26px);line-height:1.12}.projects-index__title .title-duo__regular,.projects-index__title .title-duo__light{font-weight:500;display:inline}.projects-index__intro--wide{display:none}.projects-index__intro--compact{text-wrap:pretty;line-height:1.55;display:block}}.about-page{background:#fff}.about-page__top{padding-top:calc(var(--header-h) + 20px);padding-bottom:8px}.about-page__crumbs{letter-spacing:.06em;text-transform:uppercase;color:#8a8a8a;flex-wrap:wrap;align-items:center;gap:8px;font-size:11px;font-weight:400;display:flex}.about-page__crumb-home{color:inherit;transition:color .2s;display:inline-flex}.about-page__crumb-home:hover{color:var(--brand)}.about-page__crumb-sep{opacity:.45}.about-page__crumb--current{color:var(--color-text)}.about-page__divider{padding:0}.about-page__divider-line{background:linear-gradient(90deg, transparent 0%, rgba(var(--section-gold-rgb), .22) 18%, rgba(var(--section-gold-rgb), .38) 50%, rgba(var(--section-gold-rgb), .22) 82%, transparent 100%);width:min(78%,720px);height:1px;margin:0 auto;display:block}.about-split{grid-template-columns:minmax(0,.78fr) minmax(0,1.48fr);align-items:start;gap:clamp(32px,5vw,72px);padding:clamp(44px,5.5vw,72px) 0;display:grid}.about-split__aside{min-width:0}.about-page__rule{background:rgba(var(--section-gold-rgb), .45);width:min(120px,40%);height:1px;margin:0 0 clamp(20px,3vw,28px);display:block}.about-page__principles-aside .about-page__section-title{margin-bottom:clamp(18px,2.5vw,26px)}.about-page__principles-aside .about-page__rule--accent{background:rgba(var(--section-gold-rgb), .55);height:2px;margin-bottom:0}.about-page__text--tail{margin-bottom:0}.about-page__studio{padding-top:clamp(8px,2vw,16px)}.about-page__title{margin:0 0 clamp(16px,2vw,22px);font-size:clamp(34px,4.2vw,52px)}.about-page__section-title{margin:0 0 clamp(20px,3vw,28px);font-size:clamp(30px,3.8vw,44px)}.about-page__text{color:#4a4a4a;white-space:pre-line;max-width:34em;margin:0 0 clamp(20px,3vw,28px);font-size:14px;font-weight:300;line-height:1.8}.about-page__studio-visual{background:#eceae6;position:relative;overflow:hidden}.about-page__studio-img{aspect-ratio:1492/1054;object-fit:cover;object-position:center;width:100%;min-height:clamp(280px,38vw,520px);max-height:min(62vh,620px);display:block}.about-page__experience-badge{background:var(--brand);color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-width:clamp(88px,12vw,112px);min-height:clamp(88px,12vw,112px);padding:12px;display:flex;position:absolute;bottom:clamp(16px,3vw,28px);right:clamp(16px,3vw,28px)}.about-page__experience-value{letter-spacing:.02em;font-size:clamp(28px,4vw,40px);font-weight:400;line-height:1}.about-page__experience-label{letter-spacing:.12em;text-transform:uppercase;margin-top:6px;font-size:9px;font-weight:400;line-height:1.35}.about-page__team-grid{flex-wrap:wrap;align-items:flex-start;gap:clamp(14px,1.8vw,22px);width:100%;margin:0;padding:0;list-style:none;display:flex}.about-page__team-card{flex:1 1 0;min-width:0}.about-page__team-photo{aspect-ratio:4/4.65;box-sizing:border-box;background:#eceae6;width:100%;min-height:clamp(220px,28vw,340px);margin-bottom:16px;overflow:hidden}.about-page__team-photo--empty{background:linear-gradient(145deg,#ebe8e4 0%,#e0ddd8 100%)}.about-page__team-photo img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.about-page__team-name{letter-spacing:.04em;color:var(--color-text);margin:0 0 6px;font-size:clamp(14px,1.8vw,17px);font-weight:400}.about-page__team-role{letter-spacing:.12em;text-transform:uppercase;color:#8a8a8a;margin:0;font-size:10px;font-weight:400}.about-page__photo-block{aspect-ratio:2.2;background:#1a1816;width:100%;min-height:clamp(440px,54vw,680px);max-height:min(78vh,760px);position:relative;overflow:hidden}.about-page__photo-block-img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block;position:absolute;inset:0}.about-page__history-content{min-width:0}.about-page__timeline-wrap{margin-bottom:clamp(28px,4vw,40px)}.about-page__timeline-art{aspect-ratio:1024/232;object-fit:contain;object-position:center top;width:min(82%,900px);max-width:100%;height:auto;margin:12px auto 0;display:block}.about-page__timeline{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(8px,1.2vw,16px);margin:clamp(10px,1.5vw,14px) 0 0;padding:0 5.5%;list-style:none;display:grid}.about-page__timeline-item{text-align:center;flex-direction:column;align-items:center;padding:0 4px;display:flex}.about-page__timeline-year{letter-spacing:.04em;color:var(--color-text);margin:0 0 8px;font-size:clamp(20px,2.8vw,30px);font-weight:300;display:block}.about-page__timeline-text{color:#5a5a5a;margin:0;font-size:11px;font-weight:300;line-height:1.55}.about-page__stats{border:2px solid rgba(var(--section-gold-rgb), .45);background:#fff;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;padding:clamp(36px,4.5vw,50px) clamp(12px,2vw,24px);list-style:none;display:grid}.about-page__stat{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:clamp(10px,1.4vw,14px);padding:0 clamp(10px,1.8vw,20px);display:flex;position:relative}.about-page__stat:not(:last-child):after{content:"";background:rgba(var(--section-gold-rgb), .36);pointer-events:none;width:1px;height:54%;min-height:48px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.about-page__stat-value{letter-spacing:.02em;color:var(--section-gold);font-size:clamp(30px,3.8vw,44px);font-weight:500;line-height:1}.about-page__stat-label{letter-spacing:.14em;text-transform:uppercase;max-width:14em;color:var(--color-text);font-size:clamp(9px,.95vw,11px);font-weight:500;line-height:1.4}.about-page__principles-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(16px,2.5vw,28px);margin:0;padding:0;list-style:none;display:grid}.about-page__principle-icon{justify-content:flex-start;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}.about-page__principle-icon img{object-fit:contain;width:44px;height:44px;display:block}.about-page__principle-title{letter-spacing:.12em;text-transform:uppercase;color:var(--color-text);margin:0 0 10px;font-size:10px;font-weight:500}.about-page__principle-text{color:#5a5a5a;margin:0;font-size:12px;font-weight:300;line-height:1.65}.about-page__tagline-wrap{text-align:center;padding:clamp(44px,5.5vw,60px) 0 clamp(56px,7vw,80px)}.about-page__tagline-rule{background:rgba(var(--section-gold-rgb), .52);width:100%;height:2px;margin:0 0 clamp(28px,4vw,40px);display:block}.about-page__tagline{letter-spacing:.2em;text-transform:uppercase;margin:0;font-size:clamp(13px,1.5vw,18px);font-weight:400;line-height:1.5}.about-page__tagline-brand{color:var(--section-gold);font-weight:400}.about-page__tagline-rest{color:var(--color-text);font-weight:300}@media (width<=1100px){.about-split{grid-template-columns:1fr;gap:28px}.about-page__principles-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.about-page__timeline{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:20px;padding-inline:4%}.about-page__stats{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:28px;padding-block:32px}.about-page__stat:after{display:none}.about-page__stat:first-child:after{display:block}.about-page__stat{padding-block:4px}.about-page__team-card{flex:calc(50% - 7px);max-width:calc(50% - 7px)}}@media (width<=640px){.about-page__top{padding-top:calc(var(--header-h) + 12px)}.about-split{padding:32px 0}.about-page__title.title-duo,.about-page__section-title.title-duo{font-size:clamp(26px,7vw,36px)}.about-page__text{font-size:13px}.about-page__team-card{flex:100%;max-width:320px;margin-inline:auto}.about-page__timeline{grid-template-columns:1fr;row-gap:16px;padding-inline:0}.about-page__timeline-art{margin-bottom:4px}.about-page__divider-line{width:min(88%,480px)}.about-page__stats{grid-template-columns:1fr;row-gap:0;padding:28px 20px}.about-page__stat:after{display:none}.about-page__stat:not(:last-child){border-bottom:1px solid rgba(var(--section-gold-rgb), .28);margin-bottom:22px;padding-bottom:22px}.about-page__principles-grid{grid-template-columns:1fr;gap:24px}.about-page__tagline{letter-spacing:.14em;font-size:14px}.about-page__photo-block{aspect-ratio:4/3;min-height:clamp(320px,72vw,480px);max-height:none}.about-page__intro-row--with-video .project-page__intro-main{max-width:none}.about-page__intro-row--with-video .project-page__title-line{min-height:0}.about-page__intro-desc{gap:20px;margin-top:16px;padding-top:16px}.about-page__intro-media--portrait .project-page__intro-video{max-width:min(72vw,280px)}.about-page__timeline-art{width:min(90%,520px);margin-inline:auto}.brand__copy{max-width:none}.brand__text{font-size:13px;line-height:1.7}.complectation{--complectation-bg:#f8f4ec;--complectation-accent:#c49a5a;--complectation-heading:#212121;--complectation-body:#323232;--complectation-list:#2a2a2a;--complectation-block-gap:14px}.complectation__frame{background:var(--complectation-bg);line-height:0;position:relative;overflow:hidden}.complectation__shade{display:none}.complectation__picture{z-index:0;width:100%;margin:0;display:block;position:relative}.complectation__picture:after{content:"";z-index:1;pointer-events:none;background:#fffcf624;position:absolute;inset:0}.complectation__photo{object-fit:contain;object-position:center top;opacity:1;filter:brightness(1.05)saturate(.96);width:100%;height:auto;min-height:0;display:block}.complectation__inner{z-index:1;box-sizing:border-box;padding:clamp(30px, 7.5vw, 44px) var(--layout-gutter-half);pointer-events:none;justify-content:flex-start;align-items:flex-start;padding-bottom:clamp(16px,4vw,22px);display:flex;position:absolute;inset:0}.complectation__grid{pointer-events:auto;align-items:start;width:100%;padding-block:0}.complectation__copy{max-width:none;margin-left:0}.complectation__copy-wide{display:none}.complectation__copy-mobile{display:inline}.complectation__eyebrow{margin:0 0 var(--complectation-block-gap);color:var(--complectation-accent);font-weight:500}.complectation__title{width:100%;max-width:none;margin:0 0 var(--complectation-block-gap);letter-spacing:-.02em;color:var(--complectation-heading);text-wrap:balance;font-size:clamp(20px,5.6vw,28px);font-weight:500;line-height:1.1}.complectation__text{margin:0 0 var(--complectation-block-gap);color:var(--complectation-body);text-wrap:pretty;font-weight:400;line-height:1.58}.complectation__list{gap:var(--complectation-block-gap);margin:0 0 var(--complectation-block-gap)}.complectation__item{gap:10px}.complectation__item-label{color:var(--complectation-list);text-wrap:pretty;font-weight:500;line-height:1.4}.complectation__item-icon img{filter:none}.complectation__note{color:var(--complectation-accent);text-wrap:balance;margin:0;font-weight:500;line-height:1.48}.complectation__line-stack{line-height:1.32;display:block}.complectation__line-stack .line-break-content__line{display:inline}.complectation__line-stack .line-break-content__line:not(:last-child):after{content:"\a ";white-space:pre}}@media (width<=400px){.complectation__inner{padding-top:clamp(22px,6vw,30px);padding-inline:clamp(14px,4vw,18px)}.complectation__photo{transform:none}.complectation{--complectation-block-gap:12px}.complectation__title{font-size:clamp(18px,5vw,22px)}.complectation__text{font-size:12.5px;line-height:1.55}.complectation__item{gap:10px}.complectation__item-icon{width:28px;height:28px}.complectation__item-icon img{width:24px;height:24px}.complectation__item-label,.complectation__note{font-size:12.5px}}html.mobile-perf{scroll-behavior:auto}html.mobile-perf body{overscroll-behavior-y:none}html.mobile-perf main>section:not(.hero):not(.projects){content-visibility:auto;contain-intrinsic-size:auto 480px}html.mobile-perf section.projects,html.mobile-perf section.projects .projects__grid{content-visibility:visible;contain-intrinsic-size:auto}html.mobile-perf .motion-reveal,html.mobile-perf .motion-reveal.is-inview{opacity:1!important;animation:none!important}html.mobile-perf .about__photo,html.mobile-perf .complectation__item-icon img,html.mobile-perf .brand-banner__img,html.mobile-perf .team-leader__photo,html.mobile-perf .glamping__banner-img,html.mobile-perf .project-card img,html.mobile-perf .brand__gallery-item img,html.mobile-perf .band-section__bg{filter:none!important}html.mobile-perf .about__photo{transform:none!important}html.mobile-perf .project-card,html.mobile-perf .project-card img,html.mobile-perf .glamping__banner-img,html.mobile-perf .brand__gallery-item img{transition:none!important}html.mobile-perf .project-card:hover,html.mobile-perf .project-card:hover img,html.mobile-perf .glamping__banner:hover .glamping__banner-img{box-shadow:none!important;transform:none!important}html.mobile-perf .floating-btn{transition:opacity .2s,background-color .2s,color .2s,border-color .2s!important}html.mobile-perf .brand-banner{contain:layout paint style}html.mobile-perf .team-leader__visual{contain:layout paint style;content-visibility:auto}@media (width<=768px){html{scroll-behavior:auto}html,body,#root,main{max-width:100%;overflow-x:clip}}
