:root {
  --navy: #081f2d;
  --navy-2: #0e3042;
  --orange: #df6827;
  --orange-dark: #bb4d15;
  --ink: #15252c;
  --muted: #5e6b71;
  --line: #d9e0e2;
  --mist: #edf2f2;
  --paper: #f6f5f1;
  --white: #fff;
  --shell: 1260px;
  --header: 74px;
  --shadow: 0 24px 70px rgba(8,31,45,.14);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", system-ui, sans-serif; line-height: 1.6; }
body.drawer-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid #f6a777; outline-offset: 3px; }

.lease-shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.lease-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: var(--header); color: white; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .2s ease; }
.lease-header.scrolled { background: rgba(8,31,45,.96); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 35px; }
.lease-brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; }
.lease-brand > span:last-child { display: grid; line-height: 1.05; }
.lease-brand strong { font: 800 14px "Manrope", sans-serif; }
.lease-brand small { margin-top: 4px; color: rgba(255,255,255,.58); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.lease-mark { display: grid; place-items: center; width: 50px; height: 40px; border: 1px solid var(--orange); background: var(--orange); color: white; font: 800 13px "Manrope", sans-serif; letter-spacing: .09em; }
.lease-header nav { display: flex; align-items: center; gap: 28px; }
.lease-header nav a { color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; }
.lease-header nav a:hover { color: white; }
.shortlist-trigger { display: inline-flex; align-items: center; gap: 10px; height: 42px; padding: 0 7px 0 17px; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.06); color: white; font-size: 12px; font-weight: 800; cursor: pointer; }
.shortlist-trigger span { display: grid; place-items: center; min-width: 28px; height: 28px; background: var(--orange); }

.lease-hero { position: relative; min-height: 800px; display: grid; align-items: center; overflow: hidden; background: var(--navy); color: white; }
.lease-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.hero-mask { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,21,31,.98) 0%, rgba(5,21,31,.86) 37%, rgba(5,21,31,.23) 75%), linear-gradient(0deg, rgba(5,21,31,.78), transparent 38%); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.38fr); gap: 80px; align-items: end; padding-block: 150px 120px; }
.hero-inner > div { max-width: 820px; }
.lease-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: #ffac78; font: 800 10px "Manrope", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.lease-eyebrow span { width: 32px; height: 2px; background: currentColor; }
.lease-eyebrow.dark { color: var(--orange-dark); }
.lease-eyebrow.light { color: #ffac78; }
.lease-hero h1, .catalogue-heading h2, .process-heading h2 { margin: 0; font: 700 clamp(52px,7vw,98px)/.98 "Manrope", sans-serif; letter-spacing: -.06em; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.lease-hero > .hero-inner > div > p:not(.lease-eyebrow) { max-width: 610px; margin: 28px 0 34px; color: rgba(255,255,255,.72); font-size: 18px; }
.lease-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 2px; font-size: 12px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.lease-button:hover { transform: translateY(-2px); }
.lease-button.accent { background: var(--orange); color: white; }
.lease-button.accent:hover { background: var(--orange-dark); }
.lease-button.dark { background: var(--navy); color: white; }
.lease-button.full { width: 100%; }
.hero-facts { margin: 0; padding: 22px 26px; border: 1px solid rgba(255,255,255,.22); background: rgba(8,31,45,.62); backdrop-filter: blur(14px); }
.hero-facts > div { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: center; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.13); }
.hero-facts > div:first-child { border-top: 0; }
.hero-facts > div > span { color: #ffac78; font: 800 10px "Manrope",sans-serif; }
.hero-facts p { margin: 0; display: grid; }
.hero-facts strong { font: 700 14px "Manrope",sans-serif; }
.hero-facts small { color: rgba(255,255,255,.5); font-size: 10px; }

.trust-bar { background: var(--navy); color: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid p { min-height: 100px; display: flex; align-items: center; gap: 14px; margin: 0; padding: 20px 24px; border-left: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.55); font-size: 12px; }
.trust-grid p:last-child { border-right: 1px solid rgba(255,255,255,.1); }
.trust-grid span { color: #ffac78; font: 800 10px "Manrope",sans-serif; }
.trust-grid strong { color: white; }

.catalogue-section { padding-block: clamp(85px,10vw,140px); scroll-margin-top: var(--header); }
.catalogue-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 70px; align-items: end; margin-bottom: 52px; }
.catalogue-heading h2 { color: var(--navy); font-size: clamp(46px,5vw,72px); }
.catalogue-heading > p { margin: 0; color: var(--muted); }
.catalogue-toolbar { display: grid; grid-template-columns: minmax(250px,.8fr) minmax(440px,1.4fr) auto; gap: 16px; align-items: center; padding: 16px; border: 1px solid var(--line); background: white; }
.search-field input, .sort-field select { width: 100%; min-height: 44px; border: 1px solid var(--line); background: #fbfcfc; padding: 0 14px; color: var(--ink); outline: none; }
.search-field input:focus, .sort-field select:focus { border-color: #3c7e83; box-shadow: 0 0 0 3px rgba(11,105,113,.1); }
.filter-row { display: flex; gap: 3px; }
.filter-row button { min-height: 42px; padding: 0 13px; border: 0; background: transparent; color: var(--muted); font-size: 11px; font-weight: 800; cursor: pointer; }
.filter-row button:hover { background: var(--mist); }
.filter-row button.active { background: var(--navy); color: white; }
.sort-field { display: grid; grid-template-columns: auto minmax(110px,1fr); gap: 8px; align-items: center; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.results-meta { display: flex; justify-content: space-between; align-items: center; margin: 22px 0; color: var(--muted); font-size: 12px; }
.results-meta p { margin: 0; }
.results-meta button { border: 0; background: transparent; color: var(--orange-dark); font-weight: 800; cursor: pointer; }

.equipment-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.equipment-card { display: flex; flex-direction: column; min-width: 0; background: white; border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.equipment-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #bccacc; }
.equipment-card.selected { border-color: var(--orange); box-shadow: inset 0 0 0 1px var(--orange); }
.card-media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--mist); }
.card-media img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.equipment-card:hover .card-media img { transform: scale(1.035); }
.card-category { position: absolute; top: 14px; left: 14px; padding: 8px 10px; background: rgba(8,31,45,.92); color: white; font: 800 9px "Manrope",sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.card-status { position: absolute; right: 14px; bottom: 14px; display: flex; align-items: center; gap: 7px; padding: 8px 10px; background: rgba(255,255,255,.94); color: var(--ink); font-size: 9px; font-weight: 800; }
.card-status span { width: 6px; height: 6px; background: #2d8a65; border-radius: 50%; }
.card-body { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.card-code { margin: 0 0 10px; color: var(--orange-dark); font: 800 9px "Manrope",sans-serif; letter-spacing: .12em; }
.card-body h3 { margin: 0; color: var(--navy); font: 700 20px/1.2 "Manrope",sans-serif; letter-spacing: -.025em; }
.card-use { margin: 9px 0 18px; color: var(--muted); font-size: 12px; }
.card-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: auto 0 20px; }
.card-specs div { padding-top: 10px; border-top: 1px solid var(--line); }
.card-specs small { display: block; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.card-specs strong { color: var(--navy); font-size: 11px; }
.card-actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.card-actions button { min-height: 42px; border: 1px solid var(--line); background: white; color: var(--navy); font-size: 11px; font-weight: 800; cursor: pointer; }
.card-actions button:hover { border-color: var(--navy); }
.card-actions .add-button { padding-inline: 18px; border-color: var(--orange); background: var(--orange); color: white; }
.equipment-card.selected .add-button { border-color: var(--navy); background: var(--navy); }
.no-results { padding: 80px 20px; border: 1px solid var(--line); background: white; text-align: center; }
.no-results h3 { margin: 0; color: var(--navy); font: 700 26px "Manrope",sans-serif; }
.no-results p { max-width: 540px; margin: 12px auto 24px; color: var(--muted); }

.lease-process { padding-block: clamp(85px,10vw,140px); background: var(--navy); color: white; scroll-margin-top: var(--header); }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px,9vw,130px); }
.process-heading h2 { font-size: clamp(42px,5vw,66px); }
.process-layout ol { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; }
.process-layout li { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.process-layout li > span { color: #ffac78; font: 800 10px "Manrope",sans-serif; }
.process-layout h3 { margin: 0 0 6px; font: 700 17px "Manrope",sans-serif; }
.process-layout p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; }

.lease-note { padding-block: 54px; background: #0e3042; color: white; }
.note-layout { display: grid; grid-template-columns: .55fr 1.3fr auto; align-items: center; gap: 35px; }
.note-layout strong { font: 700 16px "Manrope",sans-serif; }
.note-layout p { margin: 0; color: rgba(255,255,255,.55); font-size: 11px; }

.lease-footer { background: #04151f; color: rgba(255,255,255,.58); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3,.75fr); gap: 48px; padding-block: 66px; }
.footer-grid .lease-brand { color: white; }
.footer-grid h2 { margin: 0 0 16px; color: white; font: 700 11px "Manrope",sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a:not(.lease-brand), .footer-grid p { display: block; margin: 0 0 9px; font-size: 11px; }
.footer-grid a:hover { color: #ffac78; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }

.equipment-dialog, .request-dialog { width: min(900px,calc(100% - 30px)); max-height: calc(100vh - 30px); padding: 0; border: 0; background: white; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.equipment-dialog::backdrop, .request-dialog::backdrop { background: rgba(3,16,24,.78); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 40px; height: 40px; border: 1px solid rgba(0,0,0,.18); background: rgba(255,255,255,.92); font-size: 24px; cursor: pointer; }
.dialog-layout { display: grid; grid-template-columns: 1fr 1fr; min-height: 580px; }
.dialog-media { min-height: 420px; background: var(--mist); }
.dialog-media img { height: 100%; object-fit: cover; }
.dialog-copy { display: flex; flex-direction: column; justify-content: center; padding: 55px; }
.dialog-code { margin: 0 0 12px; color: var(--orange-dark); font: 800 9px "Manrope",sans-serif; letter-spacing: .13em; }
.dialog-copy h2, .request-dialog h2 { margin: 0; color: var(--navy); font: 700 clamp(30px,4vw,46px)/1.05 "Manrope",sans-serif; letter-spacing: -.045em; }
.dialog-copy > p:not(.dialog-code) { color: var(--muted); }
.dialog-copy dl { display: grid; grid-template-columns: 1fr 1fr; margin: 20px 0; border-top: 1px solid var(--line); }
.dialog-copy dl div { padding: 13px 8px 13px 0; border-bottom: 1px solid var(--line); }
.dialog-copy dt { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.dialog-copy dd { margin: 2px 0 0; color: var(--navy); font-size: 11px; font-weight: 800; }
.dialog-availability { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--muted); font-size: 10px; }
.dialog-availability span { width: 7px; height: 7px; background: #2d8a65; border-radius: 50%; }

.drawer-backdrop { position: fixed; z-index: 1100; inset: 0; background: rgba(3,16,24,.62); backdrop-filter: blur(3px); }
.shortlist-drawer { position: fixed; z-index: 1200; inset: 0 0 0 auto; width: min(540px,100%); background: white; box-shadow: -22px 0 70px rgba(0,0,0,.22); transform: translateX(105%); transition: transform .3s ease; overflow: hidden; }
.shortlist-drawer.open { transform: translateX(0); }
.shortlist-drawer > header { height: 92px; display: flex; justify-content: space-between; align-items: center; padding: 20px 26px; border-bottom: 1px solid var(--line); }
.shortlist-drawer header p { margin: 0; color: var(--orange-dark); font: 800 9px "Manrope",sans-serif; text-transform: uppercase; letter-spacing: .12em; }
.shortlist-drawer header h2 { margin: 4px 0 0; color: var(--navy); font: 700 25px "Manrope",sans-serif; }
.shortlist-drawer header button { width: 42px; height: 42px; border: 1px solid var(--line); background: white; font-size: 24px; cursor: pointer; }
.drawer-body { height: calc(100vh - 92px); overflow-y: auto; padding: 22px 26px 50px; }
.shortlist-item { display: grid; grid-template-columns: 78px 1fr auto; gap: 13px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.shortlist-item img { height: 66px; object-fit: cover; }
.shortlist-item h3 { margin: 0 0 3px; color: var(--navy); font: 700 12px/1.2 "Manrope",sans-serif; }
.shortlist-item p { margin: 0; color: var(--muted); font-size: 9px; }
.quantity-control { display: flex; align-items: center; gap: 7px; margin-top: 8px; }
.quantity-control button, .remove-item { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid var(--line); background: white; cursor: pointer; }
.quantity-control span { min-width: 16px; text-align: center; font-size: 10px; font-weight: 800; }
.remove-item { color: #a63e25; }
.empty-shortlist { padding: 45px 15px; text-align: center; border-bottom: 1px solid var(--line); }
.empty-shortlist > span { color: var(--orange); font: 700 70px/1 "Manrope",sans-serif; }
.empty-shortlist h3 { margin: 8px 0; color: var(--navy); font: 700 19px "Manrope",sans-serif; }
.empty-shortlist p { margin: 0; color: var(--muted); font-size: 11px; }
.lease-form { margin-top: 24px; }
.lease-form label { display: grid; gap: 6px; margin-bottom: 14px; color: var(--navy); font-size: 10px; font-weight: 800; }
.lease-form input, .lease-form textarea { width: 100%; border: 1px solid var(--line); background: #fbfcfc; padding: 11px 12px; color: var(--ink); outline: none; }
.lease-form input:focus, .lease-form textarea:focus { border-color: #3c7e83; box-shadow: 0 0 0 3px rgba(11,105,113,.1); }
.lease-duration, .lease-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lease-duration p { grid-column: 1/-1; margin: -3px 0 10px; padding: 9px 11px; background: var(--mist); color: var(--muted); font-size: 9px; }
.lease-form .consent { grid-template-columns: auto 1fr; align-items: start; font-weight: 500; color: var(--muted); }
.consent input { width: 15px; height: 15px; margin-top: 2px; }

.request-dialog { width: min(680px,calc(100% - 30px)); padding: clamp(30px,5vw,52px); }
.request-dialog > p:not(.lease-eyebrow,#requestStatus) { color: var(--muted); }
.request-dialog pre { max-height: 280px; overflow: auto; padding: 18px; background: var(--mist); white-space: pre-wrap; font: 11px/1.55 "DM Sans",sans-serif; }
.request-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.request-actions > button { border: 0; background: transparent; color: var(--navy); text-decoration: underline; font-weight: 800; cursor: pointer; }
#requestStatus { min-height: 18px; margin: 10px 0 0; color: #176446; font-size: 11px; }
.noscript { position: fixed; z-index: 2000; inset: auto 0 0; padding: 12px; background: #7c2d12; color: white; text-align: center; }

@media (max-width: 1050px) {
  .catalogue-toolbar { grid-template-columns: 1fr; }
  .equipment-grid { grid-template-columns: 1fr 1fr; }
  .process-layout { grid-template-columns: 1fr; }
  .note-layout { grid-template-columns: 1fr 1.4fr; }
  .note-layout .lease-button { grid-column: 1/-1; width: fit-content; }
  .footer-grid { grid-template-columns: 1.2fr repeat(3,1fr); gap: 24px; }
}

@media (max-width: 820px) {
  .lease-shell { width: min(calc(100% - 32px),var(--shell)); }
  .lease-header nav { display: none; }
  .lease-brand > span:last-child { display: none; }
  .hero-inner { grid-template-columns: 1fr; padding-block: 130px 100px; }
  .hero-facts { max-width: 380px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .catalogue-heading { grid-template-columns: 1fr; gap: 22px; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-media { min-height: 320px; max-height: 360px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .lease-hero { min-height: 880px; align-items: end; }
  .lease-hero > img { object-position: 66% center; }
  .hero-mask { background: linear-gradient(0deg,rgba(5,21,31,.99) 8%,rgba(5,21,31,.66) 70%,rgba(5,21,31,.2)); }
  .lease-hero h1 { font-size: clamp(48px,15vw,70px); }
  .hero-inner { gap: 40px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid p { min-height: 72px; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .filter-row { display: grid; grid-template-columns: 1fr 1fr; }
  .equipment-grid { grid-template-columns: 1fr; }
  .note-layout { grid-template-columns: 1fr; }
  .note-layout .lease-button { grid-column: auto; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .dialog-copy { padding: 32px 24px; }
  .lease-duration, .lease-form-row { grid-template-columns: 1fr; }
  .lease-duration p { grid-column: auto; }
  .request-actions { flex-direction: column; align-items: stretch; }
  .request-actions .lease-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
