:root {
  color-scheme: light;
  --ink: #142018;
  --muted: #5b665e;
  --cream: #f7f3e9;
  --paper: #fffdf7;
  --white: #ffffff;
  --green: #315f42;
  --sage: #8da37b;
  --lime: #bde95b;
  --sun: #f2c84b;
  --dark: #0b0f0c;
  --stone: #e5e0d5;
  --amber: #f3a31c;
  --signal: #39a86b;
  --water: #2f9fa2;
  --shadow: 0 18px 60px rgba(15, 28, 19, 0.12);
  --shadow-strong: 0 28px 80px rgba(6, 11, 8, 0.24);
  --line: rgba(23, 32, 24, 0.13);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #0f130f;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input {
  font: inherit;
}

.switcher {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 64px;
  padding: 12px clamp(16px, 4vw, 48px);
  background: rgba(10, 14, 11, 0.92);
  color: #f4f1e9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.brand,
.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: url("./assets/images/yardbright-logo-thumb.png") center / cover no-repeat;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.26);
}

.switcher nav {
  display: flex;
  justify-content: center;
  gap: clamp(8px, 2vw, 22px);
  font-size: 0.9rem;
}

.switcher-cta,
.site-nav > a:last-child,
.hero-actions a,
.hero-actions button,
.inline-cta,
.quote-card button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: var(--radius);
  border: 0;
  padding: 0 18px;
  font-weight: 900;
  cursor: pointer;
}

.switcher-cta {
  color: #142015;
  background: var(--lime);
}

.option {
  min-height: 100vh;
  padding: clamp(16px, 3vw, 36px);
}

.option-shell {
  width: min(1440px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--cream);
}

.option-shell.dark {
  background: var(--dark);
  color: #f5eddd;
}

.option-shell.utility,
.care-shell,
.bright-shell {
  background: #f7f6f1;
}

.site-nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 74px;
  padding: 0 clamp(18px, 4vw, 64px);
}

.site-nav .nav-links {
  justify-self: center;
  color: var(--muted);
  font-size: 0.94rem;
}

.site-nav > a:last-child,
.hero-actions a,
.hero-actions button,
.inline-cta,
.quote-card button {
  color: #f8f7f0;
  background: var(--green);
}

.bright-nav > a:last-child,
.split-bright .hero-actions a,
.option-two .quote-card button {
  color: #132016;
  background: var(--lime);
}

.dark-nav > a:last-child,
.stone-hero .hero-actions a {
  color: #120f08;
  background: var(--amber);
}

.utility-nav > a:last-child,
.utility-hero .hero-actions a {
  background: var(--signal);
}

.logo small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.dark .logo small {
  color: #c9c2b5;
}

.logo-mark {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  overflow: hidden;
}

.logo-leaf .logo-mark {
  border: 1px solid rgba(49, 95, 66, 0.24);
  border-radius: 50%;
  background: #eef5df;
}

.logo-leaf i {
  position: absolute;
  display: block;
  width: 18px;
  height: 28px;
  border-radius: 50% 50% 50% 6px;
  background: var(--green);
  transform: rotate(-34deg) translate(-4px, 2px);
}

.logo-leaf i + i {
  width: 13px;
  height: 22px;
  background: var(--sage);
  transform: rotate(32deg) translate(8px, 2px);
}

.logo-sun .logo-mark {
  border-radius: 12px;
  background: #14351d;
}

.logo-sun i {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: var(--lime);
}

.logo-sun i:first-child {
  width: 22px;
  height: 22px;
}

.logo-sun i:nth-child(2) {
  width: 34px;
  height: 4px;
}

.logo-sun i:nth-child(3) {
  width: 4px;
  height: 34px;
}

.logo-monogram .logo-mark {
  border: 2px solid #1c4b35;
  border-radius: 50%;
  color: #1c4b35;
  background: #ffffff;
  font-size: 0.9rem;
  font-weight: 950;
}

.logo-stone .logo-mark {
  border-radius: 50%;
  background: #191f1d;
  box-shadow: inset 0 0 0 1px rgba(243, 163, 28, 0.4);
}

.logo-stone i {
  position: absolute;
  display: block;
  width: 28px;
  height: 12px;
  border: 2px solid var(--amber);
  border-top: 0;
  border-radius: 0 0 999px 999px;
  bottom: 10px;
}

.logo-stone i + i {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 50%;
  background: var(--amber);
  top: 10px;
}

.logo-water .logo-mark {
  border-radius: 14px;
  background: #e7f7f5;
}

.logo-water i {
  position: absolute;
  display: block;
  width: 9px;
  height: 22px;
  border-radius: 999px;
  background: var(--water);
  transform: rotate(24deg);
}

.logo-water i:nth-child(1) {
  left: 10px;
  bottom: 8px;
}

.logo-water i:nth-child(2) {
  left: 18px;
  top: 8px;
  background: var(--signal);
}

.logo-water i:nth-child(3) {
  right: 9px;
  bottom: 8px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: clamp(36px, 6vw, 86px) clamp(18px, 4vw, 64px);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.dark .eyebrow {
  color: var(--amber);
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 900px;
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5.4vw, 5.45rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 2.8vw, 2.55rem);
  line-height: 1.08;
  letter-spacing: 0;
}

p {
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.65;
}

.dark p {
  color: #bcc2b9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-actions .ghost,
.ghost-link {
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
}

.center-actions {
  justify-content: center;
}

.art-panel,
.mini-art {
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  background-color: #dce8d0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow);
}

.stacked-visuals {
  position: relative;
  min-height: clamp(420px, 50vw, 660px);
}

.stacked-visuals .large {
  position: absolute;
  inset: 8% 0 6% 12%;
}

.stacked-visuals .medium {
  position: absolute;
  top: 0;
  left: 0;
  width: 52%;
  height: 36%;
}

.stacked-visuals .small {
  position: absolute;
  right: 6%;
  bottom: 0;
  width: 45%;
  height: 32%;
}

.lawn-art {
  background-image:
    linear-gradient(130deg, rgba(17, 34, 23, 0.18), rgba(17, 34, 23, 0.04) 44%, rgba(17, 34, 23, 0.2)),
    url("./assets/images/option-1-verdant-hero.png");
}

.path-art {
  background-image:
    linear-gradient(135deg, rgba(14, 29, 20, 0.08), rgba(14, 29, 20, 0.18)),
    url("./assets/images/featured-backyard-retreat.png");
  background-position: center 58%;
}

.pruning-art {
  background-image:
    linear-gradient(145deg, rgba(25, 61, 44, 0.08), rgba(25, 61, 44, 0.16)),
    url("./assets/images/services-landscape-collage.png");
  background-size: 190%;
  background-position: 0 0;
}

.trust-row,
.metric-row,
.badge-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0 clamp(18px, 4vw, 64px) clamp(26px, 4vw, 56px);
  border: 1px solid var(--line);
}

.trust-row span,
.metric-row span,
.badge-row span {
  min-height: 74px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.48);
  color: var(--muted);
  line-height: 1.4;
}

.trust-row strong,
.metric-row strong,
.badge-row strong {
  display: block;
  color: var(--ink);
  font-size: 1.02rem;
}

.service-grid,
.bright,
.service-matrix,
.stone-grid,
.plan-config {
  display: grid;
  gap: 16px;
  padding: 0 clamp(18px, 4vw, 64px) clamp(44px, 5vw, 76px);
}

.service-grid,
.bright,
.service-matrix {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-grid article,
.plan-config article,
.stone-grid article,
.service-matrix article,
.bright article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  padding: 18px;
}

.service-grid h2,
.plan-config h2,
.stone-grid h2,
.service-matrix h2,
.bright h2 {
  font-family: inherit;
  font-size: 1.08rem;
}

.service-grid p,
.plan-config p,
.stone-grid p,
.service-matrix p,
.bright p {
  font-size: 0.95rem;
  line-height: 1.5;
}

.mini-art {
  width: 100%;
  height: 112px;
  margin-bottom: 14px;
  box-shadow: none;
}

.design,
.hardscape,
.lighting,
.irrigation,
.mowing,
.hedges,
.mulch,
.cleanup,
.fert,
.controller,
.stone,
.uplight,
.fire {
  background-size: 200% 200%;
}

.design { background-image: url("./assets/images/services-landscape-collage.png"); background-position: 0 0; }
.hardscape { background-image: url("./assets/images/services-landscape-collage.png"); background-position: 100% 0; }
.lighting { background-image: url("./assets/images/services-landscape-collage.png"); background-position: 0 100%; }
.irrigation { background-image: url("./assets/images/services-landscape-collage.png"); background-position: 100% 100%; }
.mowing { background-image: url("./assets/images/services-lawn-collage.png"); background-position: 0 0; }
.hedges { background-image: url("./assets/images/services-lawn-collage.png"); background-position: 100% 0; }
.mulch { background-image: url("./assets/images/services-lawn-collage.png"); background-position: 0 100%; }
.cleanup { background-image: url("./assets/images/services-lawn-collage.png"); background-position: 100% 100%; }
.fert { background-image: url("./assets/images/services-detail-collage.png"); background-position: 0 0; }
.controller { background-image: url("./assets/images/services-detail-collage.png"); background-position: 100% 0; }
.stone { background-image: url("./assets/images/services-detail-collage.png"); background-position: 0 100%; }
.uplight { background-image: url("./assets/images/hardscape-day-night-gallery.png"); background-position: 100% 55%; background-size: 200% 100%; }
.fire { background-image: url("./assets/images/services-detail-collage.png"); background-position: 100% 100%; }

.feature-split,
.work-band,
.smart-layer,
.quote-strip,
.dark-process {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: clamp(44px, 6vw, 92px) clamp(18px, 4vw, 64px);
  border-top: 1px solid var(--line);
}

.project-art {
  min-height: clamp(300px, 36vw, 520px);
  background-image:
    linear-gradient(135deg, rgba(17, 34, 23, 0.1), rgba(17, 34, 23, 0.22)),
    url("./assets/images/featured-backyard-retreat.png");
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.check-list li {
  position: relative;
  padding-left: 26px;
  line-height: 1.5;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: inset 0 0 0 3px var(--green);
}

.inline-cta {
  width: fit-content;
}

.split-bright {
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.95fr);
  background:
    radial-gradient(circle at 95% 0, rgba(189, 233, 91, 0.5), transparent 30%),
    linear-gradient(120deg, #fbfff2, #f1f7df);
}

.crisp-lawn {
  min-height: clamp(360px, 45vw, 660px);
  background-image:
    linear-gradient(130deg, rgba(251, 255, 242, 0.08), rgba(20, 57, 27, 0.12)),
    url("./assets/images/option-2-bright-lawn-hero.png");
  background-position: center 55%;
}

.bright-panel {
  padding-top: clamp(36px, 5vw, 72px);
}

.bright-copy {
  max-width: 760px;
  padding: 0 clamp(18px, 4vw, 64px) 28px;
}

.quote-strip {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  background: #14351d;
  color: #f8f7ef;
}

.quote-strip p {
  color: #d6dfd3;
}

.quote-strip .eyebrow {
  color: var(--lime);
}

.quote-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: var(--radius);
  background: #f8f7ef;
  color: var(--ink);
  box-shadow: var(--shadow-strong);
}

.quote-card label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.quote-card input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 12px;
  color: var(--ink);
  background: #ffffff;
}

.care-hero {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.86fr);
}

.striped-lawn {
  min-height: clamp(350px, 43vw, 620px);
  background-image:
    linear-gradient(140deg, rgba(247, 246, 241, 0.1), rgba(24, 70, 44, 0.12)),
    url("./assets/images/option-3-lawn-care-hero.png");
}

.plan-config {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plan-config article {
  display: grid;
  align-content: start;
  min-height: 220px;
}

.plan-config span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--green);
  font-weight: 900;
}

.plan-config .selected {
  border-color: rgba(49, 95, 66, 0.42);
  background: #eef6dc;
}

.work-band {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
}

.before-after {
  min-height: clamp(300px, 37vw, 540px);
  background-image:
    linear-gradient(90deg, rgba(20, 32, 24, 0.18), rgba(20, 32, 24, 0.03), rgba(20, 32, 24, 0.16)),
    url("./assets/images/before-after-lawn-transformation.png");
}

.stone-shell {
  background:
    radial-gradient(circle at 78% 16%, rgba(243, 163, 28, 0.11), transparent 32%),
    #0b0f0c;
}

.stone-hero {
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.92fr);
}

.twilight-patio {
  min-height: clamp(380px, 44vw, 660px);
  background-image:
    linear-gradient(135deg, rgba(8, 10, 8, 0.04), rgba(8, 10, 8, 0.18)),
    url("./assets/images/option-4-hardscape-lighting-hero.png");
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.day-night {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 0 clamp(18px, 4vw, 64px) clamp(34px, 5vw, 64px);
}

.daylight-patio,
.night-patio {
  min-height: clamp(240px, 28vw, 440px);
}

.daylight-patio {
  background-image: url("./assets/images/hardscape-day-night-gallery.png");
  background-position: 0 50%;
  background-size: 200% 100%;
}

.night-patio {
  background-image: url("./assets/images/hardscape-day-night-gallery.png");
  background-position: 100% 50%;
  background-size: 200% 100%;
}

.stone-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stone-grid article {
  background: #141817;
  border-color: #38413c;
  color: #f5eddd;
}

.stone-grid p {
  color: #bcc2b9;
}

.dark-process {
  border-color: rgba(255, 255, 255, 0.1);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.process-steps span {
  min-height: 86px;
  padding: 20px;
  border: 1px solid rgba(243, 163, 28, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  color: #f5eddd;
  font-weight: 900;
}

.utility-hero {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.95fr);
}

.utility-hero .metric-row {
  margin: 28px 0 0;
  grid-template-columns: repeat(2, 1fr);
}

.irrigation-hero {
  min-height: clamp(360px, 45vw, 640px);
  background-image:
    linear-gradient(130deg, rgba(247, 246, 241, 0.12), rgba(15, 42, 29, 0.22)),
    url("./assets/images/option-5-irrigation-hero.png");
  background-position: center 60%;
}

.smart-layer {
  border-bottom: 1px solid var(--line);
}

.report-card {
  display: grid;
  gap: 18px;
  min-height: 360px;
  margin: 0;
  padding: 28px;
  border-radius: var(--radius);
  background-image:
    linear-gradient(135deg, rgba(15, 42, 29, 0.9), rgba(15, 42, 29, 0.36)),
    url("./assets/images/irrigation-report-detail.png");
  background-position: center;
  background-size: cover;
  color: #eff9f2;
  box-shadow: var(--shadow);
}

.report-card strong {
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 1;
}

.report-card i {
  display: block;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #39a86b, rgba(57, 168, 107, 0.1));
}

.final-cta {
  padding: clamp(48px, 8vw, 108px) clamp(18px, 4vw, 64px);
  text-align: center;
}

.final-cta h2,
.final-cta p {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.presentation-logo {
  display: block;
  width: min(180px, 42vw);
  height: auto;
  margin: 0 auto 24px;
  border-radius: 50%;
  box-shadow: var(--shadow);
}

.final-cta a {
  color: #f8f7f0;
  background: #0f2a1d;
}

.final-cta .ghost-link {
  color: #0f2a1d;
  background: transparent;
}

@media (max-width: 1040px) {
  .switcher {
    grid-template-columns: 1fr;
  }

  .switcher nav {
    order: 3;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .feature-split,
  .work-band,
  .smart-layer,
  .quote-strip,
  .dark-process {
    grid-template-columns: 1fr;
  }

  .day-night,
  .plan-config,
  .stone-grid {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .bright,
  .service-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-nav {
    grid-template-columns: 1fr auto;
  }

  .site-nav .nav-links {
    display: none;
  }

  .utility-hero .metric-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .option {
    padding: 8px;
  }

  .option-shell {
    border-radius: 0;
  }

  .site-nav {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .site-nav > a:last-child {
    width: 100%;
  }

  .hero {
    padding-top: 26px;
  }

  .service-grid,
  .bright,
  .service-matrix,
  .trust-row,
  .badge-row,
  .metric-row,
  .utility-hero .metric-row,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .stacked-visuals {
    min-height: 420px;
  }

  .stacked-visuals .large {
    inset: 0;
  }

  .stacked-visuals .medium,
  .stacked-visuals .small {
    display: none;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions a,
  .hero-actions button,
  .inline-cta {
    width: 100%;
  }

  .quote-card {
    padding: 14px;
  }
}
