:root{--ink:#18323a;--muted:#61757b;--primary:#168c86;--primary-dark:#0f706b;--mint:#e6f7f4;--cream:#fffaf1;--line:#dce8e7;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--cream);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:1.15rem}main{min-height:100vh;overflow:hidden}.hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;max-width:1180px;min-height:700px;margin:auto;padding:80px 24px 90px;display:grid}.eyebrow{color:var(--primary-dark);letter-spacing:.14em;text-transform:uppercase;margin:0 0 16px;font-size:.76rem;font-weight:800}h1,h2{letter-spacing:-.045em;margin:0;font-family:Georgia,Times New Roman,serif;font-weight:500;line-height:1.03}h1{max-width:650px;font-size:clamp(3.2rem,6vw,5.8rem)}h2{font-size:clamp(2.3rem,4vw,3.7rem)}.lead{max-width:580px;color:var(--muted);margin:26px 0 0;font-size:1.12rem;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.button{min-height:52px;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:0 24px;font-size:.92rem;font-weight:750;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--primary);color:#fff;box-shadow:0 12px 25px #168c8633}.button-primary:hover{background:var(--primary-dark)}.button-secondary{border-color:var(--line);background:#fff9}.visual{aspect-ratio:1;justify-self:end;place-items:center;width:min(100%,470px);display:grid;position:relative}.visual-ring{border:1px solid #b9ded9;border-radius:50%;position:absolute;inset:6%}.logo-large{z-index:2;object-fit:cover;border-radius:50%;width:340px;height:340px;display:block;box-shadow:0 30px 70px #6f571a2e}.shape{border-radius:50%;position:absolute}.shape-one{background:#f6c977;width:65px;height:65px;top:14%;right:6%}.shape-two{background:#f4a89e;width:34px;height:34px;bottom:16%;left:9%}.form-section{background:var(--white);padding:70px max(24px,50vw - 380px);scroll-margin-top:20px}.contact-form{border:1px solid var(--line);background:#fff;border-radius:26px;padding:34px;animation:.28s ease-out reveal-form;box-shadow:0 24px 60px #224b4814}@keyframes reveal-form{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.field-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}label{gap:8px;margin-bottom:17px;font-size:.82rem;font-weight:700;display:grid}input,textarea{border:1px solid var(--line);width:100%;color:var(--ink);font:inherit;background:#fbfdfc;border-radius:12px;outline:none;padding:14px 15px;transition:border-color .2s,box-shadow .2s}textarea{resize:vertical;min-height:130px}input:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #168c861f}.honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.submit{border:0;width:100%}.submit span{margin-left:auto}.form-status{min-height:20px;color:var(--primary-dark);text-align:center;margin:13px 0 0;font-size:.84rem}@media (max-width:820px){.hero{text-align:center;grid-template-columns:1fr;gap:25px;padding-top:45px}.visual{order:-1}.hero-copy{order:1}.lead{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.visual{justify-self:center;max-width:390px}.logo-large{width:270px;height:270px}}@media (max-width:540px){.hero{padding-bottom:65px}h1{font-size:3rem}.hero-actions .button{width:100%}.visual{max-width:320px}.logo-large{width:230px;height:230px}.form-section{padding-top:45px;padding-bottom:45px}.contact-form{padding:22px}.field-row{grid-template-columns:1fr;gap:0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important}}
