:root{--lavender:#ede4f7;--lavender-deep:#c9b6e4;--purple:#9b84c4;--purple-ink:#5c4d7a;--mist:#f7f4fb;--white:#fefcff;--gray:#ece8f1;--ink:#3a3348;--muted:#6f6580;--blush:#f3e8f8;--shadow:0 18px 50px rgba(92, 77, 122, 0.12);--radius:1.75rem;--radius-sm:1rem;--font:"Nunito", "Segoe UI", sans-serif}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);font-weight:400;color:var(--ink);background:var(--mist);line-height:1.7;min-height:100vh;position:relative;overflow-x:hidden}body::before,body::after{content:"";position:fixed;z-index:-1;border-radius:50%;filter:blur(70px);pointer-events:none}body::before{width:420px;height:420px;background:rgba(201,182,228,.55);top:-80px;right:-60px}body::after{width:380px;height:380px;background:rgba(237,228,247,.9);bottom:10%;left:-120px}img{max-width:100%;height:auto;display:block}a{color:var(--purple-ink);text-decoration-thickness:1px;text-underline-offset:3px}a:hover{color:var(--purple)}h1,h2,h3,h4{font-weight:300;letter-spacing:-.02em;line-height:1.25;color:var(--purple-ink);margin:0 0 .75rem}h1{font-size:clamp(2.1rem,4.5vw,3.4rem)}h2{font-size:clamp(1.6rem,3vw,2.25rem)}h3{font-size:1.3rem}p{margin:0 0 1rem}[x-cloak]{display:none!important}.wrap{width:min(1120px,calc(100% - 2rem));margin-inline:auto}.site-header{position:sticky;top:0;z-index:40;background:rgba(254,252,255,.78);backdrop-filter:blur(16px);border-bottom:1px solid rgba(201,182,228,.35)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 0}.brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;color:var(--purple-ink);font-weight:500;letter-spacing:.02em}.brand-mark{width:34px;height:34px}.nav-toggle{display:none;border:0;background:var(--lavender);color:var(--purple-ink);border-radius:999px;padding:.45rem .9rem;font-family:inherit;font-size:.95rem;cursor:pointer}.nav-list{display:flex;flex-wrap:wrap;gap:.35rem 1.1rem;list-style:none;margin:0;padding:0}.nav-list a{text-decoration:none;font-weight:500;color:var(--muted)}.nav-list a:hover,.nav-list a[aria-current=page]{color:var(--purple-ink)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.7rem 1.35rem;background:linear-gradient(135deg,var(--lavender-deep),var(--purple));color:var(--white);text-decoration:none;border:0;font-family:inherit;font-size:1rem;font-weight:500;cursor:pointer;box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease}.btn:hover{transform:translateY(-1px);color:var(--white)}.btn-ghost{background:0 0;color:var(--purple-ink);box-shadow:none;border:1px solid var(--lavender-deep)}.btn-ghost:hover{color:var(--purple-ink);background:var(--lavender)}.hero-editorial{display:grid;grid-template-columns:1.05fr .95fr;gap:2.5rem;align-items:end;padding:2.5rem 0 3rem}.hero-photo{position:relative}.hero-photo img{width:100%;height:520px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.hero-caption{position:absolute;left:1.2rem;bottom:1.2rem;background:rgba(254,252,255,.88);padding:.55rem .9rem;border-radius:var(--radius-sm);font-size:.9rem;color:var(--muted)}.kicker{text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;font-weight:600;color:var(--purple);margin-bottom:.8rem}.lede{font-size:1.15rem;color:var(--muted)}.page-hero{padding:2.4rem 0 1.5rem}.page-hero img{width:100%;height:320px;object-fit:cover;border-radius:var(--radius);margin-top:1.25rem}.section{padding:2.4rem 0}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.card{background:var(--white);border-radius:var(--radius);padding:1.35rem;box-shadow:var(--shadow);border:1px solid rgba(201,182,228,.35)}.card img,.media-frame img{width:100%;height:190px;object-fit:cover;border-radius:1.2rem;margin-bottom:1rem}.vignette{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;background:linear-gradient(160deg,var(--white),var(--lavender));border-radius:calc(var(--radius) + .4rem);padding:1.5rem;box-shadow:var(--shadow)}.vignette img{width:100%;height:340px;object-fit:cover;border-radius:var(--radius)}.steps{display:grid;gap:1rem}.step{display:grid;grid-template-columns:3.2rem 1fr;gap:1rem;align-items:start}.step-num{width:3.2rem;height:3.2rem;border-radius:50%;background:var(--lavender);color:var(--purple-ink);display:grid;place-items:center;font-weight:300;font-size:1.2rem}.quote-block{background:var(--white);border-radius:var(--radius);padding:1.6rem 1.8rem;border-left:4px solid var(--lavender-deep);box-shadow:var(--shadow)}.quote-block p{font-size:1.12rem;font-weight:300}.cite{color:var(--muted);font-size:.95rem}.prose{max-width:72ch}.prose h2,.prose h3{margin-top:1.8rem}.prose ul,.prose ol{padding-left:1.2rem}.prose table{width:100%;border-collapse:collapse;background:var(--white);border-radius:var(--radius-sm);overflow:hidden;box-shadow:var(--shadow);margin:1.2rem 0}.prose th,.prose td{border-bottom:1px solid var(--gray);padding:.7rem .85rem;text-align:left;vertical-align:top}.prose th{background:var(--lavender);font-weight:600}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.portrait img{height:260px;object-fit:cover;border-radius:var(--radius)}.review-stack{display:grid;gap:1.2rem}.review{background:var(--white);border-radius:var(--radius);padding:1.4rem 1.5rem;box-shadow:var(--shadow)}.meta{color:var(--muted);font-size:.92rem}.form{display:grid;gap:1rem;background:var(--white);padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow)}label{display:grid;gap:.35rem;font-weight:500}input,select,textarea{font-family:inherit;font-size:1rem;border-radius:.85rem;border:1px solid var(--lavender-deep);background:var(--mist);padding:.7rem .85rem;color:var(--ink)}textarea{min-height:140px;resize:vertical}.field-error,.banner-error,.form-status.error{color:#8a3b5c;font-size:.92rem}.form-status.success{color:#3d6b58;background:#e7f4ee;padding:.8rem 1rem;border-radius:var(--radius-sm)}.form-status.error{background:#f8e8ef;padding:.8rem 1rem;border-radius:var(--radius-sm)}.contact-split{display:grid;grid-template-columns:1.2fr .8fr;gap:1.5rem}.address-card{background:linear-gradient(180deg,var(--white),var(--lavender));border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.site-footer{margin-top:3rem;padding:2.2rem 0 2.8rem;background:linear-gradient(180deg,transparent,var(--lavender))}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:1.5rem}.footer-nav{display:flex;flex-direction:column;gap:.35rem}.cookie-banner{position:fixed;z-index:50;left:1rem;right:1rem;bottom:1rem;max-width:720px;margin-inline:auto;background:var(--white);border:1px solid var(--lavender-deep);border-radius:var(--radius);padding:1.15rem 1.25rem;box-shadow:var(--shadow)}.cookie-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.85rem}.price-table{width:100%;border-collapse:collapse;background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.price-table th,.price-table td{padding:.9rem 1rem;border-bottom:1px solid var(--gray);text-align:left}.not-found{min-height:55vh;display:grid;place-items:center;text-align:center;padding:3rem 1rem}@media(max-width:860px){.hero-editorial,.vignette,.card-grid,.team-grid,.contact-split,.footer-grid{grid-template-columns:1fr}.hero-photo img,.vignette img,.page-hero img{height:280px}.nav-toggle{display:inline-flex}.nav{position:absolute;top:100%;left:0;right:0;background:var(--white);padding:.8rem 1rem 1.2rem;display:none;border-bottom:1px solid var(--lavender)}.nav.open{display:block}.nav-list{flex-direction:column}}