.portfolio-design-gallery{--portfolio-bg:#0f0f0f;--portfolio-accent:#c9a96e;--portfolio-border:hsla(0,0%,100%,.07);--portfolio-ease:0.4s ease}.portfolio-section__header{margin-bottom:2rem}@media (min-width:768px){.portfolio-section__header{margin-bottom:2.75rem}}.portfolio-section__eyebrow{color:var(--portfolio-accent);letter-spacing:.22em}.portfolio-section__title{margin-top:.5rem;font-family:var(--font-display);font-size:clamp(2.25rem,5.5vw,3.5rem);font-weight:400;font-style:italic;line-height:1.05;color:var(--text-primary)}.portfolio-section__subtitle{margin-top:.75rem;max-width:36rem;font-family:var(--font-ui);font-size:.9375rem;font-weight:300;line-height:1.6;color:var(--text-secondary)}.portfolio-masonry-rows{display:flex;flex-direction:column;gap:1.25rem}@media (min-width:768px){.portfolio-masonry-rows{gap:1.5rem}}.portfolio-row{display:grid;gap:1rem;align-items:stretch;min-width:0}@media (min-width:640px){.portfolio-row{gap:1.15rem}}@media (min-width:1024px){.portfolio-row{gap:1.25rem;--portfolio-row-h:clamp(300px,36vw,440px)}.portfolio-row--featured-trio,.portfolio-row--featured-trio-reverse{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr);grid-template-rows:var(--portfolio-row-h)}.portfolio-row--twin-landscape{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-row--quad-portrait{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:var(--portfolio-row-h)}.portfolio-row--pair-portrait{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:var(--portfolio-row-h)}}@media (max-width:1023px){.portfolio-row--featured-trio,.portfolio-row--featured-trio-reverse{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-row--featured-trio .project-card[data-ratio=landscape],.portfolio-row--featured-trio-reverse .project-card[data-ratio=landscape]{grid-column:1/-1}.portfolio-row--pair-portrait,.portfolio-row--quad-portrait,.portfolio-row--twin-landscape{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-row--quad-portrait .project-card:nth-child(n+3){margin-top:0}}@media (max-width:639px){.portfolio-row--featured-trio,.portfolio-row--featured-trio-reverse,.portfolio-row--pair-portrait,.portfolio-row--quad-portrait,.portfolio-row--twin-landscape{grid-template-columns:minmax(0,1fr)}}.project-card{border-radius:5px;border:1px solid var(--portfolio-border);background:hsla(0,0%,100%,.02);box-shadow:0 12px 40px rgba(0,0,0,.35);transition:border-color var(--portfolio-ease),box-shadow var(--portfolio-ease),transform var(--portfolio-ease)}.project-card:focus-within,.project-card:hover{border-color:hsla(39,46%,61%,.35);box-shadow:0 20px 48px rgba(0,0,0,.5)}.project-card__link{display:block;color:inherit;text-decoration:none}.project-card__link--landscape{display:flex;flex-direction:column}.project-card__link--portrait{height:100%}.project-card{min-width:0;height:100%}.portfolio-row .project-card[data-ratio=portrait]{width:100%;max-width:none;margin-inline:0}@media (min-width:1024px){.portfolio-row--featured-trio .project-card,.portfolio-row--featured-trio-reverse .project-card,.portfolio-row--pair-portrait .project-card,.portfolio-row--quad-portrait .project-card{height:100%;min-height:0}.portfolio-row--featured-trio .project-card__link--landscape,.portfolio-row--featured-trio-reverse .project-card__link--landscape{display:flex;flex-direction:column;height:100%;min-height:0}.portfolio-row--featured-trio .project-card__media--landscape,.portfolio-row--featured-trio-reverse .project-card__media--landscape{flex:1 1 auto;aspect-ratio:unset;min-height:0}.portfolio-row--featured-trio .project-card__info--below,.portfolio-row--featured-trio-reverse .project-card__info--below{flex:0 0 auto}.portfolio-row--featured-trio .project-card__link--portrait,.portfolio-row--featured-trio-reverse .project-card__link--portrait,.portfolio-row--pair-portrait .project-card__link--portrait,.portfolio-row--quad-portrait .project-card__link--portrait{height:100%;min-height:0}.portfolio-row--featured-trio .project-card__media--portrait,.portfolio-row--featured-trio-reverse .project-card__media--portrait,.portfolio-row--pair-portrait .project-card__media--portrait,.portfolio-row--quad-portrait .project-card__media--portrait{height:100%;aspect-ratio:unset;min-height:0}}.project-card__media--landscape{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:4px 4px 0 0}.project-card__media--portrait{position:relative;aspect-ratio:9/16;width:100%;overflow:hidden;border-radius:4px}.portfolio-row--solo-landscape,.portfolio-row--solo-portrait{grid-template-columns:minmax(0,1fr)}.portfolio-row--solo-portrait{justify-items:center}@media (min-width:1024px){.portfolio-row--solo-portrait{grid-template-columns:minmax(0,min(100%,360px));justify-content:center;justify-items:stretch}}.project-card__img{object-fit:cover}.project-card__img,.project-card__img--zoom{transition:transform var(--portfolio-ease)}.project-card[data-ratio=landscape]:focus-within .project-card__img--zoom,.project-card[data-ratio=landscape]:hover .project-card__img--zoom{transform:scale(1.04)}.project-card[data-ratio=portrait]:focus-within .project-card__img,.project-card[data-ratio=portrait]:hover .project-card__img{transform:scale(1.03)}.project-card__hover-panel{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:transparent;transition:background var(--portfolio-ease);pointer-events:none}.project-card[data-ratio=landscape]:focus-within .project-card__hover-panel,.project-card[data-ratio=landscape]:hover .project-card__hover-panel{background:rgba(0,0,0,.28)}.project-card__shade{position:absolute;inset:0;background:linear-gradient(0deg,hsla(0,0%,6%,.92) 0,hsla(0,0%,6%,.45) 38%,transparent 72%);pointer-events:none;transition:opacity var(--portfolio-ease)}.project-card__hover-veil{position:absolute;inset:0;background:transparent;transition:background var(--portfolio-ease);pointer-events:none}.project-card[data-ratio=portrait]:focus-within .project-card__hover-veil,.project-card[data-ratio=portrait]:hover .project-card__hover-veil{background:rgba(0,0,0,.18)}.project-card__hover-cta{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--font-ui);font-size:.625rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--portfolio-accent);opacity:0;transform:translateY(6px);transition:opacity var(--portfolio-ease),transform var(--portfolio-ease);pointer-events:none}.project-card__hover-cta--landscape{position:relative;z-index:2}.project-card[data-ratio=landscape]:focus-within .project-card__hover-cta,.project-card[data-ratio=landscape]:hover .project-card__hover-cta,.project-card[data-ratio=portrait]:focus-within .project-card__hover-cta,.project-card[data-ratio=portrait]:hover .project-card__hover-cta{opacity:1;transform:translateY(0)}.project-card[data-ratio=portrait] .project-card__hover-cta{position:absolute;left:50%;top:42%;z-index:3;transform:translate(-50%,6px)}.project-card[data-ratio=portrait]:focus-within .project-card__hover-cta,.project-card[data-ratio=portrait]:hover .project-card__hover-cta{transform:translate(-50%)}.project-card__info--below{padding:1.1rem 1.15rem 1.25rem}.project-card__info--overlay{position:absolute;right:0;bottom:0;left:0;z-index:2;padding:1.25rem 1.15rem 1.15rem;pointer-events:none}.project-card__pill{display:inline-block;margin-bottom:.5rem;padding:.28rem .65rem;border-radius:999px;border:1px solid hsla(39,46%,61%,.35);background:hsla(39,46%,61%,.1);font-family:var(--font-ui);font-size:.5625rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--portfolio-accent)}.project-card__title{font-family:var(--font-display);font-size:clamp(1.35rem,2.8vw,1.75rem);font-weight:400;font-style:italic;line-height:1.1;color:var(--text-primary)}.project-card__desc{margin-top:.4rem;font-family:var(--font-ui);font-size:.75rem;font-weight:300;line-height:1.45;color:var(--text-secondary)}.svc-gallery{min-width:0}.svc-gallery__layout{display:flex;flex-direction:column;gap:2rem}.svc-gallery__aside{display:flex;flex-direction:column;gap:1.25rem}.svc-gallery__header{max-width:40rem}.svc-gallery__title{margin-top:.5rem;font-family:var(--font-display),serif;font-size:clamp(1.85rem,4vw,2.75rem);font-weight:300;font-style:italic;line-height:1.08;color:var(--ink-primary)}.svc-gallery__title-accent{display:block;margin-top:.25rem;color:rgba(var(--accent-gold-rgb),.9)}.svc-gallery__lead{margin-top:.75rem;max-width:38ch;font-size:.9rem;line-height:1.65;color:var(--ink-secondary)}.svc-gallery__line{margin-top:1.5rem;max-width:12rem}.svc-gallery__count{font-size:.58rem;letter-spacing:.22em;color:var(--ink-muted)}.svc-gallery__cta{align-self:flex-start;font-size:.62rem}.svc-gallery__order{font-family:var(--font-display),serif;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:300;font-style:italic;line-height:1;color:rgba(var(--accent-gold-rgb),.22);user-select:none}.svc-gallery__highlights{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem;padding:0;list-style:none}.svc-gallery__highlights li{font-family:var(--font-outfit),system-ui,sans-serif;font-size:.55rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-secondary);border:1px solid hsla(0,0%,100%,.1);border-radius:999px;padding:.35rem .6rem;background:hsla(0,0%,100%,.03)}.svc-gallery__main{min-width:0}.svc-gallery__secondary,.svc-gallery__showcase{display:flex;flex-direction:column;gap:1.25rem}.svc-gallery__slot{min-width:0;display:flex;justify-content:center}@media (min-width:1024px){.svc-gallery__layout{display:grid;grid-template-columns:minmax(14rem,19rem) minmax(0,1fr);gap:clamp(1.5rem,3vw,2.5rem);align-items:start}.svc-gallery__aside{position:sticky;top:calc(var(--hero-nav-stack) + 1.25rem);gap:1.15rem;padding-top:.15rem}.svc-gallery__header{max-width:none}.svc-gallery__title{font-size:clamp(1.75rem,2.1vw,2.25rem)}.svc-gallery__lead{max-width:30ch;font-size:.875rem}.svc-gallery__main{justify-self:start;width:100%;max-width:44rem}.svc-gallery--solo .svc-gallery__main{max-width:36rem}.svc-gallery__showcase{gap:1.35rem}}@media (min-width:1280px){.svc-gallery__layout{grid-template-columns:minmax(15rem,20rem) minmax(0,1fr);gap:clamp(1.75rem,3.5vw,2.75rem)}.svc-gallery--duo .svc-gallery__main{max-width:46rem}.svc-gallery--duo .svc-gallery__showcase{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem 1.35rem;align-items:start}.svc-gallery--duo .svc-gallery__slot--featured{grid-column:1;grid-row:1}.svc-gallery--duo .svc-gallery__secondary{grid-column:2;grid-row:1;display:flex;flex-direction:column;justify-content:flex-start;gap:1.15rem;padding-top:0}.svc-gallery--solo .svc-gallery__main{max-width:34rem}}@media (min-width:1536px){.svc-gallery--duo .svc-gallery__main{max-width:48rem}.svc-gallery--solo .svc-gallery__main{max-width:36rem}}.svc-video-card{display:flex;flex-direction:column;width:fit-content;max-width:100%;min-width:0}.svc-video-card__frame{display:inline-block;width:fit-content;max-width:100%;overflow:hidden;vertical-align:top;border:1px solid hsla(0,0%,100%,.1);background:#0a0a0a;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.05),0 12px 36px rgba(0,0,0,.32);transition:border-color .4s ease,box-shadow .4s ease}.svc-video-card--featured .svc-video-card__frame{border-color:rgba(var(--accent-gold-rgb),.28)}.svc-video-card:focus-within .svc-video-card__frame,.svc-video-card:hover .svc-video-card__frame{border-color:rgba(var(--accent-gold-rgb),.45);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.06),0 16px 40px rgba(0,0,0,.38),0 0 0 1px rgba(var(--accent-gold-rgb),.1)}.svc-video-card__stage{position:relative;display:block;width:max-content;max-width:100%;line-height:0;background:#050505}.svc-video-card__media{display:block;width:auto;height:auto;max-width:min(100%,17.5rem);max-height:min(30rem,50svh);vertical-align:top;object-fit:contain;object-position:center;background:#050505;opacity:0;transition:opacity .5s ease}.svc-video-card--featured .svc-video-card__media{max-width:min(100%,19rem);max-height:min(32rem,52svh)}@media (max-width:1023px){.svc-video-card__media{max-width:min(calc(100vw - 2.5rem),17.5rem);max-height:min(32rem,58svh)}.svc-video-card--featured .svc-video-card__media{max-width:min(calc(100vw - 2.5rem),19rem)}}.svc-video-card[data-ready=true] .svc-video-card__media{opacity:1}.svc-video-card__shade{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.35),transparent 32%,transparent 55%,rgba(0,0,0,.82))}.svc-video-card__top{position:absolute;inset-inline:0;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem}.svc-video-card__order{font-family:var(--font-display),serif;font-size:1.35rem;font-weight:300;font-style:italic;line-height:1;color:hsla(0,0%,100%,.88)}.svc-video-card__badge{font-family:var(--font-outfit),system-ui,sans-serif;font-size:.52rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:rgba(var(--accent-gold-rgb),.9);border:1px solid rgba(var(--accent-gold-rgb),.35);border-radius:999px;padding:.3rem .55rem;background:rgba(0,0,0,.35)}.svc-video-card__controls{position:absolute;right:1rem;bottom:5.75rem;z-index:3;display:flex;gap:.45rem}.svc-video-card__btn{display:grid;place-items:center;width:2.15rem;height:2.15rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.18);background:rgba(0,0,0,.45);color:#fff;cursor:pointer;transition:border-color .25s ease,background-color .25s ease,color .25s ease}.svc-video-card__btn:focus-visible,.svc-video-card__btn:hover{border-color:rgba(var(--accent-gold-rgb),.55);background:rgba(var(--accent-gold-rgb),.14);color:var(--accent-gold)}.svc-video-card__copy--overlay{position:absolute;inset-inline:0;bottom:0;z-index:2;padding:1rem 1.1rem 1.15rem;line-height:normal}.svc-video-card__meta{display:none;width:100%;max-width:19rem;align-self:center}.svc-video-card__client{font-family:var(--font-outfit),system-ui,sans-serif;font-size:.55rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:rgba(var(--accent-gold-rgb),.82)}.svc-video-card__title{margin-top:.3rem;font-family:var(--font-display),serif;font-size:clamp(1.15rem,2.5vw,1.55rem);font-weight:300;font-style:italic;line-height:1.1;color:#fff}.svc-video-card__desc{margin-top:.45rem;max-width:42ch;font-size:.78rem;line-height:1.55;color:hsla(0,0%,100%,.62)}@media (min-width:1024px){.svc-video-card__shade{background:linear-gradient(180deg,rgba(0,0,0,.28),transparent 28%,transparent 72%,rgba(0,0,0,.35))}.svc-video-card__copy--overlay{display:none}.svc-video-card__controls{bottom:1rem}.svc-video-card__meta{display:block;padding:.75rem .1rem 0}.svc-video-card__meta-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.svc-video-card__badge--meta{flex-shrink:0;background:rgba(var(--accent-gold-rgb),.08)}.svc-video-card__meta .svc-video-card__title{margin-top:.35rem;color:var(--ink-primary);font-size:clamp(1.05rem,1.2vw,1.35rem)}.svc-video-card__meta .svc-video-card__desc{margin-top:.4rem;max-width:40ch;font-size:.78rem;line-height:1.55;color:var(--ink-secondary)}.svc-video-card--featured .svc-video-card__order{font-size:1.25rem}}@media (min-width:1280px){.svc-gallery--solo .svc-video-card__meta{display:block;padding-top:.85rem;border-top:1px solid hsla(0,0%,100%,.07);margin-top:.15rem}}@media (prefers-reduced-motion:reduce){.svc-video-card__btn,.svc-video-card__frame,.svc-video-card__media{transition:none}}.drone-gallery{position:relative;min-width:0}.drone-gallery__inner{display:flex;flex-direction:column;gap:1.75rem}.drone-gallery__intro{display:flex;flex-direction:column;gap:1rem}.drone-gallery__index{font-family:var(--font-display),serif;font-size:clamp(2.75rem,7vw,3.75rem);font-weight:300;font-style:italic;line-height:1;color:hsla(0,0%,100%,.12);user-select:none}.drone-gallery__header{display:flex;flex-direction:column;gap:.75rem;max-width:40rem}.drone-gallery__eyebrow{font-family:var(--font-outfit),system-ui,sans-serif;font-size:.58rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-muted)}.drone-gallery__title{font-family:var(--font-display),serif;font-size:clamp(1.9rem,4.5vw,2.65rem);font-weight:300;font-style:italic;line-height:1.08;color:var(--ink-primary)}.drone-gallery__title-accent{display:block;margin-top:.2rem;color:var(--ink-secondary)}.drone-gallery__lead{max-width:42ch;font-size:.9rem;line-height:1.65;color:var(--ink-secondary)}.drone-gallery__highlights{display:flex;flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none}.drone-gallery__highlights li{font-family:var(--font-outfit),system-ui,sans-serif;font-size:.55rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-secondary);border:1px solid hsla(0,0%,100%,.1);border-radius:999px;padding:.35rem .65rem;background:hsla(0,0%,100%,.03)}.drone-gallery__line{margin-top:.35rem;max-width:10rem}.drone-gallery__specs{display:grid;gap:.65rem;margin:0;padding:.85rem 0 0;border-top:1px solid hsla(0,0%,100%,.07);list-style:none}.drone-gallery__specs li{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;font-size:.78rem;line-height:1.4}.drone-gallery__spec-label{font-family:var(--font-outfit),system-ui,sans-serif;font-size:.55rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-muted)}.drone-gallery__spec-value{color:var(--ink-primary);text-align:right}.drone-gallery__count{font-size:.58rem;letter-spacing:.22em;color:var(--ink-muted)}.drone-gallery__cta{align-self:flex-start;margin-top:.15rem;font-size:.62rem}.drone-gallery__media{min-width:0;display:flex;justify-content:center;flex-shrink:0}.drone-gallery__showcase{display:flex;flex-direction:column;align-items:center;width:fit-content;max-width:100%}.drone-gallery__caption{margin-top:.85rem;width:100%;max-width:28rem;text-align:center}.drone-gallery__caption-client{font-family:var(--font-outfit),system-ui,sans-serif;font-size:.55rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:rgba(var(--accent-gold-rgb),.82)}.drone-gallery__caption-title{margin-top:.35rem;font-family:var(--font-display),serif;font-size:1.25rem;font-weight:300;font-style:italic;line-height:1.1;color:var(--ink-primary)}.drone-gallery__caption-desc{margin-top:.45rem;font-size:.8rem;line-height:1.55;color:var(--ink-secondary)}.drone-film,.drone-film__frame{width:fit-content;max-width:100%}.drone-film__frame{display:inline-block;overflow:hidden;border:1px solid rgba(var(--accent-gold-rgb),.28);background:#050505;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.05),0 16px 48px rgba(0,0,0,.38);transition:border-color .35s ease,box-shadow .35s ease}.drone-film:focus-within .drone-film__frame,.drone-film:hover .drone-film__frame{border-color:rgba(var(--accent-gold-rgb),.48);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.07),0 20px 56px rgba(0,0,0,.45),0 0 0 1px rgba(var(--accent-gold-rgb),.12)}.drone-film__stage{position:relative;width:max-content;max-width:100%;line-height:0}.drone-film__video{display:block;width:auto;height:auto;max-width:min(100%,20rem);max-height:min(28rem,52svh);vertical-align:top;object-fit:contain;background:#050505;opacity:0;transition:opacity .45s ease}.drone-film[data-ready=true] .drone-film__video{opacity:1}.drone-film__shade{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.3),transparent 30%,transparent 70%,rgba(0,0,0,.45))}.drone-film__top{position:absolute;inset-inline:0;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .85rem}.drone-film__order{font-family:var(--font-display),serif;font-size:1.2rem;font-weight:300;font-style:italic;line-height:1;color:hsla(0,0%,100%,.9)}.drone-film__badge{font-family:var(--font-outfit),system-ui,sans-serif;font-size:.52rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:rgba(var(--accent-gold-rgb),.92);border:1px solid rgba(var(--accent-gold-rgb),.38);border-radius:999px;padding:.28rem .55rem;background:rgba(0,0,0,.4)}.drone-film__controls{position:absolute;right:.85rem;bottom:.85rem;z-index:3;display:flex;gap:.4rem}.drone-film__btn{display:grid;place-items:center;width:2rem;height:2rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.18);background:rgba(0,0,0,.5);color:#fff;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.drone-film__btn:focus-visible,.drone-film__btn:hover{border-color:rgba(var(--accent-gold-rgb),.55);background:rgba(var(--accent-gold-rgb),.14);color:var(--accent-gold)}@media (min-width:1024px){.drone-gallery__inner{display:grid;grid-template-columns:minmax(0,1fr) max-content;gap:clamp(2rem,4vw,3.25rem);align-items:center;max-width:62rem;margin-inline:auto}.drone-gallery__intro{position:sticky;top:calc(var(--hero-nav-stack) + 1.25rem);gap:1.1rem;padding-top:.25rem;align-self:start}.drone-gallery__index{font-size:3rem;color:hsla(0,0%,100%,.14)}.drone-gallery__title{font-size:clamp(2rem,2.4vw,2.5rem)}.drone-gallery__lead{font-size:.875rem}.drone-gallery__media{min-width:max-content;width:max-content;justify-content:flex-end}.drone-gallery__showcase{align-items:flex-end;width:max-content}.drone-gallery__caption{display:none}.drone-film{flex-shrink:0}.drone-film__stage{min-width:min(30rem,100%)}.drone-film__video{max-width:min(100%,30rem);max-height:min(25rem,42svh);min-width:14rem}}@media (min-width:1280px){.drone-gallery__inner{max-width:66rem;gap:3rem}.drone-film__stage{min-width:min(32rem,100%)}.drone-film__video{max-width:min(100%,32rem);max-height:min(27rem,46svh);min-width:16rem}}@media (max-width:1023px){.drone-film__video{max-width:min(calc(100vw - 2.5rem),20rem)}}@media (prefers-reduced-motion:reduce){.drone-film__btn,.drone-film__frame,.drone-film__video{transition:none}}