:root {
  --forest: #132a23;
  --forest-deep: #0f1f1a;
  --green: #8ea85b;
  --green-bright: #a7bf62;
  --ivory: #f5f2ea;
  --ivory-soft: #fbf8f0;
  --soil: #3a2418;
  --clay: #8c684a;
  --ink: #16211d;
  --muted: #58615b;
  --white: #ffffff;
  --line: rgba(22, 33, 29, 0.14);
  --light-line: rgba(245, 242, 234, 0.18);
  --heading: "Fraunces", Georgia, serif;
  --body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--body);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

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

p,
h1,
h2,
h3,
figure {
  margin: 0;
}

p,
h1,
h2,
h3 {
  overflow-wrap: break-word;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  color: var(--ivory-soft);
  background: transparent;
  border-bottom: 0;
}

.header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 180px;
  height: auto;
  filter: brightness(0) invert(1);
}

.site-nav,
.footer-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(251, 248, 240, 0.9);
  font-size: 0.83rem;
  font-weight: 600;
}

.site-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 14px;
}

.site-nav a:hover {
  color: var(--white);
  background: rgba(251, 248, 240, 0.1);
}

.site-nav .nav-cta {
  margin-left: 8px;
  color: var(--ivory);
  background: var(--forest);
}

.site-nav .nav-cta:hover {
  color: var(--white);
  background: #071511;
}

.hero {
  position: relative;
  display: grid;
  isolation: isolate;
  overflow: hidden;
  color: var(--ivory);
  background: var(--forest-deep);
}

.hero-bg {
  grid-area: 1 / 1;
  width: 100%;
  height: auto;
}

.hero-inner {
  grid-area: 1 / 1;
  position: relative;
  align-self: center;
  z-index: 1;
  padding: 88px 0 20px;
}

.hero-copy {
  max-width: 590px;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: var(--heading);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.02;
}

h1 {
  max-width: 14.4ch;
  color: var(--ivory-soft);
  font-size: 3.85rem;
}

h1 span {
  color: var(--green-bright);
}

h2 {
  color: var(--ink);
  font-size: 2.75rem;
}

h3 {
  color: var(--ink);
  font-family: var(--body);
  font-size: 0.93rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
}

.hero-copy p:not(.eyebrow) {
  max-width: 525px;
  margin-top: 24px;
  color: rgba(245, 242, 234, 0.86);
  font-size: 1.04rem;
}

.button-row,
.partner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 0 22px;
  font-size: 0.83rem;
  font-weight: 700;
  line-height: 1;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

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

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

.button-primary:hover {
  color: var(--forest-deep);
  background: var(--ivory-soft);
  border-color: var(--ivory-soft);
}

.button-secondary {
  color: var(--ivory);
  background: rgba(245, 242, 234, 0.04);
  border-color: rgba(245, 242, 234, 0.72);
}

.button-secondary:hover {
  color: var(--forest);
  background: var(--ivory-soft);
  border-color: var(--ivory-soft);
}

.section {
  padding: 50px 0;
}

.section-copy {
  max-width: 620px;
}

.section-copy p,
.offering-copy > p,
.format-content > p,
.platform-note,
.use-grid p,
.quality-grid p,
.partner-grid p {
  color: var(--muted);
  font-size: 0.98rem;
}

.section-copy p + p {
  margin-top: 14px;
}

.section-copy h2,
.offering-copy h2,
.format-content h2 {
  margin-bottom: 24px;
}

.concept {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, var(--ivory), var(--ivory-soft) 64%, var(--ivory));
}

.concept-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.62fr);
  gap: 70px;
  align-items: center;
}

.concept-logo {
  width: 100%;
  justify-self: center;
}

.concept-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.offering {
  background: var(--ivory-soft);
}

.offering-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.offering-product {
  overflow: hidden;
  border-radius: 8px;
  background: rgba(245, 242, 234, 0.78);
}

.offering-product img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.offering-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.offering-points article {
  padding: 18px 18px 18px 0;
  border-right: 1px solid var(--line);
}

.offering-points article + article {
  padding-left: 18px;
}

.offering-points article:last-child {
  border-right: 0;
  padding-right: 0;
}

.offering-points p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.82rem;
}

.center-heading {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.platform {
  padding-top: 24px;
  background: var(--ivory);
}

.platform .center-heading {
  margin-bottom: 32px;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.platform-grid article {
  min-height: 236px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 28px 22px;
  text-align: center;
  border-right: 1px solid var(--line);
}

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

.platform-grid img {
  width: 162px;
  height: 180px;
  object-fit: contain;
  margin-bottom: 0px;
}

.platform-grid p {
  max-width: 210px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.84rem;
}

.platform-note {
  max-width: 810px;
  margin: 28px auto 0;
  text-align: center;
}

.why {
  padding: 44px 0;
  color: var(--ivory);
  background:
    radial-gradient(circle at 20% 20%, rgba(142, 168, 91, 0.18), transparent 18rem),
    linear-gradient(135deg, #071511, var(--forest));
}

.why h2 {
  margin-bottom: 28px;
  color: var(--ivory-soft);
  font-size: 2.05rem;
  text-align: center;
}

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

.why-grid article {
  min-height: 190px;
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 10px 34px;
  border-right: 1px solid var(--light-line);
}

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

.why-grid img {
  width: 116px;
  height: 144px;
  object-fit: contain;
}

.why-grid h3 {
  color: var(--ivory-soft);
}

.why-grid p {
  margin-top: 8px;
  color: rgba(245, 242, 234, 0.78);
  font-size: 0.86rem;
}

.format {
  background: linear-gradient(180deg, var(--ivory-soft), var(--ivory));
}

.format-grid {
  max-width: 980px;
  text-align: center;
}

.format-content > p {
  max-width: 660px;
  margin-inline: auto;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.steps article {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 18px 16px 20px;
  text-align: center;
  background: rgba(251, 248, 240, 0.72);
  border: 1px solid rgba(22, 33, 29, 0.13);
  border-radius: 8px;
}

.steps span {
  position: absolute;
  top: -24px;
  left: -24px;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  padding: 22px 0 0 22px;
  color: var(--ivory);
  background: var(--green);
  border-radius: 50%;
  font-size: 1.08rem;
  font-weight: 700;
}

.steps img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  margin: 0 auto 12px;
}

.steps p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.82rem;
}

.fine-print {
  margin-top: 16px;
  font-size: 0.78rem;
}

.use-cases {
  padding-top: 18px;
  background: var(--ivory);
}

.use-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.use-grid article {
  min-height: 248px;
  padding: 22px 18px 24px;
  text-align: center;
  background: rgba(251, 248, 240, 0.72);
  border: 1px solid rgba(22, 33, 29, 0.14);
  border-radius: 8px;
}

.use-grid img {
  width: 93px;
  height: 123px;
  object-fit: contain;
  margin: 0 auto 14px;
}

.use-grid p {
  margin-top: 8px;
  font-size: 0.84rem;
}

.quality {
  padding: 56px 0 62px;
  color: var(--ivory);
  background:
    radial-gradient(circle at 84% 12%, rgba(142, 168, 91, 0.18), transparent 22rem),
    linear-gradient(135deg, var(--forest-deep), var(--forest));
}

.quality-heading {
  max-width: 880px;
  margin: 0 auto 34px;
  text-align: center;
}

.quality h2 {
  color: var(--ivory-soft);
  font-size: 2.2rem;
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.quality-grid article {
  min-height: 180px;
  padding: 14px 28px;
  border-right: 1px solid var(--light-line);
}

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

.quality-grid img {
  width: 56px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 12px;
}

.quality-grid h3 {
  color: var(--ivory-soft);
}

.quality-grid p {
  margin-top: 8px;
  color: rgba(245, 242, 234, 0.78);
  font-size: 0.82rem;
}

.quality-grid a {
  color: var(--green-bright);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.partner-cta {
  position: relative;
  min-height: 280px;
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  color: var(--ivory);
  background: var(--forest-deep);
}

.field-bg,
.field-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.field-bg {
  z-index: -3;
  object-fit: cover;
  object-position: center;
}

.field-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 18, 15, 0.9), rgba(7, 18, 15, 0.58) 58%, rgba(7, 18, 15, 0.82)),
    linear-gradient(0deg, rgba(7, 18, 15, 0.78), rgba(7, 18, 15, 0.1));
}

.partner-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 40px;
  align-items: center;
  padding: 58px 0;
}

.partner-grid h2 {
  max-width: 740px;
  color: var(--ivory-soft);
  font-size: 2.35rem;
}

.partner-grid p {
  max-width: 660px;
  margin-top: 18px;
  color: rgba(245, 242, 234, 0.78);
}

.partner-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.site-footer {
  color: rgba(245, 242, 234, 0.8);
  background: var(--forest);
}

.footer-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
}

.footer-brand img {
  width: 180px;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.footer-nav {
  color: rgba(245, 242, 234, 0.76);
}

.footer-nav a {
  padding: 8px;
}

.footer-nav a:hover {
  color: var(--white);
}

.site-footer p {
  flex: 0 0 auto;
  font-size: 0.78rem;
}

@media (max-width: 1020px) {
  .site-nav {
    gap: 2px;
  }

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

  .hero-inner {
    padding-top: 96x;
  }

  .hero-copy {
    max-width: 680px;
    padding-top: 36px;
  }

  h1 {
    max-width: 13ch;
    font-size: 3.35rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .concept-grid,
  .offering-grid,
  .format-grid,
  .partner-grid {
    grid-template-columns: 1fr;
  }

  .partner-actions {
    justify-content: flex-start;
  }

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

  .platform-grid article:nth-child(2),
  .quality-grid article:nth-child(2) {
    border-right: 0;
  }

  .platform-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .quality-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--light-line);
  }

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

  .why-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--light-line);
  }

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

  .footer-inner {
    flex-wrap: wrap;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 32px, 1180px);
  }

  .header-inner {
    min-height: 68px;
  }

  .brand img {
    width: 146px;
  }

  .site-nav .nav-cta {
    min-height: 38px;
    margin-left: 0;
    padding: 0 12px;
    font-size: 0.76rem;
  }

  .hero-inner {
    padding: 86px 0 52px;
  }

  .eyebrow {
    font-size: 0.68rem;
  }

  h1 {
    font-size: 2.7rem;
  }

  h2,
  .partner-grid h2 {
    font-size: 2rem;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 0.98rem;
  }

  .hero-copy {
    padding-top: 18px;
  }

  .button-row,
  .partner-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
    min-height: 48px;
  }

  .section {
    padding: 64px 0;
  }

  .concept-grid {
    gap: 42px;
  }

  .concept-logo {
    width: min(300px, 86vw);
  }

  .offering-grid {
    gap: 34px;
  }

  .offering-points {
    grid-template-columns: 1fr;
  }

  .offering-points article,
  .offering-points article + article {
    padding: 18px 0;
    border-right: 0;
  }

  .offering-points article:not(:last-child) {
    border-bottom: 1px solid var(--line);
  }

  .platform-grid,
  .steps,
  .use-grid,
  .quality-grid {
    grid-template-columns: 1fr;
  }

  .platform-grid article,
  .platform-grid article:nth-child(2),
  .quality-grid article,
  .quality-grid article:nth-child(2) {
    border-right: 0;
  }

  .platform-grid article:not(:last-child),
  .quality-grid article:not(:last-child) {
    border-bottom: 1px solid var(--line);
  }

  .quality-grid article:not(:last-child) {
    border-bottom-color: var(--light-line);
  }

  .platform-grid article,
  .steps article,
  .use-grid article,
  .quality-grid article {
    min-height: auto;
  }

  .platform-note {
    text-align: left;
  }

  .format-grid {
    gap: 34px;
  }

  .quality {
    padding: 48px 0 54px;
  }

  .quality h2 {
    font-size: 1.9rem;
  }

  .partner-grid {
    padding: 52px 0;
  }

  .footer-inner {
    display: grid;
  }

  .footer-brand img {
    width: 158px;
  }

  .footer-nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 420px) {
  .brand img {
    width: 132px;
  }

  h1 {
    font-size: 2.28rem;
  }

  h2,
  .partner-grid h2 {
    font-size: 1.72rem;
  }

}
