:root{--bg:#f7f4ef;--surface:#fff;--ink:#1f2a2e;--muted:#5b6b73;--accent:#2f5d62;--accent-soft:#d9e8e9;--sand:#e8dfd2;--border:#e2dbd2;--radius:16px;--shadow:0 12px 40px #1f2a2e14;--font:"Segoe UI", system-ui, -apple-system, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--ink);background:linear-gradient(180deg, #fbf8f3 0%, var(--bg) 40%, #f3eee7 100%);margin:0;line-height:1.6}a{color:var(--accent);text-underline-offset:3px;text-decoration-thickness:1px}a:hover{color:#214449}img{max-width:100%;height:auto}.container{width:min(1100px,100% - 2rem);margin-inline:auto}.site-header{z-index:20;backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#fbf8f3e6;position:sticky;top:0}.header-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 0;display:flex}.logo{color:var(--ink);letter-spacing:.02em;font-weight:700;text-decoration:none}.logo span{color:var(--muted);font-size:.78rem;font-weight:500;display:block}.nav{flex-wrap:wrap;align-items:center;gap:.85rem 1.1rem;display:flex}.nav a{color:var(--ink);font-size:.95rem;text-decoration:none}.nav a:hover{color:var(--accent)}.nav .phone{background:var(--accent);border-radius:999px;padding:.45rem .85rem;text-decoration:none;color:#fff!important}.hero{gap:1.5rem;padding:3rem 0 2rem;display:grid}@media (width>=860px){.hero{grid-template-columns:1.3fr .9fr;align-items:center;padding:4rem 0 3rem}}.eyebrow{background:var(--accent-soft);color:var(--accent);border-radius:999px;margin-bottom:.8rem;padding:.25rem .7rem;font-size:.85rem;font-weight:600;display:inline-block}h1,h2,h3{margin:0 0 .75rem;line-height:1.2}h1{font-size:clamp(2rem,4vw,3rem)}h2{font-size:clamp(1.5rem,3vw,2rem)}p{color:var(--muted);margin:0 0 1rem}.lead{color:var(--ink);font-size:1.15rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.35rem}.grid-3{gap:1rem;display:grid}@media (width>=800px){.grid-3{grid-template-columns:repeat(3,1fr)}}.btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.4rem;padding:.75rem 1.2rem;font-weight:600;text-decoration:none;display:inline-flex}.btn:hover{color:#fff;background:#24494d}.btn-secondary{color:var(--accent);border:1px solid var(--accent);background:0 0}.btn-secondary:hover{background:var(--accent-soft);color:var(--accent)}.actions{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.section{padding:2.5rem 0}.trust{color:var(--muted);flex-wrap:wrap;gap:.5rem 1rem;margin:1rem 0 0;font-size:.92rem;display:flex}.quote{border-left:3px solid var(--accent);margin:0 0 1rem;padding-left:1rem}.quote p{color:var(--ink);margin-bottom:.35rem}.quote cite{color:var(--muted);font-size:.9rem;font-style:normal}form{gap:.75rem;display:grid}label{color:var(--ink);font-size:.9rem;font-weight:600}input,select,textarea{border:1px solid var(--border);width:100%;font:inherit;background:#fff;border-radius:10px;padding:.7rem .8rem}textarea{resize:vertical;min-height:110px}.form-note{color:var(--muted);margin:0;font-size:.85rem}.site-footer{border-top:1px solid var(--border);background:#ffffff73;margin-top:3rem;padding:2rem 0 2.5rem}.footer-grid{gap:1.25rem;display:grid}@media (width>=800px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr}}.footer-grid h3{margin-bottom:.5rem;font-size:1rem}.footer-grid ul{margin:0;padding:0;list-style:none}.footer-grid li{margin:.35rem 0}.footer-grid a{color:var(--muted);text-decoration:none}.footer-grid a:hover{color:var(--accent)}.prose ul{color:var(--muted)}.prose li{margin:.35rem 0}.hero-panel{color:#fff;border-radius:calc(var(--radius) + 4px);min-height:220px;box-shadow:var(--shadow);background:linear-gradient(160deg,#2f5d62 0%,#3f7a7f 55%,#cbb89a 140%);flex-direction:column;justify-content:flex-end;padding:1.6rem;display:flex}.hero-panel strong{font-size:1.2rem}.hero-panel p{color:#ffffffe6;margin:.4rem 0 0}.alert{background:var(--accent-soft);color:var(--accent);border-radius:10px;padding:.75rem 1rem}.hero-photo,.about-photo{background:var(--surface);border-radius:calc(var(--radius) + 4px);box-shadow:var(--shadow);border:1px solid var(--border);margin:0;overflow:hidden}.hero-photo img,.about-photo img,.content-photo img{object-fit:cover;width:100%;height:auto;display:block}.hero-photo img{aspect-ratio:3/4;object-position:center top;max-height:520px}.hero-photo figcaption,.about-photo figcaption{color:#fff;background:linear-gradient(160deg,#2f5d62 0%,#3f7a7f 100%);padding:.85rem 1.1rem 1.1rem}.hero-photo figcaption strong,.about-photo figcaption strong{font-size:1.05rem;display:block}.hero-photo figcaption span{color:#ffffffe6;margin-top:.25rem;font-size:.92rem;display:block}.about-layout{align-items:start;gap:1.75rem;display:grid}@media (width>=860px){.about-layout{grid-template-columns:1.2fr .8fr}.about-photo{position:sticky;top:5.5rem}}.about-photo img{aspect-ratio:3/4;object-position:center top;max-height:560px}.about-photo figcaption{font-size:.9rem}.content-photo{border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);background:var(--surface);margin:1.25rem 0 1.5rem;overflow:hidden}.content-photo img{aspect-ratio:16/10;object-fit:cover;width:100%;max-height:420px}.content-photo figcaption{color:var(--muted);padding:.65rem .9rem .85rem;font-size:.9rem}
