
/*
 * City of Great Discovery frontend styles.
 * The approved design's class names and measurements are intentionally preserved.
 */
html {
  scroll-behavior: smooth;
}

body.cgd-site-body {
  margin: 0;
  background: #ffffff;
}

body.admin-bar .cgd-home {
  min-height: calc(100vh - 32px);
}

.cgd-home .custom-logo-link {
  display: inline-flex;
  width: 214px;
  align-items: center;
}

.cgd-home .custom-logo-link img {
  width: 100%;
  height: 77px;
  object-fit: contain;
  object-position: left center;
}

.cgd-nav__list,
.cgd-mobile-menu__list,
.cgd-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cgd-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.cgd-nav__list li {
  margin: 0;
}

.cgd-nav__list a {
  display: block;
}

.cgd-mobile-menu__list {
  display: grid;
}

.cgd-mobile-menu__list a {
  display: flex;
  min-height: 47px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 12px;
  font-weight: 900;
}

.cgd-mobile-menu__list a:hover {
  background: var(--cgd-mint);
}

.cgd-mobile-menu__cta {
  margin-top: 10px;
}

.cgd-mobile-menu__cta.cgd-button {
  color: #fff;
}

.cgd-footer-menu {
  display: grid;
  gap: 11px;
}

.cgd-footer-menu a {
  color: rgba(255, 255, 255, .72);
  font-size: .92rem;
  font-weight: 700;
  transition: color .2s ease, transform .2s ease;
}

.cgd-footer-menu a:hover {
  color: #fff;
  transform: translateX(3px);
}

.cgd-icon-image {
  width: 55%;
  height: 55%;
  object-fit: contain;
}

.cgd-hero__photo .cgd-custom-image,
.cgd-intro__custom-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cgd-intro__custom-art-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 9px solid #fff;
  border-radius: 36px;
  background: #fff;
  box-shadow: 0 25px 70px rgba(34, 85, 44, .12);
}

.cgd-intro__custom-art {
  object-position: center;
}

.cgd-signup-message {
  margin: 0 0 14px;
  padding: 10px 13px;
  border-radius: 12px;
  background: rgba(255,255,255,.18);
  color: #fff;
  font-weight: 800;
}

.cgd-page-content {
  padding: 80px 0;
  min-height: 50vh;
}

.cgd-page-content__inner {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
}

.cgd-page-content h1 {
  font-family: "Fredoka", "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
  font-size: clamp(2.7rem, 6vw, 4.8rem);
  line-height: 1;
}

.cgd-page-content a {
  color: var(--cgd-green-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  color: #000;
  background: #fff;
}

@media (max-width: 1080px) {
  .cgd-home .custom-logo-link { width: 190px; }
}

@media (max-width: 920px) {
  .cgd-home .custom-logo-link { width: 178px; }
  .cgd-home .custom-logo-link img { height: 68px; }
}

@media (max-width: 782px) {
  body.admin-bar .cgd-home {
    min-height: calc(100vh - 46px);
  }
}

@media (max-width: 620px) {
  .cgd-home .custom-logo-link { width: 155px; }
  .cgd-home .custom-logo-link img { height: 61px; }
}

.cgd-home,
.cgd-home * {
  box-sizing: border-box;
}

.cgd-home {
  --cgd-green: #4cae27;
  --cgd-green-dark: #1f7d35;
  --cgd-lime: #a8c40f;
  --cgd-orange: #ff7a00;
  --cgd-orange-dark: #e85e00;
  --cgd-yellow: #ffc928;
  --cgd-cream: #fff9e9;
  --cgd-mint: #eff9e9;
  --cgd-ink: #183323;
  --cgd-body: #4f6557;
  --cgd-white: #ffffff;
  --cgd-line: rgba(24, 51, 35, .12);
  --cgd-shadow: 0 24px 70px rgba(36, 82, 43, .13);
  position: relative;
  width: 100%;
  max-width: none;
  overflow: hidden;
  color: var(--cgd-ink);
  background: var(--cgd-white);
  font-family: "Nunito Sans", "Trebuchet MS", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

.cgd-home a {
  color: inherit;
  text-decoration: none;
}

.cgd-home button,
.cgd-home input {
  font: inherit;
}

.cgd-home h1,
.cgd-home h2,
.cgd-home h3,
.cgd-home p {
  margin-top: 0;
}

.cgd-home h1,
.cgd-home h2,
.cgd-home h3,
.cgd-home .cgd-display {
  font-family: "Fredoka", "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
  letter-spacing: -.025em;
}

.cgd-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.cgd-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--cgd-green-dark);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.cgd-kicker::before {
  width: 26px;
  height: 5px;
  border-radius: 999px;
  background: var(--cgd-orange);
  content: "";
}

.cgd-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 23px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: .98rem;
  font-weight: 900;
  line-height: 1.15;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}

.cgd-button:hover {
  transform: translateY(-3px);
}

.cgd-button:focus-visible,
.cgd-home a:focus-visible,
.cgd-home summary:focus-visible,
.cgd-home input:focus-visible {
  outline: 4px solid rgba(255, 201, 40, .55);
  outline-offset: 3px;
}

.cgd-button--orange {
  color: #fff;
  background: linear-gradient(135deg, var(--cgd-orange), #ff9826);
  box-shadow: 0 14px 28px rgba(255, 122, 0, .25);
}

.cgd-button--orange:hover {
  background: linear-gradient(135deg, var(--cgd-orange-dark), var(--cgd-orange));
  box-shadow: 0 18px 34px rgba(255, 122, 0, .30);
}

.cgd-button--green {
  color: #fff;
  background: linear-gradient(135deg, var(--cgd-green-dark), var(--cgd-green));
  box-shadow: 0 14px 28px rgba(31, 125, 53, .22);
}

.cgd-button--ghost {
  border-color: rgba(24, 51, 35, .17);
  color: var(--cgd-ink);
  background: rgba(255, 255, 255, .78);
}

.cgd-button--ghost:hover {
  border-color: var(--cgd-green);
  background: #fff;
}

/* Announcement */
.cgd-announcement {
  position: relative;
  z-index: 12;
  padding: 10px 20px;
  color: var(--cgd-ink);
  background: var(--cgd-yellow);
  text-align: center;
  font-size: .91rem;
  font-weight: 900;
}

.cgd-announcement__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.cgd-announcement__spark {
  color: var(--cgd-orange-dark);
  font-size: 1.15rem;
  line-height: 1;
}

/* Header */
.cgd-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--cgd-line);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 30px rgba(24, 51, 35, .05);
  backdrop-filter: blur(14px);
}

.cgd-header__inner {
  display: grid;
  min-height: 94px;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 28px;
}

.cgd-logo {
  display: inline-flex;
  width: 214px;
  align-items: center;
}

.cgd-logo img {
  width: 100%;
  height: 77px;
  object-fit: contain;
  object-position: left center;
}

.cgd-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.cgd-nav a {
  position: relative;
  padding: 12px 13px;
  border-radius: 999px;
  color: #294535;
  font-size: .91rem;
  font-weight: 900;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease;
}

.cgd-nav a:hover {
  color: var(--cgd-green-dark);
  background: var(--cgd-mint);
}

.cgd-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cgd-header__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cgd-green-dark);
  font-size: .88rem;
  font-weight: 900;
}

.cgd-mobile-menu {
  display: none;
  position: relative;
}

.cgd-mobile-menu summary {
  display: grid;
  width: 48px;
  height: 48px;
  margin: 0;
  place-items: center;
  border: 2px solid rgba(24, 51, 35, .13);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  list-style: none;
}

.cgd-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.cgd-mobile-menu__icon,
.cgd-mobile-menu__icon::before,
.cgd-mobile-menu__icon::after {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 99px;
  background: var(--cgd-ink);
  content: "";
}

.cgd-mobile-menu__icon {
  position: relative;
}

.cgd-mobile-menu__icon::before {
  position: absolute;
  top: -6px;
}

.cgd-mobile-menu__icon::after {
  position: absolute;
  top: 6px;
}

.cgd-mobile-menu[open] .cgd-mobile-menu__panel {
  animation: cgd-pop .18s ease-out both;
}

.cgd-mobile-menu__panel {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: min(330px, calc(100vw - 40px));
  padding: 16px;
  border: 1px solid var(--cgd-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--cgd-shadow);
}

.cgd-mobile-menu__panel a {
  display: flex;
  min-height: 47px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 12px;
  font-weight: 900;
}

.cgd-mobile-menu__panel a:hover {
  background: var(--cgd-mint);
}

.cgd-mobile-menu__panel .cgd-button {
  margin-top: 10px;
  color: #fff;
}

@keyframes cgd-pop {
  from { opacity: 0; transform: translateY(-8px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Hero */
.cgd-hero {
  position: relative;
  isolation: isolate;
  padding: 78px 0 94px;
  background:
    radial-gradient(circle at 6% 14%, rgba(255, 201, 40, .28) 0 120px, transparent 121px),
    radial-gradient(circle at 95% 90%, rgba(76, 174, 39, .16) 0 170px, transparent 171px),
    linear-gradient(180deg, #fffdf7 0%, #fff 100%);
}

.cgd-hero::before {
  position: absolute;
  z-index: -1;
  top: 44px;
  left: -70px;
  width: 190px;
  height: 190px;
  border: 26px solid rgba(255, 122, 0, .10);
  border-radius: 50%;
  content: "";
}

.cgd-hero::after {
  position: absolute;
  z-index: -1;
  right: 5%;
  bottom: 30px;
  width: 96px;
  height: 96px;
  background-image: radial-gradient(var(--cgd-lime) 2.2px, transparent 2.2px);
  background-size: 16px 16px;
  opacity: .45;
  content: "";
}

.cgd-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
  align-items: center;
  gap: 64px;
}

.cgd-hero__copy {
  position: relative;
  z-index: 2;
}

.cgd-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 14px 8px 10px;
  border: 1px solid rgba(76, 174, 39, .20);
  border-radius: 999px;
  color: var(--cgd-green-dark);
  background: var(--cgd-mint);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cgd-hero__eyebrow span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--cgd-orange);
  font-size: .95rem;
}

.cgd-hero h1 {
  max-width: 690px;
  margin-bottom: 23px;
  color: var(--cgd-ink);
  font-size: clamp(3.45rem, 6vw, 6.1rem);
  font-weight: 700;
  line-height: .91;
}

.cgd-hero h1 .cgd-green-text {
  color: var(--cgd-green-dark);
}

.cgd-hero h1 .cgd-orange-text {
  position: relative;
  display: inline-block;
  color: var(--cgd-orange);
}

.cgd-hero h1 .cgd-orange-text::after {
  position: absolute;
  right: 2%;
  bottom: -8px;
  left: 1%;
  height: 10px;
  border-radius: 50%;
  background: var(--cgd-yellow);
  content: "";
  transform: rotate(-1.4deg);
}

.cgd-hero__lead {
  max-width: 610px;
  margin-bottom: 30px;
  color: var(--cgd-body);
  font-size: 1.17rem;
  line-height: 1.7;
}

.cgd-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}

.cgd-hero__note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
  color: #52695a;
  font-size: .91rem;
  font-weight: 800;
}

.cgd-hero__note-icon {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--cgd-green-dark);
  background: var(--cgd-yellow);
}

.cgd-hero__visual {
  position: relative;
  min-height: 606px;
}

.cgd-hero__blob {
  position: absolute;
  inset: 20px 2px 18px 23px;
  border-radius: 44% 56% 47% 53% / 43% 40% 60% 57%;
  background: var(--cgd-yellow);
  transform: rotate(2.5deg);
}

.cgd-hero__photo {
  position: absolute;
  inset: 0 24px 34px 0;
  overflow: hidden;
  border: 9px solid #fff;
  border-radius: 38% 62% 47% 53% / 42% 40% 60% 58%;
  background: #dfead8;
  box-shadow: var(--cgd-shadow);
  transform: rotate(-1deg);
}

.cgd-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  transform: scale(1.03);
}

.cgd-hero__photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 56%, rgba(10, 45, 24, .12));
  content: "";
}

.cgd-float-card {
  position: absolute;
  z-index: 3;
  right: -15px;
  bottom: 25px;
  width: 248px;
  padding: 20px;
  border: 1px solid rgba(24, 51, 35, .08);
  border-radius: 24px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 20px 46px rgba(24, 51, 35, .18);
}

.cgd-float-card__top {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 10px;
}

.cgd-float-card__icon {
  display: grid;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: var(--cgd-green);
  box-shadow: 0 10px 20px rgba(76, 174, 39, .23);
}

.cgd-float-card strong {
  display: block;
  font-family: "Fredoka", sans-serif;
  font-size: 1.05rem;
  line-height: 1.15;
}

.cgd-float-card p {
  margin-bottom: 0;
  color: var(--cgd-body);
  font-size: .84rem;
  line-height: 1.45;
}

.cgd-star-badge {
  position: absolute;
  z-index: 4;
  top: 12px;
  right: 19px;
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  border: 6px solid #fff;
  border-radius: 50%;
  color: var(--cgd-ink);
  background: var(--cgd-yellow);
  box-shadow: 0 15px 35px rgba(24, 51, 35, .16);
  font-family: "Fredoka", sans-serif;
  font-size: .79rem;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  transform: rotate(7deg);
}

/* Quick links */
.cgd-quick {
  position: relative;
  z-index: 5;
  margin-top: -38px;
  padding-bottom: 98px;
}

.cgd-quick__panel {
  padding: 30px;
  border: 1px solid rgba(24, 51, 35, .08);
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--cgd-shadow);
}

.cgd-quick__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 24px;
}

.cgd-quick__header h2 {
  margin-bottom: 4px;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.05;
}

.cgd-quick__header p {
  margin-bottom: 0;
  color: var(--cgd-body);
}

.cgd-quick__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.cgd-quick-card {
  position: relative;
  display: grid;
  min-height: 210px;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 17px;
  overflow: hidden;
  padding: 25px;
  border: 1px solid rgba(24, 51, 35, .08);
  border-radius: 24px;
  background: var(--cgd-cream);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.cgd-quick-card:hover {
  border-color: rgba(76, 174, 39, .28);
  box-shadow: 0 17px 35px rgba(24, 51, 35, .10);
  transform: translateY(-5px);
}

.cgd-quick-card:nth-child(2) {
  background: var(--cgd-mint);
}

.cgd-quick-card:nth-child(3) {
  background: #fff2e5;
}

.cgd-quick-card__icon {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border-radius: 19px;
  color: #fff;
  background: var(--cgd-green);
}

.cgd-quick-card:nth-child(2) .cgd-quick-card__icon {
  background: var(--cgd-lime);
}

.cgd-quick-card:nth-child(3) .cgd-quick-card__icon {
  background: var(--cgd-orange);
}

.cgd-quick-card h3 {
  margin: 3px 0 8px;
  font-size: 1.45rem;
  line-height: 1.1;
}

.cgd-quick-card p {
  margin-bottom: 20px;
  color: var(--cgd-body);
  font-size: .93rem;
  line-height: 1.55;
}

.cgd-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cgd-green-dark);
  font-weight: 900;
}

.cgd-text-link span {
  transition: transform .2s ease;
}

.cgd-quick-card:hover .cgd-text-link span,
.cgd-text-link:hover span {
  transform: translateX(4px);
}

/* Intro */
.cgd-intro {
  position: relative;
  padding: 110px 0;
  background: var(--cgd-mint);
}

.cgd-intro::before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 55px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 22%, 88% 65%, 73% 30%, 58% 78%, 42% 35%, 26% 72%, 12% 28%, 0 70%);
  content: "";
}

.cgd-intro__grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: center;
  gap: 74px;
}

.cgd-intro__art {
  position: relative;
  min-height: 520px;
}

.cgd-intro__circle {
  position: absolute;
  inset: 32px 32px 20px 15px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 25px 70px rgba(34, 85, 44, .12);
}

.cgd-intro__orbit {
  position: absolute;
  inset: 78px 35px 80px 5px;
  border: 8px solid var(--cgd-green);
  border-radius: 50%;
  transform: rotate(-18deg) scaleY(.43);
}

.cgd-intro__orbit--two {
  border-color: var(--cgd-lime);
  transform: rotate(41deg) scaleY(.43);
}

.cgd-intro__nucleus {
  position: absolute;
  top: 50%;
  left: 48%;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #effb82, var(--cgd-lime) 45%, var(--cgd-green-dark));
  box-shadow: 0 17px 30px rgba(31, 125, 53, .25);
  transform: translate(-50%, -50%);
}

.cgd-intro__electron {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--cgd-orange);
  box-shadow: 0 8px 16px rgba(255, 122, 0, .25);
}

.cgd-intro__electron--one { top: 112px; left: 77px; }
.cgd-intro__electron--two { right: 65px; bottom: 130px; background: var(--cgd-yellow); }
.cgd-intro__electron--three { top: 76px; right: 103px; background: var(--cgd-green); }

.cgd-intro__flask {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: grid;
  width: 145px;
  height: 145px;
  place-items: center;
  border: 8px solid #fff;
  border-radius: 35px;
  color: #fff;
  background: var(--cgd-orange);
  box-shadow: 0 20px 44px rgba(255, 122, 0, .22);
  transform: rotate(6deg);
}

.cgd-intro__star {
  position: absolute;
  top: 6px;
  left: 3px;
  display: grid;
  width: 106px;
  height: 106px;
  place-items: center;
  color: var(--cgd-ink);
  background: var(--cgd-yellow);
  clip-path: polygon(50% 0, 61% 34%, 98% 34%, 68% 56%, 79% 93%, 50% 71%, 21% 93%, 32% 56%, 2% 34%, 39% 34%);
  font-family: "Fredoka", sans-serif;
  font-size: .75rem;
  font-weight: 700;
  text-align: center;
  transform: rotate(-8deg);
}

.cgd-intro__copy h2 {
  max-width: 670px;
  margin-bottom: 20px;
  font-size: clamp(2.65rem, 5vw, 4.7rem);
  line-height: .98;
}

.cgd-intro__copy > p {
  max-width: 660px;
  margin-bottom: 30px;
  color: var(--cgd-body);
  font-size: 1.08rem;
}

.cgd-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.cgd-benefits li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 900;
}

.cgd-benefits__check {
  display: grid;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--cgd-green);
  font-size: .78rem;
}

/* Discovery cards */
.cgd-discover {
  position: relative;
  padding: 110px 0 120px;
  background: #fff;
}

.cgd-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 45px;
}

.cgd-section-heading__copy {
  max-width: 760px;
}

.cgd-section-heading h2 {
  margin-bottom: 14px;
  font-size: clamp(2.65rem, 5vw, 4.8rem);
  line-height: .98;
}

.cgd-section-heading p {
  max-width: 690px;
  margin-bottom: 0;
  color: var(--cgd-body);
  font-size: 1.05rem;
}

.cgd-discover__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.cgd-discovery-card {
  position: relative;
  min-height: 450px;
  overflow: hidden;
  padding: 37px 33px;
  border-radius: 34px;
  color: #fff;
  background: var(--cgd-green-dark);
  box-shadow: 0 20px 46px rgba(24, 51, 35, .13);
  transition: transform .25s ease, box-shadow .25s ease;
}

.cgd-discovery-card:hover {
  box-shadow: 0 28px 58px rgba(24, 51, 35, .18);
  transform: translateY(-7px) rotate(-.3deg);
}

.cgd-discovery-card:nth-child(2) {
  color: var(--cgd-ink);
  background: var(--cgd-yellow);
}

.cgd-discovery-card:nth-child(3) {
  background: var(--cgd-orange);
}

.cgd-discovery-card__number {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cgd-discovery-card:nth-child(2) .cgd-discovery-card__number {
  border-color: rgba(24, 51, 35, .18);
  background: rgba(255, 255, 255, .30);
}

.cgd-discovery-card__icon {
  display: grid;
  width: 96px;
  height: 96px;
  margin-bottom: 33px;
  place-items: center;
  border-radius: 28px;
  color: var(--cgd-ink);
  background: #fff;
  box-shadow: 0 14px 30px rgba(13, 44, 23, .15);
  transform: rotate(-4deg);
}

.cgd-discovery-card:nth-child(2) .cgd-discovery-card__icon {
  color: #fff;
  background: var(--cgd-green-dark);
}

.cgd-discovery-card:nth-child(3) .cgd-discovery-card__icon {
  color: var(--cgd-orange);
}

.cgd-discovery-card h3 {
  margin-bottom: 12px;
  font-size: 2.15rem;
  line-height: 1;
}

.cgd-discovery-card p {
  max-width: 330px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 1rem;
}

.cgd-discovery-card:nth-child(2) p {
  color: rgba(24, 51, 35, .74);
}

.cgd-discovery-card__shape {
  position: absolute;
  right: -40px;
  bottom: -50px;
  width: 190px;
  height: 190px;
  border: 28px solid rgba(255, 255, 255, .10);
  border-radius: 50%;
}

.cgd-discovery-card:nth-child(2) .cgd-discovery-card__shape {
  border-color: rgba(24, 51, 35, .08);
}

/* Support / mission */
.cgd-mission {
  position: relative;
  padding: 105px 0;
  color: #fff;
  background: var(--cgd-green-dark);
}

.cgd-mission::before,
.cgd-mission::after {
  position: absolute;
  content: "";
}

.cgd-mission::before {
  top: -82px;
  right: -54px;
  width: 240px;
  height: 240px;
  border: 35px solid rgba(255, 201, 40, .24);
  border-radius: 50%;
}

.cgd-mission::after {
  bottom: 25px;
  left: 2.5%;
  width: 115px;
  height: 115px;
  background-image: radial-gradient(rgba(255, 255, 255, .72) 2.4px, transparent 2.4px);
  background-size: 17px 17px;
  opacity: .4;
}

.cgd-mission__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 68px;
}

.cgd-mission__quote {
  position: relative;
  margin: 0;
  padding-left: 65px;
}

.cgd-mission__quote::before {
  position: absolute;
  top: -18px;
  left: 0;
  color: var(--cgd-yellow);
  content: "“";
  font-family: Georgia, serif;
  font-size: 7rem;
  line-height: 1;
}

.cgd-mission__quote h2 {
  margin-bottom: 22px;
  font-size: clamp(2.5rem, 4.6vw, 4.35rem);
  line-height: 1.02;
}

.cgd-mission__quote p {
  max-width: 750px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .80);
  font-size: 1.1rem;
}

.cgd-support-card {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border-radius: 32px;
  color: var(--cgd-ink);
  background: var(--cgd-yellow);
  box-shadow: 0 28px 70px rgba(7, 32, 16, .22);
}

.cgd-support-card::after {
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 135px;
  height: 135px;
  border: 24px solid rgba(255, 122, 0, .24);
  border-radius: 50%;
  content: "";
}

.cgd-support-card__icon {
  display: grid;
  width: 65px;
  height: 65px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 21px;
  color: #fff;
  background: var(--cgd-orange);
}

.cgd-support-card h3 {
  margin-bottom: 12px;
  font-size: 2rem;
  line-height: 1;
}

.cgd-support-card p {
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
  color: rgba(24, 51, 35, .76);
}

.cgd-support-card .cgd-button {
  position: relative;
  z-index: 2;
}

/* Newsletter / contact */
.cgd-connect {
  position: relative;
  padding: 112px 0;
  background: var(--cgd-cream);
}

.cgd-connect__card {
  position: relative;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 55px;
  overflow: hidden;
  padding: 62px;
  border-radius: 42px;
  color: #fff;
  background:
    radial-gradient(circle at 97% 8%, rgba(255,255,255,.15) 0 110px, transparent 111px),
    linear-gradient(135deg, var(--cgd-orange-dark), var(--cgd-orange));
  box-shadow: 0 30px 75px rgba(179, 70, 0, .19);
}

.cgd-connect__card::before {
  position: absolute;
  top: -30px;
  left: 48%;
  width: 100px;
  height: 100px;
  background: var(--cgd-yellow);
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 94%, 50% 72%, 21% 94%, 32% 57%, 2% 35%, 39% 35%);
  content: "";
  transform: rotate(12deg);
}

.cgd-connect__copy,
.cgd-connect__form-wrap {
  position: relative;
  z-index: 2;
}

.cgd-connect__copy h2 {
  margin-bottom: 15px;
  font-size: clamp(2.7rem, 4.8vw, 4.5rem);
  line-height: .95;
}

.cgd-connect__copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 1.04rem;
}

.cgd-connect__form-wrap {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .27);
  border-radius: 28px;
  background: rgba(255, 255, 255, .14);
  backdrop-filter: blur(10px);
}

.cgd-connect__form-label {
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
}

.cgd-connect__form {
  display: flex;
  gap: 10px;
}

.cgd-connect__form input {
  min-width: 0;
  flex: 1;
  height: 58px;
  padding: 0 18px;
  border: 2px solid transparent;
  border-radius: 15px;
  color: var(--cgd-ink);
  background: #fff;
  outline: none;
}

.cgd-connect__form input::placeholder {
  color: #829086;
}

.cgd-connect__form input:focus {
  border-color: var(--cgd-yellow);
}

.cgd-connect__form button {
  min-width: 140px;
  border: 0;
  border-radius: 15px;
  color: var(--cgd-ink);
  background: var(--cgd-yellow);
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.cgd-connect__form button:hover {
  background: #ffd85f;
  transform: translateY(-2px);
}

.cgd-connect__fineprint {
  margin: 11px 0 0;
  color: rgba(255, 255, 255, .70);
  font-size: .78rem;
}

/* Footer */
.cgd-footer {
  position: relative;
  padding: 75px 0 24px;
  color: #fff;
  background: #132d1e;
}

.cgd-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr .7fr .7fr 1.05fr;
  gap: 48px;
  padding-bottom: 54px;
}

.cgd-footer__brand img {
  width: 235px;
  height: 168px;
  margin: -25px 0 6px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 8px 25px rgba(0,0,0,.08));
}

.cgd-footer__brand p {
  max-width: 340px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, .70);
}

.cgd-social {
  display: flex;
  gap: 10px;
}

.cgd-social a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .06);
  font-size: .83rem;
  font-weight: 900;
  transition: background .2s ease, transform .2s ease;
}

.cgd-social a:hover {
  background: var(--cgd-orange);
  transform: translateY(-3px);
}

.cgd-footer h3 {
  margin: 0 0 21px;
  color: var(--cgd-yellow);
  font-family: "Nunito Sans", sans-serif;
  font-size: .84rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.cgd-footer__links {
  display: grid;
  gap: 11px;
}

.cgd-footer__links a {
  color: rgba(255, 255, 255, .72);
  font-size: .92rem;
  font-weight: 700;
  transition: color .2s ease, transform .2s ease;
}

.cgd-footer__links a:hover {
  color: #fff;
  transform: translateX(3px);
}

.cgd-contact-list {
  display: grid;
  gap: 16px;
}

.cgd-contact-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 11px;
  color: rgba(255, 255, 255, .73);
  font-size: .91rem;
}

.cgd-contact-item__icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 12px;
  color: var(--cgd-ink);
  background: var(--cgd-yellow);
}

.cgd-contact-item a:hover {
  color: #fff;
}

.cgd-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .53);
  font-size: .82rem;
}

.cgd-footer__legal {
  display: flex;
  gap: 20px;
}

.cgd-footer__legal a:hover {
  color: #fff;
}

@media (max-width: 1080px) {
  .cgd-header__inner {
    grid-template-columns: 200px 1fr auto;
    gap: 18px;
  }

  .cgd-logo { width: 190px; }
  .cgd-nav a { padding: 11px 9px; font-size: .85rem; }
  .cgd-header__phone { display: none; }

  .cgd-hero__grid {
    grid-template-columns: minmax(0, .92fr) minmax(390px, 1.08fr);
    gap: 38px;
  }

  .cgd-hero h1 { font-size: clamp(3.5rem, 6vw, 5.35rem); }
  .cgd-float-card { right: 0; }
  .cgd-intro__grid { gap: 45px; }
  .cgd-footer__grid { grid-template-columns: 1.2fr .7fr .7fr 1fr; gap: 30px; }
}

@media (max-width: 920px) {
  .cgd-container { width: min(100% - 30px, 760px); }
  .cgd-header__inner { min-height: 82px; grid-template-columns: 1fr auto; }
  .cgd-logo { width: 178px; }
  .cgd-logo img { height: 68px; }
  .cgd-nav, .cgd-header__actions { display: none; }
  .cgd-mobile-menu { display: block; }

  .cgd-hero { padding: 60px 0 90px; }
  .cgd-hero__grid { grid-template-columns: 1fr; gap: 52px; }
  .cgd-hero__copy { max-width: 720px; }
  .cgd-hero__visual { min-height: 600px; }
  .cgd-hero__photo { right: 22px; }
  .cgd-float-card { right: 5px; }

  .cgd-quick__header { align-items: flex-start; flex-direction: column; }
  .cgd-quick__grid { grid-template-columns: 1fr; }
  .cgd-quick-card { min-height: 0; }

  .cgd-intro { padding: 100px 0; }
  .cgd-intro__grid { grid-template-columns: 1fr; }
  .cgd-intro__art { width: min(100%, 540px); min-height: 520px; margin: 0 auto; }
  .cgd-intro__copy { order: -1; }

  .cgd-section-heading { align-items: flex-start; flex-direction: column; }
  .cgd-discover__grid { grid-template-columns: 1fr; }
  .cgd-discovery-card { min-height: 380px; }

  .cgd-mission__grid { grid-template-columns: 1fr; }
  .cgd-support-card { max-width: 620px; }

  .cgd-connect__card { grid-template-columns: 1fr; padding: 45px; }
  .cgd-connect__card::before { left: auto; right: 20px; }

  .cgd-footer__grid { grid-template-columns: 1.15fr 1fr 1fr; }
  .cgd-footer__contact { grid-column: 1 / -1; }
  .cgd-contact-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .cgd-container { width: calc(100% - 24px); }
  .cgd-announcement { padding: 9px 12px; font-size: .78rem; }
  .cgd-announcement__spark { display: none; }
  .cgd-header__inner { min-height: 76px; }
  .cgd-logo { width: 155px; }
  .cgd-logo img { height: 61px; }

  .cgd-hero { padding: 50px 0 72px; }
  .cgd-hero h1 { font-size: clamp(3.1rem, 15vw, 4.3rem); }
  .cgd-hero__lead { font-size: 1.02rem; }
  .cgd-hero__buttons { align-items: stretch; flex-direction: column; }
  .cgd-button { width: 100%; }
  .cgd-hero__visual { min-height: 475px; }
  .cgd-hero__photo { inset: 0 6px 28px 0; border-width: 6px; }
  .cgd-hero__blob { inset: 15px 0 10px 15px; }
  .cgd-float-card { right: 0; bottom: 0; width: 218px; padding: 16px; }
  .cgd-star-badge { top: -13px; right: 3px; width: 74px; height: 74px; border-width: 4px; font-size: .68rem; }

  .cgd-quick { margin-top: -24px; padding-bottom: 70px; }
  .cgd-quick__panel { padding: 18px; border-radius: 25px; }
  .cgd-quick-card { grid-template-columns: 1fr; padding: 22px; }
  .cgd-quick-card__icon { width: 55px; height: 55px; }

  .cgd-intro { padding: 90px 0 82px; }
  .cgd-intro__art { min-height: 390px; }
  .cgd-intro__circle { inset: 35px 12px 15px; }
  .cgd-intro__orbit { inset: 75px 12px 64px 0; border-width: 6px; }
  .cgd-intro__nucleus { width: 95px; height: 95px; }
  .cgd-intro__electron--one { top: 92px; left: 40px; }
  .cgd-intro__electron--two { right: 38px; bottom: 91px; }
  .cgd-intro__electron--three { top: 63px; right: 68px; }
  .cgd-intro__flask { right: 3px; width: 107px; height: 107px; border-width: 5px; border-radius: 27px; }
  .cgd-intro__flask svg { width: 58px; }
  .cgd-intro__star { width: 82px; height: 82px; }
  .cgd-benefits { grid-template-columns: 1fr; }

  .cgd-discover { padding: 85px 0 92px; }
  .cgd-discovery-card { min-height: 405px; padding: 30px 26px; }

  .cgd-mission { padding: 82px 0; }
  .cgd-mission__quote { padding-left: 0; padding-top: 56px; }
  .cgd-mission__quote::before { top: -5px; }
  .cgd-support-card { padding: 29px; }

  .cgd-connect { padding: 80px 0; }
  .cgd-connect__card { gap: 35px; padding: 34px 22px; border-radius: 30px; }
  .cgd-connect__form-wrap { padding: 20px; }
  .cgd-connect__form { flex-direction: column; }
  .cgd-connect__form button { min-height: 54px; }

  .cgd-footer { padding-top: 55px; }
  .cgd-footer__grid { grid-template-columns: 1fr 1fr; gap: 36px 25px; }
  .cgd-footer__brand { grid-column: 1 / -1; }
  .cgd-footer__brand img { width: 220px; height: 150px; }
  .cgd-footer__contact { grid-column: 1 / -1; }
  .cgd-contact-list { grid-template-columns: 1fr; }
  .cgd-footer__bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .cgd-home *,
  .cgd-home *::before,
  .cgd-home *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
.cgd-mobile-menu__list a::after {
  content: "→";
  margin-left: 14px;
}

.cgd-mobile-menu__list .sub-menu {
  display: none;
}

.cgd-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
