/* Pull Gym - pullgym layout */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body.pl-body{font-family:'Work Sans',sans-serif;color:#292524;background:#E0F2FE;line-height:1.6}
h1,h2,h3,h4{font-family:'Space Grotesk',serif;font-weight:700;line-height:1.2}
img{max-width:100%;height:auto;display:block}
a{color:#9A3412;text-decoration:none}
a:hover{text-decoration:underline}

/* Header */
.pl-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#FAFAF9;box-shadow:0 2px 12px rgba(0,0,0,.08)}
.pl-header-inner{max-width:1200px;margin:0 auto;padding:1rem 5%;display:flex;align-items:center;justify-content:space-between}
.pl-logo{font-family:'Space Grotesk';font-size:1.5rem;font-weight:700;color:#292524}
.pl-nav{display:flex;align-items:center;gap:1.5rem}
.pl-nav a{color:#292524;font-weight:500}
.pl-nav-active{color:#9A3412!important;border-bottom:2px solid #9A3412}
.pl-nav-cta{background:#9A3412;color:#fff!important;padding:.6rem 1.2rem;border-radius:4px;text-decoration:none!important}
.pl-nav-cta:hover{opacity:.9;transform:translateY(-2px)}
.pl-menu-btn{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}
.pl-menu-btn span{width:24px;height:2px;background:#292524}

/* Main */
.pl-main{padding-top:70px}
.pl-page-hero{background:#9A3412;color:#fff;padding:4rem 5%;text-align:center}
.pl-page-hero h1{font-size:clamp(2rem,5vw,3rem)}

/* Hero layouts */
.pl-hero-vertical img{max-height:80vh;width:100%;object-fit:cover;object-position:top}.pl-card{background:#292524;color:#D6D3D1;border-top:4px solid #9A3412;min-height:320px}

/* Cards & grids */
.pl-featured,.pl-services-home,.pl-why,.pl-testimonials,.pl-regions,.pl-split,.pl-cta-band{padding:4rem 5%}
.pl-featured h2,.pl-services-home h2,.pl-why h2,.pl-testimonials h2{margin-bottom:2rem;text-align:center}
.pl-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}
.pl-card{overflow:hidden;border-radius:8px;transition:transform .35s ease}
.pl-card:hover{transform:translateY(-4px)}
.pl-card img{width:100%;height:200px;object-fit:cover}
.pl-card-body{padding:1.25rem}
.pl-card-body h3{text-transform:uppercase;font-size:1rem;margin-bottom:.5rem}

/* Quote */
.pl-quote-band{background:#292524;color:#fff;padding:3rem 5%;text-align:center}
.pl-quote-band blockquote{font-size:1.5rem;font-style:italic}

/* Regions */
.pl-regions div{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}
.pl-regions span{background:#9A3412;color:#fff;padding:.5rem 1.5rem;border-radius:4px;font-weight:600}

/* Services cols */
.pl-svc-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.pl-svc-col{background:#FAFAF9;padding:2rem;border-radius:8px;text-align:center}

/* Split stats */
.pl-split{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;background:#FAFAF9}
.pl-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;text-align:center}
.pl-stats strong{display:block;font-size:2.5rem;color:#9A3412}

/* Features */
.pl-features{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.pl-features h3{color:#9A3412;margin-bottom:.5rem}

/* Testimonials */
.pl-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.pl-testi{background:#FAFAF9;padding:1.5rem;border-radius:8px}
.pl-testi cite{display:block;margin-top:1rem;font-style:normal;font-weight:600}

/* CTA */
.pl-cta-band{text-align:center;background:#9A3412;color:#fff}
.pl-cta-band h2{margin-bottom:1.5rem;color:#fff}
.pl-cta-band .pl-btn-primary{background:#fff;color:#9A3412}

/* Buttons */
.pl-btn{display:inline-block;padding:.75rem 1.5rem;font-weight:700;border:none;cursor:pointer;border-radius:4px;transition:all .35s ease;font-family:inherit}
.pl-btn-primary{background:#9A3412;color:#fff}
.pl-btn-primary:hover{opacity:.9;transform:translateY(-2px)}
.pl-btn-outline{background:transparent;border:2px solid #9A3412;color:#9A3412}
.pl-btn-outline:hover{background:#9A3412;color:#fff}
.pl-btn-sm{padding:.5rem 1rem;font-size:.875rem}

/* Collection */
.pl-filters{padding:2rem 5%;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}
.pl-filter{padding:.5rem 1rem;border:1px solid #9A3412;background:transparent;color:#9A3412;cursor:pointer;border-radius:4px;font-family:inherit}
.pl-filter-active,.pl-filter:hover{background:#9A3412;color:#fff}
.pl-exc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:2rem 5% 4rem}
.pl-exc-card{background:#FAFAF9;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.06)}
.pl-exc-card.hidden{display:none}
.pl-exc-body{padding:1.5rem}
.pl-exc-cat{font-size:.75rem;text-transform:uppercase;color:#9A3412;font-weight:700}
.pl-exc-ref{font-size:.8rem;color:#666;margin:.5rem 0}
.pl-exc-meta{list-style:none;margin:1rem 0;font-size:.9rem}
.pl-exc-meta li{margin-bottom:.25rem}
.pl-exc-price{font-size:1.25rem;font-weight:700;color:#9A3412;margin:1rem 0}

/* Services page */
.pl-services-list{padding:2rem 5% 4rem}
.pl-svc-block{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem;align-items:center}
.pl-svc-block:nth-child(even){direction:rtl}
.pl-svc-block:nth-child(even)>*{direction:ltr}

/* About */
.pl-about-split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:3rem 5% 4rem;align-items:start}
.pl-about-split h2{margin:1.5rem 0 .75rem;color:#9A3412}

/* Contact */
.pl-contact-wrap{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;padding:3rem 5% 4rem;max-width:1100px;margin:0 auto}
.pl-field{margin-bottom:1.25rem}
.pl-field label{display:block;margin-bottom:.35rem;font-weight:600}
.pl-field input,.pl-field select,.pl-field textarea{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:4px;font-family:inherit;font-size:1rem}
.pl-field input:focus,.pl-field select:focus,.pl-field textarea:focus{outline:2px solid #9A3412;border-color:#9A3412}
.pl-error{color:#DC2626;font-size:.85rem;display:block;margin-top:.25rem}
.pl-form-box{background:#FAFAF9;padding:2rem;border-radius:8px}
.pl-success{padding:2rem;background:#9A3412;color:#fff;border-radius:8px;text-align:center;animation:fadeIn .5s ease}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}

/* Legal */
.pl-legal{max-width:800px;margin:0 auto;padding:3rem 5% 4rem}
.pl-legal h2{margin:2rem 0 1rem;color:#9A3412}
.pl-legal p{margin-bottom:1rem}

/* Footer */
.pl-footer{background:#292524;color:#fff;padding:3rem 5% 1.5rem;margin-top:4rem}
.pl-footer a{color:#D6D3D1}
.pl-footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}
.pl-footer h4{margin-bottom:1rem}
.pl-footer div a{display:block;margin-bottom:.5rem}
.pl-copy{text-align:center;font-size:.875rem;opacity:.8;border-top:1px solid rgba(255,255,255,.2);padding-top:1.5rem}

/* Cookie */
.pl-cookie{position:fixed;bottom:0;left:0;right:0;background:#292524;color:#fff;padding:1rem 5%;display:flex;align-items:center;justify-content:space-between;gap:1rem;z-index:9999;flex-wrap:wrap}
.pl-cookie a{color:#D6D3D1}
.pl-cookie[hidden]{display:none!important}

/* FAQ */
.pl-faq{padding:2rem 5% 4rem;max-width:700px;margin:0 auto}
.pl-faq details{margin-bottom:1rem;border:1px solid #ddd;border-radius:4px;padding:1rem}
.pl-faq summary{cursor:pointer;font-weight:600}

/* Reveal animation */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}
.reveal.visible{opacity:1;transform:none}

/* Responsive */
@media(max-width:900px){
.pl-hero-diagonal,.pl-hero-split,.pl-split,.pl-svc-cols,.pl-features,.pl-testi-grid,.pl-about-split,.pl-contact-wrap,.pl-svc-block,.pl-footer-grid,.pl-hero-journal{grid-template-columns:1fr}
.pl-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#FAFAF9;flex-direction:column;padding:1rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}
.pl-nav.open{display:flex}
.pl-menu-btn{display:flex}
.pl-hero-diagonal{clip-path:none}
.pl-hero-circle img{width:280px;height:280px}
.pl-city-scroll{padding-bottom:1rem}
}

/* Site-specific animation timing */
.pl-btn{transition:background .35s ease,color .35s ease,transform .35s ease,box-shadow .35s ease}
.pl-card img{transition:transform .5s ease}
.pl-card:hover img{transform:scale(1.04)}
.pl-hero-content h1{animation:plSlideIn .6s ease forwards}
@keyframes plSlideIn{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:none}}

/* Hero content padding */
.pl-hero-content,.pl-hero-inner{padding:3rem 5%}
.pl-hero-content h1,.pl-hero-inner h1{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1rem}
.pl-hero-content p{margin-bottom:1.5rem;max-width:520px}
.pl-hero-img img,.pl-hero-inner img{width:100%;height:100%;object-fit:cover;min-height:400px}
.pl-counter-label{display:block;color:#D6D3D1;font-size:.875rem;margin-top:.5rem}

/* Parks / strips */
.pl-parks-strip,.pl-season-strip{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:2rem 5%;background:#FAFAF9;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.pl-elev-band{background:#292524;color:#fff;padding:3rem 5%;text-align:center}

/* Newsletter mock */
.pl-newsletter{padding:3rem 5%;background:#FAFAF9;text-align:center}
.pl-newsletter input{padding:.75rem 1rem;border:1px solid #ccc;border-radius:4px;margin-right:.5rem;min-width:220px}
.pl-newsletter button{padding:.75rem 1.5rem}

/* Calendar mock */
.pl-calendar{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:2rem 5%}
.pl-calendar div{background:#FAFAF9;padding:1rem;border-left:3px solid #9A3412;font-size:.9rem}

/* Vertical stats (PullGym) */
.pl-vstats{display:flex;justify-content:space-around;padding:2rem 5%;background:#292524;color:#fff;text-align:center}
.pl-vstats strong{display:block;font-size:2rem;color:#D6D3D1;}

/* Safety / etiquette bands */
.pl-safety,.pl-etiquette,.pl-weather,.pl-ethics{padding:2rem 5%;background:#FAFAF9;border-left:4px solid #9A3412;margin:2rem 5%;max-width:900px}
.pl-gear-list{padding:2rem 5%;columns:2;gap:2rem;max-width:700px;margin:0 auto}
.pl-gear-list li{margin-bottom:.5rem}

/* Corporate band */
.pl-corporate-band{background:#9A3412;color:#fff;padding:4rem 5%;text-align:center}
.pl-corporate-band h2{color:#fff;margin-bottom:1rem}

/* Station map grid */
.pl-stations{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:2rem 5%}
.pl-stations span{background:#292524;color:#fff;padding:2rem;text-align:center;font-weight:700;border:2px solid #9A3412}

/* Skills strip */
.pl-skills{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:2rem 5%}
.pl-skills span{border:1px solid #9A3412;padding:.5rem 1rem;border-radius:999px;font-size:.875rem}

/* Season calendar */
.pl-season-cal{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:2rem 5%}
.pl-season-cal div{text-align:center;padding:1.5rem;background:#FAFAF9}

/* Route map placeholder */
.pl-route-map{height:300px;background:#FAFAF9;margin:2rem 5%;display:flex;align-items:center;justify-content:center;border:2px dashed #9A3412;font-weight:600}

/* Tide strip */
.pl-tide-strip{display:flex;justify-content:center;gap:2rem;padding:1.5rem 5%;background:#292524;color:#fff;font-family:monospace}

/* Max six emphasis */
.pl-max-six{text-align:center;padding:2rem;font-size:1.25rem;font-weight:600;color:#9A3412}

/* Itinerary */
.pl-itinerary{padding:3rem 5%;background:#FAFAF9}

/* Stamps section */
.pl-stamps{text-align:center;padding:2rem 5%}
.pl-stamps img{max-width:500px;margin:0 auto;border-radius:8px}

/* Flow steps */
.pl-flow ol{max-width:500px;margin:1rem auto;padding-left:1.5rem}
.pl-flow li{margin-bottom:.75rem}

/* Chapters sidebar layout for mire on desktop */
@media(min-width:901px){
.pl-chapters{padding:2rem 0}
}

/* Focus visible accessibility */
a:focus-visible,.pl-btn:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
outline:3px solid #9A3412;outline-offset:2px}

/* Extended site-specific rules */

.pl-page-hero h1{letter-spacing:-.02em}
.pl-exc-card img{height:220px;object-fit:cover}
.pl-footer-grid a:hover{opacity:.85}
.pl-btn:active{transform:translateY(0)}
.pl-testi blockquote{font-style:italic;line-height:1.7}
.pl-legal h2{font-size:1.25rem}
.pl-contact-wrap h2{color:#fff;margin-bottom:1rem}
.pl-cookie button:hover{opacity:.9}
@media(prefers-reduced-motion:reduce){.pl-card,.reveal{transition:none!important;animation:none!important}}

/* Extended site-specific rules */

.pl-page-hero h1{letter-spacing:-.02em}
.pl-exc-card img{height:220px;object-fit:cover}
.pl-footer-grid a:hover{opacity:.85}
.pl-btn:active{transform:translateY(0)}
.pl-testi blockquote{font-style:italic;line-height:1.7}
.pl-legal h2{font-size:1.25rem}
.pl-contact-wrap h2{color:#fff;margin-bottom:1rem}
.pl-cookie button:hover{opacity:.9}
.pl-hero-content h1{max-width:640px}
.pl-card-grid{margin-top:1rem}
.pl-svc-col h3{margin-bottom:.75rem;font-size:1.1rem}
.pl-features p{font-size:.95rem;color:#555}
.pl-regions h2{margin-bottom:1.5rem}
.pl-cta-band .pl-btn{font-size:1.05rem;padding:1rem 2rem}
.pl-about-split img{border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.12)}
.pl-filters{background:#fff11}
.pl-exc-price::before{content:'';display:block;width:40px;height:3px;background:#fff;margin-bottom:.5rem}
.pl-form-box h2{display:none}
.pl-success p{font-size:1.05rem;line-height:1.6}
.pl-footer strong{font-size:1.1rem}
.pl-nav a:hover{color:#fff}
.pl-page-hero p{opacity:.9;margin-top:.5rem}
@media(min-width:1200px){.pl-header-inner,.pl-featured,.pl-footer-grid{max-width:1200px;margin-left:auto;margin-right:auto}}
@media(prefers-reduced-motion:reduce){.pl-card,.reveal{transition:none!important;animation:none!important}}

/* Extended site-specific rules */

.pl-page-hero h1{letter-spacing:-.02em}
.pl-exc-card img{height:220px;object-fit:cover}
.pl-footer-grid a:hover{opacity:.85}
.pl-btn:active{transform:translateY(0)}
.pl-testi blockquote{font-style:italic;line-height:1.7}
.pl-legal h2{font-size:1.25rem}
.pl-contact-wrap h2{color:#fff;margin-bottom:1rem}
.pl-cookie button:hover{opacity:.9}
.pl-hero-content h1{max-width:640px}
.pl-card-grid{margin-top:1rem}
.pl-svc-col h3{margin-bottom:.75rem;font-size:1.1rem}
.pl-features p{font-size:.95rem;color:#555}
.pl-regions h2{margin-bottom:1.5rem}
.pl-cta-band .pl-btn{font-size:1.05rem;padding:1rem 2rem}
.pl-about-split img{border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.12)}
.pl-filters{background:#fff11}
.pl-exc-price::before{content:'';display:block;width:40px;height:3px;background:#fff;margin-bottom:.5rem}
.pl-form-box h2{display:none}
.pl-success p{font-size:1.05rem;line-height:1.6}
.pl-footer strong{font-size:1.1rem}
.pl-nav a:hover{color:#fff}
.pl-page-hero p{opacity:.9;margin-top:.5rem}
.pl-bento img,.pl-tile,.pl-city-card{transition:transform .4s ease}
.pl-bento img:hover,.pl-tile:hover{transform:scale(1.02)}
.pl-quote-band blockquote{max-width:720px;margin:0 auto}
.pl-testi-grid blockquote{margin-bottom:.5rem}
.pl-svc-block h3{font-size:1.35rem;margin-bottom:.75rem}
.pl-svc-block p{margin-bottom:1rem;line-height:1.7}
.pl-legal ul{margin:1rem 0 1rem 1.5rem}
.pl-legal li{margin-bottom:.5rem}
.pl-field input.invalid,.pl-field select.invalid{border-color:#DC2626}
.pl-header{transition:box-shadow .3s ease}
.pl-main section:first-of-type{margin-top:0}
@media(min-width:1200px){.pl-header-inner,.pl-featured,.pl-footer-grid{max-width:1200px;margin-left:auto;margin-right:auto}}
@media print{.pl-cookie,.pl-menu-btn,.pl-nav-cta{display:none!important}}
@media(prefers-reduced-motion:reduce){.pl-card,.reveal{transition:none!important;animation:none!important}}
