:root { --red:#ee6155; --bg:#222226; --black:#000; --tile:#3c3c40; --text:#fff; --muted:#bababc; --max:1200px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; background:var(--bg); }
@media (min-width:701px) { html { scroll-behavior:auto; } }
body { margin:0; color:var(--text); background:var(--bg); font-family:'Poppins',Arial,sans-serif; font-weight:400; }
#CookiebotWidget { display:none !important; }
main { display:flex; flex-direction:column; }
main > .services { order:10; }
main > .seo-overview { order:15; }
main > .scenery { order:20; }
main > .facilities { order:30; }
main > .process { order:40; }
main > .control-room { order:50; }
main > .clients { order:60; }
main > .portfolio { order:70; }
main > .pricing { order:80; }
main > .booking { order:90; }
main > .newsletter { order:100; }
main > .faq { order:110; }
main > .contact { order:120; }
img { display:block; max-width:100%; }
a { color:inherit; text-decoration:none; }
.container { width:min(calc(100% - 48px),var(--max)); margin-inline:auto; }
.section { padding:76px 0; }
.section-title { position:relative; margin:0 0 44px; font-size:22px; font-weight:500; }
.section-title::after { content:""; display:block; width:32px; height:8px; margin-top:2px; border-radius:8px; background:var(--red); filter:blur(2px); }
.section-title--spaced { margin-top:105px; }
.button { display:inline-flex; justify-content:center; align-items:center; min-height:46px; padding:10px 20px; border-radius:26px; border:0; font:600 16px 'Poppins',sans-serif; cursor:pointer; transition:color .3s ease,background .3s ease,border-color .3s ease,box-shadow .35s ease,transform .3s cubic-bezier(.22,1,.36,1); }
.button--primary { color:#151515; background:var(--red); box-shadow:0 16px 22px rgba(238,97,85,.22); }
.button--outline { border:1.5px solid #fff; background:transparent; }
.facilities__booking-cta { display:flex; justify-content:center; margin-top:42px; }
.mobile-booking-cta { display:none; }
.mobile-phone-cta { display:none; }
.desktop-quick-actions { position:fixed; z-index:18; top:50%; right:22px; display:flex; flex-direction:column; align-items:flex-end; gap:10px; transform:translateY(-50%); transition:opacity .25s,transform .25s; }
.desktop-quick-actions.is-hidden { opacity:0; pointer-events:none; transform:translate(18px,-50%); }
.desktop-quick-actions a { display:flex; align-items:center; justify-content:flex-end; gap:0; width:48px; height:48px; overflow:hidden; padding:0 13px; border-radius:25px; color:#111; background:var(--red); box-shadow:0 14px 28px rgba(0,0,0,.35),0 10px 26px rgba(238,97,85,.2); white-space:nowrap; transition:width .38s cubic-bezier(.22,1,.36,1),gap .3s,background .2s,box-shadow .3s,transform .2s; }
.desktop-quick-actions a > span { max-width:0; overflow:hidden; opacity:0; font-size:13px; font-weight:600; transition:max-width .38s cubic-bezier(.22,1,.36,1),opacity .2s .04s; }
.desktop-quick-actions a > svg { flex:0 0 21px; width:21px; height:21px; }
.desktop-quick-actions__booking svg { fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.desktop-quick-actions__phone svg { fill:currentColor; }
.desktop-quick-actions__phone > span { user-select:text; }
.desktop-quick-actions a:hover,.desktop-quick-actions a:focus-visible { width:190px; gap:10px; background:#ff776c; box-shadow:0 16px 34px rgba(0,0,0,.36),0 10px 30px rgba(238,97,85,.3); transform:translateX(-2px); }
.desktop-quick-actions a:hover > span,.desktop-quick-actions a:focus-visible > span { max-width:145px; opacity:1; }

.hero { position:relative; min-height:max(680px,100svh); overflow:hidden; background:linear-gradient(90deg,rgba(0,0,0,.52),rgba(0,0,0,.12)),url('../images/hero-studio-1280.webp') center/cover no-repeat; }
.hero::after { content:""; position:absolute; z-index:1; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.48),rgba(0,0,0,.08)),linear-gradient(0deg,rgba(0,0,0,.5),transparent 52%); pointer-events:none; }
.hero__video { position:absolute; z-index:0; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.hero__content { position:static; width:auto; }
.hero__logo-link { position:absolute; z-index:4; top:30px; left:clamp(34px,6vw,116px); display:block; border-radius:8px; }
.hero__logo-link:focus-visible { outline:2px solid var(--red); outline-offset:7px; }
.hero__logo { width:108px; height:auto; margin:0; }
.hero__content .button { position:absolute; z-index:2; right:0; bottom:112px; left:0; width:max-content; margin:0 auto; transform:none; }
.hero__intro { position:absolute; z-index:2; left:50%; bottom:28px; width:min(calc(100% - 48px),760px); transform:translateX(-50%); text-align:center; }
.hero__tagline { margin:0; font-size:16px; font-weight:500; line-height:1.35; }
.hero__description { max-width:720px; margin:7px auto 0; color:rgba(255,255,255,.84); font-size:12px; line-height:1.45; }
.language-switch { position:absolute; z-index:4; top:30px; right:32px; display:flex; align-items:center; gap:7px; color:rgba(255,255,255,.55); font-size:13px; font-weight:600; }
.language-switch button { padding:4px 2px; border:0; color:inherit; background:transparent; font:inherit; cursor:pointer; transition:color .25s,text-shadow .25s; }
.language-switch button:hover,.language-switch button:focus-visible,.language-switch button.is-active { color:#fff; text-shadow:0 0 12px rgba(255,255,255,.55); }
.language-switch button.is-active { text-decoration:underline; text-decoration-color:var(--red); text-decoration-thickness:2px; text-underline-offset:5px; }
.language-switch--static { position:static; margin-left:auto; }
.menu-button { display:none; }
.menu { position:absolute; z-index:4; top:27px; left:50%; display:flex; align-items:center; gap:24px; transform:translateX(-50%); font-size:14px; font-weight:500; white-space:nowrap; }
.menu a { position:relative; padding:6px 0; color:rgba(255,255,255,.86); transition:color .2s; }
.menu a::after { content:""; position:absolute; right:0; bottom:0; left:0; height:2px; border-radius:2px; background:var(--red); transform:scaleX(0); transform-origin:center; transition:transform .2s; }
.menu a:hover,.menu a:focus-visible { color:#fff; }
.menu a:hover::after,.menu a:focus-visible::after { transform:scaleX(1); }
.phone-fab { display:flex; align-items:center; justify-content:center; gap:8px; min-height:44px; padding:9px 15px; border-radius:24px; color:#111; background:var(--red); box-shadow:0 14px 24px rgba(238,97,85,.25); font-size:13px; font-weight:600; }
.phone-fab svg { width:18px; height:18px; fill:currentColor; }
.phone-fab--hero { display:none; }

@media (min-width:701px) and (max-width:920px) {
  .menu { gap:14px; font-size:12px; }
  .language-switch { right:18px; }
  .hero__logo-link { left:20px; }
  .hero__logo { width:86px; }
}

.services { padding-top:72px; padding-bottom:52px; }
.services-marquee { overflow-x:auto; width:100%; padding:8px 0; cursor:grab; scrollbar-width:none; touch-action:pan-y; -webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent); mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent); }
.services-marquee::-webkit-scrollbar { display:none; }
.services-marquee.is-dragging { cursor:grabbing; user-select:none; }
.services-marquee__track { display:flex; width:max-content; will-change:transform; }
.services-marquee__group { display:flex; align-items:center; flex-shrink:0; gap:28px; padding-right:28px; color:#d2d2d5; font-size:19px; font-weight:400; white-space:nowrap; }
.services-marquee__group span { display:flex; align-items:center; gap:28px; }
.services-marquee__group span::after { content:'•'; color:rgba(238,97,85,.7); font-size:14px; }
.eyebrow { margin:0 0 12px; color:var(--red); font-size:12px; font-weight:600; letter-spacing:.12em; text-transform:uppercase; }
.seo-overview { padding-top:58px; padding-bottom:76px; background:#19191c; }
.seo-overview__heading { max-width:880px; }
.seo-overview__heading h2 { max-width:800px; margin:0 0 20px; font-size:38px; font-weight:500; line-height:1.2; letter-spacing:-.025em; }
.seo-overview__heading > p:last-child { margin:0; color:#d1d1d5; font-size:16px; line-height:1.72; }
.seo-overview__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; margin-top:38px; }
.seo-overview__grid article { padding:26px; border:1px solid #3e3e44; border-radius:22px; background:linear-gradient(145deg,#2d2d32 0%,#232327 100%); }
.seo-overview__grid h3 { margin:0 0 10px; font-size:18px; font-weight:500; line-height:1.35; }
.seo-overview__grid p { margin:0; color:#c7c7cb; font-size:14px; line-height:1.65; }
.seo-overview__cta { margin:28px 0 0; color:#c7c7cb; font-size:14px; line-height:1.7; }
.seo-overview__cta a { color:#ff8d84; text-decoration:underline; text-decoration-color:rgba(255,141,132,.45); text-underline-offset:4px; }
.scenery { padding-top:20px; padding-bottom:44px; }
.carousel { position:relative; }
.carousel__track { display:grid; grid-auto-flow:column; grid-auto-columns:86%; gap:28px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; padding:4px calc(7% - 4px) 24px; }
.carousel__track::-webkit-scrollbar { display:none; }
.carousel__track picture { display:block; width:100%; aspect-ratio:1.75; scroll-snap-align:center; }
.carousel__track img { display:block; width:100%; height:100%; object-fit:cover; border-radius:26px; }
.carousel__track.is-dragging { cursor:grabbing; user-select:none; }
.carousel__nav { position:absolute; z-index:2; top:42%; width:44px; height:44px; border:0; border-radius:50%; color:#fff; background:rgba(0,0,0,.5); font-size:32px; cursor:pointer; }
.carousel__nav--prev { left:0; } .carousel__nav--next { right:0; }
.carousel__dots { display:flex; justify-content:center; gap:5px; margin-top:4px; }
.carousel__dots button { width:8px; height:8px; padding:0; border:0; border-radius:8px; background:#aaa; cursor:pointer; }
.carousel__dots button.is-active { width:20px; background:var(--red); }

.facilities { padding-top:44px; padding-bottom:40px; }
.process { padding-top:72px; padding-bottom:76px; background:#19191c; }
.process .section-title { margin-bottom:10px; font-size:34px; }
.process__lead { max-width:680px; margin:0 0 34px; color:#c3c3c8; font-size:17px; line-height:1.55; }
.process__list { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; padding:0; margin:0; list-style:none; }
.process__list li { position:relative; display:flex; min-height:215px; flex-direction:column; justify-content:space-between; gap:28px; overflow:hidden; padding:26px; border:1px solid #3e3e44; border-radius:22px; background:linear-gradient(145deg,#2d2d32 0%,#232327 100%); }
.process__list li::before { content:""; position:absolute; top:0; left:26px; width:64px; height:4px; border-radius:0 0 6px 6px; background:var(--red); box-shadow:0 8px 20px rgba(238,97,85,.35); }
.process__number { color:var(--red); font-size:42px; font-weight:600; line-height:1; letter-spacing:-.04em; }
.process__list strong { display:block; margin-bottom:8px; font-size:19px; line-height:1.25; }
.process__list p { margin:0; color:#d7d7da; font-size:15px; line-height:1.55; }
.photo-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:30px; }
.photo-grid figure { position:relative; overflow:hidden; margin:0; border-radius:18px; }
.photo-grid picture { display:block; width:100%; height:100%; }
.photo-grid img { width:100%; height:100%; object-fit:cover; }
.photo-grid figcaption { position:absolute; top:18px; left:20px; right:10px; font-size:18px; font-weight:600; text-shadow:0 1px 6px #000; }
.photo-grid--studio figure { aspect-ratio:1; }
.photo-grid--backstage figure { aspect-ratio:.8; }
.photo-grid--facilities figure:nth-child(-n+4) { aspect-ratio:1; }
.photo-grid--facilities figure:nth-child(n+5) { aspect-ratio:.8; }

.pricing { padding-top:68px; padding-bottom:58px; }
.pricing__list { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; width:min(1000px,100%); margin:auto; }
.pricing-card { display:flex; flex-direction:column; min-height:180px; padding:23px 24px; border:1px solid #414146; border-radius:22px; background:#323236; transition:border-color .2s,background .2s,transform .2s; }
.pricing-card:hover { border-color:#55555a; background:#37373b; transform:translateY(-2px); }
.pricing-card__top { display:flex; align-items:center; gap:9px; }
.pricing-card__top::before { content:""; width:18px; height:3px; border-radius:3px; background:var(--red); box-shadow:0 0 8px rgba(238,97,85,.4); }
.pricing-card__top small { color:#aaaab0; font-size:11px; white-space:nowrap; }
.pricing-card h3 { margin:26px 0 12px; font-size:17px; font-weight:500; line-height:1.35; }
.pricing-card__price { position:relative; z-index:1; display:flex; align-items:baseline; gap:7px; margin-top:auto; }
.pricing-card__price strong { font-size:27px; line-height:1.1; letter-spacing:-.02em; white-space:nowrap; }
.pricing-card__price span { color:#b9b9bd; font-size:13px; }
.pricing__reserve { display:flex; align-items:center; justify-content:space-between; gap:30px; width:min(1000px,100%); margin:24px auto 0; padding:22px 0 0; border-top:1px solid #3b3b40; }
.pricing__reserve > div:first-child { display:grid; gap:4px; }
.pricing__reserve > div:first-child strong { font-size:15px; font-weight:500; }
.pricing__reserve > div:first-child span { color:#929298; font-size:12px; }
.pricing__actions { display:flex; align-items:center; gap:14px; }
.pricing__actions .button { min-height:48px; padding-inline:22px; font-size:14px; white-space:nowrap; }
.pricing__phone { display:flex; align-items:center; gap:9px; min-height:48px; padding:10px 18px; border:1px solid #4a4a50; border-radius:26px; font-size:20px; transition:border-color .3s,color .3s,background .3s,box-shadow .3s,transform .3s cubic-bezier(.22,1,.36,1); }
.pricing__phone svg { width:18px; height:18px; fill:currentColor; }
.pricing__phone:hover { border-color:var(--red); color:#ff8f86; }
.pricing__phone b { font-size:14px; white-space:nowrap; }

.newsletter { padding:76px 0; color:#fff; background:#000; }
.newsletter__inner { max-width:1000px; }
.newsletter__heading { max-width:720px; margin-bottom:42px; }
.newsletter h2 { margin:0 0 14px; font-size:46px; font-weight:400; line-height:1.2; }
.newsletter__heading p { margin:0; color:#c9c9cc; font-size:17px; line-height:1.55; }
.contact-form { width:100%; max-width:100%; min-width:0; padding:36px; border:1px solid #343438; border-radius:28px; background:#171719; }
.contact-form__booking { display:flex; align-items:center; justify-content:space-between; gap:24px; margin:0 0 26px; padding:20px 22px; border:1px solid rgba(238,97,85,.48); border-radius:18px; background:rgba(238,97,85,.09); }
.contact-form__booking[hidden] { display:none; }
.contact-form__booking > div { display:grid; gap:3px; min-width:0; }
.contact-form__booking span { color:#aaaab0; font-size:11px; font-weight:600; letter-spacing:.05em; text-transform:uppercase; }
.contact-form__booking strong { font-size:17px; font-weight:500; }
.contact-form__booking small { color:#d0d0d4; font-size:13px; }
.contact-form__booking b { margin-top:4px; color:#ff8d84; font-size:15px; font-weight:600; }
.contact-form__booking button { flex:0 0 auto; min-height:42px; padding:9px 16px; border:1px solid #5b5b61; border-radius:22px; color:#fff; background:#29292d; font:500 12px 'Poppins',sans-serif; cursor:pointer; transition:.2s; }
.contact-form__booking button:hover { border-color:var(--red); color:#ff9289; }
.contact-form__grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; width:100%; min-width:0; }
.contact-form__grid--compact { grid-template-columns:repeat(3,minmax(0,1fr)); }
.contact-form__grid > * { min-width:0; max-width:100%; }
.form-field { display:grid; gap:9px; min-width:0; }
.form-field > span { font-size:14px; font-weight:500; }
.form-field b,.form-consent b,.contact-form__footer b { color:var(--red); }
.form-field--wide { grid-column:1/-1; }
.form-field input,.form-field select,.form-field textarea { display:block; width:100%; max-width:100%; min-width:0; min-inline-size:0; border:1px solid #46464b; border-radius:14px; color:#fff; background:#252529; font:400 15px 'Poppins',sans-serif; outline:none; transition:border-color .2s,box-shadow .2s,background .2s; }
.form-field input,.form-field select { height:52px; padding:0 16px; }
.form-field textarea { min-height:142px; padding:14px 16px; resize:vertical; }
.form-field select { color-scheme:dark; cursor:pointer; }
.form-field input::placeholder,.form-field textarea::placeholder { color:#8f8f94; }
.form-field input:focus,.form-field select:focus,.form-field textarea:focus { border-color:var(--red); background:#2a2a2e; box-shadow:0 0 0 3px rgba(238,97,85,.16); }
.contact-form.was-validated :is(input,select,textarea):invalid { border-color:#df5a50; }
.form-consent { display:flex; align-items:flex-start; gap:11px; margin:24px 0; color:#c9c9cc; font-size:13px; line-height:1.5; cursor:pointer; }
.form-consent input { flex:0 0 auto; width:18px; height:18px; margin:1px 0 0; accent-color:var(--red); }
.form-consent span { min-width:0; overflow-wrap:anywhere; }
.form-honeypot { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.contact-form__footer { display:flex; align-items:center; gap:20px; }
.contact-form__footer p { margin:0; color:#929297; font-size:12px; }
.contact-form .form-message { min-height:24px; margin:18px 0 0; font-size:14px; }
.contact-form .form-message.is-error { color:#ff8076; }
.contact-form .form-message.is-success { color:#79d99a; }
.contact-form .form-message.is-info { color:#c9c9cc; }
.contact-form button[disabled] { cursor:wait; opacity:.65; }
.booking { padding:58px 0 76px; background:var(--bg); }
.booking__heading { display:flex; align-items:flex-end; justify-content:space-between; gap:28px; margin-bottom:38px; }
.booking__heading > div { max-width:760px; }
.booking h2 { margin:0 0 14px; font-size:46px; font-weight:400; line-height:1.2; }
.booking__heading p { margin:0; color:#c9c9cc; font-size:17px; line-height:1.55; }
.booking__heading .booking__project-note { flex:0 1 300px; max-width:300px; color:#c9c9cc; font-size:13px; line-height:1.55; text-align:right; }
.booking__project-note a { color:#ff8d84; font-weight:600; text-decoration:underline; text-decoration-thickness:1px; text-underline-offset:3px; }
.studio-calendar { display:grid; grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr); overflow:hidden; border:1px solid #414146; border-radius:28px; background:#2b2b2f; box-shadow:0 28px 70px rgba(0,0,0,.24); }
.studio-calendar__date-panel { padding:34px; }
.studio-calendar__toolbar { display:grid; grid-template-columns:42px 1fr 42px; align-items:center; gap:12px; margin-bottom:28px; }
.studio-calendar__toolbar h3 { margin:0; text-align:center; font-size:22px; font-weight:500; text-transform:capitalize; }
.studio-calendar__month-nav { width:42px; height:42px; border:1px solid #505056; border-radius:50%; color:#fff; background:#36363b; font-size:28px; cursor:pointer; transition:.2s; }
.studio-calendar__month-nav:hover:not(:disabled) { border-color:var(--red); background:var(--red); }
.studio-calendar__month-nav:disabled { cursor:not-allowed; opacity:.3; }
.studio-calendar__weekdays,.studio-calendar__days { display:grid; grid-template-columns:repeat(7,1fr); gap:8px; }
.studio-calendar__weekdays { margin-bottom:9px; color:#a8a8ad; font-size:11px; font-weight:600; text-align:center; text-transform:uppercase; }
.studio-calendar__day { display:grid; place-items:center; width:100%; aspect-ratio:1; border:1px solid transparent; border-radius:14px; color:#fff; background:#36363b; font:500 14px 'Poppins',sans-serif; cursor:pointer; transition:border-color .2s,background .2s,transform .2s; }
.studio-calendar__day:hover:not(:disabled) { border-color:var(--red); transform:translateY(-1px); }
.studio-calendar__day.is-today { border-color:#77777d; }
.studio-calendar__day.is-selected { border-color:var(--red); color:#171719; background:var(--red); box-shadow:0 10px 22px rgba(238,97,85,.24); }
.studio-calendar__day:disabled { color:#6f6f74; background:#2d2d31; cursor:not-allowed; }
.studio-calendar__day-placeholder { aspect-ratio:1; }
.studio-calendar__legend { display:flex; flex-wrap:wrap; gap:18px; margin-top:24px; color:#aaaab0; font-size:11px; }
.studio-calendar__legend span { display:flex; align-items:center; gap:7px; }
.studio-calendar__legend i { width:10px; height:10px; border-radius:50%; background:#36363b; }
.studio-calendar__legend .is-selected { background:var(--red); }
.studio-calendar__legend .is-unavailable { background:#29292d; border:1px solid #55555a; }
.studio-calendar__time-panel { display:flex; flex-direction:column; min-width:0; padding:34px; background:#171719; }
.studio-calendar__time-heading p { margin:0 0 4px; color:#99999e; font-size:12px; text-transform:uppercase; letter-spacing:.06em; }
.studio-calendar__time-heading h3 { margin:0 0 5px; font-size:22px; font-weight:500; }
.studio-calendar__time-heading span { color:#aaaab0; font-size:12px; }
.studio-calendar__duration { display:grid; gap:12px; min-width:0; margin:24px 0 0; padding:0; border:0; }
.studio-calendar__duration legend { margin-bottom:10px; color:#fff; font-size:13px; font-weight:500; }
.studio-calendar__duration > div { display:flex; flex-wrap:wrap; gap:8px; }
.studio-calendar__duration button { min-width:64px; min-height:38px; padding:7px 11px; border:1px solid #4a4a50; border-radius:11px; color:#fff; background:#29292d; font:500 12px 'Poppins',sans-serif; cursor:pointer; transition:.2s; }
.studio-calendar__duration button:hover { border-color:var(--red); }
.studio-calendar__duration button.is-selected { border-color:var(--red); color:#171719; background:var(--red); }
.studio-calendar__addon { display:flex; align-items:center; gap:12px; width:100%; padding:12px 14px; border:1px solid #4a4a50; border-radius:12px; color:#fff; background:#29292d; cursor:pointer; transition:border-color .2s,background .2s,box-shadow .2s; }
.studio-calendar__addon:hover { border-color:var(--red); background:#303034; }
.studio-calendar__addon input { flex:0 0 auto; width:19px; height:19px; margin:0; accent-color:var(--red); cursor:pointer; }
.studio-calendar__addon span { display:flex; align-items:center; justify-content:space-between; gap:16px; width:100%; }
.studio-calendar__addon strong { font-size:13px; font-weight:500; }
.studio-calendar__addon small { color:#ff8177; font-size:12px; font-weight:600; white-space:nowrap; }
.studio-calendar__price { display:flex; flex-wrap:wrap; align-items:baseline; gap:6px 10px; margin:2px 0 0; padding:13px 15px; border-radius:13px; background:rgba(238,97,85,.09); }
.studio-calendar__price span { color:#aaaab0; font-size:11px; text-transform:uppercase; letter-spacing:.04em; }
.studio-calendar__price strong { margin-left:auto; color:#ff8177; font-size:22px; font-weight:600; }
.studio-calendar__price small { flex-basis:100%; color:#929297; font-size:10px; text-align:right; }
.studio-calendar__slots { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin:26px 0; }
.studio-calendar__slot { min-height:44px; border:1px solid #4a4a50; border-radius:12px; color:#fff; background:#29292d; font:500 14px 'Poppins',sans-serif; cursor:pointer; transition:.2s; }
.studio-calendar__slot:hover:not(:disabled) { border-color:var(--red); }
.studio-calendar__notice { margin:-10px 0 24px; padding:13px 15px; border:1px solid rgba(238,97,85,.55); border-radius:12px; color:#fff; background:rgba(238,97,85,.13); font-size:12px; line-height:1.5; }
.studio-calendar__slot.is-selected { border-color:var(--red); color:#171719; background:var(--red); }
.studio-calendar__slot:disabled { color:#66666b; text-decoration:line-through; cursor:not-allowed; opacity:.65; }
.studio-calendar__empty { grid-column:1/-1; margin:0; color:#aaaab0; font-size:14px; }
.studio-calendar__summary { display:grid; gap:18px; padding:20px; margin-top:auto; border:1px solid #3e3e43; border-radius:18px; background:#222226; }
.studio-calendar__summary[hidden] { display:none; }
.studio-calendar__summary div { display:grid; gap:3px; }
.studio-calendar__summary span { color:#99999e; font-size:11px; text-transform:uppercase; }
.studio-calendar__summary strong { font-size:17px; font-weight:500; }
.studio-calendar__summary small { color:#ff8d84; font-size:14px; }
.studio-calendar__summary b { margin-top:5px; color:#fff; font-size:16px; font-weight:600; }
.control-room { display:block; width:100%; height:auto; aspect-ratio:16/9; border:0; opacity:1; background:#000 url('../images/control-room-1280.webp') center/contain no-repeat; object-fit:contain; object-position:center; filter:brightness(1.16) saturate(1.05); }
.portfolio { padding-top:70px; }
.portfolio__grid { display:grid; grid-template-columns:1fr 1fr; gap:40px; }
.portfolio__item { position:relative; display:block; overflow:hidden; aspect-ratio:16/9; border-radius:22px; background:#171719; box-shadow:0 16px 34px rgba(0,0,0,.16); cursor:pointer; }
.portfolio__item picture { position:absolute; inset:0; }
.portfolio__poster,.portfolio__item iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
.portfolio__poster { z-index:2; object-fit:cover; opacity:1; transition:opacity .45s ease,transform .55s cubic-bezier(.22,1,.36,1),filter .4s ease; }
.portfolio__item iframe { z-index:1; }
.portfolio__hint { position:absolute; z-index:3; top:50%; left:50%; display:grid; place-items:center; width:64px; height:64px; border:1px solid rgba(255,255,255,.34); border-radius:50%; color:#fff; background:rgba(18,18,21,.7); box-shadow:0 12px 32px rgba(0,0,0,.36); backdrop-filter:blur(8px); opacity:0; transform:translate(-50%,-50%) scale(.88); transition:opacity .3s ease,transform .35s cubic-bezier(.22,1,.36,1),background .25s; }
.portfolio__hint::before { content:""; width:0; height:0; margin-left:5px; border-top:11px solid transparent; border-bottom:11px solid transparent; border-left:17px solid currentColor; }
.portfolio__hint::after { content:""; display:none; width:25px; height:25px; border:3px solid rgba(255,255,255,.3); border-top-color:#fff; border-radius:50%; animation:portfolio-loading .75s linear infinite; }
@keyframes portfolio-loading { to { transform:rotate(360deg); } }
.portfolio__item:hover .portfolio__poster,.portfolio__item:focus-visible .portfolio__poster { transform:scale(1.035); filter:brightness(.82); }
.portfolio__item:hover .portfolio__hint,.portfolio__item:focus-visible .portfolio__hint,.portfolio__item.is-loading .portfolio__hint { opacity:1; transform:translate(-50%,-50%) scale(1); }
.portfolio__item.is-loading .portfolio__poster { filter:brightness(.72); }
.portfolio__item.is-loading .portfolio__hint::before { display:none; }
.portfolio__item.is-loading .portfolio__hint::after { display:block; }
.portfolio__item.is-loaded { cursor:default; }
.portfolio__item.is-loaded .portfolio__poster,.portfolio__item.is-loaded .portfolio__hint { opacity:0; pointer-events:none; }
.clients { position:relative; z-index:1; padding:70px 0 84px; background:var(--bg); }
.clients .container { position:relative; z-index:1; }
.clients .section-title { text-shadow:none; }
.clients__grid { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.clients__grid div { display:grid; place-items:center; aspect-ratio:1.72; padding:24px; border:1px solid rgba(255,255,255,.09); border-radius:22px; background:rgba(43,43,47,.62); box-shadow:0 16px 34px rgba(0,0,0,.16); -webkit-backdrop-filter:blur(7px); backdrop-filter:blur(7px); }
.clients__grid img { max-width:84%; max-height:58px; filter:drop-shadow(0 2px 8px rgba(0,0,0,.2)); transition:filter .35s ease,transform .35s cubic-bezier(.22,1,.36,1); }
.clients.clients--animate .section-title { opacity:0; transform:translateY(14px); transition:opacity .7s ease,transform .7s ease; }
.clients.clients--animate .clients__grid div { opacity:0; filter:blur(8px); transform:translateY(20px) scale(.975); transition:opacity .8s ease,filter .9s ease,transform .8s cubic-bezier(.22,1,.36,1),border-color .35s ease,background .35s ease,box-shadow .35s ease; will-change:opacity,filter,transform; }
.clients.clients--animate.is-visible .section-title { opacity:1; transform:translateY(0); }
.clients.clients--animate.is-visible .clients__grid div { opacity:1; filter:blur(0); transform:translateY(0) scale(1); }
.clients.clients--animate .clients__grid div:nth-child(1) { transition-delay:.08s; }
.clients.clients--animate .clients__grid div:nth-child(2) { transition-delay:.14s; }
.clients.clients--animate .clients__grid div:nth-child(3) { transition-delay:.2s; }
.clients.clients--animate .clients__grid div:nth-child(4) { transition-delay:.26s; }
.clients.clients--animate .clients__grid div:nth-child(5) { transition-delay:.32s; }
.clients.clients--animate .clients__grid div:nth-child(6) { transition-delay:.38s; }
.clients.clients--animate .clients__grid div:nth-child(7) { transition-delay:.44s; }
.clients.clients--animate .clients__grid div:nth-child(8) { transition-delay:.5s; }

.faq { padding-top:76px; padding-bottom:82px; background:#19191c; }
.faq__inner { display:grid; grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr); gap:72px; align-items:start; }
.faq__heading { position:sticky; top:34px; }
.faq__heading h2 { margin:0 0 16px; font-size:38px; font-weight:500; line-height:1.2; letter-spacing:-.025em; }
.faq__heading > p:last-child { margin:0; color:#bdbdc2; font-size:15px; line-height:1.65; }
.faq__list { border-top:1px solid #444449; }
.faq details { border-bottom:1px solid #444449; }
.faq summary { position:relative; padding:24px 48px 24px 0; font-size:17px; font-weight:500; line-height:1.5; cursor:pointer; list-style:none; }
.faq summary::-webkit-details-marker { display:none; }
.faq summary::after { content:'+'; position:absolute; top:20px; right:4px; color:var(--red); font-size:30px; font-weight:300; line-height:1; transition:transform .25s; }
.faq details[open] summary::after { transform:rotate(45deg); }
.faq details p { margin:0; padding:0 48px 24px 0; color:#c9c9cd; font-size:14px; line-height:1.75; }
.faq details a { color:#ff8d84; text-decoration:underline; text-underline-offset:3px; }

.contact { min-height:720px; background:linear-gradient(90deg,rgba(0,0,0,.2),rgba(0,0,0,.35)),url('../images/contact-background-1600.webp') center/cover no-repeat; }
@supports (background-image:image-set(url('../images/contact-background-1600.avif') type('image/avif'))) {
  .contact { background-image:linear-gradient(90deg,rgba(0,0,0,.2),rgba(0,0,0,.35)),image-set(url('../images/contact-background-1600.avif') type('image/avif'),url('../images/contact-background-1600.webp') type('image/webp')); }
}
.contact__inner { position:relative; min-height:720px; padding-top:82px; }
.contact h2 { margin:0; font-size:50px; font-weight:400; line-height:1.25; }
.contact-card { position:absolute; z-index:1; top:245px; left:0; display:grid; grid-template-columns:170px minmax(0,1fr); align-items:start; gap:34px; width:620px; padding:34px; border-radius:28px; background:var(--bg); box-shadow:0 24px 60px rgba(0,0,0,.18); }
.contact-card > picture { display:block; width:170px; height:170px; }
.contact-card > picture img { width:100%; height:100%; border-radius:18px; object-fit:cover; }
.contact-card__details { min-width:0; padding-top:4px; }
.contact-card h3 { margin:0 0 24px; font-size:20px; font-weight:500; }
.contact-card h3::after { content:""; display:block; width:32px; height:7px; border-radius:8px; background:var(--red); filter:blur(2px); }
.contact-card__email { display:inline-block; max-width:100%; font-size:14px; overflow-wrap:anywhere; transition:color .25s ease,text-shadow .25s ease; }
.contact-card__email:hover,.contact-card__email:focus-visible { color:#fff; text-shadow:0 0 14px rgba(255,255,255,.55); }
.contact-card__phone { display:block; width:max-content; max-width:100%; margin:18px 0 22px; color:var(--red); font-size:20px; transition:color .25s ease,text-shadow .25s ease; }
.contact-card__phone:hover,.contact-card__phone:focus-visible { color:#ff8d84; text-shadow:0 0 16px rgba(238,97,85,.65); }
.contact-card__phone--desktop { cursor:text; user-select:text; }
.contact-card__phone--mobile { display:none; }
.contact-card p { margin:0; line-height:1.6; }
.contact-card__address { display:inline-block; color:#fff; line-height:1.6; text-decoration:underline; text-decoration-color:rgba(255,255,255,.35); text-underline-offset:4px; transition:color .2s,text-decoration-color .2s; }
.contact-card__address:hover,.contact-card__address:focus-visible { color:#ff8d84; text-decoration-color:currentColor; }
.contact__logo { position:absolute; top:300px; right:38px; width:400px; }
.footer { display:flex; align-items:center; justify-content:space-between; gap:28px; padding:22px max(24px,calc((100% - var(--max))/2)); color:#a6a6aa; background:var(--bg); font-weight:600; }
.footer__socials,.footer__legal { display:flex; align-items:center; gap:18px; }
.footer__socials a { display:grid; place-items:center; min-width:40px; min-height:40px; font-size:26px; line-height:1; transition:color .2s,transform .2s; }
.footer__socials svg { width:24px; height:24px; overflow:visible; fill:none; stroke:currentColor; stroke-width:1.8; }
.footer__socials .instagram-dot { fill:currentColor; stroke:none; }
.footer__socials .linkedin-icon { fill:currentColor; stroke:none; }
.footer__socials a:hover { color:#fff; transform:translateY(-2px); }
.footer__legal a,.footer__legal button { padding:6px 0; border:0; color:#a6a6aa; background:none; font:500 12px 'Poppins',sans-serif; cursor:pointer; transition:color .2s; }
.footer__legal a:hover,.footer__legal button:hover { color:#fff; }
.privacy-header { padding:28px 24px; border-bottom:1px solid #35353a; background:#19191c; }
.privacy-header__inner { display:flex; align-items:center; justify-content:space-between; gap:24px; width:min(100%,900px); margin:auto; }
.privacy-header img { width:120px; }
.privacy-header a { color:#d3d3d6; font-size:13px; }
.privacy-page { display:block; padding:72px 24px 96px; background:var(--bg); }
.privacy-article { width:min(100%,900px); margin:auto; }
.privacy-article h1 { margin:0 0 12px; font-size:44px; font-weight:500; }
.privacy-article > p { color:#aaaab0; }
.privacy-article section { padding-top:34px; }
.privacy-article h2 { margin:0 0 12px; font-size:21px; font-weight:500; }
.privacy-article p,.privacy-article li { color:#d0d0d3; font-size:14px; line-height:1.75; }
.privacy-article ul { padding-left:20px; }
.privacy-article a { color:#ff8d84; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

@media (hover:hover) and (pointer:fine) {
  .carousel__track { cursor:grab; }
  .button:not([disabled]):hover,.button:not([disabled]):focus-visible { transform:translateY(-3px); }
  .button--primary:not([disabled]):hover,.button--primary:not([disabled]):focus-visible { background:#ff786d; box-shadow:0 12px 28px rgba(238,97,85,.42),0 0 0 5px rgba(238,97,85,.09); }
  .button--outline:not([disabled]):hover,.button--outline:not([disabled]):focus-visible { border-color:#ff8d84; color:#fff; background:rgba(238,97,85,.14); box-shadow:0 10px 26px rgba(0,0,0,.25),0 0 0 4px rgba(238,97,85,.08); }
  .pricing__phone:hover,.pricing__phone:focus-visible { transform:translateY(-2px); border-color:var(--red); color:#ff8f86; background:rgba(238,97,85,.08); box-shadow:0 10px 24px rgba(0,0,0,.2); }
  .studio-calendar__month-nav:hover,.studio-calendar__month-nav:focus-visible,.studio-calendar__duration button:not(.is-selected):hover,.studio-calendar__duration button:not(.is-selected):focus-visible,.studio-calendar__slot:not(.is-selected):hover:not(:disabled),.studio-calendar__slot:not(.is-selected):focus-visible:not(:disabled) { border-color:var(--red); color:#fff; background:#343439; box-shadow:0 8px 20px rgba(238,97,85,.12); transform:translateY(-2px); }
  .studio-calendar__day:not(.is-selected):hover:not(:disabled),.studio-calendar__day:not(.is-selected):focus-visible:not(:disabled) { border-color:var(--red); background:#3a3a3f; box-shadow:0 8px 18px rgba(238,97,85,.12); transform:translateY(-2px); }
  .contact-form__booking button:hover,.contact-form__booking button:focus-visible { border-color:var(--red); color:#ff9289; background:rgba(238,97,85,.08); box-shadow:0 8px 20px rgba(238,97,85,.1); transform:translateY(-2px); }
  .footer__legal a:hover,.footer__legal a:focus-visible,.footer__legal button:hover,.footer__legal button:focus-visible { color:#fff; text-shadow:0 0 14px rgba(255,255,255,.3); }
  .clients.clients--animate.is-visible .clients__grid div:hover,.clients.clients--animate.is-visible .clients__grid div:focus-within,.clients__grid div:hover { border-color:rgba(255,255,255,.72); background:#36363b; box-shadow:0 18px 42px rgba(0,0,0,.28),0 0 28px rgba(238,97,85,.14),inset 0 0 22px rgba(255,255,255,.035); transform:translateY(-5px) scale(1.015); transition-delay:0s; }
  .clients__grid div:hover img,.clients__grid div:focus-within img { filter:brightness(1.22) drop-shadow(0 0 10px rgba(255,255,255,.5)) drop-shadow(0 0 20px rgba(238,97,85,.22)); transform:scale(1.045); }
}

@media (max-width:700px) {
  .language-switch { top:32px; right:67px; left:auto; gap:5px; font-size:12px; }
  .language-switch--static { position:static; margin-left:auto; }
  .desktop-quick-actions { display:none; }
  .container { width:min(calc(100% - 40px),520px); }
  .section { padding:58px 0; }
  .section-title { margin-bottom:36px; font-size:20px; }
  .section-title--spaced { margin-top:70px; }
  .hero { min-height:max(680px,100svh); background-position:56% center; }
  .hero__video { object-position:56% center; }
  .hero__content { position:static; width:auto; transform:none; }
  .hero__logo-link { position:absolute; z-index:4; top:24px; left:22px; pointer-events:auto; }
  .hero__logo { width:104px; margin:0; }
  .hero__content .button { position:absolute; z-index:3; right:76px; bottom:26px; left:20px; width:auto; min-height:48px; margin:0; padding:12px 14px; transform:none; pointer-events:auto; }
  .hero__intro { right:20px; bottom:92px; left:20px; width:auto; transform:none; text-align:left; }
  .hero__tagline { max-width:340px; font-size:16px; line-height:1.3; }
  .hero__description { max-width:340px; margin:8px 0 0; font-size:12px; line-height:1.45; }
  .phone-fab--hero { display:flex; position:absolute; z-index:3; right:20px; bottom:26px; width:48px; min-height:48px; padding:0; border-radius:50%; pointer-events:auto; }
  .phone-fab--hero span { display:none; }
  .phone-fab--hero svg { width:21px; height:21px; }
  .menu-button { position:absolute; z-index:4; top:27px; right:20px; display:flex; flex-direction:column; gap:6px; padding:8px; border:0; background:transparent; }
  .menu-button span { width:24px; height:2px; background:#fff; transition:.2s; }
  .menu { position:absolute; z-index:3; inset:0 0 auto; display:none; flex-direction:column; align-items:center; gap:20px; padding:100px 25px 35px; transform:none; background:rgba(0,0,0,.94); font-size:16px; white-space:normal; }
  .menu.is-open { display:flex; }
  .services { padding-top:54px; padding-bottom:44px; }
  .services-marquee__group { gap:22px; padding-right:22px; font-size:16px; }
  .services-marquee__group span { gap:22px; }
  .seo-overview { padding-top:48px; padding-bottom:54px; }
  .seo-overview__heading h2 { font-size:29px; }
  .seo-overview__heading > p:last-child { font-size:14px; }
  .seo-overview__grid { grid-template-columns:1fr; gap:14px; margin-top:28px; }
  .seo-overview__grid article { padding:22px; }
  .scenery { padding-top:10px; padding-bottom:32px; }
  .carousel__track { grid-auto-columns:100%; gap:14px; padding:0 0 18px; }
  .carousel__track picture { aspect-ratio:1.64; }
  .carousel__track img { border-radius:18px; }
  .carousel__nav { display:none; }
  .facilities { padding-top:32px; padding-bottom:28px; }
  .process { padding-top:50px; padding-bottom:54px; }
  .process .section-title { margin-bottom:10px; font-size:27px; }
  .process__lead { margin-bottom:26px; font-size:15px; }
  .process__list { grid-template-columns:1fr; gap:14px; }
  .process__list li { min-height:0; padding:22px; gap:24px; }
  .process__list li::before { left:22px; width:54px; }
  .process__number { font-size:36px; }
  .process__list strong { font-size:18px; }
  .process__list p { font-size:14px; }
  .photo-grid { grid-template-columns:1fr 1fr; gap:16px; }
  .photo-grid--studio { overflow:hidden; grid-template-columns:1fr 1fr; }
  .photo-grid figcaption { top:12px; left:14px; font-size:16px; }
  .photo-grid--backstage figure { aspect-ratio:.77; border-radius:18px; }
  .pricing { padding-top:50px; padding-bottom:44px; }
  .pricing__list { grid-template-columns:1fr; gap:14px; }
  .pricing-card { min-height:150px; padding:21px 22px; border-radius:20px; }
  .pricing-card h3 { margin-top:22px; }
  .pricing-card__price strong { font-size:26px; }
  .pricing__reserve { align-items:stretch; flex-direction:column; gap:18px; padding-top:20px; }
  .pricing__actions { align-items:stretch; flex-direction:column; }
  .pricing__actions .button,.pricing__phone { width:100%; justify-content:center; }
  .newsletter { padding:70px 0; }
  .newsletter__heading { margin-bottom:30px; }
  .newsletter h2 { max-width:360px; font-size:30px; }
  .newsletter__heading p { max-width:360px; font-size:14px; }
  .contact-form { overflow:hidden; padding:24px 18px; border-radius:22px; }
  .contact-form__booking { align-items:stretch; flex-direction:column; gap:16px; padding:18px; }
  .contact-form__booking button { width:100%; }
  .contact-form__grid { grid-template-columns:1fr; gap:18px; }
  .form-field--wide { grid-column:auto; }
  .form-field input,.form-field select { height:50px; }
  .contact-form__footer { align-items:flex-start; flex-direction:column; gap:10px; }
  .contact-form .button { width:100%; }
  .facilities__booking-cta { margin-top:30px; }
  .facilities__booking-cta .button { width:100%; }
  .mobile-booking-cta,.mobile-phone-cta { position:fixed; z-index:20; right:20px; display:grid; place-items:center; width:54px; height:54px; border:1px solid rgba(255,255,255,.18); border-radius:50%; color:#151515; background:var(--red); box-shadow:0 14px 30px rgba(0,0,0,.42),0 8px 24px rgba(238,97,85,.24); transition:opacity .2s,transform .25s,background .2s; }
  .mobile-booking-cta { bottom:calc(max(18px,env(safe-area-inset-bottom)) + 66px); }
  .mobile-phone-cta { bottom:max(18px,env(safe-area-inset-bottom)); }
  .mobile-booking-cta svg,.mobile-phone-cta svg { width:25px; height:25px; }
  .mobile-booking-cta svg { fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
  .mobile-phone-cta svg { fill:currentColor; }
  .mobile-booking-cta:active,.mobile-phone-cta:active { background:#ff776c; transform:scale(.94); }
  .mobile-booking-cta.is-hidden,.mobile-phone-cta.is-hidden { opacity:0; pointer-events:none; transform:translate(12px,8px) scale(.9); }
  .footer { align-items:flex-start; flex-direction:column; gap:12px; padding:20px; }
  .footer__legal { flex-wrap:wrap; gap:8px 18px; }
  .privacy-header { padding:20px; }
  .privacy-header img { width:100px; }
  .privacy-page { padding:48px 20px 72px; }
  .privacy-article h1 { font-size:32px; }
  .booking { padding:54px 0 64px; }
  .booking__heading { align-items:flex-start; flex-direction:column; gap:16px; margin-bottom:28px; }
  .booking h2 { font-size:30px; }
  .booking__heading p { font-size:14px; }
  .booking__heading .booking__project-note { flex:0 1 auto; max-width:none; text-align:left; }
  .studio-calendar { grid-template-columns:1fr; border-radius:20px; }
  .studio-calendar__date-panel,.studio-calendar__time-panel { padding:22px 18px; }
  .studio-calendar__toolbar { margin-bottom:22px; }
  .studio-calendar__toolbar h3 { font-size:19px; }
  .studio-calendar__weekdays,.studio-calendar__days { gap:5px; }
  .studio-calendar__day { border-radius:10px; font-size:12px; }
  .studio-calendar__legend { gap:12px; margin-top:18px; }
  .studio-calendar__slots { grid-template-columns:repeat(2,1fr); }
  .studio-calendar__summary .button { width:100%; }
  .control-room { height:auto; background-position:center; }
  .portfolio { padding-top:38px; }
  .portfolio__grid { grid-template-columns:1fr; gap:20px; }
  .portfolio__item { border-radius:17px; }
  .portfolio__hint { width:54px; height:54px; opacity:1; transform:translate(-50%,-50%) scale(1); }
  .clients { min-height:0; margin-top:0; padding:48px 0 58px; background:var(--bg); }
  .clients .section-title { margin-bottom:30px; }
  .clients__grid { grid-template-columns:1fr 1fr; gap:12px; }
  .clients__grid div { aspect-ratio:2; padding:14px; border-radius:16px; }
  .clients__grid img { max-width:82%; max-height:42px; }
  .faq { padding-top:54px; padding-bottom:60px; }
  .faq__inner { grid-template-columns:1fr; gap:34px; }
  .faq__heading { position:static; }
  .faq__heading h2 { font-size:29px; }
  .faq summary { padding:20px 42px 20px 0; font-size:15px; }
  .faq summary::after { top:17px; }
  .faq details p { padding:0 30px 20px 0; font-size:13.5px; }
  .contact { min-height:0; background-image:linear-gradient(90deg,rgba(0,0,0,.2),rgba(0,0,0,.35)),url('../images/contact-background-800.webp'); background-position:center; }
  @supports (background-image:image-set(url('../images/contact-background-800.avif') type('image/avif'))) {
    .contact { background-image:linear-gradient(90deg,rgba(0,0,0,.2),rgba(0,0,0,.35)),image-set(url('../images/contact-background-800.avif') type('image/avif'),url('../images/contact-background-800.webp') type('image/webp')); }
  }
  .contact__inner { min-height:0; padding-top:70px; padding-bottom:64px; }
  .contact h2 { font-size:31px; }
  .contact-card { position:relative; top:auto; left:auto; display:block; width:100%; margin-top:64px; padding:30px; border-radius:25px; }
  .contact-card > picture { width:150px; height:150px; margin-bottom:28px; }
  .contact-card__details { padding-top:0; }
  .contact-card h3 { font-size:22px; }
  .contact-card__email { font-size:13px; }
  .contact-card__phone { font-size:24px; }
  .contact-card__phone--desktop { display:none; }
  .contact-card__phone--mobile { display:block; }
  .contact__logo { position:static; width:220px; margin:56px auto 0; transform:none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .button,.pricing__phone,.studio-calendar button,.contact-form__booking button { transition:none; }
  .services-marquee { overflow:visible; cursor:default; touch-action:auto; -webkit-mask-image:none; mask-image:none; }
  .services-marquee__track { width:100%; animation:none; }
  .services-marquee__group { flex-wrap:wrap; gap:12px 22px; padding:0; white-space:normal; }
  .services-marquee__group[aria-hidden="true"] { display:none; }
  .clients.clients--animate .section-title,.clients.clients--animate .clients__grid div { opacity:1; filter:none; transform:none; transition:none; }
}

@media (max-width:390px) {
  .hero__logo { width:96px; }
  .hero__tagline { font-size:15px; }
  .hero__description { font-size:11.5px; }
  .photo-grid { gap:10px; }
}
