:root {
  --forest: #183c2b;
  --forest-dark: #102b20;
  --cream: #f7f5ee;
  --paper: #fffdf8;
  --sage: #dfe8d7;
  --mint: #e9f0e5;
  --ochre: #e2a33f;
  --ink: #203128;
  --muted: #68746b;
  --line: #dce3d9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.65 "DM Sans", sans-serif; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 10; padding: 8px 12px; background: var(--ochre); }
.skip-link:focus { left: 8px; }
.site-header { position: relative; z-index: 2; background: var(--cream); }
.nav-wrap, .footer-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 98px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--forest); font-size: 18px; font-weight: 500; text-decoration: none; }
.brand b { font-weight: 700; letter-spacing: .08em; }
.nav-wrap { min-height: 276px; }
.brand-logo { display: block; width: 260px; height: 260px; object-fit: contain; object-position: center; mix-blend-mode: multiply; }
.brand-mark { display: inline-grid; place-items: center; width: 29px; height: 29px; color: var(--forest); background: var(--sage); border-radius: 50%; font-size: 15px; }
nav { display: flex; align-items: center; gap: 30px; font-size: 14px; }
nav a, .text-link, .site-footer a { text-decoration: none; }
nav a:hover, .text-link:hover, .site-footer a:hover { color: var(--ochre); }
.nav-button { padding: 10px 17px; color: var(--paper); background: var(--forest); border-radius: 4px; }
.nav-button:hover { color: var(--paper); background: var(--forest-dark); }
.menu-toggle { display: none; border: 1px solid var(--line); padding: 8px 12px; color: var(--forest); background: transparent; font: inherit; border-radius: 3px; }
.hero { position: relative; overflow: hidden; background: var(--cream); }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; min-height: 625px; padding: 70px 0 95px; }
.eyebrow { margin: 0 0 21px; color: var(--ochre); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { margin: 0; color: var(--forest); font: 700 clamp(42px, 5.3vw, 72px)/1.05 Fraunces, serif; letter-spacing: -.025em; }
h1 em, h2 em { color: var(--ochre); font-style: normal; }
.hero-intro { max-width: 510px; margin: 29px 0 31px; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 23px; }
.button { display: inline-flex; align-items: center; gap: 18px; padding: 14px 20px; border: 0; border-radius: 3px; font-size: 13px; font-weight: 700; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--paper); background: var(--forest); }
.button-primary:hover { background: var(--forest-dark); }
.text-link { color: var(--forest); font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--ochre); }
.hero-art { position: relative; overflow: hidden; min-height: 430px; border-radius: 46% 46% 4px 4px; background: #e3eddb; }
.sun { position: absolute; top: 65px; right: 21%; width: 90px; height: 90px; background: #f0c56b; border-radius: 50%; opacity: .95; }
.hill { position: absolute; bottom: 117px; width: 115%; height: 180px; border-radius: 50% 50% 0 0; transform: rotate(-5deg); }
.hill-back { left: -8%; background: #abc59a; }
.hill-front { bottom: 74px; left: 8%; background: #80a975; transform: rotate(5deg); }
.water { position: absolute; right: -5%; bottom: 0; left: -5%; height: 130px; background: #a6d1ca; border-radius: 50% 50% 0 0; }
.tree { position: absolute; z-index: 1; bottom: 146px; width: 85px; height: 210px; }
.tree i, .tree b { position: absolute; display: block; border-radius: 50%; background: var(--forest); }
.tree i { top: 0; left: 4px; width: 76px; height: 110px; }
.tree b { top: 57px; left: -11px; width: 101px; height: 100px; background: #25563a; }
.tree::after { content: ""; position: absolute; bottom: 0; left: 38px; width: 9px; height: 80px; background: #624b32; }
.tree-one { left: 15%; transform: scale(.85); }
.tree-two { right: 10%; transform: scale(1.12); }
.tree-three { right: 36%; bottom: 118px; transform: scale(.62); opacity: .8; }
.art-caption { position: absolute; z-index: 2; bottom: 25px; left: 28px; display: flex; align-items: center; gap: 9px; color: var(--forest); font-size: 12px; font-weight: 700; }
.dot { display: inline-block; width: 7px; height: 7px; background: var(--ochre); border-radius: 50%; }
.hero-leaf { position: absolute; width: 220px; height: 110px; border: 1px solid #d2ddc9; border-radius: 100% 0; transform: rotate(16deg); opacity: .65; }
.hero-leaf-one { top: 60px; left: -90px; }
.hero-leaf-two { right: -100px; bottom: 40px; transform: rotate(196deg); }
.section { padding: 120px 0; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.split-grid h2, .section-heading h2 { font-size: clamp(36px, 4.1vw, 55px); }
.section-copy { max-width: 490px; padding-top: 14px; color: var(--muted); }
.section-copy p { margin: 0 0 20px; }
.values-section { background: var(--mint); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 48px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { position: relative; min-height: 310px; padding: 31px; border: 1px solid var(--line); background: var(--paper); }
.value-card-accent { color: var(--paper); background: var(--forest); border-color: var(--forest); }
.value-card-accent h3, .value-card-accent p { color: var(--paper); }
.value-number { position: absolute; top: 25px; right: 28px; color: var(--ochre); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.icon { margin: 39px 0 27px; color: var(--ochre); font-size: 34px; line-height: 1; }
.value-card h3 { margin: 0 0 13px; color: var(--forest); font: 700 23px/1.2 Fraunces, serif; }
.value-card p { margin: 0; color: var(--muted); font-size: 14px; }
.contact-section { padding: 95px 0; background: var(--forest); }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.contact-card h2 { color: var(--paper); font-size: clamp(38px, 4vw, 54px); }
.contact-card > div:first-child > p:last-child { max-width: 480px; margin: 24px 0 0; color: #b6c9b9; }
.eyebrow-light { color: #e2a33f; }
.contact-action { min-width: 260px; }
.button-light { color: var(--forest); background: var(--paper); }
.button-light:hover { background: white; }
.contact-note { display: block; margin-top: 20px; color: #b6c9b9; font-size: 12px; font-style: normal; line-height: 1.7; }
.contact-note strong { color: var(--paper); font-weight: 700; }
.contact-note a { color: #c9d8ca; text-decoration-color: #708e78; text-underline-offset: 3px; }
.contact-note a:hover { color: var(--paper); }
.site-footer { background: var(--forest-dark); color: #91aa98; font-size: 12px; }
.footer-wrap { min-height: 74px; }
.footer-wrap .brand { color: var(--paper); font-size: 14px; }
.footer-wrap .brand-logo { width: 160px; height: 160px; }
.site-footer a { color: #c9d8ca; }
@media (max-width: 760px) {
  .container { width: min(100% - 34px, 560px); }
  .nav-wrap { min-height: 224px; }
  .brand-logo { width: 212px; height: 212px; }
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; top: 210px; right: 17px; left: 17px; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: var(--paper); box-shadow: 0 10px 25px #183c2b20; }
  nav.is-open { display: flex; }
  nav a { padding: 11px; }
  .hero-grid, .split-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-grid { padding: 65px 0 70px; }
  .hero-art { min-height: 330px; }
  .section { padding: 76px 0; }
  .section-heading { display: block; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: auto; }
  .contact-card { display: block; }
  .contact-action { margin-top: 34px; }
  .footer-wrap { flex-wrap: wrap; gap: 8px 20px; padding: 17px 0; }
}
