:root {
  --gold: #ffcc24;
  --gold-soft: #fff1b8;
  --ink: #222222;
  --ink-2: #343431;
  --paper: #faf9f5;
  --white: #ffffff;
  --graphite: #62625e;
  --line: rgba(34, 34, 34, 0.14);
  --ember: #ff7043;
  --blue: #2188ff;
  --radius: 28px;
  --shadow: 0 28px 70px rgba(25, 25, 22, 0.12);
  --container: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden; overflow-x: clip; overscroll-behavior-x: none; scroll-behavior: smooth; }
body {
  position: relative; width: 100%; max-width: 100%; margin: 0; overflow-x: hidden; overflow-x: clip; overscroll-behavior-x: none;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
main, .site-footer { width: 100%; max-width: 100%; overflow-x: hidden; overflow-x: clip; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 132px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 16px;
  background: var(--gold); transform: translateY(-150%); border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100; padding: 16px 0;
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
}
.site-header.is-scrolled {
  padding: 9px 0; background: rgba(250, 249, 245, .9); box-shadow: 0 8px 40px rgba(30, 30, 26, .07);
  backdrop-filter: blur(18px);
}
.nav-wrap { display: flex; justify-content: space-between; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "Sora", sans-serif; }
.brand img { width: 55px; }
.brand-name { font-size: 1.5rem; font-weight: 600; letter-spacing: -.06em; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .85rem; font-weight: 700; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px;
  background: var(--gold); transition: right .2s ease;
}
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { right: 0; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 54px;
  padding: 0 24px; border: 1px solid var(--gold); border-radius: 999px; background: var(--gold);
  color: var(--ink); font-weight: 800; cursor: pointer; box-shadow: 0 10px 24px rgba(255, 204, 36, .22);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: #ffd548; box-shadow: 0 14px 30px rgba(255, 204, 36, .3); }
.button-small { min-height: 42px; padding: 0 18px; }
.text-link { display: inline-flex; gap: 14px; align-items: center; font-weight: 800; border-bottom: 1px solid var(--ink); }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero {
  position: relative; min-height: 820px; padding: 190px 0 42px; overflow: hidden;
  background: radial-gradient(circle at 75% 40%, #fff 0, rgba(255,255,255,.55) 24%, transparent 48%);
}
.hero::before {
  content: ""; position: absolute; width: 660px; height: 660px; right: -250px; top: -240px;
  border-radius: 50%; background: var(--gold); opacity: .12;
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; }
.eyebrow { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 800; }
.eyebrow span { display: inline-block; width: 28px; height: 3px; margin: 0 10px 3px 0; background: var(--gold); border-radius: 2px; }
h1, h2, h3 { margin: 0; font-family: "Sora", sans-serif; letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 680px; font-size: clamp(4rem, 7.2vw, 6.9rem); font-weight: 600; }
h1 em, .contact h2 em { color: var(--gold); font-style: normal; }
.hero-lead { max-width: 590px; margin: 32px 0; color: var(--graphite); font-size: clamp(1.08rem, 1.7vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.visual-card { box-shadow: var(--shadow); }
.visual-main {
  width: min(100%, 490px); aspect-ratio: 1.03; display: grid; place-items: center; padding: 50px;
  border: 1px solid rgba(255,255,255,.7); border-radius: 52% 48% 44% 56% / 48% 48% 52% 52%;
  background: var(--white); transform: rotate(-4deg);
}
.logo-stage { display: flex; flex-direction: column; align-items: center; transform: rotate(4deg); }
.logo-stage img { width: 205px; }
.logo-stage > div { display: flex; flex-direction: column; align-items: center; margin-top: 14px; }
.logo-word { color: var(--gold); font-family: "Sora", sans-serif; font-size: 3.55rem; letter-spacing: -.09em; line-height: 1; }
.logo-tag { margin-top: 11px; font-size: .55rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.visual-tag {
  position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 17px;
  border-radius: 999px; font-size: .76rem; font-weight: 800; background: var(--white);
}
.tag-media { left: -8px; top: 85px; }
.tag-dev { right: -3px; bottom: 78px; background: var(--ink); color: var(--white); }
.tag-build { left: 16px; bottom: 55px; background: #e8f1ff; color: var(--ink); }
.pulse { width: 8px; height: 8px; background: var(--ember); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,112,67,.16); }
.spark { position: absolute; color: var(--gold); font-size: 1.6rem; }
.spark-a { right: 30px; top: 60px; }
.spark-b { left: 40px; bottom: 45px; font-size: 1rem; }
.hero-orbit { position: absolute; border: 1px solid rgba(34,34,34,.07); border-radius: 50%; }
.orbit-one { width: 580px; height: 580px; right: 3%; top: 120px; }
.orbit-two { width: 750px; height: 750px; right: -6%; top: 35px; }
.hero-proof {
  position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 90px;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.hero-proof span { padding: 19px 12px; text-align: center; color: var(--graphite); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-proof span + span { border-left: 1px solid var(--line); }

.section-heading { margin-bottom: 56px; }
.section-heading h2 { font-size: clamp(2.9rem, 5.6vw, 5.5rem); }
.route-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.route-card {
  position: relative; min-width: 0; max-width: 100%; min-height: 650px; padding: 46px; overflow: hidden; border-radius: var(--radius);
  display: flex; flex-direction: column; align-items: flex-start;
}
.route-media { background: var(--gold); }
.route-entertainment { color: var(--white); background: var(--ink); }
.route-development { color: var(--ink); background: #e8f1ff; border: 1px solid rgba(33, 136, 255, .18); }
.route-number { position: absolute; top: 35px; right: 40px; font: 700 .74rem "Sora"; opacity: .55; }
.route-icon { width: 76px; height: 76px; display: grid; place-items: center; margin-bottom: 70px; background: var(--ink); color: var(--gold); border-radius: 24px; font-size: 1.6rem; }
.route-entertainment .route-icon { color: var(--ember); background: var(--white); }
.route-development .route-icon { color: var(--blue); background: var(--white); }
.code-icon { font: 700 1.25rem "Sora"; }
.route-grid .route-card { min-height: 620px; padding: 38px 32px; }
.route-grid .route-card h3 { max-width: 100%; font-size: clamp(1.9rem, 2.7vw, 2.85rem); }
.route-label { margin: 0 0 6px; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.route-card h3 { margin-bottom: 22px; font-size: clamp(2.7rem, 4.4vw, 4.2rem); }
.route-card > p:not(.route-label) { max-width: 480px; margin: 0 0 18px; opacity: .78; font-size: 1.03rem; }
.route-card ul { margin: 0 0 32px; padding: 0; list-style: none; font-size: .9rem; font-weight: 700; }
.route-card li { margin: 6px 0; }
.route-card li::before { content: "→"; margin-right: 10px; }
.route-card > a { position: relative; z-index: 2; margin-top: auto; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-weight: 800; }
.route-card > a span { margin-left: 15px; }
.route-watermark { position: absolute; right: -15px; bottom: -38px; font: 700 8.5rem "Sora"; letter-spacing: -.1em; opacity: .06; }

.marquee { overflow: hidden; background: var(--ink); color: var(--white); transform: rotate(-1.4deg) scale(1.02); }
.marquee-track { display: flex; width: max-content; animation: marquee 24s linear infinite; }
.marquee-group {
  display: flex; flex: none; align-items: center; justify-content: space-around; gap: 36px;
  min-width: 100vw; padding: 23px 36px 23px 0;
}
.marquee span { font: 600 1.35rem "Sora"; letter-spacing: .09em; }
.marquee i { color: var(--gold); font-style: normal; }
@keyframes marquee { to { transform: translate3d(-50%, 0, 0); } }

.heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { padding: 9px 17px; border: 1px solid var(--line); border-radius: 999px; background: transparent; font-size: .78rem; font-weight: 800; cursor: pointer; }
.filter:hover, .filter.is-active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 52px 22px; }
.project-card { transition: opacity .22s ease, transform .22s ease; }
.project-card.is-hidden { display: none; }
.project-art { position: relative; min-height: 380px; overflow: hidden; border-radius: var(--radius); }
.status { position: absolute; top: 22px; left: 22px; padding: 7px 12px; border-radius: 999px; background: var(--gold); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.status.light { background: var(--white); }
.status.dark { background: var(--ink); color: var(--white); }
.art-gigsuite { display: grid; place-items: end center; padding: 70px 45px 0; background: linear-gradient(145deg, #fff4c9, var(--gold)); }
.app-window { width: 94%; height: 290px; border: 8px solid var(--ink); border-bottom: 0; border-radius: 20px 20px 0 0; background: white; box-shadow: 0 28px 45px rgba(34,34,34,.2); }
.app-top { display: flex; gap: 6px; height: 28px; padding: 8px; background: #ecebe6; }
.app-top span { width: 7px; height: 7px; border-radius: 50%; background: #b9b8b3; }
.app-body { display: grid; grid-template-columns: 24% 1fr; height: calc(100% - 28px); }
.app-side { background: var(--ink); }
.app-content { padding: 28px; }
.app-content b { display: block; width: 42%; height: 19px; background: var(--ink); border-radius: 5px; }
.app-content i { display: block; height: 36px; margin-top: 14px; background: #f0eee8; border-radius: 8px; }
.art-dj { display: grid; place-items: center; background: radial-gradient(circle at 50% 50%, #4b4b55, #18181d 70%); color: white; }
.dj-monogram { position: relative; z-index: 2; font: 700 4rem "Sora"; letter-spacing: -.06em; text-shadow: 0 0 32px rgba(255,204,36,.35); }
.equalizer { position: absolute; inset: 0; display: flex; justify-content: center; align-items: center; gap: 13px; opacity: .2; }
.equalizer i { width: 13px; border-radius: 10px; background: var(--gold); }
.equalizer i:nth-child(1), .equalizer i:nth-child(7) { height: 80px; }
.equalizer i:nth-child(2), .equalizer i:nth-child(6) { height: 160px; }
.equalizer i:nth-child(3), .equalizer i:nth-child(5) { height: 250px; }
.equalizer i:nth-child(4) { height: 330px; }
.art-tesla { display: grid; place-items: center; background: linear-gradient(165deg, #e8edf3, #aab9c6); }
.plate { position: relative; z-index: 2; display: flex; align-items: center; gap: 22px; padding: 15px 30px 15px 11px; background: #ffdc26; border: 5px solid #202020; border-radius: 9px; box-shadow: 0 18px 35px rgba(22,36,47,.22); transform: rotate(-4deg); }
.plate small { align-self: stretch; display: grid; place-items: center; padding: 0 8px; margin: -15px 0 -15px -11px; background: #174f9b; color: white; border-radius: 3px 0 0 3px; }
.plate strong { font: 800 2.1rem "Manrope"; letter-spacing: .08em; }
.road { position: absolute; width: 150%; height: 90px; bottom: 7px; background: #333; transform: rotate(-8deg); }
.road::after { content: ""; position: absolute; left: 0; right: 0; top: 42px; border-top: 5px dashed white; }
.art-events { display: grid; place-items: center; background: var(--ember); }
.art-visual-media { display: grid; place-items: center; background: linear-gradient(145deg, #6dd5ed, #2188ff 58%, #17233b); }
.camera-lens { width: 170px; height: 170px; display: grid; place-items: center; border: 20px solid rgba(255,255,255,.88); border-radius: 50%; box-shadow: 0 25px 45px rgba(12,33,67,.28), inset 0 0 0 12px rgba(255,255,255,.2); }
.camera-lens span { width: 78px; height: 78px; border-radius: 50%; background: radial-gradient(circle at 36% 34%, #a8f0ff 0 8%, #26365f 30%, #11182c 70%); box-shadow: 0 0 0 10px rgba(18,24,44,.32); }
.event-cards { display: flex; align-items: center; }
.event-cards span { width: 115px; aspect-ratio: .75; display: grid; place-items: center; margin: 0 -10px; border: 2px solid white; border-radius: 12px; background: var(--ink); color: var(--gold); font: 700 2rem "Sora"; box-shadow: 0 15px 30px rgba(44,20,11,.22); }
.event-cards span:nth-child(1) { transform: rotate(-10deg) translateY(10px); }
.event-cards span:nth-child(2) { z-index: 2; transform: translateY(-10px); background: var(--gold); color: var(--ink); }
.event-cards span:nth-child(3) { transform: rotate(10deg) translateY(10px); }
.project-info { display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 28px; align-items: start; padding: 22px 8px 0; }
.project-info span { color: var(--graphite); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.project-info h3 { margin-top: 5px; font-size: 1.65rem; }
.project-info p { margin: 0; color: var(--graphite); font-size: .9rem; line-height: 1.6; }
.project-info > a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.project-info > a:hover { background: var(--gold); border-color: var(--gold); }

.about { color: var(--white); background: var(--ink); }
.about-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 110px; align-items: center; }
.about-statement { position: relative; }
.big-quote { position: absolute; top: -90px; left: -25px; color: var(--gold); font: 700 11rem Georgia; opacity: .25; }
.about-statement h2 { position: relative; font-size: clamp(2.7rem, 4.8vw, 5rem); }
.about-copy .eyebrow { color: var(--gold); }
.about-copy .lead { font-size: 1.26rem; font-weight: 700; }
.about-copy p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.about-copy .text-link { margin-top: 20px; border-color: var(--gold); color: var(--gold); }

.contact { background: var(--gold-soft); }
.contact-shell { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 720px; overflow: hidden; border-radius: 34px; background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.contact-intro { display: flex; flex-direction: column; padding: 65px 48px; background: linear-gradient(145deg, #2e2e2a, #1e1e1c); }
.contact-intro h2 { font-size: clamp(3rem, 4.6vw, 4.7rem); }
.contact-intro > p:not(.eyebrow) { max-width: 400px; margin-top: 28px; color: rgba(255,255,255,.65); }
.contact-details { display: grid; gap: 13px; margin-top: 26px; font-style: normal; }
.contact-details a, .contact-details p { margin: 0; color: var(--white); font-size: .86rem; line-height: 1.45; }
.contact-details a { transition: color .2s ease; }
.contact-details a:hover { color: var(--gold); }
.contact-details span { display: block; margin-bottom: 2px; color: rgba(255,255,255,.42); font-size: .61rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.response-note { margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.72); font-size: .78rem; }
.response-note span { display: inline-block; width: 8px; height: 8px; margin-right: 9px; border-radius: 50%; background: #45d58b; box-shadow: 0 0 0 5px rgba(69,213,139,.1); }
.contact-form { padding: 58px; background: var(--white); color: var(--ink); }
fieldset { margin: 0 0 28px; padding: 0; border: 0; }
legend, .contact-form > label, .form-row label { display: block; margin-bottom: 10px; font-size: .76rem; font-weight: 800; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.service-choice { margin: 0; cursor: pointer; }
.service-choice input { position: absolute; opacity: 0; }
.service-choice > span { display: flex; flex-direction: column; padding: 17px 18px; border: 1px solid var(--line); border-radius: 14px; transition: .2s ease; }
.service-choice small { color: var(--graphite); font-weight: 500; }
.service-choice input:checked + span { border-color: var(--gold); background: var(--gold-soft); box-shadow: inset 0 0 0 1px var(--gold); }
.service-choice input:focus-visible + span { outline: 3px solid rgba(33,136,255,.4); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
input, select, textarea { width: 100%; margin-top: 6px; padding: 14px 15px; border: 1px solid var(--line); border-radius: 11px; background: #fbfaf7; color: var(--ink); outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(34,34,34,.07); }
textarea { resize: vertical; min-height: 112px; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 20px; }
.form-footer p { max-width: 250px; margin: 0; color: var(--graphite); font-size: .7rem; line-height: 1.5; }
.form-result { margin-top: 18px; padding: 15px; border-radius: 10px; background: var(--gold-soft); font-size: .86rem; }

.site-footer { padding: 78px 0 24px; color: var(--white); background: #171716; }
.footer-top { display: grid; grid-template-columns: 1fr auto auto; align-items: flex-start; gap: 70px; padding-bottom: 64px; }
.footer-brand span { display: flex; flex-direction: column; }
.footer-brand b { font-size: 1.8rem; letter-spacing: -.06em; }
.footer-brand small { color: rgba(255,255,255,.45); font: 600 .56rem "Manrope"; letter-spacing: .15em; text-transform: uppercase; }
.footer-contact { display: flex; flex-direction: column; gap: 4px; color: rgba(255,255,255,.48); font-size: .72rem; }
.footer-contact a { color: var(--gold); font-size: .98rem; font-weight: 800; }
.footer-top > p { margin: 0; color: var(--gold); font: 600 1.45rem/1.25 "Sora"; text-align: right; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 35px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.46); font-size: .7rem; }
.footer-bottom > div { display: flex; gap: 25px; }
.footer-bottom > span:last-child { text-align: right; }
.footer-bottom i { color: var(--gold); font-style: normal; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .section { padding: 95px 0; }
  .nav-toggle { display: flex; width: 42px; height: 42px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; z-index: 3; }
  .nav-toggle span:not(.sr-only) { display: block; width: 21px; height: 2px; background: var(--ink); transition: .2s ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 26px; background: var(--paper); font: 600 1.5rem "Sora"; transform: translateX(100%); transition: transform .28s ease; }
  .main-nav.is-open { transform: translateX(0); }
  .hero { min-height: auto; padding-top: 145px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  h1, .hero-lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 440px; }
  .visual-main { max-width: 420px; }
  .tag-media { left: 8%; }
  .tag-dev { right: 8%; }
  .tag-build { left: 8%; bottom: 25px; }
  .hero-proof { margin-top: 45px; }
  .route-grid { grid-template-columns: 1fr; }
  .route-card { min-height: 610px; padding: 36px; }
  .about-grid { grid-template-columns: 1fr; gap: 65px; }
  .contact-shell { grid-template-columns: 1fr; }
  .contact-intro { min-height: 480px; }
  .project-info { grid-template-columns: 1fr auto; }
  .project-info p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 1120px) and (min-width: 981px) {
  .route-grid { grid-template-columns: 1fr; }
  .route-card { min-height: 560px; }
  .route-grid .route-card h3 { font-size: clamp(2.5rem, 6vw, 4rem); }
}

@media (max-width: 720px) {
  :root { --container: min(100% - 28px, 1180px); --radius: 21px; }
  .section { padding: 75px 0; }
  .brand img { width: 48px; }
  .brand-name { font-size: 1.3rem; }
  .hero { padding-top: 125px; }
  h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .hero-actions { flex-direction: column; gap: 20px; }
  .hero-visual { min-height: 350px; }
  .visual-main { width: 90%; padding: 35px; }
  .logo-stage img { width: 145px; }
  .logo-word { font-size: 2.6rem; }
  .logo-tag { font-size: .48rem; }
  .visual-tag { font-size: .65rem; }
  .tag-media { left: 0; top: 45px; }
  .tag-dev { right: 0; bottom: 62px; }
  .tag-build { left: 0; bottom: 0; }
  .orbit-one { width: 400px; height: 400px; }
  .orbit-two { width: 500px; height: 500px; }
  .hero-proof { grid-template-columns: 1fr 1fr; }
  .hero-proof span:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .hero-proof span:nth-child(4) { border-top: 1px solid var(--line); }
  .section-heading h2 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .route-grid, .project-grid { grid-template-columns: 1fr; }
  .route-card { min-height: 570px; padding: 31px; }
  .route-icon { margin-bottom: 55px; }
  .heading-row { display: block; }
  .filters { margin-top: 28px; }
  .project-art { min-height: 320px; }
  .project-grid { gap: 44px; }
  .project-info { padding-inline: 3px; }
  .about-grid { gap: 48px; }
  .contact-shell { width: 100%; border-radius: 0; }
  .contact-intro, .contact-form { padding: 42px 24px; }
  .contact-intro { min-height: 520px; }
  .choice-grid, .form-row { grid-template-columns: 1fr; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .footer-top { grid-template-columns: 1fr; gap: 38px; }
  .footer-top > p { text-align: left; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom > div { flex-direction: column; gap: 8px; }
  .footer-bottom > span:last-child { text-align: left; }
}

@media (max-width: 380px) {
  :root { --container: calc(100% - 20px); }
  .section { padding: 62px 0; }
  .route-card { min-height: 545px; padding: 26px 22px; }
  .route-number { top: 27px; right: 24px; }
  .route-grid .route-card h3 { font-size: 1.8rem; }
  .route-card > a { font-size: .9rem; }
  .route-card > a span { margin-left: 8px; }
  .marquee-group { gap: 22px; padding-right: 22px; }
  .marquee span { font-size: 1rem; }
}

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