/* Al's Construction & Landscape — rebuilt static site
   Design tokens extracted from the original Wix site */
:root {
  --ink: #2f2e2e;            /* charcoal text */
  --ink-soft: #4a4949;
  --muted: #a0a09f;          /* active nav */
  --green: #72975e;          /* buttons */
  --green-dark: #5f7f4e;
  --footer-bg: #2f2e2e;
  --footer-text: #cbcbcb;
  --line: #e4e2df;
  --sans: 'Futura', 'Jost', 'Century Gothic', 'Helvetica Neue', sans-serif;
  --serif: 'Playfair Display', 'Didot', Georgia, serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans); font-weight: 300; color: var(--ink);
  font-size: 16px; line-height: 1.75; background: #fff;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--ink); text-decoration: none; }
a:hover { opacity: .75; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }

/* ---------- Header ---------- */
.site-header { background: #fff; padding: 24px 0 10px; }
.header-inner { display: flex; align-items: flex-start; justify-content: space-between; max-width: 1260px; margin: 0 auto; padding: 0 36px; }
.brand { display: block; }
.brand .box {
  width: 97px; height: 76px; border: 1px solid var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-size: 23px; letter-spacing: .25em; padding-left: .25em; color: var(--ink);
}
.brand .sub {
  display: block; margin: 14px 0 0 96px; white-space: nowrap;
  font-size: 19px; letter-spacing: .25em; color: var(--ink);
}
.site-nav { margin-top: 24px; }
.site-nav ul { list-style: none; display: flex; gap: 0; }
.site-nav a {
  display: block; padding: 8px 0; margin-left: 90px;
  font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--ink);
}
.site-nav a.active { color: var(--muted); }
.nav-toggle { display: none; }

/* ---------- Type ---------- */
.display {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  color: var(--ink); line-height: 1.05;
}
.kicker { font-size: 22px; letter-spacing: .15em; color: var(--ink); font-weight: 300; }
.page-title {
  font-weight: 300; font-size: 46px; letter-spacing: .02em; color: var(--ink-soft);
  text-align: center; line-height: 1.2;
}
.title-dash { width: 34px; height: 1px; background: var(--ink-soft); margin: 22px auto 0; }
.lede { text-align: center; max-width: 720px; margin: 26px auto 0; font-size: 15.5px; color: var(--ink-soft); }
.serif-note { font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--ink); text-align: center; line-height: 1.8; }

.btn {
  display: inline-block; background: var(--green); color: #fff;
  font-family: var(--sans); font-weight: 300; font-size: 15px;
  padding: 12px 34px; border: none; cursor: pointer; transition: background .2s;
}
.btn:hover { background: var(--green-dark); opacity: 1; }

/* ---------- Home ---------- */
.hero-band { max-width: 1200px; margin: 26px auto 0; padding: 0 28px; }
.hero-band img { width: 100%; max-height: 640px; object-fit: cover; }
.tagline-bar { text-align: left; max-width: 1200px; margin: 40px auto 0; padding: 0 28px; }
.tagline-bar h1 { font-weight: 300; font-size: 22px; letter-spacing: .15em; color: var(--ink); }

.home-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: center; max-width: 1200px; margin: 70px auto 0; padding: 0 28px; }
.home-row .word { font-family: var(--serif); font-style: italic; font-size: 72px; line-height: 1.1; color: var(--ink); }
.home-row .txt { font-size: 15.5px; color: var(--ink-soft); }
.home-row .pic img { width: 100%; aspect-ratio: 1; object-fit: cover; }

.aerial-band {
  margin-top: 90px; min-height: 480px;
  background: linear-gradient(rgba(255,255,255,.45), rgba(255,255,255,.45)), url('../images/home-aerial-photo.jpg') center / cover no-repeat;
}
.areas-bar { text-align: center; padding: 90px 28px 0; font-size: 26px; letter-spacing: .18em; color: var(--ink); font-weight: 300; }

/* ---------- Quote section ---------- */
.quote-section { padding: 100px 28px; text-align: center; }
.quote-section.gray { background: #c9c9c9; }
.quote-section .serif-note { max-width: 560px; margin: 30px auto 0; }
.quote-section .btn { margin-top: 44px; }

/* ---------- Services page ---------- */
.svc-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; max-width: 1260px; margin: 70px auto 0; padding: 0 36px; }
.svc-cards a { display: block; }
.svc-cards img { width: 100%; aspect-ratio: .93; object-fit: cover; }
.svc-cards .cap { text-align: center; margin-top: 26px; font-size: 22px; letter-spacing: .2em; color: var(--ink); }

/* ---------- Construction / Landscape split rows ---------- */
.split-rows { margin-top: 70px; border-top: 1px solid var(--line); }
.split-row { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; border-bottom: 1px solid var(--line); }
.split-row .img-half { min-height: 560px; background-size: cover; background-position: center; }
.split-row .list-half { display: flex; flex-direction: column; justify-content: center; padding: 70px 8%; }
.split-row .list-half ul { list-style: none; text-align: center; }
.split-row .list-half li { padding: 9px 0; font-size: 18px; letter-spacing: .06em; color: var(--ink-soft); }
.split-row .list-half .more { font-family: var(--serif); font-style: italic; font-size: 20px; margin-top: 14px; }

/* ---------- About page ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; align-items: center; max-width: 1150px; margin: 90px auto 0; padding: 0 28px; }
.about-grid .word { font-size: 96px; text-align: center; }
.about-grid p { font-size: 15.5px; color: var(--ink-soft); }
.service-areas { text-align: center; margin: 90px auto 0; padding: 0 28px; font-size: 22px; letter-spacing: .12em; line-height: 1.9; color: var(--ink); font-weight: 300; }

/* ---------- Contact page ---------- */
.contact-wrap { max-width: 1100px; margin: 60px auto 0; padding: 0 28px; }
.contact-top { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; }
.contact-top .word { font-size: 92px; }
.contact-top .who { text-align: right; }
.contact-top .who .name { font-family: var(--serif); font-style: italic; font-size: 26px; color: var(--ink); }
.contact-top .icons { margin-top: 14px; display: flex; gap: 18px; justify-content: flex-end; }
.contact-top .icons a { display: inline-flex; }
.contact-top .icons svg { width: 26px; height: 26px; stroke: var(--ink); }

.contact-form { margin-top: 50px; }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.cf-field { margin-bottom: 34px; }
.cf-field input, .cf-field textarea {
  width: 100%; border: none; border-bottom: 1px solid var(--ink-soft);
  font-family: var(--sans); font-weight: 300; font-size: 16px; color: var(--ink);
  padding: 10px 2px; background: transparent; border-radius: 0;
}
.cf-field input::placeholder, .cf-field textarea::placeholder { color: #8f8e8e; }
.cf-field input:focus, .cf-field textarea:focus { outline: none; border-bottom-color: var(--green); }
.cf-field textarea { min-height: 110px; resize: vertical; }
.cf-submit { text-align: center; margin: 20px 0 70px; }
.form-status { text-align: center; padding-bottom: 30px; font-size: 15px; }

.map-band iframe { width: 100%; height: 460px; border: 0; display: block; filter: grayscale(60%); }

/* ---------- Footer ---------- */
.site-footer { background: var(--footer-bg); color: var(--footer-text); padding: 60px 0 70px; }
.site-footer .cols { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 40px; max-width: 1200px; margin: 0 auto; padding: 0 36px; }
.footer-word { font-family: var(--serif); font-style: italic; font-size: 44px; color: #fff; line-height: 1.15; }
.footer-mid p, .footer-right p { font-size: 15.5px; padding: 3px 0; }
.footer-right { text-align: right; }
.footer-right .phone { font-size: 26px; letter-spacing: .06em; margin-top: 8px; color: var(--footer-text); }
.footer-bottom { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 40px; max-width: 1200px; margin: 50px auto 0; padding: 0 36px; align-items: center; }
.footer-bottom .copy { grid-column: 2; font-size: 14.5px; }
.footer-social { text-align: right; display: flex; gap: 14px; justify-content: flex-end; }
.footer-social a { display: inline-flex; opacity: .8; }
.footer-social a:hover { opacity: 1; }
.footer-social svg { width: 22px; height: 22px; fill: var(--footer-text); }

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .header-inner { flex-direction: column; }
  .brand .sub { margin-left: 0; text-align: center; font-size: 15px; }
  .brand { align-self: center; text-align: center; }
  .brand .box { margin: 0 auto; }
  .site-nav { margin-top: 12px; align-self: center; }
  .site-nav a { margin-left: 26px; font-size: 16px; }
  .site-nav ul li:first-child a { margin-left: 0; }
  .home-row { grid-template-columns: 1fr; text-align: center; gap: 26px; margin-top: 50px; }
  .home-row .word { font-size: 52px; }
  .home-row.rev .pic { order: -1; }
  .tagline-bar h1 { font-size: 17px; }
  .areas-bar { font-size: 17px; letter-spacing: .12em; }
  .page-title { font-size: 32px; }
  .svc-cards, .contact-top, .about-grid, .cf-row { grid-template-columns: 1fr; }
  .about-grid { gap: 30px; margin-top: 50px; }
  .about-grid .word { font-size: 64px; }
  .contact-top .word { font-size: 58px; }
  .contact-top .who, .contact-top .icons { text-align: left; justify-content: flex-start; }
  .split-row { grid-template-columns: 1fr; }
  .split-row .img-half { min-height: 300px; }
  .split-row .list-half { padding: 44px 24px; }
  .aerial-band { background-attachment: scroll; min-height: 300px; }
  .site-footer .cols, .footer-bottom { grid-template-columns: 1fr; text-align: center; }
  .footer-right, .footer-social { text-align: center; justify-content: center; }
  .footer-bottom .copy { grid-column: 1; }
  .cf-row { gap: 0; }
}

/* ---------- Turnstile human-verification widget (contact form) ---------- */
.cf-turnstile-field { margin: 18px 0 4px; min-height: 65px; }
