@import"https://fonts.googleapis.com/css2?family=Fraunces:wght@300;400;500;600&display=swap";:root{--bg: #faf7f2;--text: #58504a;--shadow: #58504a55;--muted: #58504a;--brand: #a97155;--brand-600: #8f604a;--surface: #fff8f2;--ring: 0 0 0 3px rgba(169, 113, 85, .25);font-family:Fraunces,Georgia,Times New Roman,Times,serif;line-height:1.7;color:var(--text);background:var(--bg);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{margin:0;min-width:320px}a{color:var(--brand);text-decoration:none}a:hover{color:var(--brand-600)}img{max-width:100%;display:block}button{font-family:inherit}h1,h2,h3,.headline,section .section-head{font-family:var(--heading-font);font-weight:300}section .section-head{font-size:40px;line-height:1.05;color:var(--brand)}.container{max-width:1100px;margin:0 auto;padding:0 24px}.navbar{position:fixed;top:0;left:0;right:0;z-index:10;background:#faf7f2cc;-webkit-backdrop-filter:saturate(130%) blur(8px);backdrop-filter:saturate(130%) blur(8px);border-bottom:1px solid #efeae3;transition:transform .2s ease}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.nav-toggle{display:inline-flex;align-items:center;gap:6px;background:transparent;border:none;color:var(--muted);padding:8px 10px;border-radius:10px}.brand{display:inline-flex;align-items:baseline;gap:8px;font-weight:700;color:var(--text)}.brand-accent{color:var(--brand)}.nav-links{display:none;gap:20px}.nav-links a{color:var(--text);font-weight:500}.cta-btn{display:inline-flex;align-items:center;gap:8px;background:var(--brand);color:#fff;border:none;padding:10px 14px;border-radius:10px;cursor:pointer;transition:transform .05s ease,box-shadow .2s ease;box-shadow:0 6px 20px #a971552e}.cta-btn:hover{opacity:.85}.cta-btn:active{transform:translateY(2px)}.cta-btn:hover,.cta-button:hover,.cta-btn:focus,.cta-button:focus,.cta-btn:visited,.cta-button:visited{color:#fff}@media (min-width: 768px){.nav-links{display:flex}.nav-toggle{display:none}}.mobile-menu{position:absolute;left:0;right:0;top:64px;background:#faf7f2f2;z-index:20;padding:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease;max-height:0;overflow:hidden}.mobile-menu.open{opacity:1;visibility:visible;pointer-events:auto;max-height:400px;padding-top:12px;padding-bottom:16px}.mobile-menu a{color:var(--text);font-weight:600}.navbar--hidden{transform:translateY(-100%)}.hero{display:flex;flex-direction:column;gap:50px,padding: 80px 0 40px;background:linear-gradient(180deg,#f7f2ec,#faf7f2 60%)}.hero-content{display:grid;grid-template-columns:1fr;gap:32px;align-items:center;justify-items:center}.hero-photo-wrap{display:flex;justify-content:end;align-items:center;aspect-ratio:1}.hero-photo{width:220px;height:220px;object-fit:cover;border-radius:50%;display:block;box-shadow:0 18px 40px #0000002e;filter:blur(14px) saturate(.95);transform:scale(1.03);transition:filter 1s cubic-bezier(.2,.9,.2,1),transform 1s cubic-bezier(.2,.9,.2,1),box-shadow}.hero-photo.loaded{filter:blur(0) saturate(1);transform:scale(1);box-shadow:inset 0 24px 60px #00000073,inset 0 -10px 36px #00000047}.headline{font-size:40px;line-height:1.05;margin:0 0 12px;color:var(--brand)}.subhead{color:var(--muted);font-size:18px;margin:0 0 24px}.hero-card{padding:0;border:0;border-radius:0;box-shadow:none;background:transparent}@media (min-width: 920px){.hero-content{grid-template-columns:1fr 1.5fr;align-items:center;justify-items:center}.hero-photo{width:320px;height:320px}.headline{font-size:56px;line-height:1.02;color:var(--brand)}}@media (min-width: 768px) and (max-width: 919px){.hero-photo{width:260px;height:260px}}section{display:flex;flex-direction:column;padding:10dvh 0;min-height:50dvh}.hero{min-height:100dvh;justify-content:center;gap:5rem}section .section-head{font-size:40px;margin:0 0 12px;line-height:1.05}@media (min-width: 920px){section .section-head{font-size:56px}}section .section-sub{color:var(--muted);margin:0 0 24px}.grid{display:grid}@media (min-width: 768px){.grid-3{grid-template-columns:repeat(3,1fr);gap:3rem}}@media (min-width: 768px){.grid-2{grid-template-columns:repeat(2,1fr);gap:3rem}}.card{padding:0;border:0;border-radius:0;box-shadow:none;background:transparent}.card h3{margin:0 0 6px}.card p{margin:0;color:var(--muted)}.pricing{display:grid;gap:3rem}@media (min-width: 800px){.pricing{grid-template-columns:repeat(3,1fr)}}.price-card{display:flex;flex-direction:column;text-align:center;border-top:2px solid var(--brand);padding-top:10px;align-items:center}.price-card ul{text-align:left;color:var(--muted)}.price{font-size:32px;font-weight:800;margin:12px 0 16px}.feature{color:var(--muted);margin:6px 0}.contact-form{display:grid;gap:12px}.input,textarea.input{width:100%;padding:12px 14px;border:1px solid #e5e8ef;border-radius:10px;background:#fff}.input:focus{outline:none;box-shadow:var(--ring);border-color:var(--brand)}.helper{color:var(--muted);font-size:14px}.footer{padding:32px 0;color:var(--muted);border-top:1px solid #efeae3}
