/* GLOBAL */
body {
  font-family: Inter, sans-serif;
  background: #1A1A1A;
  color: #E5E5E5;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

a {
  color: #00C2FF;
  text-decoration: none;
}

/* NAVIGATION */
.nav {
  display: flex;
  gap: 24px;
  padding: 20px;
  background: #000;
  border-bottom: 1px solid #333;
}

.nav a.active {
  color: #4da3ff;
  font-weight: bold;
}

/* HERO */
.hero {
  text-align: center;
  padding: 80px 20px;
  background: #0d0d0d;
  color: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.hero p {
  font-size: 1.2rem;
  opacity: 0.85;
}

/* SECTIONS */
.section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 24px;
}

/* GRID */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

/* PROJECT CARDS */
.project-card {
  border: 1px solid #333;
  padding: 24px;
  border-radius: 12px;
  background: #111;
}

/* FOOTER */
.footer {
  text-align: center;
  padding: 32px;
  margin-top: 64px;
  border-top: 1px solid #333;
  color: #777;
  font-size: 14px;
}

/* ARCHITECTURE SECTION */
#architecture {
  padding: 40px;
  max-width: 900px;
  margin: auto;
}

#architecture h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

#architecture h3 {
  margin-top: 25px;
  color: #4da3ff;
}

#architecture p {
  margin-bottom: 10px;
  line-height: 1.5;
}

#architecture ul {
  margin-left: 20px;
  margin-bottom: 10px;
}

/* === GRAVITYAI ACCESSIBILITY OVERRIDES v3 (BIG TEXT MODE) === */

.hero-label {
  font-size: 1.35rem !important;
  letter-spacing: 0.32em !important;
}

.panel-title {
  font-size: 1.35rem !important;
}

.panel-tag {
  font-size: 1.25rem !important;
  padding: 0.65rem 1.25rem !important;
}

.panel-item-pill {
  font-size: 1.25rem !important;
  padding: 0.7rem 1.35rem !important;
}

.brand-mark::after {
  font-size: 1.2rem !important;
  padding: 6px 14px !important;
}

.capsule-tag {
  font-size: 1.25rem !important;
  padding: 0.65rem 1.25rem !important;
}

/* Optional: slightly larger body text for comfort */
body {
  font-size: 1.15rem !important;
  line-height: 1.75 !important;
}
/* === GRAVITYAI ACCESSIBILITY OVERRIDES v4 (ULTRA COMFORT MODE) === */

/* Global body text — calm, readable, terminal-friendly */
body {
  font-size: 1.3rem !important;
  line-height: 1.9 !important;
}

/* Hero section text */
.hero h1 {
  font-size: 3.6rem !important;
}

.hero p {
  font-size: 1.6rem !important;
  line-height: 1.9 !important;
}

/* Index panel titles */
.panel-title {
  font-size: 1.5rem !important;
}

/* Pills and tags — big, chunky, readable */
.panel-tag,
.panel-item-pill,
.capsule-tag {
  font-size: 1.35rem !important;
  padding: 0.8rem 1.45rem !important;
  border-radius: 10px !important;
}

/* Brand badge */
.brand-mark::after {
  font-size: 1.35rem !important;
  padding: 8px 16px !important;
}

/* Increase spacing between items for breathing room */
.grid {
  gap: 32px !important;
}

.section {
  padding: 80px 32px !important;
}
/* === GRAVITYAI ACCESSIBILITY OVERRIDES v5 (ULTRA-LARGE MODE) === */

/* Global body text — very large, relaxed */
body {
  font-size: 1.45rem !important;
  line-height: 2.0 !important;
}

/* Hero section */
.hero h1 {
  font-size: 4.2rem !important;
}

.hero p {
  font-size: 1.85rem !important;
  line-height: 2.1 !important;
}

/* Index panel titles */
.panel-title {
  font-size: 1.75rem !important;
}

/* Pills and tags — large, chunky, easy to see */
.panel-tag,
.panel-item-pill,
.capsule-tag {
  font-size: 1.55rem !important;
  padding: 1rem 1.75rem !important;
  border-radius: 12px !important;
}

/* Brand badge */
.brand-mark::after {
  font-size: 1.55rem !important;
  padding: 10px 20px !important;
}

/* Increase spacing for breathing room */
.grid {
  gap: 40px !important;
}

.section {
  padding: 100px 40px !important;
}
/* === GRAVITYAI ACCESSIBILITY OVERRIDES v6 (TRUE GLOBAL MODE) === */

/* Global text scaling */
body, p, li, ul, ol {
  font-size: 1.45rem !important;
  line-height: 2.0 !important;
}

/* All headings */
h1 {
  font-size: 4rem !important;
}

h2 {
  font-size: 2.6rem !important;
}

h3 {
  font-size: 2.1rem !important;
}

/* Code blocks */
pre, code {
  font-size: 1.35rem !important;
  line-height: 2.0 !important;
  padding: 1.2rem !important;
}

/* Section spacing */
.section, section {
  padding: 100px 40px !important;
}

/* Grid spacing */
.grid {
  gap: 40px !important;
}
/* --- V4 Compact Layout Overrides --- */

section {
    padding: 40px 0; /* reduce huge V5 spacing */
}

.container {
    max-width: 760px; /* V4 width */
    margin: 0 auto;
}

/* Titles */
h1, h2, h3 {
    margin-bottom: 12px;
    font-weight: 600;
}

/* Cloud page readability */
.cloud-section-title {
    font-size: 1.3rem;
    margin-bottom: 8px;
    color: #4fd1c5;
}

.cloud-text {
    max-width: 720px;
    line-height: 1.45;
}

/* ASCII boxes (V4 size) */
.ascii-box {
    font-family: "JetBrains Mono", monospace;
    font-size: 0.85rem;
    line-height: 1.2;
    padding: 6px 10px;
    background: rgba(255,255,255,0.03);
    border-radius: 6px;
    margin: 16px 0;
}

/* Section divider (V4 style) */
.section-divider {
    margin: 32px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
/* --- V4 Compact Layout Overrides --- */

section {
    padding: 40px 0; /* reduce huge V5 spacing */
}

.container {
    max-width: 760px; /* V4 width */
    margin: 0 auto;
}

/* Titles */
h1, h2, h3 {
    margin-bottom: 12px;
    font-weight: 600;
}

/* Cloud page readability */
.cloud-section-title {
    font-size: 1.3rem;
    margin-bottom: 8px;
    color: #4fd1c5;
}

.cloud-text {
    max-width: 720px;
    line-height: 1.45;
}

/* ASCII boxes (V4 size) */
.ascii-box {
    font-family: "JetBrains Mono", monospace;
    font-size: 0.85rem;
    line-height: 1.2;
    padding: 6px 10px;
    background: rgba(255,255,255,0.03);
    border-radius: 6px;
    margin: 16px 0;
}

/* Section divider (V4 style) */
.section-divider {
    margin: 32px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
