:root{
  --brand:#b42318;
  --brand-dark:#7a1b13;
  --navy:#1d3557;
  --text:#1f2937;
  --muted:#6b7280;
  --bg:#fffaf8;
  --card:#ffffff;
  --border:#e5e7eb;
  --shadow:0 10px 25px rgba(0,0,0,.08);
  --radius:18px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.6;
  color:var(--text);
  background:#fff;
}
img{max-width:100%;display:block}
a{color:var(--navy);text-decoration:none}
a:hover{text-decoration:underline}
.container{width:min(100% - 2rem,var(--max));margin-inline:auto}
.topbar{
  background:#4B1F5E;
  color:#FFFFFF;
  font-size:.95rem;
  border-bottom:1px solid rgba(255,255,255,.14);
}
.topbar .container{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem 1.25rem;
  justify-content:space-between;
  align-items:center;
  min-height:46px;
  padding:.65rem 0;
}
.topbar .topbar__message,
.topbar a{
  color:#FFFFFF;
}
.topbar__message{
  font-weight:600;
  line-height:1.3;
}
.social-links{
  display:flex;
  align-items:center;
  gap:.7rem;
  flex-wrap:wrap;
}
.social-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:2.35rem;
  height:2.35rem;
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  transition:background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.social-links a:hover,
.social-links a:focus-visible{
  background:rgba(255,255,255,.2);
  color:#fff;
  text-decoration:none;
  transform:translateY(-1px);
  box-shadow:0 6px 14px rgba(0,0,0,.16);
  outline:none;
}
.social-links svg{
  width:1rem;
  height:1rem;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
header.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:#4B1F5E;
  border-bottom:none;
  margin:0;
}
.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:105px;
  padding:0;
  gap:32px;
  flex-wrap:wrap;
}
.brand{
  display:flex;
  align-items:center;
  gap:.65rem;
  font-weight:700;
  font-size:1.15rem;
  color:#FFFFFF;
  transition:color .2s ease;
  flex:none;
}
.brand:hover,
.brand:focus-visible{
  color:#FFFFFF;
  text-decoration:none;
}
.brand-logo{
  width:96px;
  height:96px;
  object-fit:contain;
  flex:none;
  display:block;
}
.nav-links{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  align-items:center;
  margin-left:auto;
}
.nav-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#FFFFFF;
  padding:11px 20px;
  border-radius:999px;
  text-decoration:none;
  font-weight:600;
}
.nav-links a[aria-current="page"]{
  background:#C6283D;
  color:#FFFFFF;
}
.nav-links a:hover,
.nav-links a:focus-visible{
  background:rgba(255,255,255,.14);
  color:#FFFFFF;
  text-decoration:none;
  outline:none;
}
.nav-dropdown{
  position:relative;
  display:flex;
  align-items:center;
  gap:.2rem;
}
.nav-dropdown__link,
.dropdown-trigger,
.nav-whatsapp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.35rem;
  border-radius:999px;
  font-weight:700;
  text-decoration:none;
  line-height:1.1;
}
.nav-dropdown__link{
  padding:.45rem .7rem;
  color:var(--navy);
}
.dropdown-trigger{
  padding:.42rem .55rem;
  border:1px solid transparent;
  background:transparent;
  color:var(--navy);
  cursor:pointer;
}
.dropdown-trigger:hover,
.dropdown-trigger:focus-visible{
  background:#fef2f2;
  color:var(--brand);
  outline:none;
}
.dropdown-menu{
  position:absolute;
  top:calc(100% + .5rem);
  left:0;
  display:none;
  min-width:280px;
  padding:.5rem;
  border:1px solid var(--border);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shadow);
  z-index:40;
}
.nav-dropdown.is-open .dropdown-menu,
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu{
  display:block;
}
.dropdown-menu a{
  display:block;
  padding:.65rem .8rem;
  border-radius:12px;
  color:var(--text);
  font-weight:600;
}
.dropdown-menu a:hover,
.dropdown-menu a:focus-visible{
  background:#fef2f2;
  color:var(--brand);
  text-decoration:none;
  outline:none;
}
.nav-whatsapp{
  padding:.45rem .85rem;
  background:#25D366;
  color:#fff !important;
  box-shadow:0 8px 18px rgba(37, 211, 102, .18);
}
.nav-whatsapp:hover,
.nav-whatsapp:focus-visible{
  background:#1fb854 !important;
  color:#fff !important;
  text-decoration:none;
  outline:none;
}

.hero{
  background:#65516F;
  color:#FFFFFF;
}
.hero .container{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:2rem;
  align-items:center;
  padding:48px 0 54px;

}
.hero-card{
  position:relative;
  overflow:hidden;
  background:#fff;
  color:var(--text);
  padding:1.25rem;
  border-radius:var(--radius);
  box-shadow:var(--shadow)
}
.founder-card {
  position: relative;
  width: 100%;
  max-width: 405px;
  min-height: 440px;
  margin: 0;
  justify-self: end;
  overflow: hidden;
  border-radius: 14px;
  background: #F7F2F8;
  box-shadow: 0 18px 45px rgba(43, 36, 48, 0.2);
}
.founder-photo {
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: center top;
}
.founder-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;

  padding: 15px 18px;

  background: rgba(75, 31, 94, 0.88);
  color: #ffffff;
}

.founder-caption strong {
  margin: 0;
  color: #ffffff;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.2;
}

.founder-role {
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding-bottom: 1px;

  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.25;

  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
}

.founder-description {
  margin: 1px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  line-height: 1.3;
}
.hero-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(rgba(255,255,255,.98), rgba(255,255,255,.98));
  pointer-events:none;
}
.hero-card > *{
  position:relative;
  z-index:1;
}
.hero-card h2{margin-top:0}
.hero-card input,
.hero-card select,
.hero-card textarea{
  background:#fff;
  position:relative;
  z-index:1;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.55rem;
  background:var(--brand);
  color:#fff;
  padding:.85rem 1.1rem;
  border-radius:999px;
  border:none;
  cursor:pointer;
  font-weight:700
}
.btn.secondary{background:#fff;color:var(--navy);border:1px solid var(--border)}
.btn.ghost{background:transparent;border:1px solid rgba(255,255,255,.4)}
.btn:hover{text-decoration:none;opacity:.95}
.contact-spinner{
  width:1rem;
  height:1rem;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.45);
  border-top-color:var(--brand);
  border-right-color:var(--brand);
  animation:contact-spinner-spin .8s linear infinite;
  flex:none;
}
@keyframes contact-spinner-spin{
  to{transform:rotate(360deg)}
}
.grid-3,.grid-2{display:grid;gap:1.25rem}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-2{grid-template-columns:repeat(2,1fr)}
section{padding:3.25rem 0}
.section-head{max-width:720px;margin-bottom:1.5rem}
.kicker{color:rgba(255,255,255,0.82);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}
h1,h2,h3{line-height:1.2}
h1{font-size:clamp(2rem,5vw,3.4rem);margin:.25rem 0 1rem}
.hero h1{
  color:#FFFFFF;
  margin-bottom:16px;
}

.hero h2{
  max-width:700px;
  margin-bottom:16px;
  line-height:1.18;
}
h2{font-size:clamp(1.5rem,3vw,2.2rem);margin:.25rem 0 .75rem}
.card{
  background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow)
}
.card h3{margin-top:.2rem}
.muted{color:var(--muted)}
.contact-image{
  max-width:220px;
  width:100%;
  margin-bottom:1rem;
  border-radius:10px;
  object-fit:cover;
}
.form-wrapper{
  position:relative;
}
.form-bg{
  position:absolute;
  inset:0;
  background:url("../img/undraw_travelers.svg") no-repeat center;
  background-size:contain;
  opacity:0.08;
  pointer-events:none;
}
.form-card{
  position:relative;
  z-index:1;
}
.badge{display:inline-block;padding:.3rem .6rem;border-radius:999px;background:#fef2f2;color:var(--brand);font-size:.85rem;font-weight:700}
.hero .container p{color:rgba(255,255,255,0.90)}
.checklist{padding-left:1.1rem}
.checklist li{margin:.45rem 0}
.contact-list{padding-left:0;list-style:none}
.contact-list li{margin:.6rem 0}
form label{display:block;margin:.7rem 0 .25rem;font-weight:700}
input,select,textarea{
  width:100%;padding:.9rem 1rem;border:1px solid #d1d5db;border-radius:14px;font:inherit
}
textarea{min-height:140px;resize:vertical}
.hero .actions{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:22px}
.hero .actions .btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border-radius:10px;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;transition:background-color 160ms ease,border-color 160ms ease,transform 160ms ease}
.hero .actions .btn:hover{transform:translateY(-1px)}
.hero .actions .btn:focus-visible{outline:3px solid rgba(255,255,255,0.85);outline-offset:3px}
.hero .actions .btn{background:#C6283D;border:2px solid #C6283D;color:#FFFFFF}
.hero .actions .btn.ghost{background:transparent;border:2px solid rgba(255,255,255,0.62);color:#FFFFFF}
.hero .actions .btn:hover{background:#A92134;border-color:#A92134}
.hero .actions .btn.ghost:hover{background:rgba(255,255,255,0.10);border-color:#FFFFFF;color:#FFFFFF}
/* =========================================================
   Grace support preview — place directly before .notice
   ========================================================= */

.gac-support-preview {
  display: block;
  padding: 38px 0 58px;
  overflow: hidden;
  background: #f7f2f8;
  color: #2b2430;
}

.gac-support-preview .container {
  display: block;
}

.gac-support-preview__heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.gac-support-preview__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #c6283d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.gac-support-preview__line {
  display: block;
  width: 54px;
  height: 1px;
  flex: 0 0 54px;
  background: rgba(198, 40, 61, 0.42);
}

.gac-support-preview__heart {
  color: #c6283d;
  font-size: 14px;
  line-height: 1;
}

.gac-support-preview__heading h2 {
  margin: 0;
  color: #2b2430;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(1.8rem, 2.7vw, 2.6rem);
  line-height: 1.2;
}

.gac-support-preview__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch;
}

.gac-support-card {
  display: grid !important;
  grid-template-columns: 68px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 18px !important;
  min-width: 0;
  padding: 24px !important;
  background: #fffdfb !important;
  border: 1px solid rgba(75, 31, 94, 0.1) !important;
  border-radius: 13px !important;
  box-shadow: 0 10px 26px rgba(43, 36, 48, 0.06) !important;
}

.gac-support-card__icon {
  display: grid !important;
  place-items: center !important;
  width: 68px !important;
  height: 68px !important;
  min-width: 68px !important;
  min-height: 68px !important;
  max-width: 68px !important;
  max-height: 68px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 50% !important;
  background: #f1e9f3 !important;
  color: #65516f !important;
}

/* Critical SVG size correction */
.gac-support-card__icon > svg {
  display: block !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.5 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.gac-support-card__icon > svg path,
.gac-support-card__icon > svg circle,
.gac-support-card__icon > svg rect {
  fill: none !important;
  stroke: currentColor !important;
}

.gac-support-card__content {
  min-width: 0;
}

.gac-support-card__content h3 {
  margin: 0 0 7px;
  color: #2b2430;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 1.15rem;
  line-height: 1.25;
}

.gac-support-card__content p {
  margin: 0 0 14px;
  color: #6f6574;
  font-size: 0.87rem;
  line-height: 1.55;
}

.gac-support-card__content a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #c6283d;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.gac-support-card__content a:hover,
.gac-support-card__content a:focus-visible {
  color: #a92134;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 900px) {
  .gac-support-preview__grid {
    grid-template-columns: 1fr !important;
  }

  .gac-support-card {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (max-width: 520px) {
  .gac-support-card {
    grid-template-columns: 1fr !important;
    text-align: center;
  }

  .gac-support-card__icon {
    margin: 0 auto !important;
  }

  .gac-support-card__content a {
    justify-content: center;
  }

  .gac-support-preview__line {
    width: 26px;
    flex-basis: 26px;
  }
}
/* =========================================================
   Grace Above The Cell — My Story section
   ========================================================= */

section.gac-story {
  display: block;
  padding: 76px 0;
  overflow: hidden;
  background: #fffdfb;
  color: #2b2430;
}

.gac-story .container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.gac-story__layout {
  display: grid !important;
  grid-template-columns:
    minmax(300px, 0.82fr)
    minmax(420px, 1.18fr) !important;
  align-items: center;
  gap: 68px !important;
}

.gac-story__media {
  position: relative;
  width: 100%;
  max-width: 470px;
  margin: 0;
  justify-self: start;
  overflow: hidden;
  border-radius: 18px;
  background: #f7f2f8;
  box-shadow: 0 20px 46px rgba(43, 36, 48, 0.13);
}

.gac-story__media::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  width: 58px;
  height: 4px;
  border-radius: 999px;
  background: #c6283d;
}

.gac-story__photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.gac-story__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 22px;
  background: rgba(75, 31, 94, 0.88);
  color: #ffffff;
}

.gac-story__caption strong {
  color: #ffffff;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 1.15rem;
  line-height: 1.3;
}

.gac-story__caption span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  line-height: 1.5;
}

.gac-story__content {
  max-width: 650px;
}

.gac-story__eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 14px;
  color: #c6283d;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.gac-story__eyebrow > span {
  display: block;
  width: 50px;
  height: 1px;
  flex: 0 0 50px;
  background: rgba(198, 40, 61, 0.45);
}

.gac-story__content h2 {
  max-width: 610px;
  margin: 0 0 22px;
  color: #2b2430;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(2.25rem, 4vw, 3.65rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.gac-story__content > p {
  max-width: 620px;
  margin: 0 0 17px;
  color: #6f6574;
  font-size: 0.98rem;
  line-height: 1.78;
}

.gac-story__content .gac-story__lead {
  color: #4e4553;
  font-size: 1.06rem;
  font-weight: 500;
}

.gac-story__quote {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  margin: 28px 0 22px;
  padding: 24px 26px;
  overflow: hidden;
  background: #f7f2f8;
  border-left: 5px solid #4b1f5e;
  border-radius: 0 14px 14px 0;
}

.gac-story__quote-mark {
  color: #c6283d;
  font-family: Georgia, serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 0.8;
}

.gac-story__quote p {
  margin: 0 0 8px;
  color: #2b2430;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-style: italic;
  line-height: 1.45;
}

.gac-story__quote cite {
  color: #6f6574;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.gac-story__content .gac-story__note {
  margin-bottom: 0;
  padding-top: 8px;
  color: #887d8d;
  font-size: 0.82rem;
  font-style: italic;
}

@media (max-width: 900px) {
  .gac-story__layout {
    grid-template-columns: 1fr !important;
    gap: 46px !important;
  }

  .gac-story__media {
    max-width: 520px;
    justify-self: center;
  }

  .gac-story__content {
    max-width: 720px;
  }
}

@media (max-width: 600px) {
  section.gac-story {
    padding: 56px 0;
  }

  .gac-story__eyebrow > span {
    width: 30px;
    flex-basis: 30px;
  }

  .gac-story__content h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .gac-story__quote {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 22px;
  }

  .gac-story__quote-mark {
    font-size: 2.5rem;
  }
}
/* =========================================================
   Grace Above The Cell — About section
   ========================================================= */

section.gac-about {
  display: block;
  padding: 76px 0;
  overflow: hidden;
  background: #f7f2f8;
  color: #2b2430;
}

.gac-about .container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.gac-about__header {
  max-width: 800px;
  margin: 0 auto 48px;
  text-align: center;
}

.gac-about__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #c6283d;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.gac-about__eyebrow > span {
  display: block;
  width: 50px;
  height: 1px;
  flex: 0 0 50px;
  background: rgba(198, 40, 61, 0.42);
}

.gac-about__eyebrow svg {
  display: block;
  width: 17px !important;
  height: 17px !important;
  max-width: 17px !important;
  max-height: 17px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gac-about__eyebrow svg path {
  fill: none !important;
  stroke: currentColor !important;
}

.gac-about__header h2 {
  margin: 0;
  color: #2b2430;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(2.3rem, 4vw, 3.7rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.gac-about__header > p {
  max-width: 720px;
  margin: 18px auto 0;
  color: #6f6574;
  font-size: 1rem;
  line-height: 1.75;
}

.gac-about__layout {
  display: grid !important;
  grid-template-columns:
    minmax(320px, 0.9fr)
    minmax(520px, 1.1fr) !important;
  align-items: center;
  gap: 64px !important;
}

.gac-about__story {
  padding: 36px;
  background: #fffdfb;
  border: 1px solid rgba(75, 31, 94, 0.1);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(43, 36, 48, 0.08);
}

.gac-about__story > p {
  margin: 0 0 17px;
  color: #6f6574;
  font-size: 0.96rem;
  line-height: 1.75;
}

.gac-about__story .gac-about__lead {
  color: #2b2430;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  font-weight: 700;
  line-height: 1.4;
}

.gac-about__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 8px;
  color: #c6283d;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.gac-about__link:hover,
.gac-about__link:focus-visible {
  color: #a92134;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.gac-about__principles {
  display: grid;
  gap: 18px;
}

.gac-about-card {
  position: relative;
  min-height: 142px;
  padding: 25px 26px 25px 86px;
  overflow: hidden;
  background: #fffdfb;
  border: 1px solid rgba(75, 31, 94, 0.1);
  border-radius: 15px;
  box-shadow: 0 10px 28px rgba(43, 36, 48, 0.06);
}

.gac-about-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: #4b1f5e;
}

.gac-about-card__number {
  position: absolute;
  top: 26px;
  left: 25px;
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #f1e9f3;
  color: #65516f;
  font-size: 0.78rem;
  font-weight: 800;
}

.gac-about-card h3 {
  margin: 0 0 7px;
  color: #2b2430;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

.gac-about-card p {
  margin: 0;
  color: #6f6574;
  font-size: 0.88rem;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .gac-about__layout {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }
}

@media (max-width: 600px) {
  section.gac-about {
    padding: 56px 0;
  }

  .gac-about__header {
    margin-bottom: 34px;
  }

  .gac-about__eyebrow > span {
    width: 28px;
    flex-basis: 28px;
  }

  .gac-about__story {
    padding: 26px 22px;
  }

  .gac-about-card {
    padding: 78px 22px 24px;
  }

  .gac-about-card__number {
    top: 22px;
    left: 22px;
  }
}
/* =========================================================
   Grace Above The Cell — What We Do section
   ========================================================= */

section.gac-work {
  display: block;
  padding: 76px 0;
  overflow: hidden;
  background: #fffdfb;
  color: #2b2430;
}

.gac-work .container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.gac-work__header {
  max-width: 790px;
  margin: 0 auto 46px;
  text-align: center;
}

.gac-work__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-bottom: 14px;
  color: #c6283d;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.gac-work__eyebrow > span {
  display: block;
  width: 52px;
  height: 1px;
  flex: 0 0 52px;
  background: rgba(198, 40, 61, 0.42);
}

.gac-work__header h2 {
  margin: 0;
  color: #2b2430;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(2.3rem, 4vw, 3.7rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.gac-work__header > p {
  max-width: 720px;
  margin: 18px auto 0;
  color: #6f6574;
  font-size: 1rem;
  line-height: 1.75;
}

.gac-work__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.gac-work-card {
  position: relative;
  min-width: 0;
  min-height: 265px;
  padding: 30px 28px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(75, 31, 94, 0.1);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(43, 36, 48, 0.06);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.gac-work-card::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -35px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(247, 242, 248, 0.85);
  pointer-events: none;
}

.gac-work-card:hover {
  transform: translateY(-3px);
  border-color: rgba(198, 40, 61, 0.2);
  box-shadow: 0 18px 38px rgba(43, 36, 48, 0.1);
}

.gac-work-card__icon {
  position: relative;
  z-index: 1;
  display: grid !important;
  place-items: center !important;
  width: 68px !important;
  height: 68px !important;
  max-width: 68px !important;
  max-height: 68px !important;
  margin: 0 0 20px;
  overflow: hidden;
  border-radius: 50%;
  background: #f1e9f3;
  color: #65516f;
}

.gac-work-card__icon svg {
  display: block !important;
  width: 38px !important;
  height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gac-work-card__icon svg path,
.gac-work-card__icon svg circle,
.gac-work-card__icon svg rect {
  fill: none !important;
  stroke: currentColor !important;
}

.gac-work-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #2b2430;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}

.gac-work-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #6f6574;
  font-size: 0.9rem;
  line-height: 1.65;
}

.gac-work__action {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.gac-work__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 22px;
  border: 2px solid #c6283d;
  border-radius: 10px;
  background: #c6283d;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.gac-work__link:hover,
.gac-work__link:focus-visible {
  background: #a92134;
  border-color: #a92134;
  color: #ffffff;
  text-decoration: none;
}

.gac-work__link:focus-visible {
  outline: 3px solid rgba(198, 40, 61, 0.25);
  outline-offset: 4px;
}

@media (max-width: 960px) {
  .gac-work__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 650px) {
  section.gac-work {
    padding: 56px 0;
  }

  .gac-work__header {
    margin-bottom: 34px;
  }

  .gac-work__eyebrow > span {
    width: 28px;
    flex-basis: 28px;
  }

  .gac-work__grid {
    grid-template-columns: 1fr !important;
  }

  .gac-work-card {
    min-height: auto;
    padding: 26px 23px;
  }

  .gac-work__link {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gac-work-card {
    transition: none;
  }

  .gac-work-card:hover {
    transform: none;
  }
}
/* =========================================================
   Grace Above The Cell — Community Resources
   ========================================================= */

section.gac-resources {
  display: block;
  padding: 76px 0;
  overflow: hidden;
  background: #f7f2f8;
  color: #2b2430;
}

.gac-resources .container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.gac-resources__header {
  max-width: 800px;
  margin: 0 auto 46px;
  text-align: center;
}

.gac-resources__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-bottom: 14px;
  color: #c6283d;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.gac-resources__eyebrow > span {
  display: block;
  width: 52px;
  height: 1px;
  flex: 0 0 52px;
  background: rgba(198, 40, 61, 0.42);
}

.gac-resources__header h2 {
  margin: 0;
  color: #2b2430;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(2.3rem, 4vw, 3.7rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.gac-resources__header > p {
  max-width: 720px;
  margin: 18px auto 0;
  color: #6f6574;
  font-size: 1rem;
  line-height: 1.75;
}

.gac-resources__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.gac-resource {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #fffdfb;
  border: 1px solid rgba(75, 31, 94, 0.1);
  border-radius: 17px;
  box-shadow: 0 12px 30px rgba(43, 36, 48, 0.07);
}

.gac-resource__icon {
  display: grid !important;
  place-items: center !important;
  width: 76px !important;
  height: 76px !important;
  min-width: 76px !important;
  min-height: 76px !important;
  margin: 30px 28px 0;
  overflow: hidden;
  border-radius: 50%;
  background: #f1e9f3;
  color: #65516f;
}

/* Prevent oversized SVG icons */
.gac-resource__icon svg {
  display: block !important;
  width: 42px !important;
  height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gac-resource__icon svg path,
.gac-resource__icon svg circle,
.gac-resource__icon svg rect {
  fill: none !important;
  stroke: currentColor !important;
}

.gac-resource__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 28px 30px;
}

.gac-resource__category {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f7f2f8;
  color: #c6283d;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gac-resource h3 {
  margin: 0 0 11px;
  color: #2b2430;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}

.gac-resource p {
  margin: 0 0 22px;
  color: #6f6574;
  font-size: 0.91rem;
  line-height: 1.68;
}

.gac-resource a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  color: #c6283d;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.gac-resource a:hover,
.gac-resource a:focus-visible {
  color: #a92134;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.gac-resources__notice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 15px;
  max-width: 920px;
  margin: 38px auto 0;
  padding: 20px 22px;
  background: #fffdfb;
  border: 1px solid rgba(75, 31, 94, 0.12);
  border-radius: 13px;
}

.gac-resources__notice-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #4b1f5e;
  color: #ffffff;
  font-family: Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
}

.gac-resources__notice p {
  margin: 2px 0 0;
  color: #6f6574;
  font-size: 0.82rem;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .gac-resources__grid {
    grid-template-columns: 1fr !important;
  }

  .gac-resource {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  section.gac-resources {
    padding: 56px 0;
  }

  .gac-resources__eyebrow > span {
    width: 28px;
    flex-basis: 28px;
  }

  .gac-resource__icon {
    margin: 24px 22px 0;
  }

  .gac-resource__body {
    padding: 22px;
  }

  .gac-resources__notice {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   Grace Above The Cell — Stories and Encouragement
   ========================================================= */

section.gac-stories {
  display: block;
  padding: 76px 0;
  overflow: hidden;
  background: #fffdfb;
  color: #2b2430;
}

.gac-stories .container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.gac-stories__header {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.gac-stories__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-bottom: 14px;
  color: #c6283d;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.gac-stories__eyebrow > span {
  display: block;
  width: 52px;
  height: 1px;
  flex: 0 0 52px;
  background: rgba(198, 40, 61, 0.42);
}

.gac-stories__header h2 {
  margin: 0;
  color: #2b2430;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(2.3rem, 4vw, 3.7rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.gac-stories__header > p {
  max-width: 720px;
  margin: 18px auto 0;
  color: #6f6574;
  font-size: 1rem;
  line-height: 1.75;
}

.gac-stories__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.gac-story-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #f7f2f8;
  border: 1px solid rgba(75, 31, 94, 0.1);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(43, 36, 48, 0.07);
}

.gac-story-card--featured {
  background: #4b1f5e;
  color: #ffffff;
}
/* Featured story card with background image */
.gac-story-card--with-image {
  position: relative;
  overflow: hidden;
  background: #4b1f5e;
  min-height: 420px;
}

.gac-story-card--with-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(75, 31, 94, 0.22) 0%,
      rgba(75, 31, 94, 0.52) 45%,
      rgba(43, 20, 52, 0.88) 100%
    ),
    /* url("../img/grace-strength.png"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.gac-story-card--with-image .gac-story-card__content,
.gac-story-card--with-image .gac-story-card__accent {
  position: relative;
  z-index: 2;
}

/* Optional: soften the quote box a little on top of the image */
.gac-story-card--with-image blockquote {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border-left: 4px solid #c6283d;
  backdrop-filter: blur(2px);
}
.gac-story-card__content {
  position: relative;
  z-index: 2;
  padding: 34px;
}

.gac-story-card__label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(198, 40, 61, 0.1);
  color: #c6283d;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gac-story-card--featured .gac-story-card__label {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.gac-story-card h3 {
  max-width: 520px;
  margin: 0 0 14px;
  color: #2b2430;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(1.55rem, 2.7vw, 2.2rem);
  line-height: 1.25;
}

.gac-story-card--featured h3 {
  color: #ffffff;
}

.gac-story-card p {
  margin: 0 0 21px;
  color: #6f6574;
  font-size: 0.94rem;
  line-height: 1.72;
}

.gac-story-card--featured p {
  color: rgba(255, 255, 255, 0.84);
}

.gac-story-card blockquote {
  margin: 24px 0;
  padding: 20px 22px;
  background: #fffdfb;
  border-left: 4px solid #c6283d;
  border-radius: 0 12px 12px 0;
  color: #2b2430;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.55;
}

.gac-story-card--featured blockquote {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.gac-story-card a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #c6283d;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.gac-story-card--featured a {
  color: #ffffff;
}

.gac-story-card a:hover,
.gac-story-card a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.gac-story-card__accent {
  position: absolute;
  right: -16px;
  bottom: -30px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.06);
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 7rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  transform: rotate(-8deg);
  pointer-events: none;
}

.gac-stories__encouragement {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  max-width: 900px;
  margin: 34px auto 0;
  padding: 25px 28px;
  background: #f7f2f8;
  border: 1px solid rgba(75, 31, 94, 0.1);
  border-radius: 15px;
  text-align: left;
}

.gac-stories__quote-mark {
  color: #c6283d;
  font-family: Georgia, serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.8;
}

.gac-stories__encouragement p {
  margin: 0 0 4px;
  color: #2b2430;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(1.15rem, 2.3vw, 1.5rem);
  font-style: italic;
  line-height: 1.45;
}

.gac-stories__encouragement div > span {
  color: #6f6574;
  font-size: 0.82rem;
  font-weight: 700;
}

@media (max-width: 800px) {
  .gac-stories__grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 600px) {
  section.gac-stories {
    padding: 56px 0;
  }

  .gac-stories__eyebrow > span {
    width: 28px;
    flex-basis: 28px;
  }

  .gac-story-card__content {
    padding: 26px 22px;
  }

  .gac-stories__encouragement {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .gac-stories__quote-mark {
    font-size: 2.7rem;
  }
}
/* =========================================================
   Grace Above The Cell — Contact section
   ========================================================= */

section.gac-contact {
  display: block;
  padding: 80px 0;
  overflow: hidden;
  background: #f7f2f8;
  color: #2b2430;
}

.gac-contact .container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.gac-contact__layout {
  display: grid !important;
  grid-template-columns:
    minmax(340px, 0.9fr)
    minmax(520px, 1.1fr) !important;
  align-items: stretch;
  gap: 28px !important;
}

/* Image panel */

.gac-contact__visual {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  border-radius: 22px;
  background: #4b1f5e;
  box-shadow: 0 22px 48px rgba(43, 36, 48, 0.16);
}

.gac-contact__visual > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gac-contact__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(43, 20, 52, 0.08) 10%,
      rgba(43, 20, 52, 0.38) 55%,
      rgba(43, 20, 52, 0.94) 100%
    );
}

.gac-contact__visual-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 42px 38px;
  color: #ffffff;
}

.gac-contact__kicker {
  margin: 0 0 13px;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gac-contact__visual-content h2 {
  max-width: 520px;
  margin: 0 0 16px;
  color: #ffffff;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(2.15rem, 3.5vw, 3.35rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.gac-contact__visual-content > p:not(.gac-contact__kicker) {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.96rem;
  line-height: 1.7;
}

.gac-contact__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 23px;
}

.gac-contact__topics span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 700;
  backdrop-filter: blur(5px);
}

/* Form panel */

.gac-contact__form-panel {
  padding: 46px;
  background: #fffdfb;
  border: 1px solid rgba(75, 31, 94, 0.1);
  border-radius: 22px;
  box-shadow: 0 20px 46px rgba(43, 36, 48, 0.09);
}

.gac-contact__form-heading {
  margin-bottom: 28px;
}

.gac-contact__eyebrow {
  margin: 0 0 10px;
  color: #c6283d;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gac-contact__form-heading h2 {
  margin: 0;
  color: #2b2430;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.15;
}

.gac-contact__form-heading > p:last-child {
  margin: 12px 0 0;
  color: #6f6574;
  font-size: 0.92rem;
  line-height: 1.6;
}

.gac-contact__form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.gac-contact__field {
  min-width: 0;
  margin-bottom: 18px;
}

.gac-contact__field label {
  display: block;
  margin: 0 0 8px;
  color: #2b2430;
  font-size: 0.82rem;
  font-weight: 800;
}

.gac-contact__field label span {
  color: #c6283d;
}

.gac-contact__field input,
.gac-contact__field select,
.gac-contact__field textarea {
  display: block;
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  background: #ffffff;
  border: 1px solid rgba(75, 31, 94, 0.2);
  border-radius: 10px;
  color: #2b2430;
  font: inherit;
  font-size: 0.91rem;
  outline: none;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease,
    background-color 150ms ease;
}

.gac-contact__field textarea {
  min-height: 145px;
  resize: vertical;
}

.gac-contact__field input::placeholder,
.gac-contact__field textarea::placeholder {
  color: #9a909e;
}

.gac-contact__field input:hover,
.gac-contact__field select:hover,
.gac-contact__field textarea:hover {
  border-color: rgba(75, 31, 94, 0.38);
}

.gac-contact__field input:focus,
.gac-contact__field select:focus,
.gac-contact__field textarea:focus {
  background: #fffdfb;
  border-color: #65516f;
  box-shadow: 0 0 0 4px rgba(101, 81, 111, 0.12);
}

.gac-contact__submit-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 5px;
}

.gac-contact__submit {
  flex: 0 0 auto;
  min-height: 50px;
  padding: 13px 23px;
  border: 2px solid #c6283d;
  border-radius: 10px;
  background: #c6283d;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 800;
}

.gac-contact__submit:hover,
.gac-contact__submit:focus-visible {
  border-color: #a92134;
  background: #a92134;
  color: #ffffff;
}

.gac-contact__submit:focus-visible {
  outline: 3px solid rgba(198, 40, 61, 0.25);
  outline-offset: 4px;
}

.gac-contact__privacy {
  max-width: 270px;
  margin: 0;
  color: #887d8d;
  font-size: 0.74rem;
  line-height: 1.5;
}

.gac-contact__status {
  min-height: 24px;
  margin: 16px 0 0;
  color: #4b1f5e;
  font-size: 0.85rem;
  font-weight: 700;
}

/* Tablet */

@media (max-width: 980px) {
  .gac-contact__layout {
    grid-template-columns: 1fr !important;
  }

  .gac-contact__visual {
    min-height: 520px;
  }
}

/* Mobile */

@media (max-width: 650px) {
  section.gac-contact {
    padding: 56px 0;
  }

  .gac-contact__visual {
    min-height: 520px;
    border-radius: 17px;
  }

  .gac-contact__visual-content {
    padding: 30px 24px;
  }

  .gac-contact__form-panel {
    padding: 30px 22px;
    border-radius: 17px;
  }

  .gac-contact__form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .gac-contact__submit-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .gac-contact__submit {
    width: 100%;
  }

  .gac-contact__privacy {
    max-width: none;
  }
}
/* =========================================================
   Grace Above The Cell — Contact section
   ========================================================= */

section.gac-contact {
  display: block;
  padding: 80px 0;
  overflow: hidden;
  background: #f7f2f8;
  color: #2b2430;
}

.gac-contact .container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.gac-contact__layout {
  display: grid !important;
  grid-template-columns:
    minmax(340px, 0.9fr)
    minmax(520px, 1.1fr) !important;
  align-items: stretch;
  gap: 28px !important;
}

/* Image panel */

.gac-contact__visual {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  border-radius: 22px;
  background: #4b1f5e;
  box-shadow: 0 22px 48px rgba(43, 36, 48, 0.16);
}

.gac-contact__visual > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gac-contact__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(43, 20, 52, 0.08) 10%,
      rgba(43, 20, 52, 0.38) 55%,
      rgba(43, 20, 52, 0.94) 100%
    );
}

.gac-contact__visual-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 42px 38px;
  color: #ffffff;
}

.gac-contact__kicker {
  margin: 0 0 13px;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gac-contact__visual-content h2 {
  max-width: 520px;
  margin: 0 0 16px;
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.15rem, 3.5vw, 3.35rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.gac-contact__visual-content > p:not(.gac-contact__kicker) {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.96rem;
  line-height: 1.7;
}

.gac-contact__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 23px;
}

.gac-contact__topics span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 700;
  backdrop-filter: blur(5px);
}

/* Form panel */

.gac-contact__form-panel {
  padding: 46px;
  background: #fffdfb;
  border: 1px solid rgba(75, 31, 94, 0.1);
  border-radius: 22px;
  box-shadow: 0 20px 46px rgba(43, 36, 48, 0.09);
}

.gac-contact__form-heading {
  margin-bottom: 28px;
}

.gac-contact__eyebrow {
  margin: 0 0 10px;
  color: #c6283d;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gac-contact__form-heading h2 {
  margin: 0;
  color: #2b2430;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.15;
}

.gac-contact__form-heading > p:last-child {
  margin: 12px 0 0;
  color: #6f6574;
  font-size: 0.92rem;
  line-height: 1.6;
}

.gac-contact__form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.gac-contact__field {
  min-width: 0;
  margin-bottom: 18px;
}

.gac-contact__field label {
  display: block;
  margin: 0 0 8px;
  color: #2b2430;
  font-size: 0.82rem;
  font-weight: 800;
}

.gac-contact__field label span {
  color: #c6283d;
}

.gac-contact__field input,
.gac-contact__field select,
.gac-contact__field textarea {
  display: block;
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  background: #ffffff;
  border: 1px solid rgba(75, 31, 94, 0.2);
  border-radius: 10px;
  color: #2b2430;
  font: inherit;
  font-size: 0.91rem;
  outline: none;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease,
    background-color 150ms ease;
}

.gac-contact__field textarea {
  min-height: 145px;
  resize: vertical;
}

.gac-contact__field input::placeholder,
.gac-contact__field textarea::placeholder {
  color: #9a909e;
}

.gac-contact__field input:hover,
.gac-contact__field select:hover,
.gac-contact__field textarea:hover {
  border-color: rgba(75, 31, 94, 0.38);
}

.gac-contact__field input:focus,
.gac-contact__field select:focus,
.gac-contact__field textarea:focus {
  background: #fffdfb;
  border-color: #65516f;
  box-shadow: 0 0 0 4px rgba(101, 81, 111, 0.12);
}

.gac-contact__submit-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 5px;
}

.gac-contact__submit {
  flex: 0 0 auto;
  min-height: 50px;
  padding: 13px 23px;
  border: 2px solid #c6283d;
  border-radius: 10px;
  background: #c6283d;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 800;
}

.gac-contact__submit:hover,
.gac-contact__submit:focus-visible {
  border-color: #a92134;
  background: #a92134;
  color: #ffffff;
}

.gac-contact__submit:focus-visible {
  outline: 3px solid rgba(198, 40, 61, 0.25);
  outline-offset: 4px;
}

.gac-contact__privacy {
  max-width: 270px;
  margin: 0;
  color: #887d8d;
  font-size: 0.74rem;
  line-height: 1.5;
}

.gac-contact__status {
  min-height: 24px;
  margin: 16px 0 0;
  color: #4b1f5e;
  font-size: 0.85rem;
  font-weight: 700;
}

/* Tablet */

@media (max-width: 980px) {
  .gac-contact__layout {
    grid-template-columns: 1fr !important;
  }

  .gac-contact__visual {
    min-height: 520px;
  }
}

/* Mobile */

@media (max-width: 650px) {
  section.gac-contact {
    padding: 56px 0;
  }

  .gac-contact__visual {
    min-height: 520px;
    border-radius: 17px;
  }

  .gac-contact__visual-content {
    padding: 30px 24px;
  }

  .gac-contact__form-panel {
    padding: 30px 22px;
    border-radius: 17px;
  }

  .gac-contact__form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .gac-contact__submit-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .gac-contact__submit {
    width: 100%;
  }

  .gac-contact__privacy {
    max-width: none;
  }
}
/* =========================================================
   Grace Above The Cell — Stories and Encouragement
   ========================================================= */

section.gac-stories {
  display: block;
  padding: 76px 0;
  overflow: hidden;
  background: #fffdfb;
  color: #2b2430;
}

.gac-stories .container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.gac-stories__header {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.gac-stories__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-bottom: 14px;
  color: #c6283d;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.gac-stories__eyebrow > span {
  display: block;
  width: 52px;
  height: 1px;
  flex: 0 0 52px;
  background: rgba(198, 40, 61, 0.42);
}

.gac-stories__header h2 {
  margin: 0;
  color: #2b2430;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.3rem, 4vw, 3.7rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.gac-stories__header > p {
  max-width: 720px;
  margin: 18px auto 0;
  color: #6f6574;
  font-size: 1rem;
  line-height: 1.75;
}

.gac-stories__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.gac-story-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #f7f2f8;
  border: 1px solid rgba(75, 31, 94, 0.1);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(43, 36, 48, 0.07);
}

.gac-story-card--featured {
  background: #4b1f5e;
  color: #ffffff;
}

.gac-story-card__content {
  position: relative;
  z-index: 2;
  padding: 34px;
}

.gac-story-card__label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(198, 40, 61, 0.1);
  color: #c6283d;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gac-story-card--featured .gac-story-card__label {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.gac-story-card h3 {
  max-width: 520px;
  margin: 0 0 14px;
  color: #2b2430;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 2.7vw, 2.2rem);
  line-height: 1.25;
}

.gac-story-card--featured h3 {
  color: #ffffff;
}

.gac-story-card p {
  margin: 0 0 21px;
  color: #6f6574;
  font-size: 0.94rem;
  line-height: 1.72;
}

.gac-story-card--featured p {
  color: rgba(255, 255, 255, 0.84);
}

.gac-story-card blockquote {
  margin: 24px 0;
  padding: 20px 22px;
  background: #fffdfb;
  border-left: 4px solid #c6283d;
  border-radius: 0 12px 12px 0;
  color: #2b2430;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.55;
}

.gac-story-card--featured blockquote {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.gac-story-card a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #c6283d;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.gac-story-card--featured a {
  color: #ffffff;
}

.gac-story-card a:hover,
.gac-story-card a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.gac-story-card__accent {
  position: absolute;
  right: -16px;
  bottom: -30px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.06);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 7rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  transform: rotate(-8deg);
  pointer-events: none;
}

.gac-stories__encouragement {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  max-width: 900px;
  margin: 34px auto 0;
  padding: 25px 28px;
  background: #f7f2f8;
  border: 1px solid rgba(75, 31, 94, 0.1);
  border-radius: 15px;
  text-align: left;
}

.gac-stories__quote-mark {
  color: #c6283d;
  font-family: Georgia, serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.8;
}

.gac-stories__encouragement p {
  margin: 0 0 4px;
  color: #2b2430;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.15rem, 2.3vw, 1.5rem);
  font-style: italic;
  line-height: 1.45;
}

.gac-stories__encouragement div > span {
  color: #6f6574;
  font-size: 0.82rem;
  font-weight: 700;
}

@media (max-width: 800px) {
  .gac-stories__grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 600px) {
  section.gac-stories {
    padding: 56px 0;
  }

  .gac-stories__eyebrow > span {
    width: 28px;
    flex-basis: 28px;
  }

  .gac-story-card__content {
    padding: 26px 22px;
  }

  .gac-stories__encouragement {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .gac-stories__quote-mark {
    font-size: 2.7rem;
  }
}
.notice{
  padding:1rem 1.1rem;border-radius:14px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412
}
.page-hero{background:var(--bg);border-bottom:1px solid var(--border)}
.page-hero .container{padding:2.5rem 0}
.ticker-section{
  background:linear-gradient(180deg, #fff, #fff7f6);
  border-bottom:1px solid var(--border);
}
.ticker-head{
  margin-bottom:1rem;
}
.ticker{
  overflow:hidden;
  border:1px solid rgba(29,53,87,.16);
  border-radius:999px;
  background:linear-gradient(135deg, #1d3557, #233c63);
  box-shadow:0 18px 34px rgba(29,53,87,.16);
}
.ticker-track{
  display:flex;
  width:max-content;
  gap:.9rem;
  padding:.95rem 1rem;
  animation:ticker-scroll 34s linear infinite;
}
.ticker:hover .ticker-track,
.ticker:focus-within .ticker-track{
  animation-play-state:paused;
}
.ticker-item{
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
  padding:.45rem .9rem;
  border-radius:999px;
  background:#fff;
  color:var(--navy);
  border:1px solid transparent;
  font-weight:700;
  letter-spacing:.01em;
  flex:none;
}
.ticker-item--blue{
  background:#ffffff;
  color:var(--navy);
}
.ticker-item--red{
  background:#fff1f1;
  color:var(--brand);
}
@keyframes ticker-scroll{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
@media (prefers-reduced-motion: reduce){
  .ticker-track{
    animation:none;
  }
}

@media (max-width: 768px){
  .topbar .container{
    justify-content:center;
  }

  .social-links{
    justify-content:center;
  }

  .nav{
    justify-content:center;
    min-height:auto;
    padding:.75rem 0;
  }

  .nav-links{
    width:100%;
    justify-content:center;
    margin-left:0;
  }
}
.page-lead{
  max-width:760px;
  font-size:1.05rem;
  color:var(--muted);
}
.travel-card{
  padding:0;
  overflow:hidden;
}
.travel-card img{
  width:100%;
  aspect-ratio: 4 / 3;
  object-fit:cover;
}
.card-body{
  padding:1.1rem 1.15rem 1.2rem;
}
.card-body p{
  margin-bottom:0;
}
.card-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  margin-top:1rem;
}
.cta-panel{
  background:linear-gradient(135deg, rgba(29,53,87,.06), rgba(180,35,24,.08));
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:1.5rem;
}
.cta-panel p{
  margin-top:0;
}
.section-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  margin-top:1rem;
}
.section-actions.center{
  justify-content:center;
}
.preview-grid{
  margin-top:1rem;
}
.audience-strip{
  padding-top:1rem;
}
.audience-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
}
.audience-list li{
  display:inline-flex;
  align-items:center;
  padding:.7rem 1rem;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  font-weight:700;
  color:var(--navy);
}
.nigeria-canada-section{
  background:linear-gradient(180deg, #fff, #fff7f5);
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
}
.nigeria-canada-section .card{
  background:#fff;
}
.service-detail{
  display:grid;
  grid-template-columns:minmax(0, .95fr) minmax(0, 1.05fr);
  gap:1.25rem;
  align-items:center;
  scroll-margin-top:110px;
}
.service-detail + .service-detail{
  margin-top:1.25rem;
}
.service-detail__media img{
  width:100%;
  aspect-ratio: 4 / 3;
  object-fit:cover;
  border-radius:calc(var(--radius) - 4px);
}
.service-detail__content h3{
  margin-top:0;
  font-size:clamp(1.35rem, 2.5vw, 1.9rem);
}
.service-detail__content p:last-child{
  margin-bottom:0;
}
.service-detail--reverse{
  grid-template-columns:minmax(0, 1.05fr) minmax(0, .95fr);
}
.immigration-referral-panel{
  background:linear-gradient(135deg, rgba(29,53,87,.05), rgba(180,35,24,.08));
  border:1px solid rgba(180,35,24,.16);
}
.case-study{border-left:4px solid var(--brand)}
footer{
  background:var(--navy);color:#fff;margin-top:2rem
}
footer .container{padding:2rem 0}
footer a{color:#fff}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1.25rem}
.small{font-size:.92rem}
code.inline{background:#f3f4f6;border-radius:6px;padding:.1rem .35rem}
.skip-link{
  position:absolute;left:-9999px;top:auto
}
.skip-link:focus{
  left:1rem;top:1rem;z-index:999;background:#fff;color:#000;padding:.75rem;border-radius:8px
}
@media (max-width: 900px){
  .hero .container,.grid-3,.grid-2,.footer-grid{grid-template-columns:1fr}
  .hero .actions{align-items:stretch}
  .hero .actions .btn{width:100%}
  .founder-card {
    justify-self: center;
    max-width: 420px;
  }
  .nav{
    align-items:flex-start;
    flex-direction:column;
    padding:.75rem 0;
  }
  .brand{
    gap:.55rem;
    font-size:1.05rem;
  }
  .brand-logo{
    width:64px;
    height:64px;
  }
  .nav-links{gap:.5rem}
  .nav-links a{padding:.4rem .6rem}
  .nav-dropdown{
    width:100%;
    flex-wrap:wrap;
    align-items:stretch;
  }
  .nav-dropdown__link{
    flex:1 1 auto;
  }
  .dropdown-trigger{
    flex:none;
  }
  .dropdown-menu{
    position:static;
    min-width:0;
    width:100%;
    margin-top:.4rem;
  }
  .service-detail,
  .service-detail--reverse{
    grid-template-columns:1fr;
  }
  .service-detail__media{order:-1}
  .service-detail--reverse .service-detail__media{order:0}
  .audience-list li{width:calc(50% - .4rem);justify-content:center}
  .ticker-track{
    animation-duration: 42s;
    gap:.75rem;
    padding:.75rem .85rem;
  }
  .ticker-item{
    padding:.4rem .75rem;
    font-size:.92rem;
  }
  .travel-card img{
    aspect-ratio: 16 / 10;
  }
}


/* PageFind Search Styling */
.pagefind-ui,
#search-container,
.pagefind-ui__form,
.pagefind-ui__input,
.pagefind-ui__button,
.pagefind-ui__search-clear,
.pagefind-ui__results,
.pagefind-ui__result,
.pagefind-ui__result-link,
.pagefind-ui__result-excerpt,
.pagefind-ui__message {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #25D366, #1fb854);
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
  filter: brightness(1.02);
  text-decoration: none;
}

.whatsapp-float:focus-visible {
  outline: 3px solid rgba(37, 211, 102, 0.45);
  outline-offset: 3px;
}

.whatsapp-icon {
  font-size: 20px;
  line-height: 1;
  flex: none;
}

.whatsapp-text {
  white-space: nowrap;
}

@media (max-width: 600px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    padding: 12px 14px;
    font-size: 14px;
  }

  .whatsapp-text {
    display: none;
  }

  .whatsapp-icon {
    font-size: 24px;
  }
}

/* =========================================================
   Grace Above The Cell mission preview
   ========================================================= */

.gac-mission {
  padding: 58px 0 54px;
  background: #FFFDFB;
  color: #2B2430;
}

.gac-mission__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(520px, 1.35fr);
  align-items: center;
  gap: 56px;
}

.gac-mission__intro {
  max-width: 520px;
}

.gac-mission__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #C6283D;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.gac-mission__label > span {
  width: 54px;
  height: 1px;
  background: rgba(198, 40, 61, 0.45);
}

.gac-mission__label svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gac-mission__intro h2 {
  margin: 0;
  color: #2B2430;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.gac-mission__intro > p {
  max-width: 500px;
  margin: 17px 0 0;
  color: #6F6574;
  font-size: 0.97rem;
  line-height: 1.7;
}

.gac-mission__pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gac-pillar {
  padding: 8px 26px;
  text-align: center;
}

.gac-pillar + .gac-pillar {
  border-left: 1px solid rgba(111, 101, 116, 0.18);
}

.gac-pillar__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 15px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #F7F2F8;
  color: #65516F;
}

.gac-pillar__icon svg {
  width: 41px;
  height: 41px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gac-pillar h3 {
  margin: 0 0 7px;
  color: #2B2430;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 1.22rem;
}

.gac-pillar p {
  max-width: 190px;
  margin: 0 auto;
  color: #6F6574;
  font-size: 0.84rem;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .gac-mission__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 650px) {
  .gac-mission__pillars {
    grid-template-columns: 1fr;
  }

  .gac-pillar {
    padding: 26px 10px;
  }

  .gac-pillar + .gac-pillar {
    border-left: 0;
    border-top: 1px solid rgba(111, 101, 116, 0.18);
  }

  .gac-mission__label > span {
    width: 32px;
  }
}

/* =========================================================
   Grace Above The Cell support preview
   ========================================================= */

section.gac-support-preview {
  padding: 38px 0 58px;
  overflow: hidden;
  background: #f7f2f8;
  color: #2b2430;
}

.gac-support-preview__heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.gac-support-preview__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #c6283d;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.gac-support-preview__line {
  display: block;
  width: 54px;
  height: 1px;
  flex: 0 0 54px;
  background: rgba(198, 40, 61, 0.42);
}

.gac-support-preview__heart {
  display: inline-block;
  color: #c6283d;
  font-size: 0.85rem;
  line-height: 1;
}

.gac-support-preview__heading h2 {
  margin: 0;
  color: #2b2430;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(1.8rem, 2.7vw, 2.6rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.gac-support-preview__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.gac-support-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-width: 0;
  padding: 24px;
  background: #fffdfb;
  border: 1px solid rgba(75, 31, 94, 0.1);
  border-radius: 13px;
  box-shadow: 0 10px 26px rgba(43, 36, 48, 0.06);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease;
}

.gac-support-card:hover {
  transform: translateY(-2px);
  border-color: rgba(198, 40, 61, 0.22);
  box-shadow: 0 15px 34px rgba(43, 36, 48, 0.09);
}

.gac-support-card__icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  overflow: hidden;
  border-radius: 50%;
  background: #f1e9f3;
  color: #65516f;
}

/* Prevent giant solid SVG icons */
.gac-support-card__icon svg {
  display: block;
  width: 39px !important;
  height: 39px !important;
  max-width: 39px !important;
  max-height: 39px !important;
  overflow: visible;

  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gac-support-card__icon svg path,
.gac-support-card__icon svg circle,
.gac-support-card__icon svg rect {
  fill: none !important;
  stroke: currentColor !important;
}

.gac-support-card__content {
  min-width: 0;
}

.gac-support-card__content h3 {
  margin: 0 0 7px;
  color: #2b2430;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 1.15rem;
  line-height: 1.25;
}

.gac-support-card__content p {
  margin: 0 0 14px;
  color: #6f6574;
  font-size: 0.87rem;
  line-height: 1.55;
}

.gac-support-card__content a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #c6283d;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.gac-support-card__content a:hover,
.gac-support-card__content a:focus-visible {
  color: #a92134;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.gac-support-card__content a:focus-visible {
  outline: 3px solid rgba(198, 40, 61, 0.2);
  outline-offset: 4px;
  border-radius: 3px;
}

@media (max-width: 900px) {
  .gac-support-preview__grid {
    grid-template-columns: 1fr;
  }

  .gac-support-card {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (max-width: 520px) {
  section.gac-support-preview {
    padding: 36px 0 48px;
  }

  .gac-support-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .gac-support-card__icon {
    margin: 0 auto;
  }

  .gac-support-card__content a {
    justify-content: center;
  }

  .gac-support-preview__line {
    width: 26px;
    flex-basis: 26px;
  }

  .gac-support-preview__eyebrow {
    font-size: 0.67rem;
    letter-spacing: 0.11em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gac-support-card {
    transition: none;
  }

  .gac-support-card:hover {
    transform: none;
  }
}
/* =========================================================
   Grace Above The Cell scripture strip
   ========================================================= */

section.gac-scripture {
  padding: 24px 0;
  background: #4b1f5e;
  color: #ffffff;
}

.gac-scripture .container {
  display: flex;
  justify-content: center;
}

.gac-scripture__quote {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 960px;
  margin: 0;
  text-align: center;
}

.gac-scripture__quote p {
  margin: 0;
  color: #ffffff;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-style: italic;
  line-height: 1.5;
}

.gac-scripture__quote cite {
  color: rgba(255, 255, 255, 0.82);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-style: normal;
  white-space: nowrap;
}

.gac-scripture__mark {
  color: #c6283d;
  font-family: Georgia, serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 0.8;
}

@media (max-width: 600px) {
  section.gac-scripture {
    padding: 24px 0;
  }

  .gac-scripture__quote {
    gap: 6px;
  }

  .gac-scripture__quote p {
    width: 100%;
  }

  .gac-scripture__quote cite {
    width: 100%;
  }

  .gac-scripture__mark {
    display: none;
  }
}
/* =========================================================
   Use a clean sans-serif font across the whole website
   ========================================================= */

html,
body,
button,
input,
select,
textarea {
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
cite,
.hero h1,
.hero h2,
.gac-mission h2,
.gac-support-preview h2,
.gac-support-card h3,
.gac-scripture__quote p,
.gac-story__content h2,
.gac-story__caption strong,
.gac-story__quote p,
.gac-about__header h2,
.gac-about__lead,
.gac-about-card h3,
.gac-work__header h2,
.gac-work-card h3,
.gac-resources__header h2,
.gac-resource h3,
.gac-stories__header h2,
.gac-story-card h3,
.gac-story-card blockquote,
.gac-stories__encouragement p,
.gac-contact__visual-content h2,
.gac-contact__form-heading h2 {
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: -0.02em;
}

p,
li,
label,
input,
select,
textarea,
button,
a {
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
}
/* Use the same modern font in the Get Involved section */

#get-involved,
#get-involved *,
#get-involved h1,
#get-involved h2,
#get-involved h3,
#get-involved h4,
#get-involved p,
#get-involved a,
#get-involved button {
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-style: normal;
}

#get-involved h2 {
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

#get-involved h3 {
  font-weight: 700;
  letter-spacing: -0.015em;
}

#get-involved p {
  font-weight: 400;
  line-height: 1.65;
}

#get-involved a,
#get-involved button {
  font-weight: 700;
}
/* =========================================================
   Final featured story image correction
   ========================================================= */

.gac-story-card--with-image {
  position: relative !important;
  min-height: 420px;
  overflow: hidden !important;
  background: #4b1f5e !important;
  isolation: isolate;
}

/* The photograph fills the complete card */
.gac-story-card--with-image .gac-story-card__background {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;

  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;

  object-fit: cover !important;
  object-position: center center !important;
}

/* Dark overlay across the full photograph */
.gac-story-card--with-image::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;

  width: 100% !important;
  height: 100% !important;

  background: linear-gradient(
    180deg,
    rgba(43, 20, 52, 0.38) 0%,
    rgba(43, 20, 52, 0.58) 48%,
    rgba(43, 20, 52, 0.88) 100%
  ) !important;

  pointer-events: none;
}

/* Remove any old decorative layer */
.gac-story-card--with-image::after {
  display: none !important;
}

/* Keep all written content above the image */
.gac-story-card--with-image .gac-story-card__content {
  position: relative !important;
  z-index: 2 !important;
}

/* Remove the large faded Grace word */
.gac-story-card--with-image .gac-story-card__accent {
  display: none !important;
}

.gac-story-card--with-image blockquote {
  background: rgba(75, 31, 94, 0.64) !important;
  border-left: 4px solid #c6283d !important;
  color: #ffffff !important;
  backdrop-filter: blur(3px);
}
/* Transparent email envelope */

.social-links--brand .email-envelope-icon {
  display: block;
  width: 19px !important;
  height: 19px !important;
  max-width: 19px !important;
  max-height: 19px !important;

  fill: none !important;
  stroke: #ffffff !important;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
/* Final transparent social icon styling */

.social-links--brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-links--brand a {
  display: grid !important;
  place-items: center !important;

  width: 29px !important;
  height: 29px !important;
  padding: 5px !important;

  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 50% !important;
  box-shadow: none !important;

  color: #ffffff !important;
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.social-links--brand a:hover,
.social-links--brand a:focus-visible {
  background: rgba(255, 255, 255, 0.16) !important;
  transform: translateY(-1px);
}

/* Make Instagram, Facebook and Linktree white */
.social-links--brand img {
  display: block !important;

  width: 17px !important;
  height: 17px !important;
  max-width: 17px !important;
  max-height: 17px !important;

  object-fit: contain;

  filter: brightness(0) invert(1) !important;
  opacity: 0.9;
}

/* Keep the email envelope matching the others */
.social-links--brand .email-envelope-icon {
  display: block !important;

  width: 17px !important;
  height: 17px !important;
  max-width: 17px !important;
  max-height: 17px !important;

  fill: none !important;
  stroke: #ffffff !important;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;

  opacity: 0.9;
}
/* =========================================================
   Blog listing images
   ========================================================= */

.blog-card-image {
  width: 100%;
  aspect-ratio: 1200 / 630;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f4f1f3;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

/* =========================================================
   Individual blog article image
   ========================================================= */

.blog-post-main-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}