:root {
  --ink: #183a32;
  --muted: #5a7169;
  --canvas: #f7f4ed;
  --paper: #fffdf8;
  --line: #d7d6cc;
  --accent: #48755c;
  --accent-soft: #dce9d7;
  --feature: #d6aa59;
  --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 10; padding: 10px 14px; color: var(--paper); background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; z-index: 4; top: 0; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--canvas) 92%, transparent); backdrop-filter: blur(12px); }
.header-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 1.1rem; font-weight: 760; letter-spacing: -.045em; white-space: nowrap; }
.brand-mark { width: 25px; height: 25px; border: 2px solid currentColor; border-radius: 50% 50% 48% 48%; position: relative; overflow: hidden; }
.brand-mark::after { content: ""; width: 40px; height: 20px; border: 2px solid currentColor; border-radius: 50%; position: absolute; left: -10px; bottom: -14px; }
.section-nav { display: flex; gap: 21px; overflow-x: auto; scrollbar-width: none; }
.section-nav::-webkit-scrollbar { display: none; }
.section-nav a { padding: 25px 0 21px; color: var(--muted); border-bottom: 3px solid transparent; text-decoration: none; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.section-nav a:hover, .section-nav a:focus-visible { color: var(--ink); border-color: var(--feature); }
.hero { min-height: 590px; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(330px, .96fr); align-items: center; gap: clamp(36px, 7vw, 94px); padding: 78px 0; }
.eyebrow { margin: 0 0 18px; color: var(--accent); font-size: .73rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: .98; letter-spacing: -.055em; }
h1 { max-width: 650px; margin-bottom: 0; font-size: clamp(3.7rem, 8.2vw, 7rem); }
h2 { font-size: clamp(2.7rem, 5vw, 4.25rem); }
h3 { font-size: clamp(2.3rem, 4vw, 3.45rem); }
.lead { max-width: 510px; margin: 27px 0 0; color: var(--muted); font-size: clamp(1.03rem, 1.8vw, 1.18rem); }
.hero-art { min-height: 405px; overflow: hidden; border-radius: 210px 210px 15px 15px; position: relative; background: #d6dfd0; }
.hero-sun { position: absolute; top: 14%; right: 19%; width: 96px; height: 96px; border-radius: 50%; background: var(--feature); }
.hero-hill { position: absolute; left: -20%; width: 140%; border-radius: 50% 50% 0 0; }
.hero-hill.one { height: 260px; bottom: -70px; background: #91ac7d; transform: rotate(-7deg); }
.hero-hill.two { height: 240px; bottom: -129px; background: var(--accent); transform: rotate(7deg); }
.hero-line { position: absolute; inset: 50% -30% -40% 5%; background: repeating-radial-gradient(ellipse at bottom, transparent 0 21px, rgba(255,255,255,.5) 22px 24px, transparent 25px 44px); transform: rotate(-13deg); }
.hero-caption { position: absolute; left: 25px; bottom: 21px; color: #fff; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
section[id] { scroll-margin-top: 92px; }
.content-section { padding: 98px 0; border-top: 1px solid var(--line); }
.split { display: grid; grid-template-columns: .7fr 1fr; gap: clamp(28px, 8vw, 110px); align-items: start; }
.section-copy { max-width: 550px; color: var(--muted); font-size: 1.05rem; }
.section-copy p:first-child { margin-top: 0; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { min-height: 335px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; padding: 29px; border: 1px solid transparent; border-radius: var(--radius); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.service-card:hover, .service-card:focus-visible { transform: translateY(-4px); border-color: var(--ink); }
.service-card.equestrian { background: #dce9d7; }
.service-card.dogpark { background: #f1d8c4; }
.service-card::after { content: ""; position: absolute; right: -80px; top: 66px; width: 250px; height: 250px; border: 26px solid rgba(255,255,255,.47); border-radius: 50%; }
.service-card.dogpark::after { border-color: rgba(200,103,70,.32); }
.card-label, .card-arrow, .service-card h3, .service-card p { position: relative; z-index: 1; }
.card-label { font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.service-card h3 { margin-bottom: 0; }
.service-card p { max-width: 245px; margin: 0; color: #3e5f55; }
.card-arrow { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 1.35rem; }
.purpose { padding: 35px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.purpose h2 { margin-bottom: 19px; }
.purpose p { max-width: 660px; color: var(--muted); }
.site-footer { padding: 28px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .83rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 22px; }
.footer-inner p { margin: 0; }
@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1120px); }
  .header-inner { min-height: 61px; gap: 17px; }
  .section-nav { gap: 14px; }
  .section-nav a { padding: 21px 0 17px; font-size: .67rem; }
  .hero, .split { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding: 41px 0 58px; }
  .hero-art { min-height: 325px; order: -1; border-radius: 155px 155px 12px 12px; }
  .content-section { padding: 66px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
