.ta-single-project{--ta-sp-accent:#32b8ad;--ta-sp-primary:#16346b;--ta-sp-text:#28384f;--ta-sp-muted:#738095;--ta-sp-border:#e4e9ef;--ta-sp-radius:12px;background:#fff;padding:28px 20px 70px;direction:rtl;color:var(--ta-sp-text)}
.ta-single-project *{box-sizing:border-box}.ta-single-project__container{width:100%;max-width:1440px;margin:auto}.ta-single-project__layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-template-areas:"main sidebar";gap:28px;align-items:start;direction:ltr}.ta-single-project__main{grid-area:main;min-width:0;direction:rtl}.ta-single-project__sidebar{grid-area:sidebar;direction:rtl}.ta-single-project__card,.ta-single-project__section,.ta-single-project__side-card{background:#fff;border:1px solid var(--ta-sp-border);border-radius:var(--ta-sp-radius);box-shadow:0 6px 22px rgba(17,50,91,.04)}
.ta-single-project__intro{display:grid;grid-template-columns:minmax(360px,48%) 1fr;overflow:hidden}.ta-single-project__image{min-height:340px}.ta-single-project__image img{width:100%;height:100%;display:block;object-fit:cover}.ta-single-project__intro-copy{padding:34px}.ta-single-project__badge{display:inline-flex;background:var(--ta-sp-accent);color:#fff;padding:6px 12px;border-radius:5px;font-size:12px}.ta-single-project__title{color:var(--ta-sp-primary);font-size:30px;line-height:1.5;margin:16px 0 14px}.ta-single-project__content{line-height:2;color:var(--ta-sp-text)}.ta-single-project__content p{margin:0 0 12px}.ta-single-project__highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px;padding-top:22px;border-top:1px solid var(--ta-sp-border)}
.ta-single-project__highlights li,.ta-single-project__side-card li{list-style:none;display:flex;gap:11px;align-items:flex-start}.ta-single-project__item-icon{width:24px;height:24px;display:inline-grid;place-items:center;flex:0 0 24px;color:var(--ta-sp-accent)}.ta-single-project__icon{width:100%;height:100%;display:block}.ta-single-project__highlights .ta-single-project__item-icon,.ta-single-project__side-card .ta-single-project__item-icon{margin-top:1px}.ta-single-project__highlights small,.ta-single-project__side-card small{display:block;color:var(--ta-sp-muted);font-size:11px;margin-bottom:4px}.ta-single-project__highlights strong,.ta-single-project__side-card strong{color:var(--ta-sp-primary);font-size:13px}
.ta-single-project__tabs{display:flex;gap:32px;padding:0 20px;margin:20px 0 0;border-bottom:1px solid var(--ta-sp-border);overflow:auto}.ta-single-project__section[data-ta-panel]{display:none}.ta-single-project__section[data-ta-panel].is-active{display:block;animation:taSpPanelIn .22s ease}@keyframes taSpPanelIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.ta-single-project__tabs button{border:0;background:none;padding:18px 4px;color:var(--ta-sp-text);white-space:nowrap;cursor:pointer;border-bottom:2px solid transparent}.ta-single-project__tabs button.is-active{color:var(--ta-sp-primary);border-color:var(--ta-sp-accent);font-weight:700}.ta-single-project__section{padding:26px 30px;margin-top:20px}.ta-single-project__section-title,.ta-single-project__side-title{color:var(--ta-sp-primary);font-size:18px;margin:0 0 20px}.ta-single-project__section-title{position:relative;padding-right:14px}.ta-single-project__section-title:before{content:"";position:absolute;right:0;top:.35em;width:3px;height:1.1em;border-radius:3px;background:var(--ta-sp-accent)}
.ta-single-project__timeline{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:0;margin:8px 0 0;padding:0}.ta-single-project__timeline li{list-style:none;position:relative;text-align:center;padding:0 12px}.ta-single-project__timeline li:not(:last-child):after{content:"";position:absolute;left:-50%;right:50%;top:25px;height:2px;background:#bde9e5;z-index:0}.ta-single-project__timeline-icon{position:relative;z-index:1;width:50px;height:50px;border:8px solid #dff5f3;border-radius:50%;display:grid;place-items:center;background:var(--ta-sp-accent);color:#fff;margin:0 auto 12px}.ta-single-project__timeline strong,.ta-single-project__timeline small{display:block}.ta-single-project__timeline strong{color:var(--ta-sp-primary)}.ta-single-project__timeline small{color:var(--ta-sp-muted);margin-top:5px}.ta-single-project__timeline p{font-size:12px;line-height:1.7;color:var(--ta-sp-muted)}
.ta-single-project__gallery{padding:20px 24px;margin-top:20px}.ta-single-project__gallery header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:20px}.ta-single-project__gallery header button{border:1px solid var(--ta-sp-accent);background:#fff;color:var(--ta-sp-accent);border-radius:5px;padding:8px 14px;cursor:pointer}.ta-single-project__gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.ta-single-project__gallery-grid a{display:block;aspect-ratio:1.55;overflow:hidden;border-radius:7px}.ta-single-project__gallery-grid img{width:100%;height:100%;object-fit:cover}
.ta-single-project__sidebar{display:grid;gap:20px;position:sticky;top:100px}.ta-single-project__side-card{padding:24px}.ta-single-project__side-card ul{padding:0;margin:0}.ta-single-project__side-card li{padding:14px 0;border-bottom:1px solid var(--ta-sp-border)}.ta-single-project__side-card li:last-child{border-bottom:0}.ta-single-project__links a{display:flex;align-items:center;gap:10px;color:var(--ta-sp-text);text-decoration:none;width:100%}.ta-single-project__links a:hover{color:var(--ta-sp-accent)}.ta-single-project__cta{background:linear-gradient(145deg,#f3fbfb,#fff);border:1px solid #dceeee;border-radius:var(--ta-sp-radius);padding:28px 24px;text-align:center}.ta-single-project__cta>.ta-single-project__icon{width:48px;height:48px;color:var(--ta-sp-accent);margin:0 auto}.ta-single-project__cta h2{font-size:18px;color:var(--ta-sp-primary)}.ta-single-project__cta p{color:var(--ta-sp-muted);line-height:1.9;font-size:13px}.ta-single-project__cta a{display:flex;justify-content:center;align-items:center;gap:8px;border:1px solid var(--ta-sp-accent);border-radius:6px;padding:10px;color:var(--ta-sp-primary);text-decoration:none;background:#fff}

.ta-single-project__cta a .ta-single-project__icon{width:16px;height:16px}.ta-single-project__links .ta-single-project__item-icon{width:22px;height:22px;flex-basis:22px}.ta-single-project__timeline-icon .ta-single-project__icon{width:24px;height:24px}

.ta-single-project__gallery-grid a{cursor:zoom-in}.ta-single-project__gallery-grid a:focus-visible{outline:3px solid var(--ta-sp-accent);outline-offset:3px}
body.ta-gallery-modal-open{overflow:hidden}.ta-single-project__gallery-modal[hidden]{display:none!important}.ta-single-project__gallery-modal{position:fixed;inset:0;z-index:100000;background:rgba(15,27,45,.78);padding:24px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(3px)}.ta-single-project__gallery-dialog{width:min(1040px,calc(100vw - 48px));height:min(760px,calc(100vh - 48px));max-height:calc(100vh - 48px);height:min(760px,calc(100dvh - 48px));max-height:calc(100dvh - 48px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.45);isolation:isolate}.ta-single-project__gallery-modal-header{display:flex;align-items:center;justify-content:space-between;gap:18px;min-width:0;padding:14px 18px;border-bottom:1px solid var(--ta-sp-border);background:#fff;position:relative;z-index:4}.ta-single-project__gallery-modal-header h2{margin:0;min-width:0;color:var(--ta-sp-primary);font-size:18px;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ta-single-project__gallery-close{width:40px;height:40px;display:grid;place-items:center;flex:0 0 40px;border:1px solid var(--ta-sp-border);background:#fff;color:var(--ta-sp-primary);border-radius:50%;font-size:28px;line-height:1;cursor:pointer}.ta-single-project__gallery-close:hover,.ta-single-project__gallery-close:focus-visible{border-color:var(--ta-sp-accent);color:var(--ta-sp-accent);outline:none}.ta-single-project__gallery-stage-wrap{position:relative;min-width:0;min-height:0;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f4f7f9;padding:14px 58px}.ta-single-project__gallery-stage{position:relative;width:100%;height:100%;min-width:0;min-height:0;margin:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.ta-single-project__gallery-stage img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;border-radius:10px;background:#eef2f5}.ta-single-project__gallery-stage figcaption{position:absolute;inset-inline-start:12px;bottom:12px;min-width:54px;padding:5px 9px;border-radius:999px;background:rgba(15,27,45,.72);color:#fff;font-size:12px;text-align:center;direction:ltr}.ta-single-project__gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--ta-sp-border);border-radius:50%;background:#fff;color:var(--ta-sp-primary);font-size:34px;line-height:1;cursor:pointer;z-index:3;box-shadow:0 4px 14px rgba(15,27,45,.10)}.ta-single-project__gallery-nav:hover,.ta-single-project__gallery-nav:focus-visible{border-color:var(--ta-sp-accent);color:var(--ta-sp-accent);outline:none}.ta-single-project__gallery-modal[dir="ltr"] .ta-single-project__gallery-nav--prev{left:10px;right:auto}.ta-single-project__gallery-modal[dir="ltr"] .ta-single-project__gallery-nav--next{right:10px;left:auto}.ta-single-project__gallery-modal[dir="rtl"] .ta-single-project__gallery-nav--prev{right:10px;left:auto}.ta-single-project__gallery-modal[dir="rtl"] .ta-single-project__gallery-nav--next{left:10px;right:auto}.ta-single-project__gallery-thumbs{display:flex;gap:10px;min-width:0;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;padding:12px 16px 14px;background:#fff;border-top:1px solid var(--ta-sp-border);scrollbar-width:thin}.ta-single-project__gallery-modal[dir="rtl"] .ta-single-project__gallery-thumbs{direction:rtl}.ta-single-project__gallery-modal[dir="ltr"] .ta-single-project__gallery-thumbs{direction:ltr}.ta-single-project__gallery-thumb{flex:0 0 96px;aspect-ratio:1.55;padding:0;border:2px solid transparent;border-radius:9px;overflow:hidden;background:#eef2f5;cursor:pointer;opacity:.72;transition:border-color .18s ease,opacity .18s ease,transform .18s ease}.ta-single-project__gallery-thumb:hover{opacity:1;transform:translateY(-1px)}.ta-single-project__gallery-thumb.is-active{border-color:var(--ta-sp-accent);opacity:1}.ta-single-project__gallery-thumb:focus-visible{outline:3px solid var(--ta-sp-accent);outline-offset:2px}.ta-single-project__gallery-thumb img{display:block;width:100%;height:100%;object-fit:cover}
