*{
margin:0;
padding:0;
box-sizing:border-box;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

html{
scroll-behavior:smooth;
}

body{

background:#FAF9F6;

color:#333333;

font-family:'Inter',sans-serif;

line-height:1.7;

}

.container{

width:90%;

max-width:1200px;

margin:auto;

}

img{

max-width:100%;

display:block;

}

h1,h2,h3{

font-family:'Cormorant Garamond',serif;

font-weight:600;

color:#214537;

}

h1{

font-size:5rem;

line-height:1.0;

margin-bottom:25px;

}

h2{

font-size:2.5rem;

margin-bottom:20px;

text-align:center;

}

h3{

font-size:1.5rem;

margin-bottom:10px;

}

p{

margin-bottom:20px;

}


.intro{

padding:120px 0;

}

.hero{

    background:#F6F3EC;

    padding:60px 0 90px;

    text-align:center;

}

.hero-logo{

    width:100%;

    text-align:center;

    margin:0 auto 50px;

}

.logo{

    display:block;

    width:185px;

    margin:0 auto;

}

.hero-content{

    display:grid;

    grid-template-columns:1.1fr 500px;

    gap:90px;

    align-items:start;

    max-width:1300px;

    margin:0 auto;

    width:90%;

}

.hero-text{

    padding-top:10px;

}

.hero-text h1{

    font-size:5rem;

    line-height:1.05;

    margin-bottom:30px;

}

.hero-subtitle{

    font-size:1.25rem;

    margin-bottom:35px;

    max-width:650px;

}

.hero-buttons{

    margin-bottom:30px;

}

.trust-line{

    color:#777;

    font-size:.95rem;

}

.btn{

    display:inline-block;

    padding:16px 30px;

    border-radius:999px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.btn-primary{

    background:#214537;

    color:#fff;

}

.btn-primary:hover{

    background:#2E5B48;

}

.estimate-card{

    background:#fff;

    padding:45px;

    border-radius:22px;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.estimate-card h2{

    text-align:left;

    margin-bottom:25px;

}

.estimate-card input,

.estimate-card textarea{

    width:100%;

    padding:15px;

    margin-bottom:15px;

    border:1px solid #DDD;

    border-radius:8px;

    font-size:1rem;

}

.estimate-card textarea{

    height:140px;

    resize:vertical;

}

.estimate-card button{

    width:100%;

    padding:16px;

    background:#214537;

    color:#fff;

    border:none;

    border-radius:8px;

    font-size:1rem;

    font-weight:600;

    cursor:pointer;

}

.intro .container{

display:grid;

grid-template-columns:1fr 1fr;

gap:60px;

align-items:center;

}

.intro-image img{

border-radius:18px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.services{

    padding:120px 0;

    background:white;

    text-align:center;

}

.service-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(280px,1fr));
    gap:30px;
    margin:50px auto 0;
    max-width:1000px;
}

.service-card ul{

margin-top:15px;

margin-left:22px;

padding-left:0;

line-height:1.8;

}

.service-card li{

margin-bottom:6px;

}

.service-card{

    text-align:left;

    padding:42px;

    background:white;

    border:1px solid #ECE7DD;

    border-radius:18px;

    transition:.35s;

    box-shadow:0 12px 30px rgba(0,0,0,.06);

}

.service-card:hover{

transform:translateY(-8px);

box-shadow:0 18px 45px rgba(0,0,0,.12);

}

.standard{

padding:120px 0;

background:#214537;

color:white;

}

.standard h2,

.standard h3{

color:white;

}

.standard-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:35px;

margin-top:50px;

}

.about{

padding:90px 0;

}

.about .container{

display:grid;

grid-template-columns:350px 1fr;

gap:60px;

align-items:center;

}

.about-photo img{

border-radius:18px;

box-shadow:0 10px 30px rgba(0,0,0,.12);

}
.reviews{

padding:120px 0;

background:white;

}

.review-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:30px;

margin-top:50px;

}

.review-card{

background:#FAF9F6;

padding:35px;

border-radius:18px;

box-shadow:0 6px 20px rgba(0,0,0,.05);

}

.stars{

color:#d4a017;

font-size:1.25rem;

margin-bottom:10px;

}

.review-link{

text-align:center;

margin-top:40px;

}

.review-link a{

color:#214537;

text-decoration:none;

font-weight:600;

}

.service-area{

padding:120px 0;

text-align:center;

background:#F4F2EC;

}

.service-photo{

margin:40px auto 0;

border-radius:18px;

max-width:900px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.cta{

padding:90px 0;

text-align:center;

background:white;

}


.btn{

    display:inline-block;

    padding:16px 30px;

    border-radius:40px;

    text-decoration:none;

    font-weight:600;

    font-size:1rem;

    transition:all .3s ease;

}

.btn-primary{

    background:#214537;

    color:#ffffff;

    border:2px solid #214537;

}

.btn-primary:hover{

    background:#2e5b48;

    border-color:#2e5b48;

    color:#ffffff;

}

.btn-secondary{

    background:#ffffff;

    color:#214537;

    border:2px solid #214537;

}

.btn-secondary:hover{

    background:#214537;

    color:#ffffff;

}

.cta .btn{

    margin:10px;

}
footer{

background:#214537;

color:white;

padding:70px 0 30px;

}

.footer-grid{

display:grid;

grid-template-columns:2fr 1fr 1fr;

gap:50px;

align-items:start;

}

.footer-logo{

width:150px;

margin-bottom:20px;

}

footer h3{

color:white;

margin-bottom:15px;

}

footer p{

margin-bottom:12px;

}

footer a{

color:white;

text-decoration:none;

}

footer a:hover{

text-decoration:underline;

}

.copyright{

margin-top:50px;

padding-top:25px;

border-top:1px solid rgba(255,255,255,.2);

text-align:center;

font-size:.9rem;

}

.seasonal{

    padding:130px 0;

    background:#F7F3EC;

}

.seasonal-banner{

    max-width:900px;

    margin:0 auto;

    background:white;

    border-radius:28px;

    padding:70px;

    text-align:center;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    border:1px solid #E8DED2;

}

.seasonal-label{

    display:inline-block;

    background:#214537;

    color:white;

    padding:10px 22px;

    border-radius:999px;

    font-size:.8rem;

    letter-spacing:.12em;

    font-weight:600;

    margin-bottom:30px;

}

.seasonal h2{

    font-size:3.5rem;

    margin-bottom:18px;

    color:#214537;

}

.seasonal-offer{

    font-size:1.4rem;

    color:#B5652A;

    font-weight:600;

    max-width:650px;

    margin:0 auto 30px;

}

.seasonal-description{

    max-width:650px;

    margin:0 auto 45px;

    color:#555;

    font-size:1.1rem;

}

.seasonal-services{

    display:flex;

    justify-content:center;

    gap:16px;

    flex-wrap:wrap;

    margin-bottom:50px;

}

.seasonal-services div{

    padding:14px 22px;

    border-radius:999px;

    background:#F8F6F2;

    border:1px solid #E7DDD0;

    font-weight:600;

    color:#214537;

}

.seasonal-expiration{

    margin-top:35px;

    color:#777;

    font-size:.95rem;

    font-style:italic;

}
.seasonal-note{

    color:#777;

    font-style:italic;

    margin-bottom:0;

}


/* ---------- MOBILE ---------- */

@media (max-width:900px){

.hero-content,
.intro .container,
.about .container,
.footer-grid{

grid-template-columns:1fr;

}

.service-grid,
.standard-grid,
.review-grid{

grid-template-columns:1fr;

}

.hero{

padding:120px 0;

background:#F6F3EC;

}

.logo{

width:145px;

margin-bottom:30px;

}

.hero-text{

text-align:center;

}

.hero-buttons{

justify-content:center;

}

h1{

font-size:2.8rem;

}

h2{

font-size:2rem;

}

.container{

width:92%;

}

}
