:root{
  --brb-forest:#174c3c;--brb-forest-dark:#0e352a;--brb-leaf:#2f7d5b;--brb-leaf-light:#5d9b78;--brb-lime:#b9d84b;
  --brb-sand:#f3f0e7;--brb-cream:#fbfcf8;--brb-white:#fff;--brb-ink:#17211d;--brb-muted:#65716b;--brb-line:#dce4dd;
  --brb-danger:#aa4438;--brb-success:#1f7650;--brb-shadow:0 20px 60px rgba(23,76,60,.10);--brb-shadow-sm:0 10px 30px rgba(23,76,60,.08);
  --brb-radius:22px;--brb-radius-sm:14px;--brb-container:min(1180px,calc(100% - 40px));--brb-header:76px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--brb-cream);color:var(--brb-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.62;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img{display:block;max-width:100%;height:auto}svg{display:block}a{color:var(--brb-forest);text-decoration:none}a:hover{color:var(--brb-leaf)}button,input,select,textarea{font:inherit}button{cursor:pointer}.brb-container{width:var(--brb-container);margin-inline:auto}.brb-container--narrow{max-width:780px}.brb-section{padding:88px 0}.brb-section--soft{background:#f0f5ef}.brb-section--cta{background:var(--brb-forest);color:var(--brb-white)}.brb-section--archive{padding-top:38px}.brb-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--brb-leaf);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.brb-section--cta .brb-kicker{color:var(--brb-lime)}h1,h2,h3{margin:0;color:var(--brb-ink);font-weight:800;letter-spacing:-.035em;line-height:1.06}h1{font-size:clamp(2.6rem,6vw,5.4rem)}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{font-size:1.25rem}p{margin:0 0 1rem}.brb-lead{color:#405049;font-size:clamp(1.05rem,2vw,1.28rem);line-height:1.65}.brb-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:12px;border:1px solid var(--brb-forest);border-radius:999px;background:var(--brb-forest);color:#fff;padding:11px 23px;font-size:.92rem;font-weight:800;line-height:1;box-shadow:0 8px 20px rgba(23,76,60,.14);transition:transform .2s ease,background .2s ease,border .2s ease,box-shadow .2s ease}.brb-button:hover{background:var(--brb-forest-dark);border-color:var(--brb-forest-dark);color:#fff;transform:translateY(-1px);box-shadow:0 12px 28px rgba(23,76,60,.18)}.brb-button--small{min-height:42px;padding:9px 17px;font-size:.82rem}.brb-button--full{width:100%}.brb-text-link{display:inline-flex;align-items:center;gap:7px;font-weight:800;text-decoration:underline;text-decoration-color:rgba(23,76,60,.25);text-underline-offset:5px}.brb-section--cta h2,.brb-section--cta h3{color:#fff}.brb-skip-link{position:fixed;z-index:9999;top:8px;left:8px;transform:translateY(-150%);background:#fff;color:#000;padding:12px 16px;border-radius:8px}.brb-skip-link:focus{transform:translateY(0)}
/* Header */
.brb-site-header{position:sticky;z-index:1000;top:0;height:var(--brb-header);border-bottom:1px solid rgba(220,228,221,.8);background:rgba(251,252,248,.9);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.brb-header-inner{height:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}.brb-brand-link{display:inline-flex;align-items:center;gap:10px;color:var(--brb-forest)}.brb-brand-link:hover{color:var(--brb-forest)}.brb-brand-mark{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:var(--brb-lime);color:var(--brb-forest)}.brb-brand-mark svg{width:34px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.brb-brand-copy{display:grid;line-height:1}.brb-brand-copy strong{font-size:1.05rem;letter-spacing:.03em}.brb-brand-copy small{margin-top:4px;font-size:.62rem;font-weight:800;letter-spacing:.18em}.custom-logo-link img{width:auto;max-height:52px}.brb-primary-nav{justify-self:center}.brb-nav-list{display:flex;align-items:center;gap:25px;margin:0;padding:0;list-style:none}.brb-nav-list a{position:relative;color:#34423c;font-size:.88rem;font-weight:700}.brb-nav-list a:after{position:absolute;right:0;bottom:-9px;left:0;height:2px;transform:scaleX(0);transform-origin:left;background:var(--brb-lime);content:"";transition:transform .2s}.brb-nav-list a:hover:after,.brb-nav-list .current-menu-item>a:after,.brb-nav-list a[aria-current=page]:after{transform:scaleX(1)}.brb-header-actions{display:flex;align-items:center;gap:12px}.brb-language{position:relative}.brb-language__button{display:flex;min-width:56px;height:42px;align-items:center;justify-content:center;gap:8px;border:1px solid var(--brb-line);border-radius:999px;background:#fff;color:var(--brb-ink);font-size:.75rem;font-weight:900}.brb-language__button svg{width:10px}.brb-language__menu{position:absolute;top:calc(100% + 10px);right:0;display:none;width:170px;padding:8px;border:1px solid var(--brb-line);border-radius:14px;background:#fff;box-shadow:var(--brb-shadow-sm)}.brb-language.is-open .brb-language__menu{display:grid}.brb-language__menu a{display:flex;gap:12px;align-items:center;padding:9px 10px;border-radius:9px;color:var(--brb-ink);font-size:.86rem;font-weight:700}.brb-language__menu a:hover,.brb-language__menu a[aria-current=true]{background:#edf4ed}.brb-language__menu a span{color:var(--brb-leaf);font-size:.7rem}.brb-menu-toggle{display:none;border:0;background:transparent}.brb-menu-toggle__icon{display:grid;gap:4px}.brb-menu-toggle__icon i{display:block;width:24px;height:2px;background:var(--brb-forest)}.brb-menu-toggle__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
/* Hero */
.brb-hero{position:relative;overflow:hidden;padding:72px 0 64px}.brb-hero:before{position:absolute;z-index:-1;top:-220px;right:-250px;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(185,216,75,.24),rgba(185,216,75,0) 68%);content:""}.brb-hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);align-items:center;gap:52px}.brb-hero-copy h1{max-width:760px;margin:16px 0 22px}.brb-hero-copy .brb-lead{max-width:650px}.brb-hero-actions{display:flex;align-items:center;gap:22px;margin-top:30px}.brb-hero-note{display:flex;align-items:center;gap:9px;margin-top:22px;color:var(--brb-muted);font-size:.82rem;font-weight:700}.brb-hero-note span{color:var(--brb-lime)}.brb-hero-facts{display:flex;gap:30px;margin-top:40px;padding-top:25px;border-top:1px solid var(--brb-line)}.brb-hero-facts div{display:grid}.brb-hero-facts strong{color:var(--brb-forest);font-size:1.25rem}.brb-hero-facts span{color:var(--brb-muted);font-size:.75rem}.brb-hero-visual{position:relative;min-height:520px;display:grid;place-items:center;border-radius:36px;background:linear-gradient(145deg,#e8efe4,#f7f1df);box-shadow:inset 0 0 0 1px rgba(23,76,60,.05)}.brb-hero-visual>img{position:relative;z-index:2;width:94%;filter:drop-shadow(0 28px 28px rgba(23,76,60,.15))}.brb-sun{position:absolute;top:50px;right:70px;width:200px;height:200px;border-radius:50%;background:var(--brb-lime);opacity:.75}.brb-floating-card{position:absolute;z-index:3;display:grid;min-width:160px;padding:13px 16px;border:1px solid rgba(255,255,255,.65);border-radius:13px;background:rgba(255,255,255,.86);box-shadow:var(--brb-shadow-sm);backdrop-filter:blur(12px)}.brb-floating-card span{color:var(--brb-leaf);font-size:.62rem;font-weight:900;letter-spacing:.12em}.brb-floating-card strong{font-size:.82rem}.brb-floating-card--top{top:42px;left:25px}.brb-floating-card--bottom{right:25px;bottom:30px}.brb-trust-strip{border-block:1px solid var(--brb-line);background:#fff}.brb-trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}.brb-trust-grid article{display:flex;gap:15px;align-items:center;padding:28px 32px}.brb-trust-grid article+article{border-left:1px solid var(--brb-line)}.brb-trust-grid h2{margin-bottom:4px;font-size:.95rem;letter-spacing:-.01em}.brb-trust-grid p{margin:0;color:var(--brb-muted);font-size:.78rem;line-height:1.5}.brb-icon{flex:0 0 auto;width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#edf4ed;color:var(--brb-leaf)}.brb-icon svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
/* Sections and cards */
.brb-section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.brb-section-heading h2{margin:9px 0 10px}.brb-section-heading p{max-width:650px;margin:0;color:var(--brb-muted)}.brb-bike-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.brb-bike-card{overflow:hidden;border:1px solid var(--brb-line);border-radius:var(--brb-radius);background:#fff;box-shadow:0 10px 35px rgba(23,76,60,.04);transition:transform .22s,box-shadow .22s}.brb-bike-card:hover{transform:translateY(-4px);box-shadow:var(--brb-shadow)}.brb-bike-card__image{position:relative;display:block;aspect-ratio:1.43;overflow:hidden;background:#edf2e9}.brb-bike-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.brb-bike-card:hover .brb-bike-card__image img{transform:scale(1.035)}.brb-status{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:6px 10px;font-size:.68rem;font-weight:850;line-height:1}.brb-status:before{width:7px;height:7px;border-radius:50%;content:""}.brb-status.is-available{background:#e4f3e9;color:#146641}.brb-status.is-available:before{background:#2eaf6d}.brb-status.is-unavailable{background:#f8e8e5;color:#963b31}.brb-status.is-unavailable:before{background:#c94b3f}.brb-bike-card__image .brb-status{position:absolute;top:13px;left:13px;z-index:2}.brb-card-badge{position:absolute;top:13px;right:13px;padding:6px 10px;border-radius:999px;background:rgba(23,33,29,.84);color:#fff;font-size:.64rem;font-weight:800}.brb-bike-card__body{padding:18px}.brb-bike-card__meta{display:flex;justify-content:space-between;gap:10px;color:var(--brb-muted);font-size:.68rem;font-weight:750;text-transform:uppercase;letter-spacing:.07em}.brb-bike-card h3{margin:10px 0 12px;font-size:1.27rem}.brb-bike-card h3 a{color:var(--brb-ink)}.brb-bike-card__facts{display:flex;flex-wrap:wrap;gap:7px}.brb-bike-card__facts span{padding:5px 8px;border-radius:8px;background:#f2f5f1;color:#4d5b55;font-size:.67rem}.brb-bike-card__footer{display:flex;align-items:end;justify-content:space-between;margin-top:20px;padding-top:15px;border-top:1px solid var(--brb-line)}.brb-price{display:flex;align-items:baseline;gap:4px}.brb-price small{margin-right:2px;color:var(--brb-muted);font-size:.67rem;font-weight:700}.brb-price strong{color:var(--brb-forest);font-size:1.45rem;letter-spacing:-.04em}.brb-price span{color:var(--brb-muted);font-size:.7rem}.brb-round-link{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--brb-forest);color:#fff;font-weight:900}.brb-round-link:hover{background:var(--brb-lime);color:var(--brb-forest)}.brb-empty-state{display:grid;place-items:center;min-height:320px;padding:40px;border:1px dashed #b9c9bd;border-radius:var(--brb-radius);text-align:center}.brb-empty-state>span svg{width:90px;fill:none;stroke:var(--brb-leaf);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.brb-empty-state h2,.brb-empty-state h3{margin:15px 0 10px}.brb-empty-state p{max-width:560px;color:var(--brb-muted)}
/* Process / editorial */
.brb-process-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.brb-process-copy{position:sticky;top:120px;align-self:start}.brb-process-copy h2{margin:12px 0 18px}.brb-process-copy p{color:var(--brb-muted)}.brb-process-list{display:grid;gap:0;margin:0;padding:0;list-style:none}.brb-process-list li{display:grid;grid-template-columns:56px 1fr;gap:20px;padding:26px 0;border-bottom:1px solid #d5e0d7}.brb-process-list>li>span{width:43px;height:43px;display:grid;place-items:center;border-radius:50%;background:var(--brb-lime);color:var(--brb-forest);font-size:.74rem;font-weight:900}.brb-process-list h3{margin-bottom:7px}.brb-process-list p{margin:0;color:var(--brb-muted)}.brb-editorial-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:75px}.brb-editorial-visual{overflow:hidden;border-radius:30px;background:#e7efe5}.brb-editorial-visual img{width:100%;height:auto}.brb-editorial-copy h2{margin:13px 0 22px}.brb-editorial-copy>p{color:var(--brb-muted);font-size:1.05rem}.brb-editorial-copy ul{display:grid;gap:12px;margin:27px 0;padding:0;list-style:none}.brb-editorial-copy li{display:flex;align-items:center;gap:10px;font-weight:700}.brb-editorial-copy li svg{width:22px;fill:none;stroke:var(--brb-leaf);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
/* Blog */
.brb-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.brb-post-card{overflow:hidden;border:1px solid var(--brb-line);border-radius:var(--brb-radius);background:#fff}.brb-post-card__image{display:block;aspect-ratio:1.45;overflow:hidden;background:#edf2e9}.brb-post-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.brb-post-card:hover .brb-post-card__image img{transform:scale(1.035)}.brb-post-card__body{padding:20px}.brb-post-card time{color:var(--brb-leaf);font-size:.67rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.brb-post-card h3{margin:9px 0 10px}.brb-post-card h3 a{color:var(--brb-ink)}.brb-post-card p{color:var(--brb-muted);font-size:.88rem}.brb-post-card .brb-text-link{font-size:.8rem}
/* FAQ */
.brb-faq-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:80px}.brb-faq-layout>div:first-child h2{margin:11px 0 18px}.brb-faq-layout>div:first-child p{color:var(--brb-muted)}.brb-accordion{border-top:1px solid var(--brb-line)}.brb-accordion__item{border-bottom:1px solid var(--brb-line)}.brb-accordion__item h3{font-size:1rem;letter-spacing:-.01em}.brb-accordion__item button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:21px 0;border:0;background:transparent;color:var(--brb-ink);text-align:left;font-weight:800}.brb-accordion__plus{width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#eaf2e9;color:var(--brb-forest);font-size:1.15rem;transition:transform .2s}.brb-accordion__item button[aria-expanded=true] .brb-accordion__plus{transform:rotate(45deg)}.brb-accordion__panel{padding:0 42px 18px 0;color:var(--brb-muted)}
/* Booking */
.brb-cta-grid{display:grid;grid-template-columns:.7fr 1.3fr;align-items:start;gap:65px}.brb-cta-grid>div:first-child{position:sticky;top:120px}.brb-cta-grid>div:first-child h2{margin:12px 0 18px}.brb-cta-grid>div:first-child p{color:rgba(255,255,255,.72);font-size:1.05rem}.brb-booking-card{padding:28px;border-radius:var(--brb-radius);background:#fff;color:var(--brb-ink);box-shadow:0 28px 70px rgba(0,0,0,.18)}.brb-booking-card__head{margin-bottom:20px}.brb-booking-card__head h2{margin-top:6px;font-size:1.55rem}.brb-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.brb-form-grid label{display:grid;gap:6px}.brb-form-grid label>span{color:#52615a;font-size:.72rem;font-weight:800}.brb-form-wide{grid-column:1/-1}.brb-booking-form input,.brb-booking-form select,.brb-booking-form textarea,.brb-filter-bar select{width:100%;min-height:46px;border:1px solid #ced9d0;border-radius:11px;background:#fbfcf9;color:var(--brb-ink);padding:9px 12px;outline:none}.brb-booking-form textarea{min-height:76px;resize:vertical}.brb-booking-form input:focus,.brb-booking-form select:focus,.brb-booking-form textarea:focus,.brb-filter-bar select:focus{border-color:var(--brb-leaf);box-shadow:0 0 0 3px rgba(47,125,91,.11)}.brb-checkbox{display:flex;align-items:flex-start;gap:9px;margin:14px 0;color:var(--brb-muted);font-size:.7rem}.brb-checkbox input{width:16px;min-height:16px;margin-top:2px}.brb-honeypot{position:absolute!important;left:-9999px!important}.brb-notice{margin-bottom:15px;padding:12px 14px;border-radius:10px;font-size:.85rem;font-weight:700}.brb-notice.is-success{background:#e5f4ea;color:#146641}.brb-notice.is-error{background:#f8e8e5;color:#963b31}
/* Pages */
.brb-page-hero{padding:90px 0;background:linear-gradient(140deg,#eef4eb,#f7f3e8)}.brb-page-hero--compact{padding:65px 0}.brb-page-hero h1{max-width:920px;margin:12px 0 18px;font-size:clamp(2.5rem,5vw,4.3rem)}.brb-page-hero>div>p,.brb-page-intro{max-width:730px;color:var(--brb-muted);font-size:1.08rem}.brb-breadcrumbs{margin-bottom:28px}.brb-breadcrumbs ol{display:flex;flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none;color:var(--brb-muted);font-size:.72rem}.brb-breadcrumbs li{display:flex;gap:7px}.brb-breadcrumbs a{color:var(--brb-muted)}.brb-breadcrumbs a:hover{color:var(--brb-forest)}.brb-prose{font-size:1.04rem}.brb-prose--page{max-width:800px}.brb-prose>*+*{margin-top:1.2em}.brb-prose h2{margin-top:1.6em;font-size:clamp(1.65rem,3vw,2.5rem)}.brb-prose h3{margin-top:1.4em}.brb-prose p,.brb-prose li{color:#405049}.brb-prose a{text-decoration:underline;text-underline-offset:4px}.brb-prose img{border-radius:var(--brb-radius)}.brb-filter-bar{display:grid;grid-template-columns:auto 1fr 1fr auto auto;align-items:end;gap:14px;margin-bottom:28px;padding:16px;border:1px solid var(--brb-line);border-radius:var(--brb-radius-sm);background:#fff}.brb-filter-bar label{display:grid;gap:5px}.brb-filter-bar label span,.brb-filter-title{color:var(--brb-muted);font-size:.69rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.brb-filter-clear{align-self:center;font-size:.78rem;font-weight:800}.brb-pagination{margin-top:38px}.brb-pagination .nav-links,.brb-pagination{display:flex;justify-content:center;gap:7px}.brb-pagination .page-numbers{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--brb-line);border-radius:50%;background:#fff;color:var(--brb-ink);font-weight:800}.brb-pagination .current{background:var(--brb-forest);color:#fff}.brb-contact-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:45px}.brb-contact-panel{align-self:start;padding:30px;border-radius:var(--brb-radius);background:#edf4ed}.brb-contact-panel h2{margin-bottom:22px;font-size:2rem}.brb-contact-panel p{color:#405049}.brb-contact-panel .brb-button{margin-top:12px}
/* Bike detail */
.brb-bike-detail-section{padding:30px 0 70px}.brb-bike-detail-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:55px;align-items:start}.brb-gallery-main{overflow:hidden;aspect-ratio:1.43;border-radius:28px;background:#edf2e9}.brb-gallery-main img{width:100%;height:100%;object-fit:cover}.brb-gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:10px}.brb-gallery-thumbs button{overflow:hidden;aspect-ratio:1.43;padding:0;border:2px solid transparent;border-radius:10px;background:#edf2e9}.brb-gallery-thumbs button.is-active{border-color:var(--brb-leaf)}.brb-gallery-thumbs img{width:100%;height:100%;object-fit:cover}.brb-bike-summary{position:sticky;top:105px}.brb-bike-summary__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.brb-summary-badge{color:var(--brb-leaf);font-size:.72rem;font-weight:850}.brb-bike-type{margin:24px 0 6px;color:var(--brb-leaf);font-size:.72rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.brb-bike-summary h1{font-size:clamp(2.25rem,4.4vw,4.1rem)}.brb-bike-excerpt{margin-top:17px}.brb-bike-price-row{display:flex;align-items:end;justify-content:space-between;margin:25px 0;padding:19px 0;border-block:1px solid var(--brb-line)}.brb-price--large strong{font-size:2.2rem}.brb-week-price{display:grid;text-align:right}.brb-week-price strong{font-size:1.15rem}.brb-week-price span{color:var(--brb-muted);font-size:.72rem}.brb-summary-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.brb-summary-facts div{display:grid;gap:2px;padding:11px;border-radius:10px;background:#f0f5ef}.brb-summary-facts span{color:var(--brb-muted);font-size:.66rem}.brb-summary-facts strong{font-size:.82rem}.brb-rental-facts{display:grid;gap:8px;margin:18px 0}.brb-rental-facts span{display:flex;align-items:center;gap:7px;color:#405049;font-size:.79rem}.brb-rental-facts svg{width:18px;fill:none;stroke:var(--brb-leaf);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.brb-summary-whatsapp{display:flex;justify-content:center;margin-top:15px;font-size:.82rem}.brb-bike-content-section{border-top:1px solid var(--brb-line)}.brb-bike-content-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:start;gap:75px}.brb-spec-card{position:sticky;top:105px;padding:27px;border:1px solid var(--brb-line);border-radius:var(--brb-radius);background:#fff}.brb-spec-card h2{margin-bottom:16px;font-size:1.5rem}.brb-spec-card dl{margin:0}.brb-spec-card dl div{display:flex;justify-content:space-between;gap:20px;padding:11px 0;border-bottom:1px solid var(--brb-line)}.brb-spec-card dl div:last-child{border-bottom:0}.brb-spec-card dt{color:var(--brb-muted);font-size:.78rem}.brb-spec-card dd{margin:0;text-align:right;font-size:.8rem;font-weight:800}.brb-included{margin-top:28px;padding:24px;border-radius:var(--brb-radius-sm);background:#edf4ed}.brb-included h2{margin:0 0 10px;font-size:1.4rem}.brb-included p{margin:0}.brb-inline-cta{display:flex;align-items:center;justify-content:space-between;gap:35px}.brb-inline-cta h2{font-size:2.4rem}.brb-inline-cta p{margin-top:10px;color:rgba(255,255,255,.72)}
/* Article */
.brb-article-header{padding:70px 0 45px;background:linear-gradient(140deg,#eef4eb,#f7f3e8)}.brb-article-header h1{margin:15px 0 20px;font-size:clamp(2.5rem,5vw,4.5rem)}.brb-article-meta{display:flex;flex-wrap:wrap;gap:16px;color:var(--brb-muted);font-size:.72rem}.brb-article-header .brb-lead{margin-top:24px}.brb-article-image{margin-top:40px}.brb-article-image img{width:100%;max-height:680px;object-fit:cover;border-radius:30px}.brb-article-body{padding-block:65px 90px}.brb-error-page{min-height:65vh;display:grid;place-items:center;text-align:center}.brb-error-code{display:block;color:var(--brb-lime);font-size:clamp(5rem,15vw,11rem);font-weight:900;line-height:.8}.brb-error-page h1{margin:25px auto;max-width:750px}
/* Footer */
.brb-site-footer{padding:70px 0 25px;background:#0e2f26;color:rgba(255,255,255,.72)}.brb-footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr .7fr;gap:50px}.brb-brand-link.is-footer{color:#fff}.brb-footer-brand p{max-width:360px;margin-top:20px}.brb-footer-whatsapp{color:var(--brb-lime);font-weight:800}.brb-site-footer h2{margin-bottom:17px;color:#fff;font-size:.87rem;letter-spacing:.03em;text-transform:uppercase}.brb-site-footer a{color:rgba(255,255,255,.82)}.brb-site-footer a:hover{color:var(--brb-lime)}.brb-contact-list,.brb-footer-languages{display:grid;gap:9px;margin:0;padding:0;list-style:none;font-size:.82rem}.brb-footer-hours{color:var(--brb-lime);font-size:.78rem}.brb-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:55px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);font-size:.7rem}.brb-footer-bottom p{margin:0}.brb-footer-bottom div{display:flex;gap:18px}.brb-mobile-action{display:none}
@media (max-width:1080px){
  :root{--brb-container:min(100% - 32px,980px)}.brb-header-inner{gap:18px}.brb-primary-nav{position:fixed;top:var(--brb-header);right:0;bottom:0;left:0;display:none;overflow:auto;padding:24px;background:var(--brb-cream)}.brb-primary-nav.is-open{display:block}.brb-nav-list{display:grid;gap:0}.brb-nav-list li{border-bottom:1px solid var(--brb-line)}.brb-nav-list a{display:block;padding:17px 4px;font-size:1.05rem}.brb-nav-list a:after{display:none}.brb-menu-toggle{display:block;justify-self:end;order:2}.brb-header-actions{order:3}.brb-header-cta{display:none}.brb-primary-nav{order:4}.brb-hero-grid{grid-template-columns:1fr 1fr;gap:35px}.brb-hero-visual{min-height:430px}.brb-bike-grid,.brb-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brb-footer-grid{grid-template-columns:1.2fr 1fr 1fr}.brb-footer-grid>div:last-child{grid-column:2}.brb-trust-grid article{padding-inline:18px}.brb-bike-detail-grid{gap:35px}
}
@media (max-width:780px){
  :root{--brb-container:calc(100% - 28px);--brb-header:66px;--brb-radius:18px}body{font-size:15px;padding-bottom:58px}.brb-section{padding:62px 0}h1{font-size:clamp(2.35rem,12vw,3.8rem)}h2{font-size:clamp(1.85rem,9vw,2.7rem)}.brb-site-header{height:var(--brb-header)}.brb-header-inner{grid-template-columns:1fr auto auto;gap:10px}.brb-brand-mark{width:38px;height:38px}.brb-brand-mark svg{width:29px}.brb-brand-copy strong{font-size:.9rem}.brb-brand-copy small{font-size:.53rem}.brb-language__button{min-width:48px;height:38px}.brb-menu-toggle{width:38px;height:38px;padding:7px}.brb-hero{padding:42px 0 30px}.brb-hero-grid{grid-template-columns:1fr;gap:32px}.brb-hero-copy h1{margin:13px 0 17px}.brb-hero-actions{flex-wrap:wrap;gap:17px;margin-top:24px}.brb-hero-visual{min-height:320px;border-radius:24px}.brb-sun{top:30px;right:40px;width:130px;height:130px}.brb-floating-card{min-width:130px;padding:9px 11px}.brb-floating-card--top{top:18px;left:14px}.brb-floating-card--bottom{right:14px;bottom:16px}.brb-floating-card strong{font-size:.68rem}.brb-hero-facts{gap:15px;margin-top:28px;padding-top:20px}.brb-hero-facts strong{font-size:1rem}.brb-hero-facts span{font-size:.62rem}.brb-trust-grid{grid-template-columns:1fr}.brb-trust-grid article{padding:18px 3px}.brb-trust-grid article+article{border-top:1px solid var(--brb-line);border-left:0}.brb-section-heading{align-items:start;margin-bottom:24px}.brb-hide-mobile{display:none}.brb-bike-grid,.brb-post-grid{grid-template-columns:1fr;gap:15px}.brb-bike-card{display:grid;grid-template-columns:42% 58%;border-radius:16px}.brb-bike-card__image{height:100%;min-height:210px;aspect-ratio:auto}.brb-bike-card__body{padding:14px}.brb-bike-card__meta{display:grid;gap:2px}.brb-bike-card h3{margin:7px 0 8px;font-size:1.08rem}.brb-bike-card__facts span:nth-child(n+2){display:none}.brb-bike-card__footer{margin-top:14px;padding-top:12px}.brb-price{display:grid;grid-template-columns:auto auto}.brb-price small{grid-column:1/-1}.brb-price strong{font-size:1.22rem}.brb-round-link{width:34px;height:34px}.brb-card-badge{display:none}.brb-process-layout,.brb-editorial-grid,.brb-faq-layout,.brb-cta-grid,.brb-contact-layout,.brb-bike-content-grid{grid-template-columns:1fr;gap:35px}.brb-process-copy,.brb-cta-grid>div:first-child,.brb-bike-summary,.brb-spec-card{position:static}.brb-process-list li{padding:20px 0}.brb-editorial-grid{display:flex;flex-direction:column-reverse}.brb-editorial-visual{border-radius:22px}.brb-faq-layout{gap:22px}.brb-section--cta{padding-bottom:70px}.brb-booking-card{padding:18px;border-radius:17px}.brb-form-grid{grid-template-columns:1fr}.brb-form-wide{grid-column:auto}.brb-page-hero--compact{padding:42px 0}.brb-page-hero h1{margin:9px 0 13px}.brb-breadcrumbs{margin-bottom:20px}.brb-filter-bar{grid-template-columns:1fr 1fr;gap:10px;padding:12px}.brb-filter-bar>div:first-child{grid-column:1/-1}.brb-filter-bar .brb-button{width:100%}.brb-filter-clear{align-self:center}.brb-bike-grid--archive .brb-bike-card{grid-template-columns:42% 58%}.brb-bike-detail-section{padding:20px 0 55px}.brb-bike-detail-grid{grid-template-columns:1fr;gap:26px}.brb-gallery-main{border-radius:20px}.brb-gallery-thumbs{grid-template-columns:repeat(4,1fr)}.brb-bike-summary h1{font-size:2.5rem}.brb-bike-price-row{margin:19px 0;padding:15px 0}.brb-summary-facts{gap:7px}.brb-bike-content-section{padding-top:55px}.brb-spec-card{padding:20px}.brb-article-header{padding:45px 0 30px}.brb-article-image{margin-top:20px}.brb-article-image img{border-radius:20px}.brb-article-body{padding-block:45px 65px}.brb-inline-cta{display:grid}.brb-inline-cta h2{font-size:2rem}.brb-footer-grid{grid-template-columns:1fr;gap:35px}.brb-footer-grid>div:last-child{grid-column:auto}.brb-footer-bottom{align-items:flex-start;flex-direction:column;margin-top:38px}.brb-mobile-action{position:fixed;z-index:1000;right:0;bottom:0;left:0;display:block;padding:8px 14px calc(8px + env(safe-area-inset-bottom));background:rgba(14,53,42,.97);box-shadow:0 -5px 20px rgba(0,0,0,.15)}.brb-mobile-action a{height:42px;display:grid;place-items:center;border-radius:999px;background:var(--brb-lime);color:var(--brb-forest);font-size:.85rem;font-weight:900}.brb-post-card{display:grid;grid-template-columns:38% 62%;border-radius:16px}.brb-post-card__image{height:100%;aspect-ratio:auto}.brb-post-card__body{padding:14px}.brb-post-card h3{font-size:1.02rem}.brb-post-card p{display:none}
}
@media (max-width:430px){
  .brb-brand-copy{display:none}.brb-hero-visual{min-height:285px}.brb-hero-facts{justify-content:space-between}.brb-hero-facts div:nth-child(3){display:none}.brb-bike-card,.brb-bike-grid--archive .brb-bike-card{grid-template-columns:39% 61%}.brb-bike-card__image{min-height:200px}.brb-summary-facts{grid-template-columns:1fr 1fr}.brb-filter-bar{grid-template-columns:1fr}.brb-filter-bar>div:first-child{grid-column:auto}.brb-gallery-thumbs{grid-template-columns:repeat(3,1fr)}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
@media print{.brb-site-header,.brb-mobile-action,.brb-site-footer,.brb-booking-card,.brb-button{display:none!important}body{background:#fff;color:#000}.brb-section{padding:20px 0}}
