
:root {
    --bg: #fbf6ef;
    --surface: rgba(255, 251, 245, 0.74);
    --surface-strong: #fff8ef;
    --text: #1c1714;
    --muted: #6e625a;
    --line: rgba(28, 23, 20, 0.08);
    --accent: #eb5b1a;
    --accent-dark: #b62e1b;
    --accent-soft: #f5b318;
    --shadow: 0 24px 80px rgba(124, 48, 17, 0.12);
    --radius-lg: 32px;
    --radius-md: 22px;
    --radius-sm: 16px;
    --container: min(1120px, calc(100vw - 2rem));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(245, 179, 24, 0.18), transparent 22%),
        radial-gradient(circle at 85% 10%, rgba(235, 91, 26, 0.22), transparent 18%),
        linear-gradient(180deg, #fff9f2 0%, #fbf6ef 42%, #f7efe4 100%);
    line-height: 1.6;
}

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

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

button,
input,
textarea,
select {
    font: inherit;
}

.page-shell {
    position: relative;
    overflow: clip;
}

.page-shell::before,
.page-shell::after {
    content: "";
    position: fixed;
    inset: auto;
    pointer-events: none;
    z-index: -1;
    filter: blur(10px);
}

.page-shell::before {
    top: 18%;
    left: -8rem;
    width: 16rem;
    height: 16rem;
    border-radius: 999px;
    background: rgba(251, 146, 60, 0.16);
}

.page-shell::after {
    right: -10rem;
    bottom: 16%;
    width: 20rem;
    height: 20rem;
    border-radius: 999px;
    background: rgba(239, 68, 68, 0.12);
}

.site-header,
.section-grid,
.section-block,
.site-footer {
    width: var(--container);
    margin-inline: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    backdrop-filter: blur(16px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-soft), var(--accent));
    color: #fff8ee;
    font-family: "Playfair Display", serif;
    font-size: 1.4rem;
    box-shadow: 0 12px 30px rgba(235, 91, 26, 0.28);
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-text strong {
    font-size: 0.98rem;
}

.brand-text small,
.eyebrow,
.panel-kicker,
.portfolio-meta small,
.form-note,
.testimonial-card span,
.hero-metrics span,
.about-details span,
.card-label {
    color: var(--muted);
    letter-spacing: 0.03em;
}

.main-nav {
    display: none;
    align-items: center;
    gap: 1.4rem;
    font-size: 0.95rem;
}

.main-nav a {
    position: relative;
}

.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.28rem;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
    transform: scaleX(1);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.2rem;
    padding: 0.85rem 1.3rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-1px);
}

.button-primary {
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    color: #fff8f0;
    box-shadow: 0 16px 34px rgba(182, 46, 27, 0.24);
}

.button-secondary {
    border-color: rgba(28, 23, 20, 0.1);
    background: rgba(255, 248, 239, 0.72);
}

.header-cta {
    display: none;
}

.section-grid {
    display: grid;
    gap: 1.5rem;
}

/* ════════════════════════════════════════════════════
   HERO EDITORIAL — vertical, 3 atos, eixo central
   ════════════════════════════════════════════════════ */
.hero {
    padding: 0;
}

.hero-editorial {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2.5rem;
    padding: 2.5rem 1.5rem 2.2rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(ellipse at 50% 0%, rgba(245, 179, 24, 0.10), transparent 65%),
        var(--surface);
    backdrop-filter: blur(12px);
    box-shadow: var(--shadow);
}

/* Ato 1 — Lockup central */
.hero-lockup {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.1rem;
    text-align: center;
    margin: 0 auto;
    max-width: 38rem;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.4rem 0.95rem;
    border-radius: 999px;
    background: rgba(235, 91, 26, 0.10);
    color: var(--accent-dark);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hero-eyebrow__dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 4px rgba(235, 91, 26, 0.18);
}

.hero-headline {
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    font-size: clamp(2.2rem, 6.5vw, 4rem);
    line-height: 1.02;
    letter-spacing: -0.025em;
    color: var(--text);
}

.hero-headline__accent {
    display: block;
    font-style: italic;
    font-weight: 600;
    color: var(--accent-dark);
}

.hero-lead {
    margin: 0;
    max-width: 50ch;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.6;
}

/* Atos 2 & 3 — wrapper com label divisor */
.hero-act {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
}

.hero-act__label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--muted);
}

.hero-act__line {
    width: 2.5rem;
    height: 1px;
    background: rgba(28, 23, 20, 0.20);
}

.about-panel,
.contact-form,
.testimonial-card,
.about-panel-inner,
.portfolio-item,
.cta-banner,
.contact-copy {
    border: 1px solid var(--line);
    background: var(--surface);
    backdrop-filter: blur(12px);
    box-shadow: var(--shadow);
}

.about-copy,
.contact-copy {
    padding: 1.7rem;
}

.section-heading h2,
.about-copy h2,
.contact-copy h2,
.cta-banner h2,
.showcase-card h2,
.lightbox-caption h3 {
    margin: 0;
    font-family: "Playfair Display", serif;
    line-height: 1.02;
    letter-spacing: -0.03em;
}

.hero-text,
.section-heading p,
.about-copy p,
.contact-copy p,
.cta-banner p {
    max-width: 62ch;
    color: var(--muted);
}

.eyebrow,
.panel-kicker,
.card-label {
    margin: 0 0 0.7rem;
    font-size: 0.82rem;
    text-transform: uppercase;
}

.hero-actions {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin: 1.8rem 0;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
    padding: 0;
    margin: 1.8rem 0 0;
    list-style: none;
}

.hero-metrics li {
    padding-top: 0.9rem;
    border-top: 1px solid rgba(28, 23, 20, 0.12);
}

.hero-metrics strong {
    display: block;
    font-size: 1.35rem;
}

/* Ato 2 — chips de tema (centralizadas) */
.hero-themes {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.hero-themes li {
    display: inline-flex;
}

.hero-themes a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 248, 239, 0.85);
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text);
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, color 180ms ease;
}

.hero-themes a:hover,
.hero-themes a:focus-visible {
    background: rgba(235, 91, 26, 0.10);
    border-color: var(--accent);
    color: var(--accent-dark);
    transform: translateY(-1px);
}

.hero-themes a:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

.hero-themes svg {
    width: 0.9rem;
    height: 0.9rem;
    color: var(--accent);
    flex-shrink: 0;
}

/* Ato 3 — Cursos lado a lado */
.hero-courses {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 100%;
    max-width: 52rem;
    margin: 0 auto;
}

.hero-course {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1.6rem 1.6rem 1.4rem;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(28, 23, 20, 0.06);
    background: rgba(255, 252, 246, 0.94);
    overflow: hidden;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.hero-course:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px -18px rgba(28, 23, 20, 0.25);
}

.hero-course--lvl1 {
    background:
        radial-gradient(circle at 100% 0%, rgba(245, 179, 24, 0.18), transparent 55%),
        rgba(255, 252, 246, 0.94);
}

.hero-course--lvl2 {
    background:
        radial-gradient(circle at 0% 100%, rgba(235, 91, 26, 0.14), transparent 55%),
        rgba(255, 252, 246, 0.94);
}

.hero-course__num {
    position: absolute;
    top: -0.6rem;
    right: 1.1rem;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 6.5rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(28, 23, 20, 0.06);
    pointer-events: none;
    user-select: none;
}

.hero-course__badge {
    display: inline-block;
    align-self: flex-start;
    padding: 0.32em 0.85em;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(235, 91, 26, 0.14);
    color: var(--accent-dark);
    position: relative;
    z-index: 1;
}

.hero-course__badge--alt {
    background: rgba(245, 179, 24, 0.22);
    color: #92400e;
}

.hero-course__title {
    margin: 0.9rem 0 0.55rem;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.4rem, 2.8vw, 1.75rem);
    line-height: 1.12;
    letter-spacing: -0.015em;
    color: var(--text);
    position: relative;
    z-index: 1;
}

.hero-course__desc {
    margin: 0 0 1.2rem;
    font-size: 0.93rem;
    line-height: 1.55;
    color: var(--muted);
    position: relative;
    z-index: 1;
}

.hero-course__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(28, 23, 20, 0.08);
    position: relative;
    z-index: 1;
}

.hero-course__price {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.hero-course__price-from {
    font-size: 0.78rem;
    text-decoration: line-through;
    color: var(--muted);
}

.hero-course__price-now {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--accent-dark);
}

.hero-course__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.7rem 1.2rem;
    border-radius: 999px;
    background: var(--accent);
    color: #fff7eb;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 14px -6px rgba(235, 91, 26, 0.55);
    transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.hero-course__cta:hover,
.hero-course__cta:focus-visible {
    background: var(--accent-dark);
    transform: translateY(-1px);
    box-shadow: 0 8px 18px -6px rgba(235, 91, 26, 0.7);
}

.hero-course__cta:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

.hero-course__cta svg {
    width: 1rem;
    height: 1rem;
}

@media (min-width: 640px) {
    .hero-courses {
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem;
    }
}

.accent-card {
    background: linear-gradient(135deg, rgba(250, 204, 21, 0.35), rgba(234, 88, 12, 0.22));
}

.section-block {
    padding: 2.5rem 0 0;
}

.section-heading {
    margin-bottom: 1.5rem;
}

.section-heading h2,
.about-copy h2,
.contact-copy h2,
.cta-banner h2 {
    font-size: clamp(2rem, 6vw, 3.6rem);
}

.portfolio-grid,
.testimonial-grid {
    display: grid;
    gap: 1rem;
}

.portfolio-item {
    width: 100%;
    padding: 0;
    overflow: hidden;
    border-radius: 1.65rem;
    text-align: left;
    cursor: pointer;
}

.portfolio-item img {
    aspect-ratio: 4 / 3;
    width: 100%;
    object-fit: cover;
}

.portfolio-meta {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 1rem 1rem 1.15rem;
}

.portfolio-meta strong {
    font-size: 1.05rem;
}

.about {
    align-items: stretch;
}

.about-details {
    display: grid;
    gap: 1rem;
    margin-top: 1.6rem;
}

.about-details div {
    padding-top: 1rem;
    border-top: 1px solid rgba(28, 23, 20, 0.12);
}

.about-details strong {
    display: block;
    margin-top: 0.2rem;
}

.about-panel {
    border-radius: var(--radius-lg);
    padding: 1px;
    background: linear-gradient(150deg, rgba(250, 204, 21, 0.5), rgba(234, 88, 12, 0.18), rgba(255, 248, 239, 0.6));
}

.about-panel-inner {
    height: 100%;
    padding: 1.6rem;
    border-radius: calc(var(--radius-lg) - 1px);
    background: linear-gradient(180deg, rgba(255, 248, 239, 0.9), rgba(255, 246, 234, 0.78));
}

.about-panel-inner ol {
    margin: 1rem 0 1.5rem;
    padding-left: 1.2rem;
}

.text-link {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.25rem;
}

.testimonial-card {
    display: grid;
    gap: 1rem;
    padding: 1.35rem;
    border-radius: 1.5rem;
}

.testimonial-card img {
    border-radius: 1.2rem;
}

.testimonial-card blockquote {
    margin: 0;
    font-size: 1.05rem;
}

.testimonial-card p {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    margin: 0;
}

.cta-banner {
    display: grid;
    gap: 1.2rem;
    padding: 1.7rem;
    border-radius: var(--radius-lg);
    background: linear-gradient(140deg, rgba(28, 23, 20, 0.98), rgba(146, 43, 18, 0.96) 58%, rgba(245, 179, 24, 0.72));
    color: #fff6eb;
}

.cta-banner .eyebrow,
.cta-banner p {
    color: rgba(255, 246, 235, 0.84);
}

.cta-banner-actions {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.contact-links {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.contact-links a {
    width: fit-content;
    text-decoration: underline;
    text-underline-offset: 0.24rem;
}

.contact-form {
    display: grid;
    gap: 1rem;
    padding: 1.45rem;
    border-radius: var(--radius-lg);
}

.contact-form label {
    display: grid;
    gap: 0.45rem;
    font-weight: 500;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(28, 23, 20, 0.12);
    background: rgba(255, 255, 255, 0.78);
    color: var(--text);
}

.contact-form textarea {
    resize: vertical;
}

.form-note {
    margin: 0;
    font-size: 0.92rem;
}

.site-footer {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 2.5rem 0 3rem;
    color: var(--muted);
    font-size: 0.95rem;
}

.site-footer div {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.lightbox {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(15, 12, 11, 0.86);
    opacity: 0;
    visibility: hidden;
    transition: opacity 180ms ease, visibility 180ms ease;
    z-index: 100;
}

.lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.lightbox-content {
    position: relative;
    width: min(960px, 100%);
    border-radius: 1.8rem;
    overflow: hidden;
    background: #fff8ef;
}

.lightbox-content img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.lightbox-caption {
    padding: 1.2rem 1.2rem 1.4rem;
}

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

.lightbox-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    width: 3rem;
    height: 3rem;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 248, 239, 0.9);
    color: var(--text);
    font-size: 2rem;
    cursor: pointer;
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    animation: rise 700ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.hero .reveal:nth-child(2),
.portfolio-grid .reveal:nth-child(2),
.testimonial-grid .reveal:nth-child(2) {
    animation-delay: 90ms;
}

.hero .reveal:nth-child(3),
.portfolio-grid .reveal:nth-child(3),
.testimonial-grid .reveal:nth-child(3) {
    animation-delay: 150ms;
}

.portfolio-grid .reveal:nth-child(4) {
    animation-delay: 210ms;
}

.portfolio-grid .reveal:nth-child(5) {
    animation-delay: 270ms;
}

.portfolio-grid .reveal:nth-child(6) {
    animation-delay: 330ms;
}

@keyframes rise {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

    .reveal {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .button,
    .main-nav a::after,
    .lightbox {
        transition: none;
    }
}

@media (min-width: 700px) {
    .hero-actions,
    .cta-banner-actions {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .portfolio-grid,
    .testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 920px) {
    .site-header {
        padding: 1.3rem 0;
    }

    .main-nav,
    .header-cta {
        display: inline-flex;
    }

    .about,
    .contact {
        grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
        align-items: start;
    }

    .portfolio-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .testimonial-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .about-copy,
    .contact-copy {
        padding: 2rem;
    }

    .hero-editorial {
        padding: 3.5rem 3rem 3rem;
        gap: 3rem;
    }
}

/* ═══════════════════════════════════════════════
   FAQ — accordion nativo via <details>/<summary>
   ═══════════════════════════════════════════════ */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 2rem;
    max-width: 56rem;
}

.faq-item {
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: var(--surface);
    overflow: hidden;
    transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.faq-item:hover {
    border-color: rgba(235, 91, 26, 0.35);
}

.faq-item[open] {
    background: rgba(255, 252, 246, 0.96);
    border-color: rgba(235, 91, 26, 0.30);
    box-shadow: 0 10px 28px -20px rgba(28, 23, 20, 0.18);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.4rem;
    cursor: pointer;
    list-style: none;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.02rem, 2vw, 1.2rem);
    font-weight: 600;
    line-height: 1.3;
    color: var(--text);
}

.faq-question::-webkit-details-marker { display: none; }
.faq-question::marker { display: none; }

.faq-chevron {
    width: 1.15rem;
    height: 1.15rem;
    flex-shrink: 0;
    color: var(--accent);
    transition: transform 220ms ease;
}

.faq-item[open] .faq-chevron {
    transform: rotate(-180deg);
}

.faq-answer {
    margin: 0;
    padding: 0 1.4rem 1.2rem;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

.faq-answer strong {
    color: var(--text);
    font-weight: 600;
}

/* ───────────────────────────────────────────────
   Portfolio / Loja — cards de produto da galeria
   (restaurado de styles (1).css)
   ─────────────────────────────────────────────── */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2.5rem;
}

/* Subtítulos de categoria dentro da galeria (linkados pelas chips do hero) */
.portfolio-category-title {
    grid-column: 1 / -1;
    margin: 1.25rem 0 -0.5rem;
    padding-top: 0.5rem;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.5rem, 3.2vw, 2rem);
    font-weight: 700;
    line-height: 1.1;
    color: var(--text);
    letter-spacing: -0.01em;
    scroll-margin-top: 6rem;
    position: relative;
}

.portfolio-category-title::after {
    content: "";
    display: block;
    width: 3rem;
    height: 3px;
    margin-top: 0.6rem;
    background: var(--accent);
    border-radius: 999px;
}

.product-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .07);
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 36px rgba(0, 0, 0, .13);
}

.product-card__thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    background: #fdf3e2;
}

.product-card__body {
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: .5rem;
}

.product-card__badge {
    display: inline-block;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .2em .75em;
    border-radius: 100px;
    background: #fde68a;
    color: #92400e;
    align-self: flex-start;
}

.product-card__title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #181412;
    margin: 0;
    line-height: 1.3;
}

.product-card__desc {
    font-size: .875rem;
    color: #5a4f47;
    line-height: 1.55;
    margin: 0;
    flex: 1;
}

.product-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .75rem;
    padding-top: .75rem;
    border-top: 1px solid #f0ebe5;
    gap: .75rem;
}

.product-card__new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .75rem;
    padding-top: .75rem;
    border-top: 1px solid #f0ebe5;
    gap: .75rem;
}

.product-card__price {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.product-card__price-from {
    font-size: .7rem;
    color: #9a8f87;
    text-decoration: line-through;
}

.product-card__price-current {
    font-size: 1.3rem;
    font-weight: 700;
    color: #c2410c;
}

.product-card__price-current-white {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
}

.product-card__cta {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: #c2410c;
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    padding: .6em 1.1em;
    border-radius: 100px;
    text-decoration: none;
    transition: background .2s ease, transform .15s ease;
    white-space: nowrap;
}

.product-card__cta:hover {
    background: #9a3412;
    transform: scale(1.04);
}

.product-card__cta svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

/* destaque: card maior na primeira posição */
.product-card--featured {
    grid-column: span 2;
    flex-direction: row;
}

.product-card--featured .product-card__thumb {
    width: 45%;
    flex-shrink: 0;
    aspect-ratio: auto;
    height: 100%;
}

@media (max-width: 640px) {
    .product-card--featured {
        grid-column: span 1;
        flex-direction: column;
    }
    .product-card--featured .product-card__thumb {
        width: 100%;
        aspect-ratio: 4 / 3;
        height: auto;
    }
}