*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: #f8f8f6; color: #1a1a1a; }
h1, h2, h3 { font-family: 'DM Serif Display', serif; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1060px; margin: 0 auto; padding: 0 1.5rem; }
section { padding: 4.5rem 0; }

/* NAV */
nav { position: sticky; top: 0; background: #f8f8f6; border-bottom: 1px solid #e5e5e0; z-index: 100; height: 62px; display: flex; align-items: center; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: 1060px; margin: 0 auto; padding: 0 1.5rem; }
.brand { font-family: 'DM Serif Display', serif; font-size: 1.25rem; color: #1a1a1a; }
.nav-links { display: flex; gap: 1.8rem; list-style: none; }
.nav-links a { font-size: 0.85rem; font-weight: 500; color: #555; transition: color 0.2s; }
.nav-links a:hover { color: #1a1a1a; }

/* BUTTONS */
.btn { display: inline-block; padding: 0.75rem 1.75rem; border-radius: 6px; font-weight: 600; font-size: 0.9rem; cursor: pointer; transition: all 0.18s; font-family: 'DM Sans', sans-serif; border: none; }
.btn-dark { background: #1a1a1a; color: #fff; }
.btn-dark:hover { background: #333; }
.btn-outline { background: transparent; color: #1a1a1a; border: 1.5px solid #1a1a1a; }
.btn-outline:hover { background: #1a1a1a; color: #fff; }
.btn-green { background: #00c060; color: #fff; }
.btn-green:hover { background: #00a050; }

/* HERO */
#hero { padding: 5rem 0 4rem; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.hero-tag { display: inline-block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: #00a050; margin-bottom: 1.1rem; }
.hero-text h1 { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.18; margin-bottom: 1.25rem; color: #1a1a1a; }
.hero-text p { font-size: 1.05rem; color: #555; line-height: 1.75; margin-bottom: 2rem; font-weight: 300; }
.hero-btns { display: flex; gap: 0.85rem; flex-wrap: wrap; }
.hero-img { background: #e8e8e4; border-radius: 12px; aspect-ratio: 4/3; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.5rem; padding: 1.5rem; text-align: center; color: #aaa; font-size: 0.85rem; }

/* SECTION LABELS */
.tag-sm { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: #00a050; margin-bottom: 0.6rem; display: block; }
.section-h { font-size: clamp(1.5rem, 2.8vw, 2.1rem); margin-bottom: 0.75rem; color: #1a1a1a; }
.section-p { color: #666; font-size: 0.97rem; line-height: 1.7; font-weight: 300; max-width: 560px; }

/* SERVICES */
#services { background: #fff; border-top: 1px solid #e5e5e0; border-bottom: 1px solid #e5e5e0; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; margin-top: 2.5rem; }
.card { background: #f8f8f6; border: 1px solid #e5e5e0; border-radius: 10px; padding: 1.5rem; transition: border-color 0.2s, box-shadow 0.2s; }
.card:hover { border-color: #aaa; box-shadow: 0 4px 18px rgba(0,0,0,0.06); }
.card-icon { font-size: 1.5rem; margin-bottom: 0.7rem; }
.card h3 { font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 700; margin-bottom: 0.45rem; color: #1a1a1a; }
.card p { color: #666; font-size: 0.83rem; line-height: 1.6; font-weight: 300; }
.card .example { color: #bbb; font-size: 0.76rem; display: block; margin-top: 0.35rem; }
.card-tag { display: inline-block; margin-top: 0.75rem; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em; color: #00a050; text-transform: uppercase; }

/* PRICING */
#pricing { background: #f8f8f6; }
.ptable { display: grid; grid-template-columns: repeat(auto-fit, minmax(175px, 1fr)); gap: 1.1rem; margin-top: 2.5rem; }
.tier { background: #fff; border: 1px solid #e5e5e0; border-radius: 10px; padding: 1.4rem; text-align: center; transition: box-shadow 0.2s; }
.tier:hover { box-shadow: 0 4px 18px rgba(0,0,0,0.07); }
.tier.pop { border-color: #00c060; border-width: 2px; }
.pop-badge { display: inline-block; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; background: #00c060; padding: 0.18rem 0.6rem; border-radius: 50px; margin-bottom: 0.6rem; }
.tier h3 { font-family: 'DM Sans', sans-serif; font-size: 0.88rem; font-weight: 700; color: #333; margin-bottom: 0.4rem; }
.tier .price { font-family: 'DM Serif Display', serif; font-size: 1.55rem; color: #1a1a1a; margin: 0.45rem 0; }
.tier .price span { font-family: 'DM Sans', sans-serif; font-size: 0.78rem; color: #888; font-weight: 300; }
.tier p { color: #777; font-size: 0.78rem; line-height: 1.55; margin-bottom: 1rem; font-weight: 300; }
.tier .example { color: #bbb; font-size: 0.72rem; display: block; margin-bottom: 1rem; }

/* ABOUT + CONTACT */
#about { background: #fff; border-top: 1px solid #e5e5e0; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.about-text { color: #555; font-size: 0.97rem; line-height: 1.75; font-weight: 300; margin-top: 1rem; }
.about-example { color: #bbb; font-size: 0.83rem; display: block; margin-top: 0.5rem; }
.check-list { list-style: none; margin-top: 1.25rem; display: flex; flex-direction: column; gap: 0.55rem; }
.check-list li { display: flex; align-items: flex-start; gap: 0.6rem; color: #555; font-size: 0.9rem; font-weight: 300; }
.check-list li::before { content: '✓'; color: #00c060; font-weight: 700; font-size: 0.8rem; margin-top: 0.1rem; flex-shrink: 0; }

/* FORM */
.contact-intro { color: #666; font-size: 0.9rem; margin: 0.75rem 0 1.25rem; font-weight: 300; }
.form-box { background: #f8f8f6; border: 1px solid #e5e5e0; border-radius: 12px; padding: 2rem; }
.fg { margin-bottom: 1rem; }
.fg label { display: block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #555; margin-bottom: 0.4rem; }
.fg input, .fg textarea, .fg select { width: 100%; background: #fff; border: 1px solid #d8d8d4; border-radius: 7px; padding: 0.72rem 0.9rem; color: #1a1a1a; font-family: 'DM Sans', sans-serif; font-size: 0.9rem; outline: none; transition: border-color 0.2s; }
.fg input:focus, .fg textarea:focus, .fg select:focus { border-color: #1a1a1a; }
.fg textarea { resize: vertical; min-height: 105px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }

/* NEIGHBORHOOD */
.nbhd { background: #f0faf4; border: 1px solid #b8e8cc; border-radius: 12px; padding: 2.5rem; text-align: center; margin-top: 2rem; }
.nbhd h3 { font-size: clamp(1.3rem, 2.5vw, 1.9rem); margin-bottom: 1rem; color: #1a1a1a; }
.nbhd p { color: #555; font-size: 0.93rem; line-height: 1.75; max-width: 480px; margin: 0 auto 1.4rem; font-weight: 300; }

/* FOOTER */
footer { background: #1a1a1a; color: #aaa; padding: 2.5rem 0; text-align: center; }
.footer-brand { font-family: 'DM Serif Display', serif; font-size: 1.1rem; color: #fff; margin-bottom: 0.6rem; }
.flinks { display: flex; gap: 1.5rem; justify-content: center; margin: 0.75rem 0; }
.flinks a { color: #888; font-size: 0.82rem; transition: color 0.2s; }
.flinks a:hover { color: #fff; }
.copy { color: #666; font-size: 0.75rem; margin-top: 0.4rem; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hero-inner { grid-template-columns: 1fr; }
  .two { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-img { display: none; }
}