:root {
    --ink: #17202a;
    --muted: #5f6b7a;
    --paper: #fffaf0;
    --white: #ffffff;
    --yellow: #ffd54f;
    --coral: #ff6f61;
    --blue: #4dabf7;
    --mint: #63e6be;
    --pink: #ff8cc6;
    --violet: #8e7dff;
    --shadow: 0 20px 50px rgba(23, 32, 42, 0.16);
    --radius: 22px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background:
        radial-gradient(circle at 12% 16%, rgba(255, 213, 79, 0.35), transparent 24rem),
        radial-gradient(circle at 88% 10%, rgba(77, 171, 247, 0.28), transparent 20rem),
        linear-gradient(180deg, #fff7dc 0%, #f7fbff 42%, #fffaf0 100%);
    font-family: "Nunito", "Trebuchet MS", Arial, sans-serif;
    line-height: 1.5;
}

a {
    color: inherit;
}

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

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

.narrow {
    width: min(800px, calc(100% - 32px));
}

.skip-link {
    position: absolute;
    left: -999px;
    top: 12px;
    z-index: 20;
    padding: 10px 14px;
    border-radius: 12px;
    background: var(--ink);
    color: var(--white);
}

.skip-link:focus {
    left: 12px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(255, 250, 240, 0.88);
    backdrop-filter: blur(18px);
    border-bottom: 2px solid rgba(23, 32, 42, 0.08);
}

.header-inner {
    width: min(1180px, calc(100% - 28px));
    min-height: 76px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--ink);
    text-decoration: none;
    font-weight: 900;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: conic-gradient(from 20deg, var(--yellow), var(--coral), var(--blue), var(--mint), var(--yellow));
    color: var(--white);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    box-shadow: var(--shadow);
}

.brand-text {
    font-size: clamp(1rem, 3vw, 1.35rem);
}

.main-nav ul {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-nav a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
}

.main-nav a:hover,
.main-nav .current-menu-item > a {
    background: var(--yellow);
}

.menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 16px;
    background: var(--ink);
    cursor: pointer;
    place-items: center;
}

.menu-toggle span {
    display: block;
    width: 22px;
    height: 3px;
    margin: 3px auto;
    border-radius: 4px;
    background: var(--white);
}

.hero {
    position: relative;
    overflow: hidden;
    padding: clamp(42px, 8vw, 88px) 0 34px;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    align-items: center;
    gap: clamp(26px, 5vw, 70px);
}

.hero-copy h1,
.section-head h2,
.how-it-works h2,
.content-panel h1,
.single-copy h1 {
    margin: 0;
    max-width: 760px;
    font-size: clamp(2.35rem, 6vw, 5.45rem);
    line-height: 0.96;
    letter-spacing: 0;
}

.hero-copy p {
    max-width: 640px;
    color: var(--muted);
    font-size: clamp(1.05rem, 2.2vw, 1.24rem);
}

.eyebrow {
    margin: 0 0 12px;
    color: #b02a5b;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0;
}

.button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--ink);
    border-radius: 999px;
    padding: 12px 20px;
    color: var(--ink);
    text-decoration: none;
    font-weight: 950;
    box-shadow: 0 7px 0 var(--ink);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover {
    transform: translateY(3px);
    box-shadow: 0 4px 0 var(--ink);
}

.button.primary {
    background: var(--mint);
}

.button.secondary {
    background: var(--yellow);
}

.button.small {
    min-height: 42px;
    padding: 8px 14px;
    border-width: 2px;
    box-shadow: 0 5px 0 var(--ink);
    font-size: 0.92rem;
}

.button.wide {
    width: 100%;
    margin-top: 18px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.hero-playground {
    min-height: 430px;
    position: relative;
    display: grid;
    place-items: center;
}

.toy-stage {
    position: relative;
    width: min(100%, 450px);
    aspect-ratio: 1;
    border: 4px solid var(--ink);
    border-radius: 36px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.48) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.48) 1px, transparent 1px),
        linear-gradient(145deg, var(--pink), var(--blue));
    background-size: 22px 22px, 22px 22px, cover;
    box-shadow: var(--shadow), 12px 12px 0 var(--yellow);
    transform: rotate(2deg);
}

.printed-dragon,
.printed-car,
.printed-rocket {
    position: absolute;
    border: 4px solid var(--ink);
    box-shadow: 0 12px 0 rgba(23, 32, 42, 0.18);
}

.printed-dragon {
    width: 46%;
    height: 35%;
    left: 12%;
    top: 16%;
    border-radius: 50% 44% 42% 55%;
    background: repeating-linear-gradient(0deg, #63e6be 0 7px, #48cfa8 7px 11px);
}

.printed-dragon::before {
    content: "";
    position: absolute;
    right: -18%;
    top: 24%;
    width: 34%;
    height: 46%;
    border: 4px solid var(--ink);
    border-left: 0;
    border-radius: 0 50% 50% 0;
    background: var(--mint);
}

.printed-car {
    width: 44%;
    height: 24%;
    right: 12%;
    bottom: 20%;
    border-radius: 28px 28px 18px 18px;
    background: repeating-linear-gradient(90deg, #ffd54f 0 8px, #ffc53d 8px 13px);
}

.printed-car::before,
.printed-car::after {
    content: "";
    position: absolute;
    bottom: -22px;
    width: 34px;
    height: 34px;
    border: 4px solid var(--ink);
    border-radius: 50%;
    background: var(--white);
}

.printed-car::before {
    left: 28px;
}

.printed-car::after {
    right: 28px;
}

.printed-rocket {
    width: 24%;
    height: 42%;
    right: 24%;
    top: 8%;
    border-radius: 50% 50% 18px 18px;
    background: repeating-linear-gradient(0deg, #ff6f61 0 9px, #ff8a7e 9px 14px);
    transform: rotate(16deg);
}

.shape {
    position: absolute;
    display: block;
    border: 4px solid var(--ink);
    opacity: 0.5;
}

.shape.cube {
    width: 54px;
    height: 54px;
    left: 4vw;
    top: 16%;
    background: var(--yellow);
    transform: rotate(18deg);
}

.shape.ring {
    width: 72px;
    height: 72px;
    right: 6vw;
    top: 18%;
    border-radius: 50%;
    background: transparent;
}

.shape.star {
    width: 44px;
    height: 44px;
    left: 46%;
    bottom: 12%;
    background: var(--mint);
    clip-path: polygon(50% 0, 62% 34%, 98% 34%, 68% 55%, 80% 92%, 50% 70%, 20% 92%, 32% 55%, 2% 34%, 38% 34%);
}

.feature-strip {
    padding: 20px 0 36px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.feature-grid div {
    min-height: 104px;
    padding: 18px;
    border: 3px solid var(--ink);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: 7px 7px 0 rgba(23, 32, 42, 0.12);
}

.feature-grid strong,
.feature-grid span {
    display: block;
}

.feature-grid strong {
    font-size: 1.1rem;
}

.feature-grid span {
    color: var(--muted);
    margin-top: 4px;
}

.toys-section,
.testimonials-section,
.page-band,
.single-toy {
    padding: clamp(42px, 7vw, 76px) 0;
}

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

.section-head h1,
.section-head h2,
.how-it-works h2,
.single-copy h1,
.content-panel h1 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.02;
}

.slider-controls {
    display: flex;
    gap: 10px;
}

.slider-btn {
    width: 52px;
    height: 52px;
    border: 3px solid var(--ink);
    border-radius: 50%;
    background: var(--white);
    color: var(--ink);
    font-size: 2rem;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 6px 0 var(--ink);
}

.toy-slider {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 31%);
    gap: 20px;
    overflow-x: auto;
    padding: 8px 6px 28px;
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--coral) rgba(23, 32, 42, 0.12);
}

.toy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 22px;
}

.toy-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 3px solid var(--ink);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: 8px 8px 0 rgba(23, 32, 42, 0.14);
    scroll-snap-align: start;
}

.toy-thumb {
    display: block;
    min-height: 220px;
    overflow: hidden;
    background: var(--yellow);
    text-decoration: none;
}

.toy-thumb img,
.toy-thumb .sample {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.sample {
    position: relative;
    min-height: 240px;
    background:
        radial-gradient(circle at 30% 35%, var(--white) 0 11%, transparent 12%),
        radial-gradient(circle at 64% 34%, rgba(255, 255, 255, 0.9) 0 8%, transparent 9%),
        linear-gradient(135deg, var(--yellow), var(--coral));
}

.sample::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 52%;
    width: 115px;
    height: 96px;
    border: 4px solid var(--ink);
    border-radius: 44% 44% 26px 26px;
    background: repeating-linear-gradient(0deg, var(--mint) 0 8px, #4fd8ad 8px 13px);
    transform: translate(-50%, -50%) rotate(-5deg);
}

.sample::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 32%;
    width: 72px;
    height: 72px;
    border: 4px solid var(--ink);
    border-radius: 50%;
    background: repeating-linear-gradient(90deg, var(--blue) 0 7px, #7cc7ff 7px 12px);
    transform: translate(-50%, -50%);
}

.sample-2,
.sample-5 {
    background: linear-gradient(135deg, var(--blue), var(--mint));
}

.sample-3,
.sample-6 {
    background: linear-gradient(135deg, var(--pink), var(--yellow));
}

.sample-4 {
    background: linear-gradient(135deg, var(--violet), var(--coral));
}

.toy-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
}

.toy-tag {
    align-self: flex-start;
    padding: 5px 10px;
    border: 2px solid var(--ink);
    border-radius: 999px;
    background: var(--yellow);
    font-size: 0.82rem;
    font-weight: 950;
}

.toy-body h3 {
    margin: 0;
    font-size: 1.32rem;
    line-height: 1.12;
}

.toy-body h3 a {
    text-decoration: none;
}

.toy-body p {
    margin: 0;
    color: var(--muted);
}

.toy-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.toy-card-foot strong {
    font-size: 1.08rem;
}

.testimonials-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(255, 111, 97, 0.12) 1px, transparent 1px),
        linear-gradient(rgba(77, 171, 247, 0.12) 1px, transparent 1px),
        rgba(255, 255, 255, 0.45);
    background-size: 28px 28px;
}

.testimonial-rail {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.testimonial-card {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 22px;
    border: 3px solid var(--ink);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: 8px 8px 0 rgba(23, 32, 42, 0.14);
}

.testimonial-card:nth-child(3n + 1) {
    background: #fff3b0;
}

.testimonial-card:nth-child(3n + 2) {
    background: #d8f8ff;
}

.testimonial-card:nth-child(3n + 3) {
    background: #ffe2f1;
}

.stars {
    color: #b02a5b;
    font-size: 1.25rem;
    font-weight: 950;
    letter-spacing: 0;
}

.testimonial-card p {
    margin: 0;
    color: var(--ink);
    font-size: 1.08rem;
    font-weight: 750;
}

.testimonial-person {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 2px dashed rgba(23, 32, 42, 0.25);
}

.testimonial-person strong,
.testimonial-person span {
    display: block;
}

.testimonial-person span {
    color: var(--muted);
    font-weight: 850;
}

.how-it-works {
    padding: 46px 0 84px;
}

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

.steps div,
.content-panel {
    padding: 22px;
    border: 3px solid var(--ink);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: 8px 8px 0 rgba(23, 32, 42, 0.12);
}

.steps span {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: var(--coral);
    color: var(--white);
    font-weight: 950;
}

.steps strong {
    display: block;
    font-size: 1.2rem;
}

.steps p {
    margin-bottom: 0;
    color: var(--muted);
}

.single-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
    gap: clamp(24px, 5vw, 64px);
    align-items: start;
}

.single-media {
    overflow: hidden;
    border: 4px solid var(--ink);
    border-radius: 30px;
    background: var(--white);
    box-shadow: 12px 12px 0 var(--yellow);
}

.single-media img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.single-copy {
    padding: 28px;
    border: 3px solid var(--ink);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 8px 8px 0 rgba(23, 32, 42, 0.12);
}

.toy-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
}

.toy-specs span {
    padding: 8px 12px;
    border: 2px solid var(--ink);
    border-radius: 999px;
    background: var(--yellow);
    font-weight: 850;
}

.entry-content {
    color: var(--muted);
    font-size: 1.04rem;
}

.site-footer {
    padding: 28px 0;
    background: var(--ink);
    color: var(--white);
}

.footer-inner {
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.site-footer p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.75);
}

.whatsapp-float {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 10px 16px;
    background: #25d366;
    color: var(--ink);
    text-decoration: none;
    font-weight: 950;
}

@media (max-width: 860px) {
    .menu-toggle {
        display: grid;
    }

    .main-nav {
        position: absolute;
        left: 14px;
        right: 14px;
        top: 76px;
        display: none;
        padding: 12px;
        border: 3px solid var(--ink);
        border-radius: 20px;
        background: var(--white);
        box-shadow: var(--shadow);
    }

    .main-nav.is-open {
        display: block;
    }

    .main-nav ul {
        display: grid;
        gap: 4px;
    }

    .main-nav a {
        width: 100%;
    }

    .hero-grid,
    .single-grid {
        grid-template-columns: 1fr;
    }

    .hero-playground {
        min-height: 330px;
    }

    .toy-stage {
        max-width: 330px;
    }

    .feature-grid,
    .testimonial-rail,
    .steps {
        grid-template-columns: 1fr;
    }

    .section-head {
        align-items: start;
        flex-direction: column;
    }

    .toy-slider {
        grid-auto-columns: minmax(252px, 82%);
    }

    .testimonial-rail {
        grid-auto-flow: column;
        grid-auto-columns: minmax(252px, 82%);
        overflow-x: auto;
        padding: 6px 6px 24px;
        scroll-snap-type: x mandatory;
    }

    .testimonial-card {
        scroll-snap-align: start;
    }

    .footer-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

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

    .hero {
        padding-top: 30px;
    }

    .hero-copy h1 {
        font-size: 2.35rem;
    }

    .hero-actions,
    .toy-card-foot,
    .testimonial-person {
        align-items: stretch;
        flex-direction: column;
    }

    .button,
    .button.small {
        width: 100%;
    }

    .slider-controls {
        width: 100%;
    }

    .slider-btn {
        flex: 1;
        border-radius: 18px;
    }
}
