/*
 * Art Chik — ajustes aprovados na conferência do cliente.
 * O restante do layout vem do export do WordPress staging.
 * Ordem de carregamento: ajustes.css → cookies.css → paridade-lp.css.
 */

body {
  overflow-x: hidden;
}

/* B-02 — o texto introdutório agora pertence ao hero do blog. */
.acblog-hero-inner .acblog-intro-text--hero {
  width: min(100%, 540px) !important;
  max-width: 540px !important;
  margin: 26px 0 0 !important;
  color: rgba(245, 242, 235, 0.88) !important;
  -webkit-text-fill-color: rgba(245, 242, 235, 0.88) !important;
  font-family: "Crimson Pro", Georgia, serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  text-align: left !important;
}

/* F-01/F-02/F-03 — rodapé único sobre textura verde. */
.artchik-footer,
.artchik-footer * {
  box-sizing: border-box;
}

.artchik-footer {
  --footer-scale: 1;
  position: relative;
  isolation: isolate;
  width: 100%;
  margin: 0;
  color: rgba(245, 242, 235, 0.88);
  min-height: calc(360px * var(--footer-scale));
  background-color: #0c482b;
  background-image: url("/artchik-assets/img/fundo-textura-verde.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Crimson Pro", Georgia, serif;
}

.artchik-footer__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: calc(80px * var(--footer-scale));
  width: min(calc(1080px * var(--footer-scale)), calc(100% - 48px));
  margin: 0 auto;
  padding: calc(68px * var(--footer-scale)) 0 calc(42px * var(--footer-scale));
}

.artchik-footer__brand {
  width: calc(210px * var(--footer-scale));
  min-width: 0;
  text-align: center;
}

.artchik-footer__logo {
  display: block;
  width: calc(200px * var(--footer-scale));
  max-width: 100%;
  height: auto;
  margin: 0 auto calc(19px * var(--footer-scale));
  object-fit: contain;
}

.artchik-footer__rule {
  width: calc(62px * var(--footer-scale));
  height: 1px;
  margin: 0 auto calc(17px * var(--footer-scale));
  background: #d7b86b;
}

.artchik-footer__slogan {
  margin: 0;
  color: rgba(245, 242, 235, 0.9);
  font-size: calc(18px * var(--footer-scale));
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
}

.artchik-footer__slogan em {
  color: #e4c97f;
  font-weight: 600;
}

.artchik-footer__title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.artchik-footer__links,
.artchik-footer__contact-links {
  display: grid;
  gap: calc(9px * var(--footer-scale));
  margin: 0;
  padding: 0;
  list-style: none;
}

.artchik-footer a {
  color: rgba(245, 242, 235, 0.88);
  font-size: calc(18px * var(--footer-scale));
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
}

.artchik-footer a:hover,
.artchik-footer a:focus-visible {
  color: #e4c97f;
}

.artchik-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.artchik-footer__social a {
  display: grid;
  width: calc(40px * var(--footer-scale));
  height: calc(40px * var(--footer-scale));
  place-items: center;
  border: 0;
  border-radius: 999px;
}

.artchik-footer__social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.artchik-footer__bottom {
  width: min(calc(1080px * var(--footer-scale)), calc(100% - 48px));
  margin: 0 auto;
  border-top: 1px solid rgba(215, 184, 107, 0.3);
}

.artchik-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: calc(20px * var(--footer-scale)) 0 calc(24px * var(--footer-scale));
}

.artchik-footer__copyright {
  margin: 0;
  color: rgba(245, 242, 235, 0.82);
  font-family: "Outfit", Arial, sans-serif;
  font-size: calc(13px * var(--footer-scale));
  font-weight: 400;
  line-height: 1.55;
}

.artchik-footer__contact-links {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* F-01: no início da home, o script de build une a faixa final e o
   rodapé nesta camada para a textura não reiniciar na divisa. */
.rodape-fundo {
  width: 100%;
  background-color: #0c482b;
  background-image: url("/artchik-assets/img/fundo-textura-verde.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rodape-fundo .acbc-wrap,
.rodape-fundo .artchik-footer {
  background: transparent !important;
}

@media (min-width: 1800px) {
  .artchik-footer { --footer-scale: 1.12; }
}

@media (min-width: 2200px) {
  .artchik-footer { --footer-scale: 1.28; }
}

@media (min-width: 2600px) {
  .artchik-footer { --footer-scale: 1.45; }
}

@media (max-width: 980px) {
  .artchik-footer__inner {
    width: min(100% - 48px, 780px);
  }
}

@media (max-width: 640px) {
  .acblog-hero-inner .acblog-intro-text--hero {
    margin-top: 20px !important;
    font-size: 16px !important;
  }

  .artchik-footer__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 36px;
    width: min(100% - 40px, 520px);
    padding: 56px 0 38px;
  }

  .artchik-footer__logo {
    width: 200px;
  }

  .artchik-footer nav {
    width: 100%;
    text-align: center;
  }

  .artchik-footer__links {
    justify-items: center;
  }

  .artchik-footer__social a {
    width: 44px;
    height: 44px;
  }

  .artchik-footer__bottom {
    width: min(100% - 40px, 520px);
  }

  .artchik-footer__bottom-inner {
    flex-direction: column;
    text-align: center;
  }
}
/* Formulários nativos (enviados por api/enviar.php): botão, honeypot e aviso de envio */
.ac4-btn,.acbf-btn,.acspf-btn,.actc-btn{border:0;-webkit-appearance:none;appearance:none}
.artchik-honeypot{position:absolute !important;left:-9999px !important;top:-9999px !important;width:1px !important;height:1px !important;overflow:hidden !important;opacity:0 !important;pointer-events:none !important}
.artchik-form-status{position:fixed;z-index:999999;right:20px;bottom:20px;max-width:min(430px,calc(100vw - 40px));padding:15px 20px;border-radius:10px;background:#173d28;color:#fff;font:600 15px/1.4 Outfit,Arial,sans-serif;box-shadow:0 12px 34px rgba(0,0,0,.28);opacity:0;transform:translateY(14px);transition:opacity .25s,transform .25s}
.artchik-form-status.is-visible{opacity:1;transform:none}
.artchik-form-status--invalid,.artchik-form-status--attachment,.artchik-form-status--error{background:#8b2d2d}

/* Formulários no padrão das LPs: select com o mesmo visual dos inputs, mensagens de erro, honeypot */
.ac4-field select,.acbf-field select,.acspf-field select{background:#f6f2ea !important;border:1.5px solid rgba(10,67,35,.10) !important;border-radius:8px !important;padding:13px 40px 13px 16px !important;font-family:'Outfit',Arial,sans-serif !important;font-size:15px !important;color:#0a4323 !important;width:100% !important;outline:none !important;-webkit-appearance:none !important;appearance:none !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%230a4323' stroke-width='1.6'/%3E%3C/svg%3E") !important;background-repeat:no-repeat !important;background-position:right 16px center !important;cursor:pointer}
.ac4-field select:focus,.acbf-field select:focus{border-color:#cfa048 !important;box-shadow:0 0 0 3px rgba(207,160,72,.16) !important}
.ac4-field select:invalid,.acbf-field select:invalid{color:rgba(10,67,35,.45) !important}
.artchik-field-error{display:block;margin-top:6px;font:500 13px/1.3 Outfit,Arial,sans-serif;color:#c83232}
.artchik-input-error{border-color:#c83232 !important;box-shadow:0 0 0 2px rgba(200,50,50,.10) !important}
button[type=submit][disabled]{opacity:.7;cursor:progress}

/* ═══ Harmonização com as LPs (14/09/2026) ═══ */
/* corpo de texto em Outfit Regular (manual); títulos, subtítulos e botões seguem em Crimson */
.elementor-widget-text-editor,.elementor-widget-text-editor p,.elementor-widget-text-editor li,.elementor-widget-theme-post-content p,.elementor-widget-theme-post-content li,.elementor-post__excerpt,.elementor-post__excerpt p,[class$="-desc"],[class$="-desc"] p,.ac4-field input,.ac4-field textarea,.acbf-field input,.acbf-field textarea,.acspf-field input,.acspf-field textarea,.actc-field input,.actc-field textarea,.artchik-footer__copyright{font-family:'Outfit',Arial,sans-serif !important;font-style:normal !important;font-weight:400 !important}
.ac4-field input::placeholder,.acbf-field input::placeholder,.acspf-field input::placeholder,.actc-field input::placeholder,.ac4-field textarea::placeholder,.acbf-field textarea::placeholder,.acspf-field textarea::placeholder,.actc-field textarea::placeholder{font-family:'Outfit',Arial,sans-serif !important}
/* post "Como é feito o seu rótulo": altura de linha e numeração das etapas */
.elementor-widget-theme-post-content ul,.elementor-widget-theme-post-content ol{line-height:1.65 !important;margin:0 0 18px 22px !important}
.elementor-widget-theme-post-content li{line-height:1.65 !important;margin:0 0 6px !important}
.elementor-widget-theme-post-content li li{margin:2px 0 !important}
.elementor-widget-theme-post-content h2,.elementor-widget-theme-post-content h3{display:flex;align-items:baseline;gap:12px;line-height:1.25 !important;margin:26px 0 10px !important}
.ac-step-num{font-family:'Crimson Pro',Georgia,serif;font-style:italic;font-weight:600;color:#cfa048;font-size:1.15em;line-height:1}

/* conteúdo dos posts (widget de texto): altura de linha e listas */
.elementor-widget-text-editor ul,.elementor-widget-text-editor ol{line-height:1.65 !important;margin:0 0 18px 22px !important;padding:0 !important}
.elementor-widget-text-editor li{line-height:1.65 !important;margin:0 0 6px !important}
.elementor-widget-text-editor li ul,.elementor-widget-text-editor li ol{margin:6px 0 4px 20px !important}
.elementor-widget-text-editor p{line-height:1.65 !important;margin:0 0 14px !important}
.elementor-widget-text-editor h2,.elementor-widget-text-editor h3{display:flex;align-items:baseline;gap:12px;line-height:1.25 !important;margin:26px 0 12px !important}
