/* =========================================================
   CCC Consultant — IT Solutions
   Editorial premium design system
   ========================================================= */

:root {
  /* Palette */
  --cream: #faf6ef;
  --cream-soft: #f3ecdc;
  --paper: #ffffff;
  --ink: #1a1916;
  --ink-soft: #4a463e;
  --muted: #8c8678;
  --accent: #c2410c;
  --accent-bright: #ea580c;
  --accent-soft: #fef3e7;
  --gold: #b07b1f;
  --border: #e8dfc8;
  --border-strong: #c9bd9d;

  /* Typography */
  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  /* Sizing */
  --container: 1200px;
  --radius-sm: 4px;
  --radius: 8px;
  --radius-lg: 16px;
  --header-h: 78px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .15s ease; }
::selection { background: var(--accent); color: var(--cream); }

.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.serif { font-family: var(--serif); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: all .2s ease;
  white-space: nowrap;
  font-family: var(--sans);
}
.btn-primary {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}
.btn-primary:hover { background: var(--accent); border-color: var(--accent); }
.btn-outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-outline:hover { background: var(--ink); color: var(--cream); }
.btn-accent {
  background: var(--accent);
  color: var(--cream);
  border-color: var(--accent);
}
.btn-accent:hover { background: var(--accent-bright); border-color: var(--accent-bright); }
.btn .arrow { transition: transform .2s ease; font-size: 18px; }
.btn:hover .arrow { transform: translateX(4px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250,246,239,.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav {
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -.01em;
  color: var(--ink);
}
.brand-mark { width: 40px; height: 40px; flex-shrink: 0; }
.brand-name { line-height: 1.1; }
.brand-name span {
  display: block;
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-top: 3px;
}
.nav-links {
  display: flex;
  list-style: none;
  gap: 4px;
  align-items: center;
}
.nav-links a {
  display: inline-block;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 15px;
  color: var(--ink-soft);
  position: relative;
}
.nav-links a:hover { color: var(--accent); }
.nav-links a.active { color: var(--ink); }
.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 50%;
  transform: translateX(-50%);
  width: 24px; height: 2px;
  background: var(--accent);
}
.nav-cta { margin-left: 12px; }

.nav-toggle {
  display: none;
  background: transparent;
  border: 1.5px solid var(--ink);
  width: 44px; height: 44px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  align-items: center; justify-content: center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  display: block; width: 18px; height: 2px;
  background: var(--ink); position: relative; border-radius: 2px;
}
.nav-toggle span::before, .nav-toggle span::after { content: ''; position: absolute; left: 0; }
.nav-toggle span::before { top: -5px; }
.nav-toggle span::after { top: 5px; }

/* ---------- Top announcement strip ---------- */
.topstrip {
  background: var(--ink);
  color: var(--cream);
  padding: 9px 0;
  font-size: 13px;
  text-align: center;
  letter-spacing: .03em;
}
.topstrip strong { color: var(--accent-bright); font-weight: 600; }

/* ---------- Hero ---------- */
.hero {
  background: var(--cream);
  padding: 100px 0 110px;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center; gap: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 28px;
}
.eyebrow::before {
  content: '';
  width: 32px; height: 1.5px;
  background: var(--accent);
  display: inline-block;
}
.hero h1 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(40px, 5.4vw, 72px);
  line-height: 1.02;
  letter-spacing: -.025em;
  margin-bottom: 28px;
  font-variation-settings: 'SOFT' 50, 'WONK' 0;
}
.hero h1 em {
  font-style: italic;
  color: var(--accent);
  font-variation-settings: 'SOFT' 100, 'WONK' 1;
}
.hero p.lead {
  font-size: 19px;
  color: var(--ink-soft);
  max-width: 560px;
  margin-bottom: 38px;
  line-height: 1.55;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-meta {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
.hero-meta-item .lbl {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.hero-meta-item .val {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
}

/* Hero visual — abstract editorial */
.hero-visual {
  position: relative;
  aspect-ratio: 1 / 1.05;
  max-width: 480px;
  justify-self: end;
  width: 100%;
}
.hv-circle {
  position: absolute;
  top: 0; right: 0;
  width: 80%; height: 80%;
  border-radius: 50%;
  background: var(--accent);
}
.hv-square {
  position: absolute;
  bottom: 0; left: 0;
  width: 55%; height: 55%;
  background: var(--ink);
  border-radius: var(--radius);
}
.hv-circle-small {
  position: absolute;
  top: 30%; left: 8%;
  width: 18%; height: 18%;
  border-radius: 50%;
  background: var(--cream);
  border: 3px solid var(--ink);
}
.hv-tag {
  position: absolute;
  background: var(--paper);
  border: 1px solid var(--border-strong);
  padding: 14px 18px;
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  display: flex; align-items: center; gap: 10px;
  z-index: 3;
}
.hv-tag::before {
  content: ''; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
}
.hv-tag.t1 { top: 12%; left: -8%; }
.hv-tag.t2 { bottom: 18%; right: -4%; }
.hv-tag.t3 { bottom: 38%; left: 36%; background: var(--ink); color: var(--cream); border-color: var(--ink); }
.hv-tag.t3::before { background: var(--accent-bright); }

/* ---------- Sections ---------- */
section { padding: 110px 0; }
.section-head {
  max-width: 760px;
  margin: 0 auto 64px;
  text-align: center;
}
.section-head.left { text-align: left; margin-left: 0; }
.section-tag {
  display: inline-flex;
  align-items: center; gap: 12px;
  font-size: 12px; font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
}
.section-tag::before {
  content: ''; width: 28px; height: 1.5px; background: var(--accent);
}
.section-head h2 {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.02em;
  margin-bottom: 18px;
  font-variation-settings: 'SOFT' 50;
}
.section-head h2 em { font-style: italic; color: var(--accent); }
.section-head p { color: var(--ink-soft); font-size: 18px; }

/* ---------- Trust strip ---------- */
.trust {
  padding: 36px 0;
  background: var(--paper);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.trust-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.trust-row .label {
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.trust-row .items {
  display: flex; gap: 36px; flex-wrap: wrap;
  font-family: var(--serif);
  font-size: 16px;
  color: var(--ink-soft);
}
.trust-row .items span { display: inline-flex; align-items: center; gap: 10px; }
.trust-row .items span::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--accent);
}

/* ---------- Services (numbered editorial cards) ---------- */
.services-section { background: var(--cream); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0;
  border-top: 1px solid var(--border-strong);
  border-left: 1px solid var(--border-strong);
}
.service-card {
  position: relative;
  background: var(--cream);
  border-right: 1px solid var(--border-strong);
  border-bottom: 1px solid var(--border-strong);
  padding: 42px 36px 38px;
  transition: background .25s ease;
  display: block;
}
.service-card:hover { background: var(--paper); }
.service-card .num {
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: .15em;
  margin-bottom: 28px;
  display: block;
}
.service-card h3 {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -.01em;
  margin-bottom: 14px;
  color: var(--ink);
}
.service-card p { color: var(--ink-soft); font-size: 15.5px; margin-bottom: 26px; }
.service-card .link {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; font-size: 14px; color: var(--ink);
  border-bottom: 1.5px solid var(--ink);
  padding-bottom: 3px;
  transition: color .2s ease, border-color .2s ease;
}
.service-card:hover .link { color: var(--accent); border-color: var(--accent); }

/* ---------- Quote block ---------- */
.quote-section { background: var(--cream-soft); }
.quote-wrap {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.quote-mark {
  font-family: var(--serif);
  font-size: 100px;
  line-height: 1;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 16px;
}
.quote-text {
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -.015em;
  color: var(--ink);
  font-style: italic;
  margin-bottom: 32px;
  font-variation-settings: 'SOFT' 80;
}
.quote-author {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ---------- Process (vertical timeline) ---------- */
.process-section { background: var(--paper); }
.process-list {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
}
.process-list::before {
  content: '';
  position: absolute;
  left: 36px;
  top: 32px;
  bottom: 32px;
  width: 1px;
  background: var(--border-strong);
}
.process-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 32px;
  padding: 28px 0;
  align-items: start;
  position: relative;
}
.process-item .step {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--cream);
  border: 1px solid var(--border-strong);
  display: grid; place-items: center;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--accent);
  position: relative;
  z-index: 2;
}
.process-item:hover .step { background: var(--accent); color: var(--cream); border-color: var(--accent); }
.process-item h4 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: -.01em;
  margin-top: 16px;
}
.process-item p { color: var(--ink-soft); font-size: 16px; max-width: 580px; }

/* ---------- CTA banner (light editorial) ---------- */
.cta-section { background: var(--cream); padding-top: 0; }
.cta-banner {
  position: relative;
  border: 1.5px solid var(--ink);
  padding: 70px 60px;
  background: var(--ink);
  color: var(--cream);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center;
}
.cta-banner::before {
  content: '';
  position: absolute;
  top: -1.5px; right: -1.5px;
  width: 120px; height: 120px;
  background: var(--accent);
  z-index: 0;
}
.cta-banner > * { position: relative; z-index: 1; }
.cta-banner h3 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.02em;
}
.cta-banner h3 em { font-style: italic; color: var(--accent-bright); }
.cta-banner p { color: rgba(250,246,239,.75); margin-top: 14px; font-size: 16px; }
.cta-banner .actions { display: flex; gap: 12px; flex-wrap: wrap; justify-self: end; }
.cta-banner .btn-primary { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.cta-banner .btn-primary:hover { background: var(--accent); border-color: var(--accent); color: var(--cream); }
.cta-banner .btn-outline { color: var(--cream); border-color: rgba(250,246,239,.4); }
.cta-banner .btn-outline:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  padding: 80px 0 70px;
  background: var(--cream);
  border-bottom: 1px solid var(--border);
  text-align: center;
}
.crumbs {
  font-size: 12px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: 18px;
}
.crumbs a { color: var(--ink-soft); }
.crumbs a:hover { color: var(--accent); }
.crumbs span { margin: 0 10px; }
.page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.025em;
  margin-bottom: 18px;
}
.page-hero h1 em { font-style: italic; color: var(--accent); }
.page-hero p {
  color: var(--ink-soft); font-size: 19px;
  max-width: 680px; margin: 0 auto;
}

/* ---------- About page ---------- */
.about-intro { background: var(--cream); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
  align-items: start;
}
.about-grid .meta-col {
  position: sticky; top: calc(var(--header-h) + 24px);
}
.about-grid .meta-col .label {
  font-size: 12px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 12px;
}
.about-grid .meta-col h2 {
  font-family: var(--serif);
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin-bottom: 24px;
}
.about-grid .meta-col h2 em { font-style: italic; color: var(--accent); }
.about-grid .meta-col .badge {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.about-grid .body-col p {
  font-size: 17px;
  color: var(--ink-soft);
  margin-bottom: 22px;
  line-height: 1.7;
}
.about-grid .body-col p:first-child::first-letter {
  font-family: var(--serif);
  font-size: 58px;
  font-weight: 700;
  float: left;
  line-height: .9;
  padding: 6px 12px 0 0;
  color: var(--accent);
}

.values-section { background: var(--paper); }
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0;
  border-top: 1px solid var(--border-strong);
}
.value-card {
  padding: 44px 36px;
  border-bottom: 1px solid var(--border-strong);
  border-right: 1px solid var(--border-strong);
  background: var(--paper);
  transition: background .2s ease;
}
.value-card:last-child { border-right: none; }
.value-card:hover { background: var(--cream); }
.value-card .vnum {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--accent);
  font-weight: 600;
  letter-spacing: .12em;
  margin-bottom: 24px;
  display: block;
}
.value-card h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.value-card p { color: var(--ink-soft); font-size: 15px; }

.stats-section { background: var(--cream); padding: 90px 0; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0;
  border-top: 1px solid var(--border-strong);
  border-bottom: 1px solid var(--border-strong);
}
.stat-block {
  padding: 36px 28px;
  text-align: center;
  border-right: 1px solid var(--border-strong);
}
.stat-block:last-child { border-right: none; }
.stat-block .n {
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 700;
  line-height: 1;
  color: var(--ink);
  font-variation-settings: 'SOFT' 80;
}
.stat-block .n em { color: var(--accent); font-style: italic; }
.stat-block .lbl {
  font-size: 12px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted);
  margin-top: 12px;
}

/* ---------- Services page rows ---------- */
.service-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 60px;
  padding: 70px 0;
  border-bottom: 1px solid var(--border-strong);
  align-items: start;
}
.service-row:last-child { border-bottom: 0; }
.service-row .big-num {
  font-family: var(--serif);
  font-size: 88px;
  font-weight: 700;
  line-height: 1;
  color: var(--accent);
  letter-spacing: -.04em;
  font-variation-settings: 'SOFT' 100;
}
.sr-body { max-width: 760px; }
.sr-body h3 {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin-bottom: 14px;
}
.sr-body h3 em { font-style: italic; color: var(--accent); }
.sr-body > p {
  font-size: 17px;
  color: var(--ink-soft);
  margin-bottom: 24px;
}
.sr-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px 32px;
  list-style: none;
  margin-bottom: 28px;
}
.sr-features li {
  position: relative;
  padding-left: 22px;
  color: var(--ink-soft);
  font-size: 15.5px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.sr-features li::before {
  content: '';
  position: absolute;
  left: 0; top: 12px;
  width: 8px; height: 8px;
  background: var(--accent);
  border-radius: 50%;
}

/* ---------- Contact ---------- */
.contact-section { background: var(--cream); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 70px;
  align-items: start;
}
.contact-info h2 {
  font-family: var(--serif);
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.1;
  margin-bottom: 20px;
}
.contact-info h2 em { font-style: italic; color: var(--accent); }
.contact-info > p { color: var(--ink-soft); font-size: 17px; margin-bottom: 36px; }
.contact-items { display: grid; gap: 0; border-top: 1px solid var(--border-strong); }
.contact-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid var(--border-strong);
  align-items: start;
}
.contact-item .ico {
  width: 48px; height: 48px;
  border: 1px solid var(--border-strong);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--accent);
  background: var(--paper);
}
.contact-item h4 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.contact-item p, .contact-item a {
  color: var(--ink); font-size: 16px; line-height: 1.5;
}
.contact-item a:hover { color: var(--accent); }
.contact-item strong { font-weight: 600; }

.contact-form {
  background: var(--paper);
  border: 1px solid var(--border-strong);
  padding: 44px;
  border-radius: var(--radius);
}
.contact-form h3 {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -.01em;
  margin-bottom: 6px;
}
.contact-form > p.intro { color: var(--ink-soft); font-size: 15px; margin-bottom: 26px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.field label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  font: inherit;
  font-size: 15px;
  background: var(--cream);
  color: var(--ink);
  transition: all .15s ease;
  font-family: var(--sans);
}
.field textarea { resize: vertical; min-height: 130px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--ink);
  background: var(--paper);
}
.form-note { font-size: 13px; color: var(--muted); margin-top: 6px; }
.form-success {
  display: none;
  padding: 14px 16px;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
  font-size: 14.5px;
  margin-bottom: 16px;
  border-radius: var(--radius-sm);
}
.form-error {
  display: none;
  padding: 14px 16px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  font-size: 14.5px;
  margin-bottom: 16px;
  border-radius: var(--radius-sm);
}

/* ---------- Footer ---------- */
.footer {
  background: var(--ink);
  color: var(--cream);
  padding: 80px 0 32px;
  position: relative;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 50px;
  margin-bottom: 50px;
}
.footer .brand { color: var(--cream); margin-bottom: 18px; }
.footer .brand-name span { color: rgba(250,246,239,.55); }
.footer-tag {
  font-family: var(--serif);
  font-size: 17px;
  color: rgba(250,246,239,.78);
  font-style: italic;
  max-width: 330px;
  margin-top: 14px;
  font-variation-settings: 'SOFT' 100;
}
.footer h5 {
  color: var(--cream);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: var(--sans);
}
.footer ul { list-style: none; display: grid; gap: 12px; }
.footer ul a, .footer ul span {
  color: rgba(250,246,239,.65);
  font-size: 14.5px;
  line-height: 1.5;
}
.footer ul a:hover { color: var(--accent-bright); }
.footer ul li.addr { color: rgba(250,246,239,.65); }
.footer-bottom {
  border-top: 1px solid rgba(250,246,239,.12);
  padding-top: 26px;
  display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 14px;
  font-size: 13px;
  color: rgba(250,246,239,.5);
  letter-spacing: .02em;
}
.footer-bottom strong { color: rgba(250,246,239,.7); font-weight: 500; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { justify-self: center; max-width: 380px; }
  .hero { padding: 70px 0 80px; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-grid .meta-col { position: static; }
  .cta-banner { grid-template-columns: 1fr; padding: 48px 36px; }
  .cta-banner .actions { justify-self: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .service-row { grid-template-columns: 1fr; gap: 24px; padding: 56px 0; }
  .service-row .big-num { font-size: 64px; }
}

@media (max-width: 720px) {
  section { padding: 80px 0; }
  .container { padding: 0 20px; }
  .nav-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-links {
    display: none;
    position: absolute;
    top: var(--header-h);
    left: 0; right: 0;
    background: var(--cream);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px 20px 24px;
    border-bottom: 1px solid var(--border);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 16px; }
  .nav-links a.active::after { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .contact-form { padding: 28px; }
  .process-item { grid-template-columns: 56px 1fr; gap: 20px; }
  .process-item .step { width: 56px; height: 56px; font-size: 16px; }
  .process-list::before { left: 28px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-block:nth-child(2n) { border-right: none; }
  .stat-block:nth-child(-n+2) { border-bottom: 1px solid var(--border-strong); }
  .trust-row { justify-content: center; text-align: center; flex-direction: column; }
  .topstrip { font-size: 12px; }
}
