@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/poppins-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/poppins-latin-500-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/poppins-latin-600-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/poppins-latin-700-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lora-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lora-latin-400-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/lora-latin-500-italic.woff2") format("woff2");
}

:root {
  --kl-deep-teal: #0f5c5b;
  --kl-soft-teal: #4e8b87;
  --kl-coral: #e57c5e;
  --kl-cream: #f8f2ea;
  --kl-gray: #6b7280;
  --kl-ink: #173e43;
  --kl-white: #fff;
  --kl-line: rgba(15, 92, 91, 0.14);
  --kl-shadow: 0 16px 45px rgba(15, 92, 91, 0.1);
  --kl-shadow-card: 0 8px 24px rgba(23, 62, 67, 0.08);
  --kl-radius-sm: 16px;
  --kl-radius: 26px;
  --kl-radius-lg: 42px;
  --kl-page: 1180px;
}

html {
  scroll-behavior: smooth;
}

#a-venir,
#evenements-passes,
#inscription,
#contact-form,
#contenu {
  scroll-margin-top: 120px;
}

body.kl-site {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 92% 3%, rgba(229, 124, 94, 0.1), transparent 22rem),
    var(--kl-cream);
  color: var(--kl-ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.kl-site * {
  box-sizing: border-box;
}

body.kl-site a {
  text-underline-offset: 0.18em;
}

body.kl-site a:focus-visible,
body.kl-site button:focus-visible,
body.kl-site input:focus-visible,
body.kl-site select:focus-visible,
body.kl-site textarea:focus-visible {
  outline: 3px solid rgba(229, 124, 94, 0.55);
  outline-offset: 3px;
}

.kl-site-frame {
  width: min(calc(100% - 2rem), 1420px);
  margin: 1rem auto;
  overflow: clip;
  background: rgba(255, 253, 249, 0.95);
  border: 1px solid rgba(15, 92, 91, 0.1);
  border-radius: 26px;
  box-shadow: 0 10px 40px rgba(23, 62, 67, 0.12);
}

html.has-modal-open,
html.kl-navigation-open,
html.has-modal-open body,
html.kl-navigation-open body {
  overflow: hidden;
  overscroll-behavior: none;
}

html.has-modal-open .kl-site-frame,
html.kl-navigation-open .kl-site-frame {
  overflow: visible;
}

.kl-main {
  min-height: 60vh;
}

body.kl-editable-page .kl-main > .wp-block-post-content {
  width: 100%;
  max-width: none;
  margin: 0;
}

body.kl-editable-page .kl-main > .wp-block-post-content > * {
  margin-block: 0;
}

.kl-shell {
  width: min(calc(100% - 2.5rem), var(--kl-page));
  margin-inline: auto;
}

.kl-section {
  position: relative;
  padding-block: clamp(4rem, 8vw, 7.5rem);
}

.kl-section--compact {
  padding-block: clamp(2.8rem, 6vw, 5rem);
}

.kl-section--white {
  background: var(--kl-white);
}

.kl-section--cream {
  background: var(--kl-cream);
}

.kl-section--teal {
  overflow: hidden;
  background: linear-gradient(135deg, #0b4f50, var(--kl-deep-teal) 65%, #356f6c);
  color: var(--kl-white);
}

.kl-section--teal h1,
.kl-section--teal h2,
.kl-section--teal h3,
.kl-section--teal a:not(.wp-element-button) {
  color: var(--kl-white);
}

.kl-eyebrow {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  margin: 0 0 1rem;
  color: var(--kl-soft-teal);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.kl-eyebrow::before {
  width: 1.9rem;
  height: 2px;
  background: var(--kl-coral);
  content: "";
}

.kl-section--teal .kl-eyebrow {
  color: #c6dedc;
}

.kl-section-title {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2rem, 4.4vw, 3.6rem);
}

.kl-section-lead {
  max-width: 760px;
  margin-top: 1.25rem;
  color: var(--kl-gray);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
}

.kl-section-lead--on-teal {
  color: rgba(255, 255, 255, 0.8);
}

.kl-script {
  color: var(--kl-coral);
  font-family: Lora, Georgia, serif;
  font-style: italic;
  font-weight: 500;
}

.kl-script--large {
  font-size: 1.5rem;
}

.kl-about-conviction__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center;
}

.kl-about-conviction__content {
  min-width: 0;
}

.kl-about-conviction-photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 35% 30px 34% 30px / 22% 30px 28% 30px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--kl-shadow);
}

.kl-about-conviction-photo__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.kl-header {
  position: sticky;
  z-index: 40;
  top: 0;
  border-bottom: 1px solid rgba(15, 92, 91, 0.09);
  background: rgba(255, 253, 249, 0.92);
  backdrop-filter: blur(16px);
}

body.admin-bar .kl-header {
  top: 32px;
}

.kl-header__inner {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  min-height: 94px;
}

.kl-header__inner > *,
.kl-footer__grid > * {
  min-width: 0;
}

.kl-brand-logo {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  overflow: visible;
  line-height: 0;
}

.kl-brand-logo img {
	display: block;
	width: min(100%, 220px);
	max-width: 100%;
	max-height: none;
	height: auto;
	aspect-ratio: 1007 / 366;
	object-fit: contain;
	object-position: left center;
	clip-path: none;
}

.kl-header .wp-block-shortcode,
.kl-footer .wp-block-shortcode {
  max-width: 100%;
  margin: 0;
  overflow: visible;
}

.kl-header__inner > p:first-child,
.kl-footer__brand > p:first-child {
  max-width: 100%;
  margin: 0;
  overflow: visible;
  line-height: 0;
}

.kl-header .wp-block-navigation {
  justify-self: end;
  font-size: 0.92rem;
  font-weight: 500;
}

.kl-header .wp-block-navigation-item__content {
  position: relative;
  padding-block: 0.45rem;
}

.kl-header .wp-block-navigation-item__content::after {
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  left: 0;
  height: 2px;
  background: var(--kl-coral);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.kl-header .wp-block-navigation-item__content:hover::after,
.kl-header .current-menu-item .wp-block-navigation-item__content::after {
  transform: scaleX(1);
}

.kl-button .wp-element-button,
.kl-button,
.kl-event-card__button,
.kl-event-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
  min-height: 46px;
  padding: 0.8rem 1.35rem;
  border: 1px solid var(--kl-deep-teal);
  border-radius: 999px;
  background: var(--kl-deep-teal);
  box-shadow: 0 8px 20px rgba(15, 92, 91, 0.12);
  color: var(--kl-white) !important;
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.kl-button .wp-element-button:hover,
.kl-button:hover,
.kl-event-card__button:hover,
.kl-event-cta:hover {
  background: #0b4f50;
  box-shadow: 0 12px 28px rgba(15, 92, 91, 0.2);
  transform: translateY(-2px);
}

.kl-button--coral .wp-element-button,
.kl-button--coral {
  border-color: var(--kl-coral);
  background: var(--kl-coral);
}

.kl-button--ghost .wp-element-button,
.kl-button--ghost {
  border-color: var(--kl-deep-teal);
  background: transparent;
  box-shadow: none;
  color: var(--kl-deep-teal) !important;
}

.kl-button--ghost .wp-element-button:hover,
.kl-button--ghost:hover {
  background: rgba(15, 92, 91, 0.08);
}

/* Keep core/button's wrapper neutral; the nested anchor carries KL styling. */
.wp-block-button.kl-button,
.wp-block-button.kl-button:hover {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.kl-hero {
  position: relative;
  padding-block: clamp(2.5rem, 7vw, 6.5rem);
  background:
    radial-gradient(circle at 8% 15%, rgba(78, 139, 135, 0.11), transparent 17rem),
    linear-gradient(115deg, #fffdf9 0%, #fffaf5 58%, #f8f2ea 100%);
}

.kl-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.kl-hero__content {
  position: relative;
  z-index: 2;
}

.kl-hero__title {
  max-width: 680px;
  margin: 0;
  color: var(--kl-deep-teal);
  font-size: clamp(2.65rem, 5.2vw, 5.15rem);
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.kl-hero__statement {
  display: block;
  margin-top: 1.5rem;
  color: var(--kl-coral);
  font-family: Lora, Georgia, serif;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-style: italic;
  line-height: 1.35;
}

.kl-hero__copy {
  max-width: 590px;
  margin: 1rem 0 0;
  color: #3f5157;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.kl-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.kl-hero__visual {
  position: relative;
  min-height: 520px;
}

.kl-hero__visual::before,
.kl-hero__visual::after {
  position: absolute;
  z-index: 0;
  border-radius: 999px;
  content: "";
}

.kl-hero__visual::before {
  top: 3%;
  right: -7%;
  width: 36%;
  aspect-ratio: 1;
  border: 1px solid rgba(229, 124, 94, 0.35);
}

.kl-hero__visual::after {
  bottom: 2%;
  left: -8%;
  width: 44%;
  aspect-ratio: 1;
  border: 1px solid rgba(78, 139, 135, 0.45);
}

.kl-hero__image,
.kl-hero__media {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  object-fit: cover;
  border-radius: 35% 30px 34% 30px / 22% 30px 28% 30px;
  box-shadow: var(--kl-shadow);
}

.kl-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.kl-hero__badge {
  position: absolute;
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  max-width: 240px;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: var(--kl-shadow-card);
  color: var(--kl-deep-teal);
  font-size: 0.88rem;
  font-weight: 600;
  backdrop-filter: blur(12px);
}

.kl-wave {
  position: absolute;
  z-index: 2;
  right: -10%;
  bottom: 9%;
  left: -8%;
  height: 85px;
  opacity: 0.85;
  pointer-events: none;
}

.kl-wave::before,
.kl-wave::after {
  position: absolute;
  inset: 18px 0 auto;
  height: 1px;
  border-top: 2px solid var(--kl-coral);
  border-radius: 50%;
  content: "";
  transform: rotate(-5deg);
}

.kl-wave::after {
  inset: 42px 4% auto 8%;
  border-color: var(--kl-soft-teal);
  transform: rotate(4deg);
}

.kl-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  margin-top: 2rem;
}

.kl-empty-state {
  grid-column: 1 / -1;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px dashed rgba(15, 92, 91, 0.3);
  border-radius: var(--kl-radius);
  background: rgba(248, 242, 234, 0.55);
  text-align: center;
}

.kl-event-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--kl-line);
  border-radius: var(--kl-radius);
  background: #fff;
  box-shadow: var(--kl-shadow-card);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.kl-event-card:hover {
  box-shadow: 0 15px 38px rgba(23, 62, 67, 0.13);
  transform: translateY(-4px);
}

.kl-event-card__media {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  line-height: 0;
  background:
    radial-gradient(circle at 28% 34%, rgba(255, 255, 255, 0.45), transparent 20%),
    linear-gradient(140deg, var(--kl-deep-teal), var(--kl-soft-teal) 60%, var(--kl-coral));
}

.kl-event-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform 320ms ease;
}

.kl-event-card:hover .kl-event-card__media img {
  transform: scale(1.025);
}

.kl-event-card__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.kl-event-card__placeholder img {
  width: 76px;
  height: auto;
  object-fit: contain;
  opacity: 0.9;
}

.kl-event-card__badge {
  position: absolute;
  z-index: 1;
  top: 0.35rem;
  left: 0.85rem;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  background: var(--kl-coral);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.kl-event-card__badge--language {
  right: 0.85rem;
  left: auto;
}

.kl-event-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem;
}

.kl-event-card__edition {
  margin: 0 0 0.35rem;
  color: var(--kl-coral);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.kl-event-card__title {
  margin: 0;
  color: var(--kl-deep-teal);
  font-size: clamp(1.15rem, 2vw, 1.42rem);
  letter-spacing: -0.025em;
  line-height: 1.22;
}

.kl-event-card__title a {
  color: inherit;
}

.kl-event-card__meta {
  display: grid;
  gap: 0.58rem;
  margin: 1rem 0;
  color: #506168;
  font-size: 0.88rem;
}

.kl-event-card__meta-item {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
}

.kl-event-card__meta-item svg {
  flex: 0 0 18px;
  width: 18px;
  margin-top: 0.08rem;
  color: var(--kl-deep-teal);
}

.kl-event-card__footer {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--kl-line);
}

.kl-event-card__price {
  color: var(--kl-deep-teal);
  font-size: 0.84rem;
  font-weight: 700;
}

.kl-event-card__status {
  color: var(--kl-soft-teal);
  font-size: 0.78rem;
  font-weight: 600;
}

.kl-event-card__status--sold-out {
  color: #a33b32;
}

.kl-mission-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.3rem;
}

.kl-mission-card {
  min-height: 230px;
  padding: 1.6rem;
  border: 1px solid var(--kl-line);
  border-radius: var(--kl-radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--kl-shadow-card);
}

.kl-mission-card__index {
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  margin-bottom: 1.7rem;
  border-radius: 14px;
  background: var(--kl-deep-teal);
  color: #fff;
  font-family: Lora, Georgia, serif;
  font-style: italic;
}

.kl-mission-card:nth-child(even) .kl-mission-card__index {
  background: var(--kl-coral);
}

.kl-mission-card h3 {
  margin: 0;
  font-size: 1.16rem;
}

.kl-mission-card p {
  margin: 0.65rem 0 0;
  color: var(--kl-gray);
  font-size: 0.92rem;
}

.kl-mission-card p.kl-mission-card__index {
  margin: 0 0 1.7rem;
  color: #fff;
  font-size: 1rem;
}

.kl-myth {
  position: relative;
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  overflow: hidden;
  padding: clamp(2.5rem, 6vw, 5rem);
  border-radius: var(--kl-radius-lg);
  background: linear-gradient(135deg, var(--kl-deep-teal), #0a4c4d);
  box-shadow: var(--kl-shadow);
  color: #fff;
}

.kl-myth::after {
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  width: 26rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.kl-myth__year {
  color: rgba(255, 255, 255, 0.18);
  font-size: clamp(6rem, 14vw, 11rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.kl-myth__content {
  position: relative;
  z-index: 1;
}

.kl-myth h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.kl-myth p {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.kl-myth p.kl-myth__year {
  margin: 0;
  color: rgba(255, 255, 255, 0.18);
  font-size: clamp(6rem, 14vw, 11rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.kl-myth__year--light,
.kl-myth p.kl-myth__year--light {
  margin: 0;
  color: rgba(15, 92, 91, 0.12);
}

.kl-myth-story__content {
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  line-height: 1.75;
}

.kl-founder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.kl-founder {
  display: grid;
  grid-template-columns: minmax(150px, 0.72fr) minmax(0, 1.28fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.4rem;
  border: 1px solid var(--kl-line);
  border-radius: var(--kl-radius);
  background: #fff;
  box-shadow: var(--kl-shadow-card);
}

.kl-founder__photo {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  margin: 0;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(78, 139, 135, 0.55), rgba(15, 92, 91, 0.95));
}

.kl-founder__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.kl-founder__initials {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: Lora, Georgia, serif;
  font-size: 3rem;
  font-style: italic;
}

.kl-founder h3 {
  margin: 0;
  font-size: 1.45rem;
}

.kl-founder__role {
  margin: 0.2rem 0 0.85rem;
  color: var(--kl-coral);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.kl-founder p {
  margin: 0;
  color: #536269;
  font-size: 0.91rem;
}

.kl-founder-note {
  margin-top: 1.4rem !important;
  color: var(--kl-gray) !important;
  font-size: 0.85rem !important;
}

.kl-newsletter {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid rgba(229, 124, 94, 0.2);
  border-radius: var(--kl-radius-lg);
  background:
    radial-gradient(circle at 100% 0, rgba(229, 124, 94, 0.23), transparent 18rem),
    #fff;
  box-shadow: var(--kl-shadow);
}

.kl-newsletter__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(350px, 1.2fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.kl-newsletter h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.kl-newsletter p {
  color: var(--kl-gray);
}

.kl-newsletter-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.kl-newsletter-form__field {
  display: grid;
  gap: 0.32rem;
}

.kl-newsletter-form__field--wide,
.kl-newsletter-form__consent,
.kl-newsletter-form__submit,
.kl-newsletter-form__note {
  grid-column: 1 / -1;
}

.kl-newsletter-form label {
  color: var(--kl-ink);
  font-size: 0.78rem;
  font-weight: 600;
}

.kl-newsletter-form input[type="text"],
.kl-newsletter-form input[type="email"],
.kl-newsletter-form input[type="tel"] {
  width: 100%;
  min-height: 48px;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(15, 92, 91, 0.22);
  border-radius: 12px;
  background: #fffdf9;
  color: var(--kl-ink);
  font: inherit;
}

.kl-newsletter-form__consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem;
  align-items: start;
  color: #5a686e;
  font-size: 0.78rem;
  line-height: 1.45;
}

.kl-newsletter-form__consent input {
  width: 18px;
  height: 18px;
  margin-top: 0.05rem;
  accent-color: var(--kl-deep-teal);
}

.kl-newsletter-form__note {
  margin: 0;
  color: var(--kl-gray);
  font-size: 0.75rem;
}

.kl-agenda-hero {
	padding-block: clamp(2.75rem, 5vw, 4.75rem);
  background: linear-gradient(130deg, #fffdf9, #f7eee5);
  text-align: center;
}

.kl-agenda-hero h1 {
  max-width: 820px;
  margin: 0 auto;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
}

.kl-agenda-hero p {
  max-width: 690px;
  margin: 1.2rem auto 0;
  color: var(--kl-gray);
  font-size: 1.15rem;
}

.kl-agenda-section + .kl-agenda-section {
	margin-top: clamp(2.5rem, 5vw, 4.25rem);
	padding-top: clamp(2.25rem, 4vw, 3.75rem);
  border-top: 1px solid var(--kl-line);
}

.kl-agenda-section__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
	margin-bottom: 1.35rem;
}

.kl-agenda-content {
	padding-block: clamp(2.75rem, 5vw, 4.75rem);
}

.kl-agenda-section__header h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.kl-agenda-section__count {
  color: var(--kl-gray);
  font-size: 0.84rem;
}

/* Les affiches d’événement peuvent contenir des informations essentielles
   près de leurs bords. Dans l’Agenda, afficher l’image entière sans zoom. */
.kl-agenda-section .kl-event-card__media img {
  object-fit: contain;
}

.kl-agenda-section .kl-event-card:hover .kl-event-card__media img {
  transform: none;
}

.kl-event-hero {
  padding-block: clamp(3.5rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 88% 0, rgba(229, 124, 94, 0.18), transparent 22rem),
    linear-gradient(135deg, #fffdf9, #f8f2ea);
}

.kl-event-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.kl-event-hero h1 {
  margin: 0;
  font-size: clamp(2.7rem, 5.5vw, 5rem);
}

.kl-event-hero__teaser {
  margin-top: 1.2rem;
  color: #4f6066;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
}

.kl-event-summary {
  padding: 1.6rem;
  border: 1px solid var(--kl-line);
  border-radius: var(--kl-radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--kl-shadow-card);
}

.kl-event-summary__item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 0.75rem;
  padding-block: 0.82rem;
  border-bottom: 1px solid var(--kl-line);
}

.kl-event-summary__item:last-of-type {
  border-bottom: 0;
}

.kl-event-summary__label {
  color: var(--kl-gray);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.kl-event-summary__value {
  color: var(--kl-ink);
  font-size: 0.92rem;
  font-weight: 600;
}

.kl-event-summary .kl-event-cta {
  width: 100%;
  margin-top: 1.15rem;
}

.kl-ticket-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.kl-ticket {
  padding: 1.35rem;
  border: 1px solid var(--kl-line);
  border-radius: 18px;
  background: #fff;
}

.kl-ticket--featured {
  border-color: rgba(229, 124, 94, 0.55);
  background: #fffaf7;
}

.kl-ticket__name {
  color: var(--kl-deep-teal);
  font-weight: 700;
}

.kl-ticket__price {
  margin: 0.45rem 0;
  color: var(--kl-coral);
  font-size: 1.75rem;
  font-weight: 700;
}

.kl-ticket__description {
  margin: 0;
  color: var(--kl-gray);
  font-size: 0.85rem;
}

.kl-speakers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.kl-speaker {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  grid-template-areas:
    "photo identity"
    "bio bio";
  gap: 1.35rem;
  align-items: start;
  padding: 1.35rem;
  border: 1px solid var(--kl-line);
  border-radius: var(--kl-radius);
  background: #fff;
  box-shadow: var(--kl-shadow-card);
}

.kl-speaker__photo {
  grid-area: photo;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--kl-soft-teal), var(--kl-deep-teal));
}

.kl-speaker__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.kl-speaker__initials {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: Lora, Georgia, serif;
  font-size: 2.2rem;
  font-style: italic;
}

.kl-speaker h3 {
  margin: 0;
  font-size: 1.3rem;
}

.kl-speaker__identity {
  grid-area: identity;
  align-self: center;
  min-width: 0;
}

.kl-speaker__role {
	margin: 0.25rem 0 0;
  color: var(--kl-coral);
  font-size: 0.8rem;
  font-weight: 700;
}

.kl-speaker__linkedin {
  margin: 0.65rem 0 0;
  font-size: 0.82rem;
  font-weight: 700;
}

.kl-speaker__linkedin a {
  color: var(--kl-deep-teal);
  text-decoration: underline;
  text-decoration-color: rgba(15, 92, 91, 0.32);
  text-underline-offset: 0.18em;
}

.kl-speaker__bio {
	grid-area: bio;
	width: 100%;
	margin: 0;
  color: var(--kl-gray);
  font-size: 0.88rem;
	line-height: 1.72;
}

.kl-speaker__bio > :first-child,
.kl-event-detail__teaser > :first-child {
  margin-top: 0;
}

.kl-speaker__bio > :last-child,
.kl-event-detail__teaser > :last-child {
  margin-bottom: 0;
}

.kl-speaker__bio ul,
.kl-speaker__bio ol,
.kl-event-detail__teaser ul,
.kl-event-detail__teaser ol {
  margin-block: 0.75rem;
  padding-inline-start: 1.35rem;
}

.kl-speaker__bio a,
.kl-event-detail__teaser a {
  color: var(--kl-deep-teal);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.kl-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 1.15fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.kl-contact-card {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--kl-line);
  border-radius: var(--kl-radius);
  background: #fff;
  box-shadow: var(--kl-shadow-card);
}

.kl-contact-list {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.kl-contact-list a {
  font-weight: 600;
}

.kl-legal {
  padding-block: clamp(3.5rem, 8vw, 7rem);
}

.kl-legal .wp-block-post-title {
  max-width: 800px;
  margin-bottom: 2rem;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.kl-footer {
  padding-block: 3rem 1.5rem;
  background: var(--kl-deep-teal);
  color: rgba(255, 255, 255, 0.78);
}

.kl-footer__grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.15fr) minmax(0, 0.85fr) minmax(0, 0.85fr);
  gap: 2.5rem;
}

.kl-footer .kl-brand-logo img {
  opacity: 1;
}

.kl-footer h3 {
  margin: 0 0 0.8rem;
  color: #fff;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.kl-footer p,
.kl-footer li,
.kl-footer a {
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
}

.kl-footer ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kl-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.7rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.75rem;
}

.kl-footer__bottom p {
  margin: 0;
}

.kl-js .kl-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.kl-js .kl-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.kl-myth-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
  max-width: 940px;
  margin-top: 2.5rem;
}

.kl-myth-story > .kl-myth__year {
  display: none;
}

@media (max-width: 1080px) {
  .kl-header__inner {
    grid-template-columns: minmax(170px, 1fr) auto;
  }

  .kl-header .wp-block-navigation {
    grid-column: 2;
  }

  .kl-hero__grid,
  .kl-event-hero__grid {
    grid-template-columns: 1fr 0.9fr;
  }

  .kl-mission-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kl-founder-grid,
  .kl-speakers {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .kl-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kl-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  body.admin-bar .kl-header {
    top: 46px;
  }

  .kl-site-frame {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
  }

  .kl-header__inner {
    min-height: 78px;
  }

  .kl-header .wp-block-navigation__responsive-container.is-menu-open {
    padding: 1.5rem;
    background: var(--kl-cream);
  }

  .kl-header .wp-block-navigation__responsive-container-content {
    align-items: flex-start;
  }

  .kl-hero__grid,
  .kl-event-hero__grid,
  .kl-myth,
  .kl-about-conviction__grid,
  .kl-newsletter__grid,
  .kl-contact-grid {
    grid-template-columns: 1fr;
  }

  .kl-about-conviction-photo {
    max-width: 680px;
  }

  .kl-hero__visual {
    min-height: min(620px, 90vw);
  }

  .kl-myth__year {
    font-size: 6rem;
  }

  .kl-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kl-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .kl-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .kl-myth-story {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .kl-shell {
    width: min(calc(100% - 2rem), var(--kl-page));
  }

  .kl-brand-logo img {
    max-width: 175px;
  }

  .kl-hero {
    padding-top: 2.2rem;
  }

  .kl-hero__title {
    font-size: clamp(2.45rem, 12vw, 3.8rem);
  }

  .kl-hero__actions {
    display: grid;
  }

  .kl-hero__actions .wp-block-button,
  .kl-hero__actions .wp-element-button {
    width: 100%;
  }

  .kl-hero__visual {
    min-height: 112vw;
  }

  .kl-hero__image,
  .kl-hero__media,
  .kl-hero__media img,
  .kl-about-conviction-photo {
    border-radius: 30% 20px 30% 20px / 18% 20px 24% 20px;
  }

  .kl-hero__badge {
    right: 0.7rem;
    bottom: 0.7rem;
    left: 0.7rem;
    max-width: none;
  }

  .kl-cards,
  .kl-mission-grid,
  .kl-ticket-grid,
  .kl-newsletter-form,
  .kl-footer__grid {
    grid-template-columns: 1fr;
  }

  .kl-founder,
  .kl-speaker {
    grid-template-columns: 1fr;
  }

  .kl-founder__photo {
    max-height: 360px;
  }

  .kl-speaker__photo {
    width: 140px;
  }

  .kl-newsletter-form__field,
  .kl-newsletter-form__consent,
  .kl-newsletter-form__submit,
  .kl-newsletter-form__note {
    grid-column: auto;
  }

  .kl-agenda-section__header,
  .kl-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .kl-event-summary__item {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}

/* Newsletter double-opt-in confirmation — v2.3.0 */
.kl-confirmation-main {
  background: var(--kl-cream);
}

.kl-confirmation-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(3.75rem, 7vw, 6.75rem);
}

.kl-confirmation-section::before,
.kl-confirmation-section::after {
  position: absolute;
  z-index: 0;
  display: block;
  border: 3px solid;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.kl-confirmation-section::before {
  top: -10rem;
  right: -19rem;
  width: 41rem;
  height: 33rem;
  border-color: var(--kl-coral);
  transform: rotate(-17deg);
}

.kl-confirmation-section::after {
  bottom: -22rem;
  left: -24rem;
  width: 47rem;
  height: 38rem;
  border-color: var(--kl-soft-teal);
  transform: rotate(19deg);
}

.kl-confirmation-shell {
  position: relative;
  z-index: 1;
}

.kl-confirmation-card {
  position: relative;
  width: min(100%, 760px);
  margin-inline: auto;
  padding: clamp(2.5rem, 5vw, 4.5rem);
  overflow: hidden;
  border: 1px solid rgba(15, 92, 91, 0.1);
  border-radius: 30px;
  background: var(--kl-white);
  box-shadow: 0 28px 72px rgba(15, 92, 91, 0.12);
  text-align: center;
}

.kl-confirmation-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: linear-gradient(
    90deg,
    var(--kl-deep-teal) 0 33.333%,
    var(--kl-soft-teal) 33.333% 66.666%,
    var(--kl-coral) 66.666%
  );
  content: "";
}

.kl-confirmation-success {
  position: relative;
  display: grid;
  width: 66px;
  height: 66px;
  margin: 0 auto 1.65rem;
  border-radius: 50%;
  background: var(--kl-deep-teal);
  color: var(--kl-white);
  place-items: center;
}

.kl-confirmation-success::after {
  position: absolute;
  inset: -7px;
  border: 2px solid var(--kl-coral);
  border-radius: 50%;
  content: "";
}

.kl-confirmation-success span {
  position: relative;
  z-index: 1;
  font-family: Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.kl-confirmation-eyebrow {
  margin: 0 0 0.85rem;
  color: var(--kl-deep-teal);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kl-confirmation-title {
  max-width: 660px;
  margin: 0 auto 1.3rem;
  color: var(--kl-deep-teal);
  font-size: clamp(2.7rem, 5.4vw, 4.5rem);
  line-height: 1.07;
}

.kl-confirmation-lead {
  margin: 0 auto 0.55rem;
  color: var(--kl-deep-teal);
  font-size: clamp(1.05rem, 1.7vw, 1.22rem);
  font-weight: 600;
  line-height: 1.55;
}

.kl-confirmation-copy {
  max-width: 580px;
  margin: 0 auto;
  color: var(--kl-gray);
  font-size: 0.98rem;
  line-height: 1.75;
}

.kl-confirmation-note {
  max-width: 560px;
  margin: 1.65rem auto 0;
  color: var(--kl-deep-teal);
  font-family: "Lora", Georgia, serif;
  font-size: 1.04rem;
  line-height: 1.6;
}

.kl-confirmation-actions {
  margin-top: 2rem;
}

.kl-confirmation-actions .wp-block-button__link {
  min-height: 52px;
  padding: 0.9rem 1.65rem;
  box-shadow: 0 10px 24px rgba(15, 92, 91, 0.16);
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.kl-confirmation-actions .wp-block-button__link::after {
  margin-left: 0.6rem;
  content: "→";
}

.kl-confirmation-actions .wp-block-button__link:hover {
  background: #0b4f50;
  box-shadow: 0 14px 30px rgba(15, 92, 91, 0.22);
  transform: translateY(-2px);
}

.kl-confirmation-home-link {
  margin: 0.9rem 0 0;
  font-size: 0.84rem;
  font-weight: 600;
}

.kl-confirmation-home-link a {
  text-decoration: underline;
  text-decoration-color: rgba(15, 92, 91, 0.32);
  text-underline-offset: 0.22em;
}

.kl-confirmation-trust {
  max-width: 520px;
  margin: 1.7rem auto 0;
  color: var(--kl-gray);
  font-size: 0.76rem;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .kl-confirmation-section {
    padding-block: 2.4rem 3rem;
  }

  .kl-confirmation-section::before {
    top: -14rem;
    right: -31rem;
  }

  .kl-confirmation-section::after {
    bottom: -29rem;
    left: -39rem;
  }

  .kl-confirmation-card {
    padding: 2.6rem 1.35rem 2.2rem;
    border-radius: 24px;
  }

  .kl-confirmation-success {
    width: 58px;
    height: 58px;
    margin-bottom: 1.4rem;
  }

  .kl-confirmation-success span {
    font-size: 1.75rem;
  }

  .kl-confirmation-title {
    font-size: clamp(2.35rem, 11vw, 3.1rem);
  }

  .kl-confirmation-copy {
    font-size: 0.92rem;
    line-height: 1.68;
  }

  .kl-confirmation-note {
    margin-top: 1.35rem;
    font-size: 0.96rem;
  }

  .kl-confirmation-actions {
    align-items: stretch;
    margin-top: 1.7rem;
  }

  .kl-confirmation-actions .wp-block-button,
  .kl-confirmation-actions .wp-block-button__link {
    width: 100%;
  }

  .kl-confirmation-actions .wp-block-button__link {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .kl-confirmation-trust {
    margin-top: 1.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .kl-js .kl-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Version 2.0: community, resources and mobile-first interaction layer. */
.kl-language-switcher {
  display: inline-flex;
  justify-self: end;
  gap: 0.35rem;
  align-items: center;
  color: var(--kl-gray);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.kl-skip-link {
  position: fixed;
  z-index: 200;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: var(--kl-white);
  box-shadow: var(--kl-shadow-card);
  color: var(--kl-deep-teal);
  font-weight: 700;
  transform: translateY(-160%);
}

.kl-skip-link:focus {
  transform: translateY(0);
}

.kl-language-switcher__item {
  color: var(--kl-deep-teal);
  text-decoration: none;
}

.kl-language-switcher__item.is-disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.kl-nav-cta .wp-block-navigation-item__content {
  min-height: 44px;
  padding: 0.7rem 1rem !important;
  border-radius: 999px;
  background: var(--kl-coral);
  color: var(--kl-white) !important;
  font-weight: 600;
}

.kl-nav-cta .wp-block-navigation-item__content::after {
  display: none;
}

.kl-button--community {
  min-height: 52px;
  padding-inline: 1.55rem;
  box-shadow: 0 12px 28px rgba(229, 124, 94, 0.24);
}

.kl-button--light {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
  color: var(--kl-white) !important;
}

.kl-button--light:hover {
  background: rgba(255, 255, 255, 0.2);
}

.kl-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.5rem;
}

.kl-event-card__button {
  width: 100%;
  margin-top: 1rem;
}

.kl-event-card__badge--past {
  background: rgba(23, 62, 67, 0.88);
}

.kl-event-card--past .kl-event-card__media img {
  filter: saturate(0.72);
}

.kl-agenda-community {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
	margin-top: clamp(2.25rem, 4vw, 4rem);
  padding: clamp(1.5rem, 4vw, 2.8rem);
  border-radius: var(--kl-radius);
  background: linear-gradient(120deg, var(--kl-deep-teal), #377b77);
  color: var(--kl-white);
}

.kl-agenda-community h2,
.kl-agenda-community p {
  margin-block: 0.25rem;
  color: inherit;
}

.kl-community-hero,
.kl-resources-hero,
.kl-contact-hero,
.kl-legal-hero,
.kl-resource-detail__hero,
.kl-event-detail__hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3.5rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 92% 0, rgba(229, 124, 94, 0.19), transparent 22rem),
    linear-gradient(135deg, #fffdf9, #f7eee5);
}

.kl-community-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.kl-community-hero h1,
.kl-resources-hero h1,
.kl-contact-hero h1,
.kl-legal-hero .wp-block-post-title,
.kl-resource-detail__hero h1,
.kl-event-detail__hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--kl-deep-teal);
  font-size: clamp(2.65rem, 5.8vw, 5.4rem);
  letter-spacing: -0.052em;
  line-height: 0.99;
}

.kl-community-hero p:not(.kl-eyebrow),
.kl-resources-hero p:not(.kl-eyebrow),
.kl-contact-hero p:not(.kl-eyebrow) {
  max-width: 710px;
  margin-top: 1.3rem;
  color: #4e6066;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
}

.kl-community-hero img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 34% 24px 31% 24px / 22% 24px 27% 24px;
  box-shadow: var(--kl-shadow);
}

.kl-community-hero__media {
  margin: 0;
}

.kl-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 2.2rem;
}

.kl-benefit-card {
  min-height: 230px;
  padding: 1.7rem;
  border: 1px solid var(--kl-line);
  border-radius: var(--kl-radius);
  background: var(--kl-white);
  box-shadow: var(--kl-shadow-card);
}

.kl-benefit-card > span,
.kl-benefit-card__index {
  display: grid;
  place-items: center;
  width: 46px;
  aspect-ratio: 1;
  margin-bottom: 2.4rem;
  border-radius: 14px;
  background: var(--kl-coral);
  color: var(--kl-white);
  font-family: Lora, Georgia, serif;
  font-style: italic;
}

.kl-benefit-card h3 {
  margin: 0;
  font-size: 1.35rem;
}

.kl-benefit-card p {
  margin: 0.65rem 0 0;
  color: var(--kl-gray);
}

.kl-benefit-card p.kl-benefit-card__index {
  margin: 0 0 2.4rem;
  color: var(--kl-white);
}

.kl-community-signup {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1.22fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.kl-community-signup__intro h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
}

.kl-community-signup__intro p {
  color: var(--kl-gray);
}

.kl-community-signup__trust {
  padding-left: 1rem;
  border-left: 3px solid var(--kl-coral);
  font-size: 0.86rem;
}

.kl-community-signup__form {
  padding: clamp(1.3rem, 4vw, 2.4rem);
  border: 1px solid var(--kl-line);
  border-radius: var(--kl-radius);
  background: var(--kl-cream);
  box-shadow: var(--kl-shadow-card);
}

.kl-community-social {
  text-align: center;
}

.kl-community-social .kl-inline-actions {
  justify-content: center;
}

.kl-resources-hero,
.kl-contact-hero {
  text-align: center;
}

.kl-resources-hero h1,
.kl-resources-hero p,
.kl-contact-hero h1,
.kl-contact-hero p {
  margin-inline: auto;
}

.kl-resource-filters {
  display: flex;
  overflow-x: auto;
  gap: 0.55rem;
  margin-bottom: 2rem;
  padding-bottom: 0.35rem;
  scrollbar-width: thin;
}

.kl-resource-filters a {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0.68rem 1rem;
  border: 1px solid var(--kl-line);
  border-radius: 999px;
  background: var(--kl-cream);
  color: var(--kl-deep-teal);
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
}

.kl-resource-filters a[aria-current="page"],
.kl-resource-filters a:hover {
  border-color: var(--kl-deep-teal);
  background: var(--kl-deep-teal);
  color: var(--kl-white);
}

.kl-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.kl-resource-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--kl-line);
  border-radius: var(--kl-radius);
  background: var(--kl-white);
  box-shadow: var(--kl-shadow-card);
}

.kl-resource-card--featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(0, 1fr);
}

.kl-resource-card__media {
  display: block;
  overflow: hidden;
  min-height: 220px;
  background: linear-gradient(145deg, var(--kl-deep-teal), var(--kl-soft-teal) 62%, var(--kl-coral));
}

.kl-resource-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform 280ms ease;
}

.kl-resource-card:hover .kl-resource-card__image {
  transform: scale(1.025);
}

.kl-resource-card__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 220px;
  color: rgba(255, 255, 255, 0.9);
  font-family: Lora, Georgia, serif;
  font-size: 3.6rem;
  font-style: italic;
}

.kl-resource-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.4rem;
}

.kl-resource-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--kl-coral);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.kl-resource-card h2 {
  margin: 0.65rem 0 0;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.kl-resource-card h2 a {
  color: inherit;
}

.kl-resource-card p {
  color: var(--kl-gray);
  font-size: 0.9rem;
}

.kl-resource-card__link {
  margin-top: auto;
  font-size: 0.86rem;
  font-weight: 700;
}

.kl-resource-detail__hero-grid,
.kl-event-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.kl-resource-detail__lead,
.kl-event-detail__teaser {
  max-width: 720px;
  margin-top: 1.25rem;
  color: #4e6066;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
}

.kl-resource-detail__meta {
  margin-top: 1.3rem;
  color: var(--kl-gray);
  font-size: 0.84rem;
  font-weight: 600;
}

.kl-resource-detail__visual,
.kl-event-detail__visual {
  overflow: hidden;
  margin: 0;
  border-radius: var(--kl-radius);
  box-shadow: var(--kl-shadow);
}

.kl-resource-detail__image,
.kl-event-detail__image {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 0;
}

.kl-resource-detail__layout {
  display: grid;
  grid-template-columns: 180px minmax(0, 760px);
  gap: clamp(2rem, 6vw, 6rem);
  justify-content: center;
  align-items: start;
}

.kl-resource-share {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 0.75rem;
  padding: 1.1rem;
  border: 1px solid var(--kl-line);
  border-radius: 16px;
  background: var(--kl-cream);
  font-size: 0.82rem;
}

.kl-resource-share a,
.kl-resource-share button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--kl-deep-teal);
  font: inherit;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.kl-copy-status {
  min-height: 1.2em;
  color: var(--kl-soft-teal);
  font-size: 0.72rem;
}

.kl-resource-detail__content {
  min-width: 0;
  font-size: 1.03rem;
}

.kl-resource-detail__content h2 {
  margin-top: 2.5rem;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.kl-resource-detail__content > :first-child {
  margin-top: 0;
}

.kl-resource-download {
  margin-top: 2.5rem;
}

.kl-related-event {
  padding-block: clamp(3rem, 6vw, 5rem);
  background: var(--kl-cream);
}

.kl-related-event h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.kl-related-event__link {
  display: inline-block;
  margin-top: 1.25rem;
  font-weight: 700;
}

.kl-contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(1.5rem, 5vw, 4.5rem);
  align-items: start;
}

.kl-contact-panel {
  padding: clamp(1.5rem, 4vw, 2.3rem);
  border-radius: var(--kl-radius);
  background: linear-gradient(140deg, #0b4f50, var(--kl-deep-teal));
  box-shadow: var(--kl-shadow);
  color: rgba(255, 255, 255, 0.82);
}

.kl-contact-panel .kl-eyebrow,
.kl-contact-panel a,
.kl-contact-panel strong {
  color: var(--kl-white);
}

.kl-contact-panel__email {
  display: inline-block;
  overflow-wrap: anywhere;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 700;
}

.kl-contact-panel hr {
  margin-block: 1.5rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.kl-contact-panel__label {
  margin-bottom: 0.3rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kl-contact-form-card {
  padding: clamp(1.4rem, 4vw, 2.5rem);
  border: 1px solid var(--kl-line);
  border-radius: var(--kl-radius);
  background: var(--kl-white);
  box-shadow: var(--kl-shadow-card);
}

.kl-contact-form h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.kl-contact-form__intro {
  margin: 0.5rem 0 1.4rem;
  color: var(--kl-gray);
  font-size: 0.84rem;
}

.kl-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.kl-form-field {
  display: grid;
  gap: 0.4rem;
}

.kl-form-field--wide {
  grid-column: 1 / -1;
}

.kl-form-field label {
  font-size: 0.8rem;
  font-weight: 700;
}

.kl-form-field input,
.kl-form-field select,
.kl-form-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(15, 92, 91, 0.25);
  border-radius: 12px;
  background: #fffdf9;
  color: var(--kl-ink);
  font: inherit;
}

.kl-form-field textarea {
  resize: vertical;
}

.kl-contact-form__consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
  margin-block: 1.2rem;
  color: var(--kl-gray);
  font-size: 0.78rem;
  line-height: 1.5;
}

.kl-contact-form__consent input {
  width: 20px;
  height: 20px;
  margin-top: 0.1rem;
  accent-color: var(--kl-deep-teal);
}

.kl-form-notice {
  margin-bottom: 1.2rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  font-size: 0.86rem;
}

.kl-form-notice--success {
  background: #e5f4ef;
  color: #185b49;
}

.kl-form-notice--error {
  background: #fff0eb;
  color: #8b382d;
}

.kl-honeypot {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}

.kl-legal-tabs {
  display: flex;
  overflow-x: auto;
  gap: 0.7rem;
  margin-top: 2rem;
  padding-bottom: 0.25rem;
}

.kl-legal-tabs a {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0.7rem 1rem;
  border: 1px solid var(--kl-line);
  border-radius: 999px;
  background: var(--kl-white);
  font-size: 0.84rem;
  font-weight: 600;
}

.kl-legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
}

.kl-legal-index {
  display: none;
  position: sticky;
  top: 120px;
  padding: 1.25rem;
  border: 1px solid var(--kl-line);
  border-radius: 18px;
  background: var(--kl-white);
  font-size: 0.84rem;
}

.kl-legal-content {
  width: min(100%, 940px);
  margin-inline: auto;
  padding: clamp(1.4rem, 4vw, 3rem);
  border: 1px solid var(--kl-line);
  border-radius: var(--kl-radius);
  background: var(--kl-white);
  box-shadow: var(--kl-shadow-card);
}

.kl-event-detail__grid {
	gap: clamp(1.5rem, 4vw, 3.75rem);
	align-items: start;
}

.kl-event-detail__hero {
	padding-block: clamp(2.75rem, 5vw, 4.75rem);
}

.kl-event-detail .kl-section {
	padding-block: clamp(2.65rem, 5vw, 4.5rem);
}

.kl-event-detail .kl-section-title {
	font-size: clamp(1.9rem, 3.8vw, 3.1rem);
}

.kl-event-kicker {
  display: inline-flex;
  margin: 0;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: var(--kl-deep-teal);
  color: var(--kl-white);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.kl-event-detail__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
	margin: 0 0 1rem;
}

.kl-event-language-badge {
	display: inline-flex;
	margin: 0;
	padding: 0.4rem 0.75rem;
	border-radius: 999px;
	background: var(--kl-coral);
	color: var(--kl-white);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.2;
	text-transform: uppercase;
}

.kl-event-detail--past .kl-event-kicker {
  background: var(--kl-gray);
}

.kl-event-detail__visual {
	aspect-ratio: 16 / 10;
	margin-top: 1.25rem;
	background:
		radial-gradient(circle at 28% 34%, rgba(255, 255, 255, 0.4), transparent 20%),
		linear-gradient(140deg, var(--kl-deep-teal), var(--kl-soft-teal) 60%, var(--kl-coral));
	line-height: 0;
}

.kl-event-detail__image {
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: contain;
	object-position: center;
}

.kl-event-program__content {
	max-width: 880px;
	font-size: 1.02rem;
}

.kl-event-program__content > :first-child {
	margin-top: 0;
}

.kl-event-program__content > :last-child {
	margin-bottom: 0;
}

.kl-event-program__content h2 {
	margin: 1.6rem 0 0.65rem;
	font-size: clamp(1.75rem, 3.4vw, 2.65rem);
}

.kl-event-program + .kl-event-speakers-section {
	border-top: 1px solid var(--kl-line);
}

.kl-event-detail .kl-speakers {
	gap: 1rem;
	margin-top: 1.35rem;
}

.kl-event-detail .kl-speaker {
	grid-template-columns: 112px minmax(0, 1fr);
	grid-template-areas:
		"photo identity"
		"bio bio";
	gap: 1rem;
	padding: 1.1rem;
}

.kl-event-detail .kl-ticket-grid {
	margin-top: 1.2rem;
}

.kl-event-detail .kl-ticket {
	padding: 1.15rem;
}

.kl-event-detail .kl-event-summary {
	padding: 1.35rem;
}

.kl-event-summary--detail {
  position: sticky;
  top: 120px;
}

.kl-event-summary__badge {
  display: inline-flex;
  margin: 1rem 0 0;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: #fff0eb;
  color: #a74638;
  font-size: 0.75rem;
  font-weight: 700;
}

.kl-event-summary__offers {
	margin-top: 0.15rem;
}

.kl-event-summary__early {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	align-items: center;
	margin: 0;
	padding: 0.85rem 0 0.15rem;
	color: var(--kl-gray);
	font-size: 0.72rem;
	font-weight: 600;
}

.kl-event-summary__early span {
	display: inline-flex;
	padding: 0.28rem 0.55rem;
	border-radius: 999px;
	background: #fff0eb;
	color: #a74638;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.kl-event-summary__offer {
	padding: 0.9rem 0;
	border-bottom: 1px solid var(--kl-line);
}

.kl-event-summary__offer:last-child {
	padding-bottom: 0.2rem;
	border-bottom: 0;
}

.kl-event-summary__offer-heading {
	display: flex;
	justify-content: space-between;
	gap: 0.8rem;
	align-items: flex-start;
}

.kl-event-summary__offer-identity {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: 0.38rem;
	align-items: center;
	min-width: 0;
}

.kl-event-summary__offer-name {
	color: var(--kl-deep-teal);
	font-size: 0.9rem;
	line-height: 1.3;
}

.kl-event-summary__offer-badge {
	display: inline-flex;
	gap: 0.2rem;
	align-items: center;
	padding: 0.22rem 0.45rem;
	border-radius: 999px;
	background: #fff0eb;
	color: #a74638;
	font-size: 0.62rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.kl-event-summary__offer-price {
	display: grid;
	flex: 0 0 auto;
	gap: 0.12rem;
	justify-items: end;
	color: var(--kl-coral);
	font-size: 0.94rem;
	line-height: 1.25;
	white-space: nowrap;
}

.kl-event-summary__offer-price del {
	color: var(--kl-gray);
	font-size: 0.7rem;
	font-weight: 500;
}

.kl-event-summary__offer > p {
	margin: 0.4rem 0 0;
	color: var(--kl-gray);
	font-size: 0.75rem;
	line-height: 1.5;
}

.kl-event-summary__secondary {
  display: block;
  margin-top: 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
}

.kl-event-cta--disabled {
  border-color: #889396;
  background: #889396;
  box-shadow: none;
  cursor: not-allowed;
}

.kl-event-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-block: 2rem;
}

.kl-event-stats > div {
  display: grid;
  gap: 0.25rem;
  padding: 1.4rem;
  border: 1px solid var(--kl-line);
  border-radius: 18px;
  background: var(--kl-white);
}

.kl-event-stats strong {
  color: var(--kl-coral);
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1;
}

.kl-event-stats span {
  color: var(--kl-gray);
  font-size: 0.82rem;
}

.kl-mobile-booking {
  display: none;
}

@media (max-width: 1080px) {
  .kl-header__inner {
    grid-template-columns: minmax(155px, 1fr) auto auto;
    gap: 0.85rem;
  }

  .kl-header .wp-block-navigation {
    grid-column: auto;
  }

  .kl-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kl-resource-card--featured {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1120px) {
  html.has-modal-open .kl-header,
  html.kl-navigation-open .kl-header {
    z-index: 1000000;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .kl-header .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }

  .kl-header .wp-block-navigation__responsive-container-open {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid var(--kl-line);
    border-radius: 50%;
    color: var(--kl-deep-teal);
  }

  .kl-header .wp-block-navigation__responsive-container.is-menu-open {
    position: fixed !important;
    z-index: 1000001 !important;
    inset: 0 !important;
    display: flex !important;
    flex-direction: column;
    box-sizing: border-box;
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh;
    max-height: none !important;
    margin: 0 !important;
    padding: max(1.25rem, env(safe-area-inset-top)) max(1.25rem, env(safe-area-inset-right)) max(1.5rem, env(safe-area-inset-bottom)) max(1.25rem, env(safe-area-inset-left));
    overflow-x: hidden;
    overflow-y: auto !important;
    border: 0;
    border-radius: 0;
    background: var(--kl-cream);
    box-shadow: none;
    isolation: isolate;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    transform: none !important;
  }

  .kl-header .wp-block-navigation__responsive-container-close {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid var(--kl-line);
    border-radius: 50%;
  }

  .kl-header .wp-block-navigation__responsive-dialog,
  .kl-header .wp-block-navigation__responsive-container-content {
    width: 100%;
  }

  .kl-header .wp-block-navigation__responsive-close,
  .kl-header .wp-block-navigation__responsive-dialog {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
  }

  .kl-header .wp-block-navigation__responsive-container-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    min-height: 0;
    padding-block: clamp(3.5rem, 10vh, 6rem) 1.5rem;
  }

  .kl-header .wp-block-navigation__container {
    width: 100%;
    gap: 0.3rem !important;
    align-items: stretch !important;
  }

  .kl-header .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
    width: 100%;
  }

  .kl-header .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 52px;
    padding: 0.65rem 0;
    color: var(--kl-deep-teal);
    font-size: clamp(1.2rem, 5vw, 1.7rem);
    font-weight: 600;
  }

  .kl-header .wp-block-navigation__responsive-container-content .kl-nav-cta {
    margin-top: 0.8rem;
  }

  .kl-header .wp-block-navigation__responsive-container-content .kl-nav-cta .wp-block-navigation-item__content {
    justify-content: center;
    padding-inline: 1rem;
    color: var(--kl-white);
    font-size: 1rem;
  }
}

@media (max-width: 1120px) and (max-height: 620px) {
  .kl-header .wp-block-navigation__responsive-container-content {
    justify-content: flex-start;
    padding-top: 3.75rem;
  }
}

@media (min-width: 1121px) {
  .kl-header .wp-block-navigation__responsive-container-open {
    display: none !important;
  }

  .kl-header .wp-block-navigation__responsive-container {
    display: block !important;
  }
}

@media (max-width: 860px) {
  .kl-community-hero__grid,
  .kl-community-signup,
  .kl-resource-detail__hero-grid,
  .kl-resource-detail__layout,
  .kl-contact-layout,
  .kl-legal-layout,
  .kl-event-detail__grid {
    grid-template-columns: 1fr;
  }

  .kl-community-hero__grid {
    gap: 2.5rem;
  }

  .kl-community-hero img {
    max-height: 470px;
  }

  .kl-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kl-resource-share,
  .kl-legal-index,
  .kl-event-summary--detail {
    position: static;
  }

  .kl-resource-share {
    grid-template-columns: repeat(3, auto);
    justify-content: start;
  }

  .kl-resource-share strong,
  .kl-copy-status {
    grid-column: 1 / -1;
  }

	.kl-event-detail__visual {
		max-width: 680px;
	}

	.kl-event-detail__hero {
		padding-block: 2.5rem;
	}

	.kl-event-detail__grid {
		gap: 1.5rem;
	}
}

@media (max-width: 640px) {
  .kl-header__inner {
    min-height: 72px;
  }

  .kl-header .kl-brand-logo img {
    max-width: 158px;
  }

  .kl-language-switcher {
    font-size: 0.68rem;
  }

	.kl-section {
		padding-block: 3.8rem;
	}

	.kl-agenda-content,
	.kl-event-detail .kl-section {
		padding-block: 2.25rem;
	}

	.kl-agenda-hero,
	.kl-event-detail__hero {
		padding-block: 2rem;
	}

	.kl-event-detail .kl-section-title {
		font-size: clamp(1.75rem, 8.5vw, 2.4rem);
	}

	.kl-event-detail__visual,
	.kl-event-detail__teaser {
		margin-top: 0.9rem;
	}

	.kl-event-detail .kl-speakers {
		margin-top: 1rem;
	}

	.kl-event-detail .kl-speaker {
		grid-template-columns: 108px minmax(0, 1fr);
		grid-template-areas:
			"photo identity"
			"bio bio";
		gap: 0.9rem;
		padding: 1rem;
	}

	.kl-event-detail .kl-speaker__photo {
		width: 108px;
	}

	.kl-event-detail .kl-speaker__bio {
		font-size: 0.94rem;
		line-height: 1.68;
	}

	.kl-event-summary__item {
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 0.6rem;
	}

	.kl-event-summary__offer-heading {
		gap: 0.55rem;
	}

  .kl-hero {
    padding-bottom: 3.4rem;
  }

  .kl-hero__title,
  .kl-community-hero h1,
  .kl-resources-hero h1,
  .kl-contact-hero h1,
  .kl-legal-hero .wp-block-post-title,
  .kl-resource-detail__hero h1,
  .kl-event-detail__hero h1 {
    font-size: clamp(2.25rem, 11vw, 3.45rem);
  }

  .kl-hero__actions .kl-button {
    width: 100%;
    min-height: 52px;
  }

  .kl-hero__actions .kl-button--community {
    order: -1;
  }

  .kl-hero__visual {
    min-height: min(78vw, 420px);
  }

  .kl-benefit-grid,
  .kl-resource-grid,
  .kl-resource-card--featured,
  .kl-contact-form__grid,
  .kl-event-stats {
    grid-template-columns: 1fr;
  }

  .kl-resource-card--featured {
    display: flex;
  }

  .kl-benefit-card {
    min-height: 0;
  }

  .kl-benefit-card > span,
  .kl-benefit-card__index,
  .kl-benefit-card p.kl-benefit-card__index {
    margin-bottom: 1.4rem;
  }

  .kl-community-signup__form,
  .kl-contact-form-card,
  .kl-contact-panel,
  .kl-legal-content {
    padding: 1.25rem;
  }

  .kl-newsletter-form,
  .kl-form-field--wide {
    grid-column: auto;
  }

  .kl-newsletter-form input,
  .kl-form-field input,
  .kl-form-field select,
  .kl-form-field textarea {
    font-size: 16px;
  }

  .kl-agenda-community {
    align-items: stretch;
    flex-direction: column;
  }

  .kl-agenda-community .kl-button {
    width: 100%;
  }

  .kl-resource-share {
    grid-template-columns: 1fr;
  }

  .kl-resource-share strong,
  .kl-copy-status {
    grid-column: auto;
  }

  .kl-resource-share a,
  .kl-resource-share button {
    display: flex;
    align-items: center;
    min-height: 44px;
  }

  .kl-event-stats > div {
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
  }

  .kl-event-stats strong {
    font-size: 2.3rem;
  }

  .kl-mobile-booking {
    position: fixed;
    z-index: 80;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    min-height: 72px;
    padding: 0.7rem max(1rem, env(safe-area-inset-right)) max(0.7rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
    border-top: 1px solid var(--kl-line);
    background: rgba(255, 253, 249, 0.96);
    box-shadow: 0 -10px 30px rgba(23, 62, 67, 0.13);
    backdrop-filter: blur(14px);
  }

  .kl-mobile-booking span {
    color: var(--kl-deep-teal);
    font-size: 0.78rem;
    font-weight: 700;
  }

  .kl-mobile-booking a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 132px;
    min-height: 50px;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: var(--kl-coral);
    color: var(--kl-white);
    font-weight: 700;
    text-decoration: none;
  }

  body.kl-event-page {
	padding-bottom: calc(88px + env(safe-area-inset-bottom));
	scroll-padding-bottom: calc(88px + env(safe-area-inset-bottom));
  }
}
