/*
Theme Name: Elevate Events
Theme URI: https://elevate-events-studio.amirmtes.chatgpt.site
Author: Elevate Events
Description: A cinematic, conversion-focused theme for event planning, design, and production studios.
Version: 1.3.0
Tested up to: 7.0
Requires at least: 5.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elevate-events
Tags: custom-logo, featured-images, full-width-template, threaded-comments
*/

:root {
  --ink: #080a0b;
  --deep: #0c1118;
  --cream: #f3efe7;
  --paper: #fbfaf6;
  --gold: #cba45b;
  --gold-light: #e9cf97;
  --line: rgba(255,255,255,.16);
  --text: #17191c;
  --muted: #696967;
  --heading-font: Georgia, serif;
  --body-font: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body { max-width: 100%; margin: 0; overflow-x: clip; background: var(--paper); color: var(--text); font-family: var(--body-font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; height: auto; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus { clip: auto !important; clip-path: none; display: block; height: auto; left: 8px; top: 8px; width: auto; z-index: 100000; padding: 14px 18px; background: white; color: black; }
.comment-list { list-style: none; padding: 0; }
.comment-list .comment { margin: 0 0 24px; padding: 20px; background: white; border: 1px solid #ddd7ca; }

.site-header {
  height: 82px; padding: 0 clamp(22px, 4vw, 72px); display: flex; align-items: center; gap: 34px;
  position: absolute; z-index: 1000; top: 0; left: 0; right: 0; color: white; border-bottom: 1px solid var(--line);
  background: rgba(6,9,12,.72); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
}
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 13px; flex: 0 1 auto; }
.brand > span:last-child { min-width: 0; }
.brand b { display: block; font: 500 21px/1 var(--heading-font); text-transform: uppercase; letter-spacing: .24em; }
.brand small { display: block; margin-top: 5px; font-size: 8px; letter-spacing: .19em; text-transform: uppercase; opacity: .72; }
.brand-logo { display: block; width: auto; max-width: 230px; height: 52px; object-fit: contain; object-position: left center; }
.mark { width: 29px; height: 29px; position: relative; display: inline-block; transform: rotate(45deg); }
.mark i { position: absolute; inset: 3px; border: 1px solid var(--gold); }
.mark i:nth-child(2) { inset: 7px; }
.mark i:nth-child(3) { inset: 11px; background: var(--gold); }
.desktop-nav { display: flex; justify-content: center; align-items: center; gap: clamp(15px, 1.6vw, 30px); margin-left: auto; }
.desktop-nav a { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; opacity: .83; transition: opacity .2s, color .2s; }
.desktop-nav a:hover { color: var(--gold-light); opacity: 1; }
.header-cta { margin-left: 10px; padding: 13px 18px; border: 1px solid var(--gold); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; white-space: nowrap; }
.mobile-nav { display: none; margin-left: auto; color: white; }
.mobile-nav summary { min-width: 82px; min-height: 44px; padding: 0 4px; display: flex; align-items: center; justify-content: flex-end; gap: 12px; color: white; cursor: pointer; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-menu-label { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.mobile-menu-icon { width: 25px; height: 16px; position: relative; display: block; }
.mobile-menu-icon i { position: absolute; left: 0; right: 0; height: 1px; background: currentColor; transition: top .2s, transform .2s; }
.mobile-menu-icon i:first-child { top: 4px; }
.mobile-menu-icon i:last-child { top: 11px; }
.mobile-nav[open] .mobile-menu-icon i:first-child { top: 8px; transform: rotate(45deg); }
.mobile-nav[open] .mobile-menu-icon i:last-child { top: 8px; transform: rotate(-45deg); }
.mobile-nav:not([open]) > nav { display: none; }
.mobile-nav nav { position: fixed; z-index: 999; top: 82px; right: 0; bottom: 0; left: 0; padding: clamp(28px, 7vh, 64px) clamp(22px, 7vw, 72px) 34px; overflow-y: auto; overscroll-behavior: contain; background: rgba(8,10,11,.99); border-top: 1px solid var(--line); }
.mobile-nav-links { display: grid; }
.mobile-nav-links a { padding: 17px 0; color: white; font: 400 clamp(25px, 5.5vw, 42px)/1.15 var(--heading-font); border-bottom: 1px solid var(--line); }
.mobile-nav-links a:first-child { border-top: 1px solid var(--line); }
.mobile-nav-cta { width: 100%; min-height: 52px; margin-top: 28px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--gold); color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

.eyebrow { margin: 0 0 20px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 24px; border: 1px solid transparent; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #0b0d0e; }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { color: white; border-color: rgba(255,255,255,.5); }
.button-ghost:hover { background: white; color: var(--ink); }
.button-row { display: flex; gap: 12px; flex-wrap: wrap; }
.arrow-link { display: inline-flex; align-items: center; gap: 25px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.arrow-link span { font-size: 17px; transition: transform .2s; }
.arrow-link:hover span { transform: translate(3px,-3px); }
.section-pad { padding: clamp(74px, 9vw, 140px) clamp(22px, 6vw, 104px); }

.home-hero { min-height: min(860px, 100vh); height: 100svh; position: relative; color: white; display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); }
.hero-photo { position: absolute; inset: 0; background: url('assets/events/hero.jpg') center 58% / cover no-repeat; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,4,5,.94) 0%, rgba(3,4,5,.72) 36%, rgba(3,4,5,.28) 70%, rgba(3,4,5,.44) 100%), linear-gradient(0deg, rgba(3,4,5,.68) 0%, transparent 43%); }
.hero-content { position: relative; z-index: 2; width: min(880px, 100%); padding: 0 clamp(22px, 7vw, 120px) clamp(118px, 13vh, 160px); }
.hero-content h1 { margin: 0 0 25px; font: 400 clamp(54px, 7.5vw, 118px)/.88 var(--heading-font); letter-spacing: -.055em; }
.hero-content h1 em, .manifesto h2 em, .editorial-cta h2 em, .contact-intro h1 em { color: var(--gold-light); font-weight: 400; }
.hero-copy { max-width: 610px; margin: 0 0 34px; font-size: clamp(15px, 1.3vw, 19px); line-height: 1.65; color: rgba(255,255,255,.78); }
.hero-caption { position: absolute; z-index: 2; bottom: 0; left: 0; right: 0; min-height: 68px; padding: 0 clamp(22px, 7vw, 120px); display: flex; align-items: center; gap: 38px; border-top: 1px solid var(--line); color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .23em; text-transform: uppercase; }
.hero-caption span:not(:last-child)::after { content: '◇'; color: var(--gold); margin-left: 38px; }

.manifesto { text-align: center; background: var(--paper); }
.manifesto h2 { max-width: 1030px; margin: 0 auto; font: 400 clamp(42px, 6vw, 82px)/1.02 var(--heading-font); letter-spacing: -.04em; }
.manifesto-grid { max-width: 920px; margin: 55px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; text-align: left; color: var(--muted); font-size: 15px; line-height: 1.8; }

.event-grid { display: grid; grid-template-columns: repeat(2, 1fr); background: var(--ink); }
.event-card { min-height: 590px; position: relative; overflow: hidden; color: white; border: 1px solid rgba(255,255,255,.08); }
.event-card-image, .work-image { position: absolute; inset: 0; background-position: center; background-size: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.event-corporate .event-card-image, .work-corporate .work-image { background-image: url('assets/events/corporate.jpg'); }
.event-brand .event-card-image, .work-brand .work-image { background-image: url('assets/events/brand.jpg'); }
.event-weddings .event-card-image, .work-weddings .work-image { background-image: url('assets/events/weddings.jpg'); background-position: center 58%; }
.event-private .event-card-image, .work-private .work-image { background-image: url('assets/events/private.jpg'); background-position: center 38%; }
.event-card:hover .event-card-image, .work-card:hover .work-image { transform: scale(1.045); }
.event-card-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,6,8,.94) 0%, rgba(4,6,8,.36) 62%, rgba(4,6,8,.15) 100%); }
.event-card-copy { position: absolute; z-index: 2; inset: auto clamp(28px, 5vw, 70px) clamp(36px, 6vw, 72px); }
.event-card-copy h2 { max-width: 600px; margin: 0 0 17px; font: 400 clamp(34px, 3.6vw, 58px)/1.02 var(--heading-font); letter-spacing: -.035em; }
.event-card-copy > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.72); line-height: 1.65; }
.event-card-copy .arrow-link { margin-top: 15px; }

.service-strip { background: var(--deep); color: white; }
.section-heading { max-width: 800px; }
.section-heading h2 { margin: 0; font: 400 clamp(38px, 5vw, 68px)/1.02 var(--heading-font); letter-spacing: -.035em; }
.section-heading > p:not(.eyebrow) { max-width: 660px; color: rgba(255,255,255,.62); line-height: 1.8; }
.service-list { margin-top: clamp(52px, 7vw, 90px); display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.service-list article { min-height: 245px; padding: 28px 28px 10px 0; border-right: 1px solid var(--line); }
.service-list article + article { padding-left: 28px; }
.service-list article:last-child { border-right: 0; }
.service-list span { color: var(--gold); font: 400 20px var(--heading-font); }
.service-list h3 { margin: 42px 0 14px; font: 400 23px var(--heading-font); }
.service-list p { color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.7; }

.process { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 10vw, 160px); background: var(--cream); }
.process-intro h2 { margin: 0 0 30px; font: 400 clamp(44px, 5vw, 72px)/1 var(--heading-font); letter-spacing: -.04em; }
.process-intro > p:last-child { color: var(--muted); line-height: 1.7; }
.process ol { margin: 0; padding: 0; list-style: none; }
.process li { display: grid; grid-template-columns: 60px 1fr; gap: 30px; padding: 0 0 32px; position: relative; }
.process li:not(:last-child)::before { content: ''; position: absolute; left: 19px; top: 43px; bottom: -2px; width: 1px; background: #c7bda9; }
.process li > span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: #7e672f; font-size: 10px; }
.process h3 { margin: 4px 0 8px; font: 400 25px var(--heading-font); }
.process li p { max-width: 580px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.proof-band { padding: 45px clamp(22px, 6vw, 104px); display: grid; grid-template-columns: repeat(4, 1fr); background: var(--paper); border-top: 1px solid #ddd7ca; }
.proof-band div { padding: 12px 28px; text-align: center; border-right: 1px solid #ddd7ca; }
.proof-band div:last-child { border-right: 0; }
.proof-band strong { display: block; color: #8d7138; font: 400 clamp(32px, 3vw, 46px) var(--heading-font); }
.proof-band span { display: block; margin-top: 8px; color: var(--muted); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }

.inner-hero { min-height: 760px; height: 88svh; position: relative; display: flex; align-items: flex-end; color: white; background: var(--ink); overflow: hidden; }
.inner-hero-image { position: absolute; inset: 0; background-size: cover; background-position: center; }
.inner-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,4,6,.92) 0%, rgba(3,4,6,.72) 42%, rgba(3,4,6,.18) 78%), linear-gradient(0deg, rgba(3,4,6,.72) 0%, transparent 50%); }
.inner-hero-copy { position: relative; z-index: 2; width: min(950px, 100%); padding: 0 clamp(22px, 7vw, 120px) clamp(76px, 10vh, 120px); }
.inner-hero-copy h1 { margin: 0 0 25px; font: 400 clamp(52px, 7vw, 100px)/.95 var(--heading-font); letter-spacing: -.05em; }
.inner-hero-copy > p:not(.eyebrow) { max-width: 700px; margin: 0 0 34px; color: rgba(255,255,255,.78); font-size: clamp(15px, 1.4vw, 19px); line-height: 1.7; }

.specialties { background: var(--paper); }
.specialties .section-heading > p:not(.eyebrow) { color: var(--muted); }
.specialty-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #dcd7ce; }
.specialty-grid article { min-height: 185px; padding: 25px 25px 20px 0; border-right: 1px solid #dcd7ce; }
.specialty-grid article + article { padding-left: 25px; }
.specialty-grid article:last-child { border-right: 0; }
.specialty-grid span { color: var(--gold); font-size: 11px; letter-spacing: .15em; }
.specialty-grid h3 { margin: 65px 0 0; font: 400 22px var(--heading-font); }

.editorial-cta { text-align: center; background: var(--cream); }
.editorial-cta h2 { margin: 0 0 42px; font: 400 clamp(44px, 6vw, 86px)/.98 var(--heading-font); letter-spacing: -.045em; }

.work-intro { padding-top: clamp(160px, 18vw, 230px); background: var(--deep); color: white; }
.work-intro h1 { max-width: 1000px; margin: 0 0 28px; font: 400 clamp(58px, 8vw, 114px)/.92 var(--heading-font); letter-spacing: -.055em; }
.work-intro > p:last-child { max-width: 600px; color: rgba(255,255,255,.62); font-size: 17px; line-height: 1.75; }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); background: var(--ink); }
.work-card { min-height: 650px; position: relative; color: white; overflow: hidden; border: 1px solid rgba(255,255,255,.1); }
.work-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,3,4,.94), rgba(2,3,4,.08) 70%); }
.work-number { position: absolute; top: 30px; right: 34px; z-index: 2; font: 400 16px var(--heading-font); color: var(--gold-light); }
.work-copy { position: absolute; z-index: 2; left: clamp(25px, 5vw, 70px); right: 25px; bottom: clamp(35px, 5vw, 65px); }
.work-copy h2 { margin: 0 0 13px; font: 400 clamp(38px, 4vw, 60px)/1 var(--heading-font); }
.work-copy > p:last-child { color: rgba(255,255,255,.62); font-size: 13px; }

.contact-hero { min-height: 100svh; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--deep); color: white; padding-top: 82px; }
.contact-intro { padding: clamp(70px, 10vw, 150px) clamp(28px, 6vw, 95px); display: flex; flex-direction: column; justify-content: center; background: linear-gradient(rgba(7,10,13,.76),rgba(7,10,13,.9)), url('assets/events/hero.jpg') center / cover; }

.admin-bar .site-header { top: 32px; }
.wp-content { min-height: 70vh; padding-top: 150px; }
.wp-content .entry-wrap { width: min(900px, calc(100% - 44px)); margin: 0 auto; padding-bottom: 100px; }
.notice-success { grid-column: 1 / -1; margin: 0 0 12px; padding: 14px 18px; border-left: 3px solid var(--gold); background: #f2ead8; color: #5e4c26; }
.notice-error { grid-column: 1 / -1; margin: 0 0 12px; padding: 14px 18px; border-left: 3px solid #b42318; background: #fff0ed; color: #7a271a; }
.inquiry-form .hp-field { position: absolute; left: -9999px; }

@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } .admin-bar .mobile-nav nav { top: 128px; } }
.contact-intro h1 { margin: 0 0 28px; font: 400 clamp(52px, 6vw, 84px)/.97 var(--heading-font); letter-spacing: -.05em; }
.contact-intro > p:not(.eyebrow) { max-width: 580px; color: rgba(255,255,255,.72); line-height: 1.75; }
.contact-notes { margin-top: 48px; display: flex; gap: 22px; flex-wrap: wrap; color: var(--gold-light); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.contact-notes span:not(:last-child)::after { content: '·'; margin-left: 22px; color: rgba(255,255,255,.4); }
.inquiry-form { padding: clamp(55px, 8vw, 120px) clamp(28px, 7vw, 110px); display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-content: center; background: var(--paper); color: var(--text); }
.field { min-width: 0; display: grid; gap: 10px; }
.field-full { grid-column: 1 / -1; }
.field label { color: #4d4b47; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.field label span { color: #99948a; font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; min-width: 0; max-width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid #cfc8bc; border-radius: 0; outline: 0; background: transparent; color: var(--text); }
.field input[type="date"] { min-height: 49px; color-scheme: light; }
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
.form-submit { grid-column: 1 / -1; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.form-submit p { max-width: 390px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.inquiry-form .button { justify-self: start; border: 0; cursor: pointer; }
.form-success { padding: clamp(55px, 8vw, 120px); display: flex; flex-direction: column; justify-content: center; background: var(--paper); color: var(--text); }
.form-success > span { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: #83682f; }
.form-success h2 { margin: 35px 0 12px; font: 400 clamp(42px, 5vw, 70px)/1 var(--heading-font); }
.form-success p { color: var(--muted); }
.form-success button { align-self: flex-start; margin-top: 25px; padding: 0 0 8px; border: 0; border-bottom: 1px solid var(--gold); background: none; color: #7a602b; cursor: pointer; }

.site-footer { padding: 0 clamp(22px, 6vw, 104px); background: var(--ink); color: white; }
.footer-lead { min-height: 300px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-bottom: 1px solid var(--line); }
.footer-lead h2 { max-width: 780px; margin: 0; font: 400 clamp(42px, 5vw, 72px)/1 var(--heading-font); letter-spacing: -.04em; }
.footer-grid { padding: 68px 0; display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 60px; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 12px; }
.footer-grid a, .footer-grid p { color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.75; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-brand > p { max-width: 350px; margin: 30px 0 0; }
.footer-title { margin: 2px 0 11px; color: var(--gold) !important; font-size: 9px !important; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.footer-bottom { min-height: 70px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); color: rgba(255,255,255,.38); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 1120px) {
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { display: block; }
  .service-list { grid-template-columns: 1fr 1fr; }
  .service-list article:nth-child(2) { border-right: 0; }
  .service-list article:nth-child(3), .service-list article:nth-child(4) { border-top: 1px solid var(--line); }
  .contact-hero { grid-template-columns: 1fr; }
  .contact-intro { min-height: 560px; }
  .inquiry-form { min-height: 680px; }
}

@media (max-width: 900px) {
  .process { grid-template-columns: 1fr; gap: 60px; }
  .proof-band { grid-template-columns: 1fr 1fr; }
  .proof-band div:nth-child(2) { border-right: 0; }
  .proof-band div:nth-child(3), .proof-band div:nth-child(4) { border-top: 1px solid #ddd7ca; }
  .specialty-grid { grid-template-columns: 1fr 1fr; }
  .specialty-grid article:nth-child(2) { border-right: 0; }
  .specialty-grid article:nth-child(3), .specialty-grid article:nth-child(4) { border-top: 1px solid #dcd7ce; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 48px 40px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .site-header { height: 74px; }
  .brand b { font-size: 17px; }
  .brand small { font-size: 7px; }
  .brand-logo { max-width: 190px; height: 46px; }
  .mobile-nav nav { top: 74px; }
  .admin-bar .mobile-nav nav { top: 120px; }
  .home-hero { min-height: max(680px, 100svh); height: auto; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,4,5,.9), rgba(3,4,5,.48)), linear-gradient(0deg, rgba(3,4,5,.78), transparent 60%); }
  .hero-content { padding-bottom: 116px; }
  .hero-content h1 { font-size: clamp(48px, 14vw, 67px); }
  .hero-caption { gap: 0; justify-content: space-between; padding: 0 22px; }
  .hero-caption span:not(:last-child)::after { display: none; }
  .manifesto-grid, .event-grid, .work-grid { grid-template-columns: 1fr; }
  .manifesto-grid { gap: 18px; }
  .event-card { min-height: 520px; }
  .service-list { grid-template-columns: 1fr; }
  .service-list article, .service-list article + article { min-height: 200px; padding: 25px 0; border-right: 0; border-top: 1px solid var(--line); }
  .service-list h3 { margin-top: 25px; }
  .inner-hero { min-height: max(640px, 90svh); height: auto; }
  .inner-hero-shade { background: linear-gradient(90deg, rgba(3,4,6,.88), rgba(3,4,6,.35)), linear-gradient(0deg, rgba(3,4,6,.82), transparent 70%); }
  .specialty-grid h3 { margin-top: 35px; }
  .work-card { min-height: 520px; }
  .contact-hero { padding-top: 74px; }
  .contact-intro { min-height: 540px; }
  .inquiry-form { min-height: 0; grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .form-submit { grid-column: auto; align-items: flex-start; flex-direction: column; }
  .footer-lead { padding: 75px 0; display: grid; }
  .footer-bottom { padding: 25px 0; display: grid; gap: 10px; }
}

@media (min-width: 783px) {
  .admin-bar .mobile-nav nav { top: 114px; }
}

@media (max-width: 520px) {
  .site-header { padding: 0 16px; gap: 14px; }
  .brand { gap: 10px; }
  .brand b { max-width: 145px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; letter-spacing: .18em; }
  .brand small { max-width: 145px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .brand-logo { max-width: 155px; height: 40px; }
  .mark { width: 25px; height: 25px; }
  .mobile-nav summary { min-width: 72px; gap: 9px; }
  .mobile-menu-label { font-size: 9px; }
  .mobile-nav nav { padding: 32px 18px 26px; }
  .mobile-nav-links a { padding: 15px 0; font-size: clamp(24px, 8vw, 34px); }
  .section-pad { padding: 66px 18px; }
  .home-hero { min-height: max(650px, 100svh); }
  .hero-content { padding: 0 18px 112px; }
  .hero-content h1 { margin-bottom: 20px; font-size: clamp(43px, 13.5vw, 60px); line-height: .93; }
  .hero-copy { margin-bottom: 26px; font-size: 15px; line-height: 1.55; }
  .button-row { display: grid; grid-template-columns: 1fr; }
  .button-row .button { width: 100%; }
  .hero-caption { min-height: 58px; padding: 0 18px; font-size: 7px; letter-spacing: .14em; }
  .manifesto h2 { font-size: clamp(38px, 11vw, 54px); }
  .manifesto-grid { margin-top: 36px; }
  .event-card { min-height: 470px; }
  .event-card-copy { inset: auto 22px 32px; }
  .event-card-copy h2 { font-size: clamp(33px, 10vw, 46px); }
  .service-list article, .service-list article + article { min-height: 0; }
  .process li { grid-template-columns: 44px 1fr; gap: 18px; }
  .proof-band { padding: 28px 14px; }
  .proof-band div { padding: 16px 8px; }
  .proof-band strong { font-size: 31px; }
  .inner-hero-copy { padding: 0 18px 62px; }
  .inner-hero-copy h1 { font-size: clamp(43px, 12vw, 62px); }
  .specialty-grid { grid-template-columns: 1fr; }
  .specialty-grid article, .specialty-grid article + article { min-height: 0; padding: 25px 0; border-right: 0; border-top: 1px solid #dcd7ce; }
  .specialty-grid h3 { margin-top: 24px; }
  .editorial-cta h2 { font-size: clamp(38px, 11vw, 56px); }
  .work-intro { padding-top: 150px; }
  .work-intro h1 { font-size: clamp(48px, 14vw, 70px); }
  .work-card { min-height: 470px; }
  .contact-intro { min-height: 500px; padding: 92px 20px 62px; }
  .contact-intro h1 { font-size: clamp(43px, 12vw, 60px); }
  .contact-notes { gap: 12px; }
  .contact-notes span:not(:last-child)::after { margin-left: 12px; }
  .inquiry-form { padding: 58px 20px; gap: 24px; }
  .form-submit, .form-submit .button { width: 100%; }
  .footer-lead { min-height: 0; padding: 66px 0; }
  .footer-lead .button { width: 100%; }
  .footer-grid { padding: 54px 0; grid-template-columns: 1fr; gap: 38px; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
