:root {
  --kas-red: #bd1b0b;
  --kas-red-dark: #8f1308;
  --kas-black: #101010;
  --kas-ink: #1d1d1f;
  --kas-muted: #6a6a6f;
  --kas-line: #e8e4e1;
  --kas-cream: #f7f4f1;
}

.kas-directory,
.kas-directory * { box-sizing: border-box; }

.kas-directory {
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 96px) 24px;
  color: var(--kas-ink);
  font-family: inherit;
}

.kas-directory__intro { max-width: 760px; margin: clamp(70px, 9vw, 115px) 0 30px; }
.kas-eyebrow {
  margin: 0 0 10px;
  color: var(--kas-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.kas-directory h2 { margin: 0 0 16px; color: var(--kas-black); font-size: clamp(34px, 4.8vw, 58px); line-height: 1.05; }
.kas-directory__intro > p:last-child { margin: 0; color: var(--kas-muted); font-size: 18px; line-height: 1.75; }

.kas-overview { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(36px, 6vw, 78px); align-items: center; }
.kas-overview__media { min-height: 610px; border-radius: 20px; background: #171717; box-shadow: 0 18px 55px rgba(0,0,0,.16); overflow: hidden; }
.kas-overview__media img { display: block; width: 100%; height: 100%; min-height: 610px; object-fit: cover; }
.kas-overview__placeholder { display: grid; min-height: 610px; place-items: center; padding: 30px; background: linear-gradient(145deg, #311713, #101010); color: rgba(255,255,255,.7); font-weight: 800; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.kas-overview__copy h2 { margin-bottom: 22px; font-size: clamp(36px, 4.5vw, 56px); }
.kas-overview__copy > p { color: var(--kas-muted); font-size: 16px; line-height: 1.75; }
.kas-overview__copy .kas-overview__lead { color: var(--kas-ink); font-size: 20px; font-weight: 600; }
.kas-network { margin-top: 30px; border-top: 2px solid var(--kas-red); padding-top: 22px; }
.kas-network h3 { margin: 0 0 15px; color: var(--kas-black); font-size: 18px; }
.kas-network ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.kas-network li { border-radius: 9px; padding: 13px 14px; background: var(--kas-cream); }
.kas-network strong,
.kas-network span { display: block; }
.kas-network strong { margin-bottom: 3px; color: var(--kas-black); font-size: 14px; }
.kas-network span { color: var(--kas-muted); font-size: 12px; line-height: 1.45; }

.kas-filters { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 32px; }
.kas-filter {
  border: 1px solid var(--kas-line);
  border-radius: 999px;
  background: #fff;
  color: var(--kas-ink);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 18px;
  transition: .2s ease;
}
.kas-filter:hover,
.kas-filter:focus-visible,
.kas-filter.is-active { border-color: var(--kas-red); background: var(--kas-red); color: #fff; }

.kas-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.kas-card { min-width: 0; border-radius: 18px; box-shadow: 0 12px 35px rgba(0,0,0,.10); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.kas-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,.16); }
.kas-card[hidden] { display: none !important; }
.kas-card__button { display: block; width: 100%; border: 0; padding: 0; background: none; color: inherit; cursor: pointer; text-align: left; }
.kas-card__media { position: relative; min-height: 420px; aspect-ratio: 4 / 5; overflow: hidden; background: #191919; }
.kas-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.kas-card:hover .kas-card__image { transform: scale(1.045); }
.kas-card__placeholder { display: grid; width: 100%; height: 100%; min-height: 420px; place-content: center; gap: 14px; background: radial-gradient(circle at 70% 10%, #612119 0, transparent 36%), linear-gradient(145deg, #282526, #0d0d0e); color: rgba(255,255,255,.72); text-align: center; }
.kas-card__placeholder svg { width: 70px; margin: auto; color: var(--kas-red); }
.kas-card__placeholder span { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.kas-card__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.94) 0%, rgba(0,0,0,.52) 38%, transparent 72%); }
.kas-card__content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 27px; color: #fff; }
.kas-card__type { display: inline-block; margin-bottom: 8px; color: #ffd1cc; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.kas-card__content h3 { margin: 0 0 8px; color: #fff; font-size: 29px; line-height: 1.08; }
.kas-card__content p { margin: 0 0 17px; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.45; }
.kas-card__link { display: inline-flex; gap: 7px; align-items: center; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.kas-card--featured { outline: 2px solid rgba(189,27,11,.26); }
.kas-empty { border: 1px dashed #d6d0cb; border-radius: 14px; padding: 36px; background: var(--kas-cream); color: var(--kas-muted); text-align: center; }

.kas-gallery-section { margin-top: clamp(70px, 9vw, 115px); }
.kas-gallery-section__heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 28px; }
.kas-gallery-section__heading h2 { margin-bottom: 0; }
.kas-gallery-section__heading > p { max-width: 390px; margin: 0 0 5px; color: var(--kas-muted); font-size: 16px; line-height: 1.6; }
.kas-performance-gallery { display: grid; grid-auto-rows: 215px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.kas-gallery-item { position: relative; border: 0; border-radius: 13px; padding: 0; background: #171717; cursor: zoom-in; overflow: hidden; }
.kas-gallery-item:nth-child(1),
.kas-gallery-item:nth-child(8) { grid-column: span 2; grid-row: span 2; }
.kas-gallery-item:nth-child(5),
.kas-gallery-item:nth-child(11) { grid-column: span 2; }
.kas-gallery-item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease, opacity .4s ease; }
.kas-gallery-item span { position: absolute; right: 12px; bottom: 12px; border-radius: 999px; padding: 7px 10px; background: rgba(0,0,0,.68); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .08em; opacity: 0; text-transform: uppercase; transform: translateY(5px); transition: .25s ease; }
.kas-gallery-item:hover img { opacity: .76; transform: scale(1.04); }
.kas-gallery-item:hover span,
.kas-gallery-item:focus-visible span { opacity: 1; transform: none; }
.kas-lightbox[hidden] { display: none; }
.kas-lightbox { position: fixed; z-index: 1000000; inset: 0; display: grid; place-items: center; padding: 30px; }
.kas-lightbox__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.9); backdrop-filter: blur(8px); }
.kas-lightbox__panel { position: relative; z-index: 1; max-width: min(1120px, 92vw); max-height: 90vh; }
.kas-lightbox__panel img { display: block; max-width: 100%; max-height: 88vh; border-radius: 12px; box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.kas-lightbox__close { position: absolute; z-index: 2; top: -18px; right: -18px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--kas-red); color: #fff; cursor: pointer; font: 300 30px/1 Arial,sans-serif; }

.kas-booking { display: flex; justify-content: space-between; align-items: center; gap: 35px; margin-top: clamp(55px, 7vw, 90px); border-radius: 22px; padding: clamp(32px, 5vw, 58px); background: linear-gradient(125deg, #151515, #2a1714); color: #fff; overflow: hidden; position: relative; }
.kas-booking::after { content: ''; position: absolute; width: 270px; height: 270px; right: -100px; top: -130px; border: 50px solid rgba(189,27,11,.25); border-radius: 50%; }
.kas-booking > * { position: relative; z-index: 1; }
.kas-booking h2 { margin-bottom: 10px; color: #fff; font-size: clamp(30px, 4vw, 47px); }
.kas-booking p:not(.kas-eyebrow) { max-width: 630px; margin: 0; color: rgba(255,255,255,.72); line-height: 1.7; }
.kas-booking__actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 12px; }
.kas-btn { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; border-radius: 7px; padding: 13px 19px; font-size: 13px; font-weight: 800; text-decoration: none !important; text-transform: uppercase; letter-spacing: .04em; transition: .2s ease; }
.kas-btn--primary { background: var(--kas-red); color: #fff !important; }
.kas-btn--primary:hover { background: #d52a18; }
.kas-btn--outline { border: 1px solid rgba(255,255,255,.55); color: #fff !important; }
.kas-btn--outline:hover { border-color: #fff; background: #fff; color: var(--kas-black) !important; }

.kas-modal[hidden] { display: none; }
.kas-modal { position: fixed; z-index: 999999; inset: 0; display: grid; place-items: center; padding: 22px; }
.kas-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.82); backdrop-filter: blur(8px); }
.kas-modal__panel { position: relative; width: min(100%, 980px); max-height: min(90vh, 920px); border-radius: 20px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.45); overflow: auto; overscroll-behavior: contain; }
.kas-modal__close { position: sticky; z-index: 10; float: right; top: 15px; margin: 15px 15px -59px 0; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(0,0,0,.72); color: #fff; cursor: pointer; font: 300 30px/1 Arial,sans-serif; }
.kas-modal__hero { position: relative; min-height: 390px; background: #151515; overflow: hidden; }
.kas-modal__hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.kas-modal__hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.94), rgba(0,0,0,.1)); }
.kas-modal__placeholder { position: absolute; inset: 0; display: grid; place-items: center; background: radial-gradient(circle at 75% 20%, #6c241a, transparent 37%), #151515; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .12em; }
.kas-modal__hero-copy { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: clamp(26px, 5vw, 54px); color: #fff; }
.kas-modal__hero-copy > span { color: #ffc0b8; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.kas-modal__hero-copy h2 { margin: 7px 0 7px; color: #fff; font-size: clamp(37px, 6vw, 66px); }
.kas-modal__hero-copy p { margin: 0; color: rgba(255,255,255,.77); font-size: 17px; }
.kas-modal__logo { max-width: 120px; margin-bottom: 14px; }
.kas-modal__logo img { max-width: 100%; height: auto; }
.kas-modal__body { padding: clamp(28px, 5vw, 55px); }
.kas-modal__facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 35px; }
.kas-modal__facts > div { border-left: 3px solid var(--kas-red); padding: 13px 16px; background: var(--kas-cream); }
.kas-modal__facts span { display: block; margin-bottom: 5px; color: var(--kas-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.kas-modal__facts strong { color: var(--kas-ink); font-size: 15px; }
.kas-modal__section { margin-top: 38px; }
.kas-modal__section h3 { margin: 0 0 16px; color: var(--kas-black); font-size: 25px; }
.kas-modal__section p { color: #545459; font-size: 16px; line-height: 1.75; }
.kas-coming-soon { padding: 20px; border-radius: 10px; background: var(--kas-cream); font-style: italic; }
.kas-modal__gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.kas-modal__gallery img { width: 100%; aspect-ratio: 4/3; border-radius: 10px; object-fit: cover; }
.kas-modal__videos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.kas-video { aspect-ratio: 16/9; border-radius: 10px; background: #111; overflow: hidden; }
.kas-video iframe,
.kas-video video { width: 100%; height: 100%; border: 0; object-fit: contain; }
.kas-modal__footer { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 40px; border-top: 1px solid var(--kas-line); padding-top: 25px; }
.kas-socials { display: flex; flex-wrap: wrap; gap: 8px; }
.kas-socials a { border-radius: 999px; padding: 8px 12px; background: var(--kas-cream); color: var(--kas-ink); font-size: 12px; font-weight: 800; text-decoration: none; }
.kas-modal__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; }
.kas-text-link { color: var(--kas-red); font-size: 13px; font-weight: 800; }
body.kas-modal-open { overflow: hidden; }

@media (max-width: 960px) {
	.kas-overview { grid-template-columns: 1fr; }
	.kas-overview__media,
	.kas-overview__media img,
	.kas-overview__placeholder { min-height: 500px; }
  .kas-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.kas-performance-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kas-booking { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .kas-directory { padding: 48px 17px; }
	.kas-overview__media,
	.kas-overview__media img,
	.kas-overview__placeholder { min-height: 420px; }
	.kas-network ul { grid-template-columns: 1fr; }
  .kas-grid { grid-template-columns: 1fr; gap: 17px; }
	.kas-gallery-section__heading { align-items: flex-start; flex-direction: column; gap: 6px; }
	.kas-performance-gallery { grid-auto-rows: 180px; }
	.kas-gallery-item:nth-child(n) { grid-column: span 1; grid-row: span 1; }
	.kas-gallery-item:first-child { grid-column: span 2; grid-row: span 2; }
	.kas-lightbox { padding: 14px; }
	.kas-lightbox__close { top: 10px; right: 10px; }
  .kas-card__media { min-height: 390px; }
  .kas-modal { padding: 8px; }
  .kas-modal__panel { max-height: 96vh; border-radius: 14px; }
  .kas-modal__hero { min-height: 330px; }
  .kas-modal__facts,
  .kas-modal__gallery,
  .kas-modal__videos { grid-template-columns: 1fr; }
  .kas-booking__actions,
  .kas-booking__actions .kas-btn { width: 100%; }
  .kas-modal__footer { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .kas-card,
  .kas-card__image,
	.kas-filter,
	.kas-gallery-item img,
	.kas-gallery-item span { transition: none; }
}
