/* Green Works homepage experience | austenjgreen.com */


/* Home-only surface; global tokens, navigation, controls, and motion live in greenworks-public.css. */
.gwh-home img {
    display: block;
    max-width: 100%;
}

.gwh-home a {
    text-decoration: none;
}

.gwh-section-heading h2,
.gwh-story__copy h2,
.gwh-cta 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;
}

.gwh-photo-dot {
    background: var(--gwh-lime);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(200, 238, 75, 0.15);
    display: inline-block;
    height: 7px;
    width: 7px;
}

/* Hero */
.gwh-hero {
    background:
        radial-gradient(circle at 78% 24%, rgba(41, 125, 88, 0.22), transparent 32%),
        linear-gradient(142deg, #061712 0%, #08251c 54%, #0a3426 100%);
    color: #fff;
    min-height: 950px;
    overflow: hidden;
    padding: 174px 0 58px;
    position: relative;
}

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

.gwh-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: 80px 80px;
    inset: 0;
    mask-image: linear-gradient(to bottom, #000, transparent 85%);
    pointer-events: none;
    position: absolute;
}

.gwh-hero__glow {
    border: 1px solid rgba(200, 238, 75, 0.12);
    border-radius: 50%;
    pointer-events: none;
    position: absolute;
}

.gwh-hero__glow--one {
    height: 620px;
    right: -170px;
    top: -110px;
    width: 620px;
}

.gwh-hero__glow--one::before,
.gwh-hero__glow--one::after {
    border: 1px solid rgba(200, 238, 75, 0.08);
    border-radius: inherit;
    content: "";
    inset: 70px;
    position: absolute;
}

.gwh-hero__glow--one::after {
    inset: 150px;
}

.gwh-hero__glow--two {
    border-color: rgba(241, 182, 62, 0.1);
    bottom: -260px;
    height: 520px;
    left: -250px;
    width: 520px;
}

.gwh-hero__layout {
    align-items: center;
    display: grid;
    gap: clamp(40px, 5vw, 84px);
    grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
    z-index: 2;
}

.gwh-hero__copy {
    max-width: 650px;
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
}

.gwh-hero__kicker {
    color: var(--gwh-lime);
    opacity: 0;
    transform: translateY(15px);
    animation: gwh-hero-rise 700ms 160ms cubic-bezier(.2,.7,.2,1) forwards;
}

.gwh-kicker__pulse {
    background: var(--gwh-lime);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(200, 238, 75, 0.45);
    height: 8px;
    animation: gwh-pulse 2.2s ease-out infinite;
    width: 8px;
}

.gwh-kicker__place {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.58);
    margin-left: 5px;
    padding-left: 15px;
}

.gwh-hero__brand {
    color: rgba(255, 255, 255, 0.56);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin: 34px 0 10px;
    opacity: 0;
    text-transform: uppercase;
    transform: translateY(15px);
    animation: gwh-hero-rise 700ms 260ms cubic-bezier(.2,.7,.2,1) forwards;
}

.gwh-hero h1 {
    color: #fff;
    font-size: clamp(58px, 6.25vw, 90px);
    font-weight: 800;
    letter-spacing: -0.067em;
    line-height: 0.93;
    margin: 0;
    max-width: 760px;
    opacity: 0;
    text-wrap: balance;
    transform: translateY(22px);
    animation: gwh-hero-rise 850ms 350ms cubic-bezier(.2,.7,.2,1) forwards;
}

.gwh-hero__lede {
    color: rgba(255, 255, 255, 0.67);
    font-size: 16px;
    line-height: 1.8;
    margin: 31px 0 34px;
    max-width: 600px;
    opacity: 0;
    transform: translateY(18px);
    animation: gwh-hero-rise 750ms 470ms cubic-bezier(.2,.7,.2,1) forwards;
}

.gwh-hero .gwh-actions {
    opacity: 0;
    transform: translateY(18px);
    animation: gwh-hero-rise 750ms 570ms cubic-bezier(.2,.7,.2,1) forwards;
}

.gwh-hero__reassurance {
    color: rgba(255, 255, 255, 0.52);
    display: flex;
    flex-wrap: wrap;
    font-size: 10px;
    font-weight: 600;
    gap: 20px;
    letter-spacing: 0.025em;
    margin-top: 25px;
    opacity: 0;
    transform: translateY(16px);
    animation: gwh-hero-rise 700ms 670ms cubic-bezier(.2,.7,.2,1) forwards;
}

.gwh-hero__reassurance i {
    color: var(--gwh-lime);
    margin-right: 5px;
}

.gwh-hero__visual {
    height: 620px;
    opacity: 0;
    position: relative;
    transform: translateX(30px) scale(0.98);
    animation: gwh-visual-in 1000ms 380ms cubic-bezier(.18,.82,.2,1) forwards;
}

.gwh-hero-photo {
    background: #15352b;
    box-shadow: 0 34px 80px rgba(0, 0, 0, 0.3);
    margin: 0;
    overflow: hidden;
    position: absolute;
}

.gwh-hero-photo img {
    height: calc(100% + 38px);
    object-fit: cover;
    transform: translate3d(0, var(--gwh-shift, 0px), 0) scale(1.065);
    transition: transform 120ms linear, filter 500ms ease;
    width: 100%;
}

.gwh-hero-photo::after {
    background: linear-gradient(to top, rgba(4, 20, 15, 0.48), transparent 52%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.gwh-hero-photo--main {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 34px;
    bottom: 4px;
    height: 575px;
    left: 8%;
    transform: rotate(-1.7deg);
    width: 65%;
    z-index: 2;
}

.gwh-hero-photo--main figcaption {
    align-items: center;
    backdrop-filter: blur(12px);
    background: rgba(5, 26, 20, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    bottom: 22px;
    color: rgba(255, 255, 255, 0.88);
    display: flex;
    font-size: 9px;
    font-weight: 800;
    gap: 11px;
    left: 22px;
    letter-spacing: 0.08em;
    padding: 12px 17px;
    position: absolute;
    text-transform: uppercase;
    z-index: 2;
}

.gwh-hero-photo--top {
    border: 7px solid #0a281f;
    border-radius: 24px;
    height: 225px;
    right: 0;
    top: 14px;
    transform: rotate(3.5deg);
    width: 35%;
    z-index: 4;
}

.gwh-hero-photo--bottom {
    border: 7px solid #0a281f;
    border-radius: 24px;
    bottom: 42px;
    height: 245px;
    right: -1%;
    transform: rotate(2deg);
    width: 36%;
    z-index: 4;
}

.gwh-hero-photo--top img,
.gwh-hero-photo--bottom img {
    filter: saturate(0.86) contrast(1.05);
}

.gwh-hero-photo:hover img {
    filter: saturate(1.08) contrast(1.02);
}

.gwh-rating-card {
    align-items: center;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.93);
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 20px;
    bottom: 6px;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
    color: var(--gwh-ink);
    display: flex;
    gap: 14px;
    padding: 15px 18px;
    position: absolute;
    right: 11%;
    transform: rotate(-2deg);
    z-index: 6;
}

.gwh-rating-card__score {
    border-right: 1px solid rgba(8, 26, 21, 0.14);
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 1;
    padding-right: 14px;
}

.gwh-rating-card .gwh-stars {
    font-size: 10px;
    margin-bottom: 5px;
}

.gwh-rating-card span {
    color: rgba(8, 26, 21, 0.58);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.035em;
    white-space: nowrap;
}

.gwh-trust-rail {
    align-items: stretch;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: grid;
    gap: 0;
    grid-template-columns: 1.1fr repeat(3, 1fr);
    margin-top: 62px;
    padding-top: 28px;
    z-index: 2;
}

.gwh-trust-rail__lead,
.gwh-trust-item {
    min-height: 72px;
    padding: 6px 24px;
}

.gwh-trust-rail__lead {
    align-items: center;
    color: rgba(255, 255, 255, 0.42);
    display: flex;
    font-size: 9px;
    font-weight: 800;
    gap: 15px;
    letter-spacing: 0.12em;
    padding-left: 0;
    text-transform: uppercase;
}

.gwh-trust-rail__lead i {
    color: var(--gwh-lime);
    font-size: 16px;
}

.gwh-trust-item {
    align-items: flex-start;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    gap: 15px;
}

.gwh-trust-item > i {
    align-items: center;
    background: rgba(200, 238, 75, 0.1);
    border: 1px solid rgba(200, 238, 75, 0.19);
    border-radius: 13px;
    color: var(--gwh-lime);
    display: flex;
    flex: 0 0 auto;
    height: 40px;
    justify-content: center;
    margin-top: 1px;
    width: 40px;
}

.gwh-trust-item strong,
.gwh-trust-item span {
    display: block;
}

.gwh-trust-item strong {
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 7px;
}

.gwh-trust-item span {
    color: rgba(255, 255, 255, 0.46);
    font-size: 9px;
    line-height: 1.5;
}

.gwh-scroll-cue {
    align-items: center;
    bottom: 45px;
    color: rgba(255, 255, 255, 0.34) !important;
    display: flex;
    flex-direction: column;
    font-size: 8px;
    font-weight: 800;
    gap: 10px;
    letter-spacing: 0.16em;
    position: absolute;
    right: 25px;
    text-transform: uppercase;
    z-index: 4;
}

.gwh-scroll-cue i {
    color: var(--gwh-lime);
    font-size: 17px;
    animation: gwh-scroll-nudge 1.7s ease-in-out infinite;
}

/* Services */
.gwh-services {
    background:
        radial-gradient(circle at 90% 10%, rgba(200, 238, 75, 0.08), transparent 25%),
        var(--gwh-paper);
    padding: 140px 0 132px;
    position: relative;
}

.gwh-section-heading--split {
    align-items: end;
    display: grid;
    gap: 80px;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.62fr);
    margin-bottom: 66px;
}

.gwh-section-heading--split h2 {
    max-width: 830px;
}

.gwh-section-heading--split > p {
    border-left: 2px solid var(--gwh-gold);
    color: rgba(8, 26, 21, 0.58);
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 7px;
    padding-left: 24px;
}

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

.gwh-service-card {
    background: #fff;
    border: 1px solid rgba(8, 26, 21, 0.09);
    border-radius: var(--gwh-radius);
    box-shadow: 0 16px 50px rgba(9, 38, 29, 0.07);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: transform 360ms cubic-bezier(.2,.75,.2,1), box-shadow 360ms ease, border-color 360ms ease;
}

.gwh-service-card:hover {
    border-color: rgba(10, 75, 55, 0.18);
    box-shadow: 0 26px 70px rgba(9, 38, 29, 0.14);
    transform: translateY(-10px);
}

.gwh-service-card__media {
    aspect-ratio: 1.42 / 1;
    background: #dfe5dc;
    overflow: hidden;
    position: relative;
}

.gwh-service-card__media::after {
    background: linear-gradient(to top, rgba(5, 28, 21, 0.34), transparent 52%);
    content: "";
    inset: 0;
    position: absolute;
}

.gwh-service-card__media img {
    height: 100%;
    object-fit: cover;
    transition: transform 750ms cubic-bezier(.2,.75,.2,1), filter 500ms ease;
    width: 100%;
}

.gwh-service-card:hover .gwh-service-card__media img {
    filter: saturate(1.08);
    transform: scale(1.07);
}

.gwh-service-card__number {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.56);
    bottom: -10px;
    color: transparent;
    font-size: 74px;
    font-weight: 800;
    letter-spacing: -0.08em;
    line-height: 1;
    position: absolute;
    right: 16px;
    z-index: 2;
}

.gwh-service-card__body {
    flex: 1;
    min-height: 260px;
    padding: 28px 29px 31px;
}

.gwh-service-card__meta {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.gwh-service-card__meta > span {
    align-items: center;
    color: var(--gwh-forest-bright);
    display: inline-flex;
    font-size: 9px;
    font-weight: 800;
    gap: 8px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.gwh-service-card__meta > span i {
    color: var(--gwh-gold);
}

.gwh-service-card__arrow {
    align-items: center;
    background: rgba(10, 75, 55, 0.07);
    border-radius: 50%;
    color: var(--gwh-forest);
    display: flex;
    height: 34px;
    justify-content: center;
    transform: rotate(45deg);
    transition: color 250ms ease, background-color 250ms ease, transform 250ms ease;
    width: 34px;
}

.gwh-service-card:hover .gwh-service-card__arrow {
    background: var(--gwh-forest);
    color: #fff;
    transform: rotate(90deg);
}

.gwh-service-card h3 {
    color: var(--gwh-ink);
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.17;
    margin: 22px 0 13px;
}

.gwh-service-card p {
    color: rgba(8, 26, 21, 0.57);
    font-size: 12px;
    line-height: 1.75;
    margin: 0;
}

.gwh-service-note {
    align-items: center;
    background: var(--gwh-cream);
    border: 1px solid rgba(8, 26, 21, 0.09);
    border-radius: 20px;
    display: grid;
    gap: 18px;
    grid-template-columns: auto 1fr auto;
    margin-top: 24px;
    padding: 18px 22px;
}

.gwh-service-note__icon {
    align-items: center;
    background: var(--gwh-forest);
    border-radius: 14px;
    color: var(--gwh-lime);
    display: flex;
    height: 45px;
    justify-content: center;
    width: 45px;
}

.gwh-service-note p {
    color: rgba(8, 26, 21, 0.66);
    font-size: 12px;
    margin: 0;
}

.gwh-service-note p strong {
    color: var(--gwh-ink);
}

.gwh-service-note a {
    color: var(--gwh-forest) !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gwh-service-note a i {
    margin-left: 8px;
    transition: transform 200ms ease;
}

.gwh-service-note a:hover i {
    transform: translateX(4px);
}

/* Work showcase */
.gwh-work {
    background: #071b14;
    color: #fff;
    overflow: hidden;
    padding: 138px 0 150px;
    position: relative;
}

.gwh-work::before {
    background: radial-gradient(circle, rgba(200, 238, 75, 0.14), transparent 60%);
    content: "";
    height: 700px;
    pointer-events: none;
    position: absolute;
    right: -350px;
    top: -350px;
    width: 700px;
}

.gwh-work__noise {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.23'/%3E%3C/svg%3E");
    inset: 0;
    opacity: 0.035;
    pointer-events: none;
    position: absolute;
}

.gwh-section-heading--work {
    align-items: end;
    display: grid;
    gap: 80px;
    grid-template-columns: 1fr 0.72fr;
    margin-bottom: 64px;
}

.gwh-section-heading--work h2 {
    color: #fff;
}

.gwh-section-heading--work > div:last-child {
    padding-bottom: 4px;
}

.gwh-section-heading--work p {
    color: rgba(255, 255, 255, 0.57);
    font-size: 13px;
    line-height: 1.8;
    margin: 0 0 21px;
}

.gwh-work-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(2, 380px);
}

.gwh-work-card {
    --gwh-card-lift: 0px;
    --gwh-pointer-x: 50%;
    --gwh-pointer-y: 50%;
    background: #183d30;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    color: #fff !important;
    grid-column: span 5;
    overflow: hidden;
    position: relative;
    transform: translateY(var(--gwh-card-lift));
    transition: transform 420ms cubic-bezier(.2,.75,.2,1), border-color 300ms ease, box-shadow 300ms ease;
}

.gwh-work-card::after {
    background: radial-gradient(circle 190px at var(--gwh-pointer-x) var(--gwh-pointer-y), rgba(200, 238, 75, 0.18), transparent 72%);
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 300ms ease;
    z-index: 2;
}

.gwh-work-card:hover::after,
.gwh-work-card:focus::after {
    opacity: 1;
}

.gwh-work-card:nth-child(1),
.gwh-work-card:nth-child(4) {
    grid-column: span 7;
}

.gwh-work-card:hover,
.gwh-work-card:focus {
    --gwh-card-lift: -7px;
    border-color: rgba(200, 238, 75, 0.34);
    box-shadow: 0 30px 65px rgba(0, 0, 0, 0.28);
}

.gwh-work-card > img {
    height: 100%;
    object-fit: cover;
    transition: transform 900ms cubic-bezier(.2,.75,.2,1), filter 550ms ease;
    width: 100%;
}

.gwh-work-card:hover > img,
.gwh-work-card:focus > img {
    filter: saturate(1.1) contrast(1.02);
    transform: scale(1.065);
}

.gwh-work-card__shade {
    background: linear-gradient(180deg, rgba(4, 21, 15, 0.03) 10%, rgba(4, 21, 15, 0.25) 48%, rgba(4, 21, 15, 0.92) 100%);
    inset: 0;
    position: absolute;
    z-index: 1;
}

.gwh-work-card__count {
    backdrop-filter: blur(12px);
    background: rgba(5, 25, 18, 0.63);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.77);
    font-size: 8px;
    font-weight: 800;
    left: 20px;
    letter-spacing: 0.08em;
    padding: 10px 13px;
    position: absolute;
    text-transform: uppercase;
    top: 20px;
    z-index: 3;
}

.gwh-work-card__content {
    align-items: end;
    bottom: 0;
    display: grid;
    gap: 12px 17px;
    grid-template-columns: auto 1fr auto;
    left: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    z-index: 3;
}

.gwh-work-card__index {
    color: var(--gwh-lime);
    font-size: 10px;
    font-weight: 800;
    grid-row: 1 / 3;
    letter-spacing: 0.08em;
    padding-bottom: 4px;
}

.gwh-work-card__content strong {
    font-size: clamp(20px, 2.2vw, 31px);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.gwh-work-card__view {
    color: rgba(255, 255, 255, 0.6);
    font-size: 8px;
    font-weight: 800;
    grid-column: 2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.gwh-work-card__view i {
    margin-left: 6px;
    transition: transform 250ms ease;
}

.gwh-work-card:hover .gwh-work-card__view i {
    transform: translateX(5px);
}

.gwh-work-empty {
    border: 1px dashed rgba(255, 255, 255, 0.24);
    border-radius: 25px;
    padding: 50px;
    text-align: center;
}

/* Story */
.gwh-story {
    background:
        linear-gradient(90deg, transparent 49.94%, rgba(8, 26, 21, 0.06) 50%, transparent 50.06%),
        var(--gwh-cream);
    padding: 150px 0;
    position: relative;
}

.gwh-story__layout {
    align-items: center;
    display: grid;
    gap: clamp(65px, 8vw, 120px);
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
}

.gwh-story__visual {
    min-height: 650px;
    position: relative;
}

.gwh-story__image {
    border-radius: 34px;
    bottom: 0;
    box-shadow: var(--gwh-shadow);
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 65px;
    top: 0;
}

.gwh-story__image::after {
    background: linear-gradient(to top, rgba(5, 26, 19, 0.26), transparent 44%);
    content: "";
    inset: 0;
    position: absolute;
}

.gwh-story__image img {
    height: calc(100% + 48px);
    object-fit: cover;
    transform: translate3d(0, var(--gwh-shift, 0px), 0) scale(1.08);
    width: 100%;
}

.gwh-story__stamp {
    align-items: center;
    background: var(--gwh-lime);
    border: 10px solid var(--gwh-cream);
    border-radius: 50%;
    color: var(--gwh-ink);
    display: flex;
    flex-direction: column;
    height: 180px;
    justify-content: center;
    position: absolute;
    right: -5px;
    text-align: center;
    top: 68px;
    transform: rotate(6deg);
    width: 180px;
    z-index: 3;
}

.gwh-story__stamp span {
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.gwh-story__stamp strong {
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.03;
    margin: 6px 0 8px;
    text-transform: uppercase;
}

.gwh-story__stamp i {
    color: var(--gwh-forest);
}

.gwh-story__caption {
    align-items: center;
    backdrop-filter: blur(15px);
    background: rgba(7, 29, 21, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 17px;
    bottom: 26px;
    color: rgba(255, 255, 255, 0.84);
    display: flex;
    font-size: 9px;
    font-weight: 700;
    gap: 13px;
    left: 26px;
    letter-spacing: 0.035em;
    max-width: 310px;
    padding: 15px 18px;
    position: absolute;
    z-index: 3;
}

.gwh-story__copy {
    padding-right: 20px;
}

.gwh-story__copy h2 {
    max-width: 630px;
}

.gwh-story__copy > p {
    color: rgba(8, 26, 21, 0.61);
    font-size: 13px;
    line-height: 1.85;
    margin: 30px 0 34px;
}

.gwh-story__list {
    border-bottom: 1px solid var(--gwh-line);
    border-top: 1px solid var(--gwh-line);
    margin-bottom: 31px;
}

.gwh-story__item {
    align-items: center;
    border-bottom: 1px solid var(--gwh-line);
    display: grid;
    gap: 17px;
    grid-template-columns: auto 1fr;
    padding: 17px 0;
}

.gwh-story__item:last-child {
    border-bottom: 0;
}

.gwh-story__item > span {
    align-items: center;
    background: rgba(10, 75, 55, 0.08);
    border-radius: 12px;
    color: var(--gwh-forest);
    display: flex;
    height: 39px;
    justify-content: center;
    width: 39px;
}

.gwh-story__item p {
    color: var(--gwh-ink);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

/* Reviews */
.gwh-reviews {
    background: var(--gwh-paper);
    overflow: hidden;
    padding: 136px 0;
}

.gwh-section-heading--reviews {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 58px;
}

.gwh-review-score {
    align-items: center;
    display: flex;
    gap: 18px;
}

.gwh-review-score > strong {
    border-right: 1px solid var(--gwh-line);
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -0.065em;
    line-height: 1;
    padding-right: 18px;
}

.gwh-review-score .gwh-stars {
    font-size: 12px;
    margin-bottom: 7px;
}

.gwh-review-score span {
    color: rgba(8, 26, 21, 0.5);
    font-size: 9px;
    font-weight: 700;
}

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

.gwh-review-carousel {
    min-width: 0;
}

.gwh-review-controls {
    display: none;
}

.gwh-review-card {
    background: #fff;
    border: 1px solid rgba(8, 26, 21, 0.09);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    min-height: 380px;
    padding: 31px;
    position: relative;
    transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease;
}

.gwh-review-card:hover {
    border-color: rgba(10, 75, 55, 0.18);
    box-shadow: 0 25px 65px rgba(5, 37, 27, 0.1);
    transform: translateY(-7px);
}

.gwh-review-card__top {
    align-items: start;
    display: flex;
    justify-content: space-between;
}

.gwh-review-card__top .gwh-stars {
    font-size: 10px;
}

.gwh-review-card__quote {
    color: rgba(10, 75, 55, 0.1);
    font-family: Georgia, serif;
    font-size: 84px;
    line-height: 0.65;
}

.gwh-review-card blockquote {
    background: transparent !important;
    border: 0;
    box-shadow: none !important;
    color: rgba(8, 26, 21, 0.72);
    flex: 1;
    font-size: 13px;
    font-style: normal;
    line-height: 1.8;
    margin: 32px 0 28px;
    padding: 0 !important;
}

.gwh-review-card footer {
    align-items: center;
    background: transparent !important;
    border-top: 1px solid var(--gwh-line);
    box-shadow: none !important;
    display: flex;
    gap: 13px;
    height: auto !important;
    margin: 0 !important;
    min-height: 0 !important;
    padding: 21px 0 0 !important;
    position: static !important;
    width: auto !important;
}

.gwh-review-card__avatar {
    align-items: center;
    background: var(--gwh-forest);
    border-radius: 50%;
    color: var(--gwh-lime);
    display: flex;
    font-size: 14px;
    font-weight: 800;
    height: 43px;
    justify-content: center;
    width: 43px;
}

.gwh-review-card footer strong,
.gwh-review-card footer div span {
    display: block;
}

.gwh-review-card footer strong {
    color: var(--gwh-ink);
    font-size: 10px;
    font-weight: 800;
    margin-bottom: 4px;
}

.gwh-review-card footer div span {
    color: rgba(8, 26, 21, 0.44);
    font-size: 8px;
    font-weight: 600;
}

.gwh-reviews__foot {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 37px;
}

.gwh-reviews__foot > span {
    color: rgba(8, 26, 21, 0.49);
    font-size: 10px;
}

/* Final CTA */
.gwh-cta {
    align-items: center;
    background: #061913;
    color: #fff;
    display: flex;
    min-height: 720px;
    overflow: hidden;
    padding: 110px 0;
    position: relative;
}

.gwh-cta__image {
    filter: saturate(0.6) contrast(1.12);
    height: calc(100% + 100px);
    inset: -50px 0;
    object-fit: cover;
    opacity: 0.5;
    position: absolute;
    transform: translate3d(0, var(--gwh-shift, 0px), 0) scale(1.1);
    width: 100%;
}

.gwh-cta__veil {
    background:
        radial-gradient(circle at 50% 25%, rgba(24, 98, 70, 0.42), transparent 42%),
        linear-gradient(90deg, rgba(4, 22, 16, 0.9), rgba(4, 22, 16, 0.69), rgba(4, 22, 16, 0.9));
    inset: 0;
    position: absolute;
}

.gwh-cta__lines {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    height: 760px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 760px;
}

.gwh-cta__lines::before,
.gwh-cta__lines::after {
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: inherit;
    content: "";
    inset: 85px;
    position: absolute;
}

.gwh-cta__lines::after {
    inset: 175px;
}

.gwh-cta__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    z-index: 2;
}

.gwh-cta h2 {
    color: #fff;
    font-size: clamp(56px, 7.5vw, 104px);
    margin-top: 27px;
}

.gwh-cta h2 em {
    color: var(--gwh-lime);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.gwh-cta__content > p {
    color: rgba(255, 255, 255, 0.66);
    font-size: 15px;
    line-height: 1.75;
    margin: 30px auto 34px;
    max-width: 680px;
}

.gwh-actions--center {
    justify-content: center;
}

.gwh-cta__microcopy {
    color: rgba(255, 255, 255, 0.43);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-top: 22px;
}

.gwh-mobile-actions {
    display: none;
}

/* Progressive scroll motion: content stays visible until JS is ready. */
.gw-motion-ready .gwh-home [data-gw-reveal] {
    opacity: 0;
    transition:
        opacity 760ms cubic-bezier(.2,.7,.2,1),
        transform 760ms cubic-bezier(.2,.7,.2,1);
    transition-delay: var(--gw-reveal-delay, 0ms);
    will-change: opacity, transform;
}

.gw-motion-ready .gwh-home [data-gw-reveal="up"] {
    transform: translate3d(0, 42px, 0);
}

.gw-motion-ready .gwh-home [data-gw-reveal="left"] {
    transform: translate3d(-48px, 0, 0);
}

.gw-motion-ready .gwh-home [data-gw-reveal="right"] {
    transform: translate3d(48px, 0, 0);
}

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

@keyframes gwh-hero-rise {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gwh-visual-in {
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes gwh-pulse {
    0% { box-shadow: 0 0 0 0 rgba(200, 238, 75, 0.42); }
    65%, 100% { box-shadow: 0 0 0 11px rgba(200, 238, 75, 0); }
}

@keyframes gwh-scroll-nudge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(7px); }
}

@media (max-width: 1199px) {
    .gwh-container {
        padding-inline: 28px;
    }

    .gwh-hero {
        min-height: 900px;
    }

    .gwh-hero__layout {
        gap: 35px;
        grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
    }

    .gwh-hero__visual {
        height: 570px;
    }

    .gwh-hero-photo--main {
        height: 530px;
        left: 4%;
        width: 68%;
    }

    .gwh-trust-rail__lead,
    .gwh-trust-item {
        padding-inline: 17px;
    }

    .gwh-trust-rail__lead {
        padding-left: 0;
    }

    .gwh-service-card__body {
        min-height: 280px;
    }
}

@media (max-width: 991px) {
    .gwh-hero {
        padding-top: 132px;
    }

    .gwh-hero__layout {
        gap: 65px;
        grid-template-columns: 1fr;
    }

    .gwh-hero__copy {
        max-width: 760px;
        padding: 30px 0 0;
    }

    .gwh-hero h1 {
        font-size: clamp(62px, 10vw, 86px);
        max-width: 840px;
    }

    .gwh-hero__visual {
        height: 650px;
        margin-inline: auto;
        max-width: 700px;
        width: 100%;
    }

    .gwh-hero-photo--main {
        height: 610px;
    }

    .gwh-trust-rail {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 74px;
    }

    .gwh-trust-rail__lead {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        grid-column: 1 / -1;
        min-height: 45px;
        padding-bottom: 18px;
    }

    .gwh-trust-item:first-of-type {
        border-left: 0;
        padding-left: 0;
    }

    .gwh-scroll-cue {
        display: none;
    }

    .gwh-section-heading--split,
    .gwh-section-heading--work {
        align-items: start;
        gap: 35px;
        grid-template-columns: 1fr;
    }

    .gwh-section-heading--split > p,
    .gwh-section-heading--work > div:last-child {
        max-width: 600px;
    }

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

    .gwh-service-card:last-child {
        grid-column: 1 / -1;
        justify-self: center;
        width: calc(50% - 10px);
    }

    .gwh-work-grid {
        grid-template-rows: repeat(2, 330px);
    }

    .gwh-story__layout {
        gap: 75px;
        grid-template-columns: 1fr;
    }

    .gwh-story__visual {
        min-height: 620px;
        max-width: 760px;
    }

    .gwh-story__copy {
        max-width: 760px;
        padding: 0;
    }

    .gwh-review-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gwh-review-card:last-child {
        grid-column: 1 / -1;
        min-height: 320px;
    }
}

@media (max-width: 767px) {
    .gwh-container {
        padding-inline: 20px;
    }

    .gwh-hero {
        min-height: 0;
        padding: 116px 0 45px;
    }

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

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

    .gwh-hero__kicker {
        align-items: flex-start;
        flex-wrap: wrap;
        font-size: 9px;
        line-height: 1.45;
    }

    .gwh-kicker__place {
        margin-left: 0;
    }

    .gwh-hero__brand {
        font-size: 9px;
        margin-top: 27px;
    }

    .gwh-hero h1 {
        font-size: clamp(46px, 13vw, 65px);
        line-height: 0.96;
    }

    .gwh-hero__lede {
        font-size: 14px;
        line-height: 1.7;
        margin: 25px 0 28px;
    }

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

    .gwh-button {
        width: 100%;
    }

    .gwh-hero__reassurance {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .gwh-hero__layout {
        gap: 50px;
    }

    .gwh-hero__visual {
        height: 510px;
        max-width: 540px;
    }

    .gwh-hero-photo--main {
        border-radius: 25px;
        height: 476px;
        left: 0;
        width: 72%;
    }

    .gwh-hero-photo--top {
        border-width: 5px;
        height: 175px;
        top: 4px;
        width: 37%;
    }

    .gwh-hero-photo--bottom {
        border-width: 5px;
        bottom: 28px;
        height: 200px;
        right: 0;
        width: 39%;
    }

    .gwh-rating-card {
        bottom: 0;
        right: 4%;
        transform: rotate(-1deg) scale(0.9);
        transform-origin: right bottom;
    }

    .gwh-hero-photo--main figcaption {
        bottom: 16px;
        left: 14px;
        padding: 10px 12px;
    }

    .gwh-trust-rail {
        gap: 0;
        grid-template-columns: 1fr;
        margin-top: 55px;
    }

    .gwh-trust-rail__lead {
        display: none;
    }

    .gwh-trust-item,
    .gwh-trust-item:first-of-type {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        min-height: 0;
        padding: 17px 0;
    }

    .gwh-services,
    .gwh-work,
    .gwh-story,
    .gwh-reviews {
        padding-block: 90px;
    }

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

    .gwh-section-heading--split,
    .gwh-section-heading--work {
        gap: 28px;
        margin-bottom: 42px;
    }

    .gwh-section-heading--split > p {
        font-size: 12px;
    }

    .gwh-service-grid {
        grid-template-columns: 1fr;
    }

    .gwh-service-card:last-child {
        grid-column: auto;
        justify-self: stretch;
        width: 100%;
    }

    .gwh-service-card:last-child .gwh-service-card__media {
        aspect-ratio: 1.42 / 1;
    }

    .gwh-service-card__body {
        min-height: 0;
    }

    .gwh-service-note {
        align-items: start;
        grid-template-columns: auto 1fr;
    }

    .gwh-service-note a {
        grid-column: 2;
    }

    .gwh-work-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .gwh-work-card,
    .gwh-work-card:nth-child(1),
    .gwh-work-card:nth-child(4) {
        aspect-ratio: 1.08 / 1;
        grid-column: auto;
    }

    .gwh-work-card__content {
        padding: 23px;
    }

    .gwh-work-card__content strong {
        font-size: 23px;
    }

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

    .gwh-story__layout {
        gap: 65px;
    }

    .gwh-story__visual {
        min-height: 500px;
    }

    .gwh-story__image {
        border-radius: 26px;
        right: 25px;
    }

    .gwh-story__stamp {
        border-width: 7px;
        height: 135px;
        right: -4px;
        top: 38px;
        width: 135px;
    }

    .gwh-story__stamp strong {
        font-size: 13px;
    }

    .gwh-story__caption {
        bottom: 18px;
        left: 15px;
        max-width: 270px;
        right: 38px;
    }

    .gwh-story__copy > p {
        font-size: 12px;
    }

    .gwh-section-heading--reviews {
        align-items: start;
        flex-direction: column;
        gap: 26px;
        margin-bottom: 42px;
    }

    .gwh-review-score {
        background: rgba(255, 255, 255, 0.78);
        border: 1px solid rgba(8, 26, 21, 0.08);
        border-radius: 18px;
        box-shadow: 0 18px 45px rgba(5, 37, 27, 0.06);
        gap: 16px;
        padding: 15px 18px;
        width: 100%;
    }

    .gwh-review-score > strong {
        font-size: 38px;
        padding-right: 16px;
    }

    .gwh-review-score .gwh-stars {
        margin-bottom: 5px;
    }

    .gwh-review-score span {
        font-size: 10px;
        line-height: 1.4;
    }

    .gwh-review-grid {
        -webkit-overflow-scrolling: touch;
        display: flex;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-inline: contain;
        padding-bottom: 18px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        touch-action: pan-x pan-y pinch-zoom;
    }

    .gwh-review-grid::-webkit-scrollbar {
        display: none;
    }

    .gwh-review-card,
    .gwh-review-card:last-child {
        border-radius: 22px;
        box-shadow: 0 14px 35px rgba(5, 37, 27, 0.045);
        flex: 0 0 100%;
        min-height: 310px;
        padding: 25px;
        scroll-margin-top: 96px;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .gwh-review-card:hover {
        border-color: rgba(8, 26, 21, 0.09);
        box-shadow: 0 14px 35px rgba(5, 37, 27, 0.045);
        transform: none;
    }

    .gwh-review-card__top {
        min-height: 18px;
    }

    .gwh-review-card__top .gwh-stars {
        font-size: 11px;
        letter-spacing: 0.04em;
    }

    .gwh-review-card__quote {
        font-size: 68px;
        line-height: 1;
        position: absolute;
        right: 22px;
        top: 14px;
    }

    .gwh-review-card blockquote {
        flex: 1;
        font-size: 14px;
        line-height: 1.72;
        margin: 24px 0 22px;
    }

    .gwh-review-card footer {
        padding-top: 18px !important;
    }

    .gwh-review-card__avatar {
        flex: 0 0 42px;
        height: 42px;
        width: 42px;
    }

    .gwh-review-card footer strong {
        font-size: 11px;
    }

    .gwh-review-card footer div span {
        font-size: 9px;
    }

    .gwh-review-carousel.is-ready .gwh-review-controls {
        align-items: center;
        background: var(--gwh-forest);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 18px;
        box-shadow: 0 18px 40px rgba(5, 37, 27, 0.14);
        color: #fff;
        display: grid;
        gap: 12px;
        grid-template-columns: 1fr auto auto;
        margin-top: 2px;
        padding: 10px 10px 10px 16px;
    }

    .gwh-review-controls__hint {
        align-items: center;
        color: rgba(255, 255, 255, 0.74);
        display: flex;
        font-size: 9px;
        font-weight: 800;
        gap: 8px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .gwh-review-controls__hint i {
        color: var(--gwh-lime);
        font-size: 13px;
    }

    .gwh-review-controls__count {
        align-items: baseline;
        color: rgba(255, 255, 255, 0.46);
        display: flex;
        font-size: 9px;
        font-weight: 700;
        gap: 4px;
        letter-spacing: 0.08em;
    }

    .gwh-review-controls__count strong {
        color: #fff;
        font-size: 16px;
        letter-spacing: -0.04em;
    }

    .gwh-review-controls__buttons {
        display: flex;
        gap: 6px;
    }

    .gwh-review-controls__buttons button {
        align-items: center;
        background: rgba(255, 255, 255, 0.07);
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 50%;
        color: #fff;
        display: flex;
        height: 38px;
        justify-content: center;
        padding: 0;
        transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease;
        width: 38px;
    }

    .gwh-review-controls__buttons button:last-child {
        background: var(--gwh-lime);
        border-color: var(--gwh-lime);
        color: var(--gwh-ink);
    }

    .gwh-review-controls__buttons button[aria-disabled="true"] {
        background: rgba(255, 255, 255, 0.03);
        border-color: rgba(255, 255, 255, 0.08);
        color: rgba(255, 255, 255, 0.38);
        cursor: default;
        opacity: 0.58;
    }

    .gwh-reviews__foot {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 22px;
    }

    .gwh-cta {
        min-height: 650px;
        padding-block: 90px;
    }

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

    .gwh-cta__content > p {
        font-size: 13px;
    }

    .gwh-cta__lines {
        height: 580px;
        width: 580px;
    }

    .gwh-mobile-actions {
        align-items: center;
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        background: rgba(6, 28, 21, 0.95);
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        bottom: 0;
        display: grid;
        gap: 8px;
        grid-template-columns: 0.72fr 1.28fr;
        left: 0;
        padding: 9px max(12px, env(safe-area-inset-left)) calc(9px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-right));
        position: fixed;
        right: 0;
        z-index: 1100;
    }

    .gwh-mobile-actions a {
        align-items: center;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 999px;
        color: #fff !important;
        display: flex;
        font-size: 10px;
        font-weight: 800;
        gap: 8px;
        justify-content: center;
        min-height: 46px;
        text-transform: uppercase;
    }

    .gwh-mobile-actions a:last-child {
        background: var(--gwh-lime);
        border-color: var(--gwh-lime);
        color: var(--gwh-ink) !important;
    }

}

@media (max-width: 430px) {
    .gwh-hero__visual {
        height: 445px;
    }

    .gwh-hero-photo--main {
        height: 420px;
        width: 75%;
    }

    .gwh-hero-photo--top {
        height: 145px;
    }

    .gwh-hero-photo--bottom {
        bottom: 23px;
        height: 175px;
    }

    .gwh-rating-card {
        padding: 11px 13px;
        right: 0;
        transform: scale(0.78);
        transform-origin: right bottom;
    }

    .gwh-hero-photo--main figcaption {
        font-size: 7px;
    }

    .gwh-service-note {
        grid-template-columns: 1fr;
    }

    .gwh-service-note a {
        grid-column: auto;
    }

    .gwh-story__visual {
        min-height: 440px;
    }

    .gwh-story__stamp {
        height: 118px;
        width: 118px;
    }

    .gwh-story__caption {
        font-size: 8px;
    }

    .gwh-review-card,
    .gwh-review-card:last-child {
        min-height: 0;
        padding: 23px;
    }

    .gwh-review-card blockquote {
        font-size: 13.5px;
    }

    .gwh-review-carousel.is-ready .gwh-review-controls {
        gap: 9px;
        padding-left: 14px;
    }

    .gwh-review-controls__hint {
        font-size: 8px;
    }

    .gwh-review-controls__buttons button {
        height: 36px;
        width: 36px;
    }
}

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

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

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

    .gwh-hero__kicker,
    .gwh-hero__brand,
    .gwh-hero h1,
    .gwh-hero__lede,
    .gwh-hero .gwh-actions,
    .gwh-hero__reassurance,
    .gwh-hero__visual {
        opacity: 1;
        transform: none;
    }

    .gwh-parallax,
    .gwh-parallax img,
    .gwh-cta__image {
        transform: none !important;
    }

    .gwh-review-grid {
        scroll-behavior: auto;
    }
}

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