:root {
  color-scheme: dark;
  --brand: #7464a1;
  --accent: #a592dc;
  --bright: #7f5af0;
  --text: #f3f1f7;
  --muted: #aaa5b6;
  --line: #ffffff17;
  --surface: #15131b;
}
* { box-sizing: border-box; }
html, body { margin: 0; width: 100%; height: 100%; overflow: hidden; }
body { background: #0e0c12; color: var(--text); font-family: Arial, Helvetica, sans-serif; letter-spacing: 0; }
button, input { font: inherit; }
button { color: inherit; cursor: pointer; border: 0; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 2px solid #c7b4ff; outline-offset: 4px; }
button:disabled { opacity: .35; cursor: default; }
svg { width: 18px; height: 18px; stroke-width: 1.6; flex-shrink: 0; }
[hidden] { display: none !important; }
::selection { background: var(--brand); }
.app { height: 100dvh; display: grid; grid-template: 74px minmax(0, 1fr) 29px / 84px minmax(0, 1fr); }
.topbar { grid-column: 1 / -1; display: flex; align-items: center; padding: 0 28px; gap: 50px; border-bottom: 1px solid var(--line); z-index: 4; }
.brand { display: flex; align-items: center; gap: 13px; background: none; padding: 0; font-size: 15px; font-weight: 700; text-align: left; }
.brand-mark { font-size: 38px; line-height: 1; }
.brand-mark>span { color: var(--accent); }
.brand small { display: block; margin-top: 5px; font: 7px monospace; color: var(--muted); }
.breadcrumb { display: flex; align-items: center; gap: 18px; font: 9px monospace; color: #827b90; }
.breadcrumb strong { font-weight: normal; color: #d2cbdf; }
.top-actions { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.studio-location { font: 8px monospace; color: var(--muted); margin-right: 15px; }
#local-time { color: #ddd4ed; margin-left: 12px; }
.icon-button { width: 35px; height: 35px; display: inline-flex; align-items: center; justify-content: center; background: #ffffff05; border: 1px solid var(--line); border-radius: 4px; }
.icon-button:hover, .secondary-button:hover { border-color: var(--accent); background: #7464a130; }
#motion-toggle[aria-pressed="true"] { color: #e1d4ff; border-color: var(--brand); background: #7464a140; }
.rail { border-right: 1px solid var(--line); display: flex; flex-direction: column; align-items: stretch; justify-content: space-between; padding: 22px 10px; z-index: 4; }
.nav-main, .nav-bottom { display: flex; flex-direction: column; align-items: center; gap: 13px; }
.nav-button { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px; width: 63px; height: 64px; background: none; border: 1px solid transparent; border-radius: 6px; color: #918b9d; font-size: 9px; }
.nav-button svg { width: 21px; height: 21px; }
.nav-button.active { background: #7464a129; border-color: #7464a15c; color: #c7b7f0; }
.nav-button:hover { color: white; background: #7464a11c; }
.rail-line { height: 1px; width: 30px; background: var(--line); margin: 8px 0; }
.rail-monogram { font: 7px monospace; color: #655e72; }
.workspace { position: relative; min-width: 0; min-height: 0; overflow: hidden; }
.view { height: 100%; width: 100%; }
.worlds-view { position: relative; isolation: isolate; overflow: hidden; }
.world-art, .world-art>img, .world-shade, .world-texture { position: absolute; inset: 0; width: 100%; height: 100%; }
.world-art { z-index: -1; overflow: hidden; background: #1c2020; }
.world-art>img { object-fit: cover; object-position: center; transform: scale(calc(1.04 * var(--zoom, 1))) translate(var(--pan-x, 0px), var(--pan-y, 0px)); transition: transform .7s ease, opacity .45s; }
.world-shade { background: linear-gradient(90deg, #090910eb 0%, #09091070 42%, #09091008 72%), linear-gradient(0deg, #0c0a12 0%, #0c0a1280 26%, transparent 60%); }
.world-texture { box-shadow: inset 0 0 100px #0d091848; pointer-events: none; }
.world-topline { position: absolute; top: 26px; left: 34px; right: 34px; display: flex; justify-content: space-between; color: #d0cbd6; }
.eyebrow { font: 9px/1.6 monospace; }
.live-dot { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); margin-right: 7px; box-shadow: 0 0 8px #a592dc50; }
.world-number { color: #c8c2ce; }
.world-copy { position: absolute; left: 5%; top: 24%; max-width: 57%; }
.release-label { display: flex; align-items: center; gap: 14px; color: #ccbbf4; font: 9px monospace; }
.release-label>span { border-left: 1px solid #ffffff3d; padding-left: 14px; color: #c0bac8; }
h1 { font-size: 72px; font-weight: 500; margin: 20px 0 17px; line-height: .98; text-wrap: balance; }
.genre { color: #afa7b7; font: 8px/1.8 monospace; margin: 0 0 22px; }
.world-description { max-width: 345px; font-size: 16px; line-height: 1.6; color: #d5cfdd; margin: 0 0 26px; }
.world-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.primary-button, .secondary-button { display: inline-flex; justify-content: center; align-items: center; gap: 19px; padding: 13px 19px; min-height: 43px; border: 1px solid transparent; border-radius: 4px; font-size: 11px; }
.primary-button { background: var(--brand); color: white; }
.primary-button:hover { background: #8975b8; }
.secondary-button { background: #18141e60; border-color: #b6a8c749; }
.secondary-button svg { width: 16px; }
.scene-marker { position: absolute; right: 16%; top: 37%; display: flex; align-items: center; gap: 15px; font: 8px/1.9 monospace; color: #ddd9e0; }
.scene-marker b { font-weight: normal; color: #b5a5cc; }
.marker-cross { display: grid; place-items: center; border: 1px solid #c6b0ea50; width: 35px; height: 35px; font-size: 18px; }
.art-credit { position: absolute; right: 34px; bottom: 190px; font: 7px monospace; color: #aaa2b3; }
.world-stepper { position: absolute; right: 34px; bottom: 224px; display: flex; align-items: center; gap: 16px; font: 10px monospace; }
.world-stepper>span>span { color: #97919e; }
.project-dock { position: absolute; bottom: 23px; left: 34px; right: 34px; }
.dock-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; color: #aea6b9; }
.text-button { display: inline-flex; gap: 6px; align-items: center; background: none; font-size: 10px; }
.text-button svg { width: 13px; }
.dock-projects { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 10px; }
.dock-project { min-width: 0; height: 111px; position: relative; overflow: hidden; padding: 0; text-align: left; border: 1px solid #ffffff20; border-radius: 5px; background: #24202c; }
.dock-project>img { width: 100%; height: 100%; object-fit: cover; opacity: .6; transition: opacity .25s, transform .35s; }
.dock-project::after { content: ''; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, #0e0b14eb); }
.dock-project:hover>img { opacity: .9; transform: scale(1.06); }
.dock-project.active { border: 2px solid #b09ae3; box-shadow: 0 0 0 3px #7464a128; }
.dock-project.active>img { opacity: .95; }
.dock-label { position: absolute; z-index: 1; bottom: 11px; left: 11px; right: 8px; }
.dock-label strong { display: block; font-size: 11px; font-weight: 500; }
.dock-label small { display: block; font: 7px monospace; color: #b7a9c9; margin-top: 5px; }
.dock-index { position: absolute; top: 8px; left: 10px; z-index: 1; font: 8px monospace; color: #eee5fa; }
.dock-project.logo-project>img { object-fit: contain; padding: 15px; mix-blend-mode: luminosity; }
.worlds-view.logo-world .world-art>img { object-fit: contain; padding: 10% 5% 20% 50%; opacity: .4; }
.panel-view { background: #121017; overflow: auto; overscroll-behavior: contain; padding: 35px 4%; scrollbar-width: thin; scrollbar-color: var(--brand) transparent; }
.view-heading { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.view-heading .eyebrow { color: var(--accent); }
.view-heading h2 { font-size: 37px; font-weight: 500; margin: 12px 0 24px; }
.view-heading h2>span { display: inline-block; font: 12px monospace; color: var(--accent); margin-left: 15px; vertical-align: top; }
.search { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 4px; }
.search svg { color: #8e829f; width: 15px; }
.search input { background: none; border: 0; color: white; width: 155px; font-size: 11px; min-width: 0; }
.library-tools { display: flex; justify-content: space-between; gap: 15px; align-items: center; border-bottom: 1px solid var(--line); margin-bottom: 24px; }
.filters { display: flex; gap: 24px; }
.filters button { background: none; border-bottom: 2px solid transparent; padding: 13px 0; color: var(--muted); font-size: 11px; }
.filters button.active { border-color: var(--accent); color: #d9c7ff; }
#library-count { font: 9px monospace; color: var(--muted); }
.library-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 23px; }
.library-project { background: none; padding: 0; text-align: left; min-width: 0; }
.library-art { height: 145px; overflow: hidden; background: #25212d; border-radius: 4px; }
.library-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.library-project:hover img { transform: scale(1.04); }
.library-project.logo-project img { object-fit: contain; padding: 20px; }
.library-project h3 { font-size: 14px; font-weight: 500; margin: 11px 0 6px; }
.library-project p { margin: 0; font: 8px monospace; color: var(--accent); }
.studio-tag { font: 8px monospace; color: var(--muted); }
.studio-intro { max-width: 650px; line-height: 1.7; font-size: 14px; color: var(--muted); margin: 0 0 25px; }
.team { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.team img, .initial-portrait { width: 100%; height: 225px; object-fit: cover; object-position: top; border-radius: 4px; filter: grayscale(.65); }
.team a:hover img { filter: none; }
.team h3 { font-size: 15px; font-weight: 500; display: flex; align-items: center; justify-content: space-between; }
.team h3 svg { width: 14px; color: var(--accent); }
.team p { font: 9px monospace; color: var(--muted); }
.initial-portrait { background: #302738; display: flex; align-items: center; justify-content: center; flex-direction: column; font-size: 65px; color: #b09bcf; }
.initial-portrait span { font: 8px monospace; margin-top: 20px; }
.studio-footer { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); font: 9px monospace; color: var(--accent); }
.contact-view { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 5% 8%; background: #17121f; }
.contact-view>.eyebrow { color: var(--accent); }
.contact-view h2 { font-size: 56px; font-weight: 500; line-height: 1.06; margin: 25px 0; }
.contact-view h2>span { color: var(--accent); }
.contact-view>p { font-size: 13px; color: var(--muted); line-height: 1.7; }
.email-link { display: inline-flex; align-items: center; gap: 20px; font-size: 24px; margin: 20px 0; }
.contact-links { margin-top: 25px; display: flex; gap: 25px; font-size: 11px; color: var(--muted); }
.contact-links a { display: inline-flex; gap: 7px; align-items: center; }
.contact-links svg { width: 12px; }
.statusbar { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; border-top: 1px solid var(--line); font: 7px monospace; color: #82798e; }
.statusbar b { font-weight: normal; margin-left: 18px; }
.statusbar .live-dot { width: 4px; height: 4px; }
.photo-mode { position: absolute; inset: 0; background: #03050408; }
.photo-top { position: absolute; top: 25px; left: 30px; right: 30px; display: flex; align-items: center; justify-content: space-between; }
.camera-reticle { position: absolute; inset: 19% 22% 26%; border: 1px solid #ffffff70; display: grid; place-items: center; color: white; font: 30px monospace; }
.camera-reticle::before { content: ''; position: absolute; inset: 32% 0; border-block: 1px solid #ffffff23; }
.camera-reticle::after { content: ''; position: absolute; inset: 0 33%; border-inline: 1px solid #ffffff23; }
.photo-bottom { position: absolute; bottom: 65px; left: 10%; right: 10%; display: flex; align-items: center; justify-content: space-between; }
.exposure { display: flex; flex-direction: column; gap: 10px; font: 10px monospace; width: 170px; }
.exposure b { font-weight: normal; color: #d0bee9; }
.shutter { width: 70px; height: 70px; padding: 7px; border-radius: 50%; border: 1px solid white; background: #ffffff1a; display: grid; place-items: center; }
.shutter:hover { background: #7464a185; }
.shutter svg { width: 30px; height: 30px; }
.zoom-control { width: 170px; display: flex; align-items: center; gap: 10px; font: 10px monospace; }
.zoom-control input { width: 95px; accent-color: #a592dc; }
.photo-disclaimer { position: absolute; bottom: 22px; left: 30px; font: 7px monospace; color: #d1c9d9; }
.capture-status { position: absolute; bottom: 24px; left: 30%; right: 20px; text-align: right; font: 10px monospace; }
.photo-thumbnail { position: absolute; right: 30px; top: 82px; width: 100px; height: 70px; padding: 3px; background: #e7dcef; border-radius: 3px; overflow: hidden; }
.photo-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.photo-thumbnail span { position: absolute; right: 8px; bottom: 8px; font: 9px monospace; background: #100c19a0; padding: 3px; }
.camera-active .world-copy, .camera-active .world-topline, .camera-active .scene-marker, .camera-active .art-credit, .camera-active .world-stepper, .camera-active .project-dock { visibility: hidden; }
.camera-active .world-shade { opacity: .25; }
.camera-active.flash::after { content: ''; position: absolute; inset: 0; background: white; pointer-events: none; animation: flash .4s forwards; }
dialog { background: #19151f; color: var(--text); border: 1px solid #7464a15c; border-radius: 7px; width: min(730px,92%); max-height: 88dvh; overflow: auto; padding: 0; scrollbar-width: thin; scrollbar-color: var(--brand) transparent; }
dialog::backdrop { background: #080610c9; backdrop-filter: blur(10px); }
.dialog-close, .photo-dialog-close { position: absolute; right: 14px; top: 14px; background: #16101ee0; z-index: 2; }
dialog>img { width: 100%; height: 220px; object-fit: cover; background: #292332; }
.dialog-content { padding: 28px; }
.dialog-content>.eyebrow { color: var(--accent); }
.dialog-content h2 { font-size: 32px; font-weight: 500; margin: 15px 0; }
.dialog-content p { font-size: 14px; line-height: 1.7; color: #c0b8c9; }
.tech { display: flex; flex-wrap: wrap; gap: 15px; font: 10px monospace; color: #b5a0d7; margin: 20px 0; }
.dialog-content .dialog-note { font-size: 10px; color: #968ba2; }
.captured-image { height: min(60dvh,480px); overflow: hidden; }
.captured-image img { width: 100%; height: 100%; object-fit: cover; }
#photo-dialog>p { padding: 0 20px; font: 10px monospace; }
.noscript { position: fixed; inset: 20% 10%; padding: 40px; z-index: 10; background: #18121f; }
@keyframes flash { from { opacity: .8; } to { opacity: 0; } }
@media (min-width:1600px) { .world-copy { top: 28%; } h1 { font-size: 92px; } .dock-project { height: 135px; } .art-credit { bottom: 215px; } .world-stepper { bottom: 255px; } .library-art { height: 200px; } .team img, .initial-portrait { height: 320px; } }
@media (max-width:1100px) { .topbar { gap: 25px; padding-inline: 20px; } .studio-location { display: none; } h1 { font-size: 55px; } .world-copy { top: 22%; max-width: 65%; } .world-description { font-size: 14px; } .scene-marker { display: none; } .dock-project { height: 95px; } .dock-label strong { font-size: 9px; } .dock-label small { font-size: 6px; } .world-stepper { bottom: 200px; } .art-credit { bottom: 167px; } .library-art { height: 125px; } .team img, .initial-portrait { height: 200px; } .contact-view h2 { font-size: 45px; } }
@media (max-width:700px) {
  .app { grid-template: 60px minmax(0,1fr) 62px / minmax(0,1fr); }
  .topbar { padding: 0 17px; gap: 15px; }
  .brand { font-size: 11px; gap: 8px; } .brand-mark { font-size: 31px; } .brand small { font-size: 6px; }
  .breadcrumb, .statusbar, #fullscreen { display: none; }
  .top-actions { gap: 7px; } .icon-button { width: 33px; height: 33px; }
  .rail { grid-row: 3; flex-direction: row; padding: 0 13px; justify-content: center; border-right: 0; border-top: 1px solid var(--line); background: #100c16; }
  .nav-main, .nav-bottom { flex-direction: row; gap: 8px; }
  .nav-button { width: 70px; height: 56px; border-radius: 0; border: 0; gap: 5px; font-size: 8px; }
  .nav-button.active { border-top: 2px solid var(--accent); } .nav-button svg { width: 19px; height: 19px; }
  .rail-line, .rail-monogram { display: none; }
  .workspace { grid-row: 2; grid-column: 1; }
  .world-topline { top: 18px; left: 20px; right: 20px; } .world-topline .eyebrow { font-size: 7px; } .world-number { display: none; }
  .world-art>img { object-position: 62% center; }
  .world-shade { background: linear-gradient(0deg,#0c0a12 0%,#0c0a1280 35%,#0c0a1220 85%),linear-gradient(90deg,#0c0a1290,transparent); }
  .world-copy { top: 18%; left: 22px; right: 20px; max-width: none; }
  h1 { font-size: 44px; margin: 18px 0 14px; max-width: 480px; }
  .release-label { font-size: 7px; gap: 9px; } .release-label>span { padding-left: 9px; }
  .genre { font-size: 7px; margin-bottom: 14px; }
  .world-description { font-size: 13px; max-width: 270px; margin-bottom: 20px; }
  .world-actions { gap: 8px; } .primary-button, .secondary-button { font-size: 10px; padding: 11px 12px; gap: 9px; }
  .world-stepper { right: 20px; bottom: 163px; gap: 10px; } .world-stepper .icon-button { width: 29px; height: 29px; }
  .art-credit { left: 22px; right: auto; bottom: 171px; max-width: 170px; font-size: 6px; }
  .project-dock { bottom: 17px; left: 20px; right: 0; }
  .dock-heading { padding-right: 20px; margin-bottom: 10px; }
  .dock-heading .eyebrow { font-size: 8px; }
  .dock-projects { display: flex; gap: 10px; overflow-x: auto; padding: 3px 20px 7px 3px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .dock-project { width: 128px; height: 93px; flex: 0 0 128px; scroll-snap-align: start; }
  .dock-label strong { font-size: 10px; } .dock-label small { font-size: 7px; }
  .panel-view { padding: 25px 20px; }
  .view-heading { display: block; } .view-heading h2 { font-size: 30px; margin-bottom: 20px; }
  .search { margin-bottom: 15px; } .search input { width: 100%; }
  .filters { gap: 16px; } .filters button { font-size: 9px; } #library-count { display: none; }
  .library-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px 12px; }
  .library-art { height: 106px; } .library-project h3 { font-size: 12px; } .library-project p { font-size: 7px; line-height: 1.6; }
  .studio-tag { display: none; } .team { grid-template-columns: 1fr; gap: 20px; }
  .team img, .initial-portrait { height: 265px; } .studio-intro { font-size: 13px; }
  .contact-view { justify-content: flex-start; padding-top: 50px; } .contact-view h2 { font-size: 36px; }
  .email-link { font-size: 19px; gap: 10px; } .contact-links { gap: 17px; flex-wrap: wrap; }
  .photo-top { left: 20px; right: 20px; top: 18px; } .photo-top .eyebrow { font-size: 8px; }
  .camera-reticle { inset: 24% 10% 30%; } .photo-bottom { left: 20px; right: 20px; bottom: 70px; gap: 12px; }
  .exposure { width: 85px; font-size: 8px; } .zoom-control { width: 96px; gap: 5px; } .zoom-control input { width: 55px; } .zoom-control svg { display: none; }
  .shutter { width: 59px; height: 59px; flex-shrink: 0; } .capture-status { left: 15px; right: 15px; bottom: 36px; text-align: center; font-size: 8px; }
  .photo-disclaimer { left: 20px; bottom: 18px; font-size: 6px; } .photo-thumbnail { width: 80px; height: 58px; right: 20px; top: 70px; }
  .dialog-content { padding: 22px; } .dialog-content h2 { font-size: 27px; } dialog>img { height: 175px; }
}
@media (max-width:370px) { .nav-button { width: 62px; } h1 { font-size: 36px; } .world-actions .secondary-button { padding-inline: 9px; } .world-actions { gap: 6px; } .world-actions button { font-size: 9px; } .filters { gap: 12px; } .email-link { font-size: 16px; } }
@media (max-height:760px) and (min-width:701px) { .world-copy { top: 16%; } h1 { font-size: 48px; margin-block: 14px; } .world-description { font-size: 13px; margin-bottom: 16px; } .genre { margin-bottom: 14px; } .dock-project { height: 87px; } .project-dock { bottom: 17px; } .art-credit { bottom: 152px; } .world-stepper { bottom: 181px; } }
@media (max-height:720px) and (max-width:700px) { .world-copy { top: 13%; } h1 { font-size: 35px; margin-block: 12px; } .world-description { font-size: 12px; line-height: 1.4; margin-bottom: 14px; } .genre { display: none; } .dock-project { height: 75px; } .art-credit { bottom: 152px; } .world-stepper { bottom: 143px; } }
@media (max-height:520px) { .world-copy { top: 45px; } h1 { font-size: 30px; margin: 10px 0; } .world-description, .genre { display: none; } .release-label { font-size: 7px; } .dock-project { height: 62px; } .dock-heading { margin-bottom: 6px; } .project-dock { bottom: 8px; } .world-stepper { bottom: 113px; } .art-credit { display: none; } .photo-bottom { bottom: 26px; } .capture-status, .photo-disclaimer { display: none; } .photo-top { top: 10px; } .contact-view { justify-content: flex-start; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } .camera-active.flash::after { display: none; } }
.motion-paused .world-art>img { transition: none; transform: scale(var(--zoom,1)); }

/* Ambient motion stays behind the existing application layout. */
.world-art { inset: -1%; width: 102%; height: 102%; animation: world-breathe 24s ease-in-out infinite alternate; transform-origin: 65% 45%; }
.logo-world .world-art { animation-name: studio-breathe; }
.world-shade { transition: opacity .6s; }
.atmosphere { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.atmosphere>span { position: absolute; top: -8%; left: var(--start); width: var(--size); height: calc(var(--size) * 2.5); background: #cad3a0; opacity: 0; clip-path: polygon(50% 0,100% 45%,40% 100%,0 60%); animation: forest-drift var(--duration) var(--delay) linear infinite; }
[data-world="blood-moon"] .atmosphere>span { background: #db7d68; animation-direction: reverse; height: var(--size); }
.logo-world .atmosphere { opacity: .25; }
.logo-world .atmosphere>span { background: #b5a0dd; clip-path: none; width: 1px; height: 15px; }
.live-dot { animation: status-breathe 3s ease-in-out infinite; }
.marker-cross { position: relative; animation: marker-breathe 4s ease-in-out infinite; }
.marker-cross::after { content: ''; position: absolute; inset: -6px; border: 1px solid #b7a4d738; animation: marker-expand 4s ease-out infinite; }
.scene-marker[role="button"] { cursor: pointer; padding: 8px; margin: -8px; border-radius: 4px; transition: background .2s, color .2s; }
.scene-marker[role="button"]:hover { background: #1b122f80; color: white; }
.scene-marker[role="button"]:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.reactive-tile { transform: perspective(700px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)); transition: transform .2s, border-color .3s, box-shadow .3s; }
.dock-project.active { animation: selection-breathe 4s ease-in-out infinite; }
.dock-project:hover { box-shadow: 0 0 18px #7464a132; }
.nav-button svg { transition: rotate .3s, scale .3s; }
.nav-button:hover svg { rotate: -9deg; scale: 1.12; }
.primary-button svg, .text-button svg, .email-link svg { transition: translate .25s; }
.primary-button:hover svg, .text-button:hover svg, .email-link:hover svg { translate: 3px -3px; }
.primary-button { transition: background .25s, box-shadow .25s; }
.primary-button:hover { box-shadow: 0 5px 22px #7464a155; }
.icon-button:active, .primary-button:active, .secondary-button:active { scale: .95; }
.icon-button { transition: background .2s, border-color .2s, scale .15s; }
#world-tour[aria-pressed="true"] { border-color: var(--brand); color: #dfd0ff; background: #7464a140; }
#world-tour[aria-pressed="true"] svg { animation: tour-orbit 8s linear infinite; }
.tour-progress { position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--accent); transform: scaleX(var(--progress,0)); transform-origin: left; opacity: 0; pointer-events: none; }
.touring .tour-progress { opacity: 1; }
.camera-active .world-art { animation-play-state: paused; }
.camera-active .atmosphere { opacity: .35; }
.camera-reticle { transition: border-color .3s; }
.camera-reticle>span { animation: focus-breathe 3s ease-in-out infinite; }
.focus-point { position: absolute; width: 46px; height: 46px; left: 50%; top: 50%; translate: -50% -50%; border: 1px solid #cbb4f4; opacity: 0; pointer-events: none; }
.focus-point::before, .focus-point::after { content: ''; position: absolute; background: #cbb4f4; }
.focus-point::before { width: 12px; height: 1px; left: 16px; top: 22px; }
.focus-point::after { width: 1px; height: 12px; left: 22px; top: 16px; }
.focus-point.focused { opacity: 1; }
.gallery-controls { display: flex; justify-content: center; align-items: center; gap: 20px; padding: 0 20px 20px; font: 10px monospace; color: var(--accent); }
.photo-thumbnail { transition: rotate .25s, box-shadow .25s; }
.photo-thumbnail:hover { rotate: -3deg; box-shadow: 0 8px 20px #0006; }
.effects-paused *, .effects-paused *::before, .effects-paused *::after,
.app-backgrounded *, .app-backgrounded *::before, .app-backgrounded *::after { animation-play-state: paused !important; }
.effects-paused .reactive-tile { transform: none; transition: none; }
.effects-paused .nav-button:hover svg, .effects-paused .photo-thumbnail:hover { rotate: none; scale: 1; }
.effects-paused .primary-button:hover svg, .effects-paused .text-button:hover svg, .effects-paused .email-link:hover svg { translate: none; }
@keyframes world-breathe { from { transform: scale(1) translate(0,0); } to { transform: scale(1.075) translate(-.7%, .4%); } }
@keyframes studio-breathe { from { transform: translateY(0); } to { transform: translateY(-1%); } }
@keyframes forest-drift { 0% { transform: translate(0,0) rotate(0); opacity: 0; } 12% { opacity: .45; } 80% { opacity: .28; } 100% { transform: translate(var(--drift),95dvh) rotate(240deg); opacity: 0; } }
@keyframes status-breathe { 50% { opacity: .4; box-shadow: 0 0 13px #a592dc88; } }
@keyframes marker-breathe { 50% { border-color: #ccb9efaa; background: #7464a124; } }
@keyframes marker-expand { 0% { scale: .9; opacity: .65; } 80%,100% { scale: 1.45; opacity: 0; } }
@keyframes selection-breathe { 50% { box-shadow: 0 0 0 3px #7464a142,0 0 16px #7464a140; } }
@keyframes tour-orbit { to { rotate: 360deg; } }
@keyframes focus-breathe { 50% { opacity: .4; } }
@media (max-width:700px) { .atmosphere>span:nth-child(n+13) { display: none; } .top-actions { gap: 6px; } .world-art { animation-duration: 30s; } }
@media (prefers-reduced-motion:reduce) { .reactive-tile { transform: none; } }

#cursor-effects { position: fixed; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 8; }
.rail-monogram { color: #a59ab5; }
.primary-button, .icon-button, .nav-button { translate: var(--magnet-x,0px) var(--magnet-y,0px); }
.reactive-tile { position: relative; }
.reactive-tile::before { content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none; border-radius: 4px; opacity: 0; background: linear-gradient(115deg,transparent 15%,#cab2ff1a 40%,#eee1ff38 49%,transparent 62%); background-size: 230% 100%; background-position: var(--shine-x,50%) 0; transition: opacity .25s; }
.reactive-tile:hover::before { opacity: 1; }
.world-telemetry { position: absolute; right: 35px; top: 80px; display: flex; gap: 12px; align-items: center; color: #c2b2da; pointer-events: none; }
.telemetry-label { font: 7px monospace; color: #c0b3cf; }
.telemetry-cross { font: 16px monospace; animation: tour-orbit 18s linear infinite; }
.telemetry-bars { height: 23px; display: flex; align-items: center; gap: 3px; }
.telemetry-bars i { display: block; width: 2px; height: var(--bar-height); background: #b59cd778; animation: field-signal 2s var(--bar-delay) ease-in-out infinite alternate; }
.camera-active .world-telemetry { display: none; }
.world-sweep { position: absolute; inset: 0; background: linear-gradient(110deg,transparent 30%,#b99bd915 49%,#ccacfd45 50%,transparent 53%); opacity: 0; pointer-events: none; }
@keyframes field-signal { from { scale: 1 .35; opacity: .45; } to { scale: 1 1; opacity: 1; } }
.effects-paused .primary-button, .effects-paused .icon-button, .effects-paused .nav-button { translate: none; }
@media (max-width:700px) { .world-telemetry { top: 16px; right: 20px; gap: 5px; } .telemetry-label,.telemetry-cross { display: none; } .telemetry-bars { height: 13px; gap: 2px; } .telemetry-bars i { width: 1px; max-height: 12px; } }
@media (max-width:370px) { .world-telemetry { display: none; } }
@media (prefers-reduced-motion:reduce) { .primary-button, .icon-button, .nav-button { translate: none; } }
/* Purpose-led studio: imagination in lavender, shared possibility in mint. */
:root { --possibility: #b9e3cf; }
.topbar { background: linear-gradient(110deg, #191420, #101917); }
.brand small { letter-spacing: .08em; }
.world-topline>.eyebrow:first-child { color: var(--possibility); letter-spacing: .16em; }
.live-dot { background: var(--possibility); }
.studio-view { background: radial-gradient(ellipse at 95% 0%, #b9e3cf10, transparent 45%), radial-gradient(ellipse at 0% 20%, #a592dc15, transparent 50%), #121017; }
.studio-view .view-heading { align-items: flex-start; }
.studio-view #studio-title { font-size: clamp(36px, 5vw, 68px); line-height: 1.06; letter-spacing: -.045em; }
.studio-view #studio-title em { font-family: Georgia, serif; font-weight: normal; color: var(--possibility); }
.studio-intro { max-width: 790px; line-height: 1.75; }
.purpose-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 20px; margin: 34px 0 48px; }
.purpose-card { position: relative; padding: clamp(22px, 3vw, 38px); border: 1px solid #a592dc40; border-radius: 12px; background: linear-gradient(135deg, #7464a125, #19151f); }
.purpose-card .eyebrow { color: #c8b6f1; letter-spacing: .1em; }
.purpose-card h3 { font-size: clamp(23px, 2.6vw, 35px); line-height: 1.2; font-weight: 500; letter-spacing: -.025em; margin: 23px 0 20px; }
.purpose-card p, .value-card p { font-size: 14px; line-height: 1.8; color: #c4bfce; }
.vision-card { background: linear-gradient(135deg, #b9e3cf12, #141c1a); border-color: #b9e3cf30; }
.vision-card .eyebrow { color: var(--possibility); }
.purpose-disciplines { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 27px; }
.purpose-disciplines span { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: #ded4f5; }
.section-heading { margin-bottom: 24px; }
.section-heading>.eyebrow { color: var(--possibility); letter-spacing: .09em; }
.section-heading h3 { font-size: clamp(23px, 2.7vw, 32px); font-weight: 500; letter-spacing: -.025em; margin: 10px 0; }
.values-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.value-card { padding: 24px 20px; border-top: 1px solid #b9e3cf60; background: #ffffff03; border-radius: 0 0 8px 8px; }
.value-card>svg { color: var(--possibility); width: 24px; height: 24px; }
.value-card h4 { font-size: 20px; font-weight: 500; margin: 22px 0 12px; }
.value-motto { display: block; color: #d1c0f3; font-size: 12px; line-height: 1.6; }
.value-card p { font-size: 13px; margin-bottom: 0; }
.team-heading { margin-top: 48px; }
.contact-view { background: radial-gradient(ellipse at 90% 25%, #b9e3cf17, transparent 55%), radial-gradient(ellipse at 10% 90%, #a592dc1c, transparent 55%), #121017; }
.contact-view>p { max-width: 520px; }
@media (max-width: 1000px) { .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 700px) {
  .purpose-grid { grid-template-columns: 1fr; gap: 16px; margin: 26px 0 36px; }
  .studio-view .view-heading { flex-direction: column; gap: 6px; }
  .value-card { padding: 20px 16px; }
  .world-topline>.eyebrow:first-child { letter-spacing: .08em; }
}
@media (max-width: 420px) { .values-grid { grid-template-columns: 1fr; } }
