@keyframes ptFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero.hero--pt{height:auto;min-height:100vh;padding:var(--nav-height) clamp(20px, 4vw, 60px) 40px;flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.hero--pt .hero__photo-zone{position:absolute;inset:0;overflow:hidden}.hero--pt .hero__photo-zone--placeholder{background:radial-gradient(at 30% 40%,#ff6b3526,#0000 60%),linear-gradient(135deg,#1a1a1a 0%,#2a2a2a 100%)}.hero--pt .hero__photo-img{object-fit:cover;object-position:center 25%;filter:brightness(1.05)contrast(1.08)saturate(.95);width:100%;height:100%}.hero--pt .hero__photo-overlay{pointer-events:none;background:linear-gradient(90deg,#0009 0%,#00000040 45%,#0000 70%),linear-gradient(#0000004d 0%,#0000 30% 70%,#00000059 100%),radial-gradient(at 70%,#0000 30%,#00000040 100%);position:absolute;inset:0}.hero--pt .hero__grid{pointer-events:none;opacity:.4;z-index:1;background-image:linear-gradient(#ffffff26 1px,#0000 1px),linear-gradient(90deg,#ffffff26 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0}.hero--pt .hero__content{z-index:2;max-width:1200px;position:relative}.hero--pt .hero__label{font-family:var(--mono);font-size:var(--text-xs,11px);letter-spacing:3px;text-transform:uppercase;color:#fff9;-webkit-backdrop-filter:blur(8px);opacity:0;animation:ptFadeUp .8s var(--ease) .2s forwards;background:#ffffff1f;border:none;border-radius:4px;margin-bottom:24px;padding:8px 14px 6px;font-weight:500;display:inline-block}.hero--pt .hero__title{font-family:var(--display);letter-spacing:-3px;color:#fff;text-shadow:2px 4px #00000059;opacity:0;max-width:900px;animation:ptFadeUp .8s var(--ease) .35s forwards;font-size:clamp(48px,8vw,110px);font-weight:700;line-height:.92}.hero--pt .hero__title .gradient-text{background:var(--gradient);-webkit-text-fill-color:transparent;filter:drop-shadow(2px 4px #00000059);text-shadow:none;-webkit-background-clip:text}.hero--pt .hero__sub{font-size:var(--text-md);color:#ffffffbf;opacity:0;max-width:560px;animation:ptFadeUp .8s var(--ease) .5s forwards;margin-top:32px;font-weight:300;line-height:1.7}.hero--pt .hero__actions{opacity:0;animation:ptFadeUp .8s var(--ease) .65s forwards;gap:16px;margin-top:40px;display:flex}.hero--pt .btn-secondary{color:#fff;border-color:#fff6}.hero--pt .btn-secondary:hover{color:#fff;background:#ffffff14;border-color:#fffc}.pt-page .pt-section{padding:var(--section-standard) var(--grid-gutter)}.pt-page .pt-section--surface{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.pt-page .pt-section--compact-bottom{padding-bottom:0}.pt-page .pt-section__inner{max-width:var(--grid-max);margin:0 auto}.pt-page .pt-intro__body{max-width:800px;margin-top:var(--section-gap)}.pt-page .pt-intro__body p{font-size:var(--text-lg);color:var(--text-2);margin-bottom:20px;font-weight:300;line-height:1.7}.pt-page .pt-intro__body p:last-child{margin-bottom:0}.pt-page .equipment-strip__grid{background:var(--border);border:1px solid var(--border);margin-top:var(--section-gap);border-radius:12px;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.pt-page .equipment-item{background:var(--surface);align-items:center;gap:16px;padding:28px 24px;display:flex}.pt-page .equipment-item i{font-size:var(--icon-lg);color:var(--s2s-orange);flex-shrink:0}.pt-page .equipment-item__name{font-family:var(--body);font-weight:500;font-size:var(--text-base);color:var(--text-1);line-height:1.3}.pt-page .equipment-item__desc{font-family:var(--mono);font-size:var(--text-xs,11px);letter-spacing:.5px;color:var(--text-3);margin-top:2px}.pt-page .test-cards{background:var(--border);border:1px solid var(--border);margin-top:var(--section-gap);border-radius:12px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.pt-page .test-cards--stacked{grid-template-columns:1fr;margin-top:0}.pt-page .test-cards--cols-2{grid-template-columns:repeat(2,1fr)}.pt-page .test-cards--cols-1{grid-template-columns:1fr;max-width:calc(50% - .5px)}.pt-page .test-card{background:var(--surface);transition:background .25s var(--ease);flex-direction:column;padding:32px 28px;display:flex;position:relative}.pt-page .test-card:hover{background:var(--surface-2)}.pt-page .test-card__thumb{background:var(--surface-2);height:200px;margin:-32px -28px 20px;overflow:hidden}.pt-page .test-card__thumb img{object-fit:cover;object-position:center center;width:100%;height:100%;transition:transform .4s var(--ease);display:block}.pt-page .test-card:hover .test-card__thumb img{transform:scale(1.03)}.pt-page .test-card__thumb--placeholder{background:repeating-linear-gradient(135deg, var(--surface-2) 0 16px, var(--surface-3) 16px 32px)}.pt-page .test-card--featured>.test-card__thumb{aspect-ratio:3;height:auto;margin:0}.pt-page .test-card--featured:hover>.test-card__thumb img{transform:scale(1.03)}.pt-page .test-card--featured{background:var(--surface-3,var(--surface-2));grid-column:span 2;padding:0}.pt-page .test-card--featured__inner{background:var(--border);grid-template-columns:1fr 1fr;gap:1px;height:100%;display:grid}.pt-page .test-card--featured__inner--stacked{grid-template-columns:1fr}.pt-page .test-card--featured__main,.pt-page .test-card--featured__side{background:var(--surface-3,var(--surface-2));flex-direction:column;padding:32px 28px;display:flex}.pt-page .test-card__badge{font-family:var(--mono);font-size:var(--text-xs,11px);letter-spacing:1.5px;text-transform:uppercase;background:var(--gradient);color:#fff;border-radius:4px;align-self:flex-start;margin-bottom:16px;padding:4px 10px 3px;line-height:1;display:inline-block}.pt-page .test-card__deliverables{flex:1}.pt-page .test-card__deliverables-label{font-family:var(--mono);font-size:var(--text-xs,11px);letter-spacing:2px;text-transform:uppercase;color:var(--text-3);margin-bottom:16px;display:block}.pt-page .test-card__deliverables-list{margin:0;padding:0;list-style:none}.pt-page .test-card__deliverables-list li{font-size:var(--text-sm,12px);color:var(--text-2);border-bottom:1px solid var(--border);align-items:flex-start;gap:10px;padding:6px 0;line-height:1.5;display:flex}.pt-page .test-card__deliverables-list li:last-child{border-bottom:none}.pt-page .test-card__deliverables-list li i{font-size:var(--icon-sm);color:var(--s2s-orange);flex-shrink:0;margin-top:1px}.pt-page .test-card__header{align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.pt-page .test-card__icon{background:var(--bg);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.pt-page .test-card--featured .test-card__icon{background:var(--surface)}.pt-page .test-card__icon i{font-size:var(--icon-base);color:var(--s2s-orange)}.pt-page .test-card__title{font-family:var(--display);font-weight:600;font-size:var(--text-lg);letter-spacing:-.3px;color:var(--text-1);line-height:1.3}.pt-page .test-card__duration{font-family:var(--mono);font-size:var(--text-sm,12px);color:var(--text-3);align-items:center;gap:4px;margin-top:4px;display:flex}.pt-page .test-card__duration i{font-size:var(--text-sm,12px)}.pt-page .test-card__desc{font-size:var(--text-base);color:var(--text-2);flex:1;margin-bottom:20px;line-height:1.7}.pt-page .test-card__pricing{border-top:1px solid var(--border);background:var(--border);border-radius:6px;gap:1px;margin-top:auto;padding-top:16px;display:flex;overflow:hidden}.pt-page .test-card__book{background:var(--surface-2);transition:background .25s var(--ease);flex-direction:column;flex:1;align-items:center;gap:4px;padding:12px 8px;text-decoration:none;display:flex}.pt-page .test-card__book:hover{background:var(--surface-3)}.pt-page .test-card__price{font-family:var(--display);font-size:var(--text-lg);letter-spacing:-.5px;color:var(--text-1);font-weight:700}.pt-page .test-card__currency{font-family:var(--mono);font-size:var(--text-xs,11px);color:var(--text-3);letter-spacing:.5px;font-weight:400}.pt-page .test-card__book-label{font-size:var(--text-sm,12px);color:var(--text-2);align-items:center;gap:4px;font-weight:500;display:flex}.pt-page .test-card__book-label i{font-size:var(--text-sm,12px);transition:transform .2s}.pt-page .test-card__book:hover .test-card__book-label i{transform:translate(3px)}.pt-page .pt-running-split{background:var(--border);border:1px solid var(--border);margin-top:var(--section-gap);border-radius:12px;grid-template-columns:1fr 1fr;gap:1px;display:grid;overflow:hidden}.pt-page .pt-running-split__photo{background:var(--surface-2);min-height:400px;position:relative}.pt-page .pt-running-split__photo img{object-fit:cover;object-position:center 15%;width:100%;height:100%;position:absolute;inset:0}.pt-page .pt-running-split__photo-placeholder{background:repeating-linear-gradient(135deg, var(--surface-2) 0 16px, var(--surface-3) 16px 32px);width:100%;height:100%}.pt-page .pt-running-split__content{background:var(--surface)}.pt-page .pt-running-split__content .test-cards--stacked{border:none;border-radius:0}.pt-page .pt-running-split__content .test-card{background:var(--surface)}.pt-page .pt-running-split__content .test-card--featured{background:var(--bg);grid-column:span 1}.pt-page .pt-running-split__content .test-card--featured__main,.pt-page .pt-running-split__content .test-card--featured__side{background:var(--bg)}.pt-page .pt-lab-grid{background:var(--border);border:1px solid var(--border);margin-top:var(--section-gap);border-radius:12px;grid-template-columns:1fr 1fr;gap:1px;display:grid;overflow:hidden}.pt-page .pt-lab-grid__photo{background:var(--surface)}.pt-page .pt-lab-grid__photo img{object-fit:cover;object-position:center 20%;width:100%;height:320px;display:block}.pt-page .pt-lab-grid__photo-placeholder{background:repeating-linear-gradient(135deg, var(--surface-2) 0 16px, var(--surface-3) 16px 32px);width:100%;height:320px}.pt-page .pt-lab-grid__caption{font-size:var(--text-sm,12px);color:var(--text-3);padding:20px 24px;line-height:1.5;display:block}.pt-page .pt-locations{background:var(--border);border:1px solid var(--border);margin-top:var(--section-gap);border-radius:12px;grid-template-columns:1fr 1fr;gap:1px;display:grid;overflow:hidden}.pt-page .pt-loc{background:var(--surface);color:inherit;transition:background .25s var(--ease);flex-direction:column;gap:4px;padding:48px 40px;text-decoration:none;display:flex}.pt-page .pt-loc:hover{background:var(--surface-2)}.pt-page .pt-loc__region{font-family:var(--mono);font-size:var(--text-xs,11px);letter-spacing:2px;text-transform:uppercase;color:var(--text-3);margin-bottom:6px}.pt-page .pt-loc__name{font-family:var(--display);letter-spacing:-1px;color:var(--text-1);margin-bottom:8px;font-size:clamp(24px,2.8vw,36px);font-weight:700}.pt-page .pt-loc__venue{font-size:var(--text-sm,12px);color:var(--text-3);margin-bottom:16px;line-height:1.5}.pt-page .pt-loc__tiers{flex-wrap:wrap;gap:6px;margin-bottom:28px;display:flex}.pt-page .pt-loc__cta{font-family:var(--mono);font-size:var(--text-xs,11px);letter-spacing:1.5px;text-transform:uppercase;color:var(--s2s-orange);transition:gap .2s var(--ease);align-items:center;gap:8px;margin-top:auto;display:inline-flex}.pt-page .pt-loc:hover .pt-loc__cta{gap:14px}.pt-page .pt-cta{padding:var(--section-emphasis) var(--grid-gutter);text-align:center}.pt-page .pt-cta__inner{max-width:600px;margin:0 auto}.pt-page .pt-cta__title{font-family:var(--display);letter-spacing:-2px;color:var(--text-1);margin-bottom:20px;font-size:clamp(32px,5vw,56px);font-weight:700;line-height:1.1}.pt-page .pt-cta__sub{font-size:var(--text-md);color:var(--text-2);margin-bottom:40px;font-weight:300;line-height:1.7}.pt-page .pt-cta__buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (max-width:1024px){.pt-page .equipment-strip__grid{grid-template-columns:repeat(2,1fr)}.pt-page .test-cards{grid-template-columns:1fr}.pt-page .test-cards--cols-1{max-width:none}.pt-page .test-card--featured{grid-column:span 1}.pt-page .test-card--featured__inner,.pt-page .pt-running-split{grid-template-columns:1fr}.pt-page .pt-running-split__photo{min-height:320px}}@media (max-width:768px){.pt-page .equipment-strip__grid,.pt-page .pt-lab-grid{grid-template-columns:1fr}.pt-page .pt-lab-grid__photo img,.pt-page .pt-lab-grid__photo-placeholder{height:260px}.pt-page .pt-locations{grid-template-columns:1fr}.pt-page .pt-cta__buttons{flex-direction:column;align-items:center}.pt-page .pt-cta__buttons .btn-primary,.pt-page .pt-cta__buttons .btn-secondary{justify-content:center;width:100%;max-width:320px}.pt-page .test-card{padding:28px 24px}.pt-page .test-card__thumb{margin:-28px -24px 20px}.hero--pt .hero__photo-img{object-position:center 15%}.hero--pt .hero__actions{flex-direction:column;align-items:flex-start}}
