/* Bayou Power - bayou layout */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body.bp-body{font-family:'Crimson Pro',sans-serif;color:#1E3A8A;background:#ECFEFF;line-height:1.6}
h1,h2,h3,h4{font-family:'Cinzel',serif;font-weight:700;line-height:1.2}
img{max-width:100%;height:auto;display:block}
a{color:#1E3A8A;text-decoration:none}
a:hover{text-decoration:underline}

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

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

/* Hero layouts */
.bp-hero-lighthouse{position:relative}.bp-beam{position:absolute;top:0;right:20%;width:200px;height:100%;background:linear-gradient(90deg,transparent,rgba(239,68,68,.15),transparent);transform:rotate(15deg);pointer-events:none}.bp-card{background:#ECFEFF;border:2px solid #1E3A8A;border-style:dashed}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Parks / strips */
.bp-parks-strip,.bp-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}
.bp-elev-band{background:#94A3B8;color:#fff;padding:3rem 5%;text-align:center}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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