:root{--ink: #000000;--ink-soft: #181818;--ink-mute: #737373;--bg: #FFFFFF;--bg-mute: #FAFAFA;--bg-sky: #DFEEFF;--border: rgba(0, 0, 0, .1);--overlay-top: rgba(11, 26, 33, .2);--overlay-bot: rgba(11, 26, 33, .3);--moss: #4F7A3A;--moss-soft: #C8DCB2;--terracotta: #C46A4F;--sand: #E8D9B8;--dusk: #2A3550;--radius-sm: 4px;--radius: 16px;--radius-lg: 28px;--radius-footer: 80px;--shadow-card: 0 37px 32px 0 rgba(0, 0, 0, .1);--font-ui: "Nunito", -apple-system, BlinkMacSystemFont, "SF Pro Rounded", "Helvetica Neue", sans-serif;--font-footer: "Inria Sans", Georgia, serif;--page-pad: clamp(24px, 8.47vw, 128px);--nav-pad-y: clamp(20px, 3.17vw, 48px);--section-gap: clamp(64px, 8.47vw, 128px);--container: 1256px;--footer-container: 1200px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-ui);font-size:16px;line-height:1.5;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5{font-family:var(--font-ui);font-weight:700;line-height:1.15;color:var(--ink);letter-spacing:-.01em}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{font:inherit;background:none;border:none;cursor:pointer;color:inherit}.eyebrow{font-family:var(--font-ui);font-size:14px;letter-spacing:.08em;color:var(--ink-mute);text-transform:uppercase}.h-display{font-family:var(--font-ui);font-weight:700;font-size:clamp(32px,4.2vw,48px);line-height:1.15;color:var(--ink);letter-spacing:-.01em}.body-lg{font-family:var(--font-ui);font-weight:500;font-size:clamp(16px,1.4vw,20px);line-height:1.5;color:var(--ink)}.body-md{font-family:var(--font-ui);font-weight:500;font-size:16px;line-height:1.5;color:var(--ink-mute)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:16px 24px;background:var(--ink);color:#fff;font-family:var(--font-ui);font-weight:500;font-size:16px;line-height:1;border:1px solid transparent;border-radius:var(--radius);transition:transform .18s ease,background .18s ease,box-shadow .18s ease;cursor:pointer;white-space:nowrap}.btn:hover{transform:translateY(-1px);background:#1c1c1c;box-shadow:0 8px 24px -10px #0006}.btn:active{transform:translateY(0);box-shadow:none}.btn--light{background:#fff;color:var(--ink)}.btn--light:hover{background:#f4f4f4}.btn--ghost{background:#ffffff14;color:#fff;border-color:#ffffffb3;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.btn--ghost:hover{background:#ffffff2e;border-color:#fff}.btn__icon{width:16px;height:16px;display:inline-flex;transition:transform .2s ease}.btn:hover .btn__icon{transform:translate(2px)}.btn__icon svg{width:100%;height:100%;display:block}.btn--light .btn__icon svg path{stroke:var(--ink)}.btn:not(.btn--light) .btn__icon svg path{stroke:#fff}.container{width:100%;max-width:calc(var(--container) + var(--page-pad) * 2);margin:0 auto;padding:0 var(--page-pad)}.section{padding:var(--section-gap) var(--page-pad)}.section--mute{background:var(--bg-mute)}.has-grass{position:relative;isolation:isolate}.has-grass:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-image:url(/images/footer-grass.jpg);background-size:cover;background-position:center;opacity:var(--texture-opacity, .18);filter:saturate(.85);pointer-events:none}.section--moss{background:linear-gradient(180deg,#c8dcb238,#c8dcb20d),var(--bg)}.section--sand{background:linear-gradient(180deg,#e8d9b84d,#e8d9b814),var(--bg)}.section--cta{padding-bottom:var(--section-gap)}.cta-band{max-width:var(--container);margin:0 auto;background:var(--ink);color:#fff;border-radius:var(--radius-lg);padding:clamp(40px,6vw,72px) clamp(24px,5vw,72px);display:flex;align-items:center;justify-content:space-between;gap:32px;overflow:hidden}.cta-band__title{color:#fff;max-width:18ch}.cta-band__copy{display:flex;flex-direction:column;gap:12px;max-width:520px}.cta-band--lawn{background:var(--moss-soft);color:var(--ink)}.cta-band--lawn .cta-band__title--ink{color:var(--ink)}.cta-band--turf{background:var(--dusk);color:#fff}.cta-band--turf .cta-band__title{color:#fff}.eyebrow--ondark{color:#ffffffb3}@media(max-width:820px){.cta-band{flex-direction:column;align-items:flex-start;gap:24px}.cta-band__actions{align-items:flex-start;width:100%}}@media(max-width:520px){.h-display{font-size:clamp(28px,7vw,36px)}.body-lg{font-size:16px}.section{padding:clamp(56px,12vw,96px) var(--page-pad)}.cta-band{padding:32px 24px;border-radius:var(--radius);gap:20px}.cta-band__title{font-size:clamp(28px,7vw,36px)}.btn{padding:14px 20px}}.app{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.app>main{flex:1}.app--behind-scenes{background:#000}.app--behind-scenes>main{display:flex;flex-direction:column;background:#000}.app--behind-scenes>main .page.behind-scenes-page{flex:1 0 auto;width:100%}.app--behind-scenes .footer{margin-top:clamp(28px,5vw,56px);background:#000}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;transition:background-color .25s ease,backdrop-filter .25s ease,box-shadow .25s ease}.navbar--hero{background:transparent}.navbar--solid{background:transparent;backdrop-filter:saturate(1.2) blur(14px);-webkit-backdrop-filter:saturate(1.2) blur(14px)}.navbar__inner{max-width:1512px;margin:0 auto;padding:var(--nav-pad-y) var(--page-pad);display:flex;align-items:center;justify-content:space-between;gap:24px}.navbar__logo{font-family:var(--font-ui);font-weight:800;font-size:24px;letter-spacing:-.04em;color:#fff;line-height:1;transition:color .25s ease}.navbar--solid .navbar__logo{color:var(--ink)}.navbar__cluster{display:flex;align-items:center;gap:32px}.navbar__links{list-style:none;display:flex;align-items:center;gap:32px}.navbar__link{font-family:var(--font-ui);font-weight:400;font-size:16px;color:#fff;position:relative;padding:4px 0;transition:color .2s ease,opacity .2s ease;opacity:.92}.navbar--solid .navbar__link{color:var(--ink)}.navbar__link:hover{opacity:1}.navbar__link:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.navbar__link:hover:after,.navbar__link--active:after{transform:scaleX(1)}.navbar__cta{padding:12px 20px;font-size:14px}.navbar__hamburger{display:none;flex-direction:column;gap:4px;padding:8px;position:relative;z-index:60}.navbar--menu-open .navbar__hamburger span{background:var(--ink)}.navbar__backdrop{display:none}.navbar__hamburger span{display:block;width:22px;height:2px;background:#fff;border-radius:1px;transition:transform .25s ease,opacity .25s ease,background .25s ease}.navbar--solid .navbar__hamburger span{background:var(--ink)}.navbar__hamburger.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.navbar__hamburger.is-open span:nth-child(2){opacity:0}.navbar__hamburger.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media(max-width:880px){.navbar__hamburger{display:flex}.navbar__backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:40}.navbar__backdrop.is-open{opacity:1;pointer-events:auto}.navbar__cluster{position:fixed;top:0;right:0;height:100vh;width:min(320px,80vw);padding:80px 24px 32px;background:var(--bg);flex-direction:column;align-items:flex-start;gap:24px;transform:translate(100%);transition:transform .3s ease;box-shadow:-10px 0 40px -10px #00000040;z-index:50}.navbar__cluster.is-open{transform:translate(0)}.navbar__links{flex-direction:column;align-items:flex-start;gap:20px}.navbar__cluster .navbar__link,.navbar__cluster .navbar__cta{color:var(--ink)}.navbar__cluster .btn--light{background:var(--ink);color:#fff}.navbar__cluster .btn--light .btn__icon svg path{stroke:#fff}}.footer{margin-top:120px;background:var(--bg)}.footer__panel{background:var(--bg-sky);border-radius:var(--radius-footer) var(--radius-footer) 0 0;padding:60px var(--page-pad) 0;display:flex;flex-direction:column;align-items:center;gap:clamp(80px,14vw,200px);overflow:hidden}.footer__inner{width:100%;max-width:var(--footer-container);display:grid;grid-template-columns:minmax(200px,242px) minmax(180px,242px) minmax(180px,242px);justify-content:space-between;gap:40px;padding-top:8px}.footer__copy{font-family:var(--font-footer);font-weight:400;font-size:16px;line-height:24px;color:var(--ink-soft);max-width:242px}.footer__col{display:flex;flex-direction:column;gap:16px}.footer__heading{font-family:var(--font-footer);font-weight:700;font-size:24px;line-height:1.2;color:var(--ink-soft);letter-spacing:0}.footer__list{list-style:none;display:flex;flex-direction:column;gap:16px}.footer__list a{font-family:var(--font-ui);font-weight:400;font-size:16px;line-height:1.5;color:var(--ink-soft);transition:opacity .2s ease}.footer__list a:hover{opacity:.6}.footer__wordmark{width:100%;max-width:1506px;margin-top:auto;display:flex;justify-content:center;overflow:hidden}.footer__wordmark img{width:100%;height:auto;display:block;transform:translateY(8%)}@media(max-width:880px){.footer{margin-top:80px}.footer__panel{border-radius:48px 48px 0 0;padding:48px var(--page-pad) 0;gap:clamp(56px,14vw,120px)}.footer__inner{grid-template-columns:1fr;gap:32px}.footer__heading{font-size:22px}.footer__wordmark img{transform:translateY(14%)}}@media(max-width:520px){.footer{margin-top:56px}.footer__panel{border-radius:32px 32px 0 0;padding:40px var(--page-pad) 0}}.home{background:var(--bg)}.hero{position:relative;width:100%;aspect-ratio:1512 / 865;min-height:620px;max-height:100vh;overflow:hidden;isolation:isolate}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg{width:100%;height:100%;object-fit:cover;object-position:center 32%}.hero__letters{position:absolute;left:14.4%;top:38.4%;width:71.4%;height:auto;z-index:1;pointer-events:none;filter:drop-shadow(0 12px 20px rgba(0,0,0,.18))}.hero__overlay{position:absolute;left:0;right:0;pointer-events:none}.hero__overlay--top{top:0;height:280px;background:linear-gradient(180deg,var(--overlay-top) 0%,transparent 100%)}.hero__overlay--bot{bottom:0;height:45%;background:linear-gradient(180deg,transparent 0%,var(--overlay-bot) 100%)}.hero__foot{position:absolute;left:0;right:0;bottom:0;padding:0 var(--page-pad) clamp(32px,5.5vw,48px);display:flex;align-items:flex-end;justify-content:space-between;gap:32px;z-index:1}.hero__foot-left{display:flex;flex-direction:column;gap:20px;align-items:flex-start;max-width:460px}.hero__lede{font-family:var(--font-ui);font-weight:500;font-size:clamp(16px,1.4vw,20px);line-height:1.5;color:#fff;max-width:360px;text-wrap:balance}.hero__scroll{color:#fff;width:clamp(64px,6.35vw,96px);height:clamp(64px,6.35vw,96px);display:inline-flex;align-items:center;justify-content:center;transition:transform .3s ease,opacity .2s ease;opacity:.95}.hero__scroll:hover{transform:translateY(4px);opacity:1}.hero__scroll svg{width:100%;height:100%}.section--conv,.section--features,.section--care{padding:var(--section-gap) var(--page-pad)}.conv{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:minmax(280px,400px) 1fr;align-items:center;gap:clamp(40px,14vw,215px)}.conv__copy{display:flex;flex-direction:column;gap:20px;align-items:flex-start}.conv__copy .btn{margin-top:6px}.conv__media{position:relative;aspect-ratio:641 / 470;background:radial-gradient(60% 55% at 50% 68%,#E6EFFA 0%,#F2F6FB 55%,var(--bg-mute) 100%);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;align-items:center;justify-content:center}.conv__mat{width:81%;height:auto;object-fit:contain;display:block}.conv__model{width:100%;height:100%;display:block;background:transparent;--poster-color: transparent}.features{max-width:var(--container);margin:0 auto;display:flex;flex-direction:column;gap:64px}.features__head{display:flex;justify-content:space-between;align-items:flex-start;gap:40px}.features__head .h-display{flex:0 0 auto}.features__lede{max-width:480px;text-align:left;flex:1 1 320px;align-self:center}.features__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.feature-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column}.feature-card--wide{grid-column:1 / -1;flex-direction:row}.feature-card--wide .feature-card__media{flex:1 1 62%;aspect-ratio:auto}.feature-card--wide .feature-card__body{flex:1 1 38%;justify-content:center}.feature-card__media{width:100%;overflow:hidden;background:var(--bg-mute);aspect-ratio:4 / 3}.feature-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease-out}@media(hover:hover){.feature-card:hover .feature-card__media img{transform:scale(1.06)}}.feature-card__body{padding:28px 32px 32px;display:flex;flex-direction:column;gap:8px}.feature-card__title{font-family:var(--font-ui);font-weight:700;font-size:24px;color:var(--ink);line-height:1.2}.care{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:1fr auto;align-items:center;gap:clamp(40px,6vw,80px)}.care__media{border-radius:var(--radius);overflow:hidden;aspect-ratio:674 / 439}.care__media img{width:100%;height:100%;object-fit:cover}.care__copy{display:flex;flex-direction:column;gap:23px;align-items:flex-start}.care__copy .h-display{font-size:clamp(22px,2.4vw,32px);white-space:nowrap}.care__copy .body-md{max-width:480px}.care__btn{margin-top:0}@media(max-width:980px){.hero{aspect-ratio:3 / 4;max-height:none}.hero__bg{object-position:center center}.hero__foot{align-items:flex-end;gap:16px}.hero__foot-left{flex:1 1 auto;min-width:0}.hero__scroll{flex:0 0 auto}.conv{grid-template-columns:1fr;gap:48px}.conv__media{aspect-ratio:16 / 10}.features__head{flex-direction:column;gap:16px}.features__lede{text-align:left}.features__grid{grid-template-columns:1fr;gap:24px}.feature-card--wide{grid-column:auto;flex-direction:column}.feature-card--wide .feature-card__media{flex:1 1 auto;aspect-ratio:16 / 9}.care{grid-template-columns:1fr;gap:40px}.care__copy .h-display{white-space:normal;font-size:clamp(28px,7vw,36px)}}@media(max-width:520px){.hero{aspect-ratio:4 / 5;min-height:560px}.hero__letters{top:30%;left:10%;width:80%}.hero__lede{font-size:16px}.hero__scroll{width:56px;height:56px}.conv{gap:32px}.conv__media{aspect-ratio:4 / 3}.features{gap:40px}.feature-card__media{min-height:200px}.feature-card__body{padding:20px 24px 24px}.feature-card__title{font-size:20px}.care{gap:28px}.care__media{aspect-ratio:4 / 3}}.page{padding-top:0}.team-page{background:linear-gradient(180deg,#dfeeff,#dfeeff00 900px),var(--bg)}.page-hero{padding-top:clamp(112px,14vw,208px);padding-bottom:var(--section-gap)}.page-hero__inner{max-width:var(--container);margin:0 auto;display:flex;flex-direction:column;gap:20px;align-items:flex-start}.page-hero__title{max-width:12ch}.page-hero__lede{max-width:560px;color:var(--ink-mute)}.team{max-width:var(--container);margin:0 auto;display:flex;flex-direction:column;gap:48px}.team__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.team__grid--three{grid-template-columns:repeat(3,1fr)}.team-card{display:flex;flex-direction:column;gap:16px}.team-card__photo{width:100%;aspect-ratio:1 / 1;border-radius:50%;overflow:hidden;background:var(--bg-mute);border:1px solid var(--border)}.team-card__photo img{width:100%;height:100%;object-fit:cover}.team-card__body{display:flex;flex-direction:column;gap:6px}.team-card__name{font-family:var(--font-ui);font-weight:700;font-size:20px;color:var(--ink);line-height:1.2}@media(max-width:980px){.team__grid,.team__grid--three{grid-template-columns:repeat(2,1fr);gap:28px 24px}.team{gap:32px}}@media(max-width:520px){.team__grid,.team__grid--three{gap:24px 16px}.team-card__name{font-size:17px}.team-card__body .body-md{font-size:14px}}.business-page{background:linear-gradient(180deg,#dfeeff,#dfeeff00 900px),var(--bg)}.ca-matrix{max-width:var(--container);margin:0 auto;display:flex;flex-direction:column;gap:48px}.ca-matrix__head{display:flex;justify-content:space-between;align-items:flex-start;gap:40px}.ca-matrix__lede{max-width:400px;text-align:right}.ca-matrix__frame{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:clamp(16px,2.5vw,40px);margin:0}.ca-matrix__scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--radius-sm)}.ca-matrix__scroll img{width:100%;min-width:720px;height:auto;display:block}.ca-matrix__caption{margin-top:12px;padding:0 4px;font-family:var(--font-ui);font-size:13px;color:var(--ink-mute);display:none}@media(max-width:720px){.ca-matrix__caption{display:block}}.ca-split{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:minmax(280px,440px) 1fr;align-items:center;gap:clamp(40px,8vw,100px)}.ca-split--reverse{grid-template-columns:1fr minmax(280px,440px)}.ca-split__copy{display:flex;flex-direction:column;gap:20px;align-items:flex-start}.ca-split__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ca-thumb{display:flex;flex-direction:column;gap:12px}.ca-thumb__image{position:relative;aspect-ratio:1 / 1;background:var(--bg-mute);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;align-items:center;justify-content:center}.ca-thumb__image img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(.95) brightness(1.05);mix-blend-mode:multiply}.ca-thumb__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#dfeeff59,#fafafa26);pointer-events:none}.ca-thumb__name{font-family:var(--font-ui);font-weight:500;font-size:14px;color:var(--ink-mute)}.ca-inspired{border-radius:var(--radius);overflow:hidden;aspect-ratio:4 / 3;background:var(--bg-mute)}.ca-inspired img{width:100%;height:100%;object-fit:cover}@media(max-width:980px){.ca-matrix__head{flex-direction:column;gap:12px}.ca-matrix__lede{text-align:left}.ca-split,.ca-split--reverse{grid-template-columns:1fr;gap:40px}.ca-split__grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media(max-width:520px){.ca-split__grid{gap:12px}.ca-thumb__name{font-size:13px}}.toast{position:fixed;left:50%;bottom:32px;z-index:1000;display:inline-flex;align-items:center;gap:10px;padding:12px 18px;background:var(--ink);color:#fff;border-radius:999px;font-family:Inria Sans,Nunito,sans-serif;font-size:14px;line-height:1.3;white-space:nowrap;box-shadow:0 12px 32px #0003;transform:translate(-50%,24px);opacity:0;pointer-events:none;transition:transform .22s cubic-bezier(.2,.8,.2,1),opacity .22s}.toast--open{transform:translate(-50%);opacity:1}.toast__icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#fff;color:var(--ink);flex-shrink:0}@media(max-width:480px){.toast{left:16px;right:16px;bottom:16px;transform:translateY(24px);justify-content:center;white-space:normal;text-align:center}.toast--open{transform:translateY(0)}}.po-page{background:var(--bg)}.po-section{padding-top:clamp(112px,14vw,208px)}.po{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:minmax(320px,1fr) minmax(320px,480px);gap:clamp(40px,6vw,80px);align-items:start}.po__gallery{display:flex;flex-direction:column;gap:16px;position:sticky;top:calc(var(--nav-pad-y) * 2 + 56px)}.po__main{position:relative;aspect-ratio:1 / 1;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-mute);overflow:hidden;display:flex;align-items:center;justify-content:center}.po__model{width:100%;height:100%;display:block;background:transparent;--poster-color: transparent}.po__info{display:flex;flex-direction:column;gap:24px;align-items:flex-start}.po__info .h-display{margin-top:-4px}.po-specs{width:100%;display:flex;flex-direction:column;gap:0;border-top:1px solid var(--border)}.po-specs__row{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--border);font-family:var(--font-ui);font-size:14px}.po-specs__row dt{color:var(--ink-mute);font-weight:500}.po-specs__row dd{color:var(--ink);font-weight:500}.po-colors-block{width:100%;display:flex;flex-direction:column;gap:12px}.po-colors-block__head{display:flex;align-items:baseline;justify-content:space-between}.po-colors-block__label{font-family:var(--font-ui);font-weight:700;font-size:16px;color:var(--ink)}.po-colors-block__value{font-family:var(--font-ui);font-size:14px;color:var(--ink-mute)}.po-colors{display:flex;flex-wrap:wrap;gap:14px}.po-color{width:36px;height:36px;border-radius:999px;background:var(--chip);border:2px solid transparent;box-shadow:0 0 0 1px var(--border);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.po-color:hover{transform:scale(1.08)}.po-color.is-active{border-color:#fff;box-shadow:0 0 0 2px var(--ink)}.po-checkout{align-self:flex-start;margin-top:8px;padding:18px 32px;font-size:16px}@media(max-width:880px){.po{grid-template-columns:1fr;gap:32px}.po__gallery{position:static}.po__main{aspect-ratio:4 / 3}}@media(max-width:520px){.po__info{gap:20px}.po-checkout{align-self:stretch;padding:16px 24px}.po-color{width:32px;height:32px}.po-colors{gap:12px}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page.behind-scenes-page{background:#000;color:#fafafa}.behind-scenes__hero.page-hero{padding-top:clamp(112px,14vw,208px);padding-bottom:clamp(12px,2.5vw,28px)}.behind-scenes__hero .page-hero__inner{max-width:var(--container);margin:0 auto;display:flex;flex-direction:column;gap:20px;align-items:flex-start}.behind-scenes__hero .page-hero__title{max-width:18ch;color:#fff}.behind-scenes__hero .eyebrow{color:#ffffffb8}.behind-scenes__gallery{padding:clamp(12px,2.5vw,24px) var(--page-pad) clamp(80px,12vw,140px)}.behind-scenes__inner{max-width:var(--container);margin:0 auto;padding:0;display:flex;flex-direction:column;gap:10px}.behind-scenes__figure{margin:0}.behind-scenes__figure img{border-radius:var(--radius-sm);width:100%}.behind-scenes__figure--wide img{border-radius:var(--radius-sm)}.behind-scenes__figure--landscape img{max-height:min(70vh,520px);object-fit:cover}.behind-scenes__figure--diagram{overflow:visible}.behind-scenes__diagram{width:100%;background:#fff;border-radius:var(--radius-sm);padding:clamp(12px,2vw,20px);box-sizing:border-box}.behind-scenes__board{--bw: 1150;--bh: 815.449;position:relative;width:100%;container-type:inline-size;aspect-ratio:var(--bw) / var(--bh)}.behind-scenes__diagram--layers .behind-scenes__board{--bw: 652;--bh: 291}.behind-scenes__board-stage{position:absolute;top:0;right:0;bottom:0;left:0;overflow:visible;pointer-events:none}.behind-scenes__svg-wrap{overflow:visible}.behind-scenes__svg-img{width:100%;height:100%;object-fit:fill;display:block}.behind-scenes__svg-wrap[class]{min-width:1px;min-height:1px}.behind-scenes__side-slot{position:absolute;display:flex;align-items:center;justify-content:center}.behind-scenes__side-label{margin:0;transform:rotate(-90deg);font-family:var(--font-ui);font-weight:600;font-size:clamp(13px,2.35vw,21.5px);color:var(--ink);letter-spacing:-.02em}.behind-scenes__bubble-copy{position:absolute;transform:translate(-50%);margin:0;font-family:var(--font-ui);font-weight:500;font-size:clamp(11px,2cqw,14.33px);line-height:1.55;text-align:center;letter-spacing:-.019em;color:var(--ink);max-width:min(236px,88vw)}.behind-scenes__shape-copy{position:absolute;transform:translate(-50%);margin:0;font-family:var(--font-ui);font-weight:500;font-size:clamp(11px,2cqw,14.33px);line-height:1.55;text-align:center;letter-spacing:-.019em;color:#3a02b5;max-width:min(246px,88vw)}.behind-scenes__tilt-slot{overflow:visible}.behind-scenes__tilt-img{width:99%;height:auto;max-height:86%;object-fit:contain;transform:rotate(3.18deg)}.behind-scenes__layer-copy{margin:0;font-family:var(--font-ui);font-weight:500;font-size:clamp(11px,2cqw,14.5px);letter-spacing:-.019em;color:var(--ink)}.behind-scenes__row{display:grid;gap:10px}.behind-scenes__row--triple{grid-template-columns:repeat(3,minmax(0,1fr))}.behind-scenes__row--tall img{min-height:220px;max-height:420px;object-fit:cover}@media(max-width:820px){.behind-scenes__row--triple{grid-template-columns:1fr}.behind-scenes__row--tall img{max-height:none}.behind-scenes__bubble-copy,.behind-scenes__shape-copy{font-size:clamp(10px,3.25vw,13px)}}
