/* AnakKayu landing page production polish: modern, calm, elegant, not loud */
:root {
    --ak-home-bg: #f8f4ea;
    --ak-home-ink: #17130f;
    --ak-home-muted: #665f55;
    --ak-home-gold: #cfa64a;
    --ak-home-green: #101a13;
    --ak-home-border: rgba(84, 61, 35, .14);
    --ak-home-shadow: 0 24px 70px rgba(33, 24, 13, .11);
    --ak-home-radius: 22px;
}

body {
    background: var(--ak-home-bg);
}

.ak-home-hero {
    min-height: 88svh !important;
    padding: 118px 0 132px !important;
    align-items: center !important;
}

.ak-home-hero::before {
    background:
        radial-gradient(circle at 74% 28%, rgba(207, 166, 74, .13), transparent 25%),
        linear-gradient(90deg, rgba(8, 10, 8, .84), rgba(8, 10, 8, .56), rgba(8, 10, 8, .22)) !important;
}

.ak-home-hero .ak-hero-content {
    padding-top: 80px !important;
    transform: none !important;
    max-width: 960px !important;
}

.ak-home-hero h1 {
    max-width: 820px !important;
    font-size: clamp(3.7rem, 7.6vw, 6.8rem) !important;
    line-height: .9 !important;
    letter-spacing: .055em !important;
    margin: 12px 0 18px !important;
}

.ak-home-hero .ak-hero-text {
    max-width: 650px !important;
    font-size: clamp(1rem, 1.3vw, 1.12rem) !important;
    line-height: 1.82 !important;
}

.ak-hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.ak-hero-chips span {
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.82);
    padding: 9px 12px;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.ak-home-floating {
    max-width: 1010px !important;
    margin-bottom: 78px !important;
}

.ak-home-floating .ak-float-card {
    border-radius: 18px !important;
    box-shadow: var(--ak-home-shadow) !important;
    background: #fff;
}

.ak-home-floating .ak-float-card img {
    height: 190px !important;
    filter: saturate(.96) contrast(1.02);
    transition: transform .65s ease, filter .65s ease;
}

.ak-home-floating .ak-float-card:hover img {
    transform: scale(1.045);
    filter: saturate(1.05) contrast(1.03);
}

.ak-home-floating .ak-float-card span {
    padding: 16px 18px 5px !important;
    font-size: .98rem !important;
}

.ak-home-floating .ak-float-card small {
    display: block;
    padding: 0 18px 18px;
    color: #8a6735;
    font-size: .73rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ak-home-note {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(300px, .78fr);
    gap: clamp(26px, 5vw, 70px);
    align-items: end;
    padding: 0 12px 74px;
}

.ak-home-note h2 {
    margin: 10px 0 0;
    max-width: 720px;
    font-family: 'Bebas Neue', Inter, sans-serif;
    font-size: clamp(2.8rem, 5.6vw, 5.2rem);
    line-height: .92;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.ak-home-note > p {
    margin: 0;
    color: var(--ak-home-muted);
    line-height: 1.88;
    font-size: 1.03rem;
}

.ak-video-showcase.container {
    border-radius: 26px;
    margin-top: 0 !important;
    margin-bottom: 108px !important;
    box-shadow: var(--ak-home-shadow);
}

.ak-video-showcase {
    min-height: 500px !important;
}

.ak-video-caption {
    max-width: 680px !important;
    padding: clamp(34px, 5vw, 58px) !important;
}

.ak-video-caption h2 {
    font-size: clamp(2.8rem, 5.4vw, 5.4rem) !important;
    letter-spacing: .035em;
}

.ak-home-about {
    padding-top: 14px !important;
    padding-bottom: 108px !important;
}

.ak-home-about h2,
.ak-home-section-head h2 {
    max-width: 760px;
    font-size: clamp(2.6rem, 5vw, 4.8rem) !important;
    line-height: .94 !important;
}

.ak-home-about img {
    border-radius: 26px;
    box-shadow: var(--ak-home-shadow);
}

.ak-home-process {
    padding: 86px 0;
    background:
        radial-gradient(circle at 90% 16%, rgba(119, 143, 103, .11), transparent 26%),
        linear-gradient(180deg, rgba(255,255,255,.55), rgba(242,236,224,.72));
}

.ak-home-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ak-home-process-grid article {
    padding: 30px;
    border: 1px solid var(--ak-home-border);
    border-radius: 22px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 16px 46px rgba(33,24,13,.08);
}

.ak-home-process-grid span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 24px;
    border: 1px solid rgba(84,61,35,.16);
    border-radius: 999px;
    color: #9b7231;
    font-size: .82rem;
    font-weight: 900;
}

.ak-home-process-grid h3 {
    margin: 0 0 10px;
    font-size: 1.22rem;
    font-weight: 900;
}

.ak-home-process-grid p {
    margin: 0;
    color: var(--ak-home-muted);
    line-height: 1.75;
}

.ak-home-section-head {
    margin-bottom: 34px !important;
}

.ak-home-section-head.center {
    display: block !important;
    text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.ak-home-section-head.center h2 {
    margin-left: auto;
    margin-right: auto;
}

.ak-home-why {
    padding: 92px 0 !important;
    background: #f8f4ea !important;
}

.ak-home-why .ak-benefits article {
    border-radius: 18px;
    border: 1px solid var(--ak-home-border);
    box-shadow: 0 14px 38px rgba(33,24,13,.07);
}

.ak-home-why .ak-why-grid img {
    border-radius: 26px;
    box-shadow: var(--ak-home-shadow);
}

.ak-home-services {
    background:
        radial-gradient(circle at 85% 12%, rgba(207,166,74,.16), transparent 24%),
        linear-gradient(135deg, #131d15, #25351f) !important;
    color: #fff;
}

.ak-home-services .ak-eyebrow.dark,
.ak-home-services .ak-link {
    color: #e3bd65 !important;
}

.ak-home-services .ak-services-intro p:not(.ak-eyebrow) {
    color: rgba(255,255,255,.74) !important;
}

.ak-home-services .ak-services-intro h2,
.ak-home-services .ak-service-card h3 {
    color: #fff !important;
}

.ak-home-services .ak-service-card {
    border-radius: 18px !important;
    border-color: rgba(255,255,255,.13) !important;
    background: rgba(255,255,255,.08) !important;
    color: #fff;
    box-shadow: none !important;
}

.ak-home-services .ak-service-card:first-child {
    background: rgba(255,255,255,.12) !important;
}

.ak-home-services .ak-service-card p {
    color: rgba(255,255,255,.70) !important;
}

.ak-home-strip {
    height: 240px !important;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}

.ak-home-strip img {
    filter: saturate(.92) contrast(1.02);
    transition: transform .55s ease, filter .55s ease;
}

.ak-home-strip img:hover {
    transform: scale(1.04);
    filter: saturate(1.05) contrast(1.03);
}

.ak-home-cinematic {
    min-height: 390px !important;
    background-attachment: scroll !important;
}

.ak-home-cinematic p {
    max-width: 760px !important;
    font-size: clamp(2.2rem, 4.7vw, 4.4rem) !important;
    line-height: .98 !important;
    letter-spacing: .02em;
}

.ak-home-portfolio,
.ak-home-journal {
    padding-top: 86px !important;
    padding-bottom: 86px !important;
}

.ak-home-portfolio .ak-card,
.ak-home-journal .ak-card {
    border-radius: 20px;
    border: 1px solid var(--ak-home-border);
    box-shadow: 0 16px 46px rgba(33,24,13,.08);
    transition: transform .28s ease, box-shadow .28s ease;
}

.ak-home-portfolio .ak-card:hover,
.ak-home-journal .ak-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--ak-home-shadow);
}

.ak-home-portfolio .ak-card img,
.ak-home-journal .ak-card img {
    height: 225px !important;
}

@media (max-width: 991px) {
    .ak-home-note,
    .ak-home-process-grid {
        grid-template-columns: 1fr;
    }

    .ak-home-hero {
        min-height: 760px !important;
        padding-top: 110px !important;
    }

    .ak-video-showcase.container {
        border-radius: 0;
    }

    .ak-home-services .ak-services-layout {
        gap: 34px;
    }
}

@media (max-width: 575px) {
    .ak-home-hero h1 {
        font-size: clamp(3rem, 15vw, 4.6rem) !important;
    }

    .ak-home-note,
    .ak-home-process,
    .ak-home-why,
    .ak-home-portfolio,
    .ak-home-journal {
        padding-left: 18px;
        padding-right: 18px;
    }

    .ak-home-process-grid article {
        padding: 24px;
    }

    .ak-home-strip {
        height: auto !important;
        grid-template-columns: 1fr !important;
    }

    .ak-home-strip img {
        height: 220px !important;
    }
}
