:root {
  --paper: #fff4d6;
  --paper-deep: #f6e9c4;
  --surface: #fdfbf7;
  --surface-strong: #f7f1e4;
  --ink: #1a1a1a;
  --ink-soft: #6e6e6e;
  --rule: #f0dba0;
  --rule-strong: #ddc98f;
  --moss: #f39c2a;
  --shadow: 0 20px 38px rgba(26, 26, 26, 0.08);
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

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

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  line-height: 1.6;
}

a,
button {
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(240, 219, 160, 0.4);
  background: rgba(255, 244, 214, 0.82);
  backdrop-filter: blur(10px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.68rem;
  text-decoration: none;
  color: var(--ink);
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
  transition: filter 0.24s ease, transform 0.24s ease;
}

.brand:hover img {
  filter: invert(1) hue-rotate(180deg) saturate(0.9) contrast(1.07);
  transform: scale(1.06) rotate(-2deg);
}

.brand span {
  font-family: "Cabinet Grotesk", system-ui, sans-serif;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.nav-links {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.16rem;
}

.nav-links a {
  text-decoration: none;
  color: #5c5c58;
  font-weight: 500;
  font-size: 0.92rem;
  border-radius: 999px;
  padding: 0.42rem 0.82rem;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-links a:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.55);
}

.nav-coffee-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  border: 1px solid rgba(206, 120, 18, 0.35);
  background: rgba(243, 156, 42, 0.1);
}

.nav-coffee-link:hover {
  border-color: rgba(206, 120, 18, 0.55);
  background: rgba(243, 156, 42, 0.2);
}

.nav-coffee-icon {
  font-size: 0.9rem;
  line-height: 1;
}

main {
  overflow: hidden;
}

.hero {
  position: relative;
  padding: 3.6rem 0 3.2rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 26%, rgba(243, 156, 42, 0.18), transparent 42%),
    radial-gradient(circle at 12% 70%, rgba(243, 156, 42, 0.12), transparent 38%);
  pointer-events: none;
}

.hero > .container {
  position: relative;
}

.hero-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 0.72rem 0;
}

.overline {
  margin: 0;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #5c5c58;
  font-weight: 500;
}

.overline-light {
  color: rgba(255, 244, 214, 0.65);
}

.hero-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 1.6rem;
}

.hero-copy-block {
  display: grid;
  gap: 1rem;
}

.hero-copy-block h1 {
  margin: 0;
  font-family: "Cabinet Grotesk", system-ui, sans-serif;
  font-size: clamp(2.5rem, 8vw, 7rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.hero-copy-block h1 span {
  display: block;
  font-style: italic;
  color: var(--moss);
  font-weight: 600;
}

.hero-copy-block p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
  max-width: 32ch;
}

.hero-logo-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(56vw, 560px);
  border-radius: 28px;
  border: 1px solid rgba(240, 219, 160, 0.8);
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.92), rgba(249, 238, 210, 0.8) 66%),
    linear-gradient(180deg, #fff7e7 0%, #faecd0 100%);
  box-shadow: 0 24px 44px rgba(26, 26, 26, 0.12);
  overflow: hidden;
}

.hero-logo-stage::before {
  content: "";
  position: absolute;
  inset: 12% 18% auto;
  height: 58%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(243, 156, 42, 0.28), transparent 70%);
  filter: blur(6px);
}

.hero-note-stack {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-note-chip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(214, 188, 128, 0.95);
  background: rgba(255, 250, 240, 0.94);
  color: #60584a;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  line-height: 1.22;
  text-align: center;
  border-radius: 10px;
  padding: 0.58rem 0.76rem;
  width: clamp(220px, 28vw, 360px);
  justify-content: center;
  box-shadow: 0 8px 16px rgba(26, 26, 26, 0.09);
  white-space: normal;
  opacity: 0.74;
  will-change: top, left, transform, opacity;
  transition:
    top 0.38s ease,
    left 0.38s ease,
    transform 0.38s ease,
    opacity 0.28s ease,
    filter 0.28s ease,
    width 0.32s ease,
    font-size 0.32s ease,
    padding 0.32s ease;
}

.chip-full,
.chip-mini {
  display: block;
}

.chip-mini {
  display: none;
}

.note-1 {
  top: 18%;
  left: 20%;
  transform: translate(-50%, -50%) rotate(-16deg);
}

.note-2 {
  top: 13%;
  left: 80%;
  transform: translate(-50%, -50%) rotate(14deg);
}

.note-3 {
  top: 53%;
  left: 16%;
  transform: translate(-50%, -50%) rotate(8deg);
}

.note-4 {
  top: 53%;
  left: 84%;
  transform: translate(-50%, -50%) rotate(-15deg);
}

.note-5 {
  top: 84%;
  left: 26%;
  transform: translate(-50%, -50%) rotate(-9deg);
}

.note-6 {
  top: 87%;
  left: 74%;
  transform: translate(-50%, -50%) rotate(11deg);
}

.note-7 {
  top: 14%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(6deg);
}

.hero-logo-core {
  position: relative;
  z-index: 2;
  width: min(86%, 520px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(63, 36, 14, 0.26));
  transition: filter 0.28s ease, transform 0.28s ease, opacity 0.28s ease;
}

.hero-logo-stage:hover .hero-note-chip {
  font-size: 0.58rem;
  width: clamp(118px, 14vw, 164px);
  padding: 0.28rem 0.4rem;
  opacity: 0.96;
  filter: saturate(1.08);
  border-color: rgba(127, 249, 255, 0.92);
  box-shadow:
    0 12px 24px rgba(26, 26, 26, 0.17),
    0 0 0 1px rgba(127, 249, 255, 0.45),
    0 0 16px rgba(127, 249, 255, 0.26);
}

.hero-logo-stage:hover .chip-full {
  display: none;
}

.hero-logo-stage:hover .chip-mini {
  display: block;
}

.hero-logo-stage:hover .hero-note-stack {
  z-index: 3;
}

.hero-connectors {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.hero-logo-stage:hover .hero-connectors {
  opacity: 0.98;
}

.hero-connector {
  position: absolute;
  border-top: 5px dotted rgba(127, 249, 255, 0.98);
  filter:
    drop-shadow(0 0 7px rgba(127, 249, 255, 0.98))
    drop-shadow(0 0 15px rgba(74, 214, 255, 0.82))
    drop-shadow(0 0 26px rgba(74, 214, 255, 0.52));
  opacity: 0.98;
  animation: neonPulse 1.15s ease-in-out infinite;
}

.conn-left {
  top: 28%;
  left: 22%;
  height: 30%;
  border-top: 0;
  border-left: 5px dotted rgba(127, 249, 255, 0.98);
}

.conn-right {
  top: 28%;
  left: 78%;
  height: 30%;
  border-top: 0;
  border-left: 5px dotted rgba(127, 249, 255, 0.98);
}

.conn-mid {
  top: 43%;
  left: 22%;
  width: 56%;
}

.conn-left-center {
  top: 58%;
  left: 22%;
  width: 32.5%;
  transform: rotate(30deg);
  transform-origin: left center;
}

.conn-right-center {
  top: 58%;
  left: 78%;
  width: 32.5%;
  transform: rotate(150deg);
  transform-origin: left center;
}

@keyframes neonPulse {
  0%,
  100% {
    opacity: 0.68;
    filter:
      drop-shadow(0 0 5px rgba(127, 249, 255, 0.92))
      drop-shadow(0 0 11px rgba(74, 214, 255, 0.65));
  }

  50% {
    opacity: 1;
    filter:
      drop-shadow(0 0 9px rgba(127, 249, 255, 1))
      drop-shadow(0 0 22px rgba(74, 214, 255, 0.95))
      drop-shadow(0 0 34px rgba(74, 214, 255, 0.58));
  }
}

.hero-logo-stage:hover .note-1 {
  top: 28%;
  left: 22%;
  transform: translate(-50%, -50%) rotate(0deg);
}

.hero-logo-stage:hover .note-2 {
  top: 43%;
  left: 22%;
  transform: translate(-50%, -50%) rotate(0deg);
}

.hero-logo-stage:hover .note-3 {
  top: 58%;
  left: 22%;
  transform: translate(-50%, -50%) rotate(0deg);
}

.hero-logo-stage:hover .note-4 {
  top: 28%;
  left: 78%;
  transform: translate(-50%, -50%) rotate(0deg);
}

.hero-logo-stage:hover .note-5 {
  top: 43%;
  left: 78%;
  transform: translate(-50%, -50%) rotate(0deg);
}

.hero-logo-stage:hover .note-6 {
  top: 58%;
  left: 78%;
  transform: translate(-50%, -50%) rotate(0deg);
}

.hero-logo-stage:hover .note-7 {
  top: 74%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}

.hero-logo-stage:hover .hero-logo-core {
  z-index: 0;
  filter: invert(1) hue-rotate(180deg) saturate(0.9) contrast(1.07);
  transform: scale(1.04) rotate(-1deg);
  opacity: 0.78;
}

.hero-cta {
  margin-top: 1.8rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: transform 0.2s ease, background 0.2s ease;
}

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

.button-primary {
  background: var(--ink);
  color: var(--paper);
  padding: 0.72rem 1.15rem;
}

.button-primary:hover {
  background: #252525;
}

.button-link {
  color: var(--ink);
  padding: 0.35rem 0.16rem;
}

.button-link:hover {
  color: #000;
}

.dot {
  color: #887d61;
}

.hero-note {
  display: block;
  margin-top: 0.45rem;
  margin-left: 0;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  color: #666056;
  font-size: 0.73rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-stats {
  margin-top: 2.2rem;
  border-top: 1px solid var(--rule);
  padding-top: 1.2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hero-stats article {
  display: grid;
  gap: 0.14rem;
}

.hero-stats strong {
  font-family: "Cabinet Grotesk", system-ui, sans-serif;
  font-size: 1.14rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hero-stats span {
  font-size: 0.76rem;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "JetBrains Mono", ui-monospace, monospace;
}

.section {
  padding: 4.4rem 0;
}

.section-rule {
  border-top: 1px solid rgba(240, 219, 160, 0.7);
}

.section-alt {
  background: rgba(255, 255, 255, 0.38);
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.26fr) minmax(0, 0.74fr);
  gap: 1.2rem;
  align-items: start;
  margin-bottom: 2rem;
}

.section-intro h2 {
  margin: 0;
  font-family: "Cabinet Grotesk", system-ui, sans-serif;
  font-size: clamp(2rem, 5vw, 3.85rem);
  line-height: 1.01;
  letter-spacing: -0.045em;
  font-weight: 700;
}

.section-intro h2 span {
  display: block;
  color: var(--ink-soft);
  font-style: italic;
  font-weight: 500;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card {
  border-radius: 18px;
  border: 1px solid var(--rule-strong);
  background: var(--surface);
  padding: 1.25rem;
}

.feature-card h3 {
  margin: 0.45rem 0 0;
  font-family: "Cabinet Grotesk", system-ui, sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.feature-card p {
  margin: 0.55rem 0 0;
  color: var(--ink-soft);
}

.feature-main {
  grid-column: span 12;
  display: grid;
  gap: 0.55rem;
  box-shadow: var(--shadow);
}

.feature-shot-grid {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.72rem;
}

.card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6a6154;
}

.dot-mini {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--moss);
}

.flow-card {
  margin-top: 0.95rem;
  border: 1px solid #e5d8bc;
  border-radius: 14px;
  background: #fffdf8;
  padding: 0.82rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.65rem;
  align-items: center;
}

.flow-pane {
  background: #f8f2e5;
  border: 1px solid #e8dcc3;
  border-radius: 10px;
  padding: 0.7rem;
  display: grid;
  gap: 0.5rem;
}

.flow-input {
  animation: fadePulse 5.8s ease-in-out infinite;
}

.flow-output {
  animation: risePulse 5.8s ease-in-out infinite;
}

.line {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #dbcab0;
}

.w90 {
  width: 90%;
}

.w88 {
  width: 88%;
}

.w84 {
  width: 84%;
}

.w82 {
  width: 82%;
}

.w76 {
  width: 76%;
}

.w70 {
  width: 70%;
}

.w68 {
  width: 68%;
}

.flow-arrow {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  color: #9c8564;
  font-size: 0.84rem;
}

.tags-row {
  display: flex;
  gap: 0.34rem;
  flex-wrap: wrap;
}

.tags-row span {
  font-size: 0.65rem;
  color: #7a6242;
  background: #f2e3cc;
  border: 1px solid #dfcead;
  border-radius: 999px;
  padding: 0.15rem 0.45rem;
}

.feature-dark {
  grid-column: span 6;
  background: #1a1a1a;
  border-color: #2a2a2a;
  color: var(--paper);
}

.card-kicker-light {
  color: rgba(255, 244, 214, 0.72);
}

.feature-dark p {
  color: rgba(255, 244, 214, 0.68);
}

.feature-shot-stack {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.68rem;
}

.shot-frame {
  margin: 0;
  border-radius: 12px;
  border: 1px solid #dfd0b4;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(22, 22, 22, 0.08);
}

.shot-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.shot-dark {
  border-color: rgba(255, 244, 214, 0.28);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
}

.graph-svg {
  margin-top: 0.9rem;
  width: 100%;
  height: auto;
}

.graph-svg line {
  stroke: rgba(255, 244, 214, 0.33);
  stroke-width: 1;
}

.graph-svg circle {
  fill: rgba(255, 244, 214, 0.95);
}

.feature-wide {
  grid-column: span 6;
  display: grid;
  gap: 0.82rem;
  grid-template-columns: 1fr;
}

.feature-extra-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.feature-mini-card {
  grid-column: span 3;
  border-radius: 14px;
  border: 1px solid #dfcfaa;
  background: linear-gradient(180deg, #fffdf8 0%, #fdf4df 100%);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
}

.feature-mini-card h3 {
  margin: 0.45rem 0 0;
  font-family: "Cabinet Grotesk", system-ui, sans-serif;
  font-size: 1.12rem;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.feature-mini-card p {
  margin: 0.2rem 0 0;
  color: #625b50;
  font-size: 0.94rem;
}

.mini-visual {
  margin-top: 0.5rem;
  border: 1px solid #e3d5b9;
  border-radius: 10px;
  background: #fffdf8;
  padding: 0.62rem;
}

.mini-line {
  display: block;
  height: 7px;
  border-radius: 999px;
  background: #d8c6a8;
}

.mini-translate .lang-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0.36rem;
}

.lang-targets {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  flex-wrap: nowrap;
}

.lang-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.44rem;
  border-radius: 999px;
  border: 1px solid #dcc9a7;
  background: #f7ecd6;
  color: #69593f;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.62rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-arrow {
  display: inline-flex;
  align-items: center;
  color: #8f7954;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.7rem;
  line-height: 1;
}

.annotation-visual {
  display: grid;
  gap: 0.5rem;
}

.annot-block {
  display: grid;
  gap: 0.42rem;
}

.annot-highlight {
  background: linear-gradient(90deg, #f4bb62 0%, #e2a44e 100%);
}

.annot-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.annot-tag {
  border: 1px solid #dfccaa;
  border-radius: 999px;
  background: #f8efdd;
  color: #6a5b44;
  font-size: 0.68rem;
  padding: 0.12rem 0.4rem;
}

.search-mini {
  display: grid;
  gap: 0.45rem;
}

.search-mini-bar {
  border: 1px solid #deccac;
  border-radius: 7px;
  background: #f8f0e0;
  color: #8d7a60;
  padding: 0.34rem 0.46rem;
  font-size: 0.73rem;
}

.search-mini-list {
  display: grid;
  gap: 0.34rem;
}

.search-mini-item {
  border: 1px solid #e7dbc5;
  border-radius: 7px;
  background: #fffcf5;
  color: #554a3a;
  font-size: 0.72rem;
  padding: 0.3rem 0.42rem;
}

.theme-card {
  background:
    radial-gradient(circle at 84% 18%, rgba(243, 156, 42, 0.2), transparent 48%),
    linear-gradient(180deg, #fffef9 0%, #fef3db 100%);
}

.theme-chip-row {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.theme-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #d8c7a0;
  padding: 0.18rem 0.54rem;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.theme-chip.studio {
  background: #f4e5c9;
  color: #5f4f31;
}

.theme-chip.medium {
  background: #f8f7f4;
  color: #494947;
}

.theme-chip.dark {
  background: #22252f;
  border-color: #393d4a;
  color: #e2e7f2;
}

.theme-preview {
  margin-top: 0.62rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.46rem;
}

.theme-swatch {
  display: block;
  position: relative;
  overflow: hidden;
  height: 74px;
  width: 74px;
  border-radius: 10px;
  border: 1px solid #decbab;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.theme-swatch::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 7px;
  background:
    linear-gradient(90deg, var(--swatch-side) 0 26%, transparent 26%),
    linear-gradient(180deg, var(--swatch-pane-top) 0%, var(--swatch-pane-bot) 100%);
}

.theme-swatch::after {
  content: "";
  position: absolute;
  left: 38%;
  right: 14px;
  top: 21px;
  height: 5px;
  border-radius: 999px;
  background: var(--swatch-line);
  opacity: 0.72;
  box-shadow:
    0 12px 0 var(--swatch-line),
    0 24px 0 var(--swatch-line);
}

.theme-swatch.studio {
  --swatch-side: #ead09f;
  --swatch-pane-top: #fbf2de;
  --swatch-pane-bot: #f0e0bf;
  --swatch-line: #8f7544;
  background: linear-gradient(180deg, #fff4de 0%, #efdbad 52%, #e2bf7c 100%);
}

.theme-swatch.medium {
  --swatch-side: #eceae4;
  --swatch-pane-top: #ffffff;
  --swatch-pane-bot: #f4f3f0;
  --swatch-line: #77746d;
  background: linear-gradient(180deg, #ffffff 0%, #f5f4f0 55%, #e7e4db 100%);
}

.theme-swatch.dark {
  --swatch-side: #2b3244;
  --swatch-pane-top: #323a4d;
  --swatch-pane-bot: #212734;
  --swatch-line: #c6d1ea;
  background: linear-gradient(180deg, #3c455b 0%, #272f40 45%, #151a25 100%);
  border-color: #3a3f4c;
}

.feature-embed-card {
  grid-column: span 3;
}

.embed-visual {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 0.55rem;
  align-items: stretch;
}

.embed-rail {
  border: 1px solid #e1d2b4;
  border-radius: 8px;
  background: linear-gradient(180deg, #faf2e1 0%, #f2e3c5 100%);
}

.embed-content {
  border: 1px solid #e1d2b4;
  border-radius: 8px;
  background: #fffcf6;
  padding: 0.46rem;
  display: grid;
  gap: 0.38rem;
}

.embed-toolbar {
  height: 14px;
  border-radius: 999px;
  background: #efe0c4;
}

.feature-wide-gallery {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
}

.shot-span-2 {
  grid-column: span 2;
}

.search-mock {
  border: 1px solid #e4d7be;
  border-radius: 12px;
  background: #fffdf9;
  padding: 0.8rem;
  display: grid;
  gap: 0.7rem;
}

.search-bar {
  border: 1px solid #dcc9aa;
  border-radius: 8px;
  background: #f8f2e6;
  color: #8b7a63;
  font-size: 0.85rem;
  padding: 0.56rem 0.62rem;
}

.search-list {
  display: grid;
  gap: 0.45rem;
}

.search-item {
  border: 1px solid #e4d8c3;
  border-radius: 8px;
  background: #fefcf8;
  padding: 0.52rem 0.58rem;
  color: #4d453b;
  font-size: 0.84rem;
}

.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.8rem;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 46px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: #e2d4b6;
}

.timeline li {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.step-no {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  color: #6f6557;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  margin-top: 0.18rem;
  position: relative;
}

.step-no::before {
  content: "";
  position: absolute;
  left: 38px;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 2px solid #d7c59d;
  background: #fff7e5;
}

.timeline h3 {
  margin: 0;
  font-family: "Cabinet Grotesk", system-ui, sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  letter-spacing: -0.02em;
}

.timeline p {
  margin: 0.35rem 0 0;
  color: var(--ink-soft);
}

.preview-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.flow-video-card {
  border: 1px solid var(--rule-strong);
  border-radius: 14px;
  background: #fffcf5;
  padding: 0.95rem;
  display: grid;
  gap: 0.6rem;
}

.flow-video-card h3 {
  margin: 0;
  font-family: "Cabinet Grotesk", system-ui, sans-serif;
  font-size: clamp(1.15rem, 2.2vw, 1.58rem);
  letter-spacing: -0.02em;
}

.flow-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 540px;
  border-radius: 10px;
  border: 1px solid #e5d8bc;
  background: #efe6d4;
}

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

.flow-shot-card {
  text-decoration: none;
  color: inherit;
  border: 1px solid #e0d0ae;
  border-radius: 12px;
  background: #fffdf8;
  padding: 0.52rem;
  display: grid;
  gap: 0.4rem;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.flow-shot-card:hover {
  transform: translateY(-2px);
  border-color: #d6be90;
  box-shadow: 0 10px 18px rgba(26, 26, 26, 0.09);
}

.flow-shot-label {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6d6253;
}

.flow-shot-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid #e8dbc2;
  background: #f4ecdc;
}

.flow-shot-card-panel img {
  object-fit: cover;
  object-position: center top;
}

.screenshot-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.screenshot-card {
  border: 1px solid var(--rule-strong);
  border-radius: 14px;
  background: #fffcf5;
  padding: 0.9rem;
  display: grid;
  gap: 0.55rem;
}

.screenshot-card h3 {
  margin: 0;
  font-family: "Cabinet Grotesk", system-ui, sans-serif;
  font-size: 1.08rem;
  letter-spacing: -0.01em;
}

.screenshot-card-wide {
  grid-column: 1 / -1;
}

.mini-shot-row {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.preview-card h3 {
  margin: 0 0 0.5rem;
  font-family: "Cabinet Grotesk", system-ui, sans-serif;
  font-size: 1.06rem;
  letter-spacing: -0.01em;
}

.mockup {
  border: 1px solid #dfd0b4;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 22px rgba(22, 22, 22, 0.07);
}

.mockup-top {
  background: #f5ecdd;
  border-bottom: 1px solid #e9dcc1;
  height: 30px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
}

.mockup-top span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #dac7a6;
}

.mockup-body {
  padding: 10px;
  min-height: 150px;
}

.form-layout {
  display: grid;
  gap: 7px;
}

.action-pill {
  margin-top: 2px;
  width: 44%;
  height: 23px;
  border-radius: 8px;
  background: #cc651f;
}

.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.mock-panel {
  border: 1px solid #e3d5bc;
  border-radius: 9px;
  background: #f7f0e2;
  min-height: 126px;
}

.mock-panel.soft {
  background: #eee3d1;
}

.workspace-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.55fr 1fr;
  gap: 8px;
}

.mock-pane {
  border-radius: 8px;
  min-height: 126px;
  background: #f3ebdd;
}

.mock-pane.main {
  background: #f8f2e6;
}

.download-cta {
  border-top: 1px solid #302a22;
  background: #1a1a1a;
  color: var(--paper);
  padding: 4.6rem 0 2.6rem;
}

.download-cta h2 {
  margin: 0.58rem 0 1.5rem;
  font-family: "Cabinet Grotesk", system-ui, sans-serif;
  font-size: clamp(2.6rem, 8vw, 7rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 700;
}

.download-cta h2 span {
  font-style: italic;
  color: rgba(255, 244, 214, 0.7);
  font-weight: 500;
}

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

.download-card {
  text-decoration: none;
  color: var(--paper);
  border: 1px solid rgba(255, 244, 214, 0.22);
  border-radius: 14px;
  background: rgba(255, 244, 214, 0.05);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.download-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 244, 214, 0.4);
  background: rgba(255, 244, 214, 0.09);
}

.download-card h3 {
  margin: 0;
  font-family: "Cabinet Grotesk", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.download-card p {
  margin: 0.22rem 0 0;
  color: rgba(255, 244, 214, 0.74);
  font-size: 0.9rem;
}

.download-card span {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  color: rgba(255, 244, 214, 0.8);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

code {
  background: rgba(255, 244, 214, 0.12);
  border: 1px solid rgba(255, 244, 214, 0.2);
  border-radius: 6px;
  padding: 0.1rem 0.35rem;
  font-size: 0.8rem;
  font-family: "JetBrains Mono", ui-monospace, monospace;
}

.download-note {
  margin: 1rem 0 0;
  color: rgba(255, 244, 214, 0.72);
  font-size: 0.9rem;
}

.download-unsigned {
  margin-top: 0.9rem;
  border: 1px solid rgba(255, 244, 214, 0.22);
  border-radius: 14px;
  background: rgba(255, 244, 214, 0.05);
  padding: 1rem;
}

.download-unsigned h3 {
  margin: 0;
  font-family: "Cabinet Grotesk", system-ui, sans-serif;
  font-size: 1.26rem;
  letter-spacing: -0.01em;
}

.download-unsigned p {
  margin: 0.4rem 0 0;
  color: rgba(255, 244, 214, 0.78);
  font-size: 0.92rem;
}

.download-unsigned-actions {
  margin-top: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.56rem;
}

.download-unsigned-link {
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(255, 244, 214, 0.38);
  color: var(--paper);
  background: rgba(255, 244, 214, 0.1);
  padding: 0.45rem 0.72rem;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.download-unsigned-link:hover {
  background: rgba(255, 244, 214, 0.18);
  border-color: rgba(255, 244, 214, 0.58);
  transform: translateY(-1px);
}

.download-unsigned-link.secondary {
  background: transparent;
}

.download-note a {
  color: var(--paper);
}

.site-footer {
  background: #1a1a1a;
  border-top: 1px solid rgba(255, 244, 214, 0.17);
}

.footer-inner {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 244, 214, 0.56);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.grain {
  position: relative;
}

.grain::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image:
    radial-gradient(rgba(26, 26, 26, 0.35) 0.55px, transparent 0.55px),
    radial-gradient(rgba(26, 26, 26, 0.18) 0.35px, transparent 0.35px);
  background-size: 3px 3px, 5px 5px;
  background-position: 0 0, 1px 1px;
  mix-blend-mode: multiply;
}

@keyframes fadePulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  45% {
    opacity: 0.35;
    transform: scale(0.985);
  }

  62% {
    opacity: 0.2;
  }
}

@keyframes risePulse {
  0%,
  44% {
    opacity: 0.25;
    transform: translateY(5px);
  }

  55%,
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1040px) {
  .hero {
    padding-top: 3.1rem;
  }

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

  .hero-copy-block p {
    max-width: 62ch;
  }

  .hero-logo-stage {
    order: -1;
    min-height: min(70vw, 500px);
  }

  .hero-logo-core {
    width: min(82%, 480px);
  }

  .hero-note-chip {
    font-size: 0.62rem;
    padding: 0.4rem 0.5rem;
    width: clamp(180px, 26vw, 290px);
  }

  .hero-note {
    width: auto;
    margin-left: 0;
  }

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

  .section-intro {
    grid-template-columns: 1fr;
    margin-bottom: 1.4rem;
  }

  .feature-main {
    grid-column: span 12;
  }

  .feature-extra-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .feature-dark,
  .feature-wide,
  .feature-mini-card,
  .feature-embed-card {
    grid-column: span 3;
  }

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

  .flow-shot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .container {
    padding: 0 0.86rem;
  }

  .site-header {
    position: relative;
  }

  .header-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.7rem 0;
    min-height: unset;
  }

  .hero {
    padding: 1.6rem 0 2.2rem;
  }

  .hero-logo-stage {
    min-height: min(76vw, 400px);
  }

  .hero-note-chip {
    font-size: 0.56rem;
  }

  .hero-connectors {
    display: none;
  }

  .hero-meta {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .hidden-mobile {
    display: none;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .timeline::before {
    left: 32px;
  }

  .timeline li {
    grid-template-columns: 58px 1fr;
    gap: 0.72rem;
  }

  .step-no::before {
    left: 26px;
  }

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

  .feature-extra-grid {
    grid-template-columns: 1fr;
  }

  .feature-dark,
  .feature-wide,
  .feature-mini-card,
  .feature-embed-card {
    grid-column: span 1;
  }

  .embed-visual {
    grid-template-columns: 1fr;
  }

  .embed-rail {
    height: 38px;
  }

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

  .flow-arrow {
    transform: rotate(90deg);
    justify-self: center;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0.55rem 0;
  }
}
