:root {
  --ink: #090909;
  --paper: #f1efe9;
  --white: #fff;
  --pink: #ff168f;
  --pink-soft: #ff4ca6;
  --muted: #aaa7a2;
  --line: rgba(255, 255, 255, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1320px, calc(100% - 80px)); margin-inline: auto; }
.section { padding-block: 132px; }
.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-150%);
  background: var(--white); color: var(--ink); padding: 12px 18px; border-radius: 4px;
}
.skip-link:focus { transform: none; }

.site-header {
  height: 86px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px; position: fixed; inset: 0 0 auto; z-index: 100;
  background: linear-gradient(to bottom, rgba(0,0,0,.78), transparent);
  backdrop-filter: blur(6px); border-bottom: 1px solid rgba(255,255,255,.08);
}
.brand { width: 60px; height: 60px; display: grid; place-items: center; position: relative; z-index: 102; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 560; letter-spacing: .02em; }
.main-nav > a:not(.nav-cta) { color: rgba(255,255,255,.76); transition: color .2s; }
.main-nav > a:not(.nav-cta):hover { color: var(--white); }
.nav-cta { padding: 13px 18px; border: 1px solid rgba(255,255,255,.45); border-radius: 3px; transition: .25s; }
.nav-cta:hover { background: var(--pink); border-color: var(--pink); }
.nav-cta span { color: var(--pink); margin-left: 10px; }
.nav-cta:hover span { color: var(--white); }
.menu-toggle { display: none; }

.hero { min-height: 860px; height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-media {
  position: absolute; inset: 0; background-image: url('event-stage.jpg');
  background-position: center; background-size: cover; transform: scale(1.02);
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 64% 54%, transparent 0, rgba(0,0,0,.08) 34%, rgba(0,0,0,.65) 80%),
    linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.56) 38%, rgba(0,0,0,.1) 72%),
    linear-gradient(0deg, #090909 0%, transparent 17%, transparent 75%, rgba(0,0,0,.42) 100%);
}
.hero-content { position: relative; z-index: 2; padding-top: 72px; }
.eyebrow, .section-kicker {
  margin: 0 0 28px; color: rgba(255,255,255,.66); font-size: 11px; font-weight: 650;
  letter-spacing: .19em; text-transform: uppercase; display: flex; align-items: center; gap: 11px;
}
.eyebrow span { width: 27px; height: 1px; display: inline-block; background: var(--pink); }
.hero h1 { margin: 0; max-width: 980px; font-size: clamp(62px, 7.1vw, 114px); line-height: .91; letter-spacing: -.065em; font-weight: 620; }
.hero h1 small { display: block; margin-bottom: 18px; color: rgba(255,255,255,.78); font-size: clamp(15px, 1.3vw, 20px); line-height: 1.2; letter-spacing: .12em; text-transform: uppercase; font-weight: 650; }
h1 em, h2 em { color: var(--pink); font-family: Georgia, serif; font-weight: 400; }
.hero-copy { max-width: 590px; margin: 32px 0 0; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 36px; margin-top: 40px; }
.button { border: 0; cursor: pointer; display: inline-flex; justify-content: space-between; align-items: center; gap: 28px; min-height: 54px; padding: 0 23px; border-radius: 3px; font-size: 13px; font-weight: 650; letter-spacing: .01em; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--pink); color: var(--white); }
.button-primary:hover { background: var(--pink-soft); }
.text-link { font-size: 13px; font-weight: 600; padding-block: 10px; border-bottom: 1px solid rgba(255,255,255,.4); }
.text-link span { margin-left: 10px; color: var(--pink); }
.hero-foot { position: absolute; z-index: 2; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; justify-content: space-between; color: rgba(255,255,255,.55); text-transform: uppercase; font: 600 10px/1 var(--font-geist-mono), monospace; letter-spacing: .12em; }
.availability { display: flex; align-items: center; gap: 9px; }
.availability span { width: 6px; height: 6px; border-radius: 50%; background: #55df8c; box-shadow: 0 0 10px #55df8c; }
.scroll-note span { color: var(--pink); margin-left: 10px; }

.intro { background: var(--paper); color: var(--ink); }
.intro::before { content: ""; position: absolute; inset: auto 0; height: 1px; background: rgba(0,0,0,.08); }
.intro .section-kicker, .section-kicker { color: #817e79; }
.intro-grid { display: grid; grid-template-columns: 1.04fr .78fr; gap: 11vw; align-items: end; }
.intro h2, .section-head h2, .faq h2 { margin: 0; font-size: clamp(46px, 5.1vw, 76px); line-height: 1; letter-spacing: -.055em; font-weight: 570; }
.intro-grid > div > p { margin: 0; font-size: 19px; line-height: 1.7; color: #57534e; }
.mini-proof { display: flex; flex-wrap: wrap; margin-top: 34px; gap: 8px; }
.mini-proof span { padding: 8px 11px; border: 1px solid #d0cbc2; border-radius: 30px; font: 560 10px/1 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .07em; }

.services { background: #0c0c0c; }
.section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 70px; gap: 40px; }
.section-head .section-kicker { margin-bottom: 22px; }
.section-head h2 { max-width: 800px; }
.section-head > p { max-width: 310px; margin: 0 0 8px; color: #8c8984; font-size: 14px; line-height: 1.6; }
.service-list { border-top: 1px solid var(--line); }
.service-card { display: grid; grid-template-columns: 80px 1fr 70px; padding: 34px 10px 34px 0; border-bottom: 1px solid var(--line); min-height: 188px; transition: background .25s, padding .25s; }
.service-card:hover { background: rgba(255,255,255,.035); padding-left: 18px; }
.service-number { color: var(--pink); font: 600 11px/1 var(--font-geist-mono), monospace; padding-top: 8px; }
.service-body { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(280px, 1fr) .8fr; align-items: start; gap: 34px; }
.service-body h3 { margin: 0; font-size: 30px; letter-spacing: -.035em; font-weight: 540; }
.service-body > p { margin: 0; max-width: 510px; color: #8e8b87; line-height: 1.65; font-size: 14px; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tags span { border: 1px solid #393939; border-radius: 30px; padding: 7px 10px; color: #aaa; font: 500 9px/1 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .07em; }
.service-arrow { justify-self: end; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #353535; border-radius: 50%; color: var(--pink); transition: .25s; }
.service-card:hover .service-arrow { background: var(--pink); color: white; border-color: var(--pink); transform: rotate(45deg); }

.statement { min-height: 600px; position: relative; overflow: hidden; display: grid; align-items: center; background: #12040c; }
.statement::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 30%, rgba(255,22,143,.26), transparent 32%), linear-gradient(128deg, #090909 35%, #210613); }
.statement-line { position: absolute; white-space: nowrap; font-size: clamp(90px, 13vw, 210px); font-weight: 700; letter-spacing: -.07em; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.07); transform: rotate(-7deg) translate(-5%, 8%); }
.statement-content { position: relative; z-index: 1; }
.statement blockquote { margin: 0; font-size: clamp(36px, 4.6vw, 67px); letter-spacing: -.045em; line-height: 1.13; font-weight: 520; }
.statement blockquote em { color: var(--pink); font-family: Georgia, serif; font-weight: 400; }

.process { background: var(--paper); color: var(--ink); }
.process .section-head > p { color: #77736e; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d0cbc2; border-bottom: 1px solid #d0cbc2; }
.process-grid article { padding: 32px 44px 46px; min-height: 390px; border-right: 1px solid #d0cbc2; position: relative; }
.process-grid article:first-child { padding-left: 0; }
.process-grid article:last-child { border-right: 0; }
.process-grid article > span { color: #8b8781; font: 600 10px/1 var(--font-geist-mono), monospace; }
.process-icon { margin-top: 58px; color: var(--pink); font-size: 38px; height: 65px; }
.process-grid h3 { font-size: 27px; letter-spacing: -.03em; margin: 20px 0 13px; }
.process-grid p { max-width: 330px; margin: 0; color: #69645e; font-size: 14px; line-height: 1.7; }

.projects { background: #0b0b0b; }
.project-grid { display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: 340px 340px; gap: 12px; }
.project-card { position: relative; overflow: hidden; background-image: url('event-stage.jpg'); background-size: 200% auto; border: 1px solid rgba(255,255,255,.08); }
.project-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.92), transparent 72%); transition: background .3s; }
.project-card:hover::before { background: linear-gradient(0deg, rgba(255,22,143,.45), transparent 75%); }
.project-card > div { position: absolute; inset: auto 30px 27px; }
.project-card span { color: #aaa; text-transform: uppercase; letter-spacing: .14em; font: 600 9px/1 var(--font-geist-mono), monospace; }
.project-card h3 { margin: 10px 0 0; font-size: 29px; line-height: 1.05; letter-spacing: -.04em; font-weight: 550; }
.project-security { grid-row: 1 / 3; background-position: left center; background-size: auto 100%; }
.project-bar { background-position: right center; }
.project-tech { background-position: 85% 52%; filter: saturate(.65); }

.home-events, .events-list-section { background: var(--paper); color: var(--ink); }
.home-events .section-head .text-link { align-self: end; margin-bottom: 8px; border-color: #aaa39a; }
.event-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.event-card { min-width: 0; background: #111; color: var(--white); border: 1px solid rgba(255,255,255,.11); overflow: hidden; }
.event-card-link { display: block; height: 100%; }
.event-card-media { position: relative; height: 270px; overflow: hidden; background: #1b1b1b; }
.event-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.event-card:hover .event-card-media img { transform: scale(1.035); }
.event-status { position: absolute; top: 15px; left: 15px; padding: 8px 10px; background: var(--pink); color: #fff; font: 650 9px/1 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .08em; }
.event-status-cancelled { background: #b50c38; }
.event-card-body { min-height: 176px; display: grid; grid-template-columns: 72px 1fr; gap: 22px; padding: 25px; }
.event-date-block { padding-right: 19px; border-right: 1px solid #343434; }
.event-date-block strong { display: block; color: var(--pink); font-size: 38px; line-height: .9; letter-spacing: -.05em; }
.event-date-block span { display: block; margin-top: 10px; color: #888; font: 600 9px/1.35 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .08em; }
.event-location { margin: 0 0 9px; color: #8f8c88; font: 600 9px/1.4 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .1em; }
.event-card h3 { margin: 0; font-size: 25px; line-height: 1.08; letter-spacing: -.035em; font-weight: 560; }
.event-more { display: inline-block; margin-top: 22px; color: var(--pink); font-size: 11px; font-weight: 650; }

.events-archive { background: var(--ink); }
.events-hero { min-height: 620px; display: flex; align-items: end; position: relative; overflow: hidden; background: #0b0b0b; }
.events-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.18)), linear-gradient(0deg, #090909, transparent 45%), url('event-stage.jpg') center/cover; opacity: .9; }
.events-hero-content { position: relative; z-index: 1; padding-bottom: 95px; }
.events-hero h1 { max-width: 960px; margin: 0; font-size: clamp(62px, 8vw, 118px); line-height: .9; letter-spacing: -.065em; font-weight: 620; }
.events-hero h1 em { color: var(--pink); font-family: Georgia, serif; font-weight: 400; }
.events-hero-content > p:last-child { max-width: 640px; margin: 30px 0 0; color: #b8b4af; font-size: 18px; line-height: 1.65; }
.events-list-section .section-head > p { color: #706b65; }
.events-empty { padding: 72px; border: 1px solid #d2ccc3; background: #e9e5de; }
.events-empty h2 { max-width: 750px; margin: 0; font-size: clamp(38px, 5vw, 68px); line-height: 1.02; letter-spacing: -.05em; }
.events-empty > p:not(.section-kicker) { max-width: 620px; color: #625d57; line-height: 1.7; margin: 24px 0 30px; }
.events-past { background: #111; }
.event-grid-past .event-card { opacity: .78; }

.event-single { background: var(--paper); color: var(--ink); }
.event-single-hero { min-height: 690px; position: relative; display: flex; align-items: end; overflow: hidden; background: linear-gradient(135deg, #210613, #090909 65%); color: #fff; }
.event-single-image { position: absolute; inset: 0; }
.event-single-image img { width: 100%; height: 100%; object-fit: cover; }
.event-single-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.95), rgba(0,0,0,.08) 75%), linear-gradient(90deg, rgba(0,0,0,.7), transparent 72%); }
.event-single-heading { position: relative; z-index: 1; padding-bottom: 72px; }
.event-back { display: inline-block; margin-bottom: 64px; color: #c0bbb6; font-size: 12px; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 7px; }
.event-single-heading h1 { max-width: 1050px; margin: 0; font-size: clamp(54px, 7vw, 105px); line-height: .92; letter-spacing: -.06em; font-weight: 610; }
.event-lead { max-width: 720px; color: #c0bbb6; font-size: 18px; line-height: 1.6; margin: 28px 0 0; }
.event-single-layout { display: grid; grid-template-columns: 350px minmax(0, 720px); justify-content: space-between; gap: 9vw; padding-block: 95px 130px; }
.event-facts { align-self: start; position: sticky; top: 110px; padding: 30px; background: #111; color: #fff; }
.event-facts dl { margin: 0 0 28px; }
.event-facts dl > div { padding: 18px 0; border-bottom: 1px solid #333; }
.event-facts dl > div:first-child { padding-top: 0; }
.event-facts dt { margin-bottom: 8px; color: #807d79; font: 600 9px/1 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .11em; }
.event-facts dd { margin: 0; font-size: 15px; line-height: 1.55; }
.event-facts dd span { display: block; color: #9a9691; font-size: 13px; }
.event-facts .button { width: 100%; }
.event-facts .text-link { display: inline-block; margin-top: 18px; color: #bcb7b2; }
.event-alert { margin: -30px -30px 28px; padding: 15px 30px; background: var(--pink); font-size: 12px; font-weight: 650; }
.event-alert-cancelled { background: #b50c38; }
.event-content { font-size: 17px; line-height: 1.8; }
.event-content > *:first-child { margin-top: 0; }
.event-content h2 { margin: 55px 0 18px; font-size: 38px; line-height: 1.08; letter-spacing: -.04em; }
.event-content h3 { margin: 42px 0 14px; font-size: 25px; letter-spacing: -.025em; }
.event-content p, .event-content li { color: #5c5751; }
.event-content a:not(.button) { color: #c50c6c; text-decoration: underline; text-underline-offset: 3px; }
.event-content img { max-width: 100%; height: auto; }
.event-contact-box { margin-top: 70px; padding: 42px; background: #ded9d0; }
.event-contact-box h2 { margin: 0; }
.event-contact-box p:not(.section-kicker) { margin: 17px 0 26px; }

.region { background: #161616; color: var(--white); }
.region-grid { display: grid; grid-template-columns: 1.05fr .75fr; gap: 10vw; align-items: start; }
.region h2 { margin: 0; max-width: 800px; font-size: clamp(46px, 5.1vw, 76px); line-height: 1; letter-spacing: -.055em; font-weight: 570; }
.region-copy > p { margin: 0 0 20px; color: #aaa6a1; font-size: 17px; line-height: 1.75; }
.region-areas { display: flex; flex-wrap: wrap; gap: 8px; margin: 32px 0; }
.region-areas span { padding: 8px 11px; border: 1px solid #444; border-radius: 30px; color: #c7c3bd; font: 560 10px/1 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .07em; }
.region-copy .button { min-width: 260px; }

.faq { background: var(--paper); color: var(--ink); display: grid; grid-template-columns: .72fr 1.28fr; gap: 10vw; }
.faq-intro > p { max-width: 390px; margin: 25px 0 25px; color: #6f6a64; line-height: 1.6; }
.text-link.dark { border-color: #b8b1a8; }
.faq-list { border-top: 1px solid #c9c4bb; }
.faq-list details { border-bottom: 1px solid #c9c4bb; }
.faq-list summary { list-style: none; padding: 24px 0; display: grid; grid-template-columns: 50px 1fr 30px; align-items: center; font-size: 17px; font-weight: 580; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #9d9890; font: 600 10px/1 var(--font-geist-mono), monospace; }
.faq-list summary b { color: var(--pink); font-size: 22px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { margin: 0 50px 24px; color: #68635d; font-size: 14px; line-height: 1.7; max-width: 650px; }

.contact { padding-block: 120px; position: relative; overflow: hidden; background: radial-gradient(circle at 15% 20%, #351023, transparent 34%), #0a0a0a; }
.contact::after { content: ""; position: absolute; width: 420px; height: 420px; right: -210px; bottom: -220px; background: var(--pink); filter: blur(160px); opacity: .2; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; }
.contact-copy h2 { margin: 0; font-size: clamp(51px, 5vw, 76px); line-height: .98; letter-spacing: -.055em; font-weight: 570; }
.contact-copy > p:not(.eyebrow) { color: #9c9894; max-width: 460px; font-size: 16px; line-height: 1.65; margin: 30px 0 45px; }
.contact-direct { display: flex; flex-wrap: wrap; gap: 28px; }
.contact-direct a { font-size: 14px; }
.contact-direct small { display: block; color: #777; text-transform: uppercase; letter-spacing: .12em; font: 600 9px/1 var(--font-geist-mono), monospace; margin-bottom: 9px; }
.contact-form { background: #f4f2ed; color: var(--ink); padding: 38px; border-radius: 3px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; color: #47433f; font-size: 11px; font-weight: 650; margin-bottom: 18px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d1ccc4; background: #faf9f6; border-radius: 2px; padding: 13px 14px; color: #171717; outline: none; transition: border-color .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 2px rgba(255,22,143,.09); }
.contact-form textarea { resize: vertical; min-height: 112px; }
.contact-form .button { width: 100%; margin-top: 2px; }
.form-note { color: #858078; font-size: 10px; line-height: 1.5; margin: 12px 0 0; }

.site-footer { background: #050505; border-top: 1px solid #1d1d1d; }
.footer-top { min-height: 310px; padding-block: 65px; display: grid; grid-template-columns: 1.1fr .55fr .65fr 1fr; gap: 50px; }
.footer-brand img { width: 112px; height: 112px; object-fit: contain; }
.footer-nav, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; color: #858585; font-size: 12px; }
.footer-nav strong, .footer-contact strong { color: #eee; font-size: 11px; text-transform: uppercase; letter-spacing: .11em; margin-bottom: 10px; }
.footer-nav a:hover, .footer-contact a:hover { color: var(--pink); }
.footer-contact strong { font-size: 20px; text-transform: none; letter-spacing: -.02em; }
.footer-contact a:first-of-type { color: var(--pink); font-size: 15px; }
.footer-contact address { margin-top: 8px; color: #6f6f6f; font-style: normal; line-height: 1.6; }
.footer-bottom { min-height: 66px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #1d1d1d; color: #5f5f5f; font: 500 9px/1 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .08em; }
.footer-bottom div { display: flex; gap: 22px; }

.legal-page { min-height: 100vh; background: var(--paper); color: var(--ink); padding: 54px 24px 110px; }
.legal-page article { width: min(780px, 100%); margin: 80px auto 0; }
.legal-back { display: inline-block; color: #5f5b55; font-size: 13px; border-bottom: 1px solid #bbb4aa; }
.legal-page h1 { margin: 0 0 56px; font-size: clamp(48px, 7vw, 80px); letter-spacing: -.055em; line-height: 1; }
.legal-page h2 { margin: 42px 0 13px; font-size: 21px; letter-spacing: -.02em; }
.legal-page p, .legal-page li { color: #5f5a54; line-height: 1.75; font-size: 15px; }
.legal-page a { color: #cc0b6e; }
.legal-date { margin-top: 58px; padding-top: 22px; border-top: 1px solid #d1cbc1; font-size: 12px !important; }

@media (max-width: 980px) {
  .shell { width: min(100% - 40px, 1320px); }
  .site-header { height: 72px; padding: 0 20px; background: rgba(7,7,7,.86); }
  .brand { width: 50px; height: 50px; }
  .menu-toggle { width: 45px; height: 45px; display: grid; align-content: center; gap: 6px; background: transparent; color: white; border: 0; position: relative; z-index: 102; }
  .menu-toggle span { width: 25px; height: 1px; background: white; justify-self: end; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { display: none; position: fixed; inset: 0; padding: 120px 28px 40px; background: rgba(6,6,6,.98); flex-direction: column; align-items: stretch; gap: 0; font-size: 28px; }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.nav-cta) { padding: 18px 0; border-bottom: 1px solid #252525; color: white; }
  .nav-cta { margin-top: 30px; text-align: center; font-size: 15px; padding: 17px; }
  .section { padding-block: 92px; }
  .hero { min-height: 720px; }
  .intro-grid { grid-template-columns: 1fr; gap: 38px; }
  .service-body { grid-template-columns: 1fr 1fr; }
  .service-body .tags { grid-column: 1 / -1; }
  .process-grid article { padding-inline: 26px; }
  .project-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 350px 350px; }
  .project-security { grid-column: 1 / 3; grid-row: auto; background-size: cover; }
  .event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .event-single-layout { grid-template-columns: 310px 1fr; gap: 6vw; }
  .region-grid { grid-template-columns: 1fr; gap: 48px; }
  .faq { gap: 6vw; }
  .contact-grid { gap: 5vw; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .admin-bar .site-header { top: 46px; }
  .shell { width: calc(100% - 32px); }
  .section { padding-block: 76px; }
  .hero { min-height: 700px; align-items: end; padding-bottom: 90px; }
  .hero-media { background-position: 42% center; }
  .hero-overlay { background: linear-gradient(0deg, #090909 0%, rgba(0,0,0,.28) 75%), linear-gradient(90deg, rgba(0,0,0,.8), rgba(0,0,0,.05)); }
  .hero-content { padding-top: 0; }
  .eyebrow { margin-bottom: 20px; font-size: 9px; }
  .hero h1 { font-size: clamp(49px, 15vw, 72px); }
  .hero h1 small { margin-bottom: 12px; font-size: 11px; letter-spacing: .1em; }
  .hero-copy { font-size: 15px; line-height: 1.55; margin-top: 23px; }
  .hero-actions { margin-top: 28px; display: grid; gap: 12px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-self: start; }
  .scroll-note { display: none; }
  .hero-foot { bottom: 22px; }
  .intro h2, .section-head h2, .faq h2 { font-size: 44px; }
  .intro-grid > div > p { font-size: 16px; }
  .section-head { display: block; margin-bottom: 42px; }
  .section-head > p { margin-top: 18px; }
  .service-card { grid-template-columns: 39px 1fr 34px; padding-block: 26px; }
  .service-body { display: block; }
  .service-body h3 { font-size: 24px; }
  .service-body > p { margin-top: 14px; }
  .tags { margin-top: 18px; }
  .service-arrow { width: 31px; height: 31px; }
  .statement { min-height: 480px; }
  .statement blockquote { font-size: 37px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article, .process-grid article:first-child { min-height: auto; padding: 28px 0 36px; border-right: 0; border-bottom: 1px solid #d0cbc2; }
  .process-grid article:last-child { border-bottom: 0; }
  .process-icon { margin-top: 28px; }
  .project-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 360px); }
  .project-security { grid-column: auto; }
  .project-card { background-size: auto 100%; }
  .project-bar, .project-tech { background-size: 205% auto; }
  .event-grid { grid-template-columns: 1fr; }
  .event-card-media { height: 235px; }
  .event-card-body { min-height: 160px; padding: 22px 18px; }
  .events-hero { min-height: 560px; }
  .events-hero-content { padding-bottom: 68px; }
  .events-hero h1 { font-size: 58px; }
  .events-hero-content > p:last-child { font-size: 15px; }
  .events-empty { padding: 35px 24px; }
  .event-single-hero { min-height: 620px; }
  .event-single-heading { padding-bottom: 52px; }
  .event-back { margin-bottom: 48px; }
  .event-single-heading h1 { font-size: 52px; }
  .event-lead { font-size: 15px; }
  .event-single-layout { display: flex; flex-direction: column; padding-block: 50px 80px; gap: 50px; }
  .event-facts { position: static; width: 100%; }
  .event-content { font-size: 16px; }
  .event-contact-box { padding: 30px 22px; margin-top: 50px; }
  .region h2 { font-size: 44px; }
  .region-copy > p { font-size: 15px; }
  .faq { display: block; }
  .faq-intro { margin-bottom: 48px; }
  .faq-list summary { grid-template-columns: 38px 1fr 20px; font-size: 15px; }
  .faq-list details p { margin-left: 38px; margin-right: 20px; }
  .contact { padding-block: 80px; }
  .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .contact-copy h2 { font-size: 50px; }
  .contact-form { padding: 24px 18px; margin-inline: -4px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 46px 28px; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { padding-block: 22px; flex-wrap: wrap; gap: 18px; }
}

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