.landing{background:var(--white);width:100%;min-height:100vh;color:var(--black)}.landing .navbar{padding:var(--safe-top) 60px 0 40px;height:calc(80px + var(--safe-top))}.landing .navbar__brand{font-size:26px;line-height:38px}.landing__hero{min-height:100dvh;padding:60px;position:relative}.landing__hero-row{justify-content:space-between;align-items:center;display:flex;position:absolute;top:50%;left:60px;right:60px;transform:translateY(-50%)}.landing__hero-link{letter-spacing:-.0078em;text-transform:lowercase;color:var(--black);white-space:nowrap;font-size:14.9px;font-weight:700;line-height:22px;transition:opacity .4s}.landing__hero-link:hover{opacity:.5}.landing__hero-star{color:var(--black);pointer-events:none;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.landing__hero-star *{pointer-events:none}.landing__hero-bottom{justify-content:space-between;align-items:flex-end;display:flex;position:absolute;bottom:60px;left:60px;right:60px}.landing__hero-desc{text-align:left;letter-spacing:.0078em;max-width:320px;color:var(--gray-500);font-size:9.5px;font-weight:300;line-height:15px}.landing__hero-contacts{letter-spacing:0;text-transform:lowercase;color:var(--black);white-space:nowrap;font-size:12.9px;font-weight:700;line-height:19px;transition:opacity .4s}.landing__hero-contacts:hover{opacity:.5}.landing__highlights{padding:0 0 80px}.landing__section-title{text-transform:lowercase;letter-spacing:-.0078em;color:var(--black);text-align:center;margin-bottom:48px;font-size:25.8px;font-weight:700;line-height:37px}.landing__scroll-row{grid-template-columns:repeat(6,1fr);gap:40px 20px;width:100%;padding:0 60px;display:grid}.landing__project-card{flex-direction:column;grid-column:span 2;display:flex}.landing__project-card--featured{grid-column:span 4}.landing__project-card--compact{grid-column:span 2}.landing__project-thumb{aspect-ratio:1;background:var(--black);width:100%;overflow:hidden}.landing__project-card--featured .landing__project-thumb{aspect-ratio:16/9}.landing__project-card--compact .landing__project-thumb{aspect-ratio:4/3}.landing__project-thumb img,.landing__project-thumb video{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.landing__project-card:hover .landing__project-thumb img,.landing__project-card:hover .landing__project-thumb video{transform:scale(1.03)}.landing__project-info{justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:8px;display:flex}.landing__project-star{color:var(--black);justify-content:flex-start;padding:12px 0 0;display:flex}.landing__project-client{text-transform:uppercase;letter-spacing:.0469em;color:var(--gray-500);font-size:9.3px;font-weight:300;line-height:14px}.landing__project-title{text-transform:uppercase;letter-spacing:.0469em;color:var(--black);text-align:right;font-size:9.3px;font-weight:300;line-height:14px}.landing__cta{text-align:center;color:var(--gray-400);letter-spacing:.0127em;text-transform:lowercase;padding:120px 60px;font-size:25.8px;font-weight:700;line-height:37px}.landing__cta-text{color:var(--gray-400);font-weight:700}.landing__cta-link{color:var(--black);white-space:nowrap;font-weight:700;transition:opacity .3s;display:inline-block}.landing__cta-link:hover{opacity:.5}.landing__footer{background:0 0;padding:80px 60px 60px}.landing__footer-inner{grid-template-columns:1fr 1fr 1fr;gap:40px;display:grid}.landing__footer-col--right{text-align:left}.landing__footer-col{letter-spacing:.0313em;color:var(--gray-500);flex-direction:column;gap:10px;font-size:8.9px;font-weight:700;line-height:13px;display:flex}.landing__footer-label{letter-spacing:-.0078em;color:var(--black);margin-bottom:12px;font-size:26.8px;font-weight:700;line-height:38px}.landing__footer-row{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.landing__footer-links{flex-direction:column;gap:6px;display:flex}.landing__footer-admin{letter-spacing:.0313em;color:var(--gray-500);font-size:8.9px;font-weight:700;line-height:13px;transition:color .2s}.landing__footer-admin:hover{color:var(--black)}.landing__footer-ops{justify-content:flex-end;gap:6px;margin-top:12px;display:flex}.landing__footer-ops-link{letter-spacing:.04em;color:var(--gray-400);border:1px solid var(--gray-300);border-radius:20px;padding:5px 12px;font-size:7.9px;font-weight:300;line-height:1;transition:color .2s,border-color .2s;display:inline-block}.landing__footer-ops-link:hover{color:var(--black);border-color:var(--black)}.landing__footer-legal-text{color:inherit;letter-spacing:.0703em;opacity:.5;text-align:right;margin-top:8px;font-size:7.9px;font-weight:300;line-height:12px}@media (width<=1024px){.landing__scroll-row{grid-template-columns:repeat(4,1fr);padding:0 40px}.landing__project-card{grid-column:span 2}.landing__project-card--featured{grid-column:span 4}}@media (width<=768px){.landing .navbar{padding:var(--safe-top) 20px 0;height:calc(52px + var(--safe-top))}.landing .navbar__brand{font-size:21.9px;line-height:33px}.landing__hero{padding:60px 24px}.landing__hero-star{padding-left:0}.landing__hero-star svg,.landing__hero-star img{width:clamp(120px,36vw,200px)!important;height:clamp(120px,36vw,200px)!important}.landing__hero-row{left:24px;right:24px}.landing__hero-link{font-size:13px;font-weight:700}.landing__hero-bottom{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:16px;bottom:40px;left:24px;right:24px}.landing__hero-desc{max-width:200px;font-size:8.5px;line-height:13px}.landing__hero-contacts{align-self:flex-end;font-size:13px}.landing__scroll-row{grid-template-columns:repeat(2,1fr);gap:24px 16px;padding:0 24px}.landing__project-card,.landing__project-card--compact{grid-column:span 1}.landing__project-card--featured{grid-column:span 2}.landing__project-card--featured .landing__project-thumb{aspect-ratio:16/9}.landing__section-title{margin-bottom:32px;font-size:20px;line-height:28px}.landing__cta{padding:64px 24px;font-size:18px;line-height:28px}.landing__footer{padding:48px 24px 40px}.landing__footer-inner{grid-template-columns:1fr;gap:28px}.landing__footer-label{margin-bottom:8px;font-size:22px;line-height:30px}.landing__footer-col--right{text-align:left}.landing__footer-ops{justify-content:flex-start}.landing__footer-legal-text{text-align:left}.landing__bottom-nav{flex-wrap:wrap;padding:32px 24px}.landing__project-info{gap:4px}.landing__project-client,.landing__project-title{font-size:8px;line-height:12px}}@media (width<=480px){.landing__scroll-row{grid-template-columns:1fr}.landing__project-card,.landing__project-card--featured,.landing__project-card--compact{grid-column:span 1}}
