.tla{
  --tla-bg:transparent;
  --tla-card:#ffffff;
  --tla-text:#1d1d1f;
  --tla-muted:#86868b;
  --tla-line:#d2d2d7;
  --tla-gap:24px;
  background:transparent;
  padding:120px 0;
  overflow:hidden;
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
.tla,.tla *{box-sizing:border-box}
.tla__head{text-align:center;max-width:760px;margin:0 auto 64px;padding:0 22px}
.tla__eyebrow{font-size:19px;font-weight:600;color:var(--tla-muted);letter-spacing:-.01em;margin:0 0 6px}
.tla__head h2{font-size:clamp(34px,5vw,56px);font-weight:600;letter-spacing:-.025em;line-height:1.05;color:var(--tla-text);margin:0}
.tla__viewport{width:100%;max-width:1480px;margin:0 auto;overflow:hidden}
.tla__track{display:flex;gap:var(--tla-gap);width:100%;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;padding:4px 0;-ms-overflow-style:none;scrollbar-width:none}
.tla__track::-webkit-scrollbar{display:none}
.tla__track:focus-visible{outline:2px solid currentColor;outline-offset:4px}

.tla__card{
  flex:0 0 calc(20% - var(--tla-gap));
  min-width:0;
  scroll-snap-align:start;
  background:var(--tla-card);
  border:1px solid rgba(0,0,0,.04);
  border-radius:26px;
  padding:10px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  box-shadow:0 4px 18px rgba(0,0,0,.04), 0 1px 2px rgba(0,0,0,.03);
  cursor:pointer;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
  -webkit-tap-highlight-color:transparent;
}
.tla__card:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,.07), 0 2px 6px rgba(0,0,0,.04);border-color:rgba(0,0,0,.06)}
.tla__card:focus-visible{outline:3px solid rgba(0,122,255,.5);outline-offset:3px}
.tla__media{
  width:100%;
  aspect-ratio:4/5;
  border-radius:19px;
  overflow:hidden;
  background:#e8e8ed;
}
.tla__image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.tla__content{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  padding:18px 14px 13px;
}
.tla__quote{
  font-size:18px;
  font-weight:500;
  line-height:1.34;
  letter-spacing:-.016em;
  color:var(--tla-text);
  margin:0 0 22px;
}
.tla__footer{
  margin-top:auto;
  padding-top:14px;
  border-top:1px solid rgba(0,0,0,.07);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:10px;
  min-width:0;
}
.tla__stars{display:inline-flex;flex:0 0 auto;gap:3px}
.tla__stars svg{width:16px;height:16px;fill:#f4b400;filter:drop-shadow(0 1px 1px rgba(244,180,0,.16))}
.tla__identity{
  width:100%;
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:5px;
  white-space:normal;
}
.tla__city{
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-width:0;
  max-width:100%;
  padding:3px 7px 3px 5px;
  border:1px solid rgba(0,0,0,.055);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  color:var(--tla-muted);
  font-size:13px;
  line-height:1.15;
  box-shadow:0 6px 18px rgba(0,0,0,.055);
  -webkit-backdrop-filter:blur(10px) saturate(130%);
  backdrop-filter:blur(10px) saturate(130%);
}
.tla__city-mark{
  width:11px;
  height:11px;
  flex:0 0 11px;
  position:relative;
  display:inline-block;
  border-radius:62% 62% 62% 0;
  transform:rotate(-45deg);
  background:
    radial-gradient(circle at 52% 48%,rgba(255,255,255,.98) 0 24%,transparent 26%),
    conic-gradient(from 215deg,#4285f4 0 24%,#34a853 24% 49%,#fbbc05 49% 74%,#ea4335 74% 100%);
  box-shadow:0 2px 6px rgba(0,0,0,.16), inset 0 0 0 1px rgba(255,255,255,.24);
  transition:transform .2s ease,filter .2s ease;
}
.tla__card:hover .tla__city-mark{transform:rotate(-45deg) scale(1.1) translateY(-1px);filter:saturate(1.04)}
.tla__city-text{min-width:0;overflow-wrap:anywhere}
.tla__separator{display:none}
.tla__name{
  width:100%;
  font-size:13px;
  font-weight:600;
  line-height:1.2;
  color:var(--tla-text);
  letter-spacing:-.01em;
  overflow-wrap:anywhere;
}

.tla__controls{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:44px}
.tla__btn{width:38px;height:38px;border:1px solid rgba(0,0,0,.04);border-radius:50%;background:rgba(255,255,255,.88);color:var(--tla-text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s,border-color .2s,box-shadow .2s;padding:0;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.tla__btn:hover{background:#fff;transform:scale(1.04);border-color:rgba(0,0,0,.06);box-shadow:0 6px 16px rgba(0,0,0,.07)}
.tla__btn:focus-visible,.tla__dot:focus-visible{outline:2px solid currentColor;outline-offset:3px}
.tla__btn svg{width:18px;height:18px}
.tla__dots{display:flex;gap:8px}
.tla__dot{width:7px;height:7px;border-radius:50%;border:0;padding:0;cursor:pointer;background:var(--tla-line);transition:background .25s,transform .25s}
.tla__dot.is-active{background:var(--tla-text);transform:scale(1.25)}

body.tla-modal-open{overflow:hidden}
.tla__modal[hidden]{display:none!important}
.tla__modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:grid;
  place-items:center;
  padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));
  opacity:0;
  transition:opacity .22s ease;
}
.tla__modal.is-open{opacity:1}
.tla__modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.42);
  -webkit-backdrop-filter:blur(18px) saturate(125%);
  backdrop-filter:blur(18px) saturate(125%);
}
.tla__dialog{
  position:relative;
  z-index:1;
  width:min(920px,calc(100vw - 32px));
  max-height:calc(100dvh - 32px);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.72);
  border-radius:34px;
  background:rgba(255,255,255,.94);
  box-shadow:0 32px 90px rgba(0,0,0,.28);
  transform:translateY(14px) scale(.975);
  transition:transform .24s cubic-bezier(.2,.75,.25,1);
}
.tla__modal.is-open .tla__dialog{transform:translateY(0) scale(1)}
.tla__dialog:focus{outline:none}
.tla__modal-close{
  position:absolute;
  z-index:3;
  top:18px;
  right:18px;
  width:52px;
  height:52px;
  padding:0;
  border:1px solid rgba(0,0,0,.07);
  border-radius:50%;
  background:rgba(255,255,255,.88);
  color:#1d1d1f;
  box-shadow:0 8px 24px rgba(0,0,0,.13);
  display:grid;
  place-items:center;
  cursor:pointer;
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  transition:transform .18s ease,background .18s ease;
}
.tla__modal-close:hover{transform:scale(1.06);background:#fff}
.tla__modal-close:focus-visible{outline:3px solid rgba(0,122,255,.55);outline-offset:3px}
.tla__modal-close svg{width:25px;height:25px}
.tla__modal-layout{
  display:grid;
  grid-template-columns:minmax(300px,.92fr) minmax(0,1.08fr);
  max-height:calc(100dvh - 32px);
  overflow:auto;
  overscroll-behavior:contain;
}
.tla__modal-media{min-height:520px;background:#e8e8ed}
.tla__modal-image{display:block;width:100%;height:100%;min-height:520px;object-fit:cover;object-position:center}
.tla__modal-content{display:flex;flex-direction:column;justify-content:center;padding:74px 58px 52px;color:var(--tla-text)}
.tla__modal-quote{font-size:clamp(21px,2.5vw,32px);font-weight:600;line-height:1.22;letter-spacing:-.025em;margin:0 0 44px;color:var(--tla-text);overflow-wrap:anywhere}
.tla__modal-footer{padding-top:22px;border-top:1px solid rgba(0,0,0,.09)}
.tla__modal-stars{display:inline-flex;gap:5px;margin-bottom:14px}
.tla__modal-stars svg{width:23px;height:23px;fill:#f4b400;filter:drop-shadow(0 1px 1px rgba(244,180,0,.16))}
.tla__modal-identity{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.tla__modal-city{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:6px 10px 6px 7px;
  border:1px solid rgba(0,0,0,.06);
  border-radius:999px;
  background:rgba(255,255,255,.8);
  color:var(--tla-muted);
  font-size:17px;
  line-height:1.15;
  box-shadow:0 8px 22px rgba(0,0,0,.07);
  -webkit-backdrop-filter:blur(12px) saturate(135%);
  backdrop-filter:blur(12px) saturate(135%);
}
.tla__modal-city::before{
  content:"";
  width:15px;
  height:15px;
  flex:0 0 15px;
  display:inline-block;
  border-radius:62% 62% 62% 0;
  transform:rotate(-45deg);
  background:
    radial-gradient(circle at 52% 48%,rgba(255,255,255,.98) 0 24%,transparent 26%),
    conic-gradient(from 215deg,#4285f4 0 24%,#34a853 24% 49%,#fbbc05 49% 74%,#ea4335 74% 100%);
  box-shadow:0 3px 10px rgba(0,0,0,.16), inset 0 0 0 1px rgba(255,255,255,.24);
}
.tla__modal-separator{font-size:17px;color:var(--tla-muted)}
.tla__modal-name{font-size:17px;font-weight:650;color:var(--tla-text)}


@media(min-width:1101px){
  .tla--desktop-3 .tla__card{flex-basis:calc((100% - var(--tla-gap) - var(--tla-gap)) / 3)}
  .tla--desktop-4 .tla__card{flex-basis:calc((100% - var(--tla-gap) - var(--tla-gap) - var(--tla-gap)) / 4)}
  .tla--desktop-5 .tla__card{flex-basis:calc((100% - var(--tla-gap) - var(--tla-gap) - var(--tla-gap) - var(--tla-gap)) / 5)}
  .tla__card{padding:11px}
  .tla__content{padding:19px 15px 15px}
  .tla__quote{font-size:17px;line-height:1.36;margin-bottom:24px}
  .tla__city{font-size:12.5px}
  .tla__name{font-size:13.5px}
}

@media(max-width:1100px){
  .tla{--tla-gap:20px;padding:92px 0}
  .tla__head{margin-bottom:50px}
  .tla__card{flex-basis:calc(33.333% - var(--tla-gap));border-radius:24px}
  .tla__media{border-radius:17px}
  .tla__content{padding:17px 13px 12px}
}

@media(max-width:760px){
  .tla__dialog{border-radius:28px;width:min(620px,calc(100vw - 20px));max-height:calc(100dvh - 20px)}
  .tla__modal-layout{grid-template-columns:1fr;max-height:calc(100dvh - 20px)}
  .tla__modal-media{min-height:0;aspect-ratio:4/3}
  .tla__modal-image{min-height:0;aspect-ratio:4/3}
  .tla__modal-content{padding:30px 26px 34px;justify-content:flex-start}
  .tla__modal-quote{font-size:clamp(19px,5.8vw,27px);margin-bottom:28px}
  .tla__modal-close{top:14px;right:14px;width:50px;height:50px}
}

@media(max-width:680px){
  .tla--mobile-full{
    position:relative;
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
  }
  .tla{
    --tla-gap:10px;
    padding:64px 0;
  }
  .tla__head{margin-bottom:34px;padding:0 20px}
  .tla__viewport{width:100%;max-width:none}
  .tla__track{padding:4px 0}

  .tla--mobile-3 .tla__card{
    flex:0 0 clamp(100px,29vw,126px);
    padding:6px;
    border-radius:17px;
  }
  .tla--mobile-3 .tla__media{
    aspect-ratio:4/5;
    border-radius:12px;
  }
  .tla--mobile-3 .tla__content{padding:10px 7px 7px}
  .tla--mobile-3 .tla__quote{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
    line-height:1.27;
    letter-spacing:-.01em;
    margin-bottom:10px;
  }
  .tla--mobile-3 .tla__footer{
    align-items:flex-start;
    flex-direction:column;
    gap:6px;
    padding-top:8px;
  }
  .tla--mobile-3 .tla__stars{gap:2px}
  .tla--mobile-3 .tla__stars svg{width:11px;height:11px}
  .tla--mobile-3 .tla__identity{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    gap:2px;
    white-space:normal;
    overflow:visible;
  }
  .tla--mobile-3 .tla__separator{display:none}
  .tla--mobile-3 .tla__city{
    display:inline-flex;
    width:auto;
    max-width:100%;
    align-items:flex-start;
    gap:3px;
    padding:2px 4px 2px 3px;
    font-size:clamp(7px,2.25vw,9px);
    line-height:1.12;
    white-space:normal;
  }
  .tla--mobile-3 .tla__city-mark{
    width:8px;
    height:8px;
    flex-basis:8px;
    margin-top:1px;
    box-shadow:0 1px 3px rgba(0,0,0,.15), inset 0 0 0 .8px rgba(255,255,255,.24);
  }
  .tla--mobile-3 .tla__city-text{
    min-width:0;
    white-space:normal;
    overflow-wrap:anywhere;
  }
  .tla--mobile-3 .tla__name{
    display:block;
    width:100%;
    font-size:clamp(7px,2.35vw,9.5px);
    line-height:1.12;
    white-space:normal;
    overflow:visible;
    text-overflow:clip;
    overflow-wrap:anywhere;
    word-break:normal;
  }

  .tla--mobile-2 .tla__card{
    flex:0 0 clamp(148px,43vw,190px);
    padding:8px;
    border-radius:20px;
  }
  .tla--mobile-2 .tla__media{border-radius:14px}
  .tla--mobile-2 .tla__content{padding:14px 10px 10px}
  .tla--mobile-2 .tla__quote{line-height:1.3;margin-bottom:15px}
  .tla--mobile-2 .tla__footer{align-items:flex-start;flex-direction:column;gap:7px}
  .tla--mobile-2 .tla__identity{white-space:normal;flex-wrap:wrap;justify-content:flex-start;overflow-wrap:anywhere}

  .tla--mobile-1 .tla__card{
    flex:0 0 82%;
    padding:10px;
    border-radius:24px;
  }
  .tla--mobile-1 .tla__media{border-radius:17px}
  .tla--mobile-1 .tla__content{padding:18px 14px 14px}

  .tla__controls{margin-top:30px;gap:18px}
  .tla__card:hover{transform:none}
}

@media(max-width:350px){
  .tla--mobile-3 .tla__card{flex-basis:100px}
  .tla--mobile-3 .tla__content{padding-left:6px;padding-right:6px}
}

@media(prefers-reduced-motion:reduce){
  .tla__track{scroll-behavior:auto}
  .tla__btn,.tla__dot,.tla__card,.tla__modal,.tla__dialog,.tla__modal-close{transition:none}
}
