:root {
  --ink: #12140f;
  --ink-2: #1b1e19;
  --ink-soft: #34382f;
  --paper: #f4f1e9;
  --paper-deep: #e9e5da;
  --paper-light: #fbf9f4;
  --line: rgba(18, 20, 15, .16);
  --line-light: rgba(255, 255, 255, .23);
  --gold: #c79c58;
  --gold-light: #dec28c;
  --muted: #696d64;
  --white: #fffdf8;
  --shell: min(1320px, calc(100% - 80px));
  --display: "Arial Narrow", "Aptos Display", "Helvetica Neue", Arial, sans-serif;
  --body: "Aptos", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.45; -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
img, video { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin: 0; }
::selection { background: var(--gold); color: var(--ink); }

.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 15px; background: var(--white); color: var(--ink); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.page-shell { width: var(--shell); margin: 0 auto; }
.section-space { padding: 144px 0; }

.utility-bar { position: relative; z-index: 21; height: 32px; display: flex; align-items: center; background: #0d0f0c; color: rgba(255,255,255,.75); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.utility-inner { width: var(--shell); margin: auto; display: flex; align-items: center; gap: 11px; white-space: nowrap; overflow: hidden; }
.utility-dot { width: 3px; height: 3px; flex: 0 0 auto; border-radius: 100%; background: var(--gold); }

.site-header { height: 88px; z-index: 20; display: flex; align-items: center; width: 100%; padding: 0 max(40px, calc((100vw - 1320px)/2)); border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, height .25s ease, color .25s ease; }
.home-page .site-header { position: absolute; top: 32px; left: 0; color: var(--white); }
.site-header.is-scrolled { position: fixed; top: 0; background: rgba(18,20,15,.95); backdrop-filter: blur(14px); color: var(--white); border-color: rgba(255,255,255,.12); height: 72px; }
.page-header { color: var(--ink); border-bottom: 1px solid var(--line); }
.page-header.is-scrolled { color: var(--white); }
.brand { display: inline-flex; align-items: center; gap: 9px; font-family: var(--display); font-size: 19px; line-height: 1; letter-spacing: .11em; font-weight: 900; flex: 0 0 auto; }
.brand-word { display: inline-flex; align-items: center; white-space: nowrap; }
.brand-drone-x { width: 31px; height: 25px; margin: 0 0 0 2px; color: var(--gold); overflow: visible; }
.brand-drone-x .drone-arms { fill: none; stroke: currentColor; stroke-width: 3.4; stroke-linecap: round; }
.brand-drone-x .drone-rotors { fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; opacity: .95; }
.brand-drone-x .drone-body { fill: currentColor; }
.brand-drone-x .drone-lens { fill: var(--ink); }
.brand-mark { width: 29px; height: 29px; fill: currentColor; }
.brand-mark-cut { fill: var(--gold); }
.primary-nav { display: flex; gap: clamp(18px, 2.2vw, 36px); margin-left: auto; margin-right: clamp(24px, 3vw, 48px); align-items: center; }
.primary-nav a { position: relative; padding: 8px 0; color: currentColor; font-size: 11px; text-transform: uppercase; letter-spacing: .11em; font-weight: 700; opacity: .73; transition: opacity .2s ease; }
.primary-nav a::after { position: absolute; content: ""; left: 0; bottom: 3px; width: 0; height: 1px; background: var(--gold); transition: width .2s ease; }
.primary-nav a:hover, .primary-nav a.is-active { opacity: 1; }
.primary-nav a:hover::after, .primary-nav a.is-active::after { width: 100%; }
.header-cta { display: inline-flex; align-items: center; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--gold); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; transition: gap .2s ease; white-space: nowrap; }
.header-cta:hover { gap: 22px; }
.header-cta span { color: var(--gold); font-size: 16px; line-height: 10px; }
.menu-toggle { display: none; border: 0; background: none; width: 42px; height: 42px; padding: 10px; color: currentColor; }
.menu-toggle i { display: block; width: 100%; height: 1px; background: currentColor; transition: transform .2s ease; }
.menu-toggle i + i { margin-top: 7px; }
.menu-toggle.is-open i:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle.is-open i:last-child { transform: translateY(-4px) rotate(-45deg); }

.hero { position: relative; min-height: calc(100svh - 32px); display: flex; align-items: flex-end; overflow: hidden; background: #30372e; color: var(--white); isolation: isolate; }
.hero-video { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-scrim { position: absolute; z-index: -2; inset: 0; background: linear-gradient(92deg, rgba(10,11,8,.76) 0%, rgba(10,11,8,.42) 42%, rgba(10,11,8,.12) 68%, rgba(10,11,8,.32) 100%), linear-gradient(0deg, rgba(10,11,8,.75) 0%, transparent 46%); }
.hero-grid { position: absolute; z-index: -1; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 100% 25%, 16.666% 100%; mask-image: linear-gradient(to bottom, transparent 0, rgba(0,0,0,.55) 40%, rgba(0,0,0,.4)); }
.hero-content { padding-bottom: 111px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 10px; line-height: 1.2; text-transform: uppercase; font-weight: 800; letter-spacing: .15em; }
.eyebrow::before { content: ""; display: inline-block; width: 23px; height: 1px; background: var(--gold); }
.eyebrow.light { color: rgba(255,255,255,.8); }
.hero .eyebrow { margin-bottom: 25px; }
h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.058em; line-height: .93; }
h1 { max-width: 850px; font-size: clamp(54px, 8.1vw, 128px); white-space: pre-line; }
h2 { font-size: clamp(39px, 4.4vw, 72px); }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-top: 43px; }
.hero-bottom > p { max-width: 470px; font-size: 16px; line-height: 1.65; color: rgba(255,255,255,.85); }
.hero-actions { display: flex; align-items: center; gap: 30px; flex: 0 0 auto; }
.button { border: 1px solid transparent; padding: 15px 21px; min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #151510; }
.button-gold:hover { background: var(--gold-light); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--ink-soft); }
.text-link { display: inline-flex; align-items: center; gap: 15px; width: fit-content; font-size: 11px; line-height: 1.2; text-transform: uppercase; letter-spacing: .105em; font-weight: 800; padding-bottom: 6px; border-bottom: 1px solid currentColor; transition: gap .2s ease; }
.text-link:hover { gap: 22px; }
.text-link b { font-size: 16px; color: var(--gold); line-height: 10px; }
.light-link { color: var(--white); }
.dark-link { color: var(--ink); }
.scroll-prompt { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.75); display: flex; align-items: center; gap: 10px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; white-space: nowrap; }
.scroll-prompt span { position: relative; width: 19px; height: 30px; border: 1px solid rgba(255,255,255,.6); border-radius: 20px; }
.scroll-prompt span::after { content:""; position: absolute; width: 2px; height: 5px; left: 7px; top: 6px; background: var(--gold); animation: scrollDot 1.8s infinite; }
@keyframes scrollDot { 0% { transform: translateY(0); opacity: 1; } 80% { transform: translateY(9px); opacity: 0; } 100% { opacity: 0; } }

.intro { border-bottom: 1px solid var(--line); }
.section-label { display: flex; align-items: center; gap: 13px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.section-label span { color: var(--gold); }
.section-label p { margin: 0; }
.intro-layout { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(260px, .72fr); gap: clamp(56px, 10vw, 170px); margin-top: 49px; align-items: end; }
.intro-layout h2 { max-width: 730px; }
.intro-copy { padding-bottom: 5px; }
.intro-copy p { color: var(--ink-soft); line-height: 1.72; font-size: 17px; margin-bottom: 29px; }

.services { background: var(--paper-light); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.section-heading .eyebrow { margin-bottom: 22px; }
.split-heading > p { width: min(360px, 35%); color: var(--ink-soft); font-size: 15px; line-height: 1.67; margin: 0 0 4px; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); margin-top: 70px; }
.service-card { min-height: 238px; position: relative; display: grid; grid-template-columns: 32px 1fr 25px; align-items: start; gap: 22px; padding: 29px 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: color .3s ease; }
.service-card::before { content:""; position: absolute; inset: auto 0 0; height: 0; background: var(--ink); transition: height .32s cubic-bezier(.2,.6,.3,1); z-index: 0; }
.service-card > * { position: relative; z-index: 1; }
.service-card:hover { color: var(--white); }
.service-card:hover::before { height: 100%; }
.service-index { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .09em; }
.service-card h3 { font-family: var(--display); font-size: 29px; font-weight: 500; letter-spacing: -.04em; margin: -5px 0 16px; }
.service-card p { max-width: 350px; color: var(--ink-soft); line-height: 1.6; font-size: 14px; transition: color .3s ease; }
.service-card:hover p { color: rgba(255,255,255,.7); }
.service-arrow { justify-self: end; color: var(--gold); font-size: 21px; transition: transform .25s ease; }
.service-card:hover .service-arrow { transform: translate(4px, -4px); }

.feature-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; }
.feature-image { overflow: hidden; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.feature-split:hover .feature-image img { transform: scale(1.035); }
.feature-panel { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 13%; background: var(--ink); color: var(--white); }
.feature-panel .eyebrow { margin-bottom: 30px; }
.feature-panel h2 { font-size: clamp(42px, 5vw, 80px); }
.feature-panel > p:not(.eyebrow) { margin: 34px 0 35px; max-width: 420px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.7; }

.work { overflow: hidden; }
.work .section-heading { align-items: end; }
.work-intro { margin: 26px 0 47px; max-width: 440px; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.home-gallery { display: grid; grid-template-columns: 1.34fr .83fr .83fr; grid-auto-rows: 430px; gap: 14px; }
.work-card { position: relative; min-width: 0; overflow: hidden; background: var(--ink); color: var(--white); cursor: pointer; }
.work-card-tall { grid-row: span 1; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.6,.2,1), opacity .4s ease; }
.work-card::after { content:""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,9,7,.76), transparent 57%); pointer-events: none; }
.work-card:hover img { transform: scale(1.065); opacity: .85; }
.work-card-info { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 21px; }
.work-card-info span { display: block; color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 8px; }
.work-card-info h3 { font-family: var(--display); font-size: 25px; letter-spacing: -.04em; font-weight: 500; }
.mobile-only-link { display: none; }

.film-strip { background: #161913; color: var(--white); padding: 115px 0 0; overflow: hidden; }
.film-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 49px; }
.film-heading-row .eyebrow { margin-bottom: 20px; }
.film-heading-row h2 { font-size: clamp(43px, 5vw, 75px); }
.film-preview { display: grid; grid-template-columns: 1.05fr .95fr; gap: 1px; background: rgba(255,255,255,.16); }
.film-preview-card { position: relative; min-height: 480px; overflow: hidden; background: #23271e; cursor: pointer; }
.film-preview-card video { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; opacity: .82; transition: transform .6s ease, opacity .3s ease; }
.film-preview-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.76), rgba(0,0,0,.02) 70%); }
.film-preview-card:hover video { transform: scale(1.045); opacity: 1; }
.film-overlay { position: absolute; z-index: 2; inset: 0; display: flex; align-items: flex-end; justify-content: space-between; padding: 31px; }
.film-overlay small { display: block; color: var(--gold-light); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; margin-bottom: 8px; }
.film-overlay h3 { font-family: var(--display); font-size: 28px; font-weight: 500; letter-spacing: -.035em; }
.play-badge { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; display: grid; place-items: center; padding-left: 3px; font-size: 12px; transition: background .2s ease, color .2s ease; }
.film-preview-card:hover .play-badge { background: var(--gold); color: var(--ink); border-color: var(--gold); }

.approach-layout { display: grid; grid-template-columns: .94fr 1.06fr; gap: clamp(60px, 12vw, 200px); }
.approach-layout .eyebrow { margin-bottom: 26px; }
.approach-list { border-top: 1px solid var(--line); }
.approach-list article { display: grid; grid-template-columns: 85px 1fr; gap: 15px; padding: 26px 0 29px; border-bottom: 1px solid var(--line); }
.approach-list > article > span { color: var(--gold); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; padding-top: 4px; }
.approach-list h3 { font-family: var(--display); font-weight: 500; letter-spacing: -.025em; font-size: 24px; margin-bottom: 8px; }
.approach-list p { max-width: 490px; color: var(--ink-soft); line-height: 1.62; font-size: 14px; }

.contact-section { display: grid; grid-template-columns: .93fr 1.07fr; background: var(--ink); color: var(--white); }
.contact-visual { min-height: 780px; overflow: hidden; }
.contact-visual img { width: 100%; height: 100%; object-fit: cover; opacity: .76; }
.contact-panel { padding: 108px min(10vw, 145px) 108px 9%; }
.contact-panel .eyebrow { margin-bottom: 25px; }
.contact-panel h2 { max-width: 650px; font-size: clamp(43px, 5.1vw, 78px); }
.contact-panel > p:not(.eyebrow) { max-width: 550px; color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.68; margin: 29px 0 37px; }
.contact-facts { display: grid; grid-template-columns: 1fr 1.2fr; gap: 25px; margin-bottom: 34px; padding: 21px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.contact-facts > * { display: flex; flex-direction: column; gap: 4px; }
.contact-facts strong { color: var(--gold-light); font-size: 14px; font-weight: 600; }
.contact-facts span { color: rgba(255,255,255,.52); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }
.contact-form { display: grid; gap: 15px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: grid; gap: 7px; color: rgba(255,255,255,.68); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.22); border-radius: 0; background: rgba(255,255,255,.045); color: var(--white); padding: 12px 13px; font-size: 14px; line-height: 1.35; outline: none; text-transform: none; letter-spacing: normal; font-weight: 400; transition: border-color .2s ease, background .2s ease; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.35); }
.contact-form select { color: rgba(255,255,255,.9); appearance: auto; }
.contact-form select option { background: var(--ink); color: var(--white); }
.contact-form textarea { resize: vertical; min-height: 96px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); background: rgba(255,255,255,.08); }
.form-submit { display: flex; align-items: center; gap: 18px; margin-top: 5px; }
.form-status { font-size: 12px !important; line-height: 1.35 !important; margin: 0 !important; color: rgba(255,255,255,.73) !important; }
.form-status.error { color: #ffb0a0 !important; }

.site-footer { background: #0d0f0c; color: var(--white); }
.footer-top { display: grid; grid-template-columns: .9fr 1fr auto; align-items: center; gap: 30px; padding: 42px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-brand { font-size: 17px; }
.footer-top > p { max-width: 350px; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.5; }
.footer-phone { color: var(--gold-light); font-family: var(--display); font-size: 25px; letter-spacing: -.025em; }
.footer-bottom { display: flex; justify-content: space-between; gap: 32px; padding: 22px 0 25px; color: rgba(255,255,255,.48); font-size: 9px; text-transform: uppercase; letter-spacing: .105em; font-weight: 700; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 24px; text-align: right; }

/* Portfolio pages */
.portfolio-hero { display: grid; grid-template-columns: .42fr 1.58fr; gap: 30px; padding-top: clamp(90px, 12vw, 165px); padding-bottom: 80px; align-items: start; }
.portfolio-hero > .eyebrow { margin-top: 13px; }
.portfolio-hero h1 { font-size: clamp(57px, 8.2vw, 128px); color: var(--ink); }
.portfolio-hero > div > p { margin: 31px 0 0; max-width: 430px; color: var(--ink-soft); line-height: 1.66; font-size: 17px; }
.portfolio-content { padding-bottom: 130px; }
.filter-bar { display: flex; gap: 9px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 32px; overflow: auto; }
.filter-chip { flex: 0 0 auto; padding: 8px 11px; color: var(--muted); border: 0; background: transparent; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; transition: color .2s ease, background .2s ease; }
.filter-chip:hover, .filter-chip.is-selected { color: var(--white); background: var(--ink); }
.portfolio-grid { columns: 3; column-gap: 15px; }
.portfolio-item { position: relative; display: inline-block; width: 100%; margin: 0 0 15px; overflow: hidden; background: var(--ink); cursor: pointer; break-inside: avoid; color: var(--white); }
.portfolio-item:nth-child(3n + 2) { margin-top: 52px; }
.portfolio-item-media { width: 100%; min-height: 280px; max-height: 590px; object-fit: cover; transition: transform .65s cubic-bezier(.2,.6,.2,1), opacity .3s ease; }
.portfolio-item::after { content: ""; position: absolute; pointer-events: none; inset: 0; background: linear-gradient(0deg, rgba(4,5,4,.82), rgba(4,5,4,0) 58%); }
.portfolio-item:hover .portfolio-item-media { transform: scale(1.055); opacity: .8; }
.portfolio-caption { position: absolute; z-index: 1; left: 23px; right: 18px; bottom: 20px; transform: translateY(5px); transition: transform .25s ease; }
.portfolio-item:hover .portfolio-caption { transform: translateY(0); }
.portfolio-caption span { display: block; color: var(--gold-light); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; font-weight: 800; margin-bottom: 7px; }
.portfolio-caption h2 { font-size: 28px; font-family: var(--display); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.portfolio-caption p { max-height: 0; overflow: hidden; margin: 0; color: rgba(255,255,255,.72); line-height: 1.5; font-size: 12px; transition: max-height .3s ease, margin .3s ease; }
.portfolio-item:hover .portfolio-caption p { max-height: 100px; margin-top: 10px; }
.video-grid { columns: 2; column-gap: 15px; }
.video-grid .portfolio-item { aspect-ratio: 16/9; margin: 0 0 15px; }
.video-grid .portfolio-item:nth-child(3n + 2) { margin-top: 0; }
.video-grid .portfolio-item-media { height: 100%; min-height: 0; max-height: none; }
.item-play { position: absolute; z-index: 2; left: 22px; top: 20px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.7); padding-left: 3px; font-size: 10px; transition: background .2s, color .2s; }
.portfolio-item:hover .item-play { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.empty-portfolio { columns: auto; display: grid; place-items: center; min-height: 300px; background: var(--paper-deep); color: var(--muted); text-align: center; padding: 30px; }
.portfolio-callout { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; padding: 72px 0 81px; border-top: 1px solid var(--line); }
.portfolio-callout .eyebrow { margin-bottom: 18px; }
.portfolio-callout h2 { font-size: clamp(42px, 5vw, 75px); }

/* Modal previews */
.lightbox { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 70px; background: rgba(5,6,5,.94); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox-media { width: min(1090px, 100%); max-height: calc(100vh - 160px); }
.lightbox-media img, .lightbox-media video { width: 100%; max-height: calc(100vh - 190px); object-fit: contain; }
.lightbox-close { position: absolute; z-index: 2; top: 22px; right: 27px; width: 44px; height: 44px; background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 32px; font-weight: 200; line-height: 34px; transition: background .2s ease, color .2s ease; }
.lightbox-close:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.lightbox-caption { position: absolute; left: 50%; bottom: 29px; transform: translateX(-50%); width: min(1090px, calc(100% - 80px)); color: rgba(255,255,255,.66); font-size: 12px; text-align: left; }
.lightbox-caption strong { display: block; color: var(--white); font-family: var(--display); font-weight: 500; font-size: 20px; letter-spacing: -.02em; margin-bottom: 4px; }

/* Studio portal */
.admin-body { min-height: 100vh; background: #eceae3; }
.admin-login { min-height: 100vh; display: grid; grid-template-columns: 1.02fr .98fr; }
.admin-login-aside { position: relative; overflow: hidden; color: var(--white); min-height: 600px; padding: 56px clamp(40px, 7vw, 110px); display: flex; flex-direction: column; justify-content: space-between; background: #171a14; }
.admin-login-aside::before { content:""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(7,8,6,.68), rgba(7,8,6,.12)), url('/assets/images/facade-inspection.jpg') center/cover; opacity: .83; }
.admin-login-aside > * { position: relative; }
.admin-login-aside .brand { color: var(--white); }
.admin-login-aside h1 { max-width: 580px; font-size: clamp(48px, 5.5vw, 87px); }
.admin-login-aside p { max-width: 410px; color: rgba(255,255,255,.74); line-height: 1.65; }
.admin-login-card { align-self: center; width: min(100%, 430px); padding: 44px; }
.admin-login-card .eyebrow { margin-bottom: 19px; }
.admin-login-card h2 { font-size: 45px; margin-bottom: 12px; }
.admin-login-card > p { margin-bottom: 30px; color: var(--muted); line-height: 1.58; font-size: 14px; }
.admin-form { display: grid; gap: 17px; }
.admin-form label, .studio-form label { display: grid; gap: 7px; color: #5d625b; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.admin-form input, .studio-form input, .studio-form textarea, .studio-form select { width: 100%; padding: 12px 13px; border: 1px solid #c9c8bf; background: #f9f8f4; color: var(--ink); outline: none; border-radius: 0; font-size: 14px; text-transform: none; letter-spacing: normal; font-weight: 400; transition: border-color .2s ease, box-shadow .2s ease; }
.admin-form input:focus, .studio-form input:focus, .studio-form textarea:focus, .studio-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(199,156,88,.16); }
.admin-form .button { width: 100%; margin-top: 4px; }
.admin-auth-status { min-height: 20px; margin: 0; color: #9c3e32; font-size: 12px; line-height: 1.4; }
.admin-auth-status.success { color: #3f765b; }

.studio-shell { display: grid; grid-template-columns: 254px 1fr; min-height: 100vh; }
.studio-sidebar { position: sticky; top: 0; height: 100vh; background: var(--ink); color: var(--white); display: flex; flex-direction: column; padding: 28px 20px; }
.studio-sidebar .brand { padding: 4px 8px 35px; }
.studio-nav { display: grid; gap: 4px; }
.studio-nav button { display: flex; align-items: center; gap: 12px; padding: 12px 11px; border: 0; background: transparent; color: rgba(255,255,255,.58); text-align: left; font-size: 11px; text-transform: uppercase; font-weight: 800; letter-spacing: .08em; transition: background .2s, color .2s; }
.studio-nav button span { width: 21px; color: var(--gold); font-size: 10px; }
.studio-nav button:hover, .studio-nav button.is-current { background: rgba(255,255,255,.08); color: var(--white); }
.studio-sidebar-meta { margin-top: auto; padding: 19px 8px 6px; border-top: 1px solid rgba(255,255,255,.13); }
.studio-sidebar-meta p { color: rgba(255,255,255,.47); font-size: 10px; line-height: 1.6; }
.studio-sidebar-meta button { padding: 0; margin-top: 12px; color: var(--gold-light); border: 0; background: none; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; font-weight: 800; }
.studio-main { min-width: 0; }
.studio-topbar { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 0 clamp(24px, 4vw, 57px); border-bottom: 1px solid #d5d3ca; background: rgba(250,249,245,.7); }
.studio-topbar h1 { font-family: var(--display); font-size: 33px; letter-spacing: -.04em; font-weight: 500; }
.studio-topbar p { color: var(--muted); font-size: 12px; }
.studio-view { display: none; padding: clamp(26px, 4vw, 57px); }
.studio-view.is-active { display: block; }
.studio-view-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 32px; }
.studio-view-heading h2 { font-size: 43px; }
.studio-view-heading p { color: var(--muted); max-width: 480px; font-size: 14px; line-height: 1.55; }
.studio-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-bottom: 37px; }
.studio-stat { padding: 23px; min-height: 132px; background: #f8f7f2; border: 1px solid #dad8cf; }
.studio-stat span { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; font-weight: 800; }
.studio-stat strong { display: block; margin-top: 24px; font-family: var(--display); font-size: 40px; line-height: .7; letter-spacing: -.06em; font-weight: 500; }
.studio-card { background: #f8f7f2; border: 1px solid #dad8cf; padding: clamp(20px, 3vw, 36px); }
.studio-card + .studio-card { margin-top: 17px; }
.studio-card-title { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 24px; }
.studio-card-title h3 { font-family: var(--display); font-size: 27px; font-weight: 500; letter-spacing: -.04em; }
.studio-card-title p { color: var(--muted); font-size: 12px; }
.studio-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 17px; }
.studio-form { display: grid; gap: 16px; }
.studio-form .field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.studio-form textarea { min-height: 90px; resize: vertical; }
.studio-form .wide { grid-column: 1 / -1; }
.settings-section { padding-top: 25px; margin-top: 25px; border-top: 1px solid #dedbd2; }
.settings-section:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.settings-section h3 { font-family: var(--display); font-size: 25px; line-height: 1; letter-spacing: -.035em; font-weight: 500; margin-bottom: 5px; }
.settings-section > p { color: var(--muted); margin-bottom: 18px; font-size: 12px; }
.upload-drop { position: relative; min-height: 158px; display: grid; place-items: center; border: 1px dashed #aeaaa0; background: #f0efe9; text-align: center; padding: 20px; transition: border-color .2s, background .2s; }
.upload-drop.is-dragging { border-color: var(--gold); background: #fbf4e6; }
.upload-drop strong { display: block; font-family: var(--display); font-size: 23px; letter-spacing: -.03em; font-weight: 500; margin-bottom: 4px; }
.upload-drop span { color: var(--muted); font-size: 12px; }
.upload-drop input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.upload-limits { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 13px; }
.limit-pill { padding: 7px 10px; background: #e8e6dd; color: #555a52; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.studio-status { min-height: 20px; margin: 0; font-size: 12px; color: #3f765b; }
.studio-status.error { color: #9c3e32; }
.admin-library { display: grid; grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)); gap: 12px; }
.admin-item { position: relative; aspect-ratio: 1.12/1; overflow: hidden; background: var(--ink); color: var(--white); }
.admin-item img, .admin-item video { width: 100%; height: 100%; object-fit: cover; opacity: .7; }
.admin-item-info { position: absolute; inset: auto 0 0; z-index: 1; padding: 13px; background: linear-gradient(0deg, rgba(0,0,0,.88), transparent); }
.admin-item-info span { display: block; color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 3px; }
.admin-item-info h4 { margin: 0; font-family: var(--display); font-size: 19px; letter-spacing: -.035em; font-weight: 500; }
.admin-item-delete { position: absolute; z-index: 2; top: 8px; right: 8px; width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(0,0,0,.42); color: var(--white); font-size: 17px; line-height: 19px; }
.admin-item-delete:hover { background: #b74233; border-color: #b74233; }
.inquiry-list { display: grid; gap: 10px; }
.inquiry { padding: 19px; border: 1px solid #dedbd2; background: #f5f4ef; }
.inquiry header { display: flex; justify-content: space-between; gap: 15px; align-items: baseline; }
.inquiry h4 { font-family: var(--display); font-size: 21px; letter-spacing: -.03em; font-weight: 500; }
.inquiry time { color: var(--muted); font-size: 10px; }
.inquiry .inquiry-meta { display: flex; gap: 12px; flex-wrap: wrap; margin: 7px 0; color: #70746c; font-size: 12px; }
.inquiry .inquiry-meta a { color: #3f5743; text-decoration: underline; }
.inquiry p { color: #393d36; font-size: 13px; line-height: 1.58; white-space: pre-line; }
.admin-empty { padding: 35px; border: 1px dashed #c6c3b9; color: var(--muted); text-align: center; font-size: 13px; }

@media (max-width: 960px) {
  :root { --shell: min(100% - 48px, 1320px); }
  .site-header { padding: 0 24px; height: 76px; }
  .primary-nav { margin-right: 22px; gap: 18px; }
  .header-cta { display: none; }
  .section-space { padding: 105px 0; }
  .contact-panel { padding: 80px 7%; }
  .contact-visual { min-height: 710px; }
  .home-gallery { grid-auto-rows: 340px; }
  .service-card { padding: 25px 23px; }
  .service-card { grid-template-columns: 25px 1fr 20px; gap: 13px; }
  .admin-login-aside { padding: 48px; }
  .admin-login-card { padding: 32px; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 40px); }
  .utility-bar { height: 29px; font-size: 8px; }
  .home-page .site-header { top: 29px; }
  .site-header { height: 70px; padding: 0 20px; }
  .site-header.is-scrolled { height: 64px; }
  .brand { font-size: 16px; }
  .brand-mark { width: 26px; height: 26px; }
  .menu-toggle { display: block; margin-left: auto; }
  .primary-nav { position: absolute; z-index: -1; top: 100%; left: 0; right: 0; display: grid; gap: 0; margin: 0; padding: 10px 20px 18px; background: #11130f; color: var(--white); transform: translateY(-115%); opacity: 0; pointer-events: none; transition: transform .24s ease, opacity .2s ease; border-bottom: 1px solid rgba(255,255,255,.13); }
  .primary-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .primary-nav a { padding: 13px 0; font-size: 10px; border-bottom: 1px solid rgba(255,255,255,.09); }
  .primary-nav a::after { display: none; }
  .page-header .primary-nav { color: var(--white); }
  .hero { min-height: calc(100svh - 29px); }
  .hero-content { padding-bottom: 90px; }
  .hero .eyebrow { max-width: 290px; margin-bottom: 20px; font-size: 8px; line-height: 1.5; }
  h1 { font-size: clamp(50px, 15vw, 76px); line-height: .9; }
  .hero-bottom { display: block; margin-top: 30px; }
  .hero-bottom > p { font-size: 14px; line-height: 1.6; }
  .hero-actions { margin-top: 25px; gap: 21px; flex-wrap: wrap; }
  .scroll-prompt { display: none; }
  .section-space { padding: 77px 0; }
  h2 { font-size: clamp(38px, 11.5vw, 56px); }
  .intro-layout, .approach-layout { grid-template-columns: 1fr; gap: 32px; margin-top: 34px; }
  .intro-copy p { font-size: 15px; }
  .section-heading, .film-heading-row, .portfolio-callout { align-items: flex-start; flex-direction: column; }
  .split-heading > p { width: auto; margin: 20px 0 0; font-size: 14px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .service-card { min-height: 200px; padding: 25px 20px; }
  .service-card h3 { font-size: 27px; }
  .feature-split { grid-template-columns: 1fr; }
  .feature-image { min-height: 350px; }
  .feature-panel { min-height: 415px; padding: 66px 20px; }
  .feature-panel > p:not(.eyebrow) { font-size: 14px; margin: 26px 0 30px; }
  .home-gallery { grid-template-columns: 1fr; grid-auto-rows: 310px; gap: 10px; }
  .work-card-tall { grid-row: auto; }
  .desktop-link { display: none; }
  .mobile-only-link { display: inline-flex; margin-top: 29px; }
  .film-strip { padding-top: 76px; }
  .film-preview { grid-template-columns: 1fr; }
  .film-preview-card { min-height: 310px; }
  .film-overlay { padding: 21px; }
  .approach-list article { grid-template-columns: 60px 1fr; }
  .approach-list h3 { font-size: 21px; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-visual { min-height: 300px; }
  .contact-panel { padding: 65px 20px; }
  .contact-panel > p:not(.eyebrow) { font-size: 14px; }
  .contact-facts, .form-row { grid-template-columns: 1fr; gap: 16px; }
  .contact-facts { gap: 17px; }
  .form-submit { align-items: flex-start; flex-direction: column; }
  .footer-top { grid-template-columns: 1fr; gap: 20px; padding: 31px 0; }
  .footer-bottom { display: grid; gap: 16px; line-height: 1.6; }
  .footer-bottom div { display: grid; gap: 6px; text-align: left; }
  .footer-phone { font-size: 23px; }
  .portfolio-hero { grid-template-columns: 1fr; gap: 24px; padding-top: 65px; padding-bottom: 52px; }
  .portfolio-hero > .eyebrow { margin-top: 0; }
  .portfolio-hero h1 { font-size: clamp(50px, 14vw, 76px); }
  .portfolio-hero > div > p { font-size: 15px; margin-top: 23px; }
  .portfolio-content { padding-bottom: 76px; }
  .portfolio-grid, .video-grid { columns: 1; }
  .portfolio-item:nth-child(3n + 2) { margin-top: 0; }
  .portfolio-item-media { max-height: none; min-height: 280px; }
  .portfolio-caption p { max-height: 100px; margin-top: 9px; }
  .lightbox { padding: 58px 16px 80px; }
  .lightbox-media img, .lightbox-media video { max-height: calc(100vh - 155px); }
  .lightbox-caption { bottom: 20px; width: calc(100% - 32px); }
  .lightbox-close { top: 12px; right: 15px; }
  .admin-login { grid-template-columns: 1fr; }
  .admin-login-aside { min-height: 370px; padding: 32px 27px; }
  .admin-login-aside h1 { font-size: 49px; }
  .admin-login-card { width: 100%; padding: 44px 25px; }
  .studio-shell { display: block; }
  .studio-sidebar { position: relative; height: auto; padding: 18px 20px 0; }
  .studio-sidebar .brand { padding: 4px 5px 19px; }
  .studio-nav { display: flex; overflow: auto; margin: 0 -20px; padding: 0 20px; }
  .studio-nav button { flex: 0 0 auto; padding: 12px 9px; }
  .studio-nav button span { display: none; }
  .studio-sidebar-meta { display: none; }
  .studio-topbar { min-height: 65px; padding: 0 20px; }
  .studio-topbar h1 { font-size: 26px; }
  .studio-topbar p { display: none; }
  .studio-view { padding: 27px 20px; }
  .studio-view-heading { flex-direction: column; align-items: flex-start; margin-bottom: 24px; }
  .studio-view-heading h2 { font-size: 39px; }
  .studio-stat-grid { grid-template-columns: 1fr; }
  .studio-grid { grid-template-columns: 1fr; }
  .studio-form .field-grid { grid-template-columns: 1fr; }
}

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