/* Five Star Lawn Services — Design DNA
   Mood: A premium, polished grounds-crew outfit in Abilene — closer to a
   five-star hotel's landscaping team than a mow-and-go truck. Cool
   midnight-navy and metal, not earthy gold or green.
   Color: midnight navy canvas (dark brand base), platinum/silver neutral +
   champagne-star accent (Committed cool/dark-lane palette — distinct hue
   and much cooler than every warm/earthy build in this pool, and distinct
   from the charcoal/amber-rust dark build already in the pool)
   Type: Zilla Slab (display, slab serif) + Mulish (body, clean grotesk)
   Layout: dark hero, horizontal star-rating-style strip (no numeric rating
   claimed), editorial alternating service rows
   Motion: calm, slow fades — quint easing
   Signature element: a five-point star constellation trail — a line
   connecting star points — drawing across the dark hero in champagne
*/

:root {
  --navy: oklch(24% 0.03 255);
  --navy-alt: oklch(29% 0.035 255);
  --navy-deep: oklch(18% 0.025 255);
  --ink: oklch(94% 0.01 90);
  --ink-soft: oklch(76% 0.012 90);
  --platinum: oklch(82% 0.005 250);
  --champagne: oklch(78% 0.08 85);
  --champagne-dark: oklch(64% 0.09 82);
  --line: oklch(38% 0.02 255);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Mulish', sans-serif;
  background: var(--navy);
  color: var(--ink);
  line-height: 1.65;
}

h1, h2, h3, .display {
  font-family: 'Zilla Slab', serif;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--ink);
}

a { color: inherit; text-decoration: none; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 32px; }

/* ---- Nav ---- */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 32px;
  max-width: 1120px;
  margin: 0 auto;
}
.nav-brand { font-family: 'Zilla Slab', serif; font-size: 20px; font-weight: 600; }
.nav-brand span { color: var(--champagne); }
.nav-links { display: flex; gap: 30px; font-size: 15px; }
.nav-links a { color: var(--ink-soft); transition: color 0.25s ease; }
.nav-links a:hover { color: var(--champagne); }
.nav-cta {
  background: var(--champagne);
  color: var(--navy-deep) !important;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
}

/* ---- Hero ---- */
.hero {
  max-width: 900px;
  margin: 30px auto 0;
  padding: 30px 32px 0;
  text-align: center;
}
.hero h1 {
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.1;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeUp 0.9s cubic-bezier(0.22,1,0.36,1) forwards;
}
.hero .sub {
  font-size: 17px;
  color: var(--ink-soft);
  max-width: 560px;
  margin: 0 auto 30px;
  opacity: 0;
  animation: fadeUp 0.9s cubic-bezier(0.22,1,0.36,1) 0.18s forwards;
}
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; opacity: 0; animation: fadeUp 0.9s cubic-bezier(0.22,1,0.36,1) 0.34s forwards; }

.btn-primary {
  background: var(--champagne);
  color: var(--navy-deep);
  padding: 14px 28px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  transition: background 0.25s ease;
}
.btn-primary:hover { background: var(--champagne-dark); }
.btn-secondary {
  border: 1.5px solid var(--line);
  padding: 14px 28px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 15px;
  color: var(--ink);
  transition: border-color 0.25s ease;
}
.btn-secondary:hover { border-color: var(--champagne); }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Signature element: star constellation trail */
.star-band {
  max-width: 640px;
  margin: 44px auto 0;
  padding: 0 32px;
}
.star-svg { width: 100%; height: auto; display: block; }
.star-line {
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  animation: drawStar 2s ease-out 0.4s forwards;
}
.star-point { opacity: 0; animation: pointIn 0.5s ease-out forwards; }
@keyframes drawStar { to { stroke-dashoffset: 0; } }
@keyframes pointIn { to { opacity: 1; } }

/* ---- Sections ---- */
section { padding: 76px 0; }
.section-light { background: var(--platinum); color: var(--navy-deep); }
.section-light h2, .section-light h3, .section-light .section-label { color: var(--navy-deep); }
.section-light p { color: oklch(38% 0.01 250); }
.section-head { text-align: center; }
.section-label {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  color: var(--champagne);
  font-weight: 700;
  margin-bottom: 12px;
}
.section-head h2 { font-size: clamp(27px, 3.4vw, 38px); margin-bottom: 16px; max-width: 640px; margin-left: auto; margin-right: auto; }
.section-head p { color: var(--ink-soft); font-size: 16.5px; max-width: 560px; margin: 0 auto; }

/* ---- Editorial alternating service rows ---- */
.service-rows { margin-top: 48px; display: flex; flex-direction: column; gap: 0; }
.service-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 28px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
  align-items: baseline;
}
.service-row:last-child { border-bottom: 1px solid var(--line); }
.service-row .num { font-family: 'Zilla Slab', serif; font-size: 32px; color: var(--champagne); }
.service-row h3 { font-size: 21px; margin-bottom: 8px; }
.service-row p { color: var(--ink-soft); font-size: 15.5px; max-width: 640px; }

.section-light .service-row { border-color: oklch(70% 0.01 250); }
.section-light .service-row .num { color: var(--champagne-dark); }
.section-light .service-row p { color: oklch(38% 0.01 250); }

/* ---- CTA band ---- */
.cta-band {
  background: var(--navy-deep);
  color: white;
  text-align: center;
  padding: 68px 32px;
  border-radius: 10px;
  border: 1px solid var(--line);
}
.cta-band h2 { color: white; font-size: clamp(26px, 3.4vw, 36px); margin-bottom: 14px; }
.cta-band p { color: var(--ink-soft); margin-bottom: 26px; }

/* ---- Footer ---- */
footer {
  padding: 38px 32px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  color: var(--ink-soft);
  text-align: center;
}

/* ---- Inner pages ---- */
.page-header { padding: 56px 32px 36px; max-width: 780px; margin: 0 auto; text-align: center; }
.page-header h1 { font-size: clamp(30px, 4.2vw, 42px); margin-bottom: 14px; }
.page-header p { font-size: 17px; color: var(--ink-soft); }

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  max-width: 1120px;
  margin: 0 auto 76px;
  padding: 0 32px;
}
.contact-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 34px;
  background: var(--navy-alt);
}
.contact-card a.phone { font-family: 'Zilla Slab', serif; font-size: 25px; color: var(--champagne); display: block; margin: 8px 0 22px; }
.contact-row { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.contact-row:last-child { border-bottom: none; }

form.light-form { display: flex; flex-direction: column; gap: 15px; }
form.light-form label { font-size: 14px; font-weight: 600; color: var(--ink); }
form.light-form input, form.light-form select, form.light-form textarea {
  border: 1.5px solid var(--line);
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 15px;
  font-family: inherit;
  background: var(--navy-deep);
  color: var(--ink);
}
form.light-form textarea { resize: vertical; min-height: 88px; }
form.light-form button {
  background: var(--champagne);
  color: var(--navy-deep);
  border: none;
  padding: 14px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  margin-top: 6px;
  transition: background 0.25s ease;
}
form.light-form button:hover { background: var(--champagne-dark); }

@media (max-width: 780px) {
  .contact-layout { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 1fr; gap: 8px; }
  .nav-links { display: none; }
}
