.home .site-main > .ct-container-full {
    padding-top: 0;
    padding-bottom: 0;
}

.home .site-main .hero-section {
    display: none;
}

.home .site-main .entry-content {
    width: 100%;
    max-width: none;
    margin: 0;
}

.doka-home {
    --doka-ink: #17211b;
    --doka-muted: #687269;
    --doka-lime: #d8f06a;
    --doka-cream: #f3f1e9;
    --doka-line: rgba(23, 33, 27, 0.14);
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    color: var(--doka-ink);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.doka-home * {
    box-sizing: border-box;
}

.doka-home-wrap {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

.doka-home h1,
.doka-home h2,
.doka-home h3,
.doka-home p {
    margin-top: 0;
}

.doka-home h1,
.doka-home h2 {
    letter-spacing: -0.045em;
}

.doka-home-hero {
    position: relative;
    min-height: min(760px, 82vh);
    overflow: hidden;
    color: #fff;
    background: #152019;
}

.doka-home-hero-slide,
.doka-home-hero-shade {
    position: absolute;
    inset: 0;
}

.doka-home-hero-slide {
    background-image: var(--doka-hero-image);
    background-position: center;
    background-size: cover;
    opacity: 0;
    transform: scale(1.04);
    animation: doka-home-hero 18s infinite;
}

.doka-home-hero-slide-2 {
    animation-delay: 6s;
}

.doka-home-hero-slide-3 {
    animation-delay: 12s;
}

.doka-home-hero-shade {
    background:
        linear-gradient(90deg, rgba(12, 22, 15, 0.78) 0%, rgba(12, 22, 15, 0.34) 52%, rgba(12, 22, 15, 0.08) 100%),
        linear-gradient(0deg, rgba(12, 22, 15, 0.3), transparent 48%);
}

.doka-home-hero-copy {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: min(760px, 82vh);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-block: 100px;
}

.doka-home-kicker {
    margin-bottom: 22px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.doka-home-hero h1 {
    max-width: 760px;
    margin-bottom: 26px;
    color: #fff;
    font-size: clamp(3.2rem, 7vw, 6.8rem);
    line-height: 0.94;
}

.doka-home-hero-copy > p:not(.doka-home-kicker) {
    max-width: 650px;
    margin-bottom: 36px;
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(1rem, 1.7vw, 1.25rem);
    line-height: 1.65;
}

.doka-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.doka-home-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 180ms ease, background 180ms ease;
}

.doka-home-button:hover {
    transform: translateY(-2px);
}

.doka-home-button-primary {
    background: var(--doka-lime);
    color: var(--doka-ink);
}

.doka-home-button-ghost {
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
}

.doka-home-hero-count {
    position: absolute;
    z-index: 2;
    right: max(24px, calc((100vw - 1240px) / 2));
    bottom: 42px;
    display: flex;
    gap: 8px;
    align-items: baseline;
}

.doka-home-hero-count strong {
    font-size: 2rem;
}

.doka-home-hero-count span {
    color: rgba(255, 255, 255, 0.62);
}

.doka-home-section {
    padding-block: 92px;
}

.doka-home-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: clamp(32px, 7vw, 100px);
    align-items: end;
    margin-bottom: 40px;
}

.doka-home-section-heading h2,
.doka-home-about h2,
.doka-home-testimonials h2,
.doka-home-cta h2 {
    margin-bottom: 0;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 1.02;
}

.doka-home-section-heading > p {
    max-width: 430px;
    margin: 0 0 5px auto;
    color: var(--doka-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

.doka-home-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--doka-line);
    border-bottom: 1px solid var(--doka-line);
}

.doka-home-category {
    position: relative;
    display: flex;
    min-height: 268px;
    flex-direction: column;
    padding: 25px 28px 28px;
    border-right: 1px solid var(--doka-line);
    color: inherit;
    text-decoration: none;
    background: linear-gradient(145deg, rgba(243, 241, 233, 0) 45%, rgba(243, 241, 233, 0.55));
    transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.doka-home-category:first-child {
    border-left: 1px solid var(--doka-line);
}

.doka-home-category:hover {
    color: var(--doka-ink);
    background: var(--doka-lime);
    transform: translateY(-4px);
}

.doka-home-category-number {
    color: var(--doka-muted);
    font-size: 0.76rem;
    font-weight: 800;
}

.doka-home-category h3 {
    max-width: 270px;
    margin: 46px 0 13px;
    font-size: clamp(1.3rem, 1.65vw, 1.65rem);
    line-height: 1.16;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

.doka-home-category p {
    max-width: 260px;
    margin-bottom: 42px;
    color: var(--doka-muted);
    font-size: 0.86rem;
    line-height: 1.55;
}

.doka-home-category-arrow {
    position: absolute;
    right: 26px;
    bottom: 22px;
    font-size: 1.35rem;
}

.doka-home-products-section {
    background: var(--doka-cream);
}

.doka-home-text-link {
    color: inherit;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
}

.doka-home-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.doka-home-product {
    overflow: hidden;
    background: #fff;
}

.doka-home-product-image {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #ebe9e1;
}

.doka-home-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease;
}

.doka-home-product:hover .doka-home-product-image img {
    transform: scale(1.045);
}

.doka-home-product-copy {
    padding: 22px;
}

.doka-home-product-copy > p {
    margin-bottom: 9px;
    color: var(--doka-muted);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.doka-home-product-copy h3 {
    min-height: 3.25em;
    margin-bottom: 22px;
    font-size: 1.03rem;
    line-height: 1.55;
}

.doka-home-product-copy h3 a {
    color: inherit;
    text-decoration: none;
}

.doka-home-about {
    color: #fff;
    background: var(--doka-ink);
}

.doka-home-about-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(60px, 10vw, 150px);
    align-items: start;
}

.doka-home-about-stat {
    display: flex;
    flex-direction: column;
    padding-top: 12px;
}

.doka-home-about-stat strong {
    color: var(--doka-lime);
    font-size: clamp(6rem, 12vw, 11rem);
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: -0.08em;
}

.doka-home-about-stat span {
    max-width: 210px;
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.5;
}

.doka-home-about-copy > p:not(.doka-home-kicker) {
    margin: 34px 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.05rem;
    line-height: 1.8;
}

.doka-home-about-copy ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.doka-home-about-copy li {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    font-weight: 700;
}

.doka-home-testimonials {
    background: #fff;
}

.doka-home-testimonials > .doka-home-wrap > h2 {
    max-width: 780px;
    margin-bottom: 54px;
}

.doka-home-quotes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.doka-home-quotes blockquote {
    margin: 0;
    padding: clamp(30px, 5vw, 58px);
    border: 1px solid var(--doka-line);
    background: #faf9f5;
}

.doka-home-quotes blockquote > p {
    min-height: 6em;
    font-size: clamp(1.25rem, 2.2vw, 1.8rem);
    line-height: 1.5;
}

.doka-home-quotes footer {
    display: flex;
    gap: 12px;
    align-items: center;
    font-weight: 800;
}

.doka-home-quotes footer span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    background: var(--doka-lime);
}

.doka-home-cta {
    padding-block: 120px;
    text-align: center;
    background: var(--doka-lime);
}

.doka-home-cta h2 {
    max-width: 780px;
    margin-inline: auto;
}

.doka-home-cta > .doka-home-wrap > p:not(.doka-home-kicker) {
    max-width: 630px;
    margin: 28px auto 34px;
    line-height: 1.7;
}

.doka-home-cta .doka-home-button-primary {
    color: #fff;
    background: var(--doka-ink);
}

@keyframes doka-home-hero {
    0%,
    30% {
        opacity: 1;
        transform: scale(1);
    }
    33%,
    100% {
        opacity: 0;
        transform: scale(1.04);
    }
}

@media (prefers-reduced-motion: reduce) {
    .doka-home-hero-slide {
        animation: none;
    }

    .doka-home-hero-slide-1 {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 1080px) {
    .doka-home-categories,
    .doka-home-products {
        grid-template-columns: repeat(2, 1fr);
    }

    .doka-home-category:nth-child(2) {
        border-right: 1px solid var(--doka-line);
    }

    .doka-home-category:nth-child(odd) {
        border-left: 1px solid var(--doka-line);
    }

    .doka-home-about-grid {
        grid-template-columns: 1fr;
    }

    .doka-home-about-stat {
        flex-direction: row;
        gap: 28px;
        align-items: end;
    }
}

@media (max-width: 620px) {
    .doka-home-wrap {
        width: min(100% - 28px, 1240px);
    }

    .doka-home-hero,
    .doka-home-hero-copy {
        min-height: 680px;
    }

    .doka-home-hero-shade {
        background: rgba(12, 22, 15, 0.56);
    }

    .doka-home-section {
        padding-block: 76px;
    }

    .doka-home-section-heading {
        display: block;
    }

    .doka-home-section-heading > p,
    .doka-home-section-heading > a {
        display: inline-block;
        margin-top: 22px;
    }

    .doka-home-section-heading > p {
        margin-left: 0;
    }

    .doka-home-categories,
    .doka-home-products,
    .doka-home-quotes,
    .doka-home-about-copy ul {
        grid-template-columns: 1fr;
    }

    .doka-home-category {
        min-height: 250px;
        border-left: 1px solid var(--doka-line);
        border-bottom: 1px solid var(--doka-line);
    }

    .doka-home-category h3 {
        margin-top: 48px;
    }

    .doka-home-quotes blockquote > p {
        min-height: 0;
    }
}
