:root {
  --ink: #22302b;
  --muted: #66716b;
  --paper: #f5f1e8;
  --paper-warm: #fbf8f0;
  --white: #ffffff;
  --leaf: #2f5a3a;
  --leaf-dark: #183929;
  --clay: #bd4b2c;
  --saw: #e1b84b;
  --line: #ddd4c2;
  --shadow: 0 26px 80px rgba(24, 57, 41, 0.18);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Source Sans 3", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body::selection {
  background: var(--saw);
  color: var(--ink);
}

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

a {
  color: inherit;
}

a:focus-visible {
  outline: 3px solid var(--saw);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 26px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 58px);
  background: rgba(245, 241, 232, 0.94);
  border-bottom: 1px solid rgba(34, 48, 43, 0.12);
  backdrop-filter: blur(14px);
}

.brand,
nav,
.hero-actions,
.contact-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-weight: 900;
  line-height: 1.08;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.82rem;
}

nav {
  gap: 22px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

nav a,
.button,
.header-call,
.phone {
  text-decoration: none;
}

nav a:hover {
  color: var(--leaf-dark);
}

.button,
.header-call {
  display: inline-grid;
  place-items: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: var(--radius);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.button:hover,
.header-call:hover {
  transform: translateY(-1px);
}

.button.primary,
.header-call {
  background: var(--clay);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(189, 75, 44, 0.22);
}

.button.primary:hover,
.header-call:hover {
  background: #a94126;
}

.button.secondary {
  background: var(--paper-warm);
  color: var(--leaf-dark);
  border: 1px solid var(--line);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
  gap: clamp(38px, 7vw, 98px);
  align-items: center;
  max-width: 1260px;
  margin: 0 auto;
  padding: clamp(52px, 8vw, 116px) clamp(18px, 4vw, 58px) clamp(42px, 6vw, 78px);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  width: min(64vw, 760px);
  aspect-ratio: 1;
  left: clamp(-320px, -22vw, -130px);
  top: clamp(20px, 7vw, 120px);
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle at 50% 50%,
      rgba(47, 90, 58, 0.13) 0 2px,
      transparent 2px 26px);
  mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.72), transparent 70%);
  pointer-events: none;
}

.hero-copy,
.hero-photo {
  position: relative;
}

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

h1,
h2 {
  font-family: "Source Sans 3", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(3.25rem, 7vw, 6rem);
  line-height: 0.95;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.15rem, 4.8vw, 4.75rem);
  line-height: 0.98;
}

.frank-note {
  display: grid;
  max-width: 700px;
  gap: 17px;
  color: #4f5b56;
  font-size: clamp(1.14rem, 1.9vw, 1.38rem);
  line-height: 1.48;
}

.frank-note p {
  margin-bottom: 0;
}

.signature {
  color: var(--leaf-dark);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.18em;
  font-weight: 700;
  line-height: 1.25;
}

.hero-actions,
.contact-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-photo {
  margin-bottom: 0;
}

.hero-photo img,
.wide-photo,
.split-section img {
  width: 100%;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.hero-photo img {
  aspect-ratio: 0.78;
  object-position: 60% 50%;
}

figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 700;
}

.proof-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 58px) clamp(58px, 7vw, 102px);
  gap: 1px;
}

.proof-bar div {
  min-height: 126px;
  padding: 24px;
  background: var(--leaf-dark);
  color: var(--paper-warm);
}

.proof-bar div:first-child {
  border-radius: var(--radius) 0 0 var(--radius);
}

.proof-bar div:last-child {
  border-radius: 0 var(--radius) var(--radius) 0;
}

.proof-bar strong,
.proof-bar span {
  display: block;
}

.proof-bar strong {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 900;
  line-height: 1.06;
}

.proof-bar span {
  margin-top: 9px;
  color: rgba(251, 248, 240, 0.74);
  font-weight: 700;
}

.photo-section,
.split-section,
.section,
.service-area,
.contact-section {
  max-width: 1260px;
  margin: 0 auto;
  padding: clamp(68px, 9vw, 126px) clamp(18px, 4vw, 58px);
}

.photo-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
}

.wide-photo {
  aspect-ratio: 1.5;
  object-position: 50% 50%;
}

.photo-copy p,
.split-section p,
.section-heading p,
.contact-section p {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.12rem;
}

.services,
.reviews {
  max-width: none;
  background: var(--paper-warm);
}

.services .section-heading,
.reviews .section-heading,
.service-grid,
.review-grid,
.review-note {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  margin-bottom: 36px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-grid article {
  display: grid;
  align-items: end;
  min-height: 156px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(47, 90, 58, 0), rgba(47, 90, 58, 0.08)),
    var(--paper-warm);
  font-size: clamp(1.12rem, 1.7vw, 1.42rem);
  font-weight: 900;
  line-height: 1.08;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(280px, 0.42fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
}

.split-section img {
  aspect-ratio: 1;
  object-position: 50% 52%;
}

.service-area {
  text-align: center;
}

.service-area h2 {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px clamp(30px, 6vw, 96px);
  max-width: 1080px;
  margin: clamp(36px, 5vw, 60px) auto 48px;
  text-align: left;
}

.area-grid div {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  font-weight: 900;
  line-height: 1.15;
}

.area-grid span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--leaf-dark);
  color: var(--paper-warm);
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

blockquote {
  margin: 0;
  padding: 30px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 44px rgba(34, 48, 43, 0.08);
}

blockquote p {
  margin-bottom: 24px;
  color: #4f5b58;
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
}

cite {
  color: var(--leaf-dark);
  font-style: normal;
  font-weight: 900;
}

.review-note {
  margin-top: 20px;
  color: var(--muted);
  font-size: 0.96rem;
}

.review-note a {
  color: var(--leaf-dark);
  font-weight: 700;
  text-decoration: underline;
}

.review-note a:hover {
  color: var(--clay);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  background: var(--leaf-dark);
  color: var(--paper-warm);
  border-radius: var(--radius);
  padding: clamp(48px, 6vw, 92px) clamp(32px, 5vw, 72px);
  box-shadow: var(--shadow);
}

.contact-section h2 {
  max-width: 540px;
  color: var(--paper-warm);
}

.contact-section p {
  color: rgba(251, 248, 240, 0.76);
}

.contact-section .contact-actions {
  justify-self: end;
  text-align: right;
}

.phone {
  color: var(--saw);
  font-size: clamp(2.15rem, 5vw, 4rem);
  font-weight: 950;
  line-height: 1;
}

.phone:hover {
  color: var(--paper-warm);
}

.site-footer {
  max-width: 1260px;
  margin: 0 auto;
  padding: 30px clamp(18px, 4vw, 58px) 44px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button,
  .header-call {
    transition: none;
  }

  .button:hover,
  .header-call:hover {
    transform: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .hero,
  .photo-section,
  .split-section,
  .contact-section,
  .area-grid {
    grid-template-columns: 1fr;
  }

  .contact-section {
    gap: 28px;
  }

  .contact-section .contact-actions {
    justify-self: start;
    text-align: left;
  }

  .contact-section h2 {
    max-width: none;
  }

  .hero::before {
    width: 780px;
    left: -430px;
    top: 20px;
  }

  .area-grid {
    max-width: 620px;
    gap: 22px;
  }

  .service-area {
    text-align: left;
  }

  .service-area h2 {
    margin-left: 0;
  }

  .service-area .button {
    width: auto;
  }

  .photo-section,
  .split-section,
  .contact-section {
    align-items: start;
  }

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

  .proof-bar div:first-child,
  .proof-bar div:last-child {
    border-radius: 0;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: auto;
    gap: 12px;
    padding: 12px 14px;
  }

  .brand small {
    display: none;
  }

  .header-call {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.9rem;
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  h2 {
    font-size: clamp(2.05rem, 11vw, 3.35rem);
  }

  .hero {
    padding-top: 42px;
  }

  .hero-photo img {
    aspect-ratio: 1;
  }

  .proof-bar,
  .service-grid,
  .area-grid {
    grid-template-columns: 1fr;
  }

  .proof-bar div,
  .service-grid article {
    min-height: 98px;
  }

  .button,
  .phone {
    width: 100%;
  }

  .area-grid div {
    font-size: 1.16rem;
  }
}
