:root {
  --gv-green: #355b43;
  --gv-lime: #e4fec3;
  --gv-cream: #fff6e7;
  --gv-white: #ffffff;
  --gv-chartreuse: #f7f9ce;
  --gv-coral: #ffb68f;
  --gv-ink: #17231c;
  --gv-border: rgba(53, 91, 67, 0.22);
  --gv-container: 1280px;
  --gv-side: clamp(1.25rem, 5vw, 4rem);
  --gv-section: clamp(4rem, 9vw, 8rem);
}

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--gv-cream); color: var(--gv-ink); }
body.gv-menu-open { overflow: hidden; }
* { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
a { text-underline-offset: 0.2em; }
:focus-visible { outline: 3px solid var(--gv-lime); outline-offset: 4px; }

.gv-skip-link { position: fixed; top: -100px; left: 1rem; z-index: 9999; padding: 0.75rem 1rem; background: var(--gv-lime); color: var(--gv-ink); }
.gv-skip-link:focus { top: 1rem; }

header.wp-block-template-part { position: sticky; top: 0; z-index: 1000; }
.gv-header { background: rgba(255, 246, 231, 0.96); border: 0; backdrop-filter: blur(10px); transition: background-color 200ms ease, box-shadow 200ms ease; }
.gv-header__inner { transition: min-height 200ms ease; }
.gv-header.is-scrolled { background: #355b43; box-shadow: inset 0 -1px rgba(228,254,195,0.5), 0 6px 20px rgba(23,35,28,0.12); }
.gv-header.is-scrolled .gv-header__inner { min-height: 72px; }
.gv-header.is-scrolled .gv-navigation > a:not(.gv-button) { color: #e4fec3; }
.gv-header.is-scrolled .gv-navigation > a:not(.gv-button):hover { color: #fff; }
.gv-header.is-scrolled .gv-navigation > .gv-button { background: #e4fec3; border-color: #e4fec3; color: #355b43; }
.gv-header.is-scrolled .gv-navigation > .gv-button:hover { background: #fff; border-color: #fff; }
.gv-header.is-scrolled .gv-menu-toggle { border-color: #e4fec3; color: #e4fec3; }
/* WordPress block gap must not separate the header from the first page section. */
body > .wp-site-blocks > header.wp-block-template-part,
body > .wp-site-blocks > header.wp-block-template-part + main,
body > .wp-site-blocks > header.wp-block-template-part + .wp-block-post-content,
body > .wp-site-blocks > header.wp-block-template-part + main.wp-block-post-content { margin-block: 0; }
.gv-header__inner { width: calc(100% - (2 * var(--gv-side))); max-width: 1600px; min-height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.gv-brand { display: flex; width: 220px; max-width: 38vw; flex: 0 0 auto; }
.gv-brand img { width: 100%; }
.gv-navigation { display: flex; align-items: center; gap: clamp(0.8rem, 1.5vw, 1.5rem); font-family: Montserrat, Arial, sans-serif; font-size: 0.86rem; font-weight: 600; white-space: nowrap; }
.gv-navigation > a:not(.gv-button) { color: var(--gv-green); text-decoration: none; padding-block: 1rem; transition: color 180ms ease; }
.gv-navigation > a:not(.gv-button):hover { color: var(--gv-ink); text-decoration: none; }
.gv-menu-toggle { display: none; min-width: 48px; min-height: 48px; border: 1px solid var(--gv-green); border-radius: 2px; background: transparent; color: var(--gv-green); font: 600 0.9rem Montserrat, sans-serif; }

.gv-main { padding: var(--gv-section) var(--gv-side); }
.gv-section { padding: var(--gv-section) var(--gv-side); }
.gv-section > .wp-block-group__inner-container,
.gv-container { width: 100%; max-width: var(--gv-container); margin-inline: auto; }
.gv-section--white { background: var(--gv-white); }
.gv-section--green { background: var(--gv-green); color: var(--gv-white); }
.gv-section--lime { background: var(--gv-lime); }
.gv-section--chartreuse { background: var(--gv-chartreuse); }
.gv-section--coral { background: var(--gv-coral); }
.gv-section--green h2, .gv-section--green h3, .gv-section--green p, .gv-section--green a { color: var(--gv-white); }

.gv-hero { position: relative; overflow: hidden; min-height: min(780px, calc(100vh - 88px)); padding: clamp(5rem, 12vw, 9rem) var(--gv-side); display: grid; grid-template-columns: minmax(0, 1fr); align-content: end; background: var(--gv-green); color: var(--gv-white); }
.gv-hero::after { content: ""; position: absolute; width: clamp(280px, 45vw, 720px); aspect-ratio: 1; right: -12%; top: -25%; border: 1px solid rgba(228, 254, 195, 0.35); transform: rotate(28deg); }
.gv-hero > * { position: relative; z-index: 1; grid-column: 1; width: 100%; max-width: var(--gv-container) !important; margin-inline: auto !important; }
.gv-hero h1 { width: 100%; max-width: 1120px !important; margin: 0 !important; color: var(--gv-white); font-size: clamp(2.6rem, 5.4vw, 5.25rem); letter-spacing: -0.035em; }
.gv-hero p { max-width: 790px; color: rgba(255,255,255,0.88); font-size: clamp(1.15rem, 2.1vw, 1.45rem); }
body.home .gv-hero { padding-block-end: clamp(6rem, 10vw, 8rem); border-bottom: 2px solid rgba(228,254,195,0.5); }
body.home .gv-hero h1 { max-width: 1280px !important; font-size: clamp(2.7rem, 4.4vw, 4.6rem); }
body.home .gv-hero .gv-lead {
  width: 100%;
  max-width: 1040px !important;
  margin-inline-start: max(0px, calc((100% - var(--gv-container)) / 2)) !important;
  margin-inline-end: auto !important;
  color: var(--gv-white);
  font-size: 1rem;
  line-height: 1.5;
}
.gv-hero--light { min-height: auto; background: var(--gv-cream); color: var(--gv-ink); }
.gv-hero--light h1, .gv-hero--light p { color: var(--gv-green); }
.gv-hero--stadia::before { content: "STADIA+"; position: absolute; right: -0.04em; bottom: -0.2em; color: rgba(255, 182, 143, 0.14); font: 700 clamp(5rem, 20vw, 18rem)/1 Montserrat, sans-serif; letter-spacing: -0.07em; white-space: nowrap; }

.gv-eyebrow { margin: 0 0 1.25rem; color: var(--gv-lime); font: 700 0.8rem/1.2 Montserrat, sans-serif; letter-spacing: 0.14em; text-transform: uppercase; }
.gv-section:not(.gv-section--green) .gv-eyebrow { color: var(--gv-green); }
.gv-lead { max-width: 780px; font-size: clamp(1.15rem, 2vw, 1.35rem); }
.gv-narrow { max-width: 780px; }

.gv-grid { display: grid; gap: 1px; background: var(--gv-border); border: 1px solid var(--gv-border); }
.gv-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gv-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gv-card { min-height: 210px; padding: clamp(1.5rem, 3vw, 2rem); background: var(--gv-cream); }
.gv-section--white .gv-card { background: var(--gv-white); }
.gv-card h3 { margin-top: 0; }
.gv-card__number { display: block; margin-top: 0; padding: 0; color: var(--gv-green); font: 600 0.8rem Montserrat, sans-serif; letter-spacing: 0.1em; }
.gv-card__number::after { content: " /"; color: var(--gv-lime); font-weight: 700; }
.gv-card--stadia { border-top: 5px solid var(--gv-coral); }
.gv-section--value .gv-grid {
  width: calc(100vw - 2rem);
  max-width: none !important;
  margin-inline: calc(50% - 50vw + 1rem) !important;
  gap: clamp(0.75rem, 1vw, 1rem);
  border: 0;
  background: transparent;
}
.gv-section--value .gv-grid--2 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gv-section--value .gv-card { min-height: 340px; border: 1px solid var(--gv-border); border-radius: 8px; }
.gv-section--value > .gv-eyebrow,
.gv-section--value > h2 {
  width: calc(100vw - 2rem);
  max-width: none !important;
  margin-inline: calc(50% - 50vw + 1rem) !important;
  padding-inline: clamp(2rem, 3vw, 3.5rem);
}
.gv-section--value .gv-card__number { display: none; }
.gv-section--value .gv-card__icon { display: inline-flex; margin-bottom: 1rem; color: var(--gv-green); }
.gv-section--value .gv-card__icon svg { width: 30px; height: 30px; }
.gv-section--value .gv-card h3 { margin: 0 0 1rem; }
.gv-section--value .gv-card > p { margin-top: 0; font-size: 1rem; line-height: 1.5; }
.gv-section--value .gv-card:nth-child(1) { background: var(--gv-white); }
.gv-section--value .gv-card:nth-child(2) { background: var(--gv-cream); }
.gv-section--value .gv-card:nth-child(3) { background: var(--gv-lime); }
.gv-section--value .gv-card:nth-child(4) { border-color: var(--gv-green); background: var(--gv-green); }
.gv-section--value .gv-card:nth-child(4) h3,
.gv-section--value .gv-card:nth-child(4) > p:not(.gv-card__number) { color: var(--gv-white); }
.gv-section--value .gv-card:nth-child(4) .gv-card__number,
.gv-section--value .gv-card:nth-child(4) .gv-card__number::after { color: var(--gv-lime); }
.gv-section--value .gv-card:nth-child(4) .gv-card__icon { color: var(--gv-lime); }

.gv-section--services { background: var(--gv-cream); }
.gv-section--services > .gv-eyebrow,
.gv-section--services > h2,
.gv-services-shell {
  width: calc(100vw - 2rem);
  max-width: none !important;
  margin-inline: calc(50% - 50vw + 1rem) !important;
}
.gv-section--services > .gv-eyebrow,
.gv-section--services > h2 { padding-inline: clamp(2rem, 3vw, 3.5rem); }
.gv-services-shell { margin-top: 2.5rem !important; }
.gv-service-practice + .gv-service-practice { margin-top: 0; }
.gv-service-practice__header { display: flex; align-items: baseline; justify-content: space-between; gap: 1.5rem; padding: 1.15rem clamp(1.5rem, 3vw, 2.5rem); }
.gv-service-practice__header h3,
.gv-service-practice__header p { margin: 0; }
.gv-service-practice__header h3 { font-size: 1rem; letter-spacing: 0.08em; text-transform: uppercase; }
.gv-service-practice__header p { font: 500 0.78rem/1.4 Montserrat, sans-serif; }
.gv-service-practice--strategic .gv-service-practice__header { background: var(--gv-lime); color: var(--gv-green); }
.gv-service-practice--stadia .gv-service-practice__header { background: var(--gv-coral); color: var(--gv-ink); }
.gv-service-practice .gv-grid { border-top: 0; }
.gv-service-card { min-height: 250px; padding: clamp(1.5rem, 3vw, 2rem); background: var(--gv-white); }
.gv-service-card h3 { margin: 0.8rem 0 1rem; }
.gv-service-card > p { margin-top: 0; font-size: 1rem; line-height: 1.5; }
.gv-service-practice--stadia .gv-card__number::after { color: var(--gv-coral); }

.gv-list { margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--gv-border); }
.gv-list li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--gv-border); }
.gv-list li::before { content: "+"; color: var(--gv-green); font: 700 1.25rem Montserrat, sans-serif; }
.gv-section--chartreuse .gv-list li { grid-template-columns: 1.5rem 1fr; gap: 1.25rem; padding: 1rem 0; align-items: center; }
.gv-section--chartreuse .gv-list li::before { content: ""; width: 0.45rem; height: 0.45rem; border-radius: 50%; background: var(--gv-green); }
.gv-home-clients { width: 100%; max-width: var(--gv-container); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.gv-home-clients__intro h2 { max-width: 560px; margin-top: 0; }
.gv-home-clients__intro .gv-lead { max-width: 520px; margin-inline: 0; font-size: clamp(1rem, 1.35vw, 1.12rem); line-height: 1.38; }
.gv-home-clients__profiles .gv-list { margin-top: 0; }
.gv-home-clients__profiles .gv-list li { min-height: 4.7rem; font-size: 1rem; line-height: 1.5; }

body.home main.wp-block-post-content > * { margin-block: 0; }
body.home footer.wp-block-template-part { margin-block-start: 0; }
.gv-home-cta { margin-block: 0 !important; padding-block: clamp(2.75rem, 5vw, 4rem); }
.gv-home-cta__inner { width: 100%; max-width: var(--gv-container); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.45fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.gv-home-cta__message h2 { max-width: 900px; margin: 0; color: var(--gv-white); }
.gv-home-cta__message p { max-width: 760px; margin: 0.9rem 0 0; color: rgba(255,255,255,0.86); font-size: 1rem; line-height: 1.5; }
.gv-home-cta__action { display: flex; justify-content: flex-end; }
.gv-home-cta__action .gv-button { gap: 0.75rem; white-space: nowrap; }

.gv-buttons { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.gv-button, .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0.8rem 1.3rem; border: 1px solid var(--gv-green); border-radius: 2px; background: var(--gv-green); color: var(--gv-white); font: 600 0.92rem Montserrat, sans-serif; text-decoration: none; }
.gv-button:hover, .wp-block-button__link:hover { background: var(--gv-ink); color: var(--gv-white); }
.gv-button--secondary { background: transparent; color: var(--gv-green); }
.gv-section--green .gv-button { border-color: var(--gv-lime); background: var(--gv-lime); color: var(--gv-ink); }
.gv-section--green .gv-button--secondary { background: transparent; color: var(--gv-white); }
.gv-button--coral { border-color: var(--gv-coral); background: var(--gv-coral); color: var(--gv-ink); }

.gv-hero .gv-button {
  border-color: var(--gv-lime);
  background: var(--gv-lime);
  color: var(--gv-ink);
}

.gv-hero .gv-button:hover {
  border-color: var(--gv-white);
  background: var(--gv-white);
  color: var(--gv-green);
}

.gv-hero .gv-button--secondary {
  border-color: var(--gv-white);
  background: transparent;
  color: var(--gv-white);
}

.gv-hero .gv-button--secondary:hover {
  border-color: var(--gv-lime);
  background: var(--gv-lime);
  color: var(--gv-ink);
}

.gv-hero .gv-button--coral {
  border-color: var(--gv-coral);
  background: var(--gv-coral);
  color: var(--gv-ink);
}
.gv-button--small { min-height: 44px; padding: 0.65rem 1rem; }

.gv-practice { display: grid; grid-template-columns: 1fr 1fr; }
.gv-practice > div { min-height: 430px; padding: clamp(2rem, 6vw, 5rem); display: flex; flex-direction: column; }
.gv-practice > div > p:not(.gv-eyebrow) { font-size: 1rem; line-height: 1.5; }
.gv-practice__strategic { background: var(--gv-white); }
.gv-practice__strategic .gv-eyebrow { color: var(--gv-green); }
.gv-practice__stadia { background: var(--gv-green); color: var(--gv-white); }
.gv-practice__stadia h2, .gv-practice__stadia h3, .gv-practice__stadia p { color: var(--gv-white); }
.gv-practice__stadia .gv-eyebrow { color: var(--gv-coral); }
.gv-practice__meta { display: flex; align-items: baseline; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.25rem; }
.gv-practice__meta .gv-eyebrow { flex: 0 0 auto; margin: 0; }
.gv-practice__endorsement { margin: 0; color: rgba(255,255,255,0.82) !important; font: 500 0.72rem/1.2 Montserrat, sans-serif; text-align: right; }
.gv-practice .gv-button { align-self: flex-start; margin-top: auto; }

.gv-lifecycle { counter-reset: lifecycle; display: grid; grid-template-columns: repeat(5, 1fr); border-block: 1px solid var(--gv-border); }
.gv-lifecycle > div { min-height: 250px; padding: 2rem 1.25rem; border-right: 1px solid var(--gv-border); }
.gv-lifecycle > div:last-child { border-right: 0; }
.gv-lifecycle > div::before { counter-increment: lifecycle; content: "0" counter(lifecycle); color: var(--gv-coral); font: 700 0.8rem Montserrat, sans-serif; }

.gv-endorsement { display: inline-flex; gap: 0.5rem; align-items: center; padding: 0.65rem 0; border-block: 1px solid rgba(255,255,255,0.35); color: var(--gv-white); font-size: 0.88rem; }
.gv-endorsement strong { color: var(--gv-coral); font-family: Montserrat, sans-serif; }

.gv-form-preview { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; max-width: 920px; }
.gv-field { display: flex; flex-direction: column; gap: 0.45rem; }
.gv-field--full { grid-column: 1 / -1; }
.gv-field label { color: var(--gv-green); font: 600 0.9rem Montserrat, sans-serif; }
.gv-field input, .gv-field select, .gv-field textarea { width: 100%; min-height: 52px; padding: 0.85rem 1rem; border: 1px solid var(--gv-border); border-radius: 2px; background: var(--gv-white); color: var(--gv-ink); font: inherit; }
.gv-field textarea { min-height: 150px; resize: vertical; }
.gv-form-note { grid-column: 1 / -1; padding: 1rem; border-left: 4px solid var(--gv-coral); background: var(--gv-white); font-size: 0.9rem; }

.gv-article { max-width: 820px; margin-inline: auto; }
.gv-article-card { padding: 2rem 0; border-bottom: 1px solid var(--gv-border); }

.gv-footer { padding: 2rem var(--gv-side) 1.25rem !important; border-top: 2px solid rgba(228,254,195,0.5); background: var(--gv-green); color: var(--gv-white); }
.gv-footer__grid { width: min(100%, var(--gv-container)); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.8fr) minmax(0, 1fr) minmax(240px, 1.25fr); column-gap: clamp(1.5rem, 3vw, 3rem); row-gap: 1.5rem; }
.gv-footer img { filter: brightness(0) invert(1); width: min(195px, 100%); }
.gv-footer__brand p { margin-block: 0.32rem; max-width: 430px; font-size: 0.92rem; line-height: 1.3; }
.gv-footer__brand .gv-footer__description { max-width: 290px; font-size: 0.8rem; line-height: 1.5; }
.gv-footer__brand .gv-footer__group { margin: 0.35rem 0 0.8rem; color: var(--gv-lime); font: 600 0.68rem/1.2 Montserrat, sans-serif; letter-spacing: 0.07em; text-transform: uppercase; }
.gv-footer__contact-detail { color: #fff !important; overflow-wrap: anywhere; }
.gv-footer__contact-detail, .gv-footer__location { display: block; margin: 0.12rem 0 !important; font-size: 0.86rem !important; line-height: 1.4 !important; }
.gv-footer__location { color: #fff; }
.gv-footer__socials { display: flex; gap: 0.6rem; margin-top: 0.85rem; }
.gv-footer .gv-footer__socials a { display: inline-flex; width: 2.15rem; height: 2.15rem; margin: 0; align-items: center; justify-content: center; border: 1px solid #E4FEC3; border-radius: 50%; color: #E4FEC3; transition: background-color 160ms ease, color 160ms ease, transform 160ms ease; }
.gv-footer .gv-footer__socials a:hover, .gv-footer .gv-footer__socials a:focus-visible { background: #E4FEC3; color: var(--gv-green); text-decoration: none; transform: translateY(-2px); }
.gv-footer__socials svg { width: 1.2rem; height: 1.2rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.gv-footer h2 { margin: 0 0 0.65rem; color: var(--gv-lime); font-size: 0.76rem; letter-spacing: 0.08em; line-height: 1.2; text-transform: uppercase; }
.gv-footer a { display: block; margin: 0.12rem 0; color: var(--gv-white); font-size: 0.86rem; line-height: 1.4; text-decoration: none; }
.gv-footer a:hover { color: var(--gv-lime); text-decoration: none; }
.gv-footer__bottom { width: calc(100% + (2 * var(--gv-side))); margin: 1.35rem calc(-1 * var(--gv-side)) -1.25rem; padding: 0.9rem var(--gv-side); background: rgba(0,0,0,0.1); color: rgba(255,255,255,0.7); font: 500 0.7rem/1.3 Montserrat, sans-serif; letter-spacing: 0.025em; }
.gv-footer__bottom-inner { width: min(100%, var(--gv-container)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.gv-footer__bottom p { margin-block: 0; }
.gv-footer__legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0.25rem 0.9rem; }
.gv-footer__legal a { position: relative; display: inline; margin: 0; color: rgba(255,255,255,0.7); font-size: inherit; line-height: inherit; }
.gv-footer__legal a + a::before { content: "·"; position: absolute; left: -0.58rem; color: rgba(228,254,195,0.55); }
.gv-footer__legal a:hover { color: var(--gv-lime); }
.gv-back-to-top { position: fixed; right: clamp(1rem, 3vw, 2rem); bottom: clamp(1rem, 3vw, 2rem); z-index: 999; display: grid; place-items: center; width: 48px; height: 48px; padding: 0; border: 1px solid var(--gv-lime); border-radius: 50%; background: var(--gv-lime); color: var(--gv-green); cursor: pointer; box-shadow: 0 4px 18px rgba(23,35,28,0.2); transition: transform 180ms ease, background-color 180ms ease; }
.gv-back-to-top[hidden] { display: none; }
.gv-back-to-top:hover { transform: translateY(-3px); background: #fff; }
.gv-back-to-top svg { width: 23px; height: 23px; }
@media (prefers-reduced-motion: reduce) { .gv-back-to-top { transition: none; } }

@media (max-width: 1040px) {
  .gv-header.is-scrolled .gv-navigation { background: #355b43; }
  .gv-header.is-scrolled .gv-navigation > a { border-bottom-color: rgba(228,254,195,0.28); }
  .gv-navigation { top: 88px; bottom: 0; }
  .gv-header.is-scrolled .gv-navigation { top: 72px; }
  .gv-menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .gv-navigation { position: fixed; inset: 88px 0 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 2rem var(--gv-side); background: var(--gv-cream); overflow-y: auto; }
  .gv-header.is-scrolled .gv-navigation { inset-block-start: 72px; }
  .gv-navigation.is-open { display: flex; }
  .gv-navigation > a { padding: 1rem 0; border-bottom: 1px solid var(--gv-border); font-size: 1.1rem; }
  .gv-navigation .gv-button { margin-top: 1.5rem; }
  .gv-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .gv-lifecycle { grid-template-columns: repeat(2, 1fr); }
  .gv-lifecycle > div { border-bottom: 1px solid var(--gv-border); }
  .gv-footer__grid { grid-template-columns: 1.4fr 1fr; }
  .gv-home-clients { grid-template-columns: 1fr; gap: 2.5rem; }
  .gv-home-clients__intro h2, .gv-home-clients__intro .gv-lead { max-width: 780px; }
  .gv-home-cta__inner { grid-template-columns: 1fr; gap: 1.75rem; }
  .gv-home-cta__action { justify-content: flex-start; }
}

@media (max-width: 1100px) {
  .gv-section--value .gv-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .gv-header.is-scrolled .gv-header__inner { min-height: 64px; }
  .gv-header.is-scrolled .gv-navigation { top: 64px; }
  .gv-header__inner { min-height: 76px; }
  .gv-navigation { inset-block-start: 77px; }
  .gv-header.is-scrolled .gv-navigation { inset-block-start: 64px; }
  .gv-hero { min-height: 680px; }
  .gv-grid--2, .gv-grid--3, .gv-practice, .gv-form-preview, .gv-footer__grid { grid-template-columns: 1fr; }
  .gv-practice > div { min-height: auto; }
  .gv-section--value .gv-grid--2 { grid-template-columns: 1fr; }
  .gv-section--value .gv-card { min-height: auto; }
  .gv-service-practice__header { display: block; }
  .gv-service-practice__header p { margin-top: 0.5rem; }
  .gv-service-card { min-height: auto; }
  .gv-practice__meta { display: block; }
  .gv-practice__endorsement { margin-top: 0.65rem; text-align: left; }
  .gv-lifecycle { grid-template-columns: 1fr; }
  .gv-lifecycle > div { min-height: auto; border-right: 0; }
  .gv-footer__bottom-inner { flex-direction: column; gap: 0.6rem; text-align: center; }
  .gv-footer__legal { justify-content: center; }
  .gv-home-cta__action .gv-button { width: 100%; }
}

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