@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400&family=Inter:wght@400;500;600&display=swap);*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:#fafafa;color:#1a1a1a;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem}main{width:100%;max-width:900px;display:flex;flex-direction:column;align-items:center;gap:2.5rem}header{text-align:center}h1{font-family:'Cormorant Garamond',Georgia,serif;font-size:3.5rem;font-weight:300;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem}.subtitle{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.125rem;font-style:italic;color:#666;font-weight:400;letter-spacing:.02em}.visualization{position:relative;width:100%;max-width:550px;aspect-ratio:1}.cycle-ring{width:100%;height:100%;position:absolute;top:0;left:0}.label-overlay{position:absolute;display:block;background:0 0;border:0;padding:0;margin:0;cursor:pointer;pointer-events:auto;z-index:4;outline:0;box-shadow:none;appearance:none;-webkit-appearance:none;-webkit-tap-highlight-color:transparent}.label-overlay:focus,.label-overlay:focus-visible{outline:0;box-shadow:none}.label-overlay:active{background:0 0}.label-overlay::-moz-focus-inner{border:0}.ring-bg{fill:none;stroke:#e5e5e5;stroke-width:20}.segment{fill:none;stroke:transparent;stroke-width:36;cursor:pointer;transition:stroke .15s}.segment:hover{stroke:rgba(0,0,0,0.05)}.segment.active{stroke:rgba(0,0,0,0.08)}.progress-arc{fill:none;stroke:#1a1a1a;stroke-width:20;stroke-linecap:round}.marker{fill:#1a1a1a;transition:transform 50ms linear}.label{font-family:'Cormorant Garamond',Georgia,serif;font-size:14px;font-weight:500;fill:#777;text-anchor:middle;text-transform:uppercase;letter-spacing:.1em;transition:fill .15s,font-weight .15s;user-select:none;cursor:pointer;pointer-events:auto;paint-order:stroke fill;stroke:#fafafa;stroke-width:4px;stroke-linejoin:round}.label:hover{fill:#444}.label.active{fill:#1a1a1a;font-weight:600}.video-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:58%;height:58%;border-radius:50%;overflow:hidden;background:0 0}.video-container.playing{box-shadow:0 4px 24px rgba(0,0,0,.15)}#cycle-video{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s}#cycle-video.playing{opacity:1}.intro-copy{position:absolute;top:52%;left:50%;transform:translate(-50%,-50%);width:min(360px,76%);padding:0 .75rem;text-align:center;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.5;color:#4b4b4b;opacity:1;transition:opacity .4s;pointer-events:none;z-index:3}.intro-text{pointer-events:none;opacity:0;transition:opacity 2.6s}.intro-copy.visible .intro-text{opacity:1}.intro-copy.visible .intro-text:nth-of-type(2){transition-delay:1.4s}.intro-copy.hidden{opacity:0}.intro-text--top{margin-bottom:1.5rem;transform:translateY(-40px)}.intro-text--bottom{margin-top:3.5rem}.center-controls{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;transition:opacity .2s;pointer-events:auto}.center-controls.hidden{opacity:0;pointer-events:none}button{font-family:Inter,sans-serif;background:0 0;border:1px solid #ccc;color:#1a1a1a;padding:.75rem 1.5rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:border-color .15s,background .15s;border-radius:2px;letter-spacing:.02em}button:hover{border-color:#1a1a1a}button:active{background:#f0f0f0}#play-pause{width:52px;height:52px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%}.play-icon{display:flex;align-items:center;justify-content:center}.play-icon svg{display:block;width:24px;height:24px}.replay-icon svg{display:block;width:30px;height:30px;transition:transform .2s}#play-pause:hover .replay-icon svg{transform:rotate(90deg)}.hint{font-family:'Cormorant Garamond',Georgia,serif;font-size:.9375rem;font-style:italic;color:#999;text-align:center}.subtitle-container{min-height:3rem;max-width:600px;margin:0 auto;padding:0 1rem;text-align:center}.subtitle-text{font-family:Inter,sans-serif;font-size:1rem;line-height:1.5;color:#333;margin:0;opacity:0;transition:opacity .3s}.subtitle-text.visible{opacity:1}.lang-selector{display:flex;justify-content:center;margin-top:.5rem}#lang-select{font-family:Inter,sans-serif;font-size:.875rem;padding:.4rem 2rem .4rem .75rem;border:1px solid #ddd;border-radius:4px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E") right .75rem center/10px no-repeat #fff;color:#333;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;transition:border-color .15s}#lang-select:hover{border-color:#999}#lang-select:focus{outline:0;border-color:#1a1a1a}footer{margin-top:1rem;padding-top:1.5rem;border-top:1px solid #eee;text-align:center;width:100%}.footer-text{font-size:.6875rem;color:rgba(0,0,0,.4)}.footer-text+.footer-text{margin-top:.35rem}.footer-text.copyright{color:rgba(0,0,0,.3);letter-spacing:.04em}.footer-text a{color:#555;text-decoration:none;transition:color .15s}.footer-text a:hover{color:#1a1a1a}@media (max-width:600px){h1{font-size:2rem}.subtitle{font-size:.875rem}.visualization{max-width:min(90vw,400px);margin-top:115px}.label{font-size:13px;letter-spacing:.08em}.intro-copy{position:absolute;top:-110px;left:50%;transform:translateX(-50%);width:92%;max-width:360px;font-size:.8rem;line-height:1.4;padding:0}.intro-text--top{margin-bottom:.5rem;transform:none}.intro-text--bottom{margin-top:0}.hint{font-size:.8125rem}.center-controls button{width:50px;height:50px}}@media (min-width:900px){.visualization{max-width:600px}h1{font-size:4rem}.label{font-size:15px}}@media (min-width:1200px){.visualization{max-width:650px}}.secret-door{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);z-index:1000;opacity:0;pointer-events:none;transition:opacity .4s,background .6s}.secret-door.visible{opacity:1;pointer-events:auto;background:rgba(0,0,0,.85)}.door-frame{position:relative;transform:scale(.8) translateY(50px);transition:transform .5s cubic-bezier(.34, 1.56, .64, 1)}.secret-door.visible .door-frame{transform:scale(1) translateY(0)}.door-panel{position:relative;width:180px;height:280px;background:linear-gradient(135deg,#d4c4a8 0,#c4b498 50%,#b4a488 100%);border:3px solid #8b7355;border-radius:4px 4px 0 0;cursor:pointer;box-shadow:inset 0 0 30px rgba(0,0,0,.1),0 10px 40px rgba(0,0,0,.4);transition:transform .1s,box-shadow .1s}.door-panel:hover{box-shadow:inset 0 0 30px rgba(0,0,0,.1),0 10px 50px rgba(0,0,0,.5)}.door-panel:active{transform:scale(.98)}.door-columns{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.column{position:absolute;top:40px;width:20px;height:calc(100% - 50px);background:linear-gradient(90deg,#e8dcc8 0,#f5efe5 30%,#e8dcc8 60%,#d4c8b4 100%);border-radius:2px}.column::after,.column::before{content:'';position:absolute;left:-3px;width:26px;height:12px;background:linear-gradient(180deg,#e8dcc8,#d4c8b4);border-radius:2px}.column::before{top:-8px}.column::after{bottom:-8px}.column.left{left:15px}.column.right{right:15px}.door-pediment{position:absolute;top:-30px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:100px solid transparent;border-right:100px solid transparent;border-bottom:35px solid #c4b498;filter:drop-shadow(0 -2px 4px rgba(0, 0, 0, .2))}.door-pediment::after{content:'';position:absolute;top:35px;left:-100px;width:200px;height:4px;background:#8b7355}.door-knocker{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:12px 24px;background:linear-gradient(145deg,#b8966c,#8b7355);border:2px solid #6b5344;border-radius:4px;color:#f5f0e8;font-family:'Cormorant Garamond',Georgia,serif;font-size:.9rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;box-shadow:0 2px 8px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.2)}.secret-door.kicking .door-panel{animation:.6s ease-out forwards doorKick}@keyframes doorKick{0%{transform:perspective(800px) rotateY(0)}20%{transform:perspective(800px) rotateY(-5deg)}40%{transform:perspective(800px) rotateY(-95deg)}100%{transform:perspective(800px) rotateY(-95deg) scale(.9);opacity:.3}}.secret-vault{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#1a1a2e 0,#16213e 50%,#0f0f23 100%);z-index:1001;opacity:0;pointer-events:none;transition:opacity .5s}.secret-vault.visible{opacity:1;pointer-events:auto}.vault-content{position:relative;display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem;transform:scale(.9);opacity:0;transition:transform .6s cubic-bezier(.34, 1.56, .64, 1) .2s,opacity .4s .2s}.secret-vault.visible .vault-content{transform:scale(1);opacity:1}.vault-close{position:absolute;top:-1rem;right:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:2rem;color:rgba(255,255,255,.5);cursor:pointer;transition:color .2s,transform .2s}.vault-close:hover{color:rgba(255,255,255,.9);transform:scale(1.1)}.vault-pedestal{display:flex;flex-direction:column;align-items:center}.statue{margin-bottom:1rem}.bust-svg{width:140px;height:140px;filter:drop-shadow(0 5px 15px rgba(0, 0, 0, .4))}.pedestal-base{display:flex;flex-direction:column;align-items:center;padding:1rem 2rem;background:linear-gradient(180deg,#3a3a4a,#2a2a3a,#1a1a2a);border:1px solid rgba(255,255,255,.1);border-radius:4px;box-shadow:0 5px 20px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.1)}.pedestal-text{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.25rem;font-weight:600;letter-spacing:.2em;color:#d4c4a8;text-transform:uppercase}.pedestal-dates{font-family:'Cormorant Garamond',Georgia,serif;font-size:.8rem;font-style:italic;color:rgba(212,196,168,.6);margin-top:.25rem}.vault-quote{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.1rem;font-style:italic;color:rgba(255,255,255,.7);text-align:center;line-height:1.6;max-width:400px}.vault-hint{font-family:Inter,sans-serif;font-size:.85rem;color:rgba(255,255,255,.4);text-align:center}.vault-hint em{color:#d4c4a8;font-style:italic}@media (max-width:600px){.door-panel{width:140px;height:220px}.door-pediment{border-left-width:80px;border-right-width:80px;border-bottom-width:28px}.door-pediment::after{top:28px;width:160px;left:-80px}.column{width:16px}.column.left{left:12px}.column.right{right:12px}.bust-svg{width:110px;height:110px}.vault-quote{font-size:1rem}}