:root {
  --gwh-forest: #073f23;
  --gwh-forest-deep: #013317;
  --gwh-green: #14a64b;
  --gwh-green-rich: #0f9c43;
  --gwh-sage: #5fae72;
  --gwh-sage-soft: #edf8ef;
  --gwh-apple: #8bc53f;
  --gwh-cream: #fbfaf4;
  --gwh-white: #ffffff;
  --gwh-ink: #113f27;
  --gwh-muted: #476a55;
  --gwh-line: #e4eee4;
  --gwh-shadow-soft: 0 18px 50px rgba(4, 59, 29, 0.12);
  --gwh-shadow-card: 0 24px 70px rgba(4, 59, 29, 0.16);
  --gwh-radius: 22px;
  --gwh-shell: 1180px;
  --gwh-section: clamp(74px, 9vw, 124px);
  --gwh-font-sans: "Inter", "Roboto", "Helvetica Neue", Arial, sans-serif;
  --gwh-font-display: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
}

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

.gwh-home {
  --gwh-card-border: 1px solid rgba(7, 63, 35, 0.09);
  --gwh-card-padding: clamp(30px, 3.5vw, 40px);
  --gwh-section: clamp(82px, 8.5vw, 120px);
  background: var(--gwh-white);
  color: var(--gwh-ink);
  font-family: var(--gwh-font-sans);
  font-size: 17px;
  line-height: 1.7;
  overflow-x: clip;
}

.gwh-home img {
  display: block;
  height: auto;
  max-width: 100%;
}

.gwh-shell {
  margin-inline: auto;
  max-width: var(--gwh-shell);
  padding-inline: clamp(20px, 4vw, 42px);
  width: 100%;
}

.gwh-section {
  padding-block: var(--gwh-section);
  position: relative;
}

.gwh-home h1,
.gwh-home h2,
.gwh-home h3 {
  color: var(--gwh-ink);
  font-family: var(--gwh-font-display);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

.gwh-home h1 {
  color: var(--gwh-white);
  font-size: clamp(3.4rem, 6.5vw, 5.55rem);
  max-width: 13.2ch;
}

.gwh-home h2 {
  font-size: clamp(2.45rem, 5.4vw, 4.8rem);
}

.gwh-home h3 {
  font-size: clamp(1.45rem, 2.6vw, 2rem);
}

.gwh-home p {
  margin: 15px 0 0;
}

.gwh-eyebrow,
.gwh-kicker {
  color: var(--gwh-green);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin: 0 0 14px;
}

.gwh-kicker {
  color: rgba(255, 255, 255, 0.92);
}

.gwh-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(150deg, var(--gwh-green-rich), #15a54b 58%, #109545);
  color: var(--gwh-white);
  overflow: hidden;
  padding-block: clamp(24px, 4.5vw, 42px) clamp(56px, 7vw, 90px);
}

.gwh-hero .gwh-shell {
  max-width: 1320px;
}

.gwh-hero::after {
  background: linear-gradient(180deg, transparent, rgba(1, 51, 23, 0.12));
  bottom: 0;
  content: "";
  height: 28%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.gwh-home-nav {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(180px, 1fr) auto auto;
  margin-bottom: clamp(18px, 3vw, 30px);
  position: relative;
  z-index: 2;
}

.gwh-brand {
  color: var(--gwh-white);
  display: inline-flex;
  max-width: 410px;
  text-decoration: none;
}

.gwh-brand img {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  box-shadow: 0 12px 34px rgba(1, 51, 23, 0.14);
  max-height: 88px;
  object-fit: contain;
  object-position: left center;
  padding: 13px 22px;
}

.gwh-menu {
  align-items: center;
  display: flex;
  gap: clamp(18px, 3vw, 34px);
}

.gwh-menu a,
.gwh-footer a {
  color: inherit;
  text-decoration: none;
}

.gwh-menu a {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}

.gwh-menu a:hover,
.gwh-menu a:focus {
  color: var(--gwh-white);
}

.gwh-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(22px, 3vw, 38px);
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  position: relative;
  z-index: 1;
}

.gwh-hero__copy {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--gwh-radius);
  padding: clamp(34px, 4.5vw, 54px);
}

.gwh-hero__copy p:not(.gwh-kicker) {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 1.5vw, 1.13rem);
  max-width: 620px;
}

.gwh-hero__image {
  aspect-ratio: 1.12 / 1;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.22), transparent 58%),
    rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: var(--gwh-radius);
  box-shadow: var(--gwh-shadow-card);
  margin: 0;
  min-height: 0;
  overflow: hidden;
  padding: 10px;
}

.gwh-hero__image img {
  border-radius: calc(var(--gwh-radius) - 8px);
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.gwh-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.gwh-button {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 850;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 56px;
  padding: 14px 32px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.gwh-home .gwh-button {
  height: 58px;
  line-height: 1.15;
  min-height: 58px;
  vertical-align: middle;
}

.gwh-home .gwh-button:hover,
.gwh-home .gwh-button:focus {
  box-shadow: 0 14px 30px rgba(1, 51, 23, 0.18);
  transform: translateY(-2px);
}

.gwh-button--light {
  background: var(--gwh-white);
  color: var(--gwh-green);
  box-shadow: 0 14px 32px rgba(1, 51, 23, 0.16);
}

.gwh-button--light:hover,
.gwh-button--light:focus {
  color: var(--gwh-forest-deep);
  box-shadow: 0 18px 38px rgba(1, 51, 23, 0.2);
  transform: translateY(-3px);
}

.gwh-home .gwh-button--light:hover,
.gwh-home .gwh-button--light:focus {
  transform: translateY(-2px);
}

.gwh-button--ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--gwh-white);
}

.gwh-button--ghost:hover,
.gwh-button--ghost:focus {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

.gwh-button--primary {
  background: var(--gwh-forest);
  color: var(--gwh-white);
}

.gwh-button--primary:hover,
.gwh-button--primary:focus {
  background: var(--gwh-forest-deep);
  color: var(--gwh-white);
  transform: translateY(-2px);
}

.gwh-button--secondary {
  background: var(--gwh-white);
  border-color: rgba(7, 63, 35, 0.18);
  color: var(--gwh-forest);
}

.gwh-button--secondary:hover,
.gwh-button--secondary:focus {
  border-color: var(--gwh-green);
  color: var(--gwh-green-rich);
  transform: translateY(-2px);
}

.gwh-media {
  background: var(--gwh-white);
  border-block: 1px solid var(--gwh-line);
  padding-block: clamp(30px, 5vw, 46px);
}

.gwh-media__inner {
  display: grid;
  gap: 18px;
  justify-items: center;
  text-align: center;
}

.gwh-media h2 {
  color: var(--gwh-forest);
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.gwh-media p {
  color: var(--gwh-muted);
  margin-top: 8px;
  max-width: 720px;
}

.gwh-media__logos {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 8px 0 0;
  max-width: 900px;
  width: 100%;
}

.gwh-media__logos img {
  filter: grayscale(1);
  opacity: 0.78;
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
  width: min(840px, 100%);
}

.gwh-media__logos:hover img,
.gwh-media__logos:focus-within img {
  filter: grayscale(0.82);
  opacity: 0.9;
  transform: translateY(-1px);
}

.gwh-media__trust {
  color: var(--gwh-forest);
  font-size: clamp(0.96rem, 1.5vw, 1.06rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-top: 4px;
}

.gwh-section-heading {
  margin: 0 auto clamp(42px, 5.5vw, 62px);
  max-width: 820px;
  text-align: center;
}

.gwh-section-heading--wide {
  max-width: 820px;
}

.gwh-section-heading--wide p:not(.gwh-eyebrow) {
  color: var(--gwh-muted);
  font-family: var(--gwh-font-sans);
  font-size: clamp(1.02rem, 1.7vw, 1.24rem);
  line-height: 1.65;
  margin-inline: auto;
  max-width: 680px;
}

.gwh-section-heading--wide h3 {
  color: var(--gwh-green-rich);
  font-family: var(--gwh-font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 500;
  line-height: 1.05;
  margin: 22px 0 0;
}

.gwh-difference {
  background:
    linear-gradient(180deg, var(--gwh-white), var(--gwh-cream));
  padding-block: clamp(82px, 8.5vw, 112px);
}

.gwh-empathy {
  background: var(--gwh-cream);
}

.gwh-empathy__grid {
  align-items: center;
  display: grid;
  gap: clamp(38px, 6vw, 82px);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.gwh-empathy__content > p:not(.gwh-eyebrow):not(.gwh-empathy__statement) {
  color: var(--gwh-muted);
  max-width: 690px;
}

.gwh-empathy__intro {
  color: var(--gwh-forest) !important;
  font-size: clamp(1.18rem, 1.8vw, 1.4rem);
  font-weight: 750;
}

.gwh-empathy__statement {
  color: var(--gwh-green-rich);
  font-family: var(--gwh-font-display);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 600;
  line-height: 1.05;
  margin-top: 28px;
}

.gwh-empathy__image {
  border: var(--gwh-card-border);
  border-radius: var(--gwh-radius);
  box-shadow: var(--gwh-shadow-soft);
  margin: 0;
  overflow: hidden;
}

.gwh-empathy__image img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: center center;
}

.gwh-feature-grid {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gwh-feature {
  background: rgba(255, 255, 255, 0.76);
  border: var(--gwh-card-border);
  border-radius: var(--gwh-radius);
  box-shadow: var(--gwh-shadow-soft);
  min-height: 300px;
  padding: var(--gwh-card-padding);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.gwh-feature:hover {
  border-color: rgba(20, 166, 75, 0.28);
  box-shadow: 0 22px 50px rgba(4, 59, 29, 0.12);
  transform: translateY(-4px);
}

.gwh-icon {
  align-items: center;
  color: var(--gwh-green);
  display: inline-flex;
  height: 56px;
  justify-content: center;
  margin-bottom: 28px;
  transition: color 180ms ease, transform 180ms ease;
  width: 56px;
}

.gwh-icon svg {
  display: block;
  fill: none;
  height: 56px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 56px;
}

.gwh-feature:hover .gwh-icon {
  color: var(--gwh-forest);
  transform: translateY(-3px);
}

.gwh-feature h3 {
  font-family: var(--gwh-font-sans);
  font-size: clamp(1.18rem, 1.6vw, 1.38rem);
  font-weight: 850;
  line-height: 1.25;
}

.gwh-feature p {
  font-size: 1rem;
  margin-top: 15px;
}

.gwh-home h3 + p {
  margin-top: 14px;
}

.gwh-feature p,
.gwh-path-list p,
.gwh-service-card p,
.gwh-root p,
.gwh-team-card p,
.gwh-team-card span,
.gwh-faq p {
  color: var(--gwh-muted);
}

.gwh-path {
  background: var(--gwh-white);
}

.gwh-split {
  align-items: center;
  display: grid;
  gap: clamp(36px, 6vw, 78px);
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
}

.gwh-photo-card,
.gwh-root__image {
  border: var(--gwh-card-border);
  border-radius: var(--gwh-radius);
  box-shadow: var(--gwh-shadow-soft);
  margin: 0;
  overflow: hidden;
}

.gwh-photo-card img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: center center;
}

.gwh-path-list {
  display: grid;
  gap: 26px;
  margin-top: 32px;
}

.gwh-path-list article {
  display: grid;
  gap: 20px;
  grid-template-columns: 52px minmax(0, 1fr);
  padding: 13px 0;
}

.gwh-path__intro {
  color: var(--gwh-muted);
  font-size: 1.05rem;
  max-width: 680px;
}

.gwh-step-number {
  align-items: center;
  background: var(--gwh-green);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(4, 59, 29, 0.14);
  color: var(--gwh-white);
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 900;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.gwh-mini-icon,
.gwh-service-icon {
  background: var(--gwh-green);
  border-radius: 50%;
  display: block;
  height: 42px;
  position: relative;
  width: 42px;
}

.gwh-mini-icon::after,
.gwh-service-icon::after {
  background: var(--gwh-white);
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 15px;
  position: absolute;
  top: 15px;
  width: 12px;
}

.gwh-path-list h3 {
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.gwh-path__content .gwh-actions {
  margin-top: 34px;
}

.gwh-services,
.gwh-testimonials {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.14), transparent 26%),
    linear-gradient(180deg, var(--gwh-green-rich), #12a34a);
  color: var(--gwh-white);
}

.gwh-services h2,
.gwh-services .gwh-kicker,
.gwh-testimonials h2,
.gwh-testimonials .gwh-kicker {
  color: var(--gwh-white);
}

.gwh-service-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gwh-service-card,
.gwh-testimonial-grid blockquote {
  background: var(--gwh-white);
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: var(--gwh-radius);
  box-shadow: var(--gwh-shadow-soft);
  color: var(--gwh-ink);
  margin: 0;
  min-height: 300px;
  padding: var(--gwh-card-padding);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gwh-service-card {
  display: flex;
  flex-direction: column;
}

.gwh-service-card > .gwh-actions {
  margin-top: auto;
  padding-top: 28px;
}

.gwh-service-card > p {
  margin-top: 15px;
}

.gwh-service-card:hover,
.gwh-testimonial-grid blockquote:hover {
  box-shadow: 0 24px 56px rgba(2, 58, 27, 0.2);
  transform: translateY(-4px);
}

.gwh-service-icon {
  border-radius: 10px;
  margin-bottom: 30px;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.gwh-service-card:hover .gwh-service-icon {
  background: var(--gwh-forest);
  box-shadow: 0 14px 30px rgba(15, 156, 67, 0.24);
  transform: translateY(-3px) rotate(-2deg);
}

.gwh-root {
  background:
    linear-gradient(90deg, rgba(237, 248, 239, 0.78), transparent 42%),
    var(--gwh-white);
}

.gwh-root__grid {
  align-items: center;
  display: grid;
  gap: clamp(36px, 6vw, 74px);
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
}

.gwh-root h2 {
  font-size: clamp(2.25rem, 4.8vw, 4.35rem);
}

.gwh-stat-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.gwh-stat-grid div {
  background: var(--gwh-sage-soft);
  border: var(--gwh-card-border);
  border-radius: var(--gwh-radius);
  padding: 28px 22px;
  text-align: center;
}

.gwh-stat-grid strong {
  color: var(--gwh-green);
  display: block;
  font-family: var(--gwh-font-display);
  font-size: 2.45rem;
  font-weight: 500;
  line-height: 1;
}

.gwh-stat-grid span {
  color: var(--gwh-ink);
  display: block;
  font-weight: 750;
  margin-top: 10px;
}

.gwh-root__image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center center;
}

.gwh-root__image--office img {
  aspect-ratio: 4 / 3;
  object-position: center center;
}

.gwh-podcast {
  background:
    linear-gradient(135deg, rgba(237, 248, 239, 0.92), rgba(251, 250, 244, 0.96)),
    var(--gwh-cream);
}

.gwh-podcast__grid {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 64px);
  grid-template-columns: minmax(380px, 1.18fr) minmax(0, 0.82fr);
}

.gwh-podcast__art {
  border: var(--gwh-card-border);
  border-radius: var(--gwh-radius);
  box-shadow: var(--gwh-shadow-card);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.gwh-podcast__art::after {
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: calc(var(--gwh-radius) - 8px);
  content: "";
  inset: 14px;
  pointer-events: none;
  position: absolute;
}

.gwh-podcast__art img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.gwh-podcast__content {
  background: rgba(255, 255, 255, 0.72);
  border: var(--gwh-card-border);
  border-radius: var(--gwh-radius);
  box-shadow: var(--gwh-shadow-soft);
  padding: var(--gwh-card-padding);
}

.gwh-podcast__content p:not(.gwh-eyebrow) {
  color: var(--gwh-muted);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.gwh-team {
  background: linear-gradient(180deg, var(--gwh-white), var(--gwh-cream));
  padding-block: clamp(82px, 8.5vw, 112px);
}

.gwh-team-grid {
  align-items: start;
  display: grid;
  gap: clamp(34px, 6vw, 80px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-inline: auto;
  margin-bottom: 32px;
  max-width: 1020px;
}

.gwh-team-card {
  text-align: center;
}

.gwh-team-card img {
  aspect-ratio: 1 / 1.1;
  border: var(--gwh-card-border);
  border-radius: var(--gwh-radius);
  box-shadow: var(--gwh-shadow-soft);
  margin-bottom: 32px;
  object-fit: cover;
}

.gwh-team-card:first-child img {
  object-position: center center;
}

.gwh-team-card:last-child img {
  object-position: center center;
}

.gwh-team-card h3 {
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
}

.gwh-team-card p + p {
  font-size: 1.08rem;
  line-height: 1.7;
  margin-top: 18px;
}

.gwh-team__actions {
  justify-content: center;
  margin-top: 0;
}

.gwh-home .gwh-team__closing {
  color: var(--gwh-forest);
  font-size: clamp(1.125rem, 1.5vw, 1.25rem);
  font-weight: 700;
  line-height: 1.6;
  margin: 24px auto 0;
  max-width: 850px;
  text-align: center;
}

.gwh-testimonial-grid,
.gwh-review-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gwh-review-grid {
  gap: clamp(30px, 3vw, 40px);
}

.gwh-testimonials .gwh-section-heading h2 {
  font-size: clamp(2.7rem, 5.7vw, 5rem);
}

.gwh-testimonial-grid blockquote,
.gwh-review-card {
  min-height: 350px;
  text-align: center;
}

.gwh-review-card {
  align-content: center;
  background: var(--gwh-white);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--gwh-radius);
  box-shadow: 0 22px 52px rgba(2, 58, 27, 0.18), 0 2px 8px rgba(2, 58, 27, 0.08);
  color: var(--gwh-ink);
  display: grid;
  justify-items: center;
  padding: var(--gwh-card-padding);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gwh-review-card:hover {
  box-shadow: 0 30px 68px rgba(2, 58, 27, 0.23), 0 4px 12px rgba(2, 58, 27, 0.1);
  transform: translateY(-4px);
}

.gwh-review-card span {
  color: var(--gwh-green);
  display: block;
  font-family: var(--gwh-font-display);
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1;
}

.gwh-review-card:first-child span {
  font-size: clamp(3.8rem, 7vw, 5.6rem);
  font-weight: 600;
}

.gwh-review-card:nth-child(2) span {
  font-size: clamp(3.6rem, 6.6vw, 5.3rem);
  font-weight: 600;
}

.gwh-review-card p {
  color: var(--gwh-muted);
  margin-top: 22px;
  max-width: 280px;
}

.gwh-review-card--cta span {
  color: #f5c84b;
  font-family: var(--gwh-font-sans);
  font-size: clamp(2.3rem, 4.5vw, 3.4rem);
  font-weight: 800;
  justify-self: start;
  left: 50%;
  letter-spacing: 0.1em;
  max-width: none;
  position: relative;
  text-shadow: 0 5px 16px rgba(175, 125, 0, 0.18);
  transform: translateX(-50%);
  white-space: nowrap;
  width: max-content;
}

.gwh-review-card--cta {
  padding-inline: clamp(36px, 4.5vw, 52px);
}

@media (min-width: 981px) {
  .gwh-review-card--cta span {
    justify-self: stretch;
    left: auto;
    margin-inline: -40px;
    text-align: center;
    transform: none;
    width: calc(100% + 80px);
  }
}

.gwh-review-card--cta .gwh-button {
  margin-top: 28px;
}

.gwh-testimonial-grid p {
  color: var(--gwh-muted);
  font-family: var(--gwh-font-display);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.28;
}

.gwh-testimonial-grid cite {
  color: var(--gwh-ink);
  display: block;
  font-style: normal;
  font-weight: 850;
  margin-top: 28px;
}

.gwh-faq {
  background: var(--gwh-white);
}

.gwh-faq__inner {
  max-width: 820px;
}

.gwh-faq details {
  border-bottom: 1px solid var(--gwh-line);
  padding: 22px 0;
}

.gwh-faq summary {
  color: var(--gwh-ink);
  cursor: pointer;
  font-size: clamp(1.1rem, 2vw, 1.34rem);
  font-weight: 800;
  list-style: none;
  padding-right: 42px;
  position: relative;
}

.gwh-faq summary::-webkit-details-marker {
  display: none;
}

.gwh-faq summary::after {
  color: var(--gwh-forest);
  content: "+";
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  right: 0;
  top: -2px;
}

.gwh-faq details[open] summary::after {
  content: "-";
}

.gwh-final-cta {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.12), transparent 30%),
    linear-gradient(135deg, var(--gwh-green-rich), var(--gwh-forest));
  color: var(--gwh-white);
  padding-block: clamp(78px, 8vw, 104px);
}

.gwh-final-cta__panel {
  text-align: center;
}

.gwh-final-cta h2 {
  color: var(--gwh-white);
  font-size: clamp(2.75rem, 6vw, 5rem);
}

.gwh-final-cta p:not(.gwh-kicker) {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  margin-inline: auto;
  max-width: 680px;
}

.gwh-final-cta .gwh-button {
  margin-top: 30px;
}

.gwh-footer {
  background: var(--gwh-forest-deep);
  color: rgba(255, 255, 255, 0.86);
  padding-block: clamp(46px, 7vw, 70px) 24px;
}

.gwh-footer h2 {
  color: var(--gwh-white);
  font-size: 1.65rem;
  margin-bottom: 16px;
}

.gwh-footer__grid {
  display: grid;
  gap: clamp(28px, 5vw, 56px);
  grid-template-columns: minmax(0, 1.2fr) minmax(150px, 0.55fr) minmax(220px, 0.75fr);
}

.gwh-footer nav {
  display: grid;
  gap: 12px;
}

.gwh-footer a:hover,
.gwh-footer a:focus {
  color: var(--gwh-sage-soft);
}

.gwh-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 24px;
}

.gwh-hours {
  display: grid;
  gap: 18px;
  margin: 0;
}

.gwh-hours div {
  display: block;
}

.gwh-hours dt,
.gwh-hours dd {
  margin: 0;
}

.gwh-hours dt {
  color: var(--gwh-white);
  font-weight: 800;
}

.gwh-hours dd {
  margin-top: 3px;
}

.gwh-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: 38px;
  padding-top: 22px;
  text-align: center;
}

.gwh-footer__bottom p {
  margin: 0;
}

.gwh-home a:focus-visible,
.gwh-home summary:focus-visible {
  outline: 3px solid var(--gwh-apple);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .gwh-home-nav,
  .gwh-hero__grid,
  .gwh-empathy__grid,
  .gwh-split,
  .gwh-root__grid,
  .gwh-podcast__grid,
  .gwh-footer__grid {
    grid-template-columns: 1fr;
  }

  .gwh-home-nav {
    justify-items: center;
    text-align: center;
  }

  .gwh-hero__copy {
    border-radius: var(--gwh-radius);
  }

  .gwh-hero__image {
    border-radius: var(--gwh-radius);
    min-height: auto;
  }

  .gwh-hero__image img {
    height: auto;
  }

  .gwh-feature-grid,
  .gwh-service-grid,
  .gwh-testimonial-grid,
  .gwh-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .gwh-home {
    font-size: 16px;
  }

  .gwh-home h1 {
    font-size: clamp(3rem, 16vw, 4.2rem);
  }

  .gwh-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .gwh-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .gwh-button {
    width: 100%;
  }

  .gwh-hero__copy {
    padding: 28px 22px;
  }

  .gwh-hero__image {
    min-height: auto;
  }

  .gwh-section-heading--wide p:not(.gwh-eyebrow) {
    font-size: 1.04rem;
  }

  .gwh-feature-grid,
  .gwh-service-grid,
  .gwh-stat-grid,
  .gwh-team-grid,
  .gwh-testimonial-grid,
  .gwh-review-grid {
    grid-template-columns: 1fr;
  }

.gwh-service-card,
  .gwh-testimonial-grid blockquote,
  .gwh-review-card {
    min-height: auto;
  }

  .gwh-path-list article {
    grid-template-columns: 1fr;
  }

  .gwh-footer__links {
    flex-direction: column;
  }
}
/* ================================================================
   Native homepage theme-wrapper breakout
   Keeps the shortcode page full width without Customizer CSS.
   Authoritative integration port from Version 2.1.5.
   ================================================================ */
body.gwh-native-homepage-page .gwh-home {
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

body.gwh-native-homepage-page .entry-content,
body.gwh-native-homepage-page article,
body.gwh-native-homepage-page .content-area,
body.gwh-native-homepage-page .site-main {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/*
 * The Storefront header wrapper and the DRS child-theme pre-header are
 * printed directly by the theme template even after their action callbacks
 * are removed. Hide only those empty theme shells on the shortcode homepage.
 */
body.gwh-native-homepage-page #pre-header-bar,
body.gwh-native-homepage-page #pre-header-bar-mobile-cont,
body.gwh-native-homepage-page #masthead,
body.gwh-native-homepage-page .storefront-primary-navigation,
body.gwh-native-homepage-page #colophon {
  display: none !important;
}


/* Shared Signature legal-footer component. */
.gwh-footer__legal {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  gap: 16px 30px;
  justify-content: space-between;
  margin-top: 38px;
  padding-top: 22px;
}

.gwh-footer__legal-title {
  color: var(--gwh-white);
  flex: 0 0 auto;
  font-weight: 800;
  margin: 0;
}

.gwh-footer__legal-links {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 24px !important;
  justify-content: flex-end;
}

.gwh-footer__legal-links a {
  white-space: nowrap;
}

.gwh-footer__legal + .gwh-footer__bottom {
  margin-top: 20px;
}

@media (max-width: 680px) {
  .gwh-footer__legal {
    align-items: flex-start;
    flex-direction: column;
  }

  .gwh-footer__legal-links {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
}
