:root{--ivory:#FBF7F3;--blush:#F3DEDA;--rose:#D8A7A0;--plum:#5E4352;--plum-deep:#4A3441;--plum-soft:#6E5A66;--gold:#C6A575;--gold-soft:#E9DCC8;--white:#FFFFFF;--radius-lg:28px;--radius-md:18px;--shadow-soft:0 18px 50px -20px rgba(94,67,82,.22);--shadow-card:0 10px 34px -16px rgba(94,67,82,.18)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Mulish,system-ui,-apple-system,sans-serif;background:var(--ivory);color:var(--plum);line-height:1.65;font-size:16.5px;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Fraunces,Georgia,serif;font-weight:500;line-height:1.15;letter-spacing:-.01em}a{color:var(--plum);text-decoration:none}img,svg{display:block}.wrap{max-width:1120px;margin:0 auto;padding:0 24px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:16px}.btn{display:inline-block;background:var(--plum);color:var(--ivory);padding:15px 32px;border-radius:999px;font-weight:600;font-size:15.5px;border:1px solid var(--plum);cursor:pointer;font-family:Mulish,sans-serif;transition:background .25s ease,transform .25s ease,box-shadow .25s ease}.btn:hover{background:var(--plum-deep);transform:translateY(-1px);box-shadow:0 12px 26px -12px #5e435273}.btn:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:6px}nav.site-nav{position:sticky;top:0;z-index:50;background:#fbf7f3d9;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(94,67,82,.08)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:76px}.wordmark{font-family:Fraunces,Georgia,serif;font-size:22px;font-weight:600;letter-spacing:-.01em}.wordmark em{font-style:italic;color:var(--rose)}.nav-links{display:flex;align-items:center;gap:34px;list-style:none}.nav-links a{font-size:15px;font-weight:600;color:var(--plum-soft);transition:color .2s}.nav-links a:hover{color:var(--plum)}.nav-links a.btn{color:var(--ivory)}.nav-cta{padding:11px 24px;font-size:14.5px}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}.nav-toggle span{display:block;width:22px;height:2px;background:var(--plum);margin:5px 0;border-radius:2px}.hero{padding:84px 0 100px;position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.hero h1{font-size:clamp(40px,5.4vw,64px);margin-bottom:22px}.hero h1 em{font-style:italic;color:var(--rose)}.hero-sub{font-size:19px;color:var(--plum-soft);max-width:480px;margin-bottom:36px}.hero-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.link-quiet{font-weight:700;font-size:15.5px;border-bottom:1.5px solid var(--gold);padding-bottom:2px}.hero-vignette{position:relative;display:flex;justify-content:center}.arch{position:absolute;inset:auto 0 -60px 0;margin:0 auto;width:440px;height:520px;max-width:100%;background:linear-gradient(180deg,var(--blush) 0%,rgba(243,222,218,.25) 100%);border-radius:220px 220px 0 0;z-index:0}.phone{position:relative;z-index:1;width:360px;max-width:100%;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);border:1px solid rgba(94,67,82,.07);padding:22px 20px 24px}.phone-head{display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid rgba(94,67,82,.08);margin-bottom:18px}.avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--rose),var(--gold));display:flex;align-items:center;justify-content:center;color:var(--white);font-family:Fraunces,serif;font-size:16px;font-weight:600}.phone-head-name{font-weight:700;font-size:14.5px}.phone-head-status{font-size:12px;color:var(--plum-soft);display:flex;align-items:center;gap:6px}.dot{width:7px;height:7px;border-radius:50%;background:#8fb89b;display:inline-block}.chat{display:flex;flex-direction:column;gap:8px;height:410px}.msg{display:none;max-width:82%;padding:9px 13px;border-radius:16px;font-size:13px;line-height:1.45}.msg.show{display:block;animation:msg-in .45s ease both}.msg.in{align-self:flex-start;background:var(--blush);border-bottom-left-radius:6px}.msg.out{align-self:flex-end;background:var(--plum);color:var(--ivory);border-bottom-right-radius:6px}.msg time{display:block;font-size:9.5px;opacity:.55;margin-top:3px}@keyframes msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.typing{align-self:flex-end;background:var(--plum);border-radius:18px 18px 6px;padding:13px 16px;display:flex;gap:5px;flex-shrink:0}.typing i{width:6px;height:6px;border-radius:50%;background:var(--ivory);opacity:.5;animation:bounce 1.1s infinite}.typing i:nth-child(2){animation-delay:.18s}.typing i:nth-child(3){animation-delay:.36s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.phone-foot{margin-top:18px;text-align:center;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}.problem{background:var(--plum);color:var(--ivory);padding:88px 0}.problem h2{font-size:clamp(28px,3.4vw,40px);max-width:760px;margin-bottom:44px}.problem h2 em{font-style:italic;color:var(--rose)}.problem-points{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.problem-points p{font-size:15.5px;color:#fbf7f3d1;border-top:1px solid rgba(198,165,117,.45);padding-top:18px}section{padding:96px 0}.section-head{max-width:640px;margin-bottom:56px}.section-head h2{font-size:clamp(30px,3.6vw,42px);margin-bottom:14px}.section-head p{color:var(--plum-soft);font-size:17px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.step{background:var(--white);border-radius:var(--radius-md);padding:34px 30px;box-shadow:var(--shadow-card);border:1px solid rgba(94,67,82,.06)}.step-num{font-family:Fraunces,serif;font-size:40px;font-style:italic;color:var(--gold);line-height:1;margin-bottom:16px}.step h3{font-size:20px;margin-bottom:10px}.step p{font-size:15px;color:var(--plum-soft)}.services{background:var(--blush)}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.service{background:var(--white);border-radius:var(--radius-md);padding:32px 28px;border:1px solid rgba(94,67,82,.06);box-shadow:var(--shadow-card);transition:transform .25s ease,box-shadow .25s ease}.service:hover{transform:translateY(-4px);box-shadow:0 18px 44px -18px #5e435247}.service svg{width:30px;height:30px;stroke:var(--plum);margin-bottom:18px}.service h3{font-size:19px;margin-bottom:8px}.service p{font-size:14.5px;color:var(--plum-soft)}.tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;align-items:start}.tier{background:var(--white);border-radius:var(--radius-lg);padding:40px 34px;border:1px solid rgba(94,67,82,.08);box-shadow:var(--shadow-card);position:relative}.tier.featured{border:1.5px solid var(--gold);box-shadow:0 24px 60px -24px #5e43524d;padding-top:52px}.badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--gold);color:var(--white);font-size:11.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:7px 18px;border-radius:999px;white-space:nowrap}.tier h3{font-size:22px;margin-bottom:6px}.price{font-family:Fraunces,serif;font-size:40px;font-weight:500;margin:10px 0 4px}.price span{font-family:Mulish,sans-serif;font-size:15px;color:var(--plum-soft);font-weight:600}.tier ul{list-style:none;margin:24px 0 30px;display:flex;flex-direction:column;gap:12px}.tier li{font-size:15px;color:var(--plum-soft);padding-left:26px;position:relative}.tier li:before{content:"";position:absolute;left:0;top:7px;width:12px;height:7px;border-left:2px solid var(--gold);border-bottom:2px solid var(--gold);transform:rotate(-45deg)}.tier .btn{width:100%;text-align:center}.pricing-note{text-align:center;margin-top:36px;font-size:15px;color:var(--plum-soft)}.contact{background:var(--white)}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:start}.contact-aside h2{font-size:clamp(30px,3.4vw,40px);margin-bottom:16px}.contact-aside p{color:var(--plum-soft);margin-bottom:22px}.contact-aside .reassure{font-size:14px;border-left:2px solid var(--gold);padding-left:16px;color:var(--plum-soft)}form{display:flex;flex-direction:column;gap:18px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{font-size:13.5px;font-weight:700;display:block;margin-bottom:7px}input,select,textarea{width:100%;padding:13px 16px;border-radius:12px;border:1px solid rgba(94,67,82,.2);background:var(--ivory);font-family:Mulish,sans-serif;font-size:15px;color:var(--plum);transition:border-color .2s}input:hover,select:hover,textarea:hover{border-color:#5e435266}textarea{resize:vertical;min-height:96px}.consent{display:flex;gap:12px;align-items:flex-start;background:var(--ivory);border:1px solid rgba(94,67,82,.12);border-radius:12px;padding:16px 18px}.consent input{width:17px;height:17px;margin-top:3px;accent-color:var(--plum);flex:none}.consent label{font-size:13px;font-weight:500;color:var(--plum-soft);margin:0;line-height:1.55}.consent a{font-weight:700;border-bottom:1px solid var(--gold)}.form-status{display:none;background:var(--blush);border-radius:12px;padding:16px 18px;font-size:15px;font-weight:600}.form-status.show{display:block}footer.site-footer{background:var(--plum-deep);color:var(--ivory);padding:64px 0 40px}.foot-grid{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;margin-bottom:44px}.foot-brand .wordmark{color:var(--ivory);margin-bottom:12px}.foot-brand p{max-width:340px;font-size:14.5px;color:#fbf7f3b8}.foot-col{display:flex;flex-direction:column;gap:10px}.foot-col span{font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:6px}.foot-col a{color:#fbf7f3d9;font-size:14.5px;transition:color .2s}.foot-col a:hover{color:var(--rose)}.foot-legal{border-top:1px solid rgba(251,247,243,.14);padding-top:26px;font-size:13px;color:#fbf7f38c}.legal-nav-inner{max-width:760px;margin:0 auto;padding:0 24px;height:72px;display:flex;align-items:center;justify-content:space-between}.legal-nav-inner .wordmark{font-size:21px}.legal-back{font-size:14.5px;font-weight:600;color:var(--plum-soft)}.legal-main{max-width:760px;margin:0 auto;padding:72px 24px 96px}.legal-main h1{font-size:clamp(34px,5vw,46px);line-height:1.1;margin-bottom:10px}.legal-effective{font-size:14px;color:var(--plum-soft);font-weight:600;margin-bottom:40px}.legal-main h2{font-size:24px;margin:44px 0 14px}.legal-main p{margin-bottom:16px;color:var(--plum-soft);line-height:1.7}.legal-main strong{color:var(--plum)}.legal-main a{font-weight:700;border-bottom:1px solid var(--gold)}.legal-contact{background:var(--white);border:1px solid rgba(94,67,82,.1);border-radius:16px;padding:24px 28px;margin-top:12px}.legal-contact p{margin-bottom:4px}.legal-footer{background:var(--plum-deep);color:#fbf7f3b3;padding:32px 24px;text-align:center;font-size:13.5px}.legal-footer a{color:#fbf7f3e6;border-bottom:1px solid rgba(198,165,117,.6)}@media (max-width:920px){.hero-grid,.contact-grid{grid-template-columns:1fr;gap:52px}.hero-sub{max-width:100%}.steps,.problem-points,.tiers{grid-template-columns:1fr}.tier.featured{order:-1}.nav-links{display:none;position:absolute;top:76px;left:0;right:0;background:var(--ivory);flex-direction:column;align-items:flex-start;padding:24px;gap:20px;border-bottom:1px solid rgba(94,67,82,.1)}.nav-links.open{display:flex}.nav-toggle{display:block}.field-row{grid-template-columns:1fr}.hero{padding:56px 0 72px}section{padding:72px 0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}.msg.show{opacity:1;transform:none;animation:none}}
