/* TYGAN — style.css v6 | Complete rebuild 2026-04 */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  background: #1a0505;
  color: #e0d0c8;
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: #d4890a; text-decoration: none; transition: color .18s; }
a:hover { color: #f0a820; }
ul { list-style: none; }
img { display: block; max-width: 100%; }

/* ── TYPE ─────────────────────────────────────────────────────── */
h1, h2, h3, h4 { font-family: Georgia, 'Times New Roman', serif; color: #faf0e8; line-height: 1.2; }
h1 { font-size: clamp(1.75rem, 4vw, 2.9rem); font-weight: 700; }
h2 { font-size: clamp(1.3rem, 2.5vw, 1.9rem); font-weight: 700; }
h3 { font-size: 1.08rem; font-weight: 600; }
p  { color: #9a8878; line-height: 1.75; font-size: 0.95rem; }

.eyebrow {
  font-size: 0.63rem; font-weight: 700; letter-spacing: 0.28em;
  text-transform: uppercase; color: #d4890a; display: block; margin-bottom: 0.4rem;
}

/* ── LAYOUT ───────────────────────────────────────────────────── */
.container { max-width: 1160px; margin: 0 auto; padding: 0 1.5rem; }

.sec      { padding: 3rem 0; }
.sec-alt  { padding: 3rem 0; background: #240a0a; }
.sec-deep { padding: 3rem 0; background: #2c1010; }

/* ── NAV ──────────────────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: 60px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 2rem;
  background: #120202;
  border-bottom: 1px solid rgba(192,25,25,0.3);
  transition: background .3s, box-shadow .3s;
}
.nav.scrolled { background: #0e0101; box-shadow: 0 2px 24px rgba(0,0,0,.6); }
.nav-logo { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; flex-shrink: 0; }
.nav-logo img { height: 42px; width: auto; object-fit: contain; }
.nav-logo-text { font-family: Georgia, serif; font-size: 1.05rem; font-weight: 700; color: #faf0e8; letter-spacing: 0.04em; }
.nav-menu { display: flex; gap: 0; }
.nav-menu a {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: #c8b8a8;
  padding: 0.4rem 1rem; transition: color .18s, background .18s;
}
.nav-menu a:hover { color: #f0a820; }
.nav-menu a.on { color: #d4890a; background: rgba(212,137,10,.1); }
.nav-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-burger span { display: block; width: 22px; height: 2px; background: #c8b8a8; border-radius: 1px; transition: .3s; }

/* ── BACK / BREADCRUMB ────────────────────────────────────────── */
.back-btn {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: #6a5850; margin-bottom: 1rem; transition: color .18s;
}
.back-btn:hover { color: #d4890a; }
.back-btn::before { content: '←'; font-size: 0.85rem; }

.breadcrumb {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; margin-bottom: 1rem;
}
.breadcrumb a { color: #6a5850; }
.breadcrumb a:hover { color: #d4890a; }
.breadcrumb span { color: #4a3830; }
.breadcrumb-sep { color: #3a2820; }

/* ── HERO ─────────────────────────────────────────────────────── */
.hero {
  padding-top: 60px;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(192,25,25,0.15), transparent),
    #1a0505;
  position: relative; overflow: hidden;
}
.hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(192,25,25,0.025) 40px),
    repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(192,25,25,0.025) 40px);
}
.hero-inner {
  max-width: 1160px; margin: 0 auto; padding: 3rem 1.5rem 2.75rem;
  display: grid; grid-template-columns: 1fr 340px; gap: 2.5rem; align-items: center;
  position: relative; z-index: 1;
}
.hero-logo-row { display: flex; align-items: center; gap: 1.25rem; margin-bottom: 1.5rem; }
.hero-logo-row img { height: 100px; width: auto; object-fit: contain; }
.hero-logo-meta { }
.hero-logo-meta .eyebrow { font-size: 0.62rem; margin-bottom: 0.2rem; }
.hero-logo-meta p { font-size: 0.82rem; color: #7a6860; margin: 0; }
.hero-tagline { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; color: #faf0e8; margin-bottom: 0.75rem; line-height: 1.15; }
.hero-tagline em { font-style: normal; color: #d4890a; }
.hero-sub { color: #9a8878; margin-bottom: 1.75rem; font-size: 0.95rem; max-width: 500px; line-height: 1.8; }
.hero-btns { display: flex; gap: 0.65rem; flex-wrap: wrap; margin-bottom: 2rem; }
.hero-stats {
  display: flex; gap: 0; flex-wrap: wrap;
  padding-top: 1.5rem; border-top: 1px solid rgba(192,25,25,0.15);
}
.stat-item { padding: 0 1.5rem 0 0; margin-right: 1.5rem; border-right: 1px solid rgba(192,25,25,0.12); }
.stat-item:last-child { border-right: none; margin-right: 0; padding-right: 0; }
.stat-n { font-family: Georgia, serif; font-size: 1.65rem; font-weight: 700; color: #d4890a; line-height: 1; }
.stat-l { font-size: 0.57rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #5a4840; margin-top: 0.25rem; }

/* Hero right panel */
.hero-panel {
  background: #240a0a; border: 1px solid rgba(192,25,25,0.22);
  padding: 1.75rem; position: relative;
}
.hero-panel::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #c01919, #d4890a);
}
.hero-panel-title {
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: #d4890a; margin-bottom: 1.1rem; padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(192,25,25,0.12); font-family: inherit;
}
.hero-panel-item {
  display: flex; align-items: flex-start; gap: 0.65rem;
  padding: 0.6rem 0; border-bottom: 1px solid rgba(192,25,25,0.07);
}
.hero-panel-item:last-child { border-bottom: none; padding-bottom: 0; }
.hp-dot { width: 6px; height: 6px; border-radius: 50%; background: #c01919; flex-shrink: 0; margin-top: 0.48rem; }
.hp-text h5 { font-size: 0.82rem; font-weight: 600; color: #faf0e8; margin-bottom: 0.12rem; font-family: inherit; }
.hp-text p  { font-size: 0.77rem; color: #7a6860; line-height: 1.45; margin: 0; }

/* ── BUTTONS ──────────────────────────────────────────────────── */
.btn {
  display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 0.68rem 1.65rem;
  border: 1px solid transparent; cursor: pointer; transition: all .2s; text-decoration: none;
}
.btn-red   { background: #c01919; color: #faf0e8; border-color: #d82020; }
.btn-red:hover   { background: #d82020; color: #faf0e8; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(192,25,25,.3); }
.btn-gold  { background: #d4890a; color: #120202; border-color: #e89a18; font-weight: 800; }
.btn-gold:hover  { background: #e89a18; color: #120202; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(212,137,10,.25); }
.btn-ghost { background: transparent; color: #d4890a; border-color: rgba(212,137,10,.35); }
.btn-ghost:hover { background: rgba(212,137,10,.06); color: #f0a820; border-color: #d4890a; transform: translateY(-1px); }
.btn-sm  { font-size: 0.65rem; padding: 0.45rem 1.1rem; }
.btn-full{ width: 100%; text-align: center; }

/* ── SECTION HEADING ──────────────────────────────────────────── */
.sec-head { max-width: 580px; margin: 0 auto 2rem; text-align: center; }
.sec-head p { margin-top: 0.5rem; font-size: 0.92rem; }
.sec-head-left { margin: 0 0 2rem; }

/* ── INTRO STRIP ──────────────────────────────────────────────── */
.intro-strip {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border: 1px solid rgba(192,25,25,0.18); margin-top: 2rem;
}
.intro-col { padding: 1.75rem 1.5rem; border-right: 1px solid rgba(192,25,25,0.12); transition: background .2s; }
.intro-col:last-child { border-right: none; }
.intro-col:hover { background: rgba(192,25,25,0.04); }
.intro-icon { font-size: 1.4rem; margin-bottom: 0.65rem; }
.intro-col h3 { margin: 0.4rem 0 0.5rem; font-size: 0.98rem; }
.intro-col p { font-size: 0.87rem; line-height: 1.7; }

/* ── GRID ─────────────────────────────────────────────────────── */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.85rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.85rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.85rem; }

/* ── CARD ─────────────────────────────────────────────────────── */
.card {
  background: #240a0a; border: 1px solid rgba(192,25,25,0.16);
  padding: 1.4rem; position: relative; overflow: hidden;
  transition: border-color .25s, transform .25s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, #c01919, #d4890a);
}
.card:hover { border-color: rgba(192,25,25,.32); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.4); }
.card-num { font-family: Georgia, serif; font-size: 2.2rem; font-weight: 700; color: rgba(192,25,25,0.08); line-height: 1; }
.card h3 { margin: 0.35rem 0 0.5rem; font-size: 1rem; }
.card p  { font-size: 0.86rem; flex: 1; }
.card-tags { display: flex; gap: 0.35rem; flex-wrap: wrap; margin: 0.65rem 0; }
.card-footer { margin-top: 1rem; }

/* ── TAGS ─────────────────────────────────────────────────────── */
.tag {
  font-size: 0.56rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 0.18rem 0.5rem; border: 1px solid;
}
.tag-live   { color: #3dbd6e; background: rgba(26,107,58,.08);  border-color: rgba(26,107,58,.2); }
.tag-active { color: #e05050; background: rgba(192,25,25,.08);  border-color: rgba(192,25,25,.2); }
.tag-dev    { color: #6096e0; background: rgba(26,77,181,.08);  border-color: rgba(26,77,181,.18); }
.tag-health { color: #d4890a; background: rgba(212,137,10,.08); border-color: rgba(212,137,10,.18); }
.tag-mine   { color: #c0a060; background: rgba(100,80,30,.08);  border-color: rgba(100,80,30,.2); }
.tag-comm   { color: #b080d0; background: rgba(80,30,100,.08);  border-color: rgba(80,30,100,.2); }
.tag-fin    { color: #f0c050; background: rgba(212,137,10,.08); border-color: rgba(212,137,10,.2); }
.tag-green  { color: #5db870; background: rgba(30,90,50,.08);   border-color: rgba(30,90,50,.2); }

/* ── PANEL ────────────────────────────────────────────────────── */
.panel {
  background: #240a0a; border: 1px solid rgba(192,25,25,0.16);
  padding: 2rem; margin-bottom: 1.1rem; position: relative;
  transition: border-color .25s;
}
.panel::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #c01919, #d4890a);
}
.panel:hover { border-color: rgba(192,25,25,.28); }
.panel h2 { margin: 0.35rem 0 0.9rem; }
.panel > p { margin-bottom: 0.85rem; }
.panel h4 {
  font-size: 0.63rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: #d4890a; margin: 1.25rem 0 0.55rem; font-family: inherit;
}
.panel ul li {
  color: #9a8878; font-size: 0.88rem; padding: 0.28rem 0 0.28rem 1.1rem; position: relative;
}
.panel ul li::before {
  content: ''; position: absolute; left: 0; top: 0.62rem;
  width: 5px; height: 5px; border-radius: 50%; background: #c01919;
}
.panel-meta {
  display: flex; gap: 1.5rem; flex-wrap: wrap;
  margin-top: 1.35rem; padding-top: 1rem; border-top: 1px solid rgba(192,25,25,.1);
}
.meta-key { font-size: 0.59rem; text-transform: uppercase; letter-spacing: 0.12em; color: #5a4840; }
.meta-val { font-family: Georgia, serif; font-size: 0.97rem; font-weight: 600; color: #faf0e8; margin-top: .1rem; }

/* ── VALUE BAR ────────────────────────────────────────────────── */
.value-bar {
  display: flex; justify-content: center; flex-wrap: wrap;
  background: #240a0a; border: 1px solid rgba(192,25,25,.18); margin-bottom: 2rem;
}
.vb-item {
  padding: 1.35rem 2.5rem; border-right: 1px solid rgba(192,25,25,.1); text-align: center; flex: 1;
}
.vb-item:last-child { border-right: none; }
.vb-n { font-family: Georgia, serif; font-size: 1.85rem; font-weight: 700; color: #d4890a; line-height: 1; }
.vb-l { font-size: 0.58rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #5a4840; margin-top: 0.28rem; }

/* ── ABOUT COLS ───────────────────────────────────────────────── */
.about-cols { display: grid; grid-template-columns: 1fr 320px; gap: 2.5rem; align-items: start; }
.about-cols p { margin-bottom: 0.9rem; font-size: 0.93rem; }
.about-cols p:first-of-type { color: #e0d0c8; font-size: 0.98rem; }

/* ── VM GRID ──────────────────────────────────────────────────── */
.vm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; margin-top: 1.5rem; }
.vm-block { background: #240a0a; border: 1px solid rgba(192,25,25,.16); padding: 1.5rem; position: relative; }
.vm-block::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #c01919, #d4890a); }
.vm-block h3 { margin-bottom: 0.65rem; font-size: 1rem; }
.vm-block p { font-size: 0.88rem; }

/* ── TIMELINE ─────────────────────────────────────────────────── */
.tl { display: flex; gap: 1.5rem; padding: 1rem 0; border-bottom: 1px solid rgba(192,25,25,.08); }
.tl:last-child { border-bottom: none; }
.tl-yr { font-family: Georgia, serif; font-size: 1.3rem; font-weight: 700; color: #d4890a; min-width: 52px; }
.tl-txt { color: #9a8878; font-size: 0.88rem; line-height: 1.7; }
.tl-txt strong { color: #e0d0c8; }

/* ── REG BLOCK ────────────────────────────────────────────────── */
.reg-block { background: #2c1010; border: 1px solid rgba(192,25,25,.14); padding: 1.35rem; }
.reg-block-title {
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
  color: #5a4840; margin-bottom: 0.9rem; padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(192,25,25,.1); font-family: inherit;
}
.reg-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 0.35rem 0; border-bottom: 1px solid rgba(44,16,16,.6); font-size: 0.86rem;
}
.reg-row:last-child { border-bottom: none; }
.reg-k { color: #5a4840; font-size: 0.77rem; }
.reg-v { color: #e0d0c8; font-weight: 500; text-align: right; }

/* ── DIVIDER ──────────────────────────────────────────────────── */
.divider { display: flex; align-items: center; gap: 0.85rem; margin: 0 0 2rem; }
.divider-line { flex: 1; height: 1px; background: rgba(192,25,25,.12); }
.divider-text { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: #5a4840; white-space: nowrap; }

/* ── HIGHLIGHT BOX ────────────────────────────────────────────── */
.highlight-box {
  background: rgba(212,137,10,.04); border-left: 3px solid rgba(212,137,10,.35);
  padding: 1.25rem 1.5rem; margin: 1.75rem 0;
}
.highlight-box p { color: #b8956a; font-size: 0.95rem; line-height: 1.8; font-style: italic; }

/* ── CTA STRIP ────────────────────────────────────────────────── */
.cta-strip {
  text-align: center; padding: 3.5rem 1.5rem;
  background: radial-gradient(ellipse 50% 60% at 50% 50%, rgba(192,25,25,.1), transparent), #240a0a;
  border-top: 1px solid rgba(192,25,25,.15); border-bottom: 1px solid rgba(192,25,25,.15);
}
.cta-strip h2 { margin-bottom: 0.65rem; }
.cta-strip p  { max-width: 420px; margin: 0 auto 1.5rem; font-size: 0.93rem; }

/* ── PAGE TOP ─────────────────────────────────────────────────── */
.page-top { padding-top: 60px; }
.page-banner {
  padding: 2.5rem 1.5rem 2rem; max-width: 1160px; margin: 0 auto;
  border-bottom: 1px solid rgba(192,25,25,.12);
}
.page-banner p { max-width: 560px; margin-top: 0.6rem; font-size: 0.93rem; }

/* ── PROJECT DETAIL PAGE ──────────────────────────────────────── */
.proj-hero {
  padding-top: 60px;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(192,25,25,.12), transparent), #1a0505;
}
.proj-hero-inner {
  max-width: 1160px; margin: 0 auto; padding: 2.5rem 1.5rem 2.25rem;
  border-bottom: 1px solid rgba(192,25,25,.12);
}
.proj-hero-inner h1 { margin: 0.65rem 0 0.75rem; }
.proj-hero-inner > p { max-width: 640px; font-size: 1rem; color: #c0b0a8; line-height: 1.75; }

.proj-body { display: grid; grid-template-columns: 1fr 280px; gap: 2.5rem; align-items: start; }
.proj-main { }
.proj-main h2 { font-size: 1.2rem; margin: 2rem 0 0.85rem; padding-top: 1.5rem; border-top: 1px solid rgba(192,25,25,.1); }
.proj-main h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.proj-main p { font-size: 0.92rem; margin-bottom: 0.85rem; }
.proj-main ul { margin: 0.5rem 0 1rem 0; }
.proj-main ul li { color: #9a8878; font-size: 0.9rem; padding: 0.3rem 0 0.3rem 1.1rem; position: relative; }
.proj-main ul li::before { content: ''; position: absolute; left: 0; top: 0.62rem; width: 5px; height: 5px; border-radius: 50%; background: #c01919; }

.proj-sidebar { }
.proj-sidebar .reg-block { margin-bottom: 1rem; }
.proj-related { }
.proj-related h5 {
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: #5a4840; margin-bottom: 0.75rem; font-family: inherit;
}
.proj-related a {
  display: flex; align-items: center; gap: 0.5rem;
  color: #8a7868; font-size: 0.82rem; padding: 0.45rem 0;
  border-bottom: 1px solid rgba(192,25,25,.06); transition: color .18s;
}
.proj-related a:last-child { border-bottom: none; }
.proj-related a:hover { color: #d4890a; }
.proj-related a::before { content: '→'; color: #c01919; font-size: 0.75rem; flex-shrink: 0; }

/* ── CONTACT ──────────────────────────────────────────────────── */
.contact-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.c-detail { padding: 0.65rem 0; border-bottom: 1px solid rgba(192,25,25,.08); }
.c-detail:last-of-type { border-bottom: none; }
.c-detail .eyebrow { margin-bottom: 0.15rem; }
.c-val { color: #e0d0c8; font-size: 0.95rem; }
.form-group { margin-bottom: 0.9rem; }
.form-group label { display: block; font-size: 0.63rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #5a4840; margin-bottom: 0.38rem; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 0.68rem 0.9rem;
  background: #2c1010; border: 1px solid rgba(192,25,25,.2);
  color: #e0d0c8; font-family: inherit; font-size: 0.9rem;
  outline: none; transition: border-color .18s;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: rgba(212,137,10,.45); }
.form-group textarea { min-height: 110px; resize: vertical; }
.form-group select option { background: #1a0505; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; }

/* ── PLAT STRIP ───────────────────────────────────────────────── */
.plat-strip { background: rgba(26,77,181,.05); border: 1px solid rgba(26,77,181,.1); padding: 1rem 1.25rem; margin-top: 0.85rem; }
.plat-strip ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0.25rem; margin-top: 0.5rem; }
.plat-strip ul li { color: #9a8878; font-size: 0.85rem; padding: 0.18rem 0 0.18rem 0.9rem; position: relative; }
.plat-strip ul li::before { content: ''; position: absolute; left: 0; top: 0.55rem; width: 4px; height: 4px; border-radius: 50%; background: #5090e0; }

/* ── FOOTER ───────────────────────────────────────────────────── */
footer { background: #0e0101; border-top: 1px solid rgba(192,25,25,.22); padding: 2.5rem 0 0; }
.footer-inner {
  max-width: 1160px; margin: 0 auto; padding: 0 1.5rem 2rem;
  display: grid; grid-template-columns: 1.5fr auto auto; gap: 3rem; align-items: start;
}
.footer-logo-wrap { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.65rem; }
.footer-logo-wrap img { height: 38px; width: auto; object-fit: contain; }
.footer-logo-text { font-family: Georgia, serif; font-size: 0.95rem; font-weight: 700; color: #faf0e8; letter-spacing: .04em; }
.footer-reg-text { font-size: 0.75rem; color: #5a4840; line-height: 1.85; }
.footer-reg-text a { color: #7a6860; }
.footer-reg-text a:hover { color: #d4890a; }
.footer-col h5 { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: #5a4840; margin-bottom: 0.8rem; font-family: inherit; }
.footer-col a { display: block; font-size: 0.82rem; color: #8a7868; margin-bottom: 0.4rem; }
.footer-col a:hover { color: #d4890a; }
.footer-bottom {
  max-width: 1160px; margin: 0 auto; padding: 1rem 1.5rem;
  border-top: 1px solid rgba(192,25,25,.1);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.4rem;
}
.footer-copy { font-size: 0.67rem; color: #4a3830; }
.footer-copy a { color: #5a4840; }
.footer-disclaimer {
  max-width: 1160px; margin: 0 auto; padding: 0.85rem 1.5rem 2rem;
  border-top: 1px solid rgba(255,255,255,.02);
}
.footer-disclaimer p { font-size: 0.64rem; color: #3a2820; line-height: 1.65; }

/* ── FADE UP ──────────────────────────────────────────────────── */
.fu { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
.fu.in { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ───────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-panel { display: none; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .about-cols { grid-template-columns: 1fr; }
  .contact-cols { grid-template-columns: 1fr; }
  .vm-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .intro-strip { grid-template-columns: 1fr; }
  .intro-col { border-right: none; border-bottom: 1px solid rgba(192,25,25,.1); }
  .intro-col:last-child { border-bottom: none; }
  .proj-body { grid-template-columns: 1fr; }
  .proj-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; }
}
@media (max-width: 768px) {
  .nav-menu { display: none; }
  .nav-menu.open {
    display: flex; flex-direction: column; gap: 0;
    position: absolute; top: 60px; left: 0; right: 0;
    background: #0e0101; padding: 0.5rem 1.5rem 1rem;
    border-bottom: 1px solid rgba(192,25,25,.2); z-index: 199;
  }
  .nav-menu.open a { padding: 0.55rem 0.5rem; border-bottom: 1px solid rgba(192,25,25,.06); }
  .nav-menu.open a:last-child { border-bottom: none; }
  .nav-burger { display: flex; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .vb-item { padding: 1rem 1.25rem; }
  .sec, .sec-alt, .sec-deep { padding: 2.25rem 0; }
  .panel { padding: 1.5rem; }
  .hero-logo-row img { height: 78px; }
  .stat-item { border-right: none; margin-right: 0; padding-right: 0; }
  .hero-stats { gap: 1rem; }
  .nav { padding: 0 1rem; }
}
@media (max-width: 520px) {
  .hero-inner { padding: 2rem 1rem 2rem; }
  .form-row { grid-template-columns: 1fr; }
  .panel-meta { flex-direction: column; gap: 0.6rem; }
  .footer-bottom { flex-direction: column; }
  .plat-strip ul { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr; }
  .proj-sidebar { grid-template-columns: 1fr; }
}
