@import"https://fonts.googleapis.com/css2?family=Lora:wght@400;500&family=Manrope:wght@400;500;600&display=swap";:root{--mobile-gutter: clamp(24px, 4vw, 28px);--hero-eyebrow-size: clamp(15px, 2.05vw, 16px);--hero-title-size: clamp(40px, 5.4vw, 42px);--hero-copy-size: clamp(21px, 2.95vw, 23px);--hero-heading-copy-gap: clamp(40px, 7vw, 60px);--hero-copy-cta-gap: clamp(48px, 9vw, 76px);--hero-visual-gap: clamp(72px, 14vw, 120px);color:#2d3732;background:#f4f8f5;font-family:Manrope,sans-serif;line-height:1.6}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}.header{position:sticky;top:0;z-index:3;display:flex;justify-content:space-between;align-items:center;padding:20px max(24px,calc((100vw - 1180px)/2));background:#f4f8f5e5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{font-weight:600;color:#5f786b}.brand span{color:#2d3732;margin-left:8px}nav{display:flex;gap:28px;font-size:14px}.menu-toggle{display:none;width:44px;height:44px;padding:10px;border:0;background:transparent;cursor:pointer}.menu-toggle span{display:block;height:2px;margin:5px 0;border-radius:2px;background:#2d3732;transition:transform .2s,opacity .2s}main{max-width:1180px;margin:auto}.hero{min-height:680px;display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center;padding:100px 24px}h1,h2{font-family:Lora,serif;font-weight:400;line-height:1.1}h1{font-size:clamp(3rem,6vw,5.5rem);max-width:760px;margin:14px 0 24px}h2{font-size:clamp(2.2rem,4vw,4rem);margin:10px 0 20px}.lead,.copy{max-width:650px;font-size:19px;color:#66736c}.eyebrow{color:#5f786b;letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:600}.button{display:inline-block;border:0;border-radius:999px;padding:14px 24px;margin-top:18px;background:#5f786b;color:#fff;cursor:pointer;font:inherit}.hero img,.portrait-placeholder{width:100%;min-height:480px;object-fit:cover;border-radius:240px 240px 24px 24px;background:#d7e7de;display:grid;place-items:center;color:#5f786b}.section{padding:90px 24px}.booking{background:#eaf3ee;max-width:none;padding-left:max(24px,calc((100vw - 1180px)/2));padding-right:max(24px,calc((100vw - 1180px)/2))}.section-tinted{background:#edf4f0}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:36px}.content-card{padding:26px;border-radius:18px;background:#fcfefd;box-shadow:0 8px 28px #2b453712}.content-card h3,.process-list h3,.timeline h3{margin:8px 0;font-size:20px}.content-card p,.process-list p,.timeline p{margin:0;color:#66736c}.card-number{color:#789083;font-size:12px;font-weight:600;letter-spacing:.1em}.process-list{list-style:none;display:grid;gap:12px;max-width:850px;margin:36px 0 0;padding:0}.process-list li{display:grid;grid-template-columns:60px 1fr;gap:18px;padding:24px 0;border-top:1px solid #c7d8ce}.process-list li>span{color:#5f786b;font-family:Lora,serif;font-size:26px}.timeline{max-width:850px;margin-top:36px}.timeline article{display:grid;grid-template-columns:160px 1fr;gap:24px;padding:24px 0;border-top:1px solid #c7d8ce}.timeline time{color:#5f786b;font-weight:600}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:36px}.reviews-grid blockquote{display:flex;flex-direction:column;justify-content:space-between;min-height:280px;margin:0;padding:28px;border-radius:20px;background:#fff;box-shadow:0 8px 28px #2b453712}.reviews-grid blockquote>p{margin:0;font-family:Lora,serif;font-size:20px;line-height:1.45}.reviews-grid footer{display:grid;gap:2px;margin-top:28px;font-size:13px}.reviews-grid footer span{color:#66736c}.faq-list{max-width:850px;margin-top:36px;border-top:1px solid #c7d8ce}.faq-list details{border-bottom:1px solid #c7d8ce}.faq-list summary{padding:22px 4px;cursor:pointer;font-size:18px;font-weight:600}.faq-list details p{margin:-4px 0 24px;max-width:720px;color:#66736c}.calendar{margin:28px 0}.dates,.slots{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0}.dates button,.slots button{border:1px solid #c7d8ce;border-radius:12px;padding:11px 14px;background:#fcfefd;cursor:pointer;color:inherit}.dates button.active,.slots button.active{background:#5f786b;color:#fff}form{max-width:680px;display:grid;gap:12px}input,textarea{border:1px solid #c7d8ce;border-radius:10px;padding:14px;font:inherit;background:#fcfefd}textarea{min-height:120px}label{font-size:14px}.status{color:#5f786b;min-height:24px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:24px;background:#19251f94;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.success-modal{width:min(100%,480px);padding:42px 36px 36px;border-radius:24px;background:#fcfefd;box-shadow:0 24px 70px #152a1f4d;text-align:center}.success-modal h2{margin:18px 0 12px;font-size:clamp(2rem,7vw,2.8rem)}.success-modal p{margin:0 auto;max-width:370px;color:#66736c;font-size:17px}.success-modal .button{min-width:140px;margin-top:28px}.success-modal .button:focus-visible{outline:3px solid #9db9aa;outline-offset:3px}.success-icon{display:grid;place-items:center;width:64px;height:64px;margin:0 auto;border-radius:50%;background:#dcebe3;color:#4f7160;font-size:32px;font-weight:600}@media(max-width:900px){.cards-grid,.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:820px){.header{padding:clamp(12px,4vw,32px) var(--mobile-gutter) 12px}.brand,.brand span{font-size:clamp(23px,3.2vw,26px);font-weight:500}.menu-toggle{display:block}.menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header nav{position:absolute;top:100%;left:0;right:0;display:none;flex-direction:column;gap:0;padding:10px var(--mobile-gutter) 20px;background:#f4f8f5fa;border-top:1px solid #dce8e1;box-shadow:0 14px 28px #2b45371f}.header nav.open{display:flex}.header nav a{display:block;padding:12px 0;border-bottom:1px solid #e1ebe5;font-size:15px}.hero{min-height:0;grid-template-columns:minmax(0,1fr);gap:var(--hero-visual-gap);align-items:start;padding:clamp(48px,10vw,80px) var(--mobile-gutter) clamp(72px,12vw,100px)}.hero>div:first-child{min-width:0}.hero .eyebrow{margin:0;font-family:Manrope,sans-serif;font-size:var(--hero-eyebrow-size);font-weight:600;line-height:1.35;letter-spacing:.12em}.hero h1{max-width:640px;margin:clamp(24px,4.5vw,36px) 0 0;font-family:Lora,serif;font-size:var(--hero-title-size);font-weight:400;line-height:1.05;letter-spacing:-.025em;overflow-wrap:break-word;text-wrap:balance}.hero .lead{max-width:680px;margin:var(--hero-heading-copy-gap) 0 0;font-family:Manrope,sans-serif;font-size:var(--hero-copy-size);font-weight:400;line-height:1.45;text-wrap:pretty}.hero .button{display:inline-flex;min-height:clamp(72px,13vw,108px);align-items:center;justify-content:center;margin-top:var(--hero-copy-cta-gap);padding:16px clamp(32px,6vw,48px);font-size:clamp(20px,3.6vw,28px);line-height:1.15}.hero img,.portrait-placeholder{min-height:clamp(420px,105vw,760px);border-radius:min(32vw,240px) min(32vw,240px) 24px 24px}.section{padding-top:60px;padding-bottom:60px}.cards-grid,.reviews-grid{grid-template-columns:1fr}.timeline article{grid-template-columns:1fr;gap:4px}}@media(max-width:390px){.header{padding-top:10px;padding-bottom:10px}.hero{padding-top:clamp(40px,12vw,48px)}}
