/* ============================================
   By David Cordoba — Site Stylesheet
   Four-color system. Edit values in :root.
   ============================================ */

@font-face {
  font-family: 'Amagro';
  src: url('../fonts/Amagro.ttf') format('truetype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Amagro';
  src: url('../fonts/amagro-bold.otf') format('opentype');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Lamar Pen';
  src: url('../fonts/LamarPen.ttf') format('truetype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Trade Gothic LT';
  src: url('../fonts/Trade Gothic LT Extended.ttf') format('truetype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Trade Gothic LT';
  src: url('../fonts/Trade Gothic LT Bold Extended.ttf') format('truetype');
  font-weight: 700; font-style: normal; font-display: swap;
}

:root {
  --primary: #E5E1DD;
  --dark:    #172117;
  --accent:  #07394E;
  --pop:     #E73E11;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Trade Gothic LT', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  color: var(--dark);
  background: var(--primary);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  font-family: 'Amagro', sans-serif;
  font-weight: 700;
  color: inherit;
  letter-spacing: 0.01em;
  line-height: 1.1;
}

.script {
  font-family: 'Lamar Pen', cursive;
  font-weight: 400; font-style: italic;
}
.accent-word {
  font-family: 'Lamar Pen', cursive !important;
  font-weight: 400 !important;
  font-size: 1.1em;
  color: var(--pop) !important;
  font-style: italic;
  display: inline-block;
  transform: translateY(-0.04em) rotate(-3deg);
  margin: 0 0.08em 0 0;
  line-height: 0.9;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.hero h1 .accent-word, .bio h2 .accent-word, .page-intro h1 .accent-word,
.dark-block h2 .accent-word, .contact-cta h2 .accent-word, .section-heading .accent-word {
  font-size: 0.95em;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}

/* HEADER */
.site-header {
  position: fixed; top: 0; left: 0; right: 0;
  background: transparent;
  z-index: 100;
  padding: 16px 40px;
  transition: background 0.3s, border-color 0.3s, padding 0.3s;
}
.site-header.solid {
  background: var(--primary);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding: 12px 40px;
}
.site-header.always-solid {
  position: sticky;
  background: var(--primary);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding: 14px 40px;
}
.site-header .inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1320px; margin: 0 auto;
}
.logo { display: inline-block; line-height: 0; }
.logo img { height: 56px; width: auto; transition: filter 0.3s; }
.site-header:not(.solid):not(.always-solid) .logo img { filter: brightness(0) invert(1); }
.nav { display: flex; gap: 36px; align-items: center; }
.nav a {
  font-family: 'Trade Gothic LT', sans-serif;
  font-weight: 700;
  font-size: 13px; text-transform: uppercase; letter-spacing: 0.16em;
  transition: color 0.2s;
}
.site-header:not(.solid):not(.always-solid) .nav a { color: #fff; }
.nav a:hover, .nav a.active { color: var(--pop); }

/* MOBILE NAV TOGGLE */
.nav-toggle {
  display: none;
  background: none; border: none; cursor: pointer;
  padding: 8px; margin: 0;
  flex-direction: column; gap: 5px;
}
.nav-toggle span {
  display: block; width: 26px; height: 2px;
  background: var(--dark); transition: all 0.25s ease;
}
.site-header:not(.solid):not(.always-solid) .nav-toggle span { background: #fff; }

/* HERO */
.hero {
  position: relative; min-height: 92vh; width: 100%;
  display: flex; align-items: flex-end; overflow: hidden; color: #fff;
}
.hero.short { min-height: 56vh; }
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  z-index: 1;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.05) 35%, rgba(0,0,0,0.55) 100%),
    linear-gradient(90deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.1) 60%);
  z-index: 2;
}
.hero .container { position: relative; z-index: 3; width: 100%; padding-bottom: 80px; padding-top: 140px; }
.hero .eyebrow {
  font-family: 'Trade Gothic LT', sans-serif;
  font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--pop); margin-bottom: 24px;
  display: flex; align-items: center; gap: 12px;
}
.hero .eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--pop); display: block; }
.hero h1 {
  font-size: clamp(28px, 3.6vw, 56px);
  margin-bottom: 24px; letter-spacing: -0.005em;
  color: #fff; max-width: 900px;
}
.hero h1 .script {
  color: var(--pop); font-size: 0.7em; letter-spacing: 0;
  display: inline-block; transform: translateY(-6px) rotate(-4deg); margin-right: 4px;
}
.hero .sub { font-size: 16px; line-height: 1.55; max-width: 540px; margin-bottom: 36px; color: rgba(255,255,255,0.85); }

/* BUTTONS */
.btn {
  display: inline-block; padding: 14px 28px;
  font-family: 'Trade Gothic LT', sans-serif;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em;
  border: 1px solid var(--pop); background: var(--pop); color: #fff;
  border-radius: 3px;
  transition: all 0.25s ease; cursor: pointer;
}
.btn:hover { background: transparent; color: var(--pop); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.6); margin-left: 8px; }
.btn-ghost:hover { background: #fff; color: var(--dark); border-color: #fff; }
.btn-on-light { background: var(--dark); border-color: var(--dark); color: var(--primary); }
.btn-on-light:hover { background: var(--pop); border-color: var(--pop); color: #fff; }
.btn-ghost-on-light { background: transparent; color: var(--dark); border-color: var(--dark); margin-left: 8px; }
.btn-ghost-on-light:hover { background: var(--dark); color: var(--primary); }

/* SECTION HEADERS */
.section-eyebrow {
  font-family: 'Trade Gothic LT', sans-serif;
  font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--pop); margin-bottom: 16px;
  display: flex; align-items: center; gap: 12px;
}
.section-eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--pop); display: block; }
.section-heading {
  font-size: clamp(30px, 3vw, 44px); max-width: 760px; margin-bottom: 60px;
}

/* SERVICES BAND (Home) */
.services {
  padding: 110px 40px;
  background: var(--accent);
  color: var(--primary);
}
.services .section-heading { color: var(--primary); }
.service-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border-top: 1px solid rgba(255,255,255,0.18);
}
.service {
  padding: 48px 40px 48px 0;
  border-right: 1px solid rgba(255,255,255,0.18);
  border-bottom: 1px solid rgba(255,255,255,0.18);
}
.service:last-child { border-right: none; padding-right: 0; }
.service:not(:first-child) { padding-left: 40px; }
.service .num { font-family: 'Trade Gothic LT', sans-serif; font-size: 11px; letter-spacing: 0.32em; color: var(--pop); margin-bottom: 24px; }
.service h3 { font-size: 26px; margin-bottom: 20px; color: var(--primary); }
.service p { font-size: 15px; line-height: 1.6; margin-bottom: 28px; color: rgba(255,255,255,0.78); }
.service .more {
  font-family: 'Trade Gothic LT', sans-serif;
  font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--primary); border-bottom: 1px solid var(--primary); padding-bottom: 4px;
  transition: color 0.2s, border-color 0.2s;
}
.service .more:hover { color: var(--pop); border-color: var(--pop); }

/* WORK + CLIENTS */
.work {
  padding: 110px 40px;
  background: var(--primary);
}
.work .clients-line {
  display: flex; align-items: center; gap: 28px;
  margin-bottom: 56px; padding: 18px 0;
  border-top: 1px solid rgba(0,0,0,0.12); border-bottom: 1px solid rgba(0,0,0,0.12);
  flex-wrap: wrap;
}
.work .clients-line .label { font-family: 'Trade Gothic LT', sans-serif; font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; opacity: 0.55; }
.work .clients-line .names {
  display: flex; gap: 36px; flex-wrap: wrap;
  font-family: 'Amagro', sans-serif; font-weight: 700;
  font-size: 15px; letter-spacing: 0.04em; text-transform: uppercase;
}
.work-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.work-tile {
  position: relative; overflow: hidden;
  background: rgba(0,0,0,0.06);
  cursor: pointer; aspect-ratio: 4 / 5;
  transition: transform 0.3s;
}
.work-tile:hover { transform: translateY(-3px); }
.work-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.work-tile:hover img { transform: scale(1.04); }
.work-tile .meta {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 22px 20px 20px;
  background: linear-gradient(to top, rgba(23,33,23,0.95) 5%, rgba(23,33,23,0.55) 60%, transparent);
  color: var(--primary);
}
.work-tile .meta .tag { font-family: 'Trade Gothic LT', sans-serif; font-size: 9px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--pop); margin-bottom: 6px; }
.work-tile .meta h3 { font-size: 17px; color: var(--primary); margin-bottom: 4px; line-height: 1.15; }
.work-tile .meta p { font-family: 'Trade Gothic LT', sans-serif; font-size: 11px; opacity: 0.85; color: var(--primary); line-height: 1.4; }
.work-cta { margin-top: 60px; text-align: center; }

/* BIO STRIP (Home) */
.bio {
  padding: 110px 40px;
  background: var(--dark);
  color: var(--primary);
}
.bio .container { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 80px; align-items: center; }
.bio-image { aspect-ratio: 4/5; background: var(--accent); position: relative; overflow: hidden; }
.bio-image img { width: 100%; height: 100%; object-fit: cover; }
.bio h2 { color: var(--primary); font-size: clamp(30px, 3.2vw, 44px); margin-bottom: 28px; max-width: 600px; }
.bio h2 .script { font-size: 0.65em; color: var(--pop); display: inline-block; transform: translateY(-6px) rotate(-3deg); margin-right: 4px; }
.bio p { font-size: 16px; line-height: 1.6; margin-bottom: 18px; color: rgba(255,255,255,0.78); max-width: 580px; }
.bio .credentials {
  margin-top: 36px; display: flex; gap: 56px; flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.2); padding-top: 28px;
  font-family: 'Trade Gothic LT', sans-serif;
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
}
.bio .credentials div { color: var(--primary); }
.bio .credentials strong { display: block; font-weight: 700; color: var(--pop); margin-bottom: 4px; font-size: 11px; letter-spacing: 0.2em; }

/* CONTACT CTA STRIP */
.contact-cta {
  padding: 110px 40px 100px; text-align: center;
  background: var(--primary); position: relative; color: var(--dark);
}
.contact-cta::before {
  content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 1px; height: 50px; background: var(--pop);
}
.contact-cta h2 { font-size: clamp(36px, 3.8vw, 56px); max-width: 760px; margin: 0 auto 24px; line-height: 1.05; color: var(--dark); }
.contact-cta h2 .script { color: var(--pop); font-size: 1em; display: inline-block; transform: translateY(-2px) rotate(-3deg); margin-right: 8px; }
.contact-cta h2 .cta-rest { font-size: 0.6em; display: inline-block; vertical-align: baseline; letter-spacing: 0.01em; }
.contact-cta p { font-size: 16px; max-width: 540px; margin: 0 auto 36px; opacity: 0.8; color: var(--dark); }

/* PAGE INTRO (used on inner pages) */
.page-intro {
  padding: 160px 40px 80px;
  background: var(--primary);
}
.page-intro .container { max-width: 1320px; }
.page-intro h1 {
  font-size: clamp(40px, 4.6vw, 72px);
  max-width: 900px; margin-bottom: 24px;
  line-height: 1.05;
}
.page-intro h1 .script {
  color: var(--pop); font-size: 0.6em;
  display: inline-block; transform: translateY(-6px) rotate(-3deg); margin-right: 4px;
}
.page-intro .lead {
  font-size: 18px; max-width: 640px; line-height: 1.55; opacity: 0.85;
}

/* TWO-COLUMN CONTENT */
.two-col {
  padding: 80px 40px;
  background: var(--primary);
}
.two-col .grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }
.two-col h2 { font-size: clamp(28px, 2.6vw, 36px); margin-bottom: 24px; }
.two-col p { font-size: 16px; line-height: 1.65; margin-bottom: 18px; max-width: 600px; }
.two-col ul { padding-left: 0; list-style: none; }
.two-col ul li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  font-size: 15px;
  display: flex; align-items: flex-start; gap: 14px;
}
.two-col ul li::before {
  content: counter(li-counter, decimal-leading-zero);
  counter-increment: li-counter;
  font-family: 'Trade Gothic LT', sans-serif;
  font-size: 11px; letter-spacing: 0.2em; color: var(--pop);
  min-width: 30px;
}
.two-col ul { counter-reset: li-counter; }

/* DARK CONTENT BLOCK */
.dark-block {
  padding: 110px 40px;
  background: var(--dark);
  color: var(--primary);
}
.dark-block h2 { color: var(--primary); font-size: clamp(30px, 3vw, 44px); margin-bottom: 24px; max-width: 760px; line-height: 1.1; }
.dark-block p { font-size: 16px; line-height: 1.65; max-width: 640px; margin-bottom: 18px; color: rgba(255,255,255,0.8); }

/* CASE STUDY ENTRY (Work page) */
.case-study {
  padding: 100px 40px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.case-study:last-of-type { border-bottom: none; }
.case-study .grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center; max-width: 1320px; margin: 0 auto; }
.case-study img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.case-study .tag {
  font-family: 'Trade Gothic LT', sans-serif;
  font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--pop); margin-bottom: 16px;
  display: flex; align-items: center; gap: 12px;
}
.case-study .tag::before { content: ''; width: 24px; height: 1px; background: var(--pop); display: block; }
.case-study h2 { font-size: clamp(28px, 2.8vw, 40px); margin-bottom: 18px; }
.case-study .summary { font-size: 16px; line-height: 1.6; margin-bottom: 22px; opacity: 0.85; max-width: 540px; }
.case-study dl { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 28px; margin-top: 22px; }
.case-study dt { font-family: 'Trade Gothic LT', sans-serif; font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--pop); margin-bottom: 4px; }
.case-study dd { font-size: 14px; line-height: 1.5; }

/* CONTACT FORM */
.contact-form-section {
  padding: 80px 40px 120px;
  background: var(--primary);
}
.contact-form-section .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; max-width: 1320px; margin: 0 auto; }
.contact-form-section h2 { font-size: clamp(28px, 2.8vw, 40px); margin-bottom: 24px; }
.contact-form-section p { font-size: 16px; line-height: 1.65; margin-bottom: 18px; max-width: 480px; opacity: 0.85; }
.contact-info { font-family: 'Trade Gothic LT', sans-serif; margin-top: 36px; font-size: 14px; letter-spacing: 0.04em; }
.contact-info div { margin-bottom: 8px; }
.contact-info strong { font-weight: 700; color: var(--pop); display: block; font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; margin-bottom: 4px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; padding: 14px 16px;
  font-family: 'Trade Gothic LT', sans-serif;
  font-size: 14px; color: var(--dark);
  background: transparent;
  border: 1px solid rgba(23,33,23,0.25);
  margin-bottom: 14px;
  border-radius: 3px;
  outline: none;
  transition: border-color 0.2s;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--pop); }
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form label { display: block; font-family: 'Trade Gothic LT', sans-serif; font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--dark); margin-bottom: 6px; opacity: 0.65; }
.contact-form button { width: 100%; margin-top: 8px; }

/* FOOTER */
.footer {
  background: var(--dark); color: var(--primary);
  padding: 80px 40px 40px;
}
.footer .container { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 60px; }
.footer h4 {
  color: var(--primary);
  font-family: 'Trade Gothic LT', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase;
  margin-bottom: 24px; opacity: 0.6;
}
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 12px; font-size: 14px; }
.footer ul li a { transition: color 0.2s; }
.footer ul li a:hover { color: var(--pop); }
.footer .brand p { font-size: 14px; opacity: 0.7; margin-top: 20px; max-width: 320px; line-height: 1.5; }
.footer .brand img { height: 26px; filter: brightness(0) invert(1); margin-bottom: 8px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 30px;
  display: flex; justify-content: space-between; align-items: center;
  font-family: 'Trade Gothic LT', sans-serif;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.6;
}

/* TABLET (under 1024px) */
@media (max-width: 1024px) {
  .container { padding: 0 28px; }
  .site-header, .site-header.solid, .site-header.always-solid { padding-left: 24px; padding-right: 24px; }
  .hero { padding: 0; }
  .services, .work, .bio, .contact-cta, .page-intro, .two-col, .dark-block, .case-study, .contact-form-section { padding-left: 28px; padding-right: 28px; }
  .footer { padding-left: 28px; padding-right: 28px; }
}

/* TABLET / MOBILE NAV (under 900px) */
@media (max-width: 900px) {
  .hero .container { padding-bottom: 60px; padding-top: 110px; }
  .hero h1 { font-size: clamp(26px, 7vw, 38px); }
  .bio .container { grid-template-columns: 1fr; gap: 40px; }
  .service-grid { grid-template-columns: 1fr; }
  .service { border-right: none; padding: 36px 0; }
  .service:not(:first-child) { padding-left: 0; }
  .work-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .work-tile .meta h3 { font-size: 15px; }
  .footer .container { grid-template-columns: 1fr 1fr; }
  .work .clients-line .names { gap: 18px; font-size: 12px; }
  .two-col .grid, .case-study .grid, .contact-form-section .grid { grid-template-columns: 1fr; gap: 40px; }
  .case-study dl { grid-template-columns: 1fr 1fr; }

  /* Mobile nav: show toggle, collapse menu */
  .nav-toggle { display: flex; }
  .nav {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--primary);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 16px 28px 24px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  }
  .nav.open { display: flex; }
  .nav a {
    color: var(--dark) !important;
    font-size: 15px;
    padding: 12px 0;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  .nav a:last-child { border-bottom: none; }
  .site-header { background: transparent; }
  .site-header.open { background: var(--primary); }
}

/* PHONE (under 600px) — iPhone primary target */
@media (max-width: 600px) {
  .container { padding: 0 20px; }
  .site-header, .site-header.solid, .site-header.always-solid { padding: 12px 20px; }
  .logo img { height: 44px; }

  .hero { min-height: 88vh; }
  .hero .container { padding: 100px 20px 50px; }
  .hero h1 { font-size: clamp(24px, 8vw, 34px); margin-bottom: 18px; }
  .hero .sub { font-size: 14px; margin-bottom: 26px; }
  .hero .eyebrow { font-size: 10px; margin-bottom: 18px; }

  .btn { padding: 12px 22px; font-size: 10px; letter-spacing: 0.16em; }
  .btn-ghost, .btn-ghost-on-light { margin-left: 0; margin-top: 10px; display: inline-block; }

  .section-heading { font-size: clamp(26px, 6vw, 32px); margin-bottom: 40px; }
  .section-eyebrow { font-size: 10px; }

  .services, .work, .bio, .page-intro, .two-col, .dark-block, .case-study, .contact-form-section { padding: 70px 20px; }
  .contact-cta { padding: 80px 20px 70px; }
  .contact-cta h2 { font-size: clamp(28px, 7vw, 38px); }
  .contact-cta h2 .cta-rest { font-size: 0.55em; }

  .work .clients-line { gap: 14px; padding: 14px 0; margin-bottom: 36px; }
  .work .clients-line .names { gap: 12px; font-size: 11px; }
  .work .clients-line .label { font-size: 9px; }

  .work-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .work-tile { aspect-ratio: 3 / 4; }
  .work-tile .meta { padding: 14px 12px 12px; }
  .work-tile .meta .tag { font-size: 8px; letter-spacing: 0.2em; margin-bottom: 4px; }
  .work-tile .meta h3 { font-size: 12px; margin-bottom: 2px; }
  .work-tile .meta p { display: none; }

  .bio .credentials { gap: 24px; font-size: 11px; }
  .bio h2 { font-size: clamp(28px, 7vw, 36px); }

  .page-intro { padding: 130px 20px 50px; }
  .page-intro h1 { font-size: clamp(32px, 9vw, 48px); }
  .page-intro .lead { font-size: 16px; }

  .case-study .tag { font-size: 10px; }
  .case-study h2 { font-size: clamp(24px, 6vw, 32px); }
  .case-study dl { grid-template-columns: 1fr; gap: 12px; }

  .footer { padding: 60px 20px 30px; }
  .footer .container { grid-template-columns: 1fr; gap: 36px; margin-bottom: 36px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}
