:root {
  --forest: #15241b;
  --forest-2: #0d1712;
  --pounamu: #8fa184;
  --sage: #b3bea8;
  --stone: #e8e5dd;
  --offwhite: #f7f3ea;
  --text: #21231f;
  --muted: #74776f;
  --copper: #c99562;
  --line: rgba(33,35,31,.18);
  --white: #fff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--offwhite);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 6vw;
  color: var(--white);
}
.brand { display: flex; align-items: flex-start; gap: 28px; }
.brand-word { font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: .32em; font-weight: 400; line-height: 1; }
.brand-line { height: 92px; width: 1px; background: rgba(255,255,255,.5); display: block; }
.brand-tag { display: block; margin-top: 48px; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; line-height: 1.8; color: rgba(255,255,255,.85); }
.site-nav { display: flex; gap: clamp(22px, 4vw, 58px); align-items: center; padding-top: 10px; }
.site-nav a { font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; opacity: .9; padding-bottom: 16px; border-bottom: 2px solid transparent; }
.site-nav a.active, .site-nav a:hover { color: var(--copper); border-color: var(--copper); }
.nav-toggle { display: none; background: transparent; border: 1px solid rgba(255,255,255,.45); color: white; padding: 10px 14px; text-transform: uppercase; letter-spacing: .15em; }
.hero { min-height: 720px; position: relative; background: url('assets/hero-southern-landscape.png') center/cover no-repeat; color: var(--white); display: flex; align-items: center; padding: 170px 6vw 80px; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,13,9,.88), rgba(11,18,14,.45) 45%, rgba(5,8,6,.1)), linear-gradient(0deg, rgba(5,8,6,.45), transparent 42%); }
.hero-content { position: relative; z-index: 1; max-width: 590px; }
h1 { margin: 0; font-family: "Libre Baskerville", Georgia, serif; font-weight: 400; font-size: clamp(3rem, 6.2vw, 6.6rem); line-height: 1.06; letter-spacing: -.04em; }
h1 em { color: var(--pounamu); font-style: italic; }
.accent-line { width: 40px; height: 2px; background: var(--copper); margin: 32px 0; }
.accent-line.small { margin: 14px 0 24px; width: 28px; }
.hero p { max-width: 430px; font-size: 1.1rem; color: rgba(255,255,255,.92); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 36px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-width: 172px; padding: 18px 28px; font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; border: 1px solid rgba(255,255,255,.7); }
.btn-primary { background: var(--sage); color: var(--white); border-color: var(--sage); }
.btn-secondary { color: var(--white); }
.section-light { background: var(--offwhite); }
.partners, .why { display: grid; grid-template-columns: 270px 1fr; gap: 46px; padding: 48px 6vw; align-items: stretch; }
h2 { margin: 0; font-size: 1rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; }
.section-intro { border-right: 1px solid var(--line); padding-right: 36px; }
.section-intro p { color: #45483f; margin: 0 0 18px; }
.text-link { font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.partner-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.partner-grid article { border-right: 1px solid var(--line); text-align: center; padding: 12px 18px; }
.partner-grid article:last-child { border-right: 0; }
.icon { font-size: 2.8rem; color: #4a5047; line-height: 1; display:block; min-height: 60px; }
.partner-grid h3, .why h3, .service-card h3 { font-size: .88rem; letter-spacing: .14em; text-transform: uppercase; line-height: 1.35; }
.section-dark { background: radial-gradient(circle at 80% 30%, rgba(143,161,132,.18), transparent 35%), linear-gradient(135deg, var(--forest), var(--forest-2)); color: var(--white); padding: 64px 6vw 70px; }
.section-dark h2 { color: var(--sage); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 42px; margin-top: 28px; }
.service-card { padding-right: 42px; border-right: 1px solid rgba(255,255,255,.28); }
.service-card:last-child { border-right: 0; }
.service-card p { color: rgba(255,255,255,.82); margin-bottom: 28px; }
.service-card a { color: var(--copper); font-size: .8rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.service-icon { width: 72px; height: 72px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; margin-bottom: 26px; position: relative; }
.service-icon::before, .service-icon::after { content: ''; position: absolute; inset: 18px; border: 1px solid var(--copper); border-radius: 50%; opacity: .9; }
.service-icon.waves::before { border: 0; border-top: 3px double var(--sage); border-bottom: 3px double var(--sage); border-radius: 0; transform: translateY(7px); }
.service-icon.stones::before { border-radius: 50%; box-shadow: 0 14px 0 -5px var(--copper), 0 28px 0 -9px var(--copper); border: 0; }
.service-icon.compass::before { transform: rotate(45deg); border-radius: 0; }
.service-icon.topo::before { border-radius: 35% 65% 45% 55%; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.why-grid article { padding: 0 44px; border-right: 1px solid var(--line); }
.why-grid article:last-child { border-right: 0; }
.round-icon { display:inline-grid; place-items:center; width:74px; height:74px; border: 1px solid #555b51; border-radius:50%; font-size: 2rem; margin-bottom: 20px; }
.patterned { background-image: radial-gradient(circle at 1px 1px, rgba(21,36,27,.08) 1px, transparent 0); background-size: 18px 18px; }
.story { padding: 84px 6vw; background: linear-gradient(rgba(12,23,16,.75), rgba(12,23,16,.75)), url('assets/river-stones.png') left center/auto 100% no-repeat, var(--forest); color: white; }
.story-inner { margin-left: min(360px, 30vw); max-width: 740px; }
.story h2 { font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(2rem, 4vw, 4rem); text-transform: none; letter-spacing: -.03em; }
.story p { font-size: 1.08rem; color: rgba(255,255,255,.85); }
.insights { padding: 58px 6vw 70px; }
.focus-list { display:flex; flex-wrap:wrap; gap: 14px; margin-top: 28px; }
.focus-list span { border:1px solid var(--line); padding: 12px 18px; border-radius: 999px; background: rgba(255,255,255,.45); }
.site-footer { display:grid; grid-template-columns: 260px 1fr 1fr 190px; background: linear-gradient(135deg, var(--forest), var(--forest-2)); color: white; }
.footer-image { background: url('assets/river-stones.png') center/cover no-repeat; min-height: 180px; }
.footer-brand, .footer-contact, .footer-connect { padding: 44px 56px; border-left: 1px solid rgba(255,255,255,.24); }
.footer-brand .brand-tag { margin-top: 26px; }
.footer-contact h2, .footer-connect h2 { color: var(--sage); }
.footer-contact p { color: rgba(255,255,255,.82); }
.footer-contact strong { display:inline-block; width: 28px; color: white; }
.footer-connect a { display:inline-grid; place-items:center; width: 42px; height: 42px; border: 1px solid white; font-weight: 800; font-size: 1.4rem; margin-top: 16px; }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.22); padding: 16px 6vw; color: rgba(255,255,255,.7); font-size: .78rem; letter-spacing: .03em; }
@media (max-width: 980px) {
  .site-header { position: fixed; background: rgba(13,23,18,.95); align-items:center; padding: 20px 24px; }
  .brand-line, .brand-tag { display:none; }
  .brand-word { font-size: 1.8rem; }
  .nav-toggle { display:block; }
  .site-nav { display:none; position:absolute; top: 78px; right:24px; left:24px; background: var(--forest-2); padding: 24px; flex-direction:column; align-items:flex-start; }
  .site-nav.open { display:flex; }
  .hero { min-height: 680px; padding-top: 130px; }
  .partners, .why { grid-template-columns: 1fr; }
  .section-intro { border-right:0; border-bottom:1px solid var(--line); padding: 0 0 28px; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid, .why-grid { grid-template-columns: 1fr; }
  .service-card, .why-grid article { border-right:0; border-bottom:1px solid rgba(255,255,255,.22); padding: 0 0 28px; }
  .why-grid article { border-bottom:1px solid var(--line); margin-bottom:24px; }
  .story-inner { margin-left: 0; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand, .footer-contact, .footer-connect { border-left:0; border-top: 1px solid rgba(255,255,255,.22); }
}
@media (max-width: 560px) {
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn { width:100%; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-grid article { border-right:0; border-bottom:1px solid var(--line); }
  .footer-brand, .footer-contact, .footer-connect { padding: 34px 24px; }
}
