:root {
  --ink: #1e2a22;
  --forest: #10281d;
  --forest-deep: #0b1c14;
  --green: #7cb518;
  --green-dark: #456f13;
  --green-soft: #e7efd6;
  --mist: #f1f6e9;
  --warm-white: #fbfcf8;
  --grey: #6b756b;
  --line: #dfe6da;
  --white: #ffffff;
  --serif: Cambria, Georgia, "Times New Roman", serif;
  --sans: Helvetica, Arial, sans-serif;
  --shadow-sm: 0 12px 32px rgba(30, 42, 34, 0.08);
  --shadow-lg: 0 28px 70px rgba(5, 20, 12, 0.22);
  --radius: 1.25rem;
  --radius-lg: 2rem;
  --container: 76rem;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--warm-white);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

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

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

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

h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

h1 {
  max-width: 12ch;
  margin-bottom: 1.5rem;
  font-size: clamp(3.15rem, 6vw, 6.3rem);
}

h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.4rem, 4vw, 4.7rem);
}

h3 {
  margin-bottom: 0.85rem;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.2;
}

.container {
  width: min(calc(100% - 2.5rem), var(--container));
  margin-inline: auto;
}

.section {
  padding-block: clamp(5rem, 9vw, 8.5rem);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  color: var(--forest-deep);
  background: var(--green);
  border-radius: 0.4rem;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

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

.eyebrow {
  margin-bottom: 1rem;
  color: var(--green-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow.light {
  color: var(--green);
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  color: var(--white);
  background: rgba(11, 28, 20, 0.74);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(11, 28, 20, 0.96);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.16);
}

.header-inner {
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: inline-grid;
  gap: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-name {
  font-family: var(--serif);
  font-size: 1.28rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.brand-detail {
  margin-top: 0.28rem;
  color: var(--green);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.34em;
  line-height: 1;
}

.nav-list {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: clamp(1.1rem, 2.3vw, 2.4rem);
  list-style: none;
}

.nav-list a {
  position: relative;
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-list a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: 0.45rem;
  left: 0;
  height: 2px;
  background: var(--green);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.nav-list a:hover::after,
.nav-list a:focus-visible::after {
  transform: scaleX(1);
}

.nav-cta {
  padding: 0.2rem 1.1rem;
  color: var(--forest-deep);
  background: var(--green);
  border-radius: 999px;
}

.nav-cta:hover {
  background: #8ac826;
}

.nav-toggle {
  display: none;
}

.hero {
  overflow: hidden;
  min-height: 100svh;
  padding-top: clamp(8.5rem, 13vw, 11rem);
  color: var(--white);
  background:
    radial-gradient(circle at 78% 26%, rgba(124, 181, 24, 0.15), transparent 30%),
    var(--forest-deep);
}

.hero-grid {
  display: grid;
  min-height: min(42rem, 70vh);
  align-items: center;
  grid-template-columns: minmax(0, 1.02fr) minmax(22rem, 0.98fr);
  gap: clamp(3rem, 7vw, 7rem);
}

.hero-lede {
  max-width: 39rem;
  margin-bottom: 2.25rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.button {
  display: inline-flex;
  min-height: 3.4rem;
  padding: 0.75rem 1.4rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--forest-deep);
  background: var(--green);
}

.button-primary:hover {
  background: #8ac826;
}

.button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.36);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.7);
}

.hero-visual {
  position: relative;
  padding: 0 0 3.25rem 1rem;
}

.hero-visual::before {
  position: absolute;
  z-index: 0;
  top: -2rem;
  right: -3rem;
  width: 11rem;
  height: 11rem;
  border: 1px solid rgba(124, 181, 24, 0.28);
  border-radius: 50%;
  content: "";
}

.hero-image-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 0.93;
  background: #27382d;
  border-radius: 12rem 1rem 1rem 1rem;
  box-shadow: var(--shadow-lg);
}

.hero-image-wrap::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(4, 14, 9, 0.5));
  content: "";
}

.hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}

.image-note {
  position: absolute;
  z-index: 2;
  right: -1.5rem;
  bottom: 0;
  width: min(22rem, 82%);
  margin: 0;
  padding: 1.35rem 1.5rem;
  color: rgba(255, 255, 255, 0.72);
  background: var(--forest);
  border-left: 4px solid var(--green);
  box-shadow: var(--shadow-lg);
  font-size: 0.88rem;
}

.image-note span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.delivery-strip {
  display: grid;
  margin-top: clamp(3rem, 6vw, 5.5rem);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  grid-template-columns: repeat(3, 1fr);
}

.delivery-strip a {
  display: grid;
  padding: 1.8rem clamp(0.8rem, 2.3vw, 2rem) 2rem;
  color: var(--white);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  text-decoration: none;
  transition: background-color 160ms ease;
}

.delivery-strip a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.delivery-strip a:hover {
  background: rgba(255, 255, 255, 0.05);
}

.delivery-strip span {
  margin-bottom: 1.2rem;
  color: var(--green);
  font-family: var(--serif);
  font-size: 0.9rem;
}

.delivery-strip strong {
  margin-bottom: 0.1rem;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
}

.delivery-strip small {
  color: rgba(255, 255, 255, 0.6);
}

.about {
  background: var(--warm-white);
}

.about-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 8vw, 8rem);
}

.about-grid h2 {
  max-width: 10.5ch;
}

.about-copy {
  padding-top: 2.2rem;
}

.about-copy p {
  max-width: 40rem;
  color: var(--grey);
}

.about-copy .lead {
  color: var(--ink);
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  line-height: 1.45;
}

.principle-grid {
  display: grid;
  margin-top: clamp(3rem, 6vw, 5.5rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
}

.principle-grid article {
  min-height: 16rem;
  padding: 2rem clamp(1rem, 2.8vw, 2.5rem) 2.5rem;
  border-right: 1px solid var(--line);
}

.principle-grid article:first-child {
  padding-left: 0;
}

.principle-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.principle-number {
  display: block;
  margin-bottom: 3rem;
  color: var(--green-dark);
  font-family: var(--serif);
}

.principle-grid h3 {
  font-size: 1.25rem;
}

.principle-grid p {
  margin-bottom: 0;
  color: var(--grey);
  font-size: 0.94rem;
}

.location-panel {
  display: grid;
  margin-top: 3.5rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  background: var(--mist);
  border-radius: var(--radius);
  grid-template-columns: auto 0.8fr 1.2fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
}

.location-mark {
  display: grid;
  width: 4.5rem;
  height: 4.5rem;
  place-items: center;
  background: var(--green);
  border-radius: 50%;
}

.location-mark svg {
  width: 1.8rem;
  fill: none;
  stroke: var(--white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.location-panel .eyebrow,
.location-panel h3,
.location-panel p {
  margin-bottom: 0;
}

.location-panel .eyebrow {
  margin-bottom: 0.5rem;
}

.location-panel p {
  color: var(--grey);
}

.leadership-block {
  margin-top: clamp(5rem, 9vw, 8rem);
}

.leadership-heading {
  display: grid;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  align-items: end;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(2rem, 7vw, 7rem);
}

.leadership-heading h2 {
  max-width: 10ch;
  margin-bottom: 0;
}

.leadership-heading > p {
  max-width: 36rem;
  margin-bottom: 0.6rem;
  color: var(--grey);
  font-size: 1.08rem;
}

.leader-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.leader-card {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 34rem;
  padding: clamp(2rem, 3vw, 3rem);
  align-items: start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 1px 0 rgba(30, 42, 34, 0.04);
  grid-template-columns: 8.75rem minmax(0, 1fr);
  gap: clamp(1.5rem, 2.5vw, 2.25rem);
}

.leader-card::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 0.35rem;
  background: var(--green);
  content: "";
}

.leader-card:nth-child(2) {
  background: var(--mist);
}

.leader-portrait {
  overflow: hidden;
  width: 8.75rem;
  height: 8.75rem;
  margin: 0;
  background: #dfe5da;
  border: 0.35rem solid var(--green-soft);
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(30, 42, 34, 0.12);
}

.leader-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transition: transform 500ms ease;
}

.leader-card:nth-child(2) .leader-portrait img {
  object-position: center 45%;
  transform: scale(1.08);
}

.leader-card:hover .leader-portrait img {
  transform: scale(1.025);
}

.leader-card:nth-child(2):hover .leader-portrait img {
  transform: scale(1.105);
}

.leader-card-body {
  min-width: 0;
}

.leader-card-top {
  display: grid;
  margin-bottom: 2rem;
  align-items: start;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.profile-role {
  margin-bottom: 0.65rem;
  color: var(--green-dark);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.leader-card h3 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 3.2vw, 3.5rem);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.profile-experience {
  display: grid;
  width: auto;
  margin: 0;
  align-items: center;
  color: var(--grey);
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  line-height: 1.2;
}

.profile-experience strong {
  color: var(--green-dark);
  font-family: var(--serif);
  font-size: 2.35rem;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.profile-experience span {
  max-width: 7rem;
  font-size: 0.72rem;
}

.leader-card .profile-remit {
  max-width: 31rem;
  margin-bottom: 1.5rem;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.45;
}

.leader-card-body > p:not(.profile-remit) {
  max-width: 36rem;
  color: var(--grey);
}

.leader-card-body > p:last-child {
  margin-bottom: 0;
}

.services {
  background: #f5f7f0;
}

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

.section-heading h2 {
  max-width: 12ch;
}

.section-heading > p:last-child {
  max-width: 38rem;
  color: var(--grey);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.service-card {
  display: flex;
  min-height: 28rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  flex-direction: column;
  background: var(--white);
  border: 1px solid #e6eadf;
  border-radius: var(--radius);
  box-shadow: 0 1px 0 rgba(30, 42, 34, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-sm);
}

.service-card-top {
  display: flex;
  margin-bottom: auto;
  align-items: flex-start;
  justify-content: space-between;
}

.service-number {
  color: #cad3c5;
  font-family: var(--serif);
  font-size: 1.1rem;
}

.service-icon {
  display: grid;
  width: 4.5rem;
  height: 4.5rem;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
}

.service-icon svg {
  width: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.service-card h3 {
  max-width: 12ch;
  margin-top: 3.5rem;
}

.service-card p {
  color: var(--grey);
}

.service-card > a {
  margin-top: 1rem;
  color: var(--green-dark);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.service-card > a span {
  display: inline-block;
  margin-left: 0.2rem;
  transition: transform 160ms ease;
}

.service-card > a:hover span {
  transform: translateX(4px);
}

.capability-panel {
  display: grid;
  overflow: hidden;
  margin-top: 1rem;
  color: var(--white);
  background: var(--forest);
  border-radius: var(--radius);
  grid-template-columns: 0.92fr 1.08fr;
}

.capability-intro {
  padding: clamp(2rem, 5vw, 4.5rem);
  background: radial-gradient(circle at 0 100%, rgba(124, 181, 24, 0.16), transparent 44%);
}

.capability-intro h3 {
  max-width: 13ch;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 400;
}

.capability-intro > p:not(.eyebrow) {
  max-width: 30rem;
  color: rgba(255, 255, 255, 0.65);
}

.benefit-list {
  display: flex;
  margin-top: 2.5rem;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.benefit-list span {
  padding: 0.4rem 0.7rem;
  color: var(--green-soft);
  border: 1px solid rgba(231, 239, 214, 0.25);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}

.check-list {
  display: grid;
  margin: 0;
  padding: clamp(2rem, 5vw, 4.5rem);
  align-content: center;
  color: var(--ink);
  background: var(--mist);
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem 2rem;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.check-list li::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: var(--green);
  border-radius: 50%;
  color: var(--white);
  content: "✓";
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.1rem;
  text-align: center;
}

.experience {
  color: var(--white);
  background: var(--forest-deep);
}

.section-heading-light h2 {
  max-width: 13ch;
}

.section-heading-light > p:last-child {
  color: rgba(255, 255, 255, 0.58);
}

.work-grid {
  display: grid;
  gap: 1.25rem;
}

.work-card {
  display: grid;
  overflow: hidden;
  min-height: 34rem;
  color: var(--ink);
  background: var(--white);
  border-radius: var(--radius);
  grid-template-columns: minmax(16rem, 0.72fr) 1.28fr;
}

.work-copy {
  display: flex;
  padding: clamp(2rem, 4.5vw, 4rem);
  flex-direction: column;
  justify-content: center;
}

.work-index {
  margin-bottom: 2.2rem;
  color: var(--green-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.work-copy h3 {
  max-width: 12ch;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.6vw, 3.8rem);
  font-weight: 400;
  letter-spacing: -0.03em;
}

.work-copy > p:last-child {
  max-width: 31rem;
  color: var(--grey);
}

.work-gallery {
  display: grid;
  min-height: 34rem;
  background: #d9ded6;
}

.work-gallery figure {
  overflow: hidden;
  margin: 0;
}

.work-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.work-card:hover .work-gallery img {
  transform: scale(1.025);
}

.two-up {
  grid-template-columns: 1.1fr 0.9fr;
}

.two-up figure:last-child img {
  object-position: center top;
}

.installation-gallery {
  grid-template-columns: 1.25fr 0.75fr;
}

.installation-gallery .wide-photo img {
  object-position: 58% center;
}

.products {
  background: var(--warm-white);
}

.products-heading {
  display: grid;
  align-items: end;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
}

.products-heading > p {
  max-width: 34rem;
  padding-bottom: 0.6rem;
}

.featured-product {
  display: grid;
  overflow: hidden;
  color: var(--white);
  background: var(--forest);
  border-radius: var(--radius-lg);
  grid-template-columns: minmax(20rem, 0.9fr) minmax(22rem, 1.1fr);
}

.product-image-stage {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 40rem;
  padding: 3rem;
  place-items: end center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 45%), #e7ebdf;
}

.product-image-stage::before {
  position: absolute;
  width: 25rem;
  height: 25rem;
  border: 1px solid rgba(16, 40, 29, 0.14);
  border-radius: 50%;
  content: "";
}

.product-image-stage img {
  position: relative;
  z-index: 1;
  width: min(20rem, 82%);
  max-height: 34rem;
  object-fit: contain;
}

.product-tag {
  position: absolute;
  z-index: 2;
  top: 2rem;
  left: 2rem;
  padding: 0.4rem 0.7rem;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 40, 29, 0.1);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-copy {
  display: flex;
  padding: clamp(2.5rem, 6vw, 6rem);
  flex-direction: column;
  justify-content: center;
}

.product-copy h3 {
  max-width: 11ch;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4.2vw, 4.3rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.product-copy > p:not(.eyebrow) {
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.66);
}

.feature-list {
  display: grid;
  margin: 1.5rem 0 2rem;
  padding: 0;
  gap: 0.8rem;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 2rem;
  font-weight: 700;
}

.feature-list li::before {
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: var(--green);
  border-radius: 50%;
  color: var(--forest-deep);
  content: "✓";
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.2rem;
  text-align: center;
}

.text-link {
  align-self: flex-start;
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.text-link span {
  display: inline-block;
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.product-detail-grid {
  display: grid;
  margin-top: 1rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.product-detail-grid figure {
  margin: 0;
}

.detail-image {
  display: grid;
  overflow: hidden;
  min-height: 25rem;
  place-items: end center;
  background: #f0f2eb;
  border-radius: var(--radius);
}

.detail-image img {
  width: min(14rem, 75%);
  max-height: 22rem;
  object-fit: contain;
}

.product-detail-grid figure:nth-child(2) .detail-image img {
  width: min(16rem, 84%);
}

.product-detail-grid figcaption {
  padding: 1rem 0.2rem 0;
  color: var(--grey);
  font-size: 0.9rem;
}

.portfolio-block {
  display: grid;
  margin-top: clamp(4rem, 8vw, 7rem);
  padding: clamp(2.2rem, 5vw, 4.5rem);
  color: var(--white);
  background: var(--forest-deep);
  border-radius: var(--radius);
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(2.5rem, 6vw, 6rem);
}

.portfolio-heading h3 {
  max-width: 12ch;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 400;
}

.product-list {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.product-list > div {
  display: grid;
  padding: 1.05rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1rem;
}

.product-list dt {
  font-weight: 800;
}

.product-list dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
}

.blower-feature {
  display: grid;
  overflow: hidden;
  margin-top: 1rem;
  background: var(--mist);
  border-radius: var(--radius);
  grid-template-columns: 1.08fr 0.92fr;
}

.blower-copy {
  display: flex;
  padding: clamp(2rem, 5vw, 5rem);
  flex-direction: column;
  justify-content: center;
}

.blower-copy h3 {
  max-width: 14ch;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  font-weight: 400;
  letter-spacing: -0.03em;
}

.blower-copy > p:not(.eyebrow) {
  max-width: 34rem;
  color: var(--grey);
}

.compact-specs {
  display: flex;
  margin: 1.5rem 0 0;
  flex-wrap: wrap;
  gap: 1rem;
}

.compact-specs > div {
  min-width: 10rem;
  padding-top: 1rem;
  border-top: 1px solid #cdd6c5;
}

.compact-specs dt {
  color: var(--grey);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.compact-specs dd {
  margin: 0.2rem 0 0;
  font-weight: 800;
}

.blower-image {
  display: grid;
  min-height: 38rem;
  padding: 2rem 2rem 0;
  place-items: end center;
  background: #e3e8dd;
}

.blower-image img {
  width: min(23rem, 90%);
  max-height: 35rem;
  object-fit: contain;
}

.direction-note {
  display: grid;
  margin-top: 1rem;
  padding: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
  background: var(--green-soft);
  border-radius: var(--radius);
  grid-template-columns: 0.55fr 1.45fr;
  gap: 3rem;
}

.direction-note .eyebrow,
.direction-note > p:last-child {
  margin-bottom: 0;
}

.direction-note > p:last-child {
  max-width: 47rem;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.6vw, 2.35rem);
  line-height: 1.35;
}

.contact {
  padding-block: clamp(5.5rem, 10vw, 9rem);
  color: var(--white);
  background: radial-gradient(circle at 10% 100%, rgba(124, 181, 24, 0.13), transparent 30%), var(--forest);
}

.contact-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(4rem, 9vw, 9rem);
}

.contact-intro h2 {
  max-width: 11ch;
}

.contact-intro > p:last-child {
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.63);
  font-size: 1.05rem;
}

.contact-details {
  display: grid;
  font-style: normal;
}

.contact-details > a,
.contact-details > div {
  display: grid;
  padding: 1.45rem 0;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  grid-template-columns: auto 1fr;
  gap: 1rem;
  text-decoration: none;
}

.contact-details > a:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-details > a:hover .contact-icon {
  color: var(--forest-deep);
  background: var(--green);
}

.contact-icon {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  color: var(--green);
  border: 1px solid rgba(124, 181, 24, 0.4);
  border-radius: 50%;
  transition: color 160ms ease, background-color 160ms ease;
}

.contact-icon svg {
  width: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.contact-details small {
  display: block;
  margin-bottom: 0.15rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer {
  padding-top: 3.5rem;
  color: var(--white);
  background: var(--forest-deep);
}

.footer-grid {
  display: grid;
  padding-bottom: 3rem;
  align-items: start;
  grid-template-columns: 0.55fr 0.7fr 1.35fr;
  gap: 2rem;
}

.footer-grid > p {
  max-width: 15rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.85rem;
}

.footer-grid nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem 1.7rem;
}

.footer-grid nav a,
.footer-bottom a {
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.footer-grid nav a:hover,
.footer-bottom a:hover {
  color: var(--green);
}

.footer-bottom {
  display: flex;
  padding-block: 1.4rem;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.43);
  font-size: 0.75rem;
}

.error-page {
  display: grid;
  min-height: 100svh;
  padding-block: 4rem;
  place-items: center;
  color: var(--white);
  background: var(--forest-deep);
}

.error-page h1 {
  max-width: 12ch;
}

.error-page p:not(.eyebrow) {
  max-width: 32rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.66);
}

@media (max-width: 62rem) {
  .hero-grid {
    grid-template-columns: 1fr 0.9fr;
    gap: 2.5rem;
  }

  .hero-image-wrap {
    aspect-ratio: 0.82;
  }

  .about-grid {
    gap: 3rem;
  }

  .leader-grid {
    grid-template-columns: 1fr;
  }

  .location-panel {
    grid-template-columns: auto 1fr;
  }

  .location-panel > p {
    grid-column: 2;
  }

  .service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-card:last-child {
    grid-column: 1 / -1;
    min-height: 22rem;
  }

  .capability-panel,
  .work-card,
  .portfolio-block {
    grid-template-columns: 1fr;
  }

  .work-copy {
    min-height: 23rem;
  }

  .featured-product {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .product-image-stage {
    min-height: 34rem;
  }

  .detail-image {
    min-height: 20rem;
  }

  .detail-image img {
    max-height: 18rem;
  }

  .portfolio-block {
    gap: 2rem;
  }
}

@media (max-width: 48rem) {
  html {
    scroll-padding-top: 4.6rem;
  }

  .header-inner {
    min-height: 4.5rem;
  }

  .js .nav-toggle {
    position: relative;
    z-index: 102;
    display: grid;
    width: 2.8rem;
    height: 2.8rem;
    padding: 0;
    place-content: center;
    gap: 0.42rem;
    color: var(--white);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
  }

  .nav-toggle span {
    width: 1.1rem;
    height: 2px;
    background: currentColor;
    transition: transform 160ms ease;
  }

  .nav-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .js .nav-list {
    position: fixed;
    z-index: 101;
    inset: 0;
    display: flex;
    padding: 7rem 1.5rem 2rem;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    background: var(--forest-deep);
    opacity: 0;
    transform: translateY(-1rem);
    visibility: hidden;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .js .nav-list[data-open="true"] {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }

  .nav-list a {
    min-height: auto;
    padding: 0.8rem 0;
    font-family: var(--serif);
    font-size: clamp(2rem, 8vw, 3.3rem);
    font-weight: 400;
    letter-spacing: -0.03em;
  }

  .nav-list a:not(.nav-cta)::after {
    display: none;
  }

  .nav-list .nav-cta {
    display: flex;
    min-height: 3.3rem;
    margin-top: 1.2rem;
    padding: 0.65rem 1rem;
    justify-content: center;
    font-family: var(--sans);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0;
  }

  .hero {
    padding-top: 8rem;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .hero-copy {
    position: relative;
    z-index: 2;
  }

  .hero-image-wrap {
    aspect-ratio: 1.05;
    border-radius: 7rem 1rem 1rem 1rem;
  }

  .hero-visual {
    width: min(100%, 35rem);
    margin-left: auto;
  }

  .image-note {
    right: 0;
  }

  .delivery-strip {
    margin-top: 4rem;
    grid-template-columns: 1fr;
  }

  .delivery-strip a,
  .delivery-strip a:first-child {
    display: grid;
    padding: 1.3rem 0.6rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
    grid-template-columns: 2.5rem 1fr;
  }

  .delivery-strip span {
    margin: 0;
    grid-row: 1 / span 2;
  }

  .delivery-strip small {
    grid-column: 2;
  }

  .about-grid,
  .leadership-heading,
  .products-heading,
  .featured-product,
  .blower-feature,
  .contact-grid,
  .direction-note,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .leader-grid {
    grid-template-columns: 1fr;
  }

  .leader-card {
    min-height: 0;
  }

  .about-copy {
    padding-top: 0;
  }

  .leader-card {
    grid-template-columns: 7.5rem minmax(0, 1fr);
  }

  .leader-portrait {
    width: 7.5rem;
    height: 7.5rem;
  }

  .principle-grid {
    grid-template-columns: 1fr;
  }

  .principle-grid article,
  .principle-grid article:first-child,
  .principle-grid article:last-child {
    min-height: 0;
    padding: 2rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .principle-grid article:last-child {
    border-bottom: 0;
  }

  .principle-number {
    margin-bottom: 1.5rem;
  }

  .location-panel {
    grid-template-columns: 1fr;
  }

  .location-panel > p {
    grid-column: 1;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card:last-child {
    min-height: 24rem;
    grid-column: auto;
  }

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

  .work-copy {
    min-height: 0;
  }

  .two-up,
  .installation-gallery {
    min-height: 28rem;
    grid-template-columns: 1fr 0.72fr;
  }

  .featured-product {
    border-radius: var(--radius);
  }

  .product-image-stage {
    min-height: 33rem;
    grid-row: 2;
  }

  .product-copy {
    grid-row: 1;
  }

  .product-detail-grid {
    overflow-x: auto;
    padding-bottom: 1rem;
    grid-template-columns: repeat(3, minmax(15rem, 1fr));
    scroll-snap-type: x proximity;
  }

  .product-detail-grid figure {
    scroll-snap-align: start;
  }

  .product-list > div {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }

  .blower-image {
    min-height: 31rem;
  }

  .direction-note {
    gap: 0.7rem;
  }

  .contact-grid {
    gap: 2.8rem;
  }

  .contact-details > a,
  .contact-details > div {
    word-break: break-word;
  }

  .footer-grid {
    gap: 1rem;
  }

  .footer-grid nav {
    margin-top: 1rem;
    justify-content: flex-start;
  }
}

@media (max-width: 32rem) {
  .container {
    width: min(calc(100% - 1.5rem), var(--container));
  }

  .button-row,
  .button {
    width: 100%;
  }

  .hero-visual {
    padding-left: 0;
  }

  .hero-image-wrap {
    border-radius: 5rem 0.8rem 0.8rem 0.8rem;
  }

  .image-note {
    width: calc(100% - 1rem);
  }

  .location-mark,
  .service-icon {
    width: 3.8rem;
    height: 3.8rem;
  }

  .leader-card {
    padding: 1.6rem;
    grid-template-columns: 1fr;
  }

  .leader-portrait {
    width: 7.25rem;
    height: 7.25rem;
  }

  .capability-intro,
  .check-list,
  .work-copy,
  .product-copy,
  .portfolio-block,
  .blower-copy {
    padding: 1.6rem;
  }

  .two-up,
  .installation-gallery {
    grid-template-columns: 1fr;
  }

  .two-up figure:last-child,
  .installation-gallery .detail-photo {
    display: none;
  }

  .product-image-stage {
    min-height: 28rem;
    padding: 2rem;
  }

  .product-tag {
    top: 1rem;
    left: 1rem;
  }

  .compact-specs {
    display: grid;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }
}

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

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