/* ==========================================================
   CJ Pantel — Web Design
   "Friendly Manitoba" — prairie dusk navy, Golden Boy gold,
   aurora glow, warm paper daylight.
   ========================================================== */

:root {
  --night:      #101c33;
  --night-deep: #0b1426;
  --gold:       #f2b33d;
  --gold-deep:  #d99a1f;
  --aurora:     #6fe3a5;
  --aurora-2:   #7aa8ff;
  --paper:      #fbf6ec;
  --paper-deep: #f3ead8;
  --ink:        #1e2a3a;
  --ink-soft:   #52627a;
  --line:       #e3d8c2;

  --font-display: "Bricolage Grotesque", Georgia, serif;
  --font-body: "Instrument Sans", system-ui, sans-serif;
  --font-plate: "Oswald", "Arial Narrow", sans-serif;

  --wrap: 1080px;
  --radius: 14px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 1.0625rem;
}

img { max-width: 100%; display: block; }

h1, h2, h3 { font-family: var(--font-display); line-height: 1.08; }
h2 { font-size: clamp(1.9rem, 4vw, 2.75rem); font-weight: 800; letter-spacing: -0.01em; margin-bottom: 0.6em; }
h3 { font-size: 1.2rem; font-weight: 700; }

a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.center { text-align: center; }

.eyebrow {
  font-family: var(--font-plate);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #a5540f;
  margin-bottom: 14px;
}
.eyebrow-gold { color: var(--gold); }

.section-lede { max-width: 44ch; color: var(--ink-soft); margin-bottom: 44px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold {
  background: var(--gold);
  color: var(--night-deep);
  box-shadow: 0 4px 18px rgba(242, 179, 61, 0.35);
}
.btn-gold:hover { background: #f7c25c; }
.btn-navy { background: var(--night); color: var(--paper); }
.btn-navy:hover { background: #1c2d4f; }
.btn-ghost { color: var(--paper); border-color: rgba(251, 246, 236, 0.4); }
.btn-ghost:hover { border-color: var(--paper); }
.btn-full { width: 100%; border: none; font-size: 1.05rem; }

/* ---------- header ---------- */
.site-header {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 22px 24px;
  color: var(--paper);
}
.brand {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.35rem;
  text-decoration: none;
  letter-spacing: -0.02em;
}
.brand span { color: var(--gold); }
.site-nav { display: flex; gap: 26px; align-items: center; }
.site-nav a {
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  opacity: 0.85;
}
.site-nav a:hover { opacity: 1; }
.site-nav .nav-cta {
  background: var(--gold);
  color: var(--night-deep);
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 999px;
  opacity: 1;
}

/* ---------- hero ---------- */
.hero {
  position: relative;
  background: linear-gradient(180deg, var(--night-deep) 0%, var(--night) 55%, #1a2c50 100%);
  color: var(--paper);
  overflow: hidden;
  padding: 170px 24px 0;
  text-align: center;
}
.sky { position: absolute; inset: 0; pointer-events: none; }
.aurora {
  position: absolute;
  width: 90vw; height: 55vh;
  min-width: 700px;
  filter: blur(60px);
  opacity: 0.35;
  border-radius: 50%;
}
.aurora-a {
  top: -18%; left: -12%;
  background: radial-gradient(ellipse at center, var(--aurora) 0%, transparent 65%);
  animation: drift 18s ease-in-out infinite alternate;
}
.aurora-b {
  top: -22%; right: -18%;
  background: radial-gradient(ellipse at center, var(--aurora-2) 0%, transparent 65%);
  animation: drift 22s ease-in-out infinite alternate-reverse;
}
@keyframes drift {
  from { transform: translateX(0) translateY(0); }
  to   { transform: translateX(6%) translateY(4%); }
}
.stars {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 12% 22%, rgba(255,255,255,0.9), transparent),
    radial-gradient(1px 1px at 28% 12%, rgba(255,255,255,0.7), transparent),
    radial-gradient(1.5px 1.5px at 44% 30%, rgba(255,255,255,0.6), transparent),
    radial-gradient(1px 1px at 60% 8%, rgba(255,255,255,0.8), transparent),
    radial-gradient(1.5px 1.5px at 74% 24%, rgba(255,255,255,0.7), transparent),
    radial-gradient(1px 1px at 88% 14%, rgba(255,255,255,0.85), transparent),
    radial-gradient(1px 1px at 36% 44%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1px 1px at 80% 40%, rgba(255,255,255,0.5), transparent);
}
.hero-inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }

.plate {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--paper);
  color: var(--night-deep);
  border: 3px solid var(--night-deep);
  border-radius: 8px;
  padding: 7px 16px;
  box-shadow: 0 3px 0 rgba(0,0,0,0.35);
  margin-bottom: 30px;
  transform: rotate(-1.5deg);
}
.plate-bolt {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #b9ad93;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.4);
}
.plate-text {
  font-family: var(--font-plate);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
}
.plate-sub {
  font-family: var(--font-plate);
  font-weight: 500;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a5540f;
  border-left: 1.5px solid var(--line);
  padding-left: 12px;
}

.hero h1 {
  font-size: clamp(2.5rem, 6.5vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
}
.hero h1 em {
  font-style: normal;
  color: var(--gold);
}
.hero-lede {
  font-size: 1.15rem;
  color: rgba(251, 246, 236, 0.78);
  max-width: 52ch;
  margin: 0 auto 36px;
}
.hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 90px; }

.horizon { position: relative; z-index: 2; }
.skyline {
  display: block;
  width: 100%;
  height: clamp(70px, 11vw, 160px);
  color: #060d1c;
  margin-bottom: -1px;
}

/* ---------- about ---------- */
.about { background: var(--paper); }
.about-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 72px;
  align-items: center;
}
.photo-arch {
  border-radius: 170px 170px var(--radius) var(--radius);
  overflow: hidden;
  border: 4px solid var(--night);
  box-shadow: 10px 10px 0 var(--gold);
}
.photo-arch img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/4.6; }
.photo-caption {
  font-family: var(--font-plate);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  text-align: center;
  margin-top: 22px;
}
.about-copy p { margin-bottom: 1.1em; color: var(--ink-soft); }
.about-copy p:first-of-type { color: var(--ink); }
.about-copy .btn { margin-top: 10px; }

/* ---------- services ---------- */
.services { background: var(--paper-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.services h2 { max-width: 21ch; }

.card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.svc-card {
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(30, 42, 58, 0.09); }
.svc-icon {
  width: 46px; height: 46px;
  display: grid; place-items: center;
  background: var(--night);
  color: var(--gold);
  border-radius: 12px;
  margin-bottom: 16px;
}
.svc-icon svg { width: 24px; height: 24px; }
.svc-card h3 { margin-bottom: 8px; }
.svc-card p { color: var(--ink-soft); font-size: 0.98rem; }

.purpose {
  margin-top: 44px;
  background: var(--night);
  color: var(--paper);
  border-radius: var(--radius);
  padding: 38px 42px;
}
.purpose-title { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; margin-bottom: 18px; }
.purpose ul { list-style: none; }
.purpose li { padding-left: 28px; position: relative; margin-bottom: 10px; color: rgba(251, 246, 236, 0.82); }
.purpose li::before { content: "→"; position: absolute; left: 0; color: var(--gold); }
.purpose li strong { color: var(--paper); }
.purpose-note { margin-top: 18px; font-style: italic; color: var(--aurora); font-size: 0.95rem; }

/* ---------- work ---------- */
.work { background: var(--paper); }
.work-card {
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--paper);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.work-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(30, 42, 58, 0.1); }
.work-preview {
  aspect-ratio: 16/10;
  display: grid;
  place-items: center;
  border-bottom: 1.5px solid var(--line);
}
.work-preview span {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
  padding: 0 20px;
  text-align: center;
}
.wp-lawn  { background: linear-gradient(135deg, #3e7a4e, #2a5738); }
.wp-dogs  { background: linear-gradient(135deg, #d96f32, #b34a18); }
.wp-paint { background: linear-gradient(135deg, #3a6ea5, #274d78); }
.work-meta { padding: 20px 22px 24px; }
.work-meta p { color: var(--ink-soft); font-size: 0.95rem; margin-top: 4px; }
.text-link {
  display: inline-block;
  margin-top: 12px;
  font-weight: 600;
  color: #a5540f;
  text-decoration: none;
  border-bottom: 2px solid var(--gold);
}
.text-link:hover { color: var(--night); }
.work-cta { text-align: center; margin-top: 48px; font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; }
.work-cta a { color: #a5540f; text-decoration-color: var(--gold); text-decoration-thickness: 2.5px; text-underline-offset: 4px; }

/* ---------- pricing (night) ---------- */
.pricing {
  position: relative;
  background: linear-gradient(180deg, var(--night-deep), var(--night));
  color: var(--paper);
  overflow: hidden;
}
.pricing .wrap { position: relative; z-index: 2; }
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 60px;
  align-items: start;
  margin-top: 20px;
}
.price { display: flex; align-items: baseline; gap: 14px; }
.price-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(3.4rem, 7vw, 5rem);
  color: var(--gold);
  letter-spacing: -0.03em;
}
.price-unit {
  font-family: var(--font-plate);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.85rem;
  color: rgba(251, 246, 236, 0.7);
}
.price-plus { font-family: var(--font-display); font-size: 2rem; color: rgba(251, 246, 236, 0.5); margin: 4px 0; }
.price-note { margin-top: 22px; color: rgba(251, 246, 236, 0.72); max-width: 36ch; }

.price-includes {
  background: rgba(251, 246, 236, 0.06);
  border: 1.5px solid rgba(251, 246, 236, 0.14);
  border-radius: var(--radius);
  padding: 34px 36px;
}
.price-includes h3 { color: var(--gold); margin-bottom: 16px; }
.price-includes ul { list-style: none; }
.price-includes li { padding-left: 30px; position: relative; margin-bottom: 12px; color: rgba(251, 246, 236, 0.88); }
.price-includes li::before { content: "✓"; position: absolute; left: 0; color: var(--aurora); font-weight: 700; }
.maint-note {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(251, 246, 236, 0.14);
  font-size: 0.92rem;
  color: rgba(251, 246, 236, 0.65);
}
.maint-note strong { color: rgba(251, 246, 236, 0.9); }

.pricing-quote {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.3rem;
  text-align: center;
  max-width: 46ch;
  margin: 64px auto 32px;
  color: rgba(251, 246, 236, 0.9);
}

/* ---------- contact ---------- */
.contact { background: var(--paper); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 72px;
  align-items: start;
}
.contact-intro p { color: var(--ink-soft); max-width: 38ch; }
.contact-details { list-style: none; margin-top: 28px; }
.contact-details li { margin-bottom: 10px; font-weight: 600; }
.contact-details a { text-decoration: none; border-bottom: 2px solid var(--gold); }
.contact-details a:hover { color: #a5540f; }

.contact-form {
  background: var(--paper-deep);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 38px;
}
.hidden-field { display: none; }
.field { margin-bottom: 20px; }
.field label {
  display: block;
  font-family: var(--font-plate);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 7px;
}
.field input, .field textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: 10px;
  padding: 13px 15px;
}
.field input:focus, .field textarea:focus { border-color: var(--gold); }
.field textarea { resize: vertical; }

/* ---------- footer ---------- */
.site-footer {
  background: var(--night-deep);
  color: var(--paper);
  padding: 52px 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 48px;
  align-items: start;
}
.brand-footer { font-size: 1.2rem; }
.brand-footer small { font-family: var(--font-body); font-weight: 400; color: rgba(251, 246, 236, 0.55); font-size: 0.85rem; }
.footer-tag { color: var(--gold); font-size: 0.95rem; margin-top: 6px; }
.footer-nav { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-nav a, .footer-contact a {
  color: rgba(251, 246, 236, 0.75);
  text-decoration: none;
  font-size: 0.95rem;
}
.footer-nav a:hover, .footer-contact a:hover { color: var(--gold); }
.footer-contact { display: flex; flex-direction: column; gap: 8px; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .about-grid, .pricing-grid, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .about-photo { max-width: 320px; margin: 0 auto; }
  .card-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 720px) {
  .site-header { padding: 18px 20px; }
  .site-nav a:not(.nav-cta) { display: none; }
  .section { padding: 68px 0; }
  .hero { padding-top: 130px; }
  .hero-ctas { margin-bottom: 64px; }
  .purpose { padding: 28px 24px; }
  .contact-form { padding: 26px 22px; }
}
