:root {
  --ke-ink: #1d2923;
  --ke-muted: #637069;
  --ke-green: #265b4a;
  --ke-green-dark: #173c31;
  --ke-red: #c8583e;
  --ke-red-dark: #a94631;
  --ke-cream: #f8f2e8;
  --ke-cream-deep: #efe5d6;
  --ke-white: #ffffff;
  --ke-line: #e3e6e3;
  --ke-shadow: 0 18px 50px rgba(29, 41, 35, .11);
  --ke-radius: 20px;
  --ke-shell: 1180px;
}

html { scroll-behavior: smooth; }
body.ke-site { margin: 0; color: var(--ke-ink); background: var(--ke-white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.7; }
.ke-site *, .ke-site *::before, .ke-site *::after { box-sizing: border-box; }
.ke-site a { color: inherit; }
.ke-site img { display: block; max-width: 100%; height: auto; }
.ke-site h1, .ke-site h2, .ke-site h3 { margin: 0 0 .45em; color: var(--ke-ink); font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.035em; }
.ke-site h1 { font-size: clamp(2.7rem, 6vw, 5.4rem); }
.ke-site h2 { font-size: clamp(2.1rem, 4vw, 3.65rem); }
.ke-site h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
.ke-site p { margin: 0 0 1.25em; }
.ke-site .elementor-widget-shortcode, .ke-site .elementor-shortcode { width: 100%; }
.ke-site .site-header, .ke-site .site-footer, .ke-site .page-header { display: none !important; }
.ke-shell { width: min(calc(100% - 40px), var(--ke-shell)); margin-inline: auto; }
.ke-narrow { max-width: 820px; }
.ke-main { overflow: hidden; }
.ke-skip { position: fixed; z-index: 99999; top: 10px; left: 10px; padding: 10px 16px; border-radius: 8px; color: #fff; background: var(--ke-green-dark); transform: translateY(-150%); }
.ke-skip:focus { transform: translateY(0); }
.ke-kicker { display: inline-block; margin-bottom: 18px; color: var(--ke-red); font-size: .75rem; font-weight: 800; line-height: 1.2; letter-spacing: .16em; text-transform: uppercase; }

.ke-header { position: relative; z-index: 1000; border-bottom: 1px solid rgba(29,41,35,.08); background: rgba(255,255,255,.96); box-shadow: 0 8px 30px rgba(20,50,40,.04); }
.ke-header-inner { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 30px; }
.ke-logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.ke-logo-mark { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 14px 4px 14px 4px; color: #fff; background: var(--ke-red); font-family: Georgia, serif; font-size: 1.55rem; font-weight: 700; box-shadow: 0 7px 18px rgba(200,88,62,.25); }
.ke-logo-copy { display: flex; flex-direction: column; line-height: 1.15; }
.ke-logo-copy strong { font-family: Georgia, serif; font-size: 1.35rem; letter-spacing: -.03em; }
.ke-logo-copy small { margin-top: 4px; color: var(--ke-muted); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ke-nav { display: flex; align-items: center; gap: 28px; font-size: .9rem; font-weight: 750; }
.ke-nav > a, .ke-nav-drop > button { border: 0; color: var(--ke-ink); background: none; font: inherit; text-decoration: none; cursor: pointer; }
.ke-nav > a:hover, .ke-nav-drop > button:hover { color: var(--ke-red); }
.ke-nav-drop { position: relative; }
.ke-nav-menu { position: absolute; top: calc(100% + 18px); left: 50%; display: grid; min-width: 245px; padding: 12px; border: 1px solid var(--ke-line); border-radius: 14px; background: #fff; box-shadow: var(--ke-shadow); opacity: 0; visibility: hidden; transform: translate(-50%, 10px); transition: .2s ease; }
.ke-nav-drop:hover .ke-nav-menu, .ke-nav-drop.is-open .ke-nav-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.ke-nav-menu a { padding: 9px 11px; border-radius: 8px; text-decoration: none; }
.ke-nav-menu a:hover { color: var(--ke-red); background: var(--ke-cream); }
.ke-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 10px; background: var(--ke-cream); cursor: pointer; }
.ke-menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ke-ink); }
.ke-mobile-menu { display: none; border-top: 1px solid var(--ke-line); background: #fff; }
.ke-mobile-menu .ke-shell { display: grid; padding-block: 14px 24px; }
.ke-mobile-menu a { padding: 9px 0; border-bottom: 1px solid #edf0ed; font-weight: 700; text-decoration: none; }

.ke-hero { padding: 72px 0 78px; background: radial-gradient(circle at 87% 15%, rgba(200,88,62,.14), transparent 28%), linear-gradient(135deg, #fbf8f2 0%, #f4ecdf 100%); }
.ke-hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); align-items: center; gap: clamp(45px, 7vw, 90px); }
.ke-hero-copy > p { max-width: 650px; color: #506058; font-size: 1.18rem; }
.ke-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0; }
.ke-actions-center { justify-content: center; }
.ke-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 23px; border: 2px solid var(--ke-red); border-radius: 999px; color: #fff !important; background: var(--ke-red); font-size: .9rem; font-weight: 800; text-decoration: none; transition: .2s ease; }
.ke-button:hover { border-color: var(--ke-red-dark); background: var(--ke-red-dark); transform: translateY(-2px); }
.ke-button-ghost { color: var(--ke-ink) !important; border-color: rgba(29,41,35,.22); background: transparent; }
.ke-button-ghost:hover { color: #fff !important; border-color: var(--ke-green); background: var(--ke-green); }
.ke-button-dark { border-color: var(--ke-green-dark); background: var(--ke-green-dark); }
.ke-button-light { color: var(--ke-green-dark) !important; border-color: #fff; background: #fff; }
.ke-trust { display: flex; flex-wrap: wrap; gap: 17px; color: var(--ke-green); font-size: .78rem; font-weight: 800; }
.ke-trust span::before { content: "✓"; margin-right: 6px; color: var(--ke-red); }
.ke-hero-feature { position: relative; }
.ke-hero-feature::before { content: ""; position: absolute; inset: -20px 30px 40% -22px; border-radius: 28px; background: var(--ke-green); transform: rotate(-3deg); }

.ke-section { padding: 92px 0; }
.ke-section-cream { background: var(--ke-cream); }
.ke-section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 44px; }
.ke-section-head > p { max-width: 490px; color: var(--ke-muted); }
.ke-topic-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.ke-topic { display: flex; min-height: 118px; align-items: center; gap: 16px; padding: 22px; border: 1px solid rgba(29,41,35,.09); border-radius: 16px; background: #fff; box-shadow: 0 6px 25px rgba(29,41,35,.04); text-decoration: none; transition: .2s ease; }
.ke-topic:hover { border-color: rgba(200,88,62,.4); box-shadow: 0 14px 34px rgba(29,41,35,.09); transform: translateY(-3px); }
.ke-topic-icon { display: grid; flex: 0 0 48px; height: 48px; place-items: center; border-radius: 14px; color: var(--ke-green); background: #eaf1ed; font-size: 1.3rem; }
.ke-topic strong, .ke-topic small { display: block; }
.ke-topic strong { font-family: Georgia, serif; font-size: 1.12rem; }
.ke-topic small { margin-top: 4px; color: var(--ke-muted); font-size: .74rem; }
.ke-topic b { margin-left: auto; color: var(--ke-red); }

.ke-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px; }
.ke-card { overflow: hidden; border: 1px solid var(--ke-line); border-radius: var(--ke-radius); background: #fff; box-shadow: 0 10px 35px rgba(29,41,35,.06); transition: .25s ease; }
.ke-card:hover { box-shadow: var(--ke-shadow); transform: translateY(-5px); }
.ke-card-media { display: block; overflow: hidden; aspect-ratio: 16/10; background: var(--ke-cream-deep); }
.ke-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.ke-card:hover .ke-card-media img { transform: scale(1.035); }
.ke-card-placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: rgba(255,255,255,.85); background: radial-gradient(circle at 70% 25%, rgba(255,255,255,.18), transparent 30%), linear-gradient(135deg, var(--ke-green), var(--ke-green-dark)); }
.ke-card-placeholder span { font-family: Georgia, serif; font-size: 1.35rem; }
.ke-card-body { padding: 24px; }
.ke-card-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 11px; color: var(--ke-muted); font-size: .7rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.ke-card-meta a { color: var(--ke-red); text-decoration: none; }
.ke-card h3 a { text-decoration: none; }
.ke-card p { color: var(--ke-muted); font-size: .9rem; line-height: 1.65; }
.ke-text-link { color: var(--ke-green) !important; font-size: .86rem; font-weight: 850; text-decoration: none; }
.ke-text-link span { display: inline-block; margin-left: 4px; transition: transform .2s ease; }
.ke-text-link:hover span { transform: translateX(4px); }
.ke-card-featured { position: relative; border: 0; box-shadow: 0 25px 65px rgba(29,41,35,.2); }
.ke-card-featured .ke-card-media { aspect-ratio: 16/11; }
.ke-card-featured .ke-card-body { padding: 27px 30px 30px; }

.ke-story { background: #fff; }
.ke-story-grid { display: grid; grid-template-columns: minmax(300px,.78fr) minmax(0,1.22fr); align-items: center; gap: clamp(50px,8vw,105px); }
.ke-story-art { display: grid; min-height: 450px; place-items: center; border-radius: 50% 50% 12% 50%; color: #fff; background: radial-gradient(circle at 62% 30%, rgba(255,255,255,.18), transparent 30%), var(--ke-green); box-shadow: var(--ke-shadow); }
.ke-story-art span { font-family: Georgia, serif; font-size: clamp(4rem,10vw,8rem); letter-spacing: -.08em; opacity: .92; }
.ke-checks { margin: 24px 0 30px; padding: 0; list-style: none; }
.ke-checks li { margin: 10px 0; }
.ke-checks li::before { content: "✓"; display: inline-grid; width: 25px; height: 25px; margin-right: 10px; place-items: center; border-radius: 50%; color: #fff; background: var(--ke-red); font-size: .75rem; font-weight: 900; }
.ke-cta { padding: 64px 0; color: #fff; background: var(--ke-green-dark); }
.ke-cta .ke-shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.ke-cta h2 { max-width: 760px; margin: 0; color: #fff; }
.ke-cta .ke-kicker { color: #eab9aa; }

.ke-page-hero { padding: 105px 0 92px; background: radial-gradient(circle at 90% 15%, rgba(200,88,62,.13), transparent 30%), var(--ke-cream); }
.ke-page-hero h1 { max-width: 900px; }
.ke-page-hero p { max-width: 760px; color: var(--ke-muted); font-size: 1.15rem; }
.ke-page-hero-centered { text-align: center; }
.ke-page-hero-centered p { margin-inline: auto; }
.ke-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.ke-chips a { padding: 8px 15px; border: 1px solid rgba(29,41,35,.15); border-radius: 999px; background: rgba(255,255,255,.6); font-size: .78rem; font-weight: 800; text-decoration: none; }
.ke-chips a:hover { color: #fff; border-color: var(--ke-green); background: var(--ke-green); }
.ke-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 52px; }
.ke-pagination > a, .ke-pagination li a, .ke-pagination li span { display: grid; min-width: 42px; height: 42px; place-items: center; border: 1px solid var(--ke-line); border-radius: 50%; text-decoration: none; }
.ke-pagination > a.is-active, .ke-pagination li .current { color: #fff; border-color: var(--ke-red); background: var(--ke-red); }
.ke-pagination ul { display: flex; gap: 8px; margin: 0; padding: 0; list-style: none; }
.ke-prose-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 80px; }
.ke-prose { color: var(--ke-muted); font-size: 1.08rem; }
.ke-value-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.ke-value-grid article { padding: 34px; border-radius: 18px; background: #fff; box-shadow: 0 8px 30px rgba(29,41,35,.05); }
.ke-value-grid article > span { color: var(--ke-red); font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.ke-value-grid article h3 { margin-top: 35px; }
.ke-value-grid article p { color: var(--ke-muted); }

.ke-contact-grid { display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); gap: 80px; }
.ke-contact-note { margin-top: 32px; padding: 24px; border-left: 4px solid var(--ke-red); background: var(--ke-cream); }
.ke-contact-note p { margin: 6px 0 0; color: var(--ke-muted); font-size: .88rem; }
.ke-form { padding: 36px; border: 1px solid var(--ke-line); border-radius: var(--ke-radius); box-shadow: var(--ke-shadow); }
.ke-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ke-form label { display: block; margin-bottom: 17px; font-size: .78rem; font-weight: 800; }
.ke-form input[type="text"], .ke-form input[type="email"], .ke-form textarea { width: 100%; margin-top: 7px; padding: 13px 15px; border: 1px solid #cfd5d1; border-radius: 9px; color: var(--ke-ink); background: #fff; font: inherit; }
.ke-form input:focus, .ke-form textarea:focus { outline: 3px solid rgba(38,91,74,.15); border-color: var(--ke-green); }
.ke-consent { display: flex !important; align-items: flex-start; gap: 10px; color: var(--ke-muted); font-weight: 500 !important; }
.ke-consent input { margin-top: 6px; }
.ke-hp { position: absolute; left: -9999px; }
.ke-notice { margin-bottom: 20px; padding: 12px 15px; border-radius: 8px; }
.ke-success { color: #174b39; background: #e2f2eb; }
.ke-error { color: #7b2f22; background: #f8e8e4; }

.ke-legal-hero small { color: var(--ke-muted); }
.ke-legal { display: grid; grid-template-columns: 230px minmax(0,760px); justify-content: center; gap: 80px; }
.ke-legal aside { position: sticky; top: 30px; align-self: start; display: grid; gap: 8px; padding: 22px; border-radius: 14px; background: var(--ke-cream); font-size: .8rem; }
.ke-legal aside a { color: var(--ke-muted); text-decoration: none; }
.ke-legal aside a:hover { color: var(--ke-red); }
.ke-legal article section { scroll-margin-top: 30px; margin-bottom: 44px; }
.ke-legal article h2 { font-size: 2rem; }
.ke-legal article p { color: var(--ke-muted); }

.ke-article-head { padding: 92px 0 62px; text-align: center; background: var(--ke-cream); }
.ke-article-head .ke-kicker { text-decoration: none; }
.ke-article-head h1 { font-size: clamp(2.5rem,5.3vw,4.8rem); }
.ke-article-excerpt { max-width: 720px; margin: 20px auto; color: var(--ke-muted); font-size: 1.15rem; }
.ke-byline { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; color: var(--ke-muted); font-size: .78rem; font-weight: 700; }
.ke-feature-image { max-width: 1120px; margin-top: 48px; }
.ke-feature-image img { width: 100%; max-height: 650px; object-fit: cover; border-radius: var(--ke-radius); box-shadow: var(--ke-shadow); }
.ke-article-layout { display: grid; grid-template-columns: 70px minmax(0,760px); justify-content: center; gap: 45px; padding-block: 65px 95px; }
.ke-share { position: sticky; top: 25px; align-self: start; display: grid; justify-items: center; gap: 9px; }
.ke-share > span { color: var(--ke-muted); font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ke-share a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--ke-line); border-radius: 50%; font-weight: 900; text-decoration: none; }
.ke-share a:hover { color: #fff; border-color: var(--ke-green); background: var(--ke-green); }
.ke-article-body { min-width: 0; color: #33423b; font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; line-height: 1.85; }
.ke-article-body h2 { margin-top: 1.8em; font-size: 2.35rem; }
.ke-article-body h3 { margin-top: 1.6em; font-size: 1.7rem; }
.ke-article-body a { color: var(--ke-red-dark); }
.ke-article-body img { margin: 34px auto; border-radius: 14px; }
.ke-article-body blockquote { margin: 34px 0; padding: 24px 30px; border-left: 4px solid var(--ke-red); background: var(--ke-cream); font-size: 1.22rem; }
.ke-article-body ul, .ke-article-body ol { padding-left: 1.25em; }
.ke-ad-slot { display: grid; min-height: 100px; margin-bottom: 40px; place-items: center; border: 1px dashed #d7dcd8; color: #9ca59f; background: #fafbfa; font-family: Inter, sans-serif; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.ke-article-note { margin-top: 50px; padding: 24px 28px; border-radius: 12px; background: var(--ke-cream); font-family: Inter, sans-serif; font-size: .88rem; }
.ke-article-note p { margin: 4px 0 0; }
.ke-archive-description { max-width: 760px; color: var(--ke-muted); }

.ke-footer { padding-top: 70px; color: rgba(255,255,255,.72); background: #102b23; }
.ke-footer-grid { display: grid; grid-template-columns: 1.55fr .8fr .8fr .95fr; gap: 55px; padding-bottom: 55px; }
.ke-footer .ke-logo-copy strong, .ke-footer h2 { color: #fff; }
.ke-footer .ke-logo-copy small { color: rgba(255,255,255,.55); }
.ke-footer-grid > div:first-child p { max-width: 360px; margin-top: 22px; font-size: .9rem; }
.ke-footer h2 { margin-bottom: 18px; font-family: Inter, sans-serif; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.ke-footer-grid > div:not(:first-child) { display: flex; flex-direction: column; }
.ke-footer-grid > div:not(:first-child) a { margin: 5px 0; font-size: .84rem; text-decoration: none; }
.ke-footer-grid a:hover { color: #fff; }
.ke-footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }

@media (max-width: 1024px) {
  .ke-nav { gap: 18px; }
  .ke-hero-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .ke-card-grid { gap: 20px; }
  .ke-footer-grid { grid-template-columns: 1.35fr 1fr 1fr; }
  .ke-footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
  .ke-shell { width: min(calc(100% - 30px), var(--ke-shell)); }
  .ke-nav { display: none; }
  .ke-menu-toggle { display: block; }
  .ke-mobile-menu.is-open { display: block; }
  .ke-hero, .ke-section, .ke-page-hero { padding-block: 68px; }
  .ke-hero-grid, .ke-story-grid, .ke-prose-grid, .ke-contact-grid { grid-template-columns: 1fr; }
  .ke-hero-copy { text-align: center; }
  .ke-hero-copy > p { margin-inline: auto; }
  .ke-actions, .ke-trust { justify-content: center; }
  .ke-hero-feature { max-width: 600px; margin-inline: auto; }
  .ke-topic-grid, .ke-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ke-section-head { display: block; }
  .ke-section-head > p { margin-top: 18px; }
  .ke-story-art { min-height: 340px; }
  .ke-value-grid { grid-template-columns: 1fr; }
  .ke-legal { grid-template-columns: 1fr; gap: 35px; }
  .ke-legal aside { position: static; }
  .ke-article-layout { grid-template-columns: 1fr; }
  .ke-share { position: static; display: flex; justify-content: flex-start; }
  .ke-footer-grid { grid-template-columns: 1fr 1fr; }
  .ke-footer-grid > div:first-child { grid-column: 1 / 3; }
  .ke-footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  body.ke-site { font-size: 16px; }
  .ke-header-inner { min-height: 74px; }
  .ke-logo-copy small { display: none; }
  .ke-logo-mark { width: 40px; height: 40px; }
  .ke-hero { padding-top: 55px; }
  .ke-hero-grid { gap: 50px; }
  .ke-actions { display: grid; }
  .ke-button { width: 100%; }
  .ke-trust { display: grid; justify-content: start; text-align: left; }
  .ke-topic-grid, .ke-card-grid { grid-template-columns: 1fr; }
  .ke-topic { min-height: 105px; }
  .ke-card-body { padding: 22px; }
  .ke-section-head { margin-bottom: 30px; }
  .ke-story-art { min-height: 280px; }
  .ke-cta .ke-shell { display: block; text-align: center; }
  .ke-cta .ke-button { margin-top: 24px; }
  .ke-form { padding: 24px 18px; }
  .ke-form-row { grid-template-columns: 1fr; gap: 0; }
  .ke-article-head { padding-block: 65px 45px; }
  .ke-feature-image { width: 100%; margin-top: 0; }
  .ke-feature-image img { border-radius: 0; }
  .ke-article-layout { padding-block: 45px 70px; }
  .ke-footer-grid { grid-template-columns: 1fr; }
  .ke-footer-grid > div:first-child, .ke-footer-grid > div:last-child { grid-column: auto; }
  .ke-footer-bottom { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ke-site *, .ke-site *::before, .ke-site *::after { scroll-behavior: auto !important; transition: none !important; }
}
