*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:#f5f8f7;color:#173844}.nav{height:72px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 5%;border-bottom:1px solid #dfeae6}.brand{color:#123f4c;letter-spacing:1px}.brand span{font-weight:900}.brand b{display:block;font-size:11px;letter-spacing:2px;color:#3d9369}.nav a{margin-left:18px;text-decoration:none;color:#173844}.hero{min-height:430px;padding:7%;display:flex;align-items:center;color:#fff;background:linear-gradient(90deg,rgba(6,43,54,.86),rgba(6,43,54,.12)),url('https://images.unsplash.com/photo-1471506480202-30caa1e1a9b5?auto=format&fit=crop&w=1800&q=80') center/cover}.hero h1{font-size:56px;line-height:.98;margin:8px 0 18px}.hero p{font-size:19px;max-width:580px}.container{max-width:1400px;margin:32px auto;padding:0 24px}.steps{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:22px}.steps span{padding:9px 13px;border-radius:20px;background:#e7efec;color:#687b7f;font-size:13px}.steps .active{background:#d9efe2;color:#226a49;font-weight:800}.steps .done{background:#254e5b;color:#fff}.card{background:#fff;border:1px solid #e0e9e6;border-radius:14px;padding:28px;box-shadow:0 5px 22px rgba(15,55,60,.05)}.narrow{max-width:850px;margin:auto}h1{font-size:38px;margin-top:0}h2{margin-top:28px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:18px}.full{grid-column:1/-1}label{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:14px;margin-bottom:13px}input,select{padding:12px;border:1px solid #cbd8d4;border-radius:7px;font:inherit;background:#fff}.btn{display:inline-block;border:0;border-radius:8px;background:#3d9669;color:#fff;padding:13px 19px;font-weight:800;text-decoration:none;cursor:pointer}.btn.secondary{background:#e6efeb;color:#214650}.btn.small{padding:9px 13px}.btn.disabled{background:#d9e0de;color:#82908e}.wide{width:100%;margin-top:18px}.muted{color:#6d7e82}.error{color:#a32e2e;font-weight:700}.datebar{display:flex;align-items:center;gap:20px;background:#eaf5ef;border:1px solid #d6e8df;padding:15px 18px;border-radius:10px;margin-bottom:20px}.datebar a{margin-left:auto}.layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:22px}.sticky{height:max-content;position:sticky;top:16px}.sectiontitle{font-size:21px;border-left:5px solid #2c7a58;padding-left:10px}.sizecard{display:grid;grid-template-columns:1fr auto auto;gap:15px;align-items:center;padding:14px;border:1px solid #e2eae7;border-radius:9px;margin:8px 0}.height{display:block;color:#738084;font-size:12px;margin-top:3px}.availability{font-weight:800}.availability.ok{color:#268153}.availability.soldout{color:#a13c3c}.notice,.cartnote{background:#eef7f2;border-left:4px solid #3d9669;padding:14px;margin:18px 0}.cartrow{border-bottom:1px solid #e6ecea;padding:12px 0;display:flex;gap:10px}.cartrow>div{flex:1}.cartrow small{display:block;color:#6f7f82}.cartrow label{margin:8px 0}.cartrow input{padding:8px}.remove{border:0;background:none;font-size:24px;color:#9a3b3b;cursor:pointer}.check{display:block}.check input{width:auto}.waivertext{white-space:normal;line-height:1.55;background:#f7faf9;border:1px solid #dfe9e6;border-radius:8px;padding:18px;margin:15px 0}.adminhead{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.filters{display:flex;gap:10px;margin-bottom:15px}.calendarwrap{overflow:auto;background:#fff;border:1px solid #dfe9e5;border-radius:12px}.calendarwrap table{table-layout:fixed;border-collapse:collapse;min-width:1250px;width:100%;font-size:12px}th,td{border-right:1px solid #e8eeec;border-bottom:1px solid #e8eeec;height:38px;text-align:center;white-space:nowrap}thead th{background:#edf4f1;height:48px}th:first-child{position:sticky;left:0;background:#fff;text-align:left;padding:8px;min-width:190px;z-index:2}.calendarwrap small{display:block;font-size:9px;color:#7b898c}td.booked{background:#cfeadb;color:#185d40;font-weight:800}footer{margin-top:65px;padding:35px;text-align:center;background:#173f4b;color:#fff}.carttop{background:#e8f4ee;border-radius:8px;padding:11px 15px}.carttop span{font-weight:900}@media(max-width:850px){.grid2,.layout{grid-template-columns:1fr}.hero h1{font-size:43px}.sticky{position:static}.adminhead{display:block}.sizecard{grid-template-columns:1fr auto}.sizecard .btn{grid-column:1/-1}.datebar{flex-wrap:wrap}.datebar a{margin-left:0}}
.login{margin:8vh auto}.successbox{padding:10px 0}.successbox h1{margin-top:0}.emptycell{display:block;text-decoration:none;opacity:.35}.emptycell:hover{opacity:1}.calendarwrap td a{display:block;min-height:28px}.error{color:#a11;font-weight:600}.successbox{border-left:4px solid #2d7a46;padding-left:18px}



/* ================================================================
   REBUILT RENTAL CALENDAR
   - One real table
   - One fixed/sticky header overlay
   - One bottom horizontal controller
   - No cloned table header and no competing scrollbar
   ================================================================ */
.calendarwrap{
  width:100% !important;
  max-width:100% !important;
  overflow-x:auto !important;
  overflow-y:visible !important;
  background:#fff !important;
  border:1px solid #dfe9e5 !important;
  border-radius:12px !important;
  scrollbar-width:none !important;
}
.calendarwrap::-webkit-scrollbar{display:none !important}
.calendarwrap table.rental-calendar-table{
  table-layout:fixed !important;
  border-collapse:separate !important;
  border-spacing:0 !important;
  width:max-content !important;
  min-width:0 !important;
  max-width:none !important;
  font-size:12px !important;
}
.calendarwrap col.calendar-equipment-col{width:220px !important}
.calendarwrap col.calendar-date-col{width:85px !important}
.calendarwrap table.rental-calendar-table thead th:first-child,
.calendarwrap table.rental-calendar-table tbody tr:not(.category-row)>th:first-child{
  width:220px !important; min-width:220px !important; max-width:220px !important;
}
.calendarwrap table.rental-calendar-table thead th:not(:first-child),
.calendarwrap table.rental-calendar-table tbody tr:not(.category-row)>td{
  width:85px !important; min-width:85px !important; max-width:85px !important;
}
.calendarwrap table.rental-calendar-table thead th{
  position:relative !important;
  height:48px !important;
  background:#edf4f1 !important;
  text-align:center !important;
  vertical-align:middle !important;
  white-space:nowrap !important;
  z-index:2 !important;
}
.calendarwrap table.rental-calendar-table thead th:first-child{
  text-align:left !important;
}
.calendarwrap table.rental-calendar-table tbody tr:not(.category-row)>th:first-child{
  position:sticky !important;
  left:0 !important;
  z-index:3 !important;
  background:#fff !important;
  text-align:left !important;
  overflow:hidden !important;
  white-space:nowrap !important;
}
.calendarwrap table.rental-calendar-table tbody tr.category-row th{
  position:relative !important;
  z-index:1 !important;
}
.calendarwrap table.rental-calendar-table tbody tr:not(.category-row)>td{
  overflow:hidden !important;
}
.calendarwrap table.rental-calendar-table .calendar-booking{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  overflow:hidden !important;
  text-overflow:clip !important;
  white-space:nowrap !important;
  text-decoration:none !important;
}
.calendarwrap .calendar-date{display:block !important;font-size:12px !important;font-weight:800 !important;line-height:1.05 !important}
.calendarwrap thead th small{display:block !important;margin-top:3px !important;font-size:9px !important;line-height:1 !important}

/* Sticky header shown after the table header has left the viewport. */
.calendar-sticky-header{
  display:none !important;
  position:fixed !important;
  top:0 !important;
  height:48px !important;
  z-index:100000 !important;
  overflow:hidden !important;
  background:#edf4f1 !important;
  border-bottom:1px solid #cbd8d4 !important;
  box-shadow:0 2px 7px rgba(0,0,0,.18) !important;
  box-sizing:border-box !important;
  pointer-events:none !important;
}
.calendar-sticky-header.visible{display:flex !important}
.calendar-sticky-equipment{
  flex:0 0 220px !important;
  width:220px !important;
  height:48px !important;
  box-sizing:border-box !important;
  display:flex !important;
  align-items:center !important;
  padding:0 8px !important;
  background:#edf4f1 !important;
  border-right:1px solid #dfe9e5 !important;
  font-size:12px !important;
  font-weight:800 !important;
  color:#173844 !important;
}
.calendar-sticky-dates-viewport{
  flex:0 0 auto !important;
  height:48px !important;
  position:relative !important;
  overflow:hidden !important;
  background:#edf4f1 !important;
}
.calendar-sticky-dates{
  position:absolute !important;
  left:0 !important;
  top:0 !important;
  height:48px !important;
  display:flex !important;
  flex-wrap:nowrap !important;
  margin:0 !important;
  padding:0 !important;
  will-change:transform !important;
}
.calendar-sticky-date{
  flex:0 0 85px !important;
  width:85px !important;
  min-width:85px !important;
  max-width:85px !important;
  height:48px !important;
  box-sizing:border-box !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  padding:4px 2px !important;
  border-right:1px solid #dfe9e5 !important;
  background:#edf4f1 !important;
  text-align:center !important;
  line-height:1.05 !important;
  white-space:nowrap !important;
}
.calendar-sticky-date .calendar-date{display:block !important;font-size:12px !important;font-weight:800 !important;line-height:1.05 !important}
.calendar-sticky-date small{display:block !important;margin-top:3px !important;font-size:9px !important;line-height:1 !important}

/* One bottom scrollbar, visible only while the calendar is in the viewport. */
.calendar-bottom-scroll{
  display:none;
  position:fixed !important;
  bottom:12px !important;
  height:38px !important;
  padding:5px 10px !important;
  box-sizing:border-box !important;
  z-index:99999 !important;
  background:rgba(245,248,247,.98) !important;
  border:1px solid #dfe9e5 !important;
  border-radius:10px !important;
  box-shadow:0 2px 10px rgba(0,0,0,.16) !important;
}
.calendar-bottom-scroll.visible{display:flex !important;align-items:center !important}
.calendar-bottom-scroll input[type=range]{
  display:block !important;
  width:100% !important;
  height:24px !important;
  margin:0 !important;
  padding:0 !important;
  cursor:ew-resize !important;
}

/* Booking labels: PHP supplies the requested 9-character display text. */
.calendarwrap td.booked{overflow:hidden !important}


/* ================================================================
   CALENDAR REBUILD 2: header is OUTSIDE horizontal scroll container.
   This makes true viewport-sticky dates possible without overlap.
   ================================================================ */
.calendar-shell{position:relative;width:100%;max-width:100%;}
.calendar-sticky-head{
  position:sticky !important; top:0 !important;
  height:48px !important; width:100%;
  display:flex !important; overflow:hidden !important;
  z-index:10000 !important; box-sizing:border-box;
  background:#edf4f1 !important; border:1px solid #dfe9e5;
  border-radius:10px 10px 0 0; box-shadow:0 2px 7px rgba(0,0,0,.14);
}
.calendar-sticky-head.active{display:flex !important;}
.calendar-head-equipment{flex:0 0 220px;width:220px;min-width:220px;height:48px;display:flex;align-items:center;padding:0 8px;box-sizing:border-box;font-size:12px;font-weight:800;border-right:1px solid #dfe9e5;background:#edf4f1;}
.calendar-head-dates-clip{flex:1 1 auto;min-width:0;height:48px;overflow:hidden;position:relative;background:#edf4f1;}
.calendar-head-dates{position:absolute;left:0;top:0;height:48px;display:flex;flex-wrap:nowrap;width:max-content;transform:translate3d(0,0,0);}
.calendar-head-date{flex:0 0 85px;width:85px;min-width:85px;max-width:85px;height:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;border-right:1px solid #dfe9e5;padding:4px 2px;text-align:center;line-height:1.05;white-space:nowrap;}
.calendar-head-date .calendar-date{display:block;font-size:12px;font-weight:800;line-height:1.05;}
.calendar-head-date small{display:block;margin-top:3px;font-size:9px;line-height:1;}
.calendarwrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:auto!important;background:#fff;border:1px solid #dfe9e5;border-top:0;border-radius:0 0 12px 12px;}
.calendarwrap::-webkit-scrollbar{height:14px!important;display:block!important;}
.calendarwrap table.rental-calendar-table{table-layout:fixed!important;border-collapse:separate!important;border-spacing:0!important;width:max-content!important;min-width:0!important;max-width:none!important;}
.calendarwrap col.calendar-equipment-col{width:220px!important;}
.calendarwrap col.calendar-date-col{width:85px!important;}
.calendarwrap table.rental-calendar-table thead{visibility:hidden;height:0!important;}
.calendarwrap table.rental-calendar-table thead th{height:0!important;padding:0!important;border:0!important;font-size:0!important;line-height:0!important;position:static!important;}
.calendarwrap table.rental-calendar-table thead th:first-child,.calendarwrap table.rental-calendar-table thead th:not(:first-child){width:auto!important;min-width:0!important;max-width:none!important;}
.calendarwrap table.rental-calendar-table tbody tr:not(.category-row)>th:first-child{width:220px!important;min-width:220px!important;max-width:220px!important;position:sticky!important;left:0!important;z-index:30!important;background:#fff!important;box-sizing:border-box!important;text-align:left!important;overflow:hidden!important;}
.calendarwrap table.rental-calendar-table tbody tr:not(.category-row)>td{width:85px!important;min-width:85px!important;max-width:85px!important;overflow:hidden!important;box-sizing:border-box!important;}
.calendarwrap table.rental-calendar-table tbody tr.category-row th{position:relative!important;z-index:10!important;}
.calendarwrap .calendar-booking{display:block!important;width:100%!important;max-width:100%!important;overflow:hidden!important;text-overflow:clip!important;white-space:nowrap!important;}
.calendar-bottom-scroll{position:fixed;display:none;bottom:12px;height:42px;padding:7px 12px;box-sizing:border-box;z-index:11000;background:rgba(245,248,247,.98);border:1px solid #dfe9e5;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.18);}
.calendar-bottom-scroll.active{display:block;}
.calendar-bottom-scroll input[type=range]{display:block;width:100%;height:24px;margin:0;padding:0;cursor:ew-resize;}
/* Disable every legacy cloned-header rule from older calendar versions. */
.calendar-fixed-header,.calendar-sticky-header,.calendar-fixed-equipment,.calendar-fixed-dates-viewport,.calendar-fixed-dates,.calendar-fixed-date{display:none!important;}


/* ================================================================
   FINAL CALENDAR CATEGORY BANDS
   ================================================================ */

.calendarwrap table.rental-calendar-table tbody tr.category-row,
.calendarwrap table.rental-calendar-table tbody tr.category-row > th {
    background: #e8f2ee !important;
}

.calendarwrap table.rental-calendar-table tbody tr.category-row > th {
    color: #0b344b !important;
    font-weight: 800 !important;
    text-align: left !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
    height: 38px !important;
    padding: 10px 8px !important;
    border-top: 2px solid #cbded5 !important;
    border-bottom: 1px solid #cbded5 !important;
}

/* ================================================================
   FINAL CALENDAR ROW / COLUMN INDICATORS
   ================================================================ */

/* Current equipment row */
.calendarwrap table.rental-calendar-table tbody tr.hover-bike-row > th {
    background: #fff0a6 !important;
    color: #123f4c !important;
    font-weight: 900 !important;
}

/* Current equipment row's cells */
.calendarwrap table.rental-calendar-table tbody tr.hover-bike-row > td {
    background: #fff8d8 !important;
}

/* Current date column */
.calendarwrap table.rental-calendar-table tbody tr > td.hover-date-col {
    background: #e1effc !important;
}

/* Exact bike/date intersection */
.calendarwrap table.rental-calendar-table tbody tr > td.hover-intersection {
    background: #ffad3d !important;
    color: #111 !important;
    box-shadow: inset 0 0 0 3px #c87500 !important;
    font-weight: 900 !important;
}

/* The visible sticky header follows the same row/column indication. */
.calendar-head-equipment.hover-bike-row {
    background: #fff0a6 !important;
    color: #123f4c !important;
    font-weight: 900 !important;
}

.calendar-head-date.hover-date-col {
    background: #8fc1f0 !important;
    color: #062f45 !important;
    font-weight: 900 !important;
}

/* Keep category bands from being altered by row highlighting. */
.calendarwrap table.rental-calendar-table tbody tr.category-row > th {
    background: #e8f2ee !important;
}

/* Ensure the indicator is visible above the sticky equipment column. */
.calendarwrap table.rental-calendar-table tbody tr:not(.category-row) > th:first-child {
    z-index: 30 !important;
}

.calendar-head-equipment,
.calendar-head-dates-clip,
.calendar-head-date {
    position: relative;
}

.calendar-head-equipment {
    z-index: 3;
}

.calendar-head-dates-clip {
    z-index: 2;
}

/* ================================================================
   BEN'S BIKES BRANDING
   Customer-facing rental application
   ================================================================ */
:root{
  --bb-navy:#173f4b;
  --bb-navy-dark:#102f39;
  --bb-green:#3d9669;
  --bb-green-dark:#2f7c55;
  --bb-green-light:#e8f4ee;
}
.site-utility{background:var(--bb-navy-dark);color:#fff;font-size:12px}
.site-utility-inner{max-width:1400px;margin:0 auto;padding:8px 24px;display:flex;justify-content:flex-end;gap:24px;align-items:center}
.site-utility a{color:#fff;text-decoration:none;font-weight:700}
.nav{min-height:78px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,5%);border-bottom:1px solid #dfeae6;position:relative;z-index:20}
.brand{color:var(--bb-navy);text-decoration:none;display:inline-flex;flex-direction:column;line-height:1}
.brand span{font-weight:900;font-size:24px;letter-spacing:.8px}
.brand b{font-size:11px;letter-spacing:3px;color:var(--bb-green);margin-top:5px}
.site-nav{display:flex;align-items:center;gap:6px}
.site-nav a{padding:10px 13px;text-decoration:none;color:var(--bb-navy);font-weight:700;border-radius:7px}
.site-nav a:hover,.site-nav a.current{color:var(--bb-green-dark);background:var(--bb-green-light)}
.hero{background:linear-gradient(90deg,rgba(16,47,57,.92),rgba(16,47,57,.28)),url('https://images.unsplash.com/photo-1471506480202-30caa1e1a9b5?auto=format&fit=crop&w=1800&q=80') center/cover}
.btn{background:var(--bb-green)}
.btn:hover{background:var(--bb-green-dark)}
.steps .active{background:#d9efe2;color:#226a49}
.steps .done{background:#254e5b}
.sectiontitle{border-left-color:var(--bb-green)}
.notice,.cartnote{border-left-color:var(--bb-green)}
.carttop{background:var(--bb-green-light);border:1px solid #d4e7dc}
footer{background:var(--bb-navy)}
@media(max-width:850px){
  .site-utility-inner{justify-content:center;flex-wrap:wrap;gap:8px 14px}
  .nav{padding:12px 18px;min-height:72px}
  .site-nav{gap:0}
  .site-nav a{padding:8px 7px;font-size:13px}
}

/* ================================================================
   BEN'S BIKES SITE HEADER
   Matches the structure of bensbikessequim.com while keeping the
   rental application independent from WordPress.
   ================================================================ */
:root{
  --bb-teal:#0d4350;
  --bb-teal-dark:#082f3a;
  --bb-green:#5d9f72;
  --bb-green-dark:#467f59;
  --bb-light:#f4f7f5;
  --bb-border:#dce5e1;
}
.site-utility{
  background:var(--bb-teal-dark);
  color:#fff;
  font-size:13px;
}
.site-utility-inner{
  max-width:1500px;
  margin:0 auto;
  min-height:38px;
  padding:0 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.utility-left{display:flex;align-items:center;gap:25px;flex-wrap:wrap}
.site-utility a{color:#fff;text-decoration:none;font-weight:700}
.site-header{
  background:#fff;
  border-bottom:1px solid var(--bb-border);
  position:relative;
  z-index:1000;
}
.site-header-inner{
  max-width:1500px;
  margin:0 auto;
  padding:16px 24px 14px;
  display:flex;
  align-items:center;
  gap:28px;
}
.brand{
  flex:0 0 auto;
  display:flex;
  flex-direction:column;
  text-decoration:none!important;
  color:var(--bb-teal)!important;
  min-width:205px;
}
.brand-name{
  font-size:25px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.5px;
}
.brand-tagline{
  margin-top:5px;
  color:#6a7979;
  font-size:11px;
  line-height:1.2;
}
.main-nav{
  flex:1 1 auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:3px;
}
.main-nav > a,
.nav-dropdown > button{
  appearance:none;
  border:0;
  background:transparent;
  color:#1b414a;
  font:600 14px/1.2 inherit;
  text-decoration:none;
  padding:12px 9px;
  margin:0;
  cursor:pointer;
  white-space:nowrap;
}
.main-nav > a:hover,
.nav-dropdown > button:hover,
.main-nav .nav-current{color:var(--bb-green-dark)}
.nav-dropdown{position:relative}
.nav-dropdown > button span{font-size:12px;margin-left:3px}
.dropdown-menu{
  display:none;
  position:absolute;
  top:100%;
  left:0;
  min-width:245px;
  padding:10px;
  background:#fff;
  border:1px solid var(--bb-border);
  border-radius:0 0 8px 8px;
  box-shadow:0 12px 30px rgba(8,47,58,.14);
}
.nav-dropdown:hover > .dropdown-menu,
.nav-dropdown.open > .dropdown-menu{display:block}
.dropdown-menu a{
  display:block;
  color:#214650;
  text-decoration:none;
  padding:9px 10px;
  border-radius:5px;
  font-size:13px;
  font-weight:600;
}
.dropdown-menu a:hover{background:#f0f6f2;color:var(--bb-green-dark)}
.dropdown-menu small{
  display:block;
  margin-top:2px;
  color:#788688;
  font-size:11px;
  font-weight:400;
}
.mega-menu{
  min-width:650px;
  left:50%;
  transform:translateX(-35%);
  display:none;
  grid-template-columns:1.1fr 1.1fr .8fr;
  gap:20px;
}
.nav-dropdown:hover > .mega-menu,
.nav-dropdown.open > .mega-menu{display:grid}
.mega-menu strong{
  display:block;
  padding:6px 10px 7px;
  color:var(--bb-teal);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.mega-menu a{padding:6px 10px;font-size:12px}
.carttop{
  background:#eef6f1!important;
  border:1px solid #d7e7dd;
  border-radius:5px;
  color:#24583f!important;
  margin-left:6px!important;
}
.carttop strong{margin-left:3px}
.site-search{margin-left:4px}
.site-search input{
  width:125px;
  padding:9px 11px;
  border:1px solid #cfdad6;
  border-radius:3px;
  font-size:13px;
  background:#fff;
}
.mobile-menu-toggle{display:none}
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

/* Rental content uses the same restrained page width and typography. */
body{font-family:Arial,Helvetica,sans-serif;background:#fff;color:#214650}
.container{max-width:1500px}
.hero{max-width:1500px;margin:0 auto;min-height:430px}

@media(max-width:1250px){
  .site-header-inner{gap:14px}
  .brand{min-width:180px}
  .brand-name{font-size:22px}
  .main-nav > a,.nav-dropdown > button{padding-left:6px;padding-right:6px;font-size:13px}
  .site-search input{width:95px}
}
@media(max-width:1050px){
  .site-utility-inner{padding:8px 18px;align-items:flex-start}
  .utility-left{gap:5px 18px}
  .site-header-inner{padding:13px 18px;position:relative}
  .mobile-menu-toggle{
    display:flex;
    margin-left:auto;
    width:44px;height:40px;
    padding:8px;
    flex-direction:column;
    justify-content:center;
    gap:5px;
    border:1px solid #cfdad6;
    border-radius:5px;
    background:#fff;
    cursor:pointer;
  }
  .mobile-menu-toggle > span:not(.sr-only){display:block;height:2px;background:var(--bb-teal);width:100%}
  .main-nav{
    display:none;
    position:absolute;
    left:0;right:0;top:100%;
    padding:12px 18px 18px;
    background:#fff;
    border-top:1px solid var(--bb-border);
    border-bottom:1px solid var(--bb-border);
    box-shadow:0 10px 25px rgba(8,47,58,.12);
    flex-direction:column;
    align-items:stretch;
  }
  .main-nav.open{display:flex}
  .main-nav > a,.nav-dropdown > button{width:100%;text-align:left;padding:12px 8px}
  .nav-dropdown{width:100%}
  .dropdown-menu,.mega-menu{
    position:static;
    transform:none;
    min-width:0;
    width:100%;
    box-shadow:none;
    border:0;
    border-top:1px solid #edf1ef;
    border-radius:0;
    padding:6px 8px 8px 18px;
    display:none!important;
    grid-template-columns:1fr;
  }
  .nav-dropdown.open > .dropdown-menu{display:block!important}
  .site-search{margin:7px 0 0}
  .site-search input{width:100%}
  .carttop{margin:5px 0!important}
}
@media(max-width:600px){
  .site-utility-inner{font-size:11px}
  .utility-left{display:block}
  .utility-left span{display:block;margin-bottom:2px}
  .brand-name{font-size:20px}
  .brand-tagline{font-size:10px}
  .hero{min-height:360px;padding:35px 24px}
  .hero h1{font-size:42px}
}

/* ================================================================
   BEN'S BIKES SEQUIM — RENTAL SITE SHELL
   Matches the supplied Ben's Bikes Rentals header/footer screenshots.
   ================================================================ */
:root{
  --bb-navy:#223e68;
  --bb-navy-dark:#1c355a;
  --bb-orange:#f5a000;
  --bb-light:#f7f7f7;
  --bb-border:#e4e4e4;
  --bb-text:#263d5f;
}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif!important;background:#fff!important;color:var(--bb-text)!important}
.bb-topbar{height:36px;background:var(--bb-navy);color:#fff;font-size:13px;font-weight:700}
.bb-topbar-inner{max-width:1200px;height:36px;margin:0 auto;padding:0 14px;display:flex;align-items:center;justify-content:space-between}
.bb-top-left,.bb-top-right{display:flex;align-items:center;gap:28px}
.bb-top-right{gap:18px}.bb-top-right a{color:#fff;text-decoration:none}.bb-top-right span{margin-left:3px}
.bb-header{background:#fff;border-bottom:1px solid #ddd}
.bb-header-main{max-width:1200px;height:118px;margin:0 auto;padding:0 8px;display:flex;align-items:center;justify-content:space-between}
.bb-logo{display:flex;flex-direction:column;text-decoration:none;color:var(--bb-navy);width:330px}
.bb-logo-script{font-family:"Brush Script MT","Segoe Script",cursive;font-size:34px;line-height:1.05;font-style:italic;font-weight:600;white-space:nowrap}
.bb-logo-sub{color:var(--bb-orange);font-weight:800;font-size:21px;margin-left:112px;margin-top:2px}
.bb-callout{display:flex;flex-direction:column;align-items:flex-start;margin-right:72px}
.bb-callout span{color:var(--bb-orange);font-size:17px;font-weight:700}
.bb-callout a{color:var(--bb-navy);font-size:30px;font-weight:800;text-decoration:none;line-height:1.1}
.bb-nav-row{border-top:1px solid #e7e7e7;background:#fff}
.bb-main-nav{max-width:1200px;min-height:61px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:0}
.bb-main-nav>a,.bb-nav-drop>button{height:28px;padding:0 14px;border:0;border-right:1px solid #e5e5e5;background:none;color:#8190a5;text-decoration:none;font-size:14px;font-weight:800;white-space:nowrap;cursor:pointer}
.bb-main-nav>a:first-child{border-left:1px solid #e5e5e5}
.bb-main-nav>a:hover,.bb-nav-drop>button:hover,.bb-main-nav .bb-current{color:var(--bb-navy)}
.bb-main-nav .bb-current{position:relative}.bb-main-nav .bb-current:after{content:"";position:absolute;height:2px;background:var(--bb-orange);left:14px;right:14px;bottom:-10px}
.bb-nav-drop{position:relative;display:flex;align-items:center;height:61px}.bb-drop-menu{display:none;position:absolute;top:53px;left:0;z-index:1000;min-width:220px;background:#fff;border:1px solid #ddd;box-shadow:0 5px 18px rgba(0,0,0,.12)}
.bb-drop-menu a{display:block;padding:11px 15px;color:var(--bb-text);text-decoration:none;font-size:13px;font-weight:600}.bb-drop-menu a:hover{background:#f5f5f5;color:var(--bb-orange)}
.bb-nav-drop:hover .bb-drop-menu{display:block}.bb-catalog-menu{min-width:180px}
.bb-search{height:34px;margin-left:16px;display:flex;background:#f1f1f1}.bb-search input{width:180px;border:0!important;border-radius:0!important;background:#f1f1f1!important;padding:8px 12px!important;color:#73839a}.bb-search button{width:38px;border:0;background:#f1f1f1;color:#73839a;font-size:22px;cursor:pointer}
.bb-cart{background:#eef3f8!important;border-left:1px solid #ddd!important;border-radius:3px;padding:7px 12px!important}
.bb-mobile-toggle{display:none}

.bb-page-banner{background:var(--bb-navy);height:121px;color:#fff}
.bb-page-banner-inner{max-width:1200px;height:100%;margin:0 auto;padding:0 8px;display:flex;align-items:center;justify-content:space-between}
.bb-page-banner h1{font-family:Arial,Helvetica,sans-serif!important;color:#fff!important;font-size:30px!important;font-weight:800!important;text-transform:uppercase;margin:0!important}
.bb-breadcrumb{font-size:12px;color:#b7c2d3}.bb-breadcrumb a{color:#b7c2d3;text-decoration:none}.bb-breadcrumb span{margin:0 9px}

.bb-rental-main{max-width:1200px;margin:0 auto;padding:28px 8px 34px;text-align:center}
.bb-rental-main h2{font-size:30px!important;color:var(--bb-navy)!important;margin:0 0 8px!important;font-weight:800!important}
.bb-rental-main h2:after{content:"";display:block;width:42px;height:3px;background:var(--bb-orange);margin:14px auto 17px}
.bb-rental-lead{font-size:16px;margin:0 0 25px;color:#405575}
.bb-booking-card{max-width:100%;border:1px solid #ddd;background:#fff;box-shadow:0 1px 5px rgba(0,0,0,.04);padding:24px 28px 25px;text-align:left}
.bb-booking-title{display:flex;align-items:center;gap:15px;font-size:23px;font-weight:800;color:var(--bb-navy);margin-bottom:18px}
.bb-calendar-icon{font-size:29px;color:var(--bb-navy)}
.bb-date-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:28px;align-items:end}
.bb-booking-card label{font-size:14px;font-weight:800;color:var(--bb-navy);margin:0!important;display:block!important}
.bb-booking-card input[type=date]{margin-top:8px;width:100%;height:48px;padding:10px 14px!important;border:1px solid #d7dfe8!important;border-radius:2px!important;font-size:15px;background:#fff!important;color:#65758d}
.bb-check{height:48px;width:100%;background:var(--bb-navy);color:#fff;border:0;border-radius:3px;font-size:16px;font-weight:800;cursor:pointer}
.bb-check:hover{background:#1b3458}
.bb-help{margin:22px 0 0;text-align:center;font-size:14px;color:#405575}.bb-help strong{color:var(--bb-navy)}
.bb-help .info{display:inline-flex;width:19px;height:19px;border-radius:50%;background:var(--bb-navy);color:#fff;align-items:center;justify-content:center;font-size:12px;font-weight:800;margin-right:8px}

.bb-footer{margin-top:0;background:var(--bb-navy);color:#9eafc7}
.bb-footer-main{max-width:1200px;margin:0 auto;padding:48px 8px 55px;display:grid;grid-template-columns:1.05fr 1.05fr 1.2fr 1.05fr;gap:70px}
.bb-footer h3{margin:0 0 25px;color:#fff;font-size:17px;font-weight:800}
.bb-footer section p{font-size:14px;line-height:1.7;margin:0 0 18px}.bb-footer section p strong{color:#fff;font-weight:500}
.bb-footer section>a{display:block;color:#9eafc7;text-decoration:none;font-size:14px;line-height:1.65;margin:0 0 5px}.bb-footer section>a:hover{color:#fff}.bb-footer section>a.active{color:var(--bb-orange)}
.bb-footer section>a small{display:block;color:#9eafc7;font-size:13px;margin-top:2px}.bb-footer section>a strong{color:#fff;font-weight:500}
.bb-social{width:27px!important;height:27px!important;border-radius:50%;background:rgba(255,255,255,.12);display:flex!important;align-items:center;justify-content:center;color:#d6deea!important;font-weight:800}
.bb-footer-bottom{position:relative;border-top:1px solid rgba(255,255,255,.13);min-height:60px;max-width:none;padding:0 calc((100% - 1200px)/2 + 8px);display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#fff}
.bb-footer-bottom nav{display:flex;gap:19px}.bb-footer-bottom nav a{color:#fff;text-decoration:none}.bb-footer-bottom nav a.active{color:#fff;text-decoration:underline}.bb-to-top{position:absolute;right:0;top:0;width:41px;height:41px;background:#1a3153;color:#fff;text-decoration:none;font-size:24px;display:flex;align-items:center;justify-content:center}

/* Override the rental application's older generic footer so the shell matches the site. */
body>footer:not(.bb-footer){display:none!important}
body>.container{max-width:1200px}
.steps{justify-content:center}

@media(max-width:900px){
  .bb-header-main{height:100px;padding:0 18px}.bb-callout{margin-right:0}.bb-callout span{font-size:13px}.bb-callout a{font-size:22px}.bb-logo-script{font-size:28px}.bb-logo-sub{font-size:17px;margin-left:90px}
  .bb-mobile-toggle{display:block;margin:12px 18px;background:none;border:1px solid #ddd;padding:9px 12px;color:var(--bb-navy);font-weight:800}
  .bb-main-nav{display:none;flex-direction:column;align-items:stretch;padding:5px 18px 15px}.bb-main-nav.open{display:flex}.bb-main-nav>a,.bb-nav-drop>button{height:40px;border:0;border-bottom:1px solid #eee;text-align:left;padding:10px}.bb-nav-drop{height:auto;display:block}.bb-drop-menu{position:static;box-shadow:none;border:0;padding-left:15px}.bb-nav-drop.open .bb-drop-menu{display:block}.bb-main-nav .bb-current:after{display:none}.bb-search{margin:10px 0 0}.bb-search input{width:100%}
  .bb-page-banner{height:95px}.bb-page-banner-inner{padding:0 18px}.bb-page-banner h1{font-size:25px!important}
  .bb-date-grid{grid-template-columns:1fr}.bb-footer-main{grid-template-columns:1fr 1fr;gap:35px;padding:38px 24px}.bb-footer-bottom{padding:15px 24px;display:block}.bb-footer-bottom nav{flex-wrap:wrap;margin-top:12px}.bb-to-top{right:0}
}
@media(max-width:560px){.bb-topbar{height:auto}.bb-topbar-inner{height:auto;padding:8px 14px;display:block}.bb-top-left{gap:10px;flex-wrap:wrap}.bb-top-right{display:none}.bb-header-main{height:92px}.bb-callout{display:none}.bb-logo{width:auto}.bb-footer-main{grid-template-columns:1fr}.bb-rental-main{padding-left:16px;padding-right:16px}.bb-booking-card{padding:20px 16px}.bb-booking-title{font-size:20px}}


/* ================================================================
   WORDPRESS IFRAME MODE
   The WordPress site supplies the real Ben's Bikes header/footer.
   The iframe contains only the rental application.
   ================================================================ */
body.bb-embedded {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
}
body.bb-embedded .bb-rental-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 8px 34px;
}
body.bb-embedded .container {
  max-width: 1200px;
  margin: 0 auto;
}
body.bb-embedded .steps {
  margin-top: 28px;
}
@media(max-width: 700px) {
  body.bb-embedded .bb-rental-main { padding: 24px 16px 28px; }
  body.bb-embedded .container { padding-left: 16px; padding-right: 16px; }
}
