/* veloXacta — About and Contact page styles. Loaded after styles-v2.css. */

/* ----------------------------------------------------------------
   Shared page hero
   ---------------------------------------------------------------- */
.page-hero { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; padding: 88px 24px 40px; max-width: 1240px; }
.page-hero .body-lg { max-width: 62ch; }
@media (max-width: 720px) { .page-hero { padding: 56px 20px 28px; } }

/* ----------------------------------------------------------------
   About — origin
   ---------------------------------------------------------------- */
.origin-grid { display: grid; grid-template-columns: 1fr 360px; gap: 56px; align-items: start; }
.origin-text { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.origin-text .h-section { border-left: 3px solid var(--accent-cyan); padding-left: 16px; margin-left: -19px; }
.origin-aside { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 96px; }
@media (max-width: 980px) { .origin-grid { grid-template-columns: 1fr; gap: 32px; } .origin-aside { position: static; } }

/* ----------------------------------------------------------------
   About — what we build / principles
   ---------------------------------------------------------------- */
.principle-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.principle-card { display: flex; flex-direction: column; gap: 14px; padding: 30px; }
.pc-head { display: flex; align-items: center; gap: 14px; }
.pc-icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: var(--radius-md); background: var(--bg-card); box-shadow: var(--raised-soft); color: var(--accent-cyan); flex-shrink: 0; }
.pc-icon .material-symbols-outlined { font-size: 21px; text-shadow: var(--glow-cyan); }
.principle-card h3 { font-family: var(--font-display); font-size: 19px; font-weight: 700; color: var(--text-primary); }
.principle-card p { font-family: var(--font-ui); font-size: 14px; line-height: 1.6; color: var(--text-secondary); text-wrap: pretty; }
@media (max-width: 800px) { .principle-grid { grid-template-columns: 1fr; } }

/* ----------------------------------------------------------------
   Contact — layout
   ---------------------------------------------------------------- */
.contact-layout { display: grid; grid-template-columns: 1fr 380px; gap: 32px; align-items: start; }
@media (max-width: 980px) { .contact-layout { grid-template-columns: 1fr; } }

.contact-form { display: flex; flex-direction: column; gap: 20px; padding: 36px; }
.cf-head { display: flex; flex-direction: column; gap: 10px; }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 620px) { .cf-row { grid-template-columns: 1fr; } .contact-form { padding: 24px; } }

.field { display: flex; flex-direction: column; gap: 8px; }
.fl { font-family: var(--font-mono); font-size: 9.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-muted); }
.fi { width: 100%; padding: 14px 16px; border: none; border-radius: var(--radius-sm); background: var(--bg-input); box-shadow: var(--sunken-soft); font-family: var(--font-ui); font-size: 15px; color: var(--text-primary); outline: none; transition: box-shadow var(--motion-base) var(--ease-out); }
.fi::placeholder { color: var(--text-muted); }
.fi:focus { box-shadow: var(--sunken-soft), 0 0 0 2px var(--accent-cyan); }
.ft { resize: vertical; min-height: 130px; line-height: 1.55; font-family: var(--font-ui); }
.fi-select { position: relative; display: flex; }
.fi-select select { appearance: none; -webkit-appearance: none; cursor: pointer; padding-right: 44px; }
.fi-select .material-symbols-outlined { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); pointer-events: none; font-size: 20px; color: var(--text-muted); }
.cf-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; padding-top: 6px; }
.cf-note { font-family: var(--font-ui); font-size: 12.5px; color: var(--text-muted); }
.cf-foot .btn[disabled] { opacity: 0.55; pointer-events: none; }

/* Honeypot: off-screen rather than display:none, so bots that skip hidden fields still fill it. */
.cf-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.cf-error { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: var(--radius-sm); background: var(--bg-input); box-shadow: var(--sunken-soft); border-left: 3px solid var(--accent-pink); font-family: var(--font-ui); font-size: 13.5px; color: var(--text-primary); }
.cf-error .material-symbols-outlined { flex-shrink: 0; font-size: 20px; color: var(--accent-pink); }

.contact-form.sent { align-items: flex-start; gap: 16px; text-align: left; }
.sent-mark { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: var(--radius-pill); background: var(--bg-card); box-shadow: var(--raised-soft); color: var(--accent-green); }
.sent-mark .material-symbols-outlined { font-size: 28px; text-shadow: var(--glow-green); }
.contact-form.sent .body { max-width: 52ch; }

/* ----------------------------------------------------------------
   Contact — channels
   ---------------------------------------------------------------- */
.contact-aside { display: flex; flex-direction: column; gap: 14px; position: sticky; top: 96px; }
@media (max-width: 980px) { .contact-aside { position: static; } }
.channel-card { display: flex; gap: 16px; align-items: flex-start; padding: 22px; }
.ch-icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: var(--radius-md); background: var(--bg-card); box-shadow: var(--sunken-soft); color: var(--accent-cyan); flex-shrink: 0; }
.ch-icon .material-symbols-outlined { font-size: 20px; text-shadow: var(--glow-cyan); }
.ch-body { display: flex; flex-direction: column; gap: 5px; }
.ch-body h4 { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--text-primary); }
.ch-body p { font-family: var(--font-ui); font-size: 13px; line-height: 1.5; color: var(--text-secondary); text-wrap: pretty; }
.ch-addr { font-family: var(--font-mono); font-size: 12px; font-weight: 600; color: var(--accent-cyan); text-shadow: var(--glow-cyan); margin-top: 3px; word-break: break-all; }
.ch-addr:hover { color: var(--accent-green); text-shadow: var(--glow-green); }
.channel-note { display: flex; gap: 14px; align-items: flex-start; padding: 20px 22px; }
.channel-note .material-symbols-outlined { font-size: 20px; color: var(--accent-amber); text-shadow: var(--glow-amber); flex-shrink: 0; }
.channel-note p { font-family: var(--font-ui); font-size: 13px; line-height: 1.55; color: var(--text-secondary); text-wrap: pretty; }

/* ----------------------------------------------------------------
   Contact — FAQ
   ---------------------------------------------------------------- */
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.faq-card { display: flex; flex-direction: column; gap: 10px; padding: 28px; }
.faq-card h3 { font-family: var(--font-display); font-size: 16px; font-weight: 700; line-height: 1.4; color: var(--text-primary); text-wrap: pretty; }
.faq-card p { font-family: var(--font-ui); font-size: 14px; line-height: 1.6; color: var(--text-secondary); text-wrap: pretty; }
@media (max-width: 800px) { .faq-grid { grid-template-columns: 1fr; } }

/* ----------------------------------------------------------------
   About — K-Tech Labs group identity
   ---------------------------------------------------------------- */
.about-hero { gap: 22px; }
.kt-badge { display: inline-flex; align-items: center; gap: 12px; padding: 8px 16px 8px 8px; border-radius: var(--radius-pill); background: var(--bg-card); box-shadow: var(--raised-soft); transition: box-shadow var(--motion-base) var(--ease-out); }
.kt-badge:hover { box-shadow: var(--raised); }
.ktb-slot { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; flex-shrink: 0; border-radius: 6px; background: var(--bg-input); box-shadow: var(--sunken-soft); }
/* Contain fill and padding for badge logo mark */
.ktb-slot img { width: 100%; height: 100%; object-fit: contain; padding: 5px; }
.ktb-text { font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-primary); }
.ktb-text em { font-style: normal; font-weight: 500; color: var(--text-muted); margin: 0 6px; }
.ktb-text em:first-child { margin-left: 0; }
.kt-badge .material-symbols-outlined { font-size: 15px; color: var(--accent-cyan); text-shadow: var(--glow-cyan); }

/* Founder card */
.founder-card { display: flex; flex-direction: column; gap: 16px; padding: 24px; }
.fc-photo { width: 100%; aspect-ratio: 4 / 5; border-radius: var(--radius-md); overflow: hidden; background: var(--bg-input); box-shadow: var(--sunken-soft); }
/* Cover fill for founder portrait with top anchoring */
.fc-photo .fc-img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.fc-body { display: flex; flex-direction: column; gap: 5px; }
.fc-name { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--text-primary); }
.fc-role { font-family: var(--font-mono); font-size: 9.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent-cyan); text-shadow: var(--glow-cyan); }
.fc-bio { font-family: var(--font-ui); font-size: 13px; line-height: 1.6; color: var(--text-secondary); margin-top: 6px; text-wrap: pretty; }

/* Studio */
.studio-layout { display: grid; grid-template-columns: 1fr 300px; gap: 16px; align-items: stretch; }
.studio-statement { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; padding: 34px; }
.ss-mark { width: 104px; height: 104px; border-radius: var(--radius-md); overflow: hidden; background: var(--bg-card); box-shadow: var(--raised-soft); flex-shrink: 0; }
/* Contain fill and padding for studio logo mark */
.ss-mark img { width: 100%; height: 100%; object-fit: contain; padding: 22px; }
.ss-quote { font-family: var(--font-display); font-size: clamp(17px, 2vw, 21px); font-weight: 500; line-height: 1.55; color: var(--text-primary); flex: 1; text-wrap: pretty; }
.studio-facts { display: flex; flex-direction: column; gap: 2px; padding: 12px; border-radius: var(--radius-lg); background: var(--bg-card); box-shadow: var(--sunken); }
.studio-facts .sf { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 13px 14px; border-radius: var(--radius-xs); }
.studio-facts .sf:nth-child(odd) { background: var(--bg-input); }
.sfk { font-family: var(--font-mono); font-size: 9.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-muted); }
.sfv { font-family: var(--font-mono); font-size: 12.5px; font-weight: 600; color: var(--text-primary); text-align: right; }
@media (max-width: 860px) { .studio-layout { grid-template-columns: 1fr; } }

/* K-Tech strip */
.kt-strip { display: grid; grid-template-columns: 120px 1fr auto; gap: 26px; align-items: center; margin-top: 22px; padding: 26px 30px; transition: box-shadow var(--motion-base) var(--ease-out); }
.kt-strip:hover { box-shadow: var(--raised); }
.kts-slot { display: block; width: 120px; height: 46px; }
/* Contain fill and left alignment for studio lockup logo */
.kts-slot img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.kts-text h4 { font-family: var(--font-display); font-size: 17px; font-weight: 700; color: var(--text-primary); }
.kts-text p { font-family: var(--font-ui); font-size: 13.5px; line-height: 1.5; color: var(--text-secondary); margin-top: 3px; }
.kts-cta { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; color: var(--accent-cyan); text-shadow: var(--glow-cyan); white-space: nowrap; }
.kts-cta .material-symbols-outlined { font-size: 16px; }
@media (max-width: 760px) { .kt-strip { grid-template-columns: 1fr; gap: 16px; } }

/* ----------------------------------------------------------------
   Legal — layout and document typography
   ---------------------------------------------------------------- */
.legal-layout { display: grid; grid-template-columns: 300px 1fr; gap: 36px; align-items: start; }
.legal-aside { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 96px; }
@media (max-width: 980px) { .legal-layout { grid-template-columns: 1fr; } .legal-aside { position: static; } }

.legal-hero { gap: 16px; }
.legal-meta-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.lm-chip { display: inline-flex; align-items: center; gap: 7px; padding: 6px 14px; border-radius: var(--radius-pill); background: var(--bg-card); box-shadow: var(--sunken-soft); font-family: var(--font-mono); font-size: 10.5px; color: var(--text-muted); }
.lm-chip .material-symbols-outlined { font-size: 15px; color: var(--accent-cyan); text-shadow: var(--glow-cyan); }
.lm-chip strong { color: var(--text-primary); font-weight: 600; }

.legal-toc { display: flex; flex-direction: column; gap: 14px; padding: 22px; }
.lt-head { display: flex; align-items: center; gap: 10px; color: var(--accent-cyan); }
.lt-head .material-symbols-outlined { font-size: 20px; text-shadow: var(--glow-cyan); }
.lt-head h4 { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--text-primary); }
.lt-list { display: flex; flex-direction: column; gap: 6px; list-style: none; padding: 0; margin: 0; }
.lt-link { display: flex; align-items: baseline; gap: 8px; padding: 6px 10px; border-radius: var(--radius-xs); font-family: var(--font-ui); font-size: 12.5px; color: var(--text-secondary); text-decoration: none; transition: background var(--motion-base) var(--ease-out), color var(--motion-base) var(--ease-out); }
.lt-link:hover { background: var(--bg-input); color: var(--accent-cyan); }
.lt-num { font-family: var(--font-mono); font-size: 11px; font-weight: 700; color: var(--text-muted); flex-shrink: 0; width: 22px; }
.lt-title { font-weight: 500; line-height: 1.35; }

.legal-aside-note { display: flex; gap: 12px; align-items: flex-start; padding: 18px 20px; }
.legal-aside-note .material-symbols-outlined { font-size: 18px; color: var(--accent-cyan); text-shadow: var(--glow-cyan); flex-shrink: 0; margin-top: 2px; }
.legal-aside-note p { font-family: var(--font-ui); font-size: 12.5px; line-height: 1.5; color: var(--text-secondary); }

.legal-content { display: flex; flex-direction: column; gap: 24px; max-width: 74ch; }
.legal-intro-card { display: flex; flex-direction: column; gap: 12px; padding: 28px; border-left: 3px solid var(--accent-cyan); }
.lic-head { display: flex; align-items: center; gap: 10px; color: var(--accent-cyan); }
.lic-head .material-symbols-outlined { font-size: 22px; text-shadow: var(--glow-cyan); }
.lic-head h3 { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--text-primary); }

.legal-card { display: flex; flex-direction: column; gap: 20px; padding: 32px; scroll-margin-top: 104px; }
@media (max-width: 620px) { .legal-card { padding: 24px; } }
.lc-head { display: flex; align-items: center; gap: 14px; }
.lc-icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: var(--radius-md); background: var(--bg-card); box-shadow: var(--sunken-soft); color: var(--accent-cyan); flex-shrink: 0; }
.lc-icon .material-symbols-outlined { font-size: 22px; text-shadow: var(--glow-cyan); }
.lc-title-wrap { display: flex; flex-direction: column; gap: 2px; }
.lc-num { font-family: var(--font-mono); font-size: 9.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-muted); }
.lc-title-wrap h2 { font-size: 20px; font-weight: 700; color: var(--text-primary); }

.lc-body { display: flex; flex-direction: column; gap: 16px; }
.legal-clause { font-family: var(--font-ui); font-size: 14.5px; line-height: 1.65; color: var(--text-secondary); text-wrap: pretty; margin: 0; }
.legal-clause code { font-family: var(--font-mono); font-size: 13px; color: var(--accent-cyan); background: var(--bg-input); padding: 2px 6px; border-radius: 4px; }

.legal-warning-box { display: flex; gap: 14px; align-items: flex-start; padding: 18px 20px; border-radius: var(--radius-md); background: var(--bg-input); border-left: 3px solid var(--accent-pink); box-shadow: var(--sunken-soft); }
.legal-warning-box .material-symbols-outlined { font-size: 22px; color: var(--accent-pink); text-shadow: var(--glow-pink); flex-shrink: 0; margin-top: 1px; }
.legal-warning-box p { font-family: var(--font-ui); font-size: 13.5px; line-height: 1.55; color: var(--text-primary); margin: 0; }

.legal-risk-footer { display: flex; align-items: center; gap: 10px; margin-top: 8px; padding-top: 14px; border-top: 1px solid var(--bg-input); font-family: var(--font-display); font-size: 14px; font-weight: 700; color: var(--accent-pink); text-shadow: var(--glow-pink); }
.legal-risk-footer .material-symbols-outlined { font-size: 18px; }

/* ── Policy tables ───────────────────────────────────────────────────────────
   Used by the Privacy page (retention, sharing, GDPR basis, revision history).
   The Legal page has no tables; these rules are additive and affect nothing
   that shipped before. The wrapper scrolls so a wide table never forces the
   page body to scroll sideways on a phone. */
.legal-table-wrap { overflow-x: auto; border-radius: var(--radius-md); box-shadow: var(--sunken-soft); background: var(--bg-input); }
.legal-table { width: 100%; border-collapse: collapse; font-family: var(--font-ui); font-size: 13.5px; line-height: 1.55; }
.legal-table th { text-align: left; padding: 12px 16px; font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); border-bottom: 1px solid var(--bg-base); white-space: nowrap; }
.legal-table td { padding: 12px 16px; color: var(--text-secondary); border-bottom: 1px solid var(--bg-base); vertical-align: top; }
.legal-table tr:last-child td { border-bottom: none; }
.legal-table td strong { color: var(--text-primary); font-weight: 600; }

/* Bulleted lists inside a legal/privacy card — the Legal page never needed
   these, so they had no rules and fell back to browser defaults. */
.lc-body ul { margin: 0; padding-left: 22px; display: flex; flex-direction: column; gap: 8px; }
.lc-body li { font-family: var(--font-ui); font-size: 14.5px; line-height: 1.65; color: var(--text-secondary); text-wrap: pretty; }
.lc-body li strong { color: var(--text-primary); }
