/* Talenta Sainspreneur — homepage (self-contained) */

:root {
    --navy: #1d3568;
    --navy-deep: #122445;
    --green: #498450;
    --sage: #b1d3a0;
    --paper: #f4f7f2;
    --paper-2: #e5eee3;
    --ink: #122445;
    --muted: #5a6876;
    --forest: #498450;
    --mark: #b1d3a0;
    --line: rgba(29, 53, 104, 0.12);
    --foam: #eef3ea;
    --serif: "Fraunces", "Times New Roman", serif;
    --sans: "Outfit", system-ui, sans-serif;
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 5.5rem;
}

body.hp {
    font-family: var(--sans);
    background: var(--paper);
    color: var(--ink);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

.hp-wrap {
    width: min(1120px, calc(100% - 2.4rem));
    margin-inline: auto;
}

.hp-kicker {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--forest);
    margin-bottom: 0.85rem;
}

.hp h1, .hp h2, .hp h3 {
    font-family: var(--serif);
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.08;
}

.hp h2 { font-size: clamp(2rem, 4.4vw, 3.35rem); }

.hp-sub, .hp-lede {
    color: var(--muted);
    font-size: 1.05rem;
    max-width: 38rem;
}

.hp-head { margin-bottom: 2.75rem; max-width: 40rem; }
.hp-head h2 { margin-bottom: 0.8rem; }
.hp-head--light .hp-kicker { color: var(--mark); }
.hp-head--light h2 { color: var(--foam); }
.hp-head--light .hp-sub { color: rgba(238, 243, 234, 0.68); }

.hp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 3rem;
    padding: 0.75rem 1.35rem;
    font-family: var(--sans);
    font-size: 0.92rem;
    font-weight: 600;
    border-radius: 999px;
    border: 1.5px solid transparent;
    transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.hp-btn:hover { transform: translateY(-1px); }
.hp-btn--solid { background: var(--ink); color: #fff; }
.hp-btn--solid:hover { background: var(--navy); }
.hp-btn--ghost { border-color: var(--ink); background: transparent; }
.hp-btn--ghost:hover { background: var(--ink); color: #fff; }
.hp-btn--mark { background: var(--mark); color: var(--ink); }
.hp-btn--ghost-light { border-color: rgba(238, 243, 234, 0.4); color: var(--foam); }
.hp-btn--ghost-light:hover { background: var(--foam); color: var(--ink); }

/* ── Nav ── */
.hp .navbar {
    position: fixed;
    inset: 0 0 auto;
    z-index: 50;
    background: rgba(244, 247, 242, 0.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line);
}

.hp .navbar .container {
    width: min(1120px, calc(100% - 2.4rem));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 4.25rem;
}

.hp .nav-brand .nav-logo {
    height: 38px;
    width: auto;
    display: block;
}

.hp .nav-links {
    display: flex;
    align-items: center;
    gap: 1.35rem;
}

.hp .nav-links a {
    font-size: 0.86rem;
    font-weight: 500;
    color: var(--ink);
    opacity: 0.72;
}

.hp .nav-links a:hover { opacity: 1; }

.hp .nav-cta {
    opacity: 1 !important;
    background: var(--ink);
    color: #fff !important;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-weight: 600 !important;
}

.hp .nav-assessment { opacity: 0.72; }

.hp .nav-toggle {
    display: none;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0.4rem;
}

.hp .nav-toggle span {
    display: block;
    width: 20px;
    height: 1.5px;
    background: var(--ink);
    margin: 5px 0;
}

/* ── Hero ── */
.hp-hero {
    display: grid;
    grid-template-columns: minmax(20rem, 0.92fr) 1.18fr;
    min-height: calc(100svh - 8.5rem);
    padding-top: 4.25rem;
    position: relative;
    background:
        radial-gradient(90% 70% at 12% 18%, rgba(177, 211, 160, 0.32) 0%, transparent 58%),
        linear-gradient(165deg, #5d9a64 0%, #427a49 46%, #2f5c36 100%);
    color: var(--foam);
}

.hp-hero__copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2.4rem, 6vh, 4.6rem) clamp(1.6rem, 4.6vw, 4.2rem);
    container-type: inline-size;
}

.hp-hero__copy::before {
    content: "";
    width: 2.4rem;
    height: 3px;
    background: var(--mark);
    border-radius: 99px;
    margin-bottom: 1.25rem;
}

.hp-hero .hp-kicker {
    color: var(--mark);
    margin-bottom: 1rem;
}

.hp-hero h1 {
    display: flex;
    flex-direction: column;
    font-size: clamp(1.5rem, 7cqi, 2.65rem);
    font-weight: 500;
    line-height: 1.16;
    letter-spacing: -0.03em;
    margin-bottom: 1.15rem;
    max-width: none;
    color: #fff;
}

.hp-hero h1 span {
    white-space: nowrap;
}

.hp-hero .hp-lede {
    margin-bottom: 1.35rem;
    color: rgba(238, 243, 234, 0.86);
    max-width: 28rem;
    font-size: 1.05rem;
}

.hp-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1.7rem;
}

.hp-tags li {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid rgba(177, 211, 160, 0.45);
    background: rgba(18, 36, 69, 0.12);
    padding: 0.34rem 0.72rem;
    border-radius: 999px;
    color: var(--foam);
}

.hp-hero__actions { display: flex; flex-wrap: wrap; gap: 0.7rem; }

.hp-hero .hp-btn--solid {
    background: #fff;
    color: var(--navy);
    box-shadow: 0 10px 24px rgba(18, 36, 69, 0.16);
}

.hp-hero .hp-btn--solid:hover { background: var(--foam); }

.hp-hero .hp-btn--ghost {
    border-color: rgba(238, 243, 234, 0.55);
    color: #fff;
}

.hp-hero .hp-btn--ghost:hover {
    background: #fff;
    color: var(--navy);
}

.hp-hero__shot {
    position: relative;
    min-height: 0;
    height: auto;
    align-self: stretch;
    background: #2f5c36;
    overflow: hidden;
}

.hp-hero__shot::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(47, 92, 54, 0.55) 0%, rgba(47, 92, 54, 0.12) 18%, transparent 38%),
        linear-gradient(180deg, transparent 62%, rgba(29, 53, 104, 0.38) 100%);
}

.hp-hero__shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 42%;
    position: absolute;
    inset: 0;
}

.hp-hero__shot figcaption {
    position: absolute;
    right: 1.15rem;
    bottom: 1.1rem;
    z-index: 2;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(29, 53, 104, 0.72);
    backdrop-filter: blur(10px);
    padding: 0.42rem 0.8rem;
    border-radius: 999px;
}

/* ── Stats (terpisah dari hero) ── */
.hp-strip {
    background: var(--navy);
    color: var(--foam);
    padding: 0 0 2.6rem;
    border-top: 0;
    position: relative;
}

.hp-strip::before {
    content: "";
    display: block;
    height: 3px;
    background: linear-gradient(90deg, var(--sage) 0%, var(--green) 42%, rgba(177, 211, 160, 0.2) 100%);
}

.hp-strip__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding-top: 2.15rem;
}

.hp-strip__row > * {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.15rem 1.5rem 0.1rem 0;
    margin: 0 1.5rem 0 0;
    background: transparent;
    border: 0;
    border-right: 1px solid rgba(177, 211, 160, 0.28);
}

.hp-strip__row > *:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.hp-strip b {
    font-family: var(--serif);
    font-size: clamp(2rem, 3vw, 2.7rem);
    font-weight: 500;
    font-style: italic;
    color: var(--mark);
    line-height: 1;
    letter-spacing: -0.03em;
}

.hp-strip strong {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #fff;
}

.hp-strip span {
    font-size: 0.8rem;
    line-height: 1.4;
    color: rgba(238, 243, 234, 0.68);
}

/* ── Blocks ── */
.hp-block { padding: 6rem 0; }

.hp-pilar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid var(--ink);
}

.hp-pilar li {
    padding: 1.6rem 1.25rem 1.4rem 0;
    border-right: 1px solid var(--line);
    padding-right: 1.4rem;
    margin-right: 1.4rem;
}

.hp-pilar li:last-child { border-right: 0; margin-right: 0; padding-right: 0; }

.hp-pilar span {
    font-family: var(--serif);
    font-style: italic;
    font-size: 1.15rem;
    color: var(--forest);
}

.hp-pilar h3 { font-size: 1.55rem; margin: 0.55rem 0 0.55rem; }
.hp-pilar p { color: var(--muted); font-size: 0.95rem; }

/* ── About ── */
.hp-about {
    background: #fff;
    padding: 6rem 0;
}

.hp-about__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3.5rem;
    align-items: center;
}

.hp-about h2 { margin-bottom: 1.1rem; }
.hp-about p { color: var(--muted); margin-bottom: 1rem; }
.hp-about strong { color: var(--ink); font-weight: 600; }

.hp-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-top: 1.5rem;
    border-top: 1px solid var(--line);
}

.hp-facts li {
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.85rem 1rem 0.85rem 0;
    border-bottom: 1px solid var(--line);
}

.hp-facts li:nth-child(odd) { padding-right: 1.2rem; }
.hp-facts a {
    color: var(--forest);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hp-about__shot {
    aspect-ratio: 4/5;
    overflow: hidden;
    background: var(--paper-2);
}

.hp-about__shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ── Goals ── */
.hp-goals {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.hp-goals article {
    padding: 1.5rem 1.5rem 1.5rem 0;
    border-top: 1px solid var(--line);
}

.hp-goals article:nth-child(odd) { padding-right: 2rem; }
.hp-goals article:nth-child(even) { padding-left: 2rem; border-left: 1px solid var(--line); }

.hp-goals em {
    font-family: var(--serif);
    font-style: italic;
    font-size: 0.95rem;
    color: var(--forest);
}

.hp-goals h3 { font-size: 1.35rem; margin: 0.35rem 0 0.4rem; }
.hp-goals p { color: var(--muted); font-size: 0.95rem; }

/* ── Path ── */
.hp-path {
    background: var(--navy);
    padding: 6rem 0;
    color: var(--foam);
}

.hp-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
}

.hp-steps li {
    border-top: 1px solid rgba(238, 243, 234, 0.22);
    padding-top: 1.1rem;
}

.hp-steps b {
    font-family: var(--serif);
    font-style: italic;
    font-size: 1.6rem;
    color: var(--mark);
    font-weight: 500;
}

.hp-steps h3 { font-size: 1.2rem; margin: 0.55rem 0 0.5rem; color: #fff; }
.hp-steps p { font-size: 0.88rem; color: rgba(238, 243, 234, 0.68); }

/* ── Fields ── */
.hp-fields {
    padding: 6rem 0 0;
    color: var(--ink);
    background: var(--paper);
}

.hp-fields .hp-head {
    width: min(1120px, calc(100% - 2.4rem));
}

.hp-fields .hp-kicker { color: var(--green); }
.hp-fields .hp-head h2 { color: var(--ink); }
.hp-fields .hp-sub { color: var(--muted); }

.hp-fields__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 2rem;
}

.hp-fields article {
    position: relative;
    min-height: 460px;
    overflow: hidden;
    color: #fff;
}

.hp-fields img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.hp-fields article:hover img { transform: scale(1.06); }

.hp-fields article::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(29, 53, 104, 0.08) 20%, rgba(18, 36, 69, 0.88) 100%);
}

.hp-fields article > div {
    position: absolute;
    inset: auto 1.15rem 1.2rem;
    z-index: 1;
}

.hp-fields article span {
    font-family: var(--serif);
    font-style: italic;
    color: var(--mark);
}

.hp-fields article h3 { font-size: 1.7rem; margin: 0.2rem 0 0.35rem; color: #fff; }
.hp-fields article p { font-size: 0.88rem; color: rgba(255, 255, 255, 0.82); }

/* ── Place ── */
.hp-place { padding: 6rem 0; background: #fff; }

.hp-place__grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3rem;
    align-items: start;
}

.hp-place h2 { margin-bottom: 0.7rem; }

.hp-dl { margin-top: 1.75rem; }
.hp-dl > div { padding: 1.1rem 0; border-top: 1px solid var(--line); }
.hp-dl dt {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--forest);
    margin-bottom: 0.35rem;
}
.hp-dl dd { color: var(--muted); }

.hp-place__card {
    background: var(--navy);
    color: var(--foam);
    min-height: 280px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hp-place__card .hp-kicker { color: var(--mark); }
.hp-place__card h3 { font-size: 2.2rem; margin-bottom: 0.5rem; }
.hp-place__card p { opacity: 0.75; }

/* ── Zona ── */
.hp-zona { display: flex; flex-direction: column; }

.hp-zona li {
    display: grid;
    grid-template-columns: 4.5rem 1fr;
    gap: 1rem;
    align-items: baseline;
    padding: 1.25rem 0;
    border-top: 1px solid var(--line);
}

.hp-zona li:last-child { border-bottom: 1px solid var(--line); }

.hp-zona span {
    font-family: var(--serif);
    font-style: italic;
    font-size: 1.15rem;
    color: var(--forest);
}

.hp-zona h3 { font-size: 1.35rem; }
.hp-zona p { color: var(--muted); margin-top: 0.2rem; }

/* ── People ── */
.hp-people { padding: 0 0 6rem; }

.hp-people__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.hp-people__list li {
    padding: 1.2rem 0;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 0.95rem;
}

.hp-people__list li:nth-child(odd) { padding-right: 2rem; }
.hp-people__list li:nth-child(even) { padding-left: 2rem; border-left: 1px solid var(--line); }

.hp-people__list strong {
    display: block;
    font-family: var(--serif);
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--ink);
    margin-bottom: 0.25rem;
}

/* ── Why ── */
.hp-why { background: #fff; padding: 6rem 0; }

.hp-why__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.hp-why h2 { margin-bottom: 1.5rem; }
.hp-why__list li { padding: 1.05rem 0; border-top: 1px solid var(--line); }
.hp-why__list h3 { font-size: 1.25rem; margin-bottom: 0.25rem; }
.hp-why__list p { color: var(--muted); font-size: 0.95rem; }
.hp-why figure { overflow: hidden; background: var(--paper-2); }
.hp-why img { width: 100%; height: 100%; object-fit: cover; min-height: 360px; }

/* ── Film ── */
.hp-film { padding: 6rem 0; }

.hp-film__grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr 1fr;
    gap: 0.7rem;
}

.hp-film figure { overflow: hidden; background: var(--paper-2); }
.hp-film img { width: 100%; height: 280px; object-fit: cover; }
.hp-film figure:nth-child(2) img { height: 340px; margin-top: 2rem; }
.hp-film figure:nth-child(3) img { height: 260px; margin-top: 4rem; }

/* ── Assess / End ── */
.hp-assess { padding: 0 0 5rem; }

.hp-assess__box {
    border: 1px solid var(--line);
    padding: clamp(2rem, 4vw, 3.2rem);
    background: #fff;
}

.hp-assess h2 { margin-bottom: 0.7rem; }
.hp-assess p { color: var(--muted); max-width: 36rem; margin-bottom: 1.4rem; }

.hp-end {
    background: var(--navy-deep);
    color: var(--foam);
    padding: 6rem 0;
}

.hp-end .hp-kicker { color: var(--mark); }
.hp-end h2 { font-size: clamp(2.4rem, 5vw, 4rem); margin-bottom: 1.2rem; }
.hp-end blockquote {
    font-family: var(--serif);
    font-style: italic;
    font-size: clamp(1.15rem, 2.2vw, 1.45rem);
    line-height: 1.4;
    max-width: 38rem;
    margin-bottom: 1.2rem;
    color: var(--mark);
}

.hp-end p { color: rgba(238, 243, 234, 0.72); max-width: 36rem; margin-bottom: 1.6rem; }

/* ── Footer ── */
.hp-foot {
    background: var(--navy-deep);
    color: rgba(238, 243, 234, 0.65);
    padding: 3rem 0 1.4rem;
    font-size: 0.9rem;
}

.hp-foot__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(238, 243, 234, 0.1);
}

.hp-foot strong {
    display: block;
    font-family: var(--serif);
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0.6rem;
}

.hp-foot span {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mark);
    margin-bottom: 0.7rem;
}

.hp-foot a, .hp-foot p { display: block; margin-bottom: 0.4rem; }
.hp-foot a:hover { color: #fff; }

.hp-foot__base {
    display: flex;
    justify-content: space-between;
    padding-top: 1.2rem;
    font-size: 0.8rem;
}

/* ── Motion ── */
.fade-up {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}
.fade-up.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
    .fade-up { opacity: 1; transform: none; }
    html { scroll-behavior: auto; }
}

/* ── Responsive ── */
@media (max-width: 980px) {
    .hp-hero,
    .hp-about__grid,
    .hp-place__grid,
    .hp-why__grid,
    .hp-pilar,
    .hp-steps,
    .hp-fields__grid,
    .hp-goals,
    .hp-people__list,
    .hp-film__grid,
    .hp-foot__grid {
        grid-template-columns: 1fr;
    }

    .hp-strip__row { grid-template-columns: 1fr 1fr; gap: 0; }
    .hp-strip__row > *,
    .hp-strip__row > *:last-child {
        margin: 0;
        padding: 1.15rem 1.1rem 1.05rem 0;
        border: 0;
        border-bottom: 1px solid rgba(177, 211, 160, 0.22);
    }
    .hp-strip__row > *:nth-child(odd) {
        padding-right: 1.1rem;
        border-right: 1px solid rgba(177, 211, 160, 0.22);
    }
    .hp-strip__row > *:nth-child(3),
    .hp-strip__row > *:nth-child(4) {
        border-bottom: 0;
    }
    .hp-hero { min-height: auto; }
    .hp-hero__copy { padding: 2.6rem 1.4rem 2.4rem; }
    .hp-hero h1 { font-size: clamp(1.28rem, 5.6vw, 2.1rem); }
    .hp-hero__shot {
        min-height: 0;
        aspect-ratio: 4/5;
        order: -1;
    }
    .hp-hero__shot::after {
        background: linear-gradient(180deg, transparent 50%, rgba(47, 92, 54, 0.72) 100%);
    }
    .hp-hero__shot img {
        position: absolute;
        height: 100%;
        object-position: 50% 28%;
    }
    .hp-hero h1 { max-width: none; }

    .hp-pilar li,
    .hp-goals article,
    .hp-people__list li {
        border-left: 0;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        border-right: 0;
    }

    .hp-goals article:nth-child(even),
    .hp-people__list li:nth-child(even) {
        border-left: 0;
        padding-left: 0;
    }

    .hp-pilar li { border-bottom: 1px solid var(--line); padding: 1.3rem 0; }
    .hp-steps { gap: 0; }
    .hp-steps li { padding: 1.3rem 0; }
    .hp-fields article { min-height: 320px; }
    .hp-film img,
    .hp-film figure:nth-child(2) img,
    .hp-film figure:nth-child(3) img {
        height: 240px;
        margin-top: 0;
    }
    .hp-facts { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .hp .nav-toggle { display: block; }

    .hp .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--paper);
        flex-direction: column;
        align-items: stretch;
        padding: 1rem 1.2rem 1.4rem;
        gap: 0.2rem;
        border-bottom: 1px solid var(--line);
    }

    .hp .nav-links.open { display: flex; }
    .hp .nav-links a { padding: 0.7rem 0; opacity: 1; }
    .hp .nav-cta { text-align: center; }

    .hp-hero h1 { max-width: none; }
    .hp-block, .hp-about, .hp-path, .hp-place, .hp-why, .hp-film, .hp-end { padding-top: 4.2rem; padding-bottom: 4.2rem; }
    .hp-foot__base { flex-direction: column; gap: 0.35rem; }
}
