/* Scriben product visual refresh.
   A restrained context-field system gives the page depth while preserving
   the existing product media, copy, controls, pricing, and information order. */
:root {
  --paper: #ffffff;
  --paper-deep: #f4f2ed;
}

.hero {
  min-height: min(720px, calc(100svh - 108px));
  padding-block: clamp(34px, 3.6vw, 54px);
  grid-template-columns: minmax(0, .76fr) minmax(560px, 1.24fr);
  gap: clamp(34px, 4.6vw, 70px);
}

.hero-film-visual.hero-visual {
  min-height: 560px;
  padding: 70px 52px 78px;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 28%, rgba(226,197,142,.5) 0, rgba(184,131,60,.15) 19%, transparent 41%),
    radial-gradient(circle at 18% 86%, rgba(139,65,35,.2) 0, transparent 40%),
    repeating-radial-gradient(circle at 1px 1px, rgba(23,23,20,.045) 0 1px, transparent 1.4px 100%) 0 0 / 19px 19px,
    linear-gradient(128deg, #ffffff 0%, #f7f5f0 52%, #eee8dd 100%);
}

.hero-film-visual.hero-visual::before,
.hero-film-visual.hero-visual::after {
  display: block;
  position: absolute;
  z-index: 3;
  pointer-events: none;
  color: rgba(23,23,20,.62);
  font: 700 9px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero-film-visual.hero-visual::before {
  content: "Real-world context  /  memory  /  action";
  top: 26px;
  left: 28px;
}

.hero-film-visual.hero-visual::after {
  content: "The pen is the capture point";
  right: 28px;
  bottom: 26px;
}

.hero-film-frame.hero-photo-frame {
  width: min(88%, 760px);
  border: 1px solid rgba(23,23,20,.08);
  box-shadow: 0 34px 90px rgba(48,39,28,.18);
}

.hero-product-film {
  filter: saturate(.88) contrast(1.03);
}

.principle-band {
  min-height: 76px;
  height: auto;
  background:
    radial-gradient(circle at 73% 50%, rgba(184,131,60,.32), transparent 31%),
    linear-gradient(90deg, #0b0b0a 0%, #17130f 57%, #3b281b 100%);
}

.trusted {
  padding-block: clamp(48px, 4vw, 66px) 10px;
}

.awards {
  padding-block: clamp(64px, 5vw, 82px);
}

.awards-heading h2 {
  font-size: clamp(48px, 5vw, 78px);
}

.awards-grid {
  margin-top: clamp(34px, 3.5vw, 46px);
  border-radius: 2px;
  background: rgba(255,255,255,.28);
}

.award-card {
  min-height: 300px;
  padding: 22px 20px;
  grid-template-rows: 128px 1fr;
  gap: 20px;
}

.award-logo {
  height: 128px;
}

.award-logo img {
  max-height: 116px !important;
}

.story,
.how,
.proof,
.intelligence,
.details,
.faq {
  padding-block: clamp(64px, 5.4vw, 92px);
}

.section-lead {
  margin-top: 25px;
}

.process-grid {
  margin-top: clamp(42px, 4.5vw, 60px);
  gap: 1px;
  background: var(--line);
}

.process-card {
  min-height: 440px;
  border: 0;
  border-radius: 0;
  background: var(--paper);
}

.process-remember {
  background:
    radial-gradient(circle at 50% 40%, rgba(184,131,60,.58) 0, rgba(76,47,28,.66) 28%, transparent 55%),
    #11110f;
}

.process-agentic {
  background:
    radial-gradient(circle at 72% 15%, rgba(139,65,35,.76) 0, transparent 35%),
    linear-gradient(145deg, #181511, #0b0b0a 68%);
}

.zoom-story {
  height: 180vh;
}

.workspace-section {
  padding-block: clamp(70px, 5vw, 88px);
}

.intelligence-grid {
  margin-top: clamp(48px, 4.5vw, 62px);
}

.intel-card {
  min-height: 540px;
  border-radius: 4px;
}

.knowledge-lake {
  min-height: 510px;
  border-radius: 4px;
  background:
    radial-gradient(circle at 78% 40%, rgba(184,131,60,.46) 0, rgba(75,47,29,.28) 25%, transparent 48%),
    linear-gradient(135deg, #0b0b0a, #1d1712 66%, #382417);
}

.tech-architecture,
.spec-card,
.proof-stories-panel,
.story-proof-card,
.workspace-proof-card {
  border-radius: 4px;
}

.enterprise {
  padding-block: clamp(66px, 5vw, 88px);
}

.closing-cta {
  min-height: 520px;
  background:
    radial-gradient(circle at 78% 36%, rgba(226,197,142,.55) 0, rgba(184,131,60,.2) 19%, transparent 40%),
    radial-gradient(circle at 18% 84%, rgba(139,65,35,.7), transparent 40%),
    linear-gradient(125deg, #0b0b0a 0%, #1b1510 54%, #765029 100%);
}

.site-footer {
  padding-top: 68px;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: minmax(0,.8fr) minmax(470px,1.2fr);
  }

  .hero-film-visual.hero-visual {
    min-height: 500px;
    padding: 62px 34px 70px;
  }
}

@media (max-width: 820px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .story,
  .how,
  .proof,
  .intelligence,
  .details,
  .faq {
    padding-block: 66px;
  }

  .process-grid {
    background: transparent;
    gap: 1px;
  }

  .process-card {
    min-height: 390px;
  }

  .intel-card {
    min-height: 500px;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-block: 30px 38px;
  }

  .hero-mobile-film-card {
    padding: 10px 10px 39px;
    background:
      radial-gradient(circle at 74% 24%, rgba(226,197,142,.48), transparent 34%),
      radial-gradient(circle at 15% 85%, rgba(139,65,35,.18), transparent 40%),
      linear-gradient(135deg, #ffffff, #eee8dd);
    box-shadow: 0 22px 54px rgba(42,31,22,.14);
  }

  .hero-mobile-film-card::after {
    content: "Context  /  memory  /  action";
    position: absolute;
    left: 13px;
    bottom: 13px;
    color: rgba(23,23,20,.62);
    font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .15em;
    text-transform: uppercase;
  }

  .hero-mobile-film {
    aspect-ratio: 16 / 9;
  }

  .principle-band {
    min-height: 104px;
  }

  .awards-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(80vw, 300px);
    gap: 1px;
    overflow-x: auto;
    border: 0;
    scroll-snap-type: x mandatory;
  }

  .award-card,
  .award-card:nth-child(3),
  .award-card:nth-child(even) {
    min-height: 270px;
    grid-template-rows: 112px 1fr;
    border: 1px solid var(--line);
    scroll-snap-align: start;
  }

  .award-logo {
    height: 112px;
  }

  .award-logo img {
    max-height: 100px !important;
  }

  .story,
  .how,
  .proof,
  .intelligence,
  .details,
  .faq {
    padding-block: 58px;
  }

  .zoom-story {
    height: auto;
  }

  .workspace-section {
    padding-block: 58px;
  }

  .intel-card {
    min-height: 470px;
  }

  .knowledge-lake {
    min-height: 540px;
  }

  .closing-cta {
    min-height: 500px;
  }
}
