.elementor-303 .elementor-element.elementor-element-2fb767e{--display:flex;}.elementor-303 .elementor-element.elementor-element-b454644{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d063765 *//* =========================================================
   RECEITAS DO ALENTEJO • SECÇÃO 1 — HERO (FAST + CLEAN)
   - imagem alinhada ao fundo (bottom)
   - overlay para contraste
   - tipografia consistente
   ========================================================= */

.al-rec-hero{
  --al:#c55e31;
  --al-2:#a84e29;
  position:relative;
  overflow:hidden;
  border-radius:18px;
  border:1px solid #eee;
  background:#000;
  height:clamp(260px,46vw,560px);
}

/* media ocupa 100% */
.al-rec-hero .media{
  position:absolute;
  inset:0;
  margin:0;
  height:100%;
}

/* IMAGEM: alinhada em baixo */
.al-rec-hero .media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:50% 80% !important; /* bottom */
  filter:saturate(1.02) contrast(1.02);
}

/* véu para contraste */
.al-rec-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.15) 38%, rgba(0,0,0,0) 65%),
    radial-gradient(1200px 60% at 15% 10%, rgba(0,0,0,.25), transparent 60%);
  pointer-events:none;
}

/* conteúdo sobreposto */
.al-rec-hero .overlay{
  position:relative;
  z-index:2;
  height:100%;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  padding:18px;
}

.al-rec-hero .wrap{
  max-width:min(980px,92%);
  color:#fff;
  display:grid;
  gap:6px;
}

/* TÍTULO */
.al-rec-hero .al-title{
  margin:.2rem 0 0;
  color:#fff;
  line-height:1.05;
  letter-spacing:.2px;
  text-shadow:0 4px 22px rgba(0,0,0,.55);
  font-family:var(--font-heading,"American Typewriter","IBM Plex Serif",Georgia,serif);
  font-weight:700;
  font-size:clamp(1.5rem,4vw,2.4rem);
}

/* SUBTEXTO */
.al-rec-hero .al-sub{
  margin:0;
  color:#f4f4f4;
  line-height:1.6;
  max-width:780px;
  text-wrap:balance;
  font-family:var(--font-body,"Proxima Nova",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif);
  font-size:clamp(1rem,2.2vw,1.15rem);
}

/* desktop: encostar texto mais ao fundo */
@media (min-width:900px){
  .al-rec-hero .overlay{align-items:flex-end;padding:22px}
  .al-rec-hero .wrap{margin-bottom:6px}
}

/* foco acessível */
.al-rec-hero a:focus{
  outline:2px solid #fff;
  outline-offset:2px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c66ad44 *//* =========================================================
   RECEITAS DO ALENTEJO • SECÇÃO 2 — INTRO (DESIGN + SEO)
   ========================================================= */

.al-rec-intro{
  --al:#c55e31;
  --al2:#a84e29;
  --ink:#111;
  --muted:#2f2f2f;
  --line:#eee;
  --veil:#fff7f2;

  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(180deg,#fff,var(--veil));
  padding:18px;
  font-family:var(--font-body,"Proxima Nova",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif);
}

.al-rec-intro .wrap{
  max-width:980px;
  margin:0 auto;
  display:grid;
  gap:12px;
}

.al-rec-intro h2{
  margin:.2rem 0 2px;
  text-align:center;
  line-height:1.1;
  color:var(--ink);
  font-family:var(--font-heading,"American Typewriter","IBM Plex Serif",Georgia,serif);
  font-weight:800;
  font-size:clamp(1.45rem,3.2vw,2rem);
}

.al-rec-intro .lead{
  margin:0 auto;
  max-width:860px;
  text-align:center;
  color:var(--muted);
  line-height:1.7;
  font-size:1.06rem;
  text-wrap:balance;
}

/* chips (reforço visual + scan rápido) */
.al-rec-intro .chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;
  margin-top:2px;
}
.al-rec-intro .chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:.52rem .74rem;
  border-radius:999px;
  border:1px solid rgba(197,94,49,.22);
  background:#fff;
  color:var(--al);
  font-weight:800;
  font-size:.95rem;
}
.al-rec-intro .chip svg{width:18px;height:18px;flex:0 0 18px;}

/* layout */
.al-rec-intro .cols{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:16px;
  margin-top:6px;
}
@media (max-width:900px){
  .al-rec-intro .cols{grid-template-columns:1fr;}
}

/* cards internos */
.al-rec-intro .card{
  border:1px solid var(--line);
  background:#fff;
  border-radius:14px;
  padding:14px;
}

/* títulos internos */
.al-rec-intro h3{
  margin:0 0 .5rem;
  color:var(--ink);
  font-family:var(--font-heading,"American Typewriter","IBM Plex Serif",Georgia,serif);
  font-size:1.12rem;
  line-height:1.2;
}

/* lista */
.al-rec-intro ul{margin:.1rem 0 0;padding-left:18px;}
.al-rec-intro li{color:var(--muted);line-height:1.7;margin:.28rem 0;}
.al-rec-intro p{margin:.2rem 0;color:var(--muted);line-height:1.7;font-size:1.05rem;}

/* callout lateral (nota) */
.al-rec-intro .note{
  border:1px solid rgba(197,94,49,.18);
  background:linear-gradient(180deg,#fff, #fff3ed);
  border-radius:14px;
  padding:12px;
  color:#2b2b2b;
  line-height:1.65;
}
.al-rec-intro .note b{color:var(--al);}

/* links */
.al-rec-intro a{
  color:var(--al);
  text-decoration:none;
  border-bottom:1px solid rgba(197,94,49,.28);
}
.al-rec-intro a:hover{background:#fff3ed;}
.al-rec-intro a:focus{outline:2px solid var(--al2);outline-offset:2px;}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-694a109 *//* =========================================================
   RECEITAS DO ALENTEJO • SECÇÃO 2 — INTRO (DESIGN + SEO)
   ========================================================= */

.al-rec-intro{
  --al:#c55e31;
  --al2:#a84e29;
  --ink:#111;
  --muted:#2f2f2f;
  --line:#eee;
  --veil:#fff7f2;

  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(180deg,#fff,var(--veil));
  padding:18px;
  font-family:var(--font-body,"Proxima Nova",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif);
}

.al-rec-intro .wrap{
  max-width:980px;
  margin:0 auto;
  display:grid;
  gap:12px;
}

.al-rec-intro h2{
  margin:.2rem 0 2px;
  text-align:center;
  line-height:1.1;
  color:var(--ink);
  font-family:var(--font-heading,"American Typewriter","IBM Plex Serif",Georgia,serif);
  font-weight:800;
  font-size:clamp(1.45rem,3.2vw,2rem);
}

.al-rec-intro .lead{
  margin:0 auto;
  max-width:860px;
  text-align:center;
  color:var(--muted);
  line-height:1.7;
  font-size:1.06rem;
  text-wrap:balance;
}

/* chips (reforço visual + scan rápido) */
.al-rec-intro .chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;
  margin-top:2px;
}
.al-rec-intro .chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:.52rem .74rem;
  border-radius:999px;
  border:1px solid rgba(197,94,49,.22);
  background:#fff;
  color:var(--al);
  font-weight:800;
  font-size:.95rem;
}
.al-rec-intro .chip svg{width:18px;height:18px;flex:0 0 18px;}

/* layout */
.al-rec-intro .cols{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:16px;
  margin-top:6px;
}
@media (max-width:900px){
  .al-rec-intro .cols{grid-template-columns:1fr;}
}

/* cards internos */
.al-rec-intro .card{
  border:1px solid var(--line);
  background:#fff;
  border-radius:14px;
  padding:14px;
}

/* títulos internos */
.al-rec-intro h3{
  margin:0 0 .5rem;
  color:var(--ink);
  font-family:var(--font-heading,"American Typewriter","IBM Plex Serif",Georgia,serif);
  font-size:1.12rem;
  line-height:1.2;
}

/* lista */
.al-rec-intro ul{margin:.1rem 0 0;padding-left:18px;}
.al-rec-intro li{color:var(--muted);line-height:1.7;margin:.28rem 0;}
.al-rec-intro p{margin:.2rem 0;color:var(--muted);line-height:1.7;font-size:1.05rem;}

/* callout lateral (nota) */
.al-rec-intro .note{
  border:1px solid rgba(197,94,49,.18);
  background:linear-gradient(180deg,#fff, #fff3ed);
  border-radius:14px;
  padding:12px;
  color:#2b2b2b;
  line-height:1.65;
}
.al-rec-intro .note b{color:var(--al);}

/* links */
.al-rec-intro a{
  color:var(--al);
  text-decoration:none;
  border-bottom:1px solid rgba(197,94,49,.28);
}
.al-rec-intro a:hover{background:#fff3ed;}
.al-rec-intro a:focus{outline:2px solid var(--al2);outline-offset:2px;}/* End custom CSS */