:root {
  --bg: #edf2ec;
  --bg-warm: #f8f3ea;
  --panel: rgba(255, 255, 255, 0.8);
  --panel-strong: rgba(255, 255, 255, 0.92);
  --line: rgba(31, 41, 55, 0.11);
  --text: #101418;
  --muted: #5d6873;
  --accent: #1d6d5c;
  --accent-soft: #dceee4;
  --shadow: 0 24px 70px rgba(42, 53, 46, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(248, 243, 234, 0.95), rgba(237, 242, 236, 0.94)),
    radial-gradient(circle at top right, rgba(29, 109, 92, 0.08), transparent 26%);
}

a {
  color: inherit;
}

.page-shell {
  position: relative;
  min-height: 100vh;
  padding: 28px;
  overflow: hidden;
}

.page-shell::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 112px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(93, 156, 95, 0.12) 34%, rgba(54, 110, 59, 0.32) 100%),
    repeating-linear-gradient(
      100deg,
      rgba(54, 125, 61, 0.98) 0 3px,
      rgba(0, 0, 0, 0) 3px 16px,
      rgba(79, 148, 77, 0.96) 16px 19px,
      rgba(0, 0, 0, 0) 19px 30px
    ),
    repeating-linear-gradient(
      80deg,
      rgba(135, 194, 111, 0.92) 0 2px,
      rgba(0, 0, 0, 0) 2px 13px,
      rgba(97, 165, 88, 0.88) 13px 15px,
      rgba(0, 0, 0, 0) 15px 25px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(37, 92, 44, 0.95) 0 4px,
      rgba(96, 163, 86, 0.92) 4px 7px,
      rgba(0, 0, 0, 0) 7px 14px
    );
  clip-path: polygon(
    0 100%,
    0 58%,
    1% 70%,
    2% 32%,
    3% 76%,
    4% 36%,
    5% 79%,
    6% 28%,
    7% 74%,
    8% 41%,
    9% 83%,
    10% 35%,
    11% 71%,
    12% 27%,
    13% 77%,
    14% 42%,
    15% 86%,
    16% 38%,
    17% 69%,
    18% 31%,
    19% 80%,
    20% 36%,
    21% 74%,
    22% 29%,
    23% 82%,
    24% 44%,
    25% 73%,
    26% 26%,
    27% 76%,
    28% 39%,
    29% 88%,
    30% 33%,
    31% 68%,
    32% 30%,
    33% 78%,
    34% 45%,
    35% 72%,
    36% 28%,
    37% 84%,
    38% 40%,
    39% 75%,
    40% 25%,
    41% 70%,
    42% 37%,
    43% 86%,
    44% 43%,
    45% 73%,
    46% 29%,
    47% 79%,
    48% 35%,
    49% 67%,
    50% 27%,
    51% 84%,
    52% 41%,
    53% 76%,
    54% 31%,
    55% 71%,
    56% 36%,
    57% 88%,
    58% 42%,
    59% 74%,
    60% 28%,
    61% 79%,
    62% 39%,
    63% 69%,
    64% 26%,
    65% 82%,
    66% 44%,
    67% 75%,
    68% 30%,
    69% 85%,
    70% 37%,
    71% 72%,
    72% 29%,
    73% 78%,
    74% 41%,
    75% 87%,
    76% 35%,
    77% 68%,
    78% 27%,
    79% 80%,
    80% 43%,
    81% 74%,
    82% 31%,
    83% 83%,
    84% 38%,
    85% 71%,
    86% 26%,
    87% 77%,
    88% 40%,
    89% 89%,
    90% 34%,
    91% 69%,
    92% 28%,
    93% 81%,
    94% 42%,
    95% 75%,
    96% 31%,
    97% 84%,
    98% 37%,
    99% 66%,
    100% 58%,
    100% 100%
  );
  opacity: 0.9;
  pointer-events: none;
}

.hero-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 24px;
  align-items: stretch;
  width: min(1200px, 100%);
  min-height: calc(100vh - 56px);
  margin: 0 auto;
  padding: 24px 24px 58px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.72)),
    linear-gradient(120deg, rgba(255, 255, 255, 0.36), rgba(220, 238, 228, 0.3));
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.content-panel,
.visual-panel {
  min-width: 0;
}

.content-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 6px 8px 4px;
}

.brand-logo {
  width: clamp(170px, 20vw, 240px);
  height: auto;
  margin-bottom: 12px;
}

.eyebrow,
.visual-label,
.signal-list li {
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--accent);
}

h1,
h2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}

h1 {
  max-width: 10ch;
  font-size: clamp(2.7rem, 4.7vw, 4.7rem);
  line-height: 0.93;
  letter-spacing: -0.05em;
}

.lede {
  max-width: 620px;
  margin: 18px 0 0;
  font-size: clamp(0.98rem, 1.55vw, 1.14rem);
  line-height: 1.72;
  color: var(--muted);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 600;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

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

.button-primary {
  background: var(--text);
  color: #fff;
  box-shadow: 0 10px 24px rgba(16, 20, 24, 0.15);
}

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

.signal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.signal-list li {
  padding: 10px 14px;
  border: 1px solid rgba(29, 109, 92, 0.12);
  border-radius: 999px;
  background: var(--panel);
  font-size: 0.72rem;
  font-weight: 600;
  color: #36564d;
}

.footnote {
  margin: 18px 0 0;
  font-size: 0.94rem;
  color: var(--muted);
}

.visual-panel {
  position: relative;
  display: flex;
  align-items: stretch;
}

.visual-panel::before {
  content: "";
  flex: 1;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.52)),
    url("background-homegrown.svg") center/cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.visual-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  max-width: 380px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  background: var(--panel-strong);
  box-shadow: 0 18px 40px rgba(36, 43, 40, 0.1);
}

.visual-label {
  margin: 0 0 8px;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--accent);
}

.visual-card h2 {
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.visual-card p {
  margin: 12px 0 0;
  font-size: 0.94rem;
  line-height: 1.68;
  color: var(--muted);
}

.ambient {
  position: absolute;
  border-radius: 999px;
  filter: blur(16px);
  opacity: 0.8;
}

.ambient-left {
  top: 40px;
  left: -40px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(29, 109, 92, 0.14), transparent 70%);
}

.ambient-right {
  right: -60px;
  bottom: 20px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(226, 160, 72, 0.16), transparent 70%);
}

@media (max-width: 980px) {
  .page-shell {
    padding: 18px;
  }

  .hero-card {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 18px;
  }

  .content-panel {
    padding: 2px;
  }

  .visual-panel {
    min-height: 380px;
  }
}

@media (max-width: 640px) {
  .page-shell {
    padding: 14px;
  }

  h1 {
    max-width: none;
    font-size: clamp(2.2rem, 12vw, 3.3rem);
  }

  .cta-row {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .visual-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .page-shell::after {
    height: 86px;
  }
}
