/* College Bros Outdoor Services — design system (one shared stylesheet)
 * Brand: premium gold-on-green, system fonts only, pill buttons,
 * radius 12/20/28, glass badges, 3% grain, reveal-on-scroll.
 * Markup contracts live in site/build.js + assets/js/site.js.
 */

/* ---------------------------------------------------------------- tokens */
:root {
  --green: #254421;
  --green-dark: #1a3118;
  --green-light: #2f5a29;
  --gold: #e2b93b;
  --gold-light: #f0d06a;
  --gold-dark: #c9a230;
  /* gold for TEXT on light backgrounds — #c9a230 is only ~2.2:1 on cream;
   * #7d6314 is >=4.7:1 on #fff, cream, warm-white, off-white and #fdf7e7 (AA) */
  --gold-text: #7d6314;
  --cream: #faf8f4;
  --warm-white: #f5f2ec;
  --off-white: #edeae4;
  --ink: #22301f;
  --text: #1f2a1c;
  --text-light: #51604c;
  --line: #e3dfd6;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --shadow-sm: 0 1px 2px rgba(26, 49, 24, 0.05), 0 3px 12px rgba(26, 49, 24, 0.07);
  --shadow-md: 0 2px 6px rgba(26, 49, 24, 0.06), 0 12px 34px rgba(26, 49, 24, 0.13);
  --shadow-lg: 0 22px 60px rgba(26, 49, 24, 0.2);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --container: 1140px;
  /* vertical rhythm scale — sections and intra-section gaps only ever use
   * these steps, so page rhythm stays consistent */
  --space-2: 12px;
  --space-3: 20px;
  --space-4: 28px;
  --space-5: 44px;
  --space-6: 72px;
}
@media (max-width: 767px) {
  :root { --space-5: 32px; --space-6: 52px; }
}

/* ----------------------------------------------------------------- reset */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img, svg, video, canvas { max-width: 100%; height: auto; display: block; }
[hidden] { display: none !important; }
a { color: var(--green); text-decoration-color: var(--gold); text-underline-offset: 2px; }
a:hover { color: var(--gold-dark); }
h1, h2, h3, h4 { line-height: 1.18; color: var(--green-dark); font-weight: 800; letter-spacing: -0.015em; margin: 0 0 0.6em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(1.65rem, 3.4vw, 2.45rem); letter-spacing: -0.02em; }
h3 { font-size: 1.18rem; }
p { margin: 0 0 1em; }
ul, ol { padding-left: 1.3em; }
table { border-collapse: collapse; width: 100%; }
button { font: inherit; cursor: pointer; }
fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
legend { padding: 0; }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
  border-radius: 4px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  clip: rect(0 0 0 0); clip-path: inset(50%);
  overflow: hidden; white-space: nowrap;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 300;
  background: var(--gold);
  color: var(--green-dark);
  font-weight: 700;
  padding: 0.6rem 1.2rem;
  border-radius: 0 0 var(--radius-sm) 0;
}
.skip-link:focus { left: 0; }

/* ----------------------------------------------------------------- layout */
.container { max-width: var(--container); margin: 0 auto; padding: 0 22px; }
.container-narrow { max-width: 820px; }
.section { padding: var(--space-6) 0; }
.section h2 { text-align: center; }

/* section heading block: kicker + title + sub, one rhythm everywhere */
.section-head { max-width: 760px; margin: 0 auto var(--space-5); text-align: center; }
.section-head h2 { margin: 0; }
.section-head .section-kicker { margin: 0 0 10px; }
.section-head .section-sub { margin: 14px auto 0; }
.section-head-left { margin-left: 0; text-align: left; }
.section-head-left h2 { text-align: left; }
.section-head-left .section-kicker { text-align: left; }
.section-head-light h2 { color: #fff; }
.section-head-light .section-sub { color: rgba(255, 255, 255, 0.78); }

.section-kicker {
  text-align: center;
  color: var(--gold-text);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.section-sub { text-align: center; color: var(--text-light); max-width: 640px; margin: -0.4rem auto 1.8rem; font-size: 1.02rem; }
.center { text-align: center; }
.gold { color: var(--gold); }
.cta-row-after { margin: var(--space-5) 0 0; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* alternating section bands: every even top-level section gets the warm
 * tint + hairlines, so long pages never read as one flat cream sheet.
 * Sections with a strong background of their own opt out below. */
main > section:nth-of-type(even):not(.hero):not(.section-quote):not(.section-cta):not(.trust-strip) {
  background: var(--warm-white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

/* subtle grain overlay — pre-rendered 64x64 alpha-noise PNG tile (PERF: the
 * old feTurbulence SVG data-URI forced an expensive full-viewport filter
 * rasterization on first paint; the PNG just tiles). Tile is black pixels
 * with uniform-random alpha, so opacity .06 ~= the old 3% grain. */
.grain {
  position: fixed;
  inset: 0;
  z-index: 250;
  pointer-events: none;
  opacity: 0.06;
  background-image: url("data:image/png;base64,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");
  background-repeat: repeat;
}
@media (max-width: 767px) {
  .grain { display: none; } /* PERF: no full-viewport compositing layer on phones */
}

/* --------------------------------------------------------------- buttons */
.btn {
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 0.78rem 1.7rem;
  font-weight: 800;
  font-size: 0.98rem;
  text-decoration: none;
  text-align: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-sm { padding: 0.5rem 1.15rem; font-size: 0.88rem; white-space: nowrap; }
.btn-gold { background: var(--gold); color: var(--green-dark); box-shadow: var(--shadow-sm); }
.btn-gold:hover { background: var(--gold-light); color: var(--green-dark); box-shadow: var(--shadow-md); }
.btn-ghost { border-color: var(--green); color: var(--green); background: transparent; }
.btn-ghost:hover { background: var(--green); color: #fff; }
.btn-ghost-light { border-color: rgba(255, 255, 255, 0.65); color: #fff; background: transparent; }
.btn-ghost-light:hover { background: rgba(255, 255, 255, 0.12); color: #fff; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 1.4rem; }
.cta-row-center { justify-content: center; }

/* ------------------------------------------------------------ site header */
.site-header {
  background: var(--green);
  color: #fff;
  position: relative;
  z-index: 120;
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.18rem;
  white-space: nowrap;
}
.brand:hover { color: #fff; }
.brand-logo { width: 81px; height: 54px; flex: 0 0 auto; }
@media (max-width: 920px) { .brand-logo { width: 69px; height: 46px; } }
.brand-mark-gold { width: 53px; height: 24px; }
.site-nav { flex: 1; }
.site-nav ul { display: flex; flex-wrap: wrap; gap: 2px 16px; list-style: none; margin: 0; padding: 0; justify-content: center; }
.site-nav a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  padding: 4px 2px;
}
.site-nav a:hover { color: var(--gold); }
.nav-extra { display: none; }
.header-ctas { display: flex; align-items: center; gap: 14px; }
.header-phone { color: var(--gold); font-weight: 800; text-decoration: none; white-space: nowrap; font-size: 0.95rem; }
.header-phone:hover { color: var(--gold-light); }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius-sm);
}
.nav-toggle span { display: block; height: 2px; background: #fff; border-radius: 2px; transition: transform 0.2s ease, opacity 0.2s ease; }
body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 920px) {
  .nav-toggle { display: flex; }
  .header-phone { display: none; }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--green-dark);
    box-shadow: var(--shadow-lg);
    padding: 12px 22px 22px;
    border-radius: 0 0 var(--radius-md) var(--radius-md);
  }
  body.nav-open .site-nav { display: block; }
  .site-nav ul { flex-direction: column; gap: 0; }
  .site-nav a { display: block; padding: 11px 4px; font-size: 1.05rem; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  .nav-extra { display: block; }
}

/* floating nav (appears on scroll) */
.floating-nav {
  position: fixed;
  top: 12px;
  left: 50%;
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 12px 8px 16px;
  background: rgba(26, 49, 24, 0.92);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  box-shadow: var(--shadow-lg);
  transform: translate(-50%, -180%);
  transition: transform 0.3s ease;
}
.floating-nav.is-visible { transform: translate(-50%, 0); }
.floating-nav .brand { font-size: 1rem; }
.float-phone { color: var(--gold); font-weight: 800; text-decoration: none; font-size: 0.92rem; white-space: nowrap; }
@media (max-width: 640px) {
  .floating-nav { display: none; } /* sticky bottom bar covers mobile */
}

/* ------------------------------------------------------------ breadcrumbs */
.breadcrumbs { background: var(--warm-white); border-bottom: 1px solid var(--line); font-size: 0.84rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 11px 0; }
.breadcrumbs li + li::before { content: "\203A"; color: var(--gold-dark); margin-right: 8px; font-weight: 700; }
.breadcrumbs a { color: var(--text-light); text-decoration: none; }
.breadcrumbs a:hover { color: var(--green); text-decoration: underline; }
.breadcrumbs [aria-current] { color: var(--green-dark); font-weight: 700; }

/* ------------------------------------------------------------------- hero */
.hero {
  position: relative;
  background: linear-gradient(160deg, var(--green-dark) 0%, var(--green) 55%, var(--green-light) 100%);
  color: #fff;
  overflow: hidden;
}
/* gold hairline anchors the hero to the page, echoing the package sheet */
.hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold) 45%, var(--gold-light));
  z-index: 4;
}
.hero-inner { position: relative; z-index: 3; padding-top: 92px; padding-bottom: 92px; max-width: 880px; }
.hero h1 { color: #fff; margin-bottom: 0.4em; }
.hero-kicker {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 1.1rem;
}
.hero-sub { color: rgba(255, 255, 255, 0.88); font-size: 1.13rem; max-width: 56ch; line-height: 1.6; }
@media (max-width: 767px) {
  .hero-inner { padding-top: 64px; padding-bottom: 64px; }
}
.hero-bg { position: absolute; inset: 0; z-index: 1; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.34; }
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(26, 49, 24, 0.88) 10%, rgba(37, 68, 33, 0.66) 60%, rgba(47, 90, 41, 0.55) 100%);
}
#hero3d { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
#hero3d canvas, .hero3d-canvas { position: absolute; inset: 0; width: 100% !important; height: 100% !important; }
.hero-sub-page .hero-inner { padding-top: 56px; padding-bottom: 56px; }
.hero .btn-ghost { border-color: rgba(255, 255, 255, 0.7); color: #fff; }
.hero .btn-ghost:hover { background: rgba(255, 255, 255, 0.14); color: #fff; }

.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 1.3rem; }
.badge-glass {
  display: inline-block;
  padding: 0.42rem 1rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  /* PERF: backdrop-filter is expensive on mobile GPUs — solid tint instead */
  .badge-glass {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: rgba(26, 49, 24, 0.55);
  }
}

/* ------------------------------------------------------------ trust strip */
.trust-strip { background: var(--green-dark); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding-top: 22px; padding-bottom: 22px; }
.trust-item { text-align: center; }
.trust-title { color: var(--gold); font-weight: 800; font-size: 1.12rem; margin: 0; }
.trust-sub { color: rgba(255, 255, 255, 0.75); font-size: 0.84rem; margin: 0; }
@media (max-width: 760px) { .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 16px 10px; } }

/* -------------------------------------------------------- cards and grids */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); gap: 18px; }
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 26px 24px;
  box-shadow: var(--shadow-sm);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.card:hover { border-color: var(--gold); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.card h3 { margin-bottom: 0.45em; }
.card p { margin: 0; color: var(--text-light); font-size: 0.97rem; }

.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.service-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  text-decoration: none;
  color: var(--text);
  box-shadow: var(--shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--gold); color: var(--text); }
.service-card-img { position: relative; aspect-ratio: 16 / 10; background: var(--green-light); }
.service-card-img img { width: 100%; height: 100%; object-fit: cover; }
.badge-new {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--gold);
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
}
.service-card-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.service-card-body h3 { margin: 0; }
.service-card-body p { margin: 0; color: var(--text-light); font-size: 0.93rem; }
.service-card-price { color: var(--gold-text); font-weight: 800; }
.service-card-link { margin-top: auto; color: var(--green); font-weight: 700; font-size: 0.92rem; }
.service-card:hover .service-card-link { color: var(--gold-dark); }

.city-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; margin-bottom: var(--space-4); }
.city-card {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 20px 22px;
  text-decoration: none;
  color: var(--text);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.city-card:hover { border-color: var(--gold); box-shadow: var(--shadow-sm); color: var(--text); }
.city-card h3 { margin-bottom: 0.3em; font-size: 1.05rem; }
.city-card p { margin: 0; color: var(--text-light); font-size: 0.88rem; }

/* ------------------------------------------------------------------ steps */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; counter-reset: step; }
.step { display: flex; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); padding: 22px; box-shadow: var(--shadow-sm); }
.step-num {
  flex: 0 0 auto;
  width: 40px; height: 40px;
  display: grid; place-items: center;
  background: var(--gold);
  color: var(--green-dark);
  font-weight: 800;
  border-radius: 50%;
}
.step h3 { margin-bottom: 0.3em; font-size: 1.05rem; }
.step p { margin: 0; color: var(--text-light); font-size: 0.94rem; }

/* ---------------------------------------------------------------- pricing */
/* Components mirror the published Lawn Care Packages PDF: white cards,
 * hairline table rows, uppercase micro-headers, gold accents on Premium. */
.table-wrap { overflow-x: auto; border-radius: var(--radius-sm); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm); }
.pricing-table th, .pricing-table td { padding: 13px 18px; text-align: left; border-bottom: 1px solid var(--line); }
.pricing-table thead th { background: var(--green); color: #fff; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.pricing-table tbody tr:last-child th, .pricing-table tbody tr:last-child td { border-bottom: 0; }
.pricing-table tbody th { font-weight: 600; color: var(--text); }
.pricing-table td { font-weight: 800; color: var(--green-dark); white-space: nowrap; }
.pricing-includes { text-align: center; margin: 1.2rem auto 0; max-width: 640px; color: var(--text-light); }
.pricing-note { text-align: center; color: var(--text-light); font-size: 0.86rem; max-width: 560px; margin: var(--space-4) auto 0; }
.pricing-lead { margin: 0 auto var(--space-5); max-width: 820px; }
.pricing-lead p:last-child { margin-bottom: 0; }

/* BASIC / PREMIUM package cards */
.pkg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: var(--space-4); align-items: start; }
.pkg-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 28px 26px 24px;
  box-shadow: var(--shadow-md);
  border-top: 4px solid var(--green);
}
.pkg-card-premium { border-top-color: var(--gold); }
.pkg-badge {
  display: inline-block;
  margin: 0 0 14px;
  padding: 0.28rem 0.85rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--off-white);
  color: var(--green-dark);
}
.pkg-card-premium .pkg-badge { background: #fdf0ca; color: var(--gold-text); }
.pkg-card-premium .pkg-badge::before { content: "\2605\00a0"; }
.pkg-name { margin: 0 0 0.35em; font-size: 1.45rem; }
.pkg-includes { margin: 0; font-weight: 700; color: var(--text); font-size: 0.97rem; }
.pkg-includes-sub { margin: 2px 0 0; color: var(--text-light); font-size: 0.88rem; }
.pkg-table-wrap { overflow-x: auto; margin-top: 18px; }
.pkg-table { margin: 0; }
.pkg-table th, .pkg-table td { padding: 11px 8px; border-bottom: 1px solid var(--line); }
.pkg-table thead th {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-light);
  text-align: right;
  border-bottom: 2px solid var(--line);
}
.pkg-table thead th:first-child, .pkg-table tbody th { text-align: left; }
.pkg-table tbody th { font-weight: 600; color: var(--text); font-size: 0.95rem; white-space: nowrap; }
.pkg-table tbody tr:last-child th, .pkg-table tbody tr:last-child td { border-bottom: 0; }
.pkg-table td { text-align: right; font-weight: 800; color: var(--green-dark); font-variant-numeric: tabular-nums; }
.pkg-card-premium .pkg-table td { color: var(--gold-text); }
.pkg-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 22px;
  justify-content: center;
  margin: var(--space-3) auto 0;
  color: var(--text-light);
  font-size: 0.86rem;
}
.pkg-legend strong { color: var(--green-dark); }

/* pricing sub-blocks: add-ons + surcharges */
.pricing-subsection { margin-top: var(--space-5); }
.pricing-subhead {
  text-align: center;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green-dark);
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 var(--space-3);
}
.pricing-subhead::before, .pricing-subhead::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.pricing-subintro { text-align: center; color: var(--text-light); font-size: 0.92rem; margin: -8px 0 var(--space-3); }
.pricing-disclaimer { text-align: center; color: var(--gold-text); font-size: 0.88rem; font-style: italic; margin: var(--space-3) auto 0; max-width: 640px; }
.pricing-pdf { margin: var(--space-4) 0 0; font-size: 0.95rem; }
.pricing-pdf a { font-weight: 700; }

.addon-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 14px; }
@media (min-width: 900px) { .addon-grid { grid-template-columns: repeat(4, 1fr); } }
.addon-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  box-shadow: var(--shadow-sm);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.addon-card:hover { border-color: var(--gold); box-shadow: var(--shadow-md); }
.addon-name { margin: 0; font-weight: 700; color: var(--text); font-size: 0.92rem; }
.addon-price { margin: 2px 0 0; font-weight: 800; color: var(--green-dark); font-size: 1.3rem; }
.addon-note { margin: 1px 0 0; color: var(--text-light); font-size: 0.8rem; }

.surcharge-table td { font-variant-numeric: tabular-nums; }
.surcharge-table .surcharge-desc { font-weight: 400; color: var(--text-light); font-size: 0.9rem; white-space: normal; min-width: 220px; }

.price-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.price-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 26px 20px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.price-card:hover { border-color: var(--gold); box-shadow: var(--shadow-md); }
.price-card-label { font-weight: 700; color: var(--text); margin: 0 0 0.3rem; font-size: 0.95rem; }
.price-card-value { color: var(--green-dark); font-weight: 800; font-size: 1.5rem; margin: 0; }
.price-card-sub { color: var(--text-light); font-size: 0.82rem; margin: 0.2rem 0 0; }

/* ------------------------------------------------------- before/after (ba) */
.section-ba .container { max-width: 980px; }
.ba-pair { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px; }
.ba { margin: 0; }
.ba-frame {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: var(--off-white);
}
.ba-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* no-JS default: static 50/50 split; JS drives inline clip-path from the range */
.ba-img[data-ba-after] { clip-path: inset(0 0 0 50%); }
.ba input[type="range"] {
  width: 100%;
  margin-top: 12px;
  accent-color: var(--gold-dark);
}
.ba figcaption { color: var(--text-light); font-size: 0.86rem; margin-top: 6px; }
.ba.ba-webgl canvas { position: absolute; inset: 0; width: 100%; height: 100%; }

/* ---------------------------------------------------------------- gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.gallery-item { margin: 0; }
.gallery-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); }
.gallery-item figcaption { font-size: 0.84rem; color: var(--text-light); margin-top: 6px; }

/* ----------------------------------------------------------- testimonials */
.carousel { position: relative; }
.carousel-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 2px 14px;
}
.carousel-track::-webkit-scrollbar { display: none; }
.testimonial {
  flex: 0 0 min(420px, 86%);
  scroll-snap-align: start;
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 26px 26px 22px;
  box-shadow: var(--shadow-sm);
}
.testimonial blockquote { margin: 0 0 0.9rem; }
.testimonial blockquote p { margin: 0; font-size: 0.99rem; }
.testimonial blockquote p::before { content: "\201C"; color: var(--gold); font-size: 1.6em; line-height: 0; vertical-align: -0.3em; margin-right: 2px; }
.testimonial figcaption { color: var(--text-light); font-size: 0.88rem; }
.testimonial figcaption strong { color: var(--green-dark); }
.carousel-controls { display: flex; gap: 10px; justify-content: center; margin: 4px 0 14px; }
.carousel-btn {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 2px solid var(--green);
  background: #fff;
  color: var(--green);
  font-size: 1.05rem;
  transition: background 0.15s ease, color 0.15s ease;
}
.carousel-btn:hover { background: var(--green); color: #fff; }

/* -------------------------------------------------------------------- faq */
.faq-list { margin: 0; }
.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  margin-bottom: 10px;
  overflow: hidden;
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  font-weight: 700;
  color: var(--green-dark);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--gold-dark); font-size: 1.4rem; font-weight: 800; line-height: 1; flex: 0 0 auto; }
.faq-list details[open] summary::after { content: "\2212"; }
.faq-list details[open] summary { border-bottom: 1px solid var(--line); }
.faq-answer { padding: 14px 20px 6px; color: var(--text); font-size: 0.97rem; }

/* --------------------------------------------------------------- cta band */
.cta-band {
  background: linear-gradient(150deg, var(--green-dark), var(--green));
  color: #fff;
  text-align: center;
  border-radius: var(--radius-lg);
  padding: 56px 30px;
  box-shadow: var(--shadow-md);
}
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255, 255, 255, 0.86); max-width: 620px; margin: 0 auto 0.6rem; }
.cta-band .cta-row { justify-content: center; }
.cta-band .btn-ghost { border-color: rgba(255, 255, 255, 0.7); color: #fff; }
.cta-band .btn-ghost:hover { background: rgba(255, 255, 255, 0.14); color: #fff; }

/* ------------------------------------------------------------ cross-links */
.section-crosslinks { background: var(--warm-white); border-top: 1px solid var(--line); padding: var(--space-5) 0; }
.crosslinks { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 26px; }
.crosslink-group h3 { font-size: 0.86rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-light); }
.crosslink-group ul { list-style: none; margin: 0; padding: 0; }
.crosslink-group li { margin-bottom: 7px; }
.crosslink-group a { font-size: 0.93rem; text-decoration: none; }
.crosslink-group a:hover { text-decoration: underline; }

/* ------------------------------------------------------------ quote widget */
.section-quote { background: linear-gradient(160deg, var(--green-dark), var(--green) 70%); }
.section-quote h2, .section-quote .section-sub { color: #fff; }
.section-quote .section-sub { color: rgba(255, 255, 255, 0.78); }
.quote-widget {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 30px 28px;
  box-shadow: var(--shadow-lg);
  max-width: 680px;
  margin: 0 auto;
}
.quote-progress { font-size: 0.82rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-light); margin-bottom: 6px; }
.quote-bar-track { height: 6px; background: var(--off-white); border-radius: 999px; overflow: hidden; margin-bottom: 22px; }
.quote-bar { height: 100%; background: var(--gold); border-radius: 999px; transition: width 0.25s ease; }
.quote-step legend { font-weight: 800; font-size: 1.16rem; color: var(--green-dark); margin-bottom: 14px; }
/* JS on: only the active step is visible (no flash before site.js boots) */
html.js .quote-step:not(.is-active) { display: none; }
.tile-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; }
.tile { position: relative; display: block; border: 2px solid var(--line); border-radius: var(--radius-sm); padding: 14px 14px 12px; cursor: pointer; transition: border-color 0.12s ease, background 0.12s ease; }
.tile:hover { border-color: var(--gold); }
.tile input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.tile:has(input:checked) { border-color: var(--gold-dark); background: #fdf7e7; }
.tile:has(input:focus-visible) { outline: 3px solid var(--gold); outline-offset: 2px; }
.tile-title { display: block; font-weight: 700; color: var(--green-dark); font-size: 0.95rem; }
.tile-sub { display: block; color: var(--gold-text); font-weight: 700; font-size: 0.82rem; margin-top: 2px; }
.tile-sub-muted { color: var(--text-light); font-weight: 600; }
.field { margin: 0 0 14px; }
.field label { display: block; font-weight: 700; font-size: 0.88rem; margin-bottom: 5px; color: var(--green-dark); }
.field input, .field select, .field textarea {
  width: 100%;
  font: inherit;
  padding: 11px 14px;
  border: 2px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--text);
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold-dark); outline: none; }
.quote-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 20px; }
.quote-nav .btn:only-child { margin-left: auto; }
.quote-estimate {
  background: #fdf7e7;
  border: 1px solid var(--gold);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  font-weight: 800;
  color: var(--green-dark);
}
.quote-panel { text-align: center; padding: 18px 6px 6px; }
.quote-panel h3 { font-size: 1.3rem; }
.quote-error { color: #7e1d1d; }
.quote-error h3 { color: #7e1d1d; }
.quote-error a { font-weight: 800; }
.quote-noscript { margin-top: 16px; background: var(--warm-white); border-radius: var(--radius-sm); padding: 14px 16px; font-size: 0.95rem; }
/* honeypot — visually removed, still in the DOM for bots */
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* -------------------------------------------------- booking page (/book) */
.booking-alts { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; margin: 0 0 22px; }
.booking-alt { text-align: center; }
.booking-alt h3 { margin-bottom: 0.4em; }
.booking-alt p { margin: 0 0 0.8em; }
.booking-alt p:last-child { margin-bottom: 0; }
.booking-embed {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.booking-facade { padding: 46px 24px; text-align: center; }
.booking-facade-logo { width: 105px; height: 70px; margin: 0 auto 14px; }
.booking-facade h3 { margin-bottom: 0.4em; }
.booking-facade p { max-width: 520px; margin-left: auto; margin-right: auto; }
.booking-facade-alt { color: var(--text-light); font-size: 0.92rem; margin-bottom: 0; }

/* ----------------------------------------------------------- prose / misc */
.prose h2, .prose h3 { text-align: left; margin-top: 1.5em; }
.prose img { border-radius: var(--radius-sm); margin: 1.2em 0; }
.check-list { list-style: none; padding: 0; margin: 1.4rem 0 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 10px; }
.check-list li { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 12px 16px 12px 42px; position: relative; font-size: 0.95rem; }
.check-list li::before { content: "\2713"; position: absolute; left: 16px; color: var(--gold-dark); font-weight: 800; }
.link-columns { columns: 2; list-style: none; padding: 0; margin: 1rem 0 1.6rem; }
.link-columns li { margin-bottom: 9px; break-inside: avoid; }
@media (max-width: 560px) { .link-columns { columns: 1; } }

/* hardscaping 3D patio mount */
.patio3d {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: var(--green-dark);
}
.patio3d img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.patio3d canvas { position: absolute; inset: 0; width: 100% !important; height: 100% !important; }
.patio3d-hint {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  margin: 0;
  z-index: 3;
  color: #fff;
  background: rgba(26, 49, 24, 0.7);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  font-size: 0.8rem;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.patio3d.is-3d .patio3d-hint { opacity: 1; }
/* the server-rendered hint hides once patio3d.js boots (it injects its own
 * hint) — exactly one hint visible in each state */
.patio3d.is-3d .patio3d-hint-static { display: none; }

/* ------------------------------------------------------------- site footer */
.site-footer { background: var(--green-dark); color: rgba(255, 255, 255, 0.82); margin-top: 0; border-top: 3px solid var(--gold); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 38px; padding-top: 58px; padding-bottom: 36px; }
.footer-brand { margin: 0 0 1rem; }
.footer-brand img { width: 150px; height: 100px; }
.footer-col p { font-size: 0.92rem; }
.footer-nap { line-height: 1.5; }
.footer-head { color: var(--gold); font-weight: 800; font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; margin: 0 0 0.7rem; }
.footer-col ul { list-style: none; margin: 0 0 1.4rem; padding: 0; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { color: rgba(255, 255, 255, 0.82); text-decoration: none; font-size: 0.92rem; }
.footer-col a:hover { color: var(--gold); text-decoration: underline; }
.footer-social a { margin-right: 14px; font-weight: 700; }
.footer-legal { border-top: 1px solid rgba(255, 255, 255, 0.12); padding-top: 20px; padding-bottom: 26px; font-size: 0.84rem; color: rgba(255, 255, 255, 0.6); }
.footer-legal a { color: rgba(255, 255, 255, 0.75); }
.footer-legal p { margin: 0 0 6px; }
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; gap: 26px; } }

/* ----------------------------------------------------- sticky mobile CTA */
.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 210;
  display: none;
  gap: 10px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(26, 49, 24, 0.96);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.sticky-cta .btn { flex: 1; padding: 0.7rem 0.5rem; font-size: 0.92rem; }
@media (max-width: 767px) {
  .sticky-cta { display: flex; }
  body.has-sticky-cta { padding-bottom: 74px; }
}

/* --------------------------------------------------------------- reveal */
/* hidden only when JS is live, so no-JS users always see content */
html.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.55s ease, transform 0.55s ease; }
html.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .btn, .service-card, .floating-nav, .quote-bar { transition: none; }
}

/* ------------------------------------------------------- crew utilities */
/* Dense, mobile-first helpers for /crew pages (field phones). Crew pages
 * load this stylesheet plus their own page styles. */
.crew-page { background: var(--cream); font-size: 16px; }
.crew-topbar {
  position: sticky; top: 0; z-index: 60;
  display: flex; align-items: center; gap: 0.6rem;
  background: var(--green-dark); color: #fff;
  padding: 0.55rem 0.85rem;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}
.crew-badge {
  background: var(--gold); color: var(--green-dark);
  font-weight: 800; border-radius: 6px;
  padding: 0.12rem 0.45rem; font-size: 0.7rem; letter-spacing: 0.08em;
}
.crew-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 10px; padding: 12px; }
.crew-card {
  display: block; background: #fff;
  border: 1px solid var(--line); border-left: 4px solid var(--gold);
  border-radius: var(--radius-sm);
  padding: 12px 14px; text-decoration: none; color: var(--ink);
  font-weight: 700; font-size: 0.92rem; line-height: 1.35;
}
.crew-card:hover { border-color: var(--gold-dark); color: var(--green-dark); }
.crew-card small { display: block; font-weight: 400; color: var(--text-light); margin-top: 3px; font-size: 0.78rem; }
.crew-callout { background: #fdf7e7; border: 1px solid var(--gold); border-radius: var(--radius-sm); padding: 12px 14px; margin: 12px; font-size: 0.92rem; }
.crew-list { list-style: none; margin: 0; padding: 0; }
.crew-list li { border-bottom: 1px solid var(--line); }
.crew-list a { display: block; padding: 12px 14px; text-decoration: none; font-weight: 600; }

/* ---------------------------------------------------------------- print */
@media print {
  .site-header, .floating-nav, .sticky-cta, .site-footer, .grain, .breadcrumbs,
  .nav-toggle, .section-quote, .carousel-controls, .cta-row, .skip-link,
  #hero3d, .patio3d-hint, #cb-chat-widget, .cb-chat-bubble { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .hero { background: #fff; color: #000; }
  .hero h1, .hero-sub, .hero-kicker { color: #000; }
  .hero-bg { display: none; }
  a { color: #000; text-decoration: underline; }
  .card, .step, .price-card, .testimonial, .city-card, .faq-list details { box-shadow: none; border: 1px solid #999; break-inside: avoid; }
  .section { padding: 18px 0; }
  html.js .reveal { opacity: 1; transform: none; }
}

/* --------------------------------------- escape-hatch content containers */
/* html-kind sections that ship their own <section> but no container class
 * (legal pages, contact summary) still get a sane measure */
.legal-body, .service-area-summary { max-width: 820px; margin: 0 auto; padding: var(--space-6) 22px; }
.legal-body h2, .service-area-summary h2 { text-align: left; margin-top: 1.4em; }
.legal-body h2:first-child, .service-area-summary h2:first-child { margin-top: 0; }

/* mobile refinements for the package sheet components */
@media (max-width: 480px) {
  .pkg-card { padding: 20px 16px 16px; }
  .pkg-table th, .pkg-table td { padding: 9px 6px; }
  .pkg-table thead th { font-size: 0.6rem; letter-spacing: 0.06em; }
  .pkg-table tbody th { font-size: 0.86rem; }
  .pkg-table td { font-size: 0.93rem; }
  .addon-card { padding: 12px 13px; }
  .addon-price { font-size: 1.15rem; }
  .pkg-legend { flex-direction: column; gap: 4px; align-items: center; }
}
/* keep the chat bubble clear of the sticky mobile CTA bar */
@media (max-width: 767px) {
  body.has-sticky-cta #cb-chat-btn { bottom: 88px; }
}
