.tt-about-crew { position: relative; overflow: hidden; padding: 68px 0 48px; background: #07111f; color: #fff; }
.tt-about-crew__inner,
.tt-about-gallery__inner { position: relative; z-index: 1; }
.tt-about-crew h2,
.tt-about-gallery h2 { margin: 0 0 28px; text-align: center; font-size: clamp(28px, 2.6vw, 43px); line-height: 1.25; }
.tt-about-crew h2 > i,
.tt-about-gallery h2 > i { display: inline-block; width: 13px; height: 13px; margin-left: 12px; border-radius: 50%; background: #e63946; vertical-align: .14em; }
.tt-about-crew__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 210px)); justify-content: center; gap: 12px 25px; }
.tt-about-crew-card { padding: 12px 12px 10px; border: 1px solid rgba(255,255,255,.26); border-radius: 12px; background: rgba(6, 15, 30, .5); text-align: center; }
.tt-about-crew-card figure,
.tt-about-gallery__item { position: relative; margin: 0; overflow: hidden; background: linear-gradient(135deg,#243249,#101a2a); }
.tt-about-crew-card figure { height: 145px; border-radius: 5px; }
.tt-about-crew-card figure img,
.tt-about-gallery__item img { width: 100%; height: 100%; object-fit: cover; }
.tt-about-crew-card figure > span,
.tt-about-gallery__item > span { display: grid; width: 100%; height: 100%; place-items: center; color: rgba(255,255,255,.7); }
.tt-about-crew-card figure b,
.tt-about-gallery__item b { position: absolute; z-index: 1; width: 16px; height: 16px; border-color: #e63946; border-style: solid; pointer-events: none; }
.tt-about-crew-card figure b:nth-last-child(4),
.tt-about-gallery__item b:nth-last-child(4) { top: 10px; right: 10px; border-width: 2px 2px 0 0; }
.tt-about-crew-card figure b:nth-last-child(3),
.tt-about-gallery__item b:nth-last-child(3) { top: 10px; left: 10px; border-width: 2px 0 0 2px; }
.tt-about-crew-card figure b:nth-last-child(2),
.tt-about-gallery__item b:nth-last-child(2) { bottom: 10px; right: 10px; border-width: 0 2px 2px 0; }
.tt-about-crew-card figure b:last-child,
.tt-about-gallery__item b:last-child { bottom: 10px; left: 10px; border-width: 0 0 2px 2px; }
.tt-about-crew-card h3 { margin: 9px 0 2px; font-size: 17px; }
.tt-about-crew-card p { margin: 0; color: #aab1bc; font-size: 13px; }
.tt-about-crew__plus { position: absolute; width: 24px; height: 24px; background: url('../icons/plus.svg') center / contain no-repeat; }
.tt-about-crew__plus--one { top: 22px; right: 25px; }.tt-about-crew__plus--two { bottom: 22px; left: 25px; }
.tt-about-crew__target { position: absolute; top: -68px; left: -35px; width: 220px; height: 220px; border: 1px solid rgba(230,57,70,.5); border-radius: 50%; }
.tt-about-crew__target::before,.tt-about-crew__target::after,.tt-about-crew__target i { position: absolute; content: ''; border: 1px solid rgba(230,57,70,.45); border-radius: 50%; inset: 25px; }.tt-about-crew__target::after { inset: 52px; }.tt-about-crew__target i { inset: 78px; }.tt-about-crew__target i:nth-child(2){inset:102px}.tt-about-crew__target i:nth-child(3){display:none}

.tt-about-gallery { position: relative; padding: 28px 0 52px; background: #f5f1e8; color: #0d1321; }
.tt-about-gallery__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px 24px; max-width: 1060px; margin: 0 auto; }
.tt-about-gallery__item { height: 152px; border-radius: 5px; }
.tt-about-gallery__features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; max-width: 1060px; margin: 22px auto 0; }
.tt-about-gallery__features article { display: flex; min-height: 61px; padding: 0 28px; align-items: center; gap: 16px; border: 1px solid rgba(13,19,33,.25); border-radius: 12px; }
.tt-about-gallery__features .tt-icon:first-child { width: 27px; height: 27px; }.tt-about-gallery__features span { flex: 1; font-size: 18px; font-weight: 800; }.tt-about-gallery__features .tt-icon:last-child { width: 33px; height: 33px; }
.tt-about-gallery__features .tt-icon--users,.tt-about-gallery__features .tt-icon--book,.tt-about-gallery__features .tt-icon--celebration { filter: brightness(0) saturate(100%); }
.tt-about-expand { display: none; }

@media (max-width:767px) {
	.tt-about-crew { padding: 47px 0 24px; }
	.tt-about-crew h2,.tt-about-gallery h2 { margin-bottom: 24px; padding: 0 22px; text-align: right; font-size: 29px; }
	.tt-about-crew__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px 18px; padding: 0 22px; }
	.tt-about-crew-card { padding: 13px 9px 14px; border-radius: 17px; }
	.tt-about-crew-card figure { height: clamp(145px, 39vw, 205px); }
	.tt-about-crew-card h3 { font-size: 18px; }.tt-about-crew-card p { font-size: 14px; }
	.tt-about-crew-card.is-extra,.tt-about-gallery__item.is-extra { display: none; }
	[data-expand-list].is-expanded .is-extra { display: block; animation: tt-about-reveal .28s ease both; }
	.tt-about-expand { display: flex; width: max-content; margin: 27px auto 0; padding: 0; align-items: center; gap: 10px; border: 0; background: transparent; color: #fff; font: inherit; cursor: pointer; }
	.tt-about-expand i { width: 10px; height: 10px; border-right: 2px solid #e63946; border-bottom: 2px solid #e63946; transform: rotate(45deg) translateY(-3px); transition: transform .2s ease; }.tt-about-expand[aria-expanded="true"] i { transform: rotate(225deg) translate(-3px, -3px); }
	.tt-about-gallery { padding: 34px 0 40px; }
	.tt-about-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 0 22px; }
	.tt-about-gallery__item { height: clamp(138px, 38vw, 215px); }.tt-about-expand--gallery { color: #e63946; }
	.tt-about-gallery__features { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px; margin: 28px 22px 0; }
	.tt-about-gallery__features article { min-height: 57px; padding: 8px; flex-direction: column; justify-content: center; gap: 4px; text-align: center; }.tt-about-gallery__features .tt-icon:first-child{display:none}.tt-about-gallery__features span{font-size:12px}.tt-about-gallery__features .tt-icon:last-child{width:25px;height:25px}
}
@keyframes tt-about-reveal { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: translateY(0); } }

.tt-about-trust { padding: 31px 0 37px; border-top: 1px solid rgba(13, 19, 33, .1); background: #f5f1e8; color: #0d1321; }
.tt-about-trust h2 { margin: 0 0 27px; text-align: center; font-size: 21px; }
.tt-about-trust__logos { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); max-width: 1260px; margin: 0 auto; align-items: center; gap: 26px; }
.tt-about-trust__logo { display: grid; min-height: 55px; place-items: center; }
.tt-about-trust__logo img { display: block; max-width: 100%; max-height: 48px; object-fit: contain; filter: grayscale(1) brightness(.55); opacity: .72; transition: filter .22s ease, opacity .22s ease, transform .22s ease; }
.tt-about-trust__logo:hover img { filter: none; opacity: 1; transform: scale(1.04); }
.tt-about-trust__logo span { color: #777; font-weight: 800; letter-spacing: 2px; }
@media (max-width: 767px) { .tt-about-trust { padding: 31px 22px 34px; }.tt-about-trust h2 { font-size: 18px; }.tt-about-trust__logos { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px 22px; }.tt-about-trust__logo { min-height: 43px; }.tt-about-trust__logo img { max-height: 35px; } }

.tt-about-awards { padding: 62px 0 68px; background: #07111f; color: #fff; }.tt-about-awards h2,.tt-about-why h2 { margin: 0 0 34px; text-align: right; font-size: 30px; }.tt-about-awards h2 i,.tt-about-why h2 i{display:inline-block;width:13px;height:13px;margin-left:12px;border-radius:50%;background:#e63946;vertical-align:.12em}.tt-about-awards__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px;max-width:1100px;margin:0 auto}.tt-about-awards article{display:flex;min-height:210px;padding:24px;align-items:center;justify-content:center;gap:12px;flex-direction:column;border:1px solid rgba(255,255,255,.28);border-top:4px solid #e63946;border-radius:11px;background:linear-gradient(135deg,#162237,#0a1321)}.tt-about-awards article b{color:#e63946;font-size:53px;line-height:1}.tt-about-awards article strong{font-size:18px}.tt-about-awards article span{padding:5px 11px;border:1px solid rgba(255,255,255,.25);border-radius:5px;font-family:monospace;letter-spacing:2px}
.tt-about-why{padding:52px 0 68px;background:#f5f1e8;color:#0d1321}.tt-about-why__inner{display:grid;grid-template-columns:1fr 1.1fr;gap:85px;align-items:center}.tt-about-why__browser{position:relative;height:285px;overflow:hidden;border-radius:12px;background:linear-gradient(#0d1728 0 43px,#fff 43px);box-shadow:0 13px 25px rgba(13,19,33,.14)}.tt-about-why__browser i{position:relative;top:15px;right:18px;display:inline-block;width:11px;height:11px;margin-left:6px;border-radius:50%;background:#e63946}.tt-about-why__browser i:nth-child(2){background:#eee}.tt-about-why__browser i:nth-child(3){background:#ddd}.tt-about-why__browser b{position:absolute;left:45px;right:50px;bottom:42px;height:100px;border-bottom:3px solid #e63946;background:linear-gradient(145deg,transparent 49%,#e63946 50% 52%,transparent 53%);transform:skewY(-20deg)}.tt-about-why__browser span{position:absolute;right:45px;top:92px;width:95px;height:95px;border:9px solid #e63946;border-radius:50%;box-shadow:inset 0 0 0 10px #fff;background:#e63946}.tt-about-why__copy article{display:flex;padding:13px 17px;gap:15px;align-items:center;border:1px solid rgba(13,19,33,.12);border-radius:8px}.tt-about-why__copy article+article{margin-top:7px}.tt-about-why__copy article>span{order:-1}.tt-about-why__copy article .tt-icon{width:34px;height:34px}.tt-about-why__copy h3{margin:0;font-size:19px}.tt-about-why__copy p{margin:4px 0 0;color:#646a73;font-size:13px}
@media(max-width:767px){.tt-about-awards{padding:47px 22px 38px}.tt-about-awards h2,.tt-about-why h2{font-size:27px}.tt-about-awards__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 18px}.tt-about-awards article{min-height:180px;padding:16px}.tt-about-awards article strong{text-align:center;font-size:16px}.tt-about-why{padding:42px 22px 48px}.tt-about-why__inner{display:flex;flex-direction:column-reverse;gap:31px}.tt-about-why h2{margin-bottom:20px}.tt-about-why__copy article{padding:15px 0;border-width:0 0 1px;border-radius:0}.tt-about-why__copy article .tt-icon{width:43px;height:43px}.tt-about-why__copy h3{font-size:18px}.tt-about-why__copy p{font-size:13px;line-height:1.8}.tt-about-why__browser{width:85%;height:180px;margin:0 auto}.tt-about-why__browser b{left:25px;right:30px;bottom:22px;height:66px}.tt-about-why__browser span{right:26px;top:67px;width:60px;height:60px;border-width:6px}}
.tt-about-why__visual{order:2}.tt-about-why__copy{order:1}.tt-about-why__image{position:relative;height:285px;margin:0;overflow:hidden;border-radius:12px;background:#e9e6df}.tt-about-why__image>img{width:100%;height:100%;object-fit:cover}.tt-about-why__image>span{display:grid;width:100%;height:100%;place-items:center;color:#6f7379}.tt-about-why__image>b{position:absolute;width:25px;height:25px;border:2px solid #e63946}.tt-about-why__image>b:nth-last-child(4){top:0;right:0;border-width:2px 2px 0 0}.tt-about-why__image>b:nth-last-child(3){top:0;left:0;border-width:2px 0 0 2px}.tt-about-why__image>b:nth-last-child(2){bottom:0;right:0;border-width:0 2px 2px 0}.tt-about-why__image>b:last-child{bottom:0;left:0;border-width:0 0 2px 2px}.tt-about-why__copy article{align-items:flex-start}.tt-about-why__copy article>span{order:0;margin-top:1px}.tt-about-why__copy article div{flex:1}.tt-about-why__copy article h3{display:flex;align-items:center;gap:10px}
@media(max-width:767px){.tt-about-why__visual{order:2}.tt-about-why__copy{order:1}.tt-about-why__image{width:85%;height:180px;margin:0 auto}.tt-about-why__copy article>span{order:0}.tt-about-why__copy article .tt-icon{width:34px;height:34px}}
.tt-about-why__image { width: 88%; height: 245px; margin: 0 auto; overflow: visible; }
.tt-about-why__image > img,
.tt-about-why__image > span { overflow: hidden; border-radius: 12px; }
.tt-about-why__image > b { width: 27px; height: 27px; }
.tt-about-why__image > b:nth-last-child(4) { top: -12px; right: -12px; }
.tt-about-why__image > b:nth-last-child(3) { top: -12px; left: -12px; }
.tt-about-why__image > b:nth-last-child(2) { bottom: -12px; right: -12px; }
.tt-about-why__image > b:last-child { bottom: -12px; left: -12px; }
@media(max-width:767px){.tt-about-why__image{width:94%;height:220px}.tt-about-why__image>b:nth-last-child(4){top:-10px;right:-10px}.tt-about-why__image>b:nth-last-child(3){top:-10px;left:-10px}.tt-about-why__image>b:nth-last-child(2){bottom:-10px;right:-10px}.tt-about-why__image>b:last-child{bottom:-10px;left:-10px}}
.tt-about-why__image { height: 350px; }
@media(max-width:767px){.tt-about-why__image{height:290px}}
@media(max-width:767px){.tt-about-why__image{width:100%}}
.tt-about-recruit{direction: ltr; padding:58px 0 42px;background:#f5f1e8;color:#0d1321}.tt-about-recruit__inner{display:grid;grid-template-columns:1.05fr .95fr;gap:90px;align-items:center}.tt-about-recruit__image figure{position:relative;height:350px;margin:0;overflow:visible;border-radius:10px;background:#ddd}.tt-about-recruit__image img,.tt-about-recruit__image figure>span{display:grid;width:100%;height:100%;place-items:center;overflow:hidden;border-radius:10px;object-fit:cover;color:#777}.tt-about-recruit__image b{position:absolute;width:28px;height:28px;border:2px solid #e63946}.tt-about-recruit__image b:nth-last-child(5){top:-12px;right:-12px;border-width:2px 2px 0 0}.tt-about-recruit__image b:nth-last-child(4){top:-12px;left:-12px;border-width:2px 0 0 2px}.tt-about-recruit__image b:nth-last-child(3){bottom:-12px;right:-12px;border-width:0 2px 2px 0}.tt-about-recruit__image b:nth-last-child(2){bottom:-12px;left:-12px;border-width:0 0 2px 2px}.tt-about-recruit figcaption{position:absolute;bottom:10px;right:18px;padding:8px 13px;border:1px solid #fff;border-radius:6px;background:#081221;color:#fff;font-family:monospace;letter-spacing:1px}.tt-about-recruit h2{margin:0;font-size:42px}.tt-about-recruit h2 i{display:inline-block;width:14px;height:14px;margin-left:12px;border-radius:50%;background:#e63946}.tt-about-recruit__copy>p{font-size:17px;line-height:2}.tt-about-recruit__roles{display:flex;gap:20px;margin:24px 0}.tt-about-recruit__roles span{flex:1;padding:2px;border:1px solid rgba(13,19,33,.7);border-radius:6px;text-align:center}.tt-about-recruit__roles span::before{content:'•';color:#e63946;margin-left:8px}.tt-about-recruit__button{padding:16px 55px;border:0;border-radius:8px;background:#e63946;color:#fff;font:inherit;font-weight:800;cursor:pointer}.tt-about-project{position:relative;overflow:hidden;padding:22px 0;background:#07111f;color:#fff;text-align:right}.tt-about-project h2{margin:0 0 24px;font-size:42px; padding-top: 115px;}.tt-about-project button{padding:15px 35px;border:0;border-radius:8px;background:#f5f1e8;color:#e63946;font:inherit;font-weight:800;cursor:pointer}.tt-about-project__target{position:absolute;left:8%;top:50%;width:170px;height:170px;border:1px solid rgba(255,255,255,.5);border-radius:50%;transform:translateY(-50%);box-shadow:0 0 0 20px rgba(255,255,255,.05),0 0 0 40px rgba(255,255,255,.04)}
@media(max-width:767px){.tt-about-recruit{padding:45px 22px}.tt-about-recruit__inner{display:flex;flex-direction:column-reverse;gap:28px}.tt-about-recruit__copy{text-align:center}.tt-about-recruit h2{font-size:32px}.tt-about-recruit__copy>p{font-size:16px}.tt-about-recruit__image{width:100%}.tt-about-recruit__image figure{height:290px}.tt-about-recruit__roles{gap:9px}.tt-about-recruit__roles span{padding:9px 4px;font-size:13px}.tt-about-recruit__button{width:100%;margin-top:4px}.tt-about-project{padding:60px 22px}.tt-about-project h2{font-size:32px;line-height:1.45}.tt-about-project button{width:100%;font-size:19px}.tt-about-project__target{top:30px;left:50%;width:100px;height:100px;transform:translateX(-50%);opacity:.7}}
.tt-about-recruit__image { order: 2; }.tt-about-recruit__copy { order: 1; direction: rtl; }
.tt-about-recruit__button,
.tt-about-project button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; }
.tt-about-recruit__button::after,
.tt-about-project button::after { width: 24px; height: 24px; content: ''; background: url('../icons/arrow-left.svg') center / contain no-repeat; }
.tt-about-recruit__button::after { filter: brightness(0) invert(1); }
.tt-about-project::before,.tt-about-project::after,.tt-about-project .tt-container::before,.tt-about-project .tt-container::after { position:absolute;z-index:1;content:'+';color:#e63946;font-size:40px;font-weight:300;line-height:1; }.tt-about-project::before{top:22px;right:28px}.tt-about-project::after{bottom:22px;right:28px}.tt-about-project .tt-container::before{top:22px;left:28px}.tt-about-project .tt-container::after{bottom:22px;left:28px}
.tt-about-project__target { display: grid; place-items: center; border-color: rgba(255,255,255,.72); background: #07111f; box-shadow: 0 0 0 18px #07111f, 0 0 0 19px rgba(255,255,255,.7), 0 0 0 39px #07111f, 0 0 0 40px rgba(255,255,255,.55), 0 0 0 59px #07111f, 0 0 0 60px rgba(255,255,255,.35); }
.tt-about-project__target::before { content:''; width: 18px; height:18px; border-radius:50%; background:#e63946; }
@media(max-width:767px){.tt-about-recruit__image{order:2}.tt-about-recruit__copy{order:1}.tt-about-project::before{top:20px;right:22px}.tt-about-project::after{bottom:20px;right:22px}.tt-about-project .tt-container::before{top:20px;left:22px}.tt-about-project .tt-container::after{bottom:20px;left:22px}.tt-about-project__target{background:#07111f;box-shadow:0 0 0 11px #07111f,0 0 0 12px rgba(255,255,255,.7),0 0 0 24px #07111f,0 0 0 25px rgba(255,255,255,.45)}}
