:root {
  color-scheme: dark;
  --black: #000;
  --white: #f7f7f7;
  --orange: #ff6900;
  --pink: #ff8bcf;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--black);
  color: var(--white);
  font-family: "Space Grotesk", sans-serif;
  -webkit-font-smoothing: antialiased;
}

main > section { margin-block: 120px; }
main > section + section { border-top: 1px solid #333; }
main > .hero { margin-top: 0; }

.services-page > section:not(.services-page-intro):not(.about-services-section):not(.about-reasons-section):not(.about-team-section):not(.about-studio-section):not(.about-gallery-section):not(.equipment-rental-intro):not(.rental-search-section):not(.equipment-catalog-section):not(.works-page-intro):not(.works-projects-section):not(.featured-work-section):not(.service-detail-section):not(.productions-section):not(.equipment-page-section) { display: none; }
.works-projects-section { display: block; }
.services-page { min-height: 780px; }
.services-page-intro { min-height: 780px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 60px 36px 100px; text-align: center; }
.services-page-media { width: 100%; max-width: 1105px; aspect-ratio: 1105 / 350; display: grid; place-items: center; margin-bottom: 49px; border: 2px solid var(--orange); background: #d9d9d9; color: #0b0b0b; }
.services-page-intro h1 { margin: 0; color: var(--white); font-size: clamp(42px, 6vw, 72px); font-weight: 500; line-height: 1.02; letter-spacing: -2px; }
.services-page-intro .section-kicker { margin-bottom: 17px; font-size: 16px; letter-spacing: 6px; }
.about-page-intro, .about-services-section, .about-reasons-section { font-family: "Space Grotesk", sans-serif; }
.about-page-intro { min-height: 620px; align-items: stretch; padding: 14px 16px 72px; text-align: left; }
.about-page-lead { max-width: 700px; margin: 0; color: var(--white); font-size: 52px; font-weight: 500; line-height: 1.2; letter-spacing: -.5px; }
.about-page-media { width: 86%; max-width: 1105px; aspect-ratio: 2.16; display: grid; place-items: center; align-self: center; margin-top: 34px; border: 2px solid var(--orange); background: #d9d9d9; color: #0b0b0b; }
.about-services-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(55px, 10vw, 130px); min-height: 620px; padding: 64px 34px 110px; }
.about-services-column { min-width: 0; }
.about-services-left h2 { margin: 0; color: var(--white); font-size: 52px; font-weight: 500; letter-spacing: -0.5px; }
.about-services-icon { width: 70px; height: 70px; margin-right: 10px; object-fit: contain; vertical-align: -17px; }
.about-services-right p { max-width: 500px; margin: 0; color: #ddd; font-size: 18px; line-height: 1.25; }
.about-services-right p + p { margin-top: 12px; }
.about-services-media { display: grid; place-items: center; border: 1px solid var(--orange); background: #d9d9d9; color: #0b0b0b; }
.about-services-left .about-services-media { width: 82%; aspect-ratio: 1.67; margin-top: 64px; }
.about-services-right .about-services-media { width: 100%; aspect-ratio: 1.49; margin-top: 68px; }
.about-reasons-section { min-height: 590px; padding: 62px 34px 110px; text-align: center; }
.about-reasons-kicker { margin: 0 0 12px; color: var(--orange); font-size: 11px; font-weight: 600; letter-spacing: 5px; }
.about-reasons-section h2 { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 0; color: var(--white); font-size: 52px; font-weight: 500; letter-spacing: -1px; }
.about-reasons-section h2 span { color: var(--orange); font-size: 58px; font-weight: 400; line-height: .6; }
.about-reasons-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 64px; max-width: 930px; margin: 84px auto 0; }
.about-reasons-grid article { min-width: 0; }
.about-reasons-grid h3 { margin: 0 0 12px; color: var(--white); font-size: 18px; font-weight: 600; }
.about-reasons-grid p { max-width: 300px; margin: 0 auto; color: #ddd; font-size: 18px; line-height: 1.25; }
.about-team-section { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(70px, 12vw, 170px); min-height: 650px; padding: 80px 34px 120px; font-family: "Space Grotesk", sans-serif; }
.about-team-intro h2 { display: flex; align-items: center; gap: 8px; margin: 0; color: var(--white); font-size: 52px; font-weight: 500; letter-spacing: -1px; }
.about-team-intro h2 span { color: var(--orange); font-size: 58px; font-weight: 400; }
.about-team-media { width: 78%; aspect-ratio: .98; display: grid; place-items: center; margin: 46px 0 20px 30px; border: 1px solid var(--orange); background: #d9d9d9; color: #0b0b0b; }
.about-team-intro h3 { margin: 0 0 6px 30px; color: var(--white); font-size: 18px; font-weight: 500; text-transform: uppercase; }
.about-team-role { margin: 0 0 0 30px; color: var(--white); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; }
.about-team-role span { color: var(--orange); font-weight: 600; }
.about-team-copy { padding-top: 18px; }
.about-team-copy p { max-width: 620px; margin: 0; color: #ddd; font-size: 18px; line-height: 1.3; }
.about-studio-section { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(70px, 12vw, 170px); min-height: 650px; padding: 80px 34px 120px; font-family: "Space Grotesk", sans-serif; }
.about-studio-heading h2 { display: flex; align-items: center; gap: 16px; margin: 0; color: var(--white); font-size: 52px; font-weight: 500; letter-spacing: -1px; }
.about-studio-icon { width: 70px; height: 70px; object-fit: contain; }
.about-studio-intro { max-width: 650px; margin: 0 0 54px; color: #ddd; font-size: 18px; line-height: 1.3; }
.studio-accordion-item { border-top: 1px solid #777; }
.studio-accordion-item:last-child { border-bottom: 1px solid #777; }
.studio-accordion-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 18px 0; border: 0; background: transparent; color: var(--orange); font: inherit; font-size: 16px; text-align: left; cursor: pointer; }
.studio-accordion-item button span { font-size: 24px; font-weight: 400; }
.studio-accordion-item p { display: none; margin: 0 0 22px; color: #ddd; font-size: 18px; line-height: 1.3; }
.studio-accordion-item.is-open p { display: block; }
.about-gallery-section { position: relative; min-height: 650px; padding: 14px 34px 120px; font-family: "Space Grotesk", sans-serif; }
.about-gallery-media { position: absolute; display: grid; place-items: center; border: 1px solid var(--orange); background: #d9d9d9; color: #0b0b0b; }
.about-gallery-media-left { top: 210px; left: 4.2%; width: 37%; aspect-ratio: 1.67; }
.about-gallery-media-right { top: 25px; right: 5%; width: 43%; aspect-ratio: 1.49; }
.equipment-rental-intro { min-height: 620px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 100px 24px; text-align: center; }
.equipment-rental-intro h1 { margin: 0; color: var(--white); font-size: 52px; font-weight: 500; line-height: 1.08; letter-spacing: -1px; }
.equipment-rental-actions { display: flex; align-items: center; gap: 24px; margin-top: 36px; }
.equipment-rental-actions .button { height: 32px; padding-inline: 20px; font-size: 14px; }
.rental-search-section { min-height: 120px; display: flex; align-items: center; justify-content: center; padding: 24px; }
.rental-search-form { width: min(100%, 900px); height: 40px; display: flex; align-items: center; padding: 0 14px; border-radius: 999px; background: var(--white); }
.rental-search-icon { width: 30px; height: 30px; display: grid; place-items: center; color: var(--orange); font-size: 30px; line-height: 1; }
.rental-search-form input { width: 100%; height: 100%; border: 0; outline: 0; background: transparent; color: #111; font-family: inherit; font-size: 20px; }
.rental-search-form input::placeholder { color: var(--orange); opacity: 1; }
.equipment-catalog-section { position: relative; padding: 50px 20px 110px; }
.equipment-catalog-section > .rental-search-section { min-height: 0; margin: 0 auto 36px; padding: 0; }
.catalog-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; max-width: 1180px; margin: 0 auto 30px; }
.catalog-heading .section-kicker { margin: 0 0 8px; font-size: 14px; letter-spacing: 4px; }
.catalog-heading h2 { margin: 0; color: var(--white); font-size: 36px; font-weight: 500; letter-spacing: -1px; }
.cart-toggle { display: inline-flex; align-items: center; gap: 8px; height: 32px; padding: 0 16px; border: 1px solid var(--orange); border-radius: 16px; background: transparent; color: var(--white); font: inherit; font-size: 12px; cursor: pointer; }
.cart-toggle span { display: grid; min-width: 18px; height: 18px; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; font-size: 10px; }
.equipment-catalog-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; max-width: 1180px; margin: 0 auto; }
.catalog-card { min-width: 0; padding: 8px; border: 1px solid var(--orange); border-radius: 14px; background: var(--white); color: #111; }
.catalog-detail-link { display: block; color: inherit; text-decoration: none; }
.catalog-detail-link:hover .catalog-card-media { border-color: var(--orange); filter: brightness(1.08); }
.catalog-card-media { width: 100%; aspect-ratio: 1.12; display: grid; place-items: center; border: 1px solid #ff9b52; border-radius: 10px; background: #a9abad; color: #111; }
.catalog-card-media img, .equipment-detail-media img, .cart-item-image img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.catalog-card-media svg { width: 28px; height: 28px; }
.catalog-card h3 { margin: 8px 0 4px; font-size: 10px; font-weight: 600; text-transform: uppercase; }
.catalog-card-divider { height: 1px; background: #999; }
.catalog-card p { margin: 7px 0 8px; font-size: 10px; }
.catalog-add { height: 24px; padding: 0 10px; border: 0; border-radius: 12px; background: var(--orange); color: #fff; font: inherit; font-size: 9px; cursor: pointer; }
.catalog-add.is-added { background: #1d1d1d; }
.equipment-detail-page { padding: 0 20px 120px; }
.equipment-detail-hero { position: relative; width: min(100%, 1180px); min-height: 470px; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(280px, .9fr); align-items: center; gap: 28px; margin: 0 auto; padding: 52px 20px 36px; border-bottom: 1px solid #333; }
.equipment-detail-toolbar { position: absolute; top: 8px; right: 20px; left: 20px; display: flex; align-items: center; justify-content: space-between; color: #aaa; font-size: 14px; }
.equipment-detail-toolbar a { color: inherit; text-decoration: none; }
.equipment-detail-toolbar a:hover { color: var(--orange); }
.equipment-detail-list-button { height: 32px; }
.equipment-detail-cart-panel { position: fixed; z-index: 40; top: 92px; right: 32px; width: min(360px, calc(100% - 64px)); max-height: calc(100vh - 124px); overflow-y: auto; background: var(--orange); }
.equipment-detail-cart-panel[hidden] { display: none; }
.detail-cart-continue { display: flex; width: 100%; height: 32px; margin-top: 18px; align-items: center; justify-content: center; font-size: 11px; text-decoration: none; }
.equipment-detail-media { min-height: 390px; display: grid; place-items: center; border: 1px solid var(--orange); background: #d9d9d9; color: #111; }
.equipment-detail-media .media-placeholder { transform: scale(1.4); }
.equipment-detail-copy { min-width: 0; }
.equipment-detail-category { margin: 0 0 14px; color: var(--orange); font-size: 12px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; }
.equipment-detail-copy h1 { margin: 0 0 14px; color: var(--white); font-size: clamp(34px, 4.2vw, 64px); font-weight: 500; line-height: .98; text-transform: uppercase; }
.equipment-detail-price { margin: 0 0 28px; color: #ddd; font-size: 16px; }
.equipment-detail-status { display: inline-flex; align-items: center; gap: 7px; margin: 0 0 18px; color: #12d66b; font-size: 12px; }
.equipment-detail-status::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.equipment-detail-actions { display: flex; align-items: center; gap: 12px; }
.equipment-detail-actions .button { min-width: 132px; height: 34px; font-size: 11px; }
.equipment-detail-add { border: 0; }
.equipment-detail-quantity { display: inline-flex; align-items: center; height: 28px; overflow: hidden; border: 1px solid #aaa; border-radius: 14px; }
.equipment-detail-quantity button { width: 28px; height: 100%; border: 0; background: transparent; color: var(--white); font: inherit; cursor: pointer; }
.equipment-detail-quantity span { min-width: 24px; color: var(--white); font-size: 12px; text-align: center; }
.related-equipment { width: min(100%, 1180px); margin: 0 auto; padding-top: 55px; }
.related-equipment h2 { margin: 0 0 42px; color: var(--white); font-size: clamp(28px, 3vw, 42px); font-weight: 500; text-align: center; }
.related-equipment-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.related-equipment-grid.is-rotating { opacity: 0; transform: translateY(8px); }
.related-equipment-grid { transition: opacity .25s ease, transform .25s ease; }
.related-equipment-card { transition: transform .2s ease, background .2s ease; }
.related-equipment-card:hover { transform: translateY(-5px); background: #fff; }
.equipment-cart { position: absolute; z-index: 4; top: 110px; right: max(20px, calc((100% - 1180px) / 2)); width: min(330px, calc(100% - 40px)); padding: 18px; border: 1px solid var(--orange); border-radius: 14px; background: var(--orange); box-shadow: 0 18px 40px #000b; }
.equipment-cart[hidden] { display: none; }
.cart-heading { display: flex; align-items: center; justify-content: space-between; }
.cart-heading h3 { margin: 0; color: var(--white); font-size: 18px; font-weight: 500; }
.cart-close { border: 0; background: transparent; color: var(--white); font-size: 24px; cursor: pointer; }
.cart-line { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid #444; color: #ddd; font-size: 11px; }
.cart-remove { border: 0; background: transparent; color: var(--orange); cursor: pointer; }
.equipment-cart .cart-remove { display: grid; width: 24px; height: 24px; flex: 0 0 24px; place-items: center; color: #fff; font-size: 20px; line-height: 1; cursor: pointer; }
.cart-empty { color: #aaa; font-size: 12px; }
.cart-request { width: 100%; margin-top: 16px; }
.cart-date { width: 100%; height: 36px; margin: 24px 0 26px; padding: 0 16px; border: 0; border-radius: 20px; background: var(--white); color: #111; font: inherit; font-size: 14px; text-align: left; cursor: pointer; }
.rental-calendar { width: 100%; max-width: 100%; box-sizing: border-box; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: -14px 0 20px; padding: 16px; border: 1px solid #333; border-radius: 4px; background: #1c1c1c; color: #f4f4f4; overflow: hidden; }
.rental-calendar[hidden] { display: none; }
.rental-calendar label { display: grid; gap: 7px; color: #8d8d8d; font-size: 10px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }
.rental-calendar input { width: 100%; min-width: 0; height: 42px; padding: 0 12px; border: 1px solid #414141; border-radius: 0; background: #2a2a2a; color: #f4f4f4; font: inherit; font-size: 14px; color-scheme: dark; }
.rental-calendar input:focus { border-color: var(--orange); outline: 1px solid var(--orange); }
.calendar-confirm { width: 100%; min-width: 0; height: 30px; border: 0; border-radius: 15px; background: var(--orange); color: #fff; font: inherit; font-size: 10px; cursor: pointer; }
.rental-calendar .calendar-confirm { grid-column: 1 / -1; }
.cart-item-image { width: 92px; height: 60px; display: grid; flex: 0 0 auto; place-items: center; background: #d9d9d9; color: #111; }
.cart-item-info { min-width: 0; display: flex; flex: 1; flex-direction: column; gap: 5px; }
.cart-item-info strong { color: var(--white); font-size: 13px; font-weight: 500; }
.cart-available { color: #23dc68; font-size: 9px; }
.cart-available.is-unavailable { color: #ff3b30; }
.cart-quantity { display: inline-flex; align-items: center; width: 60px; height: 16px; justify-content: space-between; border: 1px solid var(--white); border-radius: 10px; color: var(--white); font-size: 9px; }
.cart-quantity button { width: 18px; border: 0; background: transparent; color: inherit; cursor: pointer; }
.cart-item-price { align-self: center; color: var(--white); font-size: 11px; white-space: nowrap; }
.cart-bottom { margin-top: auto; }
.cart-subtotal { display: flex; justify-content: space-between; padding-top: 8px; border-top: 1px solid #fff; color: var(--white); font-size: 14px; }
.cart-subtotal strong { font-weight: 500; }
.cart-warning { padding: 9px 14px; border-radius: 20px; background: var(--white); color: #ff3b30; font-size: 11px; }
.cart-actions { display: flex; justify-content: space-between; gap: 12px; }
.cart-actions button { height: 30px; padding: 0 16px; border-radius: 16px; font: inherit; font-size: 9px; cursor: pointer; }
.cart-continue { border: 1px solid var(--white); background: transparent; color: var(--white); }
.cart-submit { border: 0; background: var(--white); color: #111; }
.works-page-intro { min-height: 620px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 100px 24px; text-align: center; }
.works-page-intro .section-kicker { margin: 0 0 17px; font-size: 16px; letter-spacing: 6px; }
.works-page-intro h1 { margin: 0; color: var(--white); font-size: clamp(42px, 6vw, 72px); font-weight: 500; line-height: 1.08; letter-spacing: -2px; }
.featured-work-section { position: relative; display: grid; align-items: center; min-height: 560px; padding: 70px 36px 110px; }
.featured-work-copy { position: absolute; top: 50%; left: 36px; z-index: 2; width: 900px; transform: translateY(-50%); }
.featured-work-copy h2 { margin: 0 0 14px; color: var(--white); font-size: 78px; font-weight: 500; line-height: 1.8; letter-spacing: -2px; white-space: nowrap; }
.featured-work-copy h2 span { color: #e8e8e8; }
.featured-work-copy p { margin: 0; color: var(--white); font-size: 11px; letter-spacing: 4px; }
.featured-work-copy p b { color: var(--orange); font-weight: 500; }
.featured-work-media { position: relative; z-index: 1; width: 70%; margin-left: 30%; aspect-ratio: 1.6; display: grid; place-items: center; border: 21px solid #1c1c1c; box-shadow: inset 0 0 0 1px var(--orange); background: #d9d9d9; color: #0b0b0b; }
.featured-work-section-reverse .featured-work-media { margin-left: 0; }
.featured-work-section-reverse .featured-work-copy { right: 0; left: auto; }
.service-detail-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr); gap: clamp(60px, 12vw, 180px); min-height: 760px; padding: 80px 36px 120px; }
.service-detail-copy { max-width: 510px; }
.service-detail-copy h2 { margin: 0 0 24px; color: var(--white); font-size: 48px; font-weight: 500; line-height: 1.08; letter-spacing: -1.5px; }
.service-detail-copy p { margin: 0 0 24px; color: #dedede; font-size: 14px; line-height: 1.35; }
.service-detail-gallery { width: min(100%, 380px); justify-self: end; }
.service-gallery-kicker { margin: -25px 0 20px; color: var(--orange); font-size: 16px; font-weight: 500; letter-spacing: 6px; }
.service-gallery-media { width: 100%; aspect-ratio: 1.48; display: grid; place-items: center; margin-bottom: 16px; border: 2px solid var(--orange); background: #d9d9d9; color: #0b0b0b; }
.productions-section { display: grid; grid-template-columns: minmax(250px, .8fr) minmax(600px, 1.8fr); gap: clamp(50px, 8vw, 140px); min-height: 700px; padding: 100px 36px 120px; }
.productions-intro { align-self: center; max-width: 340px; }
.productions-intro h2 { margin: 0 0 18px; color: var(--white); font-size: 48px; font-weight: 500; line-height: 1.08; letter-spacing: -1.5px; }
.productions-intro p { margin: 0 0 38px; color: #dedede; font-size: 14px; line-height: 1.35; }
.productions-intro .button { height: 32px; font-size: 12px; }
.productions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 22px; align-content: center; }
.production-card { min-width: 0; }
.production-media { width: 100%; aspect-ratio: 1.48; display: grid; place-items: center; border: 2px solid var(--orange); background: #d9d9d9; color: #0b0b0b; }
.production-card h3 { margin: 8px 0 7px; color: var(--orange); font-size: 15px; font-weight: 500; }
.production-card p { margin: 0; color: #dedede; font-size: 12px; line-height: 1.3; }
.equipment-page-section { display: grid; grid-template-columns: minmax(250px, .8fr) minmax(600px, 1.8fr); gap: clamp(50px, 8vw, 140px); min-height: 650px; padding: 100px 36px 120px; }
.equipment-page-intro { align-self: center; max-width: 340px; }
.equipment-page-intro h2 { margin: 0 0 18px; color: var(--white); font-size: 48px; font-weight: 500; line-height: 1.08; letter-spacing: -1.5px; }
.equipment-page-intro p { margin: 0 0 38px; color: #dedede; font-size: 14px; line-height: 1.35; }
.equipment-page-intro .button { height: 32px; font-size: 12px; }
.equipment-page-grid { display: grid; grid-template-columns: repeat(2, minmax(220px, 1fr)); gap: 90px 16px; align-content: center; }
.equipment-page-card h3 { margin: 8px 0 0; color: var(--orange); font-size: 15px; font-weight: 500; }
.equipment-page-media { width: 100%; aspect-ratio: 1.48; display: grid; place-items: center; border: 2px solid var(--orange); background: #d9d9d9; color: #0b0b0b; }

.site-header { position: relative; height: 72px; display: flex; align-items: center; margin-inline: 80px; padding: 0 clamp(28px, 5vw, 64px); border-bottom: 0; background: #050505; }
.site-header::after { content: ''; position: absolute; right: -80px; bottom: 0; left: -80px; border-bottom: 1px solid #444; }
.header-brand { display: inline-flex; align-items: center; width: 100px; }
.header-brand img { display: block; width: 100px; height: auto; }
.header-nav { display: flex; align-items: center; justify-content: center; gap: clamp(28px, 4vw, 68px); margin: 0 auto; }
.header-menu { display: none; }
.header-nav a, .header-contact { color: #f7f7f7; font-size: 14px; font-weight: 500; text-decoration: none; transition: color 180ms ease, background-color 180ms ease; }
.header-nav a:hover, .header-nav a.is-active { color: var(--orange); }
.header-contact { display: inline-flex; align-items: center; justify-content: center; min-width: 78px; height: 32px; padding: 0 18px; border-radius: 16px; background: var(--orange); color: #fff; }
.header-contact:hover { background: #ff7a1f; color: #fff; }

.hero {
  position: relative;
  min-height: 72svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 40px 24px;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-top: 0;
}

.hero h1 {
  max-width: 960px;
  margin: 0;
  color: var(--white);
  font-size: 56px;
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -2.7px;
}

.hero-actions {
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 77px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 32px;
  padding: 0 20px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 2px solid var(--pink); outline-offset: 4px; }

.button-primary {
  background: var(--orange);
  color: #fff;
}

.button-primary:hover { background: #ff7a1f; }

.button-outline {
  border: 1px solid #bdbdbd;
  color: var(--white);
}

.button-outline:hover { border-color: var(--white); background: #fff1; }

.hero-glow {
  position: absolute;
  z-index: -1;
  width: 620px;
  height: 380px;
  top: 35%;
  left: 50%;
  opacity: .1;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, #ff6900 0%, transparent 67%);
  filter: blur(70px);
}

.about-section {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(72px, 12vw, 210px);
  padding: 90px clamp(30px, 7vw, 120px);
  border-bottom: 1px solid #333;
  background: var(--black);
}

.about-media {
  width: min(100%, 374px);
  aspect-ratio: 374 / 483;
  display: grid;
  place-items: center;
  border: 1px solid var(--orange);
  background: #d9d9d9;
  color: #090909;
}

.media-placeholder { display: grid; place-items: center; }

.about-copy { max-width: 650px; }

.section-kicker {
  margin: 0 0 10px;
  color: var(--orange);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 5px;
}

.section-kicker span {
  display: inline-block;
  margin-right: 8px;
  font-size: 20px;
  letter-spacing: 0;
}

.about-copy h2 {
  margin: 0;
  color: var(--white);
  font-size: 52px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1.4px;
}

.about-description {
  margin: 23px 0 0;
  color: #d9d9d9;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

.about-description .text-line { display: block; white-space: nowrap; }
.about-description em { color: var(--orange); font-style: normal; }

.about-button {
  margin-top: 18px;
  min-width: 78px;
  padding-inline: 17px;
  font-size: 14px;
}

.services-section {
  min-height: 1450px;
  padding: 8px clamp(30px, 7vw, 120px) 80px;
  border-top: 0;
  background: var(--black);
}

.services-heading { width: min(100%, 900px); margin-inline: auto; text-align: center; }
.services-heading .section-kicker { margin-top: 0; margin-bottom: 8px; font-size: 20px; letter-spacing: 5px; }
.services-heading .section-kicker span { font-size: 20px; }
.services-heading h2,
.equipment-section h2 {
  margin: 0;
  color: var(--white);
  font-size: 52px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -1px;
  white-space: nowrap;
}

.service-list {
  width: 100%;
  max-width: none;
  margin: 24px 0 0;
}

.service-row {
  display: grid;
  grid-template-columns: minmax(280px, 374px) minmax(280px, 374px);
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  min-height: 0;
}

.service-row-reverse { margin-top: 0; }
.service-row-last { margin-top: 0; }
.service-copy { max-width: 360px; }
.service-label { margin: 0 0 7px; color: var(--orange); font-size: 16px; }
.service-copy > p:not(.service-label) { margin: 0; color: #d8d8d8; font-size: 16px; line-height: 1.3; }
.service-line { display: block; white-space: nowrap; }
.service-button { height: 32px; min-width: 58px; margin-top: 14px; padding-inline: 16px; font-size: 14px; }
.service-media { width: 100%; max-width: 374px; aspect-ratio: 1.46; display: grid; place-items: center; background: #d9d9d9; color: #0b0b0b; }
.service-row .service-media { justify-self: end; }
.service-row-reverse .service-media { justify-self: start; }
.service-row-reverse .service-copy { justify-self: end; }

.equipment-section { width: min(100%, 900px); margin: 32px auto 0; text-align: center; }
.equipment-showcase { display: flex; align-items: center; gap: 10px; margin-top: 50px; }
.equipment-grid { display: grid; grid-template-columns: repeat(5, 284px); gap: 9px; flex: 1; overflow-x: auto; }
.equipment-grid { scrollbar-width: none; -ms-overflow-style: none; }
.equipment-grid::-webkit-scrollbar { display: none; }
.equipment-card { width: 284px; height: 365px; display: block; padding: 12px; border: 1px solid var(--orange); border-radius: 10px; background: var(--white); color: #111; text-align: left; font-size: 16px; line-height: 1.45; text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease; }
.equipment-card:hover { transform: translateY(-4px); box-shadow: 0 10px 26px #ff690033; }
.equipment-card:focus-visible { outline: 2px solid var(--pink); outline-offset: 4px; }
.equipment-card p { margin: 8px 0 0; }
.equipment-card p::before { content: "•"; margin-right: 4px; }
.equipment-card-media { position: relative; width: 250px; height: 138px; padding: 10px; border: 1px solid #ffb583; border-radius: 6px; font-size: 16px; font-weight: 600; overflow: hidden; }
.equipment-card-category { position: relative; z-index: 1; display: block; width: fit-content; padding: 0 3px; border-radius: 4px; color: #111; background: rgba(247, 247, 247, .5); line-height: 1.1; }
.equipment-card-media img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; border-radius: inherit; }
.carousel-arrow { width: 50px; height: 50px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--orange); border-radius: 50%; background: transparent; color: var(--orange); font-size: 32px; line-height: 1; }
.carousel-arrow:hover { background: var(--orange); color: var(--black); }

.projects-section {
  min-height: 700px;
  padding: 28px 30px 66px;
  background: var(--black);
}

.projects-heading { text-align: center; }
.projects-heading .section-kicker { margin: 0 0 8px; }
.projects-heading h2 {
  margin: 0;
  color: var(--white);
  font-size: 52px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -1px;
  white-space: nowrap;
}

.projects-grid {
  width: min(100%, 700px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 30px auto 0;
}

.project-card {
  aspect-ratio: 1.46;
  display: grid;
  place-items: center;
  border: 1px solid var(--orange);
  background: #d9d9d9;
  color: #0b0b0b;
  text-decoration: none;
  transition: transform 180ms ease, filter 180ms ease;
}

.project-card:hover { transform: translateY(-4px); filter: brightness(1.08); }
.project-card:focus-visible { outline: 2px solid var(--pink); outline-offset: 4px; }

.testimonials-section {
  min-height: 700px;
  padding: 28px 30px 48px;
  background: var(--black);
}

.testimonials-heading { text-align: center; }
.testimonials-heading .section-kicker { margin: 0 0 8px; }
.testimonials-heading h2 {
  margin: 0;
  color: var(--white);
  font-size: 52px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -1px;
  white-space: nowrap;
}

.testimonial-grid {
  width: min(100%, 900px);
  display: grid;
  grid-template-columns: repeat(3, 284px);
  justify-content: center;
  gap: 10px;
  margin: 38px auto 0;
}

.testimonial-card {
  width: 284px;
  height: 377px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 14px;
  border: 1px solid var(--orange);
  border-radius: 12px;
  background: var(--white);
  color: #111;
  text-align: center;
}

.stars { color: var(--orange); font-size: 24px; line-height: 1; letter-spacing: 1px; }
.testimonial-card blockquote { width: 100%; min-height: 190px; display: flex; align-items: center; justify-content: center; margin: 14px 0 10px; font-size: 18px; line-height: 1.42; }
.testimonial-avatar { width: 38px; height: 38px; display: grid; place-items: center; margin: 0 auto 8px; border: 1.5px solid var(--orange); border-radius: 50%; color: var(--orange); font-size: 25px; line-height: 1; }
.testimonial-name, .testimonial-role { margin: 0; font-size: 18px; }
.testimonial-name { margin-top: auto; }
.testimonial-role { margin-top: 3px; }
.client-brands { margin-top: 50px; text-align: center; }
.client-brands .section-kicker { margin: 0; font-size: 16px; }
.brand-carousel { display: flex; align-items: center; width: calc(100% - 160px); margin: 35px 80px 0; }
.brand-viewport { flex: 1; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.brand-viewport::-webkit-scrollbar { display: none; }
.brand-track { width: max-content; min-width: 100%; cursor: pointer; }
.brand-track img { display: block; width: 4060px; max-width: none; height: 180px; object-fit: contain; object-position: left center; }

.site-footer { background: var(--black); font-family: "Space Grotesk", sans-serif; }
.footer-cta { min-height: 300px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 60px 24px; text-align: center; }
.footer-kicker { margin: 0 0 10px; color: var(--orange); font-size: 20px; font-weight: 500; letter-spacing: 5px; }
.footer-cta h2 { margin: 0; color: var(--white); font-size: 52px; font-weight: 500; line-height: 1.08; letter-spacing: -1px; }
.footer-cta > p:not(.footer-kicker) { margin: 13px 0 18px; color: #b7b7b7; font-size: 16px; line-height: 1.35; }
.footer-cta .button { height: 32px; margin-bottom: 120px; padding-inline: 20px; font-size: 14px; border-radius: 14px; }
.footer-main { display: grid; grid-template-columns: 1.75fr .9fr .9fr 1.1fr; gap: 54px; padding: 40px clamp(32px, 7vw, 120px); background: #1c1c1c; }
.footer-description { max-width: 285px; }
.footer-description p, .footer-column a, .footer-column p { color: #dedede; font-size: 14px; line-height: 1.45; }
.footer-description p { margin: 0; white-space: nowrap; }
.footer-description-break { display: block; }
.footer-socials { display: flex; gap: 12px; margin-top: 20px; }
.footer-socials a { width: 30px; height: 30px; display: grid; place-items: center; color: #bdbdbd; text-decoration: none; transition: color 180ms ease, transform 180ms ease; }
.footer-socials a:hover { color: var(--orange); transform: translateY(-2px); }
.footer-socials svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.footer-socials svg circle:last-child { fill: currentColor; stroke: none; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-column h3 { margin: 0 0 2px; color: var(--white); font-size: 16px; font-weight: 500; }
.footer-column a { position: relative; padding-left: 12px; text-decoration: none; transition: color 180ms ease; }
.footer-column a::before { content: "//"; position: absolute; left: 0; color: var(--orange); font-weight: 600; }
.footer-column a:hover { color: var(--orange); }
.footer-contact p { margin: 0 0 4px; }
.footer-contact > a:not(.whatsapp-link) { padding-left: 0; }
.footer-contact > a:not(.whatsapp-link)::before { display: none; }
.whatsapp-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 1px; padding: 7px 15px !important; border-radius: 14px; background: #20ad3a; color: #fff !important; font-size: 14px !important; }
.whatsapp-link::before { display: none; }
.whatsapp-link svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.footer-bottom { display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 10px clamp(32px, 7vw, 120px); background: var(--black); }
.footer-brand { display: flex; align-items: center; }
.footer-brand img { display: block; width: 76px; height: auto; }
.footer-bottom p { margin: 0; color: #a7a7a7; font-size: 10px; line-height: 1.35; }
.footer-credit { display: flex; align-items: center; gap: 7px; margin-left: auto !important; }
.dotlyx-button { display: inline-flex; align-items: center; padding: 4px 8px; border-radius: 5px; transition: background-color 180ms ease, transform 180ms ease; }
.dotlyx-button:hover { background: #ffffff12; transform: translateY(-1px); }
.dotlyx-button:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
.footer-credit img { display: block; width: 140px; height: auto; }

@media (max-width: 720px) {
  .works-projects-section > .featured-work-section { min-height: auto; margin: 0; padding-block: 25px; }
  .works-projects-section > .featured-work-section:not(.featured-work-section-reverse) .featured-work-media { width: 88%; margin-left: 12%; }
  .works-projects-section > .featured-work-section-reverse .featured-work-media { width: 88%; margin-left: 0; }
  .works-projects-section > .featured-work-section:not(.featured-work-section-reverse) .featured-work-copy { left: 20px; right: auto; width: 55%; }
  .works-projects-section > .featured-work-section-reverse .featured-work-copy { right: 20px; left: auto; width: 55%; }
  .works-projects-section > .featured-work-section .featured-work-copy h2 { max-width: 100%; font-size: clamp(18px, 5.5vw, 30px); overflow-wrap: anywhere; word-break: normal; }
  .site-header { margin-inline: 20px; }
  .site-header { position: relative; display: flex; height: 56px; min-height: 56px; gap: 0; padding: 0 20px; }
  .site-header::after { right: -20px; left: -20px; }
  .header-brand { width: 64px; flex: 0 0 auto; }
  .header-brand img { width: 64px; }
  .header-nav { position: absolute; top: 56px; left: 0; right: 0; z-index: 10; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 8px 20px 14px; border-bottom: 1px solid #333; background: #050505; }
  .site-header.menu-open .header-nav { display: flex; }
  .header-nav a { padding: 11px 0; font-size: 12px; }
  .header-contact { display: none; }
  .header-menu { width: 30px; height: 30px; display: flex; flex-direction: column; justify-content: center; gap: 4px; margin-left: auto; padding: 7px; border: 0; border-radius: 50%; background: var(--orange); cursor: pointer; }
  .header-menu span { display: block; width: 100%; height: 1px; background: #fff; }
  .hero { padding-inline: 20px; }
  .services-page { min-height: 620px; }
  .services-page-intro { min-height: 620px; padding: 36px 20px 72px; }
  .about-page-intro { min-height: 620px; padding: 14px 16px 60px; }
  .about-page-lead { max-width: 100%; font-size: 23px; }
  .about-page-media { width: 100%; aspect-ratio: 1.8; margin-top: 34px; }
  .about-services-section { grid-template-columns: 1fr; gap: 52px; min-height: auto; padding: 60px 20px 80px; }
  .about-services-left h2 { font-size: 30px; }
  .about-services-right p { max-width: 100%; font-size: 12px; }
  .about-services-left .about-services-media, .about-services-right .about-services-media { width: 100%; margin-top: 32px; }
  .about-reasons-section { min-height: auto; padding: 60px 20px 80px; }
  .about-reasons-section h2 { font-size: 30px; }
  .about-reasons-section h2 span { font-size: 48px; }
  .about-reasons-grid { grid-template-columns: 1fr; gap: 34px; margin-top: 54px; }
  .about-reasons-grid p { max-width: 300px; font-size: 12px; }
  .about-team-section { grid-template-columns: 1fr; gap: 48px; min-height: auto; padding: 60px 20px 80px; }
  .about-team-intro h2 { font-size: 40px; }
  .about-team-intro h2 span { font-size: 46px; }
  .about-team-media { width: 100%; max-width: 374px; margin: 34px auto 20px; }
  .about-team-intro h3, .about-team-role { margin-left: 0; text-align: center; }
  .about-team-copy { padding-top: 0; }
  .about-team-copy p { font-size: 12px; }
  .about-studio-section { grid-template-columns: 1fr; gap: 48px; min-height: auto; padding: 60px 20px 80px; }
  .about-studio-heading h2 { font-size: 40px; }
  .about-studio-heading h2 span { font-size: 42px; }
  .about-studio-intro, .studio-accordion-item p { font-size: 12px; }
  .about-gallery-section { min-height: 560px; padding: 30px 20px 80px; }
  .about-gallery-media-left { left: 20px; bottom: 80px; width: 78%; }
  .about-gallery-media-right { top: 30px; right: 20px; width: 82%; }
  .services-page-media { aspect-ratio: 1.45; margin-bottom: 38px; }
  .services-page-intro .section-kicker { font-size: 11px; letter-spacing: 4px; }
  .services-page-intro h1 { font-size: 40px; letter-spacing: -1px; }
  .equipment-rental-intro { min-height: 520px; padding: 72px 20px; }
  .equipment-rental-intro h1 { font-size: 40px; }
  .equipment-rental-actions { gap: 12px; margin-top: 30px; }
  .equipment-rental-actions .button { height: 32px; padding-inline: 16px; font-size: 14px; }
  .rental-search-section { min-height: 90px; padding: 20px 8px; }
  .rental-search-form { height: 32px; padding-inline: 10px; }
  .rental-search-form input { font-size: 20px; }
  .equipment-catalog-section { padding: 36px 16px 80px; }
  .catalog-heading { align-items: flex-start; flex-direction: column; margin-bottom: 22px; }
  .catalog-heading h2 { font-size: 30px; }
  .equipment-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .catalog-card { border-radius: 12px; }
  .catalog-card h3, .catalog-card p { font-size: 9px; }
  .equipment-detail-page { padding: 0 12px 80px; }
  .equipment-detail-hero { min-height: 0; grid-template-columns: 1fr; gap: 28px; padding: 48px 0 48px; }
  .equipment-detail-toolbar { right: 0; left: 0; }
  .equipment-detail-media { min-height: 280px; }
  .equipment-detail-copy { padding-inline: 8px; }
  .equipment-detail-copy h1 { font-size: clamp(32px, 11vw, 48px); }
  .equipment-detail-actions { flex-wrap: wrap; }
  .related-equipment { padding-top: 42px; }
  .related-equipment h2 { margin-bottom: 28px; font-size: 30px; }
  .related-equipment-grid { display: flex; gap: 12px; overflow-x: auto; padding: 0 2px 8px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .related-equipment-grid::-webkit-scrollbar { display: none; }
  .related-equipment-card { flex: 0 0 180px; scroll-snap-align: start; }
  .equipment-cart { position: fixed; inset: 0; z-index: 30; width: 100%; height: 100dvh; display: flex; flex-direction: column; padding: 48px 28px 24px; border: 0; border-radius: 0; background: var(--orange); box-shadow: none; }
  .cart-heading h3 { font-size: 16px; }
  .cart-close { width: 24px; height: 24px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; font-size: 20px; line-height: 1; }
  .cart-date { margin: 22px 0 26px; }
  .rental-calendar { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 12px; }
  .cart-item-image { width: 92px; height: 60px; }
  .cart-item-info strong { font-size: 13px; }
  .cart-warning { font-size: 10px; }
  .works-page-intro { min-height: 460px; padding: 72px 20px; }
  .works-page-intro .section-kicker { font-size: 11px; letter-spacing: 4px; }
  .works-page-intro h1 { font-size: 40px; letter-spacing: -1px; }
  .featured-work-section { position: relative; display: grid; place-items: center; min-height: 420px; padding: 48px 20px; }
  .featured-work-copy { position: absolute; top: 50%; left: 20px; z-index: 2; width: calc(100% - 40px); transform: translateY(-50%); }
  .featured-work-copy h2 { font-size: clamp(22px, 7vw, 34px); line-height: 1.35; white-space: normal; }
  .featured-work-copy p { font-size: 10px; letter-spacing: 3px; }
  .featured-work-media, .featured-work-section-reverse .featured-work-media { width: 88%; margin-left: 6%; border-width: 17px; }
  .featured-work-section-reverse .featured-work-copy { right: 20px; left: auto; }
  .service-detail-section { display: grid; grid-template-columns: 1fr; gap: 56px; min-height: auto; padding: 64px 20px 80px; }
  .service-detail-copy { max-width: 100%; }
  .service-detail-copy h2 { font-size: 36px; }
  .service-detail-copy p { font-size: 13px; }
  .service-detail-gallery { width: 100%; max-width: 374px; justify-self: center; }
  .service-gallery-kicker { margin: 0 0 18px; }
  .productions-section { display: grid; grid-template-columns: 1fr; gap: 48px; min-height: auto; padding: 64px 20px 80px; }
  .productions-intro { max-width: 100%; }
  .productions-intro h2 { font-size: 36px; }
  .productions-intro p { font-size: 13px; margin-bottom: 24px; }
  .productions-grid { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .productions-grid::-webkit-scrollbar { display: none; }
  .production-card { flex: 0 0 calc(100vw - 40px); scroll-snap-align: center; }
  .equipment-page-section { display: grid; grid-template-columns: 1fr; gap: 48px; min-height: auto; padding: 64px 20px 80px; }
  .equipment-page-intro { max-width: 100%; }
  .equipment-page-intro h2 { font-size: 36px; }
  .equipment-page-intro p { font-size: 13px; margin-bottom: 24px; }
  .equipment-page-grid { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .equipment-page-grid::-webkit-scrollbar { display: none; }
  .equipment-page-card { flex: 0 0 calc(100vw - 40px); scroll-snap-align: center; }
  .hero h1 {
    max-width: 530px;
    font-size: clamp(34px, 9vw, 48px);
    letter-spacing: -1.8px;
  }
  .desktop-break { display: none; }
  .hero-actions { flex-direction: column; align-items: center; gap: 12px; margin-top: 54px; }
  .button { height: 32px; padding-inline: 16px; font-size: 14px; }
  .about-section {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 80px 20px;
  }
  .about-media { width: 100%; max-width: 374px; margin: 0 auto; }
  .about-copy { max-width: 100%; }
  .about-copy h2 { font-size: 30px; }
  .about-description { font-size: 12px; }
  .about-description .text-line { white-space: normal; }
  .services-section { min-height: auto; padding: 70px 20px; }
  .services-heading h2, .equipment-section h2 { font-size: 30px; white-space: normal; }
  .service-list { margin-top: 42px; }
  .service-row, .service-row-reverse { grid-template-columns: 1fr; gap: 24px; margin-top: 42px; }
  .service-row-reverse .service-copy { grid-row: 2; justify-self: start; }
  .service-media { max-width: 374px; }
  .service-line { white-space: normal; }
  .equipment-showcase { gap: 5px; }
  .equipment-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(260px, 82vw); overflow-x: auto; scroll-snap-type: x mandatory; }
  .equipment-card { width: 100%; scroll-snap-align: center; }
  .projects-section { min-height: auto; padding: 70px 20px; }
  .projects-heading h2 { font-size: 30px; white-space: normal; }
  .projects-grid { display: flex; width: 100%; max-width: none; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .projects-grid::-webkit-scrollbar, .testimonial-grid::-webkit-scrollbar { display: none; }
  .project-card { flex: 0 0 calc(100vw - 40px); scroll-snap-align: center; }
  .testimonials-section { min-height: auto; padding: 70px 20px; }
  .testimonials-heading h2 { font-size: 30px; white-space: normal; }
  .testimonial-grid { display: flex; width: 100%; max-width: none; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .testimonial-card { flex: 0 0 calc(100vw - 40px); width: auto; height: auto; min-height: 0; scroll-snap-align: center; }
  .brand-carousel { width: auto; margin-inline: 0; }
  .brand-track img { height: 120px; }
  .footer-kicker { font-size: 14px; letter-spacing: 4px; }
  .footer-cta h2 { font-size: 30px; letter-spacing: -0.5px; }
  .footer-cta > p:not(.footer-kicker) { font-size: 12px; }
  .footer-cta .button { font-size: 14px; }
  .footer-main { grid-template-columns: repeat(2, 1fr); gap: 34px 28px; padding: 42px 20px; }
  .footer-description { max-width: 100%; grid-column: 1 / -1; }
  .footer-description p { white-space: normal; }
  .footer-description-break { display: none; }
  .footer-bottom { align-items: flex-start; flex-wrap: wrap; padding: 16px 20px; }
  .footer-credit { width: 100%; margin: 4px 0 0 !important; }
}

@media (min-width: 1200px) {
  .hero,
  .about-section {
    padding-inline: 240px;
  }
  .services-section {
    margin-inline: 400px;
    padding-inline: 0;
  }
  .equipment-section {
    width: auto;
    margin-inline: -160px;
  }
  .services-page-intro,
  .about-page-intro,
  .about-services-section,
  .about-reasons-section,
  .about-team-section,
  .about-studio-section,
  .about-gallery-section,
  .service-detail-section,
  .productions-section,
  .equipment-page-section,
  .featured-work-section { padding-inline: 240px; }
  .featured-work-copy { left: 240px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
