/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
}
:root {
  --vireo-green: #98c619;
  --vireo-green-dark: #739e0a;
  --vireo-blue: #0074b2;
  --vireo-aqua: #00a0af;
  --ink: #12313f;
  --ink-deep: #092631;
  --paper: #f7f8f2;
  --mist: #edf4ef;
  --line: #d9e2dc;
  --white: #ffffff;
  --shell: min(1180px, calc(100% - 48px));
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-geist), "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body,
a,
button,
summary {
  color: inherit;
}
a {
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  letter-spacing: -0.035em;
  line-height: 1.05;
}
h1 {
  font-size: clamp(2.65rem, 5.6vw, 5.15rem);
  font-weight: 650;
}
h2 {
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  font-weight: 620;
}
h3 {
  font-size: 1.55rem;
}
.shell {
  width: var(--shell);
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-200%);
  border-radius: 4px;
  background: var(--ink-deep);
  color: white;
  padding: 10px 16px;
}
.skip-link:focus {
  transform: translateY(0);
}
.eyebrow {
  margin-bottom: 16px;
  color: var(--vireo-blue);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow.light {
  color: white;
}
.top-line {
  position: relative;
  z-index: 40;
  background: #9acc1e;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.76rem;
  letter-spacing: 0.02em;
}
.top-line-inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.top-line a {
  color: white;
  font-weight: 650;
}
.top-line a:hover,
.top-line a:focus-visible {
  color: var(--vireo-blue);
}
.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid rgba(18, 49, 63, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 30px rgba(18, 49, 63, 0.06);
  backdrop-filter: blur(14px);
}
.header-inner {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.brand {
  width: 180px;
  flex: 0 0 auto;
}
.brand img {
  width: 100%;
  height: auto;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 40px);
  color: #294553;
  font-size: 0.91rem;
  font-weight: 630;
}
.desktop-nav > a:not(.nav-cta) {
  padding-block: 28px;
  transition: color 160ms ease;
}
.desktop-nav > a:not(.nav-cta):hover,
.desktop-nav > a:not(.nav-cta):focus-visible {
  color: var(--vireo-blue);
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: var(--vireo-green);
  color: var(--ink-deep);
  padding: 11px 19px;
  transition: background 160ms ease, transform 160ms ease;
}
.nav-cta:hover,
.nav-cta:focus-visible {
  background: #aedb2f;
  transform: translateY(-2px);
}
.mobile-menu {
  display: none;
}
.hero {
  position: relative;
  min-height: min(780px, calc(100vh - 80px));
  isolation: isolate;
  display: flex;
  align-items: center;
  background-image: url("/images/hero.jpg");
  background-position: center;
  background-size: cover;
  color: white;
  overflow: hidden;
}
.hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 27, 37, 0.92) 0%, rgba(3, 27, 37, 0.74) 38%, rgba(3, 27, 37, 0.05) 78%),
    linear-gradient(0deg, rgba(3, 27, 37, 0.35), transparent 40%);
  content: "";
}
.hero::after {
  position: absolute;
  z-index: -1;
  width: 340px;
  height: 340px;
  top: -185px;
  left: 40%;
  border: 72px solid rgba(152, 198, 25, 0.18);
  border-radius: 50%;
  content: "";
}
.hero-overlay {
  position: absolute;
  z-index: -1;
  width: 58%;
  height: 6px;
  left: 0;
  bottom: 0;
  background: var(--vireo-green);
}
.hero-content {
  padding-block: 92px 142px;
}
.hero-logo {
  width: 220px;
  height: auto;
  margin-bottom: 14px;
}
.hero h1 {
  max-width: 870px;
  margin-bottom: 24px;
  text-wrap: balance;
}
.hero-copy {
  max-width: 660px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.5;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 23px;
  font-size: 0.91rem;
  font-weight: 720;
  letter-spacing: -0.01em;
  transition: background 170ms ease, border-color 170ms ease, color 170ms ease, transform 170ms ease;
}
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--vireo-green);
  color: var(--ink-deep);
}
.button-primary:hover,
.button-primary:focus-visible {
  background: #b1dd36;
}
.button-ghost {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.05);
  color: white;
}
.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: white;
  background: white;
  color: var(--ink-deep);
}
.button-white {
  background: white;
  color: var(--ink-deep);
}
.button-white:hover,
.button-white:focus-visible {
  background: var(--vireo-green);
}
.button-dark {
  background: var(--ink-deep);
  color: white;
}
.button-dark:hover,
.button-dark:focus-visible {
  background: var(--vireo-blue);
}
.hero-proof {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(6, 37, 48, 0.77);
  backdrop-filter: blur(12px);
}
.proof-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 66px;
  align-items: center;
}
.proof-list span {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.8rem;
  font-weight: 720;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.proof-list span:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}
.section-title-band {
  background: var(--vireo-green);
  color: white;
  padding: 50px 24px 43px;
  text-align: center;
}
.section-title-band h2 {
  margin: 0;
}
.section-title-band .eyebrow {
  margin-bottom: 9px;
}
.process-content {
  padding-block: 72px 84px;
  text-align: center;
}
.process-image {
  width: 100%;
  max-width: 980px;
  height: auto;
  margin-inline: auto;
}
.process-steps {
  display: grid;
  max-width: 1020px;
  grid-template-columns: repeat(4, 1fr);
  margin: 10px auto 24px;
  color: var(--vireo-blue);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.process-equation {
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 550;
}
.process-equation b {
  margin-inline: 8px;
  color: var(--vireo-green-dark);
}
.story-section {
  padding-block: 100px;
  background: var(--paper);
}
.story-grid {
  display: grid;
  grid-template-columns: 0.93fr 1.07fr;
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}
.story-copy h2 {
  margin-bottom: 28px;
  color: var(--ink-deep);
}
.story-copy p:not(.eyebrow) {
  color: #4a606a;
}
.story-copy .lead {
  color: var(--ink);
  font-size: 1.18rem;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  border-bottom: 2px solid var(--vireo-green);
  color: var(--vireo-blue);
  font-weight: 720;
}
.text-link:hover,
.text-link:focus-visible {
  border-color: var(--vireo-blue);
  color: var(--ink-deep);
}
.image-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  grid-template-rows: 0.9fr 1.1fr;
  gap: 12px;
  aspect-ratio: 1;
}
.image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-grid img:first-child {
  border-radius: 46% 8px 8px 8px;
}
.image-grid img:nth-child(2) {
  border-radius: 8px 90px 8px 8px;
}
.image-grid img:nth-child(3) {
  border-radius: 8px 8px 8px 90px;
}
.image-grid img:nth-child(4) {
  border-radius: 8px 8px 46% 8px;
}
.barriers-section {
  padding-block: 92px;
  background: radial-gradient(circle at 12% 18%, rgba(152, 198, 25, 0.2) 0 170px, transparent 171px),
    rgba(152, 198, 25, 0.13);
}
.barriers-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(48px, 8vw, 120px);
}
.barriers-grid h2 {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--ink-deep);
}
.barriers-copy {
  padding-left: 38px;
  border-left: 3px solid var(--vireo-green);
  color: #3d5661;
  font-size: 1.06rem;
}
.barriers-copy p:last-child {
  margin-bottom: 0;
}
.substrates-section {
  display: grid;
  min-height: 650px;
  grid-template-columns: 1.05fr 0.95fr;
  background: var(--vireo-blue);
  color: white;
}
.substrates-image {
  min-height: 520px;
  background-image: linear-gradient(rgba(0, 116, 178, 0.08), rgba(0, 116, 178, 0.08)), url("/images/product-pizza.jpg");
  background-position: center;
  background-size: cover;
}
.substrates-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(58px, 8vw, 110px);
}
.substrates-copy h2 {
  margin-bottom: 27px;
}
.substrates-copy p:not(.eyebrow) {
  max-width: 610px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.06rem;
}
.performance-section {
  padding-block: 110px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 55px;
}
.section-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--ink-deep);
}
.section-heading > p {
  margin-bottom: 7px;
  color: #526873;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}
.solution-card {
  grid-column: span 2;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: white;
  box-shadow: 0 14px 38px rgba(17, 49, 63, 0.07);
  overflow: hidden;
  transition: box-shadow 180ms ease, transform 180ms ease;
}
.solution-card:nth-child(4) {
  grid-column: 2 / span 2;
}
.solution-card:hover {
  box-shadow: 0 20px 48px rgba(17, 49, 63, 0.13);
  transform: translateY(-5px);
}
.card-image-wrap {
  position: relative;
  aspect-ratio: 1.35;
  overflow: hidden;
}
.card-image-wrap::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(5, 34, 44, 0.56));
  content: "";
}
.card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}
.solution-card:hover .card-image-wrap img {
  transform: scale(1.035);
}
.card-number {
  position: absolute;
  z-index: 1;
  right: 17px;
  bottom: 12px;
  color: white;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.12em;
}
.card-body {
  padding: 27px 25px 25px;
}
.card-body h3 {
  min-height: 2.1em;
  margin-bottom: 13px;
  color: var(--ink-deep);
}
.card-body > p {
  color: #536973;
  font-size: 0.94rem;
  line-height: 1.55;
}
.card-body .applications {
  margin-bottom: 0;
  border-top: 1px solid var(--line);
  padding-top: 15px;
  color: var(--vireo-blue);
  font-size: 0.76rem;
  font-weight: 680;
  line-height: 1.5;
}
.sustainability-section {
  position: relative;
  padding-block: 105px;
  background: var(--ink-deep);
  color: white;
  overflow: hidden;
}
.sustainability-section::after {
  position: absolute;
  width: 560px;
  height: 560px;
  right: -250px;
  bottom: -370px;
  border: 95px solid rgba(152, 198, 25, 0.1);
  border-radius: 50%;
  content: "";
}
.sustainability-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: clamp(55px, 9vw, 130px);
}
.sustainability-mark {
  display: flex;
  aspect-ratio: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50% 50% 10px 50%;
  background: linear-gradient(145deg, rgba(152, 198, 25, 0.19), rgba(0, 116, 178, 0.11));
  padding: 35px;
  text-align: center;
}
.sustainability-mark span {
  color: var(--vireo-green);
  font-size: clamp(3rem, 6vw, 5.4rem);
  font-weight: 690;
  letter-spacing: -0.07em;
  line-height: 1;
}
.sustainability-mark small {
  max-width: 220px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}
.sustainability-grid h2 {
  margin-bottom: 28px;
}
.sustainability-grid p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}
.sustainability-grid .button {
  margin-top: 15px;
}
.cta-section {
  padding-block: 65px;
  background: var(--vireo-green);
  color: var(--ink-deep);
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}
.cta-inner .eyebrow {
  margin-bottom: 8px;
  color: var(--ink-deep);
}
.cta-inner h2 {
  margin-bottom: 0;
  font-size: clamp(2.25rem, 4vw, 3.6rem);
}
.site-footer {
  background: var(--vireo-blue);
  color: white;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 0.9fr 1fr;
  gap: 50px;
  padding-block: 68px 55px;
}
.footer-main h2 {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.79rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.footer-main a,
.footer-main p {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.6;
}
.footer-main a:hover,
.footer-main a:focus-visible {
  color: white;
}
.footer-brand img {
  width: 190px;
  height: auto;
  margin-bottom: 10px;
}
.footer-brand p {
  max-width: 240px;
}
.footer-bottom {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
}
.footer-bottom div {
  display: flex;
  gap: 24px;
}
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: white;
}
@media (max-width: 1000px) {
  .desktop-nav {
    display: none;
  }
  .mobile-menu {
    position: relative;
    display: block;
  }
  .mobile-menu summary {
    cursor: pointer;
    list-style: none;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 0.86rem;
    font-weight: 700;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu[open] summary {
    background: var(--ink-deep);
    color: white;
  }
  .mobile-menu nav {
    position: absolute;
    width: min(290px, calc(100vw - 30px));
    top: calc(100% + 12px);
    right: 0;
    display: grid;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
    box-shadow: 0 18px 45px rgba(9, 38, 49, 0.17);
    padding: 12px;
  }
  .mobile-menu nav a {
    border-radius: 5px;
    padding: 10px 12px;
    font-size: 0.9rem;
    font-weight: 650;
  }
  .mobile-menu nav a:hover,
  .mobile-menu nav a:focus-visible {
    background: var(--paper);
    color: var(--vireo-blue);
  }
  .story-grid,
  .barriers-grid,
  .sustainability-grid {
    gap: 52px;
  }
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .solution-card,
  .solution-card:nth-child(4) {
    grid-column: auto;
  }
  .solution-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 12px);
    justify-self: center;
  }
  .footer-main {
    grid-template-columns: 1.2fr repeat(3, 1fr);
    gap: 32px;
  }
}
@media (max-width: 760px) {
  :root {
    --shell: min(100% - 30px, 650px);
  }
  body {
    font-size: 16px;
  }
  .top-line-inner > span {
    display: none;
  }
  .top-line-inner {
    justify-content: flex-end;
  }
  .header-inner {
    min-height: 72px;
  }
  .brand {
    width: 150px;
  }
  .hero {
    min-height: 760px;
    background-position: 62% center;
  }
  .hero::before {
    background: linear-gradient(90deg, rgba(3, 27, 37, 0.93) 0%, rgba(3, 27, 37, 0.74) 75%, rgba(3, 27, 37, 0.3));
  }
  .hero-content {
    padding-block: 75px 215px;
  }
  .hero-logo {
    width: 170px;
  }
  .hero h1 {
    font-size: clamp(2.6rem, 12vw, 4.1rem);
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-actions .button {
    width: 100%;
  }
  .proof-list {
    grid-template-columns: repeat(2, 1fr);
    padding-block: 12px;
  }
  .proof-list span {
    min-height: 34px;
    border: 0;
    font-size: 0.7rem;
  }
  .proof-list span:first-child {
    border: 0;
  }
  .proof-list span:last-child {
    grid-column: 1 / -1;
  }
  .process-content {
    padding-block: 55px 65px;
  }
  .process-image {
    min-width: 720px;
    transform: translateX(calc((100vw - 750px) / 2));
  }
  .process-section {
    overflow: hidden;
  }
  .process-steps {
    display: none;
  }
  .process-equation {
    margin-top: 28px;
  }
  .story-section,
  .barriers-section,
  .performance-section,
  .sustainability-section {
    padding-block: 75px;
  }
  .story-grid,
  .barriers-grid,
  .section-heading,
  .sustainability-grid {
    grid-template-columns: 1fr;
  }
  .story-copy {
    order: 1;
  }
  .image-grid {
    max-width: 580px;
    order: 2;
  }
  .barriers-copy {
    padding-top: 27px;
    padding-left: 0;
    border-top: 3px solid var(--vireo-green);
    border-left: 0;
  }
  .substrates-section {
    grid-template-columns: 1fr;
  }
  .substrates-image {
    min-height: 420px;
  }
  .substrates-copy {
    padding: 65px 24px 75px;
  }
  .section-heading {
    gap: 22px;
  }
  .card-grid {
    grid-template-columns: 1fr;
  }
  .solution-card:last-child {
    grid-column: auto;
    width: auto;
  }
  .card-body h3 {
    min-height: 0;
  }
  .sustainability-mark {
    width: min(410px, 100%);
    margin-inline: auto;
  }
  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand,
  .footer-contact {
    grid-column: 1 / -1;
  }
}
@media (max-width: 440px) {
  .hero {
    min-height: 800px;
  }
  .hero h1 {
    font-size: 2.55rem;
  }
  .process-equation b {
    margin-inline: 3px;
  }
  .image-grid {
    gap: 7px;
  }
  .footer-main {
    grid-template-columns: 1fr;
  }
  .footer-main > div,
  .footer-brand,
  .footer-contact {
    grid-column: auto;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
@media print {
  .top-line,
  .site-header,
  .hero-proof,
  .hero-actions,
  .cta-section {
    display: none;
  }
  .hero {
    min-height: 460px;
  }
}
