@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Fraunces:opsz,wght@9..144,400;9..144,600;9..144,700&family=Work+Sans:wght@300;400;500;600;700&display=swap');

:root {
  --wax-ivory: #f7f0e4;
  --honey-cream: #f2e8d5;
  --pollen-white: #faf6ef;
  --comb-paper: #ede4d0;
  --beeswax: #e8dcc4;
  --golden-mist: #f5ecd8;
  --honeycomb-cream: #f0e6d2;
  --pale-amber: #e6d4b0;
  --wax-panel: #ebe0ca;
  --matte-ochre: #d4c4a0;
  --keeper-label: #e2d6bc;
  --hive-charcoal: #2a241c;
  --propolis-brown: #3d3228;
  --smoked-amber: #4a3c2e;
  --black-honey: #1e1a14;
  --deep-umber: #352b22;
  --night-comb: #2c2419;
  --muted-ochre: #9a8b72;
  --wax-taupe: #8a7d6a;
  --pollen-grey: #7a7062;
  --dusty-honey: #a69578;
  --honey-amber: #c9892a;
  --pollen-yellow: #e8b84a;
  --queen-red: #b84a3a;
  --keeper-blue: #3a6b8c;
  --propolis-green: #5a7a5a;
  --nectar-orange: #d47a3a;
  --royal-violet: #6a5a8a;
  --pale-apricot: #f0d8c0;
  --washed-sage: #c8d4c0;
  --straw-beige: #e0d4b8;
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Work Sans', sans-serif;
  --font-mono: 'DM Mono', monospace;
  --header-h: 72px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --shadow-wax: 0 4px 24px rgba(42, 36, 28, 0.08);
  --shadow-lift: 0 12px 40px rgba(42, 36, 28, 0.14);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  max-width: 100vw;
  position: relative;
}

body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--hive-charcoal);
  background-color: var(--wax-ivory);
  overflow-x: hidden !important;
  max-width: 100vw;
  position: relative;
}

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

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

ul, ol {
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: 1rem;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.section {
  padding: 96px 0;
  overflow-x: hidden;
  max-width: 100%;
  position: relative;
}

.section--dark {
  background-color: var(--hive-charcoal);
  color: var(--wax-ivory);
}

.section--wax {
  background-color: var(--honey-cream);
}

.section-label {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--honey-amber);
  margin-bottom: 16px;
  display: inline-block;
}

.section--dark .section-label {
  color: var(--pollen-yellow);
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 24px;
  color: var(--propolis-brown);
}

.section--dark .section-title {
  color: var(--wax-ivory);
}

.section-intro {
  font-size: 1.125rem;
  color: var(--wax-taupe);
  max-width: 640px;
  margin-bottom: 48px;
}

.section--dark .section-intro {
  color: var(--muted-ochre);
}

.honeycomb-bg {
  background-color: var(--wax-ivory);
  background-image:
    radial-gradient(circle at 20% 30%, rgba(201, 137, 42, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 60% 70%, rgba(201, 137, 42, 0.03) 1px, transparent 1px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='100' viewBox='0 0 56 100'%3E%3Cpath d='M28 0 L56 16 L56 50 L28 66 L0 50 L0 16 Z' fill='none' stroke='%23c9892a' stroke-opacity='0.06' stroke-width='0.5'/%3E%3Cpath d='M28 34 L56 50 L56 84 L28 100 L0 84 L0 50 Z' fill='none' stroke='%23c9892a' stroke-opacity='0.06' stroke-width='0.5'/%3E%3C/svg%3E");
  background-size: 40px 40px, 40px 40px, 56px 100px;
}

.wax-band {
  background: linear-gradient(180deg, var(--beeswax) 0%, var(--wax-ivory) 8%, var(--wax-ivory) 92%, var(--beeswax) 100%);
}

.pollen-field::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(232, 184, 74, 0.08) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  pointer-events: none;
  opacity: 0.6;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--header-h);
  background: rgba(247, 240, 228, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 137, 42, 0.12);
  transition: box-shadow var(--transition), background var(--transition);
  overflow-x: hidden;
  max-width: 100vw;
}

.site-header.is-scrolled {
  box-shadow: var(--shadow-wax);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  gap: 24px;
}

.logo img {
  height: 40px;
  width: auto;
}

.nav-desktop {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-desktop a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--propolis-brown);
  position: relative;
  padding: 4px 0;
}

.nav-desktop a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--honey-amber);
  transition: width var(--transition);
}

.nav-desktop a:hover::after,
.nav-desktop a.is-active::after {
  width: 100%;
}

.header-meta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cell-status {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--keeper-blue);
  padding: 4px 10px;
  border: 1px solid rgba(58, 107, 140, 0.3);
  border-radius: 2px;
  background: rgba(58, 107, 140, 0.06);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 3px;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.btn--primary {
  background: var(--honey-amber);
  color: var(--wax-ivory);
}

.btn--primary:hover {
  background: var(--nectar-orange);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lift);
}

.btn--secondary {
  background: transparent;
  color: var(--propolis-brown);
  border: 1.5px solid var(--honey-amber);
}

.btn--secondary:hover {
  background: rgba(201, 137, 42, 0.08);
  transform: translateY(-2px);
}

.btn--dark {
  background: var(--hive-charcoal);
  color: var(--wax-ivory);
}

.btn--dark:hover {
  background: var(--propolis-brown);
  transform: translateY(-2px);
}

.link-underline {
  font-weight: 600;
  color: var(--keeper-blue);
  position: relative;
  display: inline-block;
}

.link-underline::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--keeper-blue);
  transition: width var(--transition);
}

.link-underline:hover::after {
  width: 100%;
}

.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  z-index: 1100;
}

.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--propolis-brown);
  transition: transform var(--transition), opacity var(--transition);
}

.burger.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.burger.is-active span:nth-child(2) {
  opacity: 0;
}

.burger.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  height: 100dvh;
  background: rgba(247, 240, 228, 0.98);
  backdrop-filter: blur(16px);
  z-index: 1050;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 100px 40px 40px;
}

.mobile-nav.is-open {
  transform: translateX(0);
}

.mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--propolis-brown);
}

.mobile-nav ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mobile-nav a {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--propolis-brown);
  padding: 16px 0;
  border-bottom: 1px solid rgba(201, 137, 42, 0.12);
}

.mobile-nav .btn {
  margin-top: 32px;
  width: 100%;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(30, 26, 20, 0.4);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
}

.nav-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

body.nav-open {
  overflow: hidden !important;
}

.hero {
  padding-top: calc(var(--header-h) + 64px);
  padding-bottom: 96px;
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow-x: hidden;
  max-width: 100%;
}

.hero-parallax {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-parallax-layer {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='100' viewBox='0 0 56 100'%3E%3Cpath d='M28 0 L56 16 L56 50 L28 66 L0 50 L0 16 Z' fill='none' stroke='%23c9892a' stroke-opacity='0.04' stroke-width='0.5'/%3E%3C/svg%3E");
  background-size: 56px 100px;
  opacity: 0.5;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.hero-content h1 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--propolis-brown);
  margin-bottom: 24px;
}

.hero-content p {
  font-size: 1.125rem;
  color: var(--wax-taupe);
  margin-bottom: 32px;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-bottom: 48px;
}

.hero-visual {
  position: relative;
}

.hero-image {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--shadow-lift);
  border: 1px solid rgba(201, 137, 42, 0.15);
}

.hero-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.hero-image:hover img {
  transform: scale(1.03);
}

.allocation-panel {
  position: absolute;
  bottom: -24px;
  left: -24px;
  background: var(--wax-ivory);
  border: 1px solid rgba(201, 137, 42, 0.2);
  padding: 20px;
  border-radius: 3px;
  box-shadow: var(--shadow-wax);
  max-width: 280px;
}

.allocation-panel h3 {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--keeper-blue);
  margin-bottom: 12px;
}

.allocation-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid rgba(201, 137, 42, 0.1);
  font-size: 0.85rem;
}

.allocation-row:last-child {
  border-bottom: none;
}

.allocation-row .cell-id {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--muted-ochre);
}

.allocation-row .status {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  padding: 2px 8px;
  border-radius: 2px;
  background: rgba(90, 122, 90, 0.12);
  color: var(--propolis-green);
}

.hero-cells {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 32px;
}

.hero-cell-card {
  background: var(--honeycomb-cream);
  border: 1px solid rgba(201, 137, 42, 0.15);
  padding: 16px;
  border-radius: 3px;
  transition: transform var(--transition), box-shadow var(--transition);
}

.hero-cell-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-wax);
}

.hero-cell-card .cell-label {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--honey-amber);
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.hero-cell-card h4 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--propolis-brown);
}

.cell-signals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cell-signal {
  background: var(--wax-ivory);
  border: 1px solid rgba(201, 137, 42, 0.12);
  padding: 32px;
  border-radius: 3px;
  position: relative;
  transition: transform var(--transition), box-shadow var(--transition);
}

.cell-signal:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lift);
}

.cell-signal::before {
  content: '';
  position: absolute;
  top: 0;
  left: 24px;
  width: 40px;
  height: 3px;
  background: var(--honey-amber);
}

.signal-label {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--keeper-blue);
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.signal-input,
.signal-response,
.signal-outcome {
  margin-bottom: 12px;
}

.signal-input strong,
.signal-response strong,
.signal-outcome strong {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted-ochre);
  display: block;
  margin-bottom: 4px;
}

.signal-input p,
.signal-response p,
.signal-outcome p {
  font-size: 0.9rem;
  color: var(--propolis-brown);
}

.allocation-standard {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.standard-image {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(201, 137, 42, 0.15);
}

.standard-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.check-list {
  margin-top: 32px;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(201, 137, 42, 0.1);
}

.check-list .check-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.check-list .check-icon svg {
  width: 100%;
  height: 100%;
}

.check-list strong {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--wax-ivory);
  display: block;
  margin-bottom: 4px;
}

.check-list span {
  font-size: 0.9rem;
  color: var(--muted-ochre);
}

.produced-cells {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
}

.featured-cell {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(201, 137, 42, 0.15);
  transition: transform var(--transition), box-shadow var(--transition);
}

.featured-cell:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lift);
}

.featured-cell img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.featured-cell-content {
  padding: 28px;
  background: var(--honeycomb-cream);
}

.cell-meta {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--honey-amber);
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.featured-cell-content h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--propolis-brown);
}

.cell-detail {
  font-size: 0.9rem;
  color: var(--wax-taupe);
  margin-bottom: 8px;
}

.cell-detail strong {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted-ochre);
  display: block;
  margin-bottom: 2px;
}

.outcome-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.outcome-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  background: var(--wax-ivory);
  border: 1px solid rgba(201, 137, 42, 0.12);
  border-radius: 3px;
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}

.outcome-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-wax);
}

.outcome-card img {
  width: 100%;
  height: 100%;
  min-height: 100px;
  object-fit: cover;
}

.outcome-card-body {
  padding: 20px 20px 20px 0;
}

.outcome-card-body h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--propolis-brown);
}

.keeper-note {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: center;
}

.keeper-note-image {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(201, 137, 42, 0.15);
}

.keeper-note-image img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}

.keeper-highlight {
  margin-top: 32px;
  padding: 24px;
  background: var(--honeycomb-cream);
  border-left: 4px solid var(--honey-amber);
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  font-style: italic;
  color: var(--propolis-brown);
}

.service-cells-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.service-cell {
  background: var(--wax-ivory);
  border: 1px solid rgba(201, 137, 42, 0.12);
  border-radius: 3px;
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}

.service-cell:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lift);
}

.service-cell-header {
  padding: 24px 24px 16px;
  border-bottom: 1px solid rgba(201, 137, 42, 0.1);
}

.service-cell-header .cell-id {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--keeper-blue);
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.service-cell-header h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--propolis-brown);
}

.service-cell-body {
  padding: 20px 24px 24px;
}

.service-row {
  margin-bottom: 16px;
}

.service-row:last-child {
  margin-bottom: 0;
}

.service-row label {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted-ochre);
  display: block;
  margin-bottom: 4px;
}

.service-row p {
  font-size: 0.9rem;
  color: var(--propolis-brown);
}

.sequence-timeline {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 16px;
  position: relative;
}

.sequence-timeline::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 5%;
  right: 5%;
  height: 2px;
  background: rgba(232, 184, 74, 0.3);
}

.sequence-step {
  text-align: center;
  position: relative;
}

.step-marker {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  background: var(--hive-charcoal);
  border: 2px solid var(--pollen-yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--pollen-yellow);
  position: relative;
  z-index: 1;
}

.sequence-step h4 {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--wax-ivory);
  margin-bottom: 8px;
}

.sequence-step p {
  font-size: 0.8rem;
  color: var(--muted-ochre);
}

.colony-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.proof-block {
  text-align: center;
  padding: 32px 20px;
  background: var(--honeycomb-cream);
  border: 1px solid rgba(201, 137, 42, 0.12);
  border-radius: 3px;
}

.proof-stat {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--honey-amber);
  margin-bottom: 8px;
}

.proof-label {
  font-size: 0.9rem;
  color: var(--wax-taupe);
}

.proof-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.proof-category {
  padding: 28px;
  background: var(--wax-ivory);
  border: 1px solid rgba(201, 137, 42, 0.1);
  border-radius: 3px;
}

.proof-category h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--propolis-brown);
}

.proof-category p {
  font-size: 0.9rem;
  color: var(--wax-taupe);
}

.marquee-section {
  padding: 48px 0;
  overflow: hidden;
  max-width: 100vw;
  background: var(--propolis-brown);
}

.marquee-track {
  display: flex;
  overflow: hidden;
  max-width: 100vw;
  margin-bottom: 16px;
}

.marquee-track:last-child {
  margin-bottom: 0;
}

.marquee-content {
  display: flex;
  gap: 48px;
  animation: marquee-left 40s linear infinite;
  white-space: nowrap;
}

.marquee-content--reverse {
  animation: marquee-right 40s linear infinite;
}

.marquee-item {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  color: var(--pollen-yellow);
  padding: 8px 20px;
  border: 1px solid rgba(232, 184, 74, 0.3);
  border-radius: 2px;
  flex-shrink: 0;
}

@keyframes marquee-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes marquee-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

.intake-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.intake-visual {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(201, 137, 42, 0.15);
}

.intake-visual img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.contact-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-item label {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--keeper-blue);
  display: block;
  margin-bottom: 6px;
}

.contact-item p,
.contact-item a {
  font-size: 1rem;
  color: var(--propolis-brown);
}

.map-preview {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(201, 137, 42, 0.15);
  height: 280px;
}

.map-preview iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.site-footer {
  background: var(--black-honey);
  color: var(--wax-ivory);
  padding: 80px 0 40px;
  overflow-x: hidden;
  max-width: 100%;
}

.footer-statement {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  max-width: 700px;
  margin-bottom: 64px;
  line-height: 1.2;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 64px;
}

.footer-col h4 {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pollen-yellow);
  margin-bottom: 20px;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-col a {
  font-size: 0.9rem;
  color: var(--muted-ochre);
  transition: color var(--transition);
}

.footer-col a:hover {
  color: var(--wax-ivory);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid rgba(232, 184, 74, 0.15);
  flex-wrap: wrap;
  gap: 16px;
}

.footer-bottom p {
  font-size: 0.85rem;
  color: var(--muted-ochre);
}

.footer-logo img {
  height: 32px;
  opacity: 0.8;
}

.page-hero {
  padding-top: calc(var(--header-h) + 64px);
  padding-bottom: 64px;
  background: var(--honey-cream);
  overflow-x: hidden;
  max-width: 100%;
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: 700;
  color: var(--propolis-brown);
  margin-bottom: 16px;
}

.page-hero p {
  font-size: 1.125rem;
  color: var(--wax-taupe);
  max-width: 640px;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.content-image {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(201, 137, 42, 0.15);
}

.content-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.prose h2 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--propolis-brown);
  margin: 40px 0 16px;
}

.prose h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--propolis-brown);
  margin: 32px 0 12px;
}

.prose p {
  margin-bottom: 16px;
  color: var(--propolis-brown);
}

.prose ul {
  margin: 16px 0;
  padding-left: 0;
}

.prose ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  color: var(--propolis-brown);
}

.prose ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: var(--honey-amber);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.portfolio-case {
  background: var(--wax-ivory);
  border: 1px solid rgba(201, 137, 42, 0.12);
  border-radius: 3px;
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}

.portfolio-case:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lift);
}

.portfolio-case img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.portfolio-case-body {
  padding: 28px;
}

.faq-list {
  max-width: 800px;
}

.faq-item {
  border-bottom: 1px solid rgba(201, 137, 42, 0.15);
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--propolis-brown);
  text-align: left;
}

.faq-question svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transition: transform var(--transition);
}

.faq-item.is-open .faq-question svg {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.is-open .faq-answer {
  max-height: 500px;
  padding-bottom: 24px;
}

.faq-answer p {
  font-size: 0.95rem;
  color: var(--wax-taupe);
  line-height: 1.7;
}

.contact-form-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
}

.contact-form {
  background: var(--honeycomb-cream);
  border: 1px solid rgba(201, 137, 42, 0.15);
  padding: 40px;
  border-radius: 4px;
}

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--keeper-blue);
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(201, 137, 42, 0.25);
  border-radius: 3px;
  background: var(--wax-ivory);
  color: var(--propolis-brown);
  transition: border-color var(--transition), box-shadow var(--transition);
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--honey-amber);
  box-shadow: 0 0 0 3px rgba(201, 137, 42, 0.12);
}

.form-group input.is-invalid,
.form-group textarea.is-invalid {
  border-color: var(--queen-red);
}

.form-group textarea {
  min-height: 140px;
  resize: vertical;
}

.form-error {
  font-size: 0.8rem;
  color: var(--queen-red);
  margin-top: 6px;
  display: none;
}

.form-group.has-error .form-error {
  display: block;
}

.contact-form .btn {
  width: 100%;
}

.thanks-page {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 24px;
}

.thanks-content {
  max-width: 560px;
}

.thanks-content h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--propolis-brown);
  margin-bottom: 24px;
}

.thanks-content p {
  font-size: 1.125rem;
  color: var(--wax-taupe);
  margin-bottom: 16px;
}

.thanks-content .btn {
  margin-top: 32px;
}

.legal-page main,
main.legal-page {
  padding-top: calc(var(--header-h) + 48px);
  padding-bottom: 80px;
}

.legal-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}

.legal-content h1 {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--propolis-brown);
  margin-bottom: 16px;
}

.legal-content .legal-updated {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--muted-ochre);
  margin-bottom: 48px;
}

.legal-content h2 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--propolis-brown);
  margin: 40px 0 16px;
}

.legal-content h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--propolis-brown);
  margin: 28px 0 12px;
}

.legal-content p {
  margin-bottom: 16px;
  color: var(--propolis-brown);
  line-height: 1.75;
}

.legal-content ul,
.legal-content ol {
  margin: 16px 0 16px 24px;
}

.legal-content ul li,
.legal-content ol li {
  margin-bottom: 8px;
  color: var(--propolis-brown);
  line-height: 1.7;
}

.legal-content ul {
  list-style: disc;
}

.legal-content ol {
  list-style: decimal;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.stagger-item {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.stagger-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.line-icon svg {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 1.2s ease;
}

.line-icon.is-drawn svg {
  stroke-dashoffset: 0;
}

.icon-hex {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}

.cta-section {
  text-align: center;
  padding: 80px 0;
}

.cta-section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--propolis-brown);
  margin-bottom: 16px;
}

.cta-section p {
  font-size: 1.05rem;
  color: var(--wax-taupe);
  max-width: 560px;
  margin: 0 auto 32px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.team-block {
  padding: 28px;
  background: var(--honeycomb-cream);
  border: 1px solid rgba(201, 137, 42, 0.12);
  border-radius: 3px;
}

.team-block h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--propolis-brown);
}

.team-block .role {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--keeper-blue);
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

.team-block p {
  font-size: 0.9rem;
  color: var(--wax-taupe);
}

.services-detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.service-detail-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 32px;
  background: var(--wax-ivory);
  border: 1px solid rgba(201, 137, 42, 0.12);
  border-radius: 3px;
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}

.service-detail-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-wax);
}

.service-detail-card img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
}

.service-detail-body {
  padding: 32px 32px 32px 0;
}

@media (max-width: 1024px) {
  .hero-grid,
  .allocation-standard,
  .keeper-note,
  .intake-cta,
  .contact-preview,
  .contact-form-section,
  .content-grid,
  .produced-cells {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cell-signals {
    grid-template-columns: repeat(2, 1fr);
  }

  .sequence-timeline {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 32px;
  }

  .sequence-timeline::before {
    display: none;
  }

  .colony-proof {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .service-cells-grid {
    grid-template-columns: 1fr;
  }

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

  .service-detail-card {
    grid-template-columns: 1fr;
  }

  .service-detail-card img {
    aspect-ratio: 16/9;
  }

  .service-detail-body {
    padding: 24px;
  }

  .allocation-panel {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 24px;
    max-width: 100%;
  }

  .hero-cells {
    grid-template-columns: repeat(2, 1fr);
  }

  .cell-status {
    display: none;
  }
}

@media (max-width: 768px) {
  .nav-desktop,
  .header-meta .btn {
    display: none;
  }

  .burger {
    display: flex;
  }

  .section {
    padding: 64px 0;
  }

  .cell-signals,
  .colony-proof,
  .proof-categories,
  .hero-cells,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .sequence-timeline {
    grid-template-columns: 1fr;
  }

  .outcome-card {
    grid-template-columns: 1fr;
  }

  .outcome-card img {
    aspect-ratio: 16/9;
  }

  .outcome-card-body {
    padding: 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

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

  .hero-actions .btn {
    width: 100%;
  }

  .contact-form {
    padding: 24px;
  }

  .keeper-note-image img {
    aspect-ratio: 4/3;
  }
}

@media (min-width: 1025px) and (hover: hover) {
  .hero-parallax-layer {
    will-change: transform;
  }
}
