:root {
  --ink: #0b0b0d;
  --paper: #f6f6f3;
  --white: #fff;
  --purple: #881188;
  --orange: #dd5f00;
  --line: #242427;
  --gutter: max(30px, calc((100% - 1320px) / 2));
  --hero-x: 0px;
  --hero-y: 0px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ink); font: 17px/1.6 'Helvetica Neue', Helvetica, Arial, sans-serif; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img, video, canvas { display: block; max-width: 100%; }
p, h1, h2, h3 { margin: 0; }
[hidden] { display: none !important; }
::selection { background: var(--orange); color: white; }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 6px; }
.lucide { width: 22px; height: 22px; stroke-width: 1.5; }
.skip-link { position: fixed; left: 12px; top: 12px; z-index: 100; padding: 12px 20px; color: white; background: var(--purple); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 12px var(--gutter); background: var(--paper); position: relative; z-index: 20; }
.brand { display: block; width: 104px; flex-shrink: 0; }
.brand img { width: 104px; height: 68px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 45px; }
.desktop-nav a { font-size: 12px; text-transform: uppercase; font-weight: 600; padding: 12px 0; position: relative; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--purple); transition: right .2s; }
.desktop-nav a:hover::after { right: 0; }
.menu-button, .mobile-nav { display: none; }
.hero { position: relative; isolation: isolate; display: grid; grid-template-columns: 1fr 360px; grid-template-rows: auto 1fr auto; min-height: min(780px, calc(100svh - 154px)); padding: 30px var(--gutter) 38px; color: white; overflow: hidden; background: var(--ink); }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -3; }
.hero-media { object-fit: cover; object-position: center; transform: translate(var(--hero-x),var(--hero-y)) scale(1.025); transition: transform 1.5s ease; }
.hero-shade { z-index: -2; background: linear-gradient(0deg, rgba(4,4,6,.82), rgba(4,4,6,.05) 90%), linear-gradient(90deg,rgba(4,4,6,.3),transparent); }
.hero-interface { grid-column: 2; grid-row: 1; position: relative; height: 174px; margin-top: 28px; pointer-events: none; }
.hero-aperture { position: relative; width: 100%; height: 100%; background: linear-gradient(110deg,#88118865,#dd5f0030); }
.aperture-corner { position: absolute; width: 18px; height: 18px; border: 0 solid #ffffffa0; }
.aperture-corner-one { top:0;left:0;border-width:1px 0 0 1px; }
.aperture-corner-two { top:0;right:0;border-width:1px 1px 0 0; }
.aperture-corner-three { bottom:0;right:0;border-width:0 1px 1px 0; }
.aperture-corner-four { bottom:0;left:0;border-width:0 0 1px 1px; }
.aperture-signal { position: absolute; inset: 12% auto 12% 8%; width: 1px; background: var(--orange); box-shadow: 0 0 20px #dd5f00; animation: scan 7s ease-in-out infinite; }
.aperture-message { position: absolute; left: 10%; top: 50%; transform: translateY(-50%); width: 80%; color: transparent; font-size: 29px; font-weight: 500; line-height: 1.1; text-wrap: balance; }
.aperture-message::after { content: attr(data-phrase); position: absolute; inset: 0; color: white; clip-path: inset(0 100% 0 0); animation: scanText 7s ease-in-out infinite; }
.hero-coordinate-top { position: absolute; top: -27px; left: 0; font-size: 9px; color: #ffffffae; }
.hero-trace { display: none; }
.hero-content { grid-column: 1 / -1; grid-row: 2; padding: 22px 0 34px; align-self: end; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 500; margin-bottom: 24px; }
.eyebrow::before { content: ''; width: 24px; height: 3px; background: var(--orange); }
.hero h1 { font-size: 144px; font-weight: 500; line-height: .98; }
.hero-signature { font-size: 43px; line-height: 1.25; margin-top: 12px; }
em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
sup { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: .32em; vertical-align: super; margin-left: 3px; }
.hero-note { font-size: 17px; margin-top: 20px; color: #dedddf; }
.hero-index { grid-column: 1; grid-row: 3; border-top: 1px solid #ffffff45; display: flex; align-items: center; gap: 45px; font-size: 11px; text-transform: uppercase; padding-top: 18px; width: fit-content; min-width: 240px; }
.hero-index .lucide { transition: transform .2s; }
.hero-index:hover .lucide { transform: translateY(4px); }
.motion-toggle { grid-column: 2; grid-row: 3; justify-self: end; align-self: end; color: white; background: #ffffff09; width: 42px; height: 42px; border: 1px solid #ffffff70; border-radius: 50%; display: grid; place-items: center; }
.motion-toggle:hover { background: var(--purple); }
.section-inner { width: min(1320px, calc(100% - 60px)); margin-inline: auto; }
.section-light { background: var(--paper); }
.section-dark { background: var(--ink); color: white; }
.section-label { display: flex; align-items: center; gap: 25px; font-size: 11px; text-transform: uppercase; color: var(--orange); font-weight: 600; }
.section-label > span { border: 1px solid currentColor; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; font-size: 10px; }
.presence { padding: 104px 0 112px; }
.presence-grid { display: grid; grid-template-columns: .36fr 1.64fr; gap: 80px; }
.presence .section-label { color: var(--purple); margin-top: 14px; }
.presence h2 { font-size: 66px; line-height: 1.08; font-weight: 400; }
.presence h2 em { color: var(--purple); }
.statement { max-width: 700px; margin: 36px 0 0 auto; padding-left: 30px; border-left: 1px solid #c4c3c1; color: #626166; font-size: 19px; line-height: 1.7; }
.practice-experience { padding: 95px 0 64px; overflow: hidden; }
.practice-intro { display: grid; grid-template-columns: .36fr 1.64fr; gap: 80px; }
.practice-intro .section-label { margin-top: 10px; }
.practice-intro > div { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.practice-intro h2 { font-size: 58px; font-weight: 400; line-height: 1.1; }
.practice-intro > div > p { font-size: 13px; color: #a8a7ad; padding-bottom: 7px; }
.practice-stage { margin-top: 25px; }
.practice-canvas-shell, .practice-selectors { display: none; }
.practice-stage.is-enhanced .practice-canvas-shell { display: block; }
.practice-viewport { position: relative; isolation: isolate; width: 100%; height: 580px; cursor: grab; touch-action: pan-y; }
.practice-viewport.is-dragging { cursor: grabbing; }
.practice-viewport canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 2; }
.orbit-guide { position: absolute; z-index: 1; width: 80%; height: 24%; left: 10%; top: 44%; border: 1px solid #ffffff12; border-radius: 50%; pointer-events: none; }
.practice-meta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 36px 0; border-top: 1px solid var(--line); }
.practice-active { display: grid; grid-template-columns: 50px minmax(200px,auto) minmax(180px,340px); column-gap: 32px; align-items: center; }
.practice-active > p:first-child { font-size: 11px; color: #b5b3ba; }
.practice-active > p:first-child span { color: var(--orange); }
.practice-active h3 { font-weight: 400; font-size: 54px; line-height: 1.15; }
.practice-active > p:last-child { font-size: 15px; color: #aaa8b0; line-height: 1.6; }
.practice-controls { display: flex; align-items: center; gap: 22px; flex-shrink: 0; }
.practice-controls button { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #ffffff60; border-radius: 50%; background: transparent; color: white; transition: background .2s,border-color .2s; }
.practice-controls button:hover { background: var(--purple); border-color: var(--purple); }
.practice-gesture { color: #ffffff80; animation: gestureHint 2.8s ease-in-out infinite; }
.practice-gesture .lucide { width: 18px; }
.practice-stage.is-enhanced .practice-selectors { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); border-top: 1px solid var(--line); }
.practice-selectors button { display: flex; align-items: center; gap: 18px; min-height: 76px; background: transparent; color: #8f8d96; border: 0; border-top: 2px solid transparent; border-bottom: 1px solid var(--line); padding: 14px 22px; font-size: 14px; text-align: left; }
.practice-selectors button span { font-size: 10px; color: #aaa8af; }
.practice-selectors button.is-active { color: white; border-top-color: var(--orange); background: #ffffff05; }
.practice-selectors button:hover { color: white; background: #ffffff09; }
.practice-fallback { display: grid; grid-template-columns: repeat(5, minmax(260px,1fr)); gap: 25px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 45px 0; }
.practice-fallback article { scroll-snap-align: start; }
.practice-fallback img { width: 100%; aspect-ratio: 4/3; object-fit: contain; margin-bottom: 25px; }
.practice-fallback span { font-size: 11px; color: var(--orange); }
.practice-fallback h3 { font-size: 30px; font-weight: 400; margin: 12px 0; }
.practice-fallback p { color: #aaa8af; font-size: 15px; }
.practice-stage.is-enhanced .practice-fallback { display: none; }
.contact { color: var(--ink); background: var(--paper); padding: 100px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }
.contact .section-label { color: var(--purple); }
.contact h2 { font-size: 64px; font-weight: 400; line-height: 1.06; max-width: 500px; margin-top: 38px; }
.contact-intro > p:last-child { color: #747278; margin-top: 28px; }
.contact-form { display: grid; gap: 30px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.contact-form label { display: grid; gap: 8px; min-width: 0; }
.contact-form label > span { font-size: 12px; font-weight: 500; }
.contact-form input, .contact-form textarea { min-width: 0; width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid #aaa8af; border-radius: 0; color: var(--ink); background: transparent; }
.contact-form textarea { min-height: 100px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--purple); box-shadow: 0 1px 0 var(--purple); }
.submit-button { background: var(--purple); color: white; padding: 18px 24px; min-height: 60px; border: 0; display: flex; justify-content: space-between; align-items: center; font-size: 13px; font-weight: 500; }
.submit-button:hover { background: var(--ink); }
.submit-button:disabled { opacity: .65; cursor: wait; }
.submit-icon { display: grid; place-items: center; width: 24px; height: 24px; flex: 0 0 24px; }
.submit-icon > * { grid-area: 1 / 1; width: 20px; height: 20px; }
.submit-icon .submit-spinner { display: none; }
.is-sending .submit-spinner { display: block; animation: submitSpin 1s linear infinite; }
.is-sending .submit-arrow { display: none; }
.contact-form .contact-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
@keyframes submitSpin { to { transform: rotate(360deg); } }
.site-footer { padding: 54px var(--gutter); display: flex; justify-content: space-between; align-items: end; gap: 40px; color: #9c99a3; background: var(--ink); border-top: 3px solid var(--purple); font-size: 12px; }
.footer-brand { font-size: 44px; color: white; line-height: 1.2; margin-bottom: 10px; }
.form-dialog { width: min(520px,calc(100% - 40px)); border: 0; padding: 44px; background: var(--paper); color: var(--ink); }
.form-dialog::backdrop { background: #000a; backdrop-filter: blur(3px); }
.form-dialog h2 { font-size: 33px; line-height: 1.15; font-weight: 400; margin: 22px 0; }
.form-dialog > p { font-size: 15px; }
.dialog-close { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; display: grid; place-items: center; background: transparent; border: 0; }
.dialog-action { background: var(--purple); color: white; padding: 13px 20px; border: 0; font-size: 14px; margin-top: 30px; }
.motion-paused *, .motion-paused *::after { animation-play-state: paused !important; }
@keyframes scan { 0%,100% { left:8%; } 50% { left:92%; } }
@keyframes scanText { 0%,100% { clip-path:inset(0 100% 0 0); } 50% { clip-path:inset(0 0 0 0); } }
@keyframes gestureHint { 0%,100% { transform:translateX(-3px) rotate(-8deg); } 50% { transform:translateX(3px) rotate(8deg); } }
@media (min-width: 1700px) { .hero { min-height: 780px; } }
@media (max-width: 1150px) {
  .hero h1 { font-size: 116px; }
  .presence-grid, .practice-intro { grid-template-columns: 150px 1fr; gap: 40px; }
  .presence h2 { font-size: 54px; }
  .practice-intro h2 { font-size: 48px; }
  .practice-intro > div > p { display: none; }
  .practice-active { grid-template-columns: 42px auto; gap: 12px 25px; }
  .practice-active > p:last-child { grid-column: 2; }
  .practice-active h3 { font-size: 46px; }
  .contact-grid { gap: 60px; }
  .contact h2 { font-size: 54px; }
}
@media (max-width: 800px) {
  .hero { grid-template-columns: 1fr 290px; min-height: 710px; }
  .hero h1 { font-size: 92px; }
  .hero-interface { height: 155px; }
  .hero-signature { font-size: 37px; }
  .presence-grid, .practice-intro { grid-template-columns: 1fr; gap: 30px; }
  .presence h2 { font-size: 50px; }
  .statement { max-width: 100%; margin-top: 30px; }
  .practice-intro > div { align-items: start; }
  .practice-intro > div > p { display: block; }
  .practice-viewport { height: 480px; }
  .practice-selectors button { font-size: 12px; padding-inline: 10px; gap: 8px; }
  .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .contact h2 { max-width: 650px; }
}
@media (max-width: 600px) {
  :root { --gutter: 23px; }
  body { font-size: 16px; }
  .site-header { min-height: 80px; padding-block: 9px; }
  .brand, .brand img { width: 88px; }
  .brand img { height: 58px; }
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: 10px; }
  .hero { min-height: min(700px, calc(100svh - 130px)); grid-template-columns: 1fr; padding-top: 30px; padding-bottom: 27px; }
  .hero-interface { grid-column: 1; justify-self: end; width: 250px; height: 135px; margin-top: 20px; }
  .aperture-message { font-size: 24px; }
  .hero-content { padding: 30px 0 24px; }
  .eyebrow { font-size: 10px; gap: 9px; }
  .eyebrow::before { width: 20px; }
  .hero h1 { font-size: 62px; line-height: 1.05; }
  .hero-signature { font-size: 30px; margin-top: 14px; }
  .hero-note { font-size: 16px; max-width: 300px; margin-top: 22px; }
  .hero-index { min-width: 0; width: fit-content; gap: 22px; padding-top: 16px; }
  .motion-toggle { grid-column: 1; grid-row: 3; width: 38px; height: 38px; }
  .section-inner { width: calc(100% - 46px); }
  .presence, .practice-experience, .contact { padding-block: 65px; }
  .presence-grid { gap: 32px; }
  .section-label { gap: 16px; font-size: 10px; }
  .presence h2 { font-size: 40px; line-height: 1.14; }
  .statement { padding-left: 20px; font-size: 17px; }
  .practice-intro h2 { font-size: 39px; }
  .practice-intro > div > p { display: none; }
  .practice-stage { margin-top: 5px; }
  .practice-viewport { height: 390px; }
  .practice-meta { flex-direction: column; gap: 24px; align-items: stretch; padding-block: 25px; }
  .practice-active { grid-template-columns: 40px 1fr; gap: 8px 20px; min-height: 110px; }
  .practice-active h3 { font-size: 39px; }
  .practice-active > p:last-child { font-size: 15px; }
  .practice-controls { justify-content: flex-end; gap: 25px; }
  .practice-controls button { width: 42px; height: 42px; }
  .practice-stage.is-enhanced .practice-selectors { display: flex; width: 100%; padding-inline: 23px; overflow-x: auto; scrollbar-width: thin; }
  .practice-selectors button { flex: 0 0 138px; min-height: 65px; font-size: 13px; gap: 15px; }
  .practice-fallback { width: 100%; padding-inline: 23px; }
  .practice-fallback article { min-width: 0; }
  .contact h2 { font-size: 47px; max-width: 400px; margin-top: 25px; }
  .contact-intro > p:last-child { margin-top: 25px; }
  .field-row { grid-template-columns: 1fr; gap: 28px; }
  .site-footer { padding-block: 44px; flex-direction: column; align-items: start; gap: 40px; }
  .footer-brand { font-size: 35px; }
  .form-dialog { padding: 36px 25px; }
}
@media (max-width: 370px) {
  .hero-interface { height: 115px; }
  .site-header { gap: 15px; }
  .hero h1 { font-size: 54px; }
  .hero-signature { font-size: 26px; }
  .desktop-nav { gap: 12px; }
  .brand, .brand img { width: 76px; }
  .presence h2 { font-size: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  .motion-toggle { display: none; }
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .hero-media { display: none; }
  .hero { background: var(--ink) url('../media/bg_cityhall1.jpg') center / cover no-repeat; }
  .aperture-message { color: white; }
  .aperture-message::after { display: none; }
}
