:root {
  --pine: #18402d;
  --pine-dark: #0d251b;
  --leaf: #5f8d3a;
  --grass: #b4cc60;
  --mulch: #7c4b2a;
  --stone: #d7d2c2;
  --cream: #f7f3e8;
  --ink: #152018;
  --muted: #5f6e63;
  --white: #ffffff;
  --shadow: 0 18px 60px rgba(12, 30, 20, 0.18);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  background: var(--cream);
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
  padding: 14px clamp(18px, 5vw, 64px);
  background: rgba(247, 243, 232, 0.94);
  border-bottom: 1px solid rgba(24, 64, 45, 0.12);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-logo {
  width: 68px;
  height: 48px;
  object-fit: contain;
}

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

.brand strong {
  font-size: 1rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  gap: 24px;
  color: var(--pine-dark);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav a,
.call-button,
.primary-action,
.secondary-action {
  text-decoration: none;
}

button,
.call-button,
.primary-action,
.secondary-action,
.tab-button,
.tool-button {
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

button:hover,
.call-button:hover,
.primary-action:hover,
.secondary-action:hover,
.tab-button:hover,
.tool-button:hover {
  color: var(--white);
  background: #18402d;
  border-color: #18402d;
}

.call-button,
.primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  color: var(--white);
  font-weight: 800;
  background: var(--pine);
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(13, 37, 27, 0.2);
}

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(54px, 8vw, 110px) clamp(20px, 6vw, 88px);
  background: linear-gradient(115deg, rgba(13, 37, 27, 0.9), rgba(24, 64, 45, 0.42)),
    linear-gradient(180deg, #bdd8e6 0%, #e8efe1 42%, #82a853 43%, #466f35 100%);
}

.hero-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.pine {
  position: absolute;
  bottom: 32%;
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-bottom: 250px solid rgba(16, 65, 39, 0.74);
  filter: drop-shadow(0 22px 20px rgba(0, 0, 0, 0.18));
}

.pine::after {
  content: "";
  position: absolute;
  left: -48px;
  top: 88px;
  width: 96px;
  height: 170px;
  background: #6d4328;
  clip-path: polygon(43% 0, 57% 0, 68% 100%, 32% 100%);
  z-index: -1;
}

.pine-one {
  right: 10%;
  transform: scale(1.18);
}

.pine-two {
  right: 22%;
  bottom: 35%;
  transform: scale(0.86);
  opacity: 0.78;
}

.pine-three {
  right: 2%;
  bottom: 33%;
  transform: scale(0.72);
  opacity: 0.66;
}

.lawn-stripe {
  position: absolute;
  bottom: -18%;
  width: 42vw;
  height: 80vh;
  background: rgba(180, 204, 96, 0.24);
  transform: rotate(28deg);
}

.stripe-one {
  right: 18%;
}

.stripe-two {
  right: -15%;
  background: rgba(255, 255, 255, 0.12);
}

.walkway {
  position: absolute;
  right: 20%;
  bottom: -20px;
  width: 25vw;
  min-width: 210px;
  height: 48vh;
  background: linear-gradient(90deg, rgba(215, 210, 194, 0.85), rgba(159, 151, 132, 0.78));
  clip-path: polygon(38% 0, 56% 0, 88% 100%, 0 100%);
}

.hero-content {
  position: relative;
  width: min(760px, 100%);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--grass);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 18px;
  max-width: 760px;
  font-size: clamp(3rem, 8vw, 7.5rem);
  line-height: 0.92;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.hero-copy {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  line-height: 1.55;
}

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

.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  color: var(--pine-dark);
  font-weight: 800;
  background: var(--white);
  border: 2px solid rgba(24, 64, 45, 0.12);
  border-radius: 6px;
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0;
  background: rgba(24, 64, 45, 0.12);
}

.quick-info div {
  padding: 24px clamp(20px, 4vw, 54px);
  background: var(--white);
}

.quick-info span,
.card-label {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quick-info a,
.quick-info strong {
  display: block;
  color: var(--pine-dark);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 800;
  text-decoration: none;
}

.section,
.intro-section,
.pricing-section,
.why-section,
.seasons-section,
.gallery-section,
.calendar-section,
.employees-section,
.reviews-section,
.about-section,
.contact-section {
  padding: clamp(58px, 8vw, 108px) clamp(20px, 6vw, 88px);
}

.section-heading {
  max-width: 720px;
}

.section-heading .eyebrow,
.about-copy .eyebrow,
.contact-section .eyebrow {
  color: var(--leaf);
}

.section-heading p {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.intro-section {
  background: var(--white);
}

.intro-section .section-heading {
  max-width: 980px;
}

.service-tabs {
  margin-top: 28px;
  background: var(--white);
  border: 1px solid rgba(24, 64, 45, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.tab-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid rgba(24, 64, 45, 0.12);
}

.tab-button {
  min-height: 64px;
  padding: 14px;
  color: var(--pine-dark);
  font: inherit;
  font-weight: 800;
  background: var(--white);
  border: 0;
  border-right: 1px solid rgba(24, 64, 45, 0.12);
  cursor: pointer;
}

.tab-button:last-child {
  border-right: 0;
}

.tab-button.active {
  color: var(--white);
  background: var(--pine);
}

.prices-tabs .tab-list {
  grid-template-columns: repeat(6, 1fr);
}

#services .tab-list {
  grid-template-columns: repeat(5, 1fr);
}

.tab-panel {
  min-height: 230px;
  padding: clamp(28px, 5vw, 58px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at right bottom, rgba(95, 141, 58, 0.3), transparent 35%);
}

.tab-panel p,
.about-copy p,
.contact-section p,
.about-card p,
.why-grid p,
.review-grid p {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.pricing-section {
  background: #fdfbf4;
}

.why-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.why-grid article,
.review-grid article {
  padding: 28px;
  background: var(--white);
  border: 1px solid rgba(24, 64, 45, 0.12);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(12, 30, 20, 0.08);
}

.prices-tabs {
  margin-top: 28px;
}

.price-list {
  display: grid;
  gap: 12px;
  max-width: 720px;
  margin: 8px 0 22px;
  padding: 0;
  list-style: none;
}

.price-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  background: rgba(247, 243, 232, 0.78);
  border: 1px solid rgba(24, 64, 45, 0.12);
  border-radius: 8px;
}

.price-list span {
  color: var(--muted);
  font-weight: 800;
}

.price-list strong {
  color: var(--pine-dark);
  font-size: 1.08rem;
}

.guarantee-card,
.materials-note,
.yard-note,
.discount-card {
  margin-top: 22px;
  padding: clamp(24px, 4vw, 34px);
  border-radius: 8px;
}

.guarantee-card {
  color: var(--white);
  background: linear-gradient(135deg, var(--pine), var(--leaf));
  box-shadow: var(--shadow);
}

.discount-card {
  color: var(--pine-dark);
  background: linear-gradient(135deg, #ffffff, #eef2df);
  border: 1px solid rgba(24, 64, 45, 0.14);
  box-shadow: 0 14px 34px rgba(12, 30, 20, 0.08);
}

.materials-note,
.yard-note {
  background: var(--white);
  border: 1px solid rgba(24, 64, 45, 0.12);
}

.guarantee-card h3,
.materials-note h3,
.yard-note h3,
.discount-card h3 {
  margin-bottom: 8px;
}

.guarantee-card p,
.materials-note p,
.yard-note p,
.discount-card p {
  max-width: 800px;
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.discount-card ul {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin: 14px 0 18px;
  padding: 0;
  list-style: none;
}

.discount-card li {
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(24, 64, 45, 0.1);
  border-radius: 8px;
}

.guarantee-card p {
  color: rgba(255, 255, 255, 0.86);
}

.materials-note p,
.yard-note p,
.discount-card p {
  color: var(--muted);
}

.why-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  background: var(--pine-dark);
}

.why-section h2,
.why-grid h3 {
  color: var(--white);
}

.why-grid {
  margin-top: 0;
}

.why-grid article {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.why-grid p {
  color: rgba(255, 255, 255, 0.76);
}

.reviews-section {
  background: var(--cream);
}

.season-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.season-grid article {
  padding: 28px;
  background: var(--white);
  border-top: 6px solid var(--leaf);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(12, 30, 20, 0.08);
}

.season-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--leaf);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.season-grid p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.gallery-section {
  background: #fdfbf4;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.gallery-grid article {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(24, 64, 45, 0.12);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(12, 30, 20, 0.08);
}

.photo-frame {
  position: relative;
  min-height: 230px;
  background: var(--pine-dark);
}

.photo-frame img {
  display: none;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.photo-frame.loaded img {
  display: block;
}

.photo-frame.loaded .photo-placeholder {
  display: none;
}

.photo-placeholder {
  display: grid;
  place-items: center;
  min-height: 210px;
  padding: 22px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(13, 37, 27, 0.82), rgba(95, 141, 58, 0.76)),
    repeating-linear-gradient(45deg, transparent, transparent 14px, rgba(255, 255, 255, 0.08) 14px, rgba(255, 255, 255, 0.08) 28px);
}

.gallery-grid h3 {
  margin: 0;
  padding: 18px;
  font-size: 1.05rem;
}

.calendar-section {
  background: var(--white);
}

.calendar-shell,
.employee-card,
.portal-card,
.employee-tools,
.tool-grid article {
  background: var(--white);
  border: 1px solid rgba(24, 64, 45, 0.12);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(12, 30, 20, 0.08);
}

.calendar-shell {
  margin-top: 28px;
  overflow: hidden;
}

.calendar-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 26px;
  color: var(--white);
  background: var(--pine);
}

.calendar-toolbar h3 {
  margin: 0;
}

.calendar-toolbar span {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.calendar-grid,
.employee-grid,
.tool-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.calendar-grid {
  padding: 22px;
}

.calendar-grid article {
  padding: 22px;
  background: #fdfbf4;
  border: 1px solid rgba(24, 64, 45, 0.1);
  border-radius: 8px;
}

.calendar-grid span,
.employee-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--leaf);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.calendar-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--pine-dark);
  font-size: 1.25rem;
}

.calendar-grid p,
.employee-card p,
.employee-tools p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.employees-section {
  background: #eef2df;
}

.employee-page {
  background: #eef2df;
}

.employee-header {
  position: static;
}

.employee-portal-page {
  min-height: calc(100vh - 78px);
}

.employee-grid {
  grid-template-columns: minmax(260px, 0.75fr) minmax(280px, 1.25fr);
  margin-top: 28px;
}

.employee-card,
.portal-card,
.employee-tools,
.tool-grid article {
  padding: clamp(24px, 4vw, 34px);
}

.portal-form,
.calendar-form {
  display: grid;
  gap: 14px;
}

.portal-form label,
.calendar-form label {
  display: grid;
  gap: 8px;
  color: var(--pine-dark);
  font-weight: 800;
}

.portal-form input,
.calendar-form input,
.calendar-form select,
.calendar-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  font: inherit;
  background: #fdfbf4;
  border: 1px solid rgba(24, 64, 45, 0.2);
  border-radius: 6px;
}

.employee-tools {
  margin-top: 20px;
}

.tool-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.tool-heading h3 {
  margin: 0;
}

.tool-grid {
  grid-template-columns: repeat(2, 1fr);
}

.clock-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.tool-button {
  border: 0;
  cursor: pointer;
}

.employee-calendar {
  margin-top: 22px;
}

.calendar-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}

.calendar-meta span {
  padding: 7px 10px;
  color: var(--pine-dark);
  font-size: 0.86rem;
  font-weight: 800;
  background: rgba(180, 204, 96, 0.22);
  border-radius: 999px;
}

.empty-state {
  grid-column: 1 / -1;
}

.clock-log-card,
.calendar-log-card,
.code-manager-card,
.status-log-card,
.invoice-card,
.rules-card {
  margin-top: 22px;
  padding: clamp(24px, 4vw, 34px);
  background: var(--white);
  border: 1px solid rgba(24, 64, 45, 0.12);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(12, 30, 20, 0.08);
}

.clock-log {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.calendar-log {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.clock-log-row {
  display: grid;
  grid-template-columns: 1fr 0.8fr 1.2fr 0.7fr auto auto;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  color: var(--muted);
  background: #fdfbf4;
  border: 1px solid rgba(24, 64, 45, 0.1);
  border-radius: 8px;
}

.calendar-log-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr 0.9fr 0.8fr auto auto;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  color: var(--muted);
  background: #fdfbf4;
  border: 1px solid rgba(24, 64, 45, 0.1);
  border-radius: 8px;
}

.calendar-log-row strong {
  color: var(--pine-dark);
}

.clock-log-row strong {
  color: var(--pine-dark);
}

.log-delete {
  min-height: 36px;
  padding: 0 12px;
  color: var(--white);
  font: inherit;
  font-weight: 800;
  background: #7c4b2a;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}

.approval-controls {
  display: flex;
  align-items: center;
  gap: 7px;
}

.approval-controls button {
  width: 36px;
  height: 36px;
  color: var(--white);
  font: inherit;
  font-size: 1.1rem;
  font-weight: 800;
  background: var(--pine);
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}

.approval-controls .reject-log {
  background: #7c4b2a;
}

.approval-controls span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.code-grid {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.roster-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.roster-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr;
  gap: 10px;
  padding: 12px 14px;
  color: var(--muted);
  background: #fdfbf4;
  border: 1px solid rgba(24, 64, 45, 0.1);
  border-radius: 8px;
}

.roster-row strong {
  color: var(--pine-dark);
}

.code-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px;
  background: #fdfbf4;
  border: 1px solid rgba(24, 64, 45, 0.12);
  border-radius: 8px;
}

.code-row div {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 8px;
  flex: 1;
}

.code-row strong {
  grid-column: 1 / -1;
  color: var(--pine-dark);
}

.code-row span {
  grid-column: 1 / -1;
  color: var(--muted);
  font-family: Consolas, "Courier New", monospace;
  font-weight: 800;
}

.code-row input {
  width: min(360px, 100%);
  min-height: 42px;
  padding: 10px 12px;
  color: var(--ink);
  font: inherit;
  background: var(--white);
  border: 1px solid rgba(24, 64, 45, 0.2);
  border-radius: 6px;
}

.inactive-code {
  opacity: 0.58;
}

.code-toggle {
  min-width: 96px;
  min-height: 40px;
  color: var(--white);
  font: inherit;
  font-weight: 800;
  background: var(--pine);
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}

.inactive-code .code-toggle {
  color: var(--pine-dark);
  background: var(--stone);
}

.management-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.revenue-total {
  display: block;
  margin: 10px 0;
  color: var(--pine-dark);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

.management-code-note strong {
  color: var(--pine-dark);
}

.management-form label,
.invoice-output-label {
  display: grid;
  gap: 8px;
  color: var(--pine-dark);
  font-weight: 800;
}

.management-form input,
.management-form select,
.management-form textarea,
.invoice-output-label textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  font: inherit;
  background: #fdfbf4;
  border: 1px solid rgba(24, 64, 45, 0.2);
  border-radius: 6px;
}

.invoice-output-label {
  margin-top: 18px;
}

.invoice-output-label textarea {
  resize: vertical;
}

.status-log {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.status-log-row {
  display: grid;
  grid-template-columns: 1fr 0.7fr 1.4fr 1.1fr;
  gap: 10px;
  padding: 12px 14px;
  color: var(--muted);
  background: #fdfbf4;
  border: 1px solid rgba(24, 64, 45, 0.1);
  border-radius: 8px;
}

.status-log-row strong {
  color: var(--pine-dark);
}

.rules-card .eyebrow {
  color: var(--leaf);
}

.rules-card h4 {
  margin: 0 0 12px;
  color: var(--pine-dark);
  font-size: 1.05rem;
}

.rules-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 22px;
}

.rules-grid article {
  padding: 20px;
  background: #fdfbf4;
  border: 1px solid rgba(24, 64, 45, 0.1);
  border-radius: 8px;
}

.rules-grid ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.55;
}

.termination-note {
  margin: 22px 0 0;
  padding: 16px;
  color: var(--pine-dark);
  font-weight: 800;
  background: rgba(124, 75, 42, 0.12);
  border-radius: 8px;
}

.review-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 28px 0 26px;
  padding: clamp(24px, 4vw, 34px);
  background: var(--white);
  border: 1px solid rgba(24, 64, 45, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.review-form label {
  display: grid;
  gap: 8px;
  color: var(--pine-dark);
  font-weight: 800;
}

.review-form input,
.review-form select,
.review-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  font: inherit;
  background: #fdfbf4;
  border: 1px solid rgba(24, 64, 45, 0.2);
  border-radius: 6px;
}

.review-form textarea {
  resize: vertical;
}

.full-field,
.form-button,
.form-message {
  grid-column: 1 / -1;
}

.form-button {
  width: fit-content;
  border: 0;
  cursor: pointer;
}

.form-message {
  margin: 0;
  color: var(--leaf);
  font-weight: 800;
}

.review-grid article {
  position: relative;
}

.review-grid p {
  color: var(--pine-dark);
  font-weight: 700;
}

.review-grid strong {
  color: var(--muted);
}

.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.delete-review,
.edit-review,
.finish-job {
  margin-top: 18px;
  min-height: 40px;
  padding: 0 14px;
  color: var(--pine-dark);
  font: inherit;
  font-weight: 800;
  background: #fdfbf4;
  border: 1px solid rgba(24, 64, 45, 0.2);
  border-radius: 6px;
  cursor: pointer;
}

.review-actions .delete-review,
.review-actions .edit-review {
  margin-top: 0;
}

.finish-job {
  color: var(--white);
  background: var(--pine);
  border-color: var(--pine);
}

.close-job-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.close-job-controls select,
.close-job-controls input {
  min-height: 40px;
  padding: 0 12px;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  background: var(--white);
  border: 1px solid rgba(24, 64, 45, 0.2);
  border-radius: 6px;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  background: #eef2df;
}

.about-card {
  padding: clamp(28px, 4vw, 42px);
  color: var(--white);
  background: linear-gradient(145deg, var(--pine), var(--pine-dark));
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-card .card-label {
  color: var(--grass);
}

.about-card strong {
  display: block;
  margin-bottom: 14px;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1.05;
}

.about-card p {
  color: rgba(255, 255, 255, 0.82);
}

.contact-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: var(--white);
}

.contact-section h2 {
  margin-bottom: 12px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(20px, 6vw, 88px);
  color: rgba(255, 255, 255, 0.78);
  background: var(--pine-dark);
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    width: 100%;
    justify-content: space-between;
  }

  .call-button {
    width: 100%;
  }

  .hero {
    min-height: 720px;
  }

  .quick-info,
  .tab-list,
  .why-section,
  .why-grid,
  .season-grid,
  .gallery-grid,
  .calendar-grid,
  .employee-grid,
  .tool-grid,
  .rules-grid,
  .management-form,
  .review-form,
  .review-grid,
  .about-section {
    grid-template-columns: 1fr;
  }

  .tab-button {
    border-right: 0;
    border-bottom: 1px solid rgba(24, 64, 45, 0.12);
  }

  .prices-tabs .tab-list {
    grid-template-columns: 1fr;
  }

  #services .tab-list {
    grid-template-columns: 1fr;
  }

  .contact-section,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-actions,
  .contact-actions a {
    width: 100%;
  }

  .price-list li {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .form-button {
    width: 100%;
  }

  .calendar-toolbar,
  .tool-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .clock-actions,
  .clock-actions button,
  .tool-button {
    width: 100%;
  }

  .clock-log-row {
    grid-template-columns: 1fr;
  }

  .calendar-log-row {
    grid-template-columns: 1fr;
  }

  .status-log-row {
    grid-template-columns: 1fr;
  }

  .roster-row {
    grid-template-columns: 1fr;
  }

  .code-row {
    align-items: stretch;
    flex-direction: column;
  }

  .code-row div {
    grid-template-columns: 1fr;
  }

  .code-toggle {
    width: 100%;
  }

  .close-job-controls,
  .close-job-controls select,
  .close-job-controls input,
  .close-job-controls button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .brand-logo {
    width: 60px;
    height: 42px;
  }

  .hero {
    padding-top: 44px;
  }

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