.wfs-rental-app{
  /* Closely follows the current site's restrained white / dark grey / warm red system. */
  --red: #fcb040;
  --red-dark: #d98c19;
  --navy: #3c6282;
  --navy-dark: #2e516e;
  --charcoal: #443f3f;
  --black: #2b2727;
  --grey-900: #443f3f;
  --grey-700: #767676;
  --grey-500: #9a9a9a;
  --grey-300: #d9d9d9;
  --grey-200: #e6e6e6;
  --grey-100: #f7f7f7;
  --white: #ffffff;
  --content: min(1180px, calc(100vw - 48px));
  --shadow: 0 12px 34px rgba(68,63,63,.12);
}
.wfs-rental-app *{ box-sizing:border-box; }
.wfs-rental-app{ scroll-behavior:smooth; }
.wfs-rental-app{ margin:0; font-family:"Source Sans 3", Arial, sans-serif; color:var(--charcoal); background:white; line-height:1.6; -webkit-font-smoothing:antialiased; }
body.wfs-drawer-open{ overflow:hidden; }
.wfs-rental-app a{ color:inherit; text-decoration:none; }
.wfs-rental-app button, .wfs-rental-app input, .wfs-rental-app select, .wfs-rental-app textarea{ font:inherit; }
.wfs-rental-app button{ color:inherit; }
.wfs-rental-app img{ display:block; max-width:100%; }
.wfs-rental-app .content-width{ width:var(--content); margin-inline:auto; }

.wfs-rental-app .site-header{ background:white; border-bottom:1px solid var(--grey-200); position:sticky; top:0; z-index:40; }
.wfs-rental-app .header-inner{ width:var(--content); min-height:84px; margin:auto; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:35px; }
.wfs-rental-app .brand{ display:inline-flex; align-items:center; gap:12px; }
.wfs-rental-app .brand-fallback{ display:inline-flex; align-items:center; gap:12px; }
.wfs-rental-app .brand-logo-image{ display:block; width:auto; height:auto; max-width:255px; max-height:62px; object-fit:contain; }
.wfs-rental-app .brand.logo-loaded .brand-fallback{ display:none; }
.wfs-rental-app .footer-brand.logo-loaded{ background:white; padding:10px 14px; width:max-content; max-width:100%; }
.wfs-rental-app .footer-brand .brand-logo-image{ max-width:225px; max-height:54px; }

.wfs-rental-app .brand-icon{ width:43px; height:43px; background:var(--charcoal); position:relative; display:block; }
.wfs-rental-app .brand-icon::before{ content:""; position:absolute; left:0; right:0; top:0; height:11px; background:var(--red); }
.wfs-rental-app .brand-icon span{ position:absolute; width:8px; height:8px; border-radius:50%; background:white; top:19px; }
.wfs-rental-app .brand-icon span:nth-child(1){ left:7px; }
.wfs-rental-app .brand-icon span:nth-child(2){ left:18px; }
.wfs-rental-app .brand-icon span:nth-child(3){ left:29px; }
.wfs-rental-app .brand-copy{ display:grid; line-height:.95; letter-spacing:.095em; }
.wfs-rental-app .brand-copy strong{ font-family:Raleway, sans-serif; font-size:18px; font-weight:800; }
.wfs-rental-app .brand-copy span{ font-family:Raleway, sans-serif; font-size:10px; font-weight:700; margin-top:6px; }
.wfs-rental-app .main-nav{ display:flex; justify-content:center; gap:31px; }
.wfs-rental-app .main-nav a{ font-size:13px; font-weight:600; padding:31px 0 28px; border-bottom:3px solid transparent; }
.wfs-rental-app .main-nav a:hover{ color:var(--red); border-color:var(--red); }
.wfs-rental-app .header-quote{ border:0; background:var(--red); color:white; padding:13px 17px; font-size:12px; font-weight:700; cursor:pointer; display:flex; align-items:center; gap:10px; }
.wfs-rental-app .header-quote:hover{ background:var(--red-dark); }
.wfs-rental-app .header-quote span, .wfs-rental-app .button-count{ min-width:23px; height:23px; border-radius:50%; background:rgba(255,255,255,.2); display:grid; place-items:center; font-size:10px; }
.wfs-rental-app .menu-button{ display:none; }

.wfs-rental-app .hero{ min-height:610px; position:relative; background:var(--charcoal); display:grid; align-items:center; overflow:hidden; }
.wfs-rental-app .hero-photo{ position:absolute; inset:0; background-image:linear-gradient(135deg,#625c5c,#302c2c); background-size:cover; background-position:center; filter:saturate(.75); transform:scale(1.01); }
.wfs-rental-app .hero-photo.has-photo{ filter:saturate(.72) contrast(1.03); }
.wfs-rental-app .hero-shade{ position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.8) 0%,rgba(0,0,0,.58) 49%,rgba(0,0,0,.18) 100%),linear-gradient(0deg,rgba(0,0,0,.25),transparent 55%); }
.wfs-rental-app .hero-inner{ width:var(--content); margin:auto; position:relative; z-index:2; color:white; padding-block:95px; }
.wfs-rental-app .kicker, .wfs-rental-app .section-label{ margin:0 0 18px; font-size:10px; font-weight:700; letter-spacing:.19em; color:var(--red); }
.wfs-rental-app .hero h1{ color:white; max-width:760px; margin:0; font-family:Raleway,sans-serif; font-size:clamp(46px,6vw,76px); line-height:1.07; letter-spacing:-.035em; font-weight:700; }
.wfs-rental-app .hero-copy{ max-width:650px; margin:25px 0 0; font-size:17px; color:rgba(255,255,255,.78); }
.wfs-rental-app .hero-actions{ display:flex; gap:12px; margin-top:34px; }
.wfs-rental-app .button{ min-height:45px; border:0; padding:0 20px; display:inline-flex; align-items:center; justify-content:center; cursor:pointer; font-size:12px; font-weight:700; transition:.18s ease; }
.wfs-rental-app .button-primary{ background:var(--red); color:white; }
.wfs-rental-app .button-primary:hover{ background:var(--red-dark); }
.wfs-rental-app .button-outline{ color:white; border:1px solid rgba(255,255,255,.55); background:transparent; }
.wfs-rental-app .button-outline:hover{ background:white; color:var(--charcoal); }
.wfs-rental-app .button-dark{ background:var(--charcoal); color:white; gap:10px; }
.wfs-rental-app .button-dark:hover{ background:var(--red); }
.wfs-rental-app .button-light{ background:var(--red); color:white; }
.wfs-rental-app .button-light:hover{ background:var(--red-dark); color:white; }
.wfs-rental-app .button-back{ border:1px solid var(--grey-300); background:white; }

.wfs-rental-app .intro-section{ padding:95px 0; border-bottom:1px solid var(--grey-200); }
.wfs-rental-app .intro-grid{ display:grid; grid-template-columns:.9fr 1.1fr; gap:90px; align-items:start; }
.wfs-rental-app h1, .wfs-rental-app h2, .wfs-rental-app h3, .wfs-rental-app .brand-copy{ color:var(--charcoal); }
.wfs-rental-app .hero h1, .wfs-rental-app .contact-section h2, .wfs-rental-app .site-footer h2{ color:white; }
.wfs-rental-app h2{ margin:0; font-family:Raleway,sans-serif; font-size:clamp(37px,4.1vw,54px); line-height:1.12; letter-spacing:-.035em; }
.wfs-rental-app .intro-copy > p:first-child{ margin-top:2px; font-size:20px; line-height:1.55; color:var(--grey-900); }
.wfs-rental-app .intro-copy > p:nth-child(2){ color:var(--grey-700); }
.wfs-rental-app .service-points{ display:flex; flex-wrap:wrap; gap:10px; margin-top:26px; }
.wfs-rental-app .service-points span{ border:1px solid var(--grey-300); padding:8px 12px; font-size:11px; font-weight:600; }

.wfs-rental-app .equipment-section{ padding:100px 0 105px; background:var(--grey-100); }
.wfs-rental-app .section-heading{ display:flex; justify-content:space-between; align-items:end; gap:40px; margin-bottom:35px; }
.wfs-rental-app .section-heading > div > p:last-child{ max-width:650px; color:var(--grey-700); margin:14px 0 0; font-size:14px; }
.wfs-rental-app .section-heading .button{ flex:0 0 auto; }
.wfs-rental-app .catalogue-tools{ display:grid; grid-template-columns:250px minmax(0,1fr) 185px; align-items:center; gap:14px; padding:13px; background:white; border:1px solid var(--grey-200); }
.wfs-rental-app .search-box{ display:flex; align-items:center; gap:9px; min-height:43px; border:1px solid var(--grey-300); padding:0 12px; }
.wfs-rental-app .search-box svg{ width:17px; fill:none; stroke:currentColor; stroke-width:2; color:var(--grey-500); }
.wfs-rental-app .search-box input{ min-width:0; width:100%; border:0; outline:0; font-size:12px; }
.wfs-rental-app .category-filters{ display:flex; gap:5px; overflow-x:auto; scrollbar-width:none; }
.wfs-rental-app .category-filters::-webkit-scrollbar{ display:none; }
.wfs-rental-app .filter-button{ border:0; background:transparent; padding:9px 11px; white-space:nowrap; cursor:pointer; font-size:10px; font-weight:700; color:var(--grey-700); }
.wfs-rental-app .filter-button:hover, .wfs-rental-app .filter-button.active{ background:var(--red); color:white; }
.wfs-rental-app .sort-box{ border-left:1px solid var(--grey-200); padding-left:15px; display:flex; align-items:center; gap:7px; }
.wfs-rental-app .sort-box span{ font-size:9px; color:var(--grey-500); text-transform:uppercase; font-weight:700; }
.wfs-rental-app .sort-box select{ flex:1; min-width:0; border:0; outline:0; background:transparent; font-size:11px; font-weight:600; }
.wfs-rental-app .photo-status{ margin:16px 0 -3px; display:flex; align-items:center; gap:8px; font-size:10px; color:var(--grey-500); }
.wfs-rental-app .photo-status-dot{ width:7px; height:7px; border-radius:50%; background:#d5a63c; }
.wfs-rental-app .photo-status.loaded .photo-status-dot{ background:#4f9a5a; }
.wfs-rental-app .catalogue-meta{ display:flex; justify-content:space-between; gap:20px; padding:20px 1px 13px; color:var(--grey-500); font-size:10px; }
.wfs-rental-app .equipment-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.wfs-rental-app .equipment-card{ background:white; border:1px solid var(--grey-200); display:flex; flex-direction:column; min-width:0; transition:.2s ease; }
.wfs-rental-app .equipment-card:hover{ transform:translateY(-3px); box-shadow:var(--shadow); border-color:#cfcfcf; }
.wfs-rental-app .equipment-photo{ aspect-ratio:4/3; background:#e9e9e9; position:relative; overflow:hidden; display:grid; place-items:center; }
.wfs-rental-app .equipment-photo img{ width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.wfs-rental-app .equipment-card:hover .equipment-photo img{ transform:scale(1.025); }
.wfs-rental-app .equipment-photo.fallback{ background:linear-gradient(135deg,#eeeeee,#d9d9d9); }
.wfs-rental-app .equipment-photo.fallback svg{ width:64%; max-height:70%; opacity:.85; }
.wfs-rental-app .equipment-badge{ position:absolute; top:12px; left:12px; background:var(--red); color:white; padding:6px 9px; font-size:8px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.wfs-rental-app .photo-credit{ position:absolute; right:8px; bottom:7px; background:rgba(0,0,0,.62); color:white; font-size:7px; padding:3px 5px; letter-spacing:.05em; }
.wfs-rental-app .equipment-card-body{ padding:19px 19px 17px; display:flex; flex-direction:column; flex:1; }
.wfs-rental-app .item-category{ color:var(--red); font-size:9px; letter-spacing:.12em; font-weight:700; text-transform:uppercase; }
.wfs-rental-app .equipment-card h3{ margin:5px 0 6px; font:700 19px Raleway,sans-serif; line-height:1.3; }
.wfs-rental-app .item-description{ margin:0; font-size:12px; color:var(--grey-700); min-height:58px; }
.wfs-rental-app .item-stock{ margin:12px 0 14px; font-size:9px; color:var(--grey-500); text-transform:uppercase; letter-spacing:.07em; }
.wfs-rental-app .item-footer{ border-top:1px solid var(--grey-200); margin-top:auto; padding-top:15px; display:flex; justify-content:space-between; align-items:center; gap:12px; }
.wfs-rental-app .item-rate{ display:grid; line-height:1.05; }
.wfs-rental-app .item-rate strong{ font:700 20px Raleway,sans-serif; }
.wfs-rental-app .item-rate span{ font-size:8px; color:var(--grey-500); margin-top:5px; }
.wfs-rental-app .add-button{ min-height:38px; border:0; background:var(--charcoal); color:white; padding:0 13px; font-size:10px; font-weight:700; cursor:pointer; }
.wfs-rental-app .add-button:hover{ background:var(--red); }
.wfs-rental-app .add-button.in-quote{ background:#606060; }
.wfs-rental-app .no-results{ grid-column:1/-1; background:white; border:1px solid var(--grey-200); padding:50px; text-align:center; color:var(--grey-700); }

.wfs-rental-app .how-section{ padding:100px 0; background:white; }
.wfs-rental-app .simple-heading{ margin-bottom:45px; }
.wfs-rental-app .steps-grid{ display:grid; grid-template-columns:repeat(3,1fr); border:1px solid var(--grey-200); }
.wfs-rental-app .steps-grid article{ padding:34px; min-height:245px; border-right:1px solid var(--grey-200); }
.wfs-rental-app .steps-grid article:last-child{ border:0; }
.wfs-rental-app .steps-grid span{ color:var(--red); font:700 12px Raleway,sans-serif; }
.wfs-rental-app .steps-grid h3{ margin:65px 0 8px; font:700 22px Raleway,sans-serif; }
.wfs-rental-app .steps-grid p{ margin:0; color:var(--grey-700); font-size:13px; }

.wfs-rental-app .contact-section{ padding:85px 0; background:var(--charcoal); color:white; border-top:5px solid var(--red); }
.wfs-rental-app .light-label{ color:rgba(255,255,255,.68); }
.wfs-rental-app .contact-grid{ display:grid; grid-template-columns:1.15fr .85fr; gap:100px; align-items:end; }
.wfs-rental-app .contact-grid h2{ max-width:650px; }
.wfs-rental-app .contact-grid > div:last-child{ display:flex; flex-direction:column; align-items:flex-start; gap:16px; }
.wfs-rental-app .contact-grid p{ margin:0; color:rgba(255,255,255,.8); max-width:470px; }
.wfs-rental-app .contact-grid a{ font-weight:700; border-bottom:1px solid rgba(255,255,255,.5); }
.wfs-rental-app .site-footer{ background:var(--black); color:white; padding:45px 0; border-top:1px solid rgba(255,255,255,.07); }
.wfs-rental-app .footer-inner{ display:grid; grid-template-columns:1fr auto auto; gap:45px; align-items:center; }
.wfs-rental-app .footer-brand .brand-icon{ background:white; }
.wfs-rental-app .footer-brand .brand-icon span{ background:var(--black); }
.wfs-rental-app .footer-brand:not(.logo-loaded) .brand-copy{ color:white; }
.wfs-rental-app .footer-inner nav{ display:flex; gap:24px; font-size:11px; color:rgba(255,255,255,.65); }
.wfs-rental-app .footer-inner p{ font-size:9px; color:rgba(255,255,255,.42); text-transform:uppercase; }

.wfs-rental-app .drawer-overlay{ position:fixed; inset:0; background:rgba(0,0,0,.55); opacity:0; visibility:hidden; transition:.25s; z-index:80; }
.wfs-rental-app .quote-drawer{ position:fixed; right:0; top:0; bottom:0; width:min(570px,100vw); background:white; z-index:90; transform:translateX(103%); transition:transform .3s ease; box-shadow:-20px 0 60px rgba(0,0,0,.2); display:grid; grid-template-rows:auto auto 1fr auto; }
body.wfs-drawer-open .wfs-rental-app .drawer-overlay{ opacity:1; visibility:visible; }
body.wfs-drawer-open .wfs-rental-app .quote-drawer{ transform:none; }
.wfs-rental-app .drawer-header{ padding:24px 26px 18px; display:flex; justify-content:space-between; align-items:center; }
.wfs-rental-app .drawer-header p{ margin:0; color:var(--red); font-size:9px; letter-spacing:.14em; font-weight:700; }
.wfs-rental-app .drawer-header h2{ font-size:31px; margin-top:4px; }
.wfs-rental-app .drawer-close{ border:1px solid var(--grey-300); background:white; width:40px; height:40px; font-size:24px; cursor:pointer; }
.wfs-rental-app .drawer-steps{ display:grid; grid-template-columns:repeat(3,1fr); padding:0 26px; border-bottom:1px solid var(--grey-200); }
.wfs-rental-app .drawer-steps span{ padding:0 0 13px; font-size:9px; font-weight:700; color:var(--grey-500); border-bottom:3px solid transparent; }
.wfs-rental-app .drawer-steps span.active{ color:var(--charcoal); border-color:var(--red); }
.wfs-rental-app .drawer-body{ overflow:auto; padding:22px 26px 30px; background:#fafafa; }
.wfs-rental-app .quote-stage{ display:none; }
.wfs-rental-app .quote-stage.active{ display:block; }
.wfs-rental-app .date-grid{ display:grid; grid-template-columns:1fr 1fr; gap:11px; background:white; border:1px solid var(--grey-200); padding:15px; margin-bottom:16px; }
.wfs-rental-app .date-grid label, .wfs-rental-app .quote-form > label{ display:grid; gap:6px; font-size:10px; font-weight:700; color:var(--grey-700); }
.wfs-rental-app .date-grid input, .wfs-rental-app .quote-form input, .wfs-rental-app .quote-form select, .wfs-rental-app .quote-form textarea{ border:1px solid var(--grey-300); background:white; padding:11px; outline:0; width:100%; color:var(--charcoal); }
.wfs-rental-app .date-grid input:focus, .wfs-rental-app .quote-form input:focus, .wfs-rental-app .quote-form select:focus, .wfs-rental-app .quote-form textarea:focus{ border-color:var(--red); }
.wfs-rental-app .date-grid p{ grid-column:1/-1; margin:0; font-size:9px; color:var(--grey-500); }
.wfs-rental-app .quote-items{ display:grid; gap:9px; }
.wfs-rental-app .quote-line{ display:grid; grid-template-columns:67px minmax(0,1fr) auto; gap:11px; align-items:center; background:white; border:1px solid var(--grey-200); padding:9px; }
.wfs-rental-app .quote-line-photo{ width:67px; height:67px; background:#e5e5e5; overflow:hidden; display:grid; place-items:center; }
.wfs-rental-app .quote-line-photo img{ width:100%; height:100%; object-fit:cover; }
.wfs-rental-app .quote-line-photo svg{ width:70%; height:70%; }
.wfs-rental-app .quote-line h3{ margin:0; font:700 13px Raleway,sans-serif; }
.wfs-rental-app .quote-line p{ margin:2px 0 7px; font-size:9px; color:var(--grey-500); }
.wfs-rental-app .quantity-control{ display:inline-grid; grid-template-columns:27px 34px 27px; border:1px solid var(--grey-300); }
.wfs-rental-app .quantity-control button{ height:27px; border:0; background:white; cursor:pointer; }
.wfs-rental-app .quantity-control span{ display:grid; place-items:center; font-size:10px; font-weight:700; }
.wfs-rental-app .quote-line-total{ display:grid; justify-items:end; gap:9px; }
.wfs-rental-app .quote-line-total strong{ font-size:12px; }
.wfs-rental-app .remove-item{ border:0; background:transparent; color:var(--grey-500); font-size:8px; cursor:pointer; text-decoration:underline; }
.wfs-rental-app .empty-quote{ text-align:center; padding:70px 30px; color:var(--grey-700); }
.wfs-rental-app .empty-quote strong{ font:700 20px Raleway,sans-serif; color:var(--charcoal); }
.wfs-rental-app .empty-quote p{ font-size:12px; }
.wfs-rental-app .empty-quote button, .wfs-rental-app .text-button{ border:0; background:transparent; border-bottom:1px solid currentColor; padding:0 0 3px; font-size:11px; font-weight:700; cursor:pointer; }
.wfs-rental-app .quote-form{ display:grid; grid-template-columns:1fr 1fr; gap:14px 11px; }
.wfs-rental-app .quote-form .full{ grid-column:1/-1; }
.wfs-rental-app .quote-form fieldset{ border:0; margin:0; padding:0; display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.wfs-rental-app .quote-form legend{ grid-column:1/-1; font-size:10px; font-weight:700; color:var(--grey-700); margin-bottom:6px; }
.wfs-rental-app .quote-form fieldset label{ cursor:pointer; }
.wfs-rental-app .quote-form fieldset input{ position:absolute; opacity:0; pointer-events:none; }
.wfs-rental-app .quote-form fieldset span{ display:block; text-align:center; border:1px solid var(--grey-300); background:white; padding:11px; font-size:10px; font-weight:700; }
.wfs-rental-app .quote-form fieldset input:checked + span{ border-color:var(--red); color:var(--red); background:#fff7f6; }
.wfs-rental-app .review-heading{ font-size:24px; margin-bottom:15px; }
.wfs-rental-app .review-block{ background:white; border:1px solid var(--grey-200); padding:15px; margin-bottom:10px; }
.wfs-rental-app .review-block h3{ margin:0 0 9px; font:700 12px Raleway,sans-serif; }
.wfs-rental-app .review-row{ display:flex; justify-content:space-between; gap:15px; padding:5px 0; border-bottom:1px solid var(--grey-100); font-size:10px; }
.wfs-rental-app .review-row:last-child{ border:0; }
.wfs-rental-app .review-row span:last-child{ text-align:right; font-weight:600; }
.wfs-rental-app .review-item{ display:grid; grid-template-columns:1fr auto; gap:10px; margin:7px 0; font-size:10px; }
.wfs-rental-app .review-item small{ display:block; color:var(--grey-500); }
.wfs-rental-app .estimate-note{ border-left:4px solid var(--red); background:#fff5f4; padding:12px 14px; margin-top:15px; }
.wfs-rental-app .estimate-note strong{ font-size:10px; }
.wfs-rental-app .estimate-note p{ margin:2px 0 0; color:var(--grey-700); font-size:9px; }
.wfs-rental-app .drawer-footer{ padding:16px 26px 21px; border-top:1px solid var(--grey-200); background:white; }
.wfs-rental-app .totals-row{ display:flex; justify-content:space-between; align-items:end; margin-bottom:12px; }
.wfs-rental-app .totals-row > span{ display:grid; color:var(--grey-700); font-size:10px; }
.wfs-rental-app .totals-row small{ color:var(--grey-500); font-size:7px; text-transform:uppercase; letter-spacing:.05em; }
.wfs-rental-app .totals-row strong{ font:700 24px Raleway,sans-serif; }
.wfs-rental-app .drawer-actions{ display:grid; grid-template-columns:auto 1fr; gap:8px; }
.wfs-rental-app #quote-back{ display:none; }
.wfs-rental-app .success-state{ text-align:center; padding:52px 20px; }
.wfs-rental-app .success-state > span{ display:grid; place-items:center; width:62px; height:62px; margin:0 auto 18px; border-radius:50%; background:#517e57; color:white; font-size:26px; }
.wfs-rental-app .success-state > p:first-of-type{ font-size:9px; color:var(--red); font-weight:700; letter-spacing:.13em; }
.wfs-rental-app .success-state h2{ font-size:31px; margin:7px auto 10px; }
.wfs-rental-app .success-state > p:not(:first-of-type){ max-width:390px; margin:0 auto 22px; color:var(--grey-700); font-size:12px; }
.wfs-rental-app .success-state .button, .wfs-rental-app .success-state .text-button{ margin:5px; }
.wfs-rental-app .mobile-quote-bar{ display:none; }
.wfs-rental-app .toast{ position:fixed; left:50%; bottom:25px; transform:translate(-50%,20px); opacity:0; z-index:120; background:var(--charcoal); color:white; padding:10px 15px; font-size:10px; font-weight:700; transition:.2s; pointer-events:none; }
.wfs-rental-app .toast.show{ opacity:1; transform:translate(-50%,0); }

@media (max-width:980px) {
  .wfs-rental-app{ --content:min(900px,calc(100vw - 36px)); }
  .wfs-rental-app .header-inner{ grid-template-columns:1fr auto auto; }
  .wfs-rental-app .main-nav{ display:none; position:absolute; top:84px; left:0; right:0; background:white; flex-direction:column; gap:0; border-bottom:1px solid var(--grey-200); box-shadow:var(--shadow); }
  .wfs-rental-app .main-nav.open{ display:flex; }
  .wfs-rental-app .main-nav a{ padding:15px 24px; border-bottom:1px solid var(--grey-200); }
  .wfs-rental-app .menu-button{ display:grid; width:41px; height:41px; border:0; background:transparent; align-content:center; gap:4px; cursor:pointer; }
  .wfs-rental-app .menu-button span{ width:21px; height:2px; background:var(--charcoal); margin:auto; }
  .wfs-rental-app .catalogue-tools{ grid-template-columns:1fr 190px; }
  .wfs-rental-app .category-filters{ grid-column:1/-1; grid-row:2; }
  .wfs-rental-app .equipment-grid{ grid-template-columns:1fr 1fr; }
  .wfs-rental-app .intro-grid{ gap:50px; }
}

@media (max-width:700px) {
  .wfs-rental-app{ --content:calc(100vw - 28px); }
  .wfs-rental-app{ padding-bottom:68px; }
  .wfs-rental-app .site-header, .wfs-rental-app .header-inner{ min-height:70px; }
  .wfs-rental-app .header-inner{ grid-template-columns:1fr auto; }
  .wfs-rental-app .header-quote{ display:none; }
  .wfs-rental-app .main-nav{ top:70px; }
  .wfs-rental-app .brand-icon{ width:39px; height:39px; }
  .wfs-rental-app .hero{ min-height:570px; }
  .wfs-rental-app .hero-inner{ padding-block:75px; }
  .wfs-rental-app .hero h1{ font-size:49px; }
  .wfs-rental-app .hero-copy{ font-size:15px; }
  .wfs-rental-app .hero-actions{ flex-direction:column; align-items:stretch; }
  .wfs-rental-app .intro-section, .wfs-rental-app .equipment-section, .wfs-rental-app .how-section{ padding:72px 0; }
  .wfs-rental-app .intro-grid, .wfs-rental-app .contact-grid{ grid-template-columns:1fr; gap:34px; }
  .wfs-rental-app .intro-copy > p:first-child{ font-size:17px; }
  .wfs-rental-app .section-heading{ display:grid; align-items:start; }
  .wfs-rental-app .section-heading .button{ justify-self:start; }
  .wfs-rental-app .catalogue-tools{ grid-template-columns:1fr; }
  .wfs-rental-app .category-filters{ grid-column:auto; grid-row:auto; }
  .wfs-rental-app .sort-box{ border-left:0; border-top:1px solid var(--grey-200); padding:10px 0 0; }
  .wfs-rental-app .catalogue-meta{ align-items:flex-start; flex-direction:column; gap:4px; }
  .wfs-rental-app .equipment-grid{ grid-template-columns:1fr; }
  .wfs-rental-app .steps-grid{ grid-template-columns:1fr; }
  .wfs-rental-app .steps-grid article{ border-right:0; border-bottom:1px solid var(--grey-200); min-height:210px; }
  .wfs-rental-app .steps-grid article:last-child{ border-bottom:0; }
  .wfs-rental-app .steps-grid h3{ margin-top:45px; }
  .wfs-rental-app .contact-section{ padding:65px 0; }
  .wfs-rental-app .footer-inner{ grid-template-columns:1fr; gap:24px; }
  .wfs-rental-app .footer-inner nav{ flex-wrap:wrap; }
  .wfs-rental-app .mobile-quote-bar{ display:block; position:fixed; left:0; right:0; bottom:0; z-index:65; padding:9px 13px; background:rgba(255,255,255,.96); border-top:1px solid var(--grey-200); }
  .wfs-rental-app .mobile-quote-bar button{ width:100%; border:0; background:var(--charcoal); color:white; padding:12px 15px; display:flex; justify-content:space-between; cursor:pointer; }
  .wfs-rental-app .mobile-quote-bar span{ font-weight:700; }
  .wfs-rental-app .mobile-quote-bar strong{ font-size:9px; color:rgba(255,255,255,.68); }
  .wfs-rental-app .drawer-header, .wfs-rental-app .drawer-body, .wfs-rental-app .drawer-footer{ padding-left:18px; padding-right:18px; }
  .wfs-rental-app .drawer-steps{ padding-left:18px; padding-right:18px; }
  .wfs-rental-app .date-grid, .wfs-rental-app .quote-form{ grid-template-columns:1fr; }
  .wfs-rental-app .date-grid p, .wfs-rental-app .quote-form .full{ grid-column:auto; }
  .wfs-rental-app .quote-line{ grid-template-columns:55px minmax(0,1fr); }
  .wfs-rental-app .quote-line-photo{ width:55px; height:55px; }
  .wfs-rental-app .quote-line-total{ grid-column:2; display:flex; justify-content:space-between; align-items:center; }
}


/* ---------- V4: larger shrinking identity, lighter accordion catalogue ---------- */
.wfs-rental-app .site-header, .wfs-rental-app .header-inner, .wfs-rental-app .brand-logo-image, .wfs-rental-app .brand-icon, .wfs-rental-app .brand-copy strong, .wfs-rental-app .brand-copy span{
  transition: min-height .28s ease, max-width .28s ease, max-height .28s ease, width .28s ease, height .28s ease, font-size .28s ease, padding .28s ease, box-shadow .28s ease;
}
.wfs-rental-app .header-inner{ min-height:124px; }
.wfs-rental-app .brand-logo-image{ max-width:390px; max-height:94px; }
.wfs-rental-app .brand-icon{ width:58px; height:58px; }
.wfs-rental-app .brand-icon::before{ height:14px; }
.wfs-rental-app .brand-icon span{ top:28px; }
.wfs-rental-app .brand-icon span:nth-child(1){ left:10px; }
.wfs-rental-app .brand-icon span:nth-child(2){ left:25px; }
.wfs-rental-app .brand-icon span:nth-child(3){ left:40px; }
.wfs-rental-app .brand-copy strong{ font-size:24px; }
.wfs-rental-app .brand-copy span{ font-size:12px; }
.wfs-rental-app .site-header.is-compact{ box-shadow:0 6px 24px rgba(68,63,63,.09); }
.wfs-rental-app .site-header.is-compact .header-inner{ min-height:74px; }
.wfs-rental-app .site-header.is-compact .brand-logo-image{ max-width:245px; max-height:52px; }
.wfs-rental-app .site-header.is-compact .brand-icon{ width:40px; height:40px; }
.wfs-rental-app .site-header.is-compact .brand-icon::before{ height:10px; }
.wfs-rental-app .site-header.is-compact .brand-icon span{ top:19px; width:7px; height:7px; }
.wfs-rental-app .site-header.is-compact .brand-icon span:nth-child(1){ left:6px; }
.wfs-rental-app .site-header.is-compact .brand-icon span:nth-child(2){ left:17px; }
.wfs-rental-app .site-header.is-compact .brand-icon span:nth-child(3){ left:28px; }
.wfs-rental-app .site-header.is-compact .brand-copy strong{ font-size:17px; }
.wfs-rental-app .site-header.is-compact .brand-copy span{ font-size:9px; margin-top:5px; }
.wfs-rental-app .site-header.is-compact .main-nav a{ padding-top:25px; padding-bottom:22px; }

.wfs-rental-app .hero-photo-credit{ position:absolute; z-index:3; right:24px; bottom:18px; color:white; background:rgba(0,0,0,.55); padding:6px 9px; font-size:9px; letter-spacing:.07em; text-transform:uppercase; }

.wfs-rental-app .catalogue-tools-accordion{ grid-template-columns:minmax(250px,1fr) auto 190px; }
.wfs-rental-app .accordion-actions{ display:flex; align-items:center; justify-content:center; gap:5px; }
.wfs-rental-app .accordion-actions button{ border:1px solid var(--grey-300); background:white; padding:9px 12px; font-size:10px; font-weight:700; cursor:pointer; color:var(--grey-700); }
.wfs-rental-app .accordion-actions button:hover{ border-color:var(--red); color:var(--red); }
.wfs-rental-app .equipment-accordion{ display:grid; gap:10px; }
.wfs-rental-app .equipment-group{ background:white; border:1px solid var(--grey-200); }
.wfs-rental-app .equipment-group-toggle{ width:100%; border:0; background:white; padding:20px 22px; display:flex; justify-content:space-between; align-items:center; gap:20px; cursor:pointer; text-align:left; }
.wfs-rental-app .equipment-group-toggle:hover{ background:#fcfcfc; }
.wfs-rental-app .equipment-group-title{ display:grid; grid-template-columns:34px 1fr; align-items:center; gap:11px; }
.wfs-rental-app .equipment-group-number{ color:var(--red); font-size:10px; font-weight:700; letter-spacing:.12em; }
.wfs-rental-app .equipment-group-title strong{ font:700 20px Raleway,sans-serif; }
.wfs-rental-app .equipment-group-title small{ display:block; margin-top:2px; color:var(--grey-500); font-size:10px; font-weight:400; }
.wfs-rental-app .equipment-group-meta{ display:flex; align-items:center; gap:13px; color:var(--grey-500); font-size:10px; white-space:nowrap; }
.wfs-rental-app .equipment-group-meta strong{ color:var(--charcoal); }
.wfs-rental-app .equipment-group-meta i{ width:26px; height:26px; position:relative; border:1px solid var(--grey-300); }
.wfs-rental-app .equipment-group-meta i::before, .wfs-rental-app .equipment-group-meta i::after{ content:""; position:absolute; background:var(--charcoal); left:7px; right:7px; top:12px; height:1px; }
.wfs-rental-app .equipment-group-meta i::after{ transform:rotate(90deg); transition:transform .2s ease; }
.wfs-rental-app .equipment-group.open .equipment-group-meta i::after{ transform:rotate(0); }
.wfs-rental-app .equipment-group-panel{ display:grid; grid-template-rows:0fr; transition:grid-template-rows .3s ease; }
.wfs-rental-app .equipment-group-panel > div{ overflow:hidden; }
.wfs-rental-app .equipment-group.open .equipment-group-panel{ grid-template-rows:1fr; }
.wfs-rental-app .equipment-group .equipment-grid{ padding:0 22px; gap:18px; }
.wfs-rental-app .equipment-group.open .equipment-grid{ padding-bottom:23px; border-top:1px solid var(--grey-200); padding-top:22px; }
.wfs-rental-app .equipment-group .equipment-card{ box-shadow:none; }

.wfs-rental-app .contact-grid-form{ align-items:start; }
.wfs-rental-app .contact-intro > p:not(.section-label){ max-width:500px; color:rgba(255,255,255,.76); margin:19px 0 26px; }
.wfs-rental-app .contact-form{ background:white; color:var(--charcoal); padding:26px; display:grid; gap:15px; }
.wfs-rental-app .contact-form-row{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.wfs-rental-app .contact-form label{ display:grid; gap:6px; color:var(--grey-700); font-size:10px; font-weight:700; }
.wfs-rental-app .contact-form label > span{ font-weight:400; color:var(--grey-500); margin-left:4px; }
.wfs-rental-app .contact-form input, .wfs-rental-app .contact-form textarea{ width:100%; border:1px solid var(--grey-300); padding:11px 12px; color:var(--charcoal); background:white; outline:0; }
.wfs-rental-app .contact-form input:focus, .wfs-rental-app .contact-form textarea:focus{ border-color:var(--red); box-shadow:0 0 0 3px rgba(214,80,80,.09); }
.wfs-rental-app .contact-form textarea{ resize:vertical; min-height:120px; }
.wfs-rental-app .contact-form-footer{ display:flex; align-items:center; gap:14px; }
.wfs-rental-app .contact-submit{ background:var(--red); color:white; }
.wfs-rental-app .contact-submit:hover{ background:var(--red-dark); }
.wfs-rental-app .contact-submit:disabled{ opacity:.6; cursor:wait; }
.wfs-rental-app #contact-status{ margin:0; font-size:10px; color:var(--grey-700); }
.wfs-rental-app #contact-status.success{ color:#437649; }
.wfs-rental-app #contact-status.error{ color:var(--red-dark); }

@media (max-width:980px) {
  .wfs-rental-app .header-inner{ min-height:102px; }
  .wfs-rental-app .brand-logo-image{ max-width:325px; max-height:76px; }
  .wfs-rental-app .main-nav{ top:102px; }
  .wfs-rental-app .site-header.is-compact .main-nav{ top:74px; }
  .wfs-rental-app .catalogue-tools-accordion{ grid-template-columns:1fr 190px; }
  .wfs-rental-app .accordion-actions{ grid-column:1/-1; grid-row:2; justify-content:flex-start; }
}
@media (max-width:700px) {
  .wfs-rental-app .site-header .header-inner{ min-height:92px; }
  .wfs-rental-app .site-header .brand-logo-image{ max-width:245px; max-height:68px; }
  .wfs-rental-app .site-header.is-compact .header-inner{ min-height:66px; }
  .wfs-rental-app .site-header.is-compact .brand-logo-image{ max-width:190px; max-height:46px; }
  .wfs-rental-app .main-nav{ top:92px; }
  .wfs-rental-app .site-header.is-compact .main-nav{ top:66px; }
  .wfs-rental-app .catalogue-tools-accordion{ grid-template-columns:1fr; }
  .wfs-rental-app .accordion-actions{ grid-column:auto; grid-row:auto; justify-content:stretch; }
  .wfs-rental-app .accordion-actions button{ flex:1; }
  .wfs-rental-app .equipment-group-toggle{ padding:17px 15px; }
  .wfs-rental-app .equipment-group-title{ grid-template-columns:28px 1fr; }
  .wfs-rental-app .equipment-group-title strong{ font-size:17px; }
  .wfs-rental-app .equipment-group-title small{ display:none; }
  .wfs-rental-app .equipment-group-meta{ gap:8px; }
  .wfs-rental-app .equipment-group .equipment-grid{ padding-left:14px; padding-right:14px; }
  .wfs-rental-app .contact-form-row{ grid-template-columns:1fr; }
  .wfs-rental-app .contact-form{ padding:20px; }
  .wfs-rental-app .contact-form-footer{ align-items:flex-start; flex-direction:column; }
}


/* ---------- V5: original-site navy, larger type, fully collapsed catalogue ---------- */
.wfs-rental-app .site-header{
  background: var(--navy);
  border-bottom-color: rgba(255,255,255,.12);
  color: white;
}
.wfs-rental-app .site-header.is-compact{
  background: rgba(23,54,77,.97);
  box-shadow: 0 7px 25px rgba(10,28,42,.24);
}
.wfs-rental-app .site-header .brand-copy, .wfs-rental-app .site-header .brand-copy strong, .wfs-rental-app .site-header .brand-copy span, .wfs-rental-app .site-header .main-nav a{
  color: white;
}
.wfs-rental-app .site-header .brand-icon{
  background: white;
}
.wfs-rental-app .site-header .brand-icon span{
  background: var(--navy);
}
.wfs-rental-app .site-header .main-nav a:hover{
  color: white;
  border-color: var(--red);
}
.wfs-rental-app .site-header .menu-button span{
  background: white;
}
.wfs-rental-app .site-header .header-quote{
  background: var(--red);
}
.wfs-rental-app .site-header .header-quote:hover{
  background: var(--red-dark);
}
.wfs-rental-app .site-header .brand-logo-image{
  max-width: 365px;
  max-height: 88px;
}
.wfs-rental-app .site-header.is-compact .brand-logo-image{
  max-width: 255px;
  max-height: 54px;
}
.wfs-rental-app .site-header .header-inner{
  min-height: 112px;
}
.wfs-rental-app .site-header.is-compact .header-inner{
  min-height: 74px;
}
.wfs-rental-app .site-header .main-nav a{
  font-size: 15px;
  padding-top: 43px;
  padding-bottom: 39px;
}
.wfs-rental-app .site-header.is-compact .main-nav a{
  padding-top: 25px;
  padding-bottom: 22px;
}

.wfs-rental-app .site-footer{
  background: var(--navy);
  border-top-color: rgba(255,255,255,.12);
}
.wfs-rental-app .site-footer .brand-copy, .wfs-rental-app .site-footer .brand-copy strong, .wfs-rental-app .site-footer .brand-copy span{
  color: white;
}
.wfs-rental-app .site-footer .brand-icon{
  background: white;
}
.wfs-rental-app .site-footer .brand-icon span{
  background: var(--navy);
}
.wfs-rental-app .footer-brand.logo-loaded{
  background: transparent;
  padding: 0;
}
.wfs-rental-app .footer-brand .brand-logo-image{
  max-width: 285px;
  max-height: 72px;
}

.wfs-rental-app h2{
  font-size: clamp(46px, 5vw, 66px);
  line-height: 1.08;
}
.wfs-rental-app .hero h1{
  font-size: clamp(54px, 6.5vw, 86px);
}
.wfs-rental-app .hero-copy{
  max-width: 700px;
  font-size: 20px;
  line-height: 1.58;
}
.wfs-rental-app .intro-copy > p:first-child{
  font-size: 23px;
}
.wfs-rental-app .intro-copy > p:nth-child(2){
  font-size: 17px;
}
.wfs-rental-app .section-heading > div > p:last-child{
  max-width: 710px;
  font-size: 17px;
  line-height: 1.55;
}
.wfs-rental-app .steps-grid h3{
  font-size: 25px;
}
.wfs-rental-app .steps-grid p{
  font-size: 15px;
}
.wfs-rental-app .contact-intro > p:not(.section-label){
  font-size: 17px;
  line-height: 1.6;
}

.wfs-rental-app .equipment-group-toggle{
  padding: 25px 26px;
}
.wfs-rental-app .equipment-group-title{
  grid-template-columns: 42px 1fr;
  gap: 14px;
}
.wfs-rental-app .equipment-group-number{
  font-size: 12px;
}
.wfs-rental-app .equipment-group-title strong{
  font-size: 26px;
  line-height: 1.2;
}
.wfs-rental-app .equipment-group-title small{
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.35;
}
.wfs-rental-app .equipment-group-meta{
  font-size: 12px;
}
.wfs-rental-app .equipment-group-meta i{
  width: 32px;
  height: 32px;
}
.wfs-rental-app .equipment-group-meta i::before, .wfs-rental-app .equipment-group-meta i::after{
  left: 8px;
  right: 8px;
  top: 15px;
}

.wfs-rental-app .equipment-card-body{
  padding: 23px 23px 21px;
}
.wfs-rental-app .item-category{
  font-size: 11px;
}
.wfs-rental-app .equipment-card h3{
  margin: 7px 0 9px;
  font-size: 24px;
  line-height: 1.25;
}
.wfs-rental-app .item-description{
  min-height: 74px;
  font-size: 15px;
  line-height: 1.55;
}
.wfs-rental-app .item-stock{
  margin: 14px 0 17px;
  font-size: 11px;
}
.wfs-rental-app .item-rate strong{
  font-size: 24px;
}
.wfs-rental-app .item-rate span{
  font-size: 10px;
}
.wfs-rental-app .add-button{
  min-height: 43px;
  padding: 0 16px;
  font-size: 12px;
}
.wfs-rental-app .catalogue-meta{
  font-size: 12px;
}
.wfs-rental-app .search-box input, .wfs-rental-app .sort-box select{
  font-size: 14px;
}
.wfs-rental-app .accordion-actions button{
  font-size: 12px;
  padding: 10px 14px;
}

.wfs-rental-app .hero-photo{
  background-color: var(--navy-dark);
  background-image:
    linear-gradient(135deg, rgba(23,54,77,.96), rgba(10,29,43,.96));
}
.wfs-rental-app .hero-photo.has-photo{
  filter: saturate(.9) contrast(1.03);
}
.wfs-rental-app .hero-shade{
  background:
    linear-gradient(90deg,rgba(8,25,39,.88) 0%,rgba(8,25,39,.64) 49%,rgba(8,25,39,.2) 100%),
    linear-gradient(0deg,rgba(8,25,39,.28),transparent 55%);
}

@media (max-width: 980px) {
  .wfs-rental-app .site-header .header-inner{ min-height: 94px; }
  .wfs-rental-app .site-header .brand-logo-image{ max-width: 285px; max-height: 70px; }
  .wfs-rental-app .site-header.is-compact .header-inner{ min-height: 68px; }
  .wfs-rental-app .site-header.is-compact .brand-logo-image{ max-width: 205px; max-height: 46px; }
  .wfs-rental-app .main-nav{ top: 94px; background: var(--navy); color: white; }
  .wfs-rental-app .site-header.is-compact .main-nav{ top: 68px; }
  .wfs-rental-app .main-nav a{ color: white; }
}

@media (max-width: 700px) {
  .wfs-rental-app h2{ font-size: 43px; }
  .wfs-rental-app .hero h1{ font-size: 51px; }
  .wfs-rental-app .hero-copy{ font-size: 18px; }
  .wfs-rental-app .site-header .header-inner{ min-height: 86px; }
  .wfs-rental-app .site-header .brand-logo-image{ max-width: 225px; max-height: 62px; }
  .wfs-rental-app .site-header.is-compact .header-inner{ min-height: 64px; }
  .wfs-rental-app .site-header.is-compact .brand-logo-image{ max-width: 175px; max-height: 43px; }
  .wfs-rental-app .main-nav{ top: 86px; }
  .wfs-rental-app .site-header.is-compact .main-nav{ top: 64px; }
  .wfs-rental-app .equipment-group-toggle{ padding: 21px 18px; }
  .wfs-rental-app .equipment-group-title{ grid-template-columns: 31px 1fr; gap: 9px; }
  .wfs-rental-app .equipment-group-title strong{ font-size: 22px; }
  .wfs-rental-app .equipment-group-title small{ font-size: 12px; }
  .wfs-rental-app .equipment-group-meta > span{ display: none; }
  .wfs-rental-app .equipment-card h3{ font-size: 23px; }
  .wfs-rental-app .item-description{ font-size: 15px; min-height: 0; }
}


/* ---------- V6: lighter blue frame, gold accents, larger labels, direct hero + logo ---------- */
.wfs-rental-app .site-header{
  background: var(--navy);
  border-bottom-color: rgba(255,255,255,.14);
  color: white;
}
.wfs-rental-app .site-header.is-compact{
  background: rgba(60,98,130,.97);
  box-shadow: 0 10px 30px rgba(18,37,53,.22);
}
.wfs-rental-app .site-header .header-inner{
  min-height: 118px;
}
.wfs-rental-app .site-header.is-compact .header-inner{
  min-height: 76px;
}
.wfs-rental-app .site-header .brand-logo-image{
  max-width: 410px;
  max-height: 94px;
}
.wfs-rental-app .site-header.is-compact .brand-logo-image{
  max-width: 300px;
  max-height: 62px;
}
.wfs-rental-app .site-header .brand-copy, .wfs-rental-app .site-header .brand-copy strong, .wfs-rental-app .site-header .brand-copy span, .wfs-rental-app .site-header .main-nav a{
  color: white;
}
.wfs-rental-app .site-header .brand-icon{
  background: rgba(255,255,255,.16);
}
.wfs-rental-app .site-header .brand-icon::before{
  background: var(--red);
}
.wfs-rental-app .site-header .main-nav{
  gap: 34px;
}
.wfs-rental-app .site-header .main-nav a{
  font-size: 16px;
  font-weight: 700;
  padding: 43px 0 41px;
  letter-spacing: .01em;
}
.wfs-rental-app .site-header.is-compact .main-nav a{
  padding: 25px 0 23px;
}
.wfs-rental-app .site-header .main-nav a:hover{
  color: #fff;
  border-color: var(--red);
}
.wfs-rental-app .site-header .menu-button span{
  background: white;
}
.wfs-rental-app .site-header .header-quote{
  background: var(--red);
  color: var(--navy-dark);
  font-size: 13px;
}
.wfs-rental-app .site-header .header-quote:hover{
  background: #ffc261;
}
.wfs-rental-app .site-header .header-quote span, .wfs-rental-app .button-count{
  background: rgba(46,81,110,.15);
}
.wfs-rental-app .brand-copy strong{
  font-size: 22px;
}
.wfs-rental-app .brand-copy span{
  font-size: 12px;
}
.wfs-rental-app .footer-brand.logo-loaded{
  background: transparent;
  padding: 0;
}
.wfs-rental-app .site-footer{
  background: var(--navy);
  border-top: 0;
  color: white;
}
.wfs-rental-app .site-footer .brand-copy, .wfs-rental-app .site-footer .brand-copy strong, .wfs-rental-app .site-footer .brand-copy span, .wfs-rental-app .site-footer nav a, .wfs-rental-app .site-footer p{
  color: white;
}
.wfs-rental-app .site-footer .brand-icon{
  background: rgba(255,255,255,.16);
}
.wfs-rental-app .site-footer .brand-icon::before{
  background: var(--red);
}
.wfs-rental-app .site-footer .brand-logo-image{
  max-width: 300px;
  max-height: 74px;
}

.wfs-rental-app .kicker, .wfs-rental-app .section-label{
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .13em;
  color: var(--red);
}
.wfs-rental-app .hero{
  min-height: 640px;
}
.wfs-rental-app .hero-photo{
  background-color: var(--navy-dark);
  background-image: none;
  background-size: cover;
  background-position: center center;
}
.wfs-rental-app .hero-photo.has-photo{
  filter: saturate(.98) contrast(1.03);
}
.wfs-rental-app .hero-shade{
  background:
    linear-gradient(90deg,rgba(11,28,41,.70) 0%,rgba(11,28,41,.44) 48%,rgba(11,28,41,.12) 100%),
    linear-gradient(0deg,rgba(11,28,41,.18),transparent 55%);
}
.wfs-rental-app .hero h1{
  font-size: clamp(54px, 6.6vw, 84px);
}
.wfs-rental-app .hero-copy{
  max-width: 760px;
  font-size: 19px;
  line-height: 1.58;
}
.wfs-rental-app .section-heading .section-label, .wfs-rental-app .intro-section .section-label, .wfs-rental-app .contact-intro .section-label{
  font-size: 15px;
}
.wfs-rental-app .intro-copy > p:first-child{
  font-size: 22px;
  line-height: 1.57;
}
.wfs-rental-app .intro-copy > p:nth-child(2){
  font-size: 16px;
  line-height: 1.62;
}
.wfs-rental-app .service-points span{
  border-color: #d9dfe5;
  background: #fff;
  font-size: 12px;
}
.wfs-rental-app h2{
  font-size: clamp(40px,4.4vw,58px);
}
.wfs-rental-app .section-heading > div > p:last-child, .wfs-rental-app .contact-intro > p:not(.section-label){
  font-size: 16px;
  line-height: 1.6;
}

.wfs-rental-app .catalogue-tools{
  border-color: #dce3e9;
}
.wfs-rental-app .search-box, .wfs-rental-app .sort-box, .wfs-rental-app .equipment-card, .wfs-rental-app .equipment-group{
  border-color: #dce3e9;
}
.wfs-rental-app .filter-button:hover, .wfs-rental-app .filter-button.active{
  background: var(--red);
  color: var(--navy-dark);
}
.wfs-rental-app .photo-status-dot{
  background: var(--red);
}
.wfs-rental-app .equipment-group-toggle{
  padding: 22px 24px;
}
.wfs-rental-app .equipment-group-title strong{
  font-size: 23px;
}
.wfs-rental-app .equipment-group-title small{
  font-size: 12px;
}
.wfs-rental-app .equipment-group-meta{
  font-size: 12px;
}
.wfs-rental-app .equipment-group-meta i{
  border-color: #ccd6df;
}
.wfs-rental-app .equipment-card-body{
  padding: 20px 20px 18px;
}
.wfs-rental-app .item-category{
  color: #b78c1b;
  font-size: 10px;
  font-weight: 800;
}
.wfs-rental-app .equipment-card h3{
  font-size: 22px;
  line-height: 1.28;
}
.wfs-rental-app .item-description{
  font-size: 14px;
  line-height: 1.58;
  min-height: 66px;
}
.wfs-rental-app .item-stock{
  margin: 12px 0 12px;
  font-size: 10px;
}
.wfs-rental-app .equipment-badge{
  background: var(--red);
  color: var(--navy-dark);
  font-weight: 800;
}
.wfs-rental-app .item-footer{
  align-items: end;
  gap: 16px;
}
.wfs-rental-app .item-rate strong{
  font-size: 23px;
}
.wfs-rental-app .item-rate span{
  font-size: 10px;
}
.wfs-rental-app .item-actions{
  display: grid;
  justify-items: end;
  gap: 8px;
}
.wfs-rental-app .item-qty-label{
  font-size: 10px;
  color: var(--grey-700);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.wfs-rental-app .card-quantity-control{
  display: inline-grid;
  grid-template-columns: 34px 40px 34px;
  align-items: center;
  border: 1px solid #d8dee4;
  background: white;
}
.wfs-rental-app .card-quantity-control button{
  min-height: 34px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}
.wfs-rental-app .card-quantity-control button:disabled{
  cursor: not-allowed;
  opacity: .35;
}
.wfs-rental-app .card-quantity-control span{
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.wfs-rental-app .item-quote-state{
  font-size: 11px;
  font-weight: 700;
  color: var(--navy);
}
.wfs-rental-app .item-quote-state.empty{
  color: var(--grey-500);
}
.wfs-rental-app .button-primary, .wfs-rental-app .button-light{
  background: var(--red);
  color: var(--navy-dark);
}
.wfs-rental-app .button-primary:hover, .wfs-rental-app .button-light:hover{
  background: #ffc261;
  color: var(--navy-dark);
}
.wfs-rental-app .button-dark{
  background: var(--navy);
}
.wfs-rental-app .button-dark:hover{
  background: var(--navy-dark);
}
.wfs-rental-app .contact-submit{
  background: var(--red);
  color: var(--navy-dark);
}
.wfs-rental-app .contact-submit:hover{
  background: #ffc261;
}
.wfs-rental-app .accordion-actions button{
  border-color: #d5dce3;
  color: var(--navy);
  font-weight: 700;
}
.wfs-rental-app .accordion-actions button:hover{
  border-color: var(--red);
  color: var(--navy-dark);
}
.wfs-rental-app .quote-drawer .drawer-header p, .wfs-rental-app .review-heading, .wfs-rental-app .drawer-steps span.active{
  color: var(--navy);
}
.wfs-rental-app .quote-drawer .drawer-header h2{
  font-size: 33px;
}
.wfs-rental-app .quote-drawer .drawer-close:hover, .wfs-rental-app .quote-drawer .continue-button{
  background: var(--navy);
}
.wfs-rental-app .quote-drawer .continue-button:hover{
  background: var(--navy-dark);
}
.wfs-rental-app .quote-drawer .drawer-steps span.active{
  border-color: var(--red);
}
.wfs-rental-app .quote-drawer .estimate-note{
  border-left-color: var(--red);
  background: rgba(252,176,64,.10);
}
.wfs-rental-app .no-results{
  padding: 44px 0;
  color: var(--grey-700);
}

@media (max-width: 980px) {
  .wfs-rental-app .site-header .header-inner{
    min-height: 96px;
  }
  .wfs-rental-app .site-header .brand-logo-image{
    max-width: 315px;
    max-height: 74px;
  }
  .wfs-rental-app .site-header.is-compact .header-inner{
    min-height: 70px;
  }
  .wfs-rental-app .site-header.is-compact .brand-logo-image{
    max-width: 235px;
    max-height: 51px;
  }
  .wfs-rental-app .main-nav{
    top: 96px;
    background: var(--navy);
  }
  .wfs-rental-app .site-header.is-compact .main-nav{
    top: 70px;
  }
  .wfs-rental-app .site-header .main-nav a{
    padding: 18px 0;
  }
}
@media (max-width: 700px) {
  .wfs-rental-app .site-header .header-inner{
    min-height: 86px;
  }
  .wfs-rental-app .site-header .brand-logo-image{
    max-width: 235px;
    max-height: 62px;
  }
  .wfs-rental-app .site-header.is-compact .header-inner{
    min-height: 64px;
  }
  .wfs-rental-app .site-header.is-compact .brand-logo-image{
    max-width: 180px;
    max-height: 42px;
  }
  .wfs-rental-app .main-nav{
    top: 86px;
  }
  .wfs-rental-app .site-header.is-compact .main-nav{
    top: 64px;
  }
  .wfs-rental-app .kicker, .wfs-rental-app .section-label{
    font-size: 13px;
  }
  .wfs-rental-app .item-footer{
    align-items: start;
  }
}


/* ---------- V8 refinements ---------- */

/* Bigger starting logo + lighter blue frame */
.wfs-rental-app .site-header .header-inner{
  min-height: 154px;
}
.wfs-rental-app .site-header.is-compact .header-inner{
  min-height: 78px;
}
.wfs-rental-app .site-header .brand-logo-image{
  max-width: 610px;
  max-height: 140px;
}
.wfs-rental-app .site-header.is-compact .brand-logo-image{
  max-width: 315px;
  max-height: 68px;
}
.wfs-rental-app .site-header, .wfs-rental-app .site-footer{
  background: var(--navy);
}
.wfs-rental-app .site-header.is-compact{
  background: rgba(60,98,130,.97);
}
.wfs-rental-app .site-footer .brand-logo-image{
  max-width: 330px;
  max-height: 84px;
}

/* Hide the hero caption entirely */
.wfs-rental-app .hero-photo-credit{
  display: none !important;
}

/* Bring the About copy lower so it aligns visually with the heading */
.wfs-rental-app .intro-grid{
  align-items: start;
}
.wfs-rental-app .intro-copy{
  padding-top: 56px;
}
.wfs-rental-app .about-single-copy{
  margin: 0;
  max-width: 740px;
  color: var(--grey-700);
  font-size: 18px;
  line-height: 1.62;
}

/* Secondary headings a touch smaller */
.wfs-rental-app .intro-section h2, .wfs-rental-app .equipment-section h2, .wfs-rental-app .how-section h2, .wfs-rental-app .contact-section h2{
  font-size: clamp(33px, 3.5vw, 46px);
  line-height: 1.14;
}

/* Equipment badges: blue with white text */
.wfs-rental-app .equipment-badge{
  background: var(--navy);
  color: white;
  font-size: 9px;
  letter-spacing: .08em;
}

/* Sleeker "How it works" cards */
.wfs-rental-app .how-section{
  padding: 92px 0 96px;
}
.wfs-rental-app .steps-grid.sleek-steps{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border: 0;
}
.wfs-rental-app .steps-grid.sleek-steps article{
  position: relative;
  min-height: 188px;
  padding: 24px 24px 22px;
  border: 1px solid var(--grey-200);
  background: #fff;
  border-radius: 12px;
}
.wfs-rental-app .steps-grid.sleek-steps .step-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.wfs-rental-app .steps-grid.sleek-steps .step-top span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(60,98,130,.10);
  color: var(--navy);
  font: 700 12px Raleway,sans-serif;
}
.wfs-rental-app .steps-grid.sleek-steps .step-top i{
  color: var(--red);
  font-style: normal;
  font-size: 20px;
  line-height: 1;
}
.wfs-rental-app .steps-grid.sleek-steps h3{
  margin: 0 0 8px;
  font: 700 21px Raleway,sans-serif;
  color: var(--charcoal);
}
.wfs-rental-app .steps-grid.sleek-steps p{
  margin: 0;
  color: var(--grey-700);
  font-size: 14px;
  line-height: 1.55;
}

/* Contact form should blend into the section more cleanly */
.wfs-rental-app .contact-section{
  background: linear-gradient(180deg, #3c6282 0%, #355874 100%);
  border-top: 0;
}
.wfs-rental-app .contact-grid-form{
  align-items: stretch;
}
.wfs-rental-app .contact-form{
  background: rgba(255,255,255,.08);
  color: white;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  backdrop-filter: blur(6px);
}
.wfs-rental-app .contact-form label{
  color: rgba(255,255,255,.88);
  font-size: 11px;
}
.wfs-rental-app .contact-form label > span{
  color: rgba(255,255,255,.60);
}
.wfs-rental-app .contact-form input, .wfs-rental-app .contact-form textarea{
  border: 1px solid rgba(255,255,255,.18);
  color: white;
  background: rgba(255,255,255,.08);
}
.wfs-rental-app .contact-form input::placeholder, .wfs-rental-app .contact-form textarea::placeholder{
  color: rgba(255,255,255,.56);
}
.wfs-rental-app .contact-form input:focus, .wfs-rental-app .contact-form textarea:focus{
  border-color: rgba(255,255,255,.45);
  box-shadow: 0 0 0 3px rgba(255,255,255,.08);
}
.wfs-rental-app .captcha-row{
  display: grid;
  gap: 8px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background: rgba(255,255,255,.05);
}
.wfs-rental-app .captcha-check{
  display: flex !important;
  align-items: center;
  gap: 10px;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: white !important;
}
.wfs-rental-app .captcha-check input{
  width: 18px;
  height: 18px;
  accent-color: var(--red);
}
.wfs-rental-app .captcha-row small{
  color: rgba(255,255,255,.62);
  font-size: 11px;
  line-height: 1.4;
}
.wfs-rental-app .contact-form-footer{
  align-items: center;
}
.wfs-rental-app .contact-submit{
  color: white;
}
.wfs-rental-app #contact-status{
  color: rgba(255,255,255,.82);
  font-size: 13px;
}

/* Footer links slightly bigger */
.wfs-rental-app .site-footer nav a{
  font-size: 16px;
  font-weight: 600;
}

/* Buttons keep white text/icons */
.wfs-rental-app .button-primary, .wfs-rental-app .button-light, .wfs-rental-app .contact-submit, .wfs-rental-app .site-header .header-quote{
  color: white;
}
.wfs-rental-app .button-count, .wfs-rental-app .site-header .header-quote span{
  color: white;
  background: rgba(255,255,255,.18);
}

@media (max-width: 1080px) {
  .wfs-rental-app .site-header .header-inner{
    min-height: 124px;
  }
  .wfs-rental-app .site-header .brand-logo-image{
    max-width: 450px;
    max-height: 108px;
  }
  .wfs-rental-app .site-header.is-compact .brand-logo-image{
    max-width: 250px;
    max-height: 55px;
  }
  .wfs-rental-app .intro-copy{
    padding-top: 32px;
  }
}
@media (max-width: 760px) {
  .wfs-rental-app .site-header .header-inner{
    min-height: 98px;
  }
  .wfs-rental-app .site-header .brand-logo-image{
    max-width: 300px;
    max-height: 82px;
  }
  .wfs-rental-app .site-header.is-compact .brand-logo-image{
    max-width: 190px;
    max-height: 44px;
  }
  .wfs-rental-app .intro-copy{
    padding-top: 0;
  }
  .wfs-rental-app .steps-grid.sleek-steps{
    grid-template-columns: 1fr;
  }
  .wfs-rental-app .steps-grid.sleek-steps article{
    min-height: 0;
  }
}


/* ---------- V9 quote pricing rules ---------- */
.wfs-rental-app .pricing-policy{
  grid-column: 1 / -1;
  display: grid;
  gap: 3px;
  margin-top: 4px;
  padding: 11px 12px;
  border-left: 3px solid var(--red);
  background: rgba(252,176,64,.09);
}
.wfs-rental-app .pricing-policy strong{
  font-size: 11px;
  color: var(--charcoal);
}
.wfs-rental-app .pricing-policy span{
  font-size: 10px;
  line-height: 1.45;
  color: var(--grey-700);
}
.wfs-rental-app .quote-price-breakdown{
  display: grid;
  gap: 8px;
  margin-bottom: 13px;
}
.wfs-rental-app .price-line{
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: baseline;
  padding: 0 1px;
  color: var(--grey-700);
  font-size: 11px;
}
.wfs-rental-app .price-line strong{
  color: var(--charcoal);
  font-size: 13px;
}
.wfs-rental-app .discount-line{
  color: #52744d;
}
.wfs-rental-app .discount-line span{
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}
.wfs-rental-app .discount-line small{
  color: #6c8a67;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.wfs-rental-app .discount-line strong{
  color: #52744d;
}
.wfs-rental-app .quote-price-breakdown .totals-row{
  margin-top: 1px;
  padding-top: 10px;
  border-top: 1px solid var(--grey-200);
}
.wfs-rental-app .review-pricing{
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--grey-200);
}
.wfs-rental-app .review-pricing .review-row:last-child{
  padding-top: 9px;
  margin-top: 3px;
  border-top: 1px solid var(--grey-200);
  font-size: 13px;
}
.wfs-rental-app .pricing-applied{
  color: #52744d;
  font-weight: 700;
}


/* WordPress plugin integration */
.wfs-full-site-page{
  margin: 0;
  padding: 0;
}
.wfs-rental-app{
  --red: #fcb040;
  --red-dark: #d98c19;
  --navy: #3c6282;
  --navy-dark: #2e516e;
  min-height: 100vh;
  background: #fff;
  color: var(--charcoal);
}
.wfs-rental-app *, .wfs-rental-app *::before, .wfs-rental-app *::after{
  box-sizing: border-box;
}
body.admin-bar .wfs-rental-app .site-header{
  top: 32px;
}
.wfs-rental-app .brand-logo-image{
  display: block;
}
.wfs-rental-app .equipment-placeholder{
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #eef1f3, #dce3e9);
}
.wfs-rental-app .equipment-placeholder span{
  font: 800 34px Raleway, sans-serif;
  letter-spacing: .08em;
  color: var(--navy);
}
.wfs-rental-app .wfs-honeypot{
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.wfs-rental-app .cf-turnstile{
  min-height: 65px;
}
.wfs-rental-app .review-notes{
  margin: 0;
  white-space: pre-wrap;
  font-size: 11px;
  line-height: 1.5;
}
.wfs-rental-app .no-results{
  background: #fff;
  border: 1px solid var(--grey-200);
  padding: 42px 24px;
  text-align: center;
  color: var(--grey-700);
}
.wfs-rental-app .contact-form .captcha-row{
  grid-column: 1 / -1;
}
.wfs-rental-app .quote-form .captcha-row{
  margin-top: 2px;
}
.wfs-rental-app .button:disabled, .wfs-rental-app button:disabled{
  opacity: .48;
  cursor: not-allowed;
}
@media screen and (max-width: 782px) {
  body.admin-bar .wfs-rental-app .site-header{
    top: 46px;
  }
}


/* WFS 0.1.1 compatibility and display fixes */
body.wfs-drawer-open {
  overflow: hidden !important;
}

.wfs-rental-app .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 99990 !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  background: var(--navy) !important;
  border: 0 !important;
  transition: background-color .2s ease, box-shadow .2s ease !important;
}

body.admin-bar .wfs-rental-app .site-header {
  top: 32px !important;
}

.wfs-rental-app .site-header .header-inner {
  display: grid !important;
  grid-template-columns: minmax(220px, auto) minmax(300px, 1fr) auto !important;
  align-items: center !important;
  width: var(--content) !important;
  margin: 0 auto !important;
}

.wfs-rental-app .site-header .brand {
  display: inline-flex !important;
  align-items: center !important;
  min-width: 0 !important;
}

.wfs-rental-app .site-header .brand-logo-image {
  display: block !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

.wfs-rental-app .site-header .main-nav {
  display: flex !important;
  align-items: stretch !important;
  justify-content: center !important;
  color: #fff !important;
  background: transparent !important;
}

.wfs-rental-app .site-header .main-nav a,
.wfs-rental-app .site-header .main-nav a:visited {
  display: flex !important;
  align-items: center !important;
  color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-decoration: none !important;
}

.wfs-rental-app .site-header .header-quote {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.wfs-rental-app .equipment-group-toggle,
.wfs-rental-app .equipment-group-toggle:hover,
.wfs-rental-app .equipment-group-toggle:focus,
.wfs-rental-app .equipment-group-toggle:active {
  color: var(--charcoal) !important;
  -webkit-text-fill-color: var(--charcoal) !important;
  background: #fff !important;
  opacity: 1 !important;
}

.wfs-rental-app .equipment-group-title,
.wfs-rental-app .equipment-group-title strong {
  color: var(--charcoal) !important;
  -webkit-text-fill-color: var(--charcoal) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.wfs-rental-app .equipment-group-title small {
  color: var(--grey-500) !important;
  -webkit-text-fill-color: var(--grey-500) !important;
  opacity: 1 !important;
}

.wfs-rental-app .equipment-group-number,
.wfs-rental-app .equipment-group-meta {
  color: var(--navy) !important;
  -webkit-text-fill-color: var(--navy) !important;
  opacity: 1 !important;
}

.wfs-rental-app .equipment-photo {
  background: #f4f6f7 !important;
}

.wfs-rental-app .equipment-photo img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding: 10px !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

.wfs-rental-app .equipment-card:hover .equipment-photo img {
  transform: none !important;
}

@media (max-width: 980px) {
  .wfs-rental-app .site-header .header-inner {
    grid-template-columns: minmax(0, 1fr) auto auto !important;
  }

  .wfs-rental-app .site-header .main-nav {
    display: none !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    flex-direction: column !important;
    align-items: stretch !important;
    background: var(--navy) !important;
    box-shadow: 0 14px 28px rgba(18,37,53,.24) !important;
  }

  .wfs-rental-app .site-header .main-nav.open {
    display: flex !important;
  }

  .wfs-rental-app .site-header .main-nav a {
    display: block !important;
    padding: 16px 24px !important;
    border-bottom: 1px solid rgba(255,255,255,.12) !important;
  }

  .wfs-rental-app .site-header .menu-button {
    display: grid !important;
  }
}

@media (max-width: 782px) {
  body.admin-bar .wfs-rental-app .site-header {
    top: 46px !important;
  }
}

@media (max-width: 700px) {
  .wfs-rental-app .site-header .header-inner {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  .wfs-rental-app .site-header .header-quote {
    display: none !important;
  }
}


/* WFS 0.1.3 hero parallax */
.wfs-rental-app .hero-photo {
  --wfs-parallax-y: 0px;
  transform: translate3d(0, var(--wfs-parallax-y), 0) scale(1.11) !important;
  transform-origin: center center !important;
  will-change: transform;
  backface-visibility: hidden;
}

.wfs-rental-app .hero-photo.is-parallax {
  transform: translate3d(0, var(--wfs-parallax-y), 0) scale(1.11) !important;
}

@media (max-width: 760px), (prefers-reduced-motion: reduce) {
  .wfs-rental-app .hero-photo,
  .wfs-rental-app .hero-photo.is-parallax {
    transform: scale(1.02) !important;
    will-change: auto;
  }
}


/* WFS 0.1.4 improved quote-drawer readability */
.wfs-rental-app .quote-drawer {
  font-size: 14px;
}

.wfs-rental-app .drawer-header p {
  font-size: 10.5px !important;
  line-height: 1.4;
}

.wfs-rental-app .drawer-steps span {
  font-size: 10.5px !important;
  line-height: 1.35;
}

.wfs-rental-app .date-grid label,
.wfs-rental-app .quote-form > label {
  font-size: 12px !important;
  line-height: 1.35;
}

.wfs-rental-app .date-grid input,
.wfs-rental-app .quote-form input,
.wfs-rental-app .quote-form select,
.wfs-rental-app .quote-form textarea {
  font-size: 14px !important;
  line-height: 1.4;
}

.wfs-rental-app .date-grid p {
  font-size: 11.5px !important;
  line-height: 1.45;
}

.wfs-rental-app .pricing-policy strong {
  font-size: 12.5px !important;
}

.wfs-rental-app .pricing-policy span {
  font-size: 11.5px !important;
  line-height: 1.5;
}

.wfs-rental-app .quote-line h3 {
  font-size: 14.5px !important;
  line-height: 1.3;
}

.wfs-rental-app .quote-line p {
  font-size: 11.5px !important;
  line-height: 1.4;
}

.wfs-rental-app .quantity-control button,
.wfs-rental-app .quantity-control span {
  font-size: 12px !important;
}

.wfs-rental-app .quote-line-total strong {
  font-size: 13.5px !important;
}

.wfs-rental-app .remove-item {
  font-size: 10.5px !important;
}

.wfs-rental-app .empty-quote p {
  font-size: 13px !important;
  line-height: 1.5;
}

.wfs-rental-app .empty-quote button,
.wfs-rental-app .text-button {
  font-size: 12px !important;
}

.wfs-rental-app .quote-form legend {
  font-size: 12px !important;
}

.wfs-rental-app .quote-form fieldset span {
  font-size: 12px !important;
}

.wfs-rental-app .review-block h3 {
  font-size: 13.5px !important;
}

.wfs-rental-app .review-row,
.wfs-rental-app .review-item {
  font-size: 12px !important;
  line-height: 1.45;
}

.wfs-rental-app .review-item small {
  font-size: 10.5px !important;
  line-height: 1.4;
}

.wfs-rental-app .review-notes {
  font-size: 12px !important;
  line-height: 1.55;
}

.wfs-rental-app .estimate-note strong {
  font-size: 12px !important;
}

.wfs-rental-app .estimate-note p {
  font-size: 11.5px !important;
  line-height: 1.5;
}

.wfs-rental-app .price-line {
  font-size: 12px !important;
}

.wfs-rental-app .price-line strong {
  font-size: 14px !important;
}

.wfs-rental-app .discount-line small {
  font-size: 10px !important;
}

.wfs-rental-app .totals-row > span {
  font-size: 12px !important;
}

.wfs-rental-app .totals-row small {
  font-size: 9px !important;
  line-height: 1.35;
}

.wfs-rental-app .drawer-footer .button {
  font-size: 13px !important;
}

.wfs-rental-app .success-state > p:first-of-type {
  font-size: 10.5px !important;
}

.wfs-rental-app .success-state > p:not(:first-of-type) {
  font-size: 13px !important;
  line-height: 1.55;
}

.wfs-rental-app .quote-form .captcha-row small {
  font-size: 11.5px !important;
  line-height: 1.45;
}

@media (max-width: 480px) {
  .wfs-rental-app .quote-drawer {
    font-size: 13px;
  }

  .wfs-rental-app .drawer-header h2 {
    font-size: 29px !important;
  }

  .wfs-rental-app .review-row,
  .wfs-rental-app .review-item {
    font-size: 11.5px !important;
  }
}


/* WFS 0.1.5 quote layering and uncropped equipment images */
.wfs-rental-app .drawer-overlay {
  z-index: 100100 !important;
}

.wfs-rental-app .quote-drawer {
  z-index: 100200 !important;
  top: 0 !important;
  bottom: 0 !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
}

.wfs-rental-app .equipment-photo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.wfs-rental-app .equipment-photo img {
  display: block !important;
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding: 12px !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 0 !important;
  clip-path: none !important;
  transform: none !important;
}

.wfs-rental-app .equipment-card:hover .equipment-photo img {
  transform: none !important;
}

@supports not (height: 100dvh) {
  .wfs-rental-app .quote-drawer {
    height: 100vh !important;
    max-height: 100vh !important;
  }
}


/* WFS 0.1.6 equipment-card quantity control layout */
.wfs-rental-app .card-quantity-control {
  display: grid !important;
  grid-template-columns: 34px minmax(84px, auto) 34px !important;
  align-items: center !important;
  justify-content: start !important;
  gap: 8px !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  min-width: 0 !important;
}

.wfs-rental-app .card-quantity-control button {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  width: 34px !important;
  height: 34px !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
  color: var(--charcoal) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  border-radius: 0 !important;
}

.wfs-rental-app .card-quantity-control button:hover,
.wfs-rental-app .card-quantity-control button:focus,
.wfs-rental-app .card-quantity-control button:active {
  background: transparent !important;
  color: var(--navy) !important;
  transform: none !important;
}

.wfs-rental-app .card-quantity-control button[disabled] {
  opacity: .3 !important;
  color: var(--grey-400) !important;
}

.wfs-rental-app .card-quantity-control span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 84px !important;
  height: 56px !important;
  padding: 0 14px !important;
  border: 1px solid var(--grey-200) !important;
  background: #fff !important;
  color: var(--charcoal) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 520px) {
  .wfs-rental-app .card-quantity-control {
    grid-template-columns: 30px minmax(72px, auto) 30px !important;
    gap: 6px !important;
  }

  .wfs-rental-app .card-quantity-control button {
    width: 30px !important;
    height: 30px !important;
    font-size: 20px !important;
  }

  .wfs-rental-app .card-quantity-control span {
    min-width: 72px !important;
    height: 50px !important;
    font-size: 20px !important;
  }
}


/* WFS 0.1.7 centered quote-drawer close button */
.wfs-rental-app .drawer-close {
  display: grid !important;
  place-items: center !important;
  align-items: center !important;
  justify-items: center !important;
  text-align: center !important;
  line-height: 1 !important;
  padding: 0 !important;
}

.wfs-rental-app .drawer-close::before,
.wfs-rental-app .drawer-close::after {
  line-height: 1 !important;
}


/* ---------- WFS 0.2.0 editable media ---------- */
.wfs-rental-app .about-media{
  margin: 28px 0 0;
  width: 100%;
  aspect-ratio: 16 / 8.5;
  overflow: hidden;
  background: var(--grey-200);
}
.wfs-rental-app .about-media img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.wfs-rental-app .intro-copy:has(.about-media) .service-points{
  margin-top: 22px;
}


/* ---------- WFS 0.2.2 mobile navigation and quote controls ---------- */

body.wfs-mobile-nav-open {
  overflow: hidden !important;
}

.wfs-rental-app .mobile-nav-overlay,
.wfs-rental-app .mobile-nav-panel {
  display: none;
}

@media (max-width: 980px) {
  /* The desktop navigation stays in the header only on larger screens. */
  .wfs-rental-app .site-header .main-nav {
    display: none !important;
  }

  .wfs-rental-app .site-header .menu-button {
    display: grid !important;
    position: relative !important;
    z-index: 100052 !important;
  }

  .wfs-rental-app .mobile-nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 100040;
    background: rgba(15, 31, 44, .58);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease;
  }

  .wfs-rental-app .mobile-nav-overlay.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .wfs-rental-app .mobile-nav-panel {
    display: grid;
    grid-template-rows: auto 1fr;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100050;
    width: min(360px, 88vw);
    max-width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
    background: var(--navy);
    color: #fff;
    box-shadow: -18px 0 44px rgba(13, 30, 43, .30);
    transform: translate3d(105%, 0, 0);
    visibility: hidden;
    transition: transform .25s ease, visibility .25s ease;
  }

  .wfs-rental-app .mobile-nav-panel.open {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  .wfs-rental-app .mobile-nav-header {
    min-height: 76px;
    padding: 16px 18px 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .wfs-rental-app .mobile-nav-header strong {
    color: #fff;
    font: 700 18px Raleway, sans-serif;
    letter-spacing: .02em;
  }

  .wfs-rental-app .mobile-nav-close {
    appearance: none;
    -webkit-appearance: none;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
  }

  .wfs-rental-app .mobile-nav-panel > nav {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 10px 0 max(26px, env(safe-area-inset-bottom));
  }

  .wfs-rental-app .mobile-nav-panel > nav > a,
  .wfs-rental-app .mobile-nav-panel > nav > a:visited {
    display: flex !important;
    flex: 0 0 auto;
    align-items: center;
    width: 100%;
    min-height: 60px;
    margin: 0;
    padding: 17px 25px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    background: transparent;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
  }

  .wfs-rental-app .mobile-nav-panel > nav > a:hover,
  .wfs-rental-app .mobile-nav-panel > nav > a:focus-visible {
    background: rgba(255, 255, 255, .08);
    color: #fff !important;
  }

  .wfs-rental-app .mobile-nav-quote {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: calc(100% - 48px);
    min-height: 54px;
    margin: 24px;
    padding: 14px 17px;
    border: 0;
    border-radius: 0;
    background: var(--red);
    color: var(--navy-dark);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
  }

  .wfs-rental-app .mobile-nav-quote span {
    display: grid;
    place-items: center;
    min-width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(46, 81, 110, .15);
    color: var(--navy-dark);
    font-size: 11px;
  }
}

@supports not (height: 100dvh) {
  @media (max-width: 980px) {
    .wfs-rental-app .mobile-nav-panel {
      height: 100vh;
      max-height: 100vh;
    }
  }
}

/*
 * Keep the original, proven cart JavaScript and make its existing numeric span
 * unmistakably visible on touch screens.
 */
.wfs-rental-app .quote-drawer .quantity-control {
  display: inline-grid !important;
  grid-template-columns: 38px 52px 38px !important;
  align-items: stretch !important;
  gap: 0 !important;
  width: 128px !important;
  min-width: 128px !important;
  height: 40px !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 1px solid var(--grey-300) !important;
  background: #fff !important;
}

.wfs-rental-app .quote-drawer .quantity-control button {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: grid !important;
  place-items: center !important;
  width: 38px !important;
  min-width: 38px !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--navy-dark) !important;
  -webkit-text-fill-color: var(--navy-dark) !important;
  box-shadow: none !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
  cursor: pointer !important;
  touch-action: manipulation;
}

.wfs-rental-app .quote-drawer .quantity-control button:first-child {
  border-right: 1px solid var(--grey-300) !important;
}

.wfs-rental-app .quote-drawer .quantity-control button:last-child {
  border-left: 1px solid var(--grey-300) !important;
}

.wfs-rental-app .quote-drawer .quantity-control button:hover,
.wfs-rental-app .quote-drawer .quantity-control button:focus-visible {
  background: var(--navy) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.wfs-rental-app .quote-drawer .quantity-control > span {
  display: grid !important;
  place-items: center !important;
  width: 52px !important;
  min-width: 52px !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: #fff !important;
  color: var(--charcoal) !important;
  -webkit-text-fill-color: var(--charcoal) !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 700px) {
  .wfs-rental-app .quote-line {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 11px !important;
    padding: 12px !important;
  }

  .wfs-rental-app .quote-line-photo {
    width: 58px !important;
    height: 58px !important;
  }

  .wfs-rental-app .quote-line > div:nth-child(2) {
    min-width: 0 !important;
  }

  .wfs-rental-app .quote-line-total {
    grid-column: 2 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-top: 4px !important;
  }

  .wfs-rental-app .quote-drawer .quantity-control {
    grid-template-columns: 40px 54px 40px !important;
    width: 134px !important;
    min-width: 134px !important;
    height: 42px !important;
  }

  .wfs-rental-app .quote-drawer .quantity-control button {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    font-size: 23px !important;
  }

  .wfs-rental-app .quote-drawer .quantity-control > span {
    width: 54px !important;
    min-width: 54px !important;
    height: 40px !important;
    font-size: 18px !important;
  }
}


/* ---------- WFS 0.2.3 persistent mobile menu access ---------- */
@media (max-width: 980px) {
  .wfs-rental-app .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 100030 !important;
    width: 100% !important;
    transform: none !important;
  }

  .wfs-rental-app .site-header .header-inner {
    min-height: 70px !important;
  }

  .wfs-rental-app .site-header .menu-button {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  /* Keep anchor jumps from hiding section headings behind the sticky header. */
  .wfs-rental-app #about,
  .wfs-rental-app #equipment,
  .wfs-rental-app #how,
  .wfs-rental-app #contact {
    scroll-margin-top: 88px;
  }
}


/* ---------- WFS 0.2.4 final polish: header, hero and footer ---------- */

/* Full browser-height hero with a little more room for the stronger parallax. */
.wfs-rental-app .hero {
  min-height: 100vh !important;
  min-height: 100svh !important;
  min-height: 100dvh !important;
}

/* Make anchor jumps more comfortable now that the hero is taller. */
.wfs-rental-app #top,
.wfs-rental-app #about,
.wfs-rental-app #equipment,
.wfs-rental-app #how,
.wfs-rental-app #contact {
  scroll-margin-top: 92px;
}

/* Smoother header shrink; avoids the hard-feeling snap between full and compact. */
.wfs-rental-app .site-header,
.wfs-rental-app .site-header .header-inner,
.wfs-rental-app .site-header .brand-logo-image,
.wfs-rental-app .site-header .brand-icon,
.wfs-rental-app .site-header .brand-copy strong,
.wfs-rental-app .site-header .brand-copy span,
.wfs-rental-app .site-header .main-nav a,
.wfs-rental-app .site-header .header-quote {
  transition-property: background-color, box-shadow, min-height, max-width, max-height, width, height, padding, font-size, margin, opacity, transform, border-color;
  transition-duration: .46s;
  transition-timing-function: cubic-bezier(.22, .74, .27, .99);
  backface-visibility: hidden;
}

.wfs-rental-app .site-header {
  will-change: background-color, box-shadow;
}

.wfs-rental-app .site-header .header-inner,
.wfs-rental-app .site-header .brand-logo-image {
  will-change: min-height, max-width, max-height;
}

/* A touch more parallax without making the photo feel floaty. */
.wfs-rental-app .hero-photo,
.wfs-rental-app .hero-photo.is-parallax {
  transform: translate3d(0, var(--wfs-parallax-y), 0) scale(1.16) !important;
  transition: transform .08s linear;
}

/* Keep reduced-motion and small screens calm. */
@media (max-width: 760px), (prefers-reduced-motion: reduce) {
  .wfs-rental-app .hero-photo,
  .wfs-rental-app .hero-photo.is-parallax {
    transform: scale(1.04) !important;
    transition: none !important;
  }
}

/* Footer: center the nav visually and align the copyright with it. */
.wfs-rental-app .site-footer .footer-inner {
  grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr) !important;
  align-items: center !important;
  column-gap: 34px !important;
}

.wfs-rental-app .site-footer nav {
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  gap: 26px !important;
  line-height: 1 !important;
  transform: translateX(10px);
}

.wfs-rental-app .site-footer nav a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
}

.wfs-rental-app .site-footer p {
  margin: 0 !important;
  min-height: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  text-align: right !important;
  line-height: 1.15 !important;
  transform: translateY(1px);
}

@media (max-width: 980px) {
  .wfs-rental-app .site-header,
  .wfs-rental-app .site-header .header-inner,
  .wfs-rental-app .site-header .brand-logo-image,
  .wfs-rental-app .site-header .menu-button {
    transition-duration: .32s;
  }

  .wfs-rental-app .hero {
    min-height: 100svh !important;
  }

  .wfs-rental-app #top,
  .wfs-rental-app #about,
  .wfs-rental-app #equipment,
  .wfs-rental-app #how,
  .wfs-rental-app #contact {
    scroll-margin-top: 88px;
  }

  .wfs-rental-app .site-footer .footer-inner {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
    gap: 22px !important;
  }

  .wfs-rental-app .site-footer nav {
    transform: none;
    justify-content: center !important;
  }

  .wfs-rental-app .site-footer p {
    justify-content: center !important;
    text-align: center !important;
    transform: none;
  }
}


/* ---------- WFS 0.2.5 hero height correction ---------- */
/*
 * v0.2.4 made the hero too vertically heavy. This keeps the intended
 * screen-filling feel while putting the left copy back near the header and
 * preventing the hero image/section from spilling beyond the visible browser.
 */
.wfs-rental-app .hero {
  min-height: calc(100svh - 1px) !important;
  min-height: calc(100dvh - 1px) !important;
  height: calc(100svh - 1px) !important;
  height: calc(100dvh - 1px) !important;
  max-height: calc(100svh - 1px) !important;
  max-height: calc(100dvh - 1px) !important;
  display: flex !important;
  align-items: flex-start !important;
  overflow: hidden !important;
}

.wfs-rental-app .hero .hero-inner {
  min-height: 0 !important;
  height: 100% !important;
  align-items: flex-start !important;
  padding-top: clamp(118px, 15vh, 160px) !important;
  padding-bottom: clamp(34px, 6vh, 70px) !important;
}

.wfs-rental-app .hero-copy {
  align-self: flex-start !important;
  transform: none !important;
}

/* Keep the stronger parallax, but stop the scaled image from visually exceeding the hero bounds. */
.wfs-rental-app .hero-photo,
.wfs-rental-app .hero-photo.is-parallax {
  inset: -4% 0 !important;
}

/* Comfortable fallback for browsers that don't support small/dynamic viewport units. */
@supports not (height: 100svh) {
  .wfs-rental-app .hero {
    min-height: calc(100vh - 1px) !important;
    height: calc(100vh - 1px) !important;
    max-height: calc(100vh - 1px) !important;
  }
}

@media (max-width: 980px) {
  .wfs-rental-app .hero {
    min-height: calc(100svh - 1px) !important;
    height: auto !important;
    max-height: none !important;
  }

  .wfs-rental-app .hero .hero-inner {
    height: auto !important;
    padding-top: clamp(108px, 13vh, 140px) !important;
    padding-bottom: 54px !important;
  }
}

@media (max-height: 720px) and (min-width: 981px) {
  .wfs-rental-app .hero .hero-inner {
    padding-top: 104px !important;
    padding-bottom: 38px !important;
  }

  .wfs-rental-app .hero-copy .eyebrow {
    margin-bottom: 12px !important;
  }

  .wfs-rental-app .hero-copy h1 {
    margin-bottom: 14px !important;
  }

  .wfs-rental-app .hero-copy .hero-lead {
    margin-bottom: 20px !important;
  }
}


/* ---------- WFS 0.2.6 true first-screen hero ---------- */
/*
 * The header is part of the normal page flow, so a 100vh hero made the
 * first screen equal to header + hero. This makes the hero fill only the
 * remaining visible browser area beneath the header. The next section begins
 * immediately after the first screen.
 */
.wfs-rental-app {
  --wfs-visible-header-height: 154px;
}

@media (max-width: 1080px) {
  .wfs-rental-app {
    --wfs-visible-header-height: 124px;
  }
}

@media (max-width: 980px) {
  .wfs-rental-app {
    --wfs-visible-header-height: 70px;
  }
}

.wfs-rental-app .hero {
  box-sizing: border-box !important;
  min-height: calc(100vh - var(--wfs-visible-header-height)) !important;
  height: calc(100vh - var(--wfs-visible-header-height)) !important;
  max-height: calc(100vh - var(--wfs-visible-header-height)) !important;
  min-height: calc(100svh - var(--wfs-visible-header-height)) !important;
  height: calc(100svh - var(--wfs-visible-header-height)) !important;
  max-height: calc(100svh - var(--wfs-visible-header-height)) !important;
  display: grid !important;
  align-items: start !important;
  overflow: hidden !important;
}

@supports (height: 100dvh) {
  .wfs-rental-app .hero {
    min-height: calc(100dvh - var(--wfs-visible-header-height)) !important;
    height: calc(100dvh - var(--wfs-visible-header-height)) !important;
    max-height: calc(100dvh - var(--wfs-visible-header-height)) !important;
  }
}

.wfs-rental-app .hero .hero-inner {
  box-sizing: border-box !important;
  width: var(--content) !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: 100% !important;
  margin: 0 auto !important;
  padding-top: clamp(82px, 11vh, 128px) !important;
  padding-bottom: clamp(24px, 4vh, 48px) !important;
  display: block !important;
  overflow: visible !important;
}

/* Slightly stronger parallax with enough image coverage for the extra movement. */
.wfs-rental-app .hero-photo,
.wfs-rental-app .hero-photo.is-parallax {
  inset: -8% 0 !important;
  transform: translate3d(0, var(--wfs-parallax-y), 0) scale(1.22) !important;
}

@media (max-width: 980px) {
  .wfs-rental-app .hero {
    min-height: calc(100svh - var(--wfs-visible-header-height)) !important;
    height: calc(100svh - var(--wfs-visible-header-height)) !important;
    max-height: calc(100svh - var(--wfs-visible-header-height)) !important;
  }

  @supports (height: 100dvh) {
    .wfs-rental-app .hero {
      min-height: calc(100dvh - var(--wfs-visible-header-height)) !important;
      height: calc(100dvh - var(--wfs-visible-header-height)) !important;
      max-height: calc(100dvh - var(--wfs-visible-header-height)) !important;
    }
  }

  .wfs-rental-app .hero .hero-inner {
    padding-top: clamp(68px, 10vh, 112px) !important;
    padding-bottom: 34px !important;
  }
}

@media (max-height: 720px) and (min-width: 981px) {
  .wfs-rental-app .hero .hero-inner {
    padding-top: clamp(62px, 9vh, 94px) !important;
    padding-bottom: 26px !important;
  }
}

@media (max-height: 620px) and (min-width: 981px) {
  .wfs-rental-app .hero h1 {
    font-size: clamp(40px, 5.2vw, 62px) !important;
  }

  .wfs-rental-app .hero-copy {
    margin-top: 18px !important;
  }

  .wfs-rental-app .hero-actions {
    margin-top: 22px !important;
  }
}


/* ---------- WFS 0.2.8 branded CAPTCHA presentation ---------- */
/*
 * Google reCAPTCHA is rendered inside an iframe, so its internal checkbox
 * cannot be fully restyled. This wrapper makes the required verification feel
 * intentional and consistent with the WFS visual system.
 */
.wfs-rental-app .captcha-row {
  margin-top: 10px;
}

.wfs-rental-app .captcha-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: 100%;
  border-radius: 0;
}

.wfs-rental-app .captcha-card-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.wfs-rental-app .captcha-card-copy strong {
  color: inherit;
  font: 800 13px/1.2 Raleway, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wfs-rental-app .captcha-card-copy span {
  color: inherit;
  font-size: 13px;
  line-height: 1.35;
  opacity: .76;
}

.wfs-rental-app .captcha-widget-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
}

.wfs-rental-app .captcha-card-front {
  padding: 15px;
  border: 1px solid rgba(255,255,255,.15);
  background:
    linear-gradient(135deg, rgba(252,176,64,.12), rgba(255,255,255,.045)),
    rgba(15, 31, 44, .30);
  color: #fff;
}

.wfs-rental-app .captcha-card-front .captcha-widget-wrap {
  min-height: 78px;
}

.wfs-rental-app .captcha-card-quote {
  padding: 14px;
  border: 1px solid var(--grey-300);
  background: var(--grey-100);
  color: var(--charcoal);
}

.wfs-rental-app .captcha-card-quote .captcha-card-copy strong {
  color: var(--navy);
}

.wfs-rental-app .captcha-card-quote .captcha-widget-wrap {
  min-height: 78px;
}

/* Keep the official widgets from becoming visually cramped. */
.wfs-rental-app .captcha-card .g-recaptcha,
.wfs-rental-app .captcha-card .cf-turnstile {
  max-width: 100%;
}

@media (max-width: 760px) {
  .wfs-rental-app .captcha-card {
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 12px;
  }

  .wfs-rental-app .captcha-widget-wrap {
    justify-content: center;
  }

  .wfs-rental-app .captcha-card-copy {
    text-align: center;
  }
}

@media (max-width: 380px) {
  /*
   * The official reCAPTCHA checkbox is 304px wide. This small-screen scale
   * keeps it inside the drawer/contact card without clipping.
   */
  .wfs-rental-app .captcha-widget-wrap {
    min-height: 70px !important;
  }

  .wfs-rental-app .captcha-widget-wrap .g-recaptcha {
    transform: scale(.9);
    transform-origin: center;
  }
}


/* ---------- WFS 0.2.9 simpler contact CAPTCHA ---------- */
/* The Google widget has a fixed width, so the contact form looks cleaner with no helper text. */
.wfs-rental-app .captcha-card-contact {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin-top: 12px !important;
  padding: 12px !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  background: rgba(15, 31, 44, .22) !important;
}

.wfs-rental-app .captcha-card-contact .captcha-widget-wrap {
  justify-content: center !important;
  min-height: 78px !important;
  width: auto !important;
  overflow: visible !important;
}

.wfs-rental-app .captcha-card-contact .captcha-card-copy {
  display: none !important;
}

@media (max-width: 760px) {
  .wfs-rental-app .captcha-card-contact {
    width: 100% !important;
    justify-content: center !important;
  }
}


/* ---------- WFS 0.2.11 visible contact status ---------- */
.wfs-rental-app #contact-status {
  display: block;
  min-height: 1.35em;
  margin-top: 14px;
  padding: 0;
  font-weight: 700;
  line-height: 1.35;
}

.wfs-rental-app #contact-status.success {
  color: #ffffff;
}

.wfs-rental-app #contact-status.error {
  color: #fff2d6;
}

.wfs-rental-app #contact-form button[disabled] {
  opacity: .72;
  cursor: wait;
}


/* ---------- WFS 0.2.12 contact readability + immediate hero parallax ---------- */
.wfs-rental-app .contact-form label {
  font-size: 13px !important;
  letter-spacing: .08em !important;
}

.wfs-rental-app .contact-form input,
.wfs-rental-app .contact-form textarea {
  font-size: 17px !important;
  line-height: 1.45 !important;
}

.wfs-rental-app .contact-form textarea {
  min-height: 150px !important;
}

.wfs-rental-app .contact-form button[type="submit"] {
  font-size: 15px !important;
}

.wfs-rental-app #contact-status {
  font-size: 15px !important;
}

.wfs-rental-app .contact-card,
.wfs-rental-app .contact-card p {
  font-size: 16px !important;
}

/* Smooth the now-immediate parallax response slightly. */
.wfs-rental-app .hero-photo,
.wfs-rental-app .hero-photo.is-parallax {
  transition: transform .04s linear !important;
}
