:root {
  --ink: #0b1710;
  --ink-2: #17241c;
  --muted: #5d685f;
  --paper: #f3f0e9;
  --paper-2: #ebe6dc;
  --panel: #ffffff;
  --line: #d8ddd7;
  --accent: #8aa0ad;
  --accent-dark: #5e7684;
  --max: 1240px;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(11, 23, 16, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin:0; color:var(--ink); background:var(--panel); font-family:"Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif; font-size:16px; line-height:1.58; -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; }
a { color:inherit; }
button,input,textarea { font:inherit; }
.sr-only,.hidden-field { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.skip-link { position:fixed; z-index:999; top:10px; left:10px; transform:translateY(-160%); padding:10px 14px; background:white; border:2px solid var(--ink); border-radius:8px; }
.skip-link:focus { transform:translateY(0); }

.site-header { position:sticky; top:0; z-index:100; background:rgba(6,13,9,.97); color:white; border-bottom:1px solid rgba(255,255,255,.08); backdrop-filter:blur(12px); }
.nav-wrap { width:min(var(--max),calc(100% - 56px)); min-height:76px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:32px; }
.brand,.footer-brand { font-size:20px; font-weight:800; letter-spacing:.055em; text-decoration:none; }
.site-nav { display:flex; align-items:center; gap:34px; }
.site-nav a { position:relative; color:rgba(255,255,255,.86); font-size:14px; font-weight:600; text-decoration:none; }
.site-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:-8px; height:1px; background:white; transition:right .22s ease; }
.site-nav a:hover::after,.site-nav a:focus-visible::after { right:0; }
.menu-toggle { display:none; padding:8px; background:transparent; border:0; }
.menu-toggle span:not(.sr-only){ width:24px; height:2px; display:block; margin:5px 0; background:white; }

.hero { display:grid; grid-template-columns:minmax(0,48.5%) minmax(0,51.5%); min-height:760px; background:var(--paper); border-bottom:1px solid var(--line); }
.hero-image { min-height:760px; background:url("/assets/herd-kate-hero.jpg") 34% center/cover no-repeat; }
.hero-copy { display:grid; align-items:center; padding:clamp(62px,6vw,96px) clamp(54px,5vw,82px) clamp(66px,6vw,98px) clamp(72px,6.5vw,108px); }
.hero-inner { width:min(680px,100%); }
h1,h2,h3,p { margin-top:0; }
h1 { max-width:14.4ch; margin-bottom:0; font-size:clamp(48px,4.55vw,70px); line-height:.98; letter-spacing:-.052em; font-weight:760; text-wrap:balance; }
h2 { margin-bottom:20px; font-size:clamp(42px,4.7vw,68px); line-height:.98; letter-spacing:-.048em; font-weight:760; }
h3 { margin-bottom:14px; font-size:clamp(25px,2vw,32px); line-height:1.08; letter-spacing:-.03em; font-weight:740; }
.hero-rule { width:70px; height:3px; margin:34px 0 28px; background:#93a36f; }
.hero-lede { max-width:590px; margin:0 0 30px; color:#354139; font-size:clamp(18px,1.35vw,21px); line-height:1.55; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; }
.button { min-height:50px; display:inline-flex; align-items:center; justify-content:center; padding:13px 28px; border-radius:999px; border:1px solid var(--ink); font-size:14px; font-weight:750; letter-spacing:.01em; text-decoration:none; cursor:pointer; transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease; }
.button:hover { transform:translateY(-2px); box-shadow:0 12px 30px rgba(11,23,16,.12); }
.button-dark { color:white; background:var(--ink); }
.button-light { color:var(--ink); background:transparent; }
.button-light:hover { background:white; }
.button-cream { color:var(--ink); background:var(--paper); border-color:var(--paper); }
.button-wide { width:100%; }

.capability-strip { display:grid; grid-template-columns:repeat(4,1fr); border-bottom:1px solid var(--line); background:white; }
.capability-strip a { min-height:84px; display:flex; align-items:center; justify-content:center; padding:18px 24px; border-right:1px solid var(--line); text-align:center; text-decoration:none; color:#334037; font-size:13px; font-weight:750; letter-spacing:.015em; transition:background .18s ease,color .18s ease; }
.capability-strip a:last-child { border-right:0; }
.capability-strip a:hover { color:var(--ink); background:var(--paper); }

.section { padding:clamp(86px,9vw,132px) 28px; }
.services { background:white; }
.section-intro { width:min(var(--max),100%); margin:0 auto clamp(64px,6.5vw,92px); display:grid; grid-template-columns:.72fr 1.28fr; gap:clamp(40px,8vw,130px); align-items:end; }
.section-intro h2 { max-width:470px; margin:0; }
.section-intro p { max-width:680px; margin:0; color:#435047; font-size:clamp(18px,1.45vw,20px); line-height:1.68; }

/* Editorial service layout: structured, but intentionally not card-like. */
.service-grid { width:min(var(--max),100%); margin:0 auto; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); column-gap:clamp(54px,7vw,108px); row-gap:clamp(58px,6vw,82px); }
.service-card { min-height:0; padding:28px 0 0; border:0; border-top:1px solid #cfd5cf; background:transparent; }
.service-card:hover { background:transparent; }
.service-card-top { display:flex; align-items:center; gap:14px; margin-bottom:28px; }
.service-number { color:#66776c; font-size:11px; font-weight:800; letter-spacing:.18em; }
.service-rule { display:none; }
.service-card h3 { max-width:500px; margin-bottom:15px; font-size:clamp(27px,2.1vw,34px); line-height:1.06; }
.service-card p { max-width:535px; margin-bottom:0; color:#4c584f; font-size:15.5px; line-height:1.68; }
.service-card .service-intro { margin-bottom:16px; color:var(--ink); font-size:17px; line-height:1.48; font-weight:700; }
.service-card p + p { margin-top:14px; }

/* Process section: dark intro, light timeline, dark closing band. */
.process { padding:0; background:#f1f2ec; color:var(--ink); }
.process-head-band { padding:clamp(72px,7vw,102px) 28px clamp(62px,6vw,84px); background:var(--ink); color:white; }
.process-heading { width:min(var(--max),100%); margin:0 auto; display:grid; grid-template-columns:.72fr 1.28fr; gap:clamp(40px,8vw,130px); align-items:end; }
.process-heading h2 { margin:0; color:white; }
.process-heading p { max-width:660px; margin:0; color:rgba(255,255,255,.72); font-size:clamp(18px,1.45vw,20px); line-height:1.62; }
.process-body { padding:0 28px; background:#f1f2ec; }
.process-grid { position:relative; width:min(var(--max),100%); margin:0 auto; display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(38px,5vw,76px); padding:clamp(72px,7vw,98px) 0 clamp(76px,7vw,104px); }
.process-grid::before { content:""; position:absolute; top:calc(clamp(72px,7vw,98px) + 21px); left:21px; right:21px; height:1px; background:#bfc9be; }
.process-grid article { position:relative; min-height:0; padding:0; border:0; z-index:1; }
.process-grid article+article { padding-left:0; }
.step-number { position:relative; z-index:2; display:inline-flex; align-items:center; justify-content:center; width:44px; height:44px; margin-bottom:34px; border:1px solid #aebaaa; border-radius:50%; color:var(--ink); background:#f1f2ec; font-size:11px; font-weight:800; letter-spacing:.1em; }
.process-grid h3 { margin-bottom:16px; color:var(--ink); font-size:clamp(25px,2vw,31px); }
.process-grid p { max-width:340px; margin-bottom:0; color:#536057; font-size:15.5px; line-height:1.68; }
.process-cta-band { padding:0 28px; background:#142119; color:white; }
.process-cta { width:min(var(--max),100%); min-height:116px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:28px; padding:28px 0; }
.process-cta p { max-width:720px; margin:0; color:rgba(255,255,255,.86); font-size:18px; line-height:1.5; font-weight:650; }

.contact { background:var(--paper); }
.contact-grid { width:min(var(--max),100%); margin:0 auto; display:grid; grid-template-columns:.82fr 1.18fr; gap:clamp(54px,8vw,120px); align-items:start; }
.contact-copy { position:sticky; top:118px; }
.contact-copy h2 { margin-bottom:30px; }
.contact-copy p { max-width:530px; color:#475249; font-size:17px; }
.contact-copy .contact-lede { color:var(--ink); font-size:21px; font-weight:650; }
.contact-direct { display:grid; gap:7px; margin-top:34px; padding-top:28px; border-top:1px solid #cbcfc9; }
.contact-direct a { width:max-content; font-weight:700; text-underline-offset:4px; }
.contact-form { padding:clamp(32px,4.6vw,58px); background:white; border:1px solid #d5d9d4; border-radius:var(--radius); box-shadow:var(--shadow); }
.contact-form label { display:block; margin-bottom:20px; color:#28342c; font-size:13px; font-weight:750; letter-spacing:.01em; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
input,textarea { width:100%; margin-top:8px; padding:14px 15px; color:var(--ink); background:#fbfbf9; border:1px solid #cbd0cb; border-radius:9px; outline:none; transition:border-color .15s ease,box-shadow .15s ease,background .15s ease; }
input:focus,textarea:focus { background:white; border-color:var(--accent-dark); box-shadow:0 0 0 4px rgba(94,118,132,.12); }
textarea { resize:vertical; }

.site-footer { padding:68px 28px 34px; color:white; background:#08110c; border-top:0; }
.footer-grid { width:min(var(--max),100%); margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:start; }
.footer-brand { display:inline-block; margin-bottom:18px; font-size:30px; }
.footer-grid>div:first-child p { width:min(380px,100%); margin-bottom:0; color:rgba(255,255,255,.72); font-weight:600; }
.footer-card { display:grid; grid-template-columns:1fr 1fr; gap:12px 28px; padding:0; color:white; background:transparent; }
.footer-card a,.footer-card span { color:rgba(255,255,255,.75); font-size:14px; }
.footer-card a { text-underline-offset:4px; }
.copyright { width:min(var(--max),100%); margin:44px auto 0; padding-top:24px; border-top:1px solid rgba(255,255,255,.14); color:rgba(255,255,255,.45); font-size:12px; }

.legal-page { min-height:calc(100vh - 76px); padding:80px 24px; background:var(--paper); }
.legal-content { width:min(780px,100%); margin:0 auto; padding:clamp(28px,5vw,60px); background:white; border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow); }
.legal-content h1 { font-size:clamp(38px,6vw,58px); }
.legal-content h2 { margin-top:36px; font-size:26px; letter-spacing:-.02em; }
.thank-you { min-height:100vh; display:grid; place-items:center; padding:24px; background:var(--paper); }
.thank-you-card { width:min(640px,100%); padding:clamp(36px,7vw,70px); text-align:center; background:white; border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow); }
.thank-you-card h1 { font-size:clamp(42px,7vw,68px); }
.form-status { min-height:0; margin:0 0 16px; padding:0; border-radius:9px; font-weight:700; }
.form-status.success,.form-status.error { min-height:auto; padding:13px 14px; }
.form-status.success { background:#e7f1e9; border:1px solid #a7c4ad; color:#173a20; }
.form-status.error { background:#f7e9e7; border:1px solid #d9aaa3; color:#6a1f18; }

@media (max-width:980px) {
  .hero { grid-template-columns:1fr; min-height:0; }
  .hero-image { min-height:560px; background-position:34% 44%; }
  .hero-copy { padding:72px 34px 84px; }
  .hero-inner { width:min(700px,100%); }
  h1 { max-width:14.4ch; }
  .capability-strip { grid-template-columns:repeat(2,1fr); }
  .capability-strip a:nth-child(2) { border-right:0; }
  .capability-strip a:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .section-intro,.process-heading { grid-template-columns:1fr; gap:22px; }
  .service-grid { grid-template-columns:1fr; row-gap:48px; }
  .service-card { min-height:0; }
  .process-grid { grid-template-columns:1fr; gap:0; padding:56px 0 64px; }
  .process-grid::before { display:none; }
  .process-grid article,.process-grid article+article { min-height:0; padding:30px 0 34px; border-bottom:1px solid #cbd2c8; }
  .process-grid article:first-child { padding-top:0; }
  .process-grid article:last-child { padding-bottom:0; border-bottom:0; }
  .step-number { margin-bottom:22px; }
  .process-cta { align-items:flex-start; flex-direction:column; }
  .contact-grid { grid-template-columns:1fr; }
  .contact-copy { position:static; }
}

@media (max-width:700px) {
  .nav-wrap { width:min(100% - 30px,var(--max)); min-height:70px; }
  .menu-toggle { display:block; z-index:2; }
  .site-nav { position:absolute; top:70px; left:0; right:0; display:none; padding:16px 18px 22px; background:#061009; border-top:1px solid rgba(255,255,255,.1); }
  .site-nav.open { display:grid; gap:4px; }
  .site-nav a { padding:12px; }
  .site-nav a::after { display:none; }
  .hero-image { min-height:390px; background-position:35% 40%; }
  .hero-copy { padding:52px 20px 64px; }
  h1 { max-width:none; font-size:clamp(40px,12vw,58px); }
  .hero-rule { margin:26px 0 22px; }
  h2 { font-size:clamp(39px,11vw,54px); }
  .hero-actions { align-items:stretch; flex-direction:column; }
  .hero-actions .button { width:100%; }
  .capability-strip { grid-template-columns:1fr; }
  .capability-strip a { min-height:62px; border-right:0!important; border-bottom:1px solid var(--line); }
  .capability-strip a:last-child { border-bottom:0; }
  .section { padding:72px 18px; }
  .section-intro { margin-bottom:40px; }
  .service-card { padding:24px 0 0; }
  .service-card-top { margin-bottom:22px; }
  .process-head-band { padding:62px 18px 54px; }
  .process-body,.process-cta-band { padding-left:18px; padding-right:18px; }
  .process-cta { min-height:0; padding:28px 0 30px; }
  .process-cta .button { width:100%; }
  .form-row { grid-template-columns:1fr; gap:0; }
  .contact-form { padding:28px 20px; }
  .footer-grid { grid-template-columns:1fr; gap:38px; }
  .footer-card { grid-template-columns:1fr; }
}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}

.hero-actions .button span { margin-left:16px; font-size:18px; line-height:1; }
