:root{--color-teal-dark:#0d3d3a;--color-teal:#2aada0;--color-teal-mid:#3dbdb0;--color-teal-light:#7dd4cc;--color-gold:#c9a96e;--surface-page:#f7f5f1;--surface-white:#fff;--surface-warm:#f2eeea;--text-primary:#0d3d3a;--text-secondary:#4a7c78;--text-muted:#7a9e9b;--text-white:#fff;--text-white-muted:#ffffffb3;--grad-brand:linear-gradient(135deg, #1a6e68 0%, #2aada0 35%, #4ec4b0 65%, #c9a96e 100%);--grad-brand-h:linear-gradient(90deg, #1a6e68 0%, #2aada0 45%, #c9a96e 100%);--grad-hero-bg:linear-gradient(160deg, #0d3d3a 0%, #1a5f5a 42%, #0f4a46 100%);--line:#2aada024;--shadow:0 18px 50px #0d3d3a14;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--max:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--surface-page);color:var(--text-primary);margin:0;font-family:Nunito,system-ui,sans-serif;line-height:1.72;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:min(calc(100% - 2rem), var(--max));margin:0 auto}.site-header{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#f7f5f1f0;position:sticky;top:0}.nav-shell{justify-content:space-between;align-items:center;gap:1rem;min-height:74px;display:flex}.brand{background:var(--grad-brand-h);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;gap:.75rem;font-size:1.2rem;font-weight:700;display:inline-flex}.brand-logo{border-radius:14px}.nav{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:1.2rem;font-size:.95rem;display:flex}.nav a:hover{color:var(--color-teal)}.nav-cta-link{background:var(--color-teal);border-radius:999px;padding:.55rem 1rem;color:#fff!important}.hero{background:var(--grad-hero-bg);justify-content:center;align-items:center;min-height:calc(100vh - 74px);padding:5rem 0;display:flex;position:relative;overflow:hidden}.hero-ripple{border:1px solid #7dd4cc24;border-radius:50%;position:absolute}.ripple-one{width:340px;height:340px;top:50%;left:50%;transform:translate(-50%,-50%)}.ripple-two{width:620px;height:620px;top:50%;left:50%;transform:translate(-50%,-50%)}.ripple-three{width:900px;height:900px;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-content{z-index:2;text-align:center;max-width:860px;position:relative}.hero-logo-wrap{justify-content:center;margin-bottom:1.5rem;display:flex}.hero-logo{border-radius:24px;box-shadow:0 16px 40px #00000029}.hero-badge,.section-tag{letter-spacing:.14em;text-transform:uppercase;margin:0 0 1rem;font-size:.76rem;font-weight:700;display:inline-block}.hero-badge{color:var(--color-teal-light);background:#2aada01f;border:1px solid #7dd4cc3d;border-radius:999px;padding:.5rem .95rem}.section-tag{background:var(--grad-brand-h);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.on-dark{color:var(--text-white)}.on-dark-copy{color:var(--text-white-muted)!important}.on-dark.section-tag,.section-tag.on-dark{color:var(--color-teal-light);-webkit-text-fill-color:unset;background:0 0}h1,h2,h3,h4{letter-spacing:-.02em;font-family:Playfair Display,Georgia,serif;font-weight:400}.hero h1{color:#fff;margin:0 0 1rem;font-size:clamp(2.9rem,7vw,5.2rem);line-height:1.05}.hero h1 em{background:var(--grad-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.hero-sub{max-width:650px;color:var(--text-white-muted);margin:0 auto;font-size:1.08rem}.cta-row{flex-wrap:wrap;gap:.9rem;display:flex}.hero-actions{justify-content:center;margin-top:2rem}.btn{border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:.85rem 1.3rem;transition:transform .18s,opacity .18s,background .18s,border-color .18s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--grad-brand-h);color:#fff}.btn-secondary{color:var(--text-primary);background:#ffffffc7;border:1px solid #0d3d3a1f}.btn-on-dark{color:#ffffffdb;background:0 0;border:1px solid #ffffff38}.section{padding:5rem 0}.warm{background:var(--surface-warm)}.dark{background:#0b2f2d}.section-head{max-width:760px;margin-bottom:2rem}h2{margin:0 0 1rem;font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.1}.section-copy{color:var(--text-secondary);margin-top:0}.section-copy-wide{max-width:620px}.about-grid,.contact-grid{grid-template-columns:.92fr 1.08fr;align-items:center;gap:2.4rem;display:grid}.about-visual-card,.contact-card,.service-card,.pillar-card,.value-card{border-radius:var(--radius-lg);box-shadow:var(--shadow)}.about-visual-card{background:var(--grad-hero-bg);justify-content:center;align-items:center;min-height:380px;padding:2rem;display:flex}.about-logo{border-radius:24px;width:min(100%,300px)}.pillar-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.75rem;display:grid}.pillar-card{border:1px solid var(--line);background:#fff;padding:1.15rem}.pillar-card h3,.contact-card h3,.value-card h3{margin:0 0 .45rem;font-size:1.35rem}.pillar-card p,.service-card p,.value-card p,.contact-card p,.legal-copy p,.contact-list p{color:var(--text-secondary);margin-top:0}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;display:grid}.service-card{border:1px solid var(--line);background:#fff;padding:1.5rem;position:relative}.service-card:before{content:"";background:var(--grad-brand-h);opacity:.95;border-radius:24px 24px 0 0;width:100%;height:4px;position:absolute;inset:0 auto auto 0}.service-number{color:#2aada038;margin-bottom:.8rem;font-family:Playfair Display,Georgia,serif;font-size:2.5rem;line-height:1;display:inline-block}.service-card h3{margin:0 0 .65rem;font-size:1.55rem}.values-grid{border-radius:var(--radius-md);background:#7dd4cc24;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.value-card{box-shadow:none;background:#0b2f2d;padding:1.7rem 1.4rem}.value-card p{color:#ffffffb8}.value-card h3{color:#fff}.contact-list{gap:.45rem;margin-top:1.25rem;display:grid}.contact-card{border:1px solid var(--line);background:#fff;padding:1.7rem}.legal-section{border-top:1px solid var(--line)}.legal-copy{max-width:850px}.site-footer{color:#ffffffc7;background:#071e1d;padding:3.2rem 0 1.5rem}.footer-top{border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem;padding-bottom:1.8rem;display:grid}.footer-brand-lockup{margin-bottom:.9rem}.footer-brand p,.footer-links-block a,.footer-links-block span,.footer-bottom p{color:#ffffff8f}.site-footer h4{letter-spacing:.12em;text-transform:uppercase;color:#fff6;margin:0 0 .8rem;font-family:Nunito,system-ui,sans-serif;font-size:.92rem;font-weight:700}.footer-links-block{gap:.55rem;font-size:.95rem;display:grid}.footer-bottom{padding-top:1rem}.footer-bottom span{color:var(--color-teal-light)}@media (max-width:980px){.about-grid,.contact-grid{grid-template-columns:1fr}.values-grid,.footer-top{grid-template-columns:1fr 1fr}}@media (max-width:720px){.nav-shell{flex-direction:column;align-items:flex-start;padding:.85rem 0}.hero{min-height:auto;padding:4.5rem 0}.service-grid,.pillar-grid,.values-grid,.footer-top{grid-template-columns:1fr}.container{width:min(calc(100% - 1.25rem), var(--max))}.section{padding:4rem 0}}
