@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&family=DM+Sans:wght@300;400;500;600&display=swap";:root{--sand:#f5f0e8;--terracotta:#c4663a;--deep-olive:#3d4a2a;--stone:#8b8272;--ink:#1a1810;--warm-white:#fffdf8;--gold:#c9a84c;--patina:#6b8f7b}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--sand);color:var(--ink);min-height:100vh;font-family:DM Sans,sans-serif;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:1000;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");position:fixed;inset:0}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative}.hero:after{content:"";background:linear-gradient(to bottom, transparent, var(--sand));pointer-events:none;height:200px;position:absolute;bottom:0;left:0;right:0}.compass{opacity:.6;width:80px;height:80px;margin-bottom:2rem;animation:20s linear infinite spin-slow}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tagline{letter-spacing:.25em;text-transform:uppercase;color:var(--terracotta);margin-bottom:1.5rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:500}h1{color:var(--ink);max-width:800px;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(3rem,8vw,6.5rem);font-weight:900;line-height:1}h1 em{color:var(--terracotta);font-style:italic;font-weight:400}.subtitle{color:var(--stone);max-width:600px;margin-bottom:3rem;font-size:clamp(1rem,2.5vw,1.35rem);font-weight:300;line-height:1.6}.cta-area{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.conversation-card{background:var(--warm-white);border:1px solid #1a18100f;border-radius:24px;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:560px;padding:2.5rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 40px #1a181014}.conv-badge{color:var(--terracotta);letter-spacing:.08em;text-transform:uppercase;background:#c4663a14;border-radius:100px;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:600;display:inline-flex}.conv-badge .dot{background:var(--terracotta);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse-dot}.conv-badge.live .dot{background:#4caf50}@keyframes pulse-dot{0%,to{opacity:.4}50%{opacity:1}}.conv-title{color:var(--ink);font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700}.conv-subtitle{color:var(--stone);text-align:center;font-size:.9rem;line-height:1.5}.orb-container{cursor:pointer;justify-content:center;align-items:center;width:200px;height:200px;display:flex;position:relative}.orb{background:radial-gradient(circle at 35% 35%,#e8ddd0,#c4b5a0 40%,#a89884 70%,#8b8272);border-radius:50%;width:140px;height:140px;transition:transform .4s,box-shadow .4s;position:relative}.orb:before{content:"";background:radial-gradient(circle,#c4663a14 0%,#0000 70%);border-radius:50%;transition:all .4s;position:absolute;inset:-12px}.orb-container:hover .orb{transform:scale(1.05);box-shadow:0 0 60px #c4663a26}.orb.listening{background:radial-gradient(circle at 35% 35%,#f0e6d8,#d4b896 40%,#c4a478 70%,#a88b6a);animation:2s ease-in-out infinite orb-breathe}.orb.speaking{background:radial-gradient(circle at 35% 35%,#f2ddd0,#d4a088 40%,#c4866a 70%,#a86e52);animation:.6s ease-in-out infinite orb-speak}@keyframes orb-breathe{0%,to{transform:scale(1);box-shadow:0 0 40px #c4663a1a}50%{transform:scale(1.06);box-shadow:0 0 60px #c4663a33}}@keyframes orb-speak{0%,to{transform:scale(1);box-shadow:0 0 40px #c4663a26}50%{transform:scale(1.1);box-shadow:0 0 80px #c4663a4d}}.orb-ring{border:1px solid #c4663a1a;border-radius:50%;transition:all .6s;position:absolute}.orb-ring-1{width:170px;height:170px}.orb-ring-2{opacity:.5;width:195px;height:195px}.orb.speaking~.orb-ring-1{border-color:#c4663a40;animation:1.2s ease-in-out infinite ring-pulse}.orb.speaking~.orb-ring-2{border-color:#c4663a26;animation:1.2s ease-in-out .3s infinite ring-pulse}.orb.listening~.orb-ring-1{border-color:#c4663a26;animation:2.5s ease-in-out infinite ring-pulse}@keyframes ring-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.orb-label{color:var(--stone);min-height:1.2em;margin-top:.25rem;font-size:.8rem}.conv-source{color:var(--stone);opacity:.6;font-size:.7rem}.transcript{width:100%;max-height:0;transition:max-height .4s;overflow:hidden}.transcript.show{max-height:120px;overflow-y:auto}.transcript-line{color:var(--ink);opacity:0;border-bottom:1px solid #1a18100d;padding:.4rem 0;font-size:.85rem;animation:.3s ease-out forwards fadeUp}.transcript-line.agent{color:var(--terracotta)}.transcript-line span{margin-right:.4rem;font-weight:600}.stop-button{color:var(--stone);cursor:pointer;background:0 0;border:1px solid #8b82724d;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-family:DM Sans,sans-serif;font-size:.8rem;transition:all .2s;display:none}.stop-button:hover{border-color:var(--terracotta);color:var(--terracotta)}.conversation-card.active .stop-button{display:inline-flex}.landmarks{flex-direction:column;gap:1rem;width:100%;max-width:560px;padding:0 2rem;display:flex}.landmark-card{background:var(--warm-white);border:1px solid #1a18100a;border-radius:16px;flex-direction:row;animation:.5s ease-out both slideUp;display:flex;overflow:hidden;box-shadow:0 2px 20px #1a18100f}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.landmark-card-image{object-fit:cover;flex-shrink:0;width:140px;min-height:140px}.landmark-card-placeholder{background:linear-gradient(135deg, var(--sand) 0%, #d4c5b0 100%);opacity:.5;flex-shrink:0;justify-content:center;align-items:center;width:140px;min-height:140px;font-size:2.5rem;display:flex}.landmark-card-body{flex-direction:column;gap:.4rem;min-width:0;padding:1.25rem;display:flex}.landmark-card-name{color:var(--ink);font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;line-height:1.2}.landmark-card-desc{color:var(--stone);font-size:.85rem;line-height:1.4}.landmark-card-meta{color:var(--terracotta);gap:.75rem;margin-top:auto;font-size:.75rem;display:flex}.features{flex-wrap:wrap;justify-content:center;gap:3rem;padding:4rem 2rem;display:flex}.feature{text-align:center;max-width:260px}.feature-icon{margin-bottom:.75rem;font-size:2rem}.feature h3{margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.1rem}.feature p{color:var(--stone);font-size:.85rem;line-height:1.5}.examples{max-width:800px;margin:0 auto;padding:4rem 2rem}.examples h2{text-align:center;margin-bottom:2rem;font-family:Playfair Display,serif;font-size:2rem}.example-list{flex-direction:column;gap:1rem;display:flex}.example{background:var(--warm-white);color:var(--ink);border-left:3px solid var(--terracotta);border-radius:12px;padding:1.25rem 1.5rem;font-size:.95rem;transition:transform .2s}.example:hover{transform:translate(4px)}.example q{font-style:italic}.example .source{color:var(--stone);margin-top:.5rem;font-size:.75rem;display:block}.tech{background:var(--ink);color:var(--warm-white);justify-content:center;align-items:center;gap:2rem;padding:3rem 2rem;display:flex}.tech span{letter-spacing:.1em;text-transform:uppercase;opacity:.5;font-size:.8rem}.tech a{color:var(--gold);font-size:.9rem;font-weight:600;text-decoration:none}.tech .sep{background:var(--stone);border-radius:50%;width:4px;height:4px}.music-player{z-index:999;background:var(--warm-white);cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #1a18100f;border-radius:100px;align-items:center;gap:.6rem;padding:.5rem 1rem;transition:all .3s;display:flex;position:fixed;bottom:20px;left:20px;box-shadow:0 2px 16px #1a18101a}.music-player:hover{transform:translateY(-1px);box-shadow:0 4px 24px #c4663a26}.music-bars{align-items:flex-end;gap:2px;height:16px;display:flex}.music-bars span{background:var(--terracotta);border-radius:2px;width:3px;height:4px;transition:height .2s;display:block}.music-bars.playing span{animation:.8s ease-in-out infinite bar-bounce}.music-bars.playing span:first-child{animation-delay:0s}.music-bars.playing span:nth-child(2){animation-delay:.15s}.music-bars.playing span:nth-child(3){animation-delay:.3s}.music-bars.playing span:nth-child(4){animation-delay:.45s}@keyframes bar-bounce{0%,to{height:4px}50%{height:16px}}.music-label{color:var(--ink);flex-direction:column;font-size:.7rem;font-weight:500;line-height:1.2;display:flex}.music-credit{color:var(--stone);font-size:.6rem;font-weight:400}footer{text-align:center;color:var(--stone);padding:3rem 2rem;font-size:.8rem}footer a{color:var(--terracotta);text-decoration:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero>*{animation:.8s ease-out both fadeUp}.hero .tagline{animation-delay:.1s}.hero h1{animation-delay:.2s}.hero .subtitle{animation-delay:.3s}.hero .cta-area{animation-delay:.4s}@media (width<=768px){.features{gap:2rem}.tech{flex-wrap:wrap;gap:1rem}}@media (width<=480px){.landmark-card{flex-direction:column}.landmark-card-image,.landmark-card-placeholder{width:100%;height:180px;min-height:auto}}
