@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("assets/dm-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("assets/playfair-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url("assets/playfair-latin-italic.woff2") format("woff2");
}

:root {
  color-scheme: light;
  --paper: #fbfaf6;
  --green: #254f46;
  --ink: #233e38;
  --muted: #626f67;
  --sage: #657d66;
  --line: #dedfd6;
  --serif: "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 "DM Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p, figure { margin: 0; }
img { display: block; max-width: 100%; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1, h2 { letter-spacing: -.045em; }
p { color: var(--muted); }
em { font-weight: 400; }
:focus-visible { outline: 3px solid #ac783d; outline-offset: 6px; }
.container { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 20px; background: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 10; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 90px; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--green); font-size: 25px; line-height: 1.15; letter-spacing: -.9px; white-space: nowrap; }
.brand strong { font-weight: 650; }
.brand-symbol { font-family: Georgia, serif; font-size: 47px; line-height: 1; }
.brand small { display: block; margin-top: 6px; font-size: 8px; line-height: 1.5; letter-spacing: 2.7px; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 32px; }
.main-nav a { padding-block: 12px; font-size: 14px; color: var(--muted); }
.main-nav a:hover { color: var(--green); text-decoration: underline; text-underline-offset: 6px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; min-height: 50px; padding: 14px 23px; border: 1px solid var(--green); border-radius: 4px; background: var(--green); color: white; font-size: 14px; font-weight: 500; line-height: 1.5; transition: background .2s; }
.button:hover { background: #183d34; }
.button > span { font-size: 21px; line-height: 1; }
.header-button { min-height: 44px; padding: 11px 19px; gap: 25px; }

.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; padding-block: 52px 62px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; color: var(--green); font-size: 10px; line-height: 1.5; letter-spacing: 1.9px; font-weight: 600; }
.eyebrow-line { width: 25px; height: 1px; background: var(--sage); }
h1 { font-size: clamp(3rem, 5.1vw, 4.45rem); line-height: 1.13; }
h1 em { color: var(--sage); }
.hero-description { max-width: 360px; margin-top: 23px; font-size: 15px; line-height: 1.9; }
.hero-copy > .button { margin-top: 26px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 27px; font-size: 11px; }
.hero-note > span { color: var(--sage); font-size: 23px; font-weight: 300; line-height: 1; }
.hero-visual { position: relative; }
.hero-visual img { width: 100%; height: 490px; object-fit: cover; object-position: 53% center; border-radius: 105px 5px 5px 5px; }
.hero-visual figcaption { position: absolute; bottom: 22px; left: 22px; right: 22px; display: flex; align-items: center; gap: 10px; width: fit-content; max-width: calc(100% - 44px); padding: 12px 17px; border-radius: 3px; background: var(--paper); font-size: 12px; }
.caption-dot { width: 6px; height: 6px; flex-shrink: 0; border-radius: 50%; background: var(--sage); }

.services { padding-block: 55px 63px; background: #f0f2ea; border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 35px; margin-bottom: 34px; }
.section-heading .eyebrow { margin-bottom: 11px; }
h2 { font-size: clamp(1.9rem, 2.7vw, 2.45rem); line-height: 1.25; }
.section-heading > p { flex-shrink: 0; font-size: 12px; line-height: 1.8; padding-bottom: 3px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.service { padding-top: 23px; border-top: 1px solid #cad3c6; }
.service-top { display: flex; justify-content: space-between; align-items: center; }
.service-top svg { width: 31px; height: 31px; color: var(--sage); }
.service-top > span { color: var(--muted); font-size: 11px; letter-spacing: 1px; }
.service h3 { margin-top: 20px; margin-bottom: 10px; font-size: 25px; letter-spacing: -.5px; line-height: 1.3; }
.service > p { max-width: 305px; font-size: 14px; line-height: 1.8; }

.contact-section { background: var(--green); padding-block: 57px; color: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.contact-copy .eyebrow { color: #c4d1bd; margin-bottom: 14px; }
.contact-copy h2 { font-size: clamp(3rem, 4vw, 3.65rem); line-height: 1.13; }
.contact-copy h2 em { color: #d0ddc3; }
.contact-copy > p:not(.eyebrow) { margin-top: 19px; color: #d9e2d9; font-size: 14px; line-height: 1.8; }
.button-light { margin-top: 25px; background: #edf0e3; border-color: #edf0e3; color: var(--green); min-height: 46px; padding-block: 11px; }
.button-light:hover { background: white; }
.contact-details { padding: 0 0 0 39px; border-left: 1px solid #52736b; }
.contact-row { display: flex; align-items: flex-start; gap: 17px; margin-bottom: 20px; }
.contact-row > svg { flex-shrink: 0; width: 21px; height: 21px; margin-top: 2px; color: #c4d1bd; }
.contact-row h3 { font-family: inherit; font-size: 11px; font-weight: 500; color: #c4d1bd; margin-bottom: 5px; }
.contact-row a, .contact-row p, .contact-row address { display: block; font-size: 14px; font-style: normal; color: var(--paper); line-height: 1.75; }
.contact-row .phone-link { font-size: 24px; line-height: 1.4; margin-bottom: 3px; letter-spacing: -.4px; }
.contact-row a:hover { text-decoration: underline; text-underline-offset: 4px; }
.contact-demo { color: #cad8cd; font-size: 10px; margin-top: 24px; }

.site-footer { padding-block: 23px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; }
.footer-inner p > span { padding-inline: 7px; }
.footer-inner > a { flex-shrink: 0; display: inline-flex; align-items: center; gap: 15px; padding-block: 8px; }
.footer-inner > a:hover { text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 1000px) {
  .container { width: calc(100% - 64px); }
  .hero, .contact-grid { gap: 35px; }
  h1 { font-size: clamp(2.8rem, 5.7vw, 3.7rem); }
  .hero-visual img { height: 450px; border-top-left-radius: 80px; }
  .section-heading { align-items: start; flex-direction: column; gap: 14px; }
  .section-heading > p br { display: none; }
  .services-grid { gap: 25px; }
  .contact-details { padding-left: 30px; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 95px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 76px; gap: 20px; }
  .header-button { display: none; }
  .brand { font-size: 22px; gap: 7px; }
  .brand-symbol { font-size: 37px; }
  .brand small { font-size: 6px; letter-spacing: 2.3px; margin-top: 5px; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 12px; padding-block: 15px; }
  .hero { grid-template-columns: 1fr; padding-block: 37px 36px; gap: 30px; }
  .hero .eyebrow { font-size: 9px; margin-bottom: 17px; }
  h1 { font-size: clamp(2.8rem, 11vw, 3.8rem); }
  .hero-description { margin-top: 20px; max-width: 330px; font-size: 14px; }
  .hero-copy > .button { margin-top: 23px; }
  .hero-note { margin-top: 20px; font-size: 10px; }
  .hero-visual img { height: 300px; object-position: center 62%; border-top-left-radius: 65px; }
  .hero-visual figcaption { bottom: 17px; left: 17px; right: 17px; font-size: 11px; padding: 10px 14px; }
  .services { padding-block: 38px 39px; }
  .section-heading { margin-bottom: 25px; gap: 13px; }
  h2 { font-size: 30px; max-width: 400px; }
  .section-heading > p { max-width: 290px; }
  .services-grid { grid-template-columns: 1fr; gap: 23px; }
  .service { position: relative; padding: 21px 0 0 48px; }
  .service-top svg { position: absolute; top: 22px; left: 0; width: 28px; height: 28px; }
  .service-top > span { position: absolute; top: 28px; right: 0; font-size: 10px; }
  .service h3 { margin: 0 28px 8px 0; font-size: 24px; }
  .service > p { max-width: 100%; font-size: 13px; }
  .contact-section { padding-block: 40px 33px; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact-copy h2 { font-size: clamp(2.15rem, 9vw, 2.8rem); }
  .contact-copy h2 br { display: none; }
  .contact-copy > p:not(.eyebrow) { margin-top: 15px; }
  .button-light { margin-top: 21px; }
  .contact-details { padding: 28px 0 0; border-left: 0; border-top: 1px solid #52736b; }
  .contact-row { margin-bottom: 22px; gap: 15px; }
  .contact-row h3 { font-size: 12px; }
  .contact-demo { font-size: 10px; margin-top: 7px; }
  .footer-inner { flex-wrap: wrap; gap: 5px 20px; font-size: 10px; }
  .site-footer { padding-block: 17px; }
}

@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .header-inner { gap: 10px; }
  .brand { font-size: 20px; gap: 5px; }
  .brand-symbol { font-size: 32px; }
  .main-nav { gap: 12px; }
  .main-nav a { font-size: 11px; }
}

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