/* Green Works shared public design system | austenjgreen.com */

:root {
    --gwh-ink: #081a15;
    --gwh-forest: #0a4b37;
    --gwh-forest-bright: #0e6a4c;
    --gwh-moss: #7fa21d;
    --gwh-lime: #c8ee4b;
    --gwh-gold: #f1b63e;
    --gwh-cream: #f4f3ea;
    --gwh-paper: #fbfcf8;
    --gwh-line: rgba(8, 26, 21, 0.13);
    --gwh-shadow: 0 24px 80px rgba(6, 38, 28, 0.14);
    --gwh-radius: 28px;
    --gwp-header-height: 104px;
}

html {
    scroll-behavior: smooth;
}

body.gw-public-site {
    background: var(--gwh-paper);
    color: var(--gwh-ink);
    font-family: "Montserrat", Arial, sans-serif;
    overflow-x: hidden;
}

.gw-public-site *,
.gw-public-site *::before,
.gw-public-site *::after {
    box-sizing: border-box;
}

.gw-public-site img {
    max-width: 100%;
}

.gw-public-site a {
    text-decoration: none;
}

.gw-public-site .gwp-page {
    background: var(--gwh-paper);
    color: var(--gwh-ink);
    min-height: 100vh;
    overflow: clip;
    position: relative;
}

.gw-container,
.gwh-container {
    margin-inline: auto;
    max-width: 1320px;
    padding-inline: 34px;
    position: relative;
    width: 100%;
}

/* One global header treatment for home and every public inner page. */
.gw-public-site.gw-homepage .navbar.navbar-custom,
.gw-public-site.gw-innerpage .navbar.navbar-custom {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    height: var(--gwp-header-height);
    left: 0;
    margin: 0;
    min-height: var(--gwp-header-height);
    padding: 18px 0;
    position: absolute !important;
    right: 0;
    top: 0;
    transition: background-color 320ms ease, box-shadow 320ms ease, height 320ms ease, padding 320ms ease;
    z-index: 1000;
}

.gw-public-site.gw-page-scrolled .navbar.navbar-custom,
.gw-public-site .navbar.navbar-custom.affix {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background: rgba(251, 252, 248, 0.92) !important;
    box-shadow: 0 14px 42px rgba(5, 29, 22, 0.1) !important;
    height: 84px;
    min-height: 84px;
    padding: 8px 0;
    position: fixed !important;
}

.gw-public-site .navbar.navbar-custom .container {
    margin-inline: auto;
    max-width: 1320px;
    padding-inline: 34px;
    width: 100%;
}

.gw-public-site .navbar.navbar-custom .row {
    margin: 0;
}

.gw-public-site .navbar-header-custom {
    align-items: center;
    display: flex;
    height: 68px;
}

.gw-public-site .gw-nav-brand {
    align-items: center;
    color: #fff !important;
    display: inline-flex !important;
    gap: 12px;
    height: 68px;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.gw-public-site .gw-nav-brand img {
    background: #fff;
    border: 2px solid rgba(255, 255, 255, 0.56);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    height: 58px;
    object-fit: cover;
    transition: height 300ms ease, width 300ms ease, border-radius 300ms ease;
    width: 58px;
}

.gw-public-site .gw-nav-brand__text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.gw-public-site .gw-nav-brand__text strong {
    color: inherit;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.gw-public-site .gw-nav-brand__text small {
    color: var(--gwh-lime);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.17em;
    margin-top: 7px;
    text-transform: uppercase;
}

.gw-public-site.gw-page-scrolled .gw-nav-brand,
.gw-public-site .navbar.navbar-custom.affix .gw-nav-brand {
    color: var(--gwh-ink) !important;
}

.gw-public-site.gw-page-scrolled .gw-nav-brand img,
.gw-public-site .navbar.navbar-custom.affix .gw-nav-brand img {
    border-color: rgba(8, 26, 21, 0.08);
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(5, 29, 22, 0.1);
    height: 52px;
    width: 52px;
}

.gw-public-site .navbar-custom .navbar-links-custom {
    align-items: center;
    display: flex;
    gap: 2px;
    height: 68px;
    margin: 0;
}

.gw-public-site .navbar-custom .navbar-links-custom > li > a,
.gw-public-site .navbar-custom .navbar-links-custom > li form button {
    background: transparent !important;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.11em;
    line-height: 44px;
    padding: 0 14px !important;
    text-transform: uppercase;
    transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.gw-public-site .navbar-custom .navbar-links-custom > li > a:hover,
.gw-public-site .navbar-custom .navbar-links-custom > li > a:focus {
    background: rgba(255, 255, 255, 0.09) !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.gw-public-site.gw-page-scrolled .navbar-custom .navbar-links-custom > li > a,
.gw-public-site .navbar.navbar-custom.affix .navbar-links-custom > li > a {
    color: rgba(8, 26, 21, 0.72) !important;
}

.gw-public-site.gw-page-scrolled .navbar-custom .navbar-links-custom > li > a:hover,
.gw-public-site .navbar.navbar-custom.affix .navbar-links-custom > li > a:hover {
    background: rgba(10, 75, 55, 0.08) !important;
    color: var(--gwh-forest) !important;
}

.gw-public-site .navbar-custom #client-login > a {
    border: 1px solid rgba(255, 255, 255, 0.26);
    margin-left: 7px;
    padding-inline: 18px !important;
}

.gw-public-site.gw-page-scrolled .navbar-custom #client-login > a,
.gw-public-site .navbar.navbar-custom.affix #client-login > a {
    border-color: rgba(8, 26, 21, 0.16);
}

.gw-public-site .navbar-custom .search-button-phone a {
    align-items: center;
    background: var(--gwh-lime) !important;
    border: 0 !important;
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(200, 238, 75, 0.2);
    color: var(--gwh-ink) !important;
    display: flex;
    height: 44px;
    justify-content: center;
    margin-left: 8px;
    padding: 0 !important;
    transition: transform 180ms ease, box-shadow 180ms ease;
    width: 44px;
}

.gw-public-site .navbar-custom .search-button-phone a:hover {
    box-shadow: 0 14px 30px rgba(200, 238, 75, 0.3);
    transform: translateY(-2px) rotate(-4deg);
}

.gw-public-site .navbar-custom .search-button-phone-icon {
    display: inline-block;
    fill: currentColor;
    height: 16px;
    width: 16px;
}

.gw-public-site .nav-phone-btn svg,
.gw-public-site .fa-phone {
    animation: ajg-phone-ring 6s ease-in-out infinite !important;
    display: inline-block;
    transform-origin: center;
    will-change: transform;
}

.gw-public-site .search-button-phone-icon {
    transform-box: fill-box;
}

@keyframes ajg-phone-ring {
    0% { transform: rotate(0deg); }
    2% { transform: rotate(-18deg); }
    4% { transform: rotate(18deg); }
    6% { transform: rotate(-14deg); }
    8% { transform: rotate(14deg); }
    10% { transform: rotate(-10deg); }
    12% { transform: rotate(10deg); }
    14% { transform: rotate(-6deg); }
    16% { transform: rotate(0deg); }
    100% { transform: rotate(0deg); }
}

.gw-public-site .navbar-custom .search-button-phone i {
    color: inherit !important;
    font-size: 15px;
    line-height: 1 !important;
}

.gw-public-site .navbar-custom .search-holder {
    margin-top: 0;
}

.gw-public-site .navbar-custom .search-holder .search-button-phone a {
    overflow: visible;
    position: relative;
}

.gw-public-site .navbar-custom .search-holder .search-button-phone a::after {
    animation: mkmRingPulse 2.5s ease-in-out infinite;
    border: 2px solid rgba(15, 95, 70, 0.32);
    border-radius: 999px;
    content: "";
    inset: -2px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

@media (min-width: 992px) {
    .gw-public-site .navbar-custom .navbar-links-custom > .search-holder {
        align-items: center;
        align-self: stretch;
        display: flex;
        padding-block: 0;
    }

    .gw-public-site .navbar-custom .search-holder .search-button {
        align-items: center;
        display: flex;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gw-public-site .nav-phone-btn svg,
    .gw-public-site .fa-phone,
    .gw-public-site .mkf-contact-icon .fa-phone,
    .gw-public-site .navbar-custom .search-holder .search-button-phone a::after {
        animation: none !important;
    }
}

/* Shared typography and interactive primitives. */
.gw-eyebrow,
.gwh-kicker,
.gwh-eyebrow {
    align-items: center;
    color: var(--gwh-forest-bright);
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    gap: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.gw-eyebrow::before,
.gwh-eyebrow::before {
    background: var(--gwh-gold);
    content: "";
    height: 2px;
    width: 28px;
}

.gw-eyebrow--light,
.gwh-eyebrow--light {
    color: var(--gwh-lime);
}

.gw-actions,
.gwh-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.gw-button,
.gwh-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    gap: 13px;
    justify-content: center;
    letter-spacing: 0.08em;
    min-height: 56px;
    padding: 0 25px;
    position: relative;
    text-transform: uppercase;
    transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.gw-button i,
.gwh-button i {
    transition: transform 220ms ease;
}

.gw-button:hover,
.gw-button:focus,
.gwh-button:hover,
.gwh-button:focus {
    transform: translateY(-3px);
}

.gw-button:hover i.fa-arrow-right,
.gw-button:focus i.fa-arrow-right,
.gwh-button:hover i.fa-arrow-right,
.gwh-button:focus i.fa-arrow-right {
    transform: translateX(4px);
}

.gw-button--primary,
.gwh-button--primary {
    background: var(--gwh-lime);
    box-shadow: 0 15px 35px rgba(145, 181, 35, 0.22);
    color: var(--gwh-ink) !important;
}

.gw-button--primary:hover,
.gw-button--primary:focus,
.gwh-button--primary:hover,
.gwh-button--primary:focus {
    background: #dbff64;
    box-shadow: 0 18px 40px rgba(145, 181, 35, 0.3);
}

.gw-button--ghost,
.gwh-button--ghost {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff !important;
}

.gw-button--glass,
.gwh-button--glass {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff !important;
}

.gw-button--ghost:hover,
.gw-button--ghost:focus,
.gw-button--glass:hover,
.gw-button--glass:focus,
.gwh-button--ghost:hover,
.gwh-button--ghost:focus,
.gwh-button--glass:hover,
.gwh-button--glass:focus {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.4);
}

.gw-text-link,
.gwh-text-link {
    align-items: center;
    color: var(--gwh-forest) !important;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    gap: 10px;
    letter-spacing: 0.08em;
    padding-bottom: 6px;
    position: relative;
    text-transform: uppercase;
}

.gw-text-link::after,
.gwh-text-link::after {
    background: currentColor;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0.32);
    transform-origin: left;
    transition: transform 260ms ease;
    width: 100%;
}

.gw-text-link:hover::after,
.gw-text-link:focus::after,
.gwh-text-link:hover::after,
.gwh-text-link:focus::after {
    transform: scaleX(1);
}

.gw-text-link--light,
.gwh-text-link--light {
    color: #fff !important;
}

.gw-stars,
.gwh-stars {
    color: var(--gwh-gold);
    display: flex;
    gap: 3px;
}

.gw-section-heading {
    align-items: end;
    display: grid;
    gap: clamp(30px, 7vw, 110px);
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    margin-bottom: clamp(52px, 7vw, 92px);
}

.gw-section-heading h2 {
    color: var(--gwh-ink);
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.98;
    margin: 22px 0 0;
}

.gw-section-heading__detail {
    align-items: flex-start;
    display: flex;
    gap: 24px;
}

.gw-section-heading__detail p {
    color: rgba(8, 26, 21, 0.62);
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
    max-width: 480px;
}

.gw-section-heading__number {
    color: var(--gwh-moss);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    padding-top: 5px;
}

.gw-section-heading--light h2 {
    color: #fff;
}

.gw-section-heading--light .gw-section-heading__detail p {
    color: rgba(255, 255, 255, 0.62);
}

.gw-section-heading--light .gw-section-heading__number {
    color: var(--gwh-lime);
}

.gw-section-heading--center {
    display: block;
    margin-inline: auto;
    max-width: 880px;
    text-align: center;
}

.gw-section-heading--center .gw-eyebrow {
    justify-content: center;
}

.gwp-section {
    padding: clamp(92px, 11vw, 160px) 0;
    position: relative;
}

.gwp-section--dark {
    background:
        radial-gradient(circle at 82% 20%, rgba(32, 108, 77, 0.26), transparent 30%),
        linear-gradient(142deg, #061712 0%, #08251c 57%, #0a3426 100%);
    color: #fff;
}

.gwp-section--dark::before,
.gwp-cta__grid,
.gwp-hero__grid {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 72px 72px;
}

/* Shared inner-page hero. */
.gwp-hero {
    align-items: end;
    background: #061712;
    color: #fff;
    display: flex;
    min-height: 760px;
    overflow: hidden;
    padding: 180px 0 92px;
    position: relative;
}

.gwp-hero--compact {
    min-height: 650px;
    padding-bottom: 78px;
}

.gwp-hero::after {
    background: linear-gradient(90deg, var(--gwh-lime), var(--gwh-gold));
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 4;
}

.gwp-hero__media,
.gwp-hero__veil,
.gwp-hero__grid {
    inset: 0;
    position: absolute;
}

.gwp-hero__media {
    left: 38%;
    overflow: hidden;
}

.gwp-hero__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate3d(0, var(--gw-parallax-shift, 0px), 0) scale(1.08);
    width: 100%;
}

.gwp-hero__veil {
    background:
        linear-gradient(90deg, #061712 0%, rgba(6, 23, 18, 0.98) 32%, rgba(6, 23, 18, 0.75) 58%, rgba(6, 23, 18, 0.28) 100%),
        linear-gradient(0deg, rgba(6, 23, 18, 0.68), transparent 50%);
    z-index: 1;
}

.gwp-hero__grid {
    z-index: 2;
}

.gwp-hero__rail {
    background: rgba(255, 255, 255, 0.13);
    bottom: 0;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 2;
}

.gwp-hero__layout {
    align-items: end;
    display: grid;
    gap: 70px;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 0.38fr);
    z-index: 3;
}

.gwp-hero__copy {
    max-width: 850px;
}

.gwp-hero__back {
    margin-bottom: 44px;
}

.gwp-hero__back i {
    transition: transform 200ms ease;
}

.gwp-hero__back:hover i {
    transform: translateX(-4px);
}

.gwp-hero__overline {
    align-items: center;
    display: flex;
    gap: 22px;
}

.gwp-hero__number {
    color: rgba(255, 255, 255, 0.38);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.gwp-hero h1 {
    color: #fff;
    font-size: clamp(58px, 7.5vw, 112px);
    font-weight: 800;
    letter-spacing: -0.067em;
    line-height: 0.88;
    margin: 34px 0 0;
    max-width: 970px;
    text-wrap: balance;
}

.gwp-hero--compact h1 {
    font-size: clamp(52px, 6.4vw, 94px);
}

.gwp-hero__description {
    color: rgba(255, 255, 255, 0.69);
    font-size: clamp(15px, 1.35vw, 18px);
    line-height: 1.75;
    margin: 34px 0 0;
    max-width: 700px;
}

.gwp-hero__actions {
    margin-top: 36px;
}

.gwp-hero__aside {
    align-self: end;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 36px;
}

.gwp-hero-note {
    display: grid;
    gap: 18px;
}

.gwp-hero-note__mark {
    color: var(--gwh-lime);
    font-size: clamp(36px, 4vw, 58px);
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 0.8;
}

.gwp-hero-note p,
.gwp-review-prompt p {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.65;
    margin: 0;
}

.gwp-hero-note > span:last-child,
.gwp-review-prompt > span {
    color: rgba(255, 255, 255, 0.48);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.gwp-hero-stat {
    align-items: center;
    display: flex;
    gap: 18px;
}

.gwp-hero-stat strong {
    color: var(--gwh-lime);
    font-size: clamp(58px, 6vw, 88px);
    font-weight: 800;
    letter-spacing: -0.08em;
    line-height: 0.8;
}

.gwp-hero-stat span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.6;
    text-transform: uppercase;
}

.gwp-hero-contact {
    color: #fff !important;
    display: grid;
    gap: 7px;
}

.gwp-hero-contact > span {
    align-items: center;
    background: var(--gwh-lime);
    border-radius: 50%;
    color: var(--gwh-ink);
    display: flex;
    height: 54px;
    justify-content: center;
    margin-bottom: 12px;
    width: 54px;
}

.gwp-hero-contact small {
    color: rgba(255, 255, 255, 0.54);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.gwp-hero-contact strong {
    font-size: 18px;
    letter-spacing: -0.03em;
}

.gwp-hero__caption {
    align-items: center;
    bottom: 30px;
    color: rgba(255, 255, 255, 0.48);
    display: flex;
    font-size: 8px;
    font-weight: 800;
    gap: 10px;
    letter-spacing: 0.15em;
    position: absolute;
    right: 34px;
    text-transform: uppercase;
    transform: rotate(-90deg) translateX(100%);
    transform-origin: right bottom;
    z-index: 3;
}

.gwp-hero__caption span {
    background: var(--gwh-lime);
    height: 1px;
    width: 28px;
}

.gwp-review-prompt {
    display: grid;
    gap: 18px;
}

/* Shared CTA and empty states. */
.gwp-cta {
    align-items: center;
    background: #061712;
    color: #fff;
    display: flex;
    min-height: 610px;
    overflow: hidden;
    padding: 110px 0;
    position: relative;
}

.gwp-cta__image,
.gwp-cta__overlay,
.gwp-cta__grid {
    inset: 0;
    position: absolute;
}

.gwp-cta__image {
    height: 100%;
    object-fit: cover;
    transform: translate3d(0, var(--gw-parallax-shift, 0px), 0) scale(1.1);
    width: 100%;
}

.gwp-cta__overlay {
    background: linear-gradient(90deg, rgba(6, 23, 18, 0.98) 0%, rgba(6, 23, 18, 0.86) 47%, rgba(6, 23, 18, 0.4) 100%);
}

.gwp-cta__content {
    z-index: 2;
}

.gwp-cta h2 {
    color: #fff;
    font-size: clamp(48px, 6vw, 84px);
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 0.92;
    margin: 28px 0 0;
    max-width: 900px;
    text-wrap: balance;
}

.gwp-cta p {
    color: rgba(255, 255, 255, 0.66);
    font-size: 16px;
    line-height: 1.75;
    margin: 28px 0 34px;
    max-width: 650px;
}

.gwp-empty {
    align-items: center;
    background: #fff;
    border: 1px solid var(--gwh-line);
    border-radius: var(--gwh-radius);
    box-shadow: var(--gwh-shadow);
    display: flex;
    flex-direction: column;
    margin: 20px auto 0;
    max-width: 760px;
    padding: 72px 36px;
    text-align: center;
}

.gwp-empty__icon {
    align-items: center;
    background: var(--gwh-lime);
    border-radius: 50%;
    color: var(--gwh-ink);
    display: flex;
    height: 70px;
    justify-content: center;
    width: 70px;
}

.gwp-empty h3 {
    color: var(--gwh-ink);
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin: 24px 0 0;
}

.gwp-empty p {
    color: rgba(8, 26, 21, 0.6);
    line-height: 1.7;
    margin: 14px auto 0;
    max-width: 520px;
}

/* Shared filtering controls. */
.gwp-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: -24px 0 48px;
}

.gwp-filter__button {
    background: transparent;
    border: 1px solid rgba(8, 26, 21, 0.16);
    border-radius: 999px;
    color: rgba(8, 26, 21, 0.65);
    font: 800 10px/1 "Montserrat", Arial, sans-serif;
    letter-spacing: 0.1em;
    min-height: 44px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.gwp-filter__button:hover,
.gwp-filter__button:focus,
.gwp-filter__button.is-active {
    background: var(--gwh-forest);
    border-color: var(--gwh-forest);
    color: #fff;
    transform: translateY(-2px);
}

[data-gw-filter-item][hidden] {
    display: none !important;
}

/* Shared progressive motion: visible by default, animated only after JS opts in. */
.gw-motion-ready [data-gw-reveal] {
    opacity: 0;
    transition: opacity 720ms cubic-bezier(0.2, 0.75, 0.25, 1), transform 720ms cubic-bezier(0.2, 0.75, 0.25, 1);
    transition-delay: var(--gw-reveal-delay, 0ms);
    will-change: opacity, transform;
}

.gw-motion-ready [data-gw-reveal="up"] {
    transform: translateY(38px);
}

.gw-motion-ready [data-gw-reveal="left"] {
    transform: translateX(42px);
}

.gw-motion-ready [data-gw-reveal="right"] {
    transform: translateX(-42px);
}

.gw-motion-ready [data-gw-reveal].is-revealed {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.gwp-page [hidden] {
    display: none !important;
}

.gwp-page :focus-visible {
    outline: 3px solid var(--gwh-gold);
    outline-offset: 4px;
}

/* The footer shares the same material and spacing on every public page. */
.gw-public-site .mkf-footer {
    background:
        radial-gradient(circle at 14% 14%, rgba(200, 238, 75, 0.08), transparent 26%),
        radial-gradient(circle at 90% 82%, rgba(241, 182, 62, 0.08), transparent 28%),
        #04130f;
    border-top: 0;
    color: #fff;
    overflow: hidden;
    padding-top: 84px;
}

.gw-public-site .mkf-footer-spacer {
    display: none;
}

.gw-public-site .mkf-top-line {
    background: linear-gradient(90deg, var(--gwh-lime), var(--gwh-gold));
    height: 4px;
    opacity: 1;
}

.gw-public-site .mkf-container {
    max-width: 1320px;
}

.gw-public-site .mkf-grid {
    gap: 18px;
}

.gw-public-site .mkf-brand-logo {
    align-self: center;
}

.gw-public-site .mkf-glass {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    box-shadow: none;
}

.gw-public-site .mkf-glass:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(200, 238, 75, 0.22);
    transform: translateY(-4px);
}

.gw-public-site .mkf-title,
.gw-public-site .mkf-contact-value,
.gw-public-site .mkf-nav a,
.gw-public-site .mkf-brand-tagline,
.gw-public-site .mkf-brand-services p {
    color: #fff !important;
}

.gw-public-site .mkf-title {
    color: var(--gwh-lime) !important;
}

.gw-public-site .mkf-title::after {
    background: linear-gradient(90deg, var(--gwh-lime), transparent);
}

.gw-public-site .mkf-nav a:hover,
.gw-public-site .mkf-nav a:focus {
    background: rgba(200, 238, 75, 0.08) !important;
    border-color: rgba(200, 238, 75, 0.16);
    color: var(--gwh-lime) !important;
}

.gw-public-site .mkf-contact-label,
.gw-public-site .mkf-copyright {
    color: rgba(255, 255, 255, 0.52);
}

.gw-public-site .mkf-contact-item {
    background: rgba(255, 255, 255, 0.045) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: none;
}

.gw-public-site .mkf-contact-item:hover {
    background: rgba(200, 238, 75, 0.08) !important;
    border-color: rgba(200, 238, 75, 0.2) !important;
}

.gw-public-site .mkf-contact-icon,
.gw-public-site .mkf-social-btn {
    background: rgba(200, 238, 75, 0.12);
    border-color: rgba(200, 238, 75, 0.18);
    color: var(--gwh-lime);
}

.gw-public-site .mkf-contact-icon i,
.gw-public-site .mkf-social-btn i {
    color: var(--gwh-lime) !important;
    display: inline-block;
}

.gw-public-site .mkf-login-btn {
    background: rgba(200, 238, 75, 0.08);
    border-color: rgba(200, 238, 75, 0.16);
    box-shadow: none;
    color: var(--gwh-lime) !important;
}

.gw-public-site .mkf-login-btn i {
    color: var(--gwh-lime) !important;
}

.gw-public-site .mkf-login-btn:hover,
.gw-public-site .mkf-login-btn:focus {
    background: var(--gwh-lime);
    border-color: var(--gwh-lime);
    color: var(--gwh-ink) !important;
}

.gw-public-site .mkf-login-btn:hover i,
.gw-public-site .mkf-login-btn:focus i {
    color: var(--gwh-ink) !important;
}

.gw-public-site .mkf-bottom {
    border-color: rgba(255, 255, 255, 0.09);
    margin-top: 28px;
}

/* A distinct studio signature follows the utility footer without competing with it. */
.gw-public-site .mkf-studio-signature {
    --mkf-studio-indigo: #7184f4;
    --mkf-studio-mint: #72f1b8;
    animation: mkfStudioBorder 9s linear infinite;
    background: linear-gradient(
        110deg,
        rgba(200, 238, 75, 0.78),
        rgba(113, 132, 244, 0.86),
        rgba(114, 241, 184, 0.76),
        rgba(241, 182, 62, 0.76),
        rgba(200, 238, 75, 0.78)
    );
    background-size: 280% 100%;
    border-radius: 28px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28), 0 0 34px rgba(113, 132, 244, 0.1);
    isolation: isolate;
    margin-top: 18px;
    padding: 1px;
    position: relative;
}

.gw-public-site .mkf-studio-signature::before {
    background: radial-gradient(circle, rgba(113, 132, 244, 0.3), transparent 68%);
    content: "";
    filter: blur(22px);
    inset: 18% 7% -18%;
    opacity: 0.28;
    pointer-events: none;
    position: absolute;
    z-index: -1;
}

.gw-public-site .mkf-studio-link {
    align-items: center;
    background:
        radial-gradient(circle at 7% 8%, rgba(113, 132, 244, 0.25), transparent 28%),
        radial-gradient(circle at 86% 116%, rgba(114, 241, 184, 0.16), transparent 34%),
        linear-gradient(112deg, #0b1b19 0%, #11192a 53%, #0a1916 100%);
    border-radius: 27px;
    color: #fff !important;
    display: grid;
    gap: clamp(18px, 2.3vw, 34px);
    grid-template-columns: auto minmax(280px, 1.35fr) minmax(240px, 0.9fr) auto;
    min-height: 154px;
    overflow: hidden;
    padding: clamp(24px, 2.6vw, 36px);
    position: relative;
    text-decoration: none !important;
    transition: box-shadow 360ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.gw-public-site .mkf-studio-link::before {
    background-image: radial-gradient(rgba(255, 255, 255, 0.13) 1px, transparent 1px);
    background-size: 18px 18px;
    content: "";
    inset: 0;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 42%, rgba(0, 0, 0, 0.28));
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 42%, rgba(0, 0, 0, 0.28));
    opacity: 0.22;
    pointer-events: none;
    position: absolute;
}

.gw-public-site .mkf-studio-link::after {
    animation: mkfStudioSweep 6.8s ease-in-out infinite;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
    content: "";
    height: 220%;
    left: -32%;
    pointer-events: none;
    position: absolute;
    top: -60%;
    transform: rotate(14deg);
    width: 18%;
}

.gw-public-site .mkf-studio-link > * {
    position: relative;
    z-index: 1;
}

.gw-public-site .mkf-studio-link:focus-visible {
    box-shadow: 0 0 0 4px #04130f, 0 0 0 7px var(--gwh-lime), 0 24px 70px rgba(0, 0, 0, 0.34);
    outline: none;
}

.gw-public-site .mkf-studio-mark {
    align-items: center;
    background: linear-gradient(145deg, rgba(113, 132, 244, 0.3), rgba(114, 241, 184, 0.1));
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 25px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 18px 42px rgba(35, 41, 108, 0.3);
    display: flex;
    height: 86px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
    width: 86px;
}

.gw-public-site .mkf-studio-mark::before {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.24), transparent 66%);
    content: "";
    inset: 14px;
    position: absolute;
}

.gw-public-site .mkf-studio-mark-orbit {
    animation: mkfStudioOrbit 7s linear infinite;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 50%;
    inset: 9px;
    position: absolute;
}

.gw-public-site .mkf-studio-mark-orbit::before,
.gw-public-site .mkf-studio-mark-orbit::after {
    border-radius: 50%;
    content: "";
    position: absolute;
}

.gw-public-site .mkf-studio-mark-orbit::before {
    background: var(--mkf-studio-mint);
    box-shadow: 0 0 13px rgba(114, 241, 184, 0.9);
    height: 7px;
    left: 50%;
    top: -4px;
    transform: translateX(-50%);
    width: 7px;
}

.gw-public-site .mkf-studio-mark-orbit::after {
    background: var(--mkf-studio-indigo);
    bottom: -3px;
    box-shadow: 0 0 12px rgba(113, 132, 244, 0.9);
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
}

.gw-public-site .mkf-studio-mark-letters {
    color: #fff;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -0.06em;
    text-shadow: 0 2px 18px rgba(255, 255, 255, 0.28);
}

.gw-public-site .mkf-studio-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.gw-public-site .mkf-studio-kicker {
    align-items: center;
    color: rgba(199, 255, 230, 0.72);
    display: flex;
    font-size: 10px;
    font-weight: 800;
    gap: 9px;
    letter-spacing: 0.17em;
    line-height: 1.4;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.gw-public-site .mkf-studio-signal {
    animation: mkfStudioPulse 2.2s ease-in-out infinite;
    background: var(--mkf-studio-mint);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(114, 241, 184, 0.08), 0 0 14px rgba(114, 241, 184, 0.8);
    flex: 0 0 auto;
    height: 7px;
    width: 7px;
}

.gw-public-site .mkf-studio-name {
    color: #fff;
    display: block;
    font-size: clamp(28px, 2.7vw, 39px);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 1;
    overflow-wrap: normal;
    white-space: nowrap;
}

.gw-public-site .mkf-studio-name span {
    animation: mkfStudioText 5s ease-in-out infinite;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(100deg, var(--mkf-studio-indigo), var(--mkf-studio-mint), var(--gwh-lime), var(--mkf-studio-indigo));
    background-size: 220% 100%;
    color: transparent;
}

.gw-public-site .mkf-studio-promise {
    color: rgba(255, 255, 255, 0.58);
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.55;
    margin-top: 9px;
    max-width: 590px;
}

.gw-public-site .mkf-studio-capabilities {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gw-public-site .mkf-studio-capabilities > span {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.08em;
    padding: 8px 11px;
    text-transform: uppercase;
}

.gw-public-site .mkf-studio-cta {
    align-items: center;
    background: linear-gradient(125deg, #5568d8, #7350bd);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 17px;
    box-shadow: 0 16px 36px rgba(58, 65, 166, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 13px;
    justify-content: space-between;
    min-height: 56px;
    padding: 10px 11px 10px 18px;
    white-space: nowrap;
}

.gw-public-site .mkf-studio-cta i {
    align-items: center;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 11px;
    display: flex;
    font-size: 17px;
    font-style: normal;
    height: 34px;
    justify-content: center;
    transition: background-color 280ms ease, transform 280ms ease;
    width: 34px;
}

@media (hover: hover) and (pointer: fine) {
    .gw-public-site .mkf-studio-link:hover {
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 24px 64px rgba(0, 0, 0, 0.28);
        transform: translateY(-3px);
    }

    .gw-public-site .mkf-studio-link:hover .mkf-studio-mark {
        transform: rotate(-3deg) scale(1.045);
    }

    .gw-public-site .mkf-studio-link:hover .mkf-studio-mark-orbit {
        animation-duration: 3.4s;
    }

    .gw-public-site .mkf-studio-link:hover .mkf-studio-cta i {
        background: rgba(255, 255, 255, 0.24);
        transform: translate(2px, -2px);
    }
}

@keyframes mkfStudioBorder {
    to { background-position: 280% 0; }
}

@keyframes mkfStudioSweep {
    0%, 58% { left: -32%; opacity: 0; }
    66% { opacity: 1; }
    86%, 100% { left: 118%; opacity: 0; }
}

@keyframes mkfStudioOrbit {
    to { transform: rotate(360deg); }
}

@keyframes mkfStudioPulse {
    50% { opacity: 0.46; transform: scale(0.72); }
}

@keyframes mkfStudioText {
    0%, 100% { background-position: 0 50%; }
    50% { background-position: 100% 50%; }
}

@media (max-width: 991px) {
    .gw-public-site .mkf-studio-link {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .gw-public-site .mkf-studio-capabilities {
        grid-column: 2 / -1;
        grid-row: 2;
        margin-top: -8px;
    }

    .gw-public-site .mkf-studio-cta {
        grid-column: 3;
        grid-row: 1;
    }
}

@media (max-width: 767px) {
    .gw-public-site .mkf-studio-link {
        gap: 18px;
        grid-template-columns: 68px minmax(0, 1fr);
        padding: 24px;
    }

    .gw-public-site .mkf-studio-mark {
        border-radius: 21px;
        height: 68px;
        width: 68px;
    }

    .gw-public-site .mkf-studio-mark-orbit {
        inset: 7px;
    }

    .gw-public-site .mkf-studio-mark-letters {
        font-size: 18px;
    }

    .gw-public-site .mkf-studio-name {
        font-size: clamp(25px, 7.5vw, 34px);
    }

    .gw-public-site .mkf-studio-capabilities {
        grid-column: 1 / -1;
        margin-top: 0;
    }

    .gw-public-site .mkf-studio-cta {
        grid-column: 1 / -1;
        grid-row: auto;
        justify-content: space-between;
        width: 100%;
    }
}

@media (max-width: 430px) {
    .gw-public-site .mkf-studio-signature {
        border-radius: 24px;
    }

    .gw-public-site .mkf-studio-link {
        border-radius: 23px;
        grid-template-columns: 1fr;
        padding: 26px 20px 20px;
        text-align: center;
    }

    .gw-public-site .mkf-studio-mark {
        justify-self: center;
    }

    .gw-public-site .mkf-studio-kicker,
    .gw-public-site .mkf-studio-capabilities {
        justify-content: center;
    }

    .gw-public-site .mkf-studio-name {
        font-size: clamp(25px, 9vw, 34px);
        white-space: normal;
    }

    .gw-public-site .mkf-studio-promise {
        font-size: 11px;
        margin-inline: auto;
    }

    .gw-public-site .mkf-studio-capabilities {
        grid-column: auto;
        grid-row: auto;
    }

    .gw-public-site .mkf-studio-cta {
        grid-column: auto;
        text-align: left;
    }
}

/* About page. */
.gwp-about-story {
    background:
        radial-gradient(circle at 8% 72%, rgba(200, 238, 75, 0.09), transparent 24%),
        var(--gwh-paper);
}

.gwp-about-story__layout {
    align-items: center;
    display: grid;
    gap: clamp(60px, 9vw, 128px);
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.82fr);
}

.gwp-about-story__visual {
    min-height: 660px;
    position: relative;
}

.gwp-about-story__visual::before {
    border: 1px solid rgba(8, 26, 21, 0.16);
    content: "";
    inset: 28px -26px -28px 32px;
    position: absolute;
}

.gwp-about-story__image {
    border-radius: 8px 90px 8px 8px;
    height: 640px;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.gwp-about-story__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    transform: translate3d(0, var(--gw-parallax-shift, 0px), 0) scale(1.08);
    width: 100%;
}

.gwp-about-story__stamp {
    align-items: center;
    background: var(--gwh-lime);
    border: 9px solid var(--gwh-paper);
    border-radius: 50%;
    bottom: 36px;
    color: var(--gwh-ink);
    display: flex;
    flex-direction: column;
    height: 160px;
    justify-content: center;
    position: absolute;
    right: -48px;
    text-align: center;
    transform: rotate(-7deg);
    width: 160px;
    z-index: 2;
}

.gwp-about-story__stamp strong {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    text-transform: uppercase;
}

.gwp-about-story__stamp span {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.13em;
    margin-top: 8px;
    text-transform: uppercase;
}

.gwp-about-story__caption {
    bottom: 24px;
    color: rgba(8, 26, 21, 0.52);
    font-size: 8px;
    font-weight: 800;
    left: -28px;
    letter-spacing: 0.15em;
    position: absolute;
    text-transform: uppercase;
    transform: rotate(-90deg) translateY(-100%);
    transform-origin: left bottom;
}

.gwp-about-story__copy {
    position: relative;
}

.gwp-about-story__quote {
    color: rgba(127, 162, 29, 0.16);
    font-family: Georgia, serif;
    font-size: 180px;
    left: -40px;
    line-height: 0.6;
    position: absolute;
    top: -60px;
}

.gwp-about-story__copy h3 {
    color: var(--gwh-forest);
    font-size: clamp(29px, 3vw, 44px);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.08;
    margin: 0 0 30px;
    position: relative;
}

.gwp-about-story__copy > p {
    color: rgba(8, 26, 21, 0.66);
    font-size: 16px;
    line-height: 1.95;
    margin: 0;
}

.gwp-about-story__signature {
    align-items: center;
    display: flex;
    gap: 18px;
    margin-top: 34px;
}

.gwp-about-story__signature > span {
    background: var(--gwh-gold);
    height: 2px;
    width: 48px;
}

.gwp-about-story__signature div {
    display: grid;
    gap: 4px;
}

.gwp-about-story__signature strong {
    color: var(--gwh-ink);
    font-size: 12px;
    font-weight: 800;
}

.gwp-about-story__signature small {
    color: rgba(8, 26, 21, 0.48);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.gwp-value-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gwp-value-card {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 24px;
    min-height: 355px;
    overflow: hidden;
    padding: 38px;
    position: relative;
    transition: background-color 260ms ease, border-color 260ms ease, transform 260ms ease;
}

.gwp-value-card::after {
    background: linear-gradient(90deg, var(--gwh-lime), var(--gwh-gold));
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 300ms ease;
    width: 100%;
}

.gwp-value-card:hover {
    background: rgba(255, 255, 255, 0.085);
    border-color: rgba(200, 238, 75, 0.24);
    transform: translateY(-8px);
}

.gwp-value-card:hover::after {
    transform: scaleX(1);
}

.gwp-value-card__number {
    color: rgba(255, 255, 255, 0.28);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    position: absolute;
    right: 32px;
    top: 30px;
}

.gwp-value-card > i {
    align-items: center;
    background: var(--gwh-lime);
    border-radius: 50%;
    color: var(--gwh-ink);
    display: flex;
    font-size: 18px;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.gwp-value-card h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.12;
    margin: 62px 0 0;
}

.gwp-value-card p {
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    line-height: 1.75;
    margin: 17px 0 0;
}

.gwp-value-grid--light .gwp-value-card {
    background: #fff;
    border-color: var(--gwh-line);
    box-shadow: 0 18px 55px rgba(6, 38, 28, 0.07);
}

.gwp-value-grid--light .gwp-value-card__number {
    color: rgba(8, 26, 21, 0.25);
}

.gwp-value-grid--light .gwp-value-card h3 {
    color: var(--gwh-ink);
    margin-top: 78px;
}

.gwp-value-grid--light .gwp-value-card p {
    color: rgba(8, 26, 21, 0.58);
}

/* Gallery index. */
.gwp-gallery-index {
    background:
        radial-gradient(circle at 94% 18%, rgba(200, 238, 75, 0.1), transparent 24%),
        var(--gwh-paper);
}

.gwp-project-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gwp-project-card {
    background: #fff;
    border: 1px solid var(--gwh-line);
    border-radius: 26px;
    box-shadow: 0 22px 65px rgba(6, 38, 28, 0.08);
    color: var(--gwh-ink) !important;
    display: grid;
    grid-template-rows: minmax(360px, 1fr) auto;
    min-height: 650px;
    overflow: hidden;
    transition: box-shadow 300ms ease, transform 300ms ease;
}

.gwp-project-card:nth-child(4n + 2),
.gwp-project-card:nth-child(4n + 3) {
    margin-top: 70px;
}

.gwp-project-card:hover {
    box-shadow: 0 34px 90px rgba(6, 38, 28, 0.16);
    transform: translateY(-10px);
}

.gwp-project-card__media {
    background: var(--gwh-forest);
    min-height: 360px;
    overflow: hidden;
    position: relative;
}

.gwp-project-card__media::after {
    background: linear-gradient(0deg, rgba(6, 23, 18, 0.54), transparent 46%);
    content: "";
    inset: 0;
    position: absolute;
}

.gwp-project-card__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: filter 500ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1);
    width: 100%;
}

.gwp-project-card:hover .gwp-project-card__media img {
    filter: saturate(1.08) contrast(1.02);
    transform: scale(1.055);
}

.gwp-project-card__placeholder {
    align-items: center;
    color: rgba(255, 255, 255, 0.45);
    display: flex;
    font-size: 50px;
    height: 100%;
    justify-content: center;
}

.gwp-project-card__index {
    bottom: 24px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    left: 28px;
    letter-spacing: 0.16em;
    position: absolute;
    z-index: 2;
}

.gwp-project-card__view {
    align-items: center;
    background: var(--gwh-lime);
    border-radius: 50%;
    bottom: 20px;
    color: var(--gwh-ink);
    display: flex;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: 22px;
    transform: rotate(45deg);
    transition: transform 300ms ease;
    width: 50px;
    z-index: 2;
}

.gwp-project-card:hover .gwp-project-card__view {
    transform: rotate(90deg);
}

.gwp-project-card__body {
    display: grid;
    gap: 34px;
    padding: 34px 36px 32px;
}

.gwp-project-card__label {
    color: var(--gwh-moss);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.gwp-project-card h2 {
    color: var(--gwh-ink);
    font-size: clamp(29px, 3vw, 44px);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1;
    margin: 14px 0 0;
}

.gwp-project-card p {
    color: rgba(8, 26, 21, 0.58);
    font-size: 14px;
    line-height: 1.7;
    margin: 17px 0 0;
}

.gwp-project-card__meta {
    align-items: center;
    border-top: 1px solid var(--gwh-line);
    display: flex;
    justify-content: space-between;
    padding-top: 21px;
}

.gwp-project-card__meta span,
.gwp-project-card__meta strong {
    align-items: center;
    display: inline-flex;
    font-size: 9px;
    font-weight: 800;
    gap: 8px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.gwp-project-card__meta span {
    color: rgba(8, 26, 21, 0.48);
}

.gwp-project-card__meta strong {
    color: var(--gwh-forest);
}

/* Project detail gallery. */
.gwp-project-gallery {
    background: var(--gwh-paper);
}

.gwp-photo-grid {
    display: grid;
    gap: 18px;
    grid-auto-rows: 230px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.gwp-photo {
    background: var(--gwh-forest);
    border-radius: 18px;
    grid-column: span 4;
    grid-row: span 2;
    overflow: hidden;
    position: relative;
}

.gwp-photo:nth-child(7n + 1),
.gwp-photo:nth-child(7n + 5) {
    grid-column: span 8;
}

.gwp-photo:nth-child(7n + 2),
.gwp-photo:nth-child(7n + 6) {
    grid-column: span 4;
}

.gwp-photo:nth-child(7n + 3),
.gwp-photo:nth-child(7n + 4) {
    grid-column: span 6;
}

.gwp-photo::after {
    background: linear-gradient(0deg, rgba(6, 23, 18, 0.52), transparent 42%);
    content: "";
    inset: 0;
    position: absolute;
    transition: background-color 260ms ease;
}

.gwp-photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 650ms cubic-bezier(0.2, 0.75, 0.25, 1);
    width: 100%;
}

.gwp-photo:hover img {
    transform: scale(1.055);
}

.gwp-photo__number {
    bottom: 22px;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    left: 24px;
    letter-spacing: 0.16em;
    position: absolute;
    z-index: 2;
}

.gwp-photo__open {
    align-items: center;
    background: var(--gwh-lime);
    border-radius: 50%;
    bottom: 18px;
    color: var(--gwh-ink);
    display: flex;
    height: 44px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    right: 20px;
    transform: translateY(8px);
    transition: opacity 220ms ease, transform 220ms ease;
    width: 44px;
    z-index: 2;
}

.gwp-photo:hover .gwp-photo__open,
.gwp-photo:focus .gwp-photo__open {
    opacity: 1;
    transform: translateY(0);
}

/* FAQ. */
.gwp-faq-list {
    background:
        radial-gradient(circle at 90% 18%, rgba(200, 238, 75, 0.08), transparent 24%),
        var(--gwh-paper);
}

.gwp-accordion {
    border-top: 1px solid var(--gwh-line);
}

.gwp-accordion__item {
    border-bottom: 1px solid var(--gwh-line);
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    padding: 0;
    transition: background-color 220ms ease;
}

.gwp-accordion__item.is-open {
    background: #fff;
    box-shadow: 0 18px 58px rgba(6, 38, 28, 0.07);
}

.gwp-accordion__number {
    color: var(--gwh-moss);
    font-size: 10px;
    font-weight: 800;
    grid-row: 1 / span 2;
    letter-spacing: 0.14em;
    padding: 36px 0 0 24px;
}

.gwp-accordion__item h3 {
    margin: 0;
}

.gwp-accordion__button {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--gwh-ink);
    display: flex;
    font: inherit;
    justify-content: space-between;
    padding: 30px 26px 30px 0;
    text-align: left;
    width: 100%;
}

.gwp-accordion__button > span {
    font-size: clamp(18px, 2vw, 25px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.25;
}

.gwp-accordion__button i {
    align-items: center;
    border: 1px solid rgba(8, 26, 21, 0.15);
    border-radius: 50%;
    display: flex;
    flex: 0 0 auto;
    height: 42px;
    justify-content: center;
    margin-left: 24px;
    transition: background-color 220ms ease, border-color 220ms ease, transform 300ms ease;
    width: 42px;
}

.gwp-accordion__item.is-open .gwp-accordion__button i {
    background: var(--gwh-lime);
    border-color: var(--gwh-lime);
    transform: rotate(45deg);
}

.gwp-accordion__panel {
    padding: 0 82px 34px 0;
}

.gwp-accordion__answer {
    color: rgba(8, 26, 21, 0.62);
    font-size: 15px;
    line-height: 1.85;
    max-width: 850px;
}

/* Team. */
.gwp-team-list {
    background:
        radial-gradient(circle at 6% 75%, rgba(200, 238, 75, 0.08), transparent 26%),
        var(--gwh-paper);
}

.gwp-team-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gwp-team-card {
    background: #fff;
    border: 1px solid var(--gwh-line);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(6, 38, 28, 0.08);
    overflow: hidden;
    transition: box-shadow 280ms ease, transform 280ms ease;
}

.gwp-team-card:hover {
    box-shadow: 0 30px 80px rgba(6, 38, 28, 0.14);
    transform: translateY(-8px);
}

.gwp-team-card__media {
    background: linear-gradient(145deg, var(--gwh-forest), #08261c);
    height: 390px;
    overflow: hidden;
    position: relative;
}

.gwp-team-card__media::after {
    background: linear-gradient(0deg, rgba(6, 23, 18, 0.58), transparent 44%);
    content: "";
    inset: 0;
    position: absolute;
}

.gwp-team-card__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 600ms ease;
    width: 100%;
}

.gwp-team-card:hover .gwp-team-card__media img {
    transform: scale(1.045);
}

.gwp-team-card__placeholder {
    align-items: center;
    color: var(--gwh-lime);
    display: flex;
    height: 100%;
    justify-content: center;
}

.gwp-team-card__placeholder span {
    border: 1px solid rgba(200, 238, 75, 0.32);
    border-radius: 50%;
    font-size: 74px;
    font-weight: 800;
    height: 190px;
    letter-spacing: -0.08em;
    line-height: 190px;
    text-align: center;
    width: 190px;
}

.gwp-team-card__number,
.gwp-team-card__department {
    bottom: 22px;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.13em;
    position: absolute;
    text-transform: uppercase;
    z-index: 2;
}

.gwp-team-card__number {
    left: 24px;
}

.gwp-team-card__department {
    background: var(--gwh-lime);
    border-radius: 999px;
    bottom: 17px;
    color: var(--gwh-ink);
    padding: 8px 12px;
    right: 20px;
}

.gwp-team-card__body {
    padding: 30px 30px 28px;
}

.gwp-team-card h2 {
    color: var(--gwh-ink);
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.05em;
    margin: 0;
}

.gwp-team-card__title {
    color: var(--gwh-moss);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.13em;
    margin: 9px 0 0;
    text-transform: uppercase;
}

.gwp-team-card__bio {
    color: rgba(8, 26, 21, 0.58);
    font-size: 13px;
    line-height: 1.75;
    margin: 20px 0 0;
}

.gwp-team-card__links {
    display: flex;
    gap: 8px;
    margin-top: 24px;
}

.gwp-team-card__links a {
    align-items: center;
    border: 1px solid var(--gwh-line);
    border-radius: 50%;
    color: var(--gwh-forest) !important;
    display: flex;
    font-size: 12px;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
    width: 38px;
}

.gwp-team-card__links a:hover {
    background: var(--gwh-forest);
    border-color: var(--gwh-forest);
    color: #fff !important;
    transform: translateY(-2px);
}

/* Contact and shared forms. */
.gwp-contact-main {
    background:
        radial-gradient(circle at 92% 10%, rgba(200, 238, 75, 0.1), transparent 24%),
        var(--gwh-paper);
    scroll-margin-top: 86px;
}

.gwp-contact-layout {
    align-items: start;
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(290px, 0.62fr) minmax(0, 1.38fr);
}

.gwp-contact-card {
    background:
        radial-gradient(circle at 12% 5%, rgba(200, 238, 75, 0.16), transparent 28%),
        linear-gradient(145deg, #08251c, #061712);
    border-radius: 26px;
    color: #fff;
    overflow: hidden;
    position: sticky;
    top: 112px;
}

.gwp-contact-card__top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 38px 36px 32px;
}

.gwp-contact-card__top h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.02;
    margin: 22px 0 0;
}

.gwp-contact-card__top p {
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
    line-height: 1.75;
    margin: 18px 0 0;
}

.gwp-contact-card__list {
    display: grid;
    padding: 12px 20px;
}

.gwp-contact-card__list > * {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    color: #fff !important;
    display: grid;
    gap: 2px 14px;
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 20px 8px;
}

.gwp-contact-card__list > *:last-child {
    border-bottom: 0;
}

.gwp-contact-card__list > * > span {
    align-items: center;
    background: rgba(200, 238, 75, 0.12);
    border-radius: 50%;
    color: var(--gwh-lime);
    display: flex;
    grid-row: 1 / span 2;
    height: 42px;
    justify-content: center;
    transition: background-color 180ms ease, transform 180ms ease;
    width: 42px;
}

.gwp-contact-card__list a:hover > span {
    background: var(--gwh-lime);
    color: var(--gwh-ink);
    transform: scale(1.06);
}

.gwp-contact-card__list small {
    color: rgba(255, 255, 255, 0.42);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.gwp-contact-card__list strong {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.gwp-contact-card__foot {
    align-items: center;
    background: rgba(255, 255, 255, 0.045);
    color: rgba(255, 255, 255, 0.54);
    display: flex;
    font-size: 9px;
    font-weight: 700;
    gap: 10px;
    letter-spacing: 0.06em;
    padding: 21px 28px;
    text-transform: uppercase;
}

.gwp-contact-card__foot i {
    color: var(--gwh-lime);
}

.gwp-form-card {
    background: #fff;
    border: 1px solid var(--gwh-line);
    border-radius: 26px;
    box-shadow: 0 26px 80px rgba(6, 38, 28, 0.1);
    overflow: hidden;
}

.gwp-form-card__header {
    align-items: center;
    background: #eef1e8;
    border-bottom: 1px solid var(--gwh-line);
    display: flex;
    justify-content: space-between;
    padding: 18px 30px;
}

.gwp-form-card__header span,
.gwp-form-card__header strong {
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.gwp-form-card__header span {
    color: var(--gwh-forest);
}

.gwp-form-card__header strong {
    color: rgba(8, 26, 21, 0.43);
}

.gwp-form {
    padding: clamp(28px, 4vw, 48px);
}

.gwp-form-grid {
    display: grid;
    gap: 26px 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gwp-field {
    min-width: 0;
}

.gwp-field--wide {
    grid-column: 1 / -1;
}

.gwp-field > label,
.gwp-rating > legend {
    color: var(--gwh-ink);
    display: block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.gwp-field > label span,
.gwp-rating > legend span {
    color: #bd572f;
}

.gwp-input {
    appearance: none;
    background: #f6f7f2;
    border: 1px solid rgba(8, 26, 21, 0.13);
    border-radius: 13px;
    color: var(--gwh-ink);
    display: block;
    font: 600 14px/1.5 "Montserrat", Arial, sans-serif;
    min-height: 56px;
    padding: 15px 17px;
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    width: 100%;
}

.gwp-input::placeholder {
    color: rgba(8, 26, 21, 0.38);
}

.gwp-input:hover {
    border-color: rgba(10, 75, 55, 0.28);
}

.gwp-input:focus {
    background: #fff;
    border-color: var(--gwh-forest-bright);
    box-shadow: 0 0 0 4px rgba(14, 106, 76, 0.1);
    outline: 0;
    transform: translateY(-1px);
}

.gwp-input.is-invalid {
    border-color: #b94d31;
}

.gwp-select {
    background-image:
        linear-gradient(45deg, transparent 50%, var(--gwh-forest) 50%),
        linear-gradient(135deg, var(--gwh-forest) 50%, transparent 50%);
    background-position:
        calc(100% - 20px) calc(50% - 2px),
        calc(100% - 15px) calc(50% - 2px);
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
    padding-right: 42px;
}

.gwp-textarea {
    min-height: 170px;
    resize: vertical;
}

.gwp-field__helper,
.gwp-field__error {
    display: block;
    font-size: 10px;
    line-height: 1.5;
    margin-top: 8px;
}

.gwp-field__helper {
    color: rgba(8, 26, 21, 0.46);
}

.gwp-field__error {
    color: #a53c24;
    font-weight: 700;
}

.gwp-honeypot {
    height: 1px !important;
    left: -10000px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    width: 1px !important;
}

.gwp-character-meta {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 9px;
}

.gwp-character-meta small {
    color: rgba(8, 26, 21, 0.46);
    font-size: 9px;
    font-weight: 700;
}

.gwp-character-meta small:last-child.is-ready {
    color: var(--gwh-forest-bright);
}

.gwp-character-meta small:last-child.is-pending {
    color: #9b6c19;
}

.gwp-character-meta i {
    margin-right: 6px;
}

.gwp-progress {
    background: rgba(8, 26, 21, 0.09);
    border-radius: 999px;
    height: 4px;
    margin-top: 9px;
    overflow: hidden;
}

.gwp-progress span {
    background: linear-gradient(90deg, var(--gwh-moss), var(--gwh-lime));
    display: block;
    height: 100%;
    transition: width 180ms ease;
    width: 0;
}

.gwp-turnstile {
    background: #f6f7f2;
    border: 1px solid var(--gwh-line);
    border-radius: 13px;
    overflow-x: auto;
    padding: 15px;
}

.gwp-form__submit {
    align-items: center;
    border-top: 1px solid var(--gwh-line);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-top: 4px;
    padding-top: 28px;
}

.gwp-form__submit .gw-button {
    border: 0;
    min-width: 260px;
}

.gwp-form__submit .gw-button span {
    align-items: center;
    display: inline-flex;
    gap: 10px;
}

.gwp-form__submit p {
    align-items: flex-start;
    color: rgba(8, 26, 21, 0.44);
    display: flex;
    font-size: 9px;
    gap: 8px;
    line-height: 1.55;
    margin: 0;
    max-width: 280px;
}

.gwp-form__submit p i {
    color: var(--gwh-forest-bright);
    margin-top: 2px;
}

.gwp-form-message {
    border-radius: 13px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 26px;
    padding: 18px 20px;
}

.gwp-form-message.is-success {
    background: rgba(14, 106, 76, 0.1);
    border: 1px solid rgba(14, 106, 76, 0.22);
    color: var(--gwh-forest);
}

.gwp-form-message.is-error {
    background: rgba(185, 77, 49, 0.09);
    border: 1px solid rgba(185, 77, 49, 0.22);
    color: #8b321d;
}

.gwp-form-message ul {
    margin: 8px 0 0;
    padding-left: 18px;
}

.gwp-contact-proof {
    background: var(--gwh-lime);
    padding: 0;
}

.gwp-contact-proof__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gwp-proof-item {
    align-items: center;
    border-right: 1px solid rgba(8, 26, 21, 0.16);
    display: flex;
    gap: 16px;
    min-height: 145px;
    padding: 28px;
}

.gwp-proof-item:last-child {
    border-right: 0;
}

.gwp-proof-item > i {
    align-items: center;
    border: 1px solid rgba(8, 26, 21, 0.2);
    border-radius: 50%;
    display: flex;
    flex: 0 0 auto;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.gwp-proof-item div {
    display: grid;
    gap: 4px;
}

.gwp-proof-item strong {
    color: var(--gwh-ink);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.gwp-proof-item span {
    color: rgba(8, 26, 21, 0.62);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.gwp-contact-why {
    background: #f0f1e9;
}

.gwp-process__list {
    counter-reset: none;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.gwp-process__list li {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
    min-height: 300px;
    padding: 0 30px 0 28px;
    position: relative;
}

.gwp-process__list li::after {
    background: var(--gwh-lime);
    border-radius: 50%;
    content: "";
    height: 8px;
    left: -4px;
    position: absolute;
    top: 43px;
    width: 8px;
}

.gwp-process__list li > span {
    color: var(--gwh-lime);
    font-size: 50px;
    font-weight: 800;
    letter-spacing: -0.07em;
    line-height: 0.8;
}

.gwp-process__list h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.2;
    margin: 70px 0 0;
}

.gwp-process__list p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    line-height: 1.75;
    margin: 15px 0 0;
}

.gwp-map {
    background: #d9ddd3;
    min-height: 520px;
    overflow: hidden;
    position: relative;
}

.gwp-map iframe {
    display: block;
    filter: grayscale(0.75) saturate(0.7) contrast(1.05);
    min-height: 520px;
}

.gwp-map__label {
    background: rgba(6, 23, 18, 0.94);
    bottom: 36px;
    color: #fff;
    display: grid;
    gap: 8px;
    left: max(34px, calc((100vw - 1320px) / 2 + 34px));
    max-width: 380px;
    padding: 28px 32px;
    position: absolute;
}

.gwp-map__label span {
    color: var(--gwh-lime);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.gwp-map__label strong {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.gwp-map__label a {
    color: rgba(255, 255, 255, 0.62) !important;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-top: 8px;
    text-transform: uppercase;
}

/* Testimonial submission. */
.gwp-testimonial-main {
    background:
        radial-gradient(circle at 8% 22%, rgba(200, 238, 75, 0.1), transparent 24%),
        #f0f1e9;
}

.gwp-testimonial-main__layout {
    align-items: start;
    display: grid;
    gap: clamp(50px, 8vw, 110px);
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
}

.gwp-testimonial-intro {
    position: sticky;
    top: 120px;
}

.gwp-testimonial-intro h2 {
    color: var(--gwh-ink);
    font-size: clamp(40px, 4.5vw, 64px);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.98;
    margin: 26px 0 0;
}

.gwp-testimonial-intro > p {
    color: rgba(8, 26, 21, 0.62);
    font-size: 15px;
    line-height: 1.8;
    margin: 28px 0 0;
}

.gwp-testimonial-intro__steps {
    border-top: 1px solid var(--gwh-line);
    display: grid;
    gap: 0;
    margin-top: 38px;
}

.gwp-testimonial-intro__steps span {
    align-items: center;
    border-bottom: 1px solid var(--gwh-line);
    color: rgba(8, 26, 21, 0.65);
    display: flex;
    font-size: 11px;
    font-weight: 700;
    gap: 16px;
    padding: 17px 0;
}

.gwp-testimonial-intro__steps strong {
    color: var(--gwh-moss);
    font-size: 9px;
    letter-spacing: 0.12em;
}

.gwp-form-card--review .gwp-form {
    padding-top: 38px;
}

.gwp-alert {
    align-items: flex-start;
    display: flex;
    gap: 14px;
    margin: 24px 24px 0;
    padding: 18px 20px;
}

.gwp-alert > i {
    font-size: 20px;
    margin-top: 2px;
}

.gwp-alert strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
}

.gwp-alert p,
.gwp-alert ul {
    font-size: 11px;
    line-height: 1.6;
    margin: 5px 0 0;
}

.gwp-alert ul {
    padding-left: 16px;
}

.gwp-alert--success {
    background: rgba(14, 106, 76, 0.1);
    color: var(--gwh-forest);
}

.gwp-alert--error {
    background: rgba(185, 77, 49, 0.1);
    color: #8b321d;
}

.gwp-rating {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}

.gwp-rating__row {
    align-items: center;
    background: #f6f7f2;
    border: 1px solid var(--gwh-line);
    border-radius: 13px;
    display: flex;
    gap: 26px;
    justify-content: space-between;
    min-height: 86px;
    padding: 16px 20px;
}

.gwp-rating__row p {
    color: rgba(8, 26, 21, 0.48);
    font-size: 10px;
    line-height: 1.6;
    margin: 0;
    max-width: 280px;
}

.gwp-rating__stars {
    direction: rtl;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 6px;
}

.gwp-rating__stars input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.gwp-rating__stars label {
    color: rgba(8, 26, 21, 0.16);
    cursor: pointer;
    font-size: 27px;
    line-height: 1;
    margin: 0;
    transition: color 150ms ease, transform 150ms ease;
}

.gwp-rating__stars input:checked ~ label,
.gwp-rating__stars label:hover,
.gwp-rating__stars label:hover ~ label {
    color: var(--gwh-gold);
}

.gwp-rating__stars label:hover {
    transform: scale(1.12);
}

.gwp-rating__stars input:focus-visible + label {
    outline: 3px solid var(--gwh-gold);
    outline-offset: 3px;
}

.gwp-form-card--review .gwp-form__submit {
    align-items: center;
}

.gwp-form-card--review .gwp-form__submit .gw-text-link {
    flex: 0 0 auto;
}

.gwp-form-privacy {
    align-items: flex-start;
    background: #f6f7f2;
    border-top: 1px solid var(--gwh-line);
    color: rgba(8, 26, 21, 0.48);
    display: flex;
    font-size: 9px;
    gap: 9px;
    line-height: 1.6;
    margin: 0;
    padding: 20px 30px;
}

.gwp-form-privacy i {
    color: var(--gwh-forest-bright);
    margin-top: 2px;
}

/* Service-area hub and city pages. One shared system for every verified location. */
.gwp-service-areas,
.gwp-service-area {
    background:
        radial-gradient(circle at 7% 24%, rgba(200, 238, 75, 0.08), transparent 20%),
        var(--gwh-paper);
}

.gwp-area-hero-note {
    align-items: center;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    color: #fff;
    display: flex;
    gap: 22px;
    padding: 24px;
}

.gwp-area-hero-note > strong {
    color: var(--gwh-lime);
    font-size: clamp(58px, 6vw, 84px);
    font-weight: 800;
    letter-spacing: -0.08em;
    line-height: 0.8;
}

.gwp-area-hero-note > div {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 22px;
}

.gwp-area-hero-note span {
    color: var(--gwh-lime);
    display: block;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.gwp-area-hero-note p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.55;
    margin: 8px 0 0;
}

.gwp-area-hero-note--city {
    align-items: flex-start;
}

.gwp-area-hero-note--city > div {
    border-left: 0;
    padding-left: 0;
}

.gwp-area-hero-note--city strong {
    display: block;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1;
    margin-top: 10px;
}

.gwp-area-hero-note__pin {
    align-items: center;
    background: var(--gwh-lime);
    border-radius: 50%;
    color: var(--gwh-ink) !important;
    display: flex !important;
    flex: 0 0 auto;
    font-size: 18px !important;
    height: 52px;
    justify-content: center;
    letter-spacing: 0 !important;
    width: 52px;
}

.gwp-area-index {
    background: #f1f2eb;
}

.gwp-area-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.gwp-area-card {
    background: #fff;
    border: 1px solid rgba(8, 26, 21, 0.1);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    grid-column: span 2;
    min-height: 390px;
    overflow: hidden;
    padding: 30px;
    position: relative;
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.gwp-area-card:nth-child(4),
.gwp-area-card:nth-child(5) {
    grid-column: span 3;
}

.gwp-area-card::after {
    background: var(--gwh-lime);
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 260ms ease;
    width: 100%;
}

.gwp-area-card:hover {
    border-color: rgba(10, 75, 55, 0.26);
    box-shadow: 0 26px 60px rgba(5, 37, 27, 0.1);
    transform: translateY(-6px);
}

.gwp-area-card:hover::after {
    transform: scaleX(1);
}

.gwp-area-card__top {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.gwp-area-card__number {
    color: rgba(8, 26, 21, 0.14);
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -0.07em;
    line-height: 1;
}

.gwp-area-card__pin {
    align-items: center;
    background: var(--gwh-forest);
    border-radius: 50%;
    color: var(--gwh-lime);
    display: flex;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.gwp-area-card > p {
    color: var(--gwh-moss);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin: 48px 0 0;
    text-transform: uppercase;
}

.gwp-area-card h3 {
    color: var(--gwh-ink);
    font-size: clamp(32px, 3.2vw, 48px);
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 0.95;
    margin: 8px 0 0;
}

.gwp-area-card__rule {
    background: rgba(8, 26, 21, 0.12);
    height: 1px;
    margin: 24px 0 18px;
    width: 100%;
}

.gwp-area-card__description {
    color: rgba(8, 26, 21, 0.58);
    font-size: 12px;
    line-height: 1.65;
}

.gwp-area-card > a {
    align-items: center;
    color: var(--gwh-forest) !important;
    display: flex;
    font-size: 9px;
    font-weight: 800;
    gap: 10px;
    letter-spacing: 0.11em;
    margin-top: auto;
    padding-top: 25px;
    text-transform: uppercase;
}

.gwp-area-card > a i {
    transition: transform 180ms ease;
}

.gwp-area-card > a:hover i {
    transform: translateX(5px);
}

.gwp-area-capabilities {
    overflow: hidden;
}

.gwp-area-service-grid {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gwp-area-service {
    background: #fff;
    border: 1px solid rgba(8, 26, 21, 0.09);
    min-height: 360px;
    padding: 30px;
    position: relative;
}

.gwp-area-service-grid--light .gwp-area-service {
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(255, 255, 255, 0.12);
}

.gwp-area-service__icon {
    align-items: center;
    background: var(--gwh-lime);
    border-radius: 50%;
    color: var(--gwh-ink);
    display: flex;
    font-size: 18px;
    height: 54px;
    justify-content: center;
    width: 54px;
}

.gwp-area-service__number {
    color: rgba(8, 26, 21, 0.14);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.05em;
    position: absolute;
    right: 28px;
    top: 30px;
}

.gwp-area-service-grid--light .gwp-area-service__number {
    color: rgba(255, 255, 255, 0.18);
}

.gwp-area-service h3 {
    color: var(--gwh-ink);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.2;
    margin: 88px 0 0;
}

.gwp-area-service-grid--light .gwp-area-service h3 {
    color: #fff;
}

.gwp-area-service p {
    color: rgba(8, 26, 21, 0.58);
    font-size: 12px;
    line-height: 1.75;
    margin: 17px 0 0;
}

.gwp-area-service-grid--light .gwp-area-service p {
    color: rgba(255, 255, 255, 0.58);
}

.gwp-area-path {
    background: var(--gwh-lime);
}

.gwp-area-path__layout {
    align-items: center;
    display: grid;
    gap: clamp(50px, 8vw, 110px);
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.gwp-area-path__copy h2 {
    color: var(--gwh-ink);
    font-size: clamp(42px, 5vw, 70px);
    font-weight: 800;
    letter-spacing: -0.065em;
    line-height: 0.96;
    margin: 24px 0 0;
}

.gwp-area-path__copy > p {
    color: rgba(8, 26, 21, 0.66);
    font-size: 14px;
    line-height: 1.8;
    margin: 28px 0 0;
    max-width: 580px;
}

.gwp-area-path__copy .gw-actions {
    margin-top: 32px;
}

.gwp-area-path__links {
    border-top: 1px solid rgba(8, 26, 21, 0.18);
}

.gwp-area-path__links > a {
    align-items: center;
    border-bottom: 1px solid rgba(8, 26, 21, 0.18);
    color: var(--gwh-ink) !important;
    display: grid;
    gap: 18px;
    grid-template-columns: auto 1fr auto;
    min-height: 118px;
    padding: 20px 4px;
}

.gwp-area-path__links > a > span {
    align-items: center;
    border: 1px solid rgba(8, 26, 21, 0.24);
    border-radius: 50%;
    display: flex;
    height: 52px;
    justify-content: center;
    width: 52px;
}

.gwp-area-path__links div {
    display: grid;
    gap: 7px;
}

.gwp-area-path__links small {
    color: rgba(8, 26, 21, 0.5);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gwp-area-path__links strong {
    font-size: 15px;
    font-weight: 800;
}

.gwp-area-path__links > a > i {
    transition: transform 180ms ease;
}

.gwp-area-path__links > a:hover > i {
    transform: translateX(6px);
}

.gwp-area-overview {
    background: #f1f2eb;
}

.gwp-area-overview__layout {
    align-items: start;
    display: grid;
    gap: clamp(44px, 7vw, 96px);
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
}

.gwp-area-overview__copy > p {
    color: rgba(8, 26, 21, 0.66);
    font-size: clamp(15px, 1.5vw, 18px);
    line-height: 1.9;
    margin: 0;
}

.gwp-area-overview__copy > p + p {
    margin-top: 24px;
}

.gwp-area-fit {
    border-top: 1px solid var(--gwh-line);
    margin-top: 40px;
    padding-top: 30px;
}

.gwp-area-fit ul {
    display: grid;
    gap: 13px;
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

.gwp-area-fit li {
    align-items: center;
    color: var(--gwh-ink);
    display: flex;
    font-size: 12px;
    font-weight: 700;
    gap: 13px;
    line-height: 1.5;
}

.gwp-area-fit li i {
    align-items: center;
    background: var(--gwh-lime);
    border-radius: 50%;
    display: flex;
    flex: 0 0 auto;
    font-size: 8px;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.gwp-area-planning {
    background:
        radial-gradient(circle at 100% 0%, rgba(200, 238, 75, 0.14), transparent 35%),
        var(--gwh-forest);
    color: #fff;
    min-height: 500px;
    overflow: hidden;
    padding: clamp(32px, 4vw, 54px);
    position: relative;
}

.gwp-area-planning__icon {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    color: var(--gwh-lime);
    display: flex;
    font-size: 22px;
    height: 62px;
    justify-content: center;
    margin-bottom: 60px;
    width: 62px;
}

.gwp-area-planning h2 {
    color: #fff;
    font-size: clamp(32px, 3.5vw, 48px);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1;
    margin: 20px 0 0;
}

.gwp-area-planning > p {
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    line-height: 1.8;
    margin: 24px 0 0;
}

.gwp-area-planning > a {
    align-items: center;
    color: var(--gwh-lime) !important;
    display: inline-flex;
    font-size: 9px;
    font-weight: 800;
    gap: 10px;
    letter-spacing: 0.1em;
    margin-top: 30px;
    text-transform: uppercase;
}

.gwp-area-planning > small {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    color: rgba(255, 255, 255, 0.42);
    display: block;
    font-size: 9px;
    line-height: 1.65;
    margin-top: 30px;
    padding-top: 20px;
}

.gwp-area-answers {
    background: #f1f2eb;
}

.gwp-area-answer-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gwp-area-answer-grid article {
    background: #fff;
    border-top: 4px solid var(--gwh-lime);
    min-height: 310px;
    padding: 32px;
}

.gwp-area-answer-grid article > span {
    color: var(--gwh-moss);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.gwp-area-answer-grid h3 {
    color: var(--gwh-ink);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.3;
    margin: 68px 0 0;
}

.gwp-area-answer-grid p {
    color: rgba(8, 26, 21, 0.58);
    font-size: 12px;
    line-height: 1.75;
    margin: 18px 0 0;
}

.gwp-area-related {
    background: var(--gwh-paper);
}

.gwp-area-grid--related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gwp-area-grid--related .gwp-area-card {
    grid-column: span 1;
    min-height: 360px;
}

@media (max-width: 1199px) {
    .gw-container,
    .gwh-container,
    .gw-public-site .navbar.navbar-custom .container {
        padding-inline: 28px;
    }

    .gwp-hero {
        min-height: 710px;
    }

    .gwp-hero__layout {
        gap: 45px;
        grid-template-columns: minmax(0, 1fr) minmax(210px, 0.34fr);
    }

    .gwp-about-story__layout {
        gap: 76px;
    }

    .gwp-about-story__visual {
        min-height: 590px;
    }

    .gwp-about-story__image {
        height: 570px;
    }

    .gwp-value-card {
        min-height: 375px;
        padding: 32px;
    }

    .gwp-project-card {
        min-height: 610px;
    }

    .gwp-contact-layout {
        grid-template-columns: minmax(270px, 0.58fr) minmax(0, 1.42fr);
    }

    .gwp-contact-card__top {
        padding-inline: 28px;
    }

    .gwp-contact-proof__grid {
        padding-inline: 0;
    }

    .gwp-proof-item {
        padding-inline: 20px;
    }
}

@media (max-width: 991px) {
    .gw-public-site.gw-homepage .navbar.navbar-custom,
    .gw-public-site.gw-innerpage .navbar.navbar-custom,
    .gw-public-site.gw-page-scrolled .navbar.navbar-custom,
    .gw-public-site .navbar.navbar-custom.affix {
        height: 82px;
        min-height: 82px;
        padding: 7px 0;
    }

    .gw-public-site .navbar.navbar-custom .container {
        padding-inline: 22px;
    }

    .gw-public-site .navbar-header-custom {
        height: 68px;
        justify-content: space-between;
        width: 100%;
    }

    .gw-public-site .gw-nav-brand {
        color: #fff !important;
        height: 64px;
        order: 1;
    }

    .gw-public-site.gw-page-scrolled .gw-nav-brand,
    .gw-public-site .navbar.navbar-custom.affix .gw-nav-brand {
        color: var(--gwh-ink) !important;
    }

    .gw-public-site .gw-nav-brand img,
    .gw-public-site.gw-page-scrolled .gw-nav-brand img,
    .gw-public-site .navbar.navbar-custom.affix .gw-nav-brand img {
        height: 50px;
        width: 50px;
    }

    .gw-public-site .navbar-collapse {
        display: none !important;
    }

    .gw-public-site .mkm-hamburger {
        border: 1px solid rgba(255, 255, 255, 0.23);
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        height: 48px;
        justify-content: center;
        margin: 0;
        order: 2;
        position: relative;
        right: auto;
        top: auto;
        width: 48px;
    }

    .gw-public-site .mkm-hamburger span {
        background: #fff;
        margin: 3px auto;
        width: 19px;
    }

    .gw-public-site.gw-page-scrolled .mkm-hamburger,
    .gw-public-site .navbar.navbar-custom.affix .mkm-hamburger {
        background: rgba(8, 26, 21, 0.07);
        border-color: rgba(8, 26, 21, 0.13);
    }

    .gw-public-site.gw-page-scrolled .mkm-hamburger span,
    .gw-public-site .navbar.navbar-custom.affix .mkm-hamburger span {
        background: var(--gwh-ink);
    }

    .gw-section-heading {
        align-items: start;
        gap: 30px;
        grid-template-columns: 1fr;
    }

    .gw-section-heading__detail {
        max-width: 620px;
    }

    .gwp-hero {
        min-height: 690px;
        padding: 150px 0 70px;
    }

    .gwp-hero--compact {
        min-height: 620px;
    }

    .gwp-hero__media {
        left: 28%;
    }

    .gwp-hero__veil {
        background:
            linear-gradient(90deg, #061712 0%, rgba(6, 23, 18, 0.94) 47%, rgba(6, 23, 18, 0.55) 100%),
            linear-gradient(0deg, rgba(6, 23, 18, 0.74), transparent 50%);
    }

    .gwp-hero__layout {
        grid-template-columns: minmax(0, 1fr) minmax(190px, 0.3fr);
    }

    .gwp-hero h1 {
        font-size: clamp(55px, 9vw, 82px);
    }

    .gwp-about-story__layout {
        gap: 62px;
        grid-template-columns: 1fr;
    }

    .gwp-about-story__visual {
        max-width: 660px;
        min-height: 650px;
    }

    .gwp-about-story__image {
        height: 630px;
    }

    .gwp-about-story__copy {
        max-width: 720px;
    }

    .gwp-value-grid {
        grid-template-columns: 1fr;
    }

    .gwp-value-card {
        min-height: 300px;
    }

    .gwp-project-card:nth-child(n) {
        margin-top: 0;
    }

    .gwp-project-card {
        min-height: 580px;
    }

    .gwp-photo-grid {
        grid-auto-rows: 190px;
    }

    .gwp-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gwp-contact-layout {
        grid-template-columns: 1fr;
    }

    .gwp-contact-card,
    .gwp-testimonial-intro {
        position: relative;
        top: auto;
    }

    .gwp-contact-card__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gwp-contact-card__list > *:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.09);
        padding-right: 22px;
    }

    .gwp-contact-card__list > *:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .gwp-contact-proof__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gwp-proof-item:nth-child(2) {
        border-right: 0;
    }

    .gwp-proof-item:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(8, 26, 21, 0.16);
    }

    .gwp-process__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 55px;
    }

    .gwp-process__list li {
        min-height: 250px;
    }

    .gwp-testimonial-main__layout {
        grid-template-columns: 1fr;
    }

    .gwp-testimonial-intro {
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    .gw-public-site main.gwh-home,
    .gw-public-site main.gwp-page {
        padding: 0 !important;
    }

    .gw-public-site .gwh-hero h1 {
        font-size: clamp(46px, 13vw, 65px) !important;
    }

    .gw-public-site .gwh-section-heading h2,
    .gw-public-site .gwh-story__copy h2 {
        font-size: clamp(40px, 11vw, 56px) !important;
    }

    .gw-public-site .gwh-cta h2 {
        font-size: clamp(50px, 15vw, 72px) !important;
    }

    .gw-public-site .gwp-hero h1,
    .gw-public-site .gwp-hero--compact h1 {
        font-size: clamp(48px, 14.5vw, 68px) !important;
    }

    .gw-public-site .gw-section-heading h2 {
        font-size: clamp(38px, 11vw, 54px) !important;
    }

    .gw-public-site .gwp-cta h2 {
        font-size: clamp(44px, 12vw, 60px) !important;
    }

    .gw-public-site .gwp-about-story__copy h3,
    .gw-public-site .gwp-team-card h2,
    .gw-public-site .gwp-empty h3 {
        font-size: 30px !important;
    }

    .gw-public-site .gwp-contact-card__top h2 {
        font-size: 32px !important;
    }

    .gw-public-site .gwp-value-card h3 {
        font-size: 25px !important;
    }

    .gw-public-site .gwp-project-card h2 {
        font-size: clamp(29px, 8vw, 38px) !important;
    }

    .gw-public-site .gwp-process__list h3 {
        font-size: 21px !important;
    }

    .gw-public-site .gwp-testimonial-intro h2 {
        font-size: clamp(40px, 11vw, 56px) !important;
    }

    .gw-container,
    .gwh-container {
        padding-inline: 20px;
    }

    .gw-public-site .gw-nav-brand__text strong {
        font-size: 16px;
    }

    .gw-public-site .gw-nav-brand__text small {
        font-size: 7px;
    }

    .gw-section-heading {
        margin-bottom: 48px;
    }

    .gw-section-heading h2 {
        font-size: clamp(38px, 11vw, 54px);
    }

    .gw-section-heading__detail {
        gap: 14px;
    }

    .gwp-section {
        padding: 88px 0;
    }

    .gwp-hero,
    .gwp-hero--compact {
        align-items: end;
        min-height: 650px;
        padding: 126px 0 58px;
    }

    .gwp-hero__media {
        left: 0;
    }

    .gwp-hero__veil {
        background:
            linear-gradient(90deg, rgba(6, 23, 18, 0.95), rgba(6, 23, 18, 0.64)),
            linear-gradient(0deg, #061712 0%, rgba(6, 23, 18, 0.38) 74%);
    }

    .gwp-hero__grid {
        background-size: 54px 54px;
    }

    .gwp-hero__layout {
        display: block;
    }

    .gwp-hero__rail,
    .gwp-hero__caption {
        display: none;
    }

    .gwp-hero__copy {
        max-width: 100%;
    }

    .gwp-hero__overline {
        justify-content: space-between;
    }

    .gwp-hero h1,
    .gwp-hero--compact h1 {
        font-size: clamp(48px, 14.5vw, 68px);
        line-height: 0.93;
        margin-top: 28px;
    }

    .gwp-hero__description {
        font-size: 14px;
        line-height: 1.68;
        margin-top: 25px;
    }

    .gwp-hero__actions {
        align-items: stretch;
        flex-direction: column;
        margin-top: 28px;
    }

    .gwp-hero__actions .gw-button {
        width: 100%;
    }

    .gwp-hero__aside {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.18);
        margin-top: 34px;
        padding: 25px 0 0;
    }

    .gwp-hero-note {
        align-items: center;
        display: grid;
        gap: 14px;
        grid-template-columns: auto 1fr;
    }

    .gwp-hero-note__mark {
        grid-row: 1 / span 2;
    }

    .gwp-hero-note > span:last-child {
        grid-column: 2;
    }

    .gwp-hero-stat {
        align-items: center;
    }

    .gwp-hero-contact > span {
        height: 46px;
        width: 46px;
    }

    .gwp-cta {
        min-height: 570px;
        padding: 86px 0;
    }

    .gwp-cta h2 {
        font-size: clamp(44px, 12vw, 60px);
    }

    .gwp-cta .gw-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .gwp-cta .gw-button {
        width: 100%;
    }

    .gwp-about-story__visual,
    .gwp-about-story__image {
        height: 500px;
        min-height: 500px;
    }

    .gwp-about-story__visual::before {
        inset: 18px -10px -18px 18px;
    }

    .gwp-about-story__image {
        border-radius: 7px 60px 7px 7px;
    }

    .gwp-about-story__stamp {
        border-width: 6px;
        bottom: 22px;
        height: 122px;
        right: -8px;
        width: 122px;
    }

    .gwp-about-story__stamp strong {
        font-size: 16px;
    }

    .gwp-about-story__caption {
        display: none;
    }

    .gwp-about-story__copy > p {
        font-size: 14px;
        line-height: 1.85;
    }

    .gwp-value-card {
        min-height: 320px;
        padding: 30px;
    }

    .gwp-project-grid {
        grid-template-columns: 1fr;
    }

    .gwp-project-card {
        grid-template-rows: 330px auto;
        min-height: 570px;
    }

    .gwp-project-card__body {
        padding: 28px;
    }

    .gwp-project-card__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .gwp-photo-grid {
        display: grid;
        gap: 12px;
        grid-auto-rows: 280px;
        grid-template-columns: 1fr;
    }

    .gwp-photo:nth-child(n) {
        grid-column: 1;
        grid-row: span 1;
    }

    .gwp-photo__open {
        opacity: 1;
        transform: none;
    }

    .gwp-filter {
        flex-wrap: nowrap;
        margin-inline: -20px;
        overflow-x: auto;
        padding: 0 20px 8px;
        scrollbar-width: none;
    }

    .gwp-filter::-webkit-scrollbar {
        display: none;
    }

    .gwp-filter__button {
        flex: 0 0 auto;
    }

    .gwp-accordion__item {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .gwp-accordion__number {
        padding-left: 6px;
    }

    .gwp-accordion__button {
        padding-right: 0;
    }

    .gwp-accordion__button i {
        height: 38px;
        margin-left: 14px;
        width: 38px;
    }

    .gwp-accordion__panel {
        padding-right: 10px;
    }

    .gwp-team-grid {
        grid-template-columns: 1fr;
    }

    .gwp-team-card__media {
        height: 420px;
    }

    .gwp-contact-card__list {
        grid-template-columns: 1fr;
    }

    .gwp-contact-card__list > *:nth-child(n) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
        border-right: 0;
        padding-right: 8px;
    }

    .gwp-contact-card__list > *:last-child {
        border-bottom: 0;
    }

    .gwp-form-card__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        padding-inline: 22px;
    }

    .gwp-form {
        padding: 26px 20px 30px;
    }

    .gwp-form-grid {
        grid-template-columns: 1fr;
    }

    .gwp-field--wide {
        grid-column: 1;
    }

    .gwp-form__submit {
        align-items: stretch;
        flex-direction: column;
    }

    .gwp-form__submit .gw-button {
        min-width: 0;
        width: 100%;
    }

    .gwp-character-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .gwp-contact-proof__grid {
        grid-template-columns: 1fr;
        padding-inline: 20px;
    }

    .gwp-proof-item:nth-child(n) {
        border-bottom: 1px solid rgba(8, 26, 21, 0.16);
        border-right: 0;
        min-height: 112px;
        padding-inline: 0;
    }

    .gwp-proof-item:last-child {
        border-bottom: 0;
    }

    .gwp-process__list {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    .gwp-process__list li {
        min-height: 210px;
    }

    .gwp-process__list h3 {
        margin-top: 45px;
    }

    .gwp-map__label {
        bottom: 20px;
        left: 20px;
        max-width: calc(100% - 40px);
        right: 20px;
    }

    .gwp-testimonial-intro h2 {
        font-size: clamp(40px, 11vw, 56px);
    }

    .gwp-rating__row {
        align-items: flex-start;
        flex-direction: column;
    }

    .gwp-form-card--review .gwp-form__submit .gw-text-link {
        align-self: center;
    }

    .gw-public-site .mkf-footer {
        padding-bottom: 72px;
        padding-top: 68px;
    }
}

@media (max-width: 430px) {
    .gw-public-site .gw-nav-brand__text {
        display: none;
    }

    .gwp-hero h1,
    .gwp-hero--compact h1 {
        font-size: clamp(44px, 15vw, 60px) !important;
    }

    .gwp-hero-note__mark {
        font-size: 36px;
    }

    .gwp-team-card__media {
        height: 380px;
    }

    .gwp-rating__stars {
        gap: 3px;
    }

    .gwp-rating__stars label {
        font-size: 25px;
    }
}

@media (max-width: 1199px) {
    .gwp-area-card,
    .gwp-area-service {
        padding: 26px;
    }

    .gwp-area-service h3 {
        font-size: 19px;
    }
}

@media (max-width: 991px) {
    .gwp-area-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gwp-area-card:nth-child(n) {
        grid-column: span 1;
    }

    .gwp-area-grid:not(.gwp-area-grid--related) .gwp-area-card:last-child {
        grid-column: 1 / -1;
    }

    .gwp-area-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gwp-area-service {
        min-height: 320px;
    }

    .gwp-area-path__layout,
    .gwp-area-overview__layout {
        grid-template-columns: 1fr;
    }

    .gwp-area-path__copy {
        max-width: 720px;
    }

    .gwp-area-planning {
        max-width: 720px;
    }

    .gwp-area-answer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gwp-area-answer-grid article:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .gwp-area-hero-note {
        padding: 20px;
    }

    .gwp-area-hero-note > strong {
        font-size: 58px;
    }

    .gwp-area-grid,
    .gwp-area-grid--related,
    .gwp-area-service-grid,
    .gwp-area-answer-grid {
        grid-template-columns: 1fr;
    }

    .gwp-area-grid:not(.gwp-area-grid--related) .gwp-area-card:last-child,
    .gwp-area-answer-grid article:last-child {
        grid-column: span 1;
    }

    .gwp-area-card,
    .gwp-area-grid--related .gwp-area-card {
        min-height: 345px;
        padding: 24px;
    }

    .gwp-area-card > p {
        margin-top: 38px;
    }

    .gwp-area-card h3 {
        font-size: 38px;
    }

    .gwp-area-service {
        min-height: 285px;
        padding: 24px;
    }

    .gwp-area-service h3 {
        margin-top: 62px;
    }

    .gwp-area-path__layout,
    .gwp-area-overview__layout {
        gap: 44px;
    }

    .gwp-area-path__copy h2 {
        font-size: clamp(40px, 12vw, 56px);
    }

    .gwp-area-path__links > a {
        gap: 13px;
        grid-template-columns: auto 1fr auto;
        min-height: 104px;
    }

    .gwp-area-path__links > a > span {
        height: 44px;
        width: 44px;
    }

    .gwp-area-path__links strong {
        font-size: 12px;
    }

    .gwp-area-overview__copy > p {
        font-size: 15px;
    }

    .gwp-area-planning {
        min-height: 0;
        padding: 30px 24px;
    }

    .gwp-area-planning__icon {
        margin-bottom: 44px;
    }

    .gwp-area-answer-grid article {
        min-height: 260px;
        padding: 26px;
    }

    .gwp-area-answer-grid h3 {
        margin-top: 46px;
    }
}

@media (max-width: 430px) {
    .gwp-area-hero-note--city {
        gap: 15px;
    }

    .gwp-area-hero-note__pin {
        height: 44px;
        width: 44px;
    }

    .gwp-area-hero-note--city strong {
        font-size: 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .gw-public-site *,
    .gw-public-site *::before,
    .gw-public-site *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .gw-motion-ready [data-gw-reveal] {
        opacity: 1 !important;
        transform: none !important;
    }

    [data-gw-parallax],
    [data-gw-parallax] img {
        transform: none !important;
    }
}

/* The requested phone ring remains active even when the device reduces motion. */
@media (prefers-reduced-motion: reduce) {
    .gw-public-site .nav-phone-btn svg,
    .gw-public-site .mkf-contact-icon .fa-phone,
    .gw-public-site .fa-phone {
        animation: ajg-phone-ring 6s ease-in-out infinite !important;
        transform-origin: center;
    }
}
