:root {
  --st-ground: #E8E1D2;
  --st-text: #063F43;
  --st-muted: #637A76;
  --st-line: #B9AD98;
  --st-accent: #B85C24;
  --st-paper: #efe8da;
  --st-body: Aptos, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --st-display: Didot, "Bodoni 72", Georgia, "Times New Roman", serif;
  --st-step-0: 0.72rem;
  --st-step-1: 0.88rem;
  --st-step-2: 1rem;
  --st-step-3: 1.28rem;
  --st-step-4: 1.75rem;
  --st-step-5: 3rem;
  --st-step-6: 5.75rem;
  --st-shell: min(1180px, calc(100vw - 32px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color: var(--st-text);
  background: var(--st-ground);
  font-family: var(--st-body);
  font-size: 16px;
  line-height: 1.5;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-color: color-mix(in srgb, var(--st-accent), transparent 30%);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--st-accent);
}

button {
  font: inherit;
}

p,
h1,
h2,
h3,
dl,
dd,
ul,
ol {
  margin-top: 0;
}

p,
li,
dd,
dt,
a,
span,
strong,
em,
h1,
h2,
h3 {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1,
h2 {
  font-family: var(--st-display);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

h3 {
  font-size: clamp(1.12rem, 1.3vw, var(--st-step-4));
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.st-skip {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 20;
  transform: translateY(-180%);
  padding: 0.55rem 0.75rem;
  background: var(--st-text);
  color: var(--st-ground);
}

.st-skip:focus {
  transform: translateY(0);
}

.st-shell {
  width: var(--st-shell);
  margin-inline: auto;
  min-width: 0;
}

.st-site-header {
  border-bottom: 1px solid var(--st-line);
  background: color-mix(in srgb, var(--st-ground), white 8%);
}

.st-masthead {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) auto minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 3rem);
  align-items: center;
  padding: 1rem 0;
}

.st-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  text-decoration: none;
}

.st-brand-mark {
  display: grid;
  place-items: center;
  width: 3.1rem;
  aspect-ratio: 1;
  border: 1px solid var(--st-text);
  font-family: var(--st-display);
  font-size: 1.12rem;
  letter-spacing: -0.05em;
}

.st-brand strong,
.st-footer strong {
  display: block;
  font-weight: 600;
  line-height: 1.1;
}

.st-brand em {
  display: block;
  color: var(--st-muted);
  font-size: var(--st-step-1);
  font-style: normal;
  margin-top: 0.15rem;
}

.st-nav,
.st-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.15rem;
}

.st-nav a,
.st-mail,
.st-footer nav a,
.st-label,
.st-tab-list button,
.st-filter-buttons button {
  font-size: var(--st-step-0);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
}

.st-nav a {
  position: relative;
  text-decoration: none;
  padding-block: 0.35rem;
}

.st-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.18rem;
  width: 100%;
  height: 1px;
  background: var(--st-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.st-nav a:hover::after,
.st-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.st-mail {
  justify-self: end;
  min-width: 0;
}

.st-section {
  padding: clamp(3.8rem, 8vw, 8rem) 0;
}

.st-section-tight {
  padding-top: clamp(2.2rem, 4vw, 4.5rem);
}

.st-section-strip {
  border-block: 1px solid var(--st-line);
  background: color-mix(in srgb, var(--st-ground), white 7%);
}

.st-hero {
  overflow: hidden;
}

.st-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(320px, 1.07fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
}

.st-hero-copy,
.st-page-hero-inner,
.st-cta {
  text-align: center;
  margin-inline: auto;
}

.st-hero-copy {
  max-width: 760px;
}

.st-display {
  font-size: clamp(3.25rem, 10.2vw, var(--st-step-6));
  margin-bottom: 1.35rem;
}

.st-page-hero .st-display {
  max-width: 980px;
  margin-inline: auto;
}

.st-wipe {
  position: relative;
}

.st-wipe::after {
  content: "";
  display: block;
  width: 4.8ch;
  height: 0.08em;
  margin: 0.24em auto 0;
  background: var(--st-accent);
  transform-origin: left;
}

body.st-js .st-wipe::after {
  transform: scaleX(0);
}

body.st-js .st-wipe.is-wiped::after {
  animation: stWipe 900ms cubic-bezier(.2, .8, .2, 1) forwards;
}

.st-label {
  display: block;
  color: var(--st-muted);
  margin-bottom: 0.85rem;
}

.st-lede {
  max-width: 72ch;
  margin: 0 auto 1.5rem;
  font-size: clamp(1.05rem, 1.45vw, var(--st-step-3));
  color: color-mix(in srgb, var(--st-text), var(--st-muted) 20%);
}

.st-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.st-button {
  display: inline-flex;
  align-items: center;
  width: auto;
  padding: 0.82rem 1.1rem;
  border: 1px solid var(--st-accent);
  background: var(--st-accent);
  color: var(--st-ground);
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
}

.st-button:hover {
  background: transparent;
  color: var(--st-accent);
}

.st-button-secondary {
  background: transparent;
  color: var(--st-accent);
}

.st-button-secondary:hover {
  background: var(--st-accent);
  color: var(--st-ground);
}

.st-hero-panel {
  border: 1px solid var(--st-line);
  padding: clamp(0.7rem, 1.5vw, 1.1rem);
  overflow: hidden;
  background: var(--st-paper);
}

.st-hero-drift {
  will-change: transform;
}

.st-hero-panel .st-hero-drift {
  animation: stDrift 18s ease-in-out infinite alternate;
}

.svg-paper,
.map-paper {
  fill: var(--st-ground);
  stroke: var(--st-line);
  stroke-width: 1.5;
}

.svg-measure path,
.svg-fascia path,
.svg-crosses path,
.svg-notes,
.map-roads path {
  stroke: color-mix(in srgb, var(--st-line), var(--st-text) 16%);
  stroke-width: 1;
  fill: none;
}

.svg-fascia rect,
.svg-van path,
.svg-van rect {
  fill: transparent;
  stroke: var(--st-text);
  stroke-width: 2.2;
}

.svg-fascia text,
.svg-notes text,
.st-map-panel text {
  fill: var(--st-text);
  font-family: var(--st-body);
  font-size: 18px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.svg-stroke-field {
  fill: var(--st-accent);
}

.svg-van-line {
  fill: none;
  stroke: var(--st-text);
  stroke-width: 2.8;
}

.svg-wheel {
  fill: var(--st-ground);
  stroke: var(--st-text);
  stroke-width: 2.6;
}

.svg-wheel-inner {
  fill: transparent;
  stroke: var(--st-muted);
  stroke-width: 2;
}

.st-section-head {
  margin-bottom: clamp(1.5rem, 3vw, 2.8rem);
  max-width: 720px;
}

.st-section-head h2,
.st-aside h2,
.st-spec-panel h2,
.st-map-panel h2,
.st-cta h2 {
  font-size: clamp(2.25rem, 5vw, 4.6rem);
  margin-bottom: 1rem;
}

.st-section-head p:not(.st-label),
.st-aside p,
.st-spec-panel p,
.st-map-panel p,
.st-cta p {
  max-width: 72ch;
  color: color-mix(in srgb, var(--st-text), var(--st-muted) 18%);
}

.st-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--st-line);
  background: var(--st-line);
}

.st-card-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.st-card-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.st-equal {
  align-items: stretch;
}

.st-price-card,
.st-work-card,
.st-service,
.st-aside,
.st-spec-panel,
.st-contact-facts,
.st-map-panel {
  min-width: 0;
  background: var(--st-ground);
  padding: clamp(1.15rem, 2.2vw, 2rem);
}

.st-price-card,
.st-work-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.st-price-card h3,
.st-price-card h2,
.st-work-card h2,
.st-work-card h3,
.st-service h3 {
  margin-bottom: 1.1rem;
}

.st-price {
  font-family: var(--st-display);
  font-size: clamp(2.15rem, 4vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: var(--st-text);
  margin-bottom: 1.15rem;
}

.st-price-card dl,
.st-work-card dl,
.st-contact-facts dl {
  margin-bottom: 1.4rem;
}

.st-price-card dl div,
.st-work-card dl div,
.st-contact-facts dl div {
  display: grid;
  grid-template-columns: minmax(6.5rem, 0.35fr) minmax(0, 1fr);
  gap: 1rem;
  padding: 0.72rem 0;
  border-top: 1px solid var(--st-line);
}

.st-price-card dt,
.st-work-card dt,
.st-contact-facts dt {
  color: var(--st-muted);
  font-size: var(--st-step-1);
  font-weight: 600;
}

.st-price-card dd,
.st-work-card dd,
.st-contact-facts dd {
  margin: 0;
}

.st-price-card a {
  margin-top: auto;
  align-self: flex-start;
  font-weight: 600;
  color: var(--st-accent);
}

.st-price-card:hover a,
.st-work-card:hover h2,
.st-work-card:hover h3,
.st-service:hover h3,
.st-list li:hover span,
.st-checklist li:hover {
  color: var(--st-accent);
}

.st-price-card,
.st-work-card,
.st-service,
.st-list li,
.st-checklist li {
  transition: transform 180ms ease, color 180ms ease;
}

.st-price-card:hover,
.st-work-card:hover,
.st-service:hover,
.st-list li:hover,
.st-checklist li:hover {
  transform: translateX(0.28rem);
}

.st-spec-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--st-line);
  background: var(--st-ground);
}

.st-spec-row div {
  min-width: 0;
  padding: 1.2rem;
  border-right: 1px solid var(--st-line);
}

.st-spec-row div:last-child {
  border-right: 0;
}

.st-spec-row span,
.st-footer span,
.st-before-after span {
  display: block;
  color: var(--st-muted);
  font-size: var(--st-step-0);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.st-spec-row strong {
  display: block;
  font-family: var(--st-display);
  font-size: clamp(1.65rem, 2.7vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 0.4rem;
}

.st-spec-row em {
  display: block;
  color: var(--st-muted);
  font-style: normal;
  font-size: var(--st-step-1);
}

.st-two {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: start;
}

.st-sticky-head {
  position: sticky;
  top: 1rem;
}

.st-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--st-line);
  border: 1px solid var(--st-line);
}

.st-process {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid var(--st-line);
  background: var(--st-ground);
}

.st-process li {
  padding: clamp(1rem, 2vw, 1.6rem);
  border-right: 1px solid var(--st-line);
  min-width: 0;
}

.st-process li:last-child {
  border-right: 0;
}

.st-process span {
  display: block;
  color: var(--st-accent);
  font-family: var(--st-display);
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 2.4rem;
}

.st-process strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.st-process em {
  color: var(--st-muted);
  font-style: normal;
  font-size: var(--st-step-1);
}

.st-marquee {
  border-top: 1px solid var(--st-line);
  overflow: hidden;
  padding: 0.75rem 0;
}

.st-marquee-track {
  display: flex;
  width: max-content;
  animation: stMarquee 32s linear infinite;
}

.st-marquee span {
  padding-inline: 1.25rem;
  font-size: var(--st-step-0);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: var(--st-muted);
}

.st-page-hero {
  border-bottom: 1px solid var(--st-line);
}

.st-contact-email {
  font-family: var(--st-display);
  font-size: clamp(1.8rem, 5vw, 4rem);
  letter-spacing: -0.045em;
  margin-bottom: 1rem;
}

.st-tabs {
  min-width: 0;
}

.st-tab-list,
.st-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  margin-bottom: 2rem;
}

.st-tab-list button,
.st-filter-buttons button {
  appearance: none;
  border: 1px solid var(--st-line);
  background: transparent;
  color: var(--st-text);
  padding: 0.72rem 0.9rem;
  cursor: pointer;
}

.st-tab-list button:hover,
.st-tab-list button[aria-selected="true"],
.st-filter-buttons button:hover,
.st-filter-buttons button[aria-pressed="true"] {
  color: var(--st-accent);
  border-color: var(--st-accent);
}

.st-tab-panel {
  margin-bottom: 4rem;
}

.st-tabs-ready .st-tab-panel[hidden],
.st-work-card[hidden] {
  display: none;
}

.st-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--st-line);
}

.st-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  background: var(--st-ground);
}

.st-table th,
.st-table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid var(--st-line);
  vertical-align: top;
}

.st-table th {
  color: var(--st-muted);
  font-size: var(--st-step-0);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
}

.st-list,
.st-checklist {
  padding: 0;
  margin: 0;
  list-style: none;
}

.st-list li,
.st-checklist li {
  border-top: 1px solid var(--st-line);
  padding: 0.92rem 0 0.92rem 1.35rem;
  position: relative;
  color: color-mix(in srgb, var(--st-text), var(--st-muted) 10%);
}

.st-list li::before,
.st-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.5rem;
  width: 0.52rem;
  height: 0.52rem;
  border: 1px solid var(--st-accent);
  transform: rotate(45deg);
}

.st-list li:hover::before,
.st-checklist li:hover::before {
  background: var(--st-accent);
}

.st-cta {
  max-width: 850px;
  border-block: 1px solid var(--st-line);
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.st-cta .st-button {
  margin-top: 1rem;
}

.st-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--st-line);
  background: var(--st-line);
}

.st-filter-bar {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1.5rem;
  margin-bottom: 1.2rem;
}

.st-warm {
  background: var(--st-text);
  color: var(--st-ground);
}

.st-warm .st-label,
.st-warm p {
  color: color-mix(in srgb, var(--st-ground), white 8%);
}

.st-before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--st-line);
  border: 1px solid var(--st-line);
  margin: 1.2rem 0;
}

.st-before-after div {
  background: var(--st-ground);
  padding: 1rem;
}

.st-muted-copy {
  color: var(--st-muted);
}

.st-link-strip {
  border-top: 1px solid var(--st-line);
  padding: 1.1rem 0;
}

.st-link-strip .st-shell {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: center;
}

.st-link-strip a {
  color: var(--st-accent);
  font-weight: 600;
}

.st-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1px;
  background: var(--st-line);
  border: 1px solid var(--st-line);
}

.st-map-panel svg {
  margin-top: 1.2rem;
}

.map-radius {
  fill: color-mix(in srgb, var(--st-accent), transparent 91%);
  stroke: var(--st-accent);
  stroke-width: 2;
}

.map-outer {
  fill: none;
  stroke: var(--st-muted);
  stroke-width: 1.5;
  stroke-dasharray: 8 10;
}

.map-river {
  fill: none;
  stroke: var(--st-text);
  stroke-width: 3;
}

.map-roads path {
  stroke-dasharray: 4 8;
}

.map-centre {
  fill: var(--st-accent);
}

.st-footer {
  border-top: 1px solid var(--st-line);
  padding: 2rem 0;
  background: color-mix(in srgb, var(--st-ground), var(--st-text) 4%);
}

.st-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.9fr) minmax(0, 1.05fr) auto;
  gap: 1.5rem;
  align-items: start;
}

.st-footer p {
  margin-bottom: 0;
  color: var(--st-muted);
}

.st-footer nav {
  justify-content: flex-end;
}

.st-copyright {
  grid-column: 1 / -1;
  padding-top: 1.2rem;
  border-top: 1px solid var(--st-line);
  font-size: var(--st-step-1);
}

body.st-js .st-reveal.is-hidden {
  opacity: 0;
  transform: translateY(1rem);
}

body.st-js .st-reveal {
  transition: opacity 520ms ease, transform 520ms ease;
}

body.st-js .st-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.st-js .st-tab-panel,
body.st-js .st-work-card {
  transition: opacity 180ms ease, transform 180ms ease;
}

@keyframes stDrift {
  from {
    transform: scale(1.035) translate3d(-1.2%, -0.8%, 0);
  }

  to {
    transform: scale(1.095) translate3d(1.6%, 1.1%, 0);
  }
}

@keyframes stWipe {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes stMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .st-masthead,
  .st-hero-grid,
  .st-two,
  .st-contact-grid {
    grid-template-columns: 1fr;
  }

  .st-mail {
    justify-self: start;
  }

  .st-nav {
    justify-content: start;
  }

  .st-hero-copy,
  .st-page-hero-inner {
    text-align: left;
  }

  .st-wipe::after {
    margin-left: 0;
    margin-right: 0;
  }

  .st-actions {
    justify-content: flex-start;
  }

  .st-card-grid-four,
  .st-card-grid-three,
  .st-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-spec-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-spec-row div {
    border-bottom: 1px solid var(--st-line);
  }

  .st-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .st-process li {
    border-bottom: 1px solid var(--st-line);
  }

  .st-sticky-head {
    position: static;
  }

  .st-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  :root {
    --st-shell: min(100vw - 24px, 1180px);
  }

  .st-section {
    padding: 3.2rem 0;
  }

  .st-masthead {
    gap: 1rem;
  }

  .st-brand-mark {
    width: 2.65rem;
  }

  .st-display {
    font-size: clamp(3rem, 17vw, 4.8rem);
  }

  .st-card-grid,
  .st-card-grid-four,
  .st-card-grid-three,
  .st-work-grid,
  .st-service-grid,
  .st-spec-row,
  .st-process,
  .st-before-after,
  .st-footer-grid {
    grid-template-columns: 1fr;
  }

  .st-spec-row div,
  .st-process li {
    border-right: 0;
  }

  .st-filter-bar {
    display: block;
  }

  .st-price-card dl div,
  .st-work-card dl div,
  .st-contact-facts dl div {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }

  .st-tab-list button,
  .st-filter-buttons button {
    padding: 0.62rem 0.72rem;
  }
}

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

  body.st-js .st-reveal.is-hidden {
    opacity: 1;
    transform: none;
  }
}