@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --bg-980: #06110c;
  --bg-950: #1d2411;
  --bg-900: #2b3418;
  --bg-860: #4a5824;
  --surface: #f2f4ec;
  --surface-2: #fafbf7;
  --surface-card: #ffffff;
  --text-light: #f7f8f3;
  --text-soft: #dde4ca;
  --text-dark: #161a10;
  --text-muted: #646857;
  --line-light: rgba(255, 255, 255, 0.18);
  --line-dark: #d9dec8;
  --accent: #7c9136;
  --accent-strong: #68792c;
  --accent-soft: rgba(124, 145, 54, 0.18);
  --header-accent: #8ea642;
  --accent-shadow: rgba(142, 166, 66, 0.18);
  --radius-xl: 28px;
  --radius-lg: 18px;
  --radius-md: 12px;
  --shadow-dark: 0 30px 70px rgba(30, 36, 17, 0.24);
  --shadow-light: 0 24px 60px rgba(56, 67, 26, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

[hidden] {
  display: none !important;
}

body.is-subpage #hero-section,
body.is-subpage #proof-section,
body.is-subpage #highlights-section {
  display: none !important;
}

body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 0 0, rgba(124, 145, 54, 0.14), transparent 28%),
    radial-gradient(circle at 100% 0, rgba(104, 121, 44, 0.14), transparent 30%),
    linear-gradient(180deg, #fafbf7 0%, #f1f4ec 100%);
  color: var(--text-dark);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 92%;
  overflow-x: hidden;
}

body::after {
  content: "";
  position: fixed;
  right: -10vw;
  top: 12vh;
  width: min(64vw, 980px);
  height: min(78vh, 920px);
  background: url("./assets/presstextile_watermark.png") no-repeat center / contain;
  opacity: 0.065;
  pointer-events: none;
  z-index: -1;
  filter: grayscale(1) saturate(0.4);
}

a {
  color: inherit;
}

.shell {
  width: min(1380px, calc(100vw - (2 * clamp(14px, 6vw, 110px))));
  margin: 0 auto;
}

.ambient {
  position: fixed;
  z-index: -1;
  width: 320px;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.26;
  pointer-events: none;
}

.ambient-one {
  top: -140px;
  left: -120px;
  background: rgba(124, 145, 54, 0.24);
}

.ambient-two {
  right: -120px;
  bottom: -160px;
  background: rgba(104, 121, 44, 0.22);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  padding: 18px 0 12px;
  background: linear-gradient(180deg, rgba(248, 251, 241, 0.94), rgba(248, 251, 241, 0.72) 78%, rgba(248, 251, 241, 0));
  backdrop-filter: blur(10px);
}

.topbar-inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.brand-wrap {
  display: inline-flex;
  align-items: center;
  gap: 52px;
  flex: 1 1 auto;
  min-width: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 auto;
}

.brand-logo {
  width: min(388px, 54vw);
  height: auto;
  filter: none;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 0 1 auto;
  min-width: 0;
}

.brand-eyebrow {
  margin: 0;
  color: var(--accent-strong);
  font-size: clamp(16px, 1.3vw, 22px);
  line-height: 0.92;
  letter-spacing: 0.22em;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
}

.brand-subtitle {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.4;
}

.menu-toggle-mobile {
  display: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1e3026;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 7px 13px;
  cursor: pointer;
}

.topbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.utility-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.utility-link {
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 10px 14px;
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  transition: all 180ms ease;
}

.utility-link:hover,
.utility-link.active {
  color: var(--brand-dark);
  background: rgba(124, 145, 54, 0.08);
  border-color: rgba(124, 145, 54, 0.14);
}

.utility-menu-item {
  position: relative;
}

.utility-menu-toggle {
  border: 0;
  border-radius: 12px;
  background: var(--accent-strong);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 12px 16px;
  cursor: pointer;
}

.utility-menu-toggle:hover,
.utility-menu-item.open .utility-menu-toggle {
  color: #fff;
  filter: brightness(1.05);
}

.main-menu-bar {
  margin-top: 12px;
  background: transparent;
}

.top-menu {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: visible;
  padding: 16px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, #8ea642 0%, #7c9136 100%);
  box-shadow: 0 18px 40px var(--accent-shadow);
}

.top-menu-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.top-menu-item.has-children::after,
.utility-menu-item.has-children::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 10px;
}

.top-menu-link {
  position: relative;
  text-decoration: none;
  color: #eff5dd;
  font-size: clamp(14px, 0.9vw, 16px);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  padding: 12px 12px;
  border-radius: 12px;
}

.top-menu-link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.12);
  transform: scale(0.92);
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
  z-index: -1;
}

.top-menu-item.active .top-menu-link,
.top-menu-link:hover {
  color: #ffffff;
}

.top-menu-item.active .top-menu-link::after,
.top-menu-link:hover::after {
  transform: scale(1);
  opacity: 1;
}

.top-menu-caret {
  border: 0;
  background: transparent;
  color: #eef4d8;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  padding: 0 6px 0 0;
  transform: none;
}

.top-dropdown {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  min-width: min(520px, 88vw);
  max-width: min(620px, 90vw);
  max-height: min(72vh, 760px);
  overflow: auto;
  border: 1px solid rgba(104, 121, 44, 0.32);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(104, 121, 44, 0.98), rgba(87, 102, 37, 0.98));
  box-shadow: var(--shadow-dark);
  padding: 10px;
  display: none;
  z-index: 90;
}

.top-menu-item.open > .top-dropdown {
  display: block;
}

.utility-menu-item.open > .utility-dropdown {
  display: block;
}

.utility-dropdown {
  left: auto;
  right: 0;
}

@media (min-width: 1025px) {
  .top-menu-item.has-children:hover > .top-dropdown,
  .top-menu-item.has-children:focus-within > .top-dropdown {
    display: block;
  }
}

.dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.dropdown-list.depth-1 {
  margin-left: 10px;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.dropdown-link {
  text-decoration: none;
  display: block;
  color: #f4f7e7;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.25;
  padding: 7px 8px;
  transition: all 140ms ease;
}

.dropdown-link:hover,
.dropdown-link.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.hero {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 28px;
  align-items: stretch;
}

.hero-copy {
  display: grid;
  align-content: start;
  gap: 28px;
  padding: clamp(34px, 4vw, 48px);
  border: 1px solid rgba(216, 225, 193, 0.92);
  border-radius: 34px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(239, 245, 223, 0.96));
  box-shadow: 0 24px 70px rgba(142, 166, 66, 0.14);
}

.hero-media {
  position: relative;
  min-height: 640px;
  border: 0;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(142, 166, 66, 0.14);
  background: #ecefdc;
}

.hero-image {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
  filter: saturate(1.02) contrast(1.02) brightness(1.02);
  transform: scale(1.01);
}

.hero-image.animate {
  animation: heroScale 5.5s ease both;
}

.eyebrow {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.hero-title {
  margin: 14px 0 18px;
  max-width: 10.5ch;
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: 0.96;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: #111111;
  text-wrap: balance;
}

.hero-kicker {
  margin: 10px 0 0;
  color: #41502d;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
}

.hero-tagline {
  margin: 0;
  max-width: 32ch;
  color: #41502d;
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.55;
}

.hero-side {
  display: grid;
  gap: 18px;
  align-self: end;
}

.hero-summary {
  margin: 0;
  color: #41502d;
  font-size: clamp(18px, 1.2vw, 20px);
  line-height: 1.6;
}

.hero-benefits {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.hero-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--text-dark);
  font-size: clamp(16px, 1.05vw, 17px);
  line-height: 1.45;
}

.hero-benefits li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 0.44em;
  flex: 0 0 10px;
  background: var(--accent);
  box-shadow: 0 0 0 8px rgba(124, 145, 54, 0.16);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.primary-cta {
  text-decoration: none;
  border-radius: 14px;
  border: 1px solid rgba(124, 145, 54, 0.88);
  background: var(--header-accent);
  color: #fff;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  transition: transform 180ms ease, filter 180ms ease;
}

.primary-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.source-pill {
  width: fit-content;
  text-decoration: none;
  border: 1px solid rgba(124, 145, 54, 0.26);
  border-radius: 14px;
  padding: 16px 22px;
  color: var(--accent-strong);
  background: rgba(124, 145, 54, 0.1);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  transition: all 180ms ease;
}

.source-pill:hover {
  border-color: rgba(124, 145, 54, 0.44);
  background: rgba(124, 145, 54, 0.16);
}

.hero-stats {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.82);
}

.hero-stat {
  padding: 12px 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(95, 113, 38, 0.96), rgba(78, 94, 30, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-stat strong {
  display: block;
  margin-bottom: 6px;
  font-size: 24px;
  color: #ffffff;
}

.hero-stat span {
  font-size: 13px;
  line-height: 1.45;
  color: #dbe7b8;
}

.hero-dots {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.hero-dot.active {
  background: var(--header-accent);
}

.proof-panel {
  margin-top: 24px;
  padding: 18px 24px;
  border-radius: 24px;
  background: linear-gradient(90deg, rgba(142, 166, 66, 0.96), rgba(124, 145, 54, 0.92));
  color: #f8fbf1;
  box-shadow: 0 18px 40px rgba(142, 166, 66, 0.22);
}

.proof-header {
  display: block;
  color: inherit;
}

.proof-kicker {
  margin: 0;
  color: var(--accent-strong);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.proof-title {
  margin: 0;
  max-width: none;
  color: #f8fbf1;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.content-wrap {
  width: 100%;
  margin-top: 28px;
  display: flex;
  justify-content: flex-start;
}

.page-panel {
  border: 1px solid rgba(16, 35, 26, 0.08);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 252, 249, 0.98)),
    var(--surface-card);
  color: var(--text-dark);
  box-shadow: var(--shadow-light);
  padding: clamp(24px, 2.8vw, 38px);
  width: 100%;
  max-width: none;
  text-align: left;
  transition: opacity 200ms ease, transform 200ms ease;
}

.page-panel.is-switching {
  opacity: 0.62;
  transform: translateY(7px);
}

.page-panel.is-entering {
  animation: pageEnter 340ms ease;
}

.breadcrumb {
  margin: 0 0 10px;
  color: var(--accent-strong);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.breadcrumb-link,
.breadcrumb-current,
.breadcrumb-separator {
  line-height: 1.2;
}

.breadcrumb-link {
  color: var(--accent-strong);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.breadcrumb-link:hover {
  border-bottom-color: currentColor;
}

.breadcrumb-current {
  color: #39411d;
}

.breadcrumb-separator {
  color: #7f8a5b;
}

.page-title {
  margin: 0 0 22px;
  color: var(--accent-strong);
  font-family: "Manrope", sans-serif;
  font-size: clamp(34px, 3.2vw, 52px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  font-weight: 800;
  text-transform: none;
}

.page-content {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #303526;
  font-size: clamp(16px, 1.02vw, 19px);
  line-height: 1.7;
  text-align: left;
}

.page-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 24px;
}

.page-media[hidden] {
  display: none;
}

.page-media-item {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(104, 121, 44, 0.12);
  background: #f7f8f1;
  box-shadow: 0 16px 34px rgba(56, 67, 26, 0.08);
}

.page-media-item.primary {
  grid-column: 1 / -1;
}

.page-media-item img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4 {
  margin: 28px 0 12px;
  color: var(--accent-strong);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.05;
  text-transform: none;
}

.page-content h1 {
  font-size: clamp(27px, 2.2vw, 37px);
}

.page-content h2 {
  font-size: clamp(23px, 1.8vw, 30px);
}

.page-content h3 {
  font-size: clamp(21px, 1.6vw, 26px);
}

.page-content p {
  margin: 0 0 16px;
}

.page-content ul,
.page-content ol {
  margin: 0 0 14px 20px;
}

.page-content li + li {
  margin-top: 4px;
}

.page-content a {
  color: var(--accent-strong);
}

.page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid #c9dccf;
}

.page-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  border: 1px solid #cad9cf;
  background: #fff;
}

.page-content th,
.page-content td {
  border: 1px solid #cad9cf;
  padding: 7px;
  text-align: left;
  font-size: 14px;
}

.page-content .panel-layout,
.page-content .panel-grid,
.page-content .panel-grid-cell {
  width: auto !important;
  max-width: none !important;
}

.page-content .panel-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.page-content .panel-grid-cell {
  float: none !important;
  margin: 0 !important;
}

.page-content .circle-icon-box {
  border: 1px solid rgba(104, 121, 44, 0.12);
  border-radius: 16px;
  background: linear-gradient(180deg, #fbfcf8, #f3f5ec);
  padding: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.page-content .contacts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.page-content .contact-card {
  border: 1px solid rgba(104, 121, 44, 0.12);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f6f8f0);
  padding: 18px;
}

.page-content .contact-card-wide {
  grid-column: 1 / -1;
}

.page-content .contact-card h2 {
  margin-top: 0;
}

.page-content .link-title,
.page-content .more-button {
  text-decoration: none;
  font-weight: 700;
}

.page-content .link-title {
  display: block;
  margin: 0 0 14px;
  color: var(--accent-strong);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(28px, 2vw, 36px);
  line-height: 1;
  letter-spacing: 0.01em;
}

.page-content .home-callout-card {
  margin-top: 18px;
  padding: 22px 24px;
  border-radius: 20px;
  border: 1px solid rgba(104, 121, 44, 0.1);
}

.page-content .home-callout-card.tone-light {
  background: #ffffff;
}

.page-content .home-callout-card.tone-muted {
  background: #f4f6f1;
}

.page-content .home-callout-card p {
  margin-bottom: 8px;
}

.page-content .more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  padding: 12px 18px;
  border-radius: 14px;
  border: 1px solid rgba(124, 145, 54, 0.78);
  background: linear-gradient(180deg, #8ea642, #7c9136);
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 28px rgba(124, 145, 54, 0.18);
}

.page-content .more-button:hover {
  color: #ffffff;
  border-bottom-color: transparent;
  filter: brightness(1.04);
}

.highlights-panel {
  width: 100%;
  margin: 28px auto 0;
  max-width: none;
  border-radius: 34px;
  border: 1px solid rgba(95, 113, 38, 0.26);
  background: linear-gradient(180deg, rgba(95, 113, 38, 0.98), rgba(78, 94, 30, 0.98));
  box-shadow: 0 24px 70px rgba(95, 113, 38, 0.18);
  padding: clamp(24px, 2.8vw, 34px);
  text-align: left;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.section-title {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(30px, 2.4vw, 40px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: none;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.highlight-card {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(74, 88, 36, 0.96), rgba(60, 72, 28, 0.96));
  padding: 28px;
  display: grid;
  gap: 12px;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
  box-shadow: 0 24px 70px rgba(35, 45, 12, 0.2);
}

.highlight-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(82, 99, 38, 0.98), rgba(66, 80, 31, 0.98));
  box-shadow: 0 28px 72px rgba(35, 45, 12, 0.24);
}

.highlight-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(24px, 1.7vw, 28px);
  line-height: 1.05;
  text-transform: none;
}

.highlight-card p {
  margin: 0;
  color: #dbe7b8;
  font-size: 16px;
  line-height: 1.6;
}

.highlight-card a {
  width: fit-content;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  border-bottom: 1px solid rgba(219, 231, 184, 0.45);
  padding-bottom: 2px;
}

.highlight-card a:hover {
  color: #dbe7b8;
  border-bottom-color: #ffffff;
}

.footer {
  width: 100%;
  margin: 18px auto 28px;
  padding: 14px 16px;
  max-width: none;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(16, 35, 26, 0.08);
  background: rgba(255, 255, 255, 0.9);
  color: #676b59;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.footer p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 500ms ease, transform 500ms ease;
}

body.section-0 {
  --header-accent: #7c9136;
}

body.section-1 {
  --header-accent: #748733;
}

body.section-2 {
  --header-accent: #8ea642;
}

body.section-3 {
  --header-accent: #68792c;
}

body.section-4 {
  --header-accent: #95ad47;
}

body.section-5 {
  --header-accent: #9cb257;
}

@keyframes heroScale {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1.03);
  }
}

@keyframes pageEnter {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1280px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-title,
  .proof-title {
    max-width: none;
  }

  .top-menu {
    gap: 14px;
  }

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

@media (max-width: 1024px) {
  .topbar-inner {
    min-height: auto;
    padding: 16px 18px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
  }

  .brand-copy {
    display: none;
  }

  .menu-toggle-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .topbar-right {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: space-between;
  }

  .proof-panel {
    margin-top: 18px;
    padding: 18px 20px;
  }

  .proof-title {
    white-space: normal;
  }

  .main-menu-bar {
    max-height: 0;
    overflow: hidden;
    transition: max-height 280ms ease;
  }

  body.menu-open .main-menu-bar {
    max-height: 720px;
  }

  .top-menu {
    min-height: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 12px;
    overflow: visible;
    flex-wrap: nowrap;
  }

  .top-menu-item {
    display: block;
  }

  .top-menu-link {
    display: inline-block;
    font-size: 18px;
    padding: 10px 12px;
  }

  .top-menu-caret {
    font-size: 16px;
    margin-left: 8px;
  }

  .top-dropdown {
    position: static;
    min-width: 0;
    max-width: none;
    max-height: 0;
    overflow: hidden;
    padding: 0 0 0 10px;
    border: 0;
    background: transparent;
    box-shadow: none;
    display: block;
    transition: max-height 260ms ease;
  }

  .top-menu-item.open > .top-dropdown {
    max-height: 440px;
    overflow: auto;
    margin: 6px 0 2px;
  }

  .utility-menu-item.open > .utility-dropdown {
    max-height: 440px;
    overflow: auto;
    margin: 6px 0 2px;
  }

  .dropdown-list.depth-1 {
    border-left-color: rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(1500px, calc(100vw - 28px));
  }

  body::after {
    right: -32vw;
    top: 18vh;
    width: 118vw;
    height: 62vh;
    opacity: 0.05;
  }

  .brand-logo {
    width: min(290px, 70vw);
  }

  .utility-links {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-bottom: 2px;
  }

  .hero-copy {
    padding: 26px 22px;
    border-radius: 26px;
  }

  .hero-media {
    min-height: 500px;
    border-radius: 26px;
  }

  .hero-title {
    font-size: clamp(31px, 11vw, 50px);
  }

  .hero-summary,
  .hero-tagline {
    font-size: 16px;
  }

  .hero-benefits li {
    font-size: 15px;
  }

  .hero-stats {
    left: 16px;
    right: 16px;
    bottom: 16px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-dots {
    right: 14px;
    top: 14px;
    bottom: auto;
  }

  .top-menu-link {
    font-size: 18px;
  }

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

  .page-title {
    font-size: clamp(27px, 8vw, 36px);
  }

  .page-media {
    grid-template-columns: 1fr;
  }

  .page-content .contacts-grid {
    grid-template-columns: 1fr;
  }

  .page-content .contact-card-wide {
    grid-column: auto;
  }

  .page-content {
    font-size: 15px;
  }

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