/* Gitten Consulting — Marketing Website styles
   Complements colors_and_type.css; paths are relative to ui_kits/website/index.html */

/* ---------- utility bar ---------- */
.utility-bar {
  background: var(--g-ink-50);
  border-bottom: 1px solid var(--border);
  font-size: var(--text-sm);
  color: var(--fg-muted);
  padding: 10px 0;
}
.utility-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.util-item { display: inline-flex; align-items: center; gap: 8px; }
.util-item a { color: var(--fg-muted); }
.util-item a:hover { color: var(--brand); }
.util-item svg { color: var(--brand); }
.util-social { gap: 12px; }
.util-follow { font-weight: 600; margin-right: 4px; }
.util-social a { width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: var(--r-sm); color: var(--fg-muted); }
.util-social a:hover { color: var(--brand); border-color: var(--brand); }

/* ---------- nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: all var(--dur-base) var(--ease-out);
}
.nav-scrolled { box-shadow: var(--shadow-sm); border-bottom-color: var(--border); background: rgba(255,255,255,0.96); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 20px; }
.nav-brand { display: inline-flex; align-items: center; gap: 15px; text-decoration: none; }
.nav-monogram { height: 48px; width: 48px; display: block; }
.nav-wordmark { font-family: var(--font-display); font-size: 24px; font-weight: 300; color: var(--g-navy-700); letter-spacing: -0.5px; line-height: 1; }
.nav-wordmark b { font-weight: 600; color: var(--g-navy-700); }
.nw-dim { color: var(--g-navy-200); }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { color: var(--fg); font-size: 13px; font-weight: 700; letter-spacing: .06em; }
.nav-links a:hover { color: var(--brand); }
.nav-cta { background: var(--brand); color: #fff !important; padding: 10px 18px; border-radius: var(--r-md); font-size: 12px; transition: background var(--dur-fast); }
.nav-cta:hover { background: var(--brand-hover); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--fg); display: block; }

@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .nav-links { position: absolute; top: 74px; left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; padding: 16px; border-bottom: 1px solid var(--border); display: none; }
  .nav-links-open { display: flex; }
  .nav-links a { padding: 12px 8px; }
}

/* ---------- container / sections ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: var(--space-9) 0; }
.section-alt { background: var(--g-ink-50); }
.section-dark { background: var(--g-navy-700); color: var(--g-white); }
.section-contact { background: var(--g-navy-800); color: var(--g-white); }
.section-eyebrow { display: block; margin-bottom: 12px; }
.section-title { text-align: center; margin-bottom: var(--space-8); }
.section-title-left { text-align: left; font-family: var(--font-display); font-size: clamp(28px,4vw,38px); font-weight: 600; line-height: 1.15; letter-spacing: -.02em; margin: 0 0 16px; }
.section-title .accent, .section-title-left .accent { color: var(--brand); }

/* ---------- hero ---------- */
.hero {
  position: relative;
  background: url('assets/home-bg.jpg') center/cover no-repeat;
  background-attachment: fixed;
  min-height: 640px;
  display: flex;
  align-items: center;
  padding: 120px 0;
  color: #fff;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(11,27,41,.78) 0%, rgba(14,143,214,.35) 100%);
}
.hero-inner { position: relative; max-width: 860px; }
.hero-eyebrow { color: var(--g-cyan-300); margin-bottom: 20px; }
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -.02em;
  text-shadow: 2px 2px 10px rgba(0,0,0,.5);
  margin: 0 0 24px;
}
.hero-title .accent { color: var(--g-cyan-300); font-weight: 700; }
.hero-lead { color: rgba(255,255,255,.85); max-width: 620px; margin-bottom: 36px; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-sans); font-weight: 700; font-size: 14px; letter-spacing: .06em; padding: 12px 22px; border-radius: var(--r-md); border: 1px solid transparent; cursor: pointer; text-decoration: none; transition: all var(--dur-base) var(--ease-out); }
.btn-lg { padding: 15px 28px; font-size: 15px; }
.btn-block { width: 100%; }
.btn-primary { background: var(--brand); color: #fff; }
.btn-primary:hover { background: #fff; color: var(--brand); border-color: var(--brand); }
.btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn-ghost-light:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }

/* ---------- about pillars ---------- */
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pillar { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 32px; box-shadow: var(--shadow-xs); transition: box-shadow var(--dur-base); }
.pillar:hover { box-shadow: var(--shadow-md); }
.pillar-icon { width: 52px; height: 52px; border: 1px solid var(--brand); border-radius: var(--r-md); color: var(--brand); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.pillar-icon svg { width: 26px; height: 26px; }
.pillar-title { font-family: var(--font-display); font-size: 16px; font-weight: 700; letter-spacing: .04em; color: var(--fg); margin: 0 0 12px; }
.pillar-body { color: var(--fg-muted); font-weight: 300; line-height: 1.6; margin: 0; }
.pillar-body b { color: var(--fg); font-weight: 600; }

@media (max-width: 860px) { .pillar-grid { grid-template-columns: 1fr; } }

/* ---------- logo grids (standards + tech) ---------- */
.logo-grid { display: grid; gap: 16px; }
.logo-grid-4 { grid-template-columns: repeat(4, 1fr); }
.logo-tile { background: #fff; border: 1px solid var(--border); border-radius: var(--r-md); height: 130px; display: flex; align-items: center; justify-content: center; padding: 20px; transition: all var(--dur-base); }
.logo-tile:hover { border-color: var(--brand); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.logo-tile img { max-width: 100%; max-height: 80px; object-fit: contain; }
.logo-tile-text { font-size: 0.85rem; font-weight: 600; color: var(--text); text-align: center; line-height: 1.3; }
@media (max-width: 860px) { .logo-grid-4 { grid-template-columns: repeat(2, 1fr); } }

/* ---------- services ---------- */
.section-dark .section-title, .section-contact .section-title { color: #fff; }
.section-dark .section-eyebrow, .section-contact .section-eyebrow { color: var(--g-cyan-300); }

.service { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 48px 0; border-top: 1px solid rgba(255,255,255,.08); }
.service:first-of-type { border-top: 0; }
.service-reverse .service-media { order: 2; }
.service-media { position: relative; border-radius: var(--r-lg); overflow: hidden; }
.service-media img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 4/3; }
.service-number { position: absolute; top: 16px; left: 16px; background: var(--brand); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 14px; padding: 6px 12px; border-radius: var(--r-sm); letter-spacing: .08em; }
.service-title { color: var(--g-cyan-300); font-family: var(--font-display); font-size: 28px; font-weight: 600; margin: 0 0 18px; letter-spacing: -.01em; }
.service-body p { color: rgba(255,255,255,.82); line-height: 1.7; }
.service-body b { color: var(--g-cyan-300); font-weight: 600; }
.check-list { list-style: none; padding: 0; margin: 0 0 20px; display: grid; gap: 8px; }
.check-list li { position: relative; padding-left: 26px; color: rgba(255,255,255,.85); line-height: 1.55; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 6px; width: 10px; height: 10px; border-radius: 50%; background: var(--brand); }
.std-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; margin-top: 8px; font-size: 14px; color: rgba(255,255,255,.8); }
.std-grid b { color: var(--g-cyan-300); display: block; margin-bottom: 2px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 860px) {
  .service { grid-template-columns: 1fr; gap: 28px; }
  .service-reverse .service-media { order: 0; }
  .std-grid { grid-template-columns: 1fr; }
}

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.contact-intro .lead { color: rgba(255,255,255,.8); margin-bottom: 32px; }
.contact-address { font-style: normal; border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; margin-top: 24px; }
.addr-title { font-weight: 700; letter-spacing: .08em; font-size: 13px; margin-bottom: 14px; color: #fff; }
.addr-row { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; color: rgba(255,255,255,.85); }
.addr-row svg { color: var(--g-cyan-300); flex: none; }
.addr-row a { color: rgba(255,255,255,.85); }
.addr-row a:hover { color: var(--g-cyan-300); }
.contact-social { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.follow-label { font-weight: 700; font-size: 12px; letter-spacing: .08em; margin-right: 8px; color: rgba(255,255,255,.8); }
.contact-social a { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.25); border-radius: var(--r-sm); display: inline-flex; align-items: center; justify-content: center; color: rgba(255,255,255,.85); transition: all var(--dur-fast); }
.contact-social a:hover { background: var(--brand); border-color: var(--brand); color: #fff; }

.contact-form { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-lg); padding: 32px; }
.field { display: grid; gap: 8px; margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { font-size: 12px; letter-spacing: .08em; font-weight: 700; color: rgba(255,255,255,.85); }
.field input, .field textarea {
  background: transparent; border: 1px solid rgba(255,255,255,.2); border-radius: var(--r-sm);
  padding: 12px 14px; font-family: var(--font-sans); font-size: 14px; color: #fff; outline: none;
  transition: all var(--dur-fast); font-weight: 300;
}
.field input:focus, .field textarea:focus { border-color: var(--g-cyan-300); box-shadow: 0 0 0 3px rgba(71,198,248,.15); }
.field textarea { resize: vertical; }
.form-alert { background: rgba(43,166,114,.18); border: 1px solid var(--g-success); color: #9CE8C1; padding: 12px 16px; border-radius: var(--r-sm); margin-bottom: 18px; text-align: center; }

@media (max-width: 860px) {
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .field-row { grid-template-columns: 1fr; }
}

/* ---------- footer ---------- */
.footer { background: var(--g-navy-800); color: rgba(255,255,255,.7); padding: 40px 0; text-align: center; border-top: 1px solid rgba(255,255,255,.06); }
.footer-brand { display: inline-flex; align-items: center; gap: 15px; margin-bottom: 14px; }
.footer-monogram { height: 44px; width: 44px; display: block; filter: brightness(1.15); }
.footer-wordmark { font-family: var(--font-display); font-size: 22px; font-weight: 300; color: #fff; letter-spacing: -0.5px; line-height: 1; }
.footer-wordmark b { font-weight: 600; color: #fff; }
.fw-dim { color: var(--g-navy-200); }
.footer-tag { font-size: 13px; color: var(--g-cyan-300); letter-spacing: .08em; text-transform: uppercase; font-weight: 600; margin-bottom: 12px; }
.footer-copy { font-size: 13px; }

/* ---------- tweaks panel ---------- */
.tweaks-panel {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 320px;
  max-height: calc(100vh - 40px);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: 0 20px 50px rgba(11, 27, 41, 0.25);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-family: var(--font-sans);
  color: var(--fg);
}
.tweaks-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px;
  background: var(--g-navy-800);
  color: #fff;
}
.tweaks-title { font-family: var(--font-display); font-weight: 600; font-size: 15px; letter-spacing: .02em; }
.tweaks-close { background: none; border: 0; color: rgba(255,255,255,.85); font-size: 22px; line-height: 1; cursor: pointer; padding: 0 4px; }
.tweaks-close:hover { color: #fff; }
.tweaks-body { padding: 16px 18px 20px; overflow-y: auto; }
.tweaks-group + .tweaks-group { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--border); }
.tweaks-group-title {
  font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--fg-muted); margin-bottom: 12px;
}
.tweaks-field { display: grid; gap: 6px; margin-bottom: 12px; }
.tweaks-field > span { font-size: 12px; font-weight: 600; color: var(--fg); }
.tweaks-field input[type="text"],
.tweaks-field input:not([type]),
.tweaks-field input[type="email"] {
  font-family: var(--font-sans); font-size: 13px;
  padding: 8px 10px; border: 1px solid var(--border); border-radius: var(--r-sm);
  background: #fff; color: var(--fg); outline: none;
  transition: border-color var(--dur-fast);
}
.tweaks-field input:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(14,143,214,.12); }
.tweaks-inline { display: flex; align-items: center; gap: 6px; }
.tweaks-inline input[type="color"] { width: 36px; height: 32px; padding: 2px; border: 1px solid var(--border); border-radius: var(--r-sm); background: #fff; cursor: pointer; flex: none; }
.tweaks-inline input:not([type="color"]) { flex: 1; min-width: 0; }
.tweaks-suffix { font-size: 12px; color: var(--fg-muted); font-family: var(--font-mono); }
.tweaks-swatches { display: flex; gap: 6px; margin: -4px 0 12px; flex-wrap: wrap; }
.tweaks-swatch { width: 22px; height: 22px; border-radius: 50%; border: 1px solid rgba(0,0,0,.1); cursor: pointer; padding: 0; }
.tweaks-check { display: flex; align-items: center; gap: 8px; font-size: 13px; cursor: pointer; }
.tweaks-check input { width: 16px; height: 16px; accent-color: var(--brand); }
