:root{--bg: #fbfefe;--surface: rgba(255,255,255,.86);--white: #ffffff;--text: #1e1d2f;--muted: #5e6271;--accent: #65bfc0;--accent-dark: #399a9e;--accent-soft: #e8f8f8;--line: rgba(38, 54, 66, .09);--shadow: 0 22px 70px rgba(39, 87, 94, .12);--serif: Georgia, "Times New Roman", serif;--sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--sans);color:var(--text);background:radial-gradient(circle at 88% 12%,rgba(101,191,192,.18),transparent 30%),radial-gradient(circle at 10% 18%,rgba(101,191,192,.12),transparent 26%),linear-gradient(180deg,#fff,#fbfefe 55%,#f8fcfc)}a{color:inherit;text-decoration:none}p{color:var(--muted);line-height:1.72;margin:0}.site-header{position:sticky;top:0;z-index:20;width:min(1220px,100%);margin:0 auto;padding:24px clamp(20px,4vw,56px) 14px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:#ffffffc7;backdrop-filter:blur(18px)}.brand{display:grid;gap:3px;line-height:1.05}.brand strong{font-size:clamp(22px,3.4vw,36px);font-weight:520;letter-spacing:-.04em}.brand small{color:var(--accent-dark);font-size:clamp(12px,1.7vw,16px);font-weight:600}.desktop-nav{display:flex;align-items:center;gap:6px}.desktop-nav a{padding:10px 14px;border-radius:999px;font-size:14px;color:#3d4750;font-weight:650}.desktop-nav a:hover{background:var(--accent-soft);color:var(--accent-dark)}.menu-button{display:none;border:0;background:transparent;padding:8px;width:44px;height:44px}.menu-button span{display:block;width:30px;height:2px;background:var(--accent-dark);margin:7px auto;border-radius:99px}main{width:min(1220px,100%);margin:0 auto;overflow:hidden}.hero-section{position:relative;min-height:760px;display:grid;place-items:center;padding:clamp(34px,5vw,70px) 20px 104px;isolation:isolate;border-bottom-left-radius:42% 9%;border-bottom-right-radius:42% 9%;background:radial-gradient(ellipse at 55% 35%,rgba(255,255,255,.96) 0%,rgba(255,255,255,.92) 42%,rgba(255,255,255,.28) 64%,transparent 70%),linear-gradient(160deg,#fffffff7,#f7fdfde0 55%,#e2f7f7db);box-shadow:0 32px 90px #4b9da221}.hero-section:after{content:"";position:absolute;left:-8%;right:-8%;bottom:-28px;height:112px;background:#dff5f5;border-radius:50% 50% 0 0;z-index:-1}.hero-inner{max-width:690px;text-align:center;margin-inline:auto}.hero-logo{width:clamp(170px,24vw,285px);height:auto;margin-bottom:22px;filter:drop-shadow(0 18px 36px rgba(48,120,125,.1))}h1,h2,h3{margin:0}h1{font-family:var(--serif);font-size:clamp(38px,6.2vw,68px);line-height:.98;font-weight:500;letter-spacing:-.04em}.title-divider{display:flex;align-items:center;justify-content:center;gap:16px;margin:26px 0;color:var(--accent)}.title-divider:before,.title-divider:after{content:"";width:96px;max-width:22vw;height:1px;background:#1e1d2f47}.title-divider span{width:9px;height:9px;background:var(--accent);border-radius:50%}.hero-kicker{color:var(--accent-dark);font-size:clamp(17px,2.4vw,24px);font-weight:650;margin-bottom:16px}.hero-text{max-width:560px;margin:0 auto 30px;font-size:clamp(15px,2vw,18px);color:#363849}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:58px;padding:0 28px;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-dark));box-shadow:0 18px 34px #399a9e47;font-weight:800}.primary-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.primary-button--wide{width:100%;max-width:340px;margin-top:24px}.hero-plants{position:absolute;pointer-events:none;opacity:.74}.hero-plants--left{left:-10px;bottom:116px;width:210px;height:190px;background:radial-gradient(ellipse at 35% 80%,#d3ded1 0 20%,transparent 21%),radial-gradient(ellipse at 68% 58%,#a8bfad 0 16%,transparent 17%),radial-gradient(ellipse at 28% 48%,#879e87 0 12%,transparent 13%),radial-gradient(ellipse at 68% 28%,#bfccb7 0 13%,transparent 14%)}.hero-plants--right{right:-14px;bottom:104px;width:210px;height:250px;background:radial-gradient(ellipse at 50% 85%,#e5ddd2 0 29%,transparent 30%),linear-gradient(105deg,transparent 45%,#8aa072 46% 49%,transparent 50%),linear-gradient(75deg,transparent 45%,#5e8a5f 46% 49%,transparent 50%),linear-gradient(125deg,transparent 45%,#799b77 46% 49%,transparent 50%);border-radius:40%}.section{padding:clamp(46px,7vw,86px) clamp(20px,5vw,72px)}.section-heading{text-align:center;margin-bottom:36px}.section-heading h2,.about-content h2,.card-title h2,.legal-page h1{font-family:var(--serif);font-size:clamp(29px,4vw,42px);font-weight:500;letter-spacing:-.03em}.section-heading span,.small-line{display:block;width:46px;height:2px;border-radius:99px;background:var(--accent);margin:14px auto 0}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(18px,3vw,40px)}.service-card{min-height:280px;padding:34px 28px;border:1px solid var(--line);border-radius:22px;background:#ffffffe0;box-shadow:var(--shadow);text-align:center}.service-card h3{margin:18px 0 10px;font-size:20px;font-weight:560}.service-card p{font-size:15px;color:#454657}.service-icon{height:92px;margin:0 auto;background:var(--accent-dark);opacity:.94;mask-size:contain;mask-repeat:no-repeat;mask-position:center}.service-icon--massage{width:112px;mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 120 90' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42 32c-7 7-11 15-14 25-3 9-10 16-20 19M36 58h60c9 0 16 7 16 16v2H27' fill='none' stroke='black' stroke-width='5' stroke-linecap='round'/%3E%3Ccircle cx='61' cy='15' r='10' fill='none' stroke='black' stroke-width='5'/%3E%3Cpath d='M54 31c10 3 19 10 24 20' fill='none' stroke='black' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E")}.service-icon--back{width:96px;mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 90 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 7c-12 14-14 29-13 47l-5 36M62 7c12 14 14 29 13 47l5 36M45 15v76M35 35h20M35 50h20M35 65h20' fill='none' stroke='black' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E")}.service-icon--tape{width:96px;mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M65 15c20 6 31 27 25 47S63 93 43 87 12 60 18 40 45 9 65 15Z' fill='none' stroke='black' stroke-width='6'/%3E%3Cpath d='M64 15c-17 5-27 17-31 32-4 16 0 29 10 40M59 30c11 3 17 15 14 26S58 73 47 70 30 55 33 44s15-17 26-14Z' fill='none' stroke='black' stroke-width='6'/%3E%3C/svg%3E")}.about-card{margin:0 clamp(20px,5vw,72px) clamp(46px,7vw,86px);display:grid;grid-template-columns:1fr 1.15fr;overflow:hidden;border-radius:24px;border:1px solid var(--line);background:#ffffffe6;box-shadow:var(--shadow)}.about-image{min-height:360px;position:relative;overflow:hidden;background:linear-gradient(135deg,#f7fbfb,#e9f7f7)}.massage-illustration{position:absolute;inset:0}.patient-body{position:absolute;left:11%;bottom:16%;width:72%;height:22%;border-radius:999px 999px 40px 40px;background:linear-gradient(135deg,#f7d7c1,#e7b894);box-shadow:inset 0 -12px 20px #7c492d1f}.therapist-head{position:absolute;left:37%;top:18%;width:62px;height:72px;border-radius:50%;background:#efc7ad;box-shadow:-10px -13px #6c4935}.therapist-body{position:absolute;left:31%;top:37%;width:150px;height:148px;border-radius:60px 60px 22px 22px;background:#fff;transform:rotate(7deg);box-shadow:0 20px 44px #355c6221}.massage-hand{position:absolute;width:88px;height:18px;border-radius:999px;background:#efc7ad;top:56%;left:43%;transform:rotate(18deg)}.massage-hand--two{top:60%;left:52%;transform:rotate(-10deg)}.about-content{padding:clamp(28px,5vw,70px);display:flex;flex-direction:column;justify-content:center}.about-content .small-line{margin:14px 0 22px}.about-content p+p{margin-top:18px}.signature{text-align:center;display:block;font-family:Brush Script MT,Segoe Script,cursive;font-size:clamp(24px,3.4vw,34px);color:var(--accent-dark);margin-top:24px!important}.process-section{background:linear-gradient(180deg,transparent,rgba(232,248,248,.4),transparent)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(14px,3vw,34px)}.process-step{position:relative;text-align:center;padding:10px 12px}.step-number{position:absolute;left:18%;top:8px;z-index:2;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:var(--accent-dark);color:#fff;font-weight:800;font-size:13px}.step-icon{width:126px;height:126px;margin:10px auto 22px;display:grid;place-items:center;border-radius:50%;background:var(--accent-soft)}.step-icon svg{width:64px;height:64px;fill:none;stroke:var(--accent-dark);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.process-step h3{font-size:18px;font-weight:600;margin-bottom:8px}.process-step p{font-size:14px;line-height:1.52;color:#47495a}.info-grid{padding:0 clamp(20px,5vw,72px) clamp(54px,7vw,92px);display:grid;grid-template-columns:1fr 1fr;gap:34px}.info-card{padding:clamp(26px,4vw,46px);border:1px solid var(--line);border-radius:24px;background:#ffffffe6;box-shadow:var(--shadow)}.card-title{display:flex;align-items:center;gap:14px;margin-bottom:28px}.card-title svg{width:32px;height:32px;fill:none;stroke:var(--accent-dark);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.card-title h2{font-size:clamp(25px,3.5vw,32px)}.opening-list{display:grid;gap:13px}.opening-row{display:grid;grid-template-columns:1fr auto;gap:18px;font-size:16px}.opening-row span{color:#303345}.opening-row strong{font-weight:600;white-space:nowrap}.notice-pill{margin-top:28px;display:grid;place-items:center;min-height:50px;border-radius:999px;background:var(--accent-soft);color:var(--accent-dark);font-weight:650}.contact-list{list-style:none;margin:0;padding:0;display:grid;gap:18px}.contact-list li{display:grid;grid-template-columns:96px 1fr;gap:10px;align-items:baseline}.contact-list span{color:var(--accent-dark);font-weight:700;font-size:14px}.contact-list a,.contact-list strong{font-size:17px;font-weight:500;color:#303345;word-break:break-word}.site-footer{width:min(1220px,100%);margin:0 auto;padding:28px 20px 46px;text-align:center;color:#303345}.site-footer p{color:#303345;margin-bottom:14px}.site-footer nav{display:inline-flex;gap:18px;color:#303345;font-size:15px}.site-footer a:hover{color:var(--accent-dark)}.to-top{position:fixed;right:24px;bottom:24px;width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background:var(--accent-dark);color:#fff;font-size:25px;box-shadow:0 18px 40px #399a9e4d}.legal-page{width:min(900px,calc(100% - 36px));margin:40px auto 90px;padding:clamp(28px,5vw,56px);border:1px solid var(--line);border-radius:28px;background:#ffffffeb;box-shadow:var(--shadow)}.legal-page h1{margin-bottom:20px}.legal-page h2{margin:34px 0 12px;font-family:var(--serif);font-weight:500}.legal-page p{margin-bottom:12px}.legal-page a{color:var(--accent-dark);font-weight:700}.back-link{display:inline-flex;margin-bottom:24px;color:var(--accent-dark);font-weight:800}@media(max-width:900px){.desktop-nav{display:none}.menu-button{display:block}.site-header{padding-top:18px}.hero-section{min-height:690px;padding-top:26px}.service-grid,.process-grid,.info-grid,.about-card{grid-template-columns:1fr}.process-grid{gap:22px}.process-step{max-width:360px;margin:0 auto}}@media(max-width:560px){body{background:#fff}.site-header{padding-inline:16px}.brand strong{font-size:26px}.brand small{font-size:13px}.hero-section{min-height:650px;padding:18px 18px 84px;border-bottom-left-radius:55% 7%;border-bottom-right-radius:55% 7%}.hero-logo{width:190px;margin-bottom:18px}h1{font-size:40px}.hero-kicker{font-size:18px}.hero-text{font-size:15px}.primary-button{width:100%;max-width:300px;min-height:56px}.hero-plants--left{width:150px;height:140px;left:-54px;bottom:82px;opacity:.55}.hero-plants--right{width:150px;height:190px;right:-44px;bottom:80px;opacity:.6}.section{padding:48px 18px}.service-card{min-height:auto;padding:30px 22px}.about-card{margin:0 18px 46px}.about-image{min-height:270px}.about-content{padding:28px 22px}.process-grid{gap:8px}.info-grid{padding-inline:18px;gap:20px}.info-card{padding:26px 20px}.opening-row{font-size:15px}.contact-list li{grid-template-columns:1fr;gap:2px}.site-footer{padding-bottom:86px}.to-top{width:44px;height:44px;right:16px;bottom:16px}}.studio-note{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 18px 18px;color:var(--text);border-top:1px solid rgba(32,48,57,.08)}.studio-note svg{width:22px;height:22px;fill:none;stroke:var(--teal-dark);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
