/*

Theme Name: Heritage Theme Theme
Author: Olatunji Akinola
Version: 1.0.0
Description: A theme for Heritage HT site.

*/


:root {
  --ink: #14201e;
  --green-950: #08211e;
  --green-900: #102f2b;
  --green-800: #17423b;
  --green-700: #20554c;
  --gold: #d9b96e;
  --gold-dark: #b28a37;
  --cream: #fbf7ed;
  --sand: #eee4ce;
  --white: #ffffff;
  --muted: #61706d;
  --line: rgba(16, 47, 43, 0.14);
  --danger: #9b2c2c;
  --success: #176b50;
  --shadow: 0 24px 70px rgba(8, 33, 30, 0.12);
  --radius: 24px;
  --radius-sm: 14px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  padding: 10px 16px;
  color: var(--white);
  background: var(--green-950);
  border-radius: 8px;
  transform: translateY(-150%);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--green-700);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 2px;
  background: var(--gold-dark);
  content: "";
}

.skip-link:focus {
  transform: translateY(0);
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--green-950);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  max-width: 920px;
  font-size: clamp(3rem, 7vw, 6.6rem);
  letter-spacing: -0.055em;
}

h2 {
  font-size: clamp(2.2rem, 4.5vw, 4.2rem);
  letter-spacing: -0.04em;
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

p {
  margin: 0;
}

.lead {
  color: #374b47;
  font-size: clamp(1.05rem, 1.9vw, 1.28rem);
}

.section {
  padding: clamp(78px, 10vw, 132px) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.05fr 0.7fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 48px;
}

.section-heading p {
  max-width: 600px;
}

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.btn-primary {
  color: var(--green-950);
  background: var(--gold);
  box-shadow: 0 14px 34px rgba(217, 185, 110, 0.25);
}

.btn-primary:hover {
  background: #e4c984;
}

.btn-dark {
  color: var(--white);
  background: var(--green-900);
  box-shadow: 0 14px 34px rgba(8, 33, 30, 0.18);
}

.btn-dark:hover {
  background: var(--green-800);
}

.btn-light {
  color: var(--green-950);
  background: var(--white);
  border-color: var(--line);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-800);
  font-weight: 800;
  text-underline-offset: 4px;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 126px) 0 78px;
  background:
    radial-gradient(circle at 82% 9%, rgba(217, 185, 110, 0.36), transparent 25%),
    linear-gradient(180deg, #fffdf7 0%, var(--cream) 100%);
}

.hero::before {
  position: absolute;
  top: 72px;
  right: -120px;
  width: min(44vw, 640px);
  aspect-ratio: 1;
  border: 1px solid rgba(16, 47, 43, 0.08);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 64px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-copy h1 span {
  color: var(--green-700);
}

.hero-copy .lead {
  max-width: 760px;
  margin-top: 26px;
}

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

.hero-note {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-note span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-note span::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-dark);
  content: "";
}

.deal-visual {
  position: relative;
  min-height: 545px;
}

.property-outline {
  position: absolute;
  inset: 24px 8px 28px 36px;
  overflow: hidden;
  border-radius: 38px;
  background:
    linear-gradient(150deg, rgba(255,255,255,0.12), transparent 45%),
    var(--green-900);
  box-shadow: var(--shadow);
}

.property-outline::before {
  position: absolute;
  right: -40px;
  bottom: -48px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 50%;
  content: "";
}

.metric-card {
  position: absolute;
  z-index: 3;
  width: min(235px, 60%);
  padding: 21px;
  border: 1px solid rgba(16, 47, 43, 0.1);
  border-radius: 20px;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 18px 50px rgba(8, 33, 30, 0.15);
}

.metric-card strong {
  display: block;
  color: var(--green-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.metric-card span {
  color: var(--muted);
  font-size: 0.84rem;
}

.metric-card.one {
  top: 0;
  right: 0;
}

.metric-card.two {
  right: -4px;
  bottom: 0;
}

.metric-card.three {
  bottom: 48px;
  left: 0;
  background: var(--gold);
}

.metric-card.three span {
  color: var(--green-900);
}

.eye-badge {
  position: absolute;
  z-index: 4;
  top: 48%;
  left: 50%;
  width: 126px;
  padding: 16px;
  border-radius: 24px;
  background: var(--cream);
  box-shadow: 0 15px 45px rgba(8, 33, 30, 0.24);
  transform: translate(-50%, -50%) rotate(-3deg);
}

.eye-badge img {
  width: 52px;
  margin-bottom: 10px;
}

.eye-badge strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

/* Trust strip */
.trust-strip {
  color: var(--white);
  background: var(--green-950);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  min-height: 130px;
  padding: 28px;
  border-right: 1px solid rgba(255,255,255,0.12);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item strong {
  display: block;
  margin-bottom: 7px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.trust-item span {
  color: rgba(255,255,255,0.68);
  font-size: 0.9rem;
}

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

.service-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.68);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.service-card:hover {
  background: var(--white);
  box-shadow: 0 22px 55px rgba(8, 33, 30, 0.09);
  transform: translateY(-5px);
}

.service-number {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 52px;
  place-items: center;
  border-radius: 50%;
  color: var(--green-950);
  background: var(--gold);
  font-weight: 900;
}

.service-card p {
  margin-top: 13px;
  color: var(--muted);
}

.service-card a {
  position: absolute;
  bottom: 28px;
  left: 30px;
}

/* Property Eye */
.eye-section {
  color: var(--white);
  background: var(--green-900);
}

.eye-section h2,
.eye-section h3 {
  color: var(--white);
}

.eye-section .lead,
.eye-section p {
  color: rgba(255,255,255,0.74);
}

.eye-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 64px;
  align-items: start;
}

.eye-intro {
  position: sticky;
  top: 118px;
}

.eye-intro-logo {
  width: 88px;
  margin-bottom: 28px;
}

.eye-intro .lead {
  margin-top: 22px;
}

.eye-intro .btn {
  margin-top: 30px;
}


.check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.check-card {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 19px;
  background: rgba(255,255,255,0.055);
}

.check-card .icon {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--green-950);
  background: var(--gold);
  font-weight: 900;
}

.check-card h3 {
  font-family: inherit;
  font-size: 1.06rem;
}

.check-card p {
  margin-top: 9px;
  font-size: 0.9rem;
}

/* Process */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.process-step {
  position: relative;
  padding: 26px 26px 30px;
  border-top: 3px solid var(--gold);
  background: rgba(255,255,255,0.58);
}

.process-step span {
  display: block;
  margin-bottom: 28px;
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.process-step p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.94rem;
}

/* Case study */
.case-section {
  background: #efe5cf;
}

.case-wrap {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 62px;
  align-items: center;
}

.case-stat {
  display: grid;
  min-height: 430px;
  place-content: center;
  padding: 42px;
  border-radius: 34px;
  color: var(--white);
  background:
    radial-gradient(circle at 20% 15%, rgba(217, 185, 110, 0.36), transparent 28%),
    var(--green-950);
  box-shadow: var(--shadow);
}

.case-stat strong {
  display: block;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.6rem, 7vw, 6rem);
  line-height: 0.95;
}

.case-stat span {
  max-width: 260px;
  margin-top: 16px;
  color: rgba(255,255,255,0.72);
}

.case-copy .lead {
  margin-top: 22px;
}

.case-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.case-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: start;
}

.case-list li::before {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--green-800);
  content: "✓";
  font-size: 0.78rem;
  font-weight: 900;
}

.case-note {
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.83rem;
}

/* Founder */
.founder-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 64px;
  align-items: center;
}

.founder-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 34px;
  background:
    linear-gradient(150deg, transparent 45%, rgba(217,185,110,.55)),
    var(--green-800);
  box-shadow: var(--shadow);
}

.founder-visual::before {
  position: absolute;
  top: 46px;
  left: 50%;
  width: 240px;
  height: 240px;
  border: 2px solid rgba(255,255,255,0.22);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}

.founder-monogram {
  position: absolute;
  top: 84px;
  left: 50%;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 7rem;
  line-height: 1;
  transform: translateX(-50%);
}

.founder-quote {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 24px;
  color: var(--white);
  background: rgba(8,33,30,0.7);
  backdrop-filter: blur(12px);
}

.founder-quote p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  line-height: 1.35;
}

.founder-quote span {
  display: block;
  margin-top: 14px;
  color: var(--gold);
  font-size: 0.84rem;
  font-weight: 800;
}

.founder-copy .lead {
  margin-top: 22px;
}

.founder-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 29px;
}

.founder-point {
  padding: 18px;
  border-left: 3px solid var(--gold);
  background: rgba(255,255,255,0.62);
}

.founder-point strong {
  display: block;
  color: var(--green-950);
}

.founder-point span {
  color: var(--muted);
  font-size: 0.87rem;
}

/* Audience */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.audience-item {
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,0.56);
}

.audience-item strong {
  display: block;
  color: var(--green-950);
  font-size: 1.02rem;
}

.audience-item span {
  color: var(--muted);
  font-size: 0.9rem;
}

/* FAQ */
.faq-list {
  display: grid;
  gap: 12px;
  max-width: 930px;
  margin-inline: auto;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,0.67);
}

.faq-item button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border: 0;
  color: var(--green-950);
  background: transparent;
  cursor: pointer;
  font-weight: 850;
  text-align: left;
}

.faq-item button::after {
  content: "+";
  color: var(--gold-dark);
  font-size: 1.5rem;
  line-height: 1;
}

.faq-item.open button::after {
  content: "−";
}

.faq-answer {
  display: none;
  padding: 0 24px 24px;
  color: var(--muted);
}

.faq-item.open .faq-answer {
  display: block;
}

/* Contact */
.contact-section {
  color: var(--white);
  background: var(--green-950);
}

.contact-section h2,
.contact-section h3 {
  color: var(--white);
}

.contact-section .eyebrow {
  color: var(--gold);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 60px;
}

.contact-copy .lead {
  margin-top: 22px;
  color: rgba(255,255,255,0.7);
}

.contact-methods {
  display: grid;
  gap: 13px;
  margin-top: 34px;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
  text-decoration: none;
}

.contact-method span:first-child {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  color: var(--gold);
}

.contact-method small {
  display: block;
  color: rgba(255,255,255,0.55);
}

.contact-form {
  padding: 32px;
  border-radius: 28px;
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--green-950);
  font-size: 0.84rem;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #d8dedc;
  border-radius: 11px;
  color: var(--ink);
  background: #fdfcf8;
  outline: none;
}

.field textarea {
  min-height: 130px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--green-700);
  box-shadow: 0 0 0 3px rgba(32, 85, 76, 0.11);
}

.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 0.8rem;
}

.consent input {
  margin-top: 4px;
}

.form-status {
  min-height: 24px;
  margin-top: 14px;
  font-size: 0.88rem;
  font-weight: 700;
}

.form-status.success {
  color: var(--success);
}

.form-status.error {
  color: var(--danger);
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
}

/* Inner pages */
.page-hero {
  padding: 86px 0 72px;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 0%, rgba(217,185,110,.32), transparent 28%),
    var(--green-950);
}

.page-hero h1 {
  max-width: 950px;
  color: var(--white);
  font-size: clamp(3rem, 7vw, 6rem);
}

.page-hero .lead {
  max-width: 760px;
  margin-top: 24px;
  color: rgba(255,255,255,0.72);
}

.page-hero .eyebrow {
  color: var(--gold);
}

.deliverables {
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  gap: 56px;
}

.sticky-title {
  position: sticky;
  top: 116px;
  align-self: start;
}

.deliverable-list {
  display: grid;
  gap: 13px;
}

.deliverable {
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.65);
}

.deliverable span {
  display: block;
  margin-bottom: 7px;
  color: var(--gold-dark);
  font-weight: 900;
}

.comparison {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.comparison table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  background: var(--white);
}

.comparison th,
.comparison td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.comparison th {
  color: var(--white);
  background: var(--green-900);
}

.comparison tr:last-child td {
  border-bottom: 0;
}

.comparison td:first-child {
  color: var(--green-950);
  font-weight: 800;
}

.content-page {
  padding: 78px 0 110px;
}

.prose {
  max-width: 850px;
}

.prose h1 {
  margin-bottom: 22px;
  font-size: clamp(2.7rem, 5vw, 4.6rem);
}

.prose h2 {
  margin: 46px 0 14px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.prose h3 {
  margin: 28px 0 10px;
}

.prose p,
.prose li {
  color: #445653;
}

.prose p + p {
  margin-top: 15px;
}

.prose ul {
  padding-left: 22px;
}

.notice {
  margin: 28px 0;
  padding: 22px;
  border-left: 4px solid var(--gold-dark);
  background: #f3ead7;
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/*** MEDIA QUERIES ***/

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}


@media (max-width: 980px) {
  .site-nav {
    position: fixed;
    inset: 84px 0 auto;
    display: none;
    max-height: calc(100vh - 84px);
    overflow-y: auto;
    padding: 28px 20px 40px;
    border-bottom: 1px solid var(--line);
    background: var(--cream);
    box-shadow: 0 22px 40px rgba(8,33,30,.1);
  }

  .site-nav.open {
    display: grid;
  }

  .site-nav a:not(.btn) {
    padding: 9px 0;
    font-size: 1.08rem;
  }

  .menu-toggle {
    display: grid;
  }

  .menu-toggle[aria-expanded="true"] span {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"]::before {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"]::after {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero-grid,
  .eye-layout,
  .case-wrap,
  .founder-grid,
  .contact-grid,
  .deliverables {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 26px;
  }

  .deal-visual {
    min-height: 460px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .trust-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,0.12);
  }

  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .eye-intro,
  .sticky-title {
    position: static;
  }

  .founder-visual {
    min-height: 470px;
  }
}


@media (max-width: 700px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .nav-wrap {
    min-height: 74px;
  }

  .brand-copy strong {
    font-size: 1rem;
  }

  .brand-copy span {
    font-size: 0.55rem;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .site-nav {
    top: 74px;
  }

  .hero {
    padding-top: 55px;
  }

  h1 {
    font-size: clamp(2.7rem, 14vw, 4.4rem);
  }

  .hero-actions .btn {
    width: 100%;
  }

  .deal-visual {
    min-height: 400px;
  }

  .property-outline {
    inset: 24px 10px 42px 18px;
  }

  .metric-card {
    width: 180px;
    padding: 15px;
  }

  .metric-card.one {
    right: 0;
  }

  .metric-card.two {
    right: 0;
  }

  .metric-card.three {
    bottom: 14px;
  }

  .eye-badge {
    width: 112px;
  }

  .trust-grid,
  .card-grid,
  .check-grid,
  .process-grid,
  .audience-grid,
  .founder-points,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .service-card {
    min-height: 275px;
  }

  .case-stat {
    min-height: 330px;
  }

  .field.full {
    grid-column: auto;
  }

  .contact-form {
    padding: 23px;
  }

  .footer-bottom {
    display: grid;
  }
}




