/* KDE. profil — jedna levá osa, minimum ploch a linek. */

/* NT Somic má jen Regular a Medium. Cokoli, co si řekne o tučný řez,
   si prohlížeč dopočítá sám a text pak vypadá roztřeseně — proto řezy určujeme ručně. */
.profile-body strong,
.profile-body b,
.profile-body th { font-weight: 500; }
.profile-body h1,
.profile-body h2,
.profile-body h3,
.profile-body h4 { font-weight: 400; }

.profile-body {
  --profile-axis: clamp(20px, 8vw, 120px);
  min-height: 100dvh;
  background: var(--paper);
}

.profile-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  padding: 26px var(--profile-axis) 0;
}

/* Geometrie menu podle AI Work: lepivý sloupec, identita nahoře,
   řádky 46 px se zaoblením a výplní místo linek. */
.profile-side {
  position: sticky;
  top: 26px;
  display: grid;
  align-content: start;
  gap: 30px;
  height: fit-content;
  margin-left: -12px;
}
.profile-side .wordmark { margin-left: 12px; font-size: 34px; }

.profile-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 7px 12px;
}
.profile-identity > span {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: var(--ink);
  color: var(--paper);
  font-size: 14px;
}
.profile-identity div { display: grid; gap: 3px; min-width: 0; }
.profile-identity strong { font-size: 16px; font-weight: 500; letter-spacing: -.03em; }
.profile-identity small { color: var(--muted); font-size: 11px; }

.profile-nav { display: grid; gap: 3px; }
.profile-nav a {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 46px;
  padding: 10px 12px;
  border-radius: 12px;
  background: transparent;
  color: var(--muted);
  font-size: 14px;
  line-height: 1;
}
.profile-back {
  display: grid;
  grid-template-columns: 23px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 46px;
  padding: 10px 12px;
  border-radius: 12px;
  background: transparent;
  color: var(--muted);
  font-size: 14px;
  line-height: 1;
}
.profile-nav a:hover, .profile-back:hover { background: rgba(255, 255, 255, .55); color: var(--ink); }
.profile-nav a.is-active { background: var(--white); color: var(--ink); }
.profile-back i {
  display: grid;
  min-width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 999px;
  background: #e4e2dc;
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
}
.profile-nav a.profile-nav__kink {
  flex-wrap: wrap;
  margin-top: 9px;
  padding: 13px 14px;
  box-shadow: inset 0 0 0 1px var(--ink);
  color: var(--ink);
}
.profile-nav__kink > span { font-size: 15px; letter-spacing: -.02em; }
.profile-nav__kink small { flex-basis: 100%; color: var(--muted); font-size: 10px; letter-spacing: .06em; line-height: 1.3; text-transform: uppercase; }
.profile-nav__kink:hover { background: rgba(255, 255, 255, .55); color: var(--ink); }
.profile-nav a.profile-nav__kink.is-active { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.profile-nav a.profile-nav__kink.is-active small { color: var(--muted); }
.profile-nav em {
  display: grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 999px;
  background: var(--accent);
  color: var(--paper);
  font-size: 9px;
  font-style: normal;
}
.profile-nav em:empty { display: none; }
.profile-nav__kink em { margin-left: auto; }
.profile-side__bottom { display: grid; }

.profile-main {
  max-width: 820px;
  padding: 0 0 120px;
}

.profile-intro { padding: clamp(20px, 3vw, 44px) 0 0; }
.profile-intro h1 {
  margin: 0;
  font-size: clamp(46px, 6.4vw, 96px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.065em;
}

.profile-section { padding-top: clamp(56px, 6vw, 92px); scroll-margin-top: 24px; }
.profile-section h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.05em;
}
.profile-note { max-width: 46ch; margin: 12px 0 26px; color: var(--muted); font-size: 12px; line-height: 1.4; }

.profile-events { display: grid; }
.profile-event {
  display: grid;
  grid-template-columns: minmax(104px, .5fr) minmax(104px, .5fr) minmax(180px, 1.4fr) 26px;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-height: 96px;
  margin-left: -12px;
  padding: 10px 12px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: inherit;
  text-align: left;
}
.profile-event:hover { background: rgba(255, 255, 255, .38); }
.profile-event:hover strong { color: var(--accent); }
.profile-event__date { display: grid; align-content: center; gap: 5px; }
.profile-event__date-main { display: flex; align-items: baseline; gap: 10px; }
.profile-event__day { font-size: clamp(38px, 4.1vw, 60px); line-height: 1; letter-spacing: -.07em; }
.profile-event__month { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.profile-event__weekday { color: var(--muted); font-size: 10px; line-height: 1; letter-spacing: .06em; text-transform: uppercase; }
.profile-event__time { display: grid; align-content: center; gap: 5px; }
.profile-event__time b { font-size: clamp(38px, 4.1vw, 60px); font-weight: 400; line-height: 1; letter-spacing: -.065em; }
.profile-event__time small { color: var(--muted); font-size: 10px; line-height: 1; letter-spacing: .06em; text-transform: uppercase; }
.profile-event__copy { display: grid; gap: 6px; min-width: 0; }
.profile-event__copy strong { font-size: clamp(19px, 2vw, 28px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.profile-event__copy small { color: var(--muted); font-size: 12px; }
.profile-event__arrow { justify-self: end; font-size: 24px; }

.profile-link { display: inline-block; margin-top: 22px; color: var(--muted); font-size: 12px; }
.profile-link:hover { color: var(--accent); }

/* Kink Check: seznam běžících kontrol a založení nové.
   Geometrie prvků podle design systému AI Work (výška 48/42, rádius 12,
   popisek 12 px nad polem), barvy zůstávají KDE. */
/* DS-020: plocha 60 px, popisek nahoře, hodnota 14 px. Po kliknutí input na stejném místě. */
.ds-doc { display: grid; }
.ds-doc__button, .ds-doc__editor {
  position: relative;
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: 18px;
  background: #e9e7e1;
  color: var(--ink);
  text-align: left;
}
.ds-doc__button.is-filled, .ds-doc__editor { padding: 24px 20px 8px; }
.ds-doc__button.is-empty { display: flex; align-items: center; padding: 0 20px; }
.ds-doc__button:hover, .ds-doc__editor:focus-within { background: #e2dfd8; }
.ds-doc__label { position: absolute; top: 10px; left: 20px; color: var(--muted); font-size: 9px; letter-spacing: .05em; line-height: 1; text-transform: uppercase; }
.ds-doc__value { display: block; font-size: 14px; line-height: 20px; }
.ds-doc__placeholder { color: var(--muted); font-size: 15px; }
.ds-doc__editor { display: block; cursor: text; }
.ds-doc__editor input {
  position: relative;
  top: 1.5px;
  width: 100%;
  min-width: 0;
  height: 20px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
}

.ds-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 42px;
  padding-inline: 16px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 12px;
  line-height: 1.15;
}
.ds-button:hover { opacity: .78; }
.ds-button:disabled { opacity: .3; cursor: default; }
.ds-button:disabled:hover { opacity: .3; }
.ds-button--primary { background: var(--ink); color: var(--paper); }
.ds-button--secondary { border-color: rgba(18, 18, 18, .14); background: var(--white); color: var(--ink); }
.ds-button--ghost { background: transparent; color: var(--muted); }
.kink-check-form .ds-textbutton { justify-self: start; width: auto; margin-top: -10px; padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 12px; line-height: 1.15; }
.kink-check-form .ds-textbutton:hover { color: var(--accent); }

.kink-check-lead { max-width: 54ch; margin-bottom: 32px; font-size: 12px; }
/* display u .kink-check-* přebíjí výchozí chování atributu hidden — vracíme ho zpět. */
.kink-check-list[hidden], .kink-check-form[hidden], .kink-check-start[hidden] { display: none; }
.kink-check-list { display: grid; }
.kink-check-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-height: 74px;
  margin-left: -12px;
  padding: 14px 12px;
  border-radius: 14px;
  color: inherit;
}
.kink-check-item__link { display: grid; gap: 6px; min-width: 0; color: inherit; }
.kink-check-item__delete { padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 12px; white-space: nowrap; cursor: pointer; }
.kink-check-item__delete:hover, .kink-check-item__delete[data-confirm="1"] { color: var(--accent); }
.kink-check-item:hover { background: rgba(255, 255, 255, .5); }
.kink-check-item:hover strong { color: var(--accent); }
.kink-check-item strong { font-size: 15px; font-weight: 500; line-height: 1.2; letter-spacing: -.01em; }
.kink-check-item small { overflow: hidden; color: var(--muted); font-size: 12px; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }

.kink-check-start { display: flex; margin-top: 24px; }
/* Postup je tichá dráha s čísly, ne řada tlačítek. */
.ds-steps { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 22px 0 26px; padding: 0; color: var(--muted); font-size: 12px; list-style: none; }
.ds-steps li { display: flex; align-items: center; gap: 8px; }
.ds-steps li + li::before { width: 26px; height: 1px; background: #d8d6d0; content: ""; }
.ds-steps li span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #cfccc4;
  font-size: 12px;
}
.ds-steps li.is-done { color: var(--ink); }
.ds-steps li.is-done span { background: #dcd9d2; box-shadow: none; }
.ds-steps li.is-current { color: var(--ink); }
.ds-steps li.is-current span { background: var(--ink); color: var(--paper); box-shadow: none; }

/* Pole podle DS-012: plovoucí popisek uvnitř rámečku. */
.ds-field { position: relative; display: block; width: 100%; max-width: 420px; margin: 2px 0 6px; }
.ds-field input {
  width: 100%;
  height: 56px;
  padding: 18px 15px 8px;
  border: 1px solid rgba(18, 18, 18, .16);
  border-radius: 12px;
  outline: 0;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 15px;
}
.ds-field input:focus { border-color: var(--ink); }
.ds-field > span {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 15px;
  padding: 0 4px;
  background: var(--white);
  color: var(--muted);
  font-size: 15px;
  line-height: 1;
  pointer-events: none;
  transform: translate(-4px, -50%);
  transform-origin: left center;
  transition: top 150ms ease, font-size 150ms ease;
}
.ds-field input:focus + span, .ds-field input:not(:placeholder-shown) + span { top: 0; font-size: 12px; }

/* Akce: hlavní tlačítko vpravo u kraje, zpět je jen text se šipkou. */
/* Třetí krok: hotová sestava a odkazy k rozeslání. */
.kink-check-done { display: grid; gap: 18px; max-width: 100%; }
.kink-check-done[hidden] { display: none; }
.kink-check-links { display: grid; gap: 8px; max-width: 720px; }
.kink-link {
  display: grid;
  grid-template-columns: 132px minmax(120px, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .5);
}
.kink-link__copy { display: grid; gap: 4px; min-width: 0; }
.kink-link__copy strong { font-size: 15px; font-weight: 500; }
.kink-link__copy small { overflow: hidden; color: var(--muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.kink-role--static {
  justify-self: start;
  min-width: 132px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e4e2dc;
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.kink-check-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; margin-top: 10px; }
.ds-back { display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 12px; cursor: pointer; }
.ds-back:hover { color: var(--ink); }

.kink-check-setup { display: grid; gap: 18px; max-width: 100%; }
.kink-check-setup[hidden] { display: none; }
.kink-check-heading { margin: 0; font-size: 24px; font-weight: 400; line-height: 1.15; letter-spacing: -.03em; }
.kink-check-sub { max-width: 52ch; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.kink-check-sides { display: grid; gap: 26px; max-width: 860px; margin-top: 8px; }
.kink-check-side { display: grid; gap: 12px; }
.kink-check-side__title { margin: 0; color: var(--muted); font-size: 12px; }
.ds-choices { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 10px; }
.ds-choice {
  display: grid;
  align-content: center;
  gap: 6px;
  min-height: 92px;
  padding: 18px;
  border: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, .5);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}
.ds-choice strong { font-size: 15px; font-weight: 500; letter-spacing: -.01em; }
.ds-choice small { color: var(--muted); font-size: 12px; line-height: 1.35; }
.ds-choice:hover { background: var(--white); }
.ds-choice[aria-pressed="true"] { background: var(--ink); color: var(--paper); }
.ds-choice[aria-pressed="true"] small { color: rgba(242, 240, 234, .72); }
.kink-check-summary { margin: 0; color: var(--muted); font-size: 12px; }
.kink-check-form { display: grid; justify-items: start; gap: 20px; max-width: 100%; }
.kink-check-form > * { width: 100%; }
.kink-check-people { display: grid; gap: 40px; }
/* Strana setkání a v ní bloky: pár je jedna karta se dvěma jmény. */
.kink-side-block { display: grid; gap: 8px; }
.kink-side-block__title { margin: 0 0 6px; color: var(--ink); font-size: 15px; }
.kink-side-block__actions { display: flex; gap: 22px; margin-top: 8px; padding-left: 12px; }
.kink-side-block__actions[hidden] { display: none; }
.kink-group { display: grid; gap: 8px; }
.kink-group__title { margin: 0; padding: 0 4px; color: var(--muted); font-size: 12px; }
.kink-check-title { display: grid; max-width: 420px; margin: 4px 0 2px; }
/* Karta účastníka drží stejný tvar jako moderátorský řádek v Kink Checku:
   jméno vlevo, štítky a výběry hned vedle, bez prázdné plochy mezi nimi. */
/* Každý účastník je samostatná vodorovná karta: role jako štítek vlevo,
   jméno hned vedle a vpravo pohlaví s orientací. */
.kink-check-person {
  display: grid;
  grid-template-columns: 108px minmax(120px, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .5);
}
.kink-check-person:hover { background: var(--white); }
.kink-check-person { grid-template-columns: 132px minmax(120px, 1fr) auto auto; }
.kink-role .ds-pick__trigger { min-width: 132px; background: #e4e2dc; color: var(--muted); }
.kink-role .ds-pick__trigger:hover { background: var(--white); color: var(--ink); }
/* Vybraná role je stejně zvýrazněná jako pohlaví a orientace. */
.kink-role.is-set .ds-pick__trigger, .kink-role.is-set .ds-pick__trigger:hover { background: var(--ink); color: var(--paper); }
.kink-role.is-fixed .ds-pick__chevron { display: none; }
.kink-role.is-fixed .ds-pick__trigger { cursor: default; }
.kink-check-person__remove {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--muted);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.kink-check-person__remove:hover { background: #e4e2dc; color: var(--ink); }
.kink-check-person__remove:disabled { opacity: .25; cursor: default; }

/* Řádková podoba DS-020: bez plochy, jméno je hlavní text a popisek pod ním. */
.ds-doc--row .ds-doc__button, .ds-doc--row .ds-doc__editor {
  height: auto;
  min-height: 36px;
  padding: 0 10px;
  border-radius: 10px;
  background: transparent;
}
.ds-doc--row .ds-doc__button { display: flex; align-items: center; box-shadow: inset 0 0 0 1px rgba(18, 18, 18, .12); }
.ds-doc--row .ds-doc__button:hover { background: rgba(18, 18, 18, .04); box-shadow: inset 0 0 0 1px rgba(18, 18, 18, .3); }
.ds-doc--row .ds-doc__button strong.is-placeholder { color: var(--muted); }
.ds-doc--row .ds-doc__editor { display: flex; align-items: center; box-shadow: inset 0 0 0 1px var(--ink); }
.ds-doc--row .ds-doc__editor .ds-doc__label { display: none; }
.ds-doc--row .ds-doc__button strong { font-size: 15px; font-weight: 500; letter-spacing: -.01em; }
.ds-doc--row .ds-doc__button.is-empty strong { color: var(--muted); }
.ds-doc--row .ds-doc__label { position: static; color: var(--muted); font-size: 12px; letter-spacing: 0; text-transform: none; }
.ds-doc--row .ds-doc__editor input { top: 0; height: 24px; font-size: 15px; }
.kink-check-person__meta { display: flex; align-items: center; gap: 18px; white-space: nowrap; }
.kink-tags { display: flex; gap: 3px; }
.kink-tag {
  min-width: 30px;
  min-height: 28px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: #e4e2dc;
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}
.kink-tag:hover { background: var(--white); color: var(--ink); }
.kink-tag.is-on { background: var(--ink); color: var(--paper); }
/* Vlastní rozbalovací výběr: zaoblený, bez obrysu, pevná šířka.
   Šipka míří doleva a po otevření dolů, u okraje má vždy odstup. */
.ds-pick { position: relative; flex: 0 0 auto; }
.ds-pick__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 28px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: #e4e2dc;
  color: var(--ink);
  font-size: 12px;
  cursor: pointer;
}
.ds-pick[data-kind=orientation] .ds-pick__trigger { min-width: 116px; }
.ds-pick[data-kind=role] .ds-pick__trigger { min-width: 116px; }
.ds-pick[data-kind=pair] .ds-pick__trigger { min-width: 124px; }
.ds-pick__trigger:hover { background: var(--white); }
.ds-pick__value { overflow: hidden; text-overflow: ellipsis; }
.ds-pick__value.is-empty { color: var(--muted); }
.ds-pick__chevron {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-right: 1.4px solid currentColor;
  border-bottom: 1.4px solid currentColor;
  transform: rotate(135deg);
  transition: transform 140ms ease;
}
.ds-pick[data-open="true"] .ds-pick__chevron { transform: rotate(45deg); }
.ds-pick[data-open="true"] .ds-pick__trigger { background: var(--white); }
/* Vybraná orientace se zabarví stejně jako štítek pohlaví — volbu jde pořád změnit. */
.ds-pick[data-kind=orientation].is-set .ds-pick__trigger { background: var(--ink); color: var(--paper); }
.ds-pick[data-kind=orientation].is-set .ds-pick__trigger:hover { background: var(--ink); }
.ds-pick__list {
  position: absolute;
  z-index: 5;
  top: calc(100% + 4px);
  left: 0;
  display: grid;
  min-width: 100%;
  overflow: hidden;
  border-radius: 14px;
  background: var(--white);
  padding: 4px;
  box-shadow: 0 12px 30px rgba(18, 18, 18, .12);
}
.ds-pick__list button {
  min-height: 30px;
  padding: 0 10px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--ink);
  font-size: 12px;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
}
.ds-pick__list button:hover { background: #efeee9; }
.ds-pick__list button.is-on { background: var(--ink); color: var(--paper); }
.ds-pick__list[hidden] { display: none; }
.kink-check-form__actions { display: flex; flex-wrap: wrap; gap: 8px; }
.kink-check-hint { max-width: 46ch; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.kink-check-message { min-height: 16px; margin: 0; color: var(--accent); font-size: 12px; }
.kink-check-message.is-note { color: var(--muted); }

.profile-form { display: grid; max-width: 420px; gap: 20px; }
.profile-form > label { display: grid; gap: 8px; }
.profile-form > label > span { color: var(--muted); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.profile-form select {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  outline: none;
  background: #e4e2dc;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
}
.profile-form select:focus { box-shadow: inset 0 0 0 1px var(--ink); }
.profile-check { display: flex; align-items: flex-start; gap: 12px; }
.profile-check input { margin: 3px 0 0; accent-color: var(--ink); }
.profile-check span { display: grid; gap: 4px; font-size: 14px; }
.profile-check small { color: var(--muted); font-size: 11px; }
.profile-form > button {
  justify-self: start;
  min-height: 46px;
  margin-top: 6px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-size: 13px;
}
.profile-form > button:hover { background: var(--accent); }
.profile-form__message { min-height: 16px; margin: 0; color: var(--accent); font-size: 11px; }

@media (max-width: 900px) {
  .profile-shell { grid-template-columns: 1fr; gap: 26px; padding-top: 18px; }
  .profile-side {
    position: static;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 14px 16px;
    margin-left: 0;
  }
  .profile-side .wordmark { margin-left: 0; font-size: 29px; }
  .profile-identity { justify-self: end; padding: 0; }
  .profile-identity > span { flex-basis: 38px; width: 38px; height: 38px; border-radius: 12px; font-size: 12px; }
  .profile-identity div { display: none; }
  .profile-nav {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    margin-inline: -12px;
    padding-inline: 12px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .profile-nav::-webkit-scrollbar { display: none; }
  .profile-nav a { flex: 0 0 auto; min-height: 40px; }
  .kink-check-person { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .kink-check-person__meta { flex-wrap: wrap; white-space: normal; }
  .profile-nav__kink { margin-top: 0; padding: 8px 14px; }
  .profile-nav__kink small { display: none; }
  .profile-side__bottom { display: none; }
  .profile-main { max-width: none; padding-bottom: 80px; }
  .profile-intro { padding-top: 8px; }
}

@media (max-width: 720px) {
  .profile-event {
    grid-template-columns: minmax(0, 78px) minmax(0, 78px) 20px;
    align-items: start;
    gap: 10px 14px;
    min-height: 0;
    padding: 16px 12px;
  }
  .profile-event__copy { grid-column: 1 / -1; }
  .profile-event__day { font-size: 32px; }
  .profile-event__time b { font-size: 30px; }
  .profile-event__month { font-size: 9px; }
  .profile-event__weekday, .profile-event__time small { font-size: 8px; }
  .profile-event__arrow { align-self: center; }
}
