/* ============================================================
   Gracefull Care: Caring for Life
   Warm editorial care aesthetic · plum / teal / leaf green
   ============================================================ */

:root {
  --ivory:      #FBF8F2;
  --cream:      #F3EDE2;
  --white:      #FFFFFF;
  --plum:       #5B3A8E;
  --plum-deep:  #3E2766;
  --plum-ink:   #2E2145;
  --teal:       #1B8FA6;
  --teal-deep:  #0F6E82;
  --green:      #6FAE3E;
  --green-deep: #4F8A26;
  --ink:        #38304A;
  --muted:      #6B6380;
  --line:       #E7DFD2;

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body:    "Nunito Sans", "Segoe UI", Tahoma, sans-serif;

  --radius: 20px;
  --shadow-soft: 0 6px 24px rgba(62, 39, 102, .08);
  --shadow-lift: 0 16px 40px rgba(62, 39, 102, .14);
  --wrap: 1180px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 1.0625rem;             /* 17px, comfortable for older readers */
  line-height: 1.7;
  color: var(--ink);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--plum-ink);
  line-height: 1.15;
  letter-spacing: -.01em;
}

p { color: var(--muted); }

a { color: var(--teal-deep); }

:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
  border-radius: 4px;
}

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

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--plum);
  color: #fff;
  padding: 12px 20px;
  z-index: 999;
  border-radius: 0 0 12px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Top bar ---------- */

.topbar {
  background: var(--plum-deep);
  color: #E9E2F5;
  font-size: .875rem;
  padding: 8px 0;
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.topbar a { color: #fff; text-decoration: none; font-weight: 700; }
.topbar a:hover { text-decoration: underline; }
.topbar-phones { display: flex; gap: 20px; flex-wrap: wrap; }
.topbar svg { vertical-align: -2px; margin-right: 6px; }

/* ---------- Header / nav ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 248, 242, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .3s ease, border-color .3s ease;
}
.site-header.scrolled {
  border-color: var(--line);
  box-shadow: 0 4px 20px rgba(62, 39, 102, .07);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
}
.brand { display: inline-flex; align-items: center; }
.brand img { height: 54px; width: auto; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
}
.nav-links a {
  display: inline-block;
  padding: 10px 16px;
  text-decoration: none;
  color: var(--plum-ink);
  font-weight: 700;
  font-size: 1rem;
  border-radius: 999px;
  transition: background .2s ease, color .2s ease;
}
.nav-links a:hover { background: var(--cream); color: var(--plum); }
.nav-links a[aria-current="page"] { color: var(--plum); background: #ECE4F7; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 14px 28px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-green {
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  color: #fff;
  box-shadow: 0 8px 20px rgba(111, 174, 62, .35);
}
.btn-green:hover { box-shadow: 0 12px 26px rgba(111, 174, 62, .45); }

.btn-plum {
  background: linear-gradient(135deg, var(--plum), var(--plum-deep));
  color: #fff;
  box-shadow: 0 8px 20px rgba(91, 58, 142, .32);
}
.btn-plum:hover { box-shadow: 0 12px 26px rgba(91, 58, 142, .42); }

.btn-outline {
  background: transparent;
  color: var(--plum);
  box-shadow: inset 0 0 0 2px var(--plum);
}
.btn-outline:hover { background: var(--plum); color: #fff; }

.btn-white {
  background: #fff;
  color: var(--plum-deep);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
}

.nav-cta { white-space: nowrap; }

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 10px;
  border-radius: 12px;
}
.nav-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 3px;
  background: var(--plum-ink);
  margin: 5px 0;
  transition: transform .3s ease, opacity .3s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Section scaffolding ---------- */

.section { padding: 96px 0; }
.section-cream { background: var(--cream); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--plum);
  background: #EFE8F9;
  border: 1px solid #DFD2F2;
  padding: 8px 18px;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(91, 58, 142, .07);
  margin-bottom: 20px;
}
.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--teal));
}

.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head h2 { font-size: clamp(2rem, 4vw, 2.9rem); margin-bottom: 16px; }
.section-head p { font-size: 1.125rem; }

.accent-italic {
  font-style: italic;
  font-weight: 500;
  color: var(--teal);
}

/* ---------- Hero (home) ---------- */

.hero {
  position: relative;
  overflow: hidden;
  background: var(--cream);
}
.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 52px;
  padding-top: 72px;
  padding-bottom: 96px;
}
.hero-copy { max-width: 820px; }
.hero h1 {
  font-size: clamp(2.5rem, 5.2vw, 4rem);
  margin-bottom: 24px;
}
.hero-lede {
  font-size: 1.1875rem;
  max-width: 34em;
  margin: 0 auto 36px;
}
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; justify-content: center; }

.hero-note {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--plum-ink);
  font-weight: 700;
  font-size: .9375rem;
}
.hero-note .dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(111, 174, 62, .2);
  animation: pulse 2.2s infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(111, 174, 62, .25); }
  50%      { box-shadow: 0 0 0 9px rgba(111, 174, 62, .08); }
}

.hero-media { position: relative; width: 100%; }
.hero-media .photo {
  border-radius: 28px;
  box-shadow: var(--shadow-lift);
  object-fit: cover;
  width: 100%;
  display: block;
}
/* decorative heart blob */
.hero::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -160px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(27, 143, 166, .16), transparent 65%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -220px;
  left: -180px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle at 60% 40%, rgba(91, 58, 142, .12), transparent 65%);
  pointer-events: none;
}

/* ---------- Page hero (inner pages) ---------- */

.page-hero {
  position: relative;
  background:
    radial-gradient(700px 340px at 85% -60%, rgba(111, 174, 62, .18), transparent 70%),
    radial-gradient(700px 340px at 10% 120%, rgba(27, 143, 166, .14), transparent 70%),
    var(--cream);
  padding: 84px 0 72px;
  overflow: hidden;
}
.page-hero h1 { font-size: clamp(2.4rem, 4.6vw, 3.4rem); margin: 14px 0 18px; }
.page-hero p { font-size: 1.1875rem; max-width: 44em; }
.crumbs { font-size: .875rem; font-weight: 700; color: var(--muted); }
.crumbs a { color: var(--teal-deep); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }

/* ---------- Icon circles ---------- */

.icon-circle {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ic-plum  { background: #EDE5F8; color: var(--plum); }
.ic-teal  { background: #DDF0F4; color: var(--teal-deep); }
.ic-green { background: #E6F2DA; color: var(--green-deep); }

/* ---------- Cards ---------- */

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.card {
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  padding: 34px 30px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.card h3 { font-size: 1.35rem; margin: 20px 0 10px; }
.card p { font-size: 1rem; }

.card .card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-weight: 800;
  font-size: .9375rem;
  color: var(--teal-deep);
  text-decoration: none;
}
.card .card-link:hover { gap: 12px; }
.card .card-link { transition: gap .2s ease; }

/* ---------- Why choose (feature rows) ---------- */

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: center;
}
.split-media { position: relative; }
.split-media img {
  border-radius: 28px;
  box-shadow: var(--shadow-lift);
  width: 100%;
  object-fit: cover;
}
.split-media .frame {
  position: absolute;
  inset: 22px -22px -22px 22px;
  border: 3px solid var(--green);
  border-radius: 28px;
  z-index: -1;
  opacity: .5;
}

.feature-list { list-style: none; display: grid; gap: 22px; }
.feature-list li {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.feature-list .icon-circle { width: 50px; height: 50px; flex-shrink: 0; border-radius: 15px; }
.feature-list strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--plum-ink);
  margin-bottom: 4px;
}
.feature-list p { font-size: .9875rem; }

/* ---------- Stats band ---------- */

.stats-band {
  background:
    radial-gradient(600px 300px at 15% 0%, rgba(27, 143, 166, .35), transparent 70%),
    radial-gradient(600px 300px at 85% 100%, rgba(111, 174, 62, .28), transparent 70%),
    linear-gradient(135deg, var(--plum-deep), var(--plum));
  color: #fff;
  padding: 72px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  color: #fff;
  margin-bottom: 6px;
}
.stat span { color: #D8CEEC; font-weight: 700; font-size: .9375rem; }

/* ---------- Service detail cards ---------- */

.service-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 36px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); }
.service-card h3 { font-size: 1.45rem; margin-bottom: 10px; }
.service-card p { font-size: 1rem; }
.services-list { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }

/* ---------- Photo feature & gallery ---------- */

.photo-feature {
  max-width: 960px;
  margin: 56px auto 0;
}
.photo-feature img {
  width: 100%;
  border-radius: 26px;
  box-shadow: var(--shadow-lift);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.gallery-item {
  position: relative;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.gallery-item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform .6s ease;
}
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 44px 24px 20px;
  background: linear-gradient(transparent, rgba(46, 33, 69, .82));
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
}

/* ---------- Steps ---------- */

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: step; }
.step {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 42px 30px 34px;
}
.step::before {
  counter-increment: step;
  content: "0" counter(step);
  position: absolute;
  top: -22px;
  left: 26px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  background: linear-gradient(135deg, var(--teal), var(--teal-deep));
  color: #fff;
  width: 46px; height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(27, 143, 166, .35);
}
.step h3 { font-size: 1.3rem; margin-bottom: 10px; }
.step p { font-size: .9875rem; }

/* ---------- Quote ---------- */

.quote-block {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.quote-block blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  color: var(--plum-ink);
  line-height: 1.45;
}
.quote-block .quote-mark {
  font-family: var(--font-display);
  font-size: 5rem;
  line-height: 1;
  color: var(--green);
  display: block;
  margin-bottom: 4px;
}
.quote-block cite {
  display: block;
  margin-top: 22px;
  font-style: normal;
  font-weight: 800;
  color: var(--teal-deep);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .8125rem;
}

/* ---------- CTA band ---------- */

.cta-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(640px 320px at 90% 10%, rgba(255, 255, 255, .14), transparent 70%),
    linear-gradient(120deg, var(--teal-deep), var(--teal) 55%, var(--green));
  border-radius: 32px;
  color: #fff;
  padding: 72px 64px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center;
  box-shadow: var(--shadow-lift);
}
.cta-band h2 { color: #fff; font-size: clamp(1.9rem, 3.6vw, 2.7rem); margin-bottom: 14px; }
.cta-band p { color: rgba(255, 255, 255, .9); font-size: 1.125rem; }
.cta-actions { display: flex; flex-direction: column; gap: 14px; align-items: stretch; }
.cta-actions .btn { justify-content: center; }
.cta-phone-note { text-align: center; color: rgba(255,255,255,.85); font-size: .875rem; font-weight: 700; }

/* ---------- Contact page ---------- */

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: start;
}
.contact-cards { display: grid; gap: 22px; }
.contact-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.contact-card h3 { font-size: 1.2rem; margin-bottom: 6px; }
.contact-card a { font-weight: 800; text-decoration: none; font-size: 1.15rem; color: var(--plum); display: block; }
.contact-card a:hover { color: var(--teal-deep); }
.contact-card p { font-size: .9375rem; }

.form-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow-lift);
  padding: 44px;
}
.form-panel h2 { font-size: 1.8rem; margin-bottom: 8px; }
.form-panel > p { margin-bottom: 28px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-weight: 800; font-size: .9375rem; color: var(--plum-ink); }
.form-field input,
.form-field select,
.form-field textarea {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
  background: var(--ivory);
  border: 2px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form-field textarea { resize: vertical; min-height: 120px; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(27, 143, 166, .15);
}
.form-note { grid-column: 1 / -1; font-size: .875rem; }
.form-success {
  display: none;
  grid-column: 1 / -1;
  background: #E6F2DA;
  border: 2px solid var(--green);
  color: #2F5716;
  border-radius: 14px;
  padding: 18px 20px;
  font-weight: 700;
}
.form-success.show { display: block; }

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

.site-footer {
  background: var(--plum-ink);
  color: #CFC7E2;
  padding: 72px 0 0;
  margin-top: 96px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 56px;
}
.footer-logo {
  display: inline-block;
  background: #fff;
  border-radius: 16px;
  padding: 14px 20px;
  margin-bottom: 20px;
}
.footer-logo img { height: 58px; width: auto; display: block; }
.site-footer h4 { color: #fff; font-size: 1.05rem; margin-bottom: 18px; font-family: var(--font-body); font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.site-footer ul { list-style: none; display: grid; gap: 12px; }
.site-footer a { color: #CFC7E2; text-decoration: none; transition: color .2s ease; }
.site-footer a:hover { color: #fff; }
.site-footer p { color: #B4A9D2; font-size: .9375rem; }
.footer-phone { font-size: 1.1rem; font-weight: 800; color: #fff !important; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 22px 0;
  font-size: .875rem;
  color: #9B8FC0;
}
.footer-bottom .wrap { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

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

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }
.reveal-delay-3 { transition-delay: .36s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-note .dot { animation: none; }
}

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

@media (max-width: 1024px) {
  .section { padding: 76px 0; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-inner { padding-top: 64px; padding-bottom: 72px; }
  .split { grid-template-columns: 1fr; gap: 48px; }
  .split-media { max-width: 560px; }
  .cta-band { grid-template-columns: 1fr; padding: 56px 40px; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  body { font-size: 1rem; }
  .topbar .wrap { justify-content: center; text-align: center; }
  .topbar-note { display: none; }

  .nav-toggle { display: block; }
  .nav-cta { display: none; }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: var(--ivory);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 40px rgba(62, 39, 102, .12);
    padding: 16px 20px 24px;
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links a { display: block; padding: 14px 18px; font-size: 1.05rem; }
  .nav-links .mobile-cta { display: block; margin-top: 10px; }

  .section { padding: 60px 0; }
  .section-head { margin-bottom: 40px; }
  .eyebrow { font-size: .7rem; padding: 7px 14px; letter-spacing: .11em; }
  .hero-inner { padding-top: 44px; padding-bottom: 56px; gap: 36px; }
  .hero-media .photo { aspect-ratio: 5 / 4; }
  .hero h1 { font-size: 2.15rem; }
  .hero-lede { font-size: 1.0625rem; margin-bottom: 28px; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn { width: 100%; }
  .page-hero { padding: 56px 0 52px; }
  .page-hero h1 { font-size: 2.05rem; }
  .page-hero p { font-size: 1.0625rem; }
  .card-grid { grid-template-columns: 1fr; }
  .services-list { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 40px; }
  .service-card { grid-template-columns: 1fr; padding: 28px; }
  .split-media .frame { display: none; }
  .gallery-grid { grid-template-columns: 1fr; }
  .photo-feature { margin-top: 40px; }
  .form-panel { padding: 28px 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 44px 26px; border-radius: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 769px) {
  .nav-links .mobile-cta { display: none; }
}
