:root {
  --ink: #050505;
  --ink-2: #0b0b0b;
  --panel: #111111;
  --panel-2: #181818;
  --line: rgba(255, 255, 255, 0.11);
  --line-bright: rgba(255, 255, 255, 0.2);
  --white: #fafafa;
  --text: #dedede;
  --muted: #969696;
  --red: #a03336;
  --red-bright: #d43d43;
  --violet: var(--red);
  --magenta: #f4f4f4;
  --cyan: var(--red-bright);
  --amber: var(--red-bright);
  --shell: min(1180px, calc(100vw - 48px));
  --display: 'Oswald', sans-serif;
  --body: 'Manrope', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--text); background: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
body.video-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; padding: 10px 14px; color: var(--ink); background: var(--white); transform: translateY(-150%); z-index: 999; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; background: linear-gradient(180deg, rgba(0,0,0,.88), rgba(0,0,0,.4)); border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease; }
.site-header.scrolled { background: rgba(5, 5, 5, .94); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); }
.brand-logo { width: 108px; height: 86px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { position: relative; color: #c3c0ca; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a::after { content: ''; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--violet); transform: scaleX(0); transition: transform .18s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.desktop-nav a.active { color: var(--white); }
.desktop-nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.phone-link { display: inline-flex; align-items: center; gap: 8px; color: var(--white); font-size: 12px; font-weight: 700; }
.phone-link svg { color: var(--cyan); font-size: 16px; }
.button { min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid transparent; color: var(--white); background: none; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { font-size: 17px; transition: transform .18s ease; }
.button:hover svg { transform: translateX(3px); }
.button-small { min-height: 42px; padding: 0 17px; border-color: var(--line-bright); background: rgba(255,255,255,.04); }
.button-small:hover { border-color: var(--violet); background: rgba(160,51,54,.15); }
.button-primary { color: #08070d; background: var(--white); border-color: var(--white); }
.button-primary:hover { color: var(--white); background: var(--violet); border-color: var(--violet); }
.button-quiet { padding-inline: 0; color: var(--white); }
.button-outline { border-color: var(--line-bright); }
.button-outline:hover { color: var(--ink); background: var(--white); border-color: var(--white); }
.play-dot { width: 39px; height: 39px; display: grid; place-items: center; color: var(--white); background: rgba(255,255,255,.1); border: 1px solid var(--line-bright); border-radius: 50%; }
.play-dot svg { margin-left: 2px; }
.menu-toggle { width: 42px; height: 42px; display: none; place-content: center; gap: 5px; background: transparent; border: 1px solid var(--line); }
.menu-toggle span { width: 18px; height: 1px; display: block; background: var(--white); transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { display: none; }

.hero { min-height: 800px; height: clamp(800px, 100svh, 980px); position: relative; display: flex; align-items: center; overflow: hidden; background: #05050c; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .78; filter: grayscale(.3) saturate(.38) contrast(1.12); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,4,4,.99) 0%, rgba(4,4,4,.92) 28%, rgba(74,8,11,.36) 64%, rgba(4,4,4,.35) 100%), linear-gradient(0deg, rgba(4,4,4,.9) 0%, transparent 35%, rgba(76,10,13,.28) 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.hero-content { position: relative; z-index: 2; padding-top: 80px; }
.kicker { margin: 0 0 18px; display: flex; align-items: center; gap: 12px; color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.kicker::before { content: ''; width: 28px; height: 1px; background: currentColor; }
.kicker span { width: 3px; height: 3px; background: var(--magenta); border-radius: 50%; }
.hero h1, .section-heading h2, .production-copy h2, .testimonial-heading h2, .faq h2, .quote-intro h2 { margin: 0; color: var(--white); font-family: var(--display); font-weight: 600; letter-spacing: -.03em; line-height: .98; text-transform: uppercase; }
.hero h1 { max-width: 760px; font-size: clamp(64px, 7vw, 112px); }
.hero h1 em, .section-heading h2 em, .testimonial-heading h2 em { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.7); font-style: normal; }
.hero-copy { max-width: 600px; margin: 28px 0 0; color: #c9c7d1; font-size: 16px; line-height: 1.8; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 30px; }
.hero-proof { margin-top: 55px; display: flex; align-items: center; gap: 0; }
.hero-proof > div { min-width: 170px; padding: 0 28px; display: flex; align-items: center; gap: 12px; border-left: 1px solid var(--line-bright); }
.hero-proof > div:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong { color: var(--white); font-family: var(--display); font-size: 30px; letter-spacing: -.02em; }
.hero-proof span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; }
.hero-scroll { position: absolute; right: 30px; bottom: 30px; z-index: 2; display: flex; align-items: center; gap: 11px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right bottom; }
.hero-scroll i { width: 52px; height: 1px; display: block; background: var(--line-bright); }

.promise-band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #090909; }
.promise-row { min-height: 82px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.promise-row span { min-height: 38px; padding: 0 20px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #aaa7b1; border-left: 1px solid var(--line); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.promise-row span:first-child { border-left: 0; }
.promise-row svg { color: var(--cyan); font-size: 15px; }

.section { padding: 130px 0; }
.section-heading { margin-bottom: 56px; display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 70px; }
.section-heading h2 { font-size: clamp(48px, 5vw, 76px); }
.section-heading > p { max-width: 420px; margin: 0 0 5px; color: var(--muted); font-size: 14px; }
.section-heading.compact { grid-template-columns: 1fr .5fr; }
.section-heading.compact h2 { font-size: clamp(42px, 4.2vw, 66px); }

.services { background: var(--ink); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 400px; position: relative; padding: 30px 27px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .22s ease, transform .22s ease; }
.service-card:hover { z-index: 1; background: var(--panel); transform: translateY(-8px); }
.service-card::before { content: ''; position: absolute; top: -1px; right: -1px; left: -1px; height: 2px; background: var(--violet); transform: scaleX(0); transition: transform .22s ease; }
.service-card:hover::before { transform: scaleX(1); }
.service-number { align-self: flex-end; color: #565361; font-family: var(--display); font-size: 13px; letter-spacing: .12em; }
.service-card > svg { margin: 52px 0 25px; color: var(--violet); font-size: 42px; stroke-width: 1.2; }
.service-card h3 { margin: 0 0 13px; color: var(--white); font-family: var(--display); font-size: 24px; font-weight: 600; text-transform: uppercase; }
.service-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.service-card a { margin-top: auto; padding-top: 24px; display: flex; align-items: center; justify-content: space-between; color: var(--white); border-top: 1px solid var(--line); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.service-card a svg { font-size: 17px; transition: transform .18s ease; }
.service-card a:hover svg { transform: translateX(5px); }

.production { min-height: 900px; position: relative; display: flex; align-items: stretch; padding: 0; background: #090909; }
.production-image-wrap { width: 58%; min-height: 900px; position: relative; overflow: hidden; }
.production-image-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, #090909 100%), linear-gradient(0deg, rgba(65,5,8,.42), transparent 50%); }
.production-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: grayscale(.38) saturate(.55) contrast(1.08); }
.production-label { position: absolute; left: 50px; bottom: 50px; z-index: 2; padding-left: 17px; border-left: 2px solid var(--cyan); }
.production-label span { display: block; color: var(--cyan); font-size: 8px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.production-label b { display: block; margin-top: 4px; color: var(--white); font-family: var(--display); font-size: 25px; line-height: 1.2; text-transform: uppercase; }
.production-content { position: absolute; inset: 0; display: flex; justify-content: flex-end; align-items: center; pointer-events: none; }
.production-copy { width: 44%; padding: 65px 0 65px 70px; pointer-events: auto; }
.production-copy h2 { max-width: 540px; font-size: clamp(48px, 5vw, 75px); }
.production-copy > p { margin: 27px 0 35px; color: var(--muted); font-size: 13px; }
.production-copy ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.production-copy li { padding: 20px 0; display: grid; grid-template-columns: 40px 1fr; gap: 14px; border-bottom: 1px solid var(--line); }
.production-copy li > span { padding-top: 2px; color: var(--violet); font-family: var(--display); font-size: 11px; }
.production-copy li b { color: var(--white); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.production-copy li p { margin: 4px 0 0; color: var(--muted); font-size: 10px; }

.process { background: var(--panel); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-grid article { min-height: 270px; position: relative; padding: 30px 26px; border-right: 1px solid var(--line); }
.process-grid article:first-child { border-left: 1px solid var(--line); }
.process-grid article > span { position: absolute; top: 21px; right: 22px; color: #5e5a67; font-family: var(--display); font-size: 11px; }
.process-icon { width: 47px; height: 47px; margin-bottom: 35px; display: grid; place-items: center; color: var(--cyan); background: rgba(212,61,67,.08); border: 1px solid rgba(212,61,67,.3); border-radius: 50%; }
.process-icon svg { font-size: 20px; }
.process-grid h3 { margin: 0 0 10px; color: var(--white); font-family: var(--display); font-size: 21px; font-weight: 600; text-transform: uppercase; }
.process-grid p { margin: 0; color: var(--muted); font-size: 11px; }

.events { background: var(--ink); }
.video-grid { display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.video-card { min-height: 250px; position: relative; overflow: hidden; background: var(--panel); }
.video-card.video-featured { min-height: 516px; grid-row: 1 / 3; }
.video-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,4,10,.94), rgba(4,4,10,.08) 65%); }
.video-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.video-card:hover img { transform: scale(1.035); filter: saturate(1.18); }
.video-type { position: absolute; top: 20px; left: 20px; z-index: 2; padding: 6px 9px; color: var(--white); background: rgba(0,0,0,.72); border: 1px solid var(--line-bright); backdrop-filter: blur(8px); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.video-play { position: absolute; top: 50%; left: 50%; z-index: 3; width: 58px; height: 58px; display: grid; place-items: center; color: var(--ink); background: var(--white); border-radius: 50%; transform: translate(-50%, -50%); transition: background .18s ease, transform .18s ease; }
.video-play svg { margin-left: 3px; font-size: 21px; }
.video-card:hover .video-play { background: var(--cyan); transform: translate(-50%, -50%) scale(1.08); }
.video-card > div { position: absolute; right: 24px; bottom: 22px; left: 24px; z-index: 2; }
.video-card small { color: var(--cyan); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.video-card h3 { margin: 5px 0 0; color: var(--white); font-family: var(--display); font-size: 25px; font-weight: 600; text-transform: uppercase; }
.video-featured h3 { font-size: 36px; }
.events-footer { margin-top: 27px; padding-top: 23px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
.events-footer-link { justify-content: flex-end; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link svg { font-size: 17px; }

.stream-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.stream-card { width: 100%; aspect-ratio: 16 / 9; position: relative; overflow: hidden; padding: 0; color: var(--white); background: var(--panel); border: 1px solid var(--line); cursor: pointer; }
.stream-card.stream-wide { grid-column: 1 / -1; aspect-ratio: 2.15 / 1; }
.stream-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.06) brightness(.86); transition: transform .45s ease, filter .45s ease; }
.stream-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,4,4,.5), transparent 58%); transition: background .25s ease; }
.stream-card:hover img { transform: scale(1.035); filter: saturate(1.02) contrast(1.06) brightness(.94); }
.stream-card:hover .stream-shade { background: linear-gradient(0deg, rgba(78,7,10,.62), transparent 65%); }
.stream-card:hover .video-play, .stream-card:focus-visible .video-play { background: var(--red-bright); transform: translate(-50%, -50%) scale(1.08); }
.stream-card:focus-visible { outline: 2px solid var(--red-bright); outline-offset: 4px; }
.stream-grid-preview .stream-card:not(.stream-wide) { min-height: 300px; }

.gallery-hero { min-height: 650px; position: relative; display: flex; align-items: center; overflow: hidden; background: radial-gradient(circle at 78% 40%, rgba(160,51,54,.24), transparent 30%), #050505; }
.gallery-hero-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(90deg, #000, transparent 82%); }
.gallery-hero-glow { position: absolute; top: 70px; right: 8%; width: 460px; height: 460px; background: var(--red); border-radius: 50%; filter: blur(170px); opacity: .2; }
.gallery-hero-content { position: relative; z-index: 1; padding-top: 90px; }
.gallery-hero h1 { max-width: 880px; margin: 0; color: var(--white); font-family: var(--display); font-size: clamp(67px, 7.4vw, 108px); font-weight: 600; letter-spacing: -.035em; line-height: .98; text-transform: uppercase; }
.gallery-hero h1 em { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.72); font-style: normal; }
.gallery-hero .button { margin-top: 34px; }
.stream-gallery-section { background: #080808; }
.stream-grid-full { margin-top: 8px; }
.gallery-cta-actions { display: flex; align-items: center; gap: 12px; }

.video-modal { position: fixed; inset: 0; z-index: 1000; padding: 48px; display: grid; place-items: center; }
.video-modal[hidden] { display: none; }
.video-modal-backdrop { position: absolute; inset: 0; padding: 0; background: rgba(0,0,0,.9); border: 0; backdrop-filter: blur(14px); }
.video-modal-dialog { width: min(1120px, calc(100vw - 64px)); position: relative; z-index: 1; background: #000; border: 1px solid rgba(255,255,255,.22); box-shadow: 0 35px 120px rgba(0,0,0,.72); }
.video-modal-close { width: 46px; height: 46px; position: absolute; top: -55px; right: 0; display: grid; place-items: center; color: var(--white); background: #111; border: 1px solid var(--line-bright); }
.video-modal-close:hover { color: var(--ink); background: var(--white); }
.video-modal-close svg { font-size: 20px; }
.video-modal-stage { width: 100%; aspect-ratio: 16 / 9; }
.video-modal-stage iframe { width: 100%; height: 100%; display: block; background: #000; border: 0; }

.testimonial { overflow: hidden; background: var(--panel); }
.testimonial-grid { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 100px; }
.testimonial-heading h2 { font-size: clamp(48px, 5vw, 76px); }
.testimonial-heading > p { max-width: 620px; margin: 25px 0 31px; color: var(--muted); font-size: 13px; }
.quote-card { min-height: 410px; position: relative; margin: 0; padding: 50px; display: flex; flex-direction: column; justify-content: center; background: #0b0b0b; border: 1px solid var(--line); box-shadow: 22px 22px 0 rgba(160,51,54,.09); }
.quote-mark { position: absolute; top: 24px; right: 36px; color: var(--violet); font-family: Georgia, serif; font-size: 86px; line-height: 1; }
.quote-card blockquote { position: relative; z-index: 1; margin: 0; color: var(--white); font-family: var(--display); font-size: 34px; font-weight: 500; letter-spacing: -.01em; line-height: 1.35; text-transform: uppercase; }
.quote-card figcaption { margin-top: 35px; padding-top: 21px; display: grid; border-top: 1px solid var(--line); }
.quote-card figcaption b { color: var(--white); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.quote-card figcaption span { color: var(--muted); font-size: 9px; }
.quote-lines { position: absolute; right: -40px; bottom: 40px; display: grid; gap: 9px; transform: rotate(-45deg); }
.quote-lines i { width: 80px; height: 1px; display: block; background: rgba(212,61,67,.38); }

.faq { background: var(--ink); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 110px; }
.faq h2 { font-size: clamp(44px, 4vw, 65px); }
.faq header > p:last-child { max-width: 450px; margin: 24px 0 0; color: var(--muted); font-size: 12px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--white); cursor: pointer; list-style: none; font-size: 13px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--violet); font-family: var(--display); font-size: 25px; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -8px 45px 27px 0; color: var(--muted); font-size: 11px; }

.quote-section { position: relative; overflow: hidden; background: #0a0a0a; }
.quote-section::before { content: ''; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(rgba(255,255,255,.28) 1px, transparent 1px); background-size: 28px 28px; }
.quote-glow { position: absolute; width: 450px; height: 450px; filter: blur(140px); border-radius: 50%; opacity: .14; }
.quote-glow-one { top: -180px; left: -150px; background: var(--violet); }
.quote-glow-two { right: -180px; bottom: -180px; background: var(--cyan); }
.quote-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 90px; }
.quote-intro { position: sticky; top: 130px; }
.quote-intro h2 { font-size: clamp(55px, 6vw, 86px); }
.contact-stack { display: grid; gap: 11px; }
.contact-stack a { width: fit-content; display: flex; align-items: center; gap: 13px; }
.contact-stack a > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--cyan); background: rgba(212,61,67,.09); border: 1px solid rgba(212,61,67,.25); border-radius: 50%; }
.contact-stack a div { display: grid; }
.contact-stack small { color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-stack b { color: var(--white); font-size: 11px; }
.quote-form { padding: 37px; background: rgba(20,20,34,.9); border: 1px solid var(--line-bright); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.form-header { margin-bottom: 28px; padding-bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.form-header span { color: var(--white); font-family: var(--display); font-size: 21px; text-transform: uppercase; }
.form-header small { color: var(--muted); font-size: 8px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { display: grid; gap: 7px; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid label > span { color: #aaa7b2; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 50px; padding: 13px 14px; color: var(--white); background: #090909; border: 1px solid var(--line); border-radius: 0; outline: none; }
.form-grid textarea { min-height: 110px; resize: vertical; }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #5f5c68; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(160,51,54,.14); }
.form-grid select { color-scheme: dark; }
.form-submit { width: 100%; margin-top: 24px; }
.form-submit:disabled { opacity: .62; cursor: wait; }
.form-honeypot { width: 1px !important; height: 1px !important; position: absolute !important; left: -10000px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.form-status { margin: 13px 0 0; padding: 13px 15px; color: var(--white); background: rgba(255,255,255,.035); border: 1px solid var(--line); font-size: 9px; line-height: 1.5; }
.form-status[hidden] { display: none; }
.form-status[data-state="success"] { color: #f2fff5; background: rgba(59,151,85,.12); border-color: rgba(92,196,121,.38); }
.form-status[data-state="error"] { color: #fff0f0; background: rgba(160,51,54,.14); border-color: rgba(212,61,67,.46); }
.form-note { margin: 13px 0 0; display: flex; align-items: flex-start; justify-content: center; gap: 7px; color: var(--muted); font-size: 8px; text-align: center; }
.form-note svg { margin-top: 2px; flex: 0 0 auto; }

.site-footer { background: #05050c; border-top: 1px solid var(--line); }
.footer-main { min-height: 200px; padding: 48px 0; display: grid; grid-template-columns: 1.2fr 1fr auto auto; align-items: center; gap: 45px; }
.footer-brand .brand-logo { width: 150px; height: 120px; }
.footer-main > p { max-width: 320px; margin: 0; color: var(--muted); font-size: 10px; }
.footer-links, .footer-contact { display: grid; gap: 9px; }
.footer-links a, .footer-contact a { color: #b8b5c0; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a:hover, .footer-contact a:hover { color: var(--cyan); }
.footer-social { margin-top: 8px; display: flex; gap: 8px; }
.footer-contact .footer-social a { width: 38px; height: 38px; display: grid; place-items: center; color: var(--white); background: #111; border: 1px solid var(--line); }
.footer-contact .footer-social a:hover, .footer-contact .footer-social a:focus-visible { color: var(--white); background: var(--red); border-color: var(--red-bright); transform: translateY(-2px); }
.footer-social svg { width: 18px; height: 18px; }
.footer-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #5f5c68; border-top: 1px solid var(--line); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.mobile-quote { display: none; }
.toast { position: fixed; right: 24px; bottom: 24px; max-width: 360px; padding: 13px 16px; color: var(--white); background: var(--panel-2); border: 1px solid var(--line-bright); box-shadow: 0 15px 45px rgba(0,0,0,.45); font-size: 10px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; z-index: 300; }
.toast.visible { opacity: 1; transform: none; }

/* Real setup portfolio, review proof, and rental paths */
.rental-callout { min-height: 510px; position: relative; display: flex; align-items: flex-end; overflow: hidden; background: #080808; }
.rental-callout > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 57%; filter: grayscale(.55) saturate(.42) contrast(1.1); }
.rental-callout-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,4,4,.97) 0%, rgba(4,4,4,.78) 48%, rgba(86,8,12,.3) 100%), linear-gradient(0deg, rgba(4,4,4,.9), transparent 55%); }
.rental-callout-content { position: relative; z-index: 1; padding-bottom: 65px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; }
.rental-callout-content > div { max-width: 690px; }
.rental-callout h2 { margin: 10px 0 15px; color: var(--white); font-family: var(--display); font-size: clamp(44px, 5vw, 72px); font-weight: 600; letter-spacing: -.025em; line-height: .98; text-transform: uppercase; }
.rental-callout p:last-child { max-width: 620px; margin: 0; color: #c5c2cc; font-size: 12px; }

.setup-gallery { background: #0a0a0a; }
.setup-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 410px; gap: 14px; }
.setup-shot { position: relative; margin: 0; overflow: hidden; background: var(--panel); border: 1px solid var(--line); }
.setup-shot.setup-wide { grid-column: 1 / -1; }
.setup-shot::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(160,51,54,.14), transparent 45%, rgba(4,4,4,.9)); mix-blend-mode: normal; }
.setup-shot img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.07) brightness(.86) hue-rotate(2deg); transition: transform .5s ease, filter .5s ease; }
.setup-shot:hover img { transform: scale(1.025); filter: saturate(1) contrast(1.05) brightness(.95); }
.setup-shot figcaption { position: absolute; right: 26px; bottom: 23px; left: 26px; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.setup-shot figcaption span { color: var(--white); font-family: var(--display); font-size: 24px; text-transform: uppercase; }
.setup-shot figcaption small { color: var(--cyan); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-align: right; text-transform: uppercase; }

.reviews { background: var(--ink); }
.reviews-heading { margin-bottom: 55px; display: grid; grid-template-columns: 1fr 1.1fr; align-items: end; gap: 65px; }
.reviews-heading h2 { margin: 10px 0 0; color: var(--white); font-family: var(--display); font-size: clamp(48px, 5vw, 72px); font-weight: 600; letter-spacing: -.02em; line-height: 1; text-transform: uppercase; }
.reviews-heading h2 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px var(--violet); }
.google-review-action { padding: 24px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 17px; background: rgba(255,255,255,.025); border: 1px solid var(--line-bright); }
.google-review-action div { display: grid; gap: 3px; }
.google-review-action b { color: var(--white); font-size: 11px; text-transform: uppercase; }
.google-review-action small { color: var(--muted); font-size: 9px; }
.google-review-action .button { min-height: 46px; padding: 0 17px; white-space: nowrap; }
.google-g { width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 50%, #fbbc05 0 75%, #ea4335 0); border-radius: 50%; font-size: 0; }
.google-g::before { content: 'G'; width: 34px; height: 34px; display: grid; place-items: center; color: #202124; background: var(--white); border-radius: 50%; font-family: Arial, sans-serif; font-size: 20px; font-weight: 700; }
.review-grid { display: grid; grid-template-columns: 1fr 1.2fr .8fr; }
.review-card { min-height: 360px; position: relative; margin: 0; padding: 34px; display: flex; flex-direction: column; background: var(--panel); border: 1px solid var(--line); border-right: 0; }
.review-card:last-child { border-right: 1px solid var(--line); }
.review-stars { color: var(--red-bright); font-size: 14px; letter-spacing: .12em; }
.review-card blockquote { margin: auto 0 30px; color: var(--white); font-family: var(--display); font-size: 30px; line-height: 1.28; text-transform: uppercase; }
.review-card figcaption { padding-top: 18px; display: grid; gap: 2px; border-top: 1px solid var(--line); }
.review-card figcaption b { color: var(--white); font-size: 10px; text-transform: uppercase; }
.review-card figcaption span { color: var(--muted); font-size: 8px; }
.review-card > a:not(.text-link) { margin-top: 16px; display: inline-flex; align-items: center; gap: 8px; color: var(--cyan); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.review-card > a svg { width: 16px; height: 16px; }
.review-featured { background: linear-gradient(145deg, rgba(160,51,54,.18), transparent 55%), #111111; }
.review-featured .quote-mark { position: absolute; top: 20px; right: 27px; color: var(--violet); font-family: Georgia, serif; font-size: 68px; }
.review-cta { justify-content: center; background: #0a0a13; }
.review-cta .google-g { margin-bottom: 25px; }
.review-cta h3 { margin: 0 0 12px; color: var(--white); font-family: var(--display); font-size: 30px; line-height: 1.05; text-transform: uppercase; }
.review-cta p { margin: 0 0 28px; color: var(--muted); font-size: 10px; }
.social-section { position: relative; overflow: hidden; background: radial-gradient(circle at 76% 44%, rgba(160,51,54,.24), transparent 31%), #090909; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.social-section::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, transparent, #000 62%, transparent); }
.social-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.social-copy h2 { margin: 10px 0 0; color: var(--white); font-family: var(--display); font-size: clamp(52px, 5.5vw, 78px); font-weight: 600; letter-spacing: -.025em; line-height: .98; text-transform: uppercase; }
.social-copy h2 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px var(--red-bright); }
.social-actions { display: grid; gap: 12px; }
.social-card { min-height: 112px; padding: 24px 26px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 20px; background: rgba(17,17,17,.94); border: 1px solid var(--line); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.social-card:hover, .social-card:focus-visible { background: #151515; border-color: rgba(212,61,67,.62); transform: translateX(6px); }
.social-card-icon { width: 54px; height: 54px; display: grid; place-items: center; color: var(--white); background: rgba(160,51,54,.2); border: 1px solid rgba(212,61,67,.45); border-radius: 50%; }
.social-card-icon svg { width: 25px; height: 25px; }
.social-card > div { min-width: 0; display: grid; gap: 3px; }
.social-card small { color: var(--red-bright); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.social-card b { color: var(--white); font-family: var(--display); font-size: 24px; font-weight: 600; overflow-wrap: anywhere; }
.social-arrow { width: 20px; height: 20px; color: var(--white); }

/* Equipment rental page */
.rental-hero { min-height: 790px; height: clamp(790px, 94svh, 950px); position: relative; display: flex; align-items: center; overflow: hidden; background: var(--ink); }
.rental-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(.48) saturate(.38) contrast(1.1); }
.rental-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,4,4,.98) 0%, rgba(4,4,4,.82) 44%, rgba(77,8,11,.28) 78%), linear-gradient(0deg, rgba(4,4,4,.92), transparent 48%); }
.rental-hero-content { position: relative; z-index: 2; padding-top: 70px; }
.rental-hero-content h1 { max-width: 920px; margin: 15px 0 22px; color: var(--white); font-family: var(--display); font-size: clamp(68px, 7.5vw, 112px); font-weight: 600; letter-spacing: -.035em; line-height: .92; text-transform: uppercase; }
.rental-hero-content h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px var(--cyan); }
.rental-hero-content .hero-copy { max-width: 650px; }
.rental-hero-note { max-width: 650px; margin-top: 45px; padding-top: 19px; display: flex; align-items: center; gap: 11px; color: #b3b0bd; border-top: 1px solid var(--line-bright); font-size: 9px; }
.rental-hero-note svg { width: 18px; height: 18px; flex: 0 0 auto; color: var(--cyan); }
.rental-inventory { background: var(--ink); }
.rental-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.rental-category { min-height: 390px; position: relative; padding: 30px 27px; display: flex; flex-direction: column; background: var(--panel); border: 1px solid var(--line); border-right: 0; }
.rental-category:last-child { border-right: 1px solid var(--line); }
.rental-category > span { position: absolute; top: 22px; right: 23px; color: #625f6b; font-family: var(--display); font-size: 11px; }
.rental-category > svg, .category-glyph { width: 50px; height: 50px; margin: 35px 0 40px; display: grid; place-items: center; color: var(--cyan); }
.rental-category > svg { padding: 12px; background: rgba(212,61,67,.08); border: 1px solid rgba(212,61,67,.28); border-radius: 50%; }
.category-glyph { background: rgba(160,51,54,.11); border: 1px solid rgba(160,51,54,.36); border-radius: 50%; font-family: var(--display); font-size: 14px; }
.rental-category h3 { margin: 0 0 13px; color: var(--white); font-family: var(--display); font-size: 27px; line-height: 1; text-transform: uppercase; }
.rental-category p { margin: 0 0 20px; color: var(--muted); font-size: 10px; }
.rental-category small { margin-top: auto; padding-top: 17px; color: #777481; border-top: 1px solid var(--line); font-size: 8px; }
.rental-support { background: var(--panel); }
.rental-support-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 85px; }
.rental-support-image { min-height: 590px; position: relative; overflow: hidden; }
.rental-support-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,4,4,.78), transparent 50%); }
.rental-support-image img { width: 100%; height: 590px; object-fit: cover; filter: grayscale(.45) saturate(.45) contrast(1.08); }
.rental-support-image > span { position: absolute; bottom: 24px; left: 26px; z-index: 1; color: var(--white); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.rental-support-copy h2 { margin: 10px 0 22px; color: var(--white); font-family: var(--display); font-size: clamp(48px, 5vw, 70px); line-height: .98; text-transform: uppercase; }
.rental-support-copy > p:not(.kicker) { margin: 0 0 30px; color: var(--muted); font-size: 11px; }
.rental-support-copy ul { margin: 0; padding: 0; display: grid; list-style: none; }
.rental-support-copy li { padding: 17px 0; display: grid; grid-template-columns: 25px 1fr; gap: 13px; border-top: 1px solid var(--line); }
.rental-support-copy li svg { width: 18px; height: 18px; color: var(--cyan); }
.rental-support-copy li div { display: grid; gap: 3px; }
.rental-support-copy li b { color: var(--white); font-size: 10px; text-transform: uppercase; }
.rental-support-copy li span { color: var(--muted); font-size: 9px; }
.rental-gallery { background: #090909; }
.rental-gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 14px; }
.rental-gallery-grid img { width: 100%; height: 440px; object-fit: cover; filter: saturate(.8) contrast(1.06) brightness(.86); }
.rental-terms { background: var(--panel); }
.rental-terms-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.rental-terms h2 { margin: 10px 0 0; color: var(--white); font-family: var(--display); font-size: clamp(48px, 5vw, 70px); line-height: 1; text-transform: uppercase; }
.rental-terms-list { border-top: 1px solid var(--line); }
.rental-terms-list > div { padding: 21px 0; display: grid; grid-template-columns: 35px 1fr; gap: 17px; border-bottom: 1px solid var(--line); }
.rental-terms-list span { color: var(--violet); font-family: var(--display); font-size: 10px; }
.rental-terms-list p { margin: 0; color: var(--muted); font-size: 10px; }
.rental-terms-list b { color: var(--white); text-transform: uppercase; }
.choice-field { min-width: 0; margin: 0; padding: 0; border: 0; }
.choice-field legend { margin-bottom: 9px; color: #aaa7b2; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.choice-grid label { min-height: 46px; padding: 0 12px; display: flex; align-items: center; gap: 10px; background: #090909; border: 1px solid var(--line); cursor: pointer; }
.choice-grid input { width: 15px; min-height: 15px; flex: 0 0 auto; accent-color: var(--violet); }
.choice-grid span { color: #c3c0ca; font-size: 9px; }

.availability-hero { min-height: 650px; position: relative; display: flex; align-items: center; overflow: hidden; background: #050505; }
.availability-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 47%; opacity: .66; filter: grayscale(.35) saturate(.65) contrast(1.12); }
.availability-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,4,4,.98) 0%, rgba(4,4,4,.88) 35%, rgba(91,8,12,.42) 72%, rgba(4,4,4,.52) 100%), linear-gradient(0deg, rgba(4,4,4,.88), transparent 50%); }
.availability-hero-content { position: relative; z-index: 2; padding-top: 96px; }
.availability-hero h1 { max-width: 850px; margin: 0; color: var(--white); font-family: var(--display); font-size: clamp(64px, 7vw, 100px); font-weight: 600; letter-spacing: -.03em; line-height: .98; text-transform: uppercase; }
.availability-hero h1 em { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.75); font-style: normal; }
.calendar-section { background: #080808; }
.calendar-heading { margin-bottom: 42px; display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 85px; }
.calendar-heading h2 { margin: 0; color: var(--white); font-family: var(--display); font-size: clamp(52px, 6vw, 82px); line-height: 1; text-transform: uppercase; }
.calendar-heading-copy { display: grid; gap: 17px; }
.calendar-heading-copy p { margin: 0; color: var(--muted); font-size: 12px; }
.calendar-heading-copy b { color: var(--white); text-transform: uppercase; }
.calendar-heading-copy .text-link { justify-self: start; }
.calendar-shell { overflow: hidden; background: #111; border: 1px solid var(--line-bright); box-shadow: 28px 28px 0 rgba(160,51,54,.1); }
.calendar-toolbar { min-height: 68px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: #111; border-bottom: 1px solid var(--line); }
.calendar-toolbar div { display: flex; align-items: center; gap: 11px; color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.calendar-toolbar svg { color: var(--red-bright); font-size: 18px; }
.calendar-toolbar small { color: var(--muted); font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.calendar-frame { width: 100%; height: 760px; display: block; background: #fff; border: 0; }
.calendar-next-step { margin-top: 70px; padding: 45px 48px; display: flex; align-items: center; justify-content: space-between; gap: 45px; background: linear-gradient(110deg, #151515, #0b0b0b 65%, rgba(160,51,54,.22)); border: 1px solid var(--line); }
.calendar-next-step > div { max-width: 690px; }
.calendar-next-step span { color: var(--red-bright); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.calendar-next-step h3 { margin: 8px 0 12px; color: var(--white); font-family: var(--display); font-size: 38px; line-height: 1; text-transform: uppercase; }
.calendar-next-step p { margin: 0; color: var(--muted); font-size: 11px; }
.calendar-next-step .button { flex: 0 0 auto; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.service-card:nth-child(2), .process-grid article:nth-child(2) { transition-delay: .08s; }
.service-card:nth-child(3), .process-grid article:nth-child(3) { transition-delay: .16s; }
.service-card:nth-child(4), .process-grid article:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .mobile-nav { position: absolute; top: 100%; left: 0; width: 100%; padding: 18px 24px 26px; display: grid; gap: 0; background: rgba(5,5,5,.99); border-bottom: 1px solid var(--line); transform: translateY(-120%); opacity: 0; visibility: hidden; transition: .22s ease; }
  .mobile-nav.open { transform: none; opacity: 1; visibility: visible; }
  .mobile-nav a { padding: 15px 0; color: var(--white); border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 22px; text-transform: uppercase; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { grid-template-columns: 1fr .6fr; gap: 40px; }
  .production { min-height: auto; display: block; }
  .production-image-wrap { width: 100%; min-height: 620px; }
  .production-image-wrap::after { background: linear-gradient(0deg, #090909 0%, transparent 45%); }
  .production-content { position: relative; display: block; }
  .production-copy { width: 100%; padding: 90px 0; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid article:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .process-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .testimonial-grid, .quote-grid { gap: 55px; }
  .faq-grid { gap: 65px; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-main > p { display: none; }
  .reviews-heading { grid-template-columns: 1fr; }
  .social-grid { gap: 50px; }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .review-card { border-bottom: 0; }
  .review-card:nth-child(2) { border-right: 1px solid var(--line); }
  .review-card:last-child { min-height: 270px; grid-column: 1 / -1; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .rental-category-grid { grid-template-columns: repeat(2, 1fr); }
  .rental-category:nth-child(2) { border-right: 1px solid var(--line); }
  .rental-category:nth-child(n+3) { border-top: 0; }
  .rental-support-grid { gap: 45px; }
  .rental-gallery-grid { grid-template-columns: 1.2fr .8fr; }
  .rental-gallery-grid img:last-child { display: none; }
  .calendar-heading { gap: 45px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 32px, 1180px); }
  .header-inner { min-height: 78px; }
  .brand-logo { width: 84px; height: 67px; }
  .phone-link, .header-actions .button-small { display: none; }
  .hero { min-height: 740px; height: auto; padding: 130px 0 90px; }
  .hero-image { object-position: 59% center; opacity: .58; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,4,4,.97), rgba(66,6,9,.4)), linear-gradient(0deg, rgba(4,4,4,.94), transparent 65%); }
  .hero-grid { background-size: 50px 50px; }
  .hero-content { padding-top: 0; }
  .hero h1 { font-size: clamp(48px, 14vw, 60px); line-height: 1.02; }
  .hero h1 em { display: block; max-width: 100%; font-size: .78em; overflow-wrap: anywhere; }
  .hero-copy { margin-top: 22px; font-size: 13px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 6px; }
  .button-quiet { justify-content: flex-start; }
  .hero-proof { margin-top: 35px; display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-proof > div, .hero-proof > div:first-child { min-width: 0; padding: 0 10px; display: grid; gap: 1px; border-left: 1px solid var(--line-bright); }
  .hero-proof > div:first-child { padding-left: 0; border-left: 0; }
  .hero-proof strong { font-size: 24px; }
  .hero-proof span { font-size: 7px; }
  .hero-scroll { display: none; }
  .promise-row { grid-template-columns: repeat(2, 1fr); padding: 12px 0; }
  .promise-row span { padding: 11px 8px; border-bottom: 1px solid var(--line); font-size: 8px; }
  .promise-row span:nth-child(3) { border-left: 0; border-bottom: 0; }
  .promise-row span:nth-child(4) { border-bottom: 0; }
  .section { padding: 85px 0; }
  .section-heading, .section-heading.compact { margin-bottom: 40px; grid-template-columns: 1fr; gap: 20px; }
  .section-heading h2, .section-heading.compact h2 { font-size: 46px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 335px; }
  .service-card > svg { margin: 25px 0 20px; }
  .production-image-wrap { min-height: 480px; }
  .production-label { right: 20px; bottom: 25px; left: 20px; }
  .production-copy { padding: 75px 0; }
  .production-copy h2 { font-size: 52px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article, .process-grid article:first-child, .process-grid article:nth-child(3) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
  .video-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .video-card, .video-card.video-featured { min-height: 290px; grid-row: auto; }
  .video-featured h3 { font-size: 28px; }
  .stream-grid { grid-template-columns: 1fr; gap: 12px; }
  .stream-card.stream-wide { grid-column: auto; aspect-ratio: 16 / 9; }
  .stream-grid-preview .stream-card:not(.stream-wide) { min-height: 0; }
  .events-footer { align-items: flex-start; flex-direction: column; gap: 12px; }
  .events-footer-link { align-items: flex-end; }
  .testimonial-grid, .faq-grid, .quote-grid { grid-template-columns: 1fr; gap: 45px; }
  .testimonial-heading h2, .faq h2, .quote-intro h2 { font-size: 48px; }
  .quote-card { min-height: 360px; padding: 35px 28px; }
  .quote-card blockquote { font-size: 29px; }
  .quote-intro { position: static; }
  .quote-form { padding: 25px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: auto; }
  .form-header { align-items: flex-start; flex-direction: column; gap: 2px; }
  .footer-main { grid-template-columns: 1fr; gap: 27px; }
  .footer-links { grid-template-columns: repeat(4, auto); justify-content: space-between; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; }
  .mobile-quote { position: fixed; right: 14px; bottom: 14px; z-index: 90; min-height: 46px; padding: 0 16px; display: flex; align-items: center; gap: 8px; color: var(--ink); background: var(--white); box-shadow: 0 12px 34px rgba(0,0,0,.45); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .rental-callout { min-height: 610px; }
  .rental-callout > img { object-position: 60% center; }
  .rental-callout-shade { background: linear-gradient(0deg, rgba(4,4,4,.98), rgba(74,7,10,.36) 80%); }
  .rental-callout-content { padding-bottom: 52px; grid-template-columns: 1fr; gap: 28px; }
  .rental-callout h2 { font-size: 46px; }
  .rental-callout .button { width: fit-content; }
  .setup-grid { grid-template-columns: 1fr; grid-auto-rows: 320px; }
  .setup-shot.setup-wide { grid-column: auto; }
  .setup-shot figcaption { right: 18px; bottom: 17px; left: 18px; align-items: flex-start; flex-direction: column; gap: 3px; }
  .setup-shot figcaption span { font-size: 20px; }
  .setup-shot figcaption small { text-align: left; }
  .reviews-heading { gap: 30px; }
  .reviews-heading h2 { font-size: 46px; }
  .google-review-action { grid-template-columns: auto 1fr; }
  .google-review-action .button { grid-column: 1 / -1; justify-content: center; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card, .review-card:nth-child(2), .review-card:last-child { min-height: 320px; grid-column: auto; border: 1px solid var(--line); border-bottom: 0; }
  .review-card:last-child { border-bottom: 1px solid var(--line); }
  .review-card blockquote { font-size: 27px; }
  .social-grid { grid-template-columns: 1fr; gap: 38px; }
  .social-copy h2 { font-size: 48px; }
  .social-card { min-height: 96px; padding: 20px 18px; gap: 14px; }
  .social-card-icon { width: 46px; height: 46px; }
  .social-card-icon svg { width: 22px; height: 22px; }
  .social-card b { font-size: 20px; }
  .social-arrow { display: none; }
  .footer-social { margin-top: 4px; }
  .rental-hero { min-height: 760px; height: auto; padding: 140px 0 85px; }
  .rental-hero-image { object-position: 62% center; opacity: .7; }
  .rental-hero-shade { background: linear-gradient(90deg, rgba(4,4,4,.97), rgba(72,7,10,.4)), linear-gradient(0deg, rgba(4,4,4,.94), transparent 62%); }
  .rental-hero-content { padding-top: 0; }
  .rental-hero-content h1 { font-size: clamp(50px, 14vw, 62px); line-height: 1; }
  .rental-hero-content h1 em { display: block; font-size: .82em; overflow-wrap: anywhere; }
  .rental-hero-note { margin-top: 30px; }
  .rental-category-grid { grid-template-columns: 1fr; }
  .rental-category, .rental-category:nth-child(2), .rental-category:nth-child(n+3) { min-height: 330px; border: 1px solid var(--line); border-bottom: 0; }
  .rental-category:last-child { border-bottom: 1px solid var(--line); }
  .rental-category > svg, .category-glyph { margin: 25px 0 28px; }
  .rental-support-grid, .rental-terms-grid { grid-template-columns: 1fr; gap: 45px; }
  .rental-support-image, .rental-support-image img { min-height: 380px; height: 380px; }
  .rental-support-copy h2, .rental-terms h2 { font-size: 46px; }
  .rental-gallery-grid { grid-template-columns: 1fr; }
  .rental-gallery-grid img { height: 330px; }
  .rental-gallery-grid img:last-child { display: block; }
  .choice-grid { grid-template-columns: 1fr; }
  .availability-hero { min-height: 640px; padding: 130px 0 80px; }
  .availability-hero-image { object-position: 63% center; opacity: .58; }
  .availability-hero-shade { background: linear-gradient(90deg, rgba(4,4,4,.97), rgba(76,6,10,.46)), linear-gradient(0deg, rgba(4,4,4,.94), transparent 65%); }
  .availability-hero-content { padding-top: 0; }
  .availability-hero h1 { font-size: clamp(49px, 14vw, 62px); line-height: 1.02; }
  .availability-hero h1 em { display: block; font-size: .84em; }
  .calendar-heading { grid-template-columns: 1fr; gap: 22px; }
  .calendar-heading h2 { font-size: 48px; }
  .calendar-shell { box-shadow: 12px 12px 0 rgba(160,51,54,.1); }
  .calendar-toolbar { min-height: 78px; padding: 14px 16px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
  .calendar-frame { height: 660px; }
  .calendar-next-step { margin-top: 48px; padding: 32px 25px; align-items: flex-start; flex-direction: column; gap: 26px; }
  .calendar-next-step h3 { font-size: 32px; }
  .gallery-hero { min-height: 610px; padding: 130px 0 80px; }
  .gallery-hero-content { padding-top: 0; }
  .gallery-hero h1 { font-size: clamp(50px, 14vw, 62px); line-height: 1.02; }
  .gallery-hero h1 em { display: block; font-size: .82em; }
  .gallery-cta-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .gallery-cta-actions .button { width: 100%; }
  .video-modal { padding: 12px; }
  .video-modal-dialog { width: calc(100vw - 24px); }
  .video-modal-close { top: -50px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
