/* One Man One Stump | design + build: littleoceans */

@font-face {
  font-family: 'Jost';
  src: url('/assets/fonts/jost-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/* self-hosted for the littleoceans footer credit wordmark (plain text since
   16 Jul 2026; the old CSS ring-O is gone) */
@font-face {
  font-family: 'Archivo Black';
  src: url('/assets/fonts/archivo-black-latin.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bone: #F3F1EA;
  --card: #FFFFFF;
  --bark: #29221E;
  --bark-2: #352C26;
  --ink: #29221E;
  --ink-soft: #5D554D;
  --moss: #6B7050;
  --moss-dark: #51563B;
  --chip: #B7A67F;
  --rule: #DDD8CC;
  --on-bark: #F3F1EA;
  --on-bark-soft: #C6BFB4;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bone);
  color: var(--ink);
  font-family: 'Jost', 'Avenir Next', 'Century Gothic', 'Trebuchet MS', sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--moss-dark); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--moss); outline-offset: 2px; }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 22px; }

/* Skip link: off-screen until focused, so a keyboard or screen-reader user
   can jump the six header stops on every page. */
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--moss); color: #fff; text-decoration: none;
  padding: 12px 20px; font-weight: 600; letter-spacing: 0.03em;
}
.skip:focus { left: 0; }

.eyebrow {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--moss-dark);
  margin-bottom: 10px;
}
.on-dark .eyebrow { color: var(--chip); }

h1, h2, h3 { line-height: 1.15; text-wrap: balance; margin: 0 0 14px; font-weight: 500; letter-spacing: 0.005em; }
/* h1 and h2 share a size: every page leads with an h1, and the hero overrides
   it below. Without this the UA default (2em) makes a page title smaller than
   the h2s underneath it. */
h1, h2 { font-size: clamp(28px, 4vw, 40px); }
h3, .subhead { font-size: 21px; font-weight: 600; }
/* .subhead keeps h3's look on a heading that has to be an h2 for the outline */
p { margin: 0 0 16px; max-width: 66ch; }
.soft { color: var(--ink-soft); }

/* ---------- header ---------- */
.site-head {
  background: var(--bone);
  border-bottom: 1px solid var(--rule);
}
.site-head .bar {
  display: flex; align-items: center; gap: 16px;
  padding: 14px 0;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.brand img { width: 52px; height: auto; mix-blend-mode: multiply; }
.brand .name { font-size: 19px; font-weight: 600; letter-spacing: 0.02em; line-height: 1.15; }
.brand .strap { font-size: 12.5px; color: var(--ink-soft); letter-spacing: 0.04em; }
.site-head nav { margin-left: auto; display: flex; gap: 22px; align-items: center; }
.site-head nav a {
  text-decoration: none; color: var(--ink); font-weight: 500; font-size: 15.5px;
  border-bottom: 2px solid transparent; padding: 2px 0;
}
.site-head nav a:hover { border-bottom-color: var(--moss); }
.site-head nav a[aria-current="page"] { border-bottom-color: var(--moss); }
.head-call {
  background: var(--moss); color: #fff !important; border-bottom: none !important;
  padding: 10px 18px !important; font-weight: 600 !important;
  letter-spacing: 0.03em;
}
.head-call:hover { background: var(--moss-dark); }

/* ---------- buttons ---------- */
.btn {
  display: inline-block; text-decoration: none; font-weight: 600; font-size: 16px;
  padding: 15px 28px; letter-spacing: 0.04em;
  border: 2px solid var(--moss);
}
.btn.solid { background: var(--moss); color: #fff; }
.btn.solid:hover { background: var(--moss-dark); border-color: var(--moss-dark); }
.btn.ghost { color: var(--ink); border-color: var(--bark); }
.btn.ghost:hover { background: var(--bark); color: var(--bone); }
.on-dark .btn.ghost { color: var(--on-bark); border-color: var(--on-bark); }
.on-dark .btn.ghost:hover { background: var(--bone); color: var(--bark); }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  background: var(--bark);
  color: var(--on-bark);
  overflow: hidden;
}
.hero .photo {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0.55;
}
.hero .tint {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(24,19,16,0.92) 0%, rgba(24,19,16,0.55) 55%, rgba(24,19,16,0.25) 100%);
}
.hero .wrap { position: relative; padding-top: 92px; padding-bottom: 96px; }
.hero h1 {
  font-size: clamp(38px, 6vw, 64px);
  max-width: 15ch;
  margin-bottom: 18px;
}
.hero .lede { font-size: 19px; max-width: 46ch; color: #E4DFD5; margin-bottom: 30px; }
.hero .rings {
  position: absolute; right: -110px; bottom: -110px; width: 340px; height: 340px;
  opacity: 0.35; pointer-events: none;
}

/* ---------- trust strip ---------- */
.trust {
  background: var(--bark-2); color: var(--on-bark);
  border-top: 1px solid rgba(243,241,234,0.12);
}
.trust ul {
  list-style: none; margin: 0 auto; padding: 18px 22px;
  max-width: 1260px;
  display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: center;
}
.trust li {
  font-size: 13.5px; letter-spacing: 0.04em; font-weight: 500;
  display: flex; align-items: center; gap: 8px; color: var(--on-bark-soft);
  white-space: nowrap;
}
.trust li::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--chip); flex: none;
}

/* ---------- sections ---------- */
section { padding: 76px 0; }
section.dark { background: var(--bark); color: var(--on-bark); }
section.dark p { color: #D8D2C7; }
.section-head { max-width: 60ch; margin-bottom: 40px; }

/* ---------- service cards ---------- */
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.card {
  background: var(--card);
  border: 2px solid var(--bark);
  box-shadow: 8px 8px 0 var(--moss);
  display: flex; flex-direction: column;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.card:hover { transform: translate(-2px, -2px); box-shadow: 12px 12px 0 var(--moss); }
.card img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-bottom: 2px solid var(--bark); }
.card .body { padding: 24px 24px 26px; }
.card h2, .card h3 { margin-bottom: 8px; }
.card p { font-size: 15.5px; color: var(--ink-soft); margin-bottom: 14px; }
/* Underline rather than a trailing arrow, matching the header nav's treatment. */
.card .more {
  font-weight: 600; text-decoration: none; letter-spacing: 0.03em; font-size: 15px;
  border-bottom: 2px solid var(--moss); padding-bottom: 2px;
}
.card .more:hover { border-bottom-color: var(--bark); color: var(--bark); }

/* ---------- process steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; counter-reset: step; }
.step { border-top: 2px solid var(--chip); padding-top: 18px; }
.step .n {
  font-size: 54px; font-weight: 500; line-height: 1; color: var(--chip);
  font-variant-numeric: tabular-nums; display: block; margin-bottom: 10px;
}
.step h3 { color: var(--on-bark); }
.step p { font-size: 15.5px; }

/* ---------- machines ---------- */
.machine {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 34px;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid var(--rule);
}
.machine:last-of-type { border-bottom: 1px solid var(--rule); }
/* Alternate rows put the photo on the right. The column split is mirrored too,
   so the photo is always the narrow column - reordering alone would drop it
   into the 7fr column and give every other machine a giant photo and a
   squeezed paragraph. .flip is set per row in the HTML rather than by
   :nth-child so adding or reordering a machine can't silently break it. */
.machine.flip { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.machine.flip .shot { grid-column: 2; grid-row: 1; }
.machine .shot {
  border: 2px solid var(--bark);
  aspect-ratio: 4 / 3; object-fit: cover; width: 100%; height: auto;
}
.machine h3 { margin-bottom: 4px; }
.machine .use { font-size: 14px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--moss-dark); font-weight: 600; margin-bottom: 12px; }
.machine p { font-size: 16px; margin-bottom: 12px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.chips li {
  font-size: 13.5px; font-weight: 500; letter-spacing: 0.03em;
  border: 1.5px solid var(--moss); color: var(--moss-dark);
  padding: 4px 12px;
}

/* ---------- about ---------- */
.about-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: 44px; align-items: start; }
/* The source is 16:9 but the column is narrow, so a 4:3 crop sits better
   against the text. Pinning the ratio here also stops the box being sized from
   the width/height attributes and then resizing on load. */
.about-grid img { border: 2px solid var(--on-bark); width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.tickets { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 8px; }
.tickets li { padding-left: 22px; position: relative; font-size: 15.5px; color: #D8D2C7; }
.tickets li::before { content: ""; position: absolute; left: 0; top: 9px; width: 10px; height: 10px; background: var(--chip); }

/* ---------- areas strip / lists ---------- */
.county { border-top: 1px solid var(--rule); padding: 26px 0; display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 8fr); gap: 18px 34px; }
.county:last-of-type { border-bottom: 1px solid var(--rule); }
.county h2 { margin: 0; }
.county p { margin: 0; font-size: 16px; color: var(--ink-soft); max-width: none; }
.county p b { color: var(--ink); font-weight: 600; }

/* ---------- reviews ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.quote {
  background: var(--card); border: 2px solid var(--bark);
  box-shadow: 8px 8px 0 var(--chip);
  padding: 26px 24px 22px;
  display: flex; flex-direction: column;
}
.quote blockquote { margin: 0 0 16px; font-size: 16.5px; }
.quote blockquote p { max-width: none; margin: 0; }
.quote blockquote p + p { margin-top: 12px; } /* Joe's review runs to two paragraphs */
.quote figcaption { margin-top: auto; font-size: 14px; color: var(--ink-soft); letter-spacing: 0.02em; }
.quote figcaption b { color: var(--ink); font-weight: 600; display: block; font-size: 15px; }
.stars { color: var(--moss); letter-spacing: 0.18em; font-size: 15px; margin-bottom: 12px; }
.reviews-link { margin: 30px 0 0; max-width: none; }
.reviews-link a {
  font-weight: 600; font-size: 15px; letter-spacing: 0.03em; text-decoration: none;
  border-bottom: 2px solid var(--moss); padding-bottom: 2px;
}
.reviews-link a:hover { border-bottom-color: var(--bark); color: var(--bark); }
.reviews-link .sep { color: var(--rule); margin: 0 14px; }
@media (max-width: 520px) {
  /* the two links stack rather than wrapping mid-phrase */
  .reviews-link a { display: block; width: fit-content; margin: 0 auto; }
  .reviews-link .sep { display: block; height: 10px; margin: 0; font-size: 0; }
}
@media (max-width: 860px) { .reviews-link { text-align: center; } }
@media (max-width: 860px) {
  .quotes { grid-template-columns: 1fr; }
  .quote { text-align: left; }
}

/* ---------- before & after ---------- */
.ba { display: grid; gap: 38px; }
.ba-pair { margin: 0; }
.ba-shots { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ba-shot { position: relative; }
.ba-shot img {
  width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover;
  border: 2px solid var(--bark); display: block;
}
.ba-tag {
  position: absolute; left: 0; bottom: 0;
  background: var(--bark); color: var(--on-bark);
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600;
  padding: 7px 13px;
}
.ba-pair figcaption { margin-top: 13px; font-size: 15px; color: var(--ink-soft); }
/* stack below 620px: side by side at phone widths makes each shot too small
   to read, which defeats the point of showing them */
@media (max-width: 620px) {
  .ba-shots { grid-template-columns: 1fr; gap: 10px; }
  .ba-pair figcaption { text-align: center; }
}

/* ---------- FAQ ---------- */
.faq { max-width: 68ch; }
.faq details { border-top: 1px solid var(--rule); }
.faq details:last-of-type { border-bottom: 1px solid var(--rule); }
.faq summary {
  cursor: pointer; list-style: none; position: relative;
  padding: 20px 44px 20px 0;
  font-size: 19px; font-weight: 600; line-height: 1.3;
}
.faq summary::-webkit-details-marker { display: none; }
/* chevron, aligned to the first line so it stays put when a question wraps */
.faq summary::after {
  content: ""; position: absolute; right: 8px; top: 26px;
  width: 11px; height: 11px;
  border-right: 2px solid var(--moss); border-bottom: 2px solid var(--moss);
  transform: rotate(45deg); transition: transform 0.18s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq summary:hover, .faq details[open] summary { color: var(--moss-dark); }
.faq details p { margin: 0 0 22px; max-width: none; color: var(--ink-soft); }
@media (prefers-reduced-motion: reduce) { .faq summary::after { transition: none; } }
@media (max-width: 860px) { .faq { text-align: left; } }

/* ---------- trade callout ---------- */
.trade {
  margin-top: 44px; background: var(--card);
  border: 2px solid var(--bark); box-shadow: 8px 8px 0 var(--chip);
  padding: 28px 30px;
  display: flex; gap: 26px; align-items: center; justify-content: space-between;
  flex-wrap: wrap;
}
.trade h3 { margin-bottom: 8px; }
.trade p { margin: 0; font-size: 15.5px; color: var(--ink-soft); max-width: 62ch; }
.trade .btn { flex: none; }
@media (max-width: 860px) {
  .trade { flex-direction: column; text-align: center; padding: 26px 22px; }
  .trade p { margin-left: auto; margin-right: auto; }
}

/* ---------- CTA band ---------- */
.cta-band { text-align: center; }
.cta-band p { margin-left: auto; margin-right: auto; }
.cta-band .phone-big {
  font-size: clamp(30px, 5vw, 46px); font-weight: 600; letter-spacing: 0.02em;
  color: var(--on-bark); text-decoration: none; display: inline-block; margin: 6px 0 18px;
}
.cta-band .phone-big:hover { color: var(--chip); }

/* ---------- footer ---------- */
footer {
  background: var(--bark-2); color: var(--on-bark-soft);
  padding: 40px 0 44px;
  font-size: 14.5px;
}
@media (max-width: 860px) {
  footer { padding-bottom: 130px; } /* room for the sticky call bar */
}
footer .cols { display: flex; flex-wrap: wrap; gap: 28px 44px; justify-content: space-between; align-items: start; }
footer a { color: var(--on-bark); }

.foot-brand strong { color: #F3F1EA; font-size: 16px; letter-spacing: 0.02em; }
.foot-brand p { margin: 4px 0 14px; max-width: 40ch; }
.contact-lines { display: grid; gap: 10px; justify-items: start; }
.contact-lines a {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; font-weight: 500; font-size: 15px;
  border-bottom: 1px solid transparent;
}
.contact-lines a:hover { border-bottom-color: var(--chip); }
.contact-lines svg {
  width: 17px; height: 17px; flex: none;
  fill: none; stroke: var(--chip); stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}

.creds { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.creds li {
  display: flex; align-items: center; gap: 12px;
  border: 1.5px solid rgba(183, 166, 127, 0.45);
  padding: 10px 16px;
  font-size: 14px; font-weight: 500; color: #E4DFD5;
  letter-spacing: 0.02em;
}
.creds li span {
  color: var(--on-bark-soft); font-weight: 400;
  border-left: 1px solid rgba(183, 166, 127, 0.35);
  padding-left: 12px; margin-left: 2px;
}
.creds svg {
  width: 20px; height: 20px; flex: none;
  fill: none; stroke: var(--chip); stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round;
}

@media (max-width: 860px) {
  footer .cols { flex-direction: column; align-items: center; text-align: center; }
  .foot-brand p { margin-left: auto; margin-right: auto; }
  .contact-lines { justify-items: center; }
  footer .credit { text-align: center; }
}
footer .credit { margin-top: 26px; font-size: 13px; color: var(--on-bark-soft); }
/* ---------- "Site by" littleoceans credit (canonical: littleoceans/snippets/site-credit.html) ---------- */
.lo-credit{display:inline-flex;align-items:center;gap:.5em;text-decoration:none;color:inherit;}
.lo-siteby{font-size:.72rem;letter-spacing:.06em;color:inherit;opacity:.65;}
.lo-wordmark{font-family:'Archivo Black',Arial Black,sans-serif;font-size:.82rem;letter-spacing:.02em;line-height:1;color:inherit;opacity:.65;transition:opacity .25s ease,color .25s ease;}
.lo-credit:hover .lo-wordmark,.lo-credit:focus-visible .lo-wordmark{opacity:1;color:#3FD8FF;}
.lo-credit:hover .lo-siteby,.lo-credit:focus-visible .lo-siteby{opacity:.85;}
.lo-credit:focus-visible{outline:2px solid #3FD8FF;outline-offset:4px;border-radius:2px;}


/* ---------- sticky mobile call bar ---------- */
.call-bar {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  background: var(--moss);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
}
.call-bar a {
  display: block; text-align: center; text-decoration: none;
  color: #fff; font-weight: 600; font-size: 18px; letter-spacing: 0.03em;
  border: 2px solid rgba(255,255,255,0.9); padding: 12px;
}

/* ---------- reveal ---------- */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
  .reveal.in { opacity: 1; transform: none; }
}

/* ---------- mobile ---------- */
@media (max-width: 860px) {
  .cards, .steps { grid-template-columns: 1fr; }
  .machine, .machine.flip, .about-grid, .county { grid-template-columns: 1fr; }
  .machine.flip .shot { grid-column: 1; grid-row: auto; }
  .about-grid img { max-width: 340px; margin: 0 auto; }
  section { padding: 56px 0; }

  /* centred, balanced mobile layout */
  .site-head .bar { flex-direction: column; gap: 10px; text-align: center; }
  .brand { flex-direction: column; gap: 6px; }
  .site-head nav { margin: 0 auto; flex-wrap: wrap; justify-content: center; gap: 14px 18px; }
  .head-call { display: none; }
  .hero .wrap { padding-top: 60px; padding-bottom: 64px; text-align: center; }
  .hero h1, .hero .lede { margin-left: auto; margin-right: auto; }
  .btn-row { justify-content: center; }
  .section-head, .cta-band { text-align: center; }
  .section-head p { margin-left: auto; margin-right: auto; }
  .call-bar { display: block; }
}

/* ---------- legal pages ---------- */
.legal { max-width: 68ch; }
.legal h2 { font-size: clamp(21px, 2.4vw, 26px); margin: 44px 0 12px; }
.legal h2:first-of-type { margin-top: 0; }
.legal ul { margin: 0 0 16px; padding-left: 20px; max-width: 66ch; }
.legal li { margin-bottom: 8px; }
.legal .updated {
  font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-soft); border-top: 1px solid var(--rule);
  margin-top: 44px; padding-top: 18px;
  /* not 66ch: p's ch-based max-width shrinks with this rule's smaller
     font-size, which would stop the border short of the text column */
  max-width: none;
}
footer .foot-legal { margin-top: 24px; font-size: 13.5px; }
footer .foot-legal a { color: var(--on-bark-soft); text-decoration: none; border-bottom: 1px solid transparent; }
footer .foot-legal a:hover { border-bottom-color: var(--on-bark-soft); }

@media (max-width: 860px) {
  /* prose stays left-aligned even though .section-head above it centres */
  .legal { text-align: left; }
  footer .foot-legal { text-align: center; }
}
