:root {
  --accent: #ea6415;
  --accent-dark: #bd4d10;
  --ink: #080808;
  --charcoal: #171717;
  --muted: #5d5d5d;
  --line: #dfded9;
  --paper: #ffffff;
  --soft: #f6f4ef;
  --mint: #edf4ef;
  --sage: #183f35;
  --rose: #f7ebe4;
  --shadow: 0 20px 60px rgba(8, 8, 8, 0.12);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
  line-height: 1.04;
}

p {
  color: var(--muted);
}

.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-150%);
  padding: 10px 12px;
  background: var(--ink);
  color: var(--paper);
  border-radius: 6px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid rgba(223, 222, 217, 0.92);
  backdrop-filter: blur(16px);
}

.nav-shell {
  width: min(var(--max), calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand,
.brand img {
  width: 174px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  height: 62px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 0.9rem;
  font-weight: 760;
}

.nav-links a {
  padding: 10px 8px;
  border-radius: 6px;
  color: #202020;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: var(--soft);
  outline: none;
}

.nav-links .nav-cta {
  margin-left: 6px;
  color: var(--paper);
  background: var(--ink);
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta:focus-visible {
  color: var(--paper);
  background: var(--accent);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  min-height: min(760px, 86svh);
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.83) 0%, rgba(8, 8, 8, 0.68) 39%, rgba(8, 8, 8, 0.18) 72%, rgba(8, 8, 8, 0.04) 100%),
    url("events/hero-real-event.jpg") center / cover no-repeat;
}

.hero-content {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0 86px;
  max-width: var(--max);
}

.hero-content > * {
  max-width: 690px;
}

.eyebrow {
  margin-bottom: 13px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero .eyebrow,
.split-band .eyebrow {
  color: #ff8a3d;
}

.hero h1 {
  margin-bottom: 18px;
  color: var(--paper);
  font-size: clamp(3.2rem, 8vw, 6.5rem);
  font-weight: 950;
}

.hero-lede {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.91);
  font-size: clamp(1.14rem, 2vw, 1.38rem);
  line-height: 1.45;
  font-weight: 680;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 850;
  line-height: 1.1;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button.primary {
  color: var(--paper);
  background: var(--accent);
  border-color: var(--accent);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

.button.secondary {
  color: var(--paper);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.75);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  color: var(--ink);
  background: var(--paper);
}

.proof-strip {
  width: min(var(--max), calc(100% - 32px));
  margin: -42px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.proof-strip div {
  min-height: 114px;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip strong {
  display: block;
  color: var(--accent);
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 0.95;
}

.proof-strip span {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
}

.section {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 92px 0;
}

.soft-band,
.split-band {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100% - var(--max)) / 2));
}

.soft-band {
  background: var(--soft);
}

.intro {
  padding-top: 100px;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(300px, 1.15fr);
  gap: 48px;
  align-items: start;
}

.section h2,
.photo-feature h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 930;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 42px;
}

.section-heading p:last-child,
.lead-copy p {
  font-size: 1.05rem;
}

.path-grid,
.program-grid,
.event-grid,
.story-grid,
.package-grid {
  display: grid;
  gap: 16px;
}

.path-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.path-grid article,
.program-grid article,
.event-grid article,
.story-grid article,
.contact-panel,
.support-tool,
.package-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.path-grid article {
  min-height: 245px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.path-grid span,
.event-grid span,
.story-grid span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.path-grid h3,
.program-grid h3,
.event-grid h3,
.story-grid h3,
.contact-panel h3,
.package-grid h3 {
  margin: 12px 0 10px;
  font-size: 1.18rem;
}

.path-grid a,
.event-grid a,
.founder-actions a,
.recommendation a {
  margin-top: auto;
  color: var(--accent-dark);
  font-weight: 900;
}

.support-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 42px;
  align-items: start;
}

.support-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
}

.support-tool {
  display: grid;
  gap: 16px;
  padding: 26px;
  background: var(--mint);
}

.support-tool label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 850;
}

select {
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid #c9c9c4;
  border-radius: 6px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
}

select:focus {
  border-color: var(--accent);
  outline: 3px solid rgba(234, 100, 21, 0.18);
}

.recommendation {
  padding: 18px;
  border-radius: 8px;
  background: var(--paper);
}

.recommendation strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.recommendation p {
  margin-bottom: 8px;
}

.recommendation ul {
  margin: 0 0 12px;
  padding-left: 20px;
  color: var(--muted);
}

.program-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.program-grid article {
  padding: 24px;
}

.program-grid span {
  display: block;
  margin-top: 18px;
  color: var(--sage);
  font-weight: 850;
}

.photo-feature {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  background: var(--ink);
  color: var(--paper);
}

.photo-feature img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.photo-feature div {
  align-self: center;
  padding: 56px max(24px, calc((100vw - var(--max)) / 2)) 56px 48px;
}

.photo-feature h2 {
  color: var(--paper);
}

.photo-feature p {
  color: #d8d8d8;
  font-size: 1.08rem;
}

.event-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.event-grid article {
  overflow: hidden;
}

.event-grid img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
}

.event-grid article > span,
.event-grid article > h3,
.event-grid article > p,
.event-grid article > a {
  margin-left: 22px;
  margin-right: 22px;
}

.event-grid article > span {
  display: block;
  margin-top: 20px;
}

.event-grid article > p {
  margin-bottom: 22px;
}

.featured-event {
  grid-column: span 3;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: stretch;
}

.featured-event img {
  height: 100%;
  aspect-ratio: auto;
}

.featured-event div {
  padding: 30px;
}

.impact-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 1.05fr);
  gap: 24px;
}

.impact-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.impact-metrics div,
.testimonial-stack blockquote {
  margin: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.impact-metrics strong {
  display: block;
  margin-bottom: 9px;
  font-size: 1.05rem;
}

.impact-metrics span,
.testimonial-stack span {
  color: var(--muted);
}

.testimonial-stack {
  display: grid;
  gap: 14px;
}

.testimonial-stack blockquote {
  color: var(--ink);
  font-size: 1.12rem;
  line-height: 1.45;
  font-weight: 760;
}

.testimonial-stack span {
  display: block;
  margin-top: 12px;
  font-size: 0.92rem;
  font-weight: 700;
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 44px;
  align-items: start;
  background: var(--charcoal);
  color: var(--paper);
}

.split-band h2 {
  color: var(--paper);
}

.split-band p {
  color: #d2d2d2;
}

.split-copy {
  max-width: 620px;
}

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

.package-grid article {
  padding: 22px;
  background: #222;
  border-color: #333;
}

.package-grid h3 {
  color: var(--paper);
}

.founder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.founder-actions a {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
}

.story-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.story-grid article {
  padding: 24px;
}

.gallery-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-band img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.contact-section {
  padding-bottom: 76px;
}

.contact-panel {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 3vw, 36px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.44)),
    var(--mint);
  box-shadow: 0 18px 50px rgba(8, 8, 8, 0.08);
}

.contact-panel h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2vw, 2rem);
}

.contact-panel ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.registration-form {
  display: grid;
  gap: 18px;
  margin-top: 4px;
}

.form-field {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 850;
}

.form-field label,
.registration-form legend {
  color: #202020;
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-transform: uppercase;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

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

[hidden] {
  display: none !important;
}

.field-error {
  margin: 0;
  color: #b3261e;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
}

.registration-form input:invalid,
.registration-form select:invalid,
.registration-form textarea:invalid {
  box-shadow: none;
}

.registration-form .form-field.has-error input,
.registration-form .form-field.has-error select,
.registration-form .form-field.has-error textarea {
  border-color: #b3261e;
  background: #fdf2f1;
}

.registration-form input,
.registration-form select,
.registration-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid rgba(8, 8, 8, 0.18);
  border-radius: 6px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 0.98rem;
  box-shadow: 0 1px 0 rgba(8, 8, 8, 0.03);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.registration-form input::placeholder,
.registration-form textarea::placeholder {
  color: #8a8a8a;
}

.registration-form textarea {
  min-height: 120px;
  resize: vertical;
}

.registration-form input:focus,
.registration-form select:focus,
.registration-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(234, 100, 21, 0.16);
  outline: none;
}

.registration-form fieldset {
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(8, 8, 8, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.62);
}

.registration-form legend {
  padding: 0 7px;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.checkbox-grid label,
.consent-line {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 760;
  line-height: 1.35;
}

.registration-form input[type="checkbox"] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 4px;
  accent-color: var(--accent);
}

.consent-line {
  padding: 13px 14px;
  border: 1px solid rgba(24, 63, 53, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.58);
}

.form-actions {
  display: flex;
  justify-content: flex-start;
}

.registration-form .button {
  min-width: 210px;
}

.registration-form button:disabled {
  cursor: wait;
  opacity: 0.64;
  transform: none;
}

.honeypot {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--sage);
  font-size: 0.95rem;
  font-weight: 760;
}

.site-footer {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 36px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-footer div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-footer img {
  width: 136px;
  height: 48px;
  object-fit: contain;
}

.site-footer p {
  margin: 0;
  font-size: 0.92rem;
}

@media (max-width: 1100px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    inset: 77px 0 auto 0;
    display: grid;
    gap: 0;
    padding: 16px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    transform: translateY(-130%);
    transition: transform 220ms ease;
  }

  .nav-links.is-open {
    transform: translateY(0);
  }

  .nav-links a {
    padding: 14px 16px;
  }

  .nav-links .nav-cta {
    margin: 10px 0 0;
    text-align: center;
  }

  .nav-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .proof-strip,
  .program-grid,
  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .featured-event {
    grid-column: span 2;
  }
}

@media (max-width: 860px) {
  .hero {
    min-height: 78svh;
    background:
      linear-gradient(180deg, rgba(8, 8, 8, 0.82) 0%, rgba(8, 8, 8, 0.58) 55%, rgba(8, 8, 8, 0.22) 100%),
      url("events/hero-real-event.jpg") center / cover no-repeat;
  }

  .hero-content {
    padding: 52px 0 82px;
  }

  .proof-strip {
    margin-top: 0;
    width: 100%;
    border-radius: 0;
  }

  .section,
  .soft-band,
  .split-band {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .intro {
    padding-top: 68px;
  }

  .section-grid,
  .support-section,
  .photo-feature,
  .featured-event,
  .impact-layout,
  .split-band {
    grid-template-columns: 1fr;
  }

  .photo-feature img {
    min-height: auto;
    aspect-ratio: 1.3 / 1;
  }

  .photo-feature div {
    padding: 42px 16px 56px;
  }

  .package-grid,
  .impact-metrics,
  .gallery-band,
  .form-grid,
  .checkbox-grid {
    grid-template-columns: 1fr;
  }

  .gallery-band img {
    height: 320px;
  }

  .site-footer,
  .site-footer div {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .nav-shell {
    width: min(100% - 24px, var(--max));
    min-height: 68px;
  }

  .brand,
  .brand img {
    width: 148px;
  }

  .nav-links {
    inset: 69px 0 auto 0;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 14vw, 4.2rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .proof-strip,
  .path-grid,
  .program-grid,
  .event-grid,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .featured-event {
    grid-column: span 1;
  }

  .section h2,
  .photo-feature h2 {
    font-size: clamp(1.9rem, 10vw, 3rem);
  }
}

/* ---------------------------------------------------------------------
   KT40 chat widget (assets/kt40-widget.js)
--------------------------------------------------------------------- */

.kt40-widget {
  position: fixed;
  right: clamp(14px, 3vw, 28px);
  bottom: clamp(14px, 3vw, 28px);
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.kt40-bubble {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: var(--accent);
  color: var(--paper);
  box-shadow: 0 14px 30px rgba(234, 100, 21, 0.38);
  display: grid;
  place-items: center;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.kt40-bubble:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(234, 100, 21, 0.46);
}

.kt40-bubble-label {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.kt40-panel {
  width: min(340px, calc(100vw - 28px));
  max-height: min(520px, calc(100vh - 120px));
  background: var(--paper);
  border-radius: 16px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.kt40-panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 16px 12px;
  background: var(--sage);
  color: var(--paper);
}

.kt40-panel-header strong {
  display: block;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.kt40-panel-header span {
  display: block;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 2px;
}

.kt40-close {
  background: transparent;
  border: none;
  color: var(--paper);
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  padding: 2px 6px;
}

.kt40-messages {
  flex: 1;
  overflow-y: auto;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--soft);
}

.kt40-msg {
  max-width: 84%;
  padding: 10px 13px;
  border-radius: 14px;
  font-size: 0.92rem;
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: break-word;
}

.kt40-msg-assistant {
  align-self: flex-start;
  background: var(--mint);
  color: var(--ink);
  border-bottom-left-radius: 4px;
}

.kt40-msg-user {
  align-self: flex-end;
  background: var(--accent);
  color: var(--paper);
  border-bottom-right-radius: 4px;
}

.kt40-status {
  margin: 0;
  padding: 0 16px;
  min-height: 18px;
  font-size: 0.76rem;
  color: var(--muted);
  background: var(--soft);
}

.kt40-form {
  display: flex;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.kt40-form input {
  flex: 1;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(8, 8, 8, 0.18);
  border-radius: 8px;
  font: inherit;
  font-size: 0.92rem;
  background: var(--paper);
  color: var(--ink);
}

.kt40-form button[data-kt40-send] {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  border: none;
  background: var(--accent);
  color: var(--paper);
  font-weight: 800;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background 160ms ease;
}

.kt40-form button[data-kt40-send]:hover {
  background: var(--accent-dark);
}

.kt40-form button[data-kt40-send]:disabled,
.kt40-form input:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

@media (max-width: 480px) {
  .kt40-panel {
    width: calc(100vw - 20px);
    max-height: min(70vh, 560px);
  }
}
