/*
Theme Name: Elevate Events
Theme URI: https://elevate-events-studio.amirmtes.chatgpt.site
Author: Elevate Events
Description: A polished, responsive theme for event planning, design, and production studios.
Version: 1.7.4
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: #000000;
  --deep: #ffffff;
  --cream: #e8e4e0;
  --paper: #ffffff;
  --mushroom: #cdc4bb;
  --gold: #000000;
  --gold-light: #cdc4bb;
  --line: rgba(0, 0, 0, .16);
  --text: #000000;
  --muted: #5c5753;
  --heading: Georgia, "Times New Roman", serif;
  --body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; overflow-x: hidden; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { max-width: 100%; margin: 0; overflow-x: clip; background: var(--paper); color: var(--text); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.mobile-menu-open { position: fixed; width: 100%; overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
img { max-width: 100%; height: auto; }
main, section, article, div, nav { min-width: 0; }
h1, h2, h3, p, a { overflow-wrap: break-word; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, iframe: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 var(--mushroom); }

.site-header {
  height: calc(82px + env(safe-area-inset-top)); padding: env(safe-area-inset-top) clamp(22px, 4vw, 72px) 0; display: flex; align-items: center; gap: 34px;
  padding-left: max(clamp(22px, 4vw, 72px), env(safe-area-inset-left)); padding-right: max(clamp(22px, 4vw, 72px), env(safe-area-inset-right));
  position: absolute; z-index: 1000; top: 0; left: 0; right: 0; color: var(--text); border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .96); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
}
.brand { min-width: 0; display: inline-flex; align-items: center; flex: 0 1 auto; }
.site-header > .brand { position: relative; z-index: 1002; }
.brand-logo { width: clamp(176px, 22vw, 270px); height: auto; aspect-ratio: 1358 / 381; display: block; object-fit: contain; object-position: left center; }
.brand > span:last-child { min-width: 0; }
.brand-name-mobile { display: none; }
.brand b { display: block; font: 500 21px/1 var(--heading); text-transform: uppercase; letter-spacing: .24em; }
.brand small { display: block; margin-top: 5px; font-size: 8px; letter-spacing: .19em; text-transform: uppercase; opacity: .72; }
.mark { width: 29px; height: 29px; margin-right: 13px; 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(12px, 1.25vw, 24px); 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(--text); opacity: .58; }
.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: var(--text); }
.mobile-nav-toggle { min-width: 86px; min-height: 48px; padding: 0 4px; display: flex; align-items: center; justify-content: flex-end; gap: 12px; position: relative; z-index: 1002; border: 0; background: transparent; color: var(--text); cursor: pointer; }
.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-toggle[aria-expanded="true"] .mobile-menu-icon i:first-child { top: 8px; transform: rotate(45deg); }
.mobile-nav-toggle[aria-expanded="true"] .mobile-menu-icon i:last-child { top: 8px; transform: rotate(-45deg); }
.mobile-nav-panel[hidden] { display: none; }
.mobile-nav-panel { position: fixed; z-index: 1001; inset: 0; width: 100%; min-height: 100vh; min-height: 100dvh; padding: calc(82px + clamp(24px, 5vh, 52px) + env(safe-area-inset-top)) max(clamp(22px, 7vw, 72px), env(safe-area-inset-right)) calc(26px + env(safe-area-inset-bottom)) max(clamp(22px, 7vw, 72px), env(safe-area-inset-left)); overflow-y: auto; overscroll-behavior: contain; background: rgba(255, 255, 255, .995); }
.mobile-nav-links { width: min(760px, 100%); margin: 0 auto; display: grid; }
.mobile-nav-links a { min-height: 52px; padding: 12px 0; display: flex; align-items: center; color: var(--text); font: 500 clamp(18px, 3.7vw, 30px)/1.2 var(--heading); letter-spacing: .015em; border-bottom: 1px solid var(--line); }
.mobile-nav-links a:first-child { border-top: 1px solid var(--line); }
.mobile-nav-cta { width: min(760px, 100%); min-height: 54px; margin: 24px auto 0; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--mushroom); 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(--mushroom); color: var(--ink); }
.button-gold:hover { background: var(--cream); }
.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; }
.section-pad { padding: clamp(74px, 9vw, 140px) clamp(22px, 6vw, 104px); }

.native-page-content { background: var(--paper); }
.native-page-content-inner { width: min(920px, 100%); margin: 0 auto; font-size: clamp(15px, 1.3vw, 18px); line-height: 1.8; }
.native-page-content-inner > :first-child { margin-top: 0; }
.native-page-content-inner > :last-child { margin-bottom: 0; }
.native-page-content-inner h2, .native-page-content-inner h3 { font-family: var(--heading); font-weight: 400; letter-spacing: -.03em; }
.native-page-content-inner h2 { font-size: clamp(38px, 5vw, 68px); line-height: 1; }
.native-page-content-inner h3 { font-size: clamp(26px, 3vw, 40px); line-height: 1.1; }
.native-page-content-inner .alignwide { width: min(1200px, calc(100vw - 44px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.native-page-content-inner .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }

.home-hero { min-height: min(860px, 100vh); height: 100svh; position: relative; color: white; display: flex; align-items: flex-end; overflow: hidden; background: white; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 68%; transform: scale(1.01); }
.hero-content { position: relative; z-index: 2; width: min(880px, 100%); padding: 0 clamp(22px, 7vw, 120px) clamp(118px, 13vh, 160px); text-shadow: 0 2px 16px rgba(0, 0, 0, .72); }
.hero-content .eyebrow { color: white; }
.hero-content h1 { margin: 0 0 25px; font: 400 clamp(50px, 6.4vw, 94px)/.91 var(--heading); letter-spacing: -.055em; }
.hero-content h1 em { color: var(--cream); font-weight: 400; }
.manifesto h2 em, .contact-intro h1 em { color: var(--text); 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, .94); }
.hero-content .button-row { text-shadow: none; }
.hero-light .hero-content { color: var(--text); text-shadow: 0 1px 12px rgba(255, 255, 255, .9); }
.hero-light .hero-content .eyebrow, .hero-light .hero-content h1 em { color: var(--text); }
.hero-light .hero-copy { color: rgba(0, 0, 0, .82); }
.hero-light .button-ghost { color: var(--text); border-color: rgba(0, 0, 0, .42); background: rgba(255, 255, 255, .36); }
.hero-light .button-ghost:hover { background: white; color: var(--text); }
.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; justify-content: center; gap: 38px; border-top: 1px solid var(--line); background: rgba(255, 255, 255, .96); color: rgba(0, 0, 0, .68); 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); 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; }

.instagram-showcase { overflow: hidden; background: var(--cream); text-align: center; }
.instagram-heading { max-width: 980px; margin: 0 auto clamp(24px, 3vw, 40px); }
.instagram-heading h2 { margin: 0; font: 400 clamp(42px, 5.7vw, 78px)/1 var(--heading); letter-spacing: -.045em; }
.instagram-carousel { max-width: 1680px; margin: 0 auto; position: relative; }
.instagram-handle { width: fit-content; max-width: calc(100% - 36px); min-height: 54px; padding: 12px 22px; position: absolute; z-index: 3; top: 50%; left: 50%; transform: translate(-50%, -50%); display: inline-flex; align-items: center; justify-content: center; gap: 11px; background: rgba(255,255,255,.94); border: 1px solid rgba(0,0,0,.08); color: var(--text); box-shadow: 0 10px 34px rgba(0,0,0,.12); backdrop-filter: blur(8px); }
.instagram-handle strong { font-size: clamp(15px, 1.5vw, 20px); font-weight: 500; letter-spacing: -.02em; overflow-wrap: anywhere; }
.instagram-mosaic { width: 100%; margin: 0; padding: 0; display: flex; gap: 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; scrollbar-width: thin; scrollbar-color: var(--text) transparent; }
.instagram-tile { min-width: 0; flex: 1 0 clamp(190px, 16vw, 270px); aspect-ratio: 4 / 5; position: relative; overflow: hidden; scroll-snap-align: center; background: white; border: 0; box-shadow: none; }
.instagram-tile img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.instagram-tile:hover img { transform: scale(1.035); }
.instagram-description { max-width: 760px; margin: clamp(24px, 3vw, 40px) auto 0; color: var(--muted); font-size: clamp(15px, 1.4vw, 18px); line-height: 1.7; }

.social-glyph { width: 23px; height: 23px; display: block; flex: 0 0 auto; color: currentColor; overflow: visible; }
.connect-card-icon .social-glyph { width: 24px; height: 24px; }

.work-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .7s cubic-bezier(.2, .7, .2, 1); }
.work-weddings .work-image { object-position: center 58%; }
.work-private .work-image { object-position: center 38%; }
.work-card:hover .work-image { transform: scale(1.045); }

.service-strip { background: var(--paper); color: var(--text); text-align: center; }
.service-strip .section-heading { margin: 0 auto; }
.section-heading { max-width: 800px; }
.section-heading h2 { margin: 0; font: 400 clamp(38px, 5vw, 68px)/1.02 var(--heading); letter-spacing: -.035em; }
.section-heading > p:not(.eyebrow) { max-width: 660px; color: var(--muted); line-height: 1.8; }
.service-strip .section-heading > p:not(.eyebrow) { margin: 24px auto 0; color: var(--muted); }
.service-list { margin-top: clamp(52px, 7vw, 90px); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--cream); }
.service-list article { min-height: 245px; padding: 34px 28px 10px 0; border-right: 1px solid var(--cream); }
.service-list article + article { padding-left: 28px; }
.service-list article:last-child { border-right: 0; }
.service-icon, .specialty-icon, .proof-icon { width: 48px; height: 48px; margin: 0 auto; display: grid; place-items: center; position: relative; border: 1px solid var(--text); border-radius: 50%; color: var(--text); }
.service-icon i, .specialty-icon i, .proof-icon i { width: 15px; height: 15px; display: block; position: relative; border: 1px solid currentColor; transform: rotate(45deg); }
.service-icon-2 i, .specialty-icon-2 i, .proof-icon-2 i { border-radius: 50%; transform: none; }
.service-icon-3 i, .specialty-icon-3 i, .proof-icon-3 i { width: 18px; height: 10px; border-width: 0 0 1px 1px; transform: rotate(-45deg); }
.service-icon-4 i, .specialty-icon-4 i, .proof-icon-4 i { width: 17px; height: 17px; border: 0; transform: none; }
.service-icon-4 i::before, .service-icon-4 i::after, .specialty-icon-4 i::before, .specialty-icon-4 i::after, .proof-icon-4 i::before, .proof-icon-4 i::after { content: ''; position: absolute; top: 8px; left: 0; width: 17px; height: 1px; background: currentColor; }
.service-icon-4 i::after, .specialty-icon-4 i::after, .proof-icon-4 i::after { transform: rotate(90deg); }
.service-list h3 { margin: 28px 0 14px; font: 400 23px var(--heading); }
.service-list p { color: var(--muted); 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); 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: var(--mushroom); }
.process li > span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 10px; }
.process h3 { margin: 4px 0 8px; font: 400 25px var(--heading); }
.process li p { max-width: 580px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.hero-proof { width: min(780px, 100%); margin-top: 28px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); color: currentColor; text-shadow: none; }
.hero-proof > div { min-width: 0; padding: 0 14px; display: flex; align-items: center; gap: 10px; border-right: 1px solid currentColor; }
.hero-proof > div:first-child { padding-left: 0; }
.hero-proof > div:last-child { padding-right: 0; border-right: 0; }
.hero-proof .proof-icon { width: 34px; height: 34px; margin: 0; flex: 0 0 34px; border-color: currentColor; background: rgba(255, 255, 255, .42); color: inherit; font: 600 15px/1 system-ui, sans-serif; }
.hero-proof strong { display: block; font: 400 clamp(21px, 2.1vw, 28px)/1 var(--heading); white-space: nowrap; }
.hero-proof small { display: block; margin-top: 5px; font-size: 7px; font-weight: 700; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }
.home-hero .hero-proof { color: #fff; text-shadow: 0 1px 2px rgba(0, 0, 0, .98), 0 3px 14px rgba(0, 0, 0, .76); }
.home-hero .hero-proof .proof-icon { background: rgba(255, 255, 255, .14); box-shadow: 0 2px 10px rgba(0, 0, 0, .24); }

.inner-hero { min-height: 760px; height: 88svh; position: relative; display: flex; align-items: flex-end; color: white; background: var(--cream); overflow: hidden; }
.inner-hero-media { position: absolute; inset: 0; background: linear-gradient(135deg, var(--cream), var(--mushroom)); }
.inner-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.inner-hero-copy { position: relative; z-index: 2; width: min(820px, 100%); margin: 0; padding: 0 clamp(22px, 7vw, 120px) clamp(76px, 10vh, 120px); color: white; text-shadow: 0 2px 18px rgba(0, 0, 0, .72); }
.inner-hero-copy h1 { margin: 0 0 25px; font: 400 clamp(48px, 6.5vw, 88px)/.97 var(--heading); letter-spacing: -.05em; }
.inner-hero-copy .eyebrow { color: white; }
.inner-hero-copy > p:not(.eyebrow) { max-width: 700px; margin: 0 0 34px; color: rgba(255,255,255,.96); font-size: clamp(15px, 1.4vw, 19px); line-height: 1.7; }
.inner-hero-copy .button { text-shadow: none; }
.inner-hero-contrast .inner-hero-copy { color: white; text-shadow: 0 2px 16px rgba(0, 0, 0, .72); }
.inner-hero-contrast .inner-hero-copy .eyebrow,
.inner-hero-contrast .inner-hero-copy > p:not(.eyebrow) { color: white; }
.inner-hero-contrast .hero-proof .proof-icon { background: rgba(255, 255, 255, .88); color: var(--text); text-shadow: none; }

.specialties { background: var(--paper); }
.specialties .section-heading { margin: 0 auto; text-align: center; }
.specialties .section-heading > p:not(.eyebrow) strong { display: block; margin-bottom: 10px; color: var(--text); font: 400 21px/1.3 var(--heading); }
.specialty-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--cream); }
.specialty-grid article { min-height: 250px; padding: 32px 25px 24px 0; text-align: center; border-right: 1px solid var(--cream); }
.specialty-grid article + article { padding-left: 25px; }
.specialty-grid article:last-child { border-right: 0; }
.specialty-grid h3 { margin: 25px 0 12px; font: 400 22px var(--heading); }
.specialty-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.event-blueprint { background: var(--paper); }
.event-blueprint-heading { max-width: 820px; margin: 0 auto; text-align: center; }
.event-blueprint-heading h2, .event-services-heading h2, .event-journey-intro h2 { margin: 0; font: 400 clamp(40px, 5.4vw, 76px)/1 var(--heading); letter-spacing: -.045em; }
.event-blueprint-heading > p:last-child, .event-journey-intro > p:last-child { max-width: 680px; margin: 24px auto 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.event-format-grid { margin-top: clamp(52px, 6vw, 82px); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--mushroom); border-bottom: 1px solid var(--mushroom); }
.event-format-grid article { min-height: 235px; padding: 32px clamp(22px, 3vw, 42px); border-right: 1px solid var(--mushroom); }
.event-format-grid article:last-child { border-right: 0; }
.event-format-grid span, .event-journey li > span { color: var(--muted); font-size: 10px; letter-spacing: .18em; }
.event-format-grid h3, .event-service-grid h3, .event-journey h3 { margin: 38px 0 13px; font: 400 clamp(23px, 2.2vw, 31px)/1.08 var(--heading); }
.event-format-grid p, .event-service-grid p, .event-journey li p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.event-services-heading { max-width: 800px; margin: clamp(72px, 9vw, 126px) 0 0; }
.event-service-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.event-service-grid article { min-height: 315px; padding: clamp(26px, 3.5vw, 44px); background: var(--cream); border: 1px solid var(--mushroom); }
.event-service-grid .specialty-icon { margin: 0; }
.event-service-grid h3 { margin-top: 44px; }
.event-journey { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr); gap: clamp(54px, 8vw, 120px); background: var(--cream); }
.event-journey-intro > p:last-child { margin-left: 0; }
.event-journey ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--mushroom); }
.event-journey li { padding: 30px 0; display: grid; grid-template-columns: 52px 1fr; gap: 20px; border-bottom: 1px solid var(--mushroom); }
.event-journey h3 { margin: 0 0 10px; }

.team-intro { padding-top: clamp(170px, 18vw, 235px); background: var(--cream); color: var(--text); }
.team-intro h1 { max-width: 980px; margin: 0 0 30px; font: 400 clamp(56px, 8vw, 112px)/.92 var(--heading); letter-spacing: -.055em; }
.team-intro > p:last-child { max-width: 710px; color: var(--muted); font-size: clamp(16px, 1.4vw, 19px); line-height: 1.75; }
.team-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(18px, 2.2vw, 34px); background: var(--paper); }
.team-card { min-width: 0; }
.team-photo { aspect-ratio: 4 / 5; position: relative; overflow: hidden; background: var(--cream); border: 1px solid var(--mushroom); }
.team-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.team-card-aram .team-photo img { object-position: center 43%; }
.team-card-amir .team-photo img { object-position: center 38%; }
.team-card-hana .team-photo img { object-position: center 36%; }
.team-card-delara .team-photo img { object-position: center 34%; }
.team-photo-placeholder { width: 100%; height: 100%; display: grid; place-content: center; gap: 16px; text-align: center; background: radial-gradient(circle at 50% 34%, rgba(205, 196, 187, .72), transparent 29%), linear-gradient(145deg, #ffffff, #e8e4e0); color: var(--text); }
.team-photo-placeholder span { font: 400 clamp(48px, 6vw, 82px)/1 var(--heading); }
.team-photo-placeholder small { font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.team-card-copy { padding: 27px 6px 0; }
.team-card-copy .eyebrow { margin-bottom: 13px; }
.team-card-copy h2 { margin: 0 0 14px; font: 400 clamp(30px, 3vw, 43px)/1 var(--heading); }
.team-card-copy > p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.client-trust { background: var(--cream); border-top: 1px solid var(--mushroom); border-bottom: 1px solid var(--mushroom); }
.client-trust-heading { max-width: 850px; margin: 0 auto 58px; text-align: center; }
.client-trust-heading h2 { margin: 0; font: 400 clamp(42px, 5vw, 72px)/1 var(--heading); letter-spacing: -.04em; }
.client-trust-heading > p:last-child { max-width: 680px; margin: 24px auto 0; color: var(--muted); line-height: 1.75; }
.client-logos { display: flex; flex-wrap: wrap; justify-content: center; margin: -1px 0 0 -1px; }
.client-logo { flex: 1 1 185px; min-width: 160px; max-width: 248px; min-height: 132px; margin: 0 -1px -1px 0; padding: 22px; display: grid; place-items: center; background: white; border: 1px solid var(--mushroom); text-align: center; }
.client-logo span { max-width: 100%; color: var(--text); font-size: clamp(22px, 2vw, 31px); font-weight: 700; letter-spacing: -.04em; white-space: nowrap; }
.client-logo img { display: block; width: auto; max-width: min(100%, 150px); height: auto; max-height: 52px; object-fit: contain; }
.client-logo-lyft span { color: #d5169c; font-weight: 800; text-transform: lowercase; }
.client-logo-linkedin span { color: #0a66c2; letter-spacing: -.055em; }
.client-logo-ucsf span { color: #052049; font-family: var(--heading); letter-spacing: .02em; }
.client-logo-growthx span { color: #191919; letter-spacing: -.06em; }
.client-logo-webcor img, .client-logo-3 img { max-width: 148px; }
.client-logo-leon-y-sol img, .client-logo-6 img { max-height: 64px; }
.client-logo-movida img { max-width: 128px; filter: brightness(0); }
.client-logo-empire img { max-width: 78px; max-height: 78px; }
.client-logo-face-reality img { max-width: 166px; }
.client-logo-abm img { max-width: 104px; max-height: 62px; }
.client-logo-abbott img { max-width: 146px; }
.client-logo-raya-advisory img { max-width: 168px; }
.client-logo-alamo-elementary img { max-width: 82px; max-height: 82px; }


.work-intro { padding-top: clamp(160px, 18vw, 230px); background: var(--cream); color: var(--text); }
.work-intro h1 { max-width: 1000px; margin: 0 0 28px; font: 400 clamp(58px, 8vw, 114px)/.92 var(--heading); letter-spacing: -.055em; }
.work-intro > p:last-child { max-width: 600px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.work-collection { padding-top: 24px; background: white; }
.work-filters { margin-bottom: 34px; display: flex; gap: 9px; flex-wrap: wrap; }
.work-filters button { min-height: 36px; padding: 0 15px; border: 1px solid var(--mushroom); background: transparent; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; cursor: pointer; }
.work-filters button.active, .work-filters button:hover { background: var(--text); border-color: var(--text); color: white; }
.work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(12px, 1.5vw, 22px); background: white; }
.work-card { min-height: 0; aspect-ratio: 4 / 5; position: relative; color: white; overflow: hidden; background: var(--mushroom); }
.work-card[hidden] { display: none; }
.work-card::after { content: ''; position: absolute; inset: 28% 0 0; z-index: 1; background: linear-gradient(0deg, rgba(0, 0, 0, .76), transparent); pointer-events: none; }
.work-copy { position: absolute; z-index: 2; left: clamp(18px, 2.2vw, 32px); right: clamp(18px, 2.2vw, 32px); bottom: clamp(20px, 2.6vw, 38px); color: white; text-shadow: 0 2px 12px rgba(0, 0, 0, .6); }
.work-copy > p { margin: 0 0 9px; font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.work-copy h2 { margin: 0; font: 400 clamp(27px, 2.9vw, 44px)/1 var(--heading); letter-spacing: -.035em; }
.work-copy > span { margin-top: 16px; display: inline-flex; align-items: center; gap: 12px; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity .25s, transform .25s; }
.work-card:hover .work-copy > span, .work-card:focus-visible .work-copy > span { opacity: 1; transform: none; }

.project-hero { min-height: 760px; height: 88svh; position: relative; display: flex; align-items: flex-end; overflow: hidden; background: var(--mushroom); color: white; }
.project-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.project-hero::after { content: ''; position: absolute; inset: 30% 0 0; z-index: 1; background: linear-gradient(0deg, rgba(0, 0, 0, .78), transparent); }
.project-hero-copy { width: min(900px, 100%); padding: 0 clamp(22px, 7vw, 120px) clamp(64px, 9vw, 110px); position: relative; z-index: 2; text-shadow: 0 2px 16px rgba(0, 0, 0, .65); }
.project-hero-copy h1 { margin: 0 0 24px; font: 400 clamp(54px, 8vw, 112px)/.93 var(--heading); letter-spacing: -.055em; }
.project-hero-copy > p:last-child { max-width: 670px; margin: 0; font-size: clamp(15px, 1.4vw, 19px); line-height: 1.7; }
.project-gallery { background: white; }
.project-gallery-heading { max-width: 800px; margin-bottom: clamp(45px, 6vw, 78px); }
.project-gallery-heading h2 { margin: 0; font: 400 clamp(42px, 5.5vw, 76px)/1 var(--heading); letter-spacing: -.045em; }
.project-gallery-coming-soon { min-height: clamp(430px, 55vw, 720px); display: grid; place-items: center; text-align: center; background: var(--cream); }
.project-gallery-coming-soon .project-gallery-heading { max-width: 980px; margin: 0 auto; }
.project-instagram-link { width: fit-content; margin: 34px auto 0; display: inline-flex; align-items: center; justify-content: center; gap: 12px; color: var(--text); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.project-instagram-link:hover { color: var(--muted); }
.project-gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(10px, 1.5vw, 22px); }
.project-gallery-grid figure { min-height: 0; aspect-ratio: 4 / 3; margin: 0; position: relative; overflow: hidden; background: var(--cream); }
.project-gallery-grid figure:nth-child(3n + 1) { aspect-ratio: 4 / 5; }
.project-gallery-grid img { width: 100%; height: 100%; object-fit: cover; }

.contact-hero { min-height: 100svh; display: grid; grid-template-columns: .9fr 1.1fr; background: white; color: var(--text); padding-top: calc(82px + env(safe-area-inset-top)); }
.contact-intro { padding: clamp(42px, 6vw, 86px); display: flex; flex-direction: column; justify-content: center; position: relative; isolation: isolate; overflow: hidden; background: var(--cream); }
.contact-intro-image { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; object-fit: cover; }
.contact-intro-card { position: relative; z-index: 1; padding: clamp(28px, 4vw, 50px); background: var(--paper); border: 1px solid var(--mushroom); }
.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; }
.contact-intro h1 { margin: 0 0 28px; font: 400 clamp(52px, 6vw, 84px)/.97 var(--heading); letter-spacing: -.05em; }
.contact-intro-card > p:not(.eyebrow) { max-width: 580px; color: var(--muted); line-height: 1.75; }
.contact-notes { margin-top: 48px; display: flex; gap: 22px; flex-wrap: wrap; color: var(--text); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.contact-notes span:not(:last-child)::after { content: '·'; margin-left: 22px; color: rgba(23, 25, 28, .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: var(--text); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.field label span { color: rgba(0, 0, 0, .5); 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 var(--mushroom); 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: var(--gold); }
.form-success h2 { margin: 35px 0 12px; font: 400 clamp(42px, 5vw, 70px)/1 var(--heading); }
.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: var(--gold); cursor: pointer; }

.connect-hub { background: var(--paper); }
.connect-heading { max-width: 840px; margin-bottom: 58px; }
.connect-heading h2 { margin: 0; font: 400 clamp(42px, 5vw, 72px)/1 var(--heading); letter-spacing: -.04em; }
.connect-heading > p:last-child { max-width: 660px; margin: 24px 0 0; color: var(--muted); line-height: 1.75; }
.connect-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.connect-card { min-width: 0; min-height: 315px; padding: clamp(24px, 3vw, 38px); display: grid; grid-template-columns: 48px 1fr; gap: 22px; background: var(--cream); border: 1px solid var(--mushroom); transition: transform .2s, box-shadow .2s, border-color .2s; }
.connect-card:hover { transform: translateY(-4px); border-color: var(--text); box-shadow: 0 18px 40px rgba(0, 0, 0, .10); }
.connect-card-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 12px; font-weight: 800; }
.connect-card-copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.connect-card-copy .eyebrow { margin-bottom: 18px; }
.connect-card-copy strong { display: block; margin-bottom: 15px; font: 400 clamp(27px, 2.4vw, 37px)/1.05 var(--heading); letter-spacing: -.035em; }
.connect-card-copy > span:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.7; }
.connect-card-copy b { margin-top: auto; padding-top: 26px; display: inline-flex; align-items: center; gap: 12px; color: var(--gold); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }

.booking-section { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: clamp(36px, 7vw, 100px); align-items: start; background: var(--cream); }
.booking-intro { position: sticky; top: 120px; }
.booking-intro h2 { margin: 0 0 25px; font: 400 clamp(42px, 5vw, 70px)/1 var(--heading); letter-spacing: -.04em; }
.booking-intro > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; }
.booking-intro .arrow-link { margin-top: 22px; }
.booking-widget { min-width: 0; padding: 12px; overflow: hidden; background: white; border: 1px solid var(--mushroom); box-shadow: 0 20px 55px rgba(0, 0, 0, .09); }
.booking-widget iframe { width: 100%; min-width: 0; height: 720px; display: block; border: 0; background: white; }
.calendly-inline-widget { width: 100% !important; min-width: 0 !important; height: 720px !important; overflow-y: hidden !important; background: white; }

.site-footer { padding: 0 clamp(22px, 6vw, 104px); padding-left: max(clamp(22px, 6vw, 104px), env(safe-area-inset-left)); padding-right: max(clamp(22px, 6vw, 104px), env(safe-area-inset-right)); background: white; color: var(--text); }
.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); 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: var(--muted); font-size: 12px; line-height: 1.75; }
.footer-grid a:hover { color: var(--gold); }
.footer-socials { margin: 4px 0; display: flex !important; align-items: center; gap: 12px !important; }
.footer-socials a { width: 34px; height: 34px; display: grid; place-items: center; color: var(--text); }
.footer-socials a:hover { color: var(--muted); }
.footer-cookie-settings { width: fit-content; padding: 0; border: 0; background: transparent; color: var(--muted); font-family: inherit; font-size: 12px; line-height: 1.75; text-align: left; cursor: pointer; }
.footer-cookie-settings:hover { color: var(--text); }
.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; padding-bottom: env(safe-area-inset-bottom); display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); color: rgba(0, 0, 0, .55); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.footer-wordmark .brand-logo { width: min(300px, 100%); }

@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(--cream); }
  .contact-hero { grid-template-columns: 1fr; }
  .contact-intro { min-height: 560px; }
  .inquiry-form { min-height: 680px; }
}

@media (min-width: 783px) { .admin-bar .mobile-nav-panel { top: 32px; min-height: calc(100dvh - 32px); } }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } .admin-bar .mobile-nav-panel { top: 46px; min-height: calc(100dvh - 46px); } }

@media (max-width: 900px) {
  .process { grid-template-columns: 1fr; gap: 60px; }
  .hero-proof { grid-template-columns: 1fr 1fr; row-gap: 18px; }
  .hero-proof > div:nth-child(2) { border-right: 0; }
  .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 var(--cream); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 48px 40px; }
  .footer-brand { grid-column: 1 / -1; }
  .client-logo { flex-basis: 205px; }
  .connect-cards { grid-template-columns: 1fr; }
  .connect-card { min-height: 0; }
  .booking-section { grid-template-columns: 1fr; }
  .booking-intro { position: static; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .event-format-grid, .event-service-grid { grid-template-columns: 1fr; }
  .event-format-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--mushroom); }
  .event-format-grid article:last-child { border-bottom: 0; }
  .event-service-grid article { min-height: 0; }
  .event-journey { grid-template-columns: 1fr; }
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .site-header { height: calc(74px + env(safe-area-inset-top)); }
  .brand b { font-size: 16px; }
  .brand small { font-size: 7px; }
  .home-hero { min-height: max(680px, 100svh); height: auto; }
  .hero-content { width: min(880px, 100%); padding-bottom: 116px; }
  .hero-content h1 { font-size: clamp(48px, 14vw, 67px); }
  .hero-caption { gap: 24px; justify-content: center; padding: 0 22px; }
  .hero-caption span:not(:last-child)::after { display: none; }
  .manifesto-grid { grid-template-columns: 1fr; }
  .manifesto-grid { gap: 18px; }
  .service-list { grid-template-columns: 1fr; }
  .service-list article, .service-list article + article { min-height: 200px; padding: 30px 0; border-right: 0; border-top: 1px solid var(--cream); }
  .service-list h3 { margin-top: 25px; }
  .inner-hero { min-height: max(640px, 90svh); height: auto; }
  .inner-hero-copy { width: 100%; margin: 0; padding: 0 36px 58px; }
  .specialty-grid h3 { margin-top: 35px; }
  .project-hero { min-height: max(640px, 90svh); height: auto; }
  .contact-hero { padding-top: calc(74px + env(safe-area-inset-top)); }
  .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; }
  .field input, .field select, .field textarea { font-size: 16px; }
  .booking-widget iframe, .calendly-inline-widget { height: 750px !important; }
  .footer-lead { padding: 75px 0; display: grid; }
  .footer-bottom { padding: 25px 0 calc(25px + env(safe-area-inset-bottom)); display: grid; gap: 10px; }
  .team-intro { padding-top: 145px; }
}

@media (max-width: 520px) {
  .brand-name-full, .brand small { display: none; }
  .brand-name-mobile { display: inline; }
  .brand b { font-size: 18px; letter-spacing: .14em; }
  .mark { width: 25px; height: 25px; margin-right: 10px; }
  .site-header { padding-left: max(16px, env(safe-area-inset-left)); padding-right: max(16px, env(safe-area-inset-right)); gap: 14px; }
  .site-header .brand-logo { width: clamp(150px, 50vw, 190px); }
  .mobile-nav-toggle { min-width: 72px; gap: 9px; }
  .mobile-menu-label { font-size: 9px; }
  .mobile-nav-panel { padding: calc(74px + 22px + env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) calc(22px + env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left)); }
  .mobile-nav-links a { min-height: 48px; padding: 10px 0; font: 500 clamp(17px, 5.1vw, 21px)/1.2 var(--body); letter-spacing: .035em; }
  .arrow-link { gap: 14px; }
  .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-format-grid article, .event-service-grid article { padding: 27px 22px; }
  .event-format-grid h3, .event-service-grid h3 { margin-top: 24px; }
  .event-journey li { grid-template-columns: 42px 1fr; }
  .instagram-showcase { padding-left: 0; padding-right: 0; }
  .instagram-mosaic { padding: 0; gap: 0; scroll-padding-inline: 0; }
  .instagram-tile { flex-basis: min(78vw, 292px); }
  .instagram-heading { margin: 0 18px 28px; }
  .instagram-handle { min-height: 48px; padding: 10px 16px; }
  .instagram-handle strong { font-size: 14px; }
  .instagram-heading h2 { font-size: clamp(38px, 11vw, 55px); }
  .instagram-description { margin-left: 18px; margin-right: 18px; font-size: 15px; }
  .service-list article, .service-list article + article { min-height: 0; }
  .process li { grid-template-columns: 44px 1fr; gap: 18px; }
  .hero-proof { margin-top: 24px; }
  .hero-proof > div { padding: 0 8px; }
  .hero-proof strong { font-size: 21px; }
  .inner-hero-copy { width: 100%; margin: 0; padding: 0 18px 46px; }
  .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 var(--cream); }
  .specialty-grid h3 { margin-top: 24px; }
  .work-intro { padding-top: 150px; }
  .work-intro h1 { font-size: clamp(48px, 14vw, 70px); }
  .work-grid, .project-gallery-grid { grid-template-columns: 1fr; }
  .work-copy > span { opacity: 1; transform: none; }
  .project-hero-copy { padding: 0 18px 48px; }
  .project-hero-copy h1 { font-size: clamp(48px, 14vw, 70px); }
  .contact-intro { min-height: 540px; padding: 70px 14px 24px; }
  .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%; }
  .client-trust-heading { margin-bottom: 38px; }
  .client-logo { flex-basis: calc(50% - 1px); min-width: 138px; max-width: none; min-height: 108px; padding: 16px 10px; }
  .client-logo span { font-size: clamp(17px, 6vw, 24px); }
  .connect-heading { margin-bottom: 38px; }
  .connect-card { grid-template-columns: 42px 1fr; gap: 16px; padding: 22px 18px; }
  .connect-card-icon { width: 42px; height: 42px; }
  .connect-card-copy strong { font-size: clamp(26px, 8vw, 34px); }
  .booking-widget { margin: 0 -6px; padding: 4px; }
  .booking-widget iframe, .calendly-inline-widget { height: 780px !important; }
  .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; }
  .footer-wordmark b { white-space: normal; font-size: 14px; }
  .team-grid { grid-template-columns: 1fr; }
  .team-photo { aspect-ratio: 5 / 6; }
}

@media (max-width: 900px) and (orientation: landscape) and (max-height: 600px) {
  .home-hero, .inner-hero { min-height: 680px; height: auto; }
  .mobile-nav-panel { padding-top: calc(74px + 12px + env(safe-area-inset-top)); }
  .mobile-nav-links { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 30px; }
  .mobile-nav-links a { min-height: 44px; padding: 7px 0; font: 500 16px/1.15 var(--body); }
  .mobile-nav-cta { min-height: 48px; margin-top: 14px; }
}

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