@charset "UTF-8";
/*!
Theme Name: kaki
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Tema para el sitio web de kaki
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kaki
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

kaki is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* ---- Footer Behind ---- */
.kaki-footer-behind {
  background: #2e5a3c;
  color: #fff;
  padding: 3rem 0;
  overflow: visible; }

/* Grid: 2 columnas — logo izquierda | texto+imagen derecha */
.kaki-footer-behind__grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0 3rem;
  align-items: start; }
  @media (max-width: 767px) {
    .kaki-footer-behind__grid {
      grid-template-columns: 1fr; } }

/* Columna 1 — logo */
.kaki-footer-behind__logo-col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2rem; }
  @media (max-width: 767px) {
    .kaki-footer-behind__logo-col {
      justify-content: flex-start;
      padding-top: 0;
      margin-bottom: 1.5rem; } }

.kaki-footer-behind__logo {
  width: 100%;
  max-width: 160px;
  height: auto;
  display: block; }

/* Columna derecha — texto a la izquierda, imagen a la derecha */
.kaki-footer-behind__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem; }
  @media (max-width: 767px) {
    .kaki-footer-behind__right {
      flex-direction: column;
      align-items: flex-start; } }

/* Texto y botón dentro de la columna derecha */
.kaki-footer-behind__content {
  flex: 1 1 0;
  min-width: 0;
  padding-top: 2rem;
  padding-bottom: 3rem; }

.kaki-footer-behind__content h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin: 0 0 1rem;
  line-height: 1.1; }

.kaki-footer-behind__text {
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.92;
  margin-bottom: 1.6rem;
  word-break: break-word;
  /* eliminar <br> del WYSIWYG que crea saltos manuales */ }
  .kaki-footer-behind__text br {
    display: none; }
  .kaki-footer-behind__text strong {
    color: #ffbe1d;
    font-weight: 700; }
  .kaki-footer-behind__text p {
    margin: 0 0 0.4em; }

.kaki-footer-behind__btn {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1.4rem;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background 0.2s, color 0.2s; }
  .kaki-footer-behind__btn:hover {
    background: #fff;
    color: #2e5a3c; }

/* Imagen — a la derecha del grid, alineada al fondo */
.kaki-footer-behind__media {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 0; }
  .kaki-footer-behind__media img {
    display: block;
    max-height: 420px;
    width: auto;
    max-width: 500px;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.35)); }
  @media (max-width: 767px) {
    .kaki-footer-behind__media {
      width: 100%;
      justify-content: center;
      margin-bottom: 0; }
      .kaki-footer-behind__media img {
        max-height: 240px;
        max-width: 100%; } }

/* ---- Footer ---- */
.kaki-footer {
  background: #1e3d28;
  color: #f6f0df; }

.kaki-footer__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2.5rem;
  padding: 2.5rem 0 2rem; }
  @media (max-width: 767px) {
    .kaki-footer__inner {
      grid-template-columns: 1fr;
      gap: 1.8rem; } }

.kaki-footer__logo {
  height: 80px;
  width: auto;
  display: block;
  margin-bottom: 0.75rem; }

.kaki-footer__logo-text {
  font-size: 1.4rem;
  font-weight: 900;
  color: #ffbe1d;
  text-decoration: none;
  display: block;
  margin-bottom: 0.75rem; }
  .kaki-footer__logo-text span {
    display: block;
    font-size: 0.75rem;
    background: #fff;
    color: #1e3d28;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    width: fit-content;
    margin-top: 0.15rem; }

.kaki-footer__tagline {
  font-size: 0.88rem;
  opacity: 0.8;
  margin: 0 0 1.1rem; }

.kaki-footer__social {
  display: flex;
  gap: 0.7rem; }

.kaki-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(246, 240, 223, 0.4);
  margin-top: 0;
  /* Removed margin-top spacing */
  transition: border-color 0.2s, color 0.2s; }
  .kaki-footer__social-link:hover {
    border-color: #ffbe1d;
    color: #ffbe1d; }

.kaki-footer__menu,
.kaki-footer__legal-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2rem; }
  .kaki-footer__menu li,
  .kaki-footer__legal-menu li {
    margin-bottom: 0.5rem; }
  .kaki-footer__menu a,
  .kaki-footer__legal-menu a {
    color: #f6f0df;
    text-decoration: none;
    font-size: 0.88rem;
    opacity: 0.85; }
    .kaki-footer__menu a:hover,
    .kaki-footer__legal-menu a:hover {
      opacity: 1;
      color: #ffbe1d; }
  .kaki-footer__menu .current-menu-item a,
  .kaki-footer__menu .current_page_item a,
  .kaki-footer__legal-menu .current-menu-item a,
  .kaki-footer__legal-menu .current_page_item a {
    color: #ffbe1d;
    font-weight: 700;
    opacity: 1; }

.kaki-footer__contact-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  background: #ffbe1d;
  color: #1e3d28;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s; }
  .kaki-footer__contact-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }

.kaki-footer__dev {
  font-size: 0.78rem;
  opacity: 0.6;
  margin: 0; }
  .kaki-footer__dev a {
    color: inherit;
    text-decoration: underline; }

.kaki-footer__bar {
  background: #ffbe1d;
  text-align: center;
  padding: 0.65rem 1rem; }
  .kaki-footer__bar p {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    color: #1e3d28; }

.home .site-footer {
  margin-top: 0; }

/* ─────────────────────────────────────────────────────
   Header / Topbar global  (_header.scss)
───────────────────────────────────────────────────── */
/* ── Topbar ─────────────────────────────────────── */
.kaki-home__topbar {
  position: sticky;
  top: 0;
  z-index: 12;
  background: #2e5a3c;
  box-shadow: 0 4px 18px rgba(16, 39, 25, 0.2);
  overflow: visible;
  transition: box-shadow 0.3s; }
  .kaki-home__topbar.is-scrolled {
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(16, 39, 25, 0.28); }

.kaki-home__topbar-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0 minmax(0, 1fr);
  align-items: center;
  gap: 1.25rem;
  height: 90px;
  padding: 0;
  position: relative;
  transition: height 0.35s ease; }
  .is-scrolled .kaki-home__topbar-inner {
    height: 64px; }

/* ── Logo central sobresaliente ─────────────────── */
.kaki-home__brand-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
  transition: top 0.35s ease, transform 0.35s ease, align-items 0.35s ease; }
  .is-scrolled .kaki-home__brand-wrap {
    top: 50%;
    align-items: center;
    transform: translate(-50%, -50%); }

.kaki-home__brand {
  display: block;
  text-decoration: none;
  position: relative;
  transform: translateY(-10px);
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35));
  transition: transform 0.35s ease, filter 0.2s;
  pointer-events: auto; }
  .kaki-home__brand:hover {
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.45)); }
  .is-scrolled .kaki-home__brand {
    transform: translateY(0); }

.kaki-home__brand-text {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  padding: 0.5rem 0.9rem;
  border-radius: 100px;
  background: linear-gradient(180deg, #ff9f1c 0%, #ff7d00 100%);
  color: #fff;
  font-weight: 800;
  text-transform: uppercase; }

.kaki-home__brand-sub {
  font-size: 0.62rem;
  background: #fff;
  color: #2e5a3c;
  padding: 0.16rem 0.45rem;
  border-radius: 100px;
  margin-top: 0.25rem; }

.kaki-home__logo-img {
  height: 182px;
  width: auto;
  display: block;
  transition: height 0.35s ease; }
  .is-scrolled .kaki-home__logo-img {
    height: 52px; }

/* ── Nav contenedor ─────────────────────────────── */
.kaki-home__nav {
  height: 100%;
  display: flex;
  align-items: center; }

.kaki-home__nav--left {
  grid-column: 1;
  width: 100%; }

.kaki-home__nav--right {
  grid-column: 3;
  width: 100%;
  justify-content: flex-end; }

/* ── Menú items ─────────────────────────────────── */
.kaki-home__menu {
  display: flex;
  list-style: none;
  gap: 1.4rem;
  padding: 0;
  margin: 0;
  align-items: center; }

.kaki-home__nav--left .kaki-home__menu {
  justify-content: flex-end; }

.kaki-home__nav--right .kaki-home__menu {
  margin-left: auto;
  justify-content: flex-end; }

.kaki-home__menu a {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #f6f0df;
  white-space: nowrap; }
  .kaki-home__menu a:hover, .kaki-home__menu a:focus {
    color: #ffbe1d; }

/* ── WPML language switcher ─────────────────────── */
.kaki-home__menu .wpml-ls-item {
  position: relative; }

.kaki-home__menu .wpml-ls-item > a,
.kaki-home__menu .wpml-ls-item .wpml-ls-item-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(16, 39, 25, 0.55);
  line-height: 1; }

.kaki-home__menu .wpml-ls-dropdown > .wpml-ls-item-toggle::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #f6f0df;
  margin-left: 0.2rem;
  opacity: 0.9; }

.kaki-home__menu .wpml-ls-item .wpml-ls-flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 20px; }

.kaki-home__menu > .wpml-ls-item > a .wpml-ls-native,
.kaki-home__menu > .wpml-ls-item > a .wpml-ls-display,
.kaki-home__menu > .wpml-ls-item > .wpml-ls-item-toggle .wpml-ls-native,
.kaki-home__menu > .wpml-ls-item > .wpml-ls-item-toggle .wpml-ls-display {
  font-size: 0;
  line-height: 1;
  color: transparent;
  position: relative; }

.kaki-home__menu > .wpml-ls-item > a .wpml-ls-native::before,
.kaki-home__menu > .wpml-ls-item > a .wpml-ls-display::before,
.kaki-home__menu > .wpml-ls-item > .wpml-ls-item-toggle .wpml-ls-native::before,
.kaki-home__menu > .wpml-ls-item > .wpml-ls-item-toggle .wpml-ls-display::before {
  content: attr(lang);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f6f0df; }

.kaki-home__menu > .wpml-ls-item > a .wpml-ls-native[lang="es"]::before,
.kaki-home__menu > .wpml-ls-item > a .wpml-ls-display[lang="es"]::before,
.kaki-home__menu > .wpml-ls-item > .wpml-ls-item-toggle .wpml-ls-native[lang="es"]::before,
.kaki-home__menu > .wpml-ls-item > .wpml-ls-item-toggle .wpml-ls-display[lang="es"]::before {
  content: "ES"; }

.kaki-home__menu > .wpml-ls-item > a .wpml-ls-native[lang="en"]::before,
.kaki-home__menu > .wpml-ls-item > a .wpml-ls-display[lang="en"]::before,
.kaki-home__menu > .wpml-ls-item > .wpml-ls-item-toggle .wpml-ls-native[lang="en"]::before,
.kaki-home__menu > .wpml-ls-item > .wpml-ls-item-toggle .wpml-ls-display[lang="en"]::before {
  content: "EN"; }

.kaki-home__menu .wpml-ls-item .wpml-ls-sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  min-width: 140px;
  padding: 0.35rem;
  margin: 0;
  list-style: none;
  background: #2b5137;
  border: 1px solid rgba(246, 240, 223, 0.2);
  border-radius: 0.65rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
  z-index: 20; }

.kaki-home__menu .wpml-ls-item:hover > .wpml-ls-sub-menu,
.kaki-home__menu .wpml-ls-item:focus-within > .wpml-ls-sub-menu {
  display: block; }

.kaki-home__menu .wpml-ls-item .wpml-ls-sub-menu a {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.55rem;
  border-radius: 0.45rem;
  text-transform: none;
  letter-spacing: normal; }

.kaki-home__menu .wpml-ls-item .wpml-ls-sub-menu a:hover,
.kaki-home__menu .wpml-ls-item .wpml-ls-sub-menu a:focus {
  background: rgba(255, 190, 29, 0.15);
  color: #ffbe1d; }

/* ── Botón contacto / CTA ───────────────────────── */
.kaki-home__menu .is-cta > a,
.kaki-home__menu .is-cta a,
.kaki-home__menu .is-contact > a,
.kaki-home__menu .is-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffbe1d;
  color: #1f4a33;
  border-radius: 999px;
  padding: 0.62rem 1.95rem;
  line-height: 1;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  text-transform: uppercase; }
  .kaki-home__menu .is-cta > a:hover,
  .kaki-home__menu .is-cta a:hover,
  .kaki-home__menu .is-contact > a:hover,
  .kaki-home__menu .is-contact a:hover {
    background: #ffd04d;
    color: #1f4a33; }

/* ── Ítem activo ────────────────────────────────── */
.kaki-home__menu .current-menu-item:not(.is-contact):not(.is-cta):not(.wpml-ls-item) > a,
.kaki-home__menu .current-page-ancestor:not(.is-contact):not(.is-cta):not(.wpml-ls-item) > a {
  color: #ffbe1d;
  position: relative; }
  .kaki-home__menu .current-menu-item:not(.is-contact):not(.is-cta):not(.wpml-ls-item) > a::after,
  .kaki-home__menu .current-page-ancestor:not(.is-contact):not(.is-cta):not(.wpml-ls-item) > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 2px;
    background: #ffbe1d;
    border-radius: 2px; }

/* ── Responsive ─────────────────────────────────── */
@media (max-width: 991px) {
  .kaki-home__topbar-inner {
    flex-wrap: wrap;
    justify-content: center; }
  .kaki-home__menu {
    gap: 0.65rem;
    flex-wrap: wrap;
    justify-content: center; } }

@media (max-width: 767px) {
  .kaki-home__logo-img {
    height: 130px; }
  .kaki-home__topbar-inner {
    height: 70px; }
  .kaki-home__brand {
    transform: translateY(-6px); } }

/* Componente hero reutilizable para paginas internas */
.kaki-page-hero {
  position: relative;
  background: #2e5a3c; }
  .kaki-page-hero__media {
    position: relative;
    line-height: 0; }
    .kaki-page-hero__media img {
      width: 100%;
      height: auto;
      display: block; }
    .kaki-page-hero__media::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, #2e5a3c 0%, rgba(18, 46, 28, 0.55) 35%, rgba(18, 46, 28, 0.35) 100%); }
  .kaki-page-hero__inner {
    padding: 2.4rem 0;
    position: relative;
    z-index: 2; }
    .kaki-page-hero__inner .kaki-home__section-label {
      color: #ffbe1d; }
    .kaki-page-hero__inner .kaki-home__lead {
      color: rgba(255, 255, 255, 0.9);
      font-size: small;
      margin-top: 0.5rem;
      max-width: 70ch; }
    .kaki-page-hero__inner .kaki-home__btn {
      margin-top: 1rem; }
  .kaki-page-hero.has-image .kaki-page-hero__inner {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .kaki-page-hero--bg {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    aspect-ratio: var(--kaki-hero-ratio, 2.6);
    min-height: 0; }
    .kaki-page-hero--bg::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, #2e5a3c 0%, rgba(18, 46, 28, 0.55) 35%, rgba(18, 46, 28, 0.35) 100%); }
    .kaki-page-hero--bg .kaki-page-hero__inner {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
  .kaki-page-hero.no-image {
    min-height: 220px;
    display: flex;
    align-items: flex-end; }
    .kaki-page-hero.no-image .kaki-page-hero__inner {
      width: 100%; }
  .kaki-page-hero--centered .kaki-page-hero__inner {
    text-align: center; }
    .kaki-page-hero--centered .kaki-page-hero__inner h1 {
      margin-inline: auto; }
  @media (max-width: 767px) {
    .kaki-page-hero__inner h1 {
      font-size: clamp(1.75rem, 9vw, 2.65rem); } }

/* Especificidad 0,2,1 - vence a .kaki-home h1 que es 0,1,1 */
.kaki-page-hero .kaki-page-hero__inner h1 {
  color: #fff;
  margin: 0;
  line-height: 1.05;
  font-size: clamp(2rem, 5vw, 4rem);
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35); }

.home .site-header {
  display: block; }

.home #page {
  background: transparent; }

.home .site-main {
  margin-bottom: 0; }

.kaki-home {
  background: #f6f0df;
  color: #274733;
  margin: 0; }

.kaki-home__container {
  width: calc(100% - 2rem);
  max-width: 1120px;
  margin-inline: auto; }

.kaki-home__hero {
  /* Fondo por defecto; se sobreescribe con style inline desde ACF */
  background: radial-gradient(1300px 400px at 50% -200px, rgba(255, 255, 255, 0.18), transparent 65%), linear-gradient(180deg, #3c6a48 0%, #2d5538 100%);
  color: #fffbe8;
  padding: 3.8rem 0 3.2rem;
  display: grid;
  align-items: center;
  overflow: visible; }

.kaki-home__hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 2rem;
  width: 100%;
  min-height: clamp(480px, 52vw, 820px); }

.kaki-home__eyebrow,
.kaki-home__section-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 0.74rem;
  margin: 0 0 0.8rem;
  opacity: 0.95; }

.kaki-home h1,
.kaki-home h2 {
  font-weight: 900;
  line-height: 1.03;
  margin: 0 0 0.85rem; }

.kaki-home h1 {
  font-size: clamp(2rem, 4.2vw, 4rem);
  max-width: 14ch;
  color: #ffbe1d; }

.kaki-home h2 {
  font-size: clamp(1.7rem, 3vw, 3rem);
  color: #2e5a3c; }

.kaki-home__lead,
.kaki-home p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0; }

.kaki-home__hero .kaki-home__lead {
  max-width: 48ch; }

.kaki-home__hero-media img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  filter: drop-shadow(0 24px 40px rgba(12, 24, 16, 0.4)); }

.kaki-home__fruit-placeholder {
  aspect-ratio: 1.2;
  border-radius: 1.25rem;
  background: radial-gradient(circle at 60% 38%, #ffd286 0 20%, #ffa230 21% 49%, #ea7c08 50% 100%), radial-gradient(circle at 27% 57%, #ffc75c 0 18%, #f8931f 19% 52%, #d96f00 53% 100%), linear-gradient(160deg, #d6e4cc, #7ea070);
  background-repeat: no-repeat;
  background-size: 54% 56%, 50% 52%, cover;
  background-position: 67% 38%, 18% 72%, center;
  box-shadow: 0 24px 42px rgba(10, 18, 13, 0.42); }

.kaki-home__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.75rem 1.1rem;
  margin-top: 1.2rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.86rem;
  background: #ffbe1d;
  color: #1f3b2b;
  transition: transform 0.2s ease, box-shadow 0.2s ease; }

.kaki-home__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18); }

.kaki-home__btn--dark {
  background: #2e5a3c;
  color: #fff; }

.kaki-home__story,
.kaki-home__origin {
  padding: 1rem 0; }

.page-template-template-origen .kaki-origen-page {
  min-height: calc(100vh - 90px); }

.kaki-origen__intro {
  padding: 2rem 0 1.5rem;
  text-align: center; }

.kaki-origen__intro-text {
  max-width: 700px;
  margin: 0 auto 1.25rem;
  font-size: small;
  line-height: 1.7;
  font-style: italic;
  color: #2e5a3c; }

.page-template-page-origen .kaki-home__origin {
  padding: 2rem 0 4.5rem; }

.kaki-home__story-grid,
.kaki-home__origin-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2.1rem;
  align-items: start; }

.kaki-home__origin-grid {
  row-gap: 1.25rem; }

.page-template-template-origen .kaki-home__origin-grid {
  grid-template-areas: "badges side" "mapcopy map"; }

.kaki-home__origin-badges {
  align-self: start; }

.page-template-template-origen .kaki-home__origin-badges {
  grid-area: badges; }

.page-template-template-origen .kaki-home__origin-map-copy {
  grid-area: mapcopy; }

.page-template-template-origen .kaki-home__origin-map {
  grid-area: map; }

.page-template-template-origen .kaki-home__origin-side-copy {
  grid-area: side; }

.kaki-home__origin-map-copy {
  max-width: 100%; }

.kaki-home__wysiwyg {
  font-size: small;
  line-height: 1.7; }
  .kaki-home__wysiwyg p {
    margin: 0 0 0.75rem; }
    .kaki-home__wysiwyg p:last-child {
      margin-bottom: 0; }
  .kaki-home__wysiwyg strong {
    font-weight: 700; }
  .kaki-home__wysiwyg em {
    font-style: italic; }
  .kaki-home__wysiwyg ul, .kaki-home__wysiwyg ol {
    padding-left: 1.25rem;
    margin: 0 0 0.75rem; }

.kaki-home__origin-side-copy {
  grid-area: side;
  max-width: 440px;
  width: 100%;
  margin: 0;
  text-align: left;
  padding: 0.25rem 0; }

.kaki-home__story-image-wrap {
  display: flex;
  align-items: stretch;
  justify-content: center; }
  .kaki-home__story-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.75rem;
    display: block; }

.kaki-home__origin-map {
  position: relative;
  align-self: start; }
  .kaki-home__origin-map img {
    width: 100%;
    height: auto;
    border-radius: 1rem; }

/* Foto circular superpuesta sobre el mapa */
.kaki-home__origin-photo {
  position: absolute !important;
  bottom: -2rem;
  right: -1.5rem;
  width: 180px !important;
  height: 180px !important;
  border-radius: 50% !important;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 8px 24px rgba(16, 32, 22, 0.28); }

/* Sello redondo dentro de la columna de origen */
.kaki-home__origin-badges {
  display: flex;
  align-items: center;
  margin: 0; }

.kaki-home__badge {
  width: 100%;
  max-width: 320px;
  height: auto;
  object-fit: contain; }

.kaki-home__origin-map-copy {
  margin-top: 1.25rem;
  padding: 0;
  border: 0;
  background: transparent; }
  .kaki-home__origin-map-copy h2 {
    margin: 0 0 0.55rem;
    font-size: clamp(1.2rem, 2.1vw, 2rem);
    color: #2e5a3c; }

.kaki-home__origin-map-copy-text {
  font-size: small;
  line-height: 1.65;
  margin: 0; }

.kaki-home__origin-side-title {
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.08;
  color: #2e5a3c;
  margin: 0 0 0.35rem; }

.kaki-home__origin-side-subtitle {
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #6a7f6f;
  margin: 0 0 0.55rem; }

.kaki-home__origin-side-wysiwyg {
  font-size: small;
  line-height: 1.65;
  text-align: left; }
  .kaki-home__origin-side-wysiwyg p {
    margin: 0; }

.kaki-home__map-placeholder {
  display: grid;
  place-items: center;
  text-align: center;
  gap: 1rem;
  min-height: 280px;
  border-radius: 1rem;
  background: #3f6c49;
  color: #fff;
  font-weight: 800; }

.kaki-home__bottom-cta {
  background: #2e5a3c;
  color: #fff;
  padding: 3.3rem 0;
  text-align: center; }

.kaki-home__bottom-cta h2 {
  color: #ffbe1d; }

.kaki-home__bottom-cta p {
  max-width: 58ch;
  margin: 0.55rem auto 0; }

.kaki-home__extra-content {
  padding: 2.5rem 0 4rem; }

/* ---- Recetas ---- */
.kaki-home__recetas {
  padding: 3.5rem 0;
  background: #f6f0df;
  text-align: center; }
  .kaki-home__recetas h2 {
    margin-bottom: 0.4rem; }

.kaki-home__recetas-subtitle {
  max-width: 55ch;
  margin: 0 auto 2rem;
  font-size: 1rem;
  line-height: 1.55; }

.kaki-home__recetas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .kaki-home__recetas-grid {
      grid-template-columns: repeat(2, 1fr); } }

.kaki-home__receta-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 16px rgba(16, 32, 22, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease; }
  .kaki-home__receta-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(16, 32, 22, 0.18); }

.kaki-home__receta-img {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden; }
  .kaki-home__receta-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.kaki-home__receta-img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, #f6cb7f, #f18d20); }

.kaki-home__receta-title {
  padding: 0.7rem 0.85rem 0.9rem;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.35;
  color: #2e5a3c;
  text-align: left;
  margin: 0; }

.kaki-home__recetas-cta {
  text-align: center; }

.kaki-home__btn--outline {
  background: transparent;
  color: #2e5a3c;
  border: 2px solid #2e5a3c; }
  .kaki-home__btn--outline:hover {
    background: #2e5a3c;
    color: #fff; }

@media (max-width: 991px) {
  .kaki-home__hero-grid,
  .kaki-home__story-grid,
  .kaki-home__origin-grid {
    grid-template-columns: 1fr; }
  .kaki-home__origin-grid {
    grid-template-areas: "badges" "side" "mapcopy" "map"; }
  .kaki-home__origin-map-copy,
  .kaki-home__origin-side-copy {
    max-width: 100%; }
  .page-template-page-origen .kaki-home__origin {
    padding: 1.5rem 0 3rem; } }

@media (max-width: 767px) {
  .kaki-home__container {
    width: calc(100% - 1.25rem);
    max-width: 1120px; }
  .kaki-home__hero {
    padding-top: 1.6rem; }
  .kaki-home__hero-grid {
    min-height: 0; }
  .kaki-home h1 {
    font-size: clamp(1.75rem, 11vw, 2.65rem); }
  .kaki-home h2 {
    font-size: clamp(1.45rem, 7.4vw, 2.1rem); }
  .kaki-home__lead,
  .kaki-home p {
    font-size: 0.96rem; }
  .kaki-home__polaroid {
    width: 78%;
    max-width: 225px; } }

/* ===== Single Receta ===== */
.kaki-receta {
  background: #f6f0df; }

/* Breadcrumb */
.kaki-receta__breadcrumb {
  background: #fff;
  border-bottom: 1px solid #e8e2d4;
  padding: 0.65rem 0;
  font-size: 0.8rem; }
  .kaki-receta__breadcrumb a {
    color: #2e5a3c;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
    .kaki-receta__breadcrumb a:hover {
      text-decoration: underline; }
  .kaki-receta__breadcrumb span {
    color: #555; }

/* Article grid */
.kaki-receta__article {
  padding: 2.5rem 0 3rem; }

.kaki-receta__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 2.5rem;
  align-items: flex-start; }
  @media (max-width: 767px) {
    .kaki-receta__grid {
      grid-template-columns: 1fr; } }

/* Image column */
.kaki-receta__thumb-wrap {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden; }

.kaki-receta__thumb {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.75rem; }

.kaki-receta__badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: #2e5a3c;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0.25rem 0.65rem;
  border-radius: 4px;
  text-transform: uppercase; }

/* Content column */
.kaki-receta__title {
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 900;
  color: #2e5a3c;
  line-height: 1.2;
  margin: 0 0 1rem; }

.kaki-receta__tiempo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #2e5a3c;
  color: #fff;
  border-radius: 0.4rem;
  padding: 0.6rem 1rem;
  font-size: 0.88rem;
  margin-bottom: 1.5rem; }
  .kaki-receta__tiempo svg {
    flex-shrink: 0;
    color: #ffbe1d; }

.kaki-receta__body {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #2d3b2d; }
  .kaki-receta__body h2 {
    font-size: 1.1rem;
    color: #2e5a3c;
    margin: 1.4rem 0 0.4rem;
    font-weight: 800; }
  .kaki-receta__body h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1e3d28;
    margin: 1rem 0 0.3rem; }
  .kaki-receta__body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem; }
    .kaki-receta__body ul li {
      padding-left: 1.2em;
      position: relative;
      margin-bottom: 0.3rem; }
      .kaki-receta__body ul li::before {
        content: '•';
        color: #ffbe1d;
        position: absolute;
        left: 0;
        font-weight: 900; }
  .kaki-receta__body ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem; }
    .kaki-receta__body ol li {
      margin-bottom: 0.5rem; }
  .kaki-receta__body p {
    margin-bottom: 0.75rem; }

/* More recipes */
.kaki-receta__mas {
  background: #f6f0df;
  padding: 3rem 0 3.5rem;
  text-align: center; }

.kaki-receta__mas-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #2e5a3c;
  margin-bottom: 1.8rem; }

.kaki-receta__swiper {
  position: relative;
  padding-bottom: 2.5rem; }

.kaki-receta__prev,
.kaki-receta__next {
  color: #2e5a3c; }
  .kaki-receta__prev::after,
  .kaki-receta__next::after {
    font-size: 1.2rem;
    font-weight: 900; }

.kaki-receta__pagination .swiper-pagination-bullet-active {
  background: #2e5a3c; }

/* ===== Archive Recetas ===== */
.kaki-archive__intro {
  background: #f6f0df;
  padding: 2.5rem 0 1.5rem; }

.kaki-archive__intro-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #2e5a3c;
  margin: 0 0 0.6rem; }

.kaki-archive__intro-sub {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #4a5a4a;
  max-width: 62ch;
  margin: 0; }

/* Grid section */
.kaki-archive__grid-section {
  background: #f6f0df;
  padding: 1.5rem 0 3.5rem; }

/* Filter bar */
.kaki-archive__filter-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem; }

.kaki-archive__filter-label {
  font-weight: 700;
  font-size: 0.95rem;
  color: #1e3d28;
  white-space: nowrap; }

.kaki-archive__filters {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap; }

.kaki-archive__filter-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 2px solid #2e5a3c;
  background: transparent;
  color: #2e5a3c;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: background 0.18s, color 0.18s; }
  .kaki-archive__filter-btn:hover, .kaki-archive__filter-btn.is-active {
    background: #2e5a3c;
    color: #fff; }

/* Cards grid */
.kaki-archive__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem; }
  @media (max-width: 991px) {
    .kaki-archive__grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 600px) {
    .kaki-archive__grid {
      grid-template-columns: repeat(2, 1fr); } }

.kaki-archive__card {
  position: relative;
  display: block;
  border-radius: 0.75rem;
  overflow: hidden;
  text-decoration: none;
  aspect-ratio: 1;
  background: #c8b89a; }
  .kaki-archive__card:hover .kaki-archive__card-img img {
    transform: scale(1.06); }

.kaki-archive__card-img {
  position: absolute;
  inset: 0; }
  .kaki-archive__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease; }

.kaki-archive__card-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, #f6cb7f, #f18d20); }

.kaki-archive__card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, transparent 100%);
  padding: 2rem 0.85rem 0.85rem; }

.kaki-archive__card-title {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0; }

/* Pagination */
.kaki-archive__pagination {
  text-align: center;
  margin-top: 2.5rem; }

.kaki-archive__more {
  min-width: 140px;
  justify-content: center; }

.kaki-archive__empty {
  text-align: center;
  color: #666;
  padding: 3rem 0;
  font-size: 0.95rem; }

.kaki-home.kaki-nutricion-page {
  background: #2e5a3c;
  color: #f6f0df; }

.kaki-nutricion-page .kaki-home h2 {
  color: #ffbe1d; }

.kaki-nutricion__intro {
  padding: 2.5rem 0; }

.kaki-nutricion__intro-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 2.5rem;
  align-items: center; }

.kaki-nutricion__intro-media img,
.kaki-nutricion__table img,
.kaki-nutricion__benefits img,
.kaki-nutricion__quality-media img {
  padding: 1rem;
  width: 100%;
  height: auto;
  display: block; }

.kaki-nutricion__intro-content h2,
.kaki-nutricion__quality-content h2 {
  color: #ffbe1d;
  margin: 0 0 1rem; }

.kaki-nutricion__wysiwyg {
  line-height: 1.7; }
  .kaki-nutricion__wysiwyg p {
    font-size: small;
    margin: 0 0 0.85rem; }
  .kaki-nutricion__wysiwyg li {
    font-size: small; }

.kaki-nutricion__table,
.kaki-nutricion__benefits {
  padding: 1.25rem 0 0.5rem; }

.kaki-nutricion__section-title {
  color: #ffbe1d;
  font-size: clamp(1.5rem, 2.8vw, 2.5rem);
  line-height: 1.1;
  margin: 0 0 0.95rem; }

.kaki-nutricion__quality {
  background: #f6f0df;
  color: #1f4a33;
  padding: 3rem 0; }

.kaki-nutricion__quality-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center; }

.kaki-nutricion__quality-logo {
  max-width: 170px;
  height: auto;
  display: block;
  margin-bottom: 1rem; }

@media (max-width: 991px) {
  .kaki-nutricion__intro-grid,
  .kaki-nutricion__quality-grid {
    grid-template-columns: 1fr; } }

.kaki-legal-page {
  background: #f6f0df;
  color: #1f3b2b;
  padding-bottom: 3rem; }

.kaki-legal__content {
  padding: 2rem 0 0; }

.kaki-legal__wysiwyg {
  background: #fff;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 8px 24px rgba(13, 28, 19, 0.08);
  line-height: 1.75; }
  .kaki-legal__wysiwyg h2,
  .kaki-legal__wysiwyg h3,
  .kaki-legal__wysiwyg h4 {
    color: #2e5a3c; }
  .kaki-legal__wysiwyg p,
  .kaki-legal__wysiwyg li {
    font-size: 0.98rem; }

.kaki-contact-page {
  background: linear-gradient(rgba(30, 61, 40, 0.72), rgba(30, 61, 40, 0.9)), #2e5a3c;
  color: #f6f0df; }
  .kaki-contact-page .kaki-page-hero.kaki-page-hero--bg {
    background-position: center top;
    background-size: cover;
    aspect-ratio: auto;
    min-height: clamp(280px, 36vw, 520px); }
  .kaki-contact-page .kaki-page-hero .kaki-page-hero__inner h1 {
    font-size: clamp(2.4rem, 5.6vw, 4.8rem); }

.kaki-contact__content {
  padding: 0 0 4rem;
  margin-top: -2rem;
  position: relative;
  z-index: 3; }

.kaki-contact__card {
  max-width: 720px;
  margin: 0 auto;
  background: #f6f0df;
  border-radius: 0.65rem;
  padding: clamp(1.25rem, 2.2vw, 2rem);
  box-shadow: 0 20px 45px rgba(13, 28, 19, 0.28);
  color: #21402d; }
  .kaki-contact__card h1,
  .kaki-contact__card h2,
  .kaki-contact__card h3,
  .kaki-contact__card h4 {
    color: #2e5a3c;
    margin-top: 0; }
  .kaki-contact__card p,
  .kaki-contact__card li,
  .kaki-contact__card label {
    color: #21402d;
    font-size: 0.9rem; }

.kaki-contact__card-head {
  margin-bottom: 0.9rem; }

.kaki-contact__card-title {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.05;
  color: #2e5a3c;
  margin: 0 0 0.55rem; }

.kaki-contact__card-intro {
  font-size: 1rem;
  line-height: 1.45;
  margin: 0 0 0.95rem;
  max-width: 48ch;
  font-weight: 700; }

.kaki-contact__form-title {
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  line-height: 1.15;
  margin: 0 0 0.15rem;
  color: #2e5a3c; }

.kaki-contact__required-note {
  margin: 0 0 0.8rem;
  font-size: 0.76rem;
  line-height: 1.3;
  font-weight: 700;
  color: #c03b2b; }

.kaki-contact__card .wpcf7 form {
  display: grid;
  gap: 0.65rem; }

.kaki-contact__card .wpcf7-form p {
  margin: 0; }

.kaki-contact__card .wpcf7-form label {
  display: block;
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: none;
  margin-bottom: 0.35rem; }

.kaki-contact__card .wpcf7-form-control-wrap {
  display: block; }

.kaki-contact__card input[type="text"],
.kaki-contact__card input[type="email"],
.kaki-contact__card input[type="tel"],
.kaki-contact__card input[type="url"],
.kaki-contact__card input[type="number"],
.kaki-contact__card textarea,
.kaki-contact__card select {
  width: 100%;
  background: #efdfb7;
  border: 1px solid #e2cc98;
  border-radius: 0.35rem;
  padding: 0.72rem 0.75rem;
  color: #274733;
  font-size: 0.86rem;
  line-height: 1.2;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease; }

.kaki-contact__card textarea {
  min-height: 130px;
  resize: vertical; }

.kaki-contact__card input:focus,
.kaki-contact__card textarea:focus,
.kaki-contact__card select:focus {
  outline: 2px solid rgba(255, 190, 29, 0.7);
  outline-offset: 1px; }

.kaki-contact__card .wpcf7-acceptance,
.kaki-contact__card .wpcf7-list-item {
  font-size: 0.74rem;
  margin: 0.2rem 0 0; }

.kaki-contact__card .wpcf7-list-item-label a {
  color: #21402d;
  font-weight: 700;
  text-decoration: underline; }

.kaki-contact__card .wpcf7-not-valid {
  border-color: #cb1f1f !important;
  box-shadow: 0 0 0 1px rgba(203, 31, 31, 0.25); }

.kaki-contact__card .wpcf7 form.invalid input:not(.wpcf7-not-valid),
.kaki-contact__card .wpcf7 form.invalid textarea:not(.wpcf7-not-valid),
.kaki-contact__card .wpcf7 form.invalid select:not(.wpcf7-not-valid) {
  border-color: #44a860;
  box-shadow: 0 0 0 1px rgba(68, 168, 96, 0.25); }

.kaki-contact__card .wpcf7-submit,
.kaki-contact__card input[type="submit"],
.kaki-contact__card button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2e5a3c;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 0.62rem 1.25rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }

.kaki-contact__card .wpcf7-submit:hover,
.kaki-contact__card input[type="submit"]:hover,
.kaki-contact__card button[type="submit"]:hover {
  background: #254a32;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(16, 32, 22, 0.2); }

.kaki-contact__card .wpcf7-spinner {
  vertical-align: middle; }

.kaki-contact__card .wpcf7-not-valid-tip,
.kaki-contact__card .wpcf7-response-output {
  font-size: 0.78rem;
  margin: 0.4rem 0 0; }

.kaki-contact__card .wpcf7-not-valid-tip {
  margin-top: 0.35rem;
  padding: 0.45rem 0.65rem;
  border-radius: 0.25rem;
  background: #c90f0f;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35; }

.kaki-contact__card .wpcf7 form .wpcf7-response-output {
  display: none;
  margin: 0;
  padding: 0;
  border: 0; }

.kaki-contact__card .wpcf7 form.sent .wpcf7-response-output:not(:empty),
.kaki-contact__card .wpcf7 form.invalid .wpcf7-response-output:not(:empty),
.kaki-contact__card .wpcf7 form.unaccepted .wpcf7-response-output:not(:empty),
.kaki-contact__card .wpcf7 form.failed .wpcf7-response-output:not(:empty),
.kaki-contact__card .wpcf7 form.aborted .wpcf7-response-output:not(:empty) {
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-size: 0.74rem;
  line-height: 1.2;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem; }

.kaki-contact__card .wpcf7 form.sent .wpcf7-response-output:not(:empty)::before,
.kaki-contact__card .wpcf7 form.invalid .wpcf7-response-output:not(:empty)::before,
.kaki-contact__card .wpcf7 form.unaccepted .wpcf7-response-output:not(:empty)::before,
.kaki-contact__card .wpcf7 form.failed .wpcf7-response-output:not(:empty)::before,
.kaki-contact__card .wpcf7 form.aborted .wpcf7-response-output:not(:empty)::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex: 0 0 14px;
  background: currentColor;
  opacity: 0.92; }

.kaki-contact__card .wpcf7 form.sent .wpcf7-response-output {
  background: #eef8ef;
  color: #1f7a39;
  border: 1px solid #8ec39a; }

.kaki-contact__card .wpcf7 form.invalid .wpcf7-response-output,
.kaki-contact__card .wpcf7 form.unaccepted .wpcf7-response-output,
.kaki-contact__card .wpcf7 form.failed .wpcf7-response-output,
.kaki-contact__card .wpcf7 form.aborted .wpcf7-response-output {
  background: #c90f0f;
  color: #fff;
  border: 1px solid #a40d0d; }

@media (max-width: 767px) {
  .kaki-contact__content {
    margin-top: -1rem;
    padding-bottom: 2.5rem; }
  .kaki-contact__card {
    padding: 1rem;
    border-radius: 0.5rem; } }

.kaki-error-page {
  background: linear-gradient(rgba(27, 58, 39, 0.86), rgba(27, 58, 39, 0.92)), radial-gradient(1200px 520px at 50% -220px, rgba(255, 255, 255, 0.1), transparent 65%), #2e5a3c;
  color: #f6f0df;
  min-height: calc(100vh - 90px);
  display: grid;
  align-items: center;
  padding: 2rem 0 3rem; }

.kaki-error-page__hero-inner {
  text-align: center;
  max-width: 860px; }

.kaki-error-page h1 {
  font-size: clamp(4rem, 12vw, 7rem);
  line-height: 0.95;
  margin: 0;
  color: #ffbe1d;
  text-shadow: 0 10px 32px rgba(7, 17, 11, 0.3); }

.kaki-error-page h2 {
  font-size: clamp(2rem, 5vw, 3.6rem);
  margin: 0.35rem auto 0.7rem;
  color: #fff;
  max-width: 16ch; }

.kaki-error-page__lead {
  max-width: 56ch;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(246, 240, 223, 0.94); }

.kaki-error-page__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.4rem;
  flex-wrap: wrap; }

.kaki-error-page__search {
  max-width: 520px;
  margin: 1.15rem auto 0; }

.kaki-error-page__search .search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.55rem; }

.kaki-error-page__search input[type="search"] {
  width: 100%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 0.68rem 0.95rem;
  color: #fff; }

.kaki-error-page__search input[type="search"]::placeholder {
  color: rgba(246, 240, 223, 0.72); }

.kaki-error-page__search input[type="submit"] {
  border: 0;
  background: #ffbe1d;
  color: #1f4a33;
  border-radius: 999px;
  padding: 0.68rem 1rem;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.74rem;
  letter-spacing: 0.04em; }

@media (max-width: 767px) {
  .kaki-error-page {
    min-height: calc(100vh - 70px);
    padding: 1.5rem 0 2rem; }
  .kaki-error-page__search .search-form {
    grid-template-columns: 1fr; } }

:root {
  --kaki-font-body: 'REM', 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --kaki-font-h1: 'Lilita One', var(--kaki-font-body); }

html {
  font-size: 16px; }

body,
button,
input,
select,
textarea {
  font-family: var(--kaki-font-body);
  font-weight: 400; }

strong,
b {
  font-weight: 700; }

h1,
h2, s
.entry-title,
.page-title,
.wp-block-post-title {
  font-family: var(--kaki-font-h1);
  font-weight: 400;
  line-height: 1.05; }

h3,
h4,
h5,
h6 {
  font-family: var(--kaki-font-body); }
