.gallery-page .timeline2{--date-col:170px;--gap:44px;--dot:12px;--line:2px;position:relative;padding:6px 0}.gallery-page .timeline2::before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--date-col)+var(--gap) / 2);width:var(--line);background:#075B5E;opacity:.9}.gallery-page .t2-item{display:grid;grid-template-columns:var(--date-col) 1fr;column-gap:var(--gap);align-items:start;position:relative;padding:14px 0 26px}.gallery-page .t2-item::before{content:"";position:absolute;left:calc(var(--date-col)+var(--gap) / 2 - var(--dot) / 2);top:28px;width:var(--dot);height:var(--dot);border-radius:50%;background:#075B5E;border:3px solid #fff;box-shadow:0 0 0 3px rgba(7,91,94,.15);z-index:1}.gallery-page .t2-date{color:#075B5E;font-weight:800;white-space:nowrap;align-self:start;position:sticky;top:160px;padding-top:4px}.gallery-page .t2-card{background:#fff;border:5px solid #e6eef3;border-radius:14px;padding:18px 18px 14px;box-shadow:0 6px 20px rgba(0,0,0,.06)}.gallery-page .t-title{font-size:1.15rem;color:#0b2e5c;margin-bottom:4px;font-weight:700}.gallery-page .t-meta{font-size:.9rem;color:#64748b;margin-bottom:12px}.gallery-page .t-count{display:inline-block;background:#075B5E;color:#fff;border-radius:999px;padding:3px 10px;font-size:.8rem;margin-left:8px}.gallery-page .t-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.gallery-page .t-photo{display:block;position:relative;border-radius:10px;overflow:hidden;border:1px solid #e6eef3;cursor:pointer}.gallery-page .t-photo img{width:100%;height:140px;object-fit:cover;display:block;transition:transform .25s ease}.gallery-page .t-photo:hover img{transform:scale(1.05)}.gallery-page .t-cap{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(transparent,rgba(0,0,0,.65));color:#fff;font-size:.85rem;padding:10px 10px 8px;opacity:0;transition:opacity .2s ease}.gallery-page .t-photo:hover .t-cap{opacity:1}@media (max-width:1280px){.gallery-page .timeline2{--date-col:150px}.gallery-page .t-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:920px){.gallery-page .timeline2{--date-col:130px;--gap:18px}}@media (max-width:700px){.gallery-page .timeline2::before{display:none}.gallery-page .t2-item{grid-template-columns:1fr}.gallery-page .t2-item::before{display:none}.gallery-page .t2-date{position:static;margin-bottom:6px}.gallery-page .t-grid{grid-template-columns:repeat(2,1fr)}}.gallery-page .t2-profile{display:grid;grid-template-columns:180px 1fr;gap:16px;align-items:center;margin-bottom:14px;border-bottom:1px solid #ccc;border-radius:10px;padding:22px;background-color:#DCF2F1}.gallery-page .t2-portrait{width:180px;height:200px;border-radius:12px;object-fit:cover;border:1px solid #e6eef3;box-shadow:0 6px 16px rgba(0,0,0,.06)}.gallery-page .t2-bio .t2-name{font-size:1.2rem;font-weight:800;color:#0b2e5c;margin-bottom:4px}.gallery-page .t2-bio .t2-role{font-size:.95rem;color:#64748b;margin-bottom:10px}.gallery-page .t2-bio .t2-cv{font-size:.95rem;color:#0f172a;line-height:1.65}.gallery-page .t2-meta{display:grid;grid-template-columns:140px 1fr;row-gap:6px;column-gap:14px;margin-top:10px;font-size:.95rem}.gallery-page .t2-meta dt{color:#64748b;font-weight:600}.gallery-page .t2-meta dd{margin:0;color:#0f172a}.gallery-page .t2-bio .t2-link{display:inline-block;margin-top:10px;padding:6px 10px;border-radius:8px;background:#f1f5f9;color:#0b2e5c;font-size:.9rem;border:1px solid #e6eef3}@media (max-width:920px){.gallery-page .t2-profile{grid-template-columns:120px 1fr}.gallery-page .t2-portrait{width:120px;height:120px}.gallery-page .t2-meta{grid-template-columns:120px 1fr}}@media (max-width:700px){.gallery-page .t2-profile{grid-template-columns:1fr;align-items:start}.gallery-page .t2-portrait{width:120px;height:120px}.gallery-page .t2-meta{grid-template-columns:1fr}}.gallery-page .t2-simple .t2-name{font-size:1.2rem;font-weight:800;color:#0b2e5c;margin-bottom:4px}.gallery-page .t2-simple .t2-role{font-size:.95rem;color:#64748b;margin-bottom:10px}.gallery-page .t2-terms{display:grid;gap:4px;font-size:.98rem;color:#0f172a}.gallery-page .gcats{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:16px}.gallery-page .gcat{transition:transform 0.3s ease}.gallery-page .gcat:hover{transform:translateY(-5px)}.gallery-page .gcat a{display:block;background:#fff;border:1px solid #e6eef3;border-radius:12px;overflow:hidden;height:100%;transition:box-shadow 0.3s ease,border-color 0.3s ease}.gallery-page .gcat:hover a{box-shadow:0 10px 25px rgba(0,0,0,0.08);border-color:#d0dbe1}.gallery-page .gcat img{width:100%;height:180px;object-fit:cover;display:block;transition:transform 0.5s ease}.gallery-page .gcat:hover img{transform:scale(1.03)}.gallery-page .gcat h4{margin:0;padding:16px 14px;font-size:1rem;color:#0b2e5c;font-weight:700;text-align:center;background:#fff;border-top:1px solid #f1f5f9}@media (max-width:1200px){.gallery-page .gcats{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.gallery-page .gcats{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.gallery-page .gcats{grid-template-columns:1fr}}