:root {
    --warm: #fffbeb;
    --paper: #ffffff;
    --media: #efece1;
    --ink: #0b0b0b;
    --muted: #6d6758;
    --line: #ded9c8;
    --badge: #d9d9d9;
    --brand-yellow: #f0d434;
    --brand-blue: #2b386d;
    --max-page: 1350px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background: var(--warm);
}

body {
    margin: 0;
    min-width: 320px;
    background: var(--warm);
    color: var(--ink);
    font-family: "Noto Sans", "Heiti SC", "PingFang SC", Arial, sans-serif;
    text-rendering: geometricPrecision;
}

img,
svg,
video {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.site-shell {
    width: 100%;
    overflow-x: hidden;
}

.hero-section {
    min-height: 783px;
    background: var(--warm);
    border-bottom: 1px solid var(--line);
}

.hero-inner {
    width: min(100%, var(--max-page));
    min-height: 783px;
    margin: 0 auto;
    padding: 118px 24px 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-title-stage {
    position: relative;
    width: min(960px, 92vw);
    min-height: clamp(132px, 18vw, 242px);
}

.hero-title-stage h1 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fffdf4;
    font-family: "Noto Serif Tamil", "Noto Serif", Georgia, serif;
    font-size: clamp(86px, 14.1vw, 190px);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: 0;
    text-align: center;
    text-shadow:
        0 2px 0 rgba(194, 186, 159, 0.75),
        2px 4px 10px rgba(104, 95, 63, 0.16),
        -1px -1px 0 rgba(255, 255, 255, 0.95);
}

.hero-mascot {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: clamp(24px, 4.4vw, 58px);
    width: clamp(44px, 5.1vw, 60px);
    height: auto;
    overflow: visible;
    will-change: transform;
}

.mascot-body-shadow {
    fill: rgba(0, 0, 0, 0.24);
    filter: blur(2px);
}

.mascot-body {
    fill: var(--brand-yellow);
    stroke: #000;
    stroke-width: 0.5;
}

.mascot-eye {
    fill: #fffbfb;
}

.mascot-pupil {
    fill: #131212;
    transform-box: fill-box;
    transform-origin: center;
    will-change: transform;
}

.hero-tagline {
    margin: -4px 0 0;
    font-size: clamp(16px, 2vw, 30px);
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
}

.store-area {
    margin-top: 69px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.store-heading {
    margin: 0 0 18px;
    color: #3d382f;
    font-size: clamp(14px, 1.5vw, 24px);
    font-weight: 400;
}

.store-badges {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.store-badge {
    width: 214px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
    padding: 9px 17px 9px 15px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0)),
        #050505;
    color: #fff;
    box-shadow:
        0 10px 22px rgba(25, 22, 15, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        background-color 0.18s ease;
}

.store-icon {
    width: 35px;
    height: 35px;
    flex: 0 0 auto;
}

.store-text {
    min-width: 0;
    display: block;
}

.store-eyebrow,
.store-name {
    display: block;
    white-space: nowrap;
}

.store-eyebrow {
    margin-bottom: 2px;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
}

.store-name {
    font-size: 21px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.store-badge:hover {
    transform: translateY(-2px);
    box-shadow:
        0 14px 26px rgba(25, 22, 15, 0.23),
        inset 0 0 0 1px rgba(255, 255, 255, 0.10);
}

.store-badge:active {
    transform: translateY(0);
}

.store-badge:focus-visible {
    outline: 3px solid rgba(240, 212, 52, 0.82);
    outline-offset: 4px;
}

.feature-section {
    min-height: 853px;
    border-bottom: 1px solid var(--line);
}

.feature-talk,
.draw-section {
    background: var(--paper);
}

.feature-change {
    min-height: 872px;
    background: var(--warm);
}

.feature-inner {
    width: min(100% - 48px, 1154px);
    margin: 0 auto;
    padding-top: 143px;
    display: grid;
    grid-template-columns: 404px minmax(0, 714px);
    gap: 36px;
    align-items: start;
}

.feature-inner-reversed {
    width: min(100% - 96px, 1215px);
    padding-top: 180px;
    grid-template-columns: minmax(0, 714px) 429px;
    gap: 72px;
}

.feature-copy {
    padding-top: 0;
}

.feature-inner-reversed .feature-copy {
    padding-top: 0;
}

.feature-copy h2,
.draw-copy h2 {
    margin: 0 0 49px;
    font-size: clamp(20px, 2.2vw, 30px);
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: 0;
}

.feature-copy p,
.draw-copy p {
    margin: 0;
    font-size: clamp(18px, 2.2vw, 30px);
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 0;
}

.media-block {
    width: 100%;
}

.media-frame {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 10px;
    background: var(--media);
}

.media-frame video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: var(--media);
}

.video-progress {
    width: 94px;
    height: 12px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: #c8c8c8;
    overflow: hidden;
}

.video-progress-bar {
    display: block;
    width: 18px;
    min-width: 18px;
    max-width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #080808;
    transform-origin: left center;
    transition: width 0.08s linear;
}

.draw-section {
    position: relative;
    min-height: 853px;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
}

.draw-copy {
    width: min(100% - 96px, 1115px);
    margin: 0 auto;
    padding-top: 276px;
}

.draw-copy h2 {
    margin-bottom: 44px;
}

.tools-crop {
    position: absolute;
    inset: auto 0 0;
    height: 280px;
    overflow: hidden;
    pointer-events: none;
}

.tools-row {
    position: absolute;
    left: 50%;
    bottom: -88px;
    display: flex;
    align-items: flex-start;
    gap: clamp(16px, 2vw, 29px);
    transform: translateX(-50%);
}

.tool {
    flex: 0 0 auto;
    height: auto;
    filter: drop-shadow(0 2px 0 rgba(34, 45, 91, 0.12));
}

.tool-pencil { width: 79px; }
.tool-pen { width: 51px; }
.tool-crayon { width: 57px; }
.tool-marker { width: 71px; }
.tool-brush { width: 56px; }
.tool-eraser { width: 126px; }

.site-footer {
    background: var(--warm);
    color: #343029;
}

.footer-inner {
    width: min(100% - 96px, 1115px);
    min-height: 360px;
    margin: 0 auto;
    padding: 92px 0 80px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
}

.footer-brand {
    display: grid;
    gap: 8px;
}

.footer-inner p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.footer-brand p:first-child {
    color: #6d6758;
    font-weight: 600;
}

.footer-brand p:nth-child(2) {
    color: #6d6758;
    font-size: 14px;
    font-weight: 500;
}

.footer-inner nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 18px 28px;
}

.footer-inner a {
    font-size: 16px;
    font-weight: 700;
    color: #343029;
}

.footer-inner a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.legal-page {
    background: var(--paper);
}

.legal-page .site-footer {
    border-top: 1px solid var(--line);
}

.legal-hero {
    background: var(--warm);
    border-bottom: 1px solid var(--line);
    padding: 44px max(24px, calc((100vw - 1115px) / 2)) 76px;
}

.legal-back {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    color: #343029;
    font-size: 18px;
    font-weight: 800;
}

.legal-back:hover,
.legal-main a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.legal-kicker {
    margin: 76px 0 18px;
    color: var(--muted);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.legal-hero h1 {
    max-width: 840px;
    margin: 0;
    color: var(--ink);
    font-family: "Noto Serif Tamil", "Noto Serif", Georgia, serif;
    font-size: clamp(48px, 7vw, 96px);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: 0;
}

.legal-updated {
    margin: 26px 0 0;
    color: #494337;
    font-size: 18px;
    font-weight: 600;
}

.legal-main {
    width: min(100% - 96px, 920px);
    margin: 0 auto;
    padding: 78px 0 104px;
}

.legal-section {
    padding: 0 0 44px;
}

.legal-section:last-child {
    padding-bottom: 0;
}

.legal-section h2 {
    margin: 0 0 18px;
    color: var(--ink);
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
}

.legal-section p {
    margin: 0 0 16px;
    color: #2d2a24;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0;
}

.legal-section p:last-child {
    margin-bottom: 0;
}

.legal-section strong {
    font-weight: 800;
}

.legal-main a {
    color: var(--brand-blue);
    font-weight: 800;
}

@media (max-width: 980px) {
    .hero-section,
    .hero-inner {
        min-height: 680px;
    }

    .hero-inner {
        padding-top: 104px;
    }

    .store-area {
        margin-top: 54px;
    }

    .feature-section,
    .feature-change,
    .draw-section {
        min-height: auto;
    }

    .feature-inner,
    .feature-inner-reversed {
        width: min(100% - 48px, 714px);
        padding: 88px 0 92px;
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .feature-inner-reversed .media-block {
        order: 2;
    }

    .feature-inner-reversed .feature-copy {
        order: 1;
    }

    .feature-copy h2,
    .draw-copy h2 {
        margin-bottom: 22px;
    }

    .feature-copy p,
    .draw-copy p {
        max-width: 620px;
    }

    .draw-section {
        min-height: 690px;
    }

    .draw-copy {
        width: min(100% - 48px, 714px);
        padding-top: 108px;
    }

    .tools-crop {
        height: 260px;
    }

    .tools-row {
        bottom: -76px;
        gap: 20px;
    }

    .tool-pencil { width: 66px; }
    .tool-pen { width: 43px; }
    .tool-crayon { width: 48px; }
    .tool-marker { width: 59px; }
    .tool-brush { width: 47px; }
    .tool-eraser { width: 105px; }

    .footer-inner {
        width: min(100% - 48px, 714px);
        min-height: 280px;
        padding: 70px 0;
    }

    .legal-hero {
        padding: 38px 24px 64px;
    }

    .legal-kicker {
        margin-top: 58px;
    }

    .legal-main {
        width: min(100% - 48px, 714px);
        padding: 62px 0 88px;
    }
}

@media (max-width: 560px) {
    .hero-section,
    .hero-inner {
        min-height: 610px;
    }

    .hero-inner {
        padding: 88px 18px 72px;
    }

    .hero-title-stage {
        width: min(100%, 430px);
        min-height: 98px;
    }

    .hero-title-stage h1 {
        font-size: clamp(58px, 18vw, 72px);
    }

    .hero-mascot {
        bottom: 18px;
    }

    .hero-tagline {
        margin-top: 10px;
    }

    .store-area {
        margin-top: 44px;
    }

    .store-badges {
        gap: 14px;
    }

    .store-badge {
        width: 190px;
        height: 58px;
        gap: 11px;
        padding: 8px 14px;
        border-radius: 9px;
    }

    .store-icon {
        width: 32px;
        height: 32px;
    }

    .store-eyebrow {
        font-size: 8px;
    }

    .store-name {
        font-size: 19px;
    }

    .feature-inner,
    .feature-inner-reversed {
        width: calc(100% - 32px);
        padding: 68px 0 74px;
    }

    .feature-copy h2,
    .draw-copy h2 {
        font-size: 20px;
    }

    .feature-copy p,
    .draw-copy p {
        font-size: 18px;
        line-height: 1.42;
    }

    .media-frame {
        border-radius: 8px;
    }

    .draw-section {
        min-height: 600px;
    }

    .draw-copy {
        width: calc(100% - 32px);
        padding-top: 78px;
    }

    .tools-crop {
        height: 230px;
    }

    .tools-row {
        bottom: -66px;
        gap: 13px;
    }

    .tool-pencil { width: 48px; }
    .tool-pen { width: 31px; }
    .tool-crayon { width: 35px; }
    .tool-marker { width: 43px; }
    .tool-brush { width: 34px; }
    .tool-eraser { width: 76px; }

    .footer-inner {
        width: calc(100% - 32px);
        min-height: 260px;
        padding: 58px 0;
        flex-direction: column;
    }

    .footer-inner nav {
        justify-content: flex-start;
    }

    .legal-hero {
        padding: 28px 16px 48px;
    }

    .legal-kicker {
        margin-top: 46px;
        font-size: 13px;
    }

    .legal-updated,
    .legal-section p {
        font-size: 16px;
    }

    .legal-main {
        width: calc(100% - 32px);
        padding: 46px 0 72px;
    }

    .legal-section {
        padding-bottom: 36px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .hero-mascot {
        transform: translateX(min(82vw, 820px));
    }

}
