.home{max-width:780px;margin:0 auto;padding:0 2rem}.home header{padding:2.5rem 0 0}.home nav{display:flex;justify-content:space-between;align-items:center}.home .logo{font-family:var(--font-serif);font-weight:600;font-size:1.15rem;color:var(--text);text-decoration:none;letter-spacing:-.03em}.home .logo:hover{color:var(--text)}.home .logo-dot{color:var(--accent)}.home .nav-links{display:flex;gap:1.5rem;align-items:center}.home .nav-links a{font-size:.88rem;color:var(--text-secondary);text-decoration:none;transition:color .2s}.home .nav-links a:hover{color:var(--text)}.home .intro{padding:5.5rem 0 4rem}.home .intro-label{display:inline-flex;align-items:center;gap:.6rem;font-size:.78rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:1.75rem}.home .label-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:softPulse 3s ease-in-out infinite}@keyframes softPulse{0%,to{opacity:1}50%{opacity:.4}}.home .intro h1{font-family:var(--font-serif);font-size:clamp(1.7rem,3.8vw,2.35rem);font-weight:400;line-height:1.4;letter-spacing:-.02em;font-variation-settings:"SOFT" 50,"WONK" 1}.home .amp{font-family:Cormorant Garamond,Georgia,serif;font-style:italic;font-weight:600;font-size:1.3em;color:var(--text);display:inline-block;transform:translateY(.02em)}.home .intro-name{font-weight:600;font-variation-settings:"SOFT" 80,"WONK" 1}.home .intro-footer{margin-top:2.25rem;display:flex;flex-direction:column;gap:1rem}.home .intro-footer p{color:var(--text-secondary);font-size:.95rem;max-width:440px}.home .lang-prompt{position:relative;display:inline-block;font-family:var(--font-serif);font-style:italic;font-size:.48em;font-weight:400;color:#2a2200;text-decoration:none;padding:.25em .7em .3em .6em;margin-left:.4em;transform:rotate(-2.5deg) translateY(-1px);transform-origin:left center;white-space:nowrap;font-variation-settings:"SOFT" 100,"WONK" 1;z-index:1;transition:transform .4s cubic-bezier(.34,1.56,.64,1),color .2s ease;vertical-align:middle;cursor:pointer}.home .lang-prompt:before{content:"";position:absolute;inset:-1px -3px -2px -4px;background:#ffe600eb;border-radius:2px 4px 3px 3px;z-index:-1;transform:rotate(.8deg);transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.home .lang-prompt:after{content:"";position:absolute;top:-1px;right:-3px;width:7px;height:7px;background:linear-gradient(135deg,rgba(220,200,0,.6) 0%,rgba(220,200,0,.3) 50%,var(--bg) 50%);border-radius:0 3px 0 2px;z-index:1;transition:opacity .3s ease}[data-theme=dark] .home .lang-prompt{color:#1a1600}[data-theme=dark] .home .lang-prompt:before{background:#ffe600e0}[data-theme=dark] .home .lang-prompt:after{background:linear-gradient(135deg,rgba(220,200,0,.5) 0%,rgba(220,200,0,.25) 50%,var(--bg) 50%)}.home .lang-prompt:hover{color:#2a2200;transform:rotate(-.5deg) translateY(-2px) scale(1.06)}[data-theme=dark] .home .lang-prompt:hover{color:#1a1600}.home .lang-prompt:hover:before{transform:rotate(-.3deg)}.home .cta{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:500;font-size:.92rem;color:var(--accent-text);transition:gap .25s ease,color .2s}.home .cta:hover{gap:.85rem;color:var(--accent-text-hover)}.home .cta-arrow{transition:transform .25s ease;font-size:1.1rem}.home .cta:hover .cta-arrow{transform:translate(2px)}.home section{padding:3.5rem 0;border-top:1px solid var(--border)}.home .section-head{display:flex;align-items:baseline;gap:1rem;margin-bottom:2.25rem}.home .section-num{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--accent);color:#1a1a00;font-family:var(--font-serif);font-size:.72rem;font-weight:600;font-style:italic;flex-shrink:0}[data-theme=dark] .home .section-num{background:var(--accent);color:#1a1a00}.home .section-head h2{font-family:var(--font-serif);font-size:1.5rem;font-weight:400;letter-spacing:-.02em;font-variation-settings:"SOFT" 50,"WONK" 1}.home .services-list{display:flex;flex-direction:column}.home .service{display:grid;grid-template-columns:2.5rem 1fr;gap:.25rem;padding:1.75rem 0;border-bottom:1px solid var(--border)}.home .service:first-child{border-top:1px solid var(--border)}.home .service:last-child{border-bottom:none}.home .service-num{display:inline-flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;border-radius:50%;background:var(--accent);color:#1a1a00;font-family:var(--font-serif);font-size:.62rem;font-weight:600;font-style:italic;flex-shrink:0;margin-top:.15rem}[data-theme=dark] .home .service-num{background:var(--accent);color:#1a1a00}.home .service-content h3{font-family:var(--font-serif);font-size:1.15rem;font-weight:500;letter-spacing:-.01em;margin-bottom:.45rem;font-variation-settings:"SOFT" 30,"WONK" 1;transition:color .2s}.home .service:hover .service-content h3{color:var(--accent-text)}.home .service-content p{font-size:.9rem;color:var(--text-secondary);line-height:1.65}.home .about-body{display:flex;flex-direction:column;gap:1.75rem}.home .about-intro{display:flex;align-items:flex-start;gap:1.75rem}.home .about-photo{width:100px;height:100px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid var(--border);filter:grayscale(1) contrast(1.6) sepia(.4) saturate(3) hue-rotate(10deg) brightness(.85);transition:filter .4s ease,border-color .3s ease}.home .about-photo:hover{filter:grayscale(1) contrast(1.8) sepia(.5) saturate(3.5) hue-rotate(10deg) brightness(.8);border-color:var(--accent)}.home .about-lead{font-family:var(--font-serif);font-size:1.35rem;font-weight:400;line-height:1.45;letter-spacing:-.015em;border:none;padding:0;padding-left:1.5rem;border-left:3px solid var(--accent);color:var(--text);font-variation-settings:"SOFT" 60,"WONK" 1}.home .about-cols{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem}.home .about-cols p{font-size:.92rem;color:var(--text-secondary);line-height:1.7}.home .stack-text{font-size:.92rem;color:var(--text-secondary);line-height:1.7;max-width:560px}.home footer{border-top:1px solid var(--border);margin-top:.5rem}.home .footer-cta-band{padding:3rem 0;display:flex;flex-direction:column;gap:.75rem}.home .footer-cta-text{font-family:var(--font-serif);font-size:1.15rem;font-weight:400;color:var(--text);font-variation-settings:"SOFT" 50,"WONK" 1}.home .cta-large{font-size:1rem}.home .footer-bottom{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:.75rem;padding:1.25rem 0;border-top:1px solid var(--border)}.home .footer-links{display:flex;gap:1.25rem}.home .footer-links a{font-size:.84rem;color:var(--text-tertiary);text-decoration:none;transition:color .2s}.home .footer-links a:hover{color:var(--text)}.home .copyright{font-size:.8rem;color:var(--text-tertiary)}@media(max-width:700px){.home{padding:0 1.25rem}.home .intro{padding:4rem 0 3rem}.home .intro h1{font-size:1.5rem}.home .intro h1 br{display:none}.home .service{grid-template-columns:2rem 1fr}.home .about-intro{flex-direction:column;align-items:flex-start;gap:1.25rem}.home .about-photo{width:80px;height:80px}.home .about-cols{grid-template-columns:1fr;gap:1rem}.home .intro-actions{flex-wrap:wrap}}@media(max-width:420px){.home .nav-links{gap:1rem}.home .nav-links a{font-size:.84rem}}
