/* ==========================================================================
   Kilimanjaro World Record — Design System
   ========================================================================== */

:root {
  /* Original site palette */
  --white:        #FFFFFF;
  --textblack:    #1C1C1C;
  --deep-blue:    #0B3C5D;
  --ice-blue:     #A7C7E7;
  --skey-blue:    #328CC1;
  --bac-blue:     #1e73ad;
  --luxury-gold:  #D4AF37;
  --charcoal:     #333333;
  --footer-bg:    #212121;

  /* Design-system tokens mapped onto the palette above */
  --navy-950: #082C43;
  --navy-900: var(--deep-blue);
  --navy-800: #14476c;
  --navy-700: #1c5a86;
  --line-soft: rgba(167,199,231,.14);
  --line-soft-2: rgba(167,199,231,.24);

  --sunrise-1: var(--luxury-gold);
  --sunrise-2: #e6c869;
  --gold: var(--luxury-gold);

  --cream: #F5F8FC;
  --paper: var(--white);
  --ink: var(--textblack);
  --ink-soft: #55606b;

  --muted-on-dark: rgba(167,199,231,.82);

  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 12px;

  --shadow-1: 0 20px 50px rgba(11, 60, 93, .28);
  --shadow-2: 0 10px 30px rgba(11, 60, 93, .18);

  --font-display: 'Roboto Slab', serif;
  --font-body: 'Titillium Web', sans-serif;

  --container: 1220px;
}

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

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, video { max-width: 100%; display: block; }

h1, h2, h3 {
  font-family: var(--font-display);
  margin: 0;
  line-height: 1.12;
  color: inherit;
}

p { margin: 0; line-height: 1.7; }

a { text-decoration: none; color: inherit; }

.wrap {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 14px;
}

.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: linear-gradient(90deg, var(--sunrise-1), var(--sunrise-2));
  border-radius: 2px;
}

.section-head {
  max-width: 640px;
  margin: 0 0 44px;
}

.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-head h1, .section-head h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
}

.section-head p {
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 1.02rem;
}

.section-head.on-dark p { color: var(--muted-on-dark); }

section { position: relative; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .02em;
  border: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
  white-space: nowrap;
}

.btn:hover { transform: translateY(-2px); }

.btn-sunrise {
  background: linear-gradient(135deg, var(--sunrise-1), var(--sunrise-2));
  color: #23130a;
  box-shadow: 0 14px 30px rgba(255, 122, 61, .35);
}

.btn-outline {
  background: transparent;
  border: 1.5px solid var(--line-soft-2);
  color: var(--white);
}

.btn-outline:hover { border-color: var(--sunrise-2); }

.btn-dark {
  background: var(--navy-900);
  color: var(--white);
}

.btn-block { width: 100%; }

/* ---------- Nav ---------- */

.site-nav {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(7, 15, 24, .82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
}

.site-nav .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}

.nav-brand .mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--sunrise-1), var(--sunrise-2));
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.nav-brand .mark img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.nav-brand strong {
  font-family: var(--font-display);
  font-size: 1.02rem;
  display: block;
  letter-spacing: .01em;
}

.nav-brand span {
  font-size: .72rem;
  color: var(--muted-on-dark);
  text-transform: uppercase;
  letter-spacing: .1em;
}

.nav-cta { display: flex; align-items: center; gap: 10px; }

/* ---------- Hero / upper-front ---------- */

.hero {
  position: relative;
  background: linear-gradient(180deg, var(--navy-950) 0%, var(--navy-900) 100%);
  color: var(--white);
  overflow: hidden;
  padding: 88px 0 100px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(700px 500px at 85% -10%, rgba(255,122,61,.22), transparent 60%),
    radial-gradient(600px 400px at 10% 110%, rgba(242,169,59,.14), transparent 60%);
  pointer-events: none;
}

.hero .wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 56px;
  align-items: center;
}

.hero-copy h1 {
  font-size: clamp(2.3rem, 4.4vw, 3.6rem);
  color: var(--white);
}

.hero-copy h1 span {
  display: block;
  background: linear-gradient(100deg, var(--sunrise-1), var(--sunrise-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy .lede {
  margin-top: 22px;
  font-size: 1.08rem;
  color: var(--muted-on-dark);
  max-width: 560px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.hero-location {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line-soft);
  font-size: .88rem;
}

.hero-location img { width: 16px; height: 16px; }
.hero-location strong { color: var(--gold); font-weight: 600; margin-right: 4px; }

.hero-visual {
  position: relative;
}

.hero-visual .frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-1);
  border: 1px solid var(--line-soft);
}

.hero-visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual .tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(7,15,24,.6);
  backdrop-filter: blur(6px);
  border: 1px solid var(--line-soft-2);
  color: var(--white);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 600;
}

.hero-visual .floating-card {
  position: absolute;
  left: -28px;
  bottom: -24px;
  background: var(--paper);
  color: var(--ink);
  border-radius: var(--radius-md);
  padding: 18px 22px;
  box-shadow: var(--shadow-2);
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 260px;
}

.hero-visual .floating-card .ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--sunrise-1), var(--sunrise-2));
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: #23130a;
  font-weight: 800;
}

.hero-visual .floating-card strong { font-size: 1.15rem; display: block; }
.hero-visual .floating-card span { font-size: .78rem; color: var(--ink-soft); }

/* ---------- The Challenge ---------- */

.challenge {
  background: var(--cream);
  padding: 100px 0;
}

.challenge .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.challenge-cards { display: flex; flex-direction: column; gap: 22px; }

.info-card {
  background: var(--paper);
  border: 1px solid rgba(22,33,44,.07);
  border-radius: var(--radius-md);
  padding: 28px 30px;
  box-shadow: var(--shadow-2);
}

.info-card .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255,122,61,.16), rgba(242,169,59,.16));
  color: var(--sunrise-1);
  font-weight: 700;
  font-size: .9rem;
  margin-bottom: 14px;
}

.info-card h2 { font-size: 1.2rem; margin-bottom: 10px; }
.info-card p { color: var(--ink-soft); white-space: pre-line; }

.challenge-image {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3/4;
  box-shadow: var(--shadow-1);
}

.challenge-image img { width: 100%; height: 100%; object-fit: cover; }

.challenge-image .caption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 24px;
  background: linear-gradient(0deg, rgba(0,0,0,.65), transparent);
  color: var(--white);
  font-size: .88rem;
}

/* ---------- Donate ---------- */

.donate-section {
  background: var(--navy-950);
  color: var(--white);
  padding: 100px 0;
  position: relative;
}

.donate-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 400px at 90% 10%, rgba(255,122,61,.16), transparent 60%);
  pointer-events: none;
}

.donate-section .wrap { position: relative; }

.donate-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 50px;
  align-items: flex-start;
}

.donate-info h2 { color: var(--white); font-size: clamp(1.8rem, 3vw, 2.4rem); }
.donate-info p { margin-top: 16px; color: var(--muted-on-dark); }

.donate-stats {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.donate-stat {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
}

.donate-stat strong { font-size: 1.2rem; display: block; color: var(--gold); }
.donate-stat span { font-size: .8rem; color: var(--muted-on-dark); }

.donate-panel {
  background: var(--paper);
  color: var(--ink);
  border-radius: var(--radius-lg);
  padding: 34px;
  box-shadow: var(--shadow-1);
}

.donate-panel .tabs {
  display: flex;
  gap: 8px;
  background: rgba(22,33,44,.05);
  padding: 6px;
  border-radius: 999px;
  margin-bottom: 26px;
}

.donate-panel .tab-btn {
  flex: 1;
  text-align: center;
  padding: 10px 12px;
  border-radius: 999px;
  border: none;
  background: transparent;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .86rem;
  cursor: pointer;
  color: var(--ink-soft);
}

.donate-panel .tab-btn.active {
  background: linear-gradient(135deg, var(--sunrise-1), var(--sunrise-2));
  color: #23130a;
}

.donate-panel .tab-panel { display: none; }
.donate-panel .tab-panel.active { display: block; }

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.field-full { margin-bottom: 14px; }

.field label,
.field-full label {
  display: block;
  font-size: .82rem;
  font-weight: 600;
  color: var(--ink-soft);
  margin-bottom: 6px;
}

.field input,
.field-full input {
  width: 100%;
  padding: 13px 15px;
  border-radius: 12px;
  border: 1.5px solid rgba(11,60,93,.16);
  font-family: var(--font-body);
  font-size: .95rem;
  background: var(--white);
  color: var(--ink);
}

.field input:focus,
.field-full input:focus {
  outline: none;
  border-color: var(--bac-blue);
  box-shadow: 0 0 0 3px rgba(30,115,173,.14);
}

.amount-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.amount-chip {
  text-align: center;
  padding: 12px 6px;
  border-radius: 12px;
  border: 1.5px solid rgba(22,33,44,.12);
  cursor: pointer;
  font-weight: 700;
  font-size: .92rem;
  transition: .15s ease;
}

.amount-chip:hover { border-color: var(--sunrise-1); }

.amount-chip.active {
  background: linear-gradient(135deg, var(--sunrise-1), var(--sunrise-2));
  border-color: transparent;
  color: #23130a;
}

#paypal-button-container { margin-top: 6px; }

.paypal-disabled-note {
  font-size: .82rem;
  color: var(--ink-soft);
  background: rgba(22,33,44,.05);
  border-radius: 12px;
  padding: 14px 16px;
  margin-top: 6px;
}

.bank-card {
  background: rgba(22,33,44,.04);
  border-radius: var(--radius-sm);
  padding: 20px;
  margin-bottom: 14px;
}

.bank-card h3 { font-size: .95rem; margin-bottom: 12px; }

.bank-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: .85rem;
  padding: 6px 0;
  border-bottom: 1px dashed rgba(22,33,44,.1);
}

.bank-row:last-child { border-bottom: none; }
.bank-row span { color: var(--ink-soft); }
.bank-row strong { text-align: right; }

/* ---------- Record banner ---------- */

.record-banner {
  position: relative;
  color: var(--white);
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.record-banner .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.record-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7,15,24,.72), rgba(7,15,24,.88) 40%, rgba(7,15,24,.96));
}

.record-banner .wrap {
  position: relative;
  z-index: 2;
  text-align: center;
}

.record-banner h2 {
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  color: var(--white);
}

.record-banner .sub {
  margin-top: 10px;
  color: var(--sunrise-2);
  font-size: 1.05rem;
  font-weight: 600;
}

.record-time-box {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 36px 0;
}

.record-time-box .time-cell {
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line-soft-2);
  border-radius: var(--radius-md);
  padding: 20px 26px;
  min-width: 100px;
}

.record-time-box .time-cell .counter {
  font-family: var(--font-display);
  font-size: 2.6rem;
  display: block;
  background: linear-gradient(100deg, var(--sunrise-1), var(--sunrise-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.record-time-box .time-cell small {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .72rem;
  color: var(--muted-on-dark);
}

.record-banner .record-text {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted-on-dark);
  font-size: 1rem;
}

/* ---------- Journey / fitness ---------- */

.journey {
  background: var(--paper);
  padding: 100px 0;
}

.journey-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.journey-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-2);
  border: 1px solid rgba(22,33,44,.06);
}

.journey-card .media {
  aspect-ratio: 16/10;
  overflow: hidden;
}

.journey-card .media video,
.journey-card .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journey-card .body { padding: 26px 28px 30px; }
.journey-card h2 { font-size: 1.25rem; margin-bottom: 12px; }
.journey-card p { color: var(--ink-soft); }

/* ---------- Progress ---------- */

.progress-section {
  background: var(--navy-950);
  color: var(--white);
  padding: 100px 0;
}

.progress-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.progress-card {
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: 34px 26px;
  text-align: center;
}

.circle {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  background: conic-gradient(var(--sunrise-1) 0deg, var(--navy-700) 0deg);
  position: relative;
}

.circle .inner {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: var(--navy-950);
  display: grid;
  place-items: center;
  text-align: center;
}

.circle .inner .stat-num {
  font-size: 1.55rem;
  color: var(--white);
  margin: 0 0 4px;
}

.circle .inner span {
  font-size: .72rem;
  color: var(--muted-on-dark);
  text-transform: uppercase;
  letter-spacing: .05em;
}

.progress-card h3 {
  font-size: .95rem;
  font-weight: 400;
  font-family: var(--font-body);
  color: var(--muted-on-dark);
}

.progress-card h3 span { color: var(--gold); font-weight: 700; }

/* ---------- About Me ---------- */

.about-me {
  background: var(--cream);
  padding: 100px 0;
}

.about-me .wrap {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 60px;
  align-items: center;
}

.about-photo {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-1);
}

.about-photo img { width: 100%; height: 100%; object-fit: cover; }

.about-copy p { color: var(--ink-soft); font-size: 1.02rem; white-space: pre-line; }

.about-facts {
  display: flex;
  gap: 30px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.about-facts div strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--sunrise-1);
}

.about-facts div span {
  font-size: .8rem;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: .05em;
}

/* ---------- Testimonials ---------- */

.testimonials {
  background: var(--navy-950);
  color: var(--white);
  padding: 100px 0;
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testi-card {
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.testi-card .avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--gold);
}

.testi-card .avatar img { width: 100%; height: 100%; object-fit: cover; }

.testi-card p {
  color: var(--muted-on-dark);
  font-size: .93rem;
  flex-grow: 1;
}

.testi-card h2 { font-size: 1rem; }
.testi-card h3 {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: .8rem;
  color: var(--gold);
}

/* ---------- Gallery ---------- */

.gallery {
  background: var(--paper);
  padding: 100px 0 110px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 4/3;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.gallery-item:hover img { transform: scale(1.08); }

.gallery-item .caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px;
  background: linear-gradient(0deg, rgba(0,0,0,.7), transparent);
  color: var(--white);
  font-size: .85rem;
  font-weight: 600;
}

/* ---------- Footer ---------- */

.site-footer {
  background: var(--footer-bg);
  color: var(--white);
  padding: 90px 0 0;
}

.footer-cta {
  text-align: center;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--line-soft);
  margin-bottom: 50px;
}

.footer-cta h2 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  color: var(--white);
  margin-bottom: 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding-bottom: 50px;
}

.footer-col h4 {
  font-family: var(--font-body);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--gold);
  margin-bottom: 16px;
}

.footer-col a, .footer-col p {
  display: block;
  color: var(--muted-on-dark);
  font-size: .9rem;
  margin-bottom: 10px;
}

.footer-col a:hover { color: var(--white); }

.footer-bottom {
  border-top: 1px solid var(--line-soft);
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom p { margin: 0; color: var(--muted-on-dark); font-size: .82rem; }

.social-icons { display: flex; gap: 12px; }

.social-icons a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line-soft-2);
  display: grid;
  place-items: center;
  color: var(--white);
  font-size: .85rem;
}

.social-icons a:hover { background: linear-gradient(135deg, var(--sunrise-1), var(--sunrise-2)); border-color: transparent; color: #23130a; }

.social-icons svg { width: 15px; fill: currentColor; }

.back-top {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line-soft-2);
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--white);
}

/* ---------- WhatsApp float ---------- */

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 300;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--shadow-2);
}

.whatsapp-float img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Reveal animation hook ---------- */

[data-reveal] { opacity: 0; }

/* ---------- Responsive ---------- */

@media (max-width: 980px) {
  .hero .wrap,
  .challenge .wrap,
  .donate-grid,
  .about-me .wrap {
    grid-template-columns: 1fr;
  }

  .hero-visual { order: -1; max-width: 420px; margin: 0 auto; }
  .hero-visual .floating-card { left: 16px; }

  .journey-grid,
  .progress-grid,
  .testi-grid,
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .journey-grid,
  .progress-grid,
  .testi-grid,
  .gallery-grid,
  .footer-grid,
  .field-row,
  .amount-grid {
    grid-template-columns: 1fr;
  }

  .amount-grid { grid-template-columns: 1fr 1fr; }

  .hero { padding: 60px 0 70px; }
  .challenge, .journey, .progress-section, .about-me, .testimonials, .gallery, .donate-section {
    padding: 64px 0;
  }

  .site-nav .wrap { height: 68px; }
  .nav-brand span { display: none; }

  .footer-bottom { flex-direction: column; text-align: center; }
}
