*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--emerald:#0b7a3f;--emerald-light:#0ea371;--gold:#f5b301;--ink:#12263a;--ink-muted:#4a6076;--paper:#f6f8fb;--white:#fff;--font-display:"Plus Jakarta Sans", system-ui, sans-serif;--font-body:"DM Sans", system-ui, sans-serif;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--shadow-card:0 4px 20px #00000014}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:100%;max-width:1160px;margin:0 auto;padding:0 1.25rem}.btn{font-family:var(--font-display);border-radius:var(--radius-lg);cursor:pointer;padding:.875rem 2rem;font-weight:700;transition:opacity .15s,transform .15s;display:inline-block}.btn:hover{opacity:.9;transform:translateY(-1px)}.btn--primary{background:var(--emerald);color:var(--white)}.section__title{font-family:var(--font-display);color:var(--ink);margin-bottom:.5rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.section__lead{color:var(--ink-muted);max-width:56ch;margin-bottom:2.5rem;font-size:1.0625rem}.hero{background:linear-gradient(160deg, #f0faf5 0%, var(--paper) 60%);flex-direction:column;min-height:calc(100svh - 4.5rem);display:flex}.hero__text{order:2;padding:3rem 1.25rem 2rem}.hero__image-wrap{background:linear-gradient(#e8f5ee 0%,#c9e8d8 100%);order:1;width:100%;min-height:260px;max-height:55vw;position:relative;overflow:hidden}.hero__image{object-fit:cover;object-position:center top;width:100%;height:100%}.hero__eyebrow{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--emerald);margin-bottom:1rem;font-size:.75rem;font-weight:700}.hero__headline{font-family:var(--font-display);color:var(--ink);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2rem,6vw,3.5rem);font-weight:800;line-height:1.05}.hero__sub{color:var(--ink-muted);max-width:52ch;margin-bottom:2rem;font-size:1.0625rem;line-height:1.65}.services{background:var(--white);padding:5rem 0}.services__grid{grid-template-columns:1fr;gap:1.25rem;display:grid}.service-card{background:var(--paper);border-radius:var(--radius-md);border-left:5px solid var(--emerald);box-shadow:var(--shadow-card);padding:1.75rem;transition:transform .15s}.service-card:hover{transform:translateY(-2px)}.service-card:nth-child(2){border-left-color:#2563eb}.service-card:nth-child(3){border-left-color:#f0592f}.service-card:nth-child(4){border-left-color:#06b6d4}.service-card__title{font-family:var(--font-display);color:var(--ink);margin-bottom:.25rem;font-size:1.125rem;font-weight:800}.service-card__desc{color:var(--emerald);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.service-card__detail{color:var(--ink-muted);font-size:.9375rem;line-height:1.6}.about{background:var(--paper);padding:5rem 0}.about__body{flex-direction:column;gap:2.5rem;display:flex}.about__copy{color:var(--ink-muted);flex-direction:column;gap:1rem;max-width:60ch;font-size:1.0625rem;line-height:1.7;display:flex}.credentials__heading{font-family:var(--font-display);color:var(--ink);margin-bottom:1rem;font-size:1.25rem;font-weight:800}.credentials__list{flex-direction:column;gap:.625rem;display:flex}.credentials__item{color:var(--ink);padding-left:1.5rem;font-size:1rem;font-weight:500;position:relative}.credentials__item:before{content:"";background:var(--gold);border-radius:50%;flex-shrink:0;width:10px;height:10px;position:absolute;top:.45em;left:0}.contact{background:linear-gradient(135deg, var(--ink) 0%, #1c3a57 100%);color:var(--white);padding:5rem 0}.contact .section__title{color:var(--white)}.contact .section__lead{color:#ffffffb3}.contact__details{flex-direction:column;gap:1rem;display:flex}.contact__link{border-radius:var(--radius-md);background:#ffffff14;border:1px solid #ffffff26;flex-direction:column;padding:1.25rem 1.5rem;transition:background .15s;display:flex}.contact__link:hover{background:#ffffff24}.contact__label{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.25rem;font-size:.75rem;font-weight:700}.contact__value{font-family:var(--font-display);color:var(--white);font-size:1.125rem;font-weight:700}.footer{background:var(--ink);color:#fff9;text-align:center;padding:2rem 1.25rem;font-size:.875rem}.footer strong{color:var(--white)}.footer__disclaimer{max-width:70ch;margin-top:.75rem;margin-left:auto;margin-right:auto;font-size:.8125rem;line-height:1.6}@media (min-width:640px){.hero__image-wrap{max-height:420px}.services__grid{grid-template-columns:repeat(2,1fr)}.contact__details{flex-direction:row;gap:1.25rem}.contact__link{flex:1}}@media (min-width:1024px){.hero{flex-direction:row;align-items:stretch;min-height:calc(100svh - 4.5rem)}.hero__text{flex-direction:column;flex:1;order:1;justify-content:center;padding:5rem 4rem 5rem 5%;display:flex}.hero__image-wrap{flex:0 0 44%;order:2;min-height:100%;max-height:none}.hero__image{object-position:center 15%;height:100%}.services__grid{grid-template-columns:repeat(4,1fr)}.about__body{flex-direction:row;align-items:flex-start;gap:5rem}.about__copy{flex:1}.about__credentials{flex:0 0 320px}}.topnav{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;border-bottom:1px solid #12263a14;position:sticky;top:0}.topnav__inner{justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1.25rem;display:flex}.topnav__brand{font-family:var(--font-display);color:var(--ink);white-space:nowrap;font-size:.8125rem;font-weight:800}.topnav__links{-webkit-overflow-scrolling:touch;gap:.75rem;display:flex;overflow-x:auto}.topnav__link{font-family:var(--font-display);color:var(--ink-muted);white-space:nowrap;padding:.25rem 0;font-size:.875rem;font-weight:700;transition:color .15s}.topnav__link:hover{color:var(--emerald)}#hero,#services,#video,#about,#contact{scroll-margin-top:4.5rem}.video-section{background:var(--white);padding:5rem 0}.video-wrap{aspect-ratio:16/9;border-radius:var(--radius-md);width:100%;max-width:720px;box-shadow:var(--shadow-card);background:var(--ink);margin:0 auto;position:relative;overflow:hidden}.intro-video{object-fit:contain;width:100%;height:100%;display:block}@media (min-width:640px){.topnav__brand{font-size:1rem}.topnav__links{gap:1.75rem}}
