@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ЦУП УК «Талан» — визуально приведено к digital_sup_concept_site: светлый executive dashboard, Talan green, карточки, строгая инфографика */
:root {
  --green: #41aa37;
  --green-dark: #2f8e28;
  --green-soft: #ecf6eb;
  --ink: #212121;
  --text: #393939;
  --muted: #8a8a8a;
  --line: #e7e7e7;
  --bg: #f6f6f6;
  --paper: #ffffff;
  --red: #ff4900;
  --orange: #ff9100;
  --blue: #3267d6;
  --violet: #6a4cff;
  --shadow: 0 24px 70px rgba(33, 33, 33, .08);
  --soft: 0 12px 34px rgba(33, 33, 33, .06);
  --r-xl: 34px;
  --r-lg: 24px;
  --r-md: 16px;
  --max-width: 1500px;
  --header-h: 84px;

  /* обратная совместимость со старыми классами сайта */
  --color-bg: var(--bg);
  --color-bg-2: #f5f4f2;
  --color-surface: var(--paper);
  --color-surface-2: #fafafa;
  --color-surface-solid: var(--paper);
  --color-text: var(--ink);
  --color-text-muted: #4d4d4f;
  --color-text-dim: var(--muted);
  --color-accent: var(--green);
  --color-accent-deep: var(--green-dark);
  --color-accent-hover: #25761f;
  --color-accent-soft: var(--green-soft);
  --color-accent-lime: #7bd66f;
  --color-border: var(--line);
  --color-border-strong: rgba(65, 170, 55, .32);
  --color-header-bg: rgba(255, 255, 255, .86);
  --font-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-mono: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --radius: var(--r-lg);
  --radius-lg: var(--r-xl);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 3%, rgba(65,170,55,.16), transparent 27%),
    radial-gradient(circle at 92% 11%, rgba(65,170,55,.10), transparent 24%),
    linear-gradient(180deg, #fff 0%, #f5f4f2 100%);
  -webkit-font-smoothing: antialiased;
  line-height: 1.35;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: .52;
  background-image:
    linear-gradient(rgba(65,170,55,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(65,170,55,.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.42) 36%, transparent 92%);
}
a { color: var(--green-dark); text-decoration: none; }
a:hover { color: var(--green); }
img { max-width: 100%; height: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--color-header-bg);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(33,33,33,.045);
}
.header-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  min-height: var(--header-h);
  padding: 0 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo { display: flex; align-items: center; gap: 14px; color: var(--ink); min-width: 250px; }
.logo:hover { color: var(--ink); }
.logo-mark {
  width: 44px;
  height: 44px;
  padding: 7px;
  object-fit: contain;
  border-radius: 15px;
  background: var(--green-soft);
  border: 1px solid rgba(65,170,55,.22);
  box-shadow: var(--soft);
}
.logo-title { display: block; font-size: 1.05rem; font-weight: 900; letter-spacing: -.045em; color: var(--green-dark); line-height: 1.05; }
.logo-sub { display: block; margin-top: 3px; color: var(--muted); font-weight: 700; font-size: 12px; line-height: 1.25; }
.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.82);
  color: #4d4d4f;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 800;
  cursor: pointer;
}
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; align-items: center; }
.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 11px;
  border-radius: 14px;
  color: #4d4d4f;
  font-size: 13px;
  font-weight: 800;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { background: var(--green-soft); color: var(--green-dark); }

main { width: 100%; max-width: var(--max-width); margin: 0 auto; padding: 28px 34px 52px; }
section { margin-bottom: 32px; }
.page-title, .hero-copy h1, h1 {
  color: var(--ink);
  font-size: clamp(2.45rem, 5.2vw, 5.7rem);
  line-height: .9;
  letter-spacing: -.07em;
  font-weight: 900;
  margin: 0 0 18px;
  max-width: 980px;
}
.page-title { font-size: clamp(2.1rem, 4vw, 4.4rem); }
.lead, .hero p, p { color: var(--text); }
.lead, .hero p { font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.55; max-width: 1040px; }
p { margin: 0 0 1rem; }
ul, ol { color: var(--text); margin: 0 0 1rem; padding-left: 1.25rem; }
li { margin-bottom: .42rem; }
strong { color: var(--ink); font-weight: 800; }
section h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.5rem);
  line-height: 1.02;
  letter-spacing: -.055em;
  font-weight: 900;
  color: var(--ink);
  margin: 0 0 14px;
}
section h3 { font-size: 1.08rem; line-height: 1.18; letter-spacing: -.025em; font-weight: 900; color: var(--ink); margin: 0 0 10px; }

.hero {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-xl);
  background: #fff;
  border: 1px solid rgba(232,232,232,.9);
  box-shadow: var(--shadow);
  padding: clamp(24px, 4vw, 42px);
  margin-bottom: 34px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: -120px -120px auto auto;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(65,170,55,.20), transparent 66%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto auto -170px -150px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(65,170,55,.11), transparent 66%);
  pointer-events: none;
}
.hero-grid { position: relative; z-index: 1; display: grid; gap: 28px; align-items: center; }
@media (min-width: 960px) { .hero-grid { grid-template-columns: 1.08fr .92fr; } }
.hero .tagline { color: var(--green-dark); font-weight: 900; font-size: 1.06rem; margin: 0 0 12px; }
.badge-dct, .eyebrow, .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  border-radius: 999px;
  padding: 9px 12px;
  background: var(--green-soft);
  color: var(--green-dark);
  border: 1px solid rgba(65,170,55,.18);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.badge-dct::before, .eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(65,170,55,.14); }
.breadcrumb { text-transform: none; color: var(--muted); background: rgba(255,255,255,.74); }
.breadcrumb::before { display: none; }

.hero-diagram, .diagram-frame, .table-wrap, .faq-item, .contact-box, .info-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.hero-diagram { overflow: hidden; }
.command-panel { padding: 16px; }
.command-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 4px 4px 14px; border-bottom: 1px solid var(--line); margin-bottom: 14px; }
.window-dots { display: flex; gap: 6px; }
.window-dots span { width: 9px; height: 9px; border-radius: 50%; background: #ddd; }
.window-dots span:nth-child(1) { background: #ff6b6b; } .window-dots span:nth-child(2) { background: #ffbd2e; } .window-dots span:nth-child(3) { background: var(--green); }
.command-title { color: var(--muted); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.command-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 620px) { .command-grid { grid-template-columns: 1fr 1fr; } .command-map { grid-column: 1 / -1; } }
.metric-card, .command-map, .data-node, .concept-pill, .lifecycle-step {
  background: #fafafa;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 16px;
}
.metric-label { display: block; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; font-weight: 900; margin-bottom: 6px; }
.metric-value { display: flex; align-items: baseline; gap: 7px; font-size: 2rem; font-weight: 900; color: var(--ink); letter-spacing: -.055em; }
.metric-value small { color: var(--green-dark); font-size: 12px; font-weight: 900; }
.metric-bar { height: 8px; border-radius: 999px; background: #ececec; overflow: hidden; margin-top: 12px; }
.metric-bar span { display: block; height: 100%; border-radius: inherit; background: var(--green); }
.command-map { min-height: 210px; position: relative; overflow: hidden; background: radial-gradient(circle at center, rgba(65,170,55,.10), #fff 62%); }
.map-orbit { position: absolute; inset: 28px; border: 1.5px dashed rgba(65,170,55,.35); border-radius: 999px; }
.map-core { position: relative; z-index: 2; width: 116px; height: 116px; margin: 42px auto; display: grid; place-items: center; border-radius: 50%; color: #fff; font-weight: 900; background: var(--green); box-shadow: 0 0 0 12px rgba(65,170,55,.12), 0 18px 40px rgba(65,170,55,.24); }
.map-point { position: absolute; z-index: 3; padding: 7px 10px; border-radius: 999px; color: var(--green-dark); background: #fff; border: 1px solid rgba(65,170,55,.26); box-shadow: var(--soft); font-size: 12px; font-weight: 900; }
.p1 { left: 7%; top: 18%; } .p2 { right: 7%; top: 21%; } .p3 { left: 9%; bottom: 16%; } .p4 { right: 9%; bottom: 15%; }

.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; margin: 22px 0; }
.card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--soft);
  padding: 22px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: rgba(65,170,55,.28); }
.card h3 a, .card h3 { color: var(--ink); }
.card h3 a:hover { color: var(--green-dark); }
.card p { color: var(--text); margin-bottom: 0; font-size: .96rem; line-height: 1.48; }
.card-icon { width: 44px; height: 44px; border-radius: 16px; background: var(--green-soft); color: var(--green-dark); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; font-weight: 900; margin-bottom: 14px; }
.card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--green); opacity: 0; transition: opacity .18s ease; }
.card:hover::before { opacity: 1; }

.concept-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 18px 0 28px; }
.concept-pill { background: #fff; }
.concept-pill span, .data-node .num { display: block; color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 5px; }
.concept-pill strong { display: block; color: var(--ink); font-size: .98rem; line-height: 1.22; }
.data-flow { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin: 22px 0; }
.data-node { min-height: 126px; display: flex; flex-direction: column; justify-content: space-between; background: #fff; }
.data-node b { color: var(--ink); font-weight: 900; line-height: 1.18; }
.data-node small { color: var(--muted); line-height: 1.32; font-weight: 600; }

.btn-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 10px 16px; border-radius: 999px; font-size: 13px; font-weight: 900; transition: transform .15s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 12px 28px rgba(65,170,55,.22); }
.btn-primary:hover { color: #fff; background: var(--green-dark); }
.btn-secondary { background: rgba(255,255,255,.82); color: #4d4d4f; border: 1px solid var(--line); }
.btn-secondary:hover { color: var(--green-dark); background: var(--green-soft); border-color: rgba(65,170,55,.22); }

.diagram-frame { margin: 20px 0; padding: 18px; overflow: hidden; }
.diagram-svg-wrap { width: 100%; overflow: auto; }
.diagram-svg { display: block; width: 100%; min-width: 0; height: auto; border-radius: 18px; background: #fff; }
.diagram-svg--lifecycle { min-width: 640px; }
.diagram-svg--interaction { min-width: 720px; }
.diagram-frame img, .diagram-frame > svg { display: block; width: 100%; height: auto; border-radius: 18px; background: #fff; }
.diagram-caption { color: var(--muted); margin: 12px 0 0; padding-top: 12px; border-top: 1px solid var(--line); font-size: .88rem; line-height: 1.45; }
.lifecycle { display: flex; flex-direction: column; gap: 12px; margin: 20px 0; }
@media (min-width: 768px) { .lifecycle { flex-direction: row; flex-wrap: wrap; } }
.lifecycle-step { flex: 1 1 140px; border-top: 4px solid var(--green); }
.lifecycle-step strong { display: block; color: var(--green-dark); font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 6px; }
.lifecycle-arrow { display: none; align-items: center; justify-content: center; color: var(--green); font-size: 1.35rem; }
@media (min-width: 768px) { .lifecycle-arrow { display: flex; } }

.table-wrap { overflow-x: auto; margin: 16px 0; }
table { width: 100%; border-collapse: collapse; font-size: .92rem; }
th, td { padding: 13px 15px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
th { background: #212121; color: #fff; font-weight: 900; }
td { color: var(--text); }
tr:last-child td { border-bottom: none; }
tr:hover td { background: #fafafa; }
.doc-list { list-style: none; padding: 0; margin: 16px 0; }
.doc-list li { padding: 12px 0; border-bottom: 1px solid var(--line); display: flex; align-items: flex-start; gap: 10px; }
.doc-list li::before { content: ""; width: 9px; height: 9px; margin-top: 6px; border-radius: 50%; background: var(--green); flex-shrink: 0; }
.doc-list a { font-weight: 900; }
.doc-note { color: var(--muted); font-size: .88rem; }
.faq-item { margin-bottom: 12px; overflow: hidden; }
.faq-item summary { padding: 18px 20px; cursor: pointer; font-weight: 900; list-style: none; color: var(--ink); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; float: right; color: var(--green); font-weight: 900; }
.faq-item[open] summary::after { content: "−"; }
.faq-item .faq-body { padding: 0 20px 18px; color: var(--text); font-size: .96rem; }
.contact-box { padding: 22px; }
.contact-box p { margin: 6px 0; }
.info-box { padding: 17px 20px; color: #5b3c00; background: rgba(255,145,0,.08); border-color: rgba(255,145,0,.24); }

.site-footer { border-top: 1px solid var(--line); background: rgba(255,255,255,.72); padding: 30px 34px; margin-top: auto; }
.footer-inner { max-width: var(--max-width); margin: 0 auto; color: var(--muted); font-size: .88rem; font-weight: 600; }
.site-footer a { color: var(--green-dark); }

/* SVG внутри старых схем мягко подгоняем под светлую палитру, не ломая геометрию */
svg text { font-family: Inter, Arial, sans-serif; }

@media (max-width: 1180px) {
  .header-inner, main { padding-left: 22px; padding-right: 22px; }
  .site-nav a { font-size: 12px; padding: 8px 9px; }
  .concept-strip, .data-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .header-inner { min-height: 72px; }
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); padding: 12px 22px; backdrop-filter: blur(14px); }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; align-items: stretch; gap: 6px; }
  .site-nav a { display: flex; width: 100%; padding: 11px 12px; }
}
@media (max-width: 700px) {
  .header-inner, main { padding-left: 14px; padding-right: 14px; }
  main { padding-top: 14px; }
  .hero { padding: 24px; border-radius: 24px; }
  .hero-grid, .concept-strip, .data-flow { grid-template-columns: 1fr; }
  .page-title, .hero-copy h1, h1 { letter-spacing: -.06em; }
  .logo { min-width: 0; }
  .logo-sub { display: none; }
  .cards { grid-template-columns: 1fr; }
}
/* Landing / demo hub */
.landing-minimal main { padding-top: clamp(28px, 5vw, 70px); }
.minimal-hero {
  max-width: 980px;
  margin: 0 auto clamp(34px, 6vw, 76px);
  text-align: center;
}
.minimal-hero .badge-dct { margin-left: auto; margin-right: auto; }
.minimal-hero h1 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(3rem, 8vw, 7.2rem);
  line-height: .88;
}
.minimal-lead {
  max-width: 760px;
  margin: 0 auto;
  color: var(--text);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.5;
}
.primary-prototypes { margin-bottom: clamp(42px, 7vw, 88px); }
.section-head.compact { align-items: flex-start; margin-bottom: 18px; }
.section-head.compact h2 { margin-bottom: 6px; }
.related-initiatives { opacity: .92; }
.related-initiatives .card { box-shadow: none; background: rgba(255,255,255,.66); }
.related-initiatives .idea-card { min-height: 230px; }
.logo-word { min-width: 315px; }
.talan-word {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 44px;
  color: var(--green);
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.08em;
  text-transform: lowercase;
}
.landing-hero .hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); }
.landing-panel {
  position: relative;
  z-index: 1;
  border-radius: 30px;
  padding: 26px;
  background: #212121;
  color: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.landing-panel::before {
  content: "";
  position: absolute;
  inset: -100px -110px auto auto;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(65,170,55,.42), transparent 64%);
}
.panel-kicker { position: relative; color: #9be28f; font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; margin-bottom: 18px; }
.panel-title { position: relative; max-width: 390px; font-size: clamp(2rem, 4vw, 4rem); line-height: .92; letter-spacing: -.065em; font-weight: 900; margin-bottom: 28px; }
.panel-flow { position: relative; display: grid; gap: 10px; margin-bottom: 24px; }
.panel-flow span { display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.06); border-radius: 16px; padding: 12px 14px; color: rgba(255,255,255,.86); font-weight: 800; }
.panel-flow span::after { content: "→"; color: #9be28f; }
.panel-note { position: relative; color: rgba(255,255,255,.68); line-height: 1.5; font-weight: 600; }
.landing-statement {
  border-radius: var(--r-xl);
  padding: 28px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  box-shadow: var(--soft);
}
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.section-head p { max-width: 880px; color: var(--muted); font-weight: 600; }
.cards-featured { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.idea-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.project-card { min-height: 250px; display: flex; flex-direction: column; }
.project-card--main { border-color: rgba(65,170,55,.22); }
.project-status {
  width: fit-content;
  border-radius: 999px;
  padding: 7px 10px;
  margin-bottom: 18px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.project-status.draft { background: #f4f4f4; color: #707070; }
.card-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  padding-top: 18px;
  color: var(--green-dark);
  font-weight: 900;
}
.card-link::after { content: "→"; margin-left: 8px; }
.card-link.muted { color: #555; }
.idea-card { min-height: 260px; }
.idea-card p { margin-bottom: 18px; }
@media (max-width: 1180px) {
  .landing-hero .hero-grid, .cards-featured, .idea-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .logo-word { min-width: 0; }
  .talan-word { min-width: auto; font-size: 1.6rem; }
  .landing-hero .hero-grid, .cards-featured, .idea-grid { grid-template-columns: 1fr; }
  .landing-panel { padding: 22px; border-radius: 24px; }
  .section-head { display: block; }
}

@media print {
  .site-header, .site-footer, .btn { display: none !important; }
  body { background: #fff; }
  main { padding: 0; max-width: none; }
  .card, .hero, .diagram-frame, .table-wrap { box-shadow: none; break-inside: avoid; }
}


/* QA polish 2026-05-20 */
:focus-visible {
  outline: 3px solid rgba(65,170,55,.42);
  outline-offset: 3px;
  border-radius: 12px;
}
body { overflow-x: hidden; }
main > nav.breadcrumb:first-child { margin-bottom: 18px; }
.breadcrumb a { font-weight: 900; }
.hero, .card, .diagram-frame, .table-wrap, .faq-item, .contact-box, .info-box { backdrop-filter: saturate(1.04); }
.section-head.compact .eyebrow { margin-bottom: 10px; }
.project-card h3, .idea-card h3 { min-height: 2.35em; }
.card-link { gap: 8px; }
.card-link::after { margin-left: 0; }
.doc-link-disabled {
  color: var(--muted);
  font-weight: 900;
  cursor: default;
}
.doc-link-disabled::after {
  content: "скоро";
  display: inline-flex;
  margin-left: 8px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #f4f4f4;
  color: #777;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .04em;
}
@media (max-width: 700px) {
  .minimal-hero h1 { font-size: clamp(2.45rem, 15vw, 4.2rem); }
  .project-card h3, .idea-card h3 { min-height: 0; }
  .btn-row .btn { width: 100%; }
  .site-footer { padding-left: 14px; padding-right: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
