:root{--bg:#f8f5ef;--panel:#fffcf7e6;--panel-strong:#fffdf8;--text:#274537;--muted:#5e6f63;--accent:#355a43;--accent-soft:#e8e0d2;--accent-line:#355a4324;--shadow:0 24px 70px #22372b1a;--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:radial-gradient(circle at 0 0,#fffc,#0000 28%),linear-gradient(#f6f1e9 0%,#f8f5ef 45%,#f2ece1 100%);margin:8px 0 0;font-family:Manrope,sans-serif}body:before,body:after{content:"";z-index:0;pointer-events:none;filter:saturate(.82)blur(.3px);background-image:url(/images/sakura-blossom.png);background-repeat:no-repeat;background-size:contain;position:fixed}body:before{opacity:.22;width:min(42vw,560px);height:min(42vw,560px);top:-60px;right:-110px;transform:rotate(-10deg)scaleX(-1)}body:after{opacity:.14;width:min(32vw,420px);height:min(32vw,420px);bottom:6%;left:-120px;transform:rotate(18deg)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}#app{min-height:100vh}.site-shell{z-index:1;max-width:1240px;margin:0 auto;padding:28px;position:relative}.petals{pointer-events:none;z-index:0;filter:blur(2px);opacity:.55;width:320px;height:320px;position:fixed;inset:auto}.petals:before,.petals:after{content:"";background:linear-gradient(135deg,#ffffffe6,#ecdccca6);border-radius:100% 0;position:absolute;box-shadow:0 16px 28px #6e524314}.petals-top{top:40px;right:0}.petals-top:before{width:120px;height:72px;top:24px;right:110px;transform:rotate(18deg)}.petals-top:after{width:82px;height:52px;top:100px;right:24px;transform:rotate(54deg)}.petals-bottom{bottom:32px;left:0}.petals-bottom:before{width:140px;height:86px;bottom:40px;left:36px;transform:rotate(196deg)}.petals-bottom:after{width:84px;height:48px;bottom:150px;left:156px;transform:rotate(214deg)}.topbar,.panel,.stats{z-index:1;position:relative}.topbar{justify-content:space-between;align-items:center;gap:24px;padding:14px 0 30px;display:flex}.brand,h1,h2,h3{font-family:Cormorant Garamond,serif}.brand{font-family:Great Vibes,cursive;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:400;line-height:1;display:inline-block}.eyebrow,.card-label,.helper-text,.stats span{letter-spacing:.18em;text-transform:uppercase;font-size:.75rem}.eyebrow,.card-label,.helper-text,.lead,.stats span,.service-card p,.audio-card p,.testimonial-card p,.contact-intro p,.about-copy p,.hero-card span{color:var(--muted)}.nav{flex-wrap:wrap;gap:18px;display:flex}.nav a{padding-bottom:4px;position:relative}.nav a:after{content:"";background:var(--accent);transform-origin:50%;width:100%;height:1px;transition:transform .18s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.nav a:hover:after{transform:scaleX(1)}.lang-switch{color:var(--muted);align-items:center;gap:8px;font-size:.92rem;display:inline-flex}.lang-switch-btn{color:inherit;cursor:pointer;letter-spacing:.08em;text-transform:uppercase;background:0 0;border:0;padding:0}.lang-switch-btn.is-active{color:var(--accent);text-underline-offset:4px;text-decoration:underline}.lang-switch-btn:hover{color:var(--accent)}.panel{background:var(--panel);border-radius:var(--radius);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #ffffffa6}.hero,.contact-section,.about-layout,.service-layout{gap:32px;display:grid}.hero{grid-template-columns:1fr;align-items:stretch;padding:68px;overflow:hidden}.hero:after{content:"";background:radial-gradient(circle,#e0d5c2a6,#e0d5c200);border-radius:50%;width:260px;height:260px;position:absolute;inset:auto -90px -90px auto}h1{margin:10px 0 18px;font-size:clamp(3.6rem,6vw,5.8rem);font-weight:600;line-height:.96}h2{margin:8px 0 0;font-size:clamp(2.2rem,4vw,3.4rem);font-weight:600;line-height:.95}h3{margin:10px 0 12px;font-size:2rem;font-weight:600}\.top-name{margin:0;font-size:clamp(1.9rem,3vw,2.7rem);line-height:1}.hero-name{color:var(--accent);text-shadow:0 10px 24px #355a431f;margin:6px 0 10px;font-family:Great Vibes,cursive;font-size:clamp(1.9rem,4vw,6.8rem);font-weight:400;line-height:.96}.hero-tagline{color:var(--text);margin:0 0 16px;font-family:Cormorant Garamond,serif;font-size:1.2rem}.lead{max-width:60ch;font-size:1.05rem;line-height:1.8}.hero-metrics{gap:10px;margin:10px 0 0;padding:0;list-style:none;display:grid}.hero-metrics li{color:var(--muted);padding-left:24px;position:relative}.hero-metrics li:before{content:"";background:radial-gradient(circle at 30% 30%, #fff, var(--accent-soft));border:1px solid #355a4340;border-radius:50%;width:10px;height:10px;position:absolute;top:.58em;left:0}.hero-stat-highlight{text-underline-offset:2px;color:var(--text);font-weight:700;text-decoration:underline}.hero-actions{flex-wrap:wrap;gap:14px;margin:24px 0 20px;display:flex}.button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:50px;padding:0 22px;transition:transform .18s,border-color .18s,background .18s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--accent);color:#fbf8f3}.button-secondary{border-color:var(--accent-line);background:0 0}.hero-card,.service-feature,.audio-card,.testimonial-card,.contact-form,.service-card{background:var(--panel-strong);border:1px solid var(--accent-line);border-radius:24px}.hero-card{align-self:start;padding:22px}.hero-main{background:0 0;grid-template-columns:minmax(280px,.88fr) minmax(0,1.12fr);align-items:center;gap:28px;display:grid}.hero-media{justify-self:start;width:min(100%,420px)}.hero-portrait-wrap{place-items:center;margin:0;display:grid}.hero-portrait-shape{aspect-ratio:1;background:var(--accent);border-radius:58% 42% 55% 45%/44% 56% 40% 60%;width:min(100%,358px);padding:12px;box-shadow:0 18px 34px #355a432e,inset 0 0 0 1px #ffffff57}.hero-portrait{object-fit:cover;object-position:center 26%;border:2px solid #ffffff73;border-radius:52% 48% 42% 58%/57% 43% 55% 45%;width:100%;height:100%;display:block}.hero-card strong,.stats strong{margin-bottom:6px;font-size:1rem;display:block}.stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:18px 0 0;display:grid}.stats>article{background:var(--accent);border:1px solid #e8e0d240;border-radius:22px;padding:24px 28px;position:relative;overflow:hidden}.stat-icon{opacity:.22;pointer-events:none;width:88px;height:64px;position:absolute;bottom:8px;right:10px}.stat-icon img{object-fit:contain;filter:brightness(0)invert();width:100%;height:100%;display:block}.stat-quote{z-index:1;color:#fff;margin:0;line-height:1.65;position:relative}.stat-name{z-index:1;color:#ffffffe0;letter-spacing:.06em;text-transform:uppercase;margin:14px 0 0;font-size:.72rem;font-weight:700;position:relative}.section{margin-top:28px;padding:52px}.section-heading{max-width:760px;margin-bottom:26px}.service-layout,.about-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-section{grid-template-columns:1fr}.service-list,.audio-grid,.testimonial-stack{gap:18px;display:grid}.service-list{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card,.audio-card,.testimonial-card{padding:24px}.audio-card{flex-direction:column;display:flex;position:relative}.audio-icon{width:28px;height:28px;color:var(--accent);background:#355a431a;border-radius:999px;place-items:center;font-size:.95rem;line-height:1;display:inline-grid;position:absolute;top:16px;right:18px}.service-feature{padding:28px}.service-feature ol{gap:12px;margin:18px 0 0;padding-left:20px;display:grid}.audio-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.audio-card audio{width:100%;margin-top:auto;padding-top:18px}.helper-text{margin-top:18px}.about-copy{gap:18px;display:grid}.testimonial-stack{align-content:start}.testimonial-card footer{letter-spacing:.08em;text-transform:uppercase;margin-top:14px;font-size:.72rem;font-weight:700}.contact-intro{text-align:center;justify-items:center;gap:16px;display:grid}.contact-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:100%;max-width:1080px;margin:0 auto;padding:28px;display:grid}.field-label{align-items:center;gap:6px;display:inline-flex}.required-star{color:var(--accent);font-size:.8rem;line-height:1}.contact-form label{gap:8px;font-size:.95rem;display:grid}.contact-form input,.contact-form select,.contact-form textarea{width:100%;color:var(--text);background:#fffcf8;border:1px solid #355a4326;border-radius:16px;padding:14px 16px}.contact-form .input-error{border-color:#a15252b3;box-shadow:0 0 0 1px #a1525233}.field-error{color:#8d4141;font-size:.82rem;line-height:1.35}.contact-form textarea{resize:vertical}.full-width{grid-column:1/-1}.form-feedback{border-radius:16px;margin:8px 0 0;padding:14px 16px}.is-success{background:#355a4314}.is-error{color:#8d4141;background:#a1525214}@media (width<=980px){.site-shell{padding:18px}.topbar,.hero,.hero-main,.service-layout,.about-layout,.contact-section{grid-template-columns:1fr}.hero,.section{padding:28px}.hero-media{justify-self:center;width:min(100%,360px)}.hero-portrait-shape{width:min(100%,300px)}.stats,.audio-grid,.service-list,.contact-form,.credibility-list{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start}body:before{opacity:.18;width:min(64vw,440px);height:min(64vw,440px);top:-40px;right:-150px}body:after{opacity:.1;width:min(50vw,280px);height:min(50vw,280px);bottom:10%;left:-90px}h1{font-size:3.4rem}}
