:root {
    --green: #729887;
    --deep-green: #3E7F68;
    --dark: #142535;
    --ink: #20313D;
    --muted: #60717C;
    --blue: #7FA2C5;
    --cream: #F4F1EA;
    --white: #FFFFFF;
    --line: rgba(20, 37, 53, 0.12);
    --shadow: 0 24px 70px rgba(20, 37, 53, 0.13);
    --font-body: "Inter", Arial, sans-serif;
    --font-heading: "Playfair Display", Georgia, serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--ink);
    background: var(--cream);
    line-height: 1.65;
}

body.menu-open {
    overflow: hidden;
}

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

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 50;
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

.site-header.scrolled {
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 42px rgba(20, 37, 53, 0.1);
    backdrop-filter: blur(16px);
}

.navbar {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--white);
    font-weight: 900;
    letter-spacing: 0;
}

.site-header.scrolled .brand {
    color: var(--dark);
}

.brand img,
.footer-brand img {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    object-fit: cover;
    background: var(--green);
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    color: #fff;
    font-weight: 800;
}

.site-header.scrolled .nav-menu {
    color: var(--dark);
}

.nav-menu a {
    position: relative;
}

.nav-menu a:not(.nav-cta)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 3px;
    background: var(--blue);
    transition: width 0.24s ease;
}

.nav-menu a:hover::after {
    width: 100%;
}

.nav-cta,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 26px;
    border-radius: 999px;
    border: 0;
    background: #C88E42;
    color: #fff !important;
    font-weight: 900;
    box-shadow: 0 18px 40px rgba(200, 142, 66, 0.28);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.nav-cta:hover,
.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 54px rgba(200, 142, 66, 0.34);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.92);
    color: var(--dark) !important;
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.site-header.scrolled .menu-toggle {
    color: var(--dark);
    background: rgba(20, 37, 53, 0.08);
}

.menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    background: currentColor;
}

.hero {
    min-height: 92vh;
    position: relative;
    display: grid;
    align-items: center;
    overflow: hidden;
    background: var(--deep-green);
}

.hero::before,
.hero::after,
.final-cta::before,
.intro-band::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 230px;
    height: 230px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background: var(--blue);
    opacity: 0.95;
}

.hero::before {
    right: 0;
    top: 28%;
}

.hero::after {
    left: 0;
    bottom: 0;
    background: var(--deep-green);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.hero-media,
.hero-shade {
    position: absolute;
    inset: 0;
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.92);
}

.hero-shade {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(20, 37, 53, 0.76), rgba(20, 37, 53, 0.36), rgba(20, 37, 53, 0.12)),
        linear-gradient(0deg, rgba(20, 37, 53, 0.34), rgba(20, 37, 53, 0.08));
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 780px;
    padding: 130px 0 100px;
    color: #fff;
}

.year-pill,
.eyebrow {
    display: inline-flex;
    margin-bottom: 18px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.year-pill {
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(114, 152, 135, 0.8);
    backdrop-filter: blur(12px);
}

.eyebrow {
    color: var(--deep-green);
}

h1,
h2,
h3 {
    margin: 0;
    color: var(--dark);
    letter-spacing: 0;
    line-height: 1.05;
}

h1 {
    max-width: 780px;
    color: #fff;
    font-size: clamp(3.4rem, 8vw, 7.8rem);
    font-weight: 900;
    text-transform: uppercase;
}

h2 {
    font-size: clamp(2.25rem, 5vw, 4.5rem);
    font-weight: 900;
}

h3 {
    font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.hero p {
    max-width: 700px;
    margin: 20px 0 0;
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.section {
    position: relative;
    padding: 100px 0;
}

.intro-band {
    overflow: hidden;
    background: var(--green);
}

.intro-band::after {
    right: 0;
    bottom: 0;
    background: #092131;
}

.intro-grid,
.split,
.vision-grid,
.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.intro-card {
    min-height: 260px;
    padding: 42px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow);
}

.intro-card span,
.value-card span {
    display: block;
    margin-bottom: 16px;
    color: var(--deep-green);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.intro-card h2 {
    font-size: clamp(1.8rem, 3vw, 3.1rem);
}

.about,
.values,
.brochure {
    background: #fff;
}

.brochure-frame,
.process-card,
.brochure-page {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow);
}

.brochure-frame::after,
.process-card::after,
.brochure-page::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 112px;
    height: 112px;
    background: var(--green);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.brochure-frame img {
    width: 100%;
    min-height: 560px;
    object-fit: cover;
}

.section-copy p,
.section-heading p {
    color: var(--muted);
    font-weight: 500;
}

.section-copy p {
    font-size: 1.03rem;
}

.vision {
    overflow: hidden;
    background: var(--cream);
}

.vision .section-copy {
    max-width: 640px;
}

.vision .section-copy h2 {
    max-width: 620px;
    font-size: clamp(2.5rem, 4.8vw, 5rem);
    line-height: 1.08;
}

.vision .section-copy p {
    max-width: 620px;
    text-align: left;
}

.process-card {
    padding: 34px;
}

.process-card img {
    width: 100%;
    max-height: 360px;
    object-fit: contain;
    background: #fff6eb;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 22px;
}

.process-steps span {
    padding: 12px 14px;
    background: var(--cream);
    color: var(--dark);
    font-weight: 800;
}

.section-heading {
    max-width: 790px;
    margin: 0 auto 46px;
    text-align: center;
}

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

.value-card {
    min-height: 180px;
    padding: 28px;
    background: var(--cream);
    border-left: 6px solid var(--green);
    box-shadow: 0 16px 38px rgba(20, 37, 53, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.value-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.team {
    overflow: hidden;
    background: var(--dark);
}

.team-bg,
.team-bg::after {
    position: absolute;
    inset: 0;
}

.team-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.28;
}

.team-bg::after {
    content: "";
    background: linear-gradient(90deg, rgba(20, 37, 53, 0.92), rgba(20, 37, 53, 0.72));
}

.team .container {
    position: relative;
    z-index: 2;
}

.team h2,
.team h3 {
    color: #fff;
}

.team .eyebrow,
.team .section-heading p {
    color: #d8e7de;
}

.founder-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.founder-card {
    position: relative;
    min-height: 240px;
    padding: 34px 24px;
    display: grid;
    align-content: end;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
}

.founder-card p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    font-weight: 700;
}

.corner-mark {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 58px;
    height: 58px;
    background: var(--green);
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.brochure-feature {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 64px;
    align-items: center;
}

.brochure-cover {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 16px;
    background: #fff;
    box-shadow: var(--shadow);
}

.brochure-cover img {
    width: 100%;
    aspect-ratio: 0.72;
    object-fit: cover;
    background: var(--green);
}

.brochure-cover span {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    padding: 14px 18px;
    background: rgba(20, 37, 53, 0.88);
    color: #fff;
    font-weight: 900;
    text-align: center;
}

.brochure-cover::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 130px;
    height: 130px;
    background: var(--green);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    pointer-events: none;
}

.final-cta {
    overflow: hidden;
    background: #fff;
    text-align: center;
}

.final-cta::before {
    top: 0;
    right: 0;
    background: #092131;
}

.final-cta img {
    width: 120px;
    height: 120px;
    margin: 0 auto 22px;
    border-radius: 50%;
    object-fit: cover;
}

.final-cta h2 {
    max-width: 920px;
    margin: 0 auto;
}

.final-cta p {
    margin: 20px 0 28px;
    color: var(--muted);
    font-weight: 700;
}

.site-footer {
    padding: 70px 0 26px;
    background: var(--dark);
    color: rgba(255, 255, 255, 0.74);
}

.site-footer .brand,
.site-footer h3 {
    color: #fff;
}

.footer-grid {
    grid-template-columns: 1.5fr 1fr 1.3fr;
    align-items: start;
}

.site-footer a,
.site-footer span {
    display: block;
    margin-top: 10px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 44px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.whatsapp-float,
.back-to-top {
    position: fixed;
    right: 22px;
    z-index: 60;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.whatsapp-float {
    bottom: 92px;
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    background: #35B45A;
    color: #fff;
    font-weight: 900;
    box-shadow: var(--shadow);
}

.back-to-top {
    bottom: 22px;
    width: 54px;
    height: 54px;
    background: var(--dark);
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
}

.back-to-top.visible {
    opacity: 1;
    pointer-events: auto;
}

.reveal {
    opacity: 1;
    transform: none;
}

.js .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.js .reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1040px) {
    .value-grid,
    .founder-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .brochure-feature {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .menu-toggle {
        display: block;
        position: relative;
        z-index: 70;
    }

    .nav-menu {
        position: fixed;
        inset: 0 0 auto auto;
        width: min(340px, 88vw);
        min-height: 100vh;
        display: grid;
        align-content: start;
        gap: 10px;
        padding: 98px 28px 28px;
        background: rgba(20, 37, 53, 0.96);
        color: #fff;
        transform: translateX(100%);
        transition: transform 0.28s ease;
    }

    .nav-menu.active {
        transform: translateX(0);
    }

    .site-header.scrolled .nav-menu {
        color: #fff;
    }

    .intro-grid,
    .split,
    .vision-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .brochure-frame img {
        min-height: 420px;
    }
}

@media (max-width: 620px) {
    .container {
        width: min(100% - 24px, 1180px);
    }

    .navbar {
        min-height: 76px;
    }

    .brand span:last-child {
        max-width: 150px;
        line-height: 1.15;
    }

    .hero {
        min-height: 88vh;
    }

    .hero-content {
        padding: 112px 0 86px;
    }

    h1 {
        font-size: 3.1rem;
    }

    .section {
        padding: 72px 0;
    }

    .hero-actions,
    .footer-bottom {
        flex-direction: column;
        align-items: stretch;
    }

    .btn {
        width: 100%;
    }

    .value-grid,
    .founder-grid,
    .process-steps {
        grid-template-columns: 1fr;
    }

    .vision .section-copy h2 {
        font-size: clamp(2.2rem, 12vw, 3.6rem);
    }

    .intro-card,
    .value-card,
    .founder-card {
        padding: 26px;
    }

    .hero::before,
    .hero::after {
        width: 130px;
        height: 130px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
