/*
 * Khushi Trivedi Elementor design system
 * Primitive → semantic → component tokens keep the Elementor presentation coherent.
 */
:root {
  /* Primitive tokens */
  --keb-paper-0: #fffefb;
  --keb-paper-50: #fafbf7;
  --keb-sage-50: #f1f5eb;
  --keb-sage-100: #e1ead8;
  --keb-sage-200: #cbdac0;
  --keb-green-500: #527444;
  --keb-green-600: #436438;
  --keb-green-800: #263d23;
  --keb-ink-900: #171a16;
  --keb-ink-600: #62685f;
  --keb-white: #ffffff;
  --keb-space-1: .25rem;
  --keb-space-2: .5rem;
  --keb-space-3: .75rem;
  --keb-space-4: 1rem;
  --keb-space-5: 1.5rem;
  --keb-space-6: 2rem;
  --keb-space-7: 3rem;
  --keb-space-8: 4.5rem;
  --keb-space-9: 7rem;
  --keb-radius-sm: .75rem;
  --keb-radius-md: 1.25rem;
  --keb-radius-lg: 2rem;
  --keb-radius-pill: 999px;
  --keb-duration-fast: 220ms;
  --keb-duration-normal: 460ms;
  --keb-ease: cubic-bezier(.22, 1, .36, 1);
  /* Semantic tokens */
  --keb-bg: var(--keb-paper-50);
  --keb-surface: var(--keb-paper-0);
  --keb-surface-soft: var(--keb-sage-50);
  --keb-primary: var(--keb-green-500);
  --keb-primary-hover: var(--keb-green-600);
  --keb-heading: var(--keb-ink-900);
  --keb-copy: var(--keb-ink-600);
  --keb-border: rgba(38, 61, 35, .14);
  --keb-shadow: 0 16px 54px rgba(38, 61, 35, .08);
  --keb-shadow-soft: 0 10px 32px rgba(38, 61, 35, .06);
  /* Component tokens */
  --keb-button-bg: var(--keb-primary);
  --keb-button-bg-hover: var(--keb-primary-hover);
  --keb-card-bg: rgba(255, 254, 251, .78);
  --keb-card-border: var(--keb-border);
  --keb-section-space: clamp(5rem, 9vw, 8rem);
}

html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 7.5rem; }
body {
  overflow-x: clip;
  color: var(--keb-heading);
  background: var(--keb-bg);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .keb-site-header { top: 50px; }
a { color: inherit; }
::selection { color: var(--keb-green-800); background: var(--keb-sage-200); }
:focus-visible { outline: 3px solid rgba(82, 116, 68, .45); outline-offset: 4px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.keb-section.e-con { --padding-top: var(--keb-section-space); --padding-bottom: var(--keb-section-space); --padding-left: clamp(1.25rem, 4vw, 2.5rem); --padding-right: clamp(1.25rem, 4vw, 2.5rem); }
.keb-section > .e-con-inner { max-width: 1180px; }
.keb-anchor { height: 0 !important; min-height: 0 !important; }
.keb-display .elementor-heading-title,
.keb-display { font-family: "Caudex", Georgia, serif !important; font-weight: 400; letter-spacing: -.04em; line-height: .99; color: var(--keb-heading); }
.keb-display em { color: var(--keb-green-500); font-weight: 400; }
.keb-section-title .elementor-heading-title { font-size: clamp(2.6rem, 5.7vw, 5.2rem); max-width: 900px; }
.keb-eyebrow .elementor-heading-title,
.keb-eyebrow { margin: 0; color: var(--keb-green-500) !important; font: 700 .73rem/1.3 "DM Sans", sans-serif !important; letter-spacing: .19em; text-transform: uppercase; }
.keb-lead { max-width: 670px; color: var(--keb-copy); font-size: clamp(1.05rem, 1.5vw, 1.2rem); line-height: 1.7; }
.keb-lead p, .keb-body-copy p, .keb-card-copy p, .keb-module-copy p, .keb-step-copy p { margin: 0; }
.keb-body-copy { display: grid; gap: 1rem; color: var(--keb-copy); font-size: 1.05rem; line-height: 1.75; }

/* Floating header */
.keb-header-widget { width: 100%; height: 0; position: relative; z-index: 100; }
.keb-site-header {
  position: fixed;
  z-index: 1000;
  top: 18px;
  left: 50%;
  width: min(1180px, calc(100vw - 32px));
  min-height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 10px 12px 10px 20px;
  transform: translateX(-50%);
  border: 1px solid rgba(38, 61, 35, .13);
  border-radius: var(--keb-radius-pill);
  background: rgba(255, 254, 251, .9);
  box-shadow: 0 12px 46px rgba(38, 61, 35, .08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: min-height var(--keb-duration-fast) var(--keb-ease), box-shadow var(--keb-duration-fast) var(--keb-ease);
}

.keb-site-header .keb-brand { grid-column: 1; grid-row: 1; }
.keb-site-header .keb-menu-toggle { display: none !important; }
.keb-site-header .keb-navigation { grid-column: 2; grid-row: 1; }
.keb-site-header .keb-header-cta { grid-column: 3; grid-row: 1; }
.keb-site-header.is-scrolled { min-height: 64px; box-shadow: 0 12px 38px rgba(38, 61, 35, .12); }
.keb-brand { width: max-content; display: grid; text-decoration: none; line-height: 1; }
.keb-brand span { font-family: "Caudex", Georgia, serif; font-size: 1.2rem; font-weight: 700; letter-spacing: -.025em; }
.keb-brand small { margin-top: 6px; color: var(--keb-copy); font-size: .65rem; letter-spacing: .06em; }
.keb-navigation { display: flex; align-items: center; gap: clamp(1.1rem, 2vw, 2rem); }
.keb-navigation a { position: relative; color: var(--keb-copy); font-size: .88rem; font-weight: 600; text-decoration: none; }
.keb-navigation a::after { content: ""; position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; background: var(--keb-green-500); transform: scaleX(0); transform-origin: right; transition: transform var(--keb-duration-fast) var(--keb-ease); }
.keb-navigation a:hover::after, .keb-navigation a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.keb-header-cta { justify-self: end; display: inline-flex; align-items: center; gap: .65rem; min-height: 50px; padding: 0 1.25rem; color: white; background: var(--keb-button-bg); border-radius: var(--keb-radius-pill); text-decoration: none; font-size: .82rem; font-weight: 700; transition: transform var(--keb-duration-fast) var(--keb-ease), background var(--keb-duration-fast) var(--keb-ease), box-shadow var(--keb-duration-fast) var(--keb-ease); }
.keb-header-cta:hover { color: white; background: var(--keb-button-bg-hover); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(38, 61, 35, .16); }
.keb-header-cta span { transition: transform var(--keb-duration-fast) var(--keb-ease); }
.keb-header-cta:hover span { transform: translate(2px, -2px); }
.keb-menu-toggle { display: none; }

/* Static light gradient hero: the color field does not animate. */
.keb-hero.e-con {
  position: relative;
  min-height: min(880px, 100svh);
  isolation: isolate;
  overflow: hidden;
  --padding-top: clamp(9rem, 15vw, 12rem);
  --padding-bottom: clamp(5rem, 8vw, 7rem);
  background:
    radial-gradient(58rem 36rem at 84% 18%, rgba(212, 230, 203, .94) 0%, rgba(230, 239, 223, .58) 34%, transparent 70%),
    radial-gradient(44rem 34rem at 56% 4%, rgba(255, 246, 214, .5) 0%, transparent 68%),
    radial-gradient(48rem 36rem at 8% 54%, rgba(225, 234, 216, .62) 0%, transparent 72%),
    linear-gradient(135deg, #fffefb 0%, #f9fbf5 48%, #f4f8ef 100%);
}
.keb-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; opacity: .35; background-image: linear-gradient(rgba(38, 61, 35, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(38, 61, 35, .035) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, transparent, black 25%, transparent); }
.keb-hero-grid { width: 100%; display: grid !important; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.keb-hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 1.7rem; }
.keb-hero-title .elementor-heading-title { max-width: 760px; font-size: clamp(3.65rem, 6.8vw, 7rem); }
.keb-proof-list { display: flex; flex-wrap: wrap; gap: .65rem; margin: 0; padding: 0; list-style: none; }
.keb-proof-list li { display: flex; align-items: center; gap: .55rem; padding: .62rem .85rem; border: 1px solid rgba(38, 61, 35, .12); border-radius: var(--keb-radius-pill); color: var(--keb-green-800); background: rgba(255, 255, 255, .55); font-size: .78rem; font-weight: 600; }
.keb-proof-list li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--keb-green-500); box-shadow: 0 0 0 4px rgba(82, 116, 68, .1); }
.keb-actions { display: flex; flex-direction: row !important; align-items: center; gap: .75rem; }
.keb-button { width: auto !important; }
.keb-button .elementor-button { min-height: 54px; display: inline-flex; align-items: center; padding: 0 1.4rem; border: 1px solid transparent; border-radius: var(--keb-radius-pill); font-size: .88rem; font-weight: 700; box-shadow: none; transition: transform var(--keb-duration-fast) var(--keb-ease), background var(--keb-duration-fast) var(--keb-ease), border-color var(--keb-duration-fast) var(--keb-ease), box-shadow var(--keb-duration-fast) var(--keb-ease); }
.keb-button-primary .elementor-button { color: white; background: var(--keb-button-bg); }
.keb-button-primary .elementor-button:hover { background: var(--keb-button-bg-hover); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(38, 61, 35, .17); }
.keb-button-secondary .elementor-button { color: var(--keb-green-800); background: rgba(255,255,255,.58); border-color: var(--keb-border); }
.keb-button-secondary .elementor-button:hover { background: white; border-color: rgba(82,116,68,.35); transform: translateY(-2px); }

/* Signature pathway */
.keb-pathway { position: relative; width: min(100%, 620px); aspect-ratio: 620/560; margin-left: auto; border: 1px solid rgba(38, 61, 35, .12); border-radius: 44% 56% 50% 50% / 42% 44% 56% 58%; background: linear-gradient(145deg, rgba(255,255,255,.68), rgba(241,245,235,.7)); box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 30px 80px rgba(38,61,35,.1); }
.keb-pathway svg { position: absolute; inset: 3% 2% 3% 3%; width: 95%; height: 94%; overflow: visible; }
.keb-path-shadow { fill: none; stroke: rgba(38,61,35,.08); stroke-width: 25; stroke-linecap: round; }
.keb-path-line { fill: none; stroke: url(#kebPath); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 10 12; animation: keb-path-flow 18s linear infinite; }
.keb-path-nodes circle { fill: var(--keb-paper-0); stroke: var(--keb-green-500); stroke-width: 3; }
.keb-path-nodes .keb-node-final { fill: var(--keb-green-500); stroke: rgba(255,255,255,.8); stroke-width: 6; }
.keb-pathway-label { position: absolute; z-index: 2; padding: .45rem .65rem; border: 1px solid rgba(38,61,35,.11); border-radius: var(--keb-radius-pill); color: var(--keb-copy); background: rgba(255,255,255,.7); font-size: .66rem; letter-spacing: .09em; text-transform: uppercase; }
.keb-label-one { left: 2%; bottom: 13%; }.keb-label-two { left: 36%; bottom: 42%; }.keb-label-three { top: 20%; right: 15%; }
.keb-pathway-card { position: absolute; z-index: 3; min-width: 126px; padding: .8rem 1rem; border: 1px solid rgba(38,61,35,.13); border-radius: var(--keb-radius-md); background: rgba(255,254,251,.88); box-shadow: var(--keb-shadow-soft); backdrop-filter: blur(8px); animation: keb-float 7s var(--keb-ease) infinite alternate; }
.keb-pathway-card span, .keb-opportunity span { display: block; color: var(--keb-copy); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }.keb-pathway-card strong, .keb-opportunity strong { display: block; margin-top: .2rem; color: var(--keb-green-800); font: 700 1rem/1.2 "Caudex", serif; }
.keb-float-one { top: 14%; left: 6%; }.keb-float-two { right: 2%; bottom: 27%; animation-delay: -2.4s; }
.keb-opportunity { position: absolute; z-index: 4; top: -2%; right: -1%; min-width: 154px; padding: 1rem 1.15rem; border-radius: var(--keb-radius-md); color: white; background: var(--keb-green-800); box-shadow: 0 18px 42px rgba(38,61,35,.2); }.keb-opportunity span { color: rgba(255,255,255,.66); }.keb-opportunity strong { color: white; }.keb-opportunity i { position: absolute; right: .85rem; bottom: .85rem; font-style: normal; }
@keyframes keb-path-flow { to { stroke-dashoffset: -220; } }
@keyframes keb-float { to { transform: translate3d(0, -8px, 0); } }

/* Repeating visual presence across the page */
.keb-problem.e-con { --padding-top: clamp(3rem, 6vw, 4.8rem); --padding-bottom: clamp(3rem, 6vw, 4.8rem); color: var(--keb-white); background: var(--keb-green-800); }
.keb-problem > .e-con-inner { display: grid !important; grid-template-columns: auto minmax(280px,.9fr) minmax(320px,1.1fr); align-items: center; gap: clamp(1.2rem,3vw,3rem); }
.keb-signal { display: block; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: radial-gradient(circle, #cbdac0 0 18%, transparent 20%); box-shadow: inset 0 0 0 8px rgba(255,255,255,.035); }
.keb-problem-title .elementor-heading-title { color: white; font: 400 clamp(2rem, 3.5vw, 3.6rem)/1.05 "Caudex", serif; letter-spacing: -.035em; }
.keb-problem-copy { color: rgba(255,255,255,.7); font-size: 1.02rem; line-height: 1.75; }
.keb-services.e-con, .keb-why.e-con, .keb-faq.e-con { position: relative; background: var(--keb-bg); }
.keb-services.e-con, .keb-faq.e-con { overflow: hidden; }
.keb-services::before, .keb-faq::before { content: ""; position: absolute; width: 34rem; height: 34rem; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(225,234,216,.75), transparent 68%); filter: blur(4px); }
.keb-services::before { top: -12rem; right: -12rem; }.keb-faq::before { bottom: -12rem; left: -12rem; }
.keb-services-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; margin-top: 3rem; }
.keb-card { min-height: 400px; display: flex; flex-direction: column; justify-content: space-between; align-items: stretch; padding: clamp(1.5rem,3vw,2.2rem); border: 1px solid var(--keb-card-border); border-radius: var(--keb-radius-lg); background: var(--keb-card-bg); box-shadow: 0 0 0 rgba(38,61,35,0); overflow: hidden; transition: transform var(--keb-duration-normal) var(--keb-ease), background var(--keb-duration-normal) var(--keb-ease), border-color var(--keb-duration-normal) var(--keb-ease), box-shadow var(--keb-duration-normal) var(--keb-ease); }
.keb-card:hover { transform: translateY(-8px); border-color: rgba(82,116,68,.35); background: var(--keb-sage-50); box-shadow: var(--keb-shadow); }
.keb-card-top { display: flex; justify-content: space-between; color: var(--keb-green-500); font-size: .75rem; font-weight: 700; letter-spacing: .13em; }.keb-card-top span:last-child { transition: transform var(--keb-duration-fast) var(--keb-ease); }.keb-card:hover .keb-card-top span:last-child { transform: translate(3px,-3px); }
.keb-card-title .elementor-heading-title { max-width: 320px; margin-top: auto; color: var(--keb-heading); font: 400 clamp(1.8rem,2.5vw,2.5rem)/1.06 "Caudex", serif; letter-spacing: -.035em; }
.keb-card-copy { color: var(--keb-copy); line-height: 1.65; }
.keb-about.e-con { background: var(--keb-sage-50); }
.keb-about-grid { display: grid !important; grid-template-columns: minmax(0,1.1fr) minmax(340px,.9fr); align-items: center; gap: clamp(3rem,7vw,7rem); }
.keb-about-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 1.7rem; }
.keb-editorial-art { position: relative; min-height: 560px; overflow: hidden; border: 1px solid rgba(38,61,35,.12); border-radius: 48% 52% 47% 53% / 44% 42% 58% 56%; background: radial-gradient(circle at 28% 20%, rgba(255,255,255,.9), transparent 32%), linear-gradient(145deg,#e7eee0,#dbe7d2); box-shadow: inset 0 1px rgba(255,255,255,.7); }
.keb-art-circle { position: absolute; top: 50%; left: 50%; width: 230px; aspect-ratio: 1; display: grid; place-items: center; transform: translate(-50%,-50%); border: 1px solid rgba(38,61,35,.28); border-radius: 50%; text-align: center; color: var(--keb-copy); font-size: .77rem; text-transform: uppercase; letter-spacing: .12em; }.keb-art-circle::before,.keb-art-circle::after { content:""; position:absolute; inset: 16%; border:1px solid rgba(38,61,35,.15); border-radius:50%; }.keb-art-circle::after { inset: -24%; border-style:dashed; }.keb-art-circle strong { display:block; margin-top:.25rem; color:var(--keb-green-800); font:400 2rem/1 "Caudex",serif; letter-spacing:-.04em; text-transform:none; }
.keb-art-axis { position:absolute; background:rgba(38,61,35,.18); }.keb-axis-one { width:1px;height:100%;left:50%; }.keb-axis-two { width:100%;height:1px;top:50%; }.keb-art-caption { position:absolute;top:2rem;left:2rem;color:var(--keb-green-500);font-size:.67rem;font-weight:700;letter-spacing:.16em; }.keb-art-note { position:absolute;right:2rem;bottom:2rem;color:var(--keb-green-800);font:italic 1.2rem/1.2 "Caudex",serif; }
.keb-why > .e-con-inner { display: grid !important; grid-template-columns: minmax(290px,.8fr) minmax(0,1.2fr); gap: clamp(3rem,8vw,8rem); align-items:start; }.keb-editorial-heading { position:sticky;top:8rem;display:flex;flex-direction:column;gap:1.5rem; }
.keb-thinking-grid { display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--keb-border);border:1px solid var(--keb-border);border-radius:var(--keb-radius-lg);overflow:hidden; }
.keb-thinking-module { min-height:320px;display:flex;flex-direction:column;align-items:flex-start;padding:clamp(1.4rem,3vw,2.2rem);background:var(--keb-paper-0);transition:background var(--keb-duration-normal) var(--keb-ease); }.keb-thinking-module:hover { background:var(--keb-sage-50); }.keb-module-number .elementor-heading-title { color:var(--keb-green-500);font:italic 400 2.4rem/1 "Caudex",serif; }.keb-module-title .elementor-heading-title { margin-top:auto;color:var(--keb-heading);font:400 1.55rem/1.12 "Caudex",serif; }.keb-module-copy { color:var(--keb-copy);line-height:1.6; }
.keb-process.e-con { color:white;background:var(--keb-green-800); }.keb-process .keb-eyebrow .elementor-heading-title { color:var(--keb-sage-200)!important; }.keb-process .keb-section-title .elementor-heading-title { color:white; }.keb-process .keb-section-title em { color:var(--keb-sage-200); }
.keb-process-track { position:relative;display:grid !important;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.25rem;margin-top:4rem; }.keb-process-track::before { content:"";position:absolute;top:12px;right:8%;left:8%;height:1px;background:rgba(255,255,255,.18); }.keb-process-track::after { content:"";position:absolute;top:12px;left:8%;width:0;height:1px;background:var(--keb-sage-200);transition:width 1.4s var(--keb-ease); }.keb-process-track.is-visible::after { width:84%; }
.keb-process-step { display:flex;flex-direction:column;align-items:flex-start;gap:.85rem;padding-right:.5rem; }.keb-process-node-wrap { z-index:2; }.keb-process-node { display:block;width:24px;height:24px;border:1px solid rgba(255,255,255,.38);border-radius:50%;background:var(--keb-green-800);box-shadow:inset 0 0 0 6px var(--keb-green-800);transition:background var(--keb-duration-normal) var(--keb-ease),box-shadow var(--keb-duration-normal) var(--keb-ease); }.keb-process-step.is-visible .keb-process-node { background:var(--keb-sage-200);box-shadow:inset 0 0 0 6px var(--keb-green-800); }.keb-step-number .elementor-heading-title { color:rgba(255,255,255,.5);font:italic 400 2.6rem/1 "Caudex",serif; }.keb-step-title .elementor-heading-title { color:white;font:400 1.55rem/1.1 "Caudex",serif; }.keb-step-copy { color:rgba(255,255,255,.64);font-size:.9rem;line-height:1.6; }
.keb-faq-grid { display:grid!important;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);gap:clamp(3rem,8vw,8rem);align-items:start; }.keb-faq-intro { display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem; }.keb-faq-mark { display:flex;gap:.5rem;margin-top:2rem; }.keb-faq-mark span { display:block;width:30px;height:30px;border:1px solid var(--keb-border);border-radius:50%; }.keb-faq-mark span:nth-child(2) { background:var(--keb-sage-100);transform:translateY(10px); }.keb-faq-mark span:nth-child(3) { background:var(--keb-green-500);transform:translateY(20px); }
.keb-accordion .elementor-accordion-item { border-width:0 0 1px!important;border-color:var(--keb-border)!important; }.keb-accordion .elementor-tab-title { display:flex;align-items:center;min-height:82px;padding:1rem 0!important;color:var(--keb-heading)!important;font:600 1.05rem/1.3 "DM Sans",sans-serif!important; }.keb-accordion .elementor-tab-content { padding:0 2.5rem 1.6rem 0!important;border:0!important;color:var(--keb-copy);line-height:1.7; }.keb-accordion .elementor-accordion-icon { order:2;margin-left:auto;color:var(--keb-green-500)!important; }
.keb-contact.e-con { background:linear-gradient(180deg,var(--keb-bg),var(--keb-sage-50)); }.keb-contact-card { display:grid!important;grid-template-columns:minmax(280px,.88fr) minmax(0,1.12fr);gap:clamp(2rem,6vw,6rem);padding:clamp(1.5rem,5vw,4.5rem);border:1px solid var(--keb-border);border-radius:clamp(1.8rem,4vw,3.5rem);background:radial-gradient(40rem 30rem at 5% 0%,rgba(255,255,255,.86),transparent 72%),var(--keb-sage-100);box-shadow:var(--keb-shadow); }.keb-contact-copy { display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem; }.keb-contact-note { color:var(--keb-green-800);font-size:.82rem;font-weight:600; }

/* Form */
.keb-consultation-form { position:relative; }.keb-form-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem; }.keb-field { display:grid;gap:.5rem; }.keb-field-full { grid-column:1/-1; }.keb-field label { color:var(--keb-green-800);font-size:.78rem;font-weight:700; }.keb-field input,.keb-field select,.keb-field textarea { width:100%;min-height:52px;padding:.8rem 1rem;border:1px solid rgba(38,61,35,.18);border-radius:var(--keb-radius-sm);color:var(--keb-heading);background:rgba(255,255,255,.78);font:500 .95rem/1.4 "DM Sans",sans-serif;box-shadow:inset 0 1px 0 rgba(255,255,255,.8);transition:border-color var(--keb-duration-fast),box-shadow var(--keb-duration-fast),background var(--keb-duration-fast); }.keb-field textarea { min-height:126px;resize:vertical; }.keb-field input:focus,.keb-field select:focus,.keb-field textarea:focus { outline:0;border-color:var(--keb-green-500);background:white;box-shadow:0 0 0 4px rgba(82,116,68,.11); }.keb-field [aria-invalid="true"] { border-color:#9c3f35;box-shadow:0 0 0 4px rgba(156,63,53,.1); }
.keb-consent { display:flex;align-items:flex-start;gap:.75rem;margin:1.1rem 0;color:var(--keb-copy);font-size:.78rem;line-height:1.5; }.keb-consent input { width:18px;height:18px;margin-top:2px;accent-color:var(--keb-green-500); }.keb-consent a { color:var(--keb-green-800);font-weight:700; }.keb-submit { width:100%;min-height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 1.3rem;border:0;border-radius:var(--keb-radius-pill);color:white;background:var(--keb-green-800);font:700 .9rem/1 "DM Sans",sans-serif;cursor:pointer;transition:transform var(--keb-duration-fast) var(--keb-ease),background var(--keb-duration-fast),box-shadow var(--keb-duration-fast); }.keb-submit:hover { transform:translateY(-2px);background:var(--keb-green-600);box-shadow:0 12px 28px rgba(38,61,35,.2); }.keb-submit.is-loading { cursor:wait;opacity:.75; }.keb-honeypot { position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important; }.keb-form-message { margin-bottom:1rem;padding:.8rem 1rem;border-radius:var(--keb-radius-sm);font-size:.85rem;line-height:1.5; }.keb-form-error { color:#702b24;background:#f7e9e6;border:1px solid rgba(112,43,36,.15); }

/* Footer, legal and cookie consent */
.keb-footer-widget { background:var(--keb-green-800); }.keb-site-footer { width:min(1180px,calc(100% - 40px));display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin:0 auto;padding:5rem 0 2rem;color:white; }.keb-footer-brand,.keb-footer-links { display:flex;flex-direction:column;align-items:flex-start;gap:.7rem; }.keb-footer-brand strong { font:700 1.8rem/1 "Caudex",serif; }.keb-footer-brand span,.keb-footer-links a { color:rgba(255,255,255,.62);font-size:.9rem; }.keb-footer-links { align-items:flex-end; }.keb-footer-links a { text-decoration:none; }.keb-footer-links a:hover { color:white; }.keb-footer-bottom { grid-column:1/-1;display:flex;justify-content:space-between;padding-top:2rem;border-top:1px solid rgba(255,255,255,.13);color:rgba(255,255,255,.45);font-size:.73rem;letter-spacing:.05em; }
.keb-legal-hero.e-con { min-height:70svh;--padding-top:10rem;background:radial-gradient(48rem 30rem at 82% 12%,rgba(212,230,203,.85),transparent 70%),linear-gradient(140deg,var(--keb-paper-0),var(--keb-sage-50)); }.keb-legal-layout { max-width:820px;display:flex;flex-direction:column;align-items:flex-start;gap:1.6rem; }.keb-legal-copy { color:var(--keb-copy);font-size:1rem;line-height:1.8; }.keb-legal-copy h2 { margin:2.4rem 0 .55rem;color:var(--keb-heading);font:400 1.8rem/1.2 "Caudex",serif; }.keb-legal-copy p { margin:0 0 1rem; }.keb-legal-copy a { color:var(--keb-green-600); }.keb-legal-status { padding:1rem 1.2rem;border:1px solid var(--keb-border);border-radius:var(--keb-radius-sm);background:rgba(255,255,255,.62); }.keb-thank-you { min-height:100svh; }.keb-centered-card { max-width:800px;display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin:auto!important;padding:clamp(2rem,6vw,5rem);border:1px solid var(--keb-border);border-radius:var(--keb-radius-lg);text-align:center;background:rgba(255,254,251,.7);box-shadow:var(--keb-shadow); }
.keb-cookie { position:fixed;z-index:9999;right:18px;bottom:18px;left:18px;max-width:820px;display:grid;grid-template-columns:1fr auto;gap:1.2rem;align-items:center;margin:auto;padding:1.1rem 1.2rem;border:1px solid rgba(255,255,255,.12);border-radius:var(--keb-radius-md);color:white;background:rgba(38,61,35,.97);box-shadow:0 24px 70px rgba(23,26,22,.25); }.keb-cookie strong { display:block;font:700 1.05rem/1.2 "Caudex",serif; }.keb-cookie p { margin:.35rem 0;color:rgba(255,255,255,.68);font-size:.78rem;line-height:1.45; }.keb-cookie a { color:white;font-size:.72rem; }.keb-cookie-actions { display:flex;gap:.55rem; }.keb-cookie button { min-height:44px;padding:0 1rem;border:1px solid rgba(255,255,255,.23);border-radius:var(--keb-radius-pill);color:white;background:transparent;font:700 .75rem/1 "DM Sans",sans-serif;cursor:pointer; }.keb-cookie button:last-child { color:var(--keb-green-800);background:var(--keb-sage-100);border-color:transparent; }

/* Entrance motion uses only transform and opacity. */
.keb-reveal { opacity:0;transform:translate3d(0,24px,0);transition:opacity 700ms var(--keb-ease),transform 700ms var(--keb-ease); }.keb-reveal.is-visible { opacity:1;transform:none; }

@media (max-width: 1024px) {
  .keb-site-header { grid-template-columns:1fr auto; }.keb-navigation { position:absolute;top:calc(100% + 10px);right:0;left:0;display:grid;gap:0;padding:.7rem;border:1px solid var(--keb-border);border-radius:var(--keb-radius-md);background:rgba(255,254,251,.97);box-shadow:var(--keb-shadow);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity var(--keb-duration-fast),transform var(--keb-duration-fast),visibility var(--keb-duration-fast); }.keb-navigation.is-open { opacity:1;visibility:visible;transform:none; }.keb-navigation a { min-height:48px;display:flex;align-items:center;padding:0 .8rem;border-radius:.75rem; }.keb-navigation a:hover { background:var(--keb-sage-50); }.keb-header-cta { display:none; }.keb-menu-toggle { justify-self:end;width:46px;height:46px;display:grid;place-content:center;gap:5px;border:1px solid var(--keb-border);border-radius:50%;background:var(--keb-surface);cursor:pointer; }.keb-menu-toggle span:not(.screen-reader-text) { width:18px;height:1.5px;background:var(--keb-green-800);transition:transform var(--keb-duration-fast); }.keb-menu-toggle[aria-expanded="true"] span:first-child { transform:translateY(3.25px) rotate(45deg); }.keb-menu-toggle[aria-expanded="true"] span:nth-child(2) { transform:translateY(-3.25px) rotate(-45deg); }
  .keb-hero-grid { grid-template-columns:1fr; }.keb-hero-copy { max-width:820px; }.keb-hero-art-widget { width:min(620px,88%);margin:2rem auto 0; }.keb-services-grid { grid-template-columns:1fr; }.keb-card { min-height:300px; }.keb-why > .e-con-inner { grid-template-columns:1fr; }.keb-editorial-heading { position:static; }.keb-process-track { grid-template-columns:1fr;gap:0;margin-top:3rem;padding-left:1.5rem; }.keb-process-track::before { top:0;bottom:0;left:11px;width:1px;height:auto; }.keb-process-track::after { top:0;left:11px;width:1px!important;height:0;transition:height 1.4s var(--keb-ease); }.keb-process-track.is-visible::after { height:100%; }.keb-process-step { position:relative;min-height:180px;padding:0 0 2.6rem 1.5rem; }.keb-process-node-wrap { position:absolute;left:-1.5rem;top:0; }
}

@media (max-width: 767px) {
  :root { --keb-section-space:4.5rem; }.keb-section.e-con { --padding-left:1.1rem;--padding-right:1.1rem; }.keb-site-header { top:10px;width:calc(100vw - 20px);min-height:62px;padding:8px 8px 8px 14px; }.keb-brand span { font-size:1rem; }.keb-brand small { font-size:.57rem; }.keb-hero.e-con { min-height:auto;--padding-top:8.5rem;--padding-bottom:4.5rem;background:radial-gradient(38rem 26rem at 80% 18%,rgba(212,230,203,.85),transparent 72%),radial-gradient(30rem 24rem at 10% 62%,rgba(255,246,214,.38),transparent 74%),linear-gradient(145deg,#fffefb,#f4f8ef); }.keb-hero-title .elementor-heading-title { font-size:clamp(3rem,13.5vw,4.7rem); }.keb-section-title .elementor-heading-title { font-size:clamp(2.45rem,11vw,3.65rem); }.keb-hero-copy { gap:1.35rem; }.keb-proof-list { display:grid;gap:.5rem; }.keb-proof-list li { width:max-content; }.keb-actions { width:100%;display:grid!important;grid-template-columns:1fr; }.keb-actions .keb-button,.keb-actions .elementor-button { width:100%!important; }.keb-pathway { aspect-ratio:1/1.03;border-radius:var(--keb-radius-lg); }.keb-pathway-card { min-width:104px;padding:.65rem .75rem; }.keb-float-one { top:9%; }.keb-float-two { right:-2%;bottom:20%; }.keb-opportunity { top:-4%;right:-3%;min-width:130px;padding:.8rem; }.keb-label-two { display:none; }
  .keb-problem > .e-con-inner { grid-template-columns:auto 1fr; }.keb-problem-copy { grid-column:1/-1; }.keb-about-grid,.keb-faq-grid,.keb-contact-card { grid-template-columns:1fr; }.keb-editorial-art { min-height:420px; }.keb-art-circle { width:180px; }.keb-thinking-grid { grid-template-columns:1fr; }.keb-thinking-module { min-height:245px; }.keb-form-grid { grid-template-columns:1fr; }.keb-field-full { grid-column:auto; }.keb-contact-card { padding:1.2rem;border-radius:var(--keb-radius-md); }.keb-site-footer { width:calc(100% - 36px);grid-template-columns:1fr;gap:2rem;padding:4rem 0 1.6rem; }.keb-footer-links { align-items:flex-start; }.keb-footer-bottom { flex-direction:column;gap:.5rem; }.keb-centered-card { padding:2rem 1.2rem; }.keb-cookie { grid-template-columns:1fr;bottom:10px;right:10px;left:10px;padding:1rem; }.keb-cookie-actions { display:grid;grid-template-columns:1fr 1fr; }.keb-cookie button { padding:0 .65rem; }
}

/* --------------------------------------------------------------------------
   1.2 — Centered composition, balanced grids and a compact real lead form.
   -------------------------------------------------------------------------- */
.keb-hero-grid > .e-con-inner {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2.5rem, 5vw, 5.5rem);
}
.keb-creative-canvas { width: min(100%, 610px); margin-inline: auto; }

.keb-quick-consultation.e-con {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(36rem 24rem at 50% 0%, rgba(201,191,234,.3), transparent 72%),
    var(--keb-paper-0);
}
.keb-quick-consultation > .e-con-inner {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.keb-quick-intro { width: min(760px, 100%); text-align: center; }
.keb-quick-intro > .e-con-inner { display: flex !important; flex-direction: column; align-items: center; gap: 1rem; }
.keb-quick-intro .keb-lead { max-width: 630px; }
.keb-quick-form-widget { width: min(1060px, 100%); }
.keb-quick-form {
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(27,23,26,.16);
  border-radius: 14px;
  background: rgba(255,253,248,.92);
  box-shadow: 0 20px 60px rgba(42,20,34,.08);
}
.keb-quick-form-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .9rem; }
.keb-quick-goal { grid-column: 1 / -1; }
.keb-quick-form textarea { min-height: 104px; resize: vertical; }
.keb-quick-form .keb-consent { max-width: 760px; margin: 1rem auto 0; justify-content: center; }
.keb-quick-form .keb-submit { width: min(330px,100%); margin: 1.1rem auto 0; }
.keb-quick-form .keb-form-status { text-align: center; }

.keb-problem > .e-con-inner {
  width: min(850px, 100%);
  grid-template-columns: 1fr !important;
  justify-items: center;
  gap: 1.25rem;
  text-align: center;
}
.keb-problem-copy { max-width: 720px; }
.keb-problem-marker { display: grid; place-items: center; }

.keb-services > .e-con-inner > .keb-eyebrow,
.keb-services > .e-con-inner > .keb-section-title,
.keb-process > .e-con-inner > .keb-eyebrow,
.keb-process > .e-con-inner > .keb-section-title,
.keb-process > .e-con-inner > .keb-process-note {
  width: min(900px, 100%);
  margin-inline: auto;
  text-align: center;
}
.keb-services > .e-con-inner > .keb-eyebrow,
.keb-process > .e-con-inner > .keb-eyebrow { display: flex; justify-content: center; }
.keb-services-grid > .e-con-inner { grid-template-columns: repeat(3, minmax(0,1fr)); }
.keb-card,
.keb-card:nth-child(1),
.keb-card:nth-child(2),
.keb-card:nth-child(3) { grid-column: auto; min-height: 390px; }
.keb-card:nth-child(1) { color: white; background: var(--keb-plum); }
.keb-card:nth-child(2) { background: #edc5b7; }
.keb-card:nth-child(3) { background: var(--keb-lilac); }

.keb-about-grid > .e-con-inner,
.keb-why > .e-con-inner,
.keb-faq-grid > .e-con-inner,
.keb-contact-card > .e-con-inner { grid-template-columns: repeat(2, minmax(0,1fr)); }
.keb-about-grid > .e-con-inner,
.keb-contact-card > .e-con-inner { align-items: center; }
.keb-why > .e-con-inner,
.keb-faq-grid > .e-con-inner { gap: clamp(3rem, 7vw, 7rem); }

/* Branded process path: warm paper, balanced rhythm and restrained accents. */
.keb-process.e-con {
  position: relative;
  overflow: hidden;
  color: var(--keb-heading);
  border-block: 1px solid rgba(27,23,26,.12);
  background:
    radial-gradient(30rem 22rem at 50% 42%, rgba(231,201,148,.22), transparent 72%),
    linear-gradient(180deg, #fffdf8, #f3ebe4);
}
.keb-process.e-con::before {
  content: "";
  position: absolute;
  width: min(56vw, 760px);
  aspect-ratio: 1;
  left: 50%;
  top: 46%;
  border: 1px solid rgba(125,44,74,.1);
  border-radius: 50%;
  transform: translate(-50%,-50%);
  box-shadow: 0 0 0 90px rgba(125,44,74,.025), 0 0 0 180px rgba(201,191,234,.035);
  pointer-events: none;
}
.keb-process > .e-con-inner { position: relative; z-index: 1; }
.keb-process .keb-section-title .elementor-heading-title,
.keb-process .keb-step-title .elementor-heading-title { color: var(--keb-heading) !important; }
.keb-process-note { margin-top: 1rem; color: var(--keb-coral); transform: rotate(-1deg); }
.keb-process-track { margin-top: clamp(2.5rem,5vw,4.5rem); padding-top: 0; }
.keb-process-track::before,
.keb-process-track::after { display: none !important; }
.keb-process-track > .e-con-inner {
  position: relative;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 0;
  border-block: 1px solid rgba(27,23,26,.15);
}
.keb-process-step {
  min-height: 340px;
  padding: 2rem 1.1rem 2.2rem;
  border-right: 1px solid rgba(27,23,26,.13);
  background: rgba(255,253,248,.52);
  transition: background .3s ease, transform .3s ease;
}
.keb-process-step:last-child { border-right: 0; }
.keb-process-step:nth-child(2) { background: rgba(237,197,183,.32); }
.keb-process-step:nth-child(3) { background: rgba(201,191,234,.3); }
.keb-process-step:nth-child(4) { background: rgba(231,201,148,.26); }
.keb-process-step:nth-child(5) { background: rgba(125,44,74,.08); }
.keb-process-step:hover { background: #fffdf8; transform: translateY(-5px); }
.keb-process-step > .e-con-inner { align-items: center; justify-content: flex-start; text-align: center; }
.keb-process-node-wrap { order: 1; width: 100%; display: grid; place-items: center; margin-bottom: .3rem; }
.keb-process-node {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 2px;
  background: var(--keb-coral);
  box-shadow: none;
  transform: rotate(45deg);
}
.keb-process-step.is-visible .keb-process-node { background: var(--keb-coral); box-shadow: none; }
.keb-step-number { order: 2; }
.keb-step-number .elementor-heading-title {
  color: var(--keb-plum) !important;
  font: 500 clamp(3.5rem,5vw,5.6rem)/.9 "Cormorant Garamond", Georgia, serif !important;
  letter-spacing: -.05em;
}
.keb-step-title { order: 3; }
.keb-step-copy { order: 4; max-width: 190px; color: var(--keb-copy); }

@media (max-width: 1024px) {
  .keb-hero-grid > .e-con-inner,
  .keb-about-grid > .e-con-inner,
  .keb-why > .e-con-inner,
  .keb-faq-grid > .e-con-inner,
  .keb-contact-card > .e-con-inner { grid-template-columns: 1fr; }
  .keb-services-grid > .e-con-inner { grid-template-columns: 1fr; }
  .keb-process-track > .e-con-inner { grid-template-columns: 1fr; border: 0; }
  .keb-process-step { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(27,23,26,.13); }
  .keb-process-step:last-child { border-bottom: 0; }
}

@media (max-width: 767px) {
  .keb-hero-copy > .e-con-inner,
  .keb-about-copy > .e-con-inner,
  .keb-faq-intro > .e-con-inner,
  .keb-contact-copy > .e-con-inner { align-items: center; text-align: center; }
  .keb-hero-copy { max-width: 620px; margin-inline: auto; text-align: center; }
  .keb-proof-list { justify-items: center; }
  .keb-quick-form-grid { grid-template-columns: 1fr; }
  .keb-quick-goal { grid-column: auto; }
  .keb-process.e-con::before { width: 120vw; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important; }
  .keb-reveal { opacity:1;transform:none; }
  .keb-path-line { stroke-dasharray:none; }
}

/* --------------------------------------------------------------------------
   1.1 — Minimal classic editorial direction
   Warm paper, ink, plum, restrained colour, serif + handwritten accents.
   -------------------------------------------------------------------------- */
:root {
  --keb-paper-0: #fffdf8;
  --keb-paper-50: #f6f0e8;
  --keb-sage-50: #eee7de;
  --keb-sage-100: #eaded7;
  --keb-sage-200: #dccbc2;
  --keb-green-500: #7d2c4a;
  --keb-green-600: #5d1f38;
  --keb-green-800: #26131f;
  --keb-ink-900: #1b171a;
  --keb-ink-600: #655d61;
  --keb-bg: #f6f0e8;
  --keb-surface: #fffdf8;
  --keb-surface-soft: #eee7de;
  --keb-primary: #7d2c4a;
  --keb-primary-hover: #5d1f38;
  --keb-heading: #1b171a;
  --keb-copy: #655d61;
  --keb-border: rgba(27, 23, 26, .16);
  --keb-shadow: 0 24px 70px rgba(42, 20, 34, .11);
  --keb-shadow-soft: 0 12px 36px rgba(42, 20, 34, .08);
  --keb-radius-sm: .55rem;
  --keb-radius-md: 1rem;
  --keb-radius-lg: 1.5rem;
  --keb-coral: #d45f5b;
  --keb-lilac: #c9bfea;
  --keb-champagne: #e7c994;
  --keb-plum: #4b1830;
}

body {
  color: var(--keb-heading);
  background: var(--keb-bg);
  font-family: "Manrope", system-ui, sans-serif;
}

.keb-display .elementor-heading-title,
.keb-display,
.keb-section-title .elementor-heading-title,
.keb-card-title .elementor-heading-title,
.keb-module-title .elementor-heading-title,
.keb-step-title .elementor-heading-title,
.keb-problem-title .elementor-heading-title,
.keb-cookie strong,
.keb-footer-brand strong {
  font-family: "Cormorant Garamond", Georgia, serif !important;
}

.keb-display em,
.keb-section-title em {
  display: inline-block;
  color: var(--keb-coral);
  font-family: "Caveat", cursive !important;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -.025em;
  transform: rotate(-1.5deg);
}

.keb-hand-note {
  font-family: "Caveat", cursive;
  font-size: clamp(1.45rem, 2.3vw, 2.25rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: .01em;
}

.keb-eyebrow .elementor-heading-title,
.keb-eyebrow {
  color: var(--keb-plum) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: .68rem !important;
  letter-spacing: .22em;
}

.keb-site-header {
  width: min(1220px, calc(100vw - 36px));
  min-height: 76px;
  padding: 10px 12px 10px 24px;
  border: 1px solid rgba(27,23,26,.13);
  border-radius: 16px;
  background: rgba(255,253,248,.9);
  box-shadow: 0 12px 34px rgba(42,20,34,.07);
}

.keb-brand span {
  color: var(--keb-plum);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.42rem;
  font-weight: 600;
}

.keb-brand small { letter-spacing: .12em; text-transform: uppercase; }
.keb-navigation a { color: var(--keb-heading); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.keb-navigation a::after { background: var(--keb-coral); }
.keb-header-cta { min-height: 52px; border-radius: 10px; background: var(--keb-plum); }
.keb-header-cta:hover { background: #2f0f20; }

.keb-hero.e-con {
  min-height: min(920px, 100svh);
  background:
    radial-gradient(44rem 34rem at 6% 12%, rgba(231,201,148,.25), transparent 70%),
    linear-gradient(118deg, #fffdf8 0%, #f7f0e8 52%, #ece1dc 100%);
}

.keb-hero::after {
  opacity: .5;
  background-image: linear-gradient(rgba(27,23,26,.032) 1px, transparent 1px), linear-gradient(90deg, rgba(27,23,26,.032) 1px, transparent 1px);
  background-size: 72px 72px;
}

.keb-hero-grid { grid-template-columns: minmax(0, .94fr) minmax(430px, 1.06fr); gap: clamp(2.5rem, 6vw, 7rem); }
.keb-hero-copy { gap: 1.55rem; }
.keb-hero-title .elementor-heading-title { max-width: 720px; font-size: clamp(4.2rem, 7vw, 7.3rem); line-height: .9; }
.keb-lead { color: #5d565a; font-size: clamp(1rem, 1.35vw, 1.16rem); }
.keb-proof-list li {
  padding: .58rem .78rem;
  border-color: rgba(27,23,26,.16);
  border-radius: 8px;
  color: var(--keb-heading);
  background: rgba(255,253,248,.64);
  font-size: .72rem;
  letter-spacing: .02em;
}
.keb-proof-list li::before { border-radius: 1px; background: var(--keb-coral); box-shadow: none; transform: rotate(45deg); }
.keb-button .elementor-button { min-height: 56px; border-radius: 9px; }
.keb-button-primary .elementor-button { background: var(--keb-plum); }
.keb-button-primary .elementor-button:hover { background: #2f0f20; }
.keb-button-secondary .elementor-button { color: var(--keb-heading); background: transparent; border-color: rgba(27,23,26,.28); }

/* Original image-led hero artwork with an SVG conversion route. */
.keb-creative-canvas {
  --keb-parallax-x: 0px;
  --keb-parallax-y: 0px;
  position: relative;
  width: min(100%, 650px);
  aspect-ratio: 4 / 5;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(27,23,26,.2);
  border-radius: 18px;
  background: #180d19;
  box-shadow: 0 34px 90px rgba(42,20,34,.22);
  transform: translate3d(var(--keb-parallax-x), var(--keb-parallax-y), 0);
  transition: transform 300ms var(--keb-ease);
}
.keb-creative-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 59% center;
  filter: saturate(.84) contrast(1.04);
  transform: scale(1.035);
  animation: keb-image-breathe 12s ease-in-out infinite alternate;
}
.keb-creative-shade { position: absolute; inset: 0; background: linear-gradient(145deg, rgba(15,7,15,.4), transparent 48%, rgba(20,8,17,.18)); }
.keb-creative-route { position: absolute; inset: 6% 4%; width: 92%; height: 88%; overflow: visible; }
.keb-creative-route path { fill: none; stroke: rgba(255,253,248,.8); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 6 10; animation: keb-route 18s linear infinite; }
.keb-creative-route circle { fill: #fffdf8; stroke: var(--keb-coral); stroke-width: 3; }
.keb-canvas-card {
  position: absolute;
  min-width: 144px;
  padding: .85rem 1rem;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 9px;
  color: #fffdf8;
  background: rgba(32,14,28,.74);
  box-shadow: 0 18px 40px rgba(13,6,13,.2);
  backdrop-filter: blur(10px);
}
.keb-canvas-card span { display: block; color: rgba(255,253,248,.6); font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; }
.keb-canvas-card strong { display: block; margin-top: .3rem; font: 500 1.2rem/1.05 "Cormorant Garamond", serif; }
.keb-canvas-card-one { top: 9%; left: 7%; }
.keb-canvas-card-two { top: 43%; right: 5%; }
.keb-canvas-card-three { right: 10%; bottom: 9%; background: rgba(125,44,74,.86); }
.keb-canvas-note { position: absolute; left: 8%; bottom: 12%; color: #fff7e8; transform: rotate(-5deg); }
@keyframes keb-image-breathe { to { transform: scale(1.07) translate3d(-1%, -1%, 0); } }
@keyframes keb-route { to { stroke-dashoffset: -220; } }

.keb-problem.e-con { background: var(--keb-plum); }
.keb-signal { border-color: rgba(255,255,255,.28); background: radial-gradient(circle, var(--keb-coral) 0 18%, transparent 20%); }
.keb-problem-title .elementor-heading-title { font-size: clamp(2.3rem, 4vw, 4rem); }

.keb-services.e-con, .keb-why.e-con, .keb-faq.e-con { background: #f6f0e8; }
.keb-services::before, .keb-faq::before { display: none; }
.keb-services-grid { grid-template-columns: repeat(12, minmax(0,1fr)); gap: 1rem; }
.keb-card {
  min-height: 420px;
  grid-column: span 4;
  border-radius: 14px;
  border-color: rgba(27,23,26,.18);
  background: #fffdf8;
}
.keb-card:nth-child(1) { grid-column: span 6; color: white; background: var(--keb-plum); }
.keb-card:nth-child(2) { grid-column: span 3; background: #edc5b7; }
.keb-card:nth-child(3) { grid-column: span 3; background: var(--keb-lilac); }
.keb-card:hover { transform: translateY(-7px) rotate(-.35deg); border-color: rgba(27,23,26,.3); background: inherit; box-shadow: var(--keb-shadow); }
.keb-card:nth-child(1) .keb-card-title .elementor-heading-title,
.keb-card:nth-child(1) .keb-card-copy { color: white; }
.keb-card:nth-child(1) .keb-card-copy { color: rgba(255,255,255,.68); }
.keb-card:nth-child(1) .keb-card-top { color: #f2b7a5; }
.keb-card-title .elementor-heading-title { font-size: clamp(2rem, 3vw, 3.15rem); }

.keb-about.e-con { background: #ece2da; }
.keb-editorial-art.keb-editorial-note {
  min-height: 580px;
  padding: clamp(1.8rem, 4vw, 3.25rem);
  overflow: hidden;
  border-color: rgba(255,255,255,.12);
  border-radius: 14px;
  color: white;
  background:
    linear-gradient(135deg, rgba(30,13,27,.88), rgba(74,24,48,.8)),
    url("../images/khushi-prism-path-v1.webp") 66% center / cover;
  box-shadow: var(--keb-shadow);
}
.keb-art-caption { top: 2rem; left: 2rem; color: rgba(255,255,255,.58); letter-spacing: .2em; }
.keb-note-stack { position: relative; z-index: 2; max-width: 460px; display: grid; gap: .2rem; margin-top: 7rem; }
.keb-note-stack span { color: rgba(255,255,255,.48); font: 500 clamp(1.7rem,3vw,2.5rem)/1.05 "Cormorant Garamond", serif; }
.keb-note-stack strong { margin-top: 1.2rem; color: white; font: 500 clamp(3rem,5vw,5.4rem)/.86 "Cormorant Garamond", serif; letter-spacing: -.04em; }
.keb-note-line { position: absolute; right: -4%; bottom: 6%; width: 70%; }
.keb-note-line path { fill: none; stroke: rgba(237,197,183,.7); stroke-width: 2; stroke-linecap: round; }
.keb-editorial-note .keb-art-note { right: 2rem; bottom: 1.7rem; color: #f3c3b7; font-style: normal; transform: rotate(-4deg); }

.keb-thinking-grid { gap: 0; border-radius: 14px; background: transparent; }
.keb-thinking-module { min-height: 300px; border-right: 1px solid var(--keb-border); border-bottom: 1px solid var(--keb-border); background: transparent; }
.keb-thinking-module:nth-child(2) { background: #fffdf8; }
.keb-thinking-module:nth-child(3) { background: #e8dfef; }
.keb-thinking-module:nth-child(4) { color: white; background: var(--keb-plum); }
.keb-thinking-module:nth-child(4) .keb-module-title .elementor-heading-title,
.keb-thinking-module:nth-child(4) .keb-module-copy { color: white; }
.keb-thinking-module:nth-child(4) .keb-module-copy { color: rgba(255,255,255,.65); }
.keb-thinking-module:hover { background: #edc5b7; }

.keb-process.e-con { background: #1b171a; }
.keb-process-track::after { background: var(--keb-coral); }
.keb-process-node { background: #1b171a; box-shadow: inset 0 0 0 6px #1b171a; }
.keb-process-step.is-visible .keb-process-node { background: var(--keb-coral); box-shadow: inset 0 0 0 6px #1b171a; }

.keb-faq-mark span { border-radius: 2px; transform: rotate(45deg); }
.keb-faq-mark span:nth-child(2) { background: #edc5b7; transform: translateY(10px) rotate(45deg); }
.keb-faq-mark span:nth-child(3) { background: var(--keb-plum); transform: translateY(20px) rotate(45deg); }
.keb-accordion .elementor-tab-title { min-height: 76px; font-size: .95rem !important; }

.keb-contact.e-con { background: #f6f0e8; }
.keb-contact-card {
  border-radius: 16px;
  background: linear-gradient(110deg, #fffdf8, #eee2dc);
  box-shadow: 0 26px 78px rgba(42,20,34,.09);
}
.keb-field input, .keb-field select, .keb-field textarea { border-radius: 7px; background: rgba(255,253,248,.9); }
.keb-submit { border-radius: 8px; background: var(--keb-plum); }
.keb-submit:hover { background: #2f0f20; }

.keb-footer-widget { background: #1b171a; }
.keb-site-footer { color: #fffdf8; }

/* Compact consent card that visibly leaves after either choice. */
.keb-cookie {
  right: auto;
  bottom: 18px;
  left: 18px;
  width: min(440px, calc(100vw - 36px));
  grid-template-columns: 1fr;
  gap: .85rem;
  margin: 0;
  padding: 1.1rem;
  border-color: rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(27,23,26,.97);
  box-shadow: 0 20px 60px rgba(15,8,13,.28);
  transition: opacity 280ms ease, transform 280ms ease, visibility 280ms ease;
}
.keb-cookie.is-leaving { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(18px); }
.keb-cookie strong { font-size: 1.3rem; }
.keb-cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
.keb-cookie button { min-height: 42px; border-radius: 7px; font-family: "Manrope", sans-serif; }
.keb-cookie button:first-child { color: rgba(255,255,255,.72); }
.keb-cookie button:last-child { color: #1b171a; background: #edc5b7; }

@media (max-width: 1024px) {
  .keb-site-header .keb-brand { grid-column: 1; }
  .keb-site-header .keb-menu-toggle { grid-column: 2; display: grid !important; }
  .keb-site-header .keb-navigation { grid-column: 1 / -1; }
  .keb-hero-grid { grid-template-columns: 1fr; }
  .keb-creative-canvas { width: min(680px, 100%); margin: 2rem auto 0; aspect-ratio: 5 / 4; }
  .keb-services-grid { grid-template-columns: 1fr; }
  .keb-card, .keb-card:nth-child(1), .keb-card:nth-child(2), .keb-card:nth-child(3) { grid-column: auto; min-height: 320px; }
}

@media (max-width: 767px) {
  .keb-site-header { width: calc(100vw - 20px); min-height: 64px; border-radius: 11px; }
  .keb-hero-title .elementor-heading-title { font-size: clamp(3.25rem, 15vw, 5rem); }
  .keb-section-title .elementor-heading-title { font-size: clamp(2.8rem, 13vw, 4rem); }
  .keb-creative-canvas { aspect-ratio: 4 / 5; border-radius: 12px; }
  .keb-canvas-card { min-width: 118px; padding: .7rem; }
  .keb-canvas-card strong { font-size: 1rem; }
  .keb-canvas-card-two { top: 47%; }
  .keb-editorial-art.keb-editorial-note { min-height: 500px; padding: 1.4rem; }
  .keb-art-caption { top: 1.4rem; left: 1.4rem; }
  .keb-note-stack { margin-top: 7.5rem; }
  .keb-note-stack strong { font-size: clamp(3rem, 15vw, 4.2rem); }
  .keb-editorial-note .keb-art-note { right: 1.3rem; bottom: 1.3rem; }
  .keb-cookie { right: 10px; bottom: 10px; left: 10px; width: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .keb-creative-image, .keb-creative-route path { animation: none !important; }
  .keb-creative-canvas { transform: none !important; }
}

/* Elementor boxed containers render children inside .e-con-inner. */
.keb-hero-grid > .e-con-inner {
  width: 100%;
  max-width: none !important;
  display: grid !important;
  grid-template-columns: minmax(0, .94fr) minmax(430px, 1.06fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 7rem);
}
.keb-hero-copy > .e-con-inner { display: flex !important; flex-direction: column; align-items: flex-start; gap: 1.55rem; }
.keb-actions > .e-con-inner { display: flex !important; flex-direction: row; align-items: center; gap: .75rem; }
.keb-hero-art-widget { width: 100%; }
.keb-services-grid > .e-con-inner { width: 100%; max-width: none !important; display: grid !important; grid-template-columns: repeat(12, minmax(0,1fr)); gap: 1rem; }
.keb-card > .e-con-inner { min-height: inherit; display: flex !important; flex-direction: column; align-items: stretch; }
.keb-about-grid > .e-con-inner { width: 100%; max-width: none !important; display: grid !important; grid-template-columns: minmax(0,1.1fr) minmax(340px,.9fr); align-items: center; gap: clamp(3rem,7vw,7rem); }
.keb-about-copy > .e-con-inner { display: flex !important; flex-direction: column; align-items: flex-start; gap: 1.7rem; }
.keb-thinking-grid > .e-con-inner { width: 100%; max-width: none !important; display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; }
.keb-thinking-module > .e-con-inner { min-height: inherit; display: flex !important; flex-direction: column; align-items: flex-start; }
.keb-process-track > .e-con-inner { width: 100%; max-width: none !important; display: grid !important; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 1.25rem; }
.keb-process-step > .e-con-inner { display: flex !important; flex-direction: column; align-items: flex-start; gap: .85rem; }
.keb-faq-grid > .e-con-inner { width: 100%; max-width: none !important; display: grid !important; grid-template-columns: minmax(280px,.78fr) minmax(0,1.22fr); gap: clamp(3rem,8vw,8rem); align-items: start; }
.keb-faq-intro > .e-con-inner { display: flex !important; flex-direction: column; align-items: flex-start; gap: 1.5rem; }
.keb-contact-card > .e-con-inner { width: 100%; max-width: none !important; display: grid !important; grid-template-columns: minmax(280px,.88fr) minmax(0,1.12fr); gap: clamp(2rem,6vw,6rem); }
.keb-contact-copy > .e-con-inner { display: flex !important; flex-direction: column; align-items: flex-start; gap: 1.5rem; }

.keb-display .elementor-heading-title,
.keb-section-title .elementor-heading-title,
.keb-card-title .elementor-heading-title,
.keb-module-title .elementor-heading-title,
.keb-step-title .elementor-heading-title { color: var(--keb-heading) !important; }
.keb-problem-title .elementor-heading-title,
.keb-process .keb-section-title .elementor-heading-title,
.keb-process .keb-step-title .elementor-heading-title,
.keb-thinking-module:nth-child(4) .keb-module-title .elementor-heading-title { color: white !important; }
.keb-display em, .keb-section-title em { color: var(--keb-coral) !important; }

@media (max-width: 1024px) {
  .keb-hero-grid > .e-con-inner,
  .keb-services-grid > .e-con-inner,
  .keb-about-grid > .e-con-inner,
  .keb-faq-grid > .e-con-inner,
  .keb-contact-card > .e-con-inner { grid-template-columns: 1fr; }
  .keb-process-track > .e-con-inner { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 767px) {
  .keb-actions > .e-con-inner,
  .keb-thinking-grid > .e-con-inner { grid-template-columns: 1fr; display: grid !important; width: 100%; }
  .keb-actions .keb-button, .keb-actions .elementor-button { width: 100% !important; }
}

/* 1.2 final cascade: preserve the centered system after Elementor compatibility rules. */
.keb-hero-grid > .e-con-inner { grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(2.5rem,5vw,5.5rem); }
.keb-services-grid > .e-con-inner { grid-template-columns: repeat(3,minmax(0,1fr)); }
.keb-card,
.keb-card:nth-child(1),
.keb-card:nth-child(2),
.keb-card:nth-child(3) { grid-column: auto; min-height: 390px; }
.keb-about-grid > .e-con-inner,
.keb-why > .e-con-inner,
.keb-faq-grid > .e-con-inner,
.keb-contact-card > .e-con-inner { grid-template-columns: repeat(2,minmax(0,1fr)); }
.keb-problem > .e-con-inner { width: min(850px,100%); grid-template-columns: 1fr !important; justify-items: center; text-align: center; }

.keb-process.e-con {
  color: var(--keb-heading);
  border-block: 1px solid rgba(27,23,26,.12);
  background: radial-gradient(30rem 22rem at 50% 42%,rgba(231,201,148,.22),transparent 72%),linear-gradient(180deg,#fffdf8,#f3ebe4);
}
.keb-process .keb-section-title .elementor-heading-title,
.keb-process .keb-step-title .elementor-heading-title { color: var(--keb-heading) !important; }
.keb-process-note { color: var(--keb-coral); }
.keb-process-track::before,
.keb-process-track::after { display: none !important; }
.keb-process-track > .e-con-inner { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 0; border-block: 1px solid rgba(27,23,26,.15); }
.keb-process-step { min-height: 340px; padding: 2rem 1.1rem 2.2rem; border-right: 1px solid rgba(27,23,26,.13); background: rgba(255,253,248,.52); }
.keb-process-step:nth-child(2) { background: rgba(237,197,183,.32); }
.keb-process-step:nth-child(3) { background: rgba(201,191,234,.3); }
.keb-process-step:nth-child(4) { background: rgba(231,201,148,.26); }
.keb-process-step:nth-child(5) { background: rgba(125,44,74,.08); }
.keb-process-step:last-child { border-right: 0; }
.keb-process-step > .e-con-inner { align-items: center; justify-content: flex-start; text-align: center; }
.keb-process-node { width: 11px; height: 11px; border: 0; border-radius: 2px; background: var(--keb-coral) !important; box-shadow: none !important; transform: rotate(45deg); }
.keb-step-number .elementor-heading-title { color: var(--keb-plum) !important; font: 500 clamp(3.5rem,5vw,5.6rem)/.9 "Cormorant Garamond",Georgia,serif !important; letter-spacing: -.05em; }
.keb-step-copy { max-width: 190px; color: var(--keb-copy); }

@media (max-width: 1024px) {
  .keb-hero-grid > .e-con-inner,
  .keb-about-grid > .e-con-inner,
  .keb-why > .e-con-inner,
  .keb-faq-grid > .e-con-inner,
  .keb-contact-card > .e-con-inner,
  .keb-services-grid > .e-con-inner { grid-template-columns: 1fr; }
  .keb-process-track > .e-con-inner { grid-template-columns: 1fr; border: 0; }
  .keb-process-step { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(27,23,26,.13); }
}

@media (max-width: 767px) {
  .keb-hero-copy > .e-con-inner,
  .keb-about-copy > .e-con-inner,
  .keb-faq-intro > .e-con-inner,
  .keb-contact-copy > .e-con-inner { align-items: center; text-align: center; }
  .keb-hero-copy { max-width: 620px; margin-inline: auto; text-align: center; }
  .keb-quick-form-grid { grid-template-columns: 1fr; }
  .keb-quick-goal { grid-column: auto; }
}

/* Elementor shell correction: section children use the full centered canvas. */
.keb-hero > .e-con-inner,
.keb-services > .e-con-inner,
.keb-about > .e-con-inner,
.keb-process > .e-con-inner,
.keb-faq > .e-con-inner,
.keb-contact > .e-con-inner,
.keb-legal-hero > .e-con-inner {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
}
.keb-header-widget,
.keb-hero-grid,
.keb-services-grid,
.keb-about-grid,
.keb-process-track,
.keb-faq-grid,
.keb-contact-card { width: 100% !important; max-width: none !important; }
.keb-services-grid > .e-con-inner > .keb-card,
.keb-process-track > .e-con-inner > .keb-process-step { width: 100% !important; max-width: none !important; }
.keb-quick-form-widget { align-self: center; margin-inline: auto; }

/* Grid belongs to Elementor's inner wrapper, not both nested layers. */
.keb-hero-grid,
.keb-services-grid,
.keb-about-grid,
.keb-thinking-grid,
.keb-process-track,
.keb-faq-grid,
.keb-contact-card {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
}

.keb-button-primary .elementor-button {
  color: #fffdf8 !important;
  background-color: var(--keb-plum) !important;
}

@media (max-width: 767px) {
  .keb-hero-copy > .e-con-inner { align-items: center !important; }
  .keb-hero-copy,
  .keb-hero-copy .elementor-heading-title,
  .keb-hero-copy .keb-lead,
  .keb-hero-copy .keb-proof { text-align: center !important; }
}

/* 1.2.9 — Personal portrait blended into the About editorial artwork. */
.keb-about-portrait {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 64%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 38%;
  filter: saturate(.72) contrast(.98) brightness(.92);
}
.keb-editorial-art.keb-editorial-note::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(28,10,24,.98) 0%, rgba(47,15,36,.9) 38%, rgba(48,16,37,.58) 64%, rgba(28,10,24,.18) 100%),
    linear-gradient(0deg, rgba(28,10,24,.72), transparent 58%);
  pointer-events: none;
}
.keb-editorial-note .keb-art-caption,
.keb-editorial-note .keb-note-stack,
.keb-editorial-note .keb-note-line,
.keb-editorial-note .keb-art-note { z-index: 3; }
.keb-editorial-note .keb-note-stack { max-width: 74%; }
.keb-editorial-note .keb-note-stack strong { text-shadow: 0 3px 24px rgba(20,7,17,.42); }

@media (max-width: 767px) {
  .keb-about-portrait { width: 100%; object-position: 52% 30%; filter: saturate(.72) contrast(.96) brightness(.9); }
  .keb-editorial-art.keb-editorial-note::before {
    background:
      linear-gradient(0deg, rgba(28,10,24,.96) 0%, rgba(43,14,34,.83) 48%, rgba(28,10,24,.12) 100%),
      linear-gradient(90deg, rgba(28,10,24,.42), transparent 72%);
  }
  .keb-editorial-note .keb-note-stack { max-width: 100%; margin-top: 12.5rem; }
  .keb-editorial-note .keb-note-stack span { font-size: 1.35rem; }
  .keb-editorial-note .keb-note-stack strong { max-width: 92%; font-size: clamp(2.65rem, 13vw, 3.7rem); }
}
