
:root{--sapphire:#0f52ba;--sapphire-dark:#083a83;--sky:#eaf2ff;--ink:#162033;--muted:#5d687a;--line:#d9e1ef;--soft:#f7f9fd;--white:#fff;--radius:18px;--shadow:0 12px 32px rgba(15,82,186,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1120px,92vw);margin-inline:auto}.topbar{background:var(--sapphire-dark);color:#fff;font-size:.95rem}.topbar .container{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.55rem 0}.topbar a{text-decoration:underline;text-underline-offset:3px}.nav{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);z-index:5}.nav .container{display:flex;align-items:center;justify-content:space-between;padding:.8rem 0}.brand{display:flex;align-items:center;gap:.75rem;font-weight:800}.brand img{width:64px;height:64px;object-fit:contain;transition:width .25s ease,height .25s ease}.nav.is-scrolled .brand img{width:40px;height:40px}.nav.is-scrolled .container{padding:.45rem 0}.nav .container{transition:padding .25s ease}.brand span{display:block;line-height:1.1}.brand small{display:block;color:var(--muted);font-weight:600}.links{display:flex;gap:1.15rem;align-items:center;font-weight:700;font-size:.96rem}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.78rem 1.05rem;background:var(--sapphire);color:#fff;font-weight:800;border:2px solid var(--sapphire);box-shadow:0 6px 18px rgba(15,82,186,.22)}.btn.secondary{background:#fff;color:var(--sapphire);box-shadow:none}.hero{background:linear-gradient(135deg,var(--sky),#fff 55%);padding:2.2rem 0 3rem}

.hero-logo-stage{display:grid;grid-template-columns:minmax(220px,360px) 1fr;gap:2rem;align-items:center;background:rgba(255,255,255,.86);border:1px solid var(--line);border-radius:30px;padding:1.5rem 2rem;margin-bottom:2.25rem;box-shadow:var(--shadow)}
.hero-logo-stage img{width:min(360px,90vw);height:auto;filter:drop-shadow(0 14px 24px rgba(15,82,186,.16))}
.hero-logo-stage h1{font-size:clamp(1.8rem,3vw,3rem);margin:.25rem 0 .35rem}
.hero-logo-stage .lead{font-weight:800;color:var(--sapphire-dark)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:2.2rem;align-items:center}
.eyebrow{color:var(--sapphire);font-weight:900;text-transform:uppercase;letter-spacing:.09em;font-size:.82rem}h1{font-size:clamp(1.8rem,3vw,3rem);line-height:1.02;margin:.5rem 0 1rem;letter-spacing:-.055em}h2{font-size:clamp(1.8rem,3vw,2.65rem);line-height:1.08;margin:0 0 .8rem;letter-spacing:-.035em}h3{margin:.15rem 0 .45rem;font-size:1.18rem}.lead{font-size:1.22rem;color:var(--muted);max-width:62ch}
.hero-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
.hero-card img{height:560px;width:100%;object-fit:cover}
.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin:1.4rem 0;justify-content:center;}
.quick{background:#fff;border-left:5px solid var(--sapphire);border-radius:14px;padding:1rem 1.2rem;box-shadow:var(--shadow);max-width:680px}.section{padding:4.5rem 0}.section.soft{background:var(--soft)}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem;align-items:start}

.cards{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:1rem
}

.pricing-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:1rem;
}

@media(max-width:860px){
    .pricing-grid{
        grid-template-columns:1fr;
    }
}

.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.25rem;box-shadow:0 8px 20px rgba(22,32,51,.05)}.soft .card{box-shadow:none}.card ul,.checklist{margin:.65rem 0 0;padding-left:1.1rem}.card li,.checklist li{margin:.38rem 0}.icon{width:42px;height:42px;border-radius:12px;background:var(--sky);color:var(--sapphire);display:grid;place-items:center;font-weight:900;margin-bottom:.8rem}.waste{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;margin:1.2rem 0}.waste div{padding:.75rem 1rem;background:#fff;border:1px solid var(--line);border-radius:12px}.band{background:var(--sapphire);color:#fff;border-radius:24px;padding:2rem;display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center}.band p{margin:.25rem 0 0;color:#dbe8ff}.steps{counter-reset:step;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.step{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.2rem}.step:before{counter-increment:step;content:'Step ' counter(step);display:inline-block;color:var(--sapphire);font-weight:900;margin-bottom:.6rem}.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.price{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.3rem;position:relative;overflow:hidden}.price strong{font-size:1.6rem;color:var(--sapphire)}.price small{display:block;color:var(--muted)}.photos{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}

.photos img{
    height:300px;
    width:100%;
    object-fit:cover;
    object-position:top center;
    border-radius:var(--radius);
    border:1px solid var(--line);
}

.faq details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1rem 1.1rem;margin:.7rem 0}.faq summary{cursor:pointer;font-weight:900}.contact-box{background:linear-gradient(135deg,var(--sapphire-dark),var(--sapphire));color:#fff;border-radius:28px;padding:2rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.contact-box a{text-decoration:underline;text-underline-offset:4px}.footer{padding:2rem 0;border-top:1px solid var(--line);color:var(--muted)}.footer .container{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.page-hero{padding:3rem 0;background:linear-gradient(135deg,var(--sky),#fff)}.simple-list{columns:2;column-gap:2rem}.simple-list li{break-inside:avoid;margin:.45rem 0}

@media(max-width:860px){.hero-logo-stage{grid-template-columns:1fr;text-align:center;padding:1.2rem}.hero-logo-stage img{margin:auto;width:min(300px,82vw)}.links{display:none}.hero-grid,.split,.contact-box,.band{grid-template-columns:1fr}.cards,.pricing,.steps,.photos{grid-template-columns:1fr}.waste{grid-template-columns:1fr}.hero-card img{height:420px}.simple-list{columns:1}.topbar .container{display:block}.topbar span{display:block;margin:.15rem 0}}

.brand.text-only{gap:0}.brand.text-only span{padding-left:0}
.page-cards{grid-template-columns:repeat(3,1fr)}
.link-card{transition:transform .15s ease,box-shadow .15s ease}.link-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.note{color:var(--muted);font-weight:700;margin-top:1.25rem}.hero-logo-only{grid-template-columns:minmax(240px,420px) 1fr}.hero-logo-only img{background:transparent}.links a{white-space:nowrap}.footer a{text-decoration:underline;text-underline-offset:3px}
@media(max-width:1040px){.links{gap:.7rem;font-size:.84rem}.brand span{font-size:.93rem}}
@media(max-width:860px){.page-cards{grid-template-columns:1fr}.links{display:flex;flex-wrap:wrap;justify-content:center;width:100%;margin-top:.75rem}.nav .container{display:block}.brand{justify-content:center}.hero-logo-only{grid-template-columns:1fr}}


.about-photo img{
    height:auto !important;
    width:100%;
    object-fit:contain;
}

.page-title-row{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:2rem;
}

.page-title-row > div{
  text-align:left;
}

.page-title-row img{
  width:185px;
  max-width:32vw;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 8px 18px rgba(15,82,186,.16));
}

@media(max-width:860px){

  .page-title-row{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    gap:0.75rem;
    text-align:left;
  }

  .page-title-row img{
    width:65px;
    height:auto;
    max-width:none;
    flex-shrink:0;
  }

  .page-title-row h1{
    margin:0;
  }

  .page-title-row .lead{
    margin-top:.25rem;
  }
}

.content-photo{
  margin:2rem 0;
  border-radius:var(--radius);
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

.content-photo img{
  width:100%;
  max-height:600px;
  height:auto;
  object-fit:contain;
}

.content-photo figcaption{
  padding:1rem 1.25rem;
  background:#fff;
  color:var(--muted);
  font-weight:700;
}

@media(max-width:860px){
  .content-photo img{
    height:240px;
  }
}

.hero-split{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:4rem;
}

.hero-copy{
	flex:1;
}

.hero-headshot{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.hero-headshot .eyebrow{
    margin-bottom:1rem;
}

.hero-headshot img{
	width:280px;
	max-width:100%;
	border-radius:24px;
	border:4px solid #fff;
	box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.hero-logo{
	max-width:400px;
	margin-bottom:2rem;
}

@media(max-width:860px){

	.hero-split{
		flex-direction:column-reverse;
		text-align:center;
		gap:2rem;
	}

	.hero-headshot img{
		width:180px;
	}

	.hero-logo{
		max-width:280px;
		margin:0 auto 1.5rem;
		display:block;
	}

	.hero-actions{
		justify-content:center;
	}
}

.hero-three-column{
    display:grid;
    grid-template-columns:1fr 1.5fr 1fr;
    align-items:center;
    gap:3rem;
}

.hero-logo-panel{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.hero-logo-panel img{
    width:280px;
    height:auto;
}

.hero-copy{
    text-align:center;
}

.hero-headshot{
    text-align:center;
}

.hero-headshot img{
    width:260px;
    max-width:100%;
    border-radius:24px;
    border:4px solid #fff;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

@media(max-width:860px){

    .hero-three-column{
        grid-template-columns:1fr;
        gap:2rem;
    }

    .hero-logo-panel img{
        max-width:260px;
    }

    .hero-headshot img{
        width:180px;
    }

    .hero-copy{
        text-align:center;
    }

    .hero-actions{
        justify-content:center;
    }
}

.hero-headshot{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.hero-headshot .eyebrow{
    margin-bottom:1rem;
}

.spacer-eyebrow{
    visibility:hidden;
}

.invisible-eyebrow{
    visibility:hidden;
    margin-bottom:1rem;
}

.page-title-row > div{
    text-align:left;
}

.service-photo-card{
    display:flex;
    flex-direction:column;
    padding-bottom:0;
    overflow:hidden;
}

.service-photo-card > div:first-child{
    padding-bottom:1.25rem;
}

.card-photo{
    margin:1rem -1.25rem -1.25rem;
}

.card-photo img{
    width:100%;
    height:350px;
    object-fit:cover;
    object-position:top center;

    border-bottom-left-radius:var(--radius);
    border-bottom-right-radius:var(--radius);
}

.placeholder-photo{
    display:flex;
    align-items:center;
    justify-content:center;

    height:220px;

    background:var(--sky);
    color:var(--muted);
    font-weight:700;

    border-bottom-left-radius:var(--radius);
    border-bottom-right-radius:var(--radius);
}

@media(max-width:860px){

    .card-photo img,
    .placeholder-photo{
        height:180px;
    }

}

.service-photo-card{
    display:flex;
    flex-direction:column;
    padding-bottom:0;
    overflow:hidden;
    height:100%;
}

.card-photo{
    margin-top:auto;
    margin-left:-1.25rem;
    margin-right:-1.25rem;
    margin-bottom:-1.25rem;
}

.contact-form-card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:var(--radius);
    padding:2rem;
    box-shadow:var(--shadow);
}

.form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:1rem;
}

.form-group{
    margin-bottom:1rem;
}

.form-group label{
    display:block;
    font-weight:700;
    margin-bottom:.4rem;
}

.form-group input,
.form-group textarea{
    width:100%;
    padding:.85rem 1rem;
    border:1px solid var(--line);
    border-radius:12px;
    font:inherit;
}

.form-group textarea{
    resize:vertical;
}

.checkbox-group{
    display:flex;
    flex-direction:column;
    gap:.5rem;
}

@media(max-width:860px){
    .form-grid{
        grid-template-columns:1fr;
    }
}

.radio-group{
    display:flex;
    gap:1rem;
    flex-wrap:wrap;
}

.radio-option{
    display:flex;
    align-items:center;
    gap:.5rem;

    padding:.75rem 1rem;

    border:1px solid var(--line);
    border-radius:12px;

    background:#fff;
    cursor:pointer;
}

.radio-option:hover{
    border-color:var(--sapphire);
}

.radio-option input{
    margin:0;
}

@media(max-width:860px){

    .radio-group{
        flex-direction:column;
    }

}