/* Gomati Enterprises — Shared Site Styles */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  color: #0A0A0A;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
}

/* ── NAV ──────────────────────────────────────────────────── */
.site-nav {
  position: sticky; top: 0; z-index: 100;
  background: #1A1A1A;
  border-bottom: 3px solid var(--brand-primary);
  height: 68px;
  display: flex; align-items: center;
}
.nav-inner {
  width: 100%; max-width: 1280px; margin: 0 auto;
  padding: 0 48px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo {
  display: inline-flex; align-items: center; gap: 12px;
  text-decoration: none; flex-shrink: 0; line-height: 1;
}
.nav-logo .logo-mark { height: 40px; width: auto; display: block; flex-shrink: 0; }
.nav-logo .logo-word {
  font-size: 18px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--brand-primary); white-space: nowrap;
}
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a {
  color: #8E8E8E; font-size: 10px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none;
  padding-bottom: 2px; border-bottom: 2px solid transparent;
  transition: color 200ms ease, border-color 200ms ease;
}
.nav-links a:hover { color: var(--brand-primary); }
.nav-links a.active { color: var(--brand-primary); border-bottom-color: var(--brand-primary); }
.nav-links .btn-nav {
  background: var(--brand-primary); color: #0A0A0A;
  padding: 9px 18px; border-bottom: none !important; border-radius: 2px; font-weight: 800;
  transition: background 200ms ease;
}
.nav-links .btn-nav:hover { background: var(--brand-primary-hover); color: #0A0A0A; }

/* ── LAYOUT ────────────────────────────────────────────────── */
.section { padding: 72px 48px; }
.section-inner { max-width: 1200px; margin: 0 auto; }

/* ── HEROES ────────────────────────────────────────────────── */
.hero-main {
  background: #0A0A0A; padding: 96px 48px;
  border-bottom: 4px solid var(--brand-primary); overflow: hidden; position: relative;
}
.hero-main .section-inner { max-width: 1200px; margin: 0 auto; }

.hero-page {
  background: #1A1A1A; padding: 64px 48px;
  border-bottom: 4px solid var(--brand-primary);
}
.hero-page .section-inner { max-width: 1200px; margin: 0 auto; }

.overline {
  font-size: 15px; font-weight: 800; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--brand-primary); margin-bottom: 12px;
}
.hero-h1 {
  font-size: clamp(40px, 5vw, 64px); font-weight: 900;
  letter-spacing: 0.05em; text-transform: uppercase;
  color: #fff; line-height: 1.05; margin-bottom: 16px;
}
.hero-h1 .accent { color: var(--brand-primary); }
.hero-h2 {
  font-size: clamp(32px, 4vw, 48px); font-weight: 900;
  letter-spacing: 0.05em; text-transform: uppercase;
  color: #fff; line-height: 1.08;
}
.hero-sub {
  font-size: 15px; color: #8E8E8E; line-height: 1.75;
  max-width: 500px; margin-bottom: 36px;
}
.cta-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }

/* ── TYPOGRAPHY ─────────────────────────────────────────────── */
.sh2 {
  font-size: 34px; font-weight: 900; letter-spacing: 0.06em;
  text-transform: uppercase; line-height: 1.1; color: #0A0A0A; margin-bottom: 12px;
}
.sh2.light { color: #fff; }
.sh3 {
  font-size: 22px; font-weight: 800; letter-spacing: 0.04em;
  text-transform: uppercase; color: #0A0A0A; margin-bottom: 8px;
}
.sh3.light { color: #fff; }
.body-text { font-size: 14px; color: #555; line-height: 1.75; }
.body-text.light { color: #8E8E8E; }
.sec-sub { font-size: 15px; color: #555; line-height: 1.7; max-width: 520px; }
.sec-sub.light { color: #8E8E8E; }
.sec-header { margin-bottom: 44px; }

/* ── BUTTONS ────────────────────────────────────────────────── */
.btn {
  display: inline-block; font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 800; letter-spacing: 0.14em;
  text-transform: uppercase; padding: 12px 28px; border-radius: 2px;
  cursor: pointer; text-decoration: none; transition: all 200ms ease; border: none;
}
.btn.lg { font-size: 13px; padding: 14px 36px; }
.btn-primary { background: var(--brand-primary); color: #0A0A0A; }
.btn-primary:hover { background: var(--brand-primary-hover); }
.btn-outline { background: transparent; color: var(--brand-primary); border: 1.5px solid var(--brand-primary); }
.btn-outline:hover { background: var(--brand-primary); color: #0A0A0A; }
.btn-outline-lt { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.35); }
.btn-outline-lt:hover { border-color: #fff; }
.btn-dark { background: #0A0A0A; color: #fff; }
.btn-dark:hover { background: #2C2C2C; }

/* ── TAGS ───────────────────────────────────────────────────── */
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.tag {
  display: inline-block; background: var(--brand-primary-subtle); color: var(--brand-primary-active);
  font-size: 9px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 5px 12px; border-radius: 9999px;
}
.tag.dark { background: #2C2C2C; color: var(--brand-primary); }

/* ── CARDS ──────────────────────────────────────────────────── */
.card {
  background: #fff; border: 1px solid #EBEBEB;
  border-top: 3px solid var(--brand-primary); padding: 28px 24px;
}
.card-dark {
  background: #1A1A1A; border: 1px solid #2C2C2C;
  border-top: 3px solid var(--brand-primary); padding: 28px 24px;
}
.card-title { font-size: 13px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: #0A0A0A; margin-bottom: 8px; }
.card-title.light { color: #fff; }
.card-body { font-size: 13px; color: #555; line-height: 1.7; }
.card-body.light { color: #8E8E8E; }

/* ── STAT ───────────────────────────────────────────────────── */
.stat-val { font-size: 48px; font-weight: 900; color: #0A0A0A; line-height: 1; }
.stat-lbl { font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(0,0,0,0.6); margin-top: 8px; }

/* ── CHECKLIST ──────────────────────────────────────────────── */
.checklist { display: flex; flex-direction: column; gap: 14px; }
.check-item { display: flex; align-items: flex-start; gap: 12px; }
.check-dot { width: 6px; height: 6px; background: var(--brand-primary); flex-shrink: 0; margin-top: 7px; }
.check-label { font-size: 14px; color: #D4D4D4; line-height: 1.6; }

/* ── PRINCIPAL SECTION ──────────────────────────────────────── */
.principal-section {
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: stretch; min-height: 360px;
}
.principal-section.reverse { direction: rtl; }
.principal-section.reverse > * { direction: ltr; }

.principal-content {
  padding: 64px 56px;
  display: flex; flex-direction: column; justify-content: center;
}
.principal-mark {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: #0A0A0A; gap: 8px; min-height: 360px;
}
.principal-mark.alt { background: #1A1A1A; }
.mark-init { font-size: 80px; font-weight: 900; color: var(--brand-primary); letter-spacing: -0.02em; line-height: 1; }
.mark-cat { font-size: 9px; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; color: #3F3F3F; margin-top: 4px; }

/* ── FORM ───────────────────────────────────────────────────── */
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-lbl { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #0A0A0A; }
.form-input, .form-select, .form-textarea {
  font-family: 'Montserrat', sans-serif; font-size: 13px; color: #0A0A0A;
  padding: 11px 14px; border: 1.5px solid #D4D4D4; border-radius: 2px;
  outline: none; transition: border-color 200ms ease; width: 100%; background: #fff;
}
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--brand-primary); }
.form-textarea { resize: vertical; min-height: 120px; }
.form-select { appearance: none; cursor: pointer; }

/* ── FOOTER ─────────────────────────────────────────────────── */
.site-footer { background: #0A0A0A; padding: 56px 48px 24px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr;
  gap: 48px; margin-bottom: 40px;
}
.f-col-hed { font-size: 10px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brand-primary); margin-bottom: 14px; }
.f-links { display: flex; flex-direction: column; gap: 10px; }
.f-links a { color: #8E8E8E; font-size: 12px; text-decoration: none; transition: color 200ms ease; }
.f-links a:hover { color: #D4D4D4; }
.f-tagline { color: #6E6E6E; font-size: 13px; line-height: 1.7; margin-top: 14px; max-width: 260px; }
.f-bottom { border-top: 1px solid #2C2C2C; padding-top: 20px; display: flex; justify-content: space-between; align-items: center; }
.f-copy { color: #3F3F3F; font-size: 11px; letter-spacing: 0.04em; }

/* ── ORANGE LEFT ACCENT ─────────────────────────────────────── */
.accent-left { border-left: 4px solid var(--brand-primary); padding-left: 20px; }

/* ── BG HELPERS ─────────────────────────────────────────────── */
.bg-white  { background: #fff; }
.bg-light  { background: #F7F7F7; }
.bg-dark   { background: #1A1A1A; }
.bg-black  { background: #0A0A0A; }
.bg-brand  { background: var(--brand-primary); }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ≤ 767px   mobile  |  768–1023  tablet  |  ≥ 1680  ultra-wide
═══════════════════════════════════════════════════════════ */

/* ── Hamburger button (hidden on wide screens) ─────────── */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 7px 4px;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #8E8E8E;
  border-radius: 1px;
  transition: transform 220ms ease, opacity 200ms ease, background 200ms;
  pointer-events: none;
}
.nav-hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  background: var(--brand-primary);
}
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  background: var(--brand-primary);
}

/* ── Collapsed nav: tablet + mobile ─────────────────────── */
@media (max-width: 1023px) {
  .nav-inner     { padding: 0 24px; }
  .nav-hamburger { display: flex; }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    flex-direction: column;
    background: #111;
    border-top: 1px solid #2C2C2C;
    border-bottom: 3px solid var(--brand-primary);
    padding: 6px 0 14px;
    gap: 0;
    display: none;
    z-index: 200;
    box-shadow: 0 8px 24px rgba(0,0,0,0.5);
  }
  .nav-links.open { display: flex; }
  .nav-links a {
    padding: 14px 24px;
    font-size: 11px;
    border-bottom: 1px solid #1C1C1C;
    letter-spacing: 0.12em;
    width: 100%;
    box-sizing: border-box;
  }
  .nav-links a.active { background: rgba(245,168,0,0.06); }
  .nav-links .btn-nav {
    margin: 10px 24px 2px;
    text-align: center;
    padding: 13px 24px;
    border-bottom: none !important;
    display: block;
    width: auto;
  }
}

/* ── Section padding ────────────────────────────────────── */
@media (max-width: 767px) {
  .nav-inner       { padding: 0 16px; }
  .section         { padding: 44px 20px; }
  .hero-main       { padding: 52px 20px; }
  .hero-page       { padding: 36px 20px; }
  .site-footer     { padding: 44px 20px 20px; }
  section.bg-brand { padding: 48px 20px !important; }
  .overline        { font-size: 11px; }
  .sh2             { font-size: clamp(22px, 6vw, 34px); }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section         { padding: 64px 32px; }
  .hero-main       { padding: 72px 32px; }
  .hero-page       { padding: 52px 32px; }
  .site-footer     { padding: 48px 32px 20px; }
  section.bg-brand { padding: 64px 32px !important; }
}

/* ── Footer ─────────────────────────────────────────────── */
@media (max-width: 1023px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .f-bottom    { flex-direction: column; gap: 6px; text-align: center; }
}

/* ── Principal section (about.html brand panels) ────────── */
@media (max-width: 767px) {
  .principal-section,
  .principal-section.reverse { grid-template-columns: 1fr; direction: ltr; min-height: 0; }
  .principal-section.reverse > * { direction: ltr; }
  .principal-content { padding: 36px 20px; }
  .principal-mark    { min-height: 160px; padding: 28px 20px; }
  .mark-init         { font-size: 52px; }
}

/* ── Ultra-wide max-width expansion ─────────────────────── */
@media (min-width: 1680px) {
  .section-inner, .nav-inner, .footer-inner { max-width: 1440px; }
}
@media (min-width: 2200px) {
  .section-inner, .nav-inner, .footer-inner { max-width: 1720px; }
}
