:root{--paper:#f5f1e9;--paper-light:#fffdf7;--ink:#34352c;--muted:#797b6d;--line:#e3ddcf;--orange:#bc593a;--orange-dark:#a2472d;--sage:#5e775a;--blue:#6d9ca1;--yellow:#e2b735;--pink:#d87669;--radius:1rem;color:var(--ink);background:var(--paper);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid var(--orange-dark);outline-offset:4px}h1,h2,p{margin:0}.site-shell{min-height:100vh}.site-header{z-index:10;width:min(1180px,100% - 2rem);margin:0 auto;padding:1.15rem 0;position:relative}.header-inner{justify-content:space-between;align-items:center;display:flex}.brand{letter-spacing:-.08em;align-items:center;gap:.6rem;font-size:1.55rem;font-weight:800;display:inline-flex}.brand-mark{background:var(--orange);width:3rem;height:3rem;color:var(--paper-light);border-radius:.7rem;place-items:center;font-size:1.5rem;display:grid;transform:rotate(-4deg)}.brand-dot{color:var(--orange-dark)}.menu-wrap{position:relative}.header-actions{align-items:center;gap:.45rem;display:flex}.menu-button,.language-button{background:var(--orange);width:3rem;height:3rem;color:var(--paper-light);box-shadow:.25rem .3rem 0 var(--orange-dark);border:0;border-radius:.7rem;place-items:center;padding:0;display:inline-grid}.menu-button:hover,.language-button:hover{background:var(--orange-dark)}.language-button{font-size:1.15rem}.menu-icon{gap:4px;display:grid}.menu-icon span{background:currentColor;border-radius:2px;width:1.15rem;height:2px;display:block}.menu-popover{border:1px solid var(--line);background:var(--paper-light);border-radius:.85rem;width:min(17rem,100vw - 2rem);padding:.5rem;position:absolute;top:calc(100% + .65rem);right:0;box-shadow:0 .9rem 2.5rem #493c251a}.menu-popover a{text-align:left;background:0 0;border-radius:.55rem;width:100%;padding:.75rem .8rem;font-size:.9rem;font-weight:700;display:block}.menu-popover a:hover{color:#36543b;background:#e9eedf}.menu-divider{background:var(--line);height:1px;margin:.45rem .5rem}.main{width:min(1180px,100% - 2rem);margin:0 auto}.about-section{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:1.1rem;min-height:auto;padding:3rem 0 .75rem;display:grid}.eyebrow{color:var(--orange-dark);letter-spacing:.13em;text-transform:uppercase;font-size:.74rem;font-weight:800;line-height:1.4}.hero-copy{gap:1.3rem;max-width:37rem;padding-right:1rem;display:grid}.hero-title,.contact-title{white-space:pre-line;letter-spacing:-.055em;font-family:Georgia,Times New Roman,serif;font-weight:500;line-height:.98}.hero-title{max-width:11ch;font-size:clamp(3.25rem,15vw,6.8rem)}.hero-description{max-width:32rem;color:var(--muted);font-size:1.1rem;line-height:1.65}.promise-list{gap:.65rem;margin:.3rem 0 0;padding:0;list-style:none;display:grid}.promise-list li{align-items:center;gap:.7rem;font-size:.95rem;font-weight:700;display:flex}.promise-list li:before{content:"♪";width:1.8rem;height:1.8rem;color:var(--sage);background:#e9eedf;border-radius:50%;place-items:center;font-size:1rem;display:grid}.scene-section{width:100vw;height:clamp(15rem,32vw,25rem);margin-left:calc(50% - 50vw);overflow:hidden}.scene-card{isolation:isolate;background:0 0;width:100%;height:100%;position:relative;overflow:hidden}.scene-canvas{z-index:1;pointer-events:none;position:absolute;inset:0}.scene-renderer,.scene-renderer canvas{display:block;width:100%!important;height:100%!important}.scene-loading{z-index:2;pointer-events:none;grid-template-rows:repeat(12,1fr);grid-template-columns:repeat(36,1fr);place-items:center;padding:0;display:grid;position:absolute;inset:0}.scene-loading span{aspect-ratio:1;background:var(--orange);border-radius:.32rem;width:22%;animation:1.1s ease-in-out infinite alternate loading-dot}.scene-loading span:nth-child(3n){width:30%;animation-delay:-.35s}.scene-loading span:nth-child(4n){width:14%;animation-delay:-.7s}@keyframes loading-dot{0%{opacity:.3;transform:scale(.75)}to{opacity:1;transform:scale(1.15)}}.piano-stripe{background:var(--orange);height:.35rem;margin-inline:calc(-50vw + 50%)}.app-section,.contact-section{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:1.1rem;padding:2.25rem 0;display:grid}.section-note{background:var(--orange);width:3rem;height:3rem;color:var(--paper-light);box-shadow:.25rem .3rem 0 var(--orange-dark);border-radius:.7rem;place-items:center;font-size:1.5rem;font-weight:900;display:grid;transform:rotate(-4deg)}.section-note svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.6px;width:1.55rem;height:1.55rem}.app-copy,.contact-copy{gap:1rem;max-width:42rem;padding-right:1rem;display:grid}.app-title{letter-spacing:-.05em;max-width:16ch;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.3rem,8vw,4.5rem);font-weight:500;line-height:1}.app-description{max-width:34rem;color:var(--muted);font-size:1.05rem;line-height:1.6}.app-status{color:var(--orange-dark);letter-spacing:.08em;text-transform:uppercase;font-size:.85rem;font-weight:800}.contact-title{max-width:14ch;font-size:clamp(2.6rem,11vw,5rem)}.contact-description{max-width:31rem;color:var(--muted);font-size:1.05rem;line-height:1.6}.email-link{background:var(--orange);width:fit-content;max-width:100%;color:var(--paper-light);box-shadow:.25rem .3rem 0 var(--orange-dark);border-radius:.7rem;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.2rem;font-size:clamp(.9rem,4vw,1.05rem);font-weight:800;display:inline-flex}.email-link:hover{background:var(--orange-dark)}.site-footer{border-top:1px solid var(--line);width:min(1180px,100% - 2rem);color:var(--muted);margin:0 auto;padding:1.3rem 0 2rem;font-size:.82rem}.cookie-toast{z-index:20;border:1px solid var(--line);background:var(--paper-light);width:min(28rem,100vw - 2rem);box-shadow:.3rem .4rem 0 var(--orange-dark);border-radius:.8rem;align-items:center;gap:1.25rem;padding:1rem;display:flex;position:fixed;bottom:1.25rem;right:1.25rem}.cookie-copy{gap:.35rem;display:grid}.cookie-copy strong{font-family:Georgia,Times New Roman,serif;font-size:1.05rem;font-weight:600}.cookie-copy p{color:var(--muted);font-size:.78rem;line-height:1.45}.cookie-actions{flex:none;gap:.4rem;display:grid}.cookie-actions button{border-radius:.55rem;min-width:5.5rem;padding:.55rem .7rem;font-size:.75rem;font-weight:800}.cookie-accept{background:var(--orange);color:var(--paper-light);border:0}.cookie-decline{border:1px solid var(--line);background:0 0}.cookie-accept:hover{background:var(--orange-dark)}.cookie-decline:hover{background:var(--paper)}@media (min-width:760px){.site-header,.main,.site-footer{width:min(1180px,100% - 5rem)}.contact-section{align-content:start}}@media (max-width:759px){.hero-copy{gap:.7rem}.hero-title{font-size:clamp(2.7rem,14vw,4.6rem)}.hero-description{font-size:1rem;line-height:1.45}.promise-list{gap:.4rem}.promise-list li{font-size:.85rem}.promise-list li:before{width:1.5rem;height:1.5rem}.about-section{gap:.8rem;padding:2.5rem 0 .5rem}.app-section,.contact-section{gap:.8rem;padding-block:2rem}.section-note{width:3rem;height:3rem}.hero-copy,.app-copy,.contact-copy{padding-right:.5rem}.cookie-toast{flex-direction:column;align-items:stretch;gap:.8rem;bottom:1rem;right:1rem}.cookie-actions{grid-template-columns:1fr 1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.scene-section{height:15rem}}
