:root{--ink:#18222e;--muted:#546274;--blue:#2456ed;--line:#dce3ec;--soft:#edf2fa}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:#fff;color:var(--ink);font:16px/1.6 Inter,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.12}h1,h2{letter-spacing:-.055em}h1{font-size:clamp(3.5rem,6.7vw,6.8rem);font-weight:600}h2{font-size:clamp(2.2rem,3.7vw,3.8rem);font-weight:550}h3{font-size:1.25rem;font-weight:600;line-height:1.35}p{color:var(--muted)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}a,button,input,select{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #6f9aff;outline-offset:4px}header,main,footer{max-width:1480px;margin:auto}.header{padding:24px 4%;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:14px;font-size:17px;font-weight:650;line-height:1.3}.brand small{display:block;font-size:12px;font-weight:400;color:var(--muted);margin-top:5px}.brandmark{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--blue);border-radius:12px;color:white;font-size:18px;position:relative}.brandmark>span{position:absolute;right:4px;top:0;font-size:12px}nav{display:flex;gap:24px;font-size:14px}nav a:hover{color:var(--blue)}.languages{display:flex;align-items:center;gap:10px;font-size:14px}.languages [aria-current]{color:var(--blue);font-weight:700}.languages>span{color:#c2cad5}.hero{display:grid;grid-template-columns:1.05fr 1fr;gap:40px;padding:38px 4% 30px}.hero-copy{padding:35px 0 40px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:22px}.hero-copy>.eyebrow{color:var(--muted);border:1px solid var(--line);padding:7px 12px;border-radius:6px;letter-spacing:.06em;margin-bottom:38px}.hero-specialty{color:var(--blue);font-size:14px;font-weight:600;letter-spacing:.16em;margin-bottom:18px}.hero h1{margin-bottom:28px}.hero-copy>p{font-size:19px;max-width:430px;line-height:1.7}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:35px;border:0;border-radius:8px;padding:17px 24px;background:var(--blue);color:white;font-weight:600;line-height:1.4;cursor:pointer;transition:background .2s,transform .2s}.button:hover{background:#163fbe;transform:translateY(-1px)}.hero .button{margin-top:32px}.herophone{margin-top:20px;font-size:17px;font-weight:550}.hero-photo{position:relative;min-height:610px;border-radius:16px;overflow:hidden;background:#e8ecf2}.hero-photo>img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center 18%}.photo-caption{position:absolute;left:20px;right:20px;bottom:20px;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:22px;background:#fffffff2;border-radius:10px;backdrop-filter:blur(8px)}.photo-caption>span:first-child{font-size:19px;font-weight:600;line-height:1.3}.photo-caption>span:last-child{font-size:36px;font-weight:600;color:var(--blue);line-height:1}.photo-caption small{display:block;font-size:12px;color:var(--muted);font-weight:400;line-height:1.4;margin-top:6px;max-width:135px}.infobar{margin:0 4%;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0;display:flex;justify-content:space-between;gap:24px;font-size:14px;font-weight:500}.infobar a:hover{color:var(--blue)}.section{padding:95px 6%}.about{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:start}.about-image{width:100%;height:230px;object-fit:cover;margin-top:30px;border-radius:10px}.about-copy{padding-top:38px}.lead{font-size:23px;line-height:1.6;color:var(--ink)}.about-copy p+p{margin-top:24px}.signature{margin-top:32px;padding-top:25px;border-top:1px solid var(--line);font-size:20px;font-weight:600}.signature small{display:block;font-size:14px;color:var(--muted);font-weight:400;margin-top:4px}.symptoms{background:var(--soft);border-radius:16px;margin:0 4%;padding:65px 4%}.sectionhead{display:flex;justify-content:space-between;align-items:end;gap:60px}.sectionhead>p{max-width:335px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}.symptom{border-radius:10px;border:1px solid #dde5f0;background:white;padding:30px}.symptom>span{display:inline-flex;align-items:center;justify-content:center;background:#e9efff;color:var(--blue);border-radius:8px;width:46px;height:46px;font-size:15px;font-weight:650}.symptom h3{margin:28px 0 14px}.method{display:grid;grid-template-columns:1fr 1fr;gap:7%;align-items:center}.methodphoto{position:relative;height:550px;overflow:hidden;border-radius:12px;background:#edf0f3}.methodphoto img{width:100%;height:100%;object-fit:cover}.methodphoto>span{position:absolute;bottom:20px;left:20px;background:#fff;padding:10px 15px;border-radius:6px;font-size:14px;font-weight:600}.method h2{margin-bottom:26px}.note{background:#f0f4fa;padding:20px;border-left:3px solid var(--blue);font-size:14px;line-height:1.7;color:#495b70;margin-top:24px}.note a{display:block;margin-top:12px;text-decoration:underline;text-underline-offset:3px;color:#244ba9}.steps{background:linear-gradient(90deg,rgba(16,28,47,.96),rgba(16,28,47,.90) 55%,rgba(16,28,47,.73)),url('assets/detail.webp') center/cover;border-radius:16px;margin:0 4%;padding:65px 4%;color:white}.steps .eyebrow{color:#9eb8ff}.steps h2{max-width:850px}.stepgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:45px}.stepnum{font-size:38px;font-weight:400;color:#91b0ff;display:block;padding-bottom:18px;border-bottom:1px solid #ffffff40;margin-bottom:24px}.stepgrid h3{margin-bottom:15px}.stepgrid p{color:#d1daea;font-size:15px}.prices{display:grid;grid-template-columns:.8fr 1.2fr;column-gap:8%;align-items:start}.prices>.eyebrow{grid-column:1;grid-row:1}.prices>h2{grid-column:1;grid-row:2;max-width:360px}.pricelist{grid-column:2;grid-row:1/4}.price{display:flex;gap:20px;align-items:center;padding:27px 0;border-top:1px solid var(--line)}.price:first-child{border-top:3px solid var(--blue)}.price:last-child{border-bottom:1px solid var(--line)}.price>div{flex:1}.price h3{font-size:18px}.price p{font-size:14px;margin-top:9px}.price strong{font-size:27px;font-weight:600;white-space:nowrap;letter-spacing:-.035em}.price small{font-size:14px;font-weight:400;letter-spacing:0}.price>span{font-size:22px;color:var(--blue)}.price:hover h3{color:var(--blue)}.pricenote{grid-column:2;font-size:13px;margin-top:22px}.contact{background:#edf2fa;margin:0 4%;border-radius:16px;padding:65px 4%;display:grid;grid-template-columns:1fr 1fr;gap:8%}.contact-copy>p{margin-top:25px;max-width:370px}.bigphone{display:block;font-size:clamp(1.6rem,2.6vw,2.6rem);font-weight:600;letter-spacing:-.025em;margin-top:35px;white-space:nowrap}.contactlinks{display:flex;flex-direction:column;align-items:flex-start;gap:14px;margin-top:18px;font-size:15px;overflow-wrap:anywhere}.contactlinks a{border-bottom:1px solid #aab9d2;color:#2350cc}.address{border-top:1px solid #cbd5e5;margin-top:35px;padding-top:25px;line-height:2}.contact form{padding:34px;background:#fff;border:1px solid #d9e2ef;border-radius:12px;box-shadow:0 15px 40px #172d5608}form h3{font-size:27px;letter-spacing:-.025em}form>p{font-size:14px;margin-top:12px}form>label{display:block;font-size:14px;margin:20px 0 7px;font-weight:500}input:not([type=checkbox]),select{width:100%;padding:13px;border:1px solid #c4cfdf;border-radius:6px;background:#f9fbfe;color:var(--ink);min-height:50px}.consent{display:flex!important;gap:10px;align-items:flex-start;font-weight:400}.consent input{width:18px;height:18px;flex-shrink:0;accent-color:var(--blue);margin-top:3px}.consent span{font-size:13px;line-height:1.5}form .button{width:100%;margin-top:16px}button:disabled{opacity:.6;cursor:wait}.privacy{font-size:12px!important;line-height:1.6}.trap{position:absolute;left:-9999px}#form-status:empty{display:none}#email-fallback{display:inline-block;margin-top:10px;text-decoration:underline}#email-fallback[hidden]{display:none}.location{margin:35px 4% 65px;border:1px solid var(--line);border-radius:12px;overflow:hidden}.location-heading{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:30px 4%}.location .eyebrow{margin-bottom:10px}.location h2{font-size:clamp(1.6rem,2.4vw,2.4rem)}.location p{font-size:14px;margin-top:10px}.location .button{font-size:14px;flex-shrink:0}.location iframe{display:block;border:0;border-top:1px solid var(--line);width:100%;height:390px}footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px 4%;background:#142137;color:#c5d0e2;font-size:12px}footer .brand{color:white;font-size:16px}.mobilebook{display:none}@media(max-width:1100px){nav{gap:15px;font-size:13px}.hero{gap:25px}.hero-photo{min-height:560px}.photo-caption{padding:17px;left:15px;right:15px}.photo-caption>span:first-child{font-size:17px}.section{padding:70px 5%}.prices{grid-template-columns:.7fr 1.3fr;gap:20px 6%}.contact{gap:5%}.contact form{padding:25px}.stepgrid{gap:20px}}
@media(max-width:800px){nav{display:none}.header{padding:20px 5%}.hero{grid-template-columns:1fr;padding:25px 5%;gap:28px}.hero-copy{padding:12px 0 0}.hero-copy>.eyebrow{margin-bottom:25px}.hero h1{font-size:clamp(3.6rem,11vw,5.8rem);margin-bottom:20px}.hero-copy>p{font-size:18px}.hero-photo{min-height:0;aspect-ratio:4/5;max-height:650px}.hero-copy .button{margin-top:25px}.hero-specialty{font-size:13px}.infobar{margin:0 5%;flex-wrap:wrap;gap:12px;font-size:14px}.infobar>span{width:100%}.section{padding:55px 5%}.about,.method,.contact{grid-template-columns:1fr;gap:30px}.about-copy{padding:0}.about-image{height:240px}.lead{font-size:21px}.symptoms,.steps,.contact{margin:0 3%;padding:45px 5%}.sectionhead{display:block}.sectionhead>p{max-width:none;margin-top:20px}.cards{grid-template-columns:1fr;margin-top:28px}.symptom{padding:26px}.symptom h3{margin-top:20px}.methodphoto{height:380px}.method>div:last-child{padding-top:4px}.stepgrid{grid-template-columns:1fr 1fr;gap:30px 22px}.prices{display:block}.prices>h2{max-width:none}.pricelist{margin-top:30px}.pricenote{margin-top:20px}.price{gap:14px}.price h3{font-size:17px}.price strong{font-size:24px}.price>span{display:none}.contact form{padding:26px}.bigphone{font-size:clamp(1.6rem,6vw,2.4rem)}.location{margin:25px 3% 35px}.location-heading{display:block;padding:26px 5%}.location .button{margin-top:20px}.location iframe{height:330px}footer{flex-direction:column;align-items:flex-start;gap:14px;padding:30px 5% 100px}.mobilebook{display:flex;position:fixed;bottom:14px;left:5%;right:5%;z-index:10;box-shadow:0 7px 30px #142d6350}}@media(max-width:420px){.photo-caption{gap:12px}.photo-caption>span:first-child{font-size:15px}.photo-caption>span:last-child{font-size:29px}.photo-caption small{font-size:12px;max-width:110px}.stepgrid{grid-template-columns:1fr}.price{flex-wrap:wrap}.price>div{flex-basis:100%}.brand{font-size:15px}.brandmark{width:42px;height:42px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
