/*
Theme Name: E Aí Cosmético Distribuidora
Theme URI: https://eaicosmetico.com.br
Author: E Aí Cosmético
Description: Tema institucional da distribuidora E Aí Cosmético.
Version: 1.1.0
Text Domain: eai-distribuidora
*/

:root {
  --ink: #302129;
  --muted: #75666d;
  --paper: #fffaf6;
  --cream: #f8eee7;
  --rose: #a93f62;
  --rose-dark: #7b2948;
  --peach: #ee9b77;
  --sage: #849b88;
  --line: rgba(48, 33, 41, 0.12);
  --white: #fff;
  --shadow: 0 22px 60px rgba(76, 42, 55, 0.13);
  --radius: 28px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

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

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  padding: 24px 0;
}

.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: 1.2rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50% 50% 46% 54%;
  color: var(--white);
  background: var(--rose);
  transform: rotate(-5deg);
  box-shadow: 0 8px 20px rgba(169, 63, 98, 0.25);
}

.brand-mark span { transform: rotate(5deg); font-family: Georgia, serif; font-style: italic; }

.main-nav { display: flex; align-items: center; gap: 28px; font-size: 0.94rem; font-weight: 650; }
.main-nav a:not(.nav-cta) { color: #58454e; }
.main-nav a:hover { color: var(--rose); }

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 750;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.nav-cta { min-height: 44px; padding-inline: 20px; color: var(--white); background: var(--ink); }
.button:hover, .nav-cta:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--rose); box-shadow: 0 14px 30px rgba(169, 63, 98, 0.25); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.58); }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 170px 0 90px;
  background:
    radial-gradient(circle at 8% 16%, rgba(238,155,119,.28), transparent 27%),
    radial-gradient(circle at 92% 30%, rgba(169,63,98,.17), transparent 29%),
    linear-gradient(135deg, #fffaf6 0%, #f8eee7 100%);
}

.hero::after {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  right: -240px;
  bottom: -200px;
  border: 80px solid rgba(132,155,136,.18);
  border-radius: 50%;
}

.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 76px; }
.eyebrow { margin: 0 0 18px; color: var(--rose); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: 1.04; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(3.2rem, 6.2vw, 5.6rem); }
h1 em { color: var(--rose); font-weight: 500; }
.hero-copy { max-width: 620px; margin-bottom: 32px; color: var(--muted); font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.hero-art { position: relative; min-height: 480px; }
.art-orbit { position: absolute; inset: 5% 0 0; border: 1px solid rgba(169,63,98,.2); border-radius: 50%; transform: rotate(-13deg); }
.art-card { position: absolute; border: 1px solid rgba(255,255,255,.7); background: rgba(255,255,255,.56); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.art-main { inset: 7% 10% 5% 16%; overflow: hidden; border-radius: 46% 54% 35% 65% / 45% 37% 63% 55%; background: linear-gradient(150deg, #f7c7b1, #a93f62); transform: rotate(5deg); }
.art-main::before { content: "beleza que movimenta negócios"; position: absolute; inset: auto 34px 42px; color: white; font-family: Georgia, serif; font-size: 2.25rem; line-height: 1.03; transform: rotate(-5deg); }
.bottle { position: absolute; z-index: 2; width: 95px; border-radius: 22px 22px 18px 18px; box-shadow: 0 20px 35px rgba(48,33,41,.22); }
.bottle::before { content: ""; position: absolute; left: 50%; transform: translateX(-50%); background: var(--ink); }
.bottle-one { height: 230px; right: 22%; bottom: 11%; background: #f9eee5; transform: rotate(7deg); }
.bottle-one::before { top: -47px; width: 54px; height: 52px; border-radius: 9px 9px 3px 3px; }
.bottle-two { width: 78px; height: 185px; left: 21%; top: 15%; background: #849b88; transform: rotate(-9deg); }
.bottle-two::before { top: -28px; width: 44px; height: 33px; border-radius: 8px 8px 2px 2px; }
.bottle-label { position: absolute; inset: 48% 12px auto; padding: 10px 5px; border-top: 1px solid rgba(48,33,41,.24); border-bottom: 1px solid rgba(48,33,41,.24); text-align: center; font-family: Georgia, serif; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.art-note { right: 0; top: 6%; width: 150px; padding: 18px; border-radius: 22px; font-size: .8rem; font-weight: 750; transform: rotate(5deg); }
.art-note strong { display: block; margin-bottom: 3px; color: var(--rose); font-family: Georgia, serif; font-size: 1.6rem; }

.audience-bar { padding: 20px 0; color: #fff; background: var(--ink); }
.audience-list { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 34px; font-size: .82rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.audience-list span::before { content: "✦"; margin-right: 12px; color: var(--peach); }

.section { padding: 108px 0; }
.section-soft { background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
.section-heading h2 { max-width: 650px; margin-bottom: 0; font-size: clamp(2.4rem, 4.5vw, 4rem); }
.section-heading p { max-width: 430px; margin-bottom: 6px; color: var(--muted); }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card { min-height: 315px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 16px 40px rgba(48,33,41,.06); transition: transform .25s ease; }
.category-card:hover { transform: translateY(-7px); }
.category-icon { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 56px; border-radius: 20px; font-size: 1.7rem; background: var(--cream); }
.category-card:nth-child(2) .category-icon { background: #ebf0eb; }
.category-card:nth-child(3) .category-icon { background: #fae3dc; }
.category-card:nth-child(4) .category-icon { background: #eee6ee; }
.category-card h3 { margin-bottom: 10px; font-family: Georgia, serif; font-size: 1.45rem; }
.category-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.benefit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.quote-card { position: relative; min-height: 470px; padding: 50px; overflow: hidden; border-radius: 36px; color: #fff; background: var(--rose-dark); box-shadow: var(--shadow); }
.quote-card::after { content: "e aí?"; position: absolute; right: -25px; bottom: -38px; color: rgba(255,255,255,.08); font-family: Georgia, serif; font-size: 9rem; white-space: nowrap; }
.quote-card p { position: relative; z-index: 1; margin-bottom: 32px; font-family: Georgia, serif; font-size: clamp(2.15rem, 3vw, 3.2rem); line-height: 1.12; }
.quote-card small { font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.benefit-copy h2 { margin-bottom: 34px; font-size: clamp(2.5rem, 4.5vw, 4rem); }
.benefit-list { display: grid; gap: 12px; }
.benefit-item { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.benefit-number { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: var(--rose); background: #fff; font-weight: 850; }
.benefit-item h3 { margin-bottom: 4px; font-size: 1.05rem; }
.benefit-item p { margin: 0; color: var(--muted); font-size: .93rem; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; counter-reset: steps; }
.step { position: relative; padding: 36px 42px 20px 0; counter-increment: steps; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 57px; right: 20px; width: 36%; height: 1px; background: var(--line); }
.step::before { content: "0" counter(steps); display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 26px; border-radius: 50%; color: #fff; background: var(--ink); font-size: .8rem; font-weight: 800; }
.step h3 { margin-bottom: 10px; font-family: Georgia, serif; font-size: 1.5rem; }
.step p { max-width: 290px; color: var(--muted); }

.contact-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 60px; border-radius: 36px; color: #fff; background: linear-gradient(125deg, var(--rose-dark), var(--rose)); box-shadow: var(--shadow); }
.contact-card h2 { max-width: 700px; margin-bottom: 14px; font-size: clamp(2.4rem, 4.4vw, 4.1rem); }
.contact-card p { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.78); }
.contact-card .button { color: var(--ink); background: #fff; white-space: nowrap; }

.site-footer { padding: 42px 0; border-top: 1px solid var(--line); }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: .86rem; }
.footer-wrap .brand { color: var(--ink); }

@media (max-width: 920px) {
  .main-nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; padding-top: 140px; }
  .hero-grid, .benefit-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 430px; max-width: 540px; width: 100%; margin-inline: auto; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { align-items: start; flex-direction: column; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-header { padding-top: 18px; }
  .brand-name { font-size: 1rem; }
  .nav-cta { min-height: 40px; padding-inline: 15px; font-size: .82rem; }
  .hero { padding: 125px 0 66px; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-art { min-height: 360px; }
  .art-main { inset: 8% 4% 5% 5%; }
  .art-note { right: -4px; top: 0; width: 130px; }
  .bottle-one { right: 17%; }
  .section { padding: 76px 0; }
  .category-grid, .steps { grid-template-columns: 1fr; }
  .category-card { min-height: 245px; }
  .category-icon { margin-bottom: 28px; }
  .quote-card { min-height: 400px; padding: 36px; }
  .benefit-grid { gap: 45px; }
  .step:not(:last-child)::after { display: none; }
  .contact-card { grid-template-columns: 1fr; padding: 38px 28px; }
  .footer-wrap { align-items: flex-start; flex-direction: column; }
}

/* Loja e.ai — direção visual inspirada no layout aprovado */
:root {
  --ink: #151719;
  --muted: #68635f;
  --paper: #fffdf9;
  --cream: #f3e9df;
  --gold: #a77b50;
  --line: rgba(21, 23, 25, .12);
  --shadow: 0 18px 54px rgba(54, 43, 34, .11);
}

.topbar {
  padding: 7px 20px;
  color: #fff;
  background: #151719;
  text-align: center;
  font-size: .7rem;
  font-weight: 650;
  letter-spacing: .04em;
}

.site-header {
  position: relative;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 249, .96);
}

.brand { gap: 10px; }
.brand-mark {
  width: auto;
  height: auto;
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  box-shadow: none;
  transform: none;
}
.brand-mark span {
  transform: none;
  font-family: Georgia, serif;
  font-size: 1.65rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -.1em;
}
.brand-name { display: flex; flex-direction: column; font-size: .95rem; line-height: 1; letter-spacing: .08em; }
.brand-name small { margin-top: 4px; font-size: .48rem; letter-spacing: .24em; }
.main-nav { gap: 22px; font-size: .78rem; }
.main-nav .nav-icon { display: inline-flex; font-size: 1.35rem; }
.nav-cta { min-height: 38px; padding: 0 16px; color: #fff; background: var(--ink); }

.shop-hero {
  position: relative;
  isolation: isolate;
  min-height: min(680px, 62vw);
  overflow: hidden;
  background: #f5eadf;
}
.shop-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,250,244,.98) 0%, rgba(255,250,244,.9) 33%, rgba(255,250,244,.18) 58%, transparent 75%);
}
.shop-hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.shop-hero-content { display: flex; min-height: min(680px, 62vw); flex-direction: column; justify-content: center; align-items: flex-start; }
.shop-hero-content h1 { max-width: 640px; margin-bottom: 20px; font-size: clamp(3.3rem, 5.8vw, 6rem); }
.shop-hero-content > p:not(.eyebrow) { max-width: 530px; margin-bottom: 30px; color: #514d49; font-size: 1.05rem; }
.button-dark { color: #fff; background: var(--ink); box-shadow: 0 12px 28px rgba(21,23,25,.17); }
.button-outline { border: 1px solid rgba(21,23,25,.34); background: rgba(255,255,255,.52); }

.trust-strip { padding: 24px 0; border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust-grid > div { display: grid; grid-template-columns: 36px 1fr; align-items: center; column-gap: 10px; }
.trust-grid span { grid-row: span 2; color: var(--gold); font-size: 1.75rem; }
.trust-grid strong { font-size: .8rem; }
.trust-grid small { color: var(--muted); font-size: .68rem; }

.catalog-section { padding: 86px 0; }
.shop-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.shop-heading h2 { max-width: 680px; margin: 0; font-size: clamp(2.35rem, 4vw, 3.7rem); }
.shop-heading > a { margin-bottom: 8px; font-size: .78rem; font-weight: 750; }
.visual-categories { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.visual-category { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #f8f0e8; }
.visual-category img { display: block; width: 100%; height: 180px; object-fit: cover; object-position: 72% center; }
.visual-category > div { position: relative; padding: 17px 52px 18px 18px; }
.visual-category h3 { margin-bottom: 2px; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.visual-category p { margin: 0; color: var(--muted); font-size: .72rem; }
.visual-category a { position: absolute; right: 16px; bottom: 19px; display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; background: #fff; }

.products-preview { padding-top: 25px; background: #fff; }
.draft-notice { max-width: 300px; color: var(--muted); text-align: right; font-size: .72rem; }
.product-preview-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-preview-card { min-width: 0; }
.product-image-wrap { position: relative; aspect-ratio: 1/1; overflow: hidden; border-radius: 12px; background: #f7f3ee; }
.product-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.product-badge { position: absolute; left: 10px; top: 10px; padding: 5px 9px; border-radius: 999px; color: #fff; background: var(--ink); font-size: .62rem; }
.product-heart { position: absolute; right: 12px; top: 9px; font-size: 1.25rem; }
.product-category { margin: 14px 0 5px; color: var(--gold); font-size: .65rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.product-preview-card h3 { min-height: 46px; margin-bottom: 8px; font-size: .9rem; line-height: 1.35; }
.product-price { display: block; margin-bottom: 12px; font-size: 1rem; }
.product-wait { width: 100%; padding: 10px; border: 0; border-radius: 8px; color: #777; background: #eee9e3; font-weight: 700; }
.product-buy { display: block; color: #fff; background: var(--ink); text-align: center; }
.product-buy:hover { color: #fff; background: #34383b; }

.campaign-section { padding: 86px 0; background: var(--cream); }
.campaign-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.campaign-card { position: relative; isolation: isolate; min-height: 455px; overflow: hidden; border-radius: 22px; background: #f5eadf; }
.campaign-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(255,250,244,.97) 0%, rgba(255,250,244,.84) 43%, transparent 70%); }
.campaign-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.campaign-card > div { display: flex; min-height: 455px; width: 58%; padding: 42px; flex-direction: column; justify-content: center; align-items: flex-start; }
.campaign-card h2 { margin-bottom: 15px; font-size: clamp(2rem, 3vw, 3.2rem); }
.campaign-card p:not(.eyebrow) { color: var(--muted); font-size: .86rem; }
.campaign-card .button { min-height: 44px; padding: 0 18px; font-size: .72rem; }

.wholesale-section { position: relative; isolation: isolate; min-height: 590px; overflow: hidden; }
.wholesale-section::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #faf4ec 0%, rgba(250,244,236,.94) 38%, rgba(250,244,236,.08) 67%); }
.wholesale-section > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.wholesale-content { display: flex; min-height: 590px; flex-direction: column; justify-content: center; align-items: flex-start; }
.wholesale-content h2 { max-width: 590px; margin-bottom: 18px; font-size: clamp(3rem, 5vw, 5.4rem); }
.wholesale-content > p:not(.eyebrow) { max-width: 480px; color: var(--muted); }

.brand-section { padding: 82px 0; color: #fff; background: var(--ink); }
.brand-story { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 70px; }
.brand-story h2 { margin: 0; font-size: clamp(2.6rem, 4.4vw, 4.3rem); }
.brand-story > p { margin: 0 0 8px; color: rgba(255,255,255,.67); font-size: 1.02rem; }

.contact-section { padding: 82px 0; background: var(--paper); }
.contact-banner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 52px; border-radius: 24px; background: #d6b797; }
.contact-banner h2 { max-width: 700px; margin-bottom: 10px; font-size: clamp(2.2rem, 4vw, 3.7rem); }
.contact-banner p { margin: 0; }
.button-light { color: var(--ink); background: #fff; white-space: nowrap; }

.site-footer { padding: 54px 0 22px; background: #fff; }
.footer-wrap { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); align-items: start; gap: 50px; }
.footer-wrap > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 7px; }
.footer-wrap strong { margin-bottom: 7px; color: var(--ink); font-size: .78rem; }
.footer-wrap a:not(.brand), .footer-wrap p { color: var(--muted); font-size: .72rem; }
.footer-brand p { max-width: 240px; margin: 16px 0 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .65rem; }

@media (max-width: 980px) {
  .main-nav a:not(.nav-cta):not(.nav-icon) { display: none; }
  .shop-hero, .shop-hero-content { min-height: 640px; }
  .shop-hero-content { justify-content: flex-end; padding-bottom: 60px; }
  .visual-categories, .product-preview-grid { grid-template-columns: repeat(2, 1fr); }
  .campaign-grid { grid-template-columns: 1fr; }
  .footer-wrap { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-wrap > div:last-child { display: none; }
}

@media (max-width: 640px) {
  .topbar { font-size: .61rem; }
  .site-header { padding: 10px 0; }
  .main-nav .nav-icon { display: none; }
  .shop-hero { min-height: 700px; }
  .shop-hero-image { height: 58%; object-position: 64% top; }
  .shop-hero::after { background: linear-gradient(0deg, #fffaf4 0%, #fffaf4 43%, rgba(255,250,244,.2) 70%, transparent 100%); }
  .shop-hero-content { min-height: 700px; justify-content: flex-end; padding-bottom: 38px; }
  .shop-hero-content h1 { max-width: 460px; font-size: 2.85rem; }
  .shop-hero-content > p:not(.eyebrow) { font-size: .91rem; }
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div { grid-template-columns: 30px 1fr; }
  .catalog-section { padding: 62px 0; }
  .shop-heading { align-items: flex-start; flex-direction: column; }
  .shop-heading h2 { font-size: 2.55rem; }
  .draft-notice { text-align: left; }
  .visual-categories { grid-template-columns: 1fr; }
  .visual-category { display: grid; grid-template-columns: 42% 58%; }
  .visual-category img { height: 135px; }
  .product-preview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 10px; }
  .product-preview-card h3 { min-height: 64px; font-size: .78rem; }
  .campaign-card, .campaign-card > div { min-height: 510px; }
  .campaign-card > div { width: 76%; padding: 30px; justify-content: flex-end; }
  .campaign-card::after { background: linear-gradient(0deg, rgba(255,250,244,.98) 0%, rgba(255,250,244,.86) 56%, transparent 88%); }
  .campaign-card img { object-position: 63% center; }
  .wholesale-section, .wholesale-content { min-height: 620px; }
  .wholesale-section > img { height: 55%; object-position: 65% top; }
  .wholesale-section::after { background: linear-gradient(0deg, #faf4ec 0%, #faf4ec 48%, transparent 78%); }
  .wholesale-content { justify-content: flex-end; padding-bottom: 50px; }
  .wholesale-content h2 { font-size: 3rem; }
  .brand-story { grid-template-columns: 1fr; gap: 28px; }
  .contact-banner { align-items: flex-start; flex-direction: column; padding: 34px 26px; }
  .footer-wrap { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

/* WooCommerce — produto com narrativa de landing page e compra objetiva */
.eai-commerce {
  min-height: 65vh;
  padding: 48px 0 92px;
  background: var(--paper);
}

.eai-commerce-shell { width: min(1240px, calc(100% - 40px)); }
.eai-commerce .woocommerce-breadcrumb { margin: 0 0 30px; color: var(--muted); font-size: .72rem; }
.eai-commerce .woocommerce-breadcrumb a { color: var(--ink); font-weight: 700; }
.eai-commerce .woocommerce-notices-wrapper { margin-bottom: 22px; }
.eai-commerce .woocommerce-message,
.eai-commerce .woocommerce-info,
.eai-commerce .woocommerce-error { padding: 16px 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }

.single-product .product { display: flow-root; }
.single-product .product .woocommerce-product-gallery { width: 54%; margin: 0 0 72px; }
.single-product .product .summary { position: sticky; top: 24px; width: 40%; margin-bottom: 72px; }
.single-product .woocommerce-product-gallery__wrapper { overflow: hidden; border-radius: 18px; background: #f7f2ec; }
.single-product .woocommerce-product-gallery__image img { width: 100%; }
.single-product .flex-control-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; margin-top: 12px !important; }
.single-product .flex-control-thumbs li { width: auto !important; }
.single-product .flex-control-thumbs img { border: 1px solid transparent; border-radius: 9px; }
.single-product .flex-control-thumbs img.flex-active { border-color: var(--gold); }
.single-product .onsale { z-index: 4; min-width: auto; min-height: auto; padding: 7px 12px; border-radius: 999px; background: var(--ink); line-height: 1.2; }

.single-product .summary .product_meta { color: var(--muted); font-size: .72rem; }
.single-product .summary .product_meta a { color: var(--gold); font-weight: 750; }
.single-product .summary .product_title { margin: 12px 0 17px; font-size: clamp(2.35rem, 4vw, 4.4rem); }
.single-product .summary .price { margin-bottom: 20px; color: var(--ink); font-size: 1.55rem; font-weight: 800; }
.single-product .summary .woocommerce-product-details__short-description { color: var(--muted); font-size: .98rem; }
.single-product .summary form.cart { display: flex; align-items: stretch; gap: 10px; margin: 26px 0 17px; }
.single-product .summary form.cart::before,
.single-product .summary form.cart::after { display: none; }
.single-product .summary .quantity .qty { width: 72px; height: 52px; border: 1px solid var(--line); border-radius: 999px; background: #fff; text-align: center; }
.single-product .summary .single_add_to_cart_button {
  min-height: 52px;
  flex: 1;
  padding: 0 28px;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-weight: 800;
}
.single-product .summary .single_add_to_cart_button:hover { background: #34383b; }

.eai-product-assurances { display: grid; gap: 8px; margin: 18px 0 24px; }
.eai-product-assurance { display: grid; grid-template-columns: 31px 1fr; align-items: center; gap: 10px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.7); }
.eai-product-assurance span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; color: var(--gold); background: var(--cream); font-weight: 850; }
.eai-product-assurance strong { display: block; font-size: .75rem; }
.eai-product-assurance small { display: block; color: var(--muted); font-size: .65rem; }

.single-product .woocommerce-tabs { clear: both; margin: 12px 0 72px; padding: 44px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.single-product .woocommerce-tabs ul.tabs { display: flex; gap: 26px; padding: 0 0 14px !important; border-bottom: 1px solid var(--line); }
.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after { display: none !important; }
.single-product .woocommerce-tabs ul.tabs li { margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; }
.single-product .woocommerce-tabs ul.tabs li a { padding: 8px 0 !important; font-size: .77rem; }
.single-product .woocommerce-tabs .panel { max-width: 900px; margin: 30px auto 0 !important; color: var(--muted); }
.single-product .woocommerce-tabs .panel h2 { color: var(--ink); font-size: clamp(2rem, 3vw, 3rem); }
.single-product .woocommerce-tabs .panel img { max-width: 100%; height: auto; border-radius: 14px; }

.eai-product-story { clear: both; margin: 0 0 74px; padding: 56px; border-radius: 24px; color: #fff; background: var(--ink); }
.eai-product-story-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; margin-bottom: 36px; }
.eai-product-story h2 { margin: 0; font-size: clamp(2.35rem, 4vw, 4rem); }
.eai-product-story-heading p { margin: 0; color: rgba(255,255,255,.68); }
.eai-product-story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.eai-product-story-card { padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(255,255,255,.055); }
.eai-product-story-card b { display: block; margin-bottom: 7px; color: #fff; font-size: .86rem; }
.eai-product-story-card p { margin: 0; color: rgba(255,255,255,.62); font-size: .75rem; }

.eai-commerce .related.products { clear: both; }
.eai-commerce .related.products > h2,
.eai-commerce .woocommerce-products-header__title { margin-bottom: 30px; font-size: clamp(2.2rem, 3.8vw, 3.7rem); }
.eai-commerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 16px; }
.eai-commerce ul.products::before,
.eai-commerce ul.products::after { display: none; }
.eai-commerce ul.products li.product { width: auto !important; margin: 0 !important; }
.eai-commerce ul.products li.product img { margin-bottom: 14px; border-radius: 13px; background: #f7f2ec; }
.eai-commerce ul.products li.product .woocommerce-loop-product__title { min-height: 48px; padding: 0; color: var(--ink); font-size: .88rem; line-height: 1.38; }
.eai-commerce ul.products li.product .price { color: var(--ink); font-size: .95rem; font-weight: 800; }
.eai-commerce ul.products li.product .button { width: 100%; min-height: 42px; margin-top: 10px; padding: 0 14px; color: #fff; background: var(--ink); font-size: .72rem; }

.nav-cart { display: inline-flex; align-items: center; gap: 7px; font-weight: 800; }
.nav-cart-count { display: grid; place-items: center; min-width: 23px; height: 23px; padding: 0 6px; border-radius: 999px; color: #fff; background: var(--rose); font-size: .65rem; }

/* Carrinho e checkout em blocos */
.woocommerce-cart .eai-commerce,
.woocommerce-checkout .eai-commerce { background: #f7f2ec; }
.woocommerce-cart .eai-commerce > .eai-commerce-shell,
.woocommerce-checkout .eai-commerce > .eai-commerce-shell { width: min(1240px, calc(100% - 40px)); }
.woocommerce-cart .eai-commerce article > h1,
.woocommerce-checkout .eai-commerce article > h1 { margin-bottom: 30px; font-size: clamp(2.5rem, 4vw, 4.2rem); }
.woocommerce-cart .wp-block-woocommerce-cart,
.woocommerce-checkout .wp-block-woocommerce-checkout { margin: 0; }
.wc-block-cart__main,
.wc-block-checkout__main { padding: 28px !important; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.wc-block-cart__sidebar,
.wc-block-checkout__sidebar { position: sticky; top: 22px; align-self: start; padding: 24px !important; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.wc-block-components-product-name { color: var(--ink); font-weight: 800; }
.wc-block-components-button:not(.is-link) { min-height: 52px; border-radius: 999px !important; color: #fff !important; background: var(--ink) !important; font-weight: 800; }
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input { border-radius: 10px !important; }
.wc-block-components-order-summary { color: var(--ink); }
.wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-checkout-order-summary-block { border: 0 !important; }

@media (max-width: 980px) {
  .main-nav a:not(.nav-cta):not(.nav-cart) { display: none; }
  .main-nav .nav-cart { display: inline-flex; }
  .single-product .product .woocommerce-product-gallery,
  .single-product .product .summary { position: static; width: 100%; }
  .single-product .product .summary { margin-bottom: 54px; }
  .eai-product-story-heading { grid-template-columns: 1fr; gap: 18px; }
  .eai-commerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .eai-commerce { padding: 28px 0 64px; }
  .eai-commerce-shell { width: min(100% - 24px, 1240px); }
  .nav-cart { font-size: 0; }
  .nav-cart-count { font-size: .65rem; }
  .single-product .summary .product_title { font-size: 2.55rem; }
  .single-product .woocommerce-tabs { padding: 24px 18px; }
  .single-product .woocommerce-tabs ul.tabs { gap: 14px; overflow-x: auto; }
  .single-product .woocommerce-tabs ul.tabs li a { white-space: nowrap; }
  .eai-product-story { padding: 34px 24px; }
  .eai-product-story-grid { grid-template-columns: 1fr; }
  .wc-block-cart__main,
  .wc-block-checkout__main,
  .wc-block-cart__sidebar,
  .wc-block-checkout__sidebar { padding: 18px !important; border-radius: 14px; }
}
