/* ════════════════════════════════════════════════════════════════════
   FIDUCI · Begin — the bookable, growing offering
   Editorial. Forest on bone. No boxes, hairlines + type + whitespace.
   ════════════════════════════════════════════════════════════════════ */

/* ── growing hero ───────────────────────────────────────────────────── */
.begin-hero { min-height: calc(94vh - 64px); padding: 64px var(--page) 0; display: grid; grid-template-rows: 1fr auto; position: relative; overflow: hidden; }
.begin-hero .cover-pattern { opacity: 0.34; }
.begin-centre { align-self: center; position: relative; z-index: 2; max-width: 1180px; padding: 40px 0; }
.begin-kicker { display: block; margin-bottom: 30px; }
.begin-title { font-family: var(--font-display); font-weight: 400; font-size: clamp(64px, 13vw, 220px); line-height: 0.84; letter-spacing: -0.045em; color: var(--forest); margin-bottom: 30px; }
.begin-title em { font-style: italic; font-weight: 300; color: var(--sage); }
.begin-hlead { font-family: var(--font-display); font-style: italic; font-weight: 300; font-size: clamp(22px, 2.6vw, 34px); color: var(--ink); max-width: 26ch; line-height: 1.34; }
.begin-jump { position: relative; z-index: 2; border-top: 1px solid var(--rule); display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; }
.begin-jump a { padding: 26px 24px 32px; border-right: 1px solid var(--rule); display: block; transition: background var(--dur) var(--ease); }
.begin-jump a:last-child { border-right: none; }
.begin-jump a:hover { background: rgba(108,125,112,0.06); }
.begin-jump .jn { font-family: var(--font-display); font-size: 24px; color: var(--forest); letter-spacing: -0.015em; display: block; margin-bottom: 5px; }
.begin-jump .jn em { font-style: italic; color: var(--sage); }
.begin-jump .jd { font-size: 12px; line-height: 1.5; color: var(--sage); }

/* ── section frame ──────────────────────────────────────────────────── */
.bsec { padding: 120px var(--page); border-bottom: 1px solid var(--rule); position: relative; }
.bsec-head { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; margin-bottom: 64px; }
.bsec-head .l .eyebrow { display: block; margin-bottom: 18px; }
.bsec-head h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(40px, 6vw, 78px); line-height: 0.98; letter-spacing: -0.03em; color: var(--forest); }
.bsec-head h2 em { font-style: italic; font-weight: 300; color: var(--tone); }
.bsec-head .lead { font-family: var(--font-display); font-style: italic; font-size: 21px; line-height: 1.5; color: var(--ink); }
@media (max-width: 980px) { .bsec { padding: 80px var(--page); } .bsec-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 44px; } }

/* ── Cursie download ────────────────────────────────────────────────── */
.cursie { --tone: var(--sage); }
.cursie-grid { display: grid; grid-template-columns: 7fr 5fr; gap: 80px; align-items: start; }
.cursie-face { font-family: var(--font-mono); font-size: clamp(56px, 8vw, 120px); color: var(--forest); line-height: 1; letter-spacing: 0.04em; margin-bottom: 30px; display: block; }
.cursie-lead { font-family: var(--font-display); font-style: italic; font-size: clamp(24px, 3vw, 38px); line-height: 1.3; color: var(--forest); letter-spacing: -0.015em; margin-bottom: 28px; max-width: 18ch; }
.cursie-body p { font-size: 15px; line-height: 1.78; color: var(--ink); margin-bottom: 16px; max-width: 50ch; }
.cursie-body p em { color: var(--forest); font-style: italic; }
.cursie-points { list-style: none; margin: 32px 0 0; border-top: 1px solid var(--rule); }
.cursie-points li { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--rule); align-items: baseline; }
.cursie-points .pk { font-family: var(--font-display); font-style: italic; font-size: 22px; color: var(--sage); white-space: nowrap; }
.cursie-points .pv { font-size: 14px; line-height: 1.6; color: var(--ink); }
.cursie-points .pv em { color: var(--forest); font-style: italic; }

.dl-card { border-top: 2px solid var(--forest); padding-top: 26px; }
.dl-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.dl-head .t { font-family: var(--font-display); font-size: 26px; color: var(--forest); }
.dl-head .v { font-family: var(--font-mono); font-size: 11px; color: var(--sage); letter-spacing: 0.06em; }
.dl-meta { font-family: var(--font-mono); font-size: 11px; color: var(--sage); letter-spacing: 0.04em; margin-bottom: 24px; }
.dl-list { list-style: none; }
.dl-btn { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; width: 100%; text-align: left; background: none; border: none; border-bottom: 1px solid var(--rule); padding: 18px 0; cursor: pointer; font-family: inherit; transition: padding var(--dur) var(--ease), background var(--dur) var(--ease); }
.dl-btn:hover { padding-left: 10px; background: rgba(108,125,112,0.05); }
.dl-btn .os { font-family: var(--font-display); font-size: 21px; color: var(--forest); }
.dl-btn .sz { font-family: var(--font-mono); font-size: 11px; color: var(--sage); }
.dl-btn .ar { font-family: var(--font-display); font-size: 22px; color: var(--sage); transition: transform var(--dur) var(--ease); }
.dl-btn:hover .ar { transform: translateY(3px); color: var(--forest); }
.dl-cli { margin-top: 24px; }
.dl-cli .lbl { font-family: var(--font-body); font-size: 10px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--sage); margin-bottom: 10px; display: block; }
.dl-code { display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid var(--rule); padding: 14px 16px; font-family: var(--font-mono); font-size: 13px; color: var(--forest); background: var(--paper); }
.dl-code button { background: none; border: none; cursor: pointer; font-family: var(--font-body); font-size: 10px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sage); transition: color var(--dur-fast) var(--ease); white-space: nowrap; }
.dl-code button:hover { color: var(--forest); }
@media (max-width: 980px) { .cursie-grid { grid-template-columns: 1fr; gap: 48px; } }

/* ── model rows (Odahl / Wellie / Minima) ───────────────────────────── */
.models { border-top: 1px solid var(--rule); }
.model-row { display: grid; grid-template-columns: auto 1fr auto auto; gap: 32px; align-items: baseline; padding: 30px 0; border-bottom: 1px solid var(--rule); transition: padding var(--dur) var(--ease), background var(--dur) var(--ease); color: inherit; }
.model-row:hover { padding-left: 12px; background: rgba(108,125,112,0.05); }
.model-glyph { font-family: var(--font-display); font-weight: 300; font-size: 34px; color: var(--tone); line-height: 1; }
.model-name { font-family: var(--font-display); font-size: clamp(26px, 3vw, 38px); color: var(--forest); letter-spacing: -0.02em; line-height: 1; margin-bottom: 8px; }
.model-name em { font-style: italic; color: var(--sage); font-weight: 300; }
.model-desc { font-size: 14px; line-height: 1.62; color: var(--sage); max-width: 56ch; }
.model-tag { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--tone); white-space: nowrap; align-self: center; }
.model-arrow { font-family: var(--font-display); font-size: 26px; color: var(--sage); align-self: center; transition: transform var(--dur) var(--ease); }
.model-row:hover .model-arrow { transform: translateX(8px); color: var(--forest); }
@media (max-width: 760px) { .model-row { grid-template-columns: auto 1fr; gap: 18px; } .model-tag, .model-arrow { display: none; } }

/* ── Minima chat (inline) ───────────────────────────────────────────── */
.minima { --tone: var(--sage); }
.minima-wrap { border-top: 2px solid var(--forest); }
.mini-stream { padding: 30px 0 8px; min-height: 120px; }
.mini-msg { padding: 16px 0; border-bottom: 1px solid var(--rule); }
.mini-role { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sage); margin-bottom: 8px; }
.mini-msg.user .mini-role { color: var(--forest); }
.mini-text { font-size: 16px; line-height: 1.62; color: var(--ink); white-space: pre-wrap; }
.mini-msg.assistant .mini-text { color: var(--forest); }
.mini-empty { font-family: var(--font-display); font-style: italic; font-size: 22px; color: var(--sage); padding: 8px 0 24px; }
.mini-seeds { display: flex; gap: 10px; flex-wrap: wrap; padding-bottom: 24px; }
.mini-seed { background: none; border: 1px solid var(--rule); padding: 9px 16px; font-family: var(--font-display); font-size: 16px; color: var(--forest); cursor: pointer; transition: border-color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease); }
.mini-seed:hover { border-color: var(--sage); background: rgba(108,125,112,0.06); }
.mini-dock { display: flex; align-items: flex-end; gap: 16px; border-top: 1px solid var(--rule); padding-top: 18px; }
.mini-dock textarea { flex: 1; background: transparent; border: none; resize: none; font-family: var(--font-display); font-size: 20px; color: var(--forest); line-height: 1.35; max-height: 140px; padding: 6px 0; }
.mini-dock textarea::placeholder { color: rgba(108,125,112,0.55); font-style: italic; }
.mini-dock textarea:focus { outline: none; }
.mini-meta { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.05em; color: var(--sage); margin-top: 12px; }
.typing span { display: inline-block; animation: blink 1.4s infinite both; }
.typing span:nth-child(2) { animation-delay: 0.2s; }
.typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes blink { 0%, 80%, 100% { opacity: 0.2; } 40% { opacity: 1; } }

/* ── booking ────────────────────────────────────────────────────────── */
.book { --tone: var(--forest); }
.book-list { border-top: 1px solid var(--rule); }
.book-item { border-bottom: 1px solid var(--rule); }
.book-row { display: grid; grid-template-columns: 64px 1fr auto auto; gap: 32px; align-items: baseline; padding: 32px 0; cursor: pointer; transition: padding var(--dur) var(--ease), background var(--dur) var(--ease); }
.book-row:hover { padding-left: 12px; background: rgba(108,125,112,0.05); }
.book-item.soon .book-row { cursor: default; opacity: 0.46; }
.book-item.soon .book-row:hover { padding-left: 0; background: none; }
.book-num { font-family: var(--font-display); font-style: italic; font-size: 30px; color: var(--sage); line-height: 0.9; }
.book-name { font-family: var(--font-display); font-size: clamp(26px, 3.2vw, 42px); color: var(--forest); letter-spacing: -0.025em; line-height: 1; margin-bottom: 10px; }
.book-name em { font-style: italic; color: var(--sage); font-weight: 300; }
.book-desc { font-size: 14px; line-height: 1.6; color: var(--sage); max-width: 58ch; }
.book-price { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.04em; color: var(--forest); white-space: nowrap; align-self: center; text-align: right; }
.book-price em { display: block; font-style: normal; color: var(--sage); font-size: 10px; margin-top: 4px; }
.book-cta { font-family: var(--font-body); font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--forest); white-space: nowrap; align-self: center; display: flex; align-items: center; gap: 8px; }
.book-cta .ar { font-family: var(--font-display); font-size: 16px; transition: transform var(--dur) var(--ease); }
.book-row:hover .book-cta .ar { transform: translateX(6px); }
.book-item.soon .book-cta { color: var(--sage); }

.book-panel { max-height: 0; overflow: hidden; transition: max-height 0.6s var(--ease); }
.book-item.open .book-panel { max-height: 520px; }
.book-form { padding: 8px 0 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px 40px; max-width: 760px; }
.book-form .field { margin-bottom: 0; }
.book-form .full { grid-column: 1 / -1; }
.book-confirm { font-family: var(--font-display); font-style: italic; font-size: 20px; color: var(--forest); padding: 6px 0 40px; }
@media (max-width: 760px) {
  .book-row { grid-template-columns: 1fr auto; gap: 12px; }
  .book-num, .book-price { display: none; }
  .book-form { grid-template-columns: 1fr; }
}

/* ── bespoke ────────────────────────────────────────────────────────── */
.bespoke { background: var(--forest); color: var(--bone); border-bottom: 1px solid var(--rule); }
.bespoke .eyebrow { color: var(--clay); display: block; margin-bottom: 24px; }
.bespoke h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(38px, 5.5vw, 76px); line-height: 1.0; letter-spacing: -0.03em; color: var(--bone); max-width: 22ch; margin-bottom: 36px; }
.bespoke h2 em { font-style: italic; font-weight: 300; color: var(--clay); }
.bespoke-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 72px; align-items: end; }
.bespoke-body p { font-size: 16px; line-height: 1.78; color: rgba(242,241,234,0.84); font-weight: 300; max-width: 54ch; margin-bottom: 18px; }
.bespoke-body p em { color: var(--clay); font-style: italic; }
.bespoke .btn-ghost { border-color: var(--rule-rev); color: var(--bone); }
.bespoke .btn-ghost:hover { border-color: var(--clay); background: rgba(255,255,255,0.05); }
@media (max-width: 980px) { .bespoke-grid { grid-template-columns: 1fr; gap: 36px; } }

/* ── AI tools · greyed "coming soon" roster ─────────────────────────── */
.soon-banner { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--clay-deep); border: 1px solid var(--rule); padding: 9px 16px; margin-top: 6px; }
.soon-banner .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--clay-deep); }
.ai-tools { border-top: 1px solid var(--rule); margin-top: 8px; }
.ai-row { display: grid; grid-template-columns: auto 1fr auto; gap: 26px; align-items: baseline; padding: 24px 0; border-bottom: 1px solid var(--rule); opacity: 0.5; filter: grayscale(0.4); }
.ai-row .ai-glyph { font-family: var(--font-display); font-weight: 300; font-size: 30px; color: var(--sage); line-height: 1; }
.ai-row .ai-name { font-family: var(--font-display); font-size: 24px; color: var(--forest); letter-spacing: -0.015em; line-height: 1.1; }
.ai-row .ai-name em { font-style: italic; color: var(--sage); }
.ai-row .ai-desc { font-size: 13px; color: var(--sage); margin-top: 4px; max-width: 56ch; line-height: 1.5; }
.ai-row .ai-tag { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--clay-deep); white-space: nowrap; align-self: center; }
@media (max-width: 760px) { .ai-row { grid-template-columns: auto 1fr; gap: 16px; } .ai-row .ai-tag { display: none; } }

/* ── the others (the original six) ──────────────────────────────────── */
.others { --tone: var(--clay-deep); }
.others-list { border-top: 1px solid var(--rule); }
.other-row { display: grid; grid-template-columns: 56px auto 1fr auto; gap: 36px; align-items: baseline; padding: 34px 0; border-bottom: 1px solid var(--rule); color: inherit; transition: padding var(--dur) var(--ease), background var(--dur) var(--ease); }
.other-row:hover { padding-left: 14px; background: rgba(108,125,112,0.05); }
.other-num { font-family: var(--font-display); font-style: italic; font-size: 22px; color: var(--sage); }
.other-glyph { font-family: var(--font-display); font-weight: 300; font-size: 40px; color: var(--forest); line-height: 1; align-self: center; }
.other-name { font-family: var(--font-display); font-size: clamp(28px, 3.4vw, 44px); color: var(--forest); letter-spacing: -0.025em; line-height: 1; margin-bottom: 8px; }
.other-name em { font-style: italic; color: var(--sage); font-weight: 300; }
.other-desc { font-size: 13.5px; line-height: 1.6; color: var(--sage); max-width: 60ch; }
.other-rabbit { font-family: var(--font-body); font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sage); white-space: nowrap; align-self: center; display: flex; align-items: center; gap: 9px; transition: color var(--dur-fast) var(--ease); }
.other-row:hover .other-rabbit { color: var(--forest); }
.other-rabbit .ar { font-family: var(--font-display); font-size: 17px; transition: transform var(--dur) var(--ease); }
.other-row:hover .other-rabbit .ar { transform: translateX(7px) rotate(90deg); }
@media (max-width: 760px) { .other-row { grid-template-columns: auto 1fr; gap: 18px; } .other-num, .other-rabbit { display: none; } }

/* small recruit footer note (purpose / professionals) */
.recruit-note { padding: 40px var(--page); border-bottom: 1px solid var(--rule); display: flex; align-items: baseline; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.recruit-note .rn-l { font-family: var(--font-display); font-style: italic; font-size: 18px; color: var(--sage); }
.recruit-note .rn-l em { color: var(--forest); font-style: italic; }
.recruit-note a { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.04em; color: var(--forest); display: inline-flex; align-items: center; gap: 8px; transition: color var(--dur-fast) var(--ease); }
.recruit-note a:hover { color: var(--sage); }

/* fiduci.works inline link chip */
.works-line { margin-top: 28px; display: inline-flex; align-items: baseline; gap: 14px; border-top: 1px solid var(--rule); padding-top: 20px; flex-wrap: wrap; }
.works-line .wl-t { font-family: var(--font-display); font-style: italic; font-size: 18px; color: var(--forest); }
.works-line a { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--sage); display: inline-flex; align-items: center; gap: 7px; transition: color var(--dur-fast) var(--ease); }
.works-line a:hover { color: var(--forest); }
.works-line .wl-price { font-family: var(--font-mono); font-size: 11px; color: var(--clay-deep); letter-spacing: 0.04em; }
