/**
 * Kamahui homepage — visual reference for the Vana site.
 * The Elementor document owns the content; this skin owns rhythm, depth and motion.
 */

body.kamahui-home {
  --kh-radius-sm: 10px;
  --kh-radius-md: 18px;
  --kh-radius-lg: 28px;
  --kh-shadow-soft: 0 18px 60px rgba(50, 33, 17, 0.12);
  --kh-shadow-dark: 0 24px 70px rgba(20, 11, 4, 0.34);
  --kh-ease: cubic-bezier(0.22, 1, 0.36, 1);
  background: var(--brand-deep);
  overflow-x: clip;
}

body.kamahui-home ::selection {
  background: var(--brand-orange);
  color: var(--brand-deep);
}

body.kamahui-home :where(a, button, input, textarea):focus-visible {
  outline: 3px solid var(--brand-orange);
  outline-offset: 4px;
}

body.kamahui-home .site-main,
body.kamahui-home .page-content {
  overflow: clip;
}

/* Global shell ------------------------------------------------------------ */

body.kamahui-home .site-header {
  position: relative;
  z-index: 40;
  border-bottom: 1px solid rgba(251, 157, 21, 0.48);
  background: rgba(50, 33, 17, 0.93);
  box-shadow: 0 10px 30px rgba(20, 11, 4, 0.18);
  backdrop-filter: blur(16px) saturate(125%);
  -webkit-backdrop-filter: blur(16px) saturate(125%);
}

body.kamahui-home .site-header .header-inner {
  min-height: 76px;
  padding-block: 13px;
}

body.kamahui-home .site-header .site-branding {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  width: auto;
}

body.kamahui-home .site-header .custom-logo {
  display: block;
  max-width: clamp(168px, 16vw, 220px);
  transition: transform 350ms var(--kh-ease), filter 350ms ease;
}

body.kamahui-home .site-header .custom-logo-link:hover .custom-logo {
  filter: drop-shadow(0 8px 18px rgba(251, 157, 21, 0.18));
  transform: translateY(-1px);
}

body.kamahui-home .site-header .site-description {
  position: relative;
  margin: 0;
  padding-left: clamp(14px, 2vw, 28px);
  color: rgba(249, 226, 192, 0.78);
  font-size: 0.64rem;
  line-height: 1.45;
}

body.kamahui-home .site-header .site-description::before {
  position: absolute;
  inset: 50% auto auto 0;
  width: 1px;
  height: 30px;
  background: rgba(251, 157, 21, 0.5);
  content: "";
  transform: translateY(-50%);
}

body.kamahui-home .site-header .site-navigation {
  margin-left: auto;
}

body.kamahui-home .site-header .site-navigation ul.menu {
  display: flex;
  align-items: center;
  gap: clamp(13px, 1.45vw, 24px);
  margin: 0;
  padding: 0;
  list-style: none;
}

body.kamahui-home .site-header .site-navigation a {
  position: relative;
  display: block;
  padding: 10px 0;
  color: rgba(249, 226, 192, 0.82);
  font-family: var(--brand-font-display);
  font-size: clamp(0.64rem, 0.72vw, 0.76rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.045em;
  text-decoration: none;
  white-space: nowrap;
  transition: color 220ms ease;
}

body.kamahui-home .site-header .site-navigation a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: var(--brand-orange);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 300ms var(--kh-ease);
}

body.kamahui-home .site-header .site-navigation a:hover,
body.kamahui-home .site-header .site-navigation .current-menu-item > a {
  color: var(--brand-orange);
}

body.kamahui-home .site-header .site-navigation a:hover::after,
body.kamahui-home .site-header .site-navigation .current-menu-item > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

body.kamahui-home .site-navigation-toggle-holder {
  margin-left: auto;
}

body.kamahui-home .site-navigation-toggle {
  width: 44px;
  height: 44px;
  padding: 11px;
  border: 1px solid rgba(249, 226, 192, 0.24);
  border-radius: 10px;
  background: rgba(249, 226, 192, 0.06);
  color: var(--brand-cream);
}

body.kamahui-home .site-navigation-toggle:hover,
body.kamahui-home .site-navigation-toggle:focus-visible {
  border-color: var(--brand-orange);
  background: rgba(251, 157, 21, 0.12);
}

body.kamahui-home .site-navigation-dropdown {
  top: 100% !important;
  right: 0;
  bottom: auto !important;
  left: 0;
  width: 100%;
  margin: 0 !important;
  border-top: 1px solid rgba(249, 226, 192, 0.14);
  background: #2a1b0e !important;
  box-shadow: 0 24px 40px rgba(20, 11, 4, 0.22);
}

body.kamahui-home .site-navigation-dropdown ul {
  position: static !important;
  margin: 0;
  padding: 10px 18px 18px;
  background: #2a1b0e !important;
  list-style: none;
}

body.kamahui-home .site-navigation-dropdown a {
  display: block;
  padding: 13px 4px;
  border-bottom: 1px solid rgba(249, 226, 192, 0.1);
  background: transparent !important;
  color: rgba(249, 226, 192, 0.86) !important;
  font-family: var(--brand-font-display);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.035em;
  text-decoration: none;
}

body.kamahui-home .site-navigation-dropdown .current-menu-item > a,
body.kamahui-home .site-navigation-dropdown a:hover {
  color: var(--brand-orange) !important;
}

body.kamahui-home .site-navigation-dropdown[aria-hidden="false"] {
  height: auto !important;
  overflow: visible !important;
}

body.kamahui-home .site-navigation-dropdown[aria-hidden="true"] {
  height: 0 !important;
  overflow: hidden !important;
  border-top: 0;
  box-shadow: none;
}

/* Shared section language ------------------------------------------------- */

body.kamahui-home :is(.elementor-element-khman, .elementor-element-khpilares,
  .elementor-element-khvitrine, .elementor-element-khcausa,
  .elementor-element-khblog, .elementor-element-khcontato) > .e-con-inner {
  width: min(100%, 1180px);
}

body.kamahui-home :is(.elementor-element-khmanh, .elementor-element-khvitrineh,
  .elementor-element-khcausah, .elementor-element-khblogh,
  .elementor-element-khcth) .elementor-heading-title {
  text-wrap: balance;
}

body.kamahui-home .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

body.kamahui-home .elementor-button {
  min-height: 50px;
  border: 1px solid transparent;
  box-shadow: 0 10px 24px rgba(50, 33, 17, 0.16);
  transition: transform 260ms var(--kh-ease), box-shadow 260ms ease,
    background-color 260ms ease, color 260ms ease;
}

body.kamahui-home .elementor-button:hover {
  box-shadow: 0 16px 34px rgba(50, 33, 17, 0.26);
  transform: translateY(-3px);
}

/* Hero -------------------------------------------------------------------- */

body.kamahui-home .elementor-element-khhero {
  position: relative;
  isolation: isolate;
  min-height: max(760px, calc(100svh - 76px));
  background-position: center calc(50% + var(--kh-hero-shift, 0px)) !important;
  overflow: hidden;
}

body.kamahui-home .elementor-element-khhero::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(24, 13, 5, 0.2) 0%, rgba(24, 13, 5, 0.03) 36%, rgba(24, 13, 5, 0.66) 100%),
    radial-gradient(circle at 72% 32%, rgba(251, 157, 21, 0.16), transparent 29%),
    rgba(50, 33, 17, 0.44);
  content: "";
  pointer-events: none;
}

body.kamahui-home .elementor-element-khhero::after {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 50%;
  width: 1px;
  height: 58px;
  background: linear-gradient(180deg, var(--brand-orange), transparent);
  content: "";
  opacity: 0.9;
  transform-origin: top;
  animation: kh-scroll-line 2.4s var(--kh-ease) infinite;
}

body.kamahui-home .elementor-element-khhero > .e-con-inner {
  position: relative;
  z-index: 1;
  max-width: 1020px;
  padding-inline: clamp(18px, 4vw, 50px);
}

body.kamahui-home .elementor-element-khherologo img {
  width: clamp(228px, 25vw, 350px);
  filter: drop-shadow(0 18px 45px rgba(20, 11, 4, 0.34));
}

body.kamahui-home .elementor-element-khheroh1 .elementor-heading-title {
  max-width: 940px;
  margin-inline: auto;
  font-size: clamp(2.2rem, 4.25vw, 4.65rem);
  line-height: 1.05;
  letter-spacing: 0.025em;
  text-shadow: 0 4px 28px rgba(20, 11, 4, 0.52);
  text-wrap: balance;
}

body.kamahui-home .elementor-element-khherorule {
  width: min(120px, 30vw);
}

body.kamahui-home .elementor-element-khherorule .elementor-divider-separator {
  border-top-width: 2px;
  box-shadow: 0 0 20px rgba(251, 157, 21, 0.4);
}

body.kamahui-home .elementor-element-khherosub {
  max-width: 730px;
}

body.kamahui-home .elementor-element-khherosub p {
  font-size: clamp(0.98rem, 1.25vw, 1.15rem);
  line-height: 1.65;
  text-wrap: balance;
}

/* Manifesto --------------------------------------------------------------- */

body.kamahui-home .elementor-element-khman {
  position: relative;
  isolation: isolate;
  padding-block: clamp(96px, 11vw, 160px) !important;
}

body.kamahui-home .elementor-element-khman::before {
  position: absolute;
  top: 0;
  right: clamp(-80px, -3vw, -30px);
  width: clamp(260px, 34vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(74, 36, 25, 0.1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  transform: translateY(-44%);
}

body.kamahui-home .elementor-element-khman > .e-con-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(280px, 0.65fr);
  align-items: center;
  gap: clamp(54px, 8vw, 110px);
}

body.kamahui-home .elementor-element-khmanl {
  width: 100% !important;
  min-width: 0;
  gap: 20px;
}

body.kamahui-home .elementor-element-khmanh .elementor-heading-title {
  max-width: 700px;
  font-size: clamp(2rem, 3.35vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

body.kamahui-home .elementor-element-khmanp1 p {
  max-width: 660px;
  font-size: clamp(1.02rem, 1.3vw, 1.18rem);
}

body.kamahui-home .elementor-element-khmanp2 {
  margin-block: 6px 10px;
}

body.kamahui-home .elementor-element-khmanp2 p {
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  line-height: 1.35;
}

body.kamahui-home .elementor-element-khmanp3 p {
  max-width: 720px;
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.85;
}

body.kamahui-home .elementor-element-khmanp4 {
  width: min(100%, 600px) !important;
  margin-top: 14px;
  border-left-width: 0 !important;
  border-radius: 0 var(--kh-radius-sm) var(--kh-radius-sm) 0;
  box-shadow: inset 4px 0 var(--brand-orange);
}

body.kamahui-home .elementor-element-khmanp4 p {
  font-size: 0.98rem;
  line-height: 1.65;
}

body.kamahui-home .elementor-element-khmanr {
  position: relative;
  justify-self: end;
  width: min(100%, 380px) !important;
  min-width: 0;
  margin-left: auto;
  align-items: flex-end;
}

body.kamahui-home .elementor-element-khmanr::before,
body.kamahui-home .elementor-element-khmanr::after {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(74, 36, 25, 0.18);
  border-radius: 50%;
  content: "";
}

body.kamahui-home .elementor-element-khmanr::before {
  inset: -12% -8%;
}

body.kamahui-home .elementor-element-khmanr::after {
  inset: 4% 8%;
}

body.kamahui-home .elementor-element-khmanimg {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: right;
}

body.kamahui-home .elementor-element-khmanimg img {
  width: min(100%, 360px);
  filter: drop-shadow(0 24px 34px rgba(74, 36, 25, 0.18));
  transform: rotate(-2deg);
  transition: transform 700ms var(--kh-ease);
}

body.kamahui-home .elementor-element-khmanr:hover img {
  transform: rotate(1deg) scale(1.025);
}

/* Graphic bands ----------------------------------------------------------- */

body.kamahui-home :is(.elementor-element-khdiv1, .elementor-element-khdiv2) {
  min-height: 78px !important;
  background-size: 200px auto !important;
  opacity: 1;
}

/* Pillars ----------------------------------------------------------------- */

body.kamahui-home .elementor-element-khpilares {
  position: relative;
  padding-block: clamp(84px, 9vw, 130px) !important;
  overflow: hidden;
}

body.kamahui-home .elementor-element-khpilares::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(50, 33, 17, 0.72), rgba(50, 33, 17, 0.18), rgba(50, 33, 17, 0.72));
  content: "";
  pointer-events: none;
}

body.kamahui-home .elementor-element-khpilares > .e-con-inner {
  position: relative;
  z-index: 1;
}

body.kamahui-home .elementor-element-khpilgrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
}

body.kamahui-home :is(.elementor-element-khpil0, .elementor-element-khpil1,
  .elementor-element-khpil2, .elementor-element-khpil3) {
  position: relative;
  width: auto !important;
  min-height: 250px;
  padding: 42px 24px 34px !important;
  border: 1px solid rgba(249, 226, 192, 0.12) !important;
  border-top: 3px solid var(--brand-orange) !important;
  border-radius: var(--kh-radius-md) !important;
  background: linear-gradient(145deg, rgba(74, 36, 25, 0.96), rgba(50, 33, 17, 0.92)) !important;
  box-shadow: 0 16px 40px rgba(20, 11, 4, 0.18);
  overflow: hidden;
  transition: border-color 300ms ease, transform 420ms var(--kh-ease), box-shadow 300ms ease;
}

body.kamahui-home :is(.elementor-element-khpil0, .elementor-element-khpil1,
  .elementor-element-khpil2, .elementor-element-khpil3)::before {
  position: absolute;
  top: 14px;
  left: 18px;
  right: auto;
  color: rgba(249, 226, 192, 0.22);
  font-family: var(--brand-font-display);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

body.kamahui-home .elementor-element-khpil0::before { content: "01"; }
body.kamahui-home .elementor-element-khpil1::before { content: "02"; }
body.kamahui-home .elementor-element-khpil2::before { content: "03"; }
body.kamahui-home .elementor-element-khpil3::before { content: "04"; }

/* Pillar cards as full-surface buttons ----------------------------------- */

body.kamahui-home :is(.elementor-element-khpil0, .elementor-element-khpil1,
  .elementor-element-khpil2, .elementor-element-khpil3).kh-pillar-btn {
  cursor: pointer;
  isolation: isolate;
}

body.kamahui-home .kh-pillar-link {
  position: absolute;
  inset: 0;
  z-index: 5;
  border-radius: inherit;
  text-decoration: none;
  color: transparent;
}

body.kamahui-home .kh-pillar-link:focus-visible {
  outline: 3px solid var(--brand-orange);
  outline-offset: 4px;
}

body.kamahui-home .kh-pillar-link:focus-visible ~ [data-id^="khpilico"] img,
body.kamahui-home :is(.elementor-element-khpil0, .elementor-element-khpil1,
  .elementor-element-khpil2, .elementor-element-khpil3):focus-within [data-id^="khpilico"] img,
body.kamahui-home :is(.elementor-element-khpil0, .elementor-element-khpil1,
  .elementor-element-khpil2, .elementor-element-khpil3):hover [data-id^="khpilico"] img {
  transform: rotate(-4deg) scale(1.08);
}

body.kamahui-home :is(.elementor-element-khpil0, .elementor-element-khpil1,
  .elementor-element-khpil2, .elementor-element-khpil3):is(:hover, :focus-within) {
  border-color: rgba(251, 157, 21, 0.6) !important;
  box-shadow: var(--kh-shadow-dark);
  transform: translateY(-8px);
}

body.kamahui-home :is(.elementor-element-khpil0, .elementor-element-khpil1,
  .elementor-element-khpil2, .elementor-element-khpil3):active {
  transform: translateY(-4px);
}

body.kamahui-home [data-id^="khpilico"],
body.kamahui-home [data-id^="khpilh"] {
  pointer-events: none;
}

body.kamahui-home [data-id^="khpilh"] .elementor-heading-title {
  margin: 0;
  color: var(--brand-orange);
  font-family: var(--brand-font-display, "Poppins", sans-serif);
  font-size: clamp(0.82rem, 1.05vw, 0.98rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

body.kamahui-home [data-id^="khpilico"] img {
  width: 58px;
  max-height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 10px 16px rgba(20, 11, 4, 0.28));
  transition: transform 500ms var(--kh-ease);
}

/* Crowdfunding ribbon ----------------------------------------------------- */

body.kamahui-home .elementor-element-khcrowd {
  position: relative;
  background-image:
    radial-gradient(circle at 15% 50%, rgba(251, 157, 21, 0.24), transparent 23%),
    linear-gradient(110deg, #b92f12, var(--brand-red)) !important;
  overflow: hidden;
}

body.kamahui-home .elementor-element-khcrowd > .e-con-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  width: min(100%, 1060px);
  gap: 32px;
}

body.kamahui-home .elementor-element-khcrowdh {
  text-align: left;
}

body.kamahui-home .elementor-element-khcrowdh .elementor-heading-title {
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  text-align: left;
  text-wrap: balance;
}

/* Store coming soon ------------------------------------------------------- */

body.kamahui-home .elementor-element-khvitrine {
  position: relative;
  padding-block: clamp(94px, 10vw, 145px) !important;
  background:
    radial-gradient(circle at 0 20%, rgba(251, 157, 21, 0.14), transparent 28%),
    var(--brand-ground) !important;
}

body.kamahui-home .elementor-element-khstoretitle .elementor-heading-title {
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  letter-spacing: -0.015em;
  color: var(--brand-cream);
}

body.kamahui-home .elementor-element-khstorecopy,
body.kamahui-home .elementor-element-khstorecopy p {
  color: rgba(249, 226, 192, 0.78);
}

body.kamahui-home .elementor-element-khprodgrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 30px);
  margin-top: 18px;
}

body.kamahui-home :is(.elementor-element-khprod0, .elementor-element-khprod1,
  .elementor-element-khprod2, .elementor-element-khprod3) {
  width: auto !important;
  height: 100%;
  gap: 0;
  border: 1px solid rgba(74, 36, 25, 0.13) !important;
  border-radius: var(--kh-radius-md) !important;
  box-shadow: 0 10px 35px rgba(50, 33, 17, 0.08);
  overflow: hidden;
  transition: transform 420ms var(--kh-ease), box-shadow 320ms ease, border-color 320ms ease;
}

body.kamahui-home :is(.elementor-element-khprod0, .elementor-element-khprod1,
  .elementor-element-khprod2, .elementor-element-khprod3):hover {
  border-color: rgba(251, 157, 21, 0.55) !important;
  box-shadow: var(--kh-shadow-soft);
  transform: translateY(-9px);
}

body.kamahui-home [data-id^="khprodimg"] {
  position: relative;
  overflow: hidden;
}

body.kamahui-home .elementor-element-khvitrine [data-id^="khprodimg"] img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 800ms var(--kh-ease), filter 500ms ease;
}

body.kamahui-home [data-id^="khprod"]:hover [data-id^="khprodimg"] img {
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.045);
}

body.kamahui-home [data-id^="khprodtxt"] {
  min-height: 152px;
  padding: 22px 20px 24px !important;
}

body.kamahui-home [data-id^="khprodh"] .elementor-heading-title {
  font-size: 1rem;
  line-height: 1.45;
}

body.kamahui-home [data-id^="khprodp"] p {
  margin-top: 5px;
  font-size: 1.03rem;
}

body.kamahui-home [data-id^="khprodbadge"] {
  border-radius: 99px;
}

/* Cause ------------------------------------------------------------------- */

body.kamahui-home .elementor-element-khcausa {
  position: relative;
  isolation: isolate;
  padding-block: clamp(100px, 11vw, 165px) !important;
  background:
    radial-gradient(circle at 50% 15%, rgba(251, 157, 21, 0.13), transparent 26%),
    linear-gradient(180deg, #322111, #291a0e) !important;
  overflow: hidden;
}

body.kamahui-home .elementor-element-khcausa::before,
body.kamahui-home .elementor-element-khcausa::after {
  position: absolute;
  z-index: -1;
  width: clamp(260px, 36vw, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(251, 157, 21, 0.12);
  border-radius: 50%;
  content: "";
}

body.kamahui-home .elementor-element-khcausa::before {
  top: 8%;
  left: 0;
  transform: translateX(-64%);
}

body.kamahui-home .elementor-element-khcausa::after {
  right: 0;
  bottom: 4%;
  transform: translateX(67%);
}

body.kamahui-home .elementor-element-khcausa > .e-con-inner {
  max-width: 900px;
}

body.kamahui-home .elementor-element-khcausaico img {
  width: 88px;
  filter: drop-shadow(0 14px 20px rgba(20, 11, 4, 0.36));
}

body.kamahui-home .elementor-element-khcausah .elementor-heading-title {
  font-size: clamp(2.15rem, 4vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

body.kamahui-home [data-id^="khcausap"] {
  max-width: 790px;
}

body.kamahui-home [data-id^="khcausap"] p {
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.9;
}

body.kamahui-home .elementor-element-khcausap0 p {
  margin-block: 4px 12px;
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  line-height: 1.45;
}

body.kamahui-home .elementor-element-khcausabtn {
  margin-top: 24px;
}

/* Story / blog ------------------------------------------------------------ */

body.kamahui-home .elementor-element-khblog {
  position: relative;
  padding-block: clamp(90px, 10vw, 140px) !important;
}

body.kamahui-home .elementor-element-khblogcard {
  position: relative;
  display: grid;
  grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.5fr);
  width: 100%;
  max-width: 1000px;
  padding: clamp(34px, 5vw, 64px) !important;
  border: 0 !important;
  border-radius: var(--kh-radius-lg) !important;
  background: #fffaf2 !important;
  box-shadow: var(--kh-shadow-soft);
  overflow: hidden;
}

body.kamahui-home .elementor-element-khblogcard::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 9px;
  background: linear-gradient(180deg, var(--brand-orange), var(--brand-red));
  content: "";
}

body.kamahui-home .elementor-element-khblogh {
  grid-row: 1 / span 2;
  align-self: start;
  padding-right: clamp(20px, 4vw, 54px);
}

body.kamahui-home .elementor-element-khblogh .elementor-heading-title {
  font-size: clamp(1.65rem, 2.6vw, 2.55rem);
  line-height: 1.14;
}

body.kamahui-home .elementor-element-khblogp {
  padding-left: clamp(20px, 4vw, 54px);
  border-left: 1px solid rgba(74, 36, 25, 0.16);
}

body.kamahui-home .elementor-element-khblogp p {
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.8;
}

body.kamahui-home .elementor-element-khblogmeta {
  padding-left: clamp(20px, 4vw, 54px);
}

/* Contact ----------------------------------------------------------------- */

body.kamahui-home .elementor-element-khcontato {
  position: relative;
  padding-block: clamp(90px, 10vw, 140px) !important;
  background:
    radial-gradient(circle at 90% 15%, rgba(249, 226, 192, 0.32), transparent 20%),
    var(--brand-orange) !important;
  overflow: hidden;
}

body.kamahui-home .elementor-element-khcth .elementor-heading-title {
  font-size: clamp(2.1rem, 3.6vw, 3.5rem);
  letter-spacing: -0.01em;
}

body.kamahui-home .elementor-element-khctrow {
  gap: clamp(38px, 7vw, 90px);
  align-items: center;
}

body.kamahui-home .elementor-element-khctform {
  position: relative;
  flex-basis: 57%;
  padding: clamp(24px, 3vw, 42px) !important;
  border: 1px solid rgba(50, 33, 17, 0.12);
  border-radius: var(--kh-radius-lg) !important;
  box-shadow: 0 26px 70px rgba(74, 36, 25, 0.2);
}

body.kamahui-home #contato .frm-fluent-form {
  max-width: none;
}

body.kamahui-home #contato .ff-el-group {
  margin-bottom: 14px;
}

body.kamahui-home #contato .ff-el-input--label label {
  color: #322111;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

body.kamahui-home #contato .ff-el-form-control {
  width: 100%;
  min-height: 50px;
  border: 1px solid #c9a870;
  border-radius: 4px;
  background: #fff;
  color: #322111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.95rem;
  padding: 12px 14px;
  box-shadow: none;
  transition: border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

body.kamahui-home #contato textarea.ff-el-form-control {
  min-height: 126px;
  resize: vertical;
}

body.kamahui-home #contato .ff-el-form-control:focus {
  border-color: #fb9d15;
  background: #fffdf9;
  outline: 2px solid rgba(251, 157, 21, 0.4);
  outline-offset: 1px;
  box-shadow: 0 0 0 4px rgba(251, 157, 21, 0.16);
}

body.kamahui-home #contato .ff-el-form-control::placeholder {
  color: #8a7a63;
}

body.kamahui-home #contato .ff-btn-submit {
  min-width: 150px;
  background: #322111 !important;
  color: #f9e2c0 !important;
  border: 2px solid #322111 !important;
  border-radius: 6px !important;
  padding: 16px 32px !important;
  font-family: Poppins, sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.82rem !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  min-height: 48px;
  transition: transform 260ms var(--kh-ease), box-shadow 260ms ease, background-color 260ms ease, border-color 260ms ease !important;
}

body.kamahui-home #contato .ff-btn-submit:hover {
  background: #4a2419 !important;
  border-color: #4a2419 !important;
  box-shadow: 0 14px 28px rgba(50, 33, 17, 0.24);
  transform: translateY(-2px);
}

body.kamahui-home #contato .ff-message-success {
  background: #f9e2c0;
  color: #322111;
  border-left: 4px solid #477022;
  padding: 16px 18px;
  font-family: "DM Sans", sans-serif;
}

body.kamahui-home #contato .text-danger,
body.kamahui-home #contato .error {
  color: #8d1d14;
  font-family: "DM Sans", sans-serif;
  font-size: 0.8rem;
}

body.kamahui-home .elementor-element-khctside {
  flex-basis: 34%;
  gap: 24px;
}

body.kamahui-home .elementor-element-khctcanais p {
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 2.05;
}

body.kamahui-home .elementor-element-khctbtns {
  gap: 12px;
}

body.kamahui-home .elementor-element-khctlogo {
  margin-top: 14px;
}

body.kamahui-home .elementor-element-khctlogo img {
  width: min(100%, 250px);
}

/* Footer chrome only — layout lives in interior.css institutional block */
body.kamahui-home .site-footer,
body.kamahui-home .kh-institutional-footer {
  border-top: 2px solid #fb9d15;
  background: #27190d;
}

/* Footer chrome on home — layout comes from shared KH FOOTER GRID block */
body.kamahui-home .site-footer,
body.kamahui-home .kh-institutional-footer {
  border-top: 2px solid #fb9d15;
  background: #27190d;
}

body.kamahui-home .site-footer .custom-logo {
  max-width: 220px;
}

/* === KH FOOTER GRID (shared with interior) === */
/* Global shell — footer ---------------------------------------------------- */
body.kamahui-interior .site-footer,
body.kamahui-home .site-footer,
.kh-institutional-footer {
  border-top: 2px solid #fb9d15;
  background: #27190d;
  position: relative;
  overflow: hidden;
}

body.kamahui-interior .site-footer .custom-logo {
  max-width: 220px;
}

/* Large jaguar watermark behind the footer content */
.kh-footer-watermark {
  position: absolute;
  right: clamp(-8%, -4vw, -1%);
  bottom: clamp(-28%, -10vw, -6%);
  width: min(72vw, 520px);
  height: auto;
  opacity: 0.18;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.kh-institutional-footer .footer-inner.kh-footer-grid {
  position: relative;
  z-index: 1;
}

/* Institutional footer — brand | explore (2-col list) | institutional ---- */
.kh-institutional-footer .footer-inner.kh-footer-grid,
body.kamahui-home .kh-institutional-footer .footer-inner.kh-footer-grid,
body.kamahui-interior .kh-institutional-footer .footer-inner.kh-footer-grid {
  display: grid !important;
  grid-template-columns: minmax(220px, 1.2fr) minmax(260px, 1.6fr) minmax(160px, 0.9fr);
  grid-template-areas:
    "brand explore legal"
    "bar bar bar";
  gap: clamp(1.5rem, 3vw, 2.75rem) clamp(1.5rem, 3.5vw, 3rem);
  align-items: start;
  width: min(100%, 1180px);
  margin-inline: auto;
  padding: clamp(2.25rem, 4.5vw, 3.25rem) clamp(1.25rem, 4vw, 2rem) clamp(1.5rem, 3vw, 2rem);
  min-height: 0;
  box-sizing: border-box;
}

.kh-footer-brand { grid-area: brand; }
.kh-footer-nav--explore { grid-area: explore; }
.kh-footer-nav--legal { grid-area: legal; }
.kh-footer-bar { grid-area: bar; }

.kh-footer-brand__lockup {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  color: inherit;
}

.kh-footer-brand__symbol {
  width: 64px;
  height: 64px;
  object-fit: contain;
  flex-shrink: 0;
}

.kh-footer-brand__text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.kh-footer-brand__name {
  color: #f9e2c0;
  font-family: var(--brand-font-display, "Poppins", sans-serif);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.1;
}

.kh-footer-brand__tagline {
  color: #fb9d15;
  font-family: var(--brand-font-body, "DM Sans", sans-serif);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.35;
}

.kh-footer-brand__note {
  margin: 1rem 0 0;
  color: rgba(249, 226, 192, 0.55);
  font-family: var(--brand-font-body, "DM Sans", sans-serif);
  font-size: 0.78rem;
  line-height: 1.5;
}

.kh-footer-heading {
  margin: 0 0 0.85rem;
  color: #fb9d15;
  font-family: var(--brand-font-display, "Poppins", sans-serif);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.kh-footer-nav__list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kh-footer-nav__list--cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(1rem, 2.5vw, 2rem);
  row-gap: 0.45rem;
}

.kh-footer-nav a {
  color: rgba(249, 226, 192, 0.82);
  font-family: var(--brand-font-body, "DM Sans", sans-serif);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  line-height: 1.35;
}

.kh-footer-nav a:hover {
  color: #fb9d15;
}

.kh-footer-contact {
  margin-top: 1.15rem;
}

.kh-footer-contact a {
  color: #fb9d15;
  font-family: var(--brand-font-body, "DM Sans", sans-serif);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}

.kh-footer-contact a:hover {
  color: #f9e2c0;
}

.kh-institutional-footer .copyright.kh-footer-bar,
.kh-footer-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(249, 226, 192, 0.16);
}

.kh-institutional-footer .copyright p,
.kh-footer-bar p {
  margin: 0;
  color: rgba(249, 226, 192, 0.62);
  font-family: var(--brand-font-body, "DM Sans", sans-serif);
  font-size: 0.78rem;
  line-height: 1.55;
}

.kh-footer-staging {
  color: rgba(249, 226, 192, 0.42) !important;
  font-size: 0.72rem !important;
}

/* TranslatePress switcher — footer only, dark shell */
.kh-footer-lang {
  flex: 1 1 100%;
  margin: 0 0 0.15rem;
}

.kh-footer-lang .trp-shortcode-switcher__wrapper {
  --bg: rgba(249, 226, 192, 0.06) !important;
  --bg-hover: rgba(251, 157, 21, 0.14) !important;
  --text: rgba(249, 226, 192, 0.88) !important;
  --text-hover: #fb9d15 !important;
  --border-color: rgba(251, 157, 21, 0.35) !important;
  --border-radius: 999px !important;
  --flag-size: 16px !important;
  max-width: 220px;
}

.kh-footer-lang .trp-language-item,
.kh-footer-lang .trp-current-language-item__wrapper {
  background: rgba(249, 226, 192, 0.06) !important;
  border-color: rgba(251, 157, 21, 0.35) !important;
  border-radius: 999px !important;
  color: rgba(249, 226, 192, 0.88) !important;
}

.kh-footer-lang .trp-language-item:hover,
.kh-footer-lang .trp-language-item:focus-visible {
  background: rgba(251, 157, 21, 0.14) !important;
  color: #fb9d15 !important;
}

.kh-footer-lang .trp-shortcode-arrow path {
  stroke: rgba(249, 226, 192, 0.72) !important;
}

.site-header .menu-item-trp-switcher,
.site-navigation-dropdown .menu-item-trp-switcher {
  display: none !important;
}

/* TranslatePress floater — bottom bar, Kamahui dark shell */
.trp-floating-switcher.trp-switcher-position-bottom,
.trp-floating-switcher.trp-switcher-position-bottom-right {
  --bg: rgba(50, 33, 17, 0.94) !important;
  --bg-hover: rgba(74, 36, 25, 0.98) !important;
  --text: rgba(249, 226, 192, 0.92) !important;
  --text-hover: #fb9d15 !important;
  --border-color: rgba(251, 157, 21, 0.45) !important;
  --border-radius: 12px 12px 0 0 !important;
  z-index: 9999;
}

.trp-floating-switcher .trp-language-item__current,
.trp-floating-switcher .trp-language-item {
  background: rgba(50, 33, 17, 0.94) !important;
  color: rgba(249, 226, 192, 0.92) !important;
  border-color: rgba(251, 157, 21, 0.45) !important;
}

.trp-floating-switcher .trp-language-item:hover,
.trp-floating-switcher .trp-language-item:focus-visible {
  background: rgba(74, 36, 25, 0.98) !important;
  color: #fb9d15 !important;
}

/* Hide Hello Elementor leftover branding blocks inside our footer */
.kh-institutional-footer .site-branding,
.kh-institutional-footer .site-logo,
.kh-institutional-footer .site-title,
.kh-institutional-footer .site-description {
  display: none !important;
}

@media (max-width: 960px) {
  .kh-institutional-footer .footer-inner.kh-footer-grid,
  body.kamahui-home .kh-institutional-footer .footer-inner.kh-footer-grid,
  body.kamahui-interior .kh-institutional-footer .footer-inner.kh-footer-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "brand brand"
      "explore explore"
      "legal legal"
      "bar bar";
  }

  .kh-footer-watermark {
    width: min(78vw, 380px);
    opacity: 0.14;
  }
}

@media (max-width: 560px) {
  .kh-institutional-footer .footer-inner.kh-footer-grid,
  body.kamahui-home .kh-institutional-footer .footer-inner.kh-footer-grid,
  body.kamahui-interior .kh-institutional-footer .footer-inner.kh-footer-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "explore"
      "legal"
      "bar";
  }

  .kh-footer-nav__list--cols {
    grid-template-columns: 1fr 1fr;
  }

  .kh-footer-bar {
    flex-direction: column;
  }

  .kh-footer-watermark {
    width: min(92vw, 340px);
    opacity: 0.12;
  }
}



/* Beat Hello Elementor footer-stacked / flex chrome */
.site-footer.kh-institutional-footer.footer-stacked .footer-inner.kh-footer-grid,
.site-footer.kh-institutional-footer .footer-inner.kh-footer-grid {
  display: grid !important;
  flex-direction: unset !important;
  align-items: start !important;
  justify-content: unset !important;
  text-align: start !important;
  max-width: min(100%, 1180px) !important;
  width: 100% !important;
  margin-inline: auto !important;
}

.site-footer.kh-institutional-footer .kh-footer-nav__list {
  text-align: start;
}

.site-footer.kh-institutional-footer .kh-footer-brand,
.site-footer.kh-institutional-footer .kh-footer-nav {
  width: auto !important;
  max-width: none !important;
  text-align: start !important;
}

/* Motion ------------------------------------------------------------------ */

body.kamahui-home.kh-motion-ready [data-kh-reveal]:not(.kh-inview) {
  opacity: 0;
  transform: translateY(34px);
}

body.kamahui-home.kh-motion-ready [data-kh-reveal="left"]:not(.kh-inview) {
  transform: translateX(-42px);
}

body.kamahui-home.kh-motion-ready [data-kh-reveal="right"]:not(.kh-inview) {
  transform: translateX(42px);
}

body.kamahui-home [data-kh-reveal] {
  transition: opacity 800ms var(--kh-ease), transform 900ms var(--kh-ease);
  transition-delay: var(--kh-delay, 0ms);
}

body.kamahui-home [data-kh-reveal].kh-inview {
  opacity: 1;
  transform: none;
}

@keyframes kh-scroll-line {
  0%, 100% { opacity: 0.25; transform: scaleY(0.32); }
  45% { opacity: 1; transform: scaleY(1); }
}

/* Responsive -------------------------------------------------------------- */

@media (max-width: 1024px) {
  body.kamahui-home .site-header .site-description {
    display: none;
  }

  body.kamahui-home .elementor-element-khman > .e-con-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  body.kamahui-home .elementor-element-khmanl,
  body.kamahui-home .elementor-element-khmanr {
    width: 100% !important;
    flex-basis: auto;
  }

  body.kamahui-home .elementor-element-khmanr {
    max-width: 340px;
    justify-self: end;
    margin-right: clamp(8px, 7vw, 72px);
    margin-left: auto;
  }

  body.kamahui-home .elementor-element-khpilgrid,
  body.kamahui-home .elementor-element-khprodgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.kamahui-home .elementor-element-khblogcard {
    grid-template-columns: 1fr;
  }

  body.kamahui-home .elementor-element-khblogh {
    grid-row: auto;
    padding-right: 0;
  }

  body.kamahui-home .elementor-element-khblogp,
  body.kamahui-home .elementor-element-khblogmeta {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 767px) {
  body.kamahui-home .site-header .header-inner {
    min-height: 66px;
    padding: 11px 18px;
  }

  body.kamahui-home .site-header .custom-logo {
    max-width: 158px;
  }

  body.kamahui-home .site-header .site-description {
    display: none;
  }

  body.kamahui-home .elementor-element-khhero {
    min-height: max(650px, calc(100svh - 66px));
    background-position: 54% center !important;
  }

  body.kamahui-home .elementor-element-khhero > .e-con-inner {
    gap: 18px;
  }

  body.kamahui-home .elementor-element-khheroh1 .elementor-heading-title {
    font-size: clamp(1.85rem, 9vw, 2.65rem);
    line-height: 1.08;
  }

  body.kamahui-home .elementor-element-khhero::after {
    bottom: 12px;
    height: 44px;
  }

  body.kamahui-home .elementor-element-khman {
    padding-block: 78px !important;
  }

  body.kamahui-home .elementor-element-khmanh .elementor-heading-title {
    font-size: clamp(1.85rem, 8.4vw, 2.5rem);
  }

  body.kamahui-home .elementor-element-khmanr {
    max-width: 250px;
    justify-self: end;
    margin-top: 20px;
    margin-right: 8px;
    margin-left: auto;
  }

  body.kamahui-home :is(.elementor-element-khdiv1, .elementor-element-khdiv2) {
    min-height: 54px !important;
    background-size: 150px auto !important;
  }

  body.kamahui-home .elementor-element-khpilgrid {
    grid-template-columns: 1fr;
  }

  body.kamahui-home :is(.elementor-element-khpil0, .elementor-element-khpil1,
    .elementor-element-khpil2, .elementor-element-khpil3) {
    min-height: 0;
    padding: 28px 52px 28px 22px !important;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }

  body.kamahui-home [data-id^="khpilico"] {
    flex: 0 0 46px;
    width: 46px;
  }

  body.kamahui-home [data-id^="khpilico"] img {
    width: 42px;
  }

  body.kamahui-home [data-id^="khpilh"] .elementor-heading-title {
    text-align: left;
  }

  body.kamahui-home .elementor-element-khcrowd > .e-con-inner {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  body.kamahui-home .elementor-element-khcrowdh .elementor-heading-title {
    text-align: center;
  }

  body.kamahui-home .elementor-element-khprodgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.kamahui-home :is(.elementor-element-khprod0, .elementor-element-khprod1,
    .elementor-element-khprod2, .elementor-element-khprod3) {
    border-radius: 12px !important;
  }

  body.kamahui-home [data-id^="khprodtxt"] {
    min-height: 145px;
    padding: 16px 13px 18px !important;
  }

  body.kamahui-home [data-id^="khprodh"] .elementor-heading-title {
    font-size: 0.84rem;
    line-height: 1.4;
  }

  body.kamahui-home [data-id^="khprodp"] p {
    font-size: 0.9rem;
  }

  body.kamahui-home [data-id^="khprodbadge"] p {
    font-size: 0.58rem;
  }

  body.kamahui-home .elementor-element-khcausa {
    padding-block: 86px !important;
  }

  body.kamahui-home [data-id^="khcausap"] p {
    text-align: left;
  }

  body.kamahui-home .elementor-element-khcausap0 p {
    text-align: center;
  }

  body.kamahui-home .elementor-element-khblogcard {
    padding: 34px 25px 32px 30px !important;
    border-radius: 18px !important;
  }

  body.kamahui-home .elementor-element-khctform,
  body.kamahui-home .elementor-element-khctside {
    width: 100% !important;
    flex-basis: auto;
  }

  body.kamahui-home .elementor-element-khctside {
    align-items: center;
    text-align: center;
  }

  body.kamahui-home .elementor-element-khctcanais p {
    text-align: center;
  }

  body.kamahui-home .elementor-element-khctbtns {
    justify-content: center;
  }

  body.kamahui-home .elementor-element-khctlogo {
    text-align: center;
  }

  body.kamahui-home .site-footer .footer-inner {
    align-items: flex-start;
    gap: 18px;
  }
}

@media (max-width: 420px) {
  body.kamahui-home .elementor-element-khprodgrid {
    margin-inline: -6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.kamahui-home *,
  body.kamahui-home *::before,
  body.kamahui-home *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  body.kamahui-home.kh-motion-ready [data-kh-reveal]:not(.kh-inview) {
    opacity: 1;
    transform: none;
  }
}

/* M1 fix — the onça must never stay hidden on mobile (reveal + no clip). */
@media (max-width: 767px) {
  body.kamahui-home.kh-motion-ready .elementor-element-khmanr[data-kh-reveal]:not(.kh-inview) {
    opacity: 1 !important;
    transform: none !important;
  }
  body.kamahui-home .elementor-element-khmanr {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
    justify-self: center;
  }
  body.kamahui-home .elementor-element-khmanimg {
    text-align: center;
  }
}


/* Nav CTA — Estudo de cantos as yellow button */
body.kamahui-home .site-header .site-navigation .menu-item.kh-nav-cta > a,
body.kamahui-interior .site-header .site-navigation .menu-item.kh-nav-cta > a,
.site-header .site-navigation .menu-item.kh-nav-cta > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.15rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: var(--brand-orange, #fb9d15);
  color: #322111 !important;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(251, 157, 21, 0.18);
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, color 220ms ease;
}

body.kamahui-home .site-header .site-navigation .menu-item.kh-nav-cta > a::after,
body.kamahui-interior .site-header .site-navigation .menu-item.kh-nav-cta > a::after,
.site-header .site-navigation .menu-item.kh-nav-cta > a::after {
  display: none !important;
  content: none !important;
}

body.kamahui-home .site-header .site-navigation .menu-item.kh-nav-cta > a:hover,
body.kamahui-home .site-header .site-navigation .menu-item.kh-nav-cta.current-menu-item > a,
body.kamahui-interior .site-header .site-navigation .menu-item.kh-nav-cta > a:hover,
body.kamahui-interior .site-header .site-navigation .menu-item.kh-nav-cta.current-menu-item > a,
.site-header .site-navigation .menu-item.kh-nav-cta > a:hover,
.site-header .site-navigation .menu-item.kh-nav-cta.current-menu-item > a {
  background: #f9e2c0;
  color: #322111 !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(251, 157, 21, 0.28);
}

/* Mobile dropdown CTA */
body.kamahui-home .site-navigation-dropdown .menu-item.kh-nav-cta > a,
body.kamahui-interior .site-navigation-dropdown .menu-item.kh-nav-cta > a {
  display: inline-flex;
  width: fit-content;
  margin: 0.35rem 0 0.15rem;
  padding: 0.7rem 1.1rem;
  border-radius: 999px;
  background: var(--brand-orange, #fb9d15);
  color: #322111 !important;
  font-weight: 600;
}

body.kamahui-home .site-navigation-dropdown .menu-item.kh-nav-cta > a:hover,
body.kamahui-interior .site-navigation-dropdown .menu-item.kh-nav-cta > a:hover {
  background: #f9e2c0;
  color: #322111 !important;
}

