:root {
    --gp-ink: #14362f;
    --gp-forest: #173f35;
    --gp-forest-deep: #0d2b25;
    --gp-leaf: #2f6d54;
    --gp-lime: #cbe950;
    --gp-lime-soft: #e7f59b;
    --gp-cream: #f4f1e8;
    --gp-paper: #fbfaf5;
    --gp-line: rgba(20, 54, 47, .16);
    --gp-muted: #64746d;
    --gp-white: #fff;
    --gp-shadow: 0 24px 70px rgba(13, 43, 37, .13);
    --gp-radius: 3px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--gp-paper);
    color: var(--gp-ink);
    font-family: "DM Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
    min-width: 320px;
}

body,
button,
input,
textarea,
select {
    font-family: "DM Sans", Arial, sans-serif;
}

a {
    color: inherit;
}

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

.gp-shell {
    margin: 0 auto;
    max-width: 1240px;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
}

.gp-header {
    background: rgba(251, 250, 245, .96);
    border-bottom: 1px solid var(--gp-line);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.gp-header__inner {
    align-items: center;
    display: flex;
    height: 84px;
    justify-content: space-between;
}

.gp-logo {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    text-decoration: none;
}

.gp-logo__mark {
    color: var(--gp-ink);
    height: 40px;
    width: 40px;
}

.gp-logo__mark svg {
    fill: currentColor;
}

.gp-logo__mark .gp-logo__leaf {
    fill: var(--gp-lime);
}

.gp-logo__mark .gp-logo__stem {
    fill: none;
    stroke: var(--gp-ink);
    stroke-linecap: round;
    stroke-width: 1.5;
}

.gp-logo__type {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.7px;
    line-height: 1;
}

.gp-logo__type b {
    color: var(--gp-leaf);
    font-weight: 600;
}

.gp-nav {
    align-items: center;
    display: flex;
    gap: 22px;
}

.gp-nav > a {
    color: var(--gp-ink);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    text-decoration: none;
}

.gp-nav > a:not(.gp-nav__cta):hover {
    color: var(--gp-leaf);
}

.gp-nav .gp-nav__cta {
    align-items: center;
    background: var(--gp-ink);
    color: #fff;
    display: inline-flex;
    gap: 14px;
    min-height: 46px;
    padding: 0 18px;
}

.gp-nav .gp-nav__cta:hover {
    background: var(--gp-leaf);
}

.gp-nav-toggle,
.gp-nav-button {
    display: none;
}

.gp-hero {
    background:
        linear-gradient(90deg, rgba(13, 43, 37, .92) 0%, rgba(13, 43, 37, .80) 34%, rgba(13, 43, 37, .18) 62%, rgba(13, 43, 37, .05) 100%),
        url("../images/greenpoint-hero.webp") center center / cover no-repeat;
    min-height: 720px;
    overflow: hidden;
    padding-top: 84px;
    position: relative;
}

.gp-hero::after {
    background: linear-gradient(180deg, transparent 70%, rgba(13, 43, 37, .23));
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 84px;
}

.gp-hero__inner {
    align-items: center;
    display: flex;
    min-height: 636px;
    position: relative;
    z-index: 2;
}

.gp-hero__copy {
    color: #fff;
    max-width: 650px;
    padding: 60px 0 80px;
}

.gp-kicker {
    align-items: center;
    color: var(--gp-leaf);
    display: flex;
    font-size: 12px;
    font-weight: 800;
    gap: 10px;
    letter-spacing: .16em;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.gp-kicker > span {
    background: var(--gp-lime);
    border-radius: 50%;
    height: 8px;
    width: 8px;
}

.gp-hero .gp-kicker {
    color: var(--gp-lime-soft);
}

.gp-hero h1,
.gp-section h2,
.gp-care h2 {
    font-family: "Manrope", sans-serif;
    letter-spacing: -.055em;
}

.gp-hero h1 {
    color: #fff;
    font-size: clamp(52px, 6.1vw, 84px);
    font-weight: 700;
    line-height: .99;
    margin: 0 0 26px;
}

.gp-hero h1 em,
.gp-final-cta h2 em {
    color: var(--gp-lime);
    font-style: normal;
}

.gp-hero__lede {
    color: rgba(255,255,255,.84);
    font-size: 19px;
    line-height: 1.65;
    margin: 0;
    max-width: 570px;
}

.gp-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.gp-button {
    align-items: center;
    border: 1px solid transparent;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 34px;
    justify-content: center;
    letter-spacing: .01em;
    min-height: 54px;
    padding: 0 23px;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.gp-button:hover {
    transform: translateY(-2px);
}

.gp-button--lime {
    background: var(--gp-lime);
    color: var(--gp-forest-deep);
}

.gp-button--lime:hover {
    background: #d9f56a;
}

.gp-button--ghost-light {
    border-color: rgba(255,255,255,.45);
    color: #fff;
}

.gp-button--ghost-light:hover {
    background: rgba(255,255,255,.1);
    border-color: #fff;
}

.gp-button--dark {
    background: var(--gp-ink);
    color: #fff;
}

.gp-button--dark:hover {
    background: var(--gp-leaf);
}

.gp-button--ghost-dark {
    border-color: var(--gp-ink);
    color: var(--gp-ink);
}

.gp-button--ghost-dark:hover {
    background: var(--gp-ink);
    color: #fff;
}

.gp-hero__trust {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 34px;
}

.gp-hero__trust span {
    align-items: center;
    color: rgba(255,255,255,.74);
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    gap: 8px;
}

.gp-hero__trust span::before {
    color: var(--gp-lime);
    content: "✓";
    font-weight: 800;
}

.gp-hero__record {
    align-items: center;
    background: var(--gp-paper);
    bottom: 34px;
    box-shadow: var(--gp-shadow);
    display: flex;
    gap: 14px;
    padding: 15px 18px;
    position: absolute;
    right: max(32px, calc((100vw - 1176px) / 2));
    width: 330px;
    z-index: 3;
}

.gp-record__icon {
    align-items: center;
    background: var(--gp-lime);
    display: flex;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.gp-record__icon svg {
    fill: none;
    height: 23px;
    stroke: var(--gp-ink);
    stroke-width: 1.7;
    width: 23px;
}

.gp-hero__record div:nth-child(2) {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.gp-hero__record small {
    color: var(--gp-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.gp-hero__record strong {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
}

.gp-record__check {
    align-items: center;
    border: 1px solid var(--gp-line);
    border-radius: 50%;
    color: var(--gp-leaf);
    display: flex;
    font-size: 11px;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.gp-proofbar {
    background: var(--gp-cream);
    border-bottom: 1px solid var(--gp-line);
}

.gp-proofbar__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.gp-proofbar__grid > div {
    align-items: center;
    border-right: 1px solid var(--gp-line);
    display: flex;
    gap: 16px;
    min-height: 105px;
    padding: 18px 22px;
}

.gp-proofbar__grid > div:first-child {
    border-left: 1px solid var(--gp-line);
}

.gp-proofbar strong {
    color: #95a49e;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
}

.gp-proofbar span {
    color: var(--gp-muted);
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 1.4;
}

.gp-proofbar b {
    color: var(--gp-ink);
    font-size: 14px;
}

.gp-section {
    padding: 112px 0;
}

.gp-intro {
    background: var(--gp-paper);
}

.gp-intro__grid {
    align-items: end;
    display: grid;
    gap: 90px;
    grid-template-columns: 1.1fr .9fr;
}

.gp-section h2,
.gp-care h2 {
    color: var(--gp-ink);
    font-size: clamp(42px, 4.7vw, 66px);
    font-weight: 700;
    line-height: 1.08;
    margin: 0;
}

.gp-intro__copy {
    border-left: 1px solid var(--gp-line);
    padding: 6px 0 4px 52px;
}

.gp-intro__copy > p {
    color: var(--gp-muted);
    font-size: 18px;
    line-height: 1.75;
    margin: 0 0 25px;
}

.gp-text-link {
    border-bottom: 1px solid var(--gp-ink);
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 30px;
    padding-bottom: 4px;
    text-decoration: none;
}

.gp-text-link:hover {
    color: var(--gp-leaf);
}

.gp-packages {
    background: var(--gp-forest);
    color: #fff;
}

.gp-section-heading {
    align-items: end;
    display: flex;
    gap: 80px;
    justify-content: space-between;
    margin-bottom: 52px;
}

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

.gp-section-heading > p {
    color: rgba(255,255,255,.66);
    font-size: 16px;
    margin: 0 0 8px;
    max-width: 420px;
}

.gp-kicker--light {
    color: var(--gp-lime-soft);
}

.gp-package-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, 1fr);
}

.gp-package {
    background: var(--gp-paper);
    color: var(--gp-ink);
    display: flex;
    flex-direction: column;
    min-height: 565px;
    padding: 35px 32px 30px;
    position: relative;
}

.gp-package--featured {
    background: var(--gp-forest-deep);
    border: 1px solid rgba(203, 233, 80, .3);
    color: #fff;
    transform: translateY(-12px);
}

.gp-package__flag {
    background: var(--gp-lime);
    color: var(--gp-forest-deep);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    padding: 8px 12px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}

.gp-package__label {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .11em;
    margin: 0 0 22px;
    text-transform: uppercase;
}

.gp-package__price {
    font-family: "Manrope", sans-serif;
    font-size: 54px;
    font-weight: 700;
    letter-spacing: -.05em;
    line-height: 1;
}

.gp-package__price sup {
    font-size: 21px;
    margin-right: 3px;
    top: -1em;
}

.gp-package__top > p:last-child {
    color: var(--gp-muted);
    font-size: 14px;
    line-height: 1.65;
    margin: 20px 0 28px;
    max-width: 290px;
}

.gp-package--featured .gp-package__top > p:last-child {
    color: rgba(255,255,255,.65);
}

.gp-package ul {
    border-top: 1px solid var(--gp-line);
    list-style: none;
    margin: 0 0 30px;
    padding: 22px 0 0;
}

.gp-package--featured ul {
    border-color: rgba(255,255,255,.13);
}

.gp-package li {
    font-size: 13px;
    margin: 9px 0;
    padding-left: 22px;
    position: relative;
}

.gp-package li::before {
    color: var(--gp-leaf);
    content: "✓";
    font-weight: 800;
    left: 0;
    position: absolute;
}

.gp-package--featured li::before {
    color: var(--gp-lime);
}

.gp-package .gp-button {
    margin-top: auto;
    width: 100%;
}

.gp-package-note {
    align-items: center;
    border-top: 1px solid rgba(255,255,255,.17);
    display: grid;
    gap: 26px;
    grid-template-columns: auto 1fr auto;
    margin-top: 42px;
    padding-top: 34px;
}

.gp-package-note > span {
    color: var(--gp-lime-soft);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.gp-package-note p {
    color: rgba(255,255,255,.7);
    font-size: 14px;
    margin: 0;
}

.gp-package-note p strong {
    color: #fff;
}

.gp-package-note a {
    border-bottom: 1px solid rgba(255,255,255,.5);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.gp-process {
    background: var(--gp-paper);
}

.gp-section-heading--dark h2 {
    color: var(--gp-ink);
}

.gp-section-heading--dark > p {
    color: var(--gp-muted);
}

.gp-process__grid {
    counter-reset: process;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}

.gp-process__grid li {
    border-left: 1px solid var(--gp-line);
    min-height: 320px;
    padding: 22px 32px 10px;
    position: relative;
}

.gp-process__grid li:last-child {
    border-right: 1px solid var(--gp-line);
}

.gp-process__number {
    color: #95a49e;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.gp-process__icon {
    align-items: center;
    background: var(--gp-cream);
    color: var(--gp-leaf);
    display: flex;
    font-family: "Manrope", sans-serif;
    font-size: 27px;
    height: 58px;
    justify-content: center;
    margin: 45px 0 33px;
    width: 58px;
}

.gp-process__grid h3 {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    letter-spacing: -.02em;
    margin: 0 0 12px;
}

.gp-process__grid p {
    color: var(--gp-muted);
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

.gp-map-section {
    background: var(--gp-cream);
    overflow: hidden;
}

.gp-map-grid {
    align-items: center;
    display: grid;
    gap: 75px;
    grid-template-columns: .82fr 1.18fr;
}

.gp-map-copy > p:not(.gp-kicker):not(.gp-map-status) {
    color: var(--gp-muted);
    font-size: 17px;
    margin: 28px 0 26px;
}

.gp-check-list {
    display: grid;
    gap: 10px 30px;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.gp-check-list li {
    font-size: 13px;
    font-weight: 700;
    padding-left: 21px;
    position: relative;
}

.gp-check-list li::before {
    color: var(--gp-leaf);
    content: "✓";
    left: 0;
    position: absolute;
}

.gp-map-status {
    align-items: center;
    border-top: 1px solid var(--gp-line);
    color: var(--gp-muted);
    display: flex;
    font-size: 11px;
    gap: 7px;
    margin: 0;
    padding-top: 23px;
}

.gp-map-status > span {
    background: var(--gp-lime);
    border: 3px solid rgba(47,109,84,.2);
    border-radius: 50%;
    height: 11px;
    width: 11px;
}

.gp-map-status strong {
    color: var(--gp-ink);
}

.gp-map-preview {
    background:
        linear-gradient(35deg, transparent 46%, rgba(20,54,47,.08) 47%, rgba(20,54,47,.08) 49%, transparent 50%),
        linear-gradient(125deg, transparent 31%, rgba(20,54,47,.06) 32%, rgba(20,54,47,.06) 34%, transparent 35%),
        #e3e7dc;
    box-shadow: var(--gp-shadow);
    height: 500px;
    position: relative;
}

.gp-map-preview::before,
.gp-map-preview::after {
    background: rgba(255,255,255,.5);
    content: "";
    position: absolute;
}

.gp-map-preview::before {
    height: 44px;
    left: -5%;
    top: 28%;
    transform: rotate(-8deg);
    width: 112%;
}

.gp-map-preview::after {
    height: 110%;
    left: 58%;
    top: -5%;
    transform: rotate(13deg);
    width: 38px;
}

.gp-map-preview__roads {
    border: 14px solid rgba(255,255,255,.4);
    height: 160px;
    left: 14%;
    position: absolute;
    top: 58%;
    transform: rotate(-12deg);
    width: 270px;
}

.gp-map-pin {
    background: var(--gp-forest);
    border: 5px solid var(--gp-lime);
    border-radius: 50% 50% 50% 0;
    box-shadow: 0 8px 18px rgba(13,43,37,.25);
    height: 30px;
    position: absolute;
    transform: rotate(-45deg);
    width: 30px;
    z-index: 2;
}

.gp-map-pin--one {
    left: 18%;
    top: 21%;
}

.gp-map-pin--two {
    right: 14%;
    top: 18%;
}

.gp-map-pin--three {
    bottom: 20%;
    right: 19%;
}

.gp-tree-card {
    background: var(--gp-paper);
    bottom: 34px;
    box-shadow: 0 18px 45px rgba(13,43,37,.17);
    display: grid;
    gap: 17px;
    grid-template-columns: 90px 1fr;
    left: 34px;
    padding: 14px;
    position: absolute;
    width: 340px;
    z-index: 3;
}

.gp-tree-card__image {
    background:
        radial-gradient(circle at 50% 35%, #6d9c4e 0 20%, transparent 21%),
        radial-gradient(circle at 34% 40%, #8ebc65 0 17%, transparent 18%),
        radial-gradient(circle at 65% 43%, #4f843a 0 18%, transparent 19%),
        linear-gradient(90deg, transparent 46%, #614632 47% 53%, transparent 54%),
        #d6dfc5;
    min-height: 98px;
}

.gp-tree-card > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gp-tree-card small {
    color: var(--gp-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.gp-tree-card strong {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
}

.gp-tree-card p {
    color: var(--gp-muted);
    font-size: 10px;
    margin: 2px 0 8px;
}

.gp-tree-card__tag {
    color: var(--gp-leaf);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.gp-care {
    background: var(--gp-forest-deep);
    color: #fff;
    padding: 90px 0;
}

.gp-care__grid {
    align-items: center;
    display: grid;
    gap: 80px;
    grid-template-columns: 1.2fr .8fr;
}

.gp-care h2 {
    color: #fff;
}

.gp-care__copy {
    border-left: 1px solid rgba(255,255,255,.18);
    padding-left: 50px;
}

.gp-care__copy > p {
    color: rgba(255,255,255,.68);
    margin: 0 0 21px;
}

.gp-care__copy > div {
    align-items: baseline;
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

.gp-care__copy > div strong {
    color: var(--gp-lime);
    font-family: "Manrope", sans-serif;
    font-size: 28px;
}

.gp-care__copy > div span {
    color: rgba(255,255,255,.55);
    font-size: 11px;
}

.gp-text-link--light {
    border-color: rgba(255,255,255,.5);
    color: #fff;
}

.gp-final-cta {
    background:
        radial-gradient(circle at 16% 22%, rgba(203,233,80,.15), transparent 26%),
        radial-gradient(circle at 83% 75%, rgba(47,109,84,.14), transparent 23%),
        var(--gp-paper);
    text-align: center;
}

.gp-final-cta__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.gp-final-cta .gp-kicker {
    justify-content: center;
}

.gp-final-cta h2 {
    font-size: clamp(48px, 6.5vw, 82px);
}

.gp-final-cta > .gp-shell > p:not(.gp-kicker) {
    color: var(--gp-muted);
    font-size: 18px;
    margin: 26px 0 0;
}

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

.gp-footer {
    background: #09241f;
    color: #fff;
    padding: 76px 0 25px;
}

.gp-footer__top {
    display: grid;
    gap: 80px;
    grid-template-columns: 1fr 1.3fr;
    padding-bottom: 55px;
}

.gp-logo--footer {
    color: #fff;
}

.gp-logo--footer .gp-logo__mark .gp-logo__stem {
    stroke: #fff;
}

.gp-logo--footer .gp-logo__type b {
    color: var(--gp-lime-soft);
}

.gp-footer__brand > p {
    color: rgba(255,255,255,.54);
    font-size: 13px;
    margin: 24px 0 0 52px;
}

.gp-footer__links {
    display: grid;
    gap: 45px;
    grid-template-columns: repeat(3, 1fr);
}

.gp-footer__links > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gp-footer__links strong {
    color: var(--gp-lime);
    font-size: 10px;
    letter-spacing: .13em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.gp-footer__links a {
    color: rgba(255,255,255,.72);
    font-size: 12px;
    text-decoration: none;
}

.gp-footer__links a:hover {
    color: #fff;
}

.gp-footer__legal {
    border-top: 1px solid rgba(255,255,255,.13);
    padding-top: 25px;
}

.gp-footer__legal > p {
    color: rgba(255,255,255,.44);
    font-size: 10px;
    line-height: 1.7;
    margin: 0 0 20px;
    max-width: 930px;
}

.gp-footer__legal > div {
    color: rgba(255,255,255,.48);
    display: flex;
    font-size: 10px;
    justify-content: space-between;
}

.gp-footer__legal a {
    color: rgba(255,255,255,.65);
    text-decoration: none;
}

@media (max-width: 1050px) {
    .gp-nav {
        gap: 20px;
    }

    .gp-nav > a {
        font-size: 12px;
    }

    .gp-proofbar__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gp-proofbar__grid > div:nth-child(3) {
        border-left: 1px solid var(--gp-line);
    }

    .gp-package {
        padding-left: 24px;
        padding-right: 24px;
    }

    .gp-map-grid {
        gap: 45px;
    }
}

@media (max-width: 820px) {
    .gp-shell {
        padding-left: 22px;
        padding-right: 22px;
    }

    .gp-header {
        position: absolute;
    }

    .gp-header__inner {
        height: 72px;
    }

    .gp-logo__mark {
        height: 34px;
        width: 34px;
    }

    .gp-logo__type {
        font-size: 18px;
    }

    .gp-nav-button {
        align-items: center;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 4px;
        height: 38px;
        justify-content: center;
        width: 42px;
    }

    .gp-nav-button span {
        background: var(--gp-ink);
        height: 2px;
        width: 22px;
    }

    .gp-nav-button b {
        font-size: 0;
    }

    .gp-nav {
        align-items: stretch;
        background: var(--gp-paper);
        border-bottom: 1px solid var(--gp-line);
        display: none;
        flex-direction: column;
        gap: 0;
        left: 0;
        padding: 12px 22px 22px;
        position: absolute;
        right: 0;
        top: 72px;
    }

    .gp-nav > a {
        border-bottom: 1px solid var(--gp-line);
        padding: 14px 0;
    }

    .gp-nav .gp-nav__cta {
        margin-top: 12px;
        padding: 0 18px;
    }

    .gp-nav-toggle:checked ~ .gp-nav {
        display: flex;
    }

    .gp-hero {
        background-position: 60% center;
        min-height: 680px;
        padding-top: 72px;
    }

    .gp-hero::after {
        top: 72px;
    }

    .gp-hero__inner {
        min-height: 608px;
    }

    .gp-hero__copy {
        max-width: 580px;
    }

    .gp-hero__record {
        display: none;
    }

    .gp-section {
        padding: 82px 0;
    }

    .gp-intro__grid,
    .gp-care__grid {
        gap: 42px;
        grid-template-columns: 1fr;
    }

    .gp-intro__copy,
    .gp-care__copy {
        border-left: 0;
        border-top: 1px solid var(--gp-line);
        padding: 32px 0 0;
    }

    .gp-care__copy {
        border-color: rgba(255,255,255,.18);
    }

    .gp-section-heading {
        align-items: start;
        flex-direction: column;
        gap: 24px;
    }

    .gp-package-grid {
        grid-template-columns: 1fr;
    }

    .gp-package {
        min-height: 0;
    }

    .gp-package--featured {
        transform: none;
    }

    .gp-package-note {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .gp-process__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gp-process__grid li:nth-child(3) {
        border-top: 1px solid var(--gp-line);
    }

    .gp-process__grid li:last-child {
        border-top: 1px solid var(--gp-line);
    }

    .gp-map-grid {
        grid-template-columns: 1fr;
    }

    .gp-footer__top {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .gp-hero {
        background:
            linear-gradient(180deg, rgba(13,43,37,.84), rgba(13,43,37,.7)),
            url("../images/greenpoint-hero.webp") 62% center / cover no-repeat;
        min-height: 720px;
    }

    .gp-hero__copy {
        padding: 55px 0 65px;
    }

    .gp-hero h1 {
        font-size: 51px;
    }

    .gp-hero__lede {
        font-size: 17px;
    }

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

    .gp-actions .gp-button {
        width: 100%;
    }

    .gp-hero__trust {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .gp-proofbar__grid {
        grid-template-columns: 1fr;
    }

    .gp-proofbar__grid > div {
        border-left: 1px solid var(--gp-line);
        min-height: 84px;
    }

    .gp-section h2,
    .gp-care h2 {
        font-size: 41px;
    }

    .gp-intro__copy > p {
        font-size: 16px;
    }

    .gp-package {
        padding: 30px 22px 24px;
    }

    .gp-package__price {
        font-size: 47px;
    }

    .gp-process__grid {
        grid-template-columns: 1fr;
    }

    .gp-process__grid li {
        border-right: 1px solid var(--gp-line);
        border-top: 1px solid var(--gp-line);
        min-height: 0;
        padding-bottom: 34px;
    }

    .gp-process__grid li:first-child {
        border-top: 0;
    }

    .gp-process__icon {
        margin: 25px 0 20px;
    }

    .gp-map-preview {
        height: 400px;
    }

    .gp-tree-card {
        bottom: 20px;
        grid-template-columns: 72px 1fr;
        left: 16px;
        width: calc(100% - 32px);
    }

    .gp-tree-card__image {
        min-height: 88px;
    }

    .gp-check-list {
        grid-template-columns: 1fr;
    }

    .gp-care {
        padding: 72px 0;
    }

    .gp-final-cta h2 {
        font-size: 48px;
    }

    .gp-footer {
        padding-top: 58px;
    }

    .gp-footer__top {
        gap: 55px;
    }

    .gp-footer__links {
        gap: 30px;
        grid-template-columns: 1fr 1fr;
    }

    .gp-footer__brand > p {
        margin-left: 0;
    }
}

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

    .gp-button {
        transition: none;
    }
}

/* Stage 2: sponsorship inquiry */
.gp-contact-hero {
    background:
        linear-gradient(90deg, rgba(13,43,37,.97), rgba(23,63,53,.88)),
        url("../images/greenpoint-hero.webp") center 56% / cover no-repeat;
    color: #fff;
    padding: 168px 0 82px;
}

.gp-contact-hero__inner {
    align-items: end;
    display: grid;
    gap: 90px;
    grid-template-columns: 1.18fr .82fr;
}

.gp-contact-hero h1,
.gp-thanks-section h1 {
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: clamp(50px, 5.8vw, 76px);
    font-weight: 700;
    letter-spacing: -.055em;
    line-height: 1.02;
    margin: 0;
}

.gp-contact-hero h1 em,
.gp-thanks-section h1 em {
    color: var(--gp-lime);
    font-style: normal;
}

.gp-contact-hero__inner > p {
    border-left: 1px solid rgba(255,255,255,.25);
    color: rgba(255,255,255,.72);
    font-size: 17px;
    margin: 0 0 7px;
    padding: 8px 0 8px 38px;
}

.gp-inquiry-section {
    background: var(--gp-cream);
    padding: 96px 0 116px;
}

.gp-inquiry-layout {
    align-items: start;
    display: grid;
    gap: 68px;
    grid-template-columns: 330px minmax(0, 1fr);
}

.gp-inquiry-aside {
    position: sticky;
    top: 28px;
}

.gp-inquiry-aside h2 {
    font-family: "Manrope", sans-serif;
    font-size: 38px;
    letter-spacing: -.045em;
    line-height: 1.12;
    margin: 0 0 20px;
}

.gp-inquiry-aside > p:not(.gp-kicker) {
    color: var(--gp-muted);
    font-size: 14px;
    margin: 0;
}

.gp-inquiry-steps {
    border-top: 1px solid var(--gp-line);
    list-style: none;
    margin: 32px 0;
    padding: 0;
}

.gp-inquiry-steps li {
    border-bottom: 1px solid var(--gp-line);
    display: grid;
    gap: 15px;
    grid-template-columns: 28px 1fr;
    padding: 20px 0;
}

.gp-inquiry-steps li > span {
    color: #8a9a93;
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    font-weight: 700;
}

.gp-inquiry-steps strong {
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    margin-bottom: 4px;
}

.gp-inquiry-steps p {
    color: var(--gp-muted);
    font-size: 11px;
    line-height: 1.6;
    margin: 0;
}

.gp-inquiry-disclosure {
    background: var(--gp-forest);
    color: #fff;
    padding: 22px 24px;
}

.gp-inquiry-disclosure strong {
    color: var(--gp-lime);
    display: block;
    font-size: 10px;
    letter-spacing: .11em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.gp-inquiry-disclosure p {
    color: rgba(255,255,255,.68);
    font-size: 11px;
    line-height: 1.65;
    margin: 0;
}

.gp-form-card {
    background: var(--gp-paper);
    box-shadow: 0 24px 70px rgba(13,43,37,.09);
    padding: 46px 48px 50px;
}

.gp-form-card__heading {
    border-bottom: 1px solid var(--gp-line);
    margin-bottom: 34px;
    padding-bottom: 28px;
}

.gp-form-card__heading h2 {
    font-family: "Manrope", sans-serif;
    font-size: 35px;
    letter-spacing: -.04em;
    line-height: 1.16;
    margin: 0;
}

.gp-form-context {
    color: var(--gp-muted);
    font-size: 12px;
    margin: 13px 0 0;
}

.gp-form-context strong {
    color: var(--gp-leaf);
}

.gp-form-alert {
    background: #fff2e8;
    border-left: 4px solid #b65027;
    color: #743318;
    font-size: 13px;
    margin-bottom: 26px;
    padding: 14px 16px;
}

.gp-inquiry-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

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

.gp-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gp-field label {
    color: var(--gp-ink);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .025em;
}

.gp-field label span {
    color: var(--gp-leaf);
}

.gp-field input,
.gp-field select,
.gp-field textarea {
    appearance: none;
    background-color: #fff;
    border: 1px solid rgba(20,54,47,.22);
    border-radius: 0;
    color: var(--gp-ink);
    font-size: 14px;
    outline: none;
    padding: 0 14px;
    transition: border-color .2s ease, box-shadow .2s ease;
    width: 100%;
}

.gp-field input,
.gp-field select {
    height: 50px;
}

.gp-field select {
    background-image:
        linear-gradient(45deg, transparent 50%, var(--gp-ink) 50%),
        linear-gradient(135deg, var(--gp-ink) 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 22px,
        calc(100% - 13px) 22px;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
    padding-right: 34px;
}

.gp-field textarea {
    line-height: 1.6;
    min-height: 150px;
    padding-bottom: 13px;
    padding-top: 13px;
    resize: vertical;
}

.gp-field input:focus,
.gp-field select:focus,
.gp-field textarea:focus {
    border-color: var(--gp-leaf);
    box-shadow: 0 0 0 3px rgba(47,109,84,.1);
}

.gp-field input::placeholder,
.gp-field textarea::placeholder {
    color: #91a098;
}

.gp-checkbox {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    gap: 10px;
    width: fit-content;
}

.gp-checkbox input {
    accent-color: var(--gp-leaf);
    height: 17px;
    margin: 2px 0 0;
    width: 17px;
}

.gp-checkbox span {
    color: var(--gp-muted);
}

.gp-honeypot {
    height: 0;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    width: 0;
}

.gp-form-submit-row {
    align-items: end;
    border-top: 1px solid var(--gp-line);
    display: grid;
    gap: 25px;
    grid-template-columns: 170px 1fr;
    margin-top: 4px;
    padding-top: 26px;
}

.gp-field--challenge input {
    max-width: 96px;
    text-align: center;
}

.gp-form-submit-row .gp-button {
    border: 0;
    cursor: pointer;
    min-height: 50px;
    width: 100%;
}

.gp-form-fineprint {
    color: #7e8e86;
    font-size: 10px;
    line-height: 1.6;
    margin: -4px 0 0;
}

.gp-thanks-main {
    background:
        radial-gradient(circle at 16% 22%, rgba(203,233,80,.12), transparent 25%),
        var(--gp-paper);
}

.gp-thanks-section {
    padding: 174px 0 110px;
    text-align: center;
}

.gp-thanks__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 1020px;
}

.gp-thanks__mark {
    align-items: center;
    background: var(--gp-lime);
    color: var(--gp-forest-deep);
    display: flex;
    font-size: 25px;
    height: 60px;
    justify-content: center;
    margin-bottom: 24px;
    width: 60px;
}

.gp-thanks-section .gp-kicker {
    justify-content: center;
}

.gp-thanks-section h1 {
    color: var(--gp-ink);
}

.gp-thanks__lede {
    color: var(--gp-muted);
    font-size: 17px;
    margin: 28px auto 0;
    max-width: 710px;
}

.gp-thanks__steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 52px 0 8px;
    text-align: left;
    width: 100%;
}

.gp-thanks__steps > div {
    border-left: 1px solid var(--gp-line);
    min-height: 160px;
    padding: 22px 30px;
}

.gp-thanks__steps > div:last-child {
    border-right: 1px solid var(--gp-line);
}

.gp-thanks__steps span {
    color: #91a098;
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    margin-bottom: 26px;
}

.gp-thanks__steps strong {
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    margin-bottom: 7px;
}

.gp-thanks__steps p {
    color: var(--gp-muted);
    font-size: 11px;
    line-height: 1.65;
    margin: 0;
}

.gp-thanks__note {
    color: #7f8e87;
    font-size: 10px;
    margin: 23px 0 0;
}

@media (max-width: 900px) {
    .gp-contact-hero__inner {
        gap: 35px;
        grid-template-columns: 1fr;
    }

    .gp-contact-hero__inner > p {
        max-width: 650px;
    }

    .gp-inquiry-layout {
        gap: 42px;
        grid-template-columns: 1fr;
    }

    .gp-inquiry-aside {
        position: static;
    }

    .gp-inquiry-steps {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .gp-inquiry-steps li {
        border-right: 1px solid var(--gp-line);
        padding: 20px 18px;
    }
}

@media (max-width: 620px) {
    .gp-contact-hero {
        padding: 135px 0 60px;
    }

    .gp-contact-hero h1,
    .gp-thanks-section h1 {
        font-size: 45px;
    }

    .gp-contact-hero__inner > p {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.25);
        font-size: 15px;
        padding: 26px 0 0;
    }

    .gp-inquiry-section {
        padding: 68px 0 82px;
    }

    .gp-inquiry-steps {
        display: block;
    }

    .gp-inquiry-steps li {
        border-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .gp-form-card {
        margin-left: -6px;
        margin-right: -6px;
        padding: 34px 20px 38px;
    }

    .gp-form-card__heading h2 {
        font-size: 30px;
    }

    .gp-form-row,
    .gp-form-submit-row {
        grid-template-columns: 1fr;
    }

    .gp-form-submit-row {
        align-items: stretch;
    }

    .gp-field--challenge input {
        max-width: 100%;
    }

    .gp-thanks-section {
        padding: 140px 0 85px;
    }

    .gp-thanks__steps {
        grid-template-columns: 1fr;
        margin-top: 42px;
    }

    .gp-thanks__steps > div,
    .gp-thanks__steps > div:last-child {
        border-bottom: 1px solid var(--gp-line);
        border-right: 0;
        min-height: 0;
        padding: 24px 8px;
    }

    .gp-thanks__steps > div:first-child {
        border-top: 1px solid var(--gp-line);
    }

    .gp-thanks__steps span {
        margin-bottom: 12px;
    }
}

/* Stage 3: public tree map */
.gp-map-hero {
    background:
        linear-gradient(90deg, rgba(13,43,37,.96), rgba(23,63,53,.84)),
        url("../images/greenpoint-hero.webp") center 47% / cover no-repeat;
    color: #fff;
    padding: 168px 0 84px;
}

.gp-map-hero__grid {
    align-items: end;
    display: grid;
    gap: 80px;
    grid-template-columns: 1.15fr .85fr;
}

.gp-map-hero h1,
.gp-tree-record-hero h1,
.gp-tree-not-found h1 {
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: clamp(50px, 5.8vw, 76px);
    font-weight: 700;
    letter-spacing: -.055em;
    line-height: 1.02;
    margin: 0;
}

.gp-map-hero h1 em {
    color: var(--gp-lime);
    font-style: normal;
}

.gp-map-hero__summary {
    border-left: 1px solid rgba(255,255,255,.22);
    padding: 7px 0 7px 38px;
}

.gp-map-hero__summary > p {
    color: rgba(255,255,255,.7);
    font-size: 16px;
    margin: 0 0 24px;
}

.gp-map-hero__summary > div {
    align-items: baseline;
    display: flex;
    gap: 12px;
}

.gp-map-hero__summary strong {
    color: var(--gp-lime);
    font-family: "Manrope", sans-serif;
    font-size: 42px;
    letter-spacing: -.04em;
}

.gp-map-hero__summary span {
    color: rgba(255,255,255,.63);
    font-size: 12px;
}

.gp-live-map-section {
    background: var(--gp-cream);
    padding: 90px 0 105px;
}

.gp-live-map__heading {
    align-items: end;
    display: flex;
    gap: 60px;
    justify-content: space-between;
    margin-bottom: 36px;
}

.gp-live-map__heading h2,
.gp-map-empty h2,
.gp-tree-story h2,
.gp-tree-care-history h2 {
    font-family: "Manrope", sans-serif;
    font-size: clamp(36px, 4vw, 54px);
    letter-spacing: -.05em;
    line-height: 1.08;
    margin: 0;
}

.gp-live-map__heading > p {
    color: var(--gp-muted);
    font-size: 12px;
    margin: 0 0 7px;
    max-width: 390px;
}

.gp-map-filters {
    align-items: end;
    background: var(--gp-paper);
    border: 1px solid var(--gp-line);
    display: grid;
    gap: 16px;
    grid-template-columns: 1.4fr .8fr auto;
    margin-bottom: 16px;
    padding: 16px;
}

.gp-map-filters label {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.gp-map-filters label > span {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gp-map-filters input,
.gp-map-filters select {
    background: #fff;
    border: 1px solid var(--gp-line);
    border-radius: 0;
    color: var(--gp-ink);
    font-size: 12px;
    height: 44px;
    padding: 0 12px;
}

.gp-map-filters button {
    background: transparent;
    border: 1px solid var(--gp-ink);
    color: var(--gp-ink);
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
    height: 44px;
    padding: 0 18px;
}

.gp-live-map {
    background: var(--gp-paper);
    box-shadow: var(--gp-shadow);
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(290px, .75fr);
    min-height: 640px;
}

.gp-live-map__canvas {
    min-height: 640px;
    z-index: 1;
}

.gp-live-map__sidebar {
    border-left: 1px solid var(--gp-line);
    max-height: 640px;
    overflow-y: auto;
}

.gp-map-list-status {
    background: var(--gp-forest);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    padding: 17px 20px;
    position: sticky;
    text-transform: uppercase;
    top: 0;
    z-index: 2;
}

.gp-map-record {
    border-bottom: 1px solid var(--gp-line);
    cursor: pointer;
    display: grid;
    gap: 14px;
    grid-template-columns: 86px 1fr;
    padding: 17px;
    transition: background-color .2s ease;
}

.gp-map-record:hover,
.gp-map-record:focus {
    background: var(--gp-cream);
    outline: none;
}

.gp-map-record img,
.gp-map-record__placeholder {
    height: 92px;
    object-fit: cover;
    width: 86px;
}

.gp-map-record__placeholder {
    align-items: center;
    background: #dfe7d5;
    color: var(--gp-leaf);
    display: flex;
    font-size: 32px;
    justify-content: center;
}

.gp-map-record__body {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.gp-map-record__body small {
    color: #8a9a93;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .08em;
}

.gp-map-record__body > strong {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    line-height: 1.2;
    margin-top: 4px;
}

.gp-map-record__body em {
    color: var(--gp-muted);
    font-size: 9px;
}

.gp-map-record__body p {
    color: var(--gp-muted);
    font-size: 9px;
    line-height: 1.4;
    margin: 5px 0;
}

.gp-map-record__sponsor {
    color: var(--gp-leaf);
    font-size: 9px;
    font-weight: 800;
}

.gp-map-record__body a {
    font-size: 9px;
    font-weight: 800;
    margin-top: auto;
    text-decoration: none;
}

.gp-map-popup {
    display: grid;
    gap: 12px;
    grid-template-columns: 72px 1fr;
}

.gp-map-popup img,
.gp-map-popup .gp-map-record__placeholder {
    height: 82px;
    object-fit: cover;
    width: 72px;
}

.gp-map-empty {
    align-items: center;
    background: var(--gp-paper);
    border: 1px solid var(--gp-line);
    display: grid;
    gap: 34px;
    grid-template-columns: 96px 1fr;
    padding: 58px;
}

.gp-map-empty__mark {
    align-items: center;
    background: var(--gp-lime);
    display: flex;
    height: 86px;
    justify-content: center;
    width: 86px;
}

.gp-map-empty__mark svg {
    fill: none;
    height: 42px;
    stroke: var(--gp-ink);
    stroke-width: 1.5;
    width: 42px;
}

.gp-map-empty > div > p:not(.gp-kicker) {
    color: var(--gp-muted);
    margin: 20px 0 26px;
    max-width: 660px;
}

.gp-map-noscript {
    background: #fff2e8;
    border-left: 4px solid #b65027;
    padding: 14px;
}

.gp-map-integrity {
    background: var(--gp-paper);
    padding: 70px 0;
}

.gp-map-integrity__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.gp-map-integrity__grid > div {
    border-left: 1px solid var(--gp-line);
    padding: 15px 34px;
}

.gp-map-integrity__grid > div:last-child {
    border-right: 1px solid var(--gp-line);
}

.gp-map-integrity span {
    color: #91a098;
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    margin-bottom: 30px;
}

.gp-map-integrity strong {
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
}

.gp-map-integrity p {
    color: var(--gp-muted);
    font-size: 11px;
    line-height: 1.65;
    margin: 9px 0 0;
}

.gp-leaflet-marker-wrap {
    background: none;
    border: 0;
}

.gp-leaflet-marker {
    background: var(--gp-lime);
    border: 5px solid var(--gp-forest);
    border-radius: 50% 50% 50% 0;
    box-shadow: 0 8px 18px rgba(13,43,37,.3);
    display: block;
    height: 32px;
    transform: rotate(-45deg);
    width: 32px;
}

.gp-leaflet-marker i {
    background: var(--gp-forest);
    border-radius: 50%;
    display: block;
    height: 7px;
    margin: 7px;
    width: 7px;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    border-radius: 0;
}

.leaflet-popup-content {
    font-family: "DM Sans", sans-serif;
    margin: 14px;
}

/* Stage 3: individual tree record */
.gp-tree-record-hero {
    background: var(--gp-forest);
    color: #fff;
    padding: 160px 0 78px;
}

.gp-tree-record-hero__grid {
    align-items: end;
    display: grid;
    gap: 70px;
    grid-template-columns: 1.15fr .85fr;
}

.gp-tree-record-id {
    color: rgba(255,255,255,.58);
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: 8px;
}

.gp-tree-scientific {
    color: var(--gp-lime-soft);
    font-size: 16px;
    font-style: italic;
    margin: 12px 0 0;
}

.gp-tree-record-hero__meta {
    border-left: 1px solid rgba(255,255,255,.2);
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-left: 38px;
}

.gp-tree-record-hero__meta > div {
    display: flex;
    flex-direction: column;
}

.gp-tree-record-hero__meta span {
    color: rgba(255,255,255,.48);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.gp-tree-record-hero__meta strong {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
}

.gp-tree-record-main {
    background: var(--gp-cream);
    padding: 90px 0 110px;
}

.gp-tree-record-layout {
    align-items: start;
    display: grid;
    gap: 65px;
    grid-template-columns: minmax(0, 1fr) 340px;
}

.gp-tree-gallery {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 70px;
}

.gp-tree-gallery figure {
    background: var(--gp-paper);
    margin: 0;
}

.gp-tree-gallery figure:first-child:nth-last-child(1) {
    grid-column: 1 / -1;
}

.gp-tree-gallery img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.gp-tree-gallery figcaption {
    color: var(--gp-muted);
    font-size: 9px;
    padding: 9px 12px;
}

.gp-tree-photo-pending {
    align-items: center;
    background: var(--gp-paper);
    border: 1px solid var(--gp-line);
    display: flex;
    gap: 20px;
    margin-bottom: 70px;
    padding: 34px;
}

.gp-tree-photo-pending > span {
    color: var(--gp-leaf);
    font-size: 48px;
}

.gp-tree-photo-pending strong {
    font-family: "Manrope", sans-serif;
}

.gp-tree-photo-pending p {
    color: var(--gp-muted);
    font-size: 12px;
    margin: 5px 0 0;
}

.gp-tree-story,
.gp-tree-care-history {
    background: var(--gp-paper);
    padding: 46px;
}

.gp-tree-story > p:not(.gp-kicker) {
    color: var(--gp-muted);
    font-size: 15px;
    margin: 24px 0 30px;
}

.gp-tree-story dl {
    border-top: 1px solid var(--gp-line);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
}

.gp-tree-story dl > div {
    border-bottom: 1px solid var(--gp-line);
    padding: 18px 0;
}

.gp-tree-story dt {
    color: #8b9a94;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gp-tree-story dd {
    font-size: 13px;
    font-weight: 700;
    margin: 4px 0 0;
}

.gp-tree-care-history {
    margin-top: 24px;
}

.gp-tree-care-history ol {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}

.gp-tree-care-history li {
    border-top: 1px solid var(--gp-line);
    display: grid;
    gap: 30px;
    grid-template-columns: 130px 1fr;
    padding: 20px 0;
}

.gp-tree-care-history time {
    color: var(--gp-muted);
    font-size: 11px;
}

.gp-tree-care-history li > div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 15px;
}

.gp-tree-care-history li strong {
    font-family: "Manrope", sans-serif;
    font-size: 13px;
}

.gp-tree-care-history li span {
    color: var(--gp-leaf);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.gp-tree-care-history li p {
    color: var(--gp-muted);
    flex-basis: 100%;
    font-size: 11px;
    margin: 0;
}

.gp-tree-care-empty {
    border-top: 1px solid var(--gp-line);
    color: var(--gp-muted);
    font-size: 12px;
    margin-top: 26px;
    padding-top: 22px;
}

.gp-tree-record-sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: sticky;
    top: 24px;
}

.gp-tree-detail-map {
    height: 330px;
    width: 100%;
}

.gp-tree-map-privacy {
    color: var(--gp-muted);
    font-size: 10px;
    margin: -9px 0 7px;
}

.gp-tree-location-hidden,
.gp-tree-sponsor-card {
    background: var(--gp-paper);
    border: 1px solid var(--gp-line);
    padding: 26px;
}

.gp-tree-location-hidden strong,
.gp-tree-sponsor-card strong {
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
}

.gp-tree-location-hidden p,
.gp-tree-sponsor-card p {
    color: var(--gp-muted);
    font-size: 11px;
    margin: 8px 0 0;
}

.gp-tree-sponsor-card > span {
    color: var(--gp-leaf);
    display: block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.gp-tree-record-sidebar .gp-text-link {
    align-self: flex-start;
    margin-top: 8px;
}

.gp-tree-not-found {
    background: var(--gp-paper);
    min-height: 720px;
    padding: 190px 0 110px;
    text-align: center;
}

.gp-tree-not-found__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.gp-tree-not-found .gp-kicker {
    justify-content: center;
}

.gp-tree-not-found h1 {
    color: var(--gp-ink);
}

.gp-tree-not-found__inner > p:not(.gp-kicker) {
    color: var(--gp-muted);
    font-size: 17px;
    max-width: 600px;
}

/* Stage 3: protected tree admin */
.gp-admin-body {
    background: #eef0ea;
    color: var(--gp-ink);
}

.gp-admin-login {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 30px;
}

.gp-admin-login__brand {
    align-items: center;
    background: var(--gp-forest);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 450px;
    justify-content: center;
    text-align: center;
    width: 330px;
}

.gp-admin-login__brand > span {
    background: var(--gp-lime);
    height: 48px;
    margin-bottom: 20px;
    width: 48px;
}

.gp-admin-login__brand strong {
    font-family: "Manrope", sans-serif;
    font-size: 22px;
}

.gp-admin-login__brand small {
    color: rgba(255,255,255,.6);
}

.gp-admin-login__card {
    background: var(--gp-paper);
    box-shadow: var(--gp-shadow);
    min-height: 450px;
    padding: 60px;
    width: 520px;
}

.gp-admin-login__card h1,
.gp-admin-title h1,
.gp-admin-setup h1 {
    font-family: "Manrope", sans-serif;
    font-size: 38px;
    letter-spacing: -.045em;
    line-height: 1.1;
    margin: 0 0 18px;
}

.gp-admin-login__card > p:not(.gp-kicker) {
    color: var(--gp-muted);
    font-size: 13px;
}

.gp-admin-login__card form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 25px;
}

.gp-admin-login__card label,
.gp-admin-form label,
.gp-admin-care label {
    display: flex;
    flex-direction: column;
    font-size: 10px;
    font-weight: 800;
    gap: 7px;
    letter-spacing: .03em;
}

.gp-admin-login__card input,
.gp-admin-form input,
.gp-admin-form select,
.gp-admin-form textarea,
.gp-admin-care input,
.gp-admin-care select,
.gp-admin-care textarea {
    background: #fff;
    border: 1px solid var(--gp-line);
    border-radius: 0;
    color: var(--gp-ink);
    font-size: 13px;
    min-height: 45px;
    padding: 10px 12px;
}

.gp-admin-login__card button,
.gp-admin-submit {
    background: var(--gp-lime);
    border: 0;
    color: var(--gp-ink);
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    min-height: 48px;
    padding: 0 22px;
}

.gp-admin-alert,
.gp-admin-success {
    border-left: 4px solid #ad4825;
    margin: 20px 0;
    padding: 14px 17px;
}

.gp-admin-alert {
    background: #fff2e8;
    color: #743318;
}

.gp-admin-success {
    background: #e7f3dc;
    border-color: var(--gp-leaf);
    color: var(--gp-ink);
}

.gp-admin-header {
    align-items: center;
    background: var(--gp-forest-deep);
    color: #fff;
    display: flex;
    justify-content: space-between;
    min-height: 70px;
    padding: 0 max(28px, calc((100vw - 1320px) / 2));
}

.gp-admin-header > a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.gp-admin-header > a strong {
    font-family: "Manrope", sans-serif;
}

.gp-admin-header > a span {
    color: var(--gp-lime);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.gp-admin-header nav {
    align-items: center;
    display: flex;
    gap: 24px;
}

.gp-admin-header nav a,
.gp-admin-header nav button {
    background: none;
    border: 0;
    color: rgba(255,255,255,.76);
    cursor: pointer;
    font-size: 11px;
    text-decoration: none;
}

.gp-admin-main {
    margin: 0 auto;
    max-width: 1380px;
    padding: 60px 30px 100px;
}

.gp-admin-title {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.gp-admin-title > a {
    background: var(--gp-ink);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 13px 18px;
    text-decoration: none;
}

.gp-admin-layout {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 360px;
}

.gp-admin-form {
    background: var(--gp-paper);
    box-shadow: 0 20px 60px rgba(13,43,37,.08);
    padding: 38px;
}

.gp-admin-form fieldset {
    border: 0;
    border-bottom: 1px solid var(--gp-line);
    margin: 0 0 34px;
    padding: 0 0 34px;
}

.gp-admin-form legend {
    align-items: center;
    display: flex;
    gap: 13px;
    margin-bottom: 24px;
    padding: 0;
}

.gp-admin-form legend > span {
    align-items: center;
    background: var(--gp-cream);
    color: var(--gp-leaf);
    display: flex;
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.gp-admin-form legend div {
    display: flex;
    flex-direction: column;
}

.gp-admin-form legend strong {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
}

.gp-admin-form legend small,
.gp-admin-form label > small,
.gp-admin-care label > small {
    color: var(--gp-muted);
    font-size: 9px;
    font-weight: 500;
}

.gp-admin-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gp-admin-wide {
    grid-column: 1 / -1;
}

.gp-admin-check {
    align-items: center;
    flex-direction: row !important;
}

.gp-admin-check input {
    accent-color: var(--gp-leaf);
    min-height: 18px;
    width: 18px;
}

.gp-admin-error {
    color: #a13e20;
    font-size: 9px;
    font-weight: 700;
}

.gp-admin-submit {
    min-width: 220px;
}

.gp-admin-records {
    background: var(--gp-paper);
    max-height: 760px;
    overflow-y: auto;
    padding: 24px;
    position: sticky;
    top: 20px;
}

.gp-admin-records h2 {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    margin: 0 0 18px;
}

.gp-admin-records > p {
    color: var(--gp-muted);
    font-size: 12px;
}

.gp-admin-records article {
    border-top: 1px solid var(--gp-line);
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 16px 0;
}

.gp-admin-records article > div {
    display: flex;
    flex-direction: column;
}

.gp-admin-records small {
    color: #8b9b94;
    font-size: 8px;
    font-weight: 800;
}

.gp-admin-records strong {
    font-family: "Manrope", sans-serif;
    font-size: 13px;
}

.gp-admin-records span {
    color: var(--gp-muted);
    font-size: 9px;
}

.gp-admin-records article > div:last-child {
    align-items: flex-end;
    gap: 4px;
}

.gp-admin-records a {
    font-size: 9px;
    font-weight: 800;
}

.gp-admin-status {
    font-size: 8px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gp-admin-status--public {
    color: var(--gp-leaf);
}

.gp-admin-status--draft {
    color: #9a701c;
}

.gp-admin-care {
    background: var(--gp-forest);
    color: #fff;
    display: grid;
    gap: 65px;
    grid-template-columns: .7fr 1.3fr;
    margin-top: 30px;
    padding: 42px;
}

.gp-admin-care h2 {
    font-family: "Manrope", sans-serif;
    font-size: 30px;
    letter-spacing: -.04em;
    margin: 0;
}

.gp-admin-care > div > p:not(.gp-kicker) {
    color: rgba(255,255,255,.65);
    font-size: 11px;
}

.gp-admin-care label {
    color: #fff;
}

.gp-admin-setup {
    background: var(--gp-paper);
    box-shadow: var(--gp-shadow);
    margin: 80px auto;
    max-width: 760px;
    padding: 60px;
}

@media (max-width: 950px) {
    .gp-map-hero__grid,
    .gp-tree-record-hero__grid {
        gap: 38px;
        grid-template-columns: 1fr;
    }

    .gp-live-map {
        grid-template-columns: 1fr;
    }

    .gp-live-map__sidebar {
        border-left: 0;
        border-top: 1px solid var(--gp-line);
        max-height: 420px;
    }

    .gp-map-integrity__grid {
        grid-template-columns: 1fr;
    }

    .gp-map-integrity__grid > div,
    .gp-map-integrity__grid > div:last-child {
        border-bottom: 1px solid var(--gp-line);
        border-right: 1px solid var(--gp-line);
    }

    .gp-tree-record-layout {
        grid-template-columns: 1fr;
    }

    .gp-tree-record-sidebar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        position: static;
    }

    .gp-tree-record-sidebar .gp-button,
    .gp-tree-record-sidebar .gp-text-link {
        grid-column: 1 / -1;
    }

    .gp-admin-layout {
        grid-template-columns: 1fr;
    }

    .gp-admin-records {
        max-height: none;
        position: static;
    }

    .gp-admin-care {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {
    .gp-map-hero,
    .gp-tree-record-hero {
        padding: 138px 0 62px;
    }

    .gp-map-hero h1,
    .gp-tree-record-hero h1,
    .gp-tree-not-found h1 {
        font-size: 45px;
    }

    .gp-map-hero__summary,
    .gp-tree-record-hero__meta {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.22);
        padding: 25px 0 0;
    }

    .gp-live-map-section {
        padding: 65px 0 80px;
    }

    .gp-live-map__heading {
        align-items: start;
        flex-direction: column;
        gap: 18px;
    }

    .gp-map-filters {
        grid-template-columns: 1fr;
    }

    .gp-live-map,
    .gp-live-map__canvas {
        min-height: 480px;
    }

    .gp-live-map__canvas {
        height: 480px;
    }

    .gp-map-empty {
        grid-template-columns: 1fr;
        padding: 34px 24px;
    }

    .gp-map-integrity__grid > div {
        padding: 24px;
    }

    .gp-map-integrity span {
        margin-bottom: 13px;
    }

    .gp-tree-record-main {
        padding: 65px 0 80px;
    }

    .gp-tree-gallery {
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }

    .gp-tree-story,
    .gp-tree-care-history {
        padding: 30px 22px;
    }

    .gp-tree-story dl {
        grid-template-columns: 1fr;
    }

    .gp-tree-care-history li {
        gap: 7px;
        grid-template-columns: 1fr;
    }

    .gp-tree-record-sidebar {
        display: flex;
    }

    .gp-admin-login {
        padding: 18px;
    }

    .gp-admin-login__brand {
        display: none;
    }

    .gp-admin-login__card {
        min-height: 0;
        padding: 36px 24px;
        width: 100%;
    }

    .gp-admin-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding: 18px 22px;
    }

    .gp-admin-main {
        padding: 40px 16px 70px;
    }

    .gp-admin-title {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .gp-admin-form {
        padding: 24px 18px;
    }

    .gp-admin-grid {
        grid-template-columns: 1fr;
    }

    .gp-admin-wide {
        grid-column: auto;
    }

    .gp-admin-care {
        padding: 28px 20px;
    }
}

/* Stage 4: public cleanup pages */
.gp-content-hero,
.gp-privacy-hero,
.gp-error-section {
    background:
        radial-gradient(circle at 12% 18%, rgba(203, 233, 80, .22), transparent 28%),
        linear-gradient(135deg, rgba(13, 43, 37, .98), rgba(23, 63, 53, .92));
    color: var(--gp-white);
    overflow: hidden;
    position: relative;
}

.gp-content-hero {
    padding: 168px 0 92px;
}

.gp-content-hero::after,
.gp-privacy-hero::after,
.gp-error-section::after {
    background-image:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 72px 72px;
    content: "";
    inset: 0;
    opacity: .35;
    pointer-events: none;
    position: absolute;
}

.gp-content-hero__grid,
.gp-business-disclosure__inner,
.gp-care-plan-overview__grid {
    display: grid;
    gap: 64px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
}

.gp-content-hero__grid,
.gp-privacy-hero .gp-shell,
.gp-error__inner {
    position: relative;
    z-index: 1;
}

.gp-content-hero__grid {
    align-items: end;
}

.gp-content-hero h1,
.gp-privacy-hero h1,
.gp-error-section h1 {
    font-family: "Manrope", sans-serif;
    font-size: clamp(48px, 7vw, 86px);
    letter-spacing: -3.2px;
    line-height: .96;
    margin: 0;
}

.gp-content-hero h1 em,
.gp-privacy-hero h1 em,
.gp-error-section h1 em {
    color: var(--gp-lime);
    font-style: normal;
}

.gp-content-hero__grid > p,
.gp-privacy-hero .gp-shell > p,
.gp-error__inner > p {
    color: rgba(255,255,255,.78);
    font-size: 20px;
    margin: 0;
}

.gp-about-intro,
.gp-maintenance-timeline {
    background: var(--gp-paper);
    padding: 92px 0;
}

.gp-about-intro__grid {
    display: grid;
    gap: 64px;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr);
}

.gp-about-intro h2,
.gp-about-process h2,
.gp-business-disclosure h2,
.gp-directory-heading h2,
.gp-sponsor-benefits h2,
.gp-care-boundaries h2,
.gp-maintenance-timeline h2 {
    font-family: "Manrope", sans-serif;
    font-size: clamp(36px, 4.5vw, 58px);
    letter-spacing: -2.2px;
    line-height: 1;
    margin: 0;
}

.gp-about-intro p,
.gp-maintenance-timeline p {
    color: var(--gp-muted);
    font-size: 18px;
    margin: 0 0 18px;
}

.gp-values-section {
    background: var(--gp-white);
    border-bottom: 1px solid var(--gp-line);
    border-top: 1px solid var(--gp-line);
    padding: 84px 0;
}

.gp-values-grid {
    background: var(--gp-line);
    border: 1px solid var(--gp-line);
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gp-values-grid article {
    background: var(--gp-white);
    min-height: 260px;
    padding: 34px;
}

.gp-values-grid span,
.gp-sponsor-benefit-grid span,
.gp-care-plan-list span {
    color: var(--gp-leaf);
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.gp-values-grid h3,
.gp-sponsor-grid h3,
.gp-sponsor-empty h3,
.gp-care-plan-list strong,
.gp-care-boundary-grid strong {
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    letter-spacing: -.7px;
    line-height: 1.15;
    margin: 0 0 12px;
}

.gp-values-grid p,
.gp-sponsor-grid p,
.gp-sponsor-empty p,
.gp-sponsor-benefit-grid p,
.gp-care-plan-list p,
.gp-care-boundary-grid p {
    color: var(--gp-muted);
    margin: 0;
}

.gp-about-process {
    background: var(--gp-forest-deep);
    color: var(--gp-white);
    padding: 104px 0;
}

.gp-about-process__grid {
    align-items: center;
    display: grid;
    gap: 74px;
    grid-template-columns: minmax(280px, .75fr) minmax(0, 1fr);
}

.gp-about-process__visual {
    align-items: center;
    aspect-ratio: 1 / 1;
    background:
        radial-gradient(circle at 66% 28%, rgba(203, 233, 80, .75), transparent 17%),
        linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.04));
    border: 1px solid rgba(255,255,255,.18);
    display: grid;
    justify-items: center;
    overflow: hidden;
    padding: 34px;
    position: relative;
}

.gp-about-process__visual::before {
    background-image:
        linear-gradient(rgba(255,255,255,.10) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.10) 1px, transparent 1px);
    background-size: 48px 48px;
    content: "";
    inset: 0;
    position: absolute;
}

.gp-about-process__visual span,
.gp-about-process__visual strong,
.gp-about-process__visual i {
    position: relative;
    z-index: 1;
}

.gp-about-process__visual span {
    color: rgba(255,255,255,.65);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .25em;
    text-transform: uppercase;
}

.gp-about-process__visual strong {
    font-family: "Manrope", sans-serif;
    font-size: clamp(58px, 8vw, 104px);
    letter-spacing: -4px;
    line-height: 1;
}

.gp-about-process__visual i {
    color: var(--gp-lime);
    font-style: normal;
    font-weight: 800;
}

.gp-about-process ul {
    list-style: none;
    margin: 34px 0 0;
    padding: 0;
}

.gp-about-process li {
    border-top: 1px solid rgba(255,255,255,.16);
    display: grid;
    gap: 26px;
    grid-template-columns: 210px minmax(0, 1fr);
    padding: 22px 0;
}

.gp-about-process li strong {
    color: var(--gp-lime);
}

.gp-about-process li span,
.gp-business-disclosure p,
.gp-sponsor-benefits .gp-live-map__heading > p,
.gp-care-boundaries .gp-live-map__heading > p {
    color: rgba(255,255,255,.78);
}

.gp-business-disclosure {
    background: var(--gp-leaf);
    color: var(--gp-white);
    padding: 76px 0;
}

.gp-business-disclosure__inner {
    align-items: center;
}

.gp-business-disclosure p {
    font-size: 18px;
    margin: 0;
}

.gp-sponsor-directory,
.gp-care-plan-overview {
    background: var(--gp-paper);
    padding: 94px 0;
}

.gp-directory-heading {
    align-items: end;
    display: flex;
    gap: 34px;
    justify-content: space-between;
    margin-bottom: 36px;
}

.gp-directory-heading > p {
    background: var(--gp-white);
    border: 1px solid var(--gp-line);
    color: var(--gp-muted);
    margin: 0;
    padding: 16px 20px;
}

.gp-directory-heading strong {
    color: var(--gp-ink);
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 34px;
    line-height: 1;
}

.gp-sponsor-empty {
    align-items: center;
    background: var(--gp-white);
    border: 1px solid var(--gp-line);
    box-shadow: var(--gp-shadow);
    display: grid;
    gap: 30px;
    grid-template-columns: 88px minmax(0, 1fr);
    padding: 42px;
}

.gp-sponsor-empty__mark,
.gp-sponsor-monogram {
    align-items: center;
    background: var(--gp-lime-soft);
    color: var(--gp-ink);
    display: inline-flex;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    height: 72px;
    justify-content: center;
    width: 72px;
}

.gp-sponsor-empty__mark {
    border-radius: 50%;
    font-size: 34px;
}

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

.gp-sponsor-grid article {
    background: var(--gp-white);
    border: 1px solid var(--gp-line);
    display: grid;
    gap: 22px;
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 28px;
}

.gp-sponsor-grid article span {
    color: var(--gp-leaf);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.gp-sponsor-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 18px;
}

.gp-sponsor-links a,
.gp-text-link {
    color: var(--gp-leaf);
    font-weight: 800;
    text-decoration: none;
}

.gp-sponsor-benefits,
.gp-care-boundaries {
    background: var(--gp-forest-deep);
    color: var(--gp-white);
    padding: 96px 0;
}

.gp-sponsor-benefit-grid,
.gp-care-boundary-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 38px;
}

.gp-sponsor-benefit-grid > div,
.gp-care-boundary-grid > div {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    padding: 30px;
}

.gp-sponsor-benefit-grid strong {
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 21px;
    letter-spacing: -.5px;
    line-height: 1.15;
    margin-bottom: 12px;
}

.gp-sponsor-benefit-grid span,
.gp-care-plan-list span {
    color: var(--gp-lime);
}

.gp-care-plan-overview__grid {
    align-items: start;
}

.gp-care-plan-overview h2 {
    font-family: "Manrope", sans-serif;
    font-size: clamp(52px, 6vw, 78px);
    letter-spacing: -3px;
    line-height: .95;
    margin: 0 0 18px;
}

.gp-care-plan-overview h2 small {
    color: var(--gp-muted);
    display: block;
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 12px;
}

.gp-care-plan-overview p {
    color: var(--gp-muted);
    margin: 0 0 26px;
}

.gp-care-plan-list {
    display: grid;
    gap: 14px;
}

.gp-care-plan-list article {
    background: var(--gp-white);
    border: 1px solid var(--gp-line);
    display: grid;
    gap: 18px;
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 26px;
}

.gp-care-plan-list span {
    align-items: center;
    background: var(--gp-forest);
    display: inline-flex;
    height: 54px;
    justify-content: center;
    margin: 0;
    width: 54px;
}

.gp-care-boundary-grid strong {
    color: var(--gp-lime);
    display: block;
}

.gp-care-boundary-grid p {
    color: rgba(255,255,255,.76);
}

.gp-privacy-hero {
    padding: 166px 0 86px;
}

.gp-privacy-hero .gp-shell {
    max-width: 1000px;
}

.gp-privacy-hero .gp-shell > p:last-child {
    margin-top: 26px;
}

.gp-policy-section {
    background: var(--gp-white);
    padding: 94px 0;
}

.gp-policy-layout {
    align-items: start;
    display: grid;
    gap: 66px;
    grid-template-columns: 270px minmax(0, 1fr);
}

.gp-policy-nav {
    background: var(--gp-paper);
    border: 1px solid var(--gp-line);
    display: grid;
    gap: 12px;
    padding: 24px;
    position: sticky;
    top: 24px;
}

.gp-policy-nav strong {
    font-family: "Manrope", sans-serif;
    margin-bottom: 6px;
}

.gp-policy-nav a {
    color: var(--gp-muted);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.gp-policy-nav a:hover {
    color: var(--gp-leaf);
}

.gp-policy {
    max-width: 820px;
}

.gp-policy-intro {
    background: var(--gp-paper);
    border-left: 4px solid var(--gp-lime);
    margin-bottom: 44px;
    padding: 28px;
}

.gp-policy-intro p,
.gp-policy p,
.gp-policy li {
    color: var(--gp-muted);
}

.gp-policy section {
    border-bottom: 1px solid var(--gp-line);
    padding: 0 0 42px;
    margin-bottom: 42px;
}

.gp-policy section > span {
    color: var(--gp-leaf);
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    margin-bottom: 16px;
}

.gp-policy h2 {
    font-family: "Manrope", sans-serif;
    font-size: 38px;
    letter-spacing: -1.4px;
    line-height: 1.05;
    margin: 0 0 22px;
}

.gp-policy h3 {
    font-size: 18px;
    margin: 24px 0 8px;
}

.gp-policy ul {
    margin: 0;
    padding-left: 20px;
}

.gp-error-main {
    background: var(--gp-paper);
    min-height: 100vh;
}

.gp-error-section {
    align-items: center;
    display: flex;
    min-height: 720px;
    padding: 160px 0 90px;
    text-align: center;
}

.gp-error__inner {
    margin: 0 auto;
    max-width: 860px;
}

.gp-error-code {
    align-items: center;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    color: var(--gp-lime);
    display: inline-flex;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 800;
    height: 48px;
    justify-content: center;
    letter-spacing: .22em;
    margin-bottom: 24px;
    padding: 0 20px;
}

.gp-error__inner .gp-actions {
    justify-content: center;
    margin-top: 34px;
}

@media (max-width: 1120px) {
    .gp-nav {
        gap: 14px;
    }

    .gp-nav > a {
        font-size: 12px;
    }

    .gp-nav .gp-nav__cta {
        gap: 10px;
        padding: 0 14px;
    }

    .gp-values-grid,
    .gp-sponsor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .gp-content-hero,
    .gp-privacy-hero {
        padding: 136px 0 68px;
    }

    .gp-content-hero__grid,
    .gp-business-disclosure__inner,
    .gp-about-intro__grid,
    .gp-about-process__grid,
    .gp-care-plan-overview__grid,
    .gp-policy-layout {
        gap: 36px;
        grid-template-columns: 1fr;
    }

    .gp-content-hero h1,
    .gp-privacy-hero h1,
    .gp-error-section h1 {
        letter-spacing: -2px;
    }

    .gp-values-grid,
    .gp-sponsor-benefit-grid,
    .gp-care-boundary-grid {
        grid-template-columns: 1fr;
    }

    .gp-about-process li {
        gap: 8px;
        grid-template-columns: 1fr;
    }

    .gp-directory-heading {
        align-items: start;
        flex-direction: column;
    }

    .gp-policy-nav {
        position: static;
    }
}

@media (max-width: 560px) {
    .gp-content-hero h1,
    .gp-privacy-hero h1,
    .gp-error-section h1 {
        font-size: 44px;
    }

    .gp-content-hero__grid > p,
    .gp-privacy-hero .gp-shell > p,
    .gp-error__inner > p {
        font-size: 17px;
    }

    .gp-about-intro,
    .gp-values-section,
    .gp-about-process,
    .gp-sponsor-directory,
    .gp-sponsor-benefits,
    .gp-care-plan-overview,
    .gp-care-boundaries,
    .gp-maintenance-timeline,
    .gp-policy-section {
        padding: 66px 0;
    }

    .gp-values-grid {
        grid-template-columns: 1fr;
    }

    .gp-values-grid article,
    .gp-sponsor-empty,
    .gp-sponsor-grid article,
    .gp-sponsor-benefit-grid > div,
    .gp-care-plan-list article,
    .gp-care-boundary-grid > div,
    .gp-policy-intro {
        padding: 24px;
    }

    .gp-sponsor-empty,
    .gp-sponsor-grid article,
    .gp-care-plan-list article {
        grid-template-columns: 1fr;
    }

    .gp-sponsor-grid {
        grid-template-columns: 1fr;
    }

    .gp-error-section {
        min-height: 640px;
        padding: 136px 0 70px;
    }
}

/* Stage 5: reservation, invoice readiness, and launch checks */
.gp-reserve-packages {
    background: var(--gp-paper);
    border-bottom: 1px solid var(--gp-line);
    padding: 84px 0 58px;
}

.gp-reserve-package-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.gp-reserve-package-grid a {
    background: var(--gp-white);
    border: 1px solid var(--gp-line);
    color: var(--gp-ink);
    display: flex;
    flex-direction: column;
    min-height: 168px;
    padding: 22px;
    text-decoration: none;
}

.gp-reserve-package-grid a:hover,
.gp-reserve-package-grid a.is-active {
    border-color: var(--gp-leaf);
    box-shadow: 0 18px 48px rgba(13,43,37,.09);
    transform: translateY(-2px);
}

.gp-reserve-package-grid span {
    color: var(--gp-leaf);
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.04em;
    margin-bottom: 18px;
}

.gp-reserve-package-grid strong {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    line-height: 1.15;
    margin-bottom: 10px;
}

.gp-reserve-package-grid small {
    color: var(--gp-muted);
    font-size: 11px;
    line-height: 1.45;
    margin-top: auto;
}

.gp-reserve-price {
    color: var(--gp-leaf);
    font-family: "Manrope", sans-serif;
    font-size: clamp(48px, 6vw, 74px);
    font-weight: 800;
    letter-spacing: -.06em;
    line-height: 1;
    margin: 8px 0 24px;
}

.gp-form-submit-row--single {
    grid-template-columns: 1fr;
}

.gp-admin-reservations {
    display: grid;
    gap: 18px;
}

.gp-admin-empty,
.gp-admin-reservation,
.gp-launch-summary,
.gp-launch-checks article {
    background: var(--gp-paper);
    box-shadow: 0 20px 60px rgba(13,43,37,.08);
}

.gp-admin-empty {
    padding: 42px;
}

.gp-admin-empty h2,
.gp-admin-reservation h2,
.gp-launch-checks h2 {
    font-family: "Manrope", sans-serif;
    letter-spacing: -.035em;
    margin: 0;
}

.gp-admin-empty p {
    color: var(--gp-muted);
}

.gp-admin-reservation {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 210px;
    padding: 30px;
}

.gp-admin-reservation__topline {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}

.gp-admin-reservation__topline strong {
    font-family: "Manrope", sans-serif;
    font-size: 13px;
}

.gp-admin-reservation__topline small {
    color: var(--gp-muted);
    font-size: 10px;
}

.gp-admin-reservation h2 {
    font-size: 25px;
    line-height: 1.1;
}

.gp-admin-reservation h2 em {
    color: var(--gp-leaf);
    font-style: normal;
}

.gp-admin-reservation__main > p {
    color: var(--gp-muted);
    margin: 10px 0 20px;
}

.gp-admin-reservation dl {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
}

.gp-admin-reservation dt {
    color: #8a9993;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gp-admin-reservation dd {
    color: var(--gp-ink);
    font-size: 12px;
    margin: 3px 0 0;
    overflow-wrap: anywhere;
}

.gp-admin-reservation__notes {
    background: #fff;
    border: 1px solid var(--gp-line);
    color: var(--gp-muted);
    font-size: 12px;
    margin-top: 20px;
    padding: 16px;
}

.gp-admin-status-form {
    align-self: start;
    background: #fff;
    border: 1px solid var(--gp-line);
    display: grid;
    gap: 12px;
    padding: 18px;
}

.gp-admin-status-form label {
    display: grid;
    gap: 7px;
    font-size: 10px;
    font-weight: 800;
}

.gp-admin-status-form select {
    border: 1px solid var(--gp-line);
    min-height: 42px;
    padding: 9px 10px;
}

.gp-admin-status-form button {
    background: var(--gp-ink);
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
    min-height: 42px;
}

.gp-admin-status--new,
.gp-admin-status--reviewing,
.gp-admin-status--invoicesent,
.gp-admin-status--approved,
.gp-admin-status--closed {
    background: var(--gp-cream);
    display: inline-flex;
    padding: 5px 8px;
}

.gp-admin-status--new {
    color: #9a701c;
}

.gp-admin-status--reviewing,
.gp-admin-status--invoicesent {
    color: var(--gp-leaf);
}

.gp-admin-status--approved {
    color: #176239;
}

.gp-admin-status--closed {
    color: var(--gp-muted);
}

.gp-launch-summary {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 28px;
}

.gp-launch-summary > div {
    background: var(--gp-paper);
    padding: 30px;
}

.gp-launch-summary strong {
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 48px;
    letter-spacing: -.06em;
    line-height: 1;
}

.gp-launch-summary span {
    color: var(--gp-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gp-launch-checks {
    display: grid;
    gap: 14px;
}

.gp-launch-checks article {
    align-items: start;
    border-left: 5px solid #ad4825;
    display: grid;
    gap: 20px;
    grid-template-columns: 110px minmax(0, 1fr);
    padding: 26px 30px;
}

.gp-launch-checks article.is-ok {
    border-color: var(--gp-leaf);
}

.gp-launch-checks article > span {
    background: #fff2e8;
    color: #743318;
    display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .08em;
    padding: 7px 9px;
    text-transform: uppercase;
}

.gp-launch-checks article.is-ok > span {
    background: #e7f3dc;
    color: var(--gp-leaf);
}

.gp-launch-checks h2 {
    font-size: 22px;
}

.gp-launch-checks p {
    color: var(--gp-muted);
    margin: 8px 0 0;
}

@media (max-width: 1050px) {
    .gp-reserve-package-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gp-admin-reservation {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {
    .gp-reserve-package-grid,
    .gp-admin-reservation dl,
    .gp-launch-summary,
    .gp-launch-checks article {
        grid-template-columns: 1fr;
    }
}
