/* ==========================================================
   O ATALAIENSE â€” BURGER STORY
   Tudo isolado dentro de #ata-burger-page
========================================================== */

#ata-burger-page {
    --ata-paper: #f3eadc;
    --ata-paper-light: #f8f2e9;
    --ata-ink: #1d1511;
    --ata-brown: #774630;
    --ata-red: #943d2c;
    --ata-muted: #675a50;
    --ata-line: rgba(63, 42, 31, .17);
    --ata-dark: #17110e;

    width: 100%;
    max-width: none;

    margin: 0;
    padding: 0;

    overflow: hidden;

    background: var(--ata-paper);
    color: var(--ata-ink);

    font-family: Georgia, "Times New Roman", serif;
}

#ata-burger-page *,
#ata-burger-page *::before,
#ata-burger-page *::after {
    box-sizing: border-box;
}


/* ==========================================================
   HERO â€” 50 / 50
========================================================== */

#ata-burger-page .ata-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);

    width: 100%;

    background: var(--ata-paper);
}


/* ==========================================================
   HERO â€” IMAGEM
========================================================== */

#ata-burger-page .ata-hero-image {
    position: relative;

    min-width: 0;

    overflow: hidden;

    background: #130f0c;
}

#ata-burger-page .ata-hero-image img {
    display: block;

    width: 100%;
    height: auto;

    max-width: none;

    margin: 0;
    padding: 0;
}


/* ==========================================================
   LEGENDA SOBRE A FOTO
   MANTÃ‰M O DESIGN ORIGINAL
   APENAS COM MENOS ESPAÃ‡O PRETO ACIMA
========================================================== */

#ata-burger-page .ata-image-caption {
    position: absolute;
    z-index: 3;
    left: clamp(22px, 4vw, 34px);
    color: #fff;
    bottom: 45px;
}

#ata-burger-page .ata-image-caption::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -35px;
    right: -45px;
    top: -18px;
    bottom: -16px;
    background:
        radial-gradient(
            ellipse at center,
            rgba(0,0,0,.55),
            rgba(0,0,0,0) 72%
        );
}

#ata-burger-page .ata-image-caption small {
    display: block;
    margin-bottom: 12px;
    color: rgb(201 123 88);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .32em;
    text-transform: uppercase;
}

#ata-burger-page .ata-image-caption strong {
    display: block;
    color: #949494;
    font-size: clamp(13px, 1.4vw, 17px);
    font-weight: 400;
    line-height: 0.3;
}


/* ==========================================================
   HERO â€” TEXTO
========================================================== */

#ata-burger-page .ata-hero-copy {
    min-width: 0;

    display: flex;
    align-items: center;

    padding: 45px clamp(40px, 5.5vw, 85px);

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(148, 61, 44, .07),
            transparent 36%
        ),
        var(--ata-paper);
}

#ata-burger-page .ata-hero-copy-inner {
    width: 100%;
    max-width: 660px;

    margin: 0 auto;
}


/* ==========================================================
   KICKER
========================================================== */

#ata-burger-page .ata-kicker {
    display: flex;
    align-items: center;

    gap: 16px;

    margin-bottom: clamp(22px, 2.4vw, 32px);

    color: var(--ata-red);

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;

    letter-spacing: .32em;
    text-transform: uppercase;
}

#ata-burger-page .ata-kicker::before {
    content: "";

    flex: 0 0 45px;

    width: 45px;
    height: 1px;

    background: var(--ata-red);
}


/* ==========================================================
   TÃTULO HERO
========================================================== */

#ata-burger-page .ata-hero-title {
    margin: 0;
    padding: 0;

    color: var(--ata-ink);

    font-size: clamp(48px, 4.4vw, 76px);
    font-weight: 500;

    line-height: .90;
    letter-spacing: -.05em;
}

#ata-burger-page .ata-hero-title span {
    display: block;
}

#ata-burger-page .ata-hero-title em {
    display: block;

    margin-left: 7%;

    color: var(--ata-brown);

    font-weight: 400;
}

#ata-burger-page .ata-hero-title em span {
    display: block;
}


/* ==========================================================
   DESCRIÃ‡ÃƒO HERO
========================================================== */

#ata-burger-page .ata-hero-intro {
    max-width: 520px;

    margin: clamp(24px, 2.8vw, 36px) 0 0;

    color: var(--ata-muted);

    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(15px, 1.2vw, 18px);

    line-height: 1.8;
}


/* ==========================================================
   HISTÃ“RIA â€” UMA ÃšNICA COLUNA
========================================================== */

#ata-burger-page .ata-story {
    width: 100%;

    padding:
        clamp(55px, 6vw, 90px)
        clamp(24px, 6vw, 90px);

    background: var(--ata-paper-light);
}

#ata-burger-page .ata-story-inner {
    width: min(760px, 100%);

    margin: 0 auto;
}


/* Ã­ndice */

#ata-burger-page .ata-story-index {
    display: block;

    margin-bottom: 20px;

    color: var(--ata-red);

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;

    letter-spacing: .30em;
    text-transform: uppercase;
}


/* ==========================================================
   TÃTULO HISTÃ“RIA
========================================================== */

#ata-burger-page .ata-story-heading {
    margin-bottom: 38px;
}

#ata-burger-page .ata-story-heading h2 {
    margin: 0;

    color: var(--ata-ink);

    font-size: clamp(48px, 6vw, 78px);
    font-weight: 500;

    line-height: .95;
    letter-spacing: -.05em;
}

#ata-burger-page .ata-story-heading h2 em {
    color: var(--ata-brown);

    font-weight: 400;
}

#ata-burger-page .ata-story-heading::after {
    content: "";

    display: block;

    width: 62px;
    height: 1px;

    margin-top: 26px;

    background: var(--ata-red);
}


/* ==========================================================
   TEXTO HISTÃ“RIA
========================================================== */

#ata-burger-page .ata-story-copy {
    width: 100%;

    padding: 0;
}

#ata-burger-page .ata-story-lead {
    margin: 0 0 28px;

    color: var(--ata-ink);

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(22px, 2.4vw, 28px);

    line-height: 1.55;
}

#ata-burger-page .ata-story-copy p:not(.ata-story-lead) {
    margin: 0 0 20px;

    color: var(--ata-muted);

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;

    line-height: 1.9;
}

#ata-burger-page .ata-story-copy strong {
    color: var(--ata-ink);

    font-weight: 700;
}


/* ==========================================================
   MANIFESTO
========================================================== */

#ata-burger-page .ata-manifesto {
    position: relative;

    padding:
        clamp(70px, 7vw, 105px)
        clamp(30px, 6vw, 90px);

    overflow: hidden;

    background: var(--ata-dark);

    color: #fff;
}

#ata-burger-page .ata-manifesto::before {
    content: "â€œ";

    position: absolute;

    left: 4vw;
    top: -70px;

    color: rgba(255,255,255,.035);

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(260px, 32vw, 520px);

    line-height: 1;
}

#ata-burger-page .ata-manifesto-inner {
    position: relative;
    z-index: 2;
    width: min(1050px, 100%);
    margin: 0 auto;
    text-align: center;
}

#ata-burger-page .ata-manifesto-label {
    display: block;
    margin-bottom: 30px;
    color: #bb8a72;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .35em;
    text-transform: uppercase;
    text-align: left;
    padding-left: 65px;
}

#ata-burger-page .ata-manifesto blockquote {
    margin: 0 auto;
    padding: 0;

    border: 0;

    background: transparent;
    color: #f4e8d8;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5vw, 70px);
    font-weight: 400;
    font-style: italic;

    line-height: 1.16;
    letter-spacing: -.035em;
}

#ata-burger-page .ata-manifesto blockquote strong {
    display: block;

    margin-top: 14px;

    color: #fff;

    font-weight: 400;
}


/* ==========================================================
   INGREDIENTES
========================================================== */

#ata-burger-page .ata-ingredients {
    padding:
        clamp(60px, 6.5vw, 100px)
        clamp(30px, 7vw, 110px);

    background: var(--ata-paper);
}

#ata-burger-page .ata-ingredients-inner {
    width: min(1100px, 100%);

    margin: 0 auto;
}

#ata-burger-page .ata-ingredients-label {
    display: block;

    margin-bottom: 18px;

    color: var(--ata-red);

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;

    letter-spacing: .32em;
    text-transform: uppercase;
}

#ata-burger-page .ata-ingredients-title {
    max-width: 820px;

    margin: 0 0 48px;

    color: var(--ata-ink);

    font-size: clamp(44px, 5vw, 70px);
    font-weight: 500;

    line-height: .97;
    letter-spacing: -.045em;
}

#ata-burger-page .ata-ingredients-title em {
    color: var(--ata-brown);

    font-weight: 400;
}


/* ==========================================================
   LISTA DE INGREDIENTES
========================================================== */

#ata-burger-page .ata-ingredient-list {
    border-top: 1px solid var(--ata-line);
}

#ata-burger-page .ata-ingredient {
    display: grid;

    grid-template-columns:
        55px
        minmax(170px, .55fr)
        minmax(240px, 1fr);

    gap: 30px;

    align-items: center;

    padding: 24px 0;

    border-bottom: 1px solid var(--ata-line);

    transition:
        padding-left .3s ease,
        background .3s ease;
}

#ata-burger-page .ata-ingredient:hover {
    padding-left: 15px;

    background:
        linear-gradient(
            90deg,
            rgba(148,61,44,.045),
            transparent 75%
        );
}

#ata-burger-page .ata-ingredient-number {
    color: #9a8679;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;

    letter-spacing: .18em;
}

#ata-burger-page .ata-ingredient-name {
    color: var(--ata-ink);

    font-size: clamp(22px, 2vw, 28px);
    font-weight: 500;
}

#ata-burger-page .ata-ingredient-description {
    margin: 0;

    color: var(--ata-muted);

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;

    line-height: 1.7;
}


/* ==========================================================
   ASSINATURA FINAL
========================================================== */

#ata-burger-page .ata-signoff {
    padding: 30px 25px;

    background: var(--ata-dark);

    text-align: center;
}

#ata-burger-page .ata-signoff span {
    color: rgba(255,255,255,.56);

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;

    letter-spacing: .34em;
    text-transform: uppercase;
}


/* ==========================================================
   TABLET HORIZONTAL
========================================================== */

@media (max-width: 1100px) {

    #ata-burger-page .ata-hero-copy {
        padding: 40px 38px;
    }

    #ata-burger-page .ata-hero-title {
        font-size: clamp(43px, 4.5vw, 62px);
    }

    #ata-burger-page .ata-kicker {
        font-size: 8px;

        letter-spacing: .25em;
    }

}


/* ==========================================================
   TABLET VERTICAL
========================================================== */

@media (max-width: 850px) {

    #ata-burger-page .ata-hero {
        display: block;
    }

    #ata-burger-page .ata-hero-image,
    #ata-burger-page .ata-hero-copy {
        width: 100%;
    }

    #ata-burger-page .ata-hero-copy {
        padding: 42px 40px;
    }

    #ata-burger-page .ata-hero-title {
        font-size: clamp(58px, 10vw, 84px);
    }

    #ata-burger-page .ata-hero-title em {
        margin-left: 5%;
    }

    #ata-burger-page .ata-story {
        padding: 58px 40px 68px;
    }

    #ata-burger-page .ata-story-inner {
        max-width: 680px;
    }

    #ata-burger-page .ata-manifesto {
        padding: 68px 40px;
    }

    #ata-burger-page .ata-ingredients {
        padding: 60px 40px 70px;
    }

}


/* ==========================================================
   TELEMÃ“VEL
========================================================== */

@media (max-width: 560px) {

    #ata-burger-page .ata-image-caption {
        left: 20px;
        bottom: 16px;
    }

    #ata-burger-page .ata-image-caption::before {
        top: -14px;
        bottom: -12px;
    }

    #ata-burger-page .ata-image-caption strong {
        font-size: 19px;
    }


    /* HERO */

    #ata-burger-page .ata-hero-copy {
        padding: 34px 22px 38px;
    }

    #ata-burger-page .ata-kicker {
        gap: 11px;

        margin-bottom: 22px;

        font-size: 8px;

        letter-spacing: .20em;
    }

    #ata-burger-page .ata-kicker::before {
        flex-basis: 28px;

        width: 28px;
    }

    #ata-burger-page .ata-hero-title {
        font-size: clamp(49px, 15vw, 70px);

        line-height: .91;
    }

    #ata-burger-page .ata-hero-title em {
        margin-left: 0;
    }

    #ata-burger-page .ata-hero-intro {
        margin-top: 24px;

        font-size: 16px;
    }


    /* HISTÃ“RIA */

    #ata-burger-page .ata-story {
        padding: 46px 22px 56px;
    }

    #ata-burger-page .ata-story-heading {
        margin-bottom: 30px;
    }

    #ata-burger-page .ata-story-heading h2 {
        font-size: clamp(42px, 13vw, 58px);
    }

    #ata-burger-page .ata-story-heading::after {
        margin-top: 22px;
    }

    #ata-burger-page .ata-story-lead {
        margin-bottom: 24px;

        font-size: 21px;
    }

    #ata-burger-page .ata-story-copy p:not(.ata-story-lead) {
        margin-bottom: 18px;

        font-size: 15px;

        line-height: 1.8;
    }


    /* MANIFESTO */

    #ata-burger-page .ata-manifesto {
        padding: 58px 22px;
    }

    #ata-burger-page .ata-manifesto-label {
        margin-bottom: 24px;
    }

    #ata-burger-page .ata-manifesto blockquote {
        font-size: clamp(34px, 10vw, 47px);
    }


    /* INGREDIENTES */

    #ata-burger-page .ata-ingredients {
        padding: 52px 22px 58px;
    }

    #ata-burger-page .ata-ingredients-title {
        margin-bottom: 36px;
    }

    #ata-burger-page .ata-ingredient {
        grid-template-columns: 30px 1fr;

        gap: 12px;

        padding: 19px 0;
    }

    #ata-burger-page .ata-ingredient-description {
        grid-column: 2;
    }

    #ata-burger-page .ata-ingredient:hover {
        padding-left: 0;
    }


    /* FOOTER */

    #ata-burger-page .ata-signoff {
        padding: 24px 20px;
    }

}


/* ==========================================================
   REDUZIR ANIMAÃ‡ÃƒO
========================================================== */

@media (prefers-reduced-motion: reduce) {

    #ata-burger-page .ata-ingredient {
        transition: none;
    }

}