:root {
  --bg: #08090a;
  --bg-2: #0d0f11;
  --panel: #101214;
  --text: #f2efe9;
  --muted: #aaa69f;
  --muted-2: #74716c;
  --gold: #c89f67;
  --gold-soft: #e7cfa8;
  --line: rgba(255,255,255,.11);
  --line-strong: rgba(255,255,255,.18);
  --shell: min(100% - 72px, 1320px);
  --shell-wide: min(100% - 64px, 1460px);
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", Baskerville, Georgia, serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; width: 100%; }
::selection { background: var(--gold); color: #111; }
.shell { width: var(--shell); margin: 0 auto; }
.shell-wide { width: var(--shell-wide); margin: 0 auto; }
.section { position: relative; padding: 132px 0; }
.page-noise {
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: .028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: #070809;
  transition: opacity .55s ease, visibility .55s ease;
}
.page-loader.is-hidden { opacity: 0; visibility: hidden; }
.loader-word {
  letter-spacing: .28em;
  font-size: 14px;
  font-weight: 600;
  transform: translateX(.14em);
}
.loader-line {
  position: absolute;
  width: min(240px, 48vw);
  height: 1px;
  margin-top: 50px;
  overflow: hidden;
  background: rgba(255,255,255,.08);
}
.loader-line span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--gold);
  transform-origin: left;
  animation: loaderLine 1.15s cubic-bezier(.22,.8,.24,1) forwards;
}
@keyframes loaderLine { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.scroll-progress {
  position: fixed;
  z-index: 80;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
}
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 10px;
  font-weight: 600;
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 34px;
  border-bottom: 1px solid transparent;
  transition: height .3s ease, background .3s ease, backdrop-filter .3s ease, border-color .3s ease;
}
.site-header.scrolled {
  height: 72px;
  background: rgba(8,9,10,.78);
  backdrop-filter: blur(18px) saturate(130%);
  border-color: var(--line);
}
.brand { display: inline-flex; flex-direction: column; gap: 4px; line-height: 1; }
.brand-main { letter-spacing: .18em; font-size: 21px; font-weight: 500; }
.brand-sub { letter-spacing: .19em; font-size: 8px; color: rgba(255,255,255,.68); }
.desktop-nav { justify-self: center; display: flex; gap: 34px; }
.desktop-nav a {
  position: relative;
  overflow: hidden;
  padding: 9px 0;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 10px;
  color: rgba(255,255,255,.78);
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 1px;
  background: var(--gold);
  transform: translateX(-105%);
  transition: transform .3s cubic-bezier(.2,.7,.2,1);
}
.desktop-nav a:hover::after { transform: translateX(0); }
.outline-button,
.solid-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 48px;
  padding: 0 22px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 10px;
  font-weight: 600;
  transition: color .3s ease, border-color .3s ease, transform .3s ease;
}
.outline-button { border: 1px solid rgba(200,159,103,.65); }
.outline-button::before,
.solid-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gold-soft);
  transform: translateY(102%);
  transition: transform .38s cubic-bezier(.2,.75,.2,1);
}
.outline-button:hover,
.solid-button:hover { color: #15110c; }
.outline-button:hover::before,
.solid-button:hover::before { transform: translateY(0); }
.outline-button span,
.solid-button span { position: relative; z-index: 1; }
.button-arrow { font-size: 14px; }
.solid-button { border: 1px solid var(--gold-soft); background: var(--gold-soft); color: #15110c; min-height: 54px; padding: 0 28px; }
.solid-button::before { background: #f2dfbd; transform: translateY(102%); }
.menu-button, .mobile-menu { display: none; }
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-media { position: absolute; inset: -4%; will-change: transform; }
.hero-media img { height: 108%; object-fit: cover; object-position: 50% 52%; filter: saturate(.86) contrast(1.05) brightness(.78); transform: scale(1.045); animation: heroDrift 14s ease-out forwards; }
@keyframes heroDrift { from { transform: scale(1.09); } to { transform: scale(1.045); } }
.hero-gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,6,7,.93) 0%, rgba(5,6,7,.83) 27%, rgba(5,6,7,.28) 58%, rgba(5,6,7,.75) 100%),
    linear-gradient(180deg, rgba(5,6,7,.53) 0%, rgba(5,6,7,.05) 42%, rgba(5,6,7,.74) 100%);
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 600px) 250px;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  padding: 150px 0 58px;
}
.hero-copy { max-width: 575px; }
.hero-title { margin: 0; font-family: var(--sans); font-weight: 300; line-height: .91; letter-spacing: -.055em; }
.title-line { display: block; overflow: hidden; padding-bottom: .04em; }
.title-line > span { display: block; font-size: clamp(58px, 7.1vw, 106px); transform: translateY(115%); }
.hero.is-ready .title-line > span { transform: translateY(0); transition: transform 1s cubic-bezier(.16,1,.3,1); }
.hero.is-ready .title-line:nth-child(2) > span { transition-delay: .09s; }
.hero.is-ready .title-line:nth-child(3) > span { transition-delay: .18s; }
.title-line.accent > span { color: var(--gold-soft); font-style: italic; font-weight: 300; }
.hero-text {
  max-width: 470px;
  margin: 30px 0 30px;
  color: rgba(255,255,255,.79);
  font-size: 16px;
  line-height: 1.7;
}
.hero-actions { display: flex; align-items: center; gap: 28px; }
.plain-link,
.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 10px;
  font-weight: 600;
}
.plain-link span,
.arrow-link span { transition: transform .3s ease; }
.plain-link:hover span { transform: translateY(4px); }
.arrow-link:hover span { transform: translateX(5px); }
.hero-index { justify-self: end; width: 100%; }
.hero-index a {
  display: grid;
  grid-template-columns: 40px 1fr 18px;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.76);
  transition: color .25s ease, padding-left .25s ease;
}
.hero-index a:first-child { border-top: 1px solid rgba(255,255,255,.16); }
.hero-index a:hover { color: #fff; padding-left: 7px; }
.index-no { font-size: 25px; font-weight: 300; letter-spacing: -.04em; }
.index-label { font-size: 12px; }
.index-arrow { color: var(--gold); opacity: 0; transform: translateX(-6px); transition: opacity .25s ease, transform .25s ease; }
.hero-index a:hover .index-arrow { opacity: 1; transform: translateX(0); }
.trusted {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 0 0 34px;
}
.trusted-title { color: var(--muted-2); text-transform: uppercase; letter-spacing: .18em; font-size: 9px; }
.logo-row { display: flex; flex-wrap: wrap; gap: 26px; align-items: center; color: rgba(255,255,255,.6); font-size: 12px; font-weight: 600; letter-spacing: .03em; }
.hero-side-label {
  position: absolute;
  z-index: 2;
  right: 14px;
  top: 50%;
  writing-mode: vertical-rl;
  color: rgba(255,255,255,.42);
  letter-spacing: .2em;
  font-size: 8px;
}
.hero-enter { opacity: 0; transform: translateY(18px); }
.hero.is-ready .hero-enter { opacity: 1; transform: none; transition: opacity .8s ease .35s, transform .8s ease .35s; }
.hero.is-ready .hero-index { transition-delay: .55s; }
.hero.is-ready .trusted { transition-delay: .72s; }
.section-rule { height: 1px; background: var(--line); transform-origin: left; }
.services-section { background: #090a0b; }
.services-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; align-items: start; padding-top: 72px; }
.section-intro { position: sticky; top: 110px; }
.section-intro h2,
.experience-copy h2,
.section-heading h2,
.event-types-heading h2,
.quote-copy h2,
.contact-intro h2 {
  margin: 0;
  max-width: 580px;
  font-family: var(--serif);
  font-size: clamp(44px, 5.1vw, 68px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.045em;
}
.section-intro > p:not(.eyebrow),
.experience-copy > p:not(.eyebrow),
.quote-copy > p:not(.eyebrow),
.contact-intro > p:not(.eyebrow) {
  max-width: 500px;
  margin: 26px 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 15px;
}
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card {
  --mx: 50%;
  --my: 50%;
  position: relative;
  min-height: 300px;
  overflow: hidden;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: radial-gradient(450px circle at var(--mx) var(--my), rgba(200,159,103,.10), transparent 42%);
  transition: background-color .35s ease;
}
.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  pointer-events: none;
  transition: border-color .35s ease;
}
.service-card:hover { background-color: #0d0f11; }
.service-card:hover::after { border-color: rgba(200,159,103,.28); }
.service-top { display: flex; align-items: flex-start; justify-content: space-between; color: var(--gold); }
.service-top > span { color: var(--muted-2); font-size: 10px; letter-spacing: .12em; }
.service-icon { width: 42px; height: 42px; fill: none; stroke: var(--gold); stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.service-icon path,
.service-icon rect,
.service-icon circle { stroke-dasharray: 140; stroke-dashoffset: 140; transition: stroke-dashoffset 1.2s cubic-bezier(.2,.7,.2,1); }
.service-card.is-visible .service-icon path,
.service-card.is-visible .service-icon rect,
.service-card.is-visible .service-icon circle { stroke-dashoffset: 0; }
.service-card h3 { margin: 58px 0 13px; font-family: var(--serif); font-size: 31px; font-weight: 400; line-height: 1; }
.service-card p { max-width: 320px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.card-arrow { position: absolute; right: 28px; bottom: 28px; color: var(--gold); opacity: .35; transform: rotate(0); transition: opacity .3s ease, transform .3s ease; }
.service-card:hover .card-arrow { opacity: 1; transform: translate(3px,-3px); }
.experience-section { padding-top: 40px; background: #090a0b; }
.experience-frame { display: grid; grid-template-columns: 1.06fr .94fr; border: 1px solid var(--line); background: var(--panel); overflow: hidden; }
.experience-media,
.quote-media { position: relative; margin: 0; min-height: 580px; overflow: hidden; }
.experience-media img,
.quote-media img { height: 112%; object-fit: cover; will-change: transform; filter: saturate(.85) contrast(1.03) brightness(.88); }
.experience-media figcaption { position: absolute; left: 22px; bottom: 20px; padding: 8px 10px; background: rgba(5,6,7,.72); backdrop-filter: blur(8px); color: rgba(255,255,255,.7); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.experience-copy { padding: 68px 58px; align-self: center; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 42px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.stats-grid article { min-height: 150px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; gap: 6px; }
.stats-grid strong { font-family: var(--serif); font-size: 48px; font-weight: 400; letter-spacing: -.04em; }
.stats-grid span { color: var(--muted); font-size: 12px; }
.work-section { background: #08090a; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
.projects { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.project-card { min-width: 0; }
.project-media { position: relative; display: block; aspect-ratio: 1.22 / 1; overflow: hidden; background: #101214; }
.project-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.55)); opacity: .5; transition: opacity .35s ease; }
.project-media img { height: 100%; object-fit: cover; filter: saturate(.84) contrast(1.04); transform: scale(1.025); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.project-card:hover img { transform: scale(1.075); filter: saturate(1) contrast(1.02); }
.project-card:hover .project-media::after { opacity: .8; }
.project-view { position: absolute; z-index: 2; left: 18px; bottom: 16px; opacity: 0; transform: translateY(9px); color: #fff; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; transition: opacity .3s ease, transform .3s ease; }
.project-card:hover .project-view { opacity: 1; transform: translateY(0); }
.project-copy { position: relative; padding-top: 16px; padding-right: 28px; }
.project-copy h3 { margin: 0 0 6px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.project-copy p { margin: 0; color: var(--muted); font-size: 12px; }
.project-copy > span { position: absolute; right: 0; top: 20px; color: var(--muted-2); font-size: 9px; }
.event-types { padding-top: 50px; background: #08090a; }
.event-types-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; border-top: 1px solid var(--line); padding-top: 70px; }
.event-types-heading { position: sticky; top: 110px; align-self: start; }
.event-list { border-top: 1px solid var(--line); }
.event-list article { display: grid; grid-template-columns: 60px .7fr 1fr; gap: 24px; align-items: center; min-height: 124px; border-bottom: 1px solid var(--line); transition: padding-left .3s ease, background .3s ease; }
.event-list article:hover { padding-left: 12px; background: linear-gradient(90deg, rgba(200,159,103,.05), transparent); }
.event-list > article > span { color: var(--gold); font-size: 10px; }
.event-list h3 { margin: 0; font-family: var(--serif); font-size: 34px; font-weight: 400; }
.event-list p { margin: 0; color: var(--muted); font-size: 13px; }
.quote-section { padding-top: 70px; }
.quote-frame { display: grid; grid-template-columns: .78fr 1.22fr; border: 1px solid var(--line); overflow: hidden; }
.quote-copy { padding: 62px 54px; display: flex; flex-direction: column; justify-content: center; background: #0b0c0d; }
.quote-copy h2 { font-size: clamp(44px, 4.7vw, 64px); }
.quote-copy .solid-button { align-self: flex-start; margin-top: 6px; }
.quote-media { min-height: 470px; }
.contact-section { background: #090a0b; }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.contact-intro { position: sticky; top: 110px; }
.contact-details { display: flex; flex-direction: column; gap: 8px; margin-top: 36px; color: rgba(255,255,255,.76); font-size: 13px; }
.project-form { display: flex; flex-direction: column; gap: 28px; padding: 38px; border: 1px solid var(--line); background: linear-gradient(180deg,#101214,#0d0f11); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.project-form label { position: relative; display: flex; flex-direction: column; gap: 9px; }
.project-form label > span { color: var(--muted-2); text-transform: uppercase; letter-spacing: .15em; font-size: 9px; }
.project-form input,
.project-form textarea,
.project-form select { width: 100%; padding: 11px 0 13px; border: 0; border-bottom: 1px solid rgba(255,255,255,.18); border-radius: 0; outline: none; background: transparent; color: var(--text); transition: border-color .25s ease; }
.project-form input::placeholder,
.project-form textarea::placeholder { color: rgba(255,255,255,.32); }
.project-form input:focus,
.project-form textarea:focus,
.project-form select:focus { border-color: var(--gold); }
.project-form textarea { min-height: 120px; resize: vertical; }
.project-form option { color: #111; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-footer { display: flex; align-items: center; gap: 20px; }
.form-status { margin: 0; color: var(--muted); font-size: 12px; }
.site-footer { border-top: 1px solid var(--line); padding: 58px 0 24px; background: #070809; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .85fr 1fr; gap: 46px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 8px; color: var(--muted); font-size: 12px; }
.footer-about p { max-width: 330px; line-height: 1.7; }
.footer-label { margin: 0 0 8px; color: #fff; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; }
.footer-cta { align-self: flex-start; margin-top: 10px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 46px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: 10px; }
.footer-bottom div { display: flex; gap: 18px; }
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .9s cubic-bezier(.16,1,.3,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }
[data-reveal="line"] { opacity: 1; transform: scaleX(0); }
[data-reveal="line"].is-visible { transform: scaleX(1); transition: transform 1.1s cubic-bezier(.16,1,.3,1); }
[data-reveal="image"] { opacity: 1; transform: none; }
[data-reveal="image"]::before { content: ""; position: absolute; inset: 0; z-index: 3; background: #121416; transform-origin: right; transform: scaleX(1); transition: transform 1.15s cubic-bezier(.16,1,.3,1); }
[data-reveal="image"].is-visible::before { transform: scaleX(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  [data-reveal], .hero-enter { opacity: 1 !important; transform: none !important; }
  .title-line > span { transform: none !important; }
}
@media (max-width: 1180px) {
  :root { --shell: min(100% - 48px, 1060px); --shell-wide: min(100% - 48px, 1120px); }
  .site-header { padding: 0 24px; grid-template-columns: auto auto; justify-content: space-between; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: inline-flex; width: 42px; height: 42px; border: 0; background: transparent; flex-direction: column; justify-content: center; align-items: flex-end; gap: 6px; padding: 0; cursor: pointer; }
  .menu-button span { display: block; height: 1px; background: #fff; transition: width .3s ease, transform .3s ease; }
  .menu-button span:first-child { width: 26px; }
  .menu-button span:last-child { width: 18px; }
  .menu-button[aria-expanded="true"] span:first-child { width: 26px; transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { width: 26px; transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 0; z-index: 85; background: rgba(8,9,10,.98); backdrop-filter: blur(18px); }
  .mobile-menu.open { display: block; }
  .mobile-menu-inner { width: min(100% - 48px, 760px); margin: 0 auto; padding-top: 120px; }
  .menu-label { color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: 9px; }
  .mobile-menu nav { margin-top: 30px; border-top: 1px solid var(--line); }
  .mobile-menu nav a { display: grid; grid-template-columns: 45px 1fr; align-items: center; min-height: 82px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 34px; }
  .mobile-menu nav a span { color: var(--gold); font-family: var(--sans); font-size: 9px; }
  .mobile-menu-contact { display: flex; flex-direction: column; gap: 8px; margin-top: 35px; color: var(--muted); font-size: 12px; }
  .hero-grid { grid-template-columns: minmax(0, 600px) 230px; gap: 40px; }
  .services-layout { grid-template-columns: 1fr; }
  .section-intro, .event-types-heading, .contact-intro { position: static; }
  .section-intro { max-width: 680px; }
  .experience-frame { grid-template-columns: 1fr; }
  .experience-media { min-height: 560px; }
  .projects { grid-template-columns: repeat(2, 1fr); gap: 40px 18px; }
  .event-types-grid { grid-template-columns: 1fr; gap: 44px; }
  .event-types-heading { max-width: 620px; }
  .quote-frame { grid-template-columns: .9fr 1.1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-intro { max-width: 620px; }
}
@media (max-width: 780px) {
  :root { --shell: calc(100% - 32px); --shell-wide: calc(100% - 32px); }
  .section { padding: 92px 0; }
  .site-header { height: 72px; padding: 0 16px; }
  .site-header.scrolled { height: 64px; }
  .brand-main { font-size: 17px; }
  .brand-sub { font-size: 7px; }
  .mobile-menu-inner { width: calc(100% - 32px); padding-top: 96px; }
  .mobile-menu nav a { min-height: 72px; font-size: 29px; }
  .hero { min-height: 780px; justify-content: flex-end; }
  .hero-media { inset: -2%; }
  .hero-media img { object-position: 56% 50%; }
  .hero-gradient { background: linear-gradient(180deg, rgba(5,6,7,.48) 0%, rgba(5,6,7,.18) 34%, rgba(5,6,7,.93) 73%, #08090a 100%); }
  .hero-grid { display: block; padding: 112px 0 34px; }
  .hero-copy { max-width: none; }
  .hero-title { line-height: .94; }
  .title-line > span { font-size: clamp(52px, 15vw, 76px); }
  .hero-text { max-width: 94%; font-size: 14px; margin: 24px 0 28px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-index { display: none; }
  .trusted { flex-direction: column; align-items: flex-start; gap: 14px; padding-bottom: 22px; }
  .logo-row { gap: 12px 18px; font-size: 10px; }
  .hero-side-label { display: none; }
  .services-layout { padding-top: 54px; gap: 48px; }
  .section-intro h2,
  .experience-copy h2,
  .section-heading h2,
  .event-types-heading h2,
  .quote-copy h2,
  .contact-intro h2 { font-size: clamp(40px, 12vw, 54px); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; padding: 24px; }
  .service-card h3 { margin-top: 42px; font-size: 29px; }
  .experience-section { padding-top: 18px; }
  .experience-media { min-height: 360px; }
  .experience-copy { padding: 42px 24px 24px; }
  .stats-grid { margin-top: 32px; }
  .stats-grid article { min-height: 118px; padding: 18px; }
  .stats-grid strong { font-size: 38px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 32px; }
  .projects {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 82%;
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    padding: 0 16px 20px 0;
    margin-right: -16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .projects::-webkit-scrollbar { display: none; }
  .project-card { scroll-snap-align: start; }
  .project-media { aspect-ratio: 1.12 / 1; }
  .project-view { opacity: 1; transform: none; font-size: 8px; }
  .event-types { padding-top: 24px; }
  .event-types-grid { padding-top: 50px; }
  .event-list article { grid-template-columns: 42px 1fr; gap: 12px; padding: 22px 0; }
  .event-list h3 { font-size: 30px; }
  .event-list p { grid-column: 2; margin-top: -4px; }
  .quote-section { padding-top: 36px; }
  .quote-frame { grid-template-columns: 1fr; }
  .quote-copy { padding: 42px 24px; order: 2; }
  .quote-media { min-height: 310px; order: 1; }
  .project-form { padding: 26px 20px; gap: 22px; }
  .field-row { grid-template-columns: 1fr; gap: 20px; }
  .form-footer { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-about { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom div { flex-direction: column; gap: 7px; }
}
@media (max-width: 440px) {
  .hero { min-height: 760px; }
  .title-line > span { font-size: clamp(48px, 14.8vw, 65px); }
  .solid-button { width: 100%; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-about { grid-column: auto; }
}
