@import"https://fonts.googleapis.com/css2?family=Literata:opsz,wght@7..72,500;7..72,700&family=Manrope:wght@400;500;700&display=swap";:root{--bg-1: #f2ece4;--bg-2: #dbe7df;--ink: #1f2a24;--ink-soft: #44534c;--accent: #186a4e;--accent-2: #f4a261;--surface: rgba(255, 255, 255, .78);--border: rgba(24, 106, 78, .18);--shadow-subtle: 0 8px 24px rgba(31, 42, 36, .08)}*{box-sizing:border-box}body{margin:0;font-family:Manrope,sans-serif;color:var(--ink);background:linear-gradient(#f2ece4a6,#dbe7dfa6),url(/images/lisa-px.png) center/cover no-repeat fixed;min-height:100vh}#app{min-height:100vh}.page{width:min(1100px,92vw);margin:0 auto;padding:2rem 0 3rem}.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center;padding:clamp(2rem,4vw,3rem);border:1px solid var(--border);border-radius:28px;background:var(--surface);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--shadow-subtle);animation:rise-in .7s ease-out both;min-height:480px}.eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--accent);font-weight:700;font-size:.82rem}h1,h2,h3{font-family:Literata,serif;line-height:1.14;margin:0}h1{font-size:clamp(2rem,4.6vw,4rem);margin-top:.5rem}.subtitle{color:var(--ink-soft);line-height:1.7;max-width:60ch}.cta{display:inline-block;margin-top:1.2rem;margin-right:.75rem;padding:.85rem 1.25rem;border-radius:999px;background:var(--accent);color:#fff;font-weight:700;text-decoration:none;transition:transform .18s ease}.cta:hover{transform:translateY(-2px)}.cta--secondary{background:#ffffff8c;color:var(--accent);border:1px solid rgba(24,106,78,.28)}.hero__photo-wrap{width:100%;height:100%;min-height:420px;border-radius:24px;overflow:hidden;justify-self:end}.hero__photo{width:100%;height:100%;object-fit:cover;object-position:right;display:block}.section{margin-top:3.5rem;padding:2.5rem;border-radius:24px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-subtle);animation:rise-in .8s ease-out both}.section h2{font-size:clamp(1.4rem,3vw,2.1rem);margin-bottom:1rem}.service-grid{display:grid;grid-template-columns:minmax(0,500px);gap:2rem;justify-items:center}.card{display:flex;flex-direction:column;border-radius:20px;border:1px solid rgba(24,106,78,.15);background:#ffffffe6;overflow:hidden;box-shadow:var(--shadow-subtle);transition:transform .2s ease}.card--link{color:inherit;cursor:pointer;text-decoration:none}.card:hover{transform:translateY(-4px)}.card__image{width:100%;height:240px;object-fit:cover;display:block;object-position:bottom}.card__content{padding:1.8rem;flex:1;display:flex;flex-direction:column}.card h3{margin-top:0;margin-bottom:.8rem;font-size:1.25rem}.card p{color:var(--ink-soft);line-height:1.65;margin:0}.section--accent{position:relative;overflow:hidden}.section--accent:after{content:"";position:absolute;right:-50px;top:-60px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(24,106,78,.27),transparent 65%)}.links-box{position:relative;z-index:1}.text-link{color:var(--accent);font-weight:700;text-decoration:none;border-bottom:2px solid rgba(24,106,78,.35)}.footer{margin-top:2rem;text-align:center;color:var(--ink-soft)}.footer a{color:var(--accent);text-decoration:none}.footer span{margin:0 .4rem}@media (max-width: 900px){.hero{grid-template-columns:1fr}.hero__photo{height:min(420px,72vw)}.service-grid{grid-template-columns:1fr}}@keyframes rise-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
