@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--ink:#17364a;--muted:#536573;--yellow:#ffe66b;--paper:#fcfcf9;--blue:#e8f0f5;--line:#dce2e4;--serif:Georgia,'Times New Roman',serif;--sans:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:100%;object-fit:cover}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #d39500;outline-offset:5px}button{color:inherit}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:'Manrope',var(--sans);font-weight:600}h1,h2{letter-spacing:-.055em;line-height:1.06}h1 em,h2 em{font-family:var(--serif);font-weight:400;letter-spacing:-.06em}h2{font-size:clamp(2.5rem,4.6vw,4.3rem)}.wrap{width:min(1320px,calc(100% - 112px));margin-inline:auto}.demo-bar{background:var(--ink);color:#eef4f7;text-align:center;padding:9px 20px;font-size:12px;letter-spacing:.015em}.demo-bar span{color:var(--yellow);font-size:11px;font-weight:700;letter-spacing:.12em;margin-right:16px}.header{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:25px 56px;max-width:1600px;margin:auto}.brand{display:flex;align-items:center;gap:13px;font-size:30px;font-weight:700;line-height:1.05;letter-spacing:-1.5px;flex-shrink:0}.brand i{font-family:var(--serif);font-weight:400}.brand small{display:block;font-size:9px;letter-spacing:1.65px;font-weight:600;margin-top:9px}.brand-symbol{width:48px;height:48px;background:var(--ink);color:var(--yellow);display:grid;place-items:center;border-radius:50%;font-family:var(--serif);font-size:37px;line-height:1;font-weight:400;padding-bottom:5px}.header nav{display:flex;gap:30px;font-size:14px;font-weight:500}.header nav a{padding-block:8px;border-bottom:1px solid transparent}.header nav a:hover{border-color:var(--ink)}.button{border:1px solid var(--ink);background:var(--ink);color:white;border-radius:100px;padding:17px 25px;display:inline-flex;justify-content:center;align-items:center;gap:32px;font-weight:500;min-height:54px;transition:background .2s,transform .2s}.button:hover{background:#294f63;transform:translateY(-2px)}.button span{font-size:22px;line-height:1}.button.small{padding:12px 21px;font-size:14px;min-height:46px;gap:20px}.menu-toggle{display:none;border:0;background:transparent;width:46px;height:46px;padding:10px}.menu-toggle span{display:block;background:var(--ink);height:2px;margin:7px 0}.hero{display:grid;grid-template-columns:1.02fr 1fr;gap:35px;min-height:660px;padding-block:35px 56px;align-items:center}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:650;line-height:1.5}.hero .eyebrow{display:flex;align-items:center;gap:12px}.mini-line{width:25px;height:1px;background:var(--ink)}h1{font-size:clamp(4rem,6.8vw,6.7rem);margin-top:30px}.hero-description{margin-top:29px;font-size:17px;color:var(--muted);line-height:1.75}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:33px}.text-link{font-size:14px;font-weight:600;display:inline-flex;gap:16px;align-items:center;background:none;border:0;padding:8px 0;text-decoration:underline;text-underline-offset:5px}.text-link span{font-size:20px}.hero-note{display:flex;align-items:center;gap:14px;margin-top:44px;font-size:13px;line-height:1.5;color:var(--muted)}.heart{font-size:32px;color:var(--ink);line-height:1}.hero-visual{position:relative;height:590px;border-radius:160px 160px 12px 12px;background:var(--yellow);isolation:isolate}.hero-image{border-radius:inherit;object-position:center 42%}.vertical-label{position:absolute;right:19px;top:45%;writing-mode:vertical-rl;font-size:10px;font-weight:600;letter-spacing:.19em;background:var(--yellow);padding:10px 5px}.photo-badge{position:absolute;left:-28px;bottom:86px;display:flex;gap:16px;align-items:center;padding:18px 24px;background:var(--yellow);border-radius:8px;transform:rotate(-4deg);box-shadow:0 8px 28px #17364a13}.photo-badge>span{font-size:34px}.photo-badge p{font-size:14px;line-height:1.5}.photo-badge strong{font-weight:650}.corner-label{position:absolute;bottom:0;left:0;right:0;background:var(--ink);color:white;padding:16px 24px;border-radius:0 0 12px 12px;font-size:10px;letter-spacing:.18em;display:flex;justify-content:space-between}.care-strip{display:flex;justify-content:center;align-items:center;gap:40px;background:var(--yellow);padding:23px 24px;font-size:14px;font-weight:500}.care-strip b{font-size:20px;font-weight:400}.section{padding-block:105px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:48px;margin-bottom:44px}.section-heading h2{margin-top:18px}.section-heading>p{font-size:16px;color:var(--muted);max-width:370px}.section-heading small{display:block;font-size:12px;margin-top:14px;max-width:330px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{border:1px solid var(--line);border-radius:12px;padding:28px 30px;background:white;position:relative;display:flex;flex-direction:column}.service-top{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:10px;letter-spacing:.12em;font-weight:600;min-height:48px}.service-icon{font-size:38px;line-height:1;font-family:var(--serif)}.service-card h3{font-size:24px;letter-spacing:-.045em;margin-top:30px}.service-card>p{font-size:15px;color:var(--muted);margin-top:12px;min-height:72px}.service-card ul{list-style:none;padding:0;margin:23px 0 31px;font-size:14px;line-height:2.2}.service-card li::before{content:'✓';margin-right:9px}.service-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:21px;margin-top:auto;font-size:13px}.service-bottom strong{font-size:30px;letter-spacing:-.06em;margin-left:5px;font-weight:500}.service-bottom button{border:1px solid var(--ink);width:47px;height:47px;border-radius:50%;background:transparent;font-size:24px}.service-bottom button:hover{background:var(--ink);color:white}.featured{background:var(--ink);color:white;border-color:var(--ink)}.featured>p{color:#d2dfe5}.featured .service-bottom{border-color:#496374}.featured .service-bottom button{background:var(--yellow);border-color:var(--yellow);color:var(--ink)}.service-tag{position:absolute;top:-13px;left:50%;transform:translateX(-50%);white-space:nowrap;background:var(--yellow);color:var(--ink);padding:6px 15px;border-radius:20px;font-size:10px;font-weight:700;letter-spacing:.07em}.pricing-note{font-size:12px;color:var(--muted);text-align:center;margin-top:24px}.care-section{background:var(--blue);padding-block:90px}.care-layout{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:100px}.care-photo{height:650px;position:relative}.care-photo img{border-radius:10px 100px 10px 10px;object-position:center}.image-caption{position:absolute;left:22px;bottom:22px;background:var(--paper);padding:10px 15px;font-size:10px;letter-spacing:.12em}.care-copy h2{margin:20px 0 24px}.care-copy>p:not(.eyebrow){font-size:16px;color:var(--muted);max-width:440px}.care-point{display:flex;gap:22px;margin-top:28px}.care-point>span{font-size:12px;border:1px solid #a8bac7;border-radius:50%;height:31px;min-width:31px;display:grid;place-items:center;margin-top:4px}.care-point h3{font-size:17px;letter-spacing:-.025em}.care-point p{font-size:14px;line-height:1.65;color:var(--muted);margin-top:5px;max-width:370px}.gallery-grid{display:grid;grid-template-columns:1fr 1fr .9fr;gap:23px}.gallery-grid figure{margin:0;min-width:0}.gallery-grid img{height:360px;border-radius:10px;object-position:center 40%}.gallery-grid figcaption{display:flex;justify-content:space-between;padding-top:15px;font-size:14px}.gallery-grid figcaption b{font-size:20px;font-weight:400}.gallery-message{border-radius:10px;background:var(--yellow);padding:30px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.big-asterisk{font-size:62px;line-height:1;margin-bottom:27px}.gallery-message h3{font-size:28px;letter-spacing:-.045em;line-height:1.25}.gallery-message p{font-size:14px;margin:20px 0;line-height:1.75}.faq-section{border-top:1px solid var(--line);padding-block:78px 105px;display:grid;grid-template-columns:.85fr 1.15fr;gap:90px}.faq-section h2{margin-top:18px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{padding:23px 32px 23px 0;list-style:none;font-weight:550;font-size:16px;position:relative;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:'+';position:absolute;right:0;font-size:24px;top:18px;font-weight:400}.faq-list details[open] summary::after{content:'−'}.faq-list details p{padding:0 25px 24px 0;color:var(--muted);font-size:15px;line-height:1.8}.visit-section{background:var(--ink);color:white;padding-block:83px}.visit-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:90px;align-items:center}.visit-layout .eyebrow{color:var(--yellow)}.visit-layout h2{margin:24px 0 35px;font-size:clamp(2.8rem,4.8vw,4.7rem)}.visit-layout h2 em{color:var(--yellow)}.button.yellow{background:var(--yellow);border-color:var(--yellow);color:var(--ink)}.button.yellow:hover{background:#fff1a5}.visit-card{border-left:1px solid #4a6575;padding-left:60px}.visit-card .brand-symbol{background:var(--yellow);color:var(--ink);margin-bottom:22px}.visit-card h3{font-size:24px;letter-spacing:-.04em;line-height:1.35}.visit-card>p{font-size:15px;margin-top:14px;color:#d3dfe5}.visit-divider{width:35px;height:1px;background:#718893;margin-block:20px}.visit-card .visit-demo{font-size:13px;max-width:330px}.visit-card .text-link{margin-top:15px;color:var(--yellow);font-size:13px}.footer{display:flex;justify-content:space-between;align-items:center;gap:28px;padding-block:40px}.footer .brand{font-size:28px}.footer p{font-size:13px}.footer>span{font-size:11px;color:var(--muted)}.skip-link{position:fixed;top:-100px;left:20px;background:white;color:var(--ink);padding:15px;z-index:50}.skip-link:focus{top:15px}dialog{width:min(570px,calc(100% - 28px));max-height:90dvh;padding:40px;border:0;border-radius:18px;color:var(--ink);background:var(--paper);box-shadow:0 20px 100px #0005;overflow:auto}dialog::backdrop{background:#102b3ac9;backdrop-filter:blur(5px)}.close-dialog{position:absolute;right:14px;top:10px;background:transparent;border:0;font-size:30px;width:44px;height:44px}.dialog-intro{font-size:14px;color:var(--muted);margin:18px 0 22px}dialog h2{font-size:39px;margin-top:12px}form label{display:block;font-size:14px;font-weight:550;margin-bottom:7px}form input,form select{width:100%;min-width:0;min-height:48px;border:1px solid #b8c6ce;border-radius:7px;background:white;padding:10px 12px;color:var(--ink);font-size:16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:18px 0}.form-note{font-size:12px;color:var(--muted);margin-top:12px}.submit-button{width:100%;margin-top:23px}.success-mark{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:var(--yellow);font-size:32px;margin:10px 0 24px}#success-message{margin:20px 0}.success-note{padding:18px;background:var(--blue);border-radius:9px;font-size:14px;margin-bottom:22px}body.modal-open{overflow:hidden}[hidden]{display:none!important}
@media(min-width:1600px){.hero{gap:70px}.header{padding-inline:90px}}
@media(max-width:1150px){.wrap{width:calc(100% - 64px)}.header{padding-inline:32px;gap:20px}.header nav{gap:20px}.brand{font-size:27px}.header-book{display:none}.hero{gap:32px;min-height:590px}.hero-visual{height:535px}h1{font-size:clamp(3.7rem,7vw,6rem)}.hero-actions{flex-wrap:wrap;gap:10px 25px}.hero-note{margin-top:23px}.care-strip{gap:23px;font-size:12px}.service-card{padding:24px}.service-card h3{font-size:22px}.care-layout{gap:50px}.care-photo{height:600px}.gallery-grid{gap:17px}.gallery-grid img{height:320px}.gallery-message{padding:25px}.gallery-message h3{font-size:25px}.faq-section{gap:50px}.visit-layout{gap:50px}.visit-card{padding-left:40px}.footer{flex-wrap:wrap}.footer>span{width:100%;text-align:center}}
@media(max-width:760px){html{scroll-padding-top:85px}.wrap{width:calc(100% - 40px)}.demo-bar{font-size:11px;padding:8px 16px;line-height:1.5}.demo-bar span{font-size:10px;margin-right:8px}.header{padding:19px 20px;position:relative;gap:15px}.brand{font-size:27px}.brand-symbol{width:43px;height:43px;font-size:34px}.brand small{font-size:8px;letter-spacing:1.3px}.menu-toggle{display:block}.header nav{display:none;position:absolute;left:20px;right:20px;top:84px;background:var(--ink);color:white;border-radius:12px;padding:20px;z-index:10;box-shadow:0 12px 24px #17364a25;flex-direction:column;gap:5px}.header nav.open{display:flex}.header nav a{padding:12px}.hero{grid-template-columns:1fr;gap:36px;padding-block:20px 40px}.hero .eyebrow{font-size:10px;letter-spacing:.12em}.hero-copy{padding-top:5px}h1{font-size:clamp(3.6rem,12vw,5.5rem);margin-top:22px}.hero-description{font-size:16px;margin-top:23px;max-width:440px}.desktop-break{display:none}.hero-actions{margin-top:25px;gap:17px}.button{padding:15px 22px;gap:25px;font-size:15px}.hero-note{font-size:12px;margin-top:24px}.hero-note br{display:none}.heart{font-size:25px}.hero-visual{height:480px;border-radius:130px 130px 10px 10px;max-width:560px;width:100%;margin:auto}.photo-badge{left:-7px;bottom:69px;padding:14px 18px}.photo-badge p{font-size:13px}.vertical-label{font-size:9px}.care-strip{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:22px 20px;text-align:center;font-size:12px}.care-strip b{display:none}.section{padding-block:65px}.section-heading{display:block;margin-bottom:35px}.section-heading>p{margin-top:22px;max-width:450px}.section-heading small{font-size:12px;max-width:none}h2{font-size:clamp(2.7rem,9vw,3.8rem)}.service-grid{grid-template-columns:1fr;gap:28px}.service-card{padding:26px}.service-card h3{font-size:26px;margin-top:22px}.service-card>p{min-height:0;max-width:400px}.service-card ul{margin-block:20px}.service-card li{font-size:15px}.service-top{font-size:11px}.service-bottom{margin-top:6px}.pricing-note{font-size:12px;text-align:left}.care-section{padding-block:55px}.care-layout{grid-template-columns:1fr;gap:40px}.care-photo{height:420px}.care-copy h2 br:nth-of-type(2){display:none}.care-copy>p:not(.eyebrow){max-width:none}.care-point p{max-width:none}.gallery-grid{grid-template-columns:1fr 1fr;gap:24px 15px}.gallery-grid img{height:270px}.gallery-grid figcaption{font-size:12px;gap:10px}.gallery-message{grid-column:1/-1;padding:30px}.big-asterisk{font-size:48px;margin-bottom:20px}.gallery-message h3{font-size:30px}.gallery-message p{font-size:15px;max-width:440px}.faq-section{grid-template-columns:1fr;padding-block:50px 65px;gap:20px}.faq-section h2 br{display:none}.faq-list summary{font-size:15px}.visit-section{padding-block:55px}.visit-layout{grid-template-columns:1fr;gap:45px}.visit-layout h2{font-size:clamp(2.8rem,9vw,4rem)}.visit-card{border-left:0;border-top:1px solid #4a6575;padding:30px 0 0}.visit-card .visit-demo{max-width:450px}.footer{gap:24px;padding-block:30px;justify-content:center;text-align:center;flex-direction:column}.footer p{font-size:13px}.footer>span{font-size:11px}dialog{padding:35px 24px 26px}.form-grid{grid-template-columns:1fr;gap:18px}dialog h2{font-size:34px}}
@media(max-width:380px){.hero-visual{height:390px}.hero-actions{align-items:flex-start;flex-direction:column}.gallery-grid{grid-template-columns:1fr}.gallery-grid img{height:350px}.gallery-message{grid-column:auto}.hero .eyebrow{font-size:9px}.demo-bar span{display:block;margin:0}.hero-note{align-items:flex-start}.hero-note span:last-child{max-width:245px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
