:root {
  --ink: #173532;
  --ink-soft: #46625f;
  --paper: #fffef9;
  --cream: #f5f0e6;
  --sage: #e6eee6;
  --green: #2b5c50;
  --green-dark: #1e463d;
  --gold: #bc7d40;
  --line: rgba(23, 53, 50, 0.14);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #d39a5e;
  outline-offset: 3px;
}

h1,
h2,
h3,
.display-heading {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-wrap: pretty;
}

.site-header {
  position: relative;
  z-index: 20;
  min-height: 84px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 254, 249, 0.96);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.brand-mark {
  position: relative;
  flex: 0 0 auto;
  width: 39px;
  height: 39px;
  display: block;
  border: 1px solid rgba(43, 92, 80, 0.24);
  border-radius: 50%;
  background: #dce9dc;
}

.brand-leaf {
  position: absolute;
  width: 10px;
  height: 20px;
  border-radius: 90% 0 90% 0;
  background: var(--green);
  transform-origin: bottom right;
}

.leaf-one {
  top: 7px;
  left: 10px;
  transform: rotate(-30deg);
}

.leaf-two {
  right: 8px;
  bottom: 7px;
  transform: rotate(145deg) scale(0.78);
}

.brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.brand-name strong {
  display: block;
  margin-top: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.27em;
  text-transform: uppercase;
}

.header-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 15px;
  font-weight: 700;
}

.header-phone span {
  color: var(--ink-soft);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-width: 1px;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-sm-pill {
  min-height: 45px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 13px;
}

.btn-lg-pill {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
}

.btn-brand {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
  box-shadow: 0 10px 25px rgba(30, 70, 61, 0.15);
}

.btn-brand:hover,
.btn-brand:focus {
  border-color: var(--green-dark);
  background: var(--green-dark);
  color: #fff;
}

.btn-outline-brand {
  border-color: rgba(43, 92, 80, 0.3);
  background: rgba(255, 255, 255, 0.58);
  color: var(--green-dark);
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
  border-color: var(--green);
  background: #fff;
  color: var(--green-dark);
}

.hero-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(115deg, #f8f4ea 0%, #f1f3e9 55%, #e6eee4 100%);
}

.hero-row {
  min-height: 690px;
}

.hero-section .container-xl {
  z-index: 2;
}

.eyebrow {
  margin: 0 0 21px;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.19em;
  line-height: 1.55;
  text-transform: uppercase;
}

.hero-section h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3.2rem, 5.7vw, 4.85rem);
  line-height: 0.99;
}

.hero-intro {
  max-width: 650px;
  margin: 28px 0 31px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.72;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-row span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d39a5e;
}

.hero-art {
  position: relative;
  width: min(100%, 470px);
  min-height: 510px;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 240px 240px 30px 30px;
  background: linear-gradient(180deg, #e7f0e8 0%, #c7ddcb 53%, #83aa90 100%);
  box-shadow: 0 32px 70px rgba(30, 70, 61, 0.17);
}

.art-sun {
  position: absolute;
  top: 73px;
  left: 50%;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: rgba(255, 240, 195, 0.88);
  box-shadow: 0 0 55px rgba(255, 240, 195, 0.68);
  transform: translateX(-50%);
}

.art-hill {
  position: absolute;
  border-radius: 50% 50% 0 0;
}

.hill-one {
  right: -40%;
  bottom: 84px;
  left: 16%;
  height: 260px;
  background: #9fc0a5;
  transform: rotate(-9deg);
}

.hill-two {
  right: 27%;
  bottom: 36px;
  left: -46%;
  height: 250px;
  background: #6e9980;
  transform: rotate(9deg);
}

.hill-three {
  right: -23%;
  bottom: -63px;
  left: -20%;
  height: 230px;
  background: #2c6051;
}

.art-content {
  position: absolute;
  right: 32px;
  bottom: 30px;
  left: 32px;
  z-index: 2;
}

.art-kicker {
  margin: 0 0 11px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.art-quote {
  margin: 0 0 25px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.24;
}

.availability-note {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: rgba(19, 56, 47, 0.66);
  color: #fff;
  backdrop-filter: blur(10px);
}

.availability-note > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 12px;
}

.availability-note small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
}

.status-dot {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: #a9d7b6;
  box-shadow: 0 0 0 5px rgba(169, 215, 182, 0.12);
}

.decor-circle {
  position: absolute;
  border-radius: 50%;
}

.circle-one {
  top: -160px;
  left: -120px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(43, 92, 80, 0.08);
}

.circle-two {
  right: -90px;
  bottom: -150px;
  width: 380px;
  height: 380px;
  background: rgba(255, 255, 255, 0.24);
}

.section-space {
  padding: 112px 0 120px;
}

.bg-paper {
  background: var(--paper);
}

.bg-cream {
  background: var(--cream);
}

.bg-sage {
  background: var(--sage);
}

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

.section-heading h2,
.display-heading {
  margin: 0;
  font-size: clamp(2.55rem, 5vw, 3.6rem);
  line-height: 1.05;
}

.section-heading > p:last-child,
.section-intro,
.welcome-copy > p:not(.lead-copy) {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.section-heading > p:last-child {
  margin: 22px auto 0;
}

.service-grid {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-grid > div {
  border-right: 1px solid var(--line);
}

.service-grid > div:first-child {
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 272px;
  padding: 32px 28px;
  transition: background-color 180ms ease, transform 180ms ease;
}

.service-card:hover {
  background: var(--cream);
  transform: translateY(-5px);
}

.service-number {
  display: block;
  margin-bottom: 44px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}

.service-card h3 {
  margin: 0 0 14px;
  font-size: 23px;
  line-height: 1.2;
}

.service-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.established-note {
  max-width: 325px;
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 48px;
  padding-top: 23px;
  border-top: 1px solid var(--line);
}

.established-note span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.established-note p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.lead-copy {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.45;
}

.audience-list {
  border-top: 1px solid var(--line);
}

.audience-list > div {
  display: grid;
  grid-template-columns: 165px 1fr;
  gap: 25px;
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
}

.audience-list strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
}

.audience-list span {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.55;
}

.step-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 34px 32px 29px;
  border: 1px solid rgba(43, 92, 80, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.64);
}

.step-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 40px;
  border: 1px solid rgba(43, 92, 80, 0.2);
  border-radius: 50%;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
}

.step-card h3 {
  margin: 0 0 13px;
  font-size: 27px;
}

.step-card p {
  margin: 0 0 28px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.step-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
}

.step-card a span {
  transition: transform 180ms ease;
}

.step-card a:hover span {
  transform: translateX(4px);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 28px 50px 28px 0;
  cursor: pointer;
  list-style: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 22px;
  right: 4px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--green);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  margin: -4px 50px 27px 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.75;
}

.contact-wrap {
  padding: 32px;
  background: var(--paper);
}

.contact-panel {
  max-width: 1280px;
  padding: 78px 82px;
  border-radius: 30px;
  background: var(--green-dark);
  color: #fff;
}

.light-eyebrow {
  color: #b9d7c0;
}

.contact-panel h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.55rem, 5.3vw, 4rem);
  line-height: 1.03;
}

.contact-intro {
  max-width: 610px;
  margin: 25px 0 31px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.7;
}

.btn-light-custom {
  border-color: #fff;
  background: #fff;
  color: var(--green-dark);
}

.btn-light-custom:hover,
.btn-light-custom:focus {
  border-color: #fff;
  background: #fff;
  color: var(--green-dark);
}

.btn-outline-light-custom {
  border-color: rgba(255, 255, 255, 0.28);
  background: transparent;
  color: #fff;
}

.btn-outline-light-custom:hover,
.btn-outline-light-custom:focus {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.office-card {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin: 0;
  padding: 31px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.06);
  font-style: normal;
}

.office-card p {
  margin: 0 0 14px;
  color: #b9d7c0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.office-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
}

.office-card span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.55;
}

.site-footer {
  padding: 54px 0 100px;
  background: var(--paper);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.footer-brand > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.footer-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
}

.footer-brand small {
  color: var(--ink-soft);
  font-size: 10px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
}

.footer-note {
  margin: 28px 0 0;
  padding-top: 27px;
  border-top: 1px solid var(--line);
  color: #728582;
  font-size: 10px;
}

.mobile-action-bar {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 50;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: var(--green-dark);
  box-shadow: 0 12px 35px rgba(20, 54, 47, 0.32);
}

.mobile-action-bar a {
  padding: 16px 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.mobile-action-bar a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--green);
}

@media (min-width: 992px) {
  .g-lg-6 {
    --bs-gutter-x: 6rem;
  }
}

@media (max-width: 1199.98px) {
  .service-grid > div:nth-child(3),
  .service-grid > div:nth-child(4) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 991.98px) {
  .hero-row {
    min-height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero-art {
    width: min(100%, 450px);
    margin: 0 auto;
  }

  .contact-panel {
    padding: 64px 52px;
  }
}

@media (max-width: 767.98px) {
  body {
    padding-bottom: 76px;
  }

  .site-header {
    min-height: 76px;
  }

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

  .hero-section h1 {
    font-size: clamp(2.8rem, 13vw, 3.75rem);
  }

  .hero-intro {
    font-size: 16px;
  }

  .trust-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-art {
    min-height: 470px;
  }

  .section-space {
    padding: 78px 0 85px;
  }

  .service-grid {
    border: 0;
  }

  .service-grid > div,
  .service-grid > div:first-child {
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }

  .service-grid > div:last-child {
    border-bottom: 1px solid var(--line);
  }

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

  .service-number {
    margin-bottom: 24px;
  }

  .lead-copy {
    font-size: 24px;
  }

  .audience-list > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .step-card {
    min-height: 290px;
  }

  .contact-wrap {
    padding: 12px;
  }

  .contact-panel {
    padding: 58px 22px 26px;
    border-radius: 23px;
  }

  .contact-panel .btn {
    width: 100%;
  }

  .site-footer {
    padding-bottom: 54px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
