:root {
  --paper: #fbfaf7;
  --paper-warm: #f4f0e8;
  --ink: #151515;
  --muted: #5f5a51;
  --line: #d8d1c2;
  --olive: #74704c;
  --olive-dark: #4d4a34;
  --slate: #242728;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(21, 21, 21, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

img,
svg {
  display: block;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 30;
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
  text-decoration: none;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 18px clamp(20px, 4vw, 64px);
  background: rgba(251, 250, 247, 0.94);
  border-bottom: 1px solid rgba(216, 209, 194, 0.7);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  text-decoration: none;
}

.brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
}

.brand-rule {
  width: 1px;
  height: 24px;
  background: var(--line);
}

.brand-descriptor {
  max-width: 145px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 14px;
}

.nav a,
.site-footer nav a,
.footer-email,
.hero-contact a,
.package-card a,
.contact a {
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.header-cta,
.button.primary {
  background: var(--ink);
  color: var(--white);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
}

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

.hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
  min-height: calc(100vh - 78px);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(40px, 6vw, 82px) clamp(24px, 5vw, 82px);
  background:
    radial-gradient(circle at 100% 50%, rgba(251, 250, 247, 0) 0, var(--paper) 64%),
    var(--paper);
}

.hero h1,
.intro h2,
.service-strip h2,
.packages h2,
.process h2,
.trust h2,
.territory h2,
.faq h2,
.contact h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.05;
}

.hero h1 {
  max-width: 620px;
  font-size: clamp(46px, 6.4vw, 76px);
}

.hero h1::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin: 26px 0 22px;
  background: var(--olive);
}

.hero p {
  max-width: 530px;
  margin: 0;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}

.hero-contact {
  margin-top: 22px !important;
  font-size: 14px;
}

.hero-image {
  min-height: 620px;
  background:
    linear-gradient(90deg, var(--paper) 0%, rgba(251, 250, 247, 0.08) 26%, rgba(251, 250, 247, 0) 46%),
    url("assets/hero-home.png") center right / cover no-repeat;
}

.section-pad {
  padding: clamp(70px, 8vw, 118px) clamp(20px, 6vw, 96px);
}

.section-label {
  margin: 0 0 12px;
  color: var(--olive);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.section-intro {
  max-width: 720px;
  margin: 20px auto 0;
  color: var(--muted);
  text-align: center;
}

.intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1fr);
  gap: clamp(42px, 8vw, 118px);
  align-items: center;
}

.image-panel {
  min-height: 360px;
  background:
    linear-gradient(rgba(21, 21, 21, 0.04), rgba(21, 21, 21, 0.04)),
    url("assets/action-repair-luxury-home.png") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.intro h2 {
  max-width: 600px;
  margin-bottom: 34px;
  font-size: clamp(34px, 4.5vw, 58px);
}

.intro h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 400;
}

.intro p:last-child {
  max-width: 570px;
  margin: 0;
  color: var(--muted);
}

.service-strip {
  padding: 54px clamp(20px, 5vw, 82px);
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.service-strip h2,
.packages h2,
.process h2,
.trust h2,
.territory h2,
.faq h2,
.contact h2 {
  font-size: clamp(34px, 4.2vw, 58px);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1180px;
  margin: 40px auto 0;
}

.service-grid article {
  min-height: 178px;
  padding: 10px 26px;
  border-left: 1px solid var(--line);
}

.service-grid article:first-child {
  border-left: 0;
}

.icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin: 0 auto 16px;
  place-items: center;
  color: var(--olive-dark);
}

.icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.service-grid h3,
.package-card h3,
.process h3,
.trust h3,
.faq h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.service-grid p,
.package-card p,
.process p,
.trust p,
.territory p,
.faq p,
.contact p {
  margin: 0;
  color: var(--muted);
}

.packages,
.process,
.faq {
  text-align: center;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1180px;
  margin: 44px auto 0;
  text-align: left;
}

.package-card {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 10px 34px rgba(21, 21, 21, 0.06);
}

.package-image {
  height: 198px;
  border-bottom: 1px solid var(--line);
  background-size: cover;
}

.package-image.stewardship {
  background-image: url("assets/action-cabinet-repair.png");
  background-position: 48% 52%;
}

.package-image.premier {
  background-image: url("assets/action-systems-check.png");
  background-position: 44% 50%;
}

.package-image.away {
  background-image: url("assets/action-away-check.png");
  background-position: 45% 50%;
}

.package-body {
  padding: 26px;
}

.package-card a {
  display: inline-block;
  margin-top: 20px;
  color: var(--olive-dark);
  font-weight: 700;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  max-width: 1140px;
  margin: 48px auto 0;
  text-align: left;
}

.process-grid article {
  position: relative;
  padding-left: 72px;
}

.process-grid span {
  position: absolute;
  left: 0;
  top: -4px;
  color: var(--olive);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1;
}

.trust {
  padding: 64px clamp(20px, 6vw, 96px);
  background: var(--slate);
  color: var(--white);
  text-align: center;
}

.trust .section-label,
.trust p {
  color: rgba(255, 255, 255, 0.72);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1120px;
  margin: 42px auto 0;
}

.trust-grid article {
  padding: 0 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.trust-grid article:first-child {
  border-left: 0;
}

.territory {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(360px, 1fr);
  gap: clamp(36px, 6vw, 82px);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 0.96), rgba(251, 250, 247, 0.74)),
    radial-gradient(circle at 82% 34%, rgba(116, 112, 76, 0.18), transparent 30%),
    var(--paper-warm);
  border-bottom: 1px solid var(--line);
}

.territory-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 12px;
}

.territory-list span {
  padding: 15px 18px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  color: var(--olive-dark);
  font-weight: 700;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1120px;
  margin: 42px auto 0;
  text-align: left;
}

.faq-grid article {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.contact {
  padding: clamp(66px, 8vw, 118px) clamp(20px, 6vw, 96px);
  background:
    radial-gradient(circle at 85% 18%, rgba(116, 112, 76, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(244, 240, 232, 0.96), rgba(251, 250, 247, 0.96)),
    var(--paper-warm);
}

.contact-panel {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: clamp(30px, 6vw, 80px);
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 58px);
  background: rgba(251, 250, 247, 0.94);
  box-shadow: var(--shadow);
}

.contact-panel h2 {
  margin-bottom: 18px;
}

form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

label:has(textarea),
label:has(select),
.form-button,
.form-note {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  font: inherit;
  padding: 12px 13px;
}

textarea {
  resize: vertical;
}

.form-button {
  width: 100%;
  cursor: pointer;
}

.form-note {
  min-height: 24px;
  font-size: 14px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 26px;
  align-items: center;
  padding: 26px clamp(20px, 4vw, 64px);
  background: var(--slate);
  color: var(--white);
}

.footer-brand .brand-name {
  font-size: 34px;
}

.footer-brand .brand-descriptor,
.site-footer nav,
.footer-email {
  color: rgba(255, 255, 255, 0.76);
}

.site-footer nav {
  display: flex;
  gap: 22px;
  font-size: 14px;
}

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

  .nav {
    display: none;
  }

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

  .hero-copy {
    min-height: 54vh;
  }

  .hero-image {
    min-height: 48vh;
  }

  .intro,
  .territory,
  .contact-panel {
    grid-template-columns: 1fr;
  }

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

  .service-grid article,
  .trust-grid article {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 22px;
  }

  .trust-grid article {
    border-top-color: rgba(255, 255, 255, 0.22);
  }

  .package-grid,
  .process-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 680px) {
  body {
    font-size: 15px;
  }

  .site-header {
    position: static;
    gap: 16px;
    padding: 16px;
  }

  .brand {
    gap: 10px;
  }

  .brand-rule,
  .brand-descriptor {
    display: none;
  }

  .brand-name {
    font-size: 34px;
  }

  .header-cta {
    min-height: 40px;
    padding: 10px 12px;
    font-size: 12px;
  }

  .hero-copy {
    padding: 44px 20px;
  }

  .hero h1 {
    font-size: 50px;
  }

  .hero-actions,
  form {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .section-pad {
    padding: 62px 20px;
  }

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

  .territory-list {
    grid-template-columns: 1fr;
  }

  .contact {
    padding: 44px 14px;
  }

  .contact-panel {
    padding: 26px 18px;
  }
}

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

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