:root {
    --corp-forest-950: #092619;
    --corp-forest-900: #103820;
    --corp-forest-800: #1b4f2b;
    --corp-green-700: #306a38;
    --corp-green-600: #3d8047;
    --corp-lime-500: #87c23f;
    --corp-lime-100: #edf7df;
    --corp-ink: #162219;
    --corp-muted: #5f6c63;
    --corp-line: #dce5dc;
    --corp-canvas: #f6f7f3;
    --corp-warm: #fbfaf5;
    --corp-white: #fff;
    --corp-content: 1220px;
    --corp-shadow: 0 24px 70px rgba(12, 45, 25, .12);
    --corp-shadow-soft: 0 12px 34px rgba(12, 45, 25, .07);
}

html { scroll-padding-top: 106px; }
.corporate-page :target { scroll-margin-top: 106px; }

.corporate-page {
    background: var(--corp-canvas);
    color: var(--corp-ink);
}

.corp-container {
    width: min(calc(100% - 44px), var(--corp-content));
    margin-inline: auto;
}

.corp-header {
    position: sticky;
    z-index: 500;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .68);
    background:
        radial-gradient(circle at 18% -120%, rgba(255, 255, 255, .96) 0 32%, transparent 62%),
        linear-gradient(115deg, rgba(255, 255, 255, .72), rgba(239, 245, 237, .58) 52%, rgba(255, 255, 255, .68));
    box-shadow:
        0 12px 32px rgba(9, 38, 25, .08),
        inset 0 1px 0 rgba(255, 255, 255, .86),
        inset 0 -1px 0 rgba(48, 106, 56, .06);
    backdrop-filter: blur(26px) saturate(150%);
    -webkit-backdrop-filter: blur(26px) saturate(150%);
}

.corp-header::after {
    position: absolute;
    right: 8%;
    bottom: -1px;
    left: 8%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .92), transparent);
    content: "";
    pointer-events: none;
}

.corp-header__inner {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 84px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.corp-brand {
    display: inline-flex;
    min-width: 190px;
    align-items: center;
    color: var(--corp-forest-900);
    text-decoration: none;
}

.corp-brand img {
    width: 158px;
    height: 62px;
    object-fit: contain;
    object-position: left center;
}

.corp-nav-wrap,
.corp-nav,
.corp-header__actions {
    display: flex;
    align-items: center;
}

.corp-nav-wrap { gap: 31px; }
.corp-nav { gap: 30px; }

.corp-nav a {
    position: relative;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: #33463a;
    font-size: .88rem;
    font-weight: 720;
    text-decoration: none;
}

.corp-nav a::after {
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    height: 2px;
    border-radius: 3px;
    background: var(--corp-lime-500);
    content: "";
    transform: scaleX(0);
    transition: transform .2s ease;
}

.corp-nav a:hover::after,
.corp-nav a:focus-visible::after,
.corp-nav a[aria-current="page"]::after { transform: scaleX(1); }
.corp-nav a[aria-current="page"] { color: var(--corp-forest-900); }

.corp-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: .86rem;
    font-weight: 790;
    line-height: 1.25;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.corp-button:hover { transform: translateY(-2px); }
.corp-button svg { width: 19px; height: 19px; flex: 0 0 auto; }

.corp-button--primary {
    background: var(--corp-green-700);
    color: var(--corp-white);
    box-shadow: 0 12px 28px rgba(48, 106, 56, .2);
}

.corp-button--primary:hover { background: var(--corp-forest-800); }
.corp-button--outline { border-color: #b9cab9; background: rgba(255, 255, 255, .82); color: var(--corp-forest-900); }
.corp-button--outline:hover { border-color: var(--corp-green-700); background: var(--corp-white); }
.corp-button--light { background: var(--corp-white); color: var(--corp-forest-900); }

.corp-staff-link { min-width: 132px; }
.corp-staff-link svg { width: 18px; height: 18px; }

.corp-nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid #cdd9ce;
    border-radius: 13px;
    background: var(--corp-white);
    color: var(--corp-forest-900);
    cursor: pointer;
}

.corp-nav-toggle svg { width: 23px; height: 23px; }
.corp-nav-toggle .corp-nav-toggle__close { display: none; }
.corp-nav-toggle[aria-expanded="true"] .corp-nav-toggle__open { display: none; }
.corp-nav-toggle[aria-expanded="true"] .corp-nav-toggle__close { display: block; }

.corp-main { min-height: 65vh; overflow: clip; }
.corp-section { padding: clamp(78px, 8vw, 118px) 0; }
.corp-section--white { background: var(--corp-white); }
.corp-section--warm { background: var(--corp-warm); }
.corp-section--forest { background: var(--corp-forest-950); color: var(--corp-white); }
.corp-section--compact { padding-block: clamp(56px, 6vw, 82px); }

.corp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 17px;
    color: var(--corp-green-700);
    font-size: .72rem;
    font-weight: 840;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.corp-eyebrow::before {
    width: 28px;
    height: 2px;
    border-radius: 5px;
    background: var(--corp-lime-500);
    content: "";
}

.corp-eyebrow--light { color: #cbe99e; }
.corp-display,
.corp-section-title,
.corp-editorial-title {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    letter-spacing: -.043em;
}

.corp-display {
    max-width: 770px;
    margin: 0;
    font-size: clamp(3.2rem, 6.5vw, 6.25rem);
    line-height: .98;
}

.corp-display span { color: var(--corp-green-700); }
.corp-section-title { margin: 0; font-size: clamp(2.35rem, 4.3vw, 4.15rem); line-height: 1.03; }
.corp-editorial-title { margin: 0; font-size: clamp(1.85rem, 3vw, 3rem); line-height: 1.08; }

.corp-lead {
    max-width: 670px;
    margin: 25px 0 0;
    color: var(--corp-muted);
    font-size: clamp(1rem, 1.5vw, 1.16rem);
    line-height: 1.82;
}

.corp-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 42px;
    margin-bottom: 46px;
}

.corp-section-head__copy { max-width: 760px; }
.corp-section-head > p { max-width: 420px; margin: 0 0 3px; color: var(--corp-muted); line-height: 1.75; }

.corp-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.corp-home-hero {
    position: relative;
    background: linear-gradient(180deg, #fbfaf5, #f5f7f3);
}

.corp-home-hero__grid {
    display: grid;
    min-height: 665px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
}

.corp-home-hero__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 78px clamp(36px, 4vw, 64px) 78px max(22px, calc((100vw - var(--corp-content)) / 2));
}

.corp-home-hero__copy .corp-display { font-size: clamp(3.8rem, 5.4vw, 5.9rem); }
.corp-home-hero__visual { position: relative; min-height: 665px; overflow: hidden; background: #dde6dc; }
.corp-home-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.corp-home-hero__visual::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(7, 31, 17, .45)); content: ""; }
.corp-home-hero__caption { position: absolute; z-index: 2; right: 28px; bottom: 24px; left: 28px; display: flex; justify-content: space-between; gap: 18px; color: #fff; }
.corp-home-hero__caption strong { font-family: Georgia, serif; font-size: 1.2rem; font-weight: 500; }
.corp-home-hero__caption span { max-width: 240px; color: rgba(255,255,255,.74); font-size: .75rem; text-align: right; }

@media (min-width: 901px) {
    .corp-home-hero__grid,
    .corp-home-hero__visual {
        min-height: max(665px, calc(100vh - 85px));
        min-height: max(665px, calc(100svh - 85px));
    }
}

.corp-proof-strip { border-block: 1px solid var(--corp-line); background: var(--corp-white); }
.corp-proof-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); }
.corp-proof-item { min-height: 132px; padding: 27px; border-left: 1px solid var(--corp-line); }
.corp-proof-item:first-child { padding-left: 0; border-left: 0; }
.corp-proof-item strong { display: block; margin-bottom: 7px; color: var(--corp-forest-900); font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.corp-proof-item span { color: var(--corp-muted); font-size: .78rem; line-height: 1.55; }
.corp-proof-item--lead { display: flex; align-items: center; gap: 17px; }
.corp-proof-item--lead img { width: 96px; height: 54px; object-fit: contain; }

.corp-current-feature { display: grid; grid-template-columns: .83fr 1.17fr; align-items: stretch; gap: clamp(34px, 6vw, 78px); }
.corp-current-feature__copy { align-self: center; }
.corp-current-feature__copy p { color: var(--corp-muted); line-height: 1.82; }
.corp-current-feature__visual { position: relative; min-height: 520px; overflow: hidden; border-radius: 28px; box-shadow: var(--corp-shadow); }
.corp-current-feature__visual img { width: 100%; height: 100%; object-fit: cover; }
.corp-status-label { display: inline-flex; min-height: 30px; align-items: center; gap: 7px; padding: 5px 10px; border: 1px solid #cbe0c9; border-radius: 999px; background: #eef8eb; color: var(--corp-green-700); font-size: .67rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.corp-status-label::before { width: 7px; height: 7px; border-radius: 50%; background: var(--corp-lime-500); content: ""; }

.corp-service-stories { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.corp-service-card { position: relative; min-height: 390px; overflow: hidden; border-radius: 24px; background: var(--corp-forest-900); color: #fff; }
.corp-service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .42; transition: transform .5s ease; }
.corp-service-card:hover img { transform: scale(1.035); }
.corp-service-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,38,25,.08), rgba(9,38,25,.94)); content: ""; }
.corp-service-card__body { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 34px; }
.corp-service-card__body h3 { margin: 0 0 10px; font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 500; }
.corp-service-card__body p { max-width: 500px; margin: 0; color: rgba(255,255,255,.73); }
.corp-service-card__link { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; margin-top: 14px; color: #d7f0aa; font-weight: 780; text-decoration: none; }

.corp-project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.corp-project-card { grid-column: span 4; display: flex; overflow: hidden; flex-direction: column; border: 1px solid var(--corp-line); border-radius: 20px; background: var(--corp-white); box-shadow: var(--corp-shadow-soft); transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.corp-project-card:hover, .corp-project-card:focus-within { border-color: #bfd1bd; box-shadow: 0 24px 54px rgba(12,45,25,.12); transform: translateY(-4px); }
.corp-project-card--wide { grid-column: span 12; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); }
.corp-project-card__image { position: relative; display: block; min-height: 245px; overflow: hidden; aspect-ratio: 16 / 10; background: #e2e8e2; }
.corp-project-card--wide .corp-project-card__image { min-height: 410px; aspect-ratio: auto; }
.corp-project-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.corp-project-card:hover .corp-project-card__image img { transform: scale(1.04); }
.corp-project-card__body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.corp-project-card--wide .corp-project-card__body { justify-content: center; padding: clamp(34px, 5vw, 64px); }
.corp-project-card__meta { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-bottom: 12px; color: var(--corp-green-700); font-size: .67rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.corp-project-card h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(1.35rem, 2.2vw, 2rem); font-weight: 500; line-height: 1.15; }
.corp-project-card p { margin: 13px 0 0; color: var(--corp-muted); font-size: .84rem; line-height: 1.67; }
.corp-project-card__link { display: inline-flex; min-height: 44px; align-items: center; align-self: flex-start; gap: 9px; margin-top: auto; padding-top: 20px; color: var(--corp-forest-800); font-size: .79rem; font-weight: 790; text-decoration: none; }

.corp-cta-band { position: relative; overflow: hidden; border-radius: 26px; background: linear-gradient(125deg, var(--corp-forest-950), var(--corp-forest-800)); color: #fff; padding: clamp(34px, 5vw, 62px); }
.corp-cta-band::after { position: absolute; right: -80px; bottom: -130px; width: 330px; height: 330px; border: 1px solid rgba(135,194,63,.22); border-radius: 50%; content: ""; }
.corp-cta-band__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.corp-cta-band h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.55rem); font-weight: 500; }
.corp-cta-band p { max-width: 600px; margin: 10px 0 0; color: rgba(255,255,255,.68); }

.corp-page-hero { position: relative; overflow: hidden; padding: clamp(74px, 9vw, 130px) 0; background: linear-gradient(135deg, #f9faf6, #eef3eb); }
.corp-page-hero--dark { background: linear-gradient(125deg, var(--corp-forest-950), var(--corp-forest-800)); color: #fff; }
.corp-page-hero__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(42px, 7vw, 88px); }
.corp-page-hero__copy { position: relative; z-index: 2; }
.corp-page-hero__copy .corp-display { font-size: clamp(3.1rem, 5.5vw, 5.7rem); }
.corp-page-hero--dark .corp-lead { color: rgba(255,255,255,.7); }
.corp-page-hero__visual { position: relative; min-height: 470px; overflow: hidden; border-radius: 26px; box-shadow: var(--corp-shadow); }
.corp-page-hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.corp-page-hero__note { position: absolute; right: 18px; bottom: 18px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; background: rgba(8,35,20,.72); color: rgba(255,255,255,.88); font-size: .66rem; font-weight: 760; letter-spacing: .04em; backdrop-filter: blur(10px); }
.corporate-page--company .corp-page-hero__visual img { object-position: 56% center; }
.corporate-page--services .corp-page-hero__visual { box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.corporate-page--services .corp-page-hero__visual img { object-position: 56% center; }

.corp-company-story { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(44px, 8vw, 106px); }
.corp-company-story__copy p { color: var(--corp-muted); line-height: 1.88; }
.corp-company-story__visual { min-height: 530px; overflow: hidden; border-radius: 28px; box-shadow: var(--corp-shadow); }
.corp-company-story__visual img { width: 100%; height: 100%; object-fit: cover; }

.corp-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.corp-principle { padding: 29px; border: 1px solid var(--corp-line); border-radius: 19px; background: var(--corp-white); }
.corp-principle__icon { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 32px; border-radius: 15px; background: var(--corp-lime-100); color: var(--corp-green-700); }
.corp-principle__icon svg { width: 25px; height: 25px; }
.corp-principle h3 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.corp-principle p { margin: 0; color: var(--corp-muted); font-size: .84rem; line-height: 1.7; }

.corp-leadership-list { border-top: 1px solid rgba(255,255,255,.2); }
.corp-leader { display: grid; grid-template-columns: minmax(240px, .9fr) minmax(160px, .5fr) 1.1fr; gap: 24px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.corp-leader strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.corp-leader span { color: #cde9a4; font-size: .72rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.corp-leader p { margin: 0; color: rgba(255,255,255,.62); font-size: .82rem; }

.corp-service-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 0; overflow: hidden; border: 1px solid var(--corp-line); border-radius: 26px; background: #fff; box-shadow: var(--corp-shadow-soft); }
.corp-service-feature + .corp-service-feature { margin-top: 26px; }
.corp-service-feature:nth-child(even) .corp-service-feature__image { order: 2; }
.corp-service-feature__image { min-height: 510px; background: #e4e9e3; }
.corp-service-feature__image img { width: 100%; height: 100%; object-fit: cover; }
.corp-service-feature__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 6vw, 76px); }
.corp-service-feature__body p { color: var(--corp-muted); line-height: 1.8; }
.corp-service-points { display: grid; gap: 15px; margin-top: 24px; }
.corp-service-point { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 13px; align-items: start; }
.corp-service-point > .corp-service-point__icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: var(--corp-lime-100); color: var(--corp-green-700); }
.corp-service-point__icon svg { width: 21px; height: 21px; }
.corp-service-point strong { display: block; margin-top: 1px; font-size: .9rem; }
.corp-service-point__copy { display: block; margin-top: 3px; color: var(--corp-muted); font-size: .76rem; line-height: 1.5; }

.corp-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: process; }
.corp-process-step { position: relative; padding: 0 25px; counter-increment: process; }
.corp-process-step::before { display: grid; width: 40px; height: 40px; place-items: center; margin-bottom: 24px; border-radius: 50%; background: var(--corp-green-700); color: #fff; content: counter(process, decimal-leading-zero); font-size: .66rem; font-weight: 850; }
.corp-process-step:not(:last-child)::after { position: absolute; top: 19px; right: 0; left: 65px; height: 1px; border-top: 1px dashed #aebfae; content: ""; }
.corp-process-step h3 { margin: 0 0 9px; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.corp-process-step p { margin: 0; color: var(--corp-muted); font-size: .78rem; line-height: 1.6; }

.corp-portfolio-hero { padding: clamp(70px, 9vw, 118px) 0 0; background: var(--corp-forest-950); color: #fff; }
.corp-portfolio-hero__head { display: flex; align-items: end; justify-content: space-between; gap: 42px; padding-bottom: 45px; }
.corp-portfolio-hero__head p { max-width: 420px; margin: 0 0 5px; color: rgba(255,255,255,.68); }
.corp-portfolio-collage { display: grid; min-height: 430px; grid-template-columns: 1.2fr .8fr .8fr; gap: 8px; }
.corp-portfolio-collage img { width: 100%; height: 100%; object-fit: cover; }
.corp-portfolio-collage__stack { display: grid; grid-template-rows: 1fr 1fr; gap: 8px; }
.corporate-page--projects .corp-portfolio-collage > img:first-child { object-position: center 52%; }
.corporate-page--projects .corp-portfolio-collage > img:last-child { object-position: center 62%; }
.corporate-page--projects .corp-section--warm { padding-top: clamp(68px, 6vw, 90px); }

.corp-project-group + .corp-project-group { margin-top: 84px; }
.corp-project-group__title { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 26px; padding-top: 20px; border-top: 1px solid #ccd9cb; }
.corp-project-group__heading { display: flex; align-items: center; gap: 14px; }
.corp-project-group__index { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--corp-lime-100); color: var(--corp-green-700); font-size: .67rem; font-weight: 850; letter-spacing: .08em; }
.corp-project-group__title h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(1.85rem, 3vw, 2.35rem); font-weight: 500; }
.corp-project-group__count { display: inline-flex; min-height: 32px; align-items: center; padding: 6px 11px; border: 1px solid #cfddce; border-radius: 999px; background: rgba(255,255,255,.72); color: var(--corp-muted); font-size: .68rem; font-weight: 760; letter-spacing: .03em; }
.corp-project-group--reverse .corp-project-card--wide { grid-template-columns: minmax(360px, .75fr) minmax(0, 1.25fr); }
.corp-project-group--reverse .corp-project-card--wide .corp-project-card__image { order: 2; }

.corp-breadcrumbs { padding: 18px 0; border-bottom: 1px solid var(--corp-line); background: var(--corp-white); }
.corp-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px 10px; margin: 0; padding: 0; list-style: none; }
.corp-breadcrumbs li { display: inline-flex; align-items: center; gap: 10px; color: var(--corp-muted); font-size: .72rem; }
.corp-breadcrumbs li:not(:last-child)::after { color: #9aa79d; content: "/"; }
.corp-breadcrumbs a { color: var(--corp-green-700); font-weight: 760; text-decoration: none; }

.corp-detail-hero { position: relative; min-height: 640px; display: flex; align-items: flex-end; overflow: hidden; background: var(--corp-forest-950); color: #fff; }
.corp-detail-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.corp-detail-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,29,15,.88) 0%, rgba(5,29,15,.5) 45%, rgba(5,29,15,.08) 75%), linear-gradient(0deg, rgba(5,29,15,.45), transparent 45%); content: ""; }
.corp-detail-hero__content { position: relative; z-index: 2; width: min(calc(100% - 44px), var(--corp-content)); margin: 0 auto; padding: 110px 0 72px; }
.corp-detail-hero .corp-display { max-width: 820px; font-size: clamp(3.3rem, 6vw, 6rem); }
.corp-detail-hero__meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 24px; color: rgba(255,255,255,.78); }
.corp-detail-hero__meta span { display: inline-flex; align-items: center; gap: 8px; }
.corp-detail-hero__meta svg { width: 19px; height: 19px; color: #cde99e; }

.corp-detail-overview { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(40px, 7vw, 94px); align-items: start; }
.corp-detail-copy p { color: var(--corp-muted); font-size: 1rem; line-height: 1.86; }
.corp-fact-list { margin: 31px 0 0; padding: 0; border-top: 1px solid var(--corp-line); list-style: none; }
.corp-fact-list li { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--corp-line); }
.corp-fact-list strong { color: var(--corp-muted); font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.corp-fact-list span { font-weight: 690; }
.corp-detail-media { position: relative; min-height: 550px; overflow: hidden; border-radius: 27px; background: #e4e9e3; box-shadow: var(--corp-shadow); }
.corp-detail-media img { width: 100%; height: 100%; object-fit: cover; }
.corp-detail-media__note { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 14px 16px; border-radius: 13px; background: rgba(255,255,255,.9); color: var(--corp-muted); font-size: .72rem; backdrop-filter: blur(10px); }
.corporate-page--project-detail .corp-detail-media img { transform: scale(1.08); }
.corp-project--72-single-storey-terrace-house .corp-detail-media img { object-position: 62% center; }
.corp-project--serelyn-avenue .corp-detail-hero > img { object-position: center 58%; }
.corp-project--serelyn-avenue .corp-detail-media img { object-position: 66% center; }
.corp-project--kota-emerald-rawang .corp-detail-media img { object-position: 45% center; }
.corp-project--factory-taman-industri-alam-jaya .corp-detail-media img { object-position: 58% center; }
.corp-project--pusat-perniagaan-heliconia-rawang .corp-detail-media img { object-position: 40% center; }
.corp-related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.corp-related-card { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.06); color: #fff; text-decoration: none; }
.corp-related-card img { width: 100%; aspect-ratio: 1.7; object-fit: cover; }
.corp-related-card span { display: block; padding: 15px; font-family: Georgia, serif; font-size: 1rem; }

.corp-contact-hero { padding: clamp(72px, 8vw, 112px) 0; background: linear-gradient(180deg, #fbfaf6, #f4f6f1); }
.corp-contact-hero__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(42px, 7vw, 88px); align-items: center; }
.corp-contact-hero__copy .corp-display { font-size: clamp(3.2rem, 5.5vw, 5.75rem); }
.corp-contact-hero__visual { position: relative; min-height: 470px; margin: 0; overflow: hidden; border-radius: 28px; background: #eee9df; box-shadow: var(--corp-shadow); }
.corp-contact-hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.corp-contact-hero__visual figcaption { position: absolute; right: 18px; bottom: 18px; padding: 10px 13px; border-radius: 999px; background: rgba(255,255,255,.88); color: var(--corp-muted); font-size: .66rem; font-weight: 760; backdrop-filter: blur(10px); }
.corp-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(35px, 7vw, 90px); align-items: start; }
.corp-contact-list { border-top: 1px solid var(--corp-line); }
.corp-contact-row { display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 17px; padding: 24px 0; border-bottom: 1px solid var(--corp-line); }
.corp-contact-row__icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 16px; background: var(--corp-lime-100); color: var(--corp-green-700); }
.corp-contact-row__icon svg { width: 25px; height: 25px; }
.corp-contact-row small { display: block; margin-bottom: 4px; color: var(--corp-green-700); font-size: .68rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.corp-contact-row a, .corp-contact-row address { color: var(--corp-ink); font-family: Georgia, serif; font-size: clamp(1.15rem, 2vw, 1.65rem); font-style: normal; line-height: 1.5; overflow-wrap: anywhere; }
.corp-contact-row a { display: inline-flex; min-height: 44px; align-items: center; }
.corp-contact-panel { padding: clamp(29px, 5vw, 50px); border: 1px solid var(--corp-line); border-radius: 25px; background: var(--corp-white); box-shadow: var(--corp-shadow-soft); }
.corp-contact-panel p { color: var(--corp-muted); line-height: 1.75; }
.corp-check-list { display: grid; gap: 14px; margin: 27px 0 0; padding: 26px 0 0; border-top: 1px solid var(--corp-line); list-style: none; }
.corp-check-list li { display: flex; gap: 11px; align-items: flex-start; color: #3e4f43; }
.corp-check-list svg { width: 19px; height: 19px; flex: 0 0 auto; margin-top: 3px; color: var(--corp-green-700); }

.corp-privacy-hero { padding: clamp(70px, 8vw, 108px) 0; background: linear-gradient(120deg, var(--corp-forest-950), var(--corp-green-700)); color: #fff; }
.corp-privacy-hero .corp-lead { color: rgba(255,255,255,.72); }
.corp-privacy-hero .corp-display span { color: #cbe99e; }
.corp-privacy-hero__grid { display: grid; grid-template-columns: 1.05fr .72fr; gap: clamp(42px, 7vw, 92px); align-items: center; }
.corp-privacy-hero__visual { position: relative; min-height: 390px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 26px; background: var(--corp-forest-950); box-shadow: 0 28px 80px rgba(0,0,0,.24); }
.corp-privacy-hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.corp-privacy-hero__visual span { position: absolute; right: 16px; bottom: 16px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(6,31,17,.72); color: rgba(255,255,255,.82); font-size: .64rem; font-weight: 750; backdrop-filter: blur(10px); }
.corp-privacy-layout { display: grid; grid-template-columns: 265px minmax(0,1fr); gap: 46px; align-items: start; }
.corp-privacy-index { position: sticky; top: 112px; padding: 20px; border: 1px solid var(--corp-line); border-radius: 18px; background: var(--corp-white); }
.corp-privacy-index strong { display: block; margin-bottom: 13px; font-family: Georgia, serif; font-size: 1.2rem; font-weight: 500; }
.corp-privacy-index a { display: block; padding: 10px 11px; border-radius: 10px; color: var(--corp-muted); font-size: .78rem; text-decoration: none; }
.corp-privacy-index a:hover { background: var(--corp-lime-100); color: var(--corp-forest-900); }
.corp-privacy-content { padding: clamp(28px, 5vw, 52px); border: 1px solid var(--corp-line); border-radius: 24px; background: #fff; }
.corp-privacy-content section + section { margin-top: 34px; padding-top: 31px; border-top: 1px solid var(--corp-line); }
.corp-privacy-content h2 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; }
.corp-privacy-content p, .corp-privacy-content li { color: var(--corp-muted); line-height: 1.8; }
.corp-privacy-content a { display: inline-flex; min-height: 44px; align-items: center; color: var(--corp-green-700); font-weight: 740; overflow-wrap: anywhere; }

.corp-footer { background: var(--corp-forest-950); color: #fff; }
.corp-footer__main { display: grid; grid-template-columns: 1.25fr .75fr 1fr; gap: 54px; padding: 65px 0 50px; }
.corp-footer__brand img { width: 176px; height: 82px; padding: 8px; border-radius: 14px; background: rgba(255,255,255,.94); object-fit: contain; }
.corp-footer__brand p { max-width: 380px; margin: 20px 0 0; color: rgba(255,255,255,.62); font-size: .82rem; line-height: 1.7; }
.corp-footer__title { display: block; margin-bottom: 16px; color: #d7efaf; font-size: .69rem; font-weight: 830; letter-spacing: .12em; text-transform: uppercase; }
.corp-footer__links { display: grid; gap: 10px; }
.corp-footer__links a { width: fit-content; color: rgba(255,255,255,.78); font-size: .82rem; text-decoration: none; }
.corp-footer__links a:hover { color: #fff; }
.corp-footer__contact { display: grid; gap: 12px; color: rgba(255,255,255,.72); font-size: .78rem; }
.corp-footer__contact a { color: #fff; text-decoration: none; overflow-wrap: anywhere; }
.corp-footer__contact address { font-style: normal; line-height: 1.65; }
.corp-footer__bottom { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.52); font-size: .7rem; }
.corp-footer__bottom-links { display: flex; gap: 20px; }
.corp-footer__bottom a { color: rgba(255,255,255,.7); text-decoration: none; }

.corp-empty-note { padding: 22px; border: 1px solid var(--corp-line); border-radius: 16px; background: #fff; color: var(--corp-muted); }

.corp-js .corp-reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.corp-js .corp-reveal.is-visible { opacity: 1; transform: none; }
.corp-hero-enter { animation: corp-rise .7s ease both; }
@keyframes corp-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

@media (max-width: 1060px) {
    .corp-nav { gap: 20px; }
    .corp-nav-wrap { gap: 20px; }
    .corp-home-hero__grid { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
    .corp-home-hero__copy { padding-inline: 28px; }
    .corp-proof-grid { grid-template-columns: repeat(2, 1fr); }
    .corp-proof-item:nth-child(3) { border-left: 0; }
    .corp-project-card { grid-column: span 6; }
    .corp-project-card--wide { grid-column: span 12; }
}

@media (max-width: 900px) {
    html { scroll-padding-top: 92px; }
    .corporate-page :target { scroll-margin-top: 92px; }
    .corp-header__inner { min-height: 74px; }
    html:not(.corp-js) .corp-header__inner { flex-wrap: wrap; padding-block: 12px; }
    .corp-brand img { width: 136px; height: 54px; }
    .corp-nav-toggle { display: none; }
    .corp-nav-wrap {
        display: flex;
        max-height: calc(100vh - 74px);
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
        width: 100%;
        max-height: calc(100vh - 96px);
        overflow: auto;
    }
    .corp-js .corp-nav-toggle { display: inline-flex; }
    .corp-js .corp-nav-wrap {
        position: fixed;
        z-index: 499;
        top: 74px;
        right: 0;
        left: 0;
        display: none;
        overflow: auto;
        border-bottom: 1px solid var(--corp-line);
        background: rgba(251, 250, 245, .82);
        padding: 22px;
        box-shadow: 0 18px 34px rgba(12,45,25,.12);
        backdrop-filter: blur(24px) saturate(145%);
        -webkit-backdrop-filter: blur(24px) saturate(145%);
    }
    .corp-js .corp-nav-wrap.is-open { display: flex; }
    .corp-nav { align-items: stretch; flex-direction: column; gap: 3px; }
    .corp-nav a { min-height: 46px; padding: 8px; }
    .corp-nav a::after { right: auto; width: 34px; }
    .corp-header__actions, .corp-staff-link { width: 100%; }
    .corp-home-hero__grid,
    .corp-page-hero__grid,
    .corp-current-feature,
    .corp-company-story,
    .corp-detail-overview,
    .corp-contact-grid,
    .corp-contact-hero__grid,
    .corp-privacy-hero__grid { grid-template-columns: 1fr; }
    .corp-home-hero__copy { min-height: 560px; padding: 75px 22px; }
    .corp-home-hero__visual { min-height: 520px; }
    .corp-page-hero__visual { min-height: 420px; }
    .corp-current-feature__visual, .corp-company-story__visual { min-height: 440px; }
    .corp-principles { grid-template-columns: 1fr; }
    .corp-leader { grid-template-columns: 1fr auto; }
    .corp-leader p { grid-column: 1 / -1; }
    .corp-service-feature { grid-template-columns: 1fr; }
    .corp-service-feature:nth-child(even) .corp-service-feature__image { order: 0; }
    .corp-service-feature__image { min-height: 410px; }
    .corp-project-card--wide,
    .corp-project-group--reverse .corp-project-card--wide { grid-template-columns: 1fr; }
    .corp-project-group--reverse .corp-project-card--wide .corp-project-card__image { order: 0; }
    .corp-project-card--wide .corp-project-card__image { min-height: 0; aspect-ratio: 16 / 9; }
    .corp-process { grid-template-columns: repeat(2, 1fr); gap: 36px 0; }
    .corp-process-step:nth-child(2)::after { display: none; }
    .corp-portfolio-hero__head { align-items: flex-start; flex-direction: column; }
    .corp-portfolio-collage { grid-template-columns: 1.25fr .75fr; }
    .corp-portfolio-collage > img:last-child { display: none; }
    .corp-related-grid { grid-template-columns: repeat(2, 1fr); }
    .corp-contact-hero__visual { min-height: 410px; }
    .corp-privacy-hero__visual { min-height: 340px; }
    .corp-privacy-layout { grid-template-columns: 1fr; }
    .corp-privacy-index { position: static; }
    .corp-footer__main { grid-template-columns: 1fr 1fr; }
    .corp-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
    .corp-container { width: min(calc(100% - 36px), var(--corp-content)); }
    .corp-section { padding-block: 72px; }
    .corp-display { font-size: clamp(2.7rem, 13vw, 4.25rem); }
    .corp-section-title { font-size: clamp(2.2rem, 10vw, 3.2rem); }
    .corp-section-head { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 34px; }
    .corp-actions { align-items: stretch; flex-direction: column; }
    .corp-actions .corp-button { width: 100%; }
    .corp-home-hero__copy { min-height: auto; padding: 66px 18px; }
    .corp-home-hero__copy .corp-display { font-size: clamp(3.05rem, 15vw, 4.4rem); }
    .corp-home-hero__visual { min-height: 420px; }
    .corp-home-hero__caption { right: 18px; bottom: 17px; left: 18px; align-items: flex-start; flex-direction: column; gap: 5px; }
    .corp-home-hero__caption span { text-align: left; }
    .corp-proof-grid { grid-template-columns: 1fr; }
    .corp-proof-item { min-height: auto; padding: 22px 0; border-left: 0; border-top: 1px solid var(--corp-line); }
    .corp-proof-item:first-child { border-top: 0; }
    .corp-current-feature__visual, .corp-company-story__visual { min-height: 360px; }
    .corp-service-stories { grid-template-columns: 1fr; }
    .corp-service-card { min-height: 340px; }
    .corp-project-grid { display: grid; grid-template-columns: 1fr; }
    .corp-project-card, .corp-project-card--wide { grid-column: auto; }
    .corp-project-group + .corp-project-group { margin-top: 64px; }
    .corp-project-group__title { align-items: flex-start; flex-direction: column; gap: 12px; margin-bottom: 20px; padding-top: 17px; }
    .corp-project-group__heading { gap: 11px; }
    .corp-project-group__index { width: 36px; height: 36px; }
    .corp-project-group__title h2 { font-size: 1.8rem; }
    .corp-project-card__image, .corp-project-card--wide .corp-project-card__image { min-height: 0; aspect-ratio: 16 / 10; }
    .corp-project-card--wide .corp-project-card__body { padding: 24px; }
    .corp-project-card__image, .corp-project-card--wide .corp-project-card__image { min-height: 235px; }
    .corp-cta-band__inner { align-items: flex-start; flex-direction: column; }
    .corp-page-hero { padding-block: 68px; }
    .corp-page-hero__visual { min-height: 340px; }
    .corp-service-feature__image { min-height: 320px; }
    .corp-process { grid-template-columns: 1fr; gap: 29px; }
    .corp-process-step { padding: 0; }
    .corp-process-step::after { display: none; }
    .corp-portfolio-collage { min-height: 520px; grid-template-columns: 1fr; }
    .corp-portfolio-collage__stack { min-height: 310px; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; }
    .corp-detail-hero { min-height: 570px; }
    .corp-detail-hero::after { background: linear-gradient(0deg, rgba(5,29,15,.93), rgba(5,29,15,.18) 80%); }
    .corp-detail-hero__content { width: min(calc(100% - 36px), var(--corp-content)); padding-bottom: 48px; }
    .corp-detail-hero .corp-display { font-size: clamp(2.75rem, 13vw, 4.15rem); }
    .corp-detail-media { min-height: 350px; }
    .corp-fact-list li { grid-template-columns: 1fr; gap: 5px; }
    .corp-related-grid { grid-template-columns: 1fr; }
    .corp-contact-row { grid-template-columns: 46px minmax(0,1fr); }
    .corp-contact-row__icon { width: 46px; height: 46px; }
    .corp-contact-hero__visual { min-height: 320px; }
    .corp-contact-hero__visual figcaption,
    .corp-privacy-hero__visual span { right: 12px; bottom: 12px; }
    .corp-privacy-content { padding: 24px; }
    .corp-footer__main { grid-template-columns: 1fr; gap: 34px; padding-top: 52px; }
    .corp-footer__brand { grid-column: auto; }
    .corp-footer__links a,
    .corp-footer__contact a,
    .corp-footer__bottom a,
    .corp-breadcrumbs a,
    .corp-privacy-index a { display: flex; min-width: 44px; min-height: 44px; align-items: center; }
    .corp-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
}

@media (prefers-reduced-motion: reduce) {
    .corp-js .corp-reveal { opacity: 1; transform: none; transition: none; }
    .corp-hero-enter { animation: none; }
    .corp-project-card__image img,
    .corp-service-card img { transition: none; }
}
