@font-face{font-family:"Manrope Variable";font-style:normal;font-weight:200 800;font-display:swap;src:url("fonts/manrope-latin-wght-normal.woff2") format("woff2")}

:root {
  font-family: "Manrope Variable", Arial, sans-serif;
  color: #151b1e;
  background: #fff;
  font-synthesis: none;
  --green: #96b94a;
  --green-heading: #789e31;
  --green-text: #5d7d21;
  --blue: #087da7;
  --blue-hover: #056182;
  --ink: #151b1e;
  --muted: #505b61;
  --pale: #f3f8ed;
  --line: #dce3dc;
  --header: 82px;
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
a,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
}
button {
  cursor: pointer;
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
a,
button,
summary {
  touch-action: manipulation;
}
summary {
  font: inherit;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #174e6e;
  outline-offset: 5px;
}
::selection {
  background: #dceabf;
  color: #14200a;
}
[hidden] {
  display: none !important;
}
.container {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.section-anchor {
  scroll-margin-top: 105px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 50px;
  padding: 16px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  border: 1px solid transparent;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button-blue {
  background: var(--blue);
  color: white;
}
.button-blue:hover {
  background: var(--blue-hover);
  transform: translateY(-1px);
}
.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
  color: var(--blue);
  white-space: nowrap;
  text-decoration: none;
  font-size: 17px;
}
.phone-link svg {
  width: 23px;
  height: 23px;
}
.phone-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.eyebrow {
  display: flex;
  gap: 17px;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #3e484a;
}
.eyebrow > span {
  width: 45px;
  height: 3px;
  flex-shrink: 0;
  background: var(--green);
}
h2 {
  font-size: 42px;
  line-height: 1.19;
  letter-spacing: -1.6px;
  font-weight: 800;
}
h3 {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: -100px;
  left: 12px;
  padding: 12px 18px;
  background: white;
  border: 2px solid var(--blue);
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  height: var(--header);
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fff;
  border-bottom: 1px solid #e9ecec;
}
.header-inner {
  width: min(1280px, calc(100% - 112px));
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: block;
  flex-shrink: 0;
}
.brand img {
  width: 244px;
  height: auto;
}
.desktop-nav {
  display: flex;
  gap: 30px;
  margin-left: auto;
}
.desktop-nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 18px 0;
}
.desktop-nav a:hover {
  color: var(--blue);
}
.header-contact {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-cta {
  min-height: 48px;
  font-size: 12px;
  padding: 12px 19px;
}
.header-contact .phone-link {
  font-size: 15px;
}
.menu-toggle,
.mobile-menu,
.mobile-contact {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 52.5% 47.5%;
  max-width: 1440px;
  margin: auto;
  min-height: 520px;
}
.hero-copy {
  padding: 47px 28px 68px 80px;
  align-self: center;
}
.hero-copy .eyebrow {
  margin-bottom: 31px;
  font-size: 10px;
  gap: 14px;
  letter-spacing: 1.7px;
}
h1 {
  font-size: clamp(49px, 5.65vw, 81px);
  line-height: 1.045;
  letter-spacing: -3.8px;
  font-weight: 850;
}
h1 > span:first-child {
  color: var(--green-heading);
}
.last-word {
  white-space: nowrap;
}
.hero-description {
  font-size: 20px;
  line-height: 1.5;
  max-width: 620px;
  margin-top: 20px;
  letter-spacing: -0.35px;
}
.mobile-description {
  display: none;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 35px;
}
.hero-cta {
  font-size: 14px;
  padding: 19px 23px;
  gap: 19px;
  white-space: nowrap;
}
.hero-phone {
  font-size: 17px;
}
.hero-visual {
  position: relative;
  min-width: 0;
  height: 520px;
}
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 56%;
}
.hero-inset {
  position: absolute;
  left: -68px;
  bottom: -16px;
  width: 265px;
  z-index: 2;
  border: 6px solid white;
  background: white;
}
.hero-inset img {
  width: 100%;
  aspect-ratio: 1.43;
  object-fit: cover;
}
.hero-inset figcaption {
  font-size: 10px;
  color: var(--muted);
  padding: 4px 0 0 2px;
}
.services {
  background: var(--pale);
  padding: 43px 0 47px;
}
.services .eyebrow {
  margin-bottom: 16px;
}
.services h2 {
  font-size: 38px;
  letter-spacing: -1.4px;
}
.mobile-services-title {
  display: none;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 39px;
}
.service {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 0 26px;
}
.service:first-child {
  padding-left: 0;
}
.service:last-child {
  padding-right: 0;
}
.service + .service {
  border-left: 1px solid #cfd9c6;
}
.service-icon {
  color: var(--green);
  flex-shrink: 0;
  width: 62px;
  height: 62px;
}
.service h3 {
  margin-bottom: 11px;
}
.service p {
  font-size: 14px;
  line-height: 1.7;
  color: #424c4e;
}
.service-details {
  margin-top: 13px;
}
.service-details summary {
  cursor: pointer;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-block: 5px;
}
.service-details summary::-webkit-details-marker {
  display: none;
}
.service-details[open] summary svg {
  transform: rotate(180deg);
}
.service-details > div {
  padding-top: 10px;
}
.service-details > div p {
  font-size: 13px;
}
.service-details .text-link {
  font-size: 12px;
  margin-top: 13px;
}
.quick-contact {
  display: flex;
  gap: 24px;
  align-items: center;
  padding-block: 37px;
}
.quick-contact h2 {
  font-size: 23px;
  letter-spacing: -0.7px;
  line-height: 1.35;
}
.quick-contact p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.65;
}
.quick-contact > .phone-link {
  margin-left: auto;
}
.quick-plant {
  color: var(--green);
  flex-shrink: 0;
}
.small-break {
  display: none;
}
.work {
  padding-top: 78px;
  padding-bottom: 98px;
  border-top: 1px solid var(--line);
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 90px;
  margin-bottom: 42px;
}
.section-heading > p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 420px;
}
.section-heading .eyebrow {
  margin-bottom: 20px;
}
.work-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 30px;
}
.comparison {
  min-width: 0;
}
.comparison-image {
  position: relative;
  background: #e2e5dc;
}
.comparison-image > img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.image-label {
  position: absolute;
  bottom: 18px;
  left: 18px;
  background: #fff;
  padding: 7px 13px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 3px;
}
.comparison figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
}
.comparison h3 {
  font-size: 17px;
}
.comparison figcaption p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 7px;
}
.comparison-controls {
  display: flex;
  gap: 3px;
  background: var(--pale);
  padding: 4px;
  border-radius: 6px;
  flex-shrink: 0;
}
.comparison-controls button {
  border: 0;
  background: transparent;
  padding: 10px 13px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  min-height: 42px;
}
.comparison-controls button[aria-pressed="true"] {
  background: var(--blue);
  color: white;
}
.work-small-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-self: start;
  height: 100%;
}
.photo-tile {
  background: white;
  border: 0;
  padding: 0;
  text-align: left;
  align-self: start;
  transition: transform 0.18s;
}
.photo-tile:hover {
  transform: translateY(-4px);
}
.photo-tile img {
  width: 100%;
  aspect-ratio: 0.52;
  object-fit: cover;
}
.tree-photo img {
  object-position: 48% 40%;
}
.mower-photo img {
  object-position: 56% 50%;
}
.photo-tile span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 800;
  padding-top: 18px;
  gap: 8px;
}
.photo-tile span svg {
  color: var(--blue);
  flex-shrink: 0;
}
.photo-dialog {
  border: 0;
  padding: 20px;
  width: min(900px, 92vw);
  max-height: 90dvh;
  background: white;
  border-radius: 8px;
}
.photo-dialog::backdrop {
  background: rgba(15, 22, 26, 0.8);
}
.photo-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.photo-dialog h2 {
  font-size: 22px;
  letter-spacing: -0.5px;
}
.photo-dialog-header button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  background: #f1f5f5;
  border: 0;
  border-radius: 4px;
}
.photo-dialog > img {
  width: 100%;
  max-height: calc(90dvh - 110px);
  object-fit: contain;
}
.owner {
  background: var(--pale);
  padding-block: 76px;
}
.owner-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 95px;
  align-items: center;
}
.owner figure img {
  width: 100%;
  aspect-ratio: 1.1;
  object-fit: cover;
  object-position: 23% center;
}
.owner figcaption {
  font-size: 12px;
  margin-top: 14px;
  color: var(--muted);
}
.owner-copy h2 {
  margin-bottom: 25px;
}
.owner-copy > p:not(.eyebrow) {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.85;
  margin-top: 15px;
}
.owner-copy > .text-link {
  margin-top: 25px;
  font-size: 15px;
}
.pricing {
  padding-block: 90px;
}
.pricing .section-heading {
  gap: 60px;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 45px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}
.steps li {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.step-number {
  color: var(--green-text);
  font-size: 13px;
  font-weight: 800;
  display: block;
  margin-bottom: 17px;
}
.steps h3 {
  font-size: 19px;
}
.steps p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 320px;
  margin-top: 12px;
}
.contact {
  background: var(--blue);
  color: white;
  padding-block: 64px 38px;
}
.contact .eyebrow {
  color: #fff;
}
.contact .eyebrow > span {
  background: #c9e49c;
}
.contact-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
}
.contact-heading > p {
  font-size: 16px;
  line-height: 1.8;
  max-width: 390px;
  color: #e8f4f8;
}
.contact-options {
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr;
  gap: 20px;
  margin-top: 44px;
}
.contact-options > a {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  border-top: 1px solid #65a9c2;
  padding: 24px 0;
  min-width: 0;
}
.contact-options > a > svg {
  flex-shrink: 0;
}
.contact-options > a > svg:last-child {
  margin-left: auto;
  width: 19px;
}
.contact-options > a small {
  display: block;
  font-size: 12px;
  color: #e8f4f8;
  margin-bottom: 7px;
}
.contact-options > a strong {
  font-size: 17px;
  word-break: break-word;
}
.contact-options > a:hover strong {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.contact-location {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  line-height: 1.5;
  margin-top: 15px;
  color: #e8f4f8;
}
.site-footer {
  display: flex;
  gap: 35px;
  align-items: center;
  justify-content: space-between;
  min-height: 136px;
  padding-block: 25px;
}
.brand-footer img {
  width: 195px;
}
.site-footer > p {
  font-size: 11px;
  color: var(--muted);
}
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 23px;
}
.site-footer nav a {
  font-size: 12px;
  text-decoration: none;
  padding-block: 10px;
}
.site-footer nav a:hover {
  text-decoration: underline;
}
.up-arrow {
  transform: rotate(180deg);
}
@media (min-width: 1441px) {
  .hero {
    max-width: 1600px;
    grid-template-columns: 52.5% 47.5%;
  }
  .hero-copy {
    padding-left: clamp(80px, calc((100vw - 1280px) / 2), 160px);
  }
  .hero-visual {
    height: 580px;
  }
}
@media (max-width: 1250px) and (min-width: 801px) {
  .header-inner,
  .container {
    width: calc(100% - 72px);
  }
  .brand img {
    width: 205px;
  }
  .header-inner {
    gap: 22px;
  }
  .desktop-nav {
    gap: 22px;
  }
  .header-contact {
    gap: 15px;
  }
  .header-contact > .phone-link {
    display: none;
  }
  .hero-copy {
    padding-left: 36px;
    padding-right: 25px;
  }
  .hero-description {
    font-size: 18px;
  }
  .hero-actions {
    flex-wrap: wrap;
    gap: 18px;
  }
  .hero-cta {
    font-size: 12px;
    padding: 17px;
  }
  .hero-inset {
    width: 200px;
    left: -35px;
  }
  .service {
    gap: 15px;
    padding-inline: 18px;
  }
  .service-icon {
    width: 42px;
    height: 42px;
  }
  .service h3 {
    font-size: 19px;
  }
  .services h2 {
    font-size: 33px;
  }
  .owner-grid {
    gap: 50px;
  }
  .section-heading {
    gap: 50px;
  }
  .quick-contact > .phone-link {
    font-size: 14px;
  }
  .quick-contact h2 {
    font-size: 20px;
  }
  .quick-plant {
    display: none;
  }
  .contact-options {
    grid-template-columns: 1fr 1fr;
  }
  .contact-options > a:last-child {
    grid-column: 1/-1;
  }
  .contact-options > a:last-child > svg:last-child {
    margin-left: 20px;
  }
  .work-grid {
    grid-template-columns: 1.4fr 1fr;
  }
  .comparison figcaption {
    flex-wrap: wrap;
  }
  h1 {
    letter-spacing: -2.7px;
  }
}
@media (max-width: 800px) {
  :root {
    --header: 64px;
    scroll-padding-top: 80px;
  }
  .container {
    width: calc(100% - 44px);
  }
  body {
    padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px));
  }
  .section-anchor {
    scroll-margin-top: 82px;
  }
  .header-inner {
    width: calc(100% - 44px);
    gap: 20px;
  }
  .brand img {
    width: 166px;
  }
  .desktop-nav,
  .header-contact {
    display: none;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 40px;
    border: 0;
    border-radius: 4px;
    background: var(--blue);
    color: #fff;
    padding: 6px;
  }
  .mobile-menu {
    display: grid;
    position: absolute;
    top: 63px;
    left: 0;
    right: 0;
    padding: 12px 22px 22px;
    background: white;
    border-bottom: 1px solid #dce3dc;
    box-shadow: 0 12px 20px #16271b12;
  }
  .mobile-menu > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid #edf0ea;
  }
  .mobile-menu > a:last-child {
    border-bottom: 0;
  }
  .mobile-menu svg {
    color: var(--blue);
  }
  .hero {
    display: block;
    min-height: 0;
  }
  .hero-copy {
    padding: 22px 22px 18px;
  }
  .hero-copy .eyebrow {
    font-size: 9px;
    letter-spacing: 1.55px;
    gap: 12px;
    margin-bottom: 15px;
  }
  .eyebrow > span {
    width: 35px;
    height: 2px;
  }
  h1 {
    font-size: clamp(39px, 12.2vw, 55px);
    letter-spacing: -2px;
    line-height: 1.015;
    font-weight: 850;
  }
  .last-word {
    display: block;
  }
  h1 > span:first-child {
    color: var(--green-heading);
  }
  .hero-description {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.2px;
    margin-top: 13px;
    max-width: 100%;
  }
  .desktop-description {
    display: none;
  }
  .mobile-description {
    display: inline;
  }
  .hero-actions {
    display: block;
    margin-top: 14px;
  }
  .hero-cta {
    min-height: 44px;
    background: none !important;
    border: 0;
    border-radius: 0;
    padding: 5px 0;
    gap: 10px;
    font-size: clamp(12px, 3.52vw, 16px);
    color: var(--blue);
    justify-content: space-between;
    text-decoration: underline;
    text-underline-offset: 6px;
    white-space: normal;
    transform: none !important;
    line-height: 1.5;
    font-weight: 800;
  }
  .hero-cta svg {
    width: 22px;
    flex-shrink: 0;
  }
  .hero-phone {
    display: none;
  }
  .hero-visual {
    height: auto;
    margin: 0 13px 10px;
  }
  .hero-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1.55;
    object-fit: cover;
    object-position: 50% 60%;
    border-radius: 3px;
  }
  .hero-inset {
    display: none;
  }
  .services {
    padding: 24px 0 29px;
  }
  .services .eyebrow {
    font-size: 9px;
    letter-spacing: 1.7px;
    gap: 14px;
    margin-bottom: 15px;
  }
  .services h2 {
    font-size: 31px;
    letter-spacing: -1.2px;
  }
  .desktop-services-title {
    display: none;
  }
  .mobile-services-title {
    display: inline;
  }
  .service-grid {
    display: block;
    margin-top: 23px;
  }
  .service,
  .service:first-child,
  .service:last-child {
    padding: 21px 0;
    gap: 22px;
  }
  .service:first-child {
    padding-top: 0;
  }
  .service + .service {
    border-left: 0;
    border-top: 1px solid #d8e2cd;
  }
  .service:last-child {
    padding-bottom: 0;
  }
  .service-icon {
    width: 48px;
    height: 48px;
  }
  .service h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .service p {
    font-size: 14px;
    line-height: 1.6;
  }
  .service-details {
    margin-top: 9px;
  }
  .service-details summary {
    font-size: 13px;
    min-height: 38px;
  }
  .quick-contact {
    padding-block: 30px;
    display: block;
  }
  .quick-plant {
    display: none;
  }
  .quick-contact h2 {
    font-size: 23px;
    line-height: 1.35;
  }
  .quick-contact p {
    font-size: 14px;
    line-height: 1.7;
  }
  .quick-contact > .phone-link {
    margin-top: 17px;
    font-size: 18px;
    min-height: 44px;
  }
  .small-break {
    display: block;
  }
  h2 {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -1px;
  }
  h3 {
    font-size: 20px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.65px;
    gap: 13px;
    margin-bottom: 16px;
  }
  .section-heading {
    display: block;
    margin-bottom: 26px;
  }
  .section-heading > p {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
    max-width: none;
  }
  .section-heading .eyebrow {
    margin-bottom: 17px;
  }
  .work {
    padding-top: 42px;
    padding-bottom: 45px;
  }
  .work-grid {
    display: block;
  }
  .comparison-image > img {
    aspect-ratio: 1.18;
    object-position: 50% center;
  }
  .image-label {
    left: 12px;
    bottom: 12px;
    padding: 7px 10px;
    font-size: 11px;
  }
  .comparison figcaption {
    display: block;
    padding-top: 17px;
  }
  .comparison h3 {
    font-size: 17px;
    line-height: 1.4;
  }
  .comparison-controls {
    margin-top: 15px;
    width: max-content;
  }
  .comparison-controls button {
    padding-inline: 20px;
    min-height: 44px;
    font-size: 13px;
  }
  .work-small-grid {
    margin-top: 28px;
    gap: 15px;
    height: auto;
  }
  .photo-tile img {
    aspect-ratio: 0.85;
  }
  .photo-tile span {
    padding-top: 13px;
    font-size: 12px;
    line-height: 1.5;
    gap: 6px;
  }
  .photo-tile span svg {
    width: 18px;
  }
  .owner {
    padding-block: 38px;
  }
  .owner-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: stretch;
  }
  .owner figure img {
    aspect-ratio: 1.28;
    object-position: 20% center;
  }
  .owner figcaption {
    font-size: 11px;
    margin-top: 10px;
  }
  .owner-copy h2 {
    margin-bottom: 19px;
  }
  .owner-copy > p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 13px;
  }
  .owner-copy > .text-link {
    font-size: 14px;
    margin-top: 20px;
    min-height: 44px;
  }
  .pricing {
    padding-block: 46px;
  }
  .steps {
    display: block;
    margin-top: 28px;
  }
  .steps li {
    padding-top: 20px;
    margin-top: 24px;
  }
  .step-number {
    margin-bottom: 10px;
  }
  .steps h3 {
    font-size: 19px;
  }
  .steps p {
    font-size: 14px;
    max-width: none;
    margin-top: 10px;
  }
  .contact {
    padding: 36px 0 29px;
  }
  .contact-heading {
    display: block;
  }
  .contact-heading > p {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 21px;
  }
  .contact .eyebrow {
    letter-spacing: 1.25px;
    font-size: 9px;
  }
  .contact-options {
    display: block;
    margin-top: 28px;
  }
  .contact-options > a {
    gap: 14px;
    padding-block: 21px;
  }
  .contact-options > a strong {
    font-size: 16px;
  }
  .contact-options > a:last-child strong {
    font-size: 14px;
  }
  .contact-options > a small {
    font-size: 11px;
  }
  .contact-location {
    font-size: 11px;
    gap: 8px;
    margin-top: 20px;
  }
  .contact-location span {
    display: none;
  }
  .contact-location svg {
    flex-shrink: 0;
  }
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    padding-block: 30px;
  }
  .brand-footer img {
    width: 175px;
  }
  .site-footer > p {
    font-size: 11px;
  }
  .site-footer nav {
    gap: 26px;
    width: 100%;
  }
  .site-footer nav a:last-child {
    margin-left: auto;
  }
  .site-footer nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .mobile-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 40;
    background: white;
    box-shadow: 0 -3px 18px #18251c13;
    border-top: 1px solid #e5e8e1;
    padding: 8px 9px calc(8px + env(safe-area-inset-bottom, 0px));
    min-height: 70px;
  }
  .mobile-contact > a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    padding: 10px 8px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 850;
    line-height: 1.2;
  }
  .mobile-whatsapp {
    background: var(--green);
    color: #142108;
  }
  .mobile-whatsapp:hover {
    background: #a5c660;
  }
  .mobile-whatsapp svg {
    color: #142108;
  }
  .mobile-call {
    background: var(--blue);
    color: white;
  }
  .mobile-call:hover {
    background: var(--blue-hover);
  }
  .photo-dialog {
    padding: 14px;
    width: 94vw;
  }
  .photo-dialog h2 {
    font-size: 19px;
  }
}
@media (min-width: 501px) and (max-width: 800px) {
  .hero-copy {
    padding-inline: 32px;
  }
  .hero-visual {
    margin-inline: 22px;
  }
  .hero-image {
    aspect-ratio: 1.6;
    max-height: 380px;
  }
  .hero-copy h1 {
    max-width: 560px;
  }
  .last-word {
    display: inline;
  }
  .hero-copy .hero-description {
    max-width: 520px;
  }
  .hero-cta {
    font-size: 16px;
  }
  .container {
    width: calc(100% - 64px);
  }
  .service {
    gap: 25px;
  }
  .mobile-contact {
    padding-inline: 22px;
  }
  .owner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .owner figure img {
    aspect-ratio: 0.65;
  }
  .owner-copy h2 {
    font-size: 28px;
  }
}
@media (max-width: 359px) {
  .header-inner,
  .container {
    width: calc(100% - 32px);
  }
  .hero-copy {
    padding-inline: 16px;
  }
  h1 {
    font-size: 39px;
    letter-spacing: -1.8px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-cta {
    font-size: 12px;
    gap: 6px;
  }
  .service {
    gap: 15px;
  }
  .service-icon {
    width: 40px;
    height: 40px;
  }
  .mobile-contact > a {
    font-size: 15px;
    gap: 8px;
  }
  .mobile-contact svg {
    width: 26px;
  }
  .contact-options > a:last-child strong {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
/* QA: retain the subject in the new portrait photograph. */
.hero-image {
  object-position: 52% 48%;
}
@media (max-width: 800px) {
  .hero-copy {
    padding-top: 20px;
    padding-bottom: 8px;
  }
  .hero-copy .eyebrow {
    margin-bottom: 11px;
  }
  h1 {
    font-size: clamp(39px, 13vw, 55px);
    line-height: 0.99;
  }
  .hero-description {
    margin-top: 9px;
  }
  .mobile-description {
    display: block;
  }
  .hero-actions {
    margin-top: 8px;
  }
  .hero-cta {
    font-size: 16px;
    transition: none;
  }
  .hero-image {
    object-position: 50% 38%;
  }
}
@media (max-width: 359px) {
  .hero-cta {
    font-size: 13px;
  }
  h1 {
    font-size: 39px;
  }
}

.section-anchor {
  scroll-margin-top: 0;
}
.contact-location .contact-address,
.contact-location .contact-area {
  display: inline;
}
@media (max-width: 800px) {
  .contact-location {
    align-items: flex-start;
  }
  .contact-location .contact-address {
    flex: 1;
  }
  .contact-location .contact-area {
    flex-basis: 100%;
    margin-left: 28px;
  }
}
