:root {
  --ink: #101e2d;
  --ink-soft: #354355;
  --yellow: #ffb82e;
  --white: #fff;
  --mist: #f3f6f7;
  --line: #dbe1e4;
  --shell: min(1180px, calc(100% - 48px));
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-160%); padding: 10px 16px; background: var(--yellow); color: var(--ink); font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; border-bottom: 1px solid rgba(16,30,45,.1); background: rgba(255,255,255,.93); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { width: 176px; height: 58px; overflow: hidden; display: flex; align-items: center; }
.brand img { width: 100%; height: auto; }
nav { display: flex; align-items: center; gap: 32px; }
nav a { text-decoration: none; font-size: .91rem; font-weight: 700; }
nav a:not(.button):hover { color: #586575; }
.menu-button { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 54px; padding: 0 26px; border: 0; border-radius: 4px; background: var(--yellow); color: var(--ink); text-decoration: none; font-weight: 850; box-shadow: 0 8px 28px rgba(255,184,46,.22); transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(255,184,46,.3); background: #ffc34b; }
.button:focus-visible, a:focus-visible, .menu-button:focus-visible { outline: 3px solid var(--ink); outline-offset: 4px; }
.button-small { min-height: 46px; padding-inline: 20px; gap: 14px; }

.hero { position: relative; min-height: 790px; padding-top: 92px; overflow: hidden; }
.hero-photo { position: absolute; inset: 92px 0 74px 38%; background: url('assets/rental-bike-hero.webp') center / cover no-repeat; }
.hero-photo::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 8%, rgba(255,255,255,.74) 25%, rgba(255,255,255,0) 55%); }
.hero-photo::after { content: ''; position: absolute; inset: auto 0 0; height: 28%; background: linear-gradient(0deg, #fff, transparent); }
.hero-inner { position: relative; min-height: 624px; display: flex; align-items: center; }
.hero-copy { width: min(620px, 56%); padding: 74px 0 45px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; color: #536171; font-size: .76rem; line-height: 1.2; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 3px; background: var(--yellow); }
h1, h2, h3 { margin-top: 0; line-height: 1.06; letter-spacing: -.045em; }
.heading-stop { color: var(--yellow); }
h1 { margin-bottom: 24px; font-size: clamp(3.35rem, 5.8vw, 5.65rem); max-width: 760px; }
.hero-services { margin: 0 0 24px; font-size: clamp(1.16rem, 1.55vw, 1.42rem); line-height: 1.38; font-weight: 800; letter-spacing: -.02em; }
.hero-intro { max-width: 540px; margin: 0 0 34px; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.62; }
.trust-row { min-height: 74px; position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, max-content); align-items: center; gap: 44px; border-top: 1px solid var(--line); }
.trust-row p { margin: 0; display: flex; align-items: baseline; gap: 10px; font-size: .84rem; font-weight: 700; }
.trust-row span { color: #89939d; font-size: .67rem; font-weight: 800; }

.section { padding: 132px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: start; margin-bottom: 72px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -18px; }
h2 { margin-bottom: 0; font-size: clamp(2.5rem, 4.4vw, 4.4rem); }
.section-heading > p:last-child { max-width: 480px; margin: 8px 0 0; color: var(--ink-soft); font-size: 1.1rem; }
.section-heading-simple { grid-template-columns: 1fr; }
.section-heading-simple h2 { max-width: none; }
.services { background: var(--mist); }
.service-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #cfd7db; }
.service { min-height: 285px; padding: 44px 42px 46px 0; border-bottom: 1px solid #cfd7db; display: grid; grid-template-columns: 52px 1fr; align-content: start; column-gap: 18px; }
.service:nth-child(even) { padding-left: 42px; border-left: 1px solid #cfd7db; }
.service-number { margin: 4px 0 0; color: #88949f; font-size: .74rem; font-weight: 800; }
.service h3 { margin-bottom: 20px; font-size: 1.72rem; }
.service > p:last-child { grid-column: 2; max-width: 480px; margin: 0; color: var(--ink-soft); }

.industries { background: var(--white); }
.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.industry-group { min-height: 360px; padding: 34px 34px 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.industry-number { margin: 0 0 28px; color: #89939d; font-size: .7rem; font-weight: 850; letter-spacing: .12em; }
.industry-group h3 { margin-bottom: 22px; font-size: 1.42rem; letter-spacing: -.03em; }
.industry-group ul { margin: 0; padding: 0; list-style: none; }
.industry-group li { position: relative; padding: 5px 0 5px 16px; color: var(--ink-soft); font-size: .9rem; line-height: 1.45; }
.industry-group li::before { content: ''; position: absolute; left: 0; top: 13px; width: 5px; height: 5px; border-radius: 50%; background: var(--yellow); }
.industry-other { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-top: 36px; }
.industry-other p { max-width: 700px; margin: 0; color: var(--ink-soft); }
.industry-other strong { color: var(--ink); }
.industry-other .text-link { flex: 0 0 auto; margin-top: 0; }

.approach { background: var(--ink); color: var(--white); padding-bottom: 0; }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }
.eyebrow-light { color: #b7c0c9; }
.approach-copy { padding-top: 46px; }
.large-copy { margin: 0 0 24px; font-size: clamp(1.35rem, 2vw, 1.9rem); line-height: 1.4; letter-spacing: -.025em; }
.approach-copy > p:not(.large-copy) { max-width: 540px; color: #c7cfd6; }
.text-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 18px; text-decoration: none; font-weight: 800; border-bottom: 2px solid var(--yellow); }
.text-link span { color: var(--yellow); }
.process { margin-top: 102px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #3e4a58; }
.process div { min-height: 154px; display: flex; flex-direction: column; justify-content: center; padding: 24px 28px; border-left: 1px solid #3e4a58; }
.process div:last-child { border-right: 1px solid #3e4a58; }
.process strong { font-family: var(--serif); font-size: 1.52rem; font-weight: 400; }
.process span { color: #aeb8c1; font-size: .82rem; }

.work { overflow: hidden; }
.work-kicker { margin-bottom: 44px; }
.project { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(290px, .55fr); gap: 6%; align-items: center; padding-top: 54px; border-top: 1px solid var(--line); }
.project-visual { display: block; background: #fbfaf7; text-decoration: none; overflow: hidden; }
.project-visual img { width: 100%; height: auto; transition: transform .45s ease; }
.project-visual:hover img { transform: scale(1.015); }
.project-copy { padding-right: 12px; }
.project-type { margin: 0 0 18px; color: #75808a; font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.project-copy h3 { margin-bottom: 22px; font-size: clamp(1.9rem, 3vw, 3rem); }
.project-copy > p:not(.project-type) { color: var(--ink-soft); }
.project-deliverables { margin: 24px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.project-deliverables li { position: relative; padding: 9px 0 9px 22px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: .88rem; }
.project-deliverables li::before { content: ''; position: absolute; left: 1px; top: 17px; width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }
.project-result { display: flex; flex-direction: column; margin: 28px 0 6px; padding-left: 18px; border-left: 3px solid var(--yellow); }
.project-result strong { color: var(--ink); font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.project-result span { color: #6f7b87; font-size: .82rem; }
.review-card { margin-top: 86px; padding: 54px 64px; background: var(--ink); color: var(--white); position: relative; }
.review-card::before { content: '“'; position: absolute; top: 18px; right: 42px; color: rgba(255,184,46,.18); font-family: var(--serif); font-size: 9rem; line-height: 1; }
.review-rating { color: var(--yellow); font-size: .9rem; letter-spacing: .18em; }
.review-card blockquote { max-width: 940px; margin: 24px 0 36px; font-family: var(--serif); font-size: clamp(1.55rem, 2.8vw, 2.45rem); line-height: 1.35; letter-spacing: -.02em; }
.review-byline { display: flex; justify-content: space-between; align-items: end; gap: 28px; border-top: 1px solid #3e4a58; padding-top: 24px; }
.review-byline p { margin: 0; display: flex; flex-direction: column; }
.review-byline span { color: #9da8b3; font-size: .76rem; }
.review-byline .text-link { margin: 0; }
.about { padding-top: 104px; }
.about-grid { display: grid; grid-template-columns: minmax(320px, 1fr) 1fr; gap: 10%; align-items: start; padding-top: 56px; border-top: 1px solid var(--line); }
.about-intro h2 { max-width: 600px; }
.about-copy { max-width: 610px; }
.about-copy > p { color: var(--ink-soft); }
.about-copy strong { color: var(--ink); }
.about-note { margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .78rem; line-height: 1.5; }

.contact { background: var(--ink); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 9%; align-items: start; }
.contact-copy { position: sticky; top: 40px; }
.contact-copy h2 { max-width: 570px; }
.contact-intro { max-width: 550px; margin-top: 30px; color: #c4cdd5; font-size: 1.08rem; }
.contact-email { display: flex; flex-direction: column; gap: 2px; margin-top: 32px; }
.contact-email span { color: #8f9ca8; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-email strong { color: var(--white); font-size: 1rem; user-select: all; overflow-wrap: anywhere; }
.form-wrap { background: var(--white); color: var(--ink); padding: 38px 40px 26px; }
.enquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 20px; }
.form-field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label { color: var(--ink); font-size: .82rem; font-weight: 800; }
.form-field label span { color: #77828c; font-weight: 500; }
.form-field input, .form-field textarea { width: 100%; border: 1px solid #cfd7dc; border-radius: 3px; background: #fff; color: var(--ink); padding: 12px 14px; transition: border-color .18s, box-shadow .18s; }
.form-field input { min-height: 49px; }
.form-field textarea { min-height: 145px; resize: vertical; line-height: 1.5; }
.form-field input:hover, .form-field textarea:hover { border-color: #9da9b2; }
.form-field input:focus, .form-field textarea:focus { outline: 0; border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(255,184,46,.22); }
.form-field input[aria-invalid="true"], .form-field textarea[aria-invalid="true"] { border-color: #b34141; }
.field-error { min-height: 1.15em; color: #a63333; font-size: .74rem; line-height: 1.25; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.form-actions { display: flex; align-items: center; gap: 22px; }
.form-submit { flex: 0 0 auto; cursor: pointer; }
.form-submit:disabled { cursor: wait; opacity: .7; transform: none; }
.form-status { margin: 0; color: #68747e; font-size: .82rem; line-height: 1.45; }
.form-status-error { color: #a63333; }
.form-privacy { margin: 18px 0 0; padding-top: 17px; border-top: 1px solid var(--line); color: #6b7580; font-size: .74rem; }
.form-privacy a { font-weight: 750; text-underline-offset: 3px; }
.form-success { min-height: 430px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 30px 34px; outline: 0; }
.form-success[hidden] { display: none; }
.success-mark { width: 52px; height: 52px; margin-bottom: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--ink); font-size: 1.3rem; font-weight: 900; }
.form-success .eyebrow { margin-bottom: 22px; }
.form-success h3 { max-width: 430px; margin-bottom: 22px; font-size: clamp(2rem, 3.2vw, 3rem); }
.form-success > p:last-child { max-width: 430px; margin: 0; color: var(--ink-soft); font-size: 1.05rem; }

.footer { padding: 54px 0 30px; background: #0b1622; color: #aeb7c1; }
.footer-main { display: grid; grid-template-columns: 92px 1fr auto; gap: 42px; align-items: center; }
.footer-mark { width: 78px; height: 78px; display: block; padding: 7px; background: var(--white); border-radius: 4px; }
.footer-mark img { width: 100%; height: 100%; object-fit: contain; }
.footer .text-link { margin: 0; color: var(--white); }
.footer-bottom { margin-top: 38px; padding-top: 20px; border-top: 1px solid #2d3946; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: .78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #d7dde2; text-underline-offset: 4px; }

.legal-page .site-header { position: static; }
.legal-main { padding: 92px 0 118px; }
.legal-hero { max-width: 880px; padding-bottom: 54px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin-bottom: 24px; font-size: clamp(3rem, 6vw, 5.4rem); }
.legal-intro { max-width: 730px; margin: 0; color: var(--ink-soft); font-size: 1.12rem; }
.legal-updated { margin: 24px 0 0; color: #74808b; font-size: .8rem; font-weight: 750; }
.legal-content { max-width: 880px; padding-top: 56px; }
.legal-section { display: grid; grid-template-columns: minmax(170px, .35fr) 1fr; gap: 54px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.legal-section h2 { font-size: 1.38rem; letter-spacing: -.025em; }
.legal-section h3 { margin: 24px 0 10px; font-size: 1rem; letter-spacing: -.01em; }
.legal-section p { margin: 0 0 16px; color: var(--ink-soft); }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section ul { margin: 0 0 16px; padding-left: 21px; color: var(--ink-soft); }
.legal-section li + li { margin-top: 8px; }
.legal-section a { font-weight: 700; text-underline-offset: 3px; }
.provider-list { margin: 0; }
.provider-list div { padding: 15px 0; border-top: 1px solid var(--line); }
.provider-list div:last-child { border-bottom: 1px solid var(--line); }
.provider-list dt { color: var(--ink); font-weight: 800; }
.provider-list dd { margin: 2px 0 0; color: var(--ink-soft); }
.legal-contact { padding: 34px; border-left: 4px solid var(--yellow); background: var(--mist); }
.legal-contact strong { display: block; color: var(--ink); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 720px); }
  .nav-wrap { min-height: 78px; }
  .brand { width: 150px; height: 50px; }
  .menu-button { display: flex; align-items: center; gap: 10px; padding: 10px 0 10px 14px; border: 0; background: transparent; color: var(--ink); font-weight: 800; }
  .menu-button i, .menu-button i::before { display: block; content: ''; width: 22px; height: 2px; background: var(--ink); transition: transform .2s; }
  .menu-button i::before { transform: translateY(-7px); }
  .menu-button[aria-expanded="true"] i { transform: rotate(45deg); }
  .menu-button[aria-expanded="true"] i::before { transform: rotate(-90deg); }
  nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 24px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 20px 30px rgba(16,30,45,.12); flex-direction: column; align-items: stretch; gap: 18px; }
  nav.open { display: flex; }
  nav .button { margin-top: 4px; }
  .hero { padding-top: 78px; min-height: auto; }
  .hero-photo { inset: 78px 0 auto; height: 420px; background-position: 62% center; }
  .hero-photo::before { background: linear-gradient(0deg, #fff 1%, rgba(255,255,255,.92) 19%, rgba(255,255,255,0) 55%); }
  .hero-inner { padding-top: 300px; min-height: auto; }
  .hero-copy { width: 100%; padding: 70px 0 50px; }
  .trust-row { grid-template-columns: 1fr; gap: 0; padding: 18px 0; }
  .trust-row p { padding: 7px 0; }
  .section { padding: 92px 0; }
  .section-heading, .approach-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 52px; }
  .section-heading .eyebrow { margin-bottom: -28px; }
  .project { grid-template-columns: 1fr; gap: 32px; }
  .project-copy { max-width: 560px; }
  .review-card { margin-top: 68px; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-copy { padding-top: 0; }
  .about { padding-top: 92px; }
  .contact-copy { position: static; }
  .legal-main { padding-top: 72px; }
  .legal-section { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 30px); }
  h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .hero-photo { height: 330px; background-position: 66% center; }
  .hero-inner { padding-top: 236px; }
  .hero-copy { padding-top: 62px; }
  .hero-intro { font-size: 1rem; }
  .button { width: 100%; }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 52px; }
  .service-list { grid-template-columns: 1fr; }
  .service, .service:nth-child(even) { min-height: 0; padding: 34px 0; border-left: 0; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-group { min-height: 0; padding: 32px 26px 34px; }
  .industry-other { align-items: flex-start; flex-direction: column; gap: 18px; }
  .process { grid-template-columns: 1fr; margin-top: 70px; }
  .process div, .process div:last-child { min-height: 110px; padding-left: 0; border-left: 0; border-right: 0; border-bottom: 1px solid #3e4a58; }
  .form-wrap { padding: 28px 22px 22px; }
  .enquiry-form { grid-template-columns: 1fr; gap: 19px; }
  .form-field-wide { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .form-success { min-height: 360px; padding: 20px 6px; }
  .review-card { padding: 38px 28px; }
  .review-card::before { right: 18px; font-size: 7rem; }
  .review-byline { align-items: start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; gap: 20px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .legal-main { padding: 58px 0 82px; }
  .legal-hero { padding-bottom: 42px; }
  .legal-content { padding-top: 30px; }
  .legal-section { padding: 30px 0; }
  .legal-contact { padding: 26px 22px; }
}
