:root {
	--forest: #087a3f;
	--deep: #075c31;
	--leaf: #a7d62d;
	--lime: #c7f000;
	--paper: #fffef9;
	--ink: #174d35;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Space Grotesk', sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.hero { position: relative; min-height: 100vh; min-height: 760px; overflow: hidden; isolation: isolate; }

.topbar { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; max-width: 1250px; margin: 0 auto; padding: 26px 48px 0; }
.construction-page .topbar { gap: 100px; }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 12px; color: var(--forest); line-height: .86; }
.construction-page .brand { flex-shrink: 0; }
.brand-copy { display: grid; gap: 2px; }
.brand-kicker { font-size: 18px; font-weight: 500; letter-spacing: -.7px; }
.brand-name { font-size: 32px; letter-spacing: -2.4px; }
.brand-leaf { width: 58px; height: 28px; background: var(--leaf); border-radius: 100% 0 100% 0; transform: skewX(-28deg) rotate(-17deg); margin-top: -10px; }
.brand-logos { display: flex; align-items: center; gap: 10px; height: 86px; }
.brand-logo { display: block; width: auto; height: 86px; object-fit: contain; }
.brand-logo-pvv { display: block; width: auto; height: 60px; object-fit: contain; margin-top: 13px; }
.brand-subtitle { color: var(--deep); font-size: 20px; line-height: 1.15; white-space: nowrap; }
.nav { display: flex; align-items: center; gap: 11px; }
.nav a { padding: 8px 8px 7px; border-radius: 99px; color: var(--deep); background: var(--lime); font-size: 15px; line-height: 1; transition: transform .2s ease, background .2s ease; }
.nav a:hover, .nav a:focus-visible { background: white; transform: translateY(-2px); outline: none; }
.menu-button { display: none; border: 0; background: var(--lime); color: var(--deep); border-radius: 50%; width: 42px; height: 42px; cursor: pointer; }

.hero-content { max-width: 1250px; margin: 0 auto; min-height: 635px; padding: 0 48px 70px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.hero-image { display: block; align-self: center; width: 100vw; height: 260px; margin: 0 0 34px; object-fit: cover; object-position: center; }
.hero-intro { display: flex; flex-direction: column; align-items: center; gap: 24px; text-align: center; }
.hero-title { margin: 0; color: var(--deep); font-family: 'Archivo Black', sans-serif; font-size: clamp(4rem, 8vw, 7.3rem); line-height: .9; letter-spacing: -5px; text-transform: uppercase; }
.hero-title span { display: block; }
.hero-intro-text { max-width: 520px; margin: 0; color: #4c7966; font-size: 18px; line-height: 1.45; }
.signature { position: absolute; right: 16%; bottom: 46px; color: #4c7966; text-align: center; transform: rotate(-4deg); }
.signature-main { display: block; font-family: 'Caveat', cursive; font-size: 52px; line-height: .75; }
.signature-sub { font-size: 12px; letter-spacing: 4px; font-weight: 700; }
.scroll-hint { position: absolute; bottom: 27px; left: 50%; color: var(--deep); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; transform: translateX(-50%); }

.actions { background: var(--deep); color: white; padding: 100px 7vw 110px; }
.actions-inner { max-width: 1110px; margin: 0 auto; }
.eyebrow { color: var(--lime); font-size: 13px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }
.actions-intro { display: flex; align-items: center; gap: 54px; margin-bottom: 24px; }
.actions-heading-image { display: block; width: 100%; max-width: 650px; height: auto; }
.actions-intro-text { max-width: 300px; margin: 0; color: #d5eadc; font-size: 18px; line-height: 1.45; }
.actions h2 { max-width: 650px; margin: 15px 0 60px; font-family: 'Archivo Black', sans-serif; font-size: clamp(2.4rem, 5vw, 5rem); line-height: .95; letter-spacing: -2px; text-transform: uppercase; }
.action-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.action { min-height: 310px; padding: 27px; background: #126d3e; border: 1px solid rgba(199, 240, 0, .22); display: flex; flex-direction: column; transition: background .25s ease, transform .25s ease; }
.action:hover { background: var(--forest); transform: translateY(-6px); }
.action-image { display: block; width: 100%; aspect-ratio: 16 / 9; margin-bottom: 25px; background: rgba(199, 240, 0, .12); object-fit: cover; }
.action h3 { margin: 30px 0 10px; font-size: 24px; }
.action p { max-width: 260px; margin: 0 0 20px; color: #d5eadc; line-height: 1.45; }
.action-details { display: grid; gap: 8px; margin-top: auto; color: #e6f4ea; font-size: 14px; }
.action-detail { display: flex; gap: 10px; align-items: baseline; }
.action-detail strong { min-width: 62px; color: var(--lime); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
.volunteer-link { display: inline-flex; align-self: flex-start; margin-top: 22px; padding: 11px 16px; background: var(--lime); color: var(--deep); border-radius: 99px; font-size: 13px; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.volunteer-link:hover, .volunteer-link:focus-visible { background: white; transform: translateY(-2px); outline: none; }
.impact { margin-top: 105px; padding-top: 44px; border-top: 1px solid rgba(199, 240, 0, .35); }
.impact-heading { max-width: 650px; }
.impact-heading h2 { margin: 14px 0 0; color: var(--lime); font-size: clamp(2.3rem, 4vw, 4.5rem); }
.impact-chart { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3px; margin-top: 48px; }
.impact-item { min-height: 172px; padding: 22px 24px; display: flex; flex-direction: column; justify-content: flex-end; color: var(--deep); animation: reveal-impact .7s ease both; }
.impact-item:nth-child(2) { animation-delay: .08s; }
.impact-item:nth-child(3) { animation-delay: .16s; }
.impact-item:nth-child(4) { animation-delay: .24s; }
.impact-item-featured { background: white; }
.impact-item-lime { background: var(--lime); }
.impact-item-yellow { background: #f4d35e; }
.impact-item-light { background: #8edc5a; }
.impact-number { display: block; font-family: 'Archivo Black', sans-serif; font-size: clamp(3.8rem, 7vw, 6.8rem); line-height: .8; letter-spacing: -3px; }
.impact-unit { margin-top: 16px; font-size: 16px; font-weight: 700; text-transform: uppercase; }
.impact-description { font-size: 14px; }
@keyframes reveal-impact { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.contact { padding: 82px 7vw; background: var(--lime); color: var(--deep); }
.contact-inner { display: flex; align-items: end; justify-content: space-between; max-width: 1110px; margin: 0 auto; gap: 35px; }
.contact h2 { max-width: 620px; margin: 12px 0 0; font-family: 'Archivo Black', sans-serif; font-size: clamp(2.4rem, 5vw, 5rem); line-height: .93; letter-spacing: -2px; text-transform: uppercase; }
.contact-link { display: inline-flex; padding: 14px 20px; background: var(--deep); color: white; border-radius: 99px; font-weight: 700; white-space: nowrap; transition: background .2s ease; }
.contact-link:hover { background: var(--forest); }
.construction-page { min-height: 100vh; display: flex; flex-direction: column; background: var(--paper); }
.construction-main { flex: 1; display: grid; place-items: center; padding: 70px 22px 100px; background: var(--deep); color: white; text-align: center; }
.construction-content { max-width: 680px; }
.construction-content h1 { margin: 18px 0 22px; color: var(--lime); font-family: 'Archivo Black', sans-serif; font-size: clamp(3rem, 8vw, 7rem); line-height: .92; letter-spacing: -4px; text-transform: uppercase; }
.construction-content p { max-width: 520px; margin: 0 auto 32px; color: #d5eadc; font-size: 19px; line-height: 1.5; }
.contact-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin: 0 auto 32px; max-width: 620px; }
.contact-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 20px; border-radius: 999px; font-weight: 700; text-align: center; transition: transform .2s ease, filter .2s ease; }
.contact-button:hover, .contact-button:focus-visible { transform: translateY(-2px); filter: brightness(1.04); outline: none; }
.whatsapp-button { background: #25d366; color: #05301a; }
.email-button { background: var(--lime); color: var(--deep); }
.back-link { display: inline-flex; padding: 13px 19px; background: var(--lime); color: var(--deep); border-radius: 99px; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.back-link:hover, .back-link:focus-visible { background: white; transform: translateY(-2px); outline: none; }
.collection-main { flex: 1; padding: 82px 7vw 100px; background: var(--deep); color: white; }
.collection-content { max-width: 1110px; margin: 0 auto; }
.collection-heading { display: grid; grid-template-columns: 1fr minmax(250px, .45fr); align-items: end; gap: 50px; margin-bottom: 52px; }
.collection-heading h1 { grid-column: 1; max-width: 600px; margin: 15px 0 0; color: var(--lime); font-family: 'Archivo Black', sans-serif; font-size: clamp(3rem, 7vw, 7rem); line-height: .88; letter-spacing: -4px; text-transform: uppercase; }
.collection-heading p { grid-column: 2; grid-row: 1; max-width: 310px; margin: 0 0 4px; color: #d5eadc; font-size: 17px; line-height: 1.45; }
.collection-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3px; }
.collection-point { min-height: 370px; height: 100%; padding: 27px; display: flex; flex-direction: column; background: white; color: var(--deep); border: 1px solid rgba(199, 240, 0, .22); }
.collection-point-featured { background: white; color: var(--deep); }
.collection-point-wide { grid-column: span 2; min-height: 280px; }
.point-topline { display: flex; justify-content: space-between; gap: 15px; color: var(--forest); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.collection-point-featured .point-topline { color: var(--forest); }
.point-status { white-space: nowrap; }
.point-status-check { color: var(--forest); }
.collection-point h2 { max-width: 450px; margin: 28px 0 20px; font-family: 'Archivo Black', sans-serif; font-size: clamp(2rem, 3vw, 3.5rem); line-height: .9; letter-spacing: -2px; text-transform: uppercase; }
.point-info { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 28px; margin: auto 0 0; }
.point-info div:last-child { grid-column: span 2; }
.point-info dt { margin-bottom: 6px; color: var(--forest); font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.collection-point-featured .point-info dt { color: var(--forest); }
.point-info dd { margin: 0; color: #4c7966; font-size: 14px; line-height: 1.45; }
.collection-point-featured .point-info dd { color: #4c7966; }
.point-info a { text-decoration: underline; text-underline-offset: 3px; }
.point-note { margin: 18px 0 0; color: var(--forest); font-size: 12px; line-height: 1.4; }
.point-map { align-self: flex-start; margin-top: 22px; padding-bottom: 4px; border-bottom: 1px solid var(--forest); color: var(--forest); font-size: 13px; font-weight: 700; }
.collection-point-featured .point-map { border-color: var(--forest); color: var(--forest); }
.collection-source { margin: 30px 0; color: #9fc6ad; font-size: 12px; line-height: 1.5; }
footer { padding: 23px 7vw; display: flex; justify-content: space-between; color: #628371; font-size: 13px; }

@media (max-width: 760px) {
	.hero { min-height: 690px; }
	.topbar { padding: 22px 22px 0; }
	.brand-kicker { font-size: 14px; }
	.brand-name { font-size: 26px; }
	.brand-leaf { width: 42px; height: 23px; }
	.brand-logos { height: 66px; }
	.brand-logo { height: 66px; }
	.brand-logo-pvv { height: 40px; }
	.brand-subtitle { font-size: 8px; }
	.menu-button { display: block; font-size: 0; }
	.menu-button::after { content: '☰'; font-size: 20px; }
	.nav { position: absolute; top: 77px; right: 22px; display: none; flex-direction: column; align-items: stretch; width: 155px; padding: 10px; background: white; box-shadow: 0 10px 30px rgba(7, 92, 49, .15); }
	.nav.open { display: flex; }
	.nav a { text-align: center; }
	.hero-content { min-height: 490px; padding: 0 22px 100px; align-items: center; }
	.hero-image { height: 180px; margin-left: 0; margin-bottom: 26px; }
	.hero-intro { width: 100%; gap: 22px; }
	.hero-title { width: 100%; min-width: 0; font-size: clamp(3.5rem, 17vw, 6rem); letter-spacing: -3px; }
	.hero-intro-text { max-width: 300px; font-size: 16px; }
	.signature { right: 12%; bottom: 34px; }
	.signature-main { font-size: 39px; }
	.signature-sub { font-size: 9px; letter-spacing: 2px; }
	.scroll-hint { display: none; }
	.actions { padding: 70px 22px; }
	.actions-intro { display: block; margin-bottom: 24px; }
	.actions-intro-text { max-width: 520px; margin-top: 18px; font-size: 16px; }
	.actions h2 { margin-bottom: 36px; }
	.action-grid { grid-template-columns: 1fr; }
	.action { min-height: auto; padding: 22px; }
	.action h3 { margin-top: 22px; }
	.impact { display: block; margin-top: 70px; }
	.impact-heading h2 { margin-bottom: 38px; }
	.impact-chart { grid-template-columns: 1fr 1fr; }
	.impact-item { min-height: 145px; padding: 18px; }
	.impact-number { font-size: clamp(3.2rem, 15vw, 5rem); }
	.contact { padding: 60px 22px; }
	.collection-main { padding: 60px 22px 75px; }
	.collection-heading { display: block; margin-bottom: 38px; }
	.collection-heading h1 { margin-bottom: 24px; font-size: clamp(3.2rem, 16vw, 5.5rem); }
	.collection-heading p { max-width: 520px; font-size: 16px; }
	.collection-grid { grid-template-columns: 1fr; }
	.collection-point, .collection-point-wide { grid-column: auto; min-height: 360px; height: auto; padding: 22px; }
	.collection-point-wide { min-height: 330px; }
	.collection-point h2 { margin-top: 38px; }
	.point-info { grid-template-columns: 1fr; }
	.point-info div:last-child { grid-column: auto; }
	.contact-inner { display: block; }
	.contact-link { margin-top: 30px; }
	footer { padding: 20px 22px; font-size: 11px; }
}
