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

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

.eph {
  --blue: #0277bd;
  --black: #111111;
  --purple: #4527a0;
  --yugi: #293990;
  --pink: #881b52;
  --teal: #38bba1;
  --eph-viewport-left: 0px;
  position: relative;
  left: var(--eph-viewport-left);
  width: 100vw;
  width: 100dvw;
  max-width: none;
  margin-inline: 0;
  overflow: clip;
  background: #ffffff;
  color: var(--black);
  font-family: Arimo, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  isolation: isolate;
}

html:has(.eph),
body:has(.eph) {
  overflow-x: clip;
}

html:has(.eph-kimi-dock),
body.eph-has-kimi-dock {
  scroll-padding-bottom: calc(44px + env(safe-area-inset-bottom));
}

body.eph-has-kimi-dock .eph {
  padding-bottom: calc(36px + env(safe-area-inset-bottom));
}

.eph *,
.eph *::before,
.eph *::after {
  box-sizing: border-box;
}

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

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

.eph a {
  text-decoration: none;
}

.eph button,
.eph a {
  font: inherit;
}

.eph-hero,
.eph-section {
  width: min(1120px, calc(100% - 36px));
  margin-inline: auto;
}

.eph-hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 88px);
  padding: clamp(58px, 8vw, 100px) 0;
  border-bottom: 3px solid var(--blue);
}

.eph-kicker,
.eph-object,
.eph-page-type,
.eph-pass-card small,
.eph-event-card small {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eph-kicker,
.eph-object {
  color: var(--blue);
}

.eph-hero h1 {
  max-width: 660px;
  margin-bottom: 24px;
  font-size: clamp(2.6rem, 5vw, 4.15rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}

.eph-hero h1 span {
  display: block;
  color: var(--blue);
}

.eph-hero-copy > p:not(.eph-kicker) {
  max-width: 570px;
  margin-bottom: 0;
  font-size: clamp(1.02rem, 1.8vw, 1.28rem);
}

.eph-hero-visual {
  position: relative;
  min-width: 0;
}

.eph-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  border: 3px solid var(--black);
  background: #ffffff;
}

.eph-photo-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.eph-status {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
  font-weight: 700;
}

.eph-status.is-warning {
  margin-top: 20px;
  padding: 14px 18px;
  border: 2px solid #9b6900;
  background: #fff7dc;
  color: #5d3d00;
}

.eph-section {
  position: relative;
  padding: clamp(64px, 8vw, 96px) 0;
  border-bottom: 2px solid var(--black);
  scroll-margin-top: 24px;
}

.eph-section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.eph-section-heading h2 {
  margin-bottom: 14px;
  color: var(--blue);
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.eph-section-heading > p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  font-size: 1.05rem;
}

.eph-object {
  margin-bottom: 8px;
}

.eph-reader {
  --reader-color: var(--blue);
  width: min(940px, 100%);
  margin-inline: auto;
  padding: 8px;
  border: 3px solid var(--black);
  background: var(--reader-color);
  touch-action: pan-y;
}

.is-rewards .eph-reader {
  --reader-color: var(--purple);
}

.eph-reader-card {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  border: 3px solid var(--black);
  background: #ffffff;
}

.eph-reader-page {
  display: none;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #ffffff;
}

.eph-reader-page.is-active {
  display: grid;
}

.eph-book-photo {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border-right: 3px solid var(--black);
  background: #f2f2f2;
}

.eph-book-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eph-book-photo.is-icon {
  display: grid;
  place-items: center;
  padding: 16%;
  background: #ffffff;
}

.eph-book-photo.is-icon img {
  width: 76%;
  height: 76%;
  object-fit: contain;
}

.eph-page-copy {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  padding: clamp(30px, 5vw, 58px);
  scrollbar-width: thin;
}

.eph-reader[data-reader="experiencias"] .eph-page-copy {
  align-items: center;
  background: var(--accent);
  color: var(--page-text);
  text-align: center;
}

.eph-reader[data-reader="experiencias"] .eph-page-copy h3,
.eph-reader[data-reader="experiencias"] .eph-page-description {
  width: 100%;
  max-width: 100%;
  color: var(--page-text);
}

.eph-page-type {
  margin-bottom: 9px;
  color: var(--accent);
}

.eph-page-copy h3 {
  margin-bottom: 18px;
  color: var(--accent);
  font-size: clamp(2.35rem, 5vw, 4.3rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.is-experience-copy h3 {
  margin-bottom: 22px;
}

.eph-experience-icon {
  --icon-fit: 68%;
  position: relative;
  width: 104px;
  height: 104px;
  flex: 0 0 auto;
  margin-bottom: 24px;
  border-radius: 50%;
  background: #ffffff;
}

.eph-experience-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--icon-fit);
  height: var(--icon-fit);
  max-width: none;
  max-height: none;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

.eph-reader-page.has-plain-icon .eph-experience-icon {
  --icon-fit: 74%;
  background: transparent;
}

.eph-reader-page[data-item-id="mogura"] .eph-experience-icon {
  --icon-fit: 63%;
}

.eph-reader-page[data-item-id="kaeru"] .eph-experience-icon {
  --icon-fit: 82%;
}

.eph-reader-page[data-item-id="kochu"] .eph-experience-icon,
.eph-reader-page[data-item-id="wanage"] .eph-experience-icon {
  --icon-fit: 79%;
}

.eph-page-description {
  margin-bottom: 18px;
  font-size: 1.06rem;
}

.eph-page-copy.is-reward-copy {
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 5vw, 58px);
  text-align: center;
}

.eph-reward-tier {
  margin-bottom: clamp(18px, 4vw, 34px);
  color: var(--purple);
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.eph-reward-items {
  max-width: 430px;
  margin-bottom: 0;
  color: var(--black);
  font-size: clamp(1.05rem, 2.25vw, 1.45rem);
  font-weight: 700;
  line-height: 1.45;
}

.eph-reader-controls {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(190px, auto) minmax(150px, 1fr);
  align-items: center;
  gap: 0;
  min-width: 0;
  min-height: 62px;
  margin-top: 8px;
  border: 3px solid var(--black);
  background: #ffffff;
}

.eph-reader-controls button {
  appearance: none;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 20px;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: var(--reader-color) !important;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: none !important;
  text-shadow: none !important;
}

.eph-reader-controls > button:first-child {
  justify-content: flex-start;
}

.eph-reader-controls > button:last-child {
  justify-content: flex-end;
}

.eph-reader-controls > button:hover,
.eph-reader-controls > button:focus-visible {
  background: #ffffff !important;
  color: var(--reader-color) !important;
}

.eph-reader-controls > button:focus-visible {
  outline: 3px solid var(--black);
  outline-offset: -4px;
}

.eph-reader-controls button:disabled {
  background: #ffffff !important;
  color: var(--reader-color) !important;
  cursor: not-allowed;
  opacity: 0.36;
}

.eph-reader-controls button:disabled:hover {
  background: #ffffff !important;
  color: var(--reader-color) !important;
}

.eph-reader-controls > button:active:not(:disabled),
.eph-reader-controls > button.is-used {
  background: var(--black) !important;
  color: #ffffff !important;
}

.eph-reader-controls > [data-prev] {
  align-self: stretch;
}

.eph-reader-controls > [data-next] {
  align-self: stretch;
}

.eph-nav-triangle {
  width: 0;
  height: 0;
  border-block: 7px solid transparent;
}

.eph-nav-triangle.is-previous {
  border-right: 11px solid currentColor;
}

.eph-nav-triangle.is-next {
  border-left: 11px solid currentColor;
}

.eph-reader-map {
  position: relative;
  min-width: 0;
  height: 56px;
  overflow: hidden;
  border-right: 3px solid var(--black);
  border-left: 3px solid var(--black);
  background: var(--reader-color);
}

.eph-reader-map-track {
  position: absolute;
  top: 25px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  height: 24px;
  transition: transform 220ms ease;
  will-change: transform;
}

.eph-reader-map-count {
  position: absolute;
  z-index: 3;
  top: 5px;
  left: 50%;
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  pointer-events: none;
  transform: translateX(-50%);
}

.eph-reader-map button,
.eph-reader-map button:hover,
.eph-reader-map button:focus-visible,
.eph-reader-map button:disabled {
  appearance: none;
  display: grid;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  place-items: center;
  padding: 0 !important;
  border: 2px solid transparent !important;
  background: transparent !important;
  color: #ffffff !important;
  cursor: pointer;
  outline: 0;
}

.eph-reader-map button i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.eph-reader-map button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: -3px;
}

.eph-reader-map-frame {
  position: absolute;
  z-index: 2;
  top: 37px;
  left: 50%;
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.eph-pass-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.eph-pass-grid.is-single {
  grid-template-columns: minmax(0, 720px);
  justify-content: center;
}

.eph-combo-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  width: min(940px, 100%);
  min-height: 390px;
  margin: 26px auto 0;
  overflow: hidden;
  border: 3px solid var(--black);
  background: var(--blue);
  color: #ffffff;
}

.eph-combo-card > img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  border-right: 3px solid var(--black);
  object-fit: cover;
}

.eph-combo-card > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(30px, 6vw, 62px);
}

.eph-combo-card small {
  margin-bottom: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.eph-combo-card h3 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 0.98;
}

.eph-combo-card p {
  color: #ffffff;
}

.eph-combo-promo {
  margin-bottom: 12px;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
}

.eph-combo-card .eph-button {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: var(--blue) !important;
}

.eph-combo-card .eph-button:hover,
.eph-combo-card .eph-button:focus-visible {
  border-color: var(--black) !important;
  background: var(--black) !important;
  color: #ffffff !important;
  outline-color: #ffffff;
}

.is-kizuna {
  padding-block: clamp(38px, 5vw, 64px);
}

.eph-kizuna-card {
  display: flex;
  width: min(940px, 100%);
  min-height: 390px;
  margin-inline: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(38px, 7vw, 76px);
  border: 3px solid var(--black);
  background: var(--yugi);
  color: #ffffff;
  text-align: center;
}

.eph-kizuna-card > img {
  width: 60px;
  height: 78px;
  margin-bottom: 26px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.eph-kizuna-card > p {
  max-width: 620px;
  margin-bottom: 28px;
  color: #ffffff;
  font-size: clamp(1.35rem, 3.2vw, 2.35rem);
  font-weight: 700;
  line-height: 1.14;
}

.eph-kizuna-card .eph-button {
  margin-top: 0;
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: var(--yugi) !important;
}

.eph-kizuna-card .eph-button:hover,
.eph-kizuna-card .eph-button:focus-visible {
  border-color: var(--black) !important;
  background: var(--black) !important;
  color: #ffffff !important;
  outline-color: #ffffff;
}

.eph-pass-card {
  display: grid;
  grid-template-rows: 230px 1fr;
  overflow: hidden;
  border: 3px solid var(--black);
  background: #ffffff;
}

.eph-pass-card > img {
  width: 100%;
  height: 230px;
  border-bottom: 3px solid var(--black);
  object-fit: cover;
}

.eph-pass-card.is-fichas > img {
  padding: 28px;
  background: #f1f8fc;
  object-fit: contain;
}

.eph-pass-card > div {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 4vw, 38px);
}

.eph-pass-card small {
  margin-bottom: 7px;
  color: var(--blue);
}

.eph-pass-card h3 {
  margin-bottom: 12px;
  color: var(--blue);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.eph-pass-card p {
  margin-bottom: 24px;
}

.eph-button {
  appearance: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: auto;
  padding: 11px 17px !important;
  border: 3px solid var(--black) !important;
  border-radius: 0 !important;
  background: var(--blue) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  line-height: 1.15;
  box-shadow: none !important;
  text-shadow: none !important;
}

.eph-button:hover,
.eph-button:focus-visible {
  background: #ffffff !important;
  color: var(--blue) !important;
  outline: 3px solid var(--blue);
  outline-offset: 2px;
}

.eph-calendar-reader {
  --reader-color: var(--blue);
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  grid-template-rows: 58px minmax(300px, auto) 58px;
  gap: 8px;
  width: min(760px, 100%);
  margin-inline: auto;
  padding: 8px;
  border: 3px solid var(--black);
  background: var(--reader-color);
  touch-action: pan-y;
}

.eph-calendar-map {
  position: relative;
  grid-row: 1 / 4;
  overflow: hidden;
  border: 3px solid var(--black);
  background: var(--reader-color);
}

.eph-calendar-map-count {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  height: 36px;
  place-items: center;
  background: var(--reader-color);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  pointer-events: none;
}

.eph-calendar-map-track {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 24px;
  transition: transform 220ms ease;
  transform: translateX(-50%);
  will-change: transform;
}

.eph-calendar-map button,
.eph-calendar-map button:hover,
.eph-calendar-map button:focus-visible,
.eph-calendar-map button:disabled {
  appearance: none;
  display: grid;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  place-items: center;
  padding: 0 !important;
  border: 2px solid transparent !important;
  background: transparent !important;
  color: #ffffff !important;
  cursor: pointer;
  outline: 0;
}

.eph-calendar-map button i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.eph-calendar-map button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: -3px;
}

.eph-calendar-map-frame {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.eph-calendar-nav {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  min-height: 58px;
  padding: 9px 20px;
  border: 3px solid var(--black) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: var(--reader-color) !important;
  font-weight: 700;
  cursor: pointer;
  box-shadow: none !important;
}

.eph-calendar-nav:hover,
.eph-calendar-nav:focus-visible {
  background: #ffffff !important;
  color: var(--reader-color) !important;
}

.eph-calendar-nav:focus-visible {
  outline: 3px solid var(--black);
  outline-offset: -5px;
}

.eph-calendar-nav:disabled {
  background: #ffffff !important;
  color: var(--reader-color) !important;
  cursor: not-allowed;
  opacity: 0.36;
}

.eph-calendar-nav:active:not(:disabled),
.eph-calendar-nav.is-used {
  background: var(--black) !important;
  color: #ffffff !important;
}

.eph-nav-triangle.is-up {
  border-right: 7px solid transparent;
  border-bottom: 11px solid currentColor;
  border-left: 7px solid transparent;
}

.eph-nav-triangle.is-down {
  border-top: 11px solid currentColor;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.eph-calendar-viewport {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 3px solid var(--black);
  background: #ffffff;
}

.eph-event-card {
  display: none;
  min-height: 300px;
  align-content: center;
  padding: clamp(40px, 7vw, 76px);
  background: #ffffff;
  text-align: center;
}

.eph-event-card.is-active {
  display: grid;
}

.eph-event-card.is-active.is-from-next {
  animation: eph-calendar-from-bottom 240ms ease both;
}

.eph-event-card.is-active.is-from-previous {
  animation: eph-calendar-from-top 240ms ease both;
}

@keyframes eph-calendar-from-bottom {
  from { opacity: 0; transform: translateY(34px); }
}

@keyframes eph-calendar-from-top {
  from { opacity: 0; transform: translateY(-34px); }
}

.eph-event-card small {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
}

.eph-event-card time {
  display: block;
  margin-bottom: 8px;
  font-size: 0.9rem;
  font-weight: 700;
}

.eph-event-card h3 {
  margin-bottom: 10px;
  color: var(--black);
  font-size: 1.55rem;
  line-height: 1.08;
}

.eph-event-card p {
  margin-bottom: 6px;
}

.eph-event-hours {
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 700;
}

.eph-empty {
  padding: 40px 24px;
  border: 3px solid var(--black);
  text-align: center;
}

.eph-empty strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.25rem;
}

.eph-empty p {
  margin-bottom: 0;
}

.is-tabiji {
  padding-block: clamp(38px, 5vw, 64px);
}

.eph-tabiji {
  display: grid;
  grid-template-columns: minmax(160px, 260px) minmax(0, 1fr);
  overflow: hidden;
  border: 3px solid var(--black);
  background: var(--blue);
  color: #ffffff;
}

.eph-tabiji > img {
  width: 100%;
  height: 100%;
  max-height: 330px;
  padding: 36px;
  border-right: 3px solid var(--black);
  background: #ffffff;
  object-fit: contain;
}

.eph-tabiji > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(30px, 6vw, 64px);
}

.eph-tabiji .eph-object,
.eph-tabiji h3,
.eph-tabiji p {
  color: #ffffff;
}

.eph-tabiji h3 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
}

.eph-tabiji p:not(.eph-object) {
  max-width: 610px;
}

.eph-tabiji .eph-button {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: var(--blue) !important;
}

.eph-tabiji .eph-button:hover,
.eph-tabiji .eph-button:focus-visible {
  background: var(--black) !important;
  color: #ffffff !important;
  outline-color: #ffffff;
}

.eph-media-slider {
  --reader-color: var(--blue);
  width: min(470px, 100%);
  margin-inline: auto;
  padding: 8px;
  border: 3px solid var(--black);
  background: var(--reader-color);
  touch-action: pan-y;
}

.eph-media-viewport {
  position: relative;
  overflow: hidden;
  border: 3px solid var(--black);
  background: #111111;
}

.eph-media-slide {
  display: none;
}

.eph-media-slide.is-active {
  display: block;
}

.eph-tiktok-card {
  min-width: 0;
  overflow: hidden;
  padding: 8px;
  background: #f4f4f4;
}

.eph-tiktok-player {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  border: 0;
  background: #111111;
}

.eph-tiktok-open {
  display: block;
  padding: 12px 10px 4px;
  color: var(--blue) !important;
  font-weight: 700;
  text-align: center;
}

.eph-section-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.eph-kimi-dock,
.eph-kimi-dock *,
.eph-kimi-dock *::before,
.eph-kimi-dock *::after {
  box-sizing: border-box;
}

.eph-kimi-dock {
  --kimi-pink: #ff4081;
  position: fixed;
  z-index: 100001;
  right: 0;
  bottom: 0;
  left: 0;
  color: #111111;
  font-family: Arimo, Arial, sans-serif;
  pointer-events: none;
}

.eph-kimi-dock-toggle {
  appearance: none;
  width: 100% !important;
  min-height: calc(36px + env(safe-area-inset-bottom));
  margin: 0 !important;
  padding: 0 0 env(safe-area-inset-bottom) !important;
  border: 3px solid var(--kimi-pink) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #111111 !important;
  cursor: pointer;
  box-shadow: none !important;
  text-shadow: none !important;
  pointer-events: auto;
}

.eph-kimi-dock-toggle:hover,
.eph-kimi-dock-toggle:active {
  background: #ffffff !important;
  color: #111111 !important;
}

.eph-kimi-dock-toggle:focus-visible {
  outline: 3px solid #111111;
  outline-offset: -6px;
}

.eph-kimi-dock-inner {
  display: grid;
  grid-template-columns: 26px auto minmax(0, 1fr) 14px;
  align-items: center;
  gap: 6px;
  width: min(1120px, calc(100% - 20px));
  min-height: 30px;
  margin-inline: auto;
  text-align: left;
}

.eph-kimi-dock-icon {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain;
  background: transparent !important;
  filter: none !important;
  transition: transform 220ms ease;
}

.eph-kimi-dock-name {
  color: var(--kimi-pink);
  font-size: 0.82rem;
  line-height: 1;
  white-space: nowrap;
}

.eph-kimi-dock-suggestion {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}

.eph-kimi-dock-suggestion-track {
  display: flex;
  width: max-content;
  align-items: center;
}

.eph-kimi-dock-suggestion-text {
  display: block;
  flex: 0 0 auto;
  min-width: max-content;
  color: #111111;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}

.eph-kimi-dock-suggestion-track.is-scrolling .eph-kimi-dock-suggestion-text::after {
  content: " | ";
  display: inline-block;
  padding-inline: 1.1em;
  color: var(--kimi-pink);
  font-weight: 700;
}

.eph-kimi-dock-suggestion-track.is-scrolling {
  animation: eph-kimi-suggestion-scroll var(--eph-kimi-scroll-duration, 14s) linear infinite;
  will-change: transform;
}

@keyframes eph-kimi-suggestion-scroll {
  to { transform: translateX(-50%); }
}

.eph-kimi-dock-arrow {
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-bottom: 10px solid var(--kimi-pink);
  border-left: 7px solid transparent;
  transition: transform 180ms ease;
}

.eph-kimi-dock.is-open .eph-kimi-dock-arrow {
  transform: rotate(180deg);
}

.eph-kimi-dock.is-speaking .eph-kimi-dock-icon {
  animation: eph-kimi-dock-hello 720ms ease-in-out 1;
}

@keyframes eph-kimi-dock-hello {
  0%, 100% { transform: rotate(0deg); }
  30% { transform: rotate(-7deg); }
  62% { transform: rotate(5deg); }
}

.eph-kimi-panel[hidden] {
  display: none !important;
}

.eph-kimi-panel {
  position: absolute;
  bottom: calc(36px + env(safe-area-inset-bottom));
  left: max(10px, env(safe-area-inset-left));
  width: min(420px, calc(100vw - 20px));
  max-height: calc(100dvh - 56px - env(safe-area-inset-bottom));
  overflow: auto;
  padding: 8px;
  border: 3px solid var(--kimi-pink);
  background: var(--kimi-pink);
  color: #ffffff;
  pointer-events: auto;
}

.eph-kimi-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 36px;
  padding: 0 0 6px 4px;
}

.eph-kimi-panel-header strong {
  color: #ffffff;
  font-size: 0.9rem;
}

.eph-kimi-panel-close {
  appearance: none;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: var(--kimi-pink) !important;
  font: 700 1.25rem/1 Arimo, Arial, sans-serif !important;
  cursor: pointer;
  box-shadow: none !important;
}

.eph-kimi-panel-close:focus-visible {
  outline: 3px solid #111111;
  outline-offset: 2px;
}

.eph-kimi-panel-body {
  min-width: 0;
}

.eph-kimi-panel-body .kimi-bot-wrapper {
  margin: 0 !important;
}

@media (max-width: 850px) {
  .eph-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .eph-hero-copy {
    max-width: 690px;
  }

  .eph-hero-visual {
    width: min(640px, 100%);
    margin-inline: auto;
  }

  .eph-pass-grid {
    grid-template-columns: 1fr;
  }

  .eph-combo-card {
    grid-template-columns: minmax(230px, 0.9fr) minmax(0, 1.1fr);
  }
}

@media (max-width: 680px) {
  .eph {
    width: 100vw;
    width: 100dvw;
    margin-inline: 0;
  }

  .eph-hero,
  .eph-section,
  .eph-status {
    width: min(100% - 24px, 1120px);
  }

  .eph-hero {
    gap: 34px;
    padding: 48px 0 56px;
  }

  .eph-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.25rem);
  }

  .eph-section {
    padding-block: 62px;
  }

  .eph-section-heading h2 {
    font-size: clamp(2.2rem, 12vw, 3rem);
  }

  .eph-section.is-reader-section {
    width: 100%;
  }

  .eph-section.is-reader-section > .eph-section-heading {
    width: calc(100% - 8px);
    margin-inline: 4px;
  }

  .eph-reader {
    width: 100%;
    padding: 4px;
  }

  .eph-reader-card {
    aspect-ratio: 4 / 7;
  }

  .eph-reader-page,
  .eph-reader-page.is-active {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 4fr) minmax(0, 3fr);
  }

  .eph-book-photo {
    border-right: 0;
    border-bottom: 3px solid var(--black);
  }

  .eph-page-copy {
    justify-content: flex-start;
    padding: 10px 8px;
  }

  .eph-reader[data-reader="experiencias"] .eph-page-copy {
    padding: 8px 4px;
  }

  .eph-page-copy h3 {
    margin-bottom: 10px;
    font-size: clamp(2rem, 11vw, 2.8rem);
  }

  .eph-page-description {
    margin-bottom: 12px;
    font-size: 0.96rem;
  }

  .eph-experience-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 14px;
  }

  .eph-reader-controls {
    grid-template-columns: minmax(0, 1fr) 88px minmax(0, 1fr);
  }

  .eph-reader-controls button {
    min-width: 0;
    gap: 6px;
    padding-inline: 10px;
    font-size: 0.8rem;
  }

  .eph-nav-triangle {
    border-block-width: 6px;
  }

  .eph-nav-triangle.is-previous {
    border-right-width: 9px;
  }

  .eph-nav-triangle.is-next {
    border-left-width: 9px;
  }

  .eph-reader-map-track {
    gap: 2px;
  }

  .eph-reader-map button,
  .eph-reader-map button:hover,
  .eph-reader-map button:focus-visible,
  .eph-reader-map button:disabled {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .eph-reader-map button i {
    width: 7px;
    height: 7px;
  }

  .eph-reader-map-frame {
    width: 22px;
    height: 22px;
  }

  .eph-combo-card {
    grid-template-columns: 1fr;
    width: calc(100% - 8px);
    margin-inline: 4px;
  }

  .eph-combo-card > img {
    height: 300px;
    min-height: 0;
    border-right: 0;
    border-bottom: 3px solid var(--black);
  }

  .eph-combo-card > div {
    padding: 28px 24px 32px;
  }

  .eph-pass-card {
    grid-template-rows: 210px 1fr;
  }

  .eph-pass-card > img {
    height: 210px;
  }

  .eph-calendar-reader {
    grid-template-columns: 52px minmax(0, 1fr);
    grid-template-rows: 54px minmax(280px, auto) 54px;
    width: 100%;
    gap: 4px;
    padding: 4px;
  }

  .eph-calendar-nav {
    min-height: 54px;
    padding-inline: 10px;
    font-size: 0.85rem;
  }

  .eph-calendar-viewport,
  .eph-event-card {
    min-height: 280px;
  }

  .eph-event-card {
    padding: 42px 18px 30px;
  }

  .eph-media-slider {
    width: 100%;
    padding: 4px;
  }

  .eph-tabiji {
    grid-template-columns: 1fr;
  }

  .eph-tabiji > img {
    height: 180px;
    border-right: 0;
    border-bottom: 3px solid var(--black);
  }

  .eph-tabiji > div {
    padding: 28px 24px 32px;
  }

  .eph-kimi-dock-inner {
    grid-template-columns: 26px auto minmax(0, 1fr) 12px;
    gap: 5px;
    width: calc(100% - 14px);
  }

  .eph-kimi-dock-icon {
    width: 24px !important;
    height: 24px !important;
  }

  .eph-kimi-dock-name {
    font-size: 0.8rem;
  }

  .eph-kimi-dock-suggestion-text {
    font-size: 0.78rem;
  }

  .eph-kimi-panel {
    right: 4px;
    left: 4px;
    width: auto;
    max-height: calc(100dvh - 44px - env(safe-area-inset-bottom));
  }
}

@media (prefers-reduced-motion: reduce) {
  .eph-kimi-dock-suggestion-track.is-scrolling {
    animation: none;
  }
}

@media (max-width: 410px) {
  .eph-hero h1 {
    font-size: 2.32rem;
  }

  .eph-page-copy {
    padding: 10px 8px;
  }

  .eph-reader[data-reader="experiencias"] .eph-page-copy {
    padding: 8px 4px;
  }

  .eph-reader-controls {
    grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr);
  }

  .eph-reader-controls button {
    padding-inline: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eph-reader-map-track,
  .eph-calendar-map-track {
    transition: none;
  }

  .eph-event-card.is-active.is-from-next,
  .eph-event-card.is-active.is-from-previous {
    animation: none;
  }
}

/* Invitados: public profiles selected by the principal Experience operation. */
.eph-section.is-guests .eph-section-heading h2 {
  color: #764199;
}

.eph-guest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.eph-guest-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 3px solid var(--black);
  background: #ffffff;
  color: var(--black);
  text-decoration: none;
}

.eph-guest-card:focus-visible {
  outline: 4px solid #764199;
  outline-offset: 3px;
}

.eph-guest-photo {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-bottom: 3px solid var(--black);
  background: #eee7f2;
}

.eph-guest-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eph-guest-copy {
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 16px;
}

.eph-guest-copy .eph-object {
  margin: 0;
  color: #764199;
  font-size: 0.68rem;
}

.eph-guest-copy h3 {
  margin: 0;
  color: var(--black);
  font-size: clamp(1.3rem, 2.3vw, 1.8rem);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.eph-guest-copy > p:not(.eph-object) {
  margin: 0;
  font-size: 0.92rem;
}

.eph-guest-copy small {
  color: #5d5263;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
}

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

@media (max-width: 520px) {
  .eph-guest-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .eph-guest-card {
    grid-template-columns: minmax(118px, 38%) minmax(0, 1fr);
    grid-template-rows: 1fr;
  }

  .eph-guest-photo {
    height: 100%;
    min-height: 190px;
    border-right: 3px solid var(--black);
    border-bottom: 0;
  }

  .eph-guest-copy {
    align-content: center;
    padding: 14px;
  }
}

/* Entry point for organizers without mixing the B2B offer into visitor content. */
.eph-collaborations-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
  padding: clamp(28px, 5vw, 52px);
  border: 3px solid var(--blue);
  background: #eff8fd;
}

.eph-collaborations-card h3 {
  max-width: 760px;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.eph-collaborations-card p:last-child {
  max-width: 680px;
  margin-bottom: 0;
}

@media (max-width: 680px) {
  .eph-collaborations-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .eph-collaborations-card .eph-button {
    width: 100%;
  }
}
