/* Press Fit - pressfit layout */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body.pf-body{font-family:'Roboto Condensed',sans-serif;color:#111111;background:#F5F5F5;line-height:1.6}
h1,h2,h3,h4{font-family:'Archivo Black',serif;font-weight:700;line-height:1.2}
img{max-width:100%;height:auto;display:block}
a{color:#16A34A;text-decoration:none}
a:hover{text-decoration:underline}

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

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

/* Hero layouts */
.pf-header{background:#111111;color:#fff}.pf-hero-stations{background:#111111;color:#fff;padding:4rem 5%}.pf-station-map{font-family:monospace;border:2px solid #16A34A;padding:1rem;display:inline-block}.pf-card{background:#111111;color:#fff}

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

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

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

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

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

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

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

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

/* Buttons */
.pf-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}
.pf-btn-primary{background:#16A34A;color:#fff}
.pf-btn-primary:hover{opacity:.9;transform:translateY(-2px)}
.pf-btn-outline{background:transparent;border:2px solid #16A34A;color:#16A34A}
.pf-btn-outline:hover{background:#16A34A;color:#fff}
.pf-btn-sm{padding:.5rem 1rem;font-size:.875rem}

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

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

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

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

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

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

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

/* FAQ */
.pf-faq{padding:2rem 5% 4rem;max-width:700px;margin:0 auto}
.pf-faq details{margin-bottom:1rem;border:1px solid #ddd;border-radius:4px;padding:1rem}
.pf-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){
.pf-hero-diagonal,.pf-hero-split,.pf-split,.pf-svc-cols,.pf-features,.pf-testi-grid,.pf-about-split,.pf-contact-wrap,.pf-svc-block,.pf-footer-grid,.pf-hero-journal{grid-template-columns:1fr}
.pf-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#FFFFFF;flex-direction:column;padding:1rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}
.pf-nav.open{display:flex}
.pf-menu-btn{display:flex}
.pf-hero-diagonal{clip-path:none}
.pf-hero-circle img{width:280px;height:280px}
.pf-city-scroll{padding-bottom:1rem}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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