:root {
  --ink: #17111d;
  --ink-soft: #463448;
  --paper: #fbf5f8;
  --paper-deep: #efe2eb;
  --white: #ffffff;
  --logo-purple: #4d2671;
  --logo-magenta: #9b3a80;
  --logo-red: #c22b42;
  --wine: #9b2f51;
  --wine-dark: #551b42;
  --green: #315f43;
  --green-soft: #e7efe6;
  --sand: #d9bed3;
  --line: rgba(77, 38, 113, 0.16);
  --shadow: 0 18px 44px rgba(77, 38, 113, 0.18);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 82px;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

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

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

button,
input,
textarea {
  font: inherit;
}

main > section {
  scroll-margin-top: 104px;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  min-height: 82px;
  padding: 12px clamp(22px, 5vw, 64px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(23, 17, 29, 0.97), rgba(77, 38, 113, 0.95) 54%, rgba(154, 45, 75, 0.94));
  box-shadow: 0 12px 34px rgba(23, 17, 29, 0.24);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 16px;
  color: var(--white);
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand img {
  width: 74px;
  height: 50px;
  border-radius: 3px;
  object-fit: cover;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 650;
}

.site-nav a {
  position: relative;
  padding: 10px 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--logo-magenta), var(--logo-red));
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 160ms ease, transform 160ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}

.facebook-button,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.facebook-button {
  width: 42px;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: calc(100svh - 150px);
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg {
  object-fit: cover;
  object-position: 50% 46%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(23, 17, 29, 0.94) 0%, rgba(77, 38, 113, 0.66) 48%, rgba(194, 43, 66, 0.18) 100%),
    linear-gradient(0deg, rgba(23, 17, 29, 0.5), rgba(23, 17, 29, 0.04));
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  min-height: calc(100svh - 150px);
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 82px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--sand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1,
h2 {
  letter-spacing: 0;
  line-height: 1.02;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(56px, 8vw, 112px);
  font-weight: 800;
}

h2 {
  color: var(--ink);
  font-size: clamp(38px, 5.2vw, 72px);
  font-weight: 800;
}

h3 {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.18;
}

.hero-lead {
  max-width: 660px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2vw, 23px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 14px 24px;
  cursor: pointer;
  font-weight: 800;
  text-align: center;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--logo-magenta), var(--logo-red));
  color: var(--white);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, var(--logo-purple), var(--logo-red));
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: var(--white);
  color: var(--wine-dark);
}

.intro,
.work,
.trust,
.contact {
  padding: clamp(70px, 8vw, 112px) clamp(22px, 5vw, 64px);
}

.section-label {
  width: min(1160px, 100%);
  margin: 0 auto 16px;
  color: var(--logo-magenta);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.intro-heading,
.work-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.75fr);
  align-items: end;
  width: min(1160px, 100%);
  margin: 0 auto 38px;
  gap: 36px;
}

.intro-heading p,
.work-heading > p {
  margin-bottom: 8px;
  color: var(--ink-soft);
  font-size: 18px;
}

.rubric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1160px, 100%);
  margin: 0 auto;
  gap: 18px;
}

.rubric-card {
  display: grid;
  min-height: 430px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 30px rgba(23, 19, 26, 0.08);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.rubric-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--logo-purple), var(--logo-magenta), var(--logo-red));
  content: "";
}

.rubric-card:hover,
.rubric-card:focus-visible {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.rubric-card img {
  width: 100%;
  height: 242px;
  object-fit: cover;
}

.rubric-card div {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px;
}

.rubric-card h3,
.rubric-card p {
  margin: 0;
}

.rubric-card p {
  color: var(--ink-soft);
}

.service-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  min-height: auto;
  gap: clamp(28px, 4vw, 52px);
  padding: clamp(48px, 6vw, 74px) clamp(22px, 5vw, 64px);
  border-top: 10px solid transparent;
  border-image: linear-gradient(90deg, var(--logo-purple), var(--logo-magenta), var(--logo-red)) 1;
}

.service-section::before {
  position: absolute;
  top: 18px;
  left: clamp(22px, 5vw, 64px);
  width: min(130px, 22vw);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--logo-purple), var(--logo-red));
  content: "";
}

.service-garden {
  background: linear-gradient(135deg, #f6edf5 0%, var(--green-soft) 100%);
}

.service-move {
  background: linear-gradient(135deg, var(--paper) 0%, #f1e4ee 100%);
}

.service-jobs {
  background: linear-gradient(135deg, #f8f0f4 0%, #eee4f2 100%);
}

.service-copy {
  justify-self: end;
  max-width: 500px;
}

.service-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(36px, 4.7vw, 60px);
}

.service-copy > p:not(.eyebrow) {
  margin-bottom: 20px;
  color: var(--ink-soft);
  font-size: 17px;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--ink);
  font-weight: 700;
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 14px;
  height: 2px;
  background: linear-gradient(90deg, var(--logo-magenta), var(--logo-red));
  content: "";
}

.service-gallery {
  display: grid;
  min-height: 0;
  height: clamp(330px, 42vw, 430px);
  gap: 12px;
}

.service-gallery img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 12px 26px rgba(23, 19, 26, 0.11);
}

.garden-layout {
  grid-template-columns: 1.25fr 0.85fr;
  grid-template-rows: 1fr 1fr;
}

.garden-layout .wide {
  grid-row: 1 / 3;
}

.move-layout {
  grid-template-columns: 0.9fr 1.1fr;
  grid-template-rows: 1fr 1fr;
}

.move-layout .wide {
  grid-column: 1 / 3;
}

.jobs-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.jobs-layout img:first-child {
  grid-row: 1 / 3;
}

.work {
  background: linear-gradient(135deg, var(--ink) 0%, var(--wine-dark) 60%, #3a173d 100%);
  color: var(--white);
}

.work h2 {
  color: var(--white);
}

.work-heading > p,
.work .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 230px;
  width: min(1160px, 100%);
  margin: 0 auto;
  gap: 12px;
}

.work-grid img {
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  object-fit: cover;
}

.work-grid .tall {
  grid-row: span 2;
}

.trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: linear-gradient(135deg, var(--logo-purple), var(--wine-dark), var(--logo-red));
  color: var(--white);
}

.trust-item {
  min-height: 164px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.07);
}

.trust-item strong,
.trust-item span {
  display: block;
}

.trust-item strong {
  margin-bottom: 10px;
  font-size: 24px;
}

.trust-item span {
  color: rgba(255, 255, 255, 0.76);
}

.contact {
  background: var(--paper-deep);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(320px, 1fr);
  width: min(1160px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-copy {
  padding: clamp(34px, 5vw, 60px);
  background: linear-gradient(145deg, var(--wine-dark), var(--logo-purple) 58%, var(--logo-red));
  color: var(--white);
}

.contact-copy h2 {
  margin-bottom: 20px;
  color: var(--white);
}

.contact-copy p:not(.eyebrow) {
  max-width: 500px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

address {
  display: grid;
  gap: 12px;
  font-style: normal;
  font-weight: 800;
}

.contact-form {
  display: grid;
  align-content: start;
  gap: 20px;
  padding: clamp(34px, 5vw, 60px);
}

.contact-form label {
  display: grid;
  gap: 9px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 800;
}

.spam-check {
  display: none;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 14px;
  background: var(--paper);
  color: var(--ink);
  outline: none;
}

.contact-form textarea {
  resize: vertical;
}

.file-upload input[type="file"] {
  border-style: dashed;
  background:
    linear-gradient(135deg, rgba(103, 54, 132, 0.08), rgba(210, 42, 74, 0.08)),
    var(--paper);
  color: var(--wine-dark);
  cursor: pointer;
}

.file-upload input[type="file"]::file-selector-button {
  margin-right: 14px;
  border: 0;
  border-radius: 6px;
  padding: 10px 14px;
  background: linear-gradient(135deg, var(--logo-purple), var(--logo-red));
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.file-upload small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.upload-preview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 12px;
}

.upload-preview:empty,
.upload-preview[hidden] {
  display: none;
}

.upload-item {
  overflow: hidden;
  border: 1px solid rgba(155, 58, 128, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
}

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

.upload-item span {
  display: block;
  padding: 9px 10px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--logo-magenta);
  box-shadow: 0 0 0 3px rgba(155, 58, 128, 0.14);
}

.contact-form .button {
  justify-self: start;
}

.contact-form .button[disabled] {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--wine-dark);
  font-size: 14px;
  font-weight: 800;
}

.form-note.is-error {
  color: #b3261e;
}

.form-note.is-success {
  color: #276c3f;
}

.submit-result {
  min-height: 100vh;
  display: grid;
  place-content: center;
  gap: 18px;
  padding: 32px;
  background:
    linear-gradient(135deg, rgba(103, 54, 132, 0.12), rgba(210, 42, 74, 0.12)),
    var(--paper);
  text-align: center;
}

.submit-result h1 {
  margin: 0;
  color: var(--wine-dark);
  font-size: clamp(34px, 7vw, 64px);
}

.submit-result p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.7;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(22px, 5vw, 64px);
  background: linear-gradient(135deg, var(--ink), var(--wine-dark));
  color: rgba(255, 255, 255, 0.72);
}

.site-footer .brand {
  color: var(--white);
}

.footer-copy {
  display: grid;
  gap: 6px;
}

.site-footer p {
  margin: 0;
}

.footer-terms {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.footer-link a,
.footer-link {
  color: var(--white);
  font-weight: 700;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-link:hover,
.footer-link:focus-visible {
  text-decoration: underline;
}

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

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav,
  .header-actions {
    display: none;
  }

  .site-header.nav-open .site-nav,
  .site-header.nav-open .header-actions {
    display: flex;
    grid-column: 1 / -1;
  }

  .site-header.nav-open .site-nav {
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    gap: 4px;
    padding-top: 10px;
  }

  .site-header.nav-open .header-actions {
    justify-self: start;
    margin-bottom: 4px;
  }

  .intro-heading,
  .work-heading,
  .service-section,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .service-copy {
    justify-self: start;
    max-width: 780px;
  }

  .service-gallery {
    height: auto;
    grid-auto-rows: 240px;
  }

  .rubric-grid,
  .trust {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  body {
    padding-top: 74px;
  }

  main > section {
    scroll-margin-top: 92px;
  }

  .site-header {
    min-height: 74px;
    padding: 10px 18px;
  }

  .brand {
    gap: 12px;
    font-size: 15px;
  }

  .brand img {
    width: 66px;
    height: 45px;
  }

  .hero,
  .hero-content {
    min-height: calc(100svh - 120px);
  }

  .hero-bg {
    object-position: 38% 50%;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(23, 17, 29, 0.88), rgba(77, 38, 113, 0.52)),
      linear-gradient(135deg, rgba(194, 43, 66, 0.24), rgba(23, 17, 29, 0));
  }

  .hero-content {
    width: min(100% - 36px, 1160px);
    padding: 64px 0;
  }

  h1 {
    font-size: clamp(48px, 16vw, 68px);
  }

  h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

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

  .intro,
  .work,
  .trust,
  .contact,
  .service-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .rubric-card {
    min-height: auto;
  }

  .rubric-card img {
    height: 220px;
  }

  .service-gallery {
    display: grid;
    min-height: 0;
    height: auto;
  }

  .garden-layout,
  .move-layout,
  .jobs-layout {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .garden-layout .wide,
  .move-layout .wide {
    grid-row: auto;
    grid-column: auto;
  }

  .service-gallery img {
    height: 280px;
  }

  .work-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 270px;
  }

  .work-grid .tall {
    grid-row: span 1;
  }

  .contact-panel {
    border-radius: 0;
  }

  .contact-form .button {
    justify-self: stretch;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
