/*
Theme Name: Brightwater Lite
Theme URI: https://brightwaterlandscaping.com/
Author: Brightwater Landscaping
Description: Lightweight child theme for Brightwater Landscaping built on Twenty Twenty-Five.
Template: twentytwentyfive
Requires at least: 6.7
Requires PHP: 7.2
Version: 1.0.1
Text Domain: brightwater-lite
*/

:root {
  --bw-green: #143b2e;
  --bw-deep: #10231f;
  --bw-leaf: #7a9b42;
  --bw-sky: #dceff2;
  --bw-cream: #f7f5ef;
  --bw-ink: #18231f;
  --bw-muted: #5d6b63;
}

html,
body {
  overflow-x: hidden;
}

body {
  color: var(--bw-ink);
}

a {
  text-decoration-thickness: 1px !important;
  text-underline-offset: .1em;
}

:where(.wp-site-blocks *:focus) {
  outline-style: solid;
  outline-width: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
  text-wrap: pretty;
}

body.home .wp-block-post-title,
body.page-id-249 .wp-block-post-title {
  display: none;
}

body.home main.wp-block-group,
body.page-id-249 main.wp-block-group {
  margin-top: 24px !important;
}

body.home main > .wp-block-group,
body.page-id-249 main > .wp-block-group {
  padding-top: 0 !important;
}

body.home .entry-content,
body.page-id-249 .entry-content {
  margin-top: 0 !important;
}

.entry-content > .bw-site {
  max-width: none !important;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.bw-site {
  overflow-x: hidden;
}

.bw-site * {
  box-sizing: border-box;
}

.bw-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.bw-hero,
.bw-page-hero,
.bw-band--photo {
  background-position: center;
  background-size: cover;
}

.bw-hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(12, 36, 29, .86), rgba(12, 36, 29, .46)), url("/wp-content/uploads/2012/05/patio-1.jpg");
  color: #fff;
}

.bw-band--photo {
  background-image: linear-gradient(90deg, rgba(13, 30, 26, .84), rgba(13, 30, 26, .58)), url("/wp-content/uploads/2012/05/garden.jpg");
}

.bw-hero__inner,
.bw-page-hero .bw-wrap {
  padding: 72px 0;
}

.bw-page-hero {
  color: #fff;
}

.bw-page-hero--compact .bw-wrap {
  padding: 64px 0;
}

.bw-kicker {
  margin: 0 0 14px;
  color: var(--bw-leaf);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.bw-hero .bw-kicker,
.bw-page-hero .bw-kicker,
.bw-band--green .bw-kicker,
.bw-band--photo .bw-kicker {
  color: #d7ed93;
}

.bw-site h1,
.bw-site h2,
.bw-site h3,
.bw-site p {
  letter-spacing: 0;
}

.bw-site h1 {
  max-width: 760px;
  margin: 0;
  color: inherit;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.02;
}

.bw-site h2 {
  margin: 0 0 18px;
  color: inherit;
  font-size: 2rem;
  font-weight: 760;
  line-height: 1.12;
}

.bw-site h3 {
  margin: 0 0 8px;
  color: inherit;
  font-size: 1.12rem;
  font-weight: 760;
  line-height: 1.25;
}

.bw-lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: inherit;
  font-size: 1.2rem;
  line-height: 1.6;
}

.bw-site p {
  font-size: 1rem;
  line-height: 1.7;
}

.bw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.bw-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 12px 18px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.bw-button--primary {
  background: #d5eb82;
  color: #10231f;
}

.bw-button--light {
  background: #fff;
  color: #143b2e;
}

.bw-band {
  padding: 76px 0;
}

.bw-band--white {
  background: #fff;
}

.bw-band--soft {
  background: var(--bw-cream);
}

.bw-band--green {
  background: var(--bw-green);
  color: #fff;
}

.bw-band--photo {
  color: #fff;
}

.bw-split {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: start;
}

.bw-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

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

.bw-card {
  overflow: hidden;
  border: 1px solid #dfe6dd;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(18, 35, 31, .08);
}

.bw-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.bw-card div {
  padding: 22px;
}

.bw-card p {
  margin: 0;
  color: var(--bw-muted);
}

.bw-card--link {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  transition: box-shadow .18s ease, transform .18s ease;
}

.bw-card--link:hover,
.bw-card--link:focus-visible {
  box-shadow: 0 16px 36px rgba(18, 35, 31, .12);
  transform: translateY(-2px);
}

.bw-card__more {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin: auto 22px 22px;
  border-radius: 6px;
  background: #e7f2b7;
  color: var(--bw-deep);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.bw-area-grid,
.bw-feature-row,
.bw-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.bw-area-grid span,
.bw-feature,
.bw-contact-card {
  border: 1px solid #dfe6dd;
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  font-weight: 800;
}

.bw-feature span,
.bw-contact-card span {
  display: block;
  margin-top: 6px;
  color: var(--bw-muted);
  font-weight: 600;
}

.bw-contact-card a {
  color: var(--bw-green);
  font-size: 1.45rem;
  font-weight: 800;
}

.bw-checks {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bw-checks li {
  margin: 0 0 12px;
  padding: 14px 16px;
  border-left: 4px solid var(--bw-leaf);
  background: #fff;
  font-weight: 700;
}

.bw-cta {
  max-width: 760px;
}

.bw-band--photo .bw-cta {
  padding: 72px 0;
}

.bw-header {
  border-bottom: 1px solid rgba(20, 59, 46, .12);
  background: #fff;
  padding: 16px 0;
}

.bw-header__inner {
  width: min(1120px, calc(100% - 40px));
  margin-right: auto !important;
  margin-left: auto !important;
}

.bw-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  text-decoration: none;
}

.bw-logo {
  display: block;
  width: min(278px, 62vw);
  height: auto;
}

.bw-main-nav a {
  color: var(--bw-deep);
  font-weight: 760;
  text-decoration: none;
}

.bw-main-nav a:hover,
.bw-main-nav a:focus-visible {
  color: var(--bw-green);
  text-decoration: none;
}

.bw-mobile-phone-top {
  display: none;
}

.bw-footer {
  margin-top: 0;
  background: #143b2e;
  color: #fff;
}

.bw-footer__brand {
  display: flex;
  justify-content: center;
  padding: 28px 0 6px;
}

.bw-footer__nav {
  padding: 20px 0 28px;
}

.bw-footer a,
.bw-footer .wp-block-navigation-item__content {
  color: #fff;
  text-decoration: none;
}

.bw-footer__bar {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  padding: 16px;
  color: rgba(255, 255, 255, .86);
  font-size: .95rem;
}

.bw-blog-shell {
  background: #f7f5ef;
  margin-top: 0 !important;
  padding: 54px 0 72px;
}

.bw-blog-heading {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 30px !important;
}

.bw-blog-heading h1 {
  margin: 0;
  color: var(--bw-deep);
  font-size: clamp(2rem, 5vw, 3.35rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
}

.bw-blog-heading p {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--bw-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.bw-blog-query {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto !important;
}

.bw-post-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px;
}

.bw-post-card {
  overflow: hidden;
  border: 1px solid #dfe6dd;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 35, 31, .08);
  transition: box-shadow .18s ease, transform .18s ease;
}

.bw-post-card:hover,
.bw-post-card:focus-within {
  box-shadow: 0 16px 36px rgba(18, 35, 31, .13);
  transform: translateY(-2px);
}

.bw-post-card .wp-block-post-featured-image {
  margin: 0;
  background: linear-gradient(135deg, #dfe6dd, #f7f5ef);
}

.bw-post-card .wp-block-post-featured-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.bw-post-card .wp-block-post-title {
  margin: 0;
  padding: 18px 18px 20px;
  font-size: 1.02rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.24;
}

.bw-post-card .wp-block-post-title a {
  color: var(--bw-deep);
  text-decoration: none;
}

.bw-post-card .wp-block-post-title a:hover,
.bw-post-card .wp-block-post-title a:focus-visible {
  color: var(--bw-green);
}

.bw-blog-query .wp-block-query-pagination {
  margin-top: 34px;
}

.bw-blog-query .wp-block-query-pagination a,
.bw-blog-query .wp-block-query-pagination span {
  border-radius: 999px;
  background: #fff;
  padding: 10px 14px;
  color: var(--bw-deep);
  font-weight: 800;
  text-decoration: none;
}

.bw-single {
  margin-top: 0 !important;
  padding: 58px 0 76px;
}

.bw-single__inner {
  width: min(780px, calc(100% - 40px));
  margin: 0 auto !important;
}

.bw-single .wp-block-post-title {
  margin-bottom: 28px;
  color: var(--bw-deep);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.06;
}

.bw-single .wp-block-post-content {
  color: #24332e;
}

.bw-single .wp-block-post-content p,
.bw-single .wp-block-post-content li {
  font-size: 1.05rem;
  line-height: 1.72;
}

.bw-single .wp-block-post-content img {
  border-radius: 8px;
}

@media (min-width: 760px) {
  .bw-site h1 {
    font-size: 4.8rem;
  }

  .bw-page-hero h1 {
    font-size: 4rem;
  }
}

@media (min-width: 760px) and (max-width: 980px) {
  .bw-service-grid,
  .bw-service-grid--large {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 759px) {
  .bw-wrap,
  .bw-header__inner,
  .bw-blog-heading,
  .bw-blog-query,
  .bw-single__inner {
    width: min(100% - 28px, 1120px);
  }

  .bw-header {
    padding: 12px 0;
  }

  .bw-header__inner {
    row-gap: 10px;
  }

  .bw-logo {
    width: min(238px, 68vw);
  }

  .bw-mobile-phone-top {
    display: flex;
    width: min(100% - 28px, 340px);
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin: 10px auto 0;
    border-radius: 6px;
    background: #d5eb82;
    color: #10231f;
    font-weight: 800;
    text-decoration: none;
  }

  .bw-hero {
    min-height: 560px;
  }

  .bw-hero__inner,
  .bw-page-hero .bw-wrap {
    padding: 54px 0;
  }

  .bw-band {
    padding: 54px 0;
  }

  .bw-split {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bw-service-grid,
  .bw-service-grid--large {
    grid-template-columns: 1fr;
  }

  .bw-site h1 {
    font-size: 2.6rem;
  }

  .bw-site h2 {
    font-size: 1.75rem;
  }

  .bw-lead {
    font-size: 1.05rem;
  }

  .bw-button {
    width: 100%;
  }

  .bw-footer__nav .wp-block-navigation__container {
    justify-content: center;
  }

  .bw-blog-shell {
    padding: 42px 0 58px;
  }
}
