:root {
  --ink: #2d3032;
  --muted: #697277;
  --line: #d9dcdb;
  --paper: #ffffff;
  --soft: #f2f3f2;
  --deep: #242726;
  --teal: #54b8bb;
  --teal-dark: #2e8588;
  --shadow: 0 18px 45px rgba(34, 36, 35, 0.12);
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  overflow-x: hidden;
}

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

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

p {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
}

h1 {
  font-size: clamp(2.2rem, 5vw, 4.8rem);
}

h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

h3 {
  font-size: 1.3rem;
}

.sr-only,
.hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  min-height: 104px;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: flex;
  gap: 0.85rem;
  min-width: 0;
}

.brand-mark {
  height: 64px;
  width: 64px;
  object-fit: contain;
}

.brand-wordmark {
  height: 42px;
  max-width: min(290px, 44vw);
  object-fit: contain;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: clamp(1rem, 2.4vw, 2rem);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.98rem;
}

.site-nav a {
  color: var(--ink);
  padding: 0.5rem 0;
}

.site-nav a[aria-current="page"],
.site-nav a:hover {
  color: var(--teal-dark);
}

.menu-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line);
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.menu-toggle span:not(.sr-only) {
  background: var(--ink);
  height: 2px;
  width: 21px;
}

.hero {
  background: var(--soft);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  min-height: 650px;
}

.hero-media {
  min-height: 650px;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-content {
  align-self: center;
  padding: clamp(2rem, 6vw, 5rem);
}

.hero-content p {
  margin-top: 1.25rem;
  max-width: 610px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  justify-content: center;
  min-height: 46px;
  padding: 0.8rem 1.25rem;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button-primary {
  background: var(--teal);
  color: #ffffff;
}

.button-primary:hover {
  background: var(--teal-dark);
}

.button-secondary {
  background: transparent;
  border-color: var(--ink);
  color: var(--ink);
}

.button-secondary:hover {
  border-color: var(--teal-dark);
  color: var(--teal-dark);
}

.button-small {
  background: var(--teal);
  color: #ffffff;
  min-height: 40px;
  padding: 0.65rem 1rem;
}

.section {
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 2rem);
}

.intro {
  text-align: center;
}

.intro h2,
.intro p {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.intro p {
  margin-top: 1rem;
}

.section-kicker {
  color: var(--teal-dark);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.text-link {
  color: var(--teal-dark);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.product-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.product-card {
  background: var(--paper);
  box-shadow: var(--shadow);
  min-width: 0;
}

.product-card img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.product-card h3,
.product-card h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 1.2rem;
}

.product-card-body {
  min-height: 230px;
  padding: 0 1.2rem 1.3rem;
}

.product-card-body h2 {
  padding: 0 0 0.8rem;
}

.product-card-body p {
  min-height: 84px;
}

.product-card-body .button {
  margin-top: 1rem;
}

.split-section {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
}

.split-section p {
  margin: 1rem 0 1.8rem;
}

.split-section img,
.story-section img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.page-hero {
  background: var(--soft);
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 2rem);
  text-align: center;
}

.page-hero h1,
.page-hero p {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}

.page-hero p {
  margin-top: 1rem;
}

.page-hero .button {
  margin-top: 1.8rem;
}

.process-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-grid article {
  border-top: 2px solid var(--ink);
  padding-top: 1.25rem;
}

.process-grid span {
  color: var(--teal-dark);
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}

.process-grid p {
  margin-top: 0.75rem;
}

.story-section {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
}

.story-section p {
  margin-top: 1rem;
}

.story-section .button {
  margin-top: 1.8rem;
}

.contact-layout {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
}

.contact-form {
  background: var(--soft);
  display: grid;
  gap: 1rem;
  padding: clamp(1.2rem, 4vw, 2rem);
}

.contact-form label {
  color: var(--ink);
  display: grid;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  gap: 0.5rem;
}

.contact-form input,
.contact-form textarea {
  background: #ffffff;
  border: 1px solid #b8bdbc;
  color: var(--ink);
  font: inherit;
  min-height: 46px;
  padding: 0.8rem;
  width: 100%;
}

.contact-form textarea {
  resize: vertical;
}

.contact-details {
  border-top: 3px solid var(--teal);
  padding-top: 1.5rem;
}

.contact-details dl {
  display: grid;
  gap: 1.2rem;
  margin: 1.5rem 0 2rem;
}

.contact-details dt {
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.contact-details dd {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
  margin: 0;
}

.contact-details a {
  color: var(--teal-dark);
}

.site-footer {
  background: var(--deep);
  color: #ffffff;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.2fr 1fr 1fr;
  padding: clamp(3rem, 7vw, 5rem) clamp(1rem, 4vw, 4rem) 2rem;
}

.site-footer h2,
.site-footer h3,
.site-footer p,
.site-footer a {
  color: #ffffff;
}

.site-footer h2,
.site-footer h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer p {
  margin-top: 0.8rem;
  opacity: 0.84;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  grid-column: 1 / -1;
  padding-top: 1.5rem;
}

.footer-bottom p {
  font-size: 0.9rem;
  margin: 0;
}

@media (max-width: 900px) {
  .site-header {
    min-height: 86px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    background: #ffffff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 0.8rem 1rem 1.2rem;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    border-bottom: 1px solid var(--line);
    padding: 0.9rem 0;
    width: 100%;
  }

  .hero,
  .split-section,
  .story-section,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-media {
    min-height: 310px;
    order: 2;
  }

  .hero-content {
    order: 1;
  }

  .product-grid,
  .product-grid-full,
  .process-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header {
    gap: 1rem;
    padding: 0.8rem 1rem;
  }

  .brand-mark {
    height: 52px;
    width: 52px;
  }

  .brand-wordmark {
    height: 32px;
    max-width: 190px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .product-card-body {
    min-height: 0;
  }

  .product-card-body p {
    min-height: 0;
  }
}
