:root {
  color-scheme: light;
  --ink: #17332e;
  --ink-soft: #52645d;
  --cream: #f5f2ea;
  --paper: #fffcf6;
  --line: #d8ddd3;
  --forest: #123c36;
  --lime: #d5e698;
  --accent: #c66b43;
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.shell { width: min(100% - 3rem, 1200px); margin-inline: auto; }
.skip-link { position: absolute; top: -5rem; left: 1rem; z-index: 10; padding: .75rem 1rem; background: var(--forest); color: white; }
.skip-link:focus { top: 1rem; }

.site-header { border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: .35rem; background: var(--forest); color: var(--cream); font-family: Georgia, serif; font-size: 1.8rem; line-height: 1; }
.brand-mark span { color: var(--lime); }
.brand-name { font-family: Georgia, serif; font-size: 1.35rem; letter-spacing: -.03em; white-space: nowrap; }
nav { display: flex; align-items: center; gap: 2.25rem; }
nav a { font-size: .9rem; font-weight: 600; text-decoration: none; }
nav a:hover, .text-link:hover { text-decoration: underline; text-underline-offset: .35rem; }
.nav-contact { border-bottom: 1px solid currentColor; padding-bottom: .3rem; }
.nav-contact span { margin-left: .4rem; }

.hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 5rem; align-items: center; min-height: 680px; padding-block: 5rem; }
.hero-copy { max-width: 690px; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.6rem; font-size: .76rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 1.8rem; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; }
h1 { margin-bottom: 1.6rem; font-size: clamp(3.4rem, 6.1vw, 6.3rem); line-height: 1.03; }
h1 em { color: var(--accent); font-weight: 400; }
.hero-intro { max-width: 31rem; margin-bottom: 2.5rem; color: var(--ink-soft); font-size: 1.1rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 11.5rem; gap: 2rem; padding: 1rem 1.2rem; font-size: .9rem; font-weight: 700; text-decoration: none; }
.button-primary { background: var(--forest); color: white; }
.button-primary:hover { background: #23564b; }
.text-link { font-size: .9rem; font-weight: 700; text-decoration: none; }
.text-link span { margin-left: .5rem; }

.hero-art { position: relative; min-height: 490px; overflow: hidden; background: #e4e9d7; }
.hero-art::before { position: absolute; inset: 0; background: linear-gradient(145deg, #ebefdf 0%, #dce4cd 100%); content: ""; }
.art-sun { position: absolute; top: 2.5rem; right: 2.6rem; width: 10rem; height: 10rem; border-radius: 50%; background: #d6ddbd; }
.art-building { position: absolute; bottom: 5rem; display: grid; grid-template-columns: repeat(2, 1fr); align-content: start; gap: 1.6rem 1.4rem; padding: 2.4rem 1.5rem; border: 2px solid var(--forest); }
.art-building span { height: 2.6rem; border: 2px solid var(--forest); background: rgba(245, 242, 234, .35); }
.art-building-back { left: 4%; width: 43%; height: 51%; background: #c8d5bc; opacity: .8; }
.art-building-front { right: 10%; width: 49%; height: 70%; background: #e5e7cf; }
.art-building-front::before { position: absolute; top: -1.5rem; left: -1.5rem; width: 100%; height: 100%; border: 2px solid var(--forest); content: ""; pointer-events: none; }
.art-ground { position: absolute; right: 0; bottom: 5rem; left: 0; height: 2px; background: var(--forest); }
.hero-art p { position: absolute; bottom: 1.5rem; left: 1.8rem; margin: 0; color: var(--forest); font-size: .65rem; font-weight: 700; letter-spacing: .2em; }

.services { padding-block: 6rem 7rem; background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.section-heading .eyebrow { align-self: start; margin-top: .7rem; white-space: nowrap; }
h2 { max-width: 37rem; margin-bottom: 0; font-size: clamp(2.5rem, 4.5vw, 4.3rem); line-height: 1.12; }
.service-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.service-list article { padding: 2rem 2rem 0 0; }
.service-list article + article { padding-left: 2rem; border-left: 1px solid var(--line); }
.service-number { display: block; margin-bottom: 3.5rem; color: var(--accent); font-size: .85rem; font-weight: 700; }
h3 { margin-bottom: .8rem; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; letter-spacing: -.03em; }
.service-list p { max-width: 19rem; margin-bottom: 0; color: var(--ink-soft); font-size: .95rem; line-height: 1.7; }

.contact { padding-block: 6rem; background: var(--forest); color: var(--paper); }
.contact-inner { display: grid; grid-template-columns: 1fr minmax(15rem, .55fr); gap: 6rem; align-items: end; }
.contact .eyebrow { color: var(--lime); }
.contact h2 { max-width: 44rem; margin-bottom: 1.4rem; }
.contact p:last-child { max-width: 28rem; margin-bottom: 0; color: #c2d1c7; line-height: 1.7; }
.contact-links { border-top: 1px solid #6b8276; }
.contact-links a { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid #6b8276; font-size: 1.08rem; text-decoration: none; }
.contact-links a:hover { color: var(--lime); }
.site-footer { background: #0c302b; color: #b7c7ba; }
.footer-inner { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.4rem; font-size: .78rem; }

@media (max-width: 900px) {
  .hero { gap: 2rem; min-height: 0; }
  .hero-art { min-height: 410px; }
  .contact-inner { gap: 3rem; }
}
@media (max-width: 700px) {
  .shell { width: min(100% - 2rem, 1200px); }
  .header-inner { min-height: 72px; }
  nav { gap: 1rem; }
  nav a:first-child { display: none; }
  .brand-name { font-size: 1.15rem; }
  .hero { grid-template-columns: 1fr; gap: 3rem; padding-block: 4rem; }
  h1 { font-size: clamp(3.2rem, 12vw, 5rem); }
  .hero-art { min-height: 360px; }
  .services { padding-block: 4.5rem; }
  .section-heading { display: block; }
  .service-list { grid-template-columns: 1fr; }
  .service-list article, .service-list article + article { padding: 1.5rem 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .service-number { margin-bottom: 1rem; }
  .contact { padding-block: 4.5rem; }
  .contact-inner { grid-template-columns: 1fr; }
}
@media (max-width: 400px) {
  .brand-name { font-size: 1rem; }
  .nav-contact { font-size: .8rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 1.4rem; }
  .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
