/*
! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.hidden {
  display: none;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

:root {
  --brand: oklch(0.48 0.18 255);
  --brand-strong: oklch(0.39 0.17 255);
  --brand-dark: oklch(0.22 0.055 255);
  --brand-soft: oklch(0.94 0.03 245);
  --sky: oklch(0.8 0.11 225);
  --ink: oklch(0.2 0.025 255);
  --ink-muted: oklch(0.43 0.025 255);
  --line: oklch(0.87 0.012 255);
  --surface: oklch(0.975 0.006 255);
  --white: oklch(1 0 0);
  --on-dark-muted: oklch(0.83 0.025 245);
  --font-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-body: "Source Sans 3", Arial, sans-serif;
  --page-width: 80rem;
  --section-space: clamp(5rem, 9vw, 9rem);
  --header-height: 4.5rem;
  --z-sticky: 40;
  --z-mobile-bar: 50;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1rem);
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  padding-bottom: calc(4rem + env(safe-area-inset-bottom));
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3 {
  margin: 0;
  color: inherit;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 0.98;
  text-wrap: balance;
}

h1 {
  max-width: 14ch;
  font-size: clamp(3.15rem, 5vw, 4.75rem);
  letter-spacing: -0.03em;
}

h2 {
  max-width: 14ch;
  font-size: clamp(3rem, 5.6vw, 5rem);
}

h3 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
}

p {
  margin: 0;
  text-wrap: pretty;
}

:focus-visible {
  outline: 3px solid var(--sky);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 0.75rem;
  z-index: calc(var(--z-mobile-bar) + 1);
  translate: 0 -160%;
  background: var(--white);
  border: 2px solid var(--brand);
  color: var(--ink);
  font-weight: 700;
  padding: 0.75rem 1rem;
  transition: translate 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.skip-link:focus {
  translate: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: var(--z-sticky);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.site-header__inner {
  display: flex;
  width: calc(100% - 2rem);
  max-width: var(--page-width);
  min-height: var(--header-height);
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.brand-link {
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
}

.brand-logo {
  width: 8rem;
  height: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.desktop-nav,
.header-call {
  display: none;
}

.desktop-nav {
  align-items: center;
  gap: clamp(1.25rem, 2.2vw, 2rem);
  font-size: 1rem;
  font-weight: 600;
}

.desktop-nav a,
.site-footer__links a {
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.35rem;
  transition:
    color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    text-decoration-color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.desktop-nav a:hover,
.site-footer__links a:hover {
  color: var(--brand);
  text-decoration-color: currentColor;
}

.header-call {
  min-height: 2.75rem;
  align-items: center;
  gap: 0.55rem;
  background: var(--brand);
  color: var(--white);
  font-weight: 700;
  padding: 0.6rem 0.9rem;
  transition: background-color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.header-call:hover {
  background: var(--brand-strong);
}

.menu-toggle {
  display: inline-grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
}

.mobile-nav {
  position: absolute;
  inset-inline: 0;
  top: 100%;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  padding: 0.5rem 1rem 1rem;
}

.mobile-nav > a {
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
}

.mobile-nav > a:last-child {
  border-bottom: 0;
}

.mobile-nav__call {
  gap: 0.6rem;
  color: var(--brand-strong);
}

.hero {
  display: grid;
  min-height: calc(100svh - var(--header-height));
  background: var(--brand-dark);
  color: var(--white);
}

.hero__content {
  display: flex;
  min-width: 0;
  padding: clamp(2.5rem, 6vh, 4.5rem)
    max(1.25rem, calc((100vw - var(--page-width)) / 2));
  flex-direction: column;
  justify-content: center;
}

.hero__kicker {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
  color: var(--sky);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero h1 {
  color: var(--white);
}

.hero__lede {
  max-width: 52ch;
  margin-top: 1.25rem;
  color: var(--on-dark-muted);
  font-size: clamp(1.0625rem, 1.4vw, 1.25rem);
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  margin-top: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero__actions .button {
  display: none;
}

.button,
.text-link {
  display: inline-flex;
  min-height: 3.25rem;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  font-weight: 700;
}

.button {
  border: 2px solid transparent;
  padding: 0.75rem 1.15rem;
  transition:
    background-color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    translate 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.button:hover {
  translate: 0 -2px;
}

.button--light {
  background: var(--white);
  color: var(--brand-dark);
}

.button--light:hover {
  background: var(--sky);
}

.button--brand {
  background: var(--brand);
  color: var(--white);
}

.button--brand:hover {
  background: var(--brand-strong);
}

.text-link {
  min-height: 2.75rem;
  color: var(--brand-strong);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.35rem;
  transition:
    color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    text-decoration-color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.text-link:hover {
  color: var(--brand);
  text-decoration-color: currentColor;
}

.text-link--on-dark {
  color: var(--white);
}

.text-link--on-dark:hover {
  color: var(--sky);
}

.hero__facts {
  display: none;
  margin: clamp(1.75rem, 4vh, 3rem) 0 0;
  padding: 1rem 0 0;
  flex-wrap: wrap;
  gap: 0.5rem 1.75rem;
  border-top: 1px solid color-mix(in oklch, var(--white) 24%, transparent);
  color: var(--on-dark-muted);
  font-size: 0.95rem;
  font-weight: 600;
  list-style: none;
}

.hero__facts li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.hero__facts li::before {
  width: 0.45rem;
  height: 0.45rem;
  background: var(--sky);
  border-radius: 999px;
  content: "";
}

.hero__media {
  position: relative;
  min-height: 24rem;
  margin: 0;
  overflow: hidden;
}

.hero__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero__media figcaption {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  background: color-mix(in oklch, var(--brand-dark) 92%, transparent);
  color: var(--white);
  padding: 1rem 1.25rem;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.25rem 1.5rem;
  font-size: 0.95rem;
}

.hero__media figcaption span:last-child {
  color: var(--on-dark-muted);
}

.section {
  padding-block: var(--section-space);
}

.section-shell {
  width: calc(100% - 2.5rem);
  max-width: var(--page-width);
  margin-inline: auto;
}

.section--services,
.section--area {
  background: var(--surface);
}

.services-layout,
.about-layout,
.area-layout,
.contact-layout {
  display: grid;
  gap: clamp(3.5rem, 8vw, 7rem);
}

.services-intro > p,
.area-copy > p {
  max-width: 58ch;
  margin-top: 1.5rem;
  color: var(--ink-muted);
  font-size: 1.15rem;
}

.services-intro .text-link {
  margin-top: 1.5rem;
}

.service-list {
  border-bottom: 1px solid var(--line);
}

.service-row {
  display: grid;
  padding-block: 1.75rem;
  gap: 0.75rem 2rem;
  border-top: 1px solid var(--line);
}

.service-row h3 {
  font-size: clamp(1.9rem, 3vw, 2.5rem);
}

.service-row p {
  max-width: 52ch;
  color: var(--ink-muted);
}

.section-heading {
  margin-bottom: clamp(2.75rem, 6vw, 5rem);
}

.section-heading--split {
  display: grid;
  align-items: end;
  gap: 1.5rem 5rem;
}

.section-heading--split > p {
  max-width: 55ch;
  color: var(--ink-muted);
  font-size: 1.15rem;
}

.project-grid {
  display: grid;
  gap: 2.5rem 1rem;
}

.project {
  min-width: 0;
  margin: 0;
}

.project__image {
  overflow: hidden;
  background: var(--brand-soft);
  aspect-ratio: 4 / 3;
}

.project__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.project:hover .project__image img {
  scale: 1.025;
}

.project figcaption {
  display: grid;
  margin-top: 1rem;
  gap: 0.15rem;
}

.project figcaption strong {
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1.1;
}

.project figcaption span {
  color: var(--ink-muted);
  font-size: 0.95rem;
}

.archive-heading {
  display: grid;
  margin-top: clamp(4.5rem, 9vw, 8rem);
  padding-top: 2rem;
  gap: 0.75rem 3rem;
  border-top: 1px solid var(--line);
}

.archive-heading h3 {
  font-size: clamp(2.25rem, 4vw, 3.5rem);
}

.archive-heading p {
  max-width: 55ch;
  color: var(--ink-muted);
}

.archive-grid {
  margin-top: 2.5rem;
  -moz-columns: 1;
       columns: 1;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.archive-project {
  margin: 0 0 1.75rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.archive-project img {
  width: 100%;
  height: auto;
  background: var(--brand-soft);
  transition: scale 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.archive-project:hover img {
  scale: 1.015;
}

.archive-project figcaption {
  padding-top: 0.65rem;
  color: var(--ink-muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.section--about {
  background: var(--brand);
  color: var(--white);
}

.about-copy h2 {
  color: var(--white);
}

.about-copy > p {
  max-width: 60ch;
  margin-top: 1.75rem;
  color: oklch(0.94 0.02 245);
  font-size: 1.18rem;
}

.project-start {
  align-self: start;
  border-top: 1px solid color-mix(in oklch, var(--white) 38%, transparent);
}

.project-start h3 {
  padding-block: 1.5rem;
  color: var(--white);
}

.project-start ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-start li {
  display: grid;
  padding-block: 1.5rem;
  grid-template-columns: 2rem 1fr;
  gap: 1rem;
  border-top: 1px solid color-mix(in oklch, var(--white) 24%, transparent);
}

.project-start li > span {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid color-mix(in oklch, var(--white) 62%, transparent);
  border-radius: 999px;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 700;
}

.project-start strong {
  display: block;
  color: var(--white);
  font-size: 1.08rem;
}

.project-start p {
  margin-top: 0.35rem;
  color: oklch(0.92 0.025 245);
}

.area-copy .button {
  margin-top: 2rem;
}

.county-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
}

.county-list li {
  padding-block: 0.8rem;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
}

.contact-section {
  padding-block: var(--section-space);
  background: var(--brand-dark);
  color: var(--white);
}

.contact-section h2 {
  color: var(--white);
}

.contact-intro {
  max-width: 55ch;
  margin-top: 1.5rem;
  color: var(--on-dark-muted);
  font-size: 1.18rem;
}

.contact-details {
  display: grid;
  align-self: start;
  border-top: 1px solid color-mix(in oklch, var(--white) 24%, transparent);
  font-style: normal;
}

.contact-details > a {
  display: grid;
  min-width: 0;
  padding-block: 1.4rem;
  align-items: center;
  grid-template-columns: 2.75rem minmax(0, 1fr) auto;
  gap: 0.9rem;
  border-bottom: 1px solid color-mix(in oklch, var(--white) 24%, transparent);
  transition:
    background-color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    padding-inline 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-details > a:hover {
  background: color-mix(in oklch, var(--white) 7%, transparent);
  padding-inline: 0.75rem;
}

.contact-details__icon {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  background: var(--white);
  color: var(--brand-dark);
}

.contact-details small,
.contact-hours small {
  display: block;
  color: var(--on-dark-muted);
  font-size: 0.9rem;
}

.contact-details strong,
.contact-hours strong {
  display: block;
  overflow-wrap: anywhere;
  color: var(--white);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.contact-hours {
  padding-block: 1.4rem;
}

.site-footer {
  padding-block: 3.5rem;
  background: var(--white);
  border-top: 1px solid var(--line);
}

.site-footer__inner {
  display: grid;
  gap: 2.5rem;
}

.site-footer img {
  width: 11rem;
  height: auto;
}

.site-footer p {
  max-width: 45ch;
  margin-top: 0.75rem;
  color: var(--ink-muted);
}

.site-footer__links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.75rem;
  font-weight: 600;
}

.site-footer__copyright {
  align-self: end;
  font-size: 0.92rem;
}

.mobile-contact-bar {
  position: fixed;
  inset: auto 0 0;
  z-index: var(--z-mobile-bar);
  display: grid;
  min-height: calc(4rem + env(safe-area-inset-bottom));
  padding: 0.5rem 0.75rem calc(0.5rem + env(safe-area-inset-bottom));
  background: var(--white);
  border-top: 1px solid var(--line);
  grid-template-columns: 1.35fr 1fr;
  gap: 0.5rem;
}

.mobile-contact-bar a {
  display: flex;
  min-width: 0;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--brand);
  color: var(--white);
  font-weight: 700;
}

.mobile-contact-bar a:last-child {
  background: var(--brand-dark);
}

@media (min-width: 48rem) {
  body {
    padding-bottom: 0;
  }

  .hero__actions .button {
    display: inline-flex;
  }

  .hero__facts {
    display: flex;
  }

  .header-call {
    display: inline-flex;
    margin-left: auto;
  }

  .project-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .project {
    grid-column: span 4;
  }

  .project--feature {
    grid-column: span 7;
  }

  .project--tall {
    grid-column: span 5;
  }

  .project--wide {
    grid-column: span 8;
  }

  .project--tall .project__image {
    aspect-ratio: 4 / 5;
  }

  .project--wide .project__image {
    aspect-ratio: 16 / 9;
  }

  .archive-heading {
    grid-template-columns: minmax(0, 0.8fr) minmax(20rem, 1fr);
    align-items: end;
  }

  .archive-grid {
    -moz-columns: 2;
         columns: 2;
  }

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

  .site-footer__inner {
    grid-template-columns: 1.25fr 0.75fr;
  }

  .site-footer__copyright {
    grid-column: 1 / -1;
  }

  .mobile-contact-bar {
    display: none;
  }
}

@media (min-width: 52rem) {
  .services-layout,
  .about-layout,
  .area-layout,
  .contact-layout {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  }

  .service-row {
    grid-template-columns: minmax(12rem, 0.8fr) minmax(0, 1.2fr);
  }

  .section-heading--split {
    grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 0.7fr);
    justify-content: space-between;
  }
}

@media (min-width: 60rem) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(32rem, 1.05fr);
  }

  .hero__content {
    padding-left: max(2.5rem, calc((100vw - var(--page-width)) / 2));
    padding-right: clamp(2.5rem, 5vw, 5rem);
  }

  .hero__media {
    min-height: min(42rem, calc(100svh - var(--header-height)));
  }
}

@media (min-width: 64rem) {
  .desktop-nav {
    display: flex;
    margin-left: auto;
  }

  .header-call {
    margin-left: 0;
  }

  .menu-toggle,
  .mobile-nav {
    display: none;
  }

  .archive-grid {
    -moz-columns: 3;
         columns: 3;
  }

  .site-footer__inner {
    grid-template-columns: 1.25fr 0.75fr auto;
  }

  .site-footer__copyright {
    grid-column: auto;
  }
}

@media (max-width: 30rem) {
  .hero__actions {
    width: 100%;
  }

  .county-list {
    grid-template-columns: 1fr;
  }

  .contact-details > a {
    grid-template-columns: 2.5rem minmax(0, 1fr);
  }

  .contact-details > a > svg {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
