:root {
  --canvas: #faf8f2;
  --canvas-deep: #f4f0e8;
  --evergreen: #183c2b;
  --evergreen-soft: #264632;
  --charcoal: #333936;
  --muted: #62655d;
  --clay: #be6636;
  --clay-deep: #ae5429;
  --line: #dad2c3;
  --line-strong: #c7bca8;
  --white: #fffdf9;
  --display: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --body: "Manrope", Arial, sans-serif;
  --shadow: 0 14px 38px rgb(18 33 24 / 9%);
  --radius: 12px;
  --max: 1420px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--canvas);
  color: var(--charcoal);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

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

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

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

address {
  font-style: normal;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 1rem;
  left: 1rem;
  transform: translateY(-150%);
  padding: 0.75rem 1rem;
  border-radius: 0.4rem;
  background: var(--evergreen);
  color: var(--white);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  border-bottom: 1px solid var(--line);
  background: var(--canvas);
}

.header-inner {
  width: min(calc(100% - 6rem), var(--max));
  min-height: 94px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.25rem, 4vw, 3.5rem);
}

.brand {
  color: var(--evergreen);
  font-family: var(--display);
  font-size: clamp(2rem, 2.6vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 4.6vw, 3.5rem);
  margin-left: auto;
  color: #161e1a;
  font-size: 1.08rem;
  font-weight: 500;
}

.site-nav a {
  position: relative;
  padding: 0.5rem 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0.18rem;
  left: 0;
  height: 1px;
  content: "";
  background: var(--clay);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

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

.button {
  display: inline-flex;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

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

.button:focus-visible,
a:focus-visible {
  outline: 3px solid rgb(190 102 54 / 42%);
  outline-offset: 3px;
}

.icon {
  width: 1.52rem;
  height: 1.52rem;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
}

.icon--phone path:first-child {
  fill: currentColor;
  stroke: none;
}

.button--header {
  min-width: 198px;
  min-height: 62px;
  margin-left: clamp(1rem, 3.5vw, 3.25rem);
  background: var(--evergreen);
  color: var(--white);
}

.button--header:hover,
.button--primary:hover {
  background: #214c36;
}

.hero {
  padding: clamp(2.25rem, 3vw, 2.8rem) 0 clamp(2.8rem, 5vw, 3.7rem);
}

.hero-inner {
  width: min(calc(100% - 6rem), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(450px, 0.79fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: clamp(2.8rem, 4.2vw, 4.2rem);
}

.hero-copy {
  padding: 1rem 0 0.15rem;
}

.hero h1 {
  max-width: 600px;
  color: var(--evergreen);
  font-family: var(--display);
  font-size: clamp(4.25rem, 5.5vw, 5.65rem);
  font-weight: 600;
  letter-spacing: -0.052em;
  line-height: 1.04;
}

.hero-description {
  max-width: 560px;
  margin-top: clamp(1.55rem, 2.5vw, 2rem);
  color: #444947;
  font-size: clamp(1.17rem, 1.6vw, 1.33rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: clamp(1.8rem, 3.1vw, 2.35rem);
}

.button--primary {
  min-width: 262px;
  padding: 0 1.55rem;
  background: var(--evergreen);
  color: var(--white);
}

.button--secondary {
  min-width: 210px;
  padding: 0 1.45rem;
  border-color: var(--clay);
  color: var(--clay-deep);
}

.button--secondary:hover {
  background: rgb(190 102 54 / 7%);
}

.hero-details {
  display: grid;
  gap: 1.3rem;
  margin-top: clamp(2rem, 3.3vw, 2.65rem);
  color: #414644;
  font-size: 1.06rem;
  font-weight: 500;
}

.hero-details a,
.hero-details span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.9rem;
}

.detail-icon {
  width: 1.52rem;
  height: 1.52rem;
  color: var(--clay);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
}

.hero-media {
  margin: 0;
}

.hero-media img {
  width: 100%;
  height: min(680px, 50vw);
  min-height: 545px;
  object-fit: cover;
  object-position: center center;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.services {
  padding: clamp(3rem, 5vw, 4.55rem) 3rem clamp(3.7rem, 6vw, 5.7rem);
  border-top: 1px solid #f0ebe1;
  background: linear-gradient(180deg, #f5f1e8 0%, var(--canvas) 16rem);
  text-align: center;
}

.flourish {
  display: flex;
  width: 260px;
  align-items: center;
  gap: 1.35rem;
  margin: 0 auto clamp(1.4rem, 2vw, 1.7rem);
  color: var(--evergreen-soft);
}

.flourish span {
  height: 1px;
  flex: 1;
  background: var(--line-strong);
}

.flourish svg {
  width: 62px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.section-heading h2 {
  color: var(--evergreen);
  font-family: var(--display);
  font-size: clamp(3.45rem, 5vw, 4.6rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.section-heading p {
  max-width: 690px;
  margin: clamp(1.15rem, 2vw, 1.45rem) auto 0;
  color: #4a504d;
  font-size: clamp(1.05rem, 1.55vw, 1.2rem);
  line-height: 1.65;
}

.service-list {
  width: min(100%, 1180px);
  margin: clamp(2.7rem, 4.3vw, 3.65rem) auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.service {
  padding: 0 clamp(2rem, 4.2vw, 4.35rem);
}

.service + .service {
  border-left: 1px solid var(--line-strong);
}

.service h3 {
  color: var(--evergreen-soft);
  font-family: var(--display);
  font-size: clamp(2.1rem, 3vw, 2.7rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.service p {
  margin: 1.25rem auto 0;
  color: #4e534e;
  font-size: 1rem;
  line-height: 1.65;
}

.contact {
  position: relative;
  overflow: hidden;
  background: var(--evergreen-soft) url("assets/contact-oak.jpg") right center / cover no-repeat;
  color: var(--white);
}

.contact-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 6rem), 1280px);
  min-height: 650px;
  margin: 0 auto;
  padding: clamp(3.9rem, 6vw, 5rem) 0;
}

.contact-call {
  max-width: 570px;
}

.contact h2 {
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(3.8rem, 5vw, 4.9rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.accent-rule {
  display: block;
  width: 106px;
  height: 3px;
  margin: clamp(1.6rem, 2.3vw, 2rem) 0 clamp(1.65rem, 2.4vw, 2rem);
  background: var(--clay);
}

.button--contact {
  min-width: 386px;
  min-height: 78px;
  gap: 1.25rem;
  padding: 0 2.1rem;
  background: var(--clay);
  color: var(--white);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 600;
}

.button--contact span {
  font-size: 1.05rem;
  font-weight: 500;
}

.button--contact:hover {
  background: #cb7040;
}

.contact-details {
  display: grid;
  max-width: 520px;
  margin-top: clamp(1.65rem, 2.2vw, 2rem);
  font-size: clamp(1.02rem, 1.4vw, 1.12rem);
  font-weight: 500;
}

.contact-details a,
.contact-details span {
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid rgb(255 253 249 / 28%);
}

.contact-details .text-link {
  color: #ef8b51;
  text-decoration: underline;
  text-decoration-color: rgb(239 139 81 / 55%);
  text-underline-offset: 0.35rem;
}

.contact-icon {
  width: 1.55rem;
  height: 1.55rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.site-footer {
  background: var(--canvas);
}

.footer-inner {
  width: min(calc(100% - 6rem), var(--max));
  min-height: 112px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.35rem;
  color: var(--evergreen);
}

.footer-leaf {
  width: 52px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.footer-rule {
  width: 1px;
  height: 48px;
  background: var(--line-strong);
}

.footer-inner p {
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 2.45rem);
  font-weight: 600;
  letter-spacing: -0.035em;
}

.footer-inner a {
  margin-left: auto;
  color: var(--clay-deep);
  font-size: 1rem;
  font-weight: 600;
}

.mobile-call {
  display: none;
}

@media (min-width: 1171px) and (max-width: 1340px) {
  .hero-inner {
    grid-template-columns: minmax(515px, 0.94fr) minmax(455px, 1fr);
    gap: 2.25rem;
  }

  .hero h1 {
    font-size: clamp(4.15rem, 5.35vw, 4.8rem);
  }

  .button--primary {
    min-width: 256px;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }

  .button--secondary {
    min-width: 198px;
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }
}

@media (max-width: 1170px) {
  .header-inner,
  .hero-inner,
  .contact-inner,
  .footer-inner {
    width: min(calc(100% - 3rem), var(--max));
  }

  .site-nav {
    display: none;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 2.7rem;
  }

  .hero-copy {
    max-width: 670px;
    padding-top: 0;
  }

  .hero-media img {
    height: min(640px, 72vw);
    min-height: 0;
  }
}

@media (max-width: 820px) {
  body {
    padding-bottom: 80px;
  }

  .header-inner {
    min-height: 74px;
  }

  .brand {
    font-size: clamp(1.75rem, 7.2vw, 2rem);
  }

  .button--header {
    display: none;
  }

  .hero {
    padding-top: 2.15rem;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 14.5vw, 4.25rem);
    letter-spacing: -0.048em;
  }

  .hero-description {
    line-height: 1.58;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button--primary,
  .button--secondary {
    width: 100%;
  }

  .hero-media img {
    height: min(520px, 90vw);
  }

  .services {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .flourish {
    width: 224px;
  }

  .section-heading h2 {
    font-size: clamp(2.75rem, 13vw, 3.45rem);
  }

  .service-list {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 2.25rem;
  }

  .service {
    padding: 1.65rem 0;
  }

  .service + .service {
    border-top: 1px solid var(--line-strong);
    border-left: 0;
  }

  .contact-inner {
    min-height: 0;
    padding: 3.1rem 0;
  }

  .contact h2 {
    font-size: clamp(3rem, 14vw, 3.8rem);
  }

  .button--contact {
    width: 100%;
    min-width: 0;
  }

  .contact {
    background-image: none;
  }

  .footer-inner {
    min-height: 94px;
  }

  .footer-leaf,
  .footer-rule,
  .footer-inner a {
    display: none;
  }

  .footer-inner p {
    font-size: 2rem;
  }

  .mobile-call {
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 0.65rem 1rem;
    background: rgb(250 248 242 / 96%);
    box-shadow: 0 -4px 18px rgb(18 33 24 / 11%);
    backdrop-filter: blur(8px);
  }

  .mobile-call .button {
    min-height: 56px;
  }
}

@media (max-width: 460px) {
  .header-inner,
  .hero-inner,
  .contact-inner,
  .footer-inner {
    width: calc(100% - 2.25rem);
  }

  .hero-details {
    font-size: 0.94rem;
  }

  .hero-details a,
  .hero-details span {
    gap: 0.65rem;
  }

  .contact-details {
    font-size: 0.93rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
