:root {
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --font-geist-mono: "Courier New", monospace;
  --ink: #05030a;
  --panel: #0d0814;
  --panel-2: #13091d;
  --text: #f8f6fb;
  --muted: #b8acc2;
  --pink: #ff28ca;
  --violet: #8a39ff;
  --cyan: #25e6ff;
  --line: rgba(255, 255, 255, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--pink); color: #08020c; }

.nav-shell {
  position: sticky !important;
  top: 0;
  padding: 1rem 0;
  background: linear-gradient(180deg, rgba(5, 3, 10, .94), rgba(5, 3, 10, .62) 70%, transparent);
  backdrop-filter: blur(8px);
  z-index: 20;
}
.brand-lockup img { display: block; height: auto; }
.hero-image, .inner-hero-image, .portrait-frame img, .service-image-wrap img, .consulting-card-image img, .service-detail-image img { position: absolute; inset: 0; width: 100%; height: 100%; }
.navbar .nav-link {
  color: rgba(255,255,255,.72);
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: .03em;
}
.navbar .navbar-nav .nav-link.active { color: #fff; }
.navbar .nav-link:hover, .navbar .nav-link:focus { color: #fff; }
.nav-icon { display: inline-flex; width: 15px; height: 15px; margin-right: .38rem; color: var(--cyan); vertical-align: -2px; }
.nav-icon { width: 18px; height: 18px; margin-right: .45rem; }
.nav-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.navbar .nav-link.active .nav-icon { color: var(--pink); }
.nav-shell .btn-neon { font-size: .92rem; padding: .85rem 1.25rem; }
.navbar-toggler { color: #fff; border-color: rgba(255,255,255,.25); font-size: 1.55rem; }
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(255, 40, 202, .22); }

.btn {
  border-radius: 4px;
  font-weight: 750;
  letter-spacing: -.01em;
  padding: .78rem 1.25rem;
}
.btn-lg { padding: 1rem 1.45rem; font-size: .95rem; }
.btn-neon {
  color: white;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(110deg, #a429ff, #fa24d0 55%, #ff4b9c);
  box-shadow: 0 0 28px rgba(226, 31, 255, .25), inset 0 1px 0 rgba(255,255,255,.28);
}
.btn-neon:hover, .btn-neon:focus { color: white; transform: translateY(-2px); box-shadow: 0 0 42px rgba(226, 31, 255, .42); }
.btn-ghost { color: white; border: 1px solid rgba(255,255,255,.36); background: rgba(4,2,10,.36); backdrop-filter: blur(8px); }
.btn-ghost:hover, .btn-ghost:focus { color: white; border-color: white; background: rgba(255,255,255,.08); }
.button-arrow { display: inline-block; margin-left: .35rem; font-size: 1.05em; line-height: 1; }
.bi-arrow-right::before { content: "→" !important; font-family: inherit !important; }

.hero-section { position: relative; min-height: 790px; isolation: isolate; overflow: hidden; }
.hero-image { object-fit: cover; object-position: center; z-index: -3; }
.hero-shade {
  position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(90deg, rgba(5,3,10,.99) 0%, rgba(5,3,10,.9) 34%, rgba(5,3,10,.35) 65%, rgba(5,3,10,.2) 100%),
    linear-gradient(0deg, var(--ink) 0%, transparent 28%),
    linear-gradient(180deg, rgba(5,3,10,.35), transparent 30%);
}
.hero-grid {
  position: absolute; inset: 0; z-index: -1; opacity: .14;
  background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, black, transparent 68%);
}
.hero-content { position: relative; z-index: 2; padding-top: 5rem; }
.hero-content .row { transform: translateY(-3.5rem); }
.eyebrow, .section-kicker {
  display: flex; align-items: center; gap: .7rem;
  color: var(--cyan); font: 700 .72rem/1 var(--font-geist-mono), monospace;
  letter-spacing: .18em; text-transform: uppercase;
}
.display-title {
  margin: 1.35rem 0 1.45rem; max-width: 810px;
  font-size: clamp(4rem, 7.9vw, 8rem); line-height: .83; letter-spacing: -.072em; font-weight: 900;
  text-transform: uppercase;
}
.outline-word {
  color: transparent; -webkit-text-stroke: 2px #fff;
  text-shadow: 4px 4px 0 rgba(255,40,202,.22);
}
.hero-copy { max-width: 590px; color: #d8cfdf; font-size: clamp(1rem, 1.5vw, 1.22rem); line-height: 1.65; }
.hero-proof { display: flex; gap: 2rem; margin-top: 3.2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); max-width: 690px; }
.hero-proof div { display: flex; flex-direction: column; gap: .2rem; }
.hero-proof strong { font-size: 1.35rem; }
.hero-proof span { color: var(--muted); font: 600 .68rem/1.3 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .08em; }
.scroll-cue { position: absolute; right: 2rem; bottom: 3rem; z-index: 4; display: flex; gap: .8rem; align-items: center; transform: rotate(90deg); transform-origin: bottom right; color: rgba(255,255,255,.65); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }

.reveal-up { animation: rise .8s cubic-bezier(.22,.75,.26,1) both; }
.delay-1 { animation-delay: .1s; } .delay-2 { animation-delay: .2s; } .delay-3 { animation-delay: .3s; }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

.marquee-band { overflow: hidden; background: linear-gradient(90deg, #b81aff, #fa25bd); transform: rotate(-1deg) scale(1.02); box-shadow: 0 0 28px rgba(231,34,255,.38); }
.marquee-track { width: max-content; display: flex; gap: 1.35rem; align-items: center; padding: .8rem 0; animation: marquee 28s linear infinite; font-weight: 900; font-size: .84rem; letter-spacing: .13em; color: #fff; }
.marquee-track i { color: #141018; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-pad { padding: clamp(5.5rem, 9vw, 9rem) 0; }
.about-section { background: radial-gradient(circle at 85% 50%, rgba(105,36,184,.17), transparent 35%), var(--ink); }
.section-kicker { margin-bottom: 1.3rem; }
.section-title { margin: 0; font-size: clamp(3rem, 5.4vw, 5.9rem); line-height: .92; letter-spacing: -.06em; font-weight: 850; text-transform: uppercase; }
.section-title em, .contact-panel h2 em { color: var(--pink); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.lead-copy { color: #e0d8e5; font-size: clamp(1.22rem, 2vw, 1.65rem); line-height: 1.55; letter-spacing: -.02em; }
.signature-line { display: flex; align-items: center; gap: 1.6rem; margin-top: 2rem; color: var(--muted); font: 650 .72rem/1 var(--font-geist-mono), monospace; letter-spacing: .08em; text-transform: uppercase; }
.signature { color: white; font-family: Georgia, serif; font-size: 1.9rem; font-style: italic; text-transform: none; letter-spacing: -.04em; }

.services-section { background: linear-gradient(180deg, #09050e, #110817); border-block: 1px solid rgba(255,255,255,.06); }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.section-heading-row > p { max-width: 360px; color: var(--muted); line-height: 1.65; margin: 0 0 .5rem; }
.service-card {
  position: relative; overflow: hidden; padding: 0;
  min-height: 500px; display: flex; flex-direction: column;
  background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.015));
  border: 1px solid var(--line); border-radius: 8px;
  transition: .32s ease;
}
.service-card:hover { transform: translateY(-8px); border-color: rgba(255,40,202,.56); box-shadow: 0 22px 60px rgba(0,0,0,.3); }
.service-image-wrap { position: relative; aspect-ratio: 16 / 10; overflow: hidden; border-bottom: 1px solid var(--line); background: #09040e; }
.service-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(7,3,11,.82)); pointer-events: none; }
.service-image-wrap img { object-fit: cover; transition: transform .55s cubic-bezier(.22,.75,.26,1), filter .35s ease; }
.service-card:hover .service-image-wrap img { transform: scale(1.045); filter: saturate(1.12) contrast(1.03); }
.service-number { position: absolute; z-index: 2; left: 1rem; top: 1rem; min-width: 42px; padding: .42rem .55rem; color: #fff; background: rgba(5,3,10,.76); border: 1px solid rgba(255,255,255,.24); border-radius: 3px; backdrop-filter: blur(8px); text-align: center; font: 750 .67rem/1 var(--font-geist-mono), monospace; letter-spacing: .08em; }
.service-card-body { padding: 1.45rem; display: flex; flex: 1; flex-direction: column; }
.service-card h3 { margin: 0 0 .8rem; font-size: 2rem; letter-spacing: -.045em; }
.service-card p { color: var(--muted); line-height: 1.6; }
.service-cta { margin-top: auto; min-height: 50px; padding: .75rem .85rem .75rem 1rem; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,40,202,.55); border-radius: 4px; background: linear-gradient(90deg, rgba(255,40,202,.1), rgba(138,57,255,.06)); color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: .25s ease; }
.service-cta span:last-child { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--pink); color: #100412; font-size: 1.1rem; line-height: 1; transition: transform .25s ease; }
.service-cta:hover, .service-cta:focus { color: #fff; border-color: var(--pink); background: linear-gradient(90deg, rgba(255,40,202,.25), rgba(138,57,255,.18)); box-shadow: 0 0 24px rgba(255,40,202,.18); }
.service-cta:hover span:last-child, .service-cta:focus span:last-child { transform: translateX(3px); }

.connect-section { background: radial-gradient(circle at 20% 40%, rgba(255,40,202,.12), transparent 30%), #0c0611; }
.connect-copy { margin: 2rem 0 1.4rem; max-width: 470px; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.text-link { padding-bottom: .35rem; border-bottom: 1px solid var(--pink); font-weight: 750; }
.channel-stack { display: flex; flex-direction: column; gap: .7rem; }
.channel-row { display: flex; align-items: center; gap: 1rem; padding: .85rem 1rem; border: 1px solid var(--line); border-radius: 8px; background: rgba(0,0,0,.35); transition: .25s; }
.channel-row:hover { color: #fff; transform: translateX(-7px); border-color: currentColor; box-shadow: 0 0 24px color-mix(in srgb, currentColor 25%, transparent); }
.channel-row > i:first-child { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 7px; background: rgba(255,255,255,.07); font-size: 1.35rem; }
.channel-row > .social-glyph { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border-radius: 7px; background: rgba(255,255,255,.07); font-size: 1.35rem; font-weight: 800; line-height: 1; }
.channel-row > .channel-arrow { display: block; margin-left: auto; font-size: 1.15rem; line-height: 1; }
.inline-arrow { margin-left: .25rem; }
.channel-row span { display: flex; flex-direction: column; }
.channel-row small { color: #94899d; font: 650 .62rem/1.3 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .1em; }
.channel-row strong { font-size: 1.03rem; }
.channel-row.pink { color: #ff57cf; } .channel-row.violet { color: #9d6aff; } .channel-row.purple { color: #b360ff; } .channel-row.red { color: #ff435e; } .channel-row.cyan { color: #31e2f6; }

.contact-section { padding: 0 0 7rem; background: #0c0611; }
.contact-panel { position: relative; overflow: hidden; padding: clamp(2.5rem, 6vw, 5.5rem); border-radius: 12px; background: linear-gradient(120deg, #8726ef, #da22d6 55%, #ff2e97); box-shadow: 0 30px 90px rgba(106,16,170,.35); }
.contact-panel h2 { margin: .2rem 0 0; font-size: clamp(3.2rem, 6vw, 6.5rem); font-weight: 900; line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.contact-panel h2 em { color: #fff; }
.contact-panel .section-kicker { color: #fff; opacity: .8; }
.contact-actions { display: inline-flex; flex-direction: column; align-items: stretch; gap: .8rem; min-width: 235px; }
.contact-actions .btn { color: #441054; }
.copy-email { border: 0; color: #fff; background: transparent; font-weight: 700; font-size: .8rem; }
.orb { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); }
.orb-one { width: 390px; height: 390px; right: -140px; top: -210px; box-shadow: inset 0 0 70px rgba(255,255,255,.14); }
.orb-two { width: 180px; height: 180px; left: 44%; bottom: -130px; }

.inner-hero {
  position: relative; min-height: 650px; display: flex; align-items: flex-end;
  overflow: hidden; isolation: isolate; padding: 10rem 0 6rem;
  background:
    radial-gradient(circle at 78% 30%, rgba(182,35,255,.3), transparent 30%),
    linear-gradient(145deg, #08030d, #160724 58%, #08030d);
}
.inner-hero-image { object-fit: cover; object-position: center; z-index: -3; }
.inner-hero-shade {
  position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(90deg, rgba(5,3,10,.98) 0%, rgba(5,3,10,.88) 42%, rgba(5,3,10,.24) 74%),
    linear-gradient(0deg, var(--ink), transparent 38%);
}
.inner-hero:not(.has-image)::after {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .24;
  background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 70px 70px; mask-image: linear-gradient(135deg, black, transparent 74%);
}
.inner-hero-copy { max-width: 850px; }
.inner-hero-copy { transform: translateY(-3.5rem); }
.inner-hero-copy h1 {
  margin: 1rem 0 1.5rem; font-size: clamp(4rem, 8vw, 8.5rem);
  line-height: .84; letter-spacing: -.075em; text-transform: uppercase; font-weight: 900;
}
.inner-hero-copy h1 em {
  color: var(--pink); font-family: Georgia, serif; font-weight: 400;
  text-transform: none; text-shadow: 0 0 34px rgba(255,40,202,.22);
}
.inner-hero-copy > p { max-width: 620px; margin: 0; color: #d8cfdf; font-size: clamp(1.02rem, 1.6vw, 1.24rem); line-height: 1.65; }
.content-title { margin: 0 0 1.5rem; font-size: clamp(2.8rem, 4.7vw, 5rem); line-height: .95; letter-spacing: -.055em; font-weight: 850; text-transform: uppercase; }
.content-title em { color: var(--pink); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.body-copy { color: var(--muted); font-size: 1.04rem; line-height: 1.75; }
.portrait-frame { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.portrait-frame img { object-fit: cover; object-position: 68% center; }
.page-band { background: radial-gradient(circle at 75% 50%, rgba(138,57,255,.16), transparent 34%), #0d0712; border-block: 1px solid rgba(255,255,255,.06); }
.consulting-section-head { display: flex; justify-content: space-between; align-items: center; gap: 2.5rem; margin-bottom: 1.5rem; }
.consulting-section-head > p { max-width: 440px; margin: 0; color: #cfc4d6; font-size: 1.03rem; line-height: 1.7; }
.consulting-card { height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.015)); transition: .3s ease; }
.consulting-card:hover { transform: translateY(-7px); border-color: rgba(255,40,202,.55); box-shadow: 0 24px 60px rgba(0,0,0,.34); }
.consulting-card-image { position: relative; aspect-ratio: 16 / 10; overflow: hidden; border-bottom: 1px solid var(--line); }
.consulting-card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(7,3,11,.75)); pointer-events: none; }
.consulting-card-image img { object-fit: cover; transition: transform .5s cubic-bezier(.22,.75,.26,1), filter .35s ease; }
.consulting-card:hover .consulting-card-image img { transform: scale(1.045); filter: saturate(1.1); }
.consulting-card-copy { padding: 1.6rem; }
.consulting-card h3 { margin: 0 0 1rem; font-size: clamp(1.7rem, 2.2vw, 2.25rem); line-height: 1.05; letter-spacing: -.045em; }
.consulting-card p { margin: 0; color: #c5bacd; font-size: .98rem; line-height: 1.7; }
.narrow-copy { max-width: 920px; }

.service-detail-list { display: flex; flex-direction: column; gap: 1.25rem; }
.service-detail { display: grid; grid-template-columns: 44% 1fr; min-height: 470px; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: linear-gradient(130deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); }
.service-detail:nth-child(even) { grid-template-columns: 1fr 44%; }
.service-detail:nth-child(even) .service-detail-image { order: 2; }
.service-detail-image { position: relative; min-height: 400px; overflow: hidden; }
.service-detail-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 62%, rgba(8,4,12,.68)); }
.service-detail:nth-child(even) .service-detail-image::after { background: linear-gradient(-90deg, transparent 62%, rgba(8,4,12,.68)); }
.service-detail-image img { object-fit: cover; }
.service-detail-image > span { position: absolute; z-index: 2; left: 1.2rem; top: 1.2rem; padding: .45rem .6rem; border: 1px solid rgba(255,255,255,.24); border-radius: 3px; background: rgba(5,3,10,.7); font: 700 .66rem/1 var(--font-geist-mono), monospace; }
.service-detail-copy { padding: clamp(2rem, 4vw, 4rem); display: flex; flex-direction: column; justify-content: center; }
.service-detail-copy h2 { margin: 0 0 1rem; font-size: clamp(2.4rem, 4vw, 4.5rem); letter-spacing: -.06em; }
.service-detail-copy > p { max-width: 550px; color: var(--muted); line-height: 1.7; }
.service-detail-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem 1.5rem; margin: 1.2rem 0 2rem; padding: 0; list-style: none; }
.service-detail-copy li { position: relative; padding-left: 1.1rem; color: #ddd3e3; font-size: .86rem; }
.service-detail-copy li::before { content: ""; position: absolute; left: 0; top: .5em; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 9px var(--cyan); }

.form-section { background: radial-gradient(circle at 14% 20%, rgba(255,40,202,.1), transparent 26%), var(--ink); }
.sticky-note { position: sticky; top: 7rem; padding: 2rem; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.03); }
.sticky-note ol { margin: 2rem 0; padding: 0; list-style: none; }
.sticky-note li { display: grid; grid-template-columns: 42px 1fr; gap: .8rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.sticky-note li span { color: var(--pink); font: 700 .68rem/1.7 var(--font-geist-mono), monospace; }
.sticky-note li p { margin: 0; color: #ddd3e3; line-height: 1.6; }
.micro-copy { color: #8f8497; font-size: .76rem; line-height: 1.6; }
.micro-copy a { color: var(--cyan); }
.vibe-form { padding: clamp(1.6rem, 4vw, 3rem); border: 1px solid rgba(255,255,255,.15); border-radius: 9px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.015)); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-intro { display: flex; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line); }
.form-intro span { color: var(--pink); font: 750 .7rem/1 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .13em; }
.form-intro p { max-width: 390px; margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.55; }
.vibe-form label, .vibe-form legend { display: block; margin: 0 0 .55rem; color: #d9d0df; font-size: .73rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.vibe-form input:not([type="radio"]), .vibe-form select, .vibe-form textarea {
  width: 100%; border: 1px solid rgba(255,255,255,.16); border-radius: 4px;
  padding: .9rem 1rem; outline: none; background: rgba(5,3,10,.72); color: #fff;
  font: inherit; transition: .2s;
}
.vibe-form select { color-scheme: dark; }
.vibe-form input:focus, .vibe-form select:focus, .vibe-form textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(255,40,202,.11); }
.choice-row { display: flex; flex-wrap: wrap; gap: .7rem; }
.choice-row label { margin: 0; padding: .75rem 1rem; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,255,255,.025); cursor: pointer; text-transform: none; letter-spacing: 0; }
.choice-row input { accent-color: var(--pink); margin-right: .4rem; }
.form-submit { width: 100%; min-height: 58px; margin-top: 1.6rem; padding: .75rem .9rem .75rem 1.2rem; display: flex; justify-content: space-between; align-items: center; border: 0; border-radius: 4px; color: #fff; background: linear-gradient(100deg, #852cff, #f126c8 60%, #ff408e); font-weight: 850; letter-spacing: .03em; box-shadow: 0 0 30px rgba(209,37,255,.2); }
.form-submit span:last-child { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #28042a; background: #fff; font-size: 1.15rem; }
.contact-directory { display: flex; flex-direction: column; margin-top: 2.5rem; border-top: 1px solid var(--line); }
.contact-directory a { display: grid; grid-template-columns: 1fr auto 30px; gap: 1rem; align-items: center; padding: 1.25rem 0; border-bottom: 1px solid var(--line); transition: .2s; }
.contact-directory a:hover { color: #fff; padding-left: .7rem; }
.contact-directory span { color: #8f8497; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-directory strong { font-size: .9rem; }
.contact-directory b { color: var(--pink); }

.events-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.event-status { margin-bottom: .5rem; padding: .75rem 1rem; border: 1px solid var(--line); border-radius: 99px; color: #cfc4d6; font-size: .78rem; }
.pulse-dot { display: inline-block; width: 7px; height: 7px; margin-right: .55rem; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); animation: pulse 1.8s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: .35; transform: scale(.78); } }
.event-card { height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.025); transition: .3s; }
.event-card:hover { transform: translateY(-6px); border-color: rgba(255,40,202,.5); }
.event-image { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.event-image img { object-fit: cover; transition: transform .45s ease; }
.event-card:hover img { transform: scale(1.04); }
.event-copy { padding: 1.4rem; }
.event-copy > span { color: var(--cyan); font: 700 .65rem/1 var(--font-geist-mono), monospace; letter-spacing: .1em; text-transform: uppercase; }
.event-copy h3 { margin: .85rem 0 .65rem; font-size: 1.65rem; letter-spacing: -.04em; }
.event-copy p { color: var(--muted); line-height: 1.65; }
.event-waitlist { margin-top: 4rem; padding: clamp(1.6rem, 4vw, 3rem); display: flex; justify-content: space-between; align-items: center; gap: 2rem; border: 1px solid rgba(255,40,202,.35); border-radius: 8px; background: linear-gradient(100deg, rgba(135,38,239,.17), rgba(255,46,151,.1)); }
.event-waitlist > div:first-child span { font-size: 1.35rem; font-weight: 800; }
.event-waitlist p { margin: .35rem 0 0; color: var(--muted); }

footer { padding: 3rem 0; background: #050309; border-top: 1px solid rgba(255,255,255,.06); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 2rem; }
.footer-grid p { margin: 0; color: #82798a; font-size: .76rem; line-height: 1.6; text-align: center; }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: .65rem; font-size: .72rem; color: #95899e; }
.footer-links a { color: #fff; }
.footer-page-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .8rem; }
.footer-page-links a { color: #a99faf; }
.footer-page-links a:hover { color: #fff; }

@media (max-width: 991.98px) {
  .hero-section { min-height: 760px; }
  .hero-image { object-position: 67% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,3,10,.97), rgba(5,3,10,.76) 55%, rgba(5,3,10,.32)), linear-gradient(0deg, var(--ink), transparent 35%); }
  .hero-proof { gap: 1.2rem; }
  .section-heading-row { display: block; }
  .section-heading-row > p { margin-top: 2rem; }
  .consulting-section-head { display: block; }
  .consulting-section-head > p { margin-top: 1.6rem; }
  .inner-hero { min-height: 570px; }
  .inner-hero-image { object-position: 68% center; }
  .service-detail, .service-detail:nth-child(even) { grid-template-columns: 1fr; }
  .service-detail:nth-child(even) .service-detail-image { order: 0; }
  .service-detail-image { min-height: 330px; }
  .events-heading, .event-waitlist { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid img { margin: auto; }
  .footer-links { align-items: center; }
  .footer-page-links { justify-content: center; }
}

@media (max-width: 767.98px) {
  .navbar-collapse { margin-top: .8rem; padding: 1rem; border: 1px solid var(--line); border-radius: 8px; background: rgba(9,5,14,.96); }
}

@media (max-width: 575.98px) {
  .nav-shell { padding: .65rem 0; }
  .brand-lockup img { width: 145px; }
  .hero-section { min-height: 830px; }
  .hero-image { object-position: 70% center; opacity: .73; }
  .hero-shade { background: linear-gradient(180deg, rgba(5,3,10,.38), rgba(5,3,10,.78) 47%, var(--ink) 95%), linear-gradient(90deg, rgba(5,3,10,.65), transparent); }
  /* Keep the fixed logo/navigation clear of the hero copy on narrow screens. */
  .hero-content { padding-top: 11rem; align-items: end; }
  .hero-content .row { align-items: end !important; padding-bottom: 4.5rem; transform: translateY(-3.5rem); }
  .display-title { font-size: clamp(3.35rem, 16vw, 5rem); }
  .outline-word { -webkit-text-stroke-width: 1px; }
  .hero-copy { font-size: .96rem; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; margin-top: 2.1rem; }
  .hero-proof div:last-child { grid-column: 1 / -1; }
  .scroll-cue { display: none; }
  .section-pad { padding: 5rem 0; }
  .section-title { font-size: 3.05rem; }
  .inner-hero { min-height: 600px; padding: 9rem 0 4rem; }
  .inner-hero-copy { transform: translateY(-3.5rem); }
  .inner-hero-copy h1 { font-size: 3.9rem; }
  .inner-hero.has-image .inner-hero-image { opacity: .66; }
  .inner-hero-shade { background: linear-gradient(180deg, rgba(5,3,10,.42), rgba(5,3,10,.75) 44%, var(--ink)); }
  .content-title { font-size: 2.8rem; }
  .service-detail-image { min-height: 240px; }
  .service-detail-copy ul { grid-template-columns: 1fr; }
  .form-intro { flex-direction: column; gap: .7rem; }
  .contact-directory a { grid-template-columns: 1fr 24px; }
  .contact-directory strong { grid-column: 1; }
  .contact-directory b { grid-column: 2; grid-row: 1 / span 2; }
  .contact-section { padding-bottom: 4rem; }
  .contact-panel { border-radius: 8px; }
  .contact-panel h2 { font-size: 3.1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal-up, .marquee-track { animation: none; }
  * { transition-duration: .01ms !important; }
}
