:root {
  --olive: #4b552d;
  --olive-dark: #2f3821;
  --ink: #171a16;
  --muted: #62675d;
  --paper: #f8f7f3;
  --white: #ffffff;
  --line: #d9d8d1;
  --max: 1200px;
  --font-display: "Atpos", "Aptos Display", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Aptos", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); line-height: 1.58; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; background: var(--ink); color: white; padding: .75rem 1rem; text-decoration: none; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 3rem), var(--max)); margin-inline: auto; }

.site-header { background: var(--white); position: relative; z-index: 10; }
.header-row { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--line); }
.brand { width: clamp(210px, 24vw, 310px); flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(1.5rem, 3vw, 3.25rem); }
.site-nav a { text-decoration: none; text-transform: uppercase; letter-spacing: .04em; font-weight: 700; font-size: .9rem; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--olive); }
.menu-toggle { display: none; border: 0; background: transparent; padding: .5rem; }
.menu-toggle span:not(.sr-only) { width: 26px; height: 2px; display: block; background: var(--ink); margin: 5px 0; transition: .2s ease; }
.intro-line { padding-block: 1.55rem; max-width: 720px; margin-left: max(1.5rem, calc((100vw - var(--max))/2)); color: var(--olive-dark); font-size: clamp(.93rem, 1.4vw, 1.02rem); }

.hero { position: relative; min-height: 560px; overflow: hidden; background: #e8e7e1; }
.hero-image { position: absolute; inset: 0 0 0 35%; background: url('assets/images/hero-placeholder.jpg') center center / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(248,247,243,1) 0%, rgba(248,247,243,.98) 31%, rgba(248,247,243,.72) 47%, rgba(248,247,243,0) 66%); }
.hero-inner { min-height: 560px; display: flex; align-items: center; position: relative; z-index: 1; }
.hero-copy { width: min(545px, 54%); padding-block: 4.5rem; }
h1, h2, h3 { font-family: var(--font-display); margin-top: 0; }
h1 { font-size: clamp(3.2rem, 7vw, 5.8rem); line-height: .94; letter-spacing: -.045em; margin-bottom: 1.25rem; }
.eyebrow, .section-kicker { text-transform: uppercase; color: var(--olive); font-weight: 800; letter-spacing: .075em; }
.eyebrow { font-size: clamp(1rem, 1.9vw, 1.28rem); margin-bottom: 1.45rem; }
.hero-text { max-width: 470px; font-size: clamp(1rem, 1.5vw, 1.15rem); margin-bottom: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: .8rem 1.65rem; text-decoration: none; text-transform: uppercase; letter-spacing: .045em; font-weight: 800; border: 1px solid var(--olive-dark); transition: .2s ease; }
.button-primary { color: white; background: var(--olive); }
.button-primary:hover, .button-primary:focus-visible { background: var(--olive-dark); transform: translateY(-1px); }

.section { padding-block: clamp(3.5rem, 6vw, 5.5rem); }
.section h2, .approach h2, .clients h2 { color: var(--olive); text-transform: uppercase; letter-spacing: .015em; font-size: clamp(1.65rem, 3vw, 2.2rem); margin-bottom: 2rem; }
.services { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-card { padding: 0 clamp(1.25rem, 2.6vw, 2.4rem); border-left: 1px solid var(--line); }
.service-card:first-child { border-left: 0; padding-left: 0; }
.service-card:last-child { padding-right: 0; }
.line-icon {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto 1.15rem;
  color: var(--olive);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
}
.service-card h3 { font-size: 1.18rem; margin-bottom: .8rem; }
.service-card p { margin: 0; color: #292d27; }

.experience { display: grid; grid-template-columns: minmax(320px, 40%) 1fr; background: #faf9f6; }
.experience-image { min-height: 455px; background: url('assets/images/deer-placeholder.jpg') center center / cover no-repeat; }
.experience-copy { padding: clamp(3rem, 5vw, 5rem) clamp(2rem, 7vw, 7rem) clamp(3rem, 5vw, 5rem) clamp(2rem, 5vw, 4.5rem); max-width: 900px; }
.section-kicker { margin: 0 0 .1rem; font-size: 1rem; }
.experience-copy h2 { color: var(--olive); font-size: clamp(1.6rem, 3vw, 2.15rem); font-style: italic; margin-bottom: 1rem; }
.experience-copy p { max-width: 780px; }
.proof-list { padding: 0; margin: 1.5rem 0 0; list-style: none; display: grid; gap: .65rem; }
.proof-list li { position: relative; padding-left: 2rem; font-weight: 600; }
.proof-list li::before { content: "✓"; position: absolute; left: 0; top: .05rem; width: 1.25rem; height: 1.25rem; border: 1.5px solid var(--olive); color: var(--olive); border-radius: 50%; display: grid; place-items: center; font-size: .8rem; font-weight: 900; }

.approach { background: var(--paper); padding-bottom: 2.6rem; }
.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); padding-bottom: 2.8rem; }
.approach-grid article { display: grid; grid-template-columns: 72px 1fr; gap: 1.25rem; padding-inline: clamp(.8rem, 2vw, 2rem); border-left: 1px solid var(--line); }
.approach-grid article:first-child { border-left: 0; padding-left: 0; }
.approach-grid article:last-child { padding-right: 0; }
.approach-grid h3 { margin: .15rem 0 .4rem; font-size: 1.18rem; }
.approach-grid p { margin: 0; }

.clients { background: var(--paper); padding-top: .5rem; }
.client-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.client-item { min-height: 160px; text-align: center; padding: 1rem clamp(.7rem, 1.5vw, 1.25rem); border-left: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .65rem; }
.client-item:first-child { border-left: 0; }
.client-item .line-icon { margin: 0; width: 52px; height: 52px; }
.client-item span { max-width: 150px; line-height: 1.2; font-weight: 700; }

.contact { display: grid; grid-template-columns: minmax(300px, 40%) 1fr; background: var(--white); }
.contact-image { min-height: 290px; background: url('assets/images/contact-placeholder.jpg') center / cover no-repeat; }
.contact-copy {
  padding: clamp(2.5rem, 5vw, 4.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: clamp(2rem, 5vw, 5rem);
  align-content: center;
}
.contact-copy h2,
.contact-copy p,
.contact-copy address { grid-column: 1; }
.contact-copy h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: .7rem; }
.contact-copy p { max-width: 650px; margin-bottom: 1.4rem; }
address { font-style: normal; display: grid; gap: .45rem; max-width: 620px; }
address a, address span { text-decoration: none; }
address a:hover, address a:focus-visible { color: var(--olive); }
.contact-button {
  position: static;
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: end;
  min-width: 190px;
}

.site-footer { background: #232b1c; color: white; padding-block: 1.25rem; }
.footer-row { display: grid; grid-template-columns: 220px auto auto 1fr; align-items: center; gap: 1.5rem; }
.footer-row img { width: 190px; filter: invert(1); opacity: .95; }
.footer-name { font-weight: 700; }
.footer-tag { color: #aab67a; }
.copyright { text-align: right; color: #d8dbd3; font-size: .88rem; }

@media (max-width: 980px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 0; }
  .service-card:nth-child(3) { border-left: 0; padding-left: 0; }
  .approach-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .approach-grid article { border-left: 0; padding: 0; }
  .client-grid { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
  .client-item:nth-child(4) { border-left: 0; }
  .contact-copy { grid-template-columns: 1fr; }
  .contact-copy h2,
  .contact-copy p,
  .contact-copy address,
  .contact-button { grid-column: 1; }
  .contact-button {
    grid-row: auto;
    width: 100%;
    margin-top: 1.5rem;
  }
  .footer-row { grid-template-columns: 190px 1fr 1fr; }
  .copyright { grid-column: 1/-1; text-align: left; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 2rem), var(--max)); }
  .header-row { min-height: 84px; }
  .brand { width: 205px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .site-nav { position: absolute; top: 84px; left: 0; right: 0; background: white; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .5rem 1rem 1rem; border-bottom: 1px solid var(--line); box-shadow: 0 12px 22px rgba(0,0,0,.08); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .85rem .2rem; }
  .intro-line { margin-left: 1rem; padding-block: 1rem; max-width: calc(100% - 2rem); font-size: .9rem; }

  .hero { min-height: auto; }
  .hero-image { position: relative; inset: auto; height: 46vh; min-height: 330px; background-position: 63% center; }
  .hero::after { display: none; }
  .hero-inner { min-height: 0; }
  .hero-copy { width: 100%; padding-block: 2.5rem 3rem; }
  h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .hero-text { max-width: none; }

  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:first-child, .service-card:nth-child(3), .service-card:last-child { border-left: 0; border-top: 1px solid var(--line); padding: 1.8rem 0 0; }
  .service-card:first-child { border-top: 0; padding-top: 0; }

  .experience { grid-template-columns: 1fr; }
  .experience-image { min-height: 420px; background-position: center 36%; }
  .experience-copy { padding: 2.5rem 1rem 3rem; }

  .client-grid { grid-template-columns: repeat(2, 1fr); }
  .client-item { border-left: 0; border-top: 1px solid var(--line); min-height: 145px; }
  .client-item:nth-child(odd) { border-right: 1px solid var(--line); }
  .client-item:last-child { grid-column: 1/-1; border-right: 0; }

  .contact { grid-template-columns: 1fr; }
  .contact-image { min-height: 260px; }
  .contact-copy { padding: 2.5rem 1rem 3rem; }

  .footer-row { grid-template-columns: 1fr; text-align: left; gap: .7rem; }
  .footer-row img { width: 170px; }
  .copyright { grid-column: auto; }
}

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


.contact-copy address > a,
.contact-copy address > span {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
}
.contact-mini-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin-top: .12rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.illustration-icon {
  width: 72px;
  height: 72px;
  display: block;
  object-fit: contain;
  margin: 0 auto 1.15rem;
}
@media (max-width: 640px) {
  .illustration-icon {
    width: 68px;
    height: 68px;
  }
}

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.contact-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 760px) {
  .hero {
    background-position: 38% center;
  }
  .contact-image {
    min-height: 280px;
    background-position: center center;
  }
}


.hero{
  position:relative;
  overflow:hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(34,43,24,.42) 0%,
    rgba(34,43,24,.28) 22%,
    rgba(34,43,24,.12) 42%,
    rgba(34,43,24,0) 68%
  );
}



.hero-image {
  z-index: 0;
}
.hero-inner {
  z-index: 2;
}

@media (max-width: 760px) {
  .hero::before {
    display: none;
  }

  .hero-image {
    display: block;
    width: 100%;
    height: clamp(280px, 46vh, 430px);
    min-height: 280px;
    background-position: 38% center;
  }
}

@media (max-width: 950px) and (orientation: landscape) {
  .hero {
    min-height: 0;
  }

  .hero-image {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    height: clamp(260px, 72vh, 480px);
    min-height: 260px;
    background-position: 40% center;
  }

  .hero::after,
  .hero::before {
    display: none;
  }

  .hero-inner {
    min-height: 0;
  }

  .hero-copy {
    width: 100%;
    padding-block: 2.25rem 2.75rem;
  }
}


/* ===== Production polish ===== */
:root {
  --section-space: clamp(5.5rem, 9vw, 8rem);
  --button-radius: 10px;
}

/* Buttons */
.button,
.contact-button,
.hero .button,
a.button {
  min-height: 52px;
  padding: .95rem 1.55rem;
  border-radius: var(--button-radius);
  font-weight: 700;
  letter-spacing: .02em;
  transition:
    transform .25s ease,
    background-color .25s ease,
    border-color .25s ease,
    color .25s ease,
    box-shadow .25s ease;
  box-shadow: 0 4px 12px rgba(32, 40, 23, .08);
}
.button:hover,
.contact-button:hover,
.hero .button:hover,
a.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(32, 40, 23, .14);
}
.button:active,
.contact-button:active,
.hero .button:active,
a.button:active {
  transform: translateY(0);
}

/* Major-section spacing */
.section,
.services,
.experience,
.approach,
.clients,
.contact {
  scroll-margin-top: 100px;
}
.services,
.approach,
.clients {
  padding-block: var(--section-space);
}
.experience,
.contact {
  margin-block: clamp(1.5rem, 3vw, 2.5rem);
}

/* Typography rhythm */
.section-heading,
.services h2,
.approach h2,
.clients h2 {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
h1, h2, h3 {
  text-wrap: balance;
}
h2 {
  letter-spacing: -.025em;
}
h3 {
  margin-bottom: .55rem;
}
p {
  line-height: 1.68;
}
.service-card p,
.approach-grid p,
.experience-copy p,
.contact-copy p {
  margin-top: .35rem;
}
.experience-copy p + p,
.contact-copy p + p {
  margin-top: 1rem;
}
.proof-list {
  gap: .7rem;
}
.proof-list li {
  line-height: 1.45;
}

/* Clickable logo */
a.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s ease, transform .2s ease;
}
a.brand:hover {
  opacity: .82;
  transform: translateY(-1px);
}
a.brand:focus-visible {
  outline: 2px solid var(--olive);
  outline-offset: 5px;
}

/* Desktop-only image motion */
@media (hover: hover) and (pointer: fine) {
  .hero-image,
  .experience-image,
  .contact-image {
    transition: transform 7s ease;
    transform-origin: center center;
  }
  .hero:hover .hero-image,
  .experience:hover .experience-image,
  .contact:hover .contact-image {
    transform: scale(1.025);
  }
}

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

@media (max-width: 760px) {
  :root {
    --section-space: 4.5rem;
  }
  .button,
  .contact-button,
  .hero .button,
  a.button {
    min-height: 50px;
    width: 100%;
    justify-content: center;
  }
  .services,
  .approach,
  .clients {
    padding-block: var(--section-space);
  }
}

/* Reliable portrait-mobile navigation */
@media (max-width: 760px) {
  .site-header,
  .header-row {
    overflow: visible;
  }

  .menu-toggle {
    position: relative;
    z-index: 1002;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .site-nav {
    z-index: 1001;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition:
      opacity .2s ease,
      transform .2s ease,
      visibility .2s ease;
  }

  .site-nav.open {
    display: flex;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav a {
    display: block;
    min-height: 48px;
  }
}

/* Revised hero hierarchy */
.hero-copy h1 {
  max-width: 780px;
  font-size: clamp(3.1rem, 7vw, 6.4rem);
  line-height: .96;
  letter-spacing: -.045em;
  margin-bottom: 1.15rem;
}
.hero-service-line {
  margin: 0 0 1.35rem;
  max-width: 760px;
  color: var(--olive-dark);
  font-size: clamp(.82rem, 1.15vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .055em;
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .hero-copy h1 {
    font-size: clamp(2.75rem, 13vw, 4.6rem);
    line-height: .98;
  }
  .hero-service-line {
    font-size: .78rem;
    letter-spacing: .04em;
  }
}

/* Proven: scientific evidence and measurable improvement */
.proven-graph-icon {
  width: 68px;
  height: 68px;
  display: block;
  margin: 0 auto 1.15rem;
  fill: none;
  stroke: var(--olive);
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Final header-logo framing and consistent section rhythm */
.header-row {
  min-height: 0;
  padding-block: clamp(.75rem, 1.4vw, 1rem);
}
.brand {
  width: clamp(320px, 34vw, 475px);
  max-width: 46vw;
  flex: 0 0 auto;
  overflow: visible;
}
.brand img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: left center;
  overflow: visible;
}
:root {
  --section-space: clamp(3.75rem, 5.5vw, 5rem);
}
.services {
  padding-block: var(--section-space);
}
.approach {
  padding-top: var(--section-space);
  padding-bottom: clamp(2.6rem, 4vw, 3.5rem);
}
.clients {
  padding-top: clamp(2.6rem, 4vw, 3.5rem);
  padding-bottom: var(--section-space);
}
.experience,
.contact {
  margin-block: 0;
}
@media (max-width: 980px) {
  .brand {
    width: clamp(280px, 38vw, 390px);
    max-width: 48vw;
  }
}
@media (max-width: 760px) {
  .header-row {
    padding-block: .8rem;
  }
  .brand {
    width: min(86vw, 380px);
    max-width: calc(100% - 58px);
  }
  .site-nav {
    top: 100%;
  }
  :root {
    --section-space: 3.35rem;
  }
  .services {
    padding-block: var(--section-space);
  }
  .approach {
    padding-top: var(--section-space);
    padding-bottom: 2.5rem;
  }
  .clients {
    padding-top: 2.5rem;
    padding-bottom: var(--section-space);
  }
}

/* Production photography and split-section layout */
.hero-image {
  background-image: url('assets/images/hero-tim34.jpg');
  background-position: 56% center;
}

.experience-image {
  background-image: url('assets/images/experience-tim12.jpg');
  background-position: 50% 44%;
}

.contact-image {
  background-image: url('assets/images/contact-dogs11.jpg');
  background-position: 50% 52%;
}

.experience,
.contact {
  display: block;
}

.split-section-inner {
  width: min(calc(100% - 3rem), var(--max));
  margin-inline: auto;
  display: grid;
}

.experience-inner {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.contact-inner {
  grid-template-columns: minmax(0, 48%) minmax(0, 52%);
}

@media (min-width: 761px) {
  .experience-inner,
  .contact-inner {
    align-items: stretch;
  }

  .experience-image,
  .contact-image {
    width: 100%;
    align-self: stretch;
    height: auto;
    aspect-ratio: auto;
    background-size: cover;
  }

  .experience-image {
    min-height: 420px;
    background-position: 48% 44%;
  }

  .experience-copy {
    padding: clamp(2rem, 3vw, 3rem) clamp(2rem, 3.2vw, 3rem);
    align-self: center;
  }

  .contact-image {
    min-height: 340px;
    background-position: 50% 52%;
  }

  .contact-copy {
    padding: clamp(2rem, 3vw, 3rem) clamp(2rem, 3.2vw, 3rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
    align-content: center;
  }

  .contact-copy h2,
  .contact-copy p,
  .contact-copy address,
  .contact-button {
    grid-column: 1;
  }

  .contact-button {
    grid-row: auto;
    justify-self: start;
    align-self: auto;
    margin-top: 1.35rem;
    min-width: 190px;
  }
}

@media (max-width: 760px) {
  .hero-image {
    background-position: 58% center;
  }

  .experience-image {
    background-position: 50% 42%;
  }

  .contact-image {
    background-position: 50% 50%;
  }

  .split-section-inner {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .experience-copy,
  .contact-copy {
    padding: 2.5rem 1rem 3rem;
  }
}

@media (max-width: 760px) and (orientation: portrait) {
  .hero-image {
    height: 290px;
    min-height: 290px;
    background-size: cover;
    background-position: 63% center;
  }

  .experience-image {
    min-height: 330px;
    background-size: cover;
    background-position: 42% center;
  }
}

@media (orientation: landscape) and (max-height: 560px) {
  .hero-image {
    background-position: 57% center;
  }
}
