:root {
  --green: #254c3b;
  --ink: #243e32;
  --muted: #6c756b;
  --paper: #fafbf5;
  --lime: #dce8b8;
  --line: #dce1d5;
}
.distance-box {
  padding: 18px;
  margin-bottom: 22px;
  background: #eff2e7;
  border-radius: 5px;
}
.distance-box.is-unresolved {
  background: #fff0ef;
  border: 1px solid #c75b55;
  color: #8b302b;
}
.distance-box.is-unresolved .routing-credit {
  color: #8b302b;
}
.distance-box strong {
  font-size: 13px;
}
.distance-box .field-hint {
  margin: 10px 0;
}
.distance-box .text-link {
  display: block;
  margin-top: 13px;
  font-size: 11px;
}
#distance-status {
  font-size: 12px;
  margin: 14px 0;
}
.routing-credit {
  font-size: 9px;
  color: var(--muted);
  margin: 12px 0 0;
}
.routing-credit a {
  text-decoration: underline;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #7e974e;
  outline-offset: 5px;
}
.wrap {
  width: min(1180px, calc(100% - 80px));
  margin: auto;
}
.header {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.7px;
}
.brand small {
  display: block;
  font-size: 8px;
  letter-spacing: 1.5px;
  margin-top: 2px;
}
.brand-icon {
  font-family: Georgia, serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -4px;
  position: relative;
  padding-right: 14px;
}
.brand-icon span {
  position: absolute;
  font-size: 21px;
  top: -5px;
  right: 0;
  letter-spacing: 0;
}
nav {
  display: flex;
  gap: 34px;
  align-items: center;
  font-size: 13px;
}
.button {
  border: 0;
  border-radius: 5px;
  background: var(--green);
  color: white;
  display: inline-flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 23px;
  font-size: 14px;
  font-weight: 500;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #38634d;
  transform: translateY(-2px);
}
.button span {
  font-size: 21px;
  line-height: 1;
}
.button.small {
  padding: 12px 18px;
}
.hero {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 52px;
  align-items: center;
  padding: 47px 0 72px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
  margin: 0 0 21px;
  display: flex;
  gap: 9px;
  align-items: center;
}
.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #74904c;
  display: inline-block;
  flex-shrink: 0;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -1.8px;
}
h1 {
  font-size: clamp(44px, 4.7vw, 67px);
  margin-bottom: 23px;
}
h1 em {
  font-weight: 400;
  color: #708157;
}
h2 {
  font-size: 43px;
  margin-bottom: 22px;
}
h3 {
  font-size: 22px;
  letter-spacing: -0.5px;
  line-height: 1.3;
}
.intro {
  color: var(--muted);
  max-width: 445px;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 28px;
}
.under-button {
  font-size: 11px;
  color: var(--muted);
  margin: 12px 0 29px;
}
.hero-notes {
  display: flex;
  gap: 26px;
  font-size: 11px;
  color: #66705e;
}
.hero-art {
  height: 476px;
  border-radius: 120px 8px 8px 8px;
  background: #e7e5d7;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.sun-glow {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, #f7f3df 5%, transparent 55%),
    linear-gradient(50deg, transparent 40%, #f7f5e887 41%, transparent 72%);
}
.window {
  position: absolute;
  left: 18%;
  top: 9%;
  width: 67%;
  height: 70%;
  background: linear-gradient(#d2e2df, #f2f3dc);
  border: 12px solid #f9f8ee;
  box-shadow: 9px 10px 20px #576f4933;
  overflow: hidden;
}
.window-cross {
  position: absolute;
  left: 48%;
  top: 0;
  height: 100%;
  width: 10px;
  background: #faf9ef;
  box-shadow: 4px 0 7px #506d4520;
}
.window-bar {
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  height: 10px;
  background: #faf9ef;
}
.landscape {
  position: absolute;
  width: 150%;
  height: 65%;
  border-radius: 50%;
  bottom: -35%;
  left: -60%;
  background: #a7ba95;
  transform: rotate(-15deg);
}
.hill-two {
  left: 12%;
  bottom: -42%;
  height: 85%;
  background: #819c78;
  transform: rotate(-23deg);
}
.sill {
  position: absolute;
  left: 15%;
  top: 79%;
  width: 74%;
  height: 15px;
  background: #fffef5;
  box-shadow: 0 10px 12px #4a61482b;
}
.sparkle {
  position: absolute;
  color: white;
  font-family: Georgia, serif;
  font-size: 70px;
  line-height: 1;
}
.s1 {
  top: 15%;
  right: 18%;
}
.s2 {
  top: 48%;
  left: 14%;
  font-size: 37px;
}
.plant {
  position: absolute;
  bottom: 56px;
  right: 33px;
  width: 80px;
  height: 156px;
}
.pot {
  position: absolute;
  bottom: 0;
  width: 66px;
  height: 66px;
  background: linear-gradient(90deg, #b68562, #d1aa85);
  clip-path: polygon(0 0, 100% 0, 86% 100%, 15% 100%);
}
.plant i {
  position: absolute;
  bottom: 48px;
  left: 31px;
  width: 24px;
  height: 92px;
  background: #58734e;
  border-radius: 100% 0 100% 0;
  transform: rotate(-35deg);
  transform-origin: bottom;
}
.plant i:nth-child(2) {
  transform: rotate(23deg);
  height: 106px;
  background: #768c5c;
}
.plant i:nth-child(3) {
  transform: rotate(60deg);
  height: 76px;
}
.plant i:nth-child(4) {
  transform: rotate(-65deg);
  height: 64px;
  background: #8a9c68;
}
.art-note {
  position: absolute;
  bottom: 35px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: #fffdf3ed;
  border: 1px solid #fff;
  border-radius: 6px;
  box-shadow: 0 6px 22px #3448320d;
  font-size: 14px;
}
.art-note > span {
  font-size: 29px;
  color: #82925d;
}
.art-note small {
  display: block;
  font-size: 10px;
  color: #79806d;
}
.art-caption {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 7px;
  letter-spacing: 1.8px;
  color: #717960;
}
.trust-strip {
  border-block: 1px solid var(--line);
  background: #f0f3e8;
}
.trust-strip .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-block: 20px;
  font-size: 11px;
}
.trust-strip span:first-child {
  font-family: Georgia, serif;
  font-size: 16px;
}
.section {
  padding-block: 90px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 60px;
  margin-bottom: 35px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.section-heading > p {
  max-width: 330px;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 4px;
}
.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.service {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 32px 35px;
  background: #fffefa;
}
.service:nth-child(2) {
  background: #eff2e7;
}
.service-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.service-symbol {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e5eccf;
  font-size: 30px;
}
.service-number {
  font-size: 9px;
  letter-spacing: 1.7px;
  color: #79846d;
}
.service h3 {
  font-family: Georgia, serif;
  font-size: 29px;
  font-weight: 400;
  margin-bottom: 13px;
}
.service p {
  color: var(--muted);
  font-size: 14px;
  max-width: 410px;
}
.service ul {
  list-style: none;
  padding: 0;
  margin: 22px 0 27px;
  font-size: 12px;
}
.service li {
  margin: 8px 0;
}
.service li:before {
  content: "✓";
  color: #849666;
  margin-right: 10px;
}
.service-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
}
.service-bottom strong {
  font-size: 26px;
  color: var(--ink);
  font-weight: 400;
}
.service-bottom a {
  display: grid;
  place-items: center;
  background: var(--green);
  color: white;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  font-size: 21px;
}
.section-footnote {
  text-align: center;
  margin: 20px 0 0;
  font-size: 11px;
  color: var(--muted);
}
.area-section {
  padding: 68px 0;
  background: #eef1e5;
}
.area-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 65px;
  align-items: center;
}
.area-grid > div > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  max-width: 380px;
}
.travel-note {
  display: flex;
  gap: 16px;
  margin-top: 25px;
}
.travel-note > span {
  font-size: 24px;
}
.travel-note p {
  font-size: 12px;
  color: var(--muted);
}
.travel-note strong {
  color: var(--ink);
  font-weight: 500;
}
.text-link {
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  color: inherit;
  border-bottom: 1px solid #8e9c78;
  font-size: 13px;
  color: var(--green);
}
.show-email {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.area-map {
  background: #f7f8ee;
  border: 1px solid #dce3cf;
  border-radius: 9px;
  overflow: hidden;
}
.area-map svg {
  display: block;
  width: 100%;
  height: auto;
}
.map-legend {
  padding: 18px 22px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 10px;
  border-top: 1px solid #e2e7d7;
}
.map-legend small {
  margin-left: auto;
  color: var(--muted);
  font-size: 9px;
}
.steps {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 34px;
}
.steps h2 {
  font-size: 30px;
}
.steps article {
  padding-top: 7px;
}
.steps article > span {
  color: #8d9d71;
  font-size: 13px;
}
.steps h3 {
  font-size: 15px;
  margin: 19px 0 12px;
}
.steps p {
  font-size: 12px;
  color: var(--muted);
}
.request-section {
  background: #e9eee1;
  padding: 75px 0 85px;
}
.request-section h2 {
  font-size: 40px;
}
form {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 28px;
  align-items: start;
}
.form-main {
  background: #fffef9;
  border: 1px solid #dde3d5;
  border-radius: 8px;
  padding: 32px;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 26px;
}
fieldset:last-child {
  margin-bottom: 0;
}
legend {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 18px;
  padding: 0;
}
legend > span {
  font-size: 11px;
  border: 1px solid #dce2cf;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  color: #829369;
}
.field-hint {
  display: block;
  font-size: 11px;
  color: var(--muted);
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 16px;
}
label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 17px;
}
.label-note {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 400;
}
input:not([type="checkbox"]),
textarea,
select {
  display: block;
  width: 100%;
  border: 1px solid #d9ded2;
  background: #fffefa;
  border-radius: 4px;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  font-size: 13px;
  margin-top: 7px;
}
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #93a978;
  outline-offset: 1px;
}
input::placeholder,
textarea::placeholder {
  color: #989e90;
}
textarea {
  resize: vertical;
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
  margin: 8px 0 0;
}
.consent input {
  margin-top: 4px;
  accent-color: var(--green);
}
.consent a {
  text-decoration: underline;
}
.form-submit {
  width: 100%;
  margin-top: 18px;
}
.form-submit .button-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.form-submit small {
  font-size: 10px;
  font-weight: 400;
}
.form-main .no-booking {
  margin: 13px 0 0;
  text-align: center;
  font-size: 11px;
  color: var(--muted);
}
.estimate {
  background: var(--green);
  color: #fbfcf4;
  border-radius: 8px;
  padding: 31px;
  position: sticky;
  top: 25px;
}
.estimate-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
  letter-spacing: 1.4px;
  border-bottom: 1px solid #ffffff26;
  padding-bottom: 19px;
  margin-bottom: 25px;
}
.estimate-top > span:last-child {
  font-size: 22px;
}
.estimate h3 {
  font-family: Georgia, serif;
  font-size: 29px;
  font-weight: 400;
  margin-bottom: 10px;
}
.estimate > p {
  font-size: 12px;
  color: #c1cebd;
}
.estimate .estimate-included {
  color: #f5f8e7;
  font-size: 11px;
  margin: 17px 0 -6px;
}
.estimate dl {
  margin: 28px 0;
}
.estimate dl > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 17px 0;
  font-size: 12px;
}
.estimate dt small {
  display: block;
  font-size: 10px;
  color: #c1cebd;
}
.estimate dd {
  margin: 0;
  white-space: nowrap;
}
.total {
  border-top: 1px solid #ffffff26;
  padding-top: 23px;
}
.total span {
  display: block;
  font-size: 11px;
  color: #d2dcc9;
}
.total output {
  display: block;
  font-size: 39px;
  letter-spacing: -1px;
  line-height: 1.5;
}
.estimate .estimate-note {
  font-size: 10px;
  margin: 10px 0 25px;
}
.button:disabled {
  opacity: 0.6;
  cursor: wait;
  transform: none;
}
#form-status {
  margin: 15px 0 0;
  color: var(--green);
  font-size: 12px;
}
#form-status:empty {
  display: none;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 90px;
}
.faq > div > p {
  color: var(--muted);
  font-size: 13px;
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
}
.faq details:first-child {
  padding-top: 0;
}
summary {
  cursor: pointer;
}
.faq summary {
  list-style: none;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.faq summary:after {
  content: "+";
  font-size: 20px;
  color: #879874;
}
.faq details[open] summary:after {
  content: "−";
}
.faq details p {
  font-size: 13px;
  color: var(--muted);
  margin: 12px 0 0;
}
footer {
  background: #eef1e7;
  border-top: 1px solid var(--line);
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-block: 35px;
}
.footer-top > p,
.footer-top > a:last-child {
  font-size: 11px;
  color: var(--muted);
  margin: 0;
}
.legal {
  border-top: 1px solid var(--line);
  padding-block: 19px;
  display: flex;
  gap: 24px;
  align-items: start;
  font-size: 10px;
  color: var(--muted);
}
.legal details {
  max-width: 420px;
}
.legal p {
  margin: 14px 0;
}
.legal > span {
  margin-left: auto;
  white-space: nowrap;
}
.legal > .developer-credit {
  margin-left: auto;
}
.legal > .copyright {
  margin-left: 0;
}
.honey {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip {
  position: absolute;
  top: -100px;
  left: 20px;
  background: white;
  padding: 15px;
  z-index: 10;
}
.skip:focus {
  top: 10px;
}
[hidden] {
  display: none !important;
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 65px;
    padding-bottom: 90px;
  }
  .hero-art {
    height: 510px;
  }
}
@media (max-width: 950px) {
  .wrap {
    width: calc(100% - 44px);
  }
  nav {
    gap: 20px;
  }
  .hero {
    gap: 25px;
  }
  .hero-art {
    height: 420px;
  }
  h1 {
    font-size: 49px;
  }
  .art-note {
    left: 14px;
    padding: 12px;
    font-size: 12px;
  }
  .plant {
    right: 6px;
  }
  .hero-notes {
    gap: 12px;
  }
  .trust-strip .wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 28px;
  }
  .area-grid {
    gap: 30px;
  }
  .steps {
    grid-template-columns: repeat(3, 1fr);
  }
  .steps > div {
    grid-column: 1/-1;
  }
  .steps h2 br {
    display: none;
  }
  form {
    grid-template-columns: 1.3fr 1fr;
    gap: 20px;
  }
  .form-main,
  .estimate {
    padding: 24px;
  }
  .faq {
    gap: 45px;
  }
  .service {
    padding: 26px;
  }
}
@media (max-width: 680px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .header {
    height: 88px;
  }
  .brand {
    font-size: 12px;
    gap: 9px;
  }
  .brand small {
    font-size: 6px;
    letter-spacing: 1px;
  }
  .brand-icon {
    font-size: 36px;
  }
  nav > a:not(.button) {
    display: none;
  }
  .button.small {
    font-size: 11px;
    padding: 10px 12px;
    gap: 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 30px 0 40px;
    gap: 32px;
  }
  h1 {
    font-size: 51px;
  }
  .intro {
    font-size: 15px;
    max-width: none;
  }
  .hero-art {
    height: 365px;
    border-top-left-radius: 90px;
  }
  .window {
    left: 22%;
    width: 60%;
  }
  .art-note {
    bottom: 28px;
    left: 22px;
    padding: 15px;
  }
  .plant {
    right: 26px;
  }
  .hero-notes {
    gap: 24px;
  }
  .under-button {
    margin-bottom: 21px;
  }
  .trust-strip .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    font-size: 10px;
  }
  .trust-strip span:first-child {
    font-size: 13px;
  }
  .section {
    padding-block: 56px;
  }
  .section-heading {
    display: block;
    margin-bottom: 27px;
  }
  .section-heading > p {
    margin-top: 20px;
    max-width: none;
  }
  h2 {
    font-size: 36px;
  }
  .service-grid,
  .area-grid,
  .faq,
  form {
    grid-template-columns: 1fr;
  }
  .service {
    padding: 26px;
  }
  .area-section {
    padding: 48px 0;
  }
  .area-grid {
    gap: 28px;
  }
  .area-grid > div > p:not(.eyebrow) {
    max-width: none;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .steps > div {
    grid-column: auto;
  }
  .steps article {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 0 10px;
  }
  .steps h3 {
    margin: 0 0 7px;
  }
  .steps article > span {
    grid-row: 1/3;
  }
  .steps p {
    margin: 0;
  }
  .request-section {
    padding: 52px 0;
  }
  .request-section h2 {
    font-size: 35px;
  }
  .estimate {
    position: static;
  }
  .form-main {
    padding: 24px 20px;
  }
  .two-col {
    gap: 12px;
  }
  .faq {
    gap: 28px;
  }
  .footer-top {
    align-items: start;
    flex-wrap: wrap;
  }
  .footer-top > p {
    font-size: 10px;
  }
  .footer-top > a:last-child {
    width: 100%;
  }
  .legal {
    flex-wrap: wrap;
    gap: 14px;
  }
  .legal details {
    width: 100%;
    max-width: none;
  }
  .legal > span {
    margin-left: 0;
  }
  .legal > .developer-credit {
    margin-left: 0;
  }
  .map-legend {
    padding: 14px;
    font-size: 9px;
  }
  .map-legend small {
    font-size: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
