:root {
  --ks-ink: #1c2b1e;
  --ks-ink-deep: #0a1209;
  --ks-green-dark: #12201a;
  --ks-green-resort: #1c3322;
  --ks-green-soft: #87a977;
  --ks-ivory: #f4efe6;
  --ks-ivory-deep: #ede8df;
  --ks-gold: #c8a566;
  --ks-muted: #4a5e4c;
  --ks-primary-blue: #1071AB;
  --ks-deep-blue: #15559B;
  --ks-aqua: #77CCDC;
  --ks-sky-blue: #44A0C7;
  --ks-sand: #EFE5D2;
  --ks-mist: #D0E2DD;
  --ks-green: #315A43;
  --ks-clay: #9B6746;
  --ks-charcoal: #1E2A32;
  --ks-white: #FFFFFF;
  --ks-border: rgba(30, 42, 50, 0.12);
  --ks-border-soft: rgba(30, 42, 50, 0.08);
  --ks-shadow: 0 28px 80px rgba(21, 85, 155, 0.12);
  --ks-shadow-soft: 0 18px 46px rgba(21, 85, 155, 0.08);
  --ks-shadow-panel: 18px 0 42px rgba(21, 85, 155, 0.08);
  --ks-radius-lg: 32px;
  --ks-radius-md: 20px;
  --ks-radius-sm: 14px;
  --ks-content-width: 760px;
  --ks-grid-width: 1280px;
  --ks-font-display: "Fraunces", Georgia, serif;
  --ks-font-body: "Jost", Arial, sans-serif;
  --ks-font-ui: "Jost", Arial, sans-serif;
  --ks-font-heading: var(--ks-font-display);
  --ks-font-accent: var(--ks-font-ui);
  --ks-header-height: 76px;
  --ks-drawer-width: 424px;
  --ks-space-1: 8px;
  --ks-space-2: 12px;
  --ks-space-3: 16px;
  --ks-space-4: 24px;
  --ks-space-5: 32px;
  --ks-space-6: 48px;
  --ks-space-7: 72px;
  --ks-type-micro: 0.7rem;
  --ks-type-label: 0.8rem;
  --ks-type-body: 1rem;
  --ks-type-nav: 1rem;
  --ks-type-lede: 1.16rem;
  --ks-z-content: 1;
  --ks-z-overlay: 1200;
  --ks-z-drawer: 1220;
  --ks-z-toggle: 1305;
  --ks-z-header: 1400;
  --ks-motion-smooth: 520ms cubic-bezier(.22, 1, .36, 1);
  --ks-motion-soft: 420ms cubic-bezier(.22, 1, .36, 1);
  --ks-admin-bar-height: 0px;
  --ks-header-offset: calc(var(--ks-admin-bar-height) + var(--ks-header-height));
  --ks-drawer-top-pad: 18px;
  --ks-drawer-open-duration: 520ms;
  --ks-drawer-close-duration: 380ms;
  --ks-drawer-open-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ks-drawer-close-ease: cubic-bezier(0.7, 0, 0.84, 0);
  --ks-backdrop-open-duration: 420ms;
  --ks-backdrop-close-duration: 280ms;
}

body.ks-site {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(119, 204, 220, 0.12), transparent 22%),
    radial-gradient(circle at 82% 0%, rgba(201, 181, 124, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(248, 245, 238, 0.98) 0%, rgba(255, 255, 255, 0.98) 20%, rgba(239, 229, 210, 0.22) 100%);
  color: var(--ks-charcoal);
  font-family: var(--ks-font-body);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

button,
input,
textarea,
select {
  font-family: var(--ks-font-body);
}

.ks-site,
.ks-site * {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.ks-site {
  overflow-x: clip;
}

body.ks-menu-open {
  overflow: hidden;
}

body.ks-menu-open .ks-main,
body.ks-menu-open .ekn-site-footer {
  transform: none;
  filter: none;
}

.ks-site .ekn-site-header {
  background: rgba(248, 245, 238, 0.88);
  border-bottom-color: rgba(21, 85, 155, 0.1);
}

.ks-site .ekn-site-header.is-scrolled {
  box-shadow: 0 18px 40px rgba(21, 85, 155, 0.08);
}

.ks-site .ekn-site-brand,
.ks-site .ekn-page-hero h1,
.ks-site .ekn-content h1,
.ks-site .ekn-content h2,
.ks-site .ekn-content h3 {
  font-family: var(--ks-font-display);
  font-weight: 300;
  letter-spacing: -0.018em;
  line-height: 1.08;
  font-variation-settings: "SOFT" 25, "WONK" 0;
  color: var(--ks-charcoal);
}

h1,
h2,
.ks-display,
.ks-hero h1,
.ks-hero__title,
.ks-section h2 {
  font-family: var(--ks-font-display);
  font-weight: 300;
  letter-spacing: -0.018em;
  line-height: 1.08;
  font-variation-settings: "SOFT" 25, "WONK" 0;
}

h1,
.ks-hero h1,
.ks-hero__title {
  line-height: 1.09;
}

h2,
.ks-section h2,
.ks-display {
  line-height: 1.13;
}

h3,
.ks-card h3,
.ks-moment h3 {
  line-height: 1.22;
}

h1 + p,
.ks-hero h1 + p,
.ks-hero__title + p {
  margin-top: 0;
}

h2 + p,
.ks-section h2 + p {
  margin-top: 1rem;
}

.ks-site .ekn-primary-nav a,
.ks-site .ekn-footer-nav a {
  color: var(--ks-charcoal);
  font-family: var(--ks-font-ui);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.84rem;
}

.ks-site .ekn-primary-nav a:hover,
.ks-site .ekn-footer-nav a:hover {
  color: var(--ks-primary-blue);
}

.ks-site .ekn-page-hero {
  background:
    linear-gradient(135deg, rgba(248, 245, 238, 0.96), rgba(208, 226, 221, 0.56)),
    radial-gradient(circle at top right, rgba(68, 160, 199, 0.16), transparent 34%);
}

.ks-site .ekn-eyebrow {
  color: var(--ks-deep-blue) !important;
  font-family: var(--ks-font-ui);
  font-weight: 600;
  letter-spacing: 0.16em;
}

.ks-site .ekn-card {
  border-color: var(--ks-border);
  box-shadow: var(--ks-shadow);
  background: rgba(255, 255, 255, 0.88);
}

.ks-site .ekn-site-footer {
  background:
    linear-gradient(180deg, rgba(30, 42, 50, 0.98), rgba(21, 85, 155, 0.92)),
    var(--ks-charcoal);
}

.ks-main {
  min-height: 60vh;
  padding-top: calc(var(--ks-header-offset) + 8px);
  position: relative;
  z-index: var(--ks-z-content);
  transition: transform var(--ks-motion-smooth), filter var(--ks-motion-soft), opacity var(--ks-motion-soft);
}

.ks-site--front-page .ks-main {
  padding-top: 0;
}

.ks-container,
.ks-shell {
  width: min(var(--ks-grid-width), calc(100% - 40px));
  margin: 0 auto;
}

.ks-site-header {
  position: fixed;
  top: var(--ks-admin-bar-height);
  left: 0;
  right: 0;
  height: var(--ks-header-height);
  z-index: var(--ks-z-header);
  background: linear-gradient(180deg, rgba(248, 245, 238, 0.94), rgba(248, 245, 238, 0.82));
  backdrop-filter: blur(22px) saturate(125%);
  border-bottom: 1px solid rgba(21, 85, 155, 0.05);
  transition: background var(--ks-motion-soft), border-color var(--ks-motion-soft), backdrop-filter var(--ks-motion-soft), box-shadow 220ms ease;
}

.ks-site--front-page .ks-site-header {
  background: linear-gradient(180deg, rgba(248, 245, 238, 0.92), rgba(248, 245, 238, 0.74));
  backdrop-filter: blur(12px) saturate(118%);
  border-bottom-color: rgba(21, 85, 155, 0.05);
  box-shadow: none;
}

.ks-site--front-page .ks-site-header:not(.is-scrolled) .ks-wordmark,
.ks-site--front-page .ks-site-header:not(.is-scrolled) .ks-header-action,
.ks-site--front-page .ks-site-header:not(.is-scrolled) .ks-menu-toggle {
  color: var(--ks-charcoal);
}

.ks-site--front-page .ks-site-header:not(.is-scrolled) .ks-menu-toggle__icon span {
  background: var(--ks-charcoal);
}

.ks-site--front-page .ks-site-header.is-scrolled {
  background: linear-gradient(180deg, rgba(248, 245, 238, 0.96), rgba(248, 245, 238, 0.9));
  backdrop-filter: blur(18px) saturate(125%);
  border-bottom-color: rgba(21, 85, 155, 0.08);
  box-shadow: 0 18px 40px rgba(21, 85, 155, 0.08);
}

.ks-site--front-page .ks-site-header.is-scrolled .ks-wordmark,
.ks-site--front-page .ks-site-header.is-scrolled .ks-header-action,
.ks-site--front-page .ks-site-header.is-scrolled .ks-menu-toggle {
  color: var(--ks-charcoal);
}

.ks-site--front-page .ks-site-header.is-scrolled .ks-wordmark__eyebrow {
  color: rgba(30, 42, 50, 0.62);
}

.ks-site--front-page .ks-site-header.is-scrolled .ks-menu-toggle__icon span {
  background: var(--ks-charcoal);
}

.ks-header-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: clamp(24px, 3vw, 42px);
  height: var(--ks-header-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  position: relative;
}

.ks-header-action,
.ks-drawer-footer__link {
  color: var(--ks-charcoal);
  font-family: var(--ks-font-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ks-menu-toggle {
  color: var(--ks-charcoal);
  font-family: var(--ks-font-body);
  font-size: 0.96rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  position: relative;
  z-index: var(--ks-z-toggle);
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.ks-site-header .ks-container {
  width: min(var(--ks-grid-width), calc(100% - 52px));
}

.ks-menu-toggle__icon {
  display: inline-grid;
  gap: 4px;
  width: 26px;
}

.ks-menu-toggle__icon span {
  display: block;
  width: 26px;
  height: 1px;
  border-radius: 999px;
  background: var(--ks-charcoal);
  transform-origin: center;
  transition: transform var(--ks-motion-smooth), opacity 260ms ease, background-color 260ms ease;
}

.ks-menu-toggle__label {
  position: relative;
  display: inline-grid;
  align-items: center;
  min-width: 3.9rem;
  height: 1rem;
  line-height: 1;
}

.ks-menu-toggle__label-text {
  grid-area: 1 / 1;
  white-space: nowrap;
  transition: opacity 260ms ease, transform var(--ks-motion-soft);
}

.ks-menu-toggle__label-text--close {
  opacity: 0;
  transform: translateY(4px);
}

.ks-header__brand {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(220px, 18vw, 320px);
  max-width: calc(100vw - 176px);
  height: 62px;
  pointer-events: none;
}

.ks-wordmark {
  text-decoration: none;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.ks-wordmark__logo {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 58px;
  height: auto;
  object-fit: contain;
  transform: scale(1.28);
  transform-origin: center;
}

.ks-header-action {
  justify-self: end;
  color: var(--ks-deep-blue);
  text-decoration: none;
  white-space: nowrap;
  transition: color 220ms ease, opacity var(--ks-motion-soft), transform 220ms ease;
}

.ks-drawer {
  position: fixed;
  top: var(--ks-header-offset);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: var(--ks-z-overlay);
  pointer-events: none;
  height: calc(100dvh - var(--ks-header-offset));
  max-height: calc(100dvh - var(--ks-header-offset));
}

.ks-drawer-overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: linear-gradient(180deg, rgba(248, 245, 238, 0.24), rgba(242, 236, 226, 0.52));
  backdrop-filter: blur(14px) saturate(95%);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity var(--ks-backdrop-close-duration) ease-in,
    backdrop-filter var(--ks-backdrop-close-duration) ease-in,
    background var(--ks-backdrop-close-duration) ease-in,
    visibility 0s linear var(--ks-backdrop-close-duration);
  cursor: pointer;
}

.ks-drawer-panel {
  position: relative;
  z-index: var(--ks-z-drawer);
  width: min(86vw, 436px);
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: calc(var(--ks-drawer-top-pad) + 10px) clamp(28px, 4vw, 36px) 28px;
  display: block;
  background:
    radial-gradient(circle at top right, rgba(201, 181, 124, 0.05), transparent 28%),
    linear-gradient(180deg, rgba(248, 245, 238, 0.99), rgba(239, 229, 210, 0.95)),
    var(--ks-ivory);
  color: var(--ks-ink);
  transform: translateX(-104%);
  transition: transform var(--ks-drawer-close-duration) var(--ks-drawer-close-ease);
  overflow: hidden;
  border: none;
  outline: none;
  box-shadow: var(--ks-shadow-panel);
}

.ks-drawer-panel:focus {
  outline: none;
}

.ks-drawer-panel:focus-visible {
  outline: 1px solid rgba(28, 43, 30, 0.28);
  outline-offset: 0;
}

.ks-drawer__spring-mark {
  position: absolute;
  right: -28px;
  bottom: 12px;
  width: clamp(168px, 34vw, 236px);
  opacity: 0.05;
  filter: saturate(0.86);
}

.ks-drawer-scroll {
  position: relative;
  z-index: 1;
  height: 100%;
  max-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 30px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-right: 4px;
}

.ks-drawer-intro {
  display: grid;
  gap: 12px;
  padding-bottom: 0;
  border-bottom: 0;
}

.ks-drawer-label {
  margin: 0;
  color: var(--ks-gold);
  font-family: var(--ks-font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ks-drawer-status {
  margin: 0;
  max-width: 17.5rem;
  color: var(--ks-muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.ks-drawer-nav {
  display: grid;
  align-content: start;
  gap: 16px;
}

.ks-drawer-link {
  position: relative;
  display: block;
  min-height: 0;
  padding: 4px 0;
  color: var(--ks-ink);
  text-decoration: none;
  font-family: var(--ks-font-body);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(6px);
  transition:
    color 200ms ease,
    opacity 180ms ease,
    transform 240ms ease;
}

.ks-drawer-link__text {
  display: block;
}

.ks-drawer-link:hover,
.ks-drawer-link:focus-visible {
  color: var(--ks-deep-blue);
}

.ks-drawer-link.is-current {
  color: var(--ks-deep-blue);
}

.ks-drawer-link.is-current .ks-drawer-link__text {
  font-weight: 600;
}

.ks-drawer-footer {
  display: grid;
  gap: 12px;
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid rgba(20, 43, 56, 0.12);
}

.ks-drawer-footer__label {
  margin: 0 0 2px;
  color: var(--ks-gold);
  font-family: var(--ks-font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ks-drawer-footer__link {
  color: var(--ks-muted);
  text-decoration: none;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  transition: color 200ms ease, transform var(--ks-motion-soft), opacity var(--ks-motion-soft);
}

.ks-drawer-footer__note {
  margin: 0;
  max-width: 17.5rem;
  color: var(--ks-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.ks-drawer-footer__button {
  width: fit-content;
  min-height: 44px;
  padding-inline: 18px;
  margin: 4px 0 2px;
}

.ks-drawer-footer__location {
  margin: 4px 0 0;
  color: var(--ks-ink);
  font-family: var(--ks-font-ui);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ks-drawer-footer__link:hover,
.ks-drawer-footer__link:focus-visible,
.ks-header-action:hover,
.ks-header-action:focus-visible,
.ks-menu-toggle:hover,
.ks-menu-toggle:focus-visible {
  color: var(--ks-deep-blue);
}

body.ks-menu-open .ks-drawer {
  pointer-events: auto;
}

body.ks-menu-open .ks-drawer-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  transition-duration: var(--ks-backdrop-open-duration);
  transition-timing-function: ease-out;
}

body.ks-menu-open .ks-drawer-panel {
  transform: translateX(0);
  transition-duration: var(--ks-drawer-open-duration);
  transition-timing-function: var(--ks-drawer-open-ease);
}

body.ks-menu-open .ks-site-header {
  background: linear-gradient(180deg, rgba(248, 245, 238, 0.78), rgba(248, 245, 238, 0.7));
  box-shadow: 0 12px 30px rgba(21, 85, 155, 0.06);
}

body.ks-menu-open .ks-wordmark,
body.ks-menu-open .ks-header-action {
  opacity: 0.62;
}

body.ks-menu-open .ks-drawer-link {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 200ms, 300ms;
  transition-timing-function: ease-out, var(--ks-drawer-open-ease);
}

body.ks-menu-open .ks-drawer-link:nth-child(1) { transition-delay: 80ms; }
body.ks-menu-open .ks-drawer-link:nth-child(2) { transition-delay: 104ms; }
body.ks-menu-open .ks-drawer-link:nth-child(3) { transition-delay: 128ms; }
body.ks-menu-open .ks-drawer-link:nth-child(4) { transition-delay: 152ms; }
body.ks-menu-open .ks-drawer-link:nth-child(5) { transition-delay: 176ms; }
body.ks-menu-open .ks-drawer-link:nth-child(6) { transition-delay: 200ms; }
body.ks-menu-open .ks-drawer-link:nth-child(7) { transition-delay: 224ms; }
body.ks-menu-open .ks-drawer-link:nth-child(8) { transition-delay: 248ms; }
body.ks-menu-open .ks-drawer-link:nth-child(9) { transition-delay: 272ms; }
body.ks-menu-open .ks-drawer-link:nth-child(10) { transition-delay: 296ms; }

body.ks-drawer-is-closing .ks-drawer-overlay {
  transition-duration: var(--ks-backdrop-close-duration);
}

body.ks-drawer-is-closing .ks-drawer-panel {
  transition-duration: var(--ks-drawer-close-duration);
  transition-timing-function: var(--ks-drawer-close-ease);
}

body.ks-drawer-is-closing .ks-drawer-link {
  transition-delay: 0ms;
  transition-duration: 140ms, 180ms;
  transition-timing-function: ease, var(--ks-drawer-close-ease);
}

body.ks-menu-open .ks-menu-toggle__label-text--open {
  opacity: 0;
  transform: translateY(-4px);
}

body.ks-menu-open .ks-menu-toggle__label-text--close {
  opacity: 1;
  transform: translateY(0);
}

body.ks-menu-open .ks-header-inner > .ks-menu-toggle .ks-menu-toggle__icon span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

body.ks-menu-open .ks-header-inner > .ks-menu-toggle .ks-menu-toggle__icon span:nth-child(2) {
  opacity: 0;
}

body.ks-menu-open .ks-header-inner > .ks-menu-toggle .ks-menu-toggle__icon span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.ks-flow {
  display: grid;
  gap: clamp(20px, 3vw, 28px);
}

.ks-hero {
  padding: clamp(84px, 12vw, 156px) 0 clamp(44px, 7vw, 84px);
}

.ks-hero__layout {
  display: grid;
  gap: 28px;
  align-items: end;
}

.ks-eyebrow,
.ks-kicker {
  margin: 0 0 16px;
  color: var(--ks-deep-blue);
  font-family: var(--ks-font-ui);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ks-display,
.ks-title {
  margin: 0;
  max-width: 10ch;
  color: var(--ks-charcoal);
  font-family: var(--ks-font-display);
  font-size: clamp(3.3rem, 9vw, 7.2rem);
  font-weight: 300;
  letter-spacing: -0.018em;
  line-height: 1.13;
  font-variation-settings: "SOFT" 30, "WONK" 0;
}

.ks-lede,
.ks-lead {
  max-width: 48rem;
  margin: 0;
  color: var(--ks-muted);
  font-family: var(--ks-font-body);
  font-size: clamp(1.05rem, 2.3vw, 1.34rem);
  font-weight: 400;
  line-height: 1.7;
}

.ks-section {
  padding: clamp(30px, 5vw, 56px) 0 clamp(56px, 8vw, 100px);
}

.ks-section--ivory {
  background: var(--ks-ivory);
}

.ks-section--deep {
  background:
    linear-gradient(180deg, rgba(18, 32, 26, 0.96), rgba(10, 18, 9, 0.98)),
    var(--ks-green-dark);
  color: var(--ks-ivory);
}

.ks-section--stream {
  position: relative;
}

.ks-section--stream::before {
  content: "";
  position: absolute;
  inset: 16px auto 0 12px;
  width: 1px;
  background: linear-gradient(180deg, rgba(68, 160, 199, 0), rgba(68, 160, 199, 0.5), rgba(201, 181, 124, 0));
}

.ks-intro,
.ks-panel,
.ks-placeholder,
.ks-placeholder-card,
.ks-note {
  border: 1px solid var(--ks-border);
  border-radius: var(--ks-radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--ks-shadow);
}

.ks-intro,
.ks-panel,
.ks-note {
  padding: clamp(24px, 4vw, 40px);
}

.ks-intro {
  display: grid;
  gap: 18px;
}

.ks-grid {
  display: grid;
  gap: 22px;
}

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

.ks-placeholder,
.ks-placeholder-card {
  padding: clamp(24px, 4vw, 34px);
}

.ks-placeholder h2,
.ks-placeholder h3,
.ks-placeholder-card h2,
.ks-placeholder-card h3,
.ks-panel h2,
.ks-panel h3,
.ks-note h2 {
  margin: 0 0 14px;
  font-family: var(--ks-font-heading);
  color: var(--ks-charcoal);
  letter-spacing: -0.018em;
  line-height: 1.16;
}

.ks-placeholder p,
.ks-placeholder-card p,
.ks-panel p,
.ks-note p,
.ks-intro p,
.ks-list {
  margin: 0;
  color: var(--ks-muted);
}

.ks-list {
  padding-left: 1.1rem;
}

.ks-list li + li {
  margin-top: 0.5rem;
}

.ks-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ks-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(119, 204, 220, 0.16);
  color: var(--ks-deep-blue);
  font-family: var(--ks-font-accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ks-metric {
  display: grid;
  gap: 8px;
}

.ks-metric strong {
  color: var(--ks-green);
  font-family: var(--ks-font-heading);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.16;
}

.ks-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.ks-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-family: var(--ks-font-ui);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.ks-button--primary {
  background: linear-gradient(135deg, #174566, #215b79);
  box-shadow: 0 16px 34px rgba(16, 36, 52, 0.16);
  color: var(--ks-white);
}

.ks-button--secondary {
  border-color: rgba(201, 181, 124, 0.34);
  color: var(--ks-deep-blue);
  background: rgba(248, 245, 238, 0.84);
}

.ks-button--gold {
  background: linear-gradient(135deg, rgba(200, 165, 102, 0.96), rgba(183, 144, 78, 0.96));
  border-color: rgba(200, 165, 102, 0.34);
  color: var(--ks-ink-deep);
  box-shadow: 0 16px 34px rgba(10, 18, 9, 0.14);
}

.ks-button--outline {
  background: transparent;
  border-color: rgba(21, 85, 155, 0.28);
  color: var(--ks-deep-blue);
}

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

.ks-button--primary:hover,
.ks-button--primary:focus-visible {
  background: linear-gradient(135deg, #1c4f73, #286688);
  box-shadow: 0 20px 38px rgba(16, 36, 52, 0.18);
}

.ks-button--secondary:hover,
.ks-button--secondary:focus-visible {
  border-color: rgba(201, 181, 124, 0.46);
  background: rgba(248, 245, 238, 0.94);
}

.ks-quiet {
  color: var(--ks-muted);
  font-size: 0.94rem;
}

.ks-page {
  padding-bottom: clamp(40px, 6vw, 72px);
}

.ks-page__header {
  padding: clamp(72px, 10vw, 120px) 0 24px;
}

.ks-page__title {
  margin: 0 0 18px;
  font-family: var(--ks-font-heading);
  font-size: clamp(2.8rem, 7vw, 5.3rem);
  letter-spacing: -0.018em;
  line-height: 1.09;
}

.ks-page__lede {
  max-width: var(--ks-content-width);
  margin: 0;
  color: var(--ks-muted);
  font-size: clamp(1.02rem, 2vw, 1.2rem);
}

.ks-page__content {
  display: grid;
  gap: 24px;
}

.ks-page__content .entry-content,
.ks-rich-copy {
  max-width: var(--ks-content-width);
}

.ks-page__content .entry-content > * + *,
.ks-rich-copy > * + * {
  margin-top: 1rem;
}

.ks-page-home {
  padding-bottom: clamp(56px, 7vw, 92px);
}

.ks-home-section {
  position: relative;
  padding: clamp(72px, 9vw, 136px) 0;
}

.ks-home-heading {
  margin: 0;
  max-width: 13ch;
  color: var(--ks-charcoal);
  font-family: var(--ks-font-heading);
  font-size: clamp(2.6rem, 5.2vw, 5.3rem);
  font-weight: 300;
  letter-spacing: -0.018em;
  line-height: 1.13;
  font-variation-settings: "SOFT" 25, "WONK" 0;
}

.ks-home-copy {
  margin: 0;
  max-width: 42rem;
  color: var(--ks-muted);
  font-size: clamp(1.08rem, 1.9vw, 1.26rem);
  line-height: 1.9;
}

.ks-spring-mark {
  display: block;
  width: auto;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.ks-spring-mark--hero {
  position: absolute;
  z-index: 1;
  top: clamp(106px, 11vw, 148px);
  right: clamp(-22px, 2vw, 34px);
  width: clamp(340px, 34vw, 560px);
  opacity: 0.15;
  mix-blend-mode: screen;
  filter: saturate(0.88) blur(0.2px);
}

.ks-spring-mark--small {
  width: 22px;
  opacity: 0.84;
}

.ks-spring-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: clamp(8px, 2vw, 18px) 0 clamp(26px, 4vw, 46px);
}

.ks-spring-divider__line {
  display: block;
  width: min(100%, 176px);
  flex: 1 1 176px;
  height: 1px;
  max-width: 176px;
  background: linear-gradient(90deg, rgba(201, 181, 124, 0), rgba(201, 181, 124, 0.82), rgba(201, 181, 124, 0));
}

.ks-home-divider {
  display: block;
  width: 84px;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 181, 124, 0.95), rgba(201, 181, 124, 0.05));
}

.ks-home-hero {
  position: relative;
  overflow: clip;
  min-height: clamp(720px, 100vh, 980px);
  padding: clamp(132px, 14vw, 180px) 0 clamp(72px, 10vw, 128px);
}

.ks-home-hero__media {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ks-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 16, 24, 0.52) 0%, rgba(8, 16, 24, 0.22) 42%, rgba(8, 16, 24, 0.08) 72%, rgba(8, 16, 24, 0.14) 100%),
    radial-gradient(circle at 76% 32%, rgba(119, 204, 220, 0.1), rgba(119, 204, 220, 0) 34%);
}

.ks-home-hero__wash,
.ks-home-hero__glow,
.ks-home-hero__pool {
  position: absolute;
  border-radius: 999px;
}

.ks-home-hero__wash {
  inset: auto auto 10% 10%;
  width: min(56vw, 620px);
  height: min(26vw, 280px);
  background: linear-gradient(90deg, rgba(248, 245, 238, 0.16), rgba(248, 245, 238, 0));
}

.ks-home-hero__glow {
  top: 12%;
  right: 8%;
  width: min(34vw, 380px);
  height: min(34vw, 380px);
  background: radial-gradient(circle, rgba(119, 204, 220, 0.26), rgba(119, 204, 220, 0));
}

.ks-home-hero__pool {
  bottom: -6%;
  left: 20%;
  width: min(58vw, 760px);
  height: min(22vw, 240px);
  border-radius: 45% 55% 0 0 / 100% 100% 0 0;
  background: linear-gradient(180deg, rgba(119, 204, 220, 0.2), rgba(248, 245, 238, 0));
}

.ks-home-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  min-height: calc(clamp(720px, 100vh, 980px) - clamp(132px, 14vw, 180px));
}

.ks-home-hero__content {
  display: grid;
  gap: 24px;
  max-width: 58rem;
  padding-bottom: clamp(18px, 3vw, 36px);
}

.ks-home-hero__label,
.ks-home-hero__status {
  margin: 0;
  font-family: var(--ks-font-accent);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ks-home-hero__label {
  color: rgba(248, 245, 238, 0.88);
}

.ks-home-hero__title {
  margin: 0;
  max-width: 16ch;
  color: var(--ks-white);
  font-family: var(--ks-font-heading);
  font-size: clamp(4rem, 7.2vw, 7.55rem);
  font-weight: 300;
  letter-spacing: -0.018em;
  line-height: 1.09;
  font-variation-settings: "SOFT" 25, "WONK" 0;
}

.ks-home-hero__title span {
  display: block;
}

.ks-home-hero__lede {
  margin: 0;
  max-width: 43rem;
  color: rgba(248, 245, 238, 0.88);
  font-size: clamp(1.16rem, 1.95vw, 1.36rem);
  line-height: 1.88;
}

.ks-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.ks-home-hero__text-link,
.ks-home-enquiry__link {
  color: rgba(248, 245, 238, 0.88);
  font-family: var(--ks-font-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}

.ks-home-hero__status {
  color: rgba(201, 181, 124, 0.92);
}

.ks-home-editorial {
  padding-top: clamp(52px, 7vw, 88px);
  padding-bottom: clamp(44px, 7vw, 84px);
}

.ks-home-editorial__inner {
  max-width: 82rem;
  display: grid;
  gap: 28px;
}

.ks-home-editorial__eyebrow {
  margin: 0;
  color: var(--ks-deep-blue);
  font-family: var(--ks-font-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ks-home-editorial__title {
  margin: 0;
  max-width: 18ch;
  color: var(--ks-charcoal);
  font-family: var(--ks-font-heading);
  font-size: clamp(2.8rem, 4.8vw, 5rem);
  font-weight: 300;
  letter-spacing: -0.018em;
  line-height: 1.13;
  font-variation-settings: "SOFT" 25, "WONK" 0;
}

.ks-home-editorial__copy {
  margin: 0;
  max-width: 46rem;
  color: var(--ks-muted);
  font-size: clamp(1.08rem, 1.85vw, 1.22rem);
  line-height: 1.9;
}

.ks-home-source__layout,
.ks-home-setting__layout,
.ks-home-gather__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(42px, 6vw, 108px);
  align-items: center;
}

.ks-home-source__visual {
  display: grid;
  gap: 18px;
}

.ks-home-source__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ks-deep-blue);
}

.ks-home-source__image {
  display: block;
  width: 100%;
  min-height: clamp(360px, 48vw, 620px);
  object-fit: cover;
  border-radius: 40px;
  box-shadow: var(--ks-shadow-soft);
  filter: saturate(0.92) contrast(0.98);
}

.ks-home-source__quote {
  margin: 0;
  max-width: 24ch;
  color: var(--ks-charcoal);
  font-family: var(--ks-font-heading);
  font-size: clamp(1.28rem, 2vw, 1.68rem);
  font-style: italic;
  line-height: 1.58;
}

.ks-home-source__copy,
.ks-home-setting__copy,
.ks-home-gather__copy,
.ks-home-progress__intro,
.ks-home-moments__intro,
.ks-home-enquiry__copy {
  display: grid;
  gap: 20px;
}

.ks-home-progress {
  background: linear-gradient(180deg, rgba(248, 245, 238, 0.55), rgba(239, 229, 210, 0.34));
}

.ks-home-progress__layout {
  display: grid;
  gap: 48px;
}

.ks-home-progress__gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 8px 0 16px;
}

.ks-home-progress__gallery img {
  display: block;
  width: 100%;
  min-height: clamp(260px, 32vw, 420px);
  object-fit: cover;
  border-radius: 34px;
  filter: saturate(0.88) contrast(0.95);
}

.ks-home-progress__gallery img:last-child {
  display: none;
}

.ks-home-progress__notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.ks-home-note {
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(201, 181, 124, 0.24);
}

.ks-home-note__label {
  margin: 0 0 12px;
  color: var(--ks-deep-blue);
  font-family: var(--ks-font-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ks-home-note p:last-child {
  margin: 0;
  color: var(--ks-muted);
  font-size: 1rem;
  line-height: 1.76;
}

.ks-home-moments__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(36px, 7vw, 108px);
}

.ks-home-moments__list {
  display: grid;
  gap: 0;
  max-width: 52rem;
}

.ks-home-moment {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px 22px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(201, 181, 124, 0.22);
}

.ks-home-moment__number {
  color: rgba(21, 85, 155, 0.44);
  font-family: var(--ks-font-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ks-home-moment h3,
.ks-home-moment p {
  margin: 0;
}

.ks-home-moment h3 {
  color: var(--ks-charcoal);
  font-family: var(--ks-font-heading);
  font-size: clamp(1.36rem, 2vw, 2.08rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.14;
}

.ks-home-moment p {
  grid-column: 2;
  max-width: 34ch;
  color: var(--ks-muted);
  font-size: 1rem;
  line-height: 1.78;
}

.ks-home-setting {
  overflow: clip;
  color: var(--ks-white);
}

.ks-home-setting__media {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ks-home-setting::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 17, 24, 0.44), rgba(8, 17, 24, 0.62)),
    linear-gradient(90deg, rgba(8, 17, 24, 0.58), rgba(8, 17, 24, 0.12) 72%);
}

.ks-home-setting__layout {
  position: relative;
  z-index: 1;
  min-height: clamp(460px, 56vw, 720px);
  align-content: end;
}

.ks-home-setting .ks-eyebrow,
.ks-home-setting .ks-home-heading,
.ks-home-setting .ks-home-copy {
  color: var(--ks-white);
}

.ks-home-setting .ks-home-copy {
  max-width: 38rem;
  color: rgba(248, 245, 238, 0.9);
}

.ks-home-setting__statement {
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(248, 245, 238, 0.16);
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(248, 245, 238, 0.12), rgba(248, 245, 238, 0.04));
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(8, 17, 24, 0.18);
}

.ks-home-setting__statement p {
  margin: 0;
  max-width: 14ch;
  color: var(--ks-white);
  font-family: var(--ks-font-heading);
  font-size: clamp(1.8rem, 3.2vw, 3.1rem);
  font-weight: 300;
  letter-spacing: -0.018em;
  line-height: 1.13;
  font-variation-settings: "SOFT" 25, "WONK" 0;
}

.ks-home-gather__image {
  display: block;
  width: 100%;
  min-height: clamp(360px, 46vw, 560px);
  object-fit: cover;
  border-radius: 40px;
  box-shadow: var(--ks-shadow-soft);
  filter: saturate(0.78) contrast(0.94) brightness(0.96);
}

.ks-home-gather__copy {
  max-width: 40rem;
}

.ks-home-enquiry__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 36px;
  align-items: center;
  padding: clamp(52px, 7vw, 92px) 0;
  border-top: 1px solid rgba(201, 181, 124, 0.32);
  border-bottom: 1px solid rgba(201, 181, 124, 0.12);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(22, 47, 66, 0.98), rgba(18, 36, 48, 0.98));
  box-shadow: none;
}

.ks-home-enquiry__actions {
  display: grid;
  justify-items: start;
  gap: 14px;
}

.ks-home-enquiry__link {
  color: var(--ks-deep-blue);
}

.ks-home-enquiry .ks-eyebrow,
.ks-home-enquiry .ks-home-heading,
.ks-home-enquiry .ks-home-copy {
  color: var(--ks-white);
}

.ks-home-enquiry .ks-home-copy {
  max-width: 38rem;
  color: rgba(248, 245, 238, 0.82);
}

.ks-home-enquiry .ks-button--primary {
  background: linear-gradient(135deg, rgba(248, 245, 238, 0.94), rgba(239, 229, 210, 0.92));
  color: var(--ks-deep-blue);
  box-shadow: 0 18px 34px rgba(10, 24, 34, 0.2);
}

.ks-site-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 7vw, 90px) 0 28px;
  background: #081c2c;
  color: var(--ks-ivory);
}

.ks-site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100% - 48px, var(--ks-grid-width));
  height: 1px;
  transform: translateX(-50%);
  background: rgba(248, 245, 238, 0.12);
}

.ks-site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.7fr) minmax(180px, 0.7fr);
  gap: clamp(32px, 6vw, 90px);
  align-items: start;
}

.ks-site-footer__brand,
.ks-site-footer__cta,
.ks-site-footer__nav {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.ks-site-footer__brand {
  max-width: 360px;
}

.ks-site-footer__eyebrow,
.ks-site-footer__label {
  margin: 0;
  color: var(--ks-gold);
  font-family: var(--ks-font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ks-site-footer__title {
  margin: 0;
  color: var(--ks-ivory);
  font-family: var(--ks-font-display);
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 300;
  letter-spacing: -0.012em;
  line-height: 1.12;
}

.ks-site-footer__text,
.ks-site-footer__meta {
  margin: 0;
  color: rgba(248, 245, 238, 0.62);
  font-family: var(--ks-font-body);
  font-size: 14px;
  line-height: 1.7;
}

.ks-site-footer__nav a {
  color: rgba(248, 245, 238, 0.62);
  text-decoration: none;
  font-family: var(--ks-font-body);
  font-size: 14px;
  line-height: 1.7;
  transition: color 200ms ease;
}

.ks-site-footer__nav {
  gap: 8px;
}

.ks-site-footer__legal {
  margin-top: clamp(42px, 6vw, 76px);
  padding-top: 22px;
  border-top: 1px solid rgba(248, 245, 238, 0.12);
}

.ks-site-footer__legal p {
  margin: 0;
  color: rgba(248, 245, 238, 0.64);
  font-family: var(--ks-font-body);
  font-size: 14px;
  line-height: 1.7;
}

.ks-site-footer__nav a:hover,
.ks-site-footer__nav a:focus-visible,
.ks-drawer-footer__button:hover,
.ks-drawer-footer__button:focus-visible {
  color: var(--ks-ivory);
}

.ks-menu-toggle:focus-visible,
.ks-header-action:focus-visible,
.ks-drawer-link:focus-visible,
.ks-drawer-footer__link:focus-visible,
.ks-button:focus-visible,
.ks-site-footer__nav a:focus-visible,
.ks-wordmark:focus-visible {
  outline: 2px solid rgba(201, 181, 124, 0.72);
  outline-offset: 4px;
}

@media (max-width: 820px) {
  :root {
    --ks-header-height: 64px;
    --ks-drawer-width: 88vw;
  }

  .ks-main {
    padding-top: calc(var(--ks-header-offset) + 6px);
  }

  body.ks-menu-open .ks-main,
  body.ks-menu-open .ekn-site-footer {
    transform: none;
    filter: none;
  }

  .ks-grid--two {
    grid-template-columns: 1fr;
  }

  .ks-container,
  .ks-shell {
    width: min(var(--ks-grid-width), calc(100% - 28px));
  }

  .ks-header-inner {
    height: 64px;
    gap: 12px;
    padding-inline: 20px;
  }

  .ks-header__brand {
    width: clamp(170px, 46vw, 230px);
    max-width: calc(100vw - 108px);
    height: 54px;
  }

  .ks-wordmark__logo {
    max-height: 48px;
    transform: scale(1.24);
  }

  .ks-header-action {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
  }

  .ks-drawer-panel {
    width: min(88vw, 440px);
    padding: 18px 20px 20px;
  }

  .ks-drawer-scroll {
    gap: 22px;
  }

  .ks-drawer-link {
    font-size: 15px;
  }

  .ks-section--stream::before {
    inset: 8px auto 0 8px;
  }

  .ks-home-hero {
    min-height: auto;
    padding-top: clamp(112px, 18vw, 144px);
  }

  .ks-home-hero__inner,
  .ks-home-source__layout,
  .ks-home-setting__layout,
  .ks-home-gather__layout,
  .ks-home-moments__layout,
  .ks-home-enquiry__panel {
    grid-template-columns: 1fr;
  }

  .ks-home-hero__aside {
    justify-content: flex-start;
  }

  .ks-home-progress__notes {
    grid-template-columns: 1fr;
  }

  .ks-home-progress__gallery {
    grid-template-columns: 1fr;
  }

  .ks-home-enquiry__panel {
    padding: 40px 0;
  }

  .ks-home-setting__statement p {
    max-width: 16ch;
  }

  .ks-site-footer__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ks-site-footer__title {
    max-width: 18ch;
  }
}

@media (max-width: 560px) {
  .ks-menu-toggle__label {
    display: none;
  }

  .ks-header-inner {
    padding-inline: 16px;
  }

  .ks-header-action {
    max-width: 64px;
    text-align: right;
    line-height: 1.2;
  }

  .ks-header__brand {
    width: clamp(148px, 44vw, 196px);
    max-width: calc(100vw - 92px);
    height: 48px;
  }

  .ks-wordmark__logo {
    max-height: 42px;
    transform: scale(1.18);
  }

  .ks-drawer-panel {
    width: min(var(--ks-drawer-width), 88vw);
    max-width: 420px;
  }

  .ks-drawer-link {
    font-size: 0.94rem;
    min-height: 38px;
  }

  .ks-home-section {
    padding: 56px 0;
  }

  .ks-home-editorial__title {
    max-width: 13ch;
  }

  .ks-home-hero__title {
    font-size: clamp(2.9rem, 16vw, 4.4rem);
    max-width: 12ch;
  }

  .ks-home-copy {
    font-size: 1.04rem;
    line-height: 1.82;
  }

  .ks-home-hero__actions,
  .ks-home-enquiry__actions {
    align-items: stretch;
  }

  .ks-home-moment {
    grid-template-columns: 40px 1fr;
    gap: 14px 16px;
  }

  .ks-button {
    width: 100%;
  }
}

body.admin-bar {
  --ks-admin-bar-height: 32px;
}

@media (max-width: 782px) {
  body.admin-bar {
    --ks-admin-bar-height: 46px;
  }
}

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

  .ks-menu-toggle__icon span,
  .ks-drawer-overlay,
  .ks-drawer-panel,
  .ks-drawer-link,
  .ks-drawer-link__marker,
  .ks-drawer-footer__link,
  .ks-drawer-footer__button,
  .ks-main,
  .ekn-site-footer,
  .ks-menu-toggle__label-text,
  .ks-site-header,
  .ks-header-action,
  .ks-site-footer__nav a,
  .ks-button {
    transition: none;
  }

  .ks-drawer-link {
    opacity: 1;
    transform: none;
  }

  .ks-drawer-overlay {
    visibility: visible;
  }
}

/* =========================================================
   Kamoiywo homepage luxury composition override
   Temporary hard override to prove the design direction
   ========================================================= */

.ks-page-home .ks-home-hero__content {
  width: min(760px, calc(100vw - 64px)) !important;
  max-width: 760px !important;
  padding-left: clamp(28px, 7vw, 120px) !important;
}

.ks-page-home .ks-home-hero__title,
.ks-page-home .ks-home-heading {
  font-family: var(--ks-font-heading, "Cardo", Georgia, serif) !important;
  letter-spacing: -0.018em !important;
  line-height: 1.08 !important;
  font-variation-settings: "SOFT" 25, "WONK" 0 !important;
}

.ks-page-home .ks-home-hero__title {
  max-width: 760px !important;
  font-size: clamp(54px, 6vw, 92px) !important;
}

.ks-page-home .ks-home-section {
  padding-top: clamp(110px, 13vw, 190px) !important;
  padding-bottom: clamp(110px, 13vw, 190px) !important;
}

.ks-page-home .ks-home-section__inner,
.ks-page-home .ks-home-source,
.ks-page-home .ks-home-progress,
.ks-page-home .ks-home-moments,
.ks-page-home .ks-home-gather,
.ks-page-home .ks-home-enquiry {
  width: min(1240px, calc(100vw - 72px)) !important;
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ks-page-home .ks-home-copy,
.ks-page-home p,
.ks-page-home .ks-home-moment__text,
.ks-page-home .ks-home-note__text {
  font-size: clamp(17px, 1.05vw, 19px) !important;
  line-height: 1.72 !important;
}

.ks-page-home .ks-home-label,
.ks-page-home .ks-home-eyebrow {
  font-size: 11px !important;
  letter-spacing: 0.18em !important;
}

.ks-page-home .ks-home-btn,
.ks-page-home .ks-home-cta,
.ks-page-home a[class*="button"] {
  min-height: 46px !important;
  padding: 14px 26px !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  letter-spacing: 0.16em !important;
}

.ks-page-home .ks-home-setting {
  color: #fff !important;
}

.ks-page-home .ks-home-setting .ks-home-heading,
.ks-page-home .ks-home-setting .ks-home-copy,
.ks-page-home .ks-home-setting p {
  color: #fff !important;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.55) !important;
}

.ks-page-home .ks-home-enquiry {
  border-radius: 0 !important;
  padding: clamp(72px, 9vw, 130px) clamp(34px, 7vw, 96px) !important;
}

@media (max-width: 760px) {
  .ks-page-home .ks-home-hero__content {
    width: min(100%, calc(100vw - 40px)) !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .ks-page-home .ks-home-hero__title {
    font-size: clamp(42px, 13vw, 62px) !important;
    line-height: 1.11 !important;
  }

  .ks-page-home .ks-home-section {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  .ks-page-home .ks-home-section__inner,
  .ks-page-home .ks-home-source,
  .ks-page-home .ks-home-progress,
  .ks-page-home .ks-home-moments,
  .ks-page-home .ks-home-gather,
  .ks-page-home .ks-home-enquiry {
    width: min(100%, calc(100vw - 36px)) !important;
  }
}

/* =========================================================
   Homepage reset: Springline concept
   ========================================================= */

.ks-page-home {
  padding-bottom: 0;
  background:
    linear-gradient(180deg, rgba(248, 245, 238, 0.98) 0%, rgba(243, 238, 229, 1) 34%, rgba(14, 32, 45, 1) 100%);
}

.ks-page-home .ks-container {
  width: min(1240px, calc(100% - 32px));
}

.ks-reset-kicker {
  margin: 0;
  color: var(--ks-gold);
  font-family: var(--ks-font-accent);
  font-size: clamp(11px, 0.78vw, 13px);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ks-reset-kicker--blue {
  color: rgba(21, 85, 155, 0.82);
}

.ks-reset-kicker--gold {
  color: rgba(201, 181, 124, 0.92);
}

.ks-reset-display,
.ks-reset-heading {
  margin: 0;
  color: var(--ks-charcoal);
  font-family: var(--ks-font-display);
  font-weight: 300;
  letter-spacing: -0.018em;
  line-height: 1.13;
  font-variation-settings: "SOFT" 25, "WONK" 0;
  text-wrap: balance;
}

.ks-reset-display {
  font-size: clamp(2.4rem, 4.4vw, 4.9rem);
}

.ks-reset-heading {
  font-size: clamp(2.02rem, 3.4vw, 3.78rem);
}

.ks-reset-display--light,
.ks-reset-body--light {
  color: var(--ks-white);
}

.ks-reset-body {
  margin: 0;
  max-width: 42rem;
  color: rgba(30, 42, 50, 0.78);
  font-size: clamp(1.08rem, 1.4vw, 1.2rem);
  line-height: 1.82;
}

.ks-reset-hero,
.ks-reset-editorial,
.ks-reset-springline,
.ks-reset-progress,
.ks-reset-moments,
.ks-reset-highlands,
.ks-reset-gatherings,
.ks-reset-final-cta {
  position: relative;
}

.ks-reset-hero {
  min-height: calc(100svh - var(--ks-header-height, 72px));
  display: flex;
  align-items: stretch;
  overflow: clip;
  background: var(--ks-deep-blue);
}

.ks-reset-hero__media,
.ks-reset-highlands__media {
  position: absolute;
  inset: 0;
}

.ks-reset-hero__video,
.ks-reset-highlands__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ks-reset-hero__video {
  object-position: center 70%;
  filter: saturate(1) contrast(1.03) brightness(0.9);
}

.ks-reset-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 18, 28, 0.68) 0%, rgba(8, 18, 28, 0.42) 42%, rgba(8, 18, 28, 0.18) 100%),
    linear-gradient(180deg, rgba(8, 18, 28, 0.18) 0%, rgba(8, 18, 28, 0.04) 45%, rgba(8, 18, 28, 0.52) 100%);
}

.ks-reset-hero__overlay::after {
  content: none;
}

.ks-reset-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: stretch;
  min-height: calc(100svh - var(--ks-header-height, 72px));
  padding: 0;
}

.ks-reset-hero__content {
  display: grid;
  gap: 24px;
  align-content: end;
  width: min(820px, calc(100vw - 48px));
  max-width: 820px;
  padding: clamp(120px, 18vh, 190px) clamp(24px, 7vw, 108px) clamp(72px, 12vh, 130px);
}

.ks-reset-hero__title {
  margin: 0;
  max-width: 820px;
  color: var(--ks-ivory);
  font-family: var(--ks-font-display);
  font-size: clamp(3.5rem, 5.35vw, 6.2rem);
  font-weight: 300;
  letter-spacing: -0.018em;
  line-height: 1.09;
  font-variation-settings: "SOFT" 25, "WONK" 0;
  margin: 0 0 clamp(14px, 1.5vw, 22px);
}

.ks-reset-hero__title span {
  display: block;
  white-space: nowrap;
}

.ks-reset-hero__copy {
  margin: 0;
  max-width: 620px;
  color: rgba(244, 239, 230, 0.78);
  font-family: var(--ks-font-body);
  font-size: clamp(16px, 1.05vw, 19px);
  line-height: 1.75;
  margin-bottom: clamp(18px, 2vw, 28px);
}

.ks-reset-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 0;
}

.ks-reset-hero__actions .ks-button {
  min-width: 212px;
}

.ks-reset-hero__button-primary {
  background: var(--ks-primary-blue);
  border-color: var(--ks-primary-blue);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(12, 40, 62, 0.22);
}

.ks-reset-hero__button-primary:hover,
.ks-reset-hero__button-primary:focus-visible {
  background: var(--ks-deep-blue);
  border-color: var(--ks-deep-blue);
  color: #ffffff;
}

.ks-reset-button-ghost {
  border-color: rgba(248, 245, 238, 0.42);
  background: rgba(248, 245, 238, 0.04);
  color: var(--ks-ivory);
  backdrop-filter: blur(10px);
}

.ks-reset-button-ghost:hover,
.ks-reset-button-ghost:focus-visible {
  color: var(--ks-charcoal);
  background: var(--ks-ivory);
  border-color: var(--ks-ivory);
}

.ks-reset-hero__hint {
  margin: clamp(14px, 2vw, 22px) 0 0;
  color: rgba(244, 239, 230, 0.62);
  font-family: var(--ks-font-ui);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ks-editorial-intro {
  position: relative;
  overflow: hidden;
  background: var(--ks-ivory);
  color: var(--ks-charcoal);
}

.ks-editorial-intro::after {
  content: "";
  position: absolute;
  right: clamp(18px, 6vw, 72px);
  bottom: clamp(-88px, -4vw, -32px);
  width: clamp(150px, 18vw, 240px);
  height: clamp(210px, 25vw, 320px);
  border-radius: 55% 55% 60% 60%;
  background:
    linear-gradient(180deg, rgba(119, 204, 220, 0.04), rgba(21, 85, 155, 0.02)),
    rgba(248, 245, 238, 0.18);
  border: 1px solid rgba(21, 85, 155, 0.05);
  opacity: 0.48;
  transform: rotate(8deg);
  pointer-events: none;
}

.ks-editorial-intro__inner {
  position: relative;
  z-index: 1;
  padding: clamp(80px, 8vw, 108px) clamp(24px, 7vw, 108px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.ks-editorial-intro__meta h2 {
  max-width: 780px;
  color: var(--ks-charcoal);
  font-size: clamp(35px, 4.15vw, 60px);
  line-height: 1.14;
}

.ks-editorial-intro__body {
  max-width: 660px;
  padding-top: clamp(8px, 1.3vw, 20px);
}

.ks-editorial-intro__body p {
  margin: 0;
  font-family: var(--ks-font-body);
  font-size: clamp(17px, 1.08vw, 19.5px);
  line-height: 1.78;
  color: rgba(30, 42, 50, 0.78);
}

.ks-editorial-intro__body p + p {
  margin-top: 18px;
}

.ks-editorial-intro__note {
  margin-top: clamp(22px, 3vw, 32px) !important;
  color: rgba(21, 85, 155, 0.74);
  font-family: var(--ks-font-ui);
  font-size: 11px !important;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.ks-reset-progress__inner,
.ks-reset-progress__inner,
.ks-reset-moments__inner,
.ks-reset-gatherings__inner,
.ks-reset-final-cta__inner {
  padding: clamp(72px, 9vw, 126px) 0;
}
.ks-springline {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 18% 24%, rgba(119, 204, 220, 0.12) 0%, transparent 44%),
    radial-gradient(ellipse at 84% 78%, rgba(201, 181, 124, 0.08) 0%, transparent 36%),
    linear-gradient(135deg, #092a46 0%, #15559B 52%, #0b304f 100%);
  color: var(--ks-ivory);
}

.ks-springline::before {
  content: "";
  position: absolute;
  top: clamp(42px, 7vw, 88px);
  right: clamp(-32px, 2vw, 18px);
  width: clamp(180px, 18vw, 260px);
  height: clamp(180px, 18vw, 260px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 245, 238, 0.06) 0%, transparent 66%);
  opacity: 0.55;
  pointer-events: none;
}

.ks-springline__inner {
  position: relative;
  z-index: 1;
  padding: clamp(80px, 9vw, 118px) clamp(24px, 7vw, 108px);
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 0.9fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.ks-springline__media img,
.ks-reset-gatherings__media img {
  display: block;
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 18px 34px rgba(13, 37, 55, 0.08);
}

.ks-springline__media {
  min-height: clamp(320px, 38vw, 560px);
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(8, 18, 28, 0.06), rgba(8, 18, 28, 0.26)),
    linear-gradient(145deg, rgba(119, 204, 220, 0.24), rgba(21, 85, 155, 0.8));
}

.ks-springline__media::after {
  content: "";
  position: absolute;
  width: clamp(140px, 18vw, 240px);
  height: clamp(200px, 24vw, 320px);
  right: clamp(14px, 3vw, 42px);
  bottom: clamp(-74px, -7vw, -28px);
  border-radius: 55% 55% 60% 60%;
  background: rgba(248, 245, 238, 0.06);
  transform: rotate(8deg);
  pointer-events: none;
}

.ks-springline__media img {
  height: 100%;
  min-height: clamp(320px, 38vw, 560px);
  aspect-ratio: 5 / 6;
  object-position: center 48%;
}

.ks-springline__content {
  display: grid;
  gap: 0;
  align-content: start;
  padding-block: clamp(12px, 2vw, 26px);
}

.ks-springline__motif {
  width: 1px;
  height: 88px;
  margin: 0 0 16px;
  background: linear-gradient(180deg, rgba(119, 204, 220, 0.24), rgba(201, 181, 124, 0.16));
  position: relative;
}

.ks-springline__motif::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 8px;
  height: 8px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(248, 245, 238, 0.74);
  box-shadow: 0 0 0 6px rgba(248, 245, 238, 0.04);
}

.ks-springline .ks-eyebrow {
  color: var(--ks-gold);
  margin-bottom: 14px;
}

.ks-springline h2 {
  max-width: 11ch;
  margin: 0 0 clamp(16px, 1.8vw, 24px);
  font-family: var(--ks-font-display);
  font-weight: 300;
  font-size: clamp(34px, 4.1vw, 60px);
  line-height: 1.1;
  letter-spacing: -0.018em;
  color: var(--ks-ivory);
}

.ks-springline p {
  margin: 0;
  font-family: var(--ks-font-body);
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.72;
  color: rgba(248, 245, 238, 0.8);
  max-width: 33rem;
}

.ks-springline p + p {
  margin-top: 14px;
}

.ks-springline--image-bg {
  background: #092a46;
}

.ks-springline--image-bg::before {
  content: none;
}

.ks-springline--image-bg .ks-springline__inner {
  min-height: clamp(520px, 58vw, 760px);
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(88px, 10vw, 132px) clamp(24px, 7vw, 108px);
}

.ks-springline--image-bg .ks-springline__media {
  position: absolute;
  inset: 0;
  min-height: 100%;
  border-radius: 0;
  background: transparent;
}

.ks-springline--image-bg .ks-springline__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 18, 28, 0.82) 0%, rgba(8, 18, 28, 0.58) 40%, rgba(8, 18, 28, 0.18) 100%),
    linear-gradient(180deg, rgba(8, 18, 28, 0.18) 0%, rgba(8, 18, 28, 0.06) 44%, rgba(8, 18, 28, 0.44) 100%),
    radial-gradient(ellipse at 22% 24%, rgba(119, 204, 220, 0.10) 0%, transparent 42%),
    radial-gradient(ellipse at 80% 18%, rgba(201, 181, 124, 0.08) 0%, transparent 34%);
  pointer-events: none;
}

.ks-springline--image-bg .ks-springline__media::after {
  content: none;
}

.ks-springline--image-bg .ks-springline__media img {
  min-height: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  aspect-ratio: auto;
  object-position: center 47%;
  filter: saturate(0.98) contrast(1.03) brightness(0.86);
}

.ks-springline--image-bg .ks-springline__content {
  position: relative;
  z-index: 2;
  max-width: 38rem;
  align-content: center;
  padding-block: 0;
}

.ks-springline--image-bg .ks-springline__motif {
  display: none;
}

.ks-springline--image-bg .ks-springline__motif::after {
  content: none;
}

.ks-springline--image-bg .ks-eyebrow {
  margin-bottom: 14px;
}

.ks-springline--image-bg h2 {
  max-width: 12ch;
  font-size: clamp(38px, 4.9vw, 68px);
  line-height: 1.08;
  margin-bottom: clamp(16px, 1.8vw, 22px);
}

.ks-springline--image-bg p {
  max-width: 34rem;
  color: rgba(248, 245, 238, 0.84);
  line-height: 1.74;
}

@media (max-width: 900px) {
  .ks-springline--image-bg .ks-springline__inner {
    min-height: clamp(460px, 74vw, 640px);
    padding: clamp(76px, 10vw, 108px) clamp(24px, 6vw, 56px);
  }

  .ks-springline--image-bg .ks-springline__content {
    max-width: 32rem;
  }

  .ks-springline--image-bg h2 {
    font-size: clamp(34px, 6vw, 56px);
    max-width: 11.5ch;
  }
}

.ks-development {
  background: var(--ks-ivory);
  color: var(--ks-charcoal);
}

.ks-development__inner {
  padding: clamp(72px, 9vw, 128px) 0;
}

.ks-development__header {
  max-width: 760px;
  margin-bottom: clamp(34px, 5vw, 64px);
}

.ks-development__header h2 {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--ks-charcoal);
  font-size: clamp(36px, 4.8vw, 72px);
  line-height: 1.13;
}

.ks-development__header p:last-child {
  max-width: 620px;
  margin: 0;
  color: rgba(30, 42, 50, 0.72);
  font-family: var(--ks-font-body);
  font-size: clamp(16px, 1.05vw, 19px);
  line-height: 1.72;
}

.ks-development__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.ks-development-card {
  position: relative;
  min-height: clamp(320px, 34vw, 480px);
  overflow: hidden;
  isolation: isolate;
  background: var(--ks-mist);
  border: 1px solid rgba(21, 85, 155, 0.12);
  box-shadow: 0 18px 34px rgba(21, 85, 155, 0.08);
}

.ks-development-card__media,
.ks-development-card__media img {
  width: 100%;
  height: 100%;
}

.ks-development-card__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(8, 18, 28, 0.04), rgba(8, 18, 28, 0.56)),
    linear-gradient(145deg, rgba(208, 226, 221, 0.9), rgba(21, 85, 155, 0.58));
  background-size: cover;
  background-position: center;
}

.ks-development-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      to top,
      rgba(3, 18, 34, 0.96) 0%,
      rgba(3, 18, 34, 0.88) 28%,
      rgba(5, 31, 56, 0.68) 52%,
      rgba(5, 31, 56, 0.32) 72%,
      rgba(5, 31, 56, 0.06) 100%
    );
  pointer-events: none;
}

.ks-development-card__media img {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.98) contrast(1.02) brightness(0.92);
}

.ks-development-card__media--planning img {
  object-position: center 18%;
}

.ks-development-card__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(22px, 2.5vw, 34px);
  z-index: 3;
}

.ks-development-card__label {
  display: block;
  margin-bottom: 10px;
  color: rgba(201, 181, 124, 0.95);
  font-family: var(--ks-font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ks-development-card__caption h3 {
  margin: 0 0 8px;
  color: var(--ks-ivory);
  font-family: var(--ks-font-display);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 300;
  line-height: 1.18;
}

.ks-development-card__caption p {
  margin: 0;
  color: rgba(248, 245, 238, 0.78);
  font-family: var(--ks-font-body);
  font-size: 15px;
  line-height: 1.65;
  max-width: 30ch;
}

.ks-moments {
  background:
    radial-gradient(ellipse at 12% 20%, rgba(119, 204, 220, 0.14) 0%, transparent 42%),
    linear-gradient(180deg, #f8f5ee 0%, #d0e2dd 100%);
  color: var(--ks-charcoal);
}

.ks-moments__inner {
  padding: clamp(72px, 9vw, 128px) 0;
}

.ks-moments__header {
  max-width: 680px;
  margin-bottom: clamp(36px, 5vw, 70px);
}

.ks-moments__header h2 {
  margin: 0;
  max-width: 680px;
  color: var(--ks-charcoal);
  font-size: clamp(32px, 3.8vw, 58px);
  line-height: 1.1;
  text-wrap: balance;
}

.ks-moments__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(21, 85, 155, 0.16);
  border-left: 1px solid rgba(21, 85, 155, 0.16);
}

.ks-moment {
  padding: clamp(24px, 3vw, 42px);
  border-right: 1px solid rgba(21, 85, 155, 0.16);
  border-bottom: 1px solid rgba(21, 85, 155, 0.16);
  background: rgba(248, 245, 238, 0.36);
}

.ks-moment__index {
  display: block;
  margin-bottom: 18px;
  color: rgba(201, 181, 124, 0.96);
  font-family: var(--ks-font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ks-moment h3 {
  margin: 0 0 10px;
  color: var(--ks-deep-blue);
  font-family: var(--ks-font-display);
  font-size: clamp(23px, 2vw, 32px);
  font-weight: 300;
  line-height: 1.2;
}

.ks-moment p {
  margin: 0;
  color: rgba(30, 42, 50, 0.72);
  font-family: var(--ks-font-body);
  font-size: 15px;
  line-height: 1.72;
  max-width: 33ch;
}

.ks-reset-moment-tile__index {
  color: rgba(21, 85, 155, 0.46);
  font-family: var(--ks-font-accent);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ks-reset-moment-tile__rule {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 181, 124, 0.9), rgba(201, 181, 124, 0));
}

.ks-reset-moment-tile h3 {
  margin: 0;
  color: var(--ks-charcoal);
  font-family: var(--ks-font-heading);
  font-size: clamp(1.34rem, 2vw, 1.9rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.ks-reset-moment-tile p {
  margin: 0;
  color: rgba(30, 42, 50, 0.74);
  font-size: 0.98rem;
  line-height: 1.74;
}

.ks-highlands {
  position: relative;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 35%, rgba(119, 204, 220, 0.18) 0%, transparent 56%),
    radial-gradient(ellipse at 80% 15%, rgba(201, 181, 124, 0.10) 0%, transparent 42%),
    linear-gradient(180deg, #092a46 0%, #15559b 52%, #081c2c 100%);
  color: var(--ks-ivory);
}

.ks-highlands::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(248, 245, 238, 0.04) 0%, transparent 30%),
    radial-gradient(ellipse at 50% 100%, rgba(208, 226, 221, 0.14) 0%, transparent 60%);
  pointer-events: none;
}

.ks-highlands__inner {
  position: relative;
  z-index: 2;
  padding: clamp(96px, 12vw, 170px) 0;
}

.ks-highlands .ks-eyebrow {
  justify-content: center;
  margin-bottom: 20px;
  color: var(--ks-gold);
}

.ks-highlands h2 {
  max-width: 860px;
  margin: 0 auto clamp(22px, 2.5vw, 34px);
  color: var(--ks-ivory);
  font-size: clamp(46px, 7vw, 108px);
  line-height: 1.08;
}

.ks-highlands p:not(.ks-eyebrow) {
  max-width: 620px;
  margin: 0 auto;
  color: rgba(248, 245, 238, 0.78);
  font-family: var(--ks-font-body);
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.75;
}

.ks-gatherings {
  background: var(--ks-ivory);
  color: var(--ks-charcoal);
}

.ks-gatherings__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
  padding: clamp(72px, 9vw, 128px) 0;
}

.ks-gatherings__media {
  position: relative;
  min-height: clamp(420px, 48vw, 680px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8, 18, 28, 0.08), rgba(8, 18, 28, 0.38)),
    linear-gradient(145deg, rgba(208, 226, 221, 0.90), rgba(68, 160, 199, 0.68), rgba(21, 85, 155, 0.72));
  border: 1px solid rgba(21, 85, 155, 0.12);
}

/* KAMOIYWO EDITORIAL IMAGE INNER FRAME */
.ks-springline__media::before,
.ks-gatherings__media::before,
.ks-about-place__media::before,
.ks-about-setting__media::before,
.ks-page-events-conferences .ks-events-pool__media::before,
.ks-page-contact .ks-contact-location__media::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(248, 245, 238, 0.22);
  border-radius: inherit;
  pointer-events: none;
  z-index: 2;
}

.ks-gatherings__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.98) contrast(1.03) brightness(0.92);
}

.ks-gatherings__content {
  max-width: 660px;
}

.ks-gatherings .ks-eyebrow {
  margin-bottom: 18px;
  color: var(--ks-gold);
}

.ks-gatherings h2 {
  max-width: 12ch;
  margin: 0 0 clamp(18px, 2vw, 28px);
  color: var(--ks-charcoal);
  font-size: clamp(36px, 4.6vw, 70px);
  line-height: 1.1;
}

.ks-gatherings p:not(.ks-eyebrow) {
  margin: 0 0 22px;
  color: rgba(30, 42, 50, 0.74);
  font-family: var(--ks-font-body);
  font-size: clamp(16px, 1.05vw, 19px);
  line-height: 1.75;
}

.ks-gatherings__list {
  list-style: none;
  margin: clamp(24px, 3vw, 38px) 0 clamp(28px, 3vw, 44px);
  padding: 0;
  border-top: 1px solid rgba(21, 85, 155, 0.14);
}

.ks-gatherings__list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(21, 85, 155, 0.14);
  color: var(--ks-charcoal);
  font-family: var(--ks-font-body);
  font-size: 15px;
  line-height: 1.55;
}

.ks-gatherings__list li::before {
  content: "";
  width: 22px;
  height: 1px;
  margin-top: 11px;
  flex: 0 0 22px;
  background: var(--ks-gold);
}

.ks-final-enquiry {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 18% 28%, rgba(119, 204, 220, 0.16) 0%, transparent 44%),
    radial-gradient(ellipse at 82% 16%, rgba(201, 181, 124, 0.11) 0%, transparent 42%),
    linear-gradient(135deg, #092a46 0%, #15559b 58%, #081c2c 100%);
  color: var(--ks-ivory);
}

.ks-final-enquiry::before {
  content: "";
  position: absolute;
  width: clamp(150px, 18vw, 240px);
  height: clamp(210px, 24vw, 320px);
  right: clamp(-48px, -2vw, 18px);
  bottom: clamp(-96px, -5vw, -28px);
  border-radius: 55% 55% 60% 60%;
  background: rgba(248, 245, 238, 0.045);
  transform: rotate(8deg);
  pointer-events: none;
}

.ks-final-enquiry__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.55fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: end;
  padding: clamp(76px, 9vw, 124px) 0;
}

.ks-final-enquiry__content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.ks-final-enquiry .ks-eyebrow {
  margin-bottom: 16px;
  color: var(--ks-gold);
}

.ks-final-enquiry h2 {
  max-width: 11.5ch;
  margin: 0 0 clamp(16px, 1.8vw, 24px);
  color: var(--ks-ivory);
  font-size: clamp(36px, 4.8vw, 68px);
  line-height: 1.1;
}

.ks-final-enquiry p:not(.ks-eyebrow) {
  max-width: 35rem;
  margin-bottom: clamp(24px, 2.6vw, 34px);
  color: rgba(248, 245, 238, 0.78);
  font-family: var(--ks-font-body);
  font-size: clamp(16px, 1.08vw, 19px);
  line-height: 1.72;
}

.ks-final-enquiry__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.ks-final-enquiry__detail {
  position: relative;
  z-index: 2;
  justify-self: end;
  align-self: end;
  width: min(100%, 16rem);
  padding: 18px 0 2px 22px;
  border-left: 1px solid rgba(248, 245, 238, 0.16);
}

.ks-final-enquiry__detail-label {
  margin: 0 0 14px;
  color: var(--ks-gold);
  font-family: var(--ks-font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.ks-final-enquiry__detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.ks-final-enquiry__detail-list li {
  color: rgba(248, 245, 238, 0.72);
  font-family: var(--ks-font-body);
  font-size: 15px;
  line-height: 1.55;
}

.ks-final-enquiry__actions .ks-button--outline {
  color: var(--ks-ivory);
  border-color: rgba(248, 245, 238, 0.42);
  background: rgba(248, 245, 238, 0.04);
}

.ks-final-enquiry__actions .ks-button--outline:hover,
.ks-final-enquiry__actions .ks-button--outline:focus-visible {
  color: var(--ks-charcoal);
  background: var(--ks-ivory);
  border-color: var(--ks-ivory);
}

@media (max-width: 1024px) {
  .ks-reset-editorial__grid,
  .ks-reset-springline__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .ks-development__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .ks-moments__header {
    max-width: 760px;
  }

  .ks-moments__header h2 {
    max-width: 760px;
  }

  .ks-gatherings__inner {
    grid-template-columns: 1fr;
  }

  .ks-gatherings__media {
    min-height: 380px;
  }
}

@media (max-width: 720px) {
  .ks-page-home .ks-container {
    width: min(1240px, calc(100% - 24px));
  }

  .ks-reset-hero {
    min-height: calc(100svh - var(--ks-header-height, 68px));
  }

  .ks-reset-hero__inner {
    min-height: calc(100svh - var(--ks-header-height, 68px));
    padding: 0;
  }

  .ks-reset-hero__content {
    width: 100%;
    max-width: 100%;
    padding: 108px 22px 64px;
  }

  .ks-reset-hero__title {
    max-width: 100%;
    font-size: clamp(42px, 13vw, 58px);
    line-height: 1.11;
    letter-spacing: -0.012em;
  }

  .ks-reset-hero__title span {
    white-space: normal;
  }

  .ks-reset-hero__video {
    object-position: center 72%;
  }

  .ks-reset-display,
  .ks-reset-heading {
    text-wrap: pretty;
    line-height: 1.16;
  }

  .ks-reset-hero__copy {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 32px;
  }

  .ks-reset-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ks-editorial-intro__inner,
  .ks-development__inner,
  .ks-moments__inner,
  .ks-highlands__inner,
  .ks-gatherings__inner,
  .ks-final-enquiry__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 64px 22px;
  }

  .ks-editorial-intro__inner,
  .ks-springline__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ks-editorial-intro__inner {
    gap: 22px;
  }

  .ks-editorial-intro__meta h2 {
    max-width: 100%;
    font-size: clamp(32px, 8.2vw, 46px);
  }

  .ks-editorial-intro__body {
    padding-top: 0;
  }

  .ks-springline__inner {
    padding: 64px 22px;
    gap: 24px;
  }

  .ks-springline--image-bg .ks-springline__inner {
    min-height: 460px;
    padding: 72px 22px 60px;
  }

  .ks-springline--image-bg .ks-springline__media img {
    object-position: center 42%;
    filter: saturate(0.98) contrast(1.03) brightness(0.78);
  }

  .ks-springline--image-bg .ks-springline__content {
    max-width: 100%;
    align-content: end;
  }

  .ks-springline__media {
    min-height: 280px;
  }

  .ks-springline__media img {
    min-height: 280px;
    aspect-ratio: 4 / 5;
    object-position: center 46%;
  }

  .ks-springline__content {
    padding-block: 0;
  }

  .ks-springline h2 {
    max-width: 100%;
    font-size: clamp(32px, 8.2vw, 46px);
    line-height: 1.12;
  }

  .ks-springline--image-bg h2 {
    max-width: 12ch;
    font-size: clamp(34px, 8.8vw, 48px);
    line-height: 1.1;
  }

  .ks-development__grid {
    grid-template-columns: 1fr;
  }

  .ks-moments__grid {
    grid-template-columns: 1fr;
  }

  .ks-moments__header {
    max-width: 100%;
  }

  .ks-moments__header h2 {
    max-width: 100%;
    font-size: clamp(30px, 7.6vw, 42px);
    line-height: 1.12;
  }

  .ks-development-card {
    min-height: 340px;
  }

  .ks-highlands h2 {
    font-size: clamp(42px, 13vw, 62px);
    line-height: 1.1;
  }

  .ks-gatherings__media {
    min-height: 320px;
  }

  .ks-reset-hero__actions,
  .ks-final-enquiry__actions {
    width: 100%;
  }

  .ks-reset-hero__actions .ks-button,
  .ks-final-enquiry__actions .ks-button {
    width: 100%;
  }

  .ks-final-enquiry h2 {
    max-width: 100%;
    font-size: clamp(32px, 8vw, 46px);
    line-height: 1.12;
  }

.ks-final-enquiry__detail {
    justify-self: stretch;
    width: 100%;
    padding: 18px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(248, 245, 238, 0.14);
  }
}

.ks-about-page {
  background: var(--ks-ivory);
  color: var(--ks-charcoal);
}

.ks-about-page .ks-container {
  width: min(var(--ks-grid-width), calc(100% - 40px));
}

.ks-about-section {
  position: relative;
}

.ks-about-section--ivory {
  background: var(--ks-ivory);
}

.ks-about-section--mist {
  background:
    radial-gradient(ellipse at 12% 18%, rgba(119, 204, 220, 0.12) 0%, transparent 40%),
    linear-gradient(180deg, #f8f5ee 0%, #e8f0ed 100%);
}

.ks-about-section--deep {
  background:
    radial-gradient(ellipse at 82% 18%, rgba(201, 181, 124, 0.10) 0%, transparent 34%),
    radial-gradient(ellipse at 18% 76%, rgba(119, 204, 220, 0.12) 0%, transparent 44%),
    linear-gradient(135deg, #092a46 0%, #15559b 56%, #081c2c 100%);
  color: var(--ks-ivory);
}

.ks-about-page .ks-display {
  letter-spacing: -0.018em;
}

.ks-about-page h1,
.ks-about-page h2 {
  text-wrap: balance;
}

.ks-about-page p {
  margin: 0;
  font-family: var(--ks-font-body);
  line-height: 1.74;
}

.ks-about-lede,
.ks-about-copy p,
.ks-about-progress__header p,
.ks-about-hospitality__header p,
.ks-about-closing p:not(.ks-eyebrow) {
  max-width: 38rem;
  color: rgba(30, 42, 50, 0.78);
  font-size: clamp(16px, 1.05vw, 19px);
}

.ks-about-copy--light p,
.ks-about-section--deep .ks-about-lede,
.ks-about-section--deep .ks-about-copy p,
.ks-about-section--deep .ks-about-progress__header p,
.ks-about-section--deep .ks-about-hospitality__header p,
.ks-about-section--deep .ks-about-closing p:not(.ks-eyebrow) {
  color: rgba(248, 245, 238, 0.8);
}

.ks-about-hero__inner,
.ks-about-split,
.ks-about-split--setting,
.ks-about-closing__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
  padding: clamp(84px, 10vw, 138px) 0;
}

.ks-about-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(6, 19, 30, 0.99) 0%, rgba(10, 31, 49, 0.98) 42%, rgba(7, 22, 35, 0.99) 100%);
  color: var(--ks-ivory);
  min-height: clamp(560px, 72vh, 700px);
}

.ks-about-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ks-about-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ks-about-hero__inner {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  min-height: clamp(530px, 68vh, 660px);
  padding: clamp(32px, 4.8vh, 58px) 0 clamp(44px, 6vw, 72px);
  align-content: start;
}

.ks-about-hero__content {
  display: grid;
  gap: 8px;
  max-width: min(1080px, 92vw);
  padding-top: 0;
}

.ks-about-hero .ks-about-hero__title {
  max-width: min(1060px, 92vw);
  font-size: clamp(4.25rem, 6.6vw, 7.35rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-wrap: normal;
  margin: 0 0 clamp(18px, 1.8vw, 24px);
  color: var(--ks-white);
}

.ks-about-hero__title-line {
  display: block;
  white-space: nowrap;
}

.ks-about-hero .ks-about-lede {
  max-width: 940px;
  line-height: 1.62;
  margin: 0 0 clamp(18px, 1.8vw, 24px);
  color: rgba(248, 245, 238, 0.88);
  font-size: clamp(18px, 1.18vw, 20px);
  text-wrap: normal;
}

.ks-about-hero__content .ks-eyebrow,
.ks-about-copy .ks-eyebrow,
.ks-about-progress__header .ks-eyebrow,
.ks-about-hospitality__header .ks-eyebrow,
.ks-about-closing .ks-eyebrow {
  margin-bottom: 0;
  color: var(--ks-gold);
}

.ks-about-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(3, 12, 20, 0.5) 0%, rgba(3, 12, 20, 0.18) 18%, rgba(3, 12, 20, 0.16) 72%, rgba(3, 12, 20, 0.48) 100%),
    linear-gradient(90deg, rgba(3, 12, 20, 0.84) 0%, rgba(3, 12, 20, 0.76) 28%, rgba(3, 12, 20, 0.46) 56%, rgba(3, 12, 20, 0.22) 100%),
    radial-gradient(circle at 76% 24%, rgba(119, 204, 220, 0.16), rgba(119, 204, 220, 0) 28%),
    radial-gradient(circle at 78% 68%, rgba(68, 160, 199, 0.1), rgba(68, 160, 199, 0) 32%);
  pointer-events: none;
}

.ks-about-hero--media-placeholder::before,
.ks-about-hero--media-placeholder::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
  z-index: 1;
}

.ks-about-hero--media-placeholder::before {
  right: clamp(6%, 8vw, 12%);
  top: 16%;
  width: min(40vw, 500px);
  height: min(40vw, 500px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(119, 204, 220, 0.16), rgba(119, 204, 220, 0) 72%);
  filter: blur(8px);
}

.ks-about-hero--media-placeholder::after {
  right: clamp(4%, 7vw, 10%);
  bottom: 10%;
  width: min(48vw, 620px);
  height: min(22vw, 260px);
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle at 50% 50%, rgba(248, 245, 238, 0.08) 0 1px, transparent 1px 20px);
  opacity: 0.18;
  transform: rotate(-6deg);
}

.ks-about-hero__location {
  margin: 0;
  color: rgba(201, 181, 124, 0.92);
  font-family: var(--ks-font-accent);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.ks-about-copy {
  display: grid;
  gap: 18px;
  max-width: 44rem;
}

.ks-about-copy h2,
.ks-about-progress__header h2,
.ks-about-hospitality__header h2,
.ks-about-closing h2 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(34px, 4.3vw, 64px);
  line-height: 1.1;
  color: inherit;
}

.ks-about-copy--narrow {
  max-width: 42rem;
}

.ks-about-place .ks-about-split {
  grid-template-columns: minmax(380px, 0.95fr) minmax(520px, 680px);
  gap: clamp(48px, 6vw, 84px);
  align-items: center;
}

.ks-about-place .ks-about-copy {
  max-width: 42rem;
  gap: 20px;
}

.ks-about-place .ks-about-copy h2 {
  max-width: 13ch;
}

.ks-about-place .ks-about-copy p:not(.ks-eyebrow) {
  max-width: 38rem;
  line-height: 1.74;
}

.ks-about-place__media {
  position: relative;
  margin: 0;
  width: min(100%, 660px);
  height: clamp(340px, 28vw, 420px);
  min-height: 0;
  max-width: 760px;
  margin-left: auto;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(21, 85, 155, 0.1);
  box-shadow: 0 22px 46px rgba(13, 37, 55, 0.08);
  background: rgba(208, 226, 221, 0.35);
}

.ks-about-place__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 22, 35, 0.1), rgba(7, 22, 35, 0.18)),
    linear-gradient(90deg, rgba(7, 22, 35, 0.04), rgba(7, 22, 35, 0));
  pointer-events: none;
}

.ks-about-place__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: center 74%;
  filter: saturate(0.92) contrast(0.96) brightness(0.94);
}

.ks-about-place .ks-about-note-card {
  width: min(100%, 420px);
  max-width: 420px;
  padding: 28px 34px;
}

.ks-about-place .ks-about-note-card strong,
.ks-about-place .ks-about-note-card span {
  line-height: 1.65;
}

.ks-about-note-card {
  width: fit-content;
  max-width: 20rem;
  display: grid;
  gap: 8px;
  margin-top: 8px;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(21, 85, 155, 0.12);
  box-shadow: 0 16px 34px rgba(13, 37, 55, 0.05);
}

.ks-about-note-card strong,
.ks-about-note-card span {
  font-family: var(--ks-font-body);
  font-size: 14px;
  line-height: 1.6;
  color: rgba(30, 42, 50, 0.78);
}

.ks-about-name {
  overflow: hidden;
}

.ks-about-name::after {
  content: "";
  position: absolute;
  right: clamp(22px, 7vw, 78px);
  bottom: clamp(-92px, -5vw, -34px);
  width: clamp(150px, 16vw, 220px);
  height: clamp(210px, 24vw, 320px);
  border-radius: 55% 55% 60% 60%;
  background: linear-gradient(180deg, rgba(119, 204, 220, 0.05), rgba(21, 85, 155, 0.02));
  border: 1px solid rgba(21, 85, 155, 0.05);
  opacity: 0.55;
  transform: rotate(8deg);
  pointer-events: none;
}

.ks-about-name__inner {
  position: relative;
  z-index: 1;
  padding: clamp(84px, 10vw, 132px) 0;
}

.ks-about-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 12px;
}

.ks-about-pillar {
  padding: 18px 18px 20px;
  border: 1px solid rgba(248, 245, 238, 0.16);
  background: rgba(248, 245, 238, 0.06);
}

.ks-about-pillar h3 {
  margin: 0;
  color: var(--ks-ivory);
  font-family: var(--ks-font-display);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 300;
  line-height: 1.18;
}

.ks-about-progress__inner,
.ks-about-hospitality__inner {
  padding: clamp(84px, 10vw, 132px) 0;
}

.ks-about-progress__header,
.ks-about-hospitality__header {
  display: grid;
  gap: 18px;
  max-width: 48rem;
  margin-bottom: clamp(32px, 5vw, 58px);
}

.ks-about-progress__grid,
.ks-about-experiences {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.ks-about-progress-card,
.ks-about-experience {
  overflow: hidden;
  border: 1px solid rgba(21, 85, 155, 0.12);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 16px 30px rgba(13, 37, 55, 0.05);
}

.ks-about-progress-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ks-about-progress-card__media {
  position: relative;
  margin: 0;
  height: clamp(300px, 24vw, 320px);
  min-height: 0;
  flex: 0 0 auto;
  overflow: hidden;
  background: #0b1d29;
}

.ks-about-progress-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 24, 36, 0.06), rgba(8, 24, 36, 0.18));
  pointer-events: none;
}

.ks-about-progress-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.ks-about-progress-card__copy,
.ks-about-experience {
  padding: 20px 22px;
}

.ks-about-progress-card__copy {
  flex: 1 0 auto;
}

.ks-about-progress-card__copy h3,
.ks-about-experience h3 {
  margin: 0;
  color: var(--ks-charcoal);
  font-family: var(--ks-font-display);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 300;
  line-height: 1.18;
}

.ks-about-experience {
  min-height: 138px;
  display: grid;
  align-content: end;
  border-top: 1px solid rgba(21, 85, 155, 0.16);
  background: rgba(248, 245, 238, 0.38);
}

.ks-about-closing__inner {
  align-items: end;
}

.ks-about-closing h2 {
  max-width: 760px;
  font-size: clamp(32px, 3.8vw, 58px);
  line-height: 1.06;
}

.ks-about-closing h2 span {
  display: block;
}

.ks-about-closing h2 span:first-child {
  white-space: nowrap;
}

.ks-about-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.ks-about-closing .ks-button--outline {
  color: var(--ks-ivory);
  border-color: rgba(248, 245, 238, 0.42);
  background: rgba(248, 245, 238, 0.04);
}

.ks-about-closing .ks-button--outline:hover,
.ks-about-closing .ks-button--outline:focus-visible {
  color: var(--ks-charcoal);
  background: var(--ks-ivory);
  border-color: var(--ks-ivory);
}

.ks-about-media-placeholder {
  display: grid;
  align-content: end;
  gap: 10px;
  min-height: 340px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(8, 18, 28, 0.04), rgba(8, 18, 28, 0.18)),
    linear-gradient(145deg, rgba(208, 226, 221, 0.9), rgba(119, 204, 220, 0.4), rgba(21, 85, 155, 0.42));
  border: 1px solid rgba(21, 85, 155, 0.12);
  box-shadow: 0 18px 34px rgba(13, 37, 55, 0.06);
  color: var(--ks-charcoal);
}

.ks-about-media-placeholder--hero {
  min-height: clamp(420px, 42vw, 560px);
  padding: clamp(28px, 2.8vw, 36px);
  align-content: end;
  background:
    radial-gradient(circle at 26% 24%, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, rgba(8, 18, 28, 0.04), rgba(8, 18, 28, 0.16)),
    linear-gradient(145deg, rgba(244, 248, 246, 0.98), rgba(208, 226, 221, 0.92), rgba(68, 160, 199, 0.34));
  border: 1px solid rgba(21, 85, 155, 0.18);
  box-shadow: 0 26px 56px rgba(13, 37, 55, 0.1);
}

.ks-about-setting__media {
  position: relative;
  width: 100%;
  min-height: clamp(420px, 38vw, 560px);
  overflow: hidden;
  background: #071521;
}

.ks-about-setting__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 18, 28, 0.08), rgba(8, 18, 28, 0.18)),
    linear-gradient(90deg, rgba(8, 18, 28, 0.06), rgba(8, 18, 28, 0));
  pointer-events: none;
}

.ks-about-setting__image {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.ks-about-media-placeholder span {
  color: var(--ks-gold);
  font-family: var(--ks-font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.ks-about-media-placeholder strong {
  max-width: 22rem;
  font-family: var(--ks-font-display);
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 300;
  line-height: 1.16;
}

@media (max-width: 1024px) {
  .ks-about-hero__inner,
  .ks-about-split,
  .ks-about-split--setting,
  .ks-about-closing__inner {
    grid-template-columns: 1fr;
  }

  .ks-about-place .ks-about-split {
    grid-template-columns: 1fr;
  }

  .ks-about-pillars,
  .ks-about-progress__grid,
  .ks-about-experiences {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .ks-about-page .ks-container {
    width: min(var(--ks-grid-width), calc(100% - 24px));
  }

  .ks-about-hero__inner,
  .ks-about-split,
  .ks-about-split--setting,
  .ks-about-name__inner,
  .ks-about-progress__inner,
  .ks-about-hospitality__inner,
  .ks-about-closing__inner {
    padding: 64px 0;
    gap: 24px;
  }

  .ks-about-hero__inner {
    min-height: clamp(480px, 64vh, 580px);
    padding: 42px 0 44px;
  }

  .ks-about-hero .ks-about-hero__title,
  .ks-about-copy h2,
  .ks-about-progress__header h2,
  .ks-about-hospitality__header h2,
  .ks-about-closing h2 {
    max-width: 100%;
  }

  .ks-about-hero__content {
    gap: 14px;
    max-width: 100%;
  }

  .ks-about-place .ks-about-copy,
  .ks-about-place .ks-about-copy p:not(.ks-eyebrow) {
    max-width: 100%;
  }

  .ks-about-place .ks-about-note-card {
    width: min(100%, 420px);
    max-width: 100%;
  }

  .ks-about-closing h2 span:first-child {
    white-space: normal;
  }

  .ks-about-hero .ks-about-lede {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.78;
  }

  .ks-about-hero .ks-about-hero__title {
    max-width: 100%;
    font-size: clamp(3.2rem, 12vw, 5.2rem);
    line-height: 1.06;
  }

  .ks-about-hero__title-line {
    white-space: normal;
  }

  .ks-about-hero__location {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .ks-about-media-placeholder,
  .ks-about-media-placeholder--hero {
    min-height: 320px;
  }

  .ks-about-setting__media {
    min-height: 340px;
  }

  .ks-about-progress-card__media {
    height: 280px;
    min-height: 0;
  }

  .ks-about-place__media {
    width: 100%;
    height: 320px;
    max-width: 100%;
    min-height: 0;
    margin-left: 0;
    justify-self: stretch;
  }

  .ks-about-place__image {
    object-position: center 72%;
  }

  .ks-about-pillars,
  .ks-about-progress__grid,
  .ks-about-experiences {
    grid-template-columns: 1fr;
  }

  .ks-about-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ks-about-actions .ks-button {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .ks-about-hero {
    min-height: 440px;
  }

  .ks-about-hero__inner {
    min-height: clamp(480px, 64vh, 580px);
    padding: 42px 0 44px;
  }

  .ks-about-hero .ks-about-hero__title {
    max-width: 100%;
    font-size: clamp(3.2rem, 12vw, 5.2rem);
    line-height: 1.06;
  }

  .ks-about-place__media {
    height: 300px;
    min-height: 0;
  }

  .ks-about-progress-card__media {
    height: 240px;
    min-height: 0;
  }

  .ks-about-setting__media {
    min-height: 320px;
  }
}

/* EVENTS AND CONFERENCES PAGE */
/* GALLERY PROGRESS BACKEND */
/* Admin-only Gallery Progress styles are registered inline on the wp-admin screen to avoid loading the full frontend stylesheet in the dashboard. */

/* GALLERY PROGRESS PAGE */
/* CONTACT PAGE */
.ks-story-page .ks-section {
  padding: clamp(84px, 9vw, 132px) 0;
}

.ks-story-page .ks-section--mist {
  background:
    linear-gradient(180deg, rgba(208, 226, 221, 0.32), rgba(244, 239, 230, 0.94)),
    var(--ks-ivory);
}

.ks-story-page .ks-story-hero {
  position: relative;
  min-height: clamp(560px, 72vh, 760px);
  overflow: clip;
  background: #081721;
  color: var(--ks-white);
}

.ks-story-page .ks-story-hero__media,
.ks-story-page .ks-story-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ks-story-page .ks-story-hero__media img {
  object-fit: cover;
  object-position: center center;
}

.ks-story-page .ks-story-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 19, 32, 0.9) 0%, rgba(6, 19, 32, 0.74) 37%, rgba(6, 19, 32, 0.34) 68%, rgba(6, 19, 32, 0.52) 100%),
    linear-gradient(180deg, rgba(6, 19, 32, 0.34) 0%, rgba(6, 19, 32, 0.1) 34%, rgba(6, 19, 32, 0.48) 100%);
}

.ks-story-page .ks-story-hero__inner {
  position: relative;
  z-index: 1;
  min-height: clamp(560px, 72vh, 760px);
  display: grid;
  align-content: end;
  padding: clamp(112px, 13vw, 168px) 0 clamp(64px, 8vw, 92px);
}

.ks-story-page .ks-story-hero__content {
  width: min(780px, 100%);
  display: grid;
  gap: 18px;
}

.ks-story-page .ks-story-hero__content .ks-eyebrow,
.ks-story-page .ks-story-section-heading .ks-eyebrow,
.ks-story-page .ks-story-copy .ks-eyebrow,
.ks-story-page .ks-story-closing .ks-eyebrow {
  color: rgba(200, 165, 102, 0.94);
}

.ks-story-page .ks-story-hero h1 {
  max-width: 13ch;
  margin: 0;
  color: var(--ks-white);
  font-size: clamp(3.9rem, 6.9vw, 6.6rem);
  line-height: 0.98;
}

.ks-story-page .ks-story-hero__copy {
  max-width: 760px;
  margin: 0;
  color: rgba(244, 239, 230, 0.9);
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  line-height: 1.7;
}

.ks-story-link {
  color: rgba(244, 239, 230, 0.92);
  font-family: var(--ks-font-ui);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}

.ks-story-link:hover,
.ks-story-link:focus-visible {
  color: var(--ks-white);
}

.ks-story-page .ks-story-intro__inner,
.ks-story-page .ks-story-closing {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}

.ks-story-page .ks-story-copy {
  display: grid;
  gap: 16px;
}

.ks-story-page .ks-story-copy--narrow {
  max-width: 42rem;
}

.ks-story-page .ks-story-copy h2,
.ks-story-page .ks-story-section-heading h2,
.ks-story-page .ks-story-closing h2 {
  max-width: 13ch;
  margin: 0;
  color: var(--ks-charcoal);
  font-size: clamp(2.4rem, 4.1vw, 4.3rem);
  line-height: 1.02;
}

.ks-story-page .ks-story-copy--light h2,
.ks-story-page .ks-story-copy--light p:not(.ks-eyebrow),
.ks-story-page .ks-story-copy--light li,
.ks-story-page .ks-story-copy--light h3,
.ks-page-events-conferences .ks-events-flow .ks-story-section-heading h2,
.ks-page-events-conferences .ks-events-flow .ks-story-section-heading p {
  color: var(--ks-white);
}

.ks-story-page .ks-story-copy p:not(.ks-eyebrow),
.ks-story-page .ks-story-closing p:not(.ks-eyebrow),
.ks-story-page .ks-story-section-heading + * {
  margin: 0;
  max-width: 48rem;
  color: rgba(30, 42, 50, 0.84);
  font-size: 1.05rem;
  line-height: 1.82;
}

.ks-story-page .ks-story-section-heading {
  display: grid;
  gap: 16px;
  margin-bottom: clamp(32px, 4.2vw, 44px);
}

.ks-story-page .ks-story-closing {
  grid-template-columns: 1fr;
  padding: clamp(44px, 5vw, 56px);
  border: 1px solid rgba(200, 165, 102, 0.18);
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(10, 28, 40, 0.96), rgba(14, 43, 61, 0.92)),
    #0b1d29;
  box-shadow: 0 32px 88px rgba(8, 24, 36, 0.18);
}

.ks-story-page .ks-story-closing h2,
.ks-story-page .ks-story-closing p:not(.ks-eyebrow) {
  color: var(--ks-white);
}

.ks-story-page .ks-story-closing__content {
  display: grid;
  gap: 18px;
  justify-items: start;
}

/* EVENTS AND CONFERENCES PAGE */
.ks-page-events-conferences .ks-story-hero,
.ks-page-events-conferences .ks-story-hero__inner {
  min-height: clamp(480px, 56vh, 640px);
}

.ks-page-events-conferences .ks-story-hero__media img {
  object-position: center 58%;
}

.ks-page-events-conferences .ks-events-types__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 30px;
}

.ks-page-events-conferences .ks-events-type {
  padding: 26px 0 0;
  border-top: 1px solid rgba(21, 85, 155, 0.14);
  display: grid;
  gap: 10px;
}

.ks-page-events-conferences .ks-events-type__index {
  color: rgba(200, 165, 102, 0.94);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ks-page-events-conferences .ks-events-type h3 {
  margin: 0;
  color: var(--ks-charcoal);
  font-family: var(--ks-font-heading);
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1.15;
}

.ks-page-events-conferences .ks-events-pool__inner,
.ks-page-contact .ks-contact-location__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.98fr);
  gap: clamp(40px, 6vw, 84px);
  align-items: center;
}

.ks-page-events-conferences .ks-events-pool__inner {
  grid-template-columns: minmax(280px, 0.86fr) minmax(360px, 1.14fr);
  gap: clamp(34px, 5vw, 68px);
}

.ks-page-contact .ks-contact-location .ks-story-copy--light p:not(.ks-eyebrow),
.ks-page-contact .ks-contact-location .ks-story-copy--light a,
.ks-page-contact .ks-contact-location .ks-story-copy--light li {
  color: rgba(255, 255, 255, 0.76) !important;
}

.ks-page-events-conferences .ks-events-pool__media,
.ks-page-contact .ks-contact-location__media {
  position: relative;
  min-height: clamp(360px, 34vw, 480px);
  overflow: hidden;
  border-radius: 34px;
  background: #0b1d29;
  box-shadow: var(--ks-shadow-soft);
}

.ks-page-events-conferences .ks-events-pool__media {
  width: min(100%, 660px);
  height: clamp(320px, 28vw, 420px);
  min-height: 0;
  max-height: 420px;
  justify-self: end;
  border-radius: 0;
}

.ks-page-events-conferences .ks-events-pool__media::after,
.ks-page-contact .ks-contact-location__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 24, 36, 0.08), rgba(8, 24, 36, 0.18));
  pointer-events: none;
}

.ks-page-events-conferences .ks-events-pool__media img,
.ks-page-contact .ks-contact-location__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.ks-page-events-conferences .ks-events-pool__media::before {
  content: none;
}

.ks-page-events-conferences .ks-events-pool__media img {
  height: 100%;
  border-radius: 0;
}

.ks-page-events-conferences .ks-events-flow {
  background:
    radial-gradient(circle at 82% 24%, rgba(119, 204, 220, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(10, 28, 40, 0.98), rgba(12, 37, 53, 0.96));
}

.ks-page-events-conferences .ks-events-flow__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
}

.ks-page-events-conferences .ks-events-flow__notes {
  display: grid;
  gap: 22px;
}

.ks-page-events-conferences .ks-events-flow__notes article {
  padding: 26px 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
}

.ks-page-events-conferences .ks-events-flow__notes h3 {
  margin: 0 0 10px;
  color: var(--ks-white);
  font-family: var(--ks-font-heading);
  font-size: 1.48rem;
  font-weight: 300;
}

.ks-page-events-conferences .ks-events-flow__notes p {
  margin: 0;
  color: rgba(244, 239, 230, 0.86);
  line-height: 1.74;
}

/* GALLERY PROGRESS PAGE */
.ks-page-gallery-progress .ks-story-hero__media img {
  object-position: center 68%;
}

.ks-page-gallery-progress .ks-gallery-shell__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: clamp(28px, 4vw, 38px);
}

.ks-page-gallery-progress .ks-gallery-shell__filter {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(21, 85, 155, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--ks-deep-blue);
  font-family: var(--ks-font-ui);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.ks-page-gallery-progress .ks-gallery-shell__filter:hover,
.ks-page-gallery-progress .ks-gallery-shell__filter:focus-visible {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(21, 85, 155, 0.2);
  color: var(--ks-charcoal);
  transform: translateY(-1px);
}

.ks-page-gallery-progress .ks-gallery-shell__filter.is-active {
  background: rgba(21, 85, 155, 0.1);
  border-color: rgba(21, 85, 155, 0.2);
  color: var(--ks-charcoal);
}

.ks-page-gallery-progress .ks-gallery-shell__grid {
  column-count: 3;
  column-gap: 12px;
}

.ks-page-gallery-progress .ks-gallery-card {
  break-inside: avoid;
  margin: 0 0 12px;
  border-radius: 0;
}

.ks-page-gallery-progress .ks-gallery-card[hidden] {
  display: none !important;
}

.ks-page-gallery-progress .ks-gallery-card__trigger {
  display: block;
  text-decoration: none;
  color: inherit;
}

.ks-page-gallery-progress .ks-gallery-card__media {
  overflow: hidden;
  background: #0b1d29;
  border-radius: 0;
}

.ks-page-gallery-progress .ks-gallery-card__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0;
  transition: transform 420ms cubic-bezier(.22, 1, .36, 1), filter 420ms cubic-bezier(.22, 1, .36, 1);
}

.ks-page-gallery-progress .ks-gallery-card__trigger:hover .ks-gallery-card__media img,
.ks-page-gallery-progress .ks-gallery-card__trigger:focus-visible .ks-gallery-card__media img {
  transform: scale(1.03);
  filter: saturate(1.04);
}

.ks-page-gallery-progress .ks-gallery-shell__empty {
  padding: 54px 34px;
  border: 1px dashed rgba(21, 85, 155, 0.2);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.7);
}

.ks-page-gallery-progress .ks-gallery-shell__empty p {
  margin: 0;
  color: rgba(30, 42, 50, 0.78);
  text-align: center;
}

/* GALLERY PROGRESS FRONTEND FILTERS */
body.ks-gallery-lightbox-open {
  overflow: hidden;
}

@media (min-width: 1280px) {
  .ks-page-gallery-progress .ks-gallery-shell__grid {
    column-count: 4;
  }
}

/* GALLERY PROGRESS LIGHTBOX */
.ks-gallery-lightbox {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: clamp(18px, 4vw, 48px) !important;
  background: rgba(2, 14, 23, 0.92) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.ks-gallery-lightbox[hidden] {
  display: none !important;
}

.ks-gallery-lightbox.is-active {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.ks-gallery-lightbox__backdrop {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
}

.ks-gallery-lightbox__inner {
  position: relative !important;
  z-index: 2 !important;
  width: auto !important;
  max-width: 94vw !important;
  max-height: 88vh !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.ks-gallery-lightbox__inner:focus {
  outline: none;
}

.ks-gallery-lightbox__close {
  position: fixed !important;
  top: calc(var(--ks-admin-bar-height, 0px) + 24px) !important;
  right: 24px !important;
  z-index: 2147483002 !important;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(244, 239, 230, 0.12);
  color: var(--ks-white);
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: background 180ms ease, transform 180ms ease;
}

.ks-gallery-lightbox__nav {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 2147483002 !important;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: rgba(244, 239, 230, 0.12);
  color: var(--ks-white);
  font-size: 2.5rem;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: background 180ms ease, transform 180ms ease;
}

.ks-gallery-lightbox__nav[hidden] {
  display: none !important;
}

.ks-gallery-lightbox__nav--prev {
  left: clamp(16px, 3vw, 42px) !important;
}

.ks-gallery-lightbox__nav--next {
  right: clamp(16px, 3vw, 42px) !important;
}

.ks-gallery-lightbox__image {
  display: block !important;
  max-width: 94vw !important;
  max-height: 84vh !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  border-radius: 0 !important;
}

.ks-gallery-lightbox__counter {
  position: fixed !important;
  left: 50% !important;
  bottom: clamp(18px, 4vw, 36px) !important;
  transform: translateX(-50%) !important;
  z-index: 2147483002 !important;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(244, 239, 230, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--ks-font-ui);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.ks-gallery-lightbox__close:hover,
.ks-gallery-lightbox__close:focus-visible,
.ks-gallery-lightbox__nav:hover,
.ks-gallery-lightbox__nav:focus-visible {
  background: rgba(244, 239, 230, 0.2);
  transform: translateY(-1px);
}

.ks-gallery-lightbox__nav--prev:hover,
.ks-gallery-lightbox__nav--prev:focus-visible,
.ks-gallery-lightbox__nav--next:hover,
.ks-gallery-lightbox__nav--next:focus-visible {
  transform: translateY(-50%) scale(1.02);
}

/* CONTACT PAGE */
.ks-page-contact .ks-story-hero__media img {
  object-position: center 54%;
}

.ks-page-contact .ks-contact-types__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ks-page-contact .ks-contact-type {
  padding: 22px 0 0;
  border-top: 1px solid rgba(21, 85, 155, 0.14);
}

.ks-page-contact .ks-contact-type h3 {
  margin: 0;
  color: var(--ks-charcoal);
  font-family: var(--ks-font-heading);
  font-size: 1.45rem;
  font-weight: 300;
  line-height: 1.18;
}

.ks-page-contact .ks-contact-form-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
}

.ks-page-contact .ks-contact-form-shell {
  padding: clamp(30px, 4vw, 40px);
  border: 1px solid rgba(21, 85, 155, 0.1);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--ks-shadow-soft);
}

.ks-page-contact .ks-contact-form {
  display: grid;
  gap: 24px;
}

.ks-page-contact .ks-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
}

.ks-page-contact .ks-contact-field {
  display: grid;
  gap: 8px;
}

.ks-page-contact .ks-contact-field span {
  color: var(--ks-charcoal);
  font-family: var(--ks-font-ui);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ks-page-contact .ks-contact-field input,
.ks-page-contact .ks-contact-field select,
.ks-page-contact .ks-contact-field textarea {
  width: 100%;
  min-height: 56px;
  padding: 16px 18px;
  border: 1px solid rgba(21, 85, 155, 0.14);
  border-radius: 18px;
  background: rgba(244, 239, 230, 0.64);
  color: var(--ks-charcoal);
  font-size: 1rem;
  line-height: 1.5;
  appearance: none;
}

.ks-page-contact .ks-contact-field textarea {
  min-height: 180px;
  resize: vertical;
}

.ks-page-contact .ks-contact-field--full {
  grid-column: 1 / -1;
}

.ks-page-contact .ks-contact-field input:focus-visible,
.ks-page-contact .ks-contact-field select:focus-visible,
.ks-page-contact .ks-contact-field textarea:focus-visible {
  outline: 2px solid rgba(21, 85, 155, 0.2);
  outline-offset: 2px;
  border-color: rgba(21, 85, 155, 0.3);
}

.ks-page-contact .ks-contact-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
}

.ks-page-contact .ks-contact-form__note {
  margin: 0;
  color: rgba(30, 42, 50, 0.66);
  font-size: 0.94rem;
}

/* EVENTS AND CONFERENCES PAGE */
/* GALLERY PROGRESS PAGE */
/* CONTACT PAGE */
@media (max-width: 1180px) {
  .ks-page-gallery-progress .ks-gallery-shell__grid {
    column-count: 2;
  }

  .ks-page-events-conferences .ks-events-types__grid,
  .ks-page-contact .ks-contact-types__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .ks-story-page .ks-story-intro__inner,
  .ks-story-page .ks-story-closing,
  .ks-page-events-conferences .ks-events-pool__inner,
  .ks-page-events-conferences .ks-events-flow__inner,
  .ks-page-contact .ks-contact-form-section__inner,
  .ks-page-contact .ks-contact-location__inner {
    grid-template-columns: 1fr;
  }

  .ks-page-events-conferences .ks-events-pool__media,
  .ks-page-contact .ks-contact-location__media {
    min-height: 380px;
  }

  .ks-page-events-conferences .ks-events-pool__media {
    width: 100%;
    height: 360px;
    min-height: 0;
    max-height: 360px;
    justify-self: stretch;
  }
}

@media (max-width: 768px) {
  .ks-story-page .ks-section {
    padding: 68px 0;
  }

  .ks-story-page .ks-story-hero,
  .ks-story-page .ks-story-hero__inner {
    min-height: clamp(480px, 66vh, 620px);
  }

  .ks-story-page .ks-story-hero__inner {
    align-content: end;
    padding: 112px 0 52px;
  }

  .ks-story-page .ks-story-hero h1 {
    max-width: 100%;
    font-size: clamp(3rem, 11vw, 4.9rem);
    line-height: 1.02;
  }

  .ks-story-page .ks-story-hero__copy {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.74;
  }

  .ks-story-page .ks-story-copy h2,
  .ks-story-page .ks-story-section-heading h2,
  .ks-story-page .ks-story-closing h2 {
    max-width: 100%;
    font-size: clamp(2.2rem, 9vw, 3.5rem);
  }

  .ks-page-gallery-progress .ks-gallery-shell__grid {
    column-count: 1;
  }

  .ks-page-events-conferences .ks-story-hero,
  .ks-page-events-conferences .ks-story-hero__inner {
    min-height: clamp(420px, 52vh, 560px);
  }

  .ks-springline__media::before,
  .ks-gatherings__media::before,
  .ks-about-place__media::before,
  .ks-about-setting__media::before,
  .ks-page-events-conferences .ks-events-pool__media::before,
  .ks-page-contact .ks-contact-location__media::before {
    inset: 14px;
  }

  .ks-page-events-conferences .ks-events-types__grid,
  .ks-page-contact .ks-contact-types__grid,
  .ks-page-contact .ks-contact-form__grid {
    grid-template-columns: 1fr;
  }

  .ks-page-events-conferences .ks-events-pool__media,
  .ks-page-contact .ks-contact-location__media {
    min-height: 320px;
  }

  .ks-page-events-conferences .ks-events-pool__media {
    height: 300px;
    min-height: 0;
    max-height: 300px;
  }

  .ks-page-contact .ks-contact-form-shell,
  .ks-story-page .ks-story-closing {
    padding: 28px 24px;
    border-radius: 28px;
  }

  .ks-page-gallery-progress .ks-gallery-shell__filters {
    gap: 10px;
  }

  .ks-page-gallery-progress .ks-gallery-shell__filter {
    padding: 0 16px;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .ks-gallery-lightbox {
    padding: 16px;
  }

  .ks-gallery-lightbox__inner {
    max-width: 100% !important;
    max-height: calc(100vh - 32px) !important;
  }

  .ks-gallery-lightbox__image {
    max-width: calc(100vw - 32px) !important;
    max-height: 78vh !important;
  }

  .ks-gallery-lightbox__close {
    top: calc(var(--ks-admin-bar-height, 0px) + 16px) !important;
    right: 16px !important;
  }

  .ks-gallery-lightbox__nav {
    width: 46px;
    height: 46px;
    font-size: 2.1rem;
  }

  .ks-gallery-lightbox__nav--prev {
    left: 14px !important;
  }

  .ks-gallery-lightbox__nav--next {
    right: 14px !important;
  }

  .ks-gallery-lightbox__counter {
    bottom: 16px !important;
    padding: 9px 12px;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 560px) {
  .ks-story-page .ks-story-hero__inner {
    padding: 108px 0 44px;
  }

  .ks-story-page .ks-story-link {
    font-size: 0.72rem;
  }

  .ks-page-contact .ks-contact-form-shell {
    padding-inline: 20px;
  }

  .ks-page-events-conferences .ks-events-pool__media,
  .ks-page-contact .ks-contact-location__media {
    min-height: 280px;
  }

  .ks-page-events-conferences .ks-events-pool__media {
    height: 280px;
    max-height: 280px;
  }

  .ks-page-events-conferences .ks-story-hero,
  .ks-page-events-conferences .ks-story-hero__inner {
    min-height: 400px;
  }
}
