:root{--navy:#16233f;--navy-light:#23365c;--cream:#faf9f5;--cream-alt:#f2f0ea;--grey:#8b8f94;--grey-dark:#5b5f66;--white:#fff;--font-serif:"Playfair Display", Georgia, "Times New Roman", serif;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--navy);background-color:var(--cream);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3{font-family:var(--font-serif);color:var(--navy);font-weight:500;line-height:1.2}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.section__heading{text-align:center;margin-bottom:3rem;font-size:clamp(1.75rem,3vw,2.5rem)}.eyebrow{font-family:var(--font-sans);letter-spacing:.25em;text-transform:uppercase;color:var(--grey);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.eyebrow--center{text-align:center}.logo{-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;gap:.6em;display:inline-flex}.logo__mark{font-family:var(--font-serif);text-transform:uppercase;letter-spacing:.16em;color:var(--navy);white-space:nowrap}.logo--light .logo__mark{color:var(--white)}.logo__rule-row{align-items:center;gap:.9em;display:flex}.logo__rule{background-color:var(--grey);width:2.2em;height:1px}.logo__sub{font-family:var(--font-sans);letter-spacing:.35em;text-transform:uppercase;color:var(--grey);white-space:nowrap;font-size:.6em}.logo--sm .logo__mark{font-size:1.15rem}.logo--md .logo__mark{font-size:1.6rem}.logo--lg .logo__mark{font-size:clamp(2.25rem,6vw,3.75rem)}.header{z-index:100;background-color:#0000;transition:background-color .25s,box-shadow .25s;position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#faf9f5eb;box-shadow:0 1px #16233f14}.header__inner{justify-content:space-between;align-items:center;padding-top:1.1rem;padding-bottom:1.1rem;display:flex}.header__brand{display:inline-flex}.nav{align-items:center;gap:2.25rem;display:flex}.nav__link{letter-spacing:.06em;text-transform:uppercase;color:var(--navy);padding:.35rem 0;font-size:.85rem;font-weight:500;position:relative}.nav__link:after{content:"";background-color:var(--navy);width:0;height:1px;transition:width .2s;position:absolute;bottom:-2px;left:0}.nav__link:hover:after{width:100%}.menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;display:none}.menu-toggle span{background-color:var(--navy);width:100%;height:2px;transition:transform .2s,opacity .2s;display:block}.hero{background:linear-gradient(180deg, var(--cream) 0%, var(--cream-alt) 100%);align-items:center;min-height:100vh;display:flex}.hero__inner{text-align:center;flex-direction:column;align-items:center;gap:1.75rem;padding-top:4rem;display:flex}.hero__tagline{font-family:var(--font-serif);color:var(--navy-light);max-width:32rem;font-size:clamp(1.1rem,2.4vw,1.5rem)}.hero__subtext{color:var(--grey-dark);max-width:30rem;font-size:1rem}.hero__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.75rem;display:flex}.button{letter-spacing:.12em;text-transform:uppercase;border-radius:2px;padding:.85rem 2rem;font-size:.8rem;font-weight:600;transition:background-color .2s,color .2s,border-color .2s;display:inline-block}.button--primary{background-color:var(--navy);color:var(--white);border:1px solid var(--navy)}.button--primary:hover{background-color:var(--navy-light);border-color:var(--navy-light)}.button--ghost{color:var(--navy);border:1px solid var(--navy);background-color:#0000}.button--ghost:hover{background-color:var(--navy);color:var(--white)}.about{background-color:var(--white)}.about__inner{grid-template-columns:1.4fr 1fr;align-items:center;gap:4rem;display:grid}.about__copy h2{margin-bottom:1.25rem;font-size:clamp(1.6rem,3vw,2.25rem)}.about__copy p{color:var(--grey-dark);margin-bottom:1rem}.about__stats{border-left:1px solid #16233f1f;gap:1.75rem;padding-left:2.5rem;display:grid}.stat{flex-direction:column;display:flex}.stat__value{font-family:var(--font-serif);color:var(--navy);font-size:2.25rem}.stat__label{letter-spacing:.08em;text-transform:uppercase;color:var(--grey);margin-top:.35rem;font-size:.8rem}.services__grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.75rem;display:grid}.service-card{background-color:var(--white);border:1px solid #16233f1a;border-radius:4px;padding:2rem 1.75rem;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #16233f14}.service-card h3{margin-bottom:.75rem;font-size:1.15rem}.service-card p{color:var(--grey-dark);font-size:.92rem}.contact{background-color:var(--cream-alt);text-align:center}.contact__inner{flex-direction:column;align-items:center;display:flex}.contact__subtext{color:var(--grey-dark);max-width:30rem;margin:0 auto 2rem}.footer{background-color:var(--navy);padding:3rem 0}.footer__inner{flex-direction:column;align-items:center;gap:1.25rem;display:flex}.footer__copyright{letter-spacing:.04em;color:#fff9;font-size:.8rem}@media (width<=860px){.about__inner{grid-template-columns:1fr}.about__stats{border-top:1px solid #16233f1f;border-left:none;grid-template-columns:repeat(3,1fr);padding-top:2rem;padding-left:0}}@media (width<=720px){.menu-toggle{display:flex}.nav{background-color:var(--cream);flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;width:min(78vw,320px);height:100vh;padding:2rem 2.5rem;transition:transform .25s;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 24px #16233f1f}.nav--open{transform:translate(0)}.nav__link{font-size:1rem}.section{padding:4.5rem 0}.about__stats{grid-template-columns:1fr;gap:1.25rem}}
